-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
{
"name": "element-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build:uat": "vue-cli-service build --mode uat",
"build:prod": "vue-cli-service build --mode prod",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.0",
"@tweenjs/tween.js": "^17.3.0",
"axios": "0.21.2",
"element-ui": "2.9.1",
"file-saver": "^2.0.1",
"js-cookie": "2.2.0",
"mockjs": "^1.0.1-beta3",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "^3.0.0",
"svg-sprite-loader": "4.1.6",
"svgo": "1.2.2",
"vue": "2.6.10",
"vue-router": "3.0.6",
"vuex": "3.1.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "^3.0.0",
"eslint": "^5.15.0",
"eslint-plugin-vue": "^5.2.2",
"image-webpack-loader": "^4.6.0",
"node-sass": "^7.0.0",
"sass-loader": "^7.1.0",
"script-loader": "^0.7.2",
"vue-template-compiler": "^2.6.9",
"webpack-bundle-analyzer": "^3.1.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}