Blame view

package.json 1.28 KB
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",
a0ea7efe   梁保满   init
19
      "nprogress": "^0.2.0",
8f573b82   阿宝   组卷接口联调
20
      "script-ext-html-webpack-plugin": "^2.1.5",
a0ea7efe   梁保满   init
21
22
23
      "vue": "^2.6.11",
      "vue-i18n": "^8.4.0",
      "vue-router": "^3.5.1",
0454f787   梁保满   班级管理,班级列表修改,科目设置
24
25
      "vuex": "^3.6.2",
      "vuedraggable": "^2.24.3"
a0ea7efe   梁保满   init
26
27
28
29
30
31
    },
    "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
32
      "babel-eslint": "^10.1.0",
8f573b82   阿宝   组卷接口联调
33
      "babel-loader": "^7.1.1",
d4283687   梁保满   首页布局完成,页面顶部返回组件
34
      "babel-polyfill": "^6.26.0",
a0ea7efe   梁保满   init
35
36
37
38
39
40
      "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   阿宝   组卷接口联调
41
      "optimize-css-assets-webpack-plugin": "^3.2.0",
a0ea7efe   梁保满   init
42
43
44
      "postcss-import": "^12.0.1",
      "postcss-loader": "^3.0.0",
      "postcss-url": "^7.2.1",
8f573b82   阿宝   组卷接口联调
45
      "sass-loader": "^7.1.0",
a0ea7efe   梁保满   init
46
47
48
      "vue-template-compiler": "^2.5.2"
    }
  }