summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b560c22b..645510b2 100644
--- a/package.json
+++ b/package.json
@@ -10,9 +10,9 @@
},
"dependencies": {
"@heroicons/react": "^2.0.13",
+ "@hookform/resolvers": "^2.9.10",
"axios": "^1.1.3",
"cookies-next": "^2.1.1",
- "formik": "^2.2.9",
"framer-motion": "^7.6.7",
"lodash": "^4.17.21",
"next": "13.0.0",
@@ -20,6 +20,7 @@
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
+ "react-hook-form": "^7.42.1",
"react-hot-toast": "^2.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.5",