Skip to content

Commit

Permalink
wip: refactor forms with react-hook-form and zod
Browse files Browse the repository at this point in the history
  • Loading branch information
imollov committed Nov 22, 2023
1 parent 19f5d7b commit c51c95f
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 45 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"prettier:write": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@rainbow-me/rainbowkit": "^1.3.0",
Expand All @@ -26,11 +28,13 @@
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-wrap-balancer": "^1.1.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"viem": "~1.19.5",
"wagmi": "^1.4.7"
"wagmi": "^1.4.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.9.3",
Expand Down
110 changes: 83 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c51c95f

Please sign in to comment.