diff options
| author | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 14:14:43 +0100 |
|---|---|---|
| committer | mihailo.vojinovic <mihailonvojinovic@gmail.com> | 2026-02-04 14:14:43 +0100 |
| commit | 35917993879df396720ea9a2463e88c11ad6e189 (patch) | |
| tree | 4a872f88ea9dfb0453e1c2684d62ecacdfe3f658 /package-lock.json | |
| parent | cd2545b6a02040686874200d7ec13c953d3bdffc (diff) | |
| download | invoice-35917993879df396720ea9a2463e88c11ad6e189.tar.gz invoice-35917993879df396720ea9a2463e88c11ad6e189.zip | |
Install react hook form and zod
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 0780dee..694cbea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,9 @@ "dependencies": { "next": "16.1.6", "react": "19.2.3", - "react-dom": "19.2.3" + "react-dom": "19.2.3", + "react-hook-form": "^7.71.1", + "zod": "^4.3.6" }, "devDependencies": { "@tailwindcss/postcss": "^4", @@ -5496,6 +5498,22 @@ "react": "^19.2.3" } }, + "node_modules/react-hook-form": { + "version": "7.71.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz", + "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==", + "license": "MIT", + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18 || ^19" + } + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", @@ -6612,7 +6630,6 @@ "version": "4.3.6", "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", - "dev": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" |
