-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "vue-fetching",
"version": "1.0.1",
"description": "Fetching Component for Vue",
"author": "Grant",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"tsc": "tsc"
},
"main": "dist/index.js",
"peerDependencies": {
"vue": "^2.5.18"
},
"devDependencies": {
"vue": "^2.5.18",
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@vue/cli-plugin-typescript": "^4.5.4",
"@vue/cli-plugin-unit-mocha": "^4.1.2",
"@vue/cli-service": "^4.1.2",
"@vue/test-utils": "^1.0.0-beta.31",
"chai": "^4.2.0",
"typescript": "^3.7.5",
"vue-template-compiler": "^2.6.11"
},
"files": [
"src",
"dist",
"types"
],
"keywords": [
"fetch",
"fetching",
"vue",
"vue-fetching",
"vuefetching"
],
"license": "MIT",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/CHENGTIANG/vue-fetching.git"
}
}