zhangzengfei
2021-11-22 d9145f2013e6ed3f77fa3473b268a87cfafb5184
package.json
@@ -13,20 +13,7 @@
    "lint": "vue-cli-service lint",
    "lint:style": "stylelint-config-prettier-check",
    "inspect": "vue-cli-service inspect",
    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
    "use:npm": "nrm use npm",
    "use:taobao": "nrm use taobao",
    "update": "ncu -u --reject sass-loader,sass&&cnpm i",
    "update:globle": "ncu -g --concurrency 10 --timeout 80000"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org"
  },
  "dependencies": {
    "axios": "^0.21.1",
@@ -42,7 +29,6 @@
    "qs": "^6.10.1",
    "screenfull": "^5.1.0",
    "sortablejs": "^1.14.0",
    "vab-icon": "^0.0.1",
    "vue": "^2.6.14",
    "vue-router": "^3.5.2",
    "vuex": "^3.6.2",