diff options
Diffstat (limited to 'web/package.json')
| -rw-r--r-- | web/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json index 0c7ce127..8a315beb 100644 --- a/web/package.json +++ b/web/package.json @@ -10,9 +10,11 @@ "lint": "next lint" }, "dependencies": { + "@hookform/resolvers": "^3.3.4", "@next-auth/prisma-adapter": "^1.0.7", "@next/eslint-plugin-next": "^14.1.0", "@radix-ui/react-dropdown-menu": "^2.0.6", + "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-toast": "^1.1.5", "class-variance-authority": "^0.7.0", @@ -24,6 +26,7 @@ "prettier": "^3.2.5", "react": "^18", "react-dom": "^18", + "react-hook-form": "^7.50.1", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "zod": "^3.22.4" |
