-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.82 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": "nfp-vue-typescript-admin",
"version": "1.0.0",
"description": "南方+系统",
"author": "luobin",
"private": true,
"scripts": {
"serve": "node ./build/serve.js serve",
"build": "node ./build/build.js build",
"lint": "vue-cli-service lint"
},
"lint-staged": {
"src/**/*.{ts,vue}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"axios": "^0.19.1",
"core-js": "^3.4.4",
"element-ui": "^2.13.0",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.1",
"md5": "^2.2.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"qs": "^6.9.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"vuex-module-decorators": "^0.11.0"
},
"devDependencies": {
"@types/js-base64": "^2.3.1",
"@types/js-cookie": "^2.2.4",
"@types/md5": "^2.1.33",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.0",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-typescript": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.4.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"chalk": "^3.0.0",
"cross-env": "^6.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"husky": "3.1.0",
"inquirer": "^7.0.3",
"lint-staged": "^9.5.0",
"mockjs": "^1.1.0",
"runjs": "^4.4.2",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"svg-sprite-loader": "^4.1.6",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10",
"yargs": "^15.1.0"
}
}