diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-16 17:06:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-16 17:06:25 +0700 |
| commit | 3a8b28198e51fff0a6f7d97b0ae2f6e0d3b73d47 (patch) | |
| tree | 5c0362c2998b5aa21ac1fdc95ba71b6121c2f149 /package.json | |
| parent | ecb4e0be9f7649f448191b016e744980541e6c75 (diff) | |
Fix delay input form
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
