-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 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
{
"name": "vue-cli-plugin-rishiqing",
"version": "3.0.0-next.12",
"description": "vue-cli 3.0 plugin for rishiqing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"fix": "eslint . --fix"
},
"author": "qinyang912",
"license": "MIT",
"dependencies": {
"@ant-design/colors": "^3.2.2",
"@rishiqing/vue-package": "0.0.7",
"@rishiqing/vue-package-external": "0.0.3",
"@rishiqing/vue-style-loader": "^4.1.3",
"@rishiqing/webpack-system-register": "1.6.3",
"eventemitter3": "4.0.0",
"hex-rgb": "^4.1.0",
"memory-fs": "^0.4.1",
"null-loader": "^4.0.0",
"postcss-custom-properties": "^9.0.2",
"require-all": "^3.0.0",
"webpack": "^4.29.2",
"webpack-spritesmith": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"husky": "^1.3.1",
"lint-staged": "^8.1.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint"
],
"*.vue": [
"eslint"
]
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}