|
|
@ -6,7 +6,9 @@ |
|
|
|
"build": "vite build", |
|
|
|
"serve": "vite preview", |
|
|
|
"cz": "git add . && git cz", |
|
|
|
"prettier": "npx prettier --write .", |
|
|
|
"format": "prettier --write ./src", |
|
|
|
"lint": "eslint ./src --ext .vue,.js,.ts", |
|
|
|
"lint-fix": "eslint --fix ./src --ext .vue,.js,.ts", |
|
|
|
"prepare": "husky install" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|