-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
73 lines (73 loc) · 1.78 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
72
73
{
"name": "easywebpack-vue",
"version": "4.5.0",
"description": "vue webpack building solution for easywebpack",
"keywords": [
"webpack",
"easywebpack",
"vue"
],
"dependencies": {
"easywebpack": "^4.11.5",
"vue-entry-loader": "^1.1.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"codecov": "^3.2.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-config-eslint": "^5.0.1",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"vue": "^2.6.10",
"vue-router": "^3.0.2",
"vuex": "^3.1.0",
"vuex-router-sync": "^5.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
"cov": "nyc report --reporter=lcov && codecov --token=c193e626-f08f-41a7-b3e7-fdc39878892f",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"files": [
"index.js",
"lib",
"config",
"tool"
],
"nyc": {
"exclude": [
"**/*.spec.js",
"index.js",
"config/*.js",
"config/plugin/**/*.js",
"test/*.test.js"
]
},
"ci": {
"version": "6, 8, 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/easywebpack-vue.git"
},
"bugs": {
"url": "https://github.com/easy-team/easywebpack-vue/issues"
},
"homepage": "https://github.com/easy-team/easywebpack-vue#readme",
"author": "[email protected]",
"license": "MIT"
}