|
@@ -41,6 +41,8 @@
|
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
|
+ "commitizen": "^4.3.0",
|
|
|
+ "cz-conventional-changelog": "^3.3.0",
|
|
|
"eslint": "^8.38.0",
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
"eslint-plugin-vue": "^9.10.0",
|
|
@@ -69,5 +71,10 @@
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=14.20.0"
|
|
|
+ },
|
|
|
+ "config": {
|
|
|
+ "commitizen": {
|
|
|
+ "path": "./node_modules/cz-conventional-changelog"
|
|
|
+ }
|
|
|
}
|
|
|
}
|