Skip to content

Commit

Permalink
build: add react-hook-form, zod
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-tech committed May 5, 2024
1 parent e0d5dc4 commit 38e0321
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
},
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@hookform/resolvers": "^3.3.4",
"clsx": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"zod": "^3.23.6"
},
"devDependencies": {
"@chromatic-com/storybook": "1.3.3",
"@hookform/devtools": "^4.3.1",
"@it-incubator/eslint-config": "^1.0.2",
"@it-incubator/prettier-config": "^0.1.2",
"@it-incubator/stylelint-config": "^1.0.3",
Expand Down
Loading

0 comments on commit 38e0321

Please sign in to comment.