| | |
| | | "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", |