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