-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
120 lines (120 loc) · 3.15 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "competition",
"version": "1.0.0",
"description": "爱执教",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
"@tinymce/tinymce-vue": "^3.2.0",
"amfe-flexible": "^2.2.1",
"axios": "^0.19.0",
"core-js": "^3.4.2",
"crypto-js": "^4.0.0",
"dayjs": "^1.8.18",
"echarts": "^4.9.0",
"element-ui": "^2.15.8",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"jeeplus-filemanager": "^2.0.0",
"jeeplus-gencode": "^2.1.2",
"lodash": "^4.17.15",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"moment": "^2.24.0",
"monaco-editor": "^0.23.0",
"normalize.css": "^8.0.0",
"numeral": "^2.0.6",
"postcss-plugin-px2rem": "^0.8.1",
"postcss-pxtorem": "^6.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.1",
"script-ext-html-webpack-plugin": "^2.1.5",
"scroll-tabs": "^1.0.1",
"selection-update": "^0.1.2",
"sortablejs": "^1.10.1",
"swiper": "^5.2.0",
"tiny-svg": "^2.2.2",
"ua-parser-js": "^1.0.2",
"v-charts": "^1.19.0",
"vant": "^2.12.50",
"viewerjs": "^1.2.0",
"vue": "2.6.14",
"vue-awesome-swiper": "^4.1.1",
"vue-clipboard2": "^0.3.1",
"vue-cookie": "^1.1.4",
"vue-count-to": "^1.0.13",
"vue-echarts": "^4.1.0",
"vue-full-calendar": "^2.8.1-0",
"vue-i18n": "5.0.3",
"vue-print-nb": "^1.5.0",
"vue-qr": "^4.0.9",
"vue-router": "^3.1.3",
"vue-sketch-ruler": "^1.0.3",
"vue2-ace-editor": "^0.0.15",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"vxe-table": "^3.4.11",
"vxe-table-plugin-export-xlsx": "^2.2.2",
"wangeditor": "^3.1.1",
"xe-utils": "^3.4.3"
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"@npkg/tinymce-plugins": "^0.0.7",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"autoprefixer": "^9.7.2",
"babel-eslint": "^7.2.3",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-import": "^1.13.3",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"classlist-polyfill": "^1.2.0",
"compression-webpack-plugin": "^5.0.2",
"copy-webpack-plugin": "^5.0.5",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-template-compiler": "2.6.14",
"webpack": "^4.41.2"
},
"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"
]
}