feat: add zod, react-icons, react-hook-form and @hookform/resolvers packages

This commit is contained in:
ngc2207 2025-01-29 16:09:03 +08:00
parent 1ee369c3be
commit d8e75145e2
2 changed files with 5 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
@ -19,8 +20,11 @@
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5",