diff --git a/package-lock.json b/package-lock.json index f188774..dffd110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.0", "react-icons": "^4.7.1", "styled-components": "^5.3.6", "typescript": "4.9.4" @@ -3056,6 +3057,21 @@ "react": "^18.2.0" } }, + "node_modules/react-hook-form": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", + "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "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-icons": { "version": "4.7.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", @@ -5767,6 +5783,12 @@ "scheduler": "^0.23.0" } }, + "react-hook-form": { + "version": "7.43.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.0.tgz", + "integrity": "sha512-/rVEz7T0gLdSFwPqutJ1kn2e0sQNyb9ci/hmwEYr2YG0KF/LSuRLvNrf9QWJM+gj88CjDpDW5Bh/1AD7B2+z9Q==", + "requires": {} + }, "react-icons": { "version": "4.7.1", "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", diff --git a/package.json b/package.json index b2268a3..615d38c 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "next": "13.1.1", "react": "18.2.0", "react-dom": "18.2.0", + "react-hook-form": "^7.43.0", "react-icons": "^4.7.1", "styled-components": "^5.3.6", "typescript": "4.9.4"