|
@@ -9,7 +9,8 @@
|
|
"preview": "vite preview",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test": "vitest",
|
|
"up": "taze major -I",
|
|
"up": "taze major -I",
|
|
- "postinstall": "npx simple-git-hooks"
|
|
|
|
|
|
+ "postinstall": "npx simple-git-hooks",
|
|
|
|
+ "prepare": "husky install"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@vueuse/core": "^9.13.0",
|
|
"@vueuse/core": "^9.13.0",
|
|
@@ -39,7 +40,8 @@
|
|
"vite": "^4.2.1",
|
|
"vite": "^4.2.1",
|
|
"vite-plugin-pages": "^0.29.0",
|
|
"vite-plugin-pages": "^0.29.0",
|
|
"vitest": "^0.29.8",
|
|
"vitest": "^0.29.8",
|
|
- "vue-tsc": "^1.2.0"
|
|
|
|
|
|
+ "vue-tsc": "^1.2.0",
|
|
|
|
+ "husky": "^8.0.0"
|
|
},
|
|
},
|
|
"simple-git-hooks": {
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm lint-staged"
|
|
"pre-commit": "pnpm lint-staged"
|