Skip to content

Commit

Permalink
chore: 리엑트 훅폼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
baechu50 committed Dec 3, 2024
1 parent 730b6c0 commit 7106cc7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
28 changes: 27 additions & 1 deletion FE/package-lock.json

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

5 changes: 4 additions & 1 deletion FE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
Expand All @@ -36,14 +37,16 @@
"react-ace": "^13.0.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.2",
"react-query": "^3.39.3",
"react-svg": "^16.1.34",
"shadcn-ui": "^0.2.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.0.1"
"vite-tsconfig-paths": "^5.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
Expand Down

0 comments on commit 7106cc7

Please sign in to comment.