forked from 869123771/element-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.17 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
{
"name": "element-pro",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"lint": "vue-cli-service lint",
"analyz": "vue-cli-service build --mode analyz"
},
"dependencies": {
"30-seconds-of-code": "^1.2.3",
"@babel/polyfill": "^7.7.0",
"@hyjiacan/vue-slideout": "^2.2.1",
"axios": "^0.18.1",
"crypto-js": "^3.1.9-1",
"dayjs": "^1.8.17",
"echarts": "^4.5.0",
"element-ui": "^2.13.0",
"font-awesome": "^4.7.0",
"js-cookie": "^2.2.0",
"monaco-editor": "^0.17.1",
"nprogress": "^0.2.0",
"qs": "^6.7.0",
"sortablejs": "^1.10.0-rc3",
"sweetalert2": "^8.13.0",
"vue": "^2.6.10",
"vue-count-to": "^1.0.13",
"vue-echarts": "^4.0.4",
"vue-grid-layout": "^2.3.4",
"vue-i18n": "^8.13.0",
"vue-js-modal": "^1.3.31",
"vue-router": "^3.0.6",
"vue2-org-tree": "^1.2.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.1",
"vxe-table": "^1.12.3",
"vxe-table-plugin-element": "^1.3.4",
"wangeditor": "^3.1.1",
"xe-utils": "^1.9.7"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"babel-eslint": "^10.0.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.12.0",
"babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "^2.0.0",
"es6-promise": "^4.2.8",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"glob-all": "^3.1.0",
"hard-source-webpack-plugin": "^0.13.1",
"image-webpack-loader": "^6.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"node-sass": "^4.12.0",
"province-city-china": "^4.0.3",
"purgecss-webpack-plugin": "^1.5.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.0.4",
"terser-webpack-plugin": "^2.2.3",
"vue-template-compiler": "^2.6.10",
"webpack-dashboard": "^3.1.0",
"webpack-oss": "^2.0.9",
"webpack-parallel-uglify-plugin": "^1.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}