Blame view

store-pc/package.json 1.1 KB
58083915   “wangming”   对门店PC进行设计
1
2
3
4
5
6
7
8
9
10
  {
    "name": "lvqian-store-pc",
    "version": "1.0.0",
    "description": "绿纤门店PC端",
    "scripts": {
      "dev": "cross-env CHOKIDAR_USEPOLLING=true vue-cli-service serve --open",
      "build": "vue-cli-service build",
      "lint": "eslint --ext .js,.vue src"
    },
    "dependencies": {
ad197adf   “wangming”   完成了基本的门店PC的设计
11
12
13
14
15
      "@fullcalendar/core": "^4.4.2",
      "@fullcalendar/daygrid": "^4.4.2",
      "@fullcalendar/interaction": "^4.4.2",
      "@fullcalendar/timegrid": "^4.4.2",
      "@fullcalendar/vue": "^4.4.2",
58083915   “wangming”   对门店PC进行设计
16
17
      "axios": "^0.18.1",
      "element-ui": "^2.15.5",
7606a6ad   “wangming”   fix: update produ...
18
      "js-md5": "^0.8.3",
58083915   “wangming”   对门店PC进行设计
19
      "normalize.css": "^8.0.1",
7606a6ad   “wangming”   fix: update produ...
20
      "qs": "^6.15.1",
58083915   “wangming”   对门店PC进行设计
21
22
      "vue": "^2.6.14",
      "vue-router": "^3.5.1",
da3042f7   “wangming”   Add vuedraggable ...
23
      "vuedraggable": "^2.24.3",
58083915   “wangming”   对门店PC进行设计
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
      "vuex": "^3.6.2"
    },
    "devDependencies": {
      "@vue/cli-plugin-babel": "^4.5.19",
      "@vue/cli-plugin-eslint": "^4.5.19",
      "@vue/cli-service": "^4.5.19",
      "babel-eslint": "^10.1.0",
      "cross-env": "^7.0.3",
      "eslint": "^6.8.0",
      "eslint-plugin-vue": "^6.2.2",
      "sass": "^1.32.13",
      "sass-loader": "^10.2.1",
      "vue-template-compiler": "^2.6.14"
    },
    "browserslist": [
      "> 1%",
      "last 2 versions"
    ]
  }