-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
97 lines (97 loc) · 2.44 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": "xzadmin",
"version": "2.1.3",
"private": true,
"main": "main.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@riophae/vue-treeselect": "^0.0.38",
"@tinymce/tinymce-vue": "^4.0.0",
"axios": "^0.21.1",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"element-ui": "^2.13.0",
"file-saver": "^2.0.2",
"flow-chart-editor": "^0.1.3",
"flowchart.js": "^1.12.1",
"form-making": "^1.2.7",
"jsencrypt": "^3.0.0-rc.1",
"jszip": "^3.2.2",
"lrz": "^4.9.41",
"mavon-editor": "^2.7.5",
"moment": "^2.25.3",
"nprogress": "^0.2.0",
"overlayscrollbars": "^1.10.0",
"path": "^0.12.7",
"path-to-regexp": "^3.0.0",
"svg-sprite-loader": "^4.1.6",
"tinymce": "^5.6.2",
"v-charts": "^1.19.0",
"view-design": "^4.0.2",
"vue": "^2.6.10",
"vue-codemirror": "^4.0.6",
"vue-count-to": "^1.0.13",
"vue-cropper": "^0.4.9",
"vue-router": "^3.0.3",
"vue-ueditor-wrap": "^2.4.1",
"vue2-editor": "^2.10.2",
"vue2-verify": "^1.1.5",
"vuedraggable": "^2.23.2",
"vuex": "^3.0.1",
"xlsx": "^0.15.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.12.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-polyfill": "^6.26.0",
"electron": "^11.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"image-webpack-loader": "^6.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.1",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"svgo": "^1.1.0",
"svgo-loader": "^2.1.0",
"thread-loader": "^3.0.4",
"url-loader": "^4.1.1",
"vue-cli-plugin-svg-sprite": "^1.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.4.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}