-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
{
"name": "e-admin-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run serve",
"dev": "npm run serve",
"serve": "vue-cli-service serve --color --copy",
"build:test": "vue-cli-service build --mode test",
"build:prod": "vue-cli-service build --mode prod",
"build:hash": "vue-cli-service build --mode hash",
"lint": "vue-cli-service lint",
"lint:fix": "eslint --fix --ext .js,.vue src",
"predeploy": "npm run build:hash",
"deploy": "gh-pages -d dist",
"deploy:ng": "sh deploy.sh",
"prepare": "husky install"
},
"dependencies": {
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"countup": "^1.8.2",
"dayjs": "^1.8.28",
"element-ui": "^2.13.2",
"js-base64": "^2.5.2",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"gh-pages": "^3.1.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"sass": "^1.26.11",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"svg-sprite-loader": "^5.0.0",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-template-compiler": "^2.6.11"
}
}