zhangzengfei
2021-11-22 d9145f2013e6ed3f77fa3473b268a87cfafb5184
update package.json
1个文件已修改
15 ■■■■■ 已修改文件
package.json 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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",