-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
97 lines (97 loc) · 2.78 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
90
91
92
93
94
95
96
97
{
"name": "element-pro",
"version": "0.1.0",
"private": true,
"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",
"@hyjiacan/vue-slideout": "^2.2.1",
"@jiaminghi/data-view": "^2.8.4",
"@packy-tang/vue-tinymce": "^1.1.0",
"@tinymce/tinymce-vue": "^3.2.3",
"@vue/compiler-core": "^3.0.0",
"@vue/compiler-dom": "^3.0.0",
"animate.css": "^3.7.2",
"axios": "^0.18.1",
"clipboard": "^2.0.6",
"dayjs": "^1.8.28",
"echarts": "^4.8.0",
"element-ui": "^2.13.1",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"hash-sum": "^2.0.0",
"js-beautify": "^1.11.0",
"js-cookie": "^2.2.0",
"nprogress": "^0.2.0",
"prismjs": "^1.21.0",
"qs": "^6.9.4",
"recast": "^0.20.3",
"regular-xb": "^1.0.6",
"sortablejs": "^1.10.2",
"sweetalert2": "^9.14.0",
"tinymce": "^5.4.2",
"vcrontab": "^0.3.3",
"vue": "^2.6.11",
"vue-count-to": "^1.0.13",
"vue-echarts": "^5.0.0-beta.0",
"vue-grid-layout": "^2.3.7",
"vue-i18n": "^8.16.0",
"vue-inbrowser-compiler": "^4.32.1",
"vue-js-modal": "^1.3.35",
"vue-monaco": "^1.2.1",
"vue-prism-editor": "^1.2.2",
"vue-router": "^3.4.4",
"vue-split-panel": "^1.0.4",
"vue2-org-tree": "^1.3.1",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.3",
"vxe-table": "^2.9.25",
"vxe-table-plugin-element": "^1.9.4",
"wangeditor": "^3.1.1",
"xe-utils": "^2.7.20"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.0",
"babel-polyfill": "^6.26.0",
"compression-webpack-plugin": "^2.0.0",
"core-js": "^3.6.5",
"crypto-js": "^3.3.0",
"element-theme-chalk": "^2.13.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"glob-all": "^3.2.1",
"hard-source-webpack-plugin": "^0.13.1",
"image-webpack-loader": "^6.0.0",
"less": "^3.11.1",
"less-loader": "^4.1.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"node-sass": "^4.14.1",
"purgecss-webpack-plugin": "^1.5.0",
"sass-loader": "^7.1.0",
"size-plugin": "^2.0.1",
"svg-sprite-loader": "^5.0.0",
"tailwindcss": "^1.4.6",
"terser-webpack-plugin": "^2.3.5",
"vue-template-compiler": "^2.6.11",
"vue2-ace-editor": "0.0.15",
"webpack-dashboard": "^3.1.0",
"webpack-oss": "^2.1.6",
"webpack-parallel-uglify-plugin": "^1.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"sideEffects": false
}