diff --git a/package-lock.json b/package-lock.json index 83aa4da..6168c1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,7 @@ "next-ssl-redirect-middleware": "^0.1.4", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.9", "superjson": "1.9.1", "zod": "^3.20.6" }, @@ -4628,6 +4629,21 @@ "react": "^18.2.0" } }, + "node_modules/react-hook-form": { + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -8884,6 +8900,12 @@ "scheduler": "^0.23.0" } }, + "react-hook-form": { + "version": "7.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "requires": {} + }, "react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", diff --git a/package.json b/package.json index 7125d41..1fdffce 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "next-ssl-redirect-middleware": "^0.1.4", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.9", "superjson": "1.9.1", "zod": "^3.20.6" },