summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1fb8187..1e340d2 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,14 @@
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.9",
"@reduxjs/toolkit": "^2.2.1",
- "msw": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+ "react-hook-form": "^7.50.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
+ "@hookform/devtools": "^4.3.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -32,6 +33,7 @@
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
+ "msw": "^2.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}