-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.02 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "hunan-frontend",
"version": "1.0.0",
"description": "`hunan-frontEnd` 是一个更符合前端实际需要而且更高效的Web开发人员的仓库",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xiejunping/hunan-frontEnd.git"
},
"keywords": [
"html",
"css",
"javascript",
"nodejs",
"vue",
"react"
],
"author": "Cobbler",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiejunping/hunan-frontEnd/issues"
},
"homepage": "https://github.com/xiejunping/hunan-frontEnd#readme",
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"iview": "^3.4.2",
"vue": "^2.6.10",
"vue-color": "^2.7.0",
"vue-router": "^3.0.6",
"vuedraggable": "^2.21.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.11.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.5.21",
"webpack-bundle-analyzer": "^3.3.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"rules": {
"no-console": "off",
"no-debugger": "off",
"generator-star-spacing": "off",
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
],
"camelcase": "off",
"object-curly-spacing": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}