feat: ✨ 版本配置
Showing
... | @@ -12,7 +12,6 @@ | ... | @@ -12,7 +12,6 @@ |
"build:stage": "vue-cli-service build --mode staging", | "build:stage": "vue-cli-service build --mode staging", | ||
"cz": "npm run log && git add . && git cz", | "cz": "npm run log && git add . && git cz", | ||
"dev": "vue-cli-service serve", | "dev": "vue-cli-service serve", | ||
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0", | |||
"preview": "node build/index.js --preview", | "preview": "node build/index.js --preview", | ||
"spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | "spellcheck": "cspell lint --dot --gitignore --color --cache --show-suggestions \"src/**/*.@(html|js|cjs|mjs|ts|tsx|css|scss|md|vue)\"", | ||
"prepare": "husky install", | "prepare": "husky install", | ||
... | @@ -46,21 +45,23 @@ | ... | @@ -46,21 +45,23 @@ |
"vuex": "3.6.0" | "vuex": "3.6.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "17.6.7", | |||
"@commitlint/config-conventional": "17.6.7", | |||
"@commitlint/cz-commitlint": "17.6.7", | |||
"@vue/cli-plugin-babel": "4.4.6", | "@vue/cli-plugin-babel": "4.4.6", | ||
"@vue/cli-plugin-eslint": "4.4.6", | "@vue/cli-plugin-eslint": "5.0.8", | ||
"@vue/cli-service": "4.4.6", | "@vue/cli-service": "4.4.6", | ||
"babel-eslint": "10.1.0", | "babel-eslint": "10.1.0", | ||
"babel-plugin-dynamic-import-node": "2.3.3", | "babel-plugin-dynamic-import-node": "2.3.3", | ||
"chalk": "4.1.0", | "chalk": "4.1.0", | ||
"commitizen": "^4.0.3", | |||
"commitlint": "^8.2.0", | "commitlint": "^8.2.0", | ||
"compression-webpack-plugin": "5.0.2", | "compression-webpack-plugin": "5.0.2", | ||
"connect": "3.6.6", | "connect": "3.6.6", | ||
"conventional-changelog-cli": "^2.0.28", | "conventional-changelog-cli": "^2.0.28", | ||
"eslint-config-prettier": "^9.1.0", | "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | "eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "7.2.0", | "eslint-plugin-vue": "9.21.1", | ||
"husky": "^3.0.9", | "husky": "8.0.3", | ||
"lint-staged": "^10.5.3", | "lint-staged": "^10.5.3", | ||
"mockjs": "1.0.1-beta3", | "mockjs": "1.0.1-beta3", | ||
"postcss": "^8.4.12", | "postcss": "^8.4.12", | ||
... | @@ -81,8 +82,12 @@ | ... | @@ -81,8 +82,12 @@ |
"stylelint-config-standard-scss": "^4.0.0", | "stylelint-config-standard-scss": "^4.0.0", | ||
"stylelint-order": "^5.0.0", | "stylelint-order": "^5.0.0", | ||
"svg-sprite-loader": "5.1.1", | "svg-sprite-loader": "5.1.1", | ||
"vue-cli-plugin-commitlint": "~1.0.12", | "vue-template-compiler": "2.6.12", | ||
"vue-template-compiler": "2.6.12" | "zx": "7.2.3", | ||
"commitizen": "4.3.0", | |||
"cz-git": "1.7.0", | |||
"tsno": "2.0.0", | |||
"lodash": "4.17.21" | |||
}, | }, | ||
"browserslist": [ | "browserslist": [ | ||
"> 1%", | "> 1%", | ||
... | @@ -97,12 +102,6 @@ | ... | @@ -97,12 +102,6 @@ |
"node": ">=8.9", | "node": ">=8.9", | ||
"npm": ">= 3.0.0" | "npm": ">= 3.0.0" | ||
}, | }, | ||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged", | |||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | |||
} | |||
}, | |||
"keywords": [ | "keywords": [ | ||
"vue", | "vue", | ||
"admin", | "admin", | ||
... | ... |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment