|
|
@@ -9,8 +9,6 @@
|
|
|
"build:admin": "vite build --mode admin",
|
|
|
"build:agent": "vite build --mode agent",
|
|
|
"serve": "vite preview",
|
|
|
- "prepare": "husky install",
|
|
|
- "commit": "git-cz",
|
|
|
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -w -r 10 -s && npm run getUpdate",
|
|
|
"getUpdate": "node ./generateUpdate"
|
|
|
},
|
|
|
@@ -36,8 +34,6 @@
|
|
|
"vuex": "^4.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^13.1.0",
|
|
|
- "@commitlint/config-conventional": "^13.1.0",
|
|
|
"@vitejs/plugin-vue": "^1.1.5",
|
|
|
"@vue/compiler-sfc": "^3.2.7",
|
|
|
"@vue/eslint-config-standard": "^6.0.0",
|
|
|
@@ -50,7 +46,6 @@
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
|
"eslint-plugin-vue": "^7.7.0",
|
|
|
- "husky": "^7.0.2",
|
|
|
"marked": "^3.0.4",
|
|
|
"sass": "^1.32.8",
|
|
|
"vite": "^2.0.5"
|