Blame view

store-pc/package.json 1.03 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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
      "axios": "^0.18.1",
      "element-ui": "^2.15.5",
      "normalize.css": "^8.0.1",
      "vue": "^2.6.14",
      "vue-router": "^3.5.1",
      "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"
    ]
  }