chore: remove hooks

This commit is contained in:
2026-02-02 14:39:20 +01:00
parent 901159ae2d
commit d8308b0d0b
6 changed files with 1 additions and 239 deletions

View File

@@ -8,8 +8,7 @@
"build": "tsc -b && vite build",
"lint": "eslint src test",
"preview": "vite preview",
"test": "jest",
"prepare": "husky"
"test": "jest"
},
"dependencies": {
"@neodrag/react": "^2.3.1",
@@ -35,7 +34,6 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",