-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.11 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "resource-axios",
"version": "1.2.5",
"description": "create vue-resource's resource like object",
"main": "dist/resource-axios.js",
"scripts": {
"start": "npm run dev",
"test": "mocha",
"dev": "rollup -w -c scripts/rollup.conf.js",
"build": "rollup -c scripts/rollup.conf.js",
"dev:test": "mocha:test",
"mocha:test": "mocha -w",
"karma:test": "karma start scripts/karma.conf.js",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/liuyanzhi08/resource-axios.git"
},
"keywords": [
"axios",
"vue-resource",
"axios-resource",
"resource-axios",
"restful"
],
"author": "liuyanzhi08 (702368372atqqdotcom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/liuyanzhi08/resource-axios/issues"
},
"homepage": "https://github.com/liuyanzhi08/resource-axios",
"devDependencies": {
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-espower": "^3.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^3.0.4",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"karma": "^4.1.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^3.0.0",
"koa": "^2.5.3",
"koa-body": "^4.0.4",
"koa-router": "^7.4.0",
"mocha": "^5.1.1",
"mocha-lcov-reporter": "^1.3.0",
"npm": "^6.0.0",
"power-assert": "^1.6.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"webpack": "^4.8.1"
}
}