|
@@ -5,15 +5,7 @@
|
|
|
"scripts": {
|
|
|
"serve": "vue-cli-service serve",
|
|
|
"build": "vue-cli-service build",
|
|
|
- "build:prod": "npm run build && npm run ch2version-update && npm run ch2version-replace",
|
|
|
- "build:base": "npm run build && npm run ch2version-base && npm run ch2version-replace",
|
|
|
- "build:ci": "npm run build:base",
|
|
|
- "lint": "vue-cli-service lint",
|
|
|
- "ch2version-update": "ch2version update -lang cn",
|
|
|
- "ch2version-base": "ch2version base -lang cn",
|
|
|
- "ch2version-replace": "ch2version replace",
|
|
|
- "git-release": "standard-version",
|
|
|
- "ch2version": "ch2version"
|
|
|
+ "lint": "vue-cli-service lint"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"axios": "^0.19.2",
|
|
@@ -42,10 +34,6 @@
|
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
|
"autoprefixer": "^9.8.5",
|
|
|
- "commitizen": "^4.1.2",
|
|
|
- "commitlint": "^9.0.1",
|
|
|
- "contenthash2version": "^0.1.4",
|
|
|
- "cz-conventional-changelog": "3.2.0",
|
|
|
"eslint": "^6.7.2",
|
|
|
"eslint-plugin-import": "^2.20.2",
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
@@ -58,19 +46,6 @@
|
|
|
"standard-version": "^8.0.1",
|
|
|
"ts-import-plugin": "^1.6.6",
|
|
|
"typescript": "~3.9.3",
|
|
|
- "vue-template-compiler": "^2.6.11",
|
|
|
- "yarn": "^1.22.4"
|
|
|
- },
|
|
|
- "husky": {
|
|
|
- "hooks": {
|
|
|
- "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
|
|
|
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
|
|
- "pre-push": "npm run lint"
|
|
|
- }
|
|
|
- },
|
|
|
- "config": {
|
|
|
- "commitizen": {
|
|
|
- "path": "./node_modules/cz-conventional-changelog"
|
|
|
- }
|
|
|
+ "vue-template-compiler": "^2.6.11"
|
|
|
}
|
|
|
}
|