a0ea7efe
梁保满
init
|
1
2
3
4
5
6
7
8
9
10
|
{
"name": "vue-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
|
8f573b82
阿宝
组卷接口联调
|
11
|
"axios": "^0.21.1",
|
a0ea7efe
梁保满
init
|
12
13
14
|
"core-js": "^3.6.5",
"echarts": "5.3.2",
"element-ui": "^2.15.1",
|
8f573b82
阿宝
组卷接口联调
|
15
|
"font-awesome": "^4.7.0",
|
a0ea7efe
梁保满
init
|
16
17
|
"js-cookie": "^2.2.0",
"jsencrypt": "^3.2.0",
|
db11048f
阿宝
设备状态,学校管理
|
18
|
"lodash": "^4.17.21",
|
f45b3c05
LH_PC
云平台新UI界面
|
19
|
"mockjs": "1.1.0",
|
a0ea7efe
梁保满
init
|
20
|
"nprogress": "^0.2.0",
|
8f573b82
阿宝
组卷接口联调
|
21
|
"script-ext-html-webpack-plugin": "^2.1.5",
|
a0ea7efe
梁保满
init
|
22
23
24
|
"vue": "^2.6.11",
"vue-i18n": "^8.4.0",
"vue-router": "^3.5.1",
|
352c53cc
梁保满
上传word回传数据
|
25
|
"vuedraggable": "^2.24.3",
|
f45b3c05
LH_PC
云平台新UI界面
|
26
|
"vuex": "^3.6.2"
|
a0ea7efe
梁保满
init
|
27
28
29
30
31
32
|
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
|
a0ea7efe
梁保满
init
|
33
|
"babel-eslint": "^10.1.0",
|
8f573b82
阿宝
组卷接口联调
|
34
|
"babel-loader": "^7.1.1",
|
d4283687
梁保满
首页布局完成,页面顶部返回组件
|
35
|
"babel-polyfill": "^6.26.0",
|
a0ea7efe
梁保满
init
|
36
37
38
39
40
41
|
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
|
8f573b82
阿宝
组卷接口联调
|
42
|
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
a0ea7efe
梁保满
init
|
43
44
45
|
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-url": "^7.2.1",
|
8f573b82
阿宝
组卷接口联调
|
46
|
"sass-loader": "^7.1.0",
|
a0ea7efe
梁保满
init
|
47
48
|
"vue-template-compiler": "^2.5.2"
}
|
f45b3c05
LH_PC
云平台新UI界面
|
49
|
}
|