Skip to content

Commit

Permalink
🔨 settings: 날짜 관련 라이브러리 dayjs 설치 및 radix-ui 모달 설치 #15
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 7, 2024
1 parent ef75fa6 commit c1b3085
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,24 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@hookform/resolvers": "3.9.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-progress": "^1.1.0",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query-devtools": "^5.50.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "7.52.2",
"tailwind-merge": "^2.4.0",
"tailwindcss-radix": "^3.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.4",
"@hookform/resolvers": "3.9.0",
"react-hook-form": "7.52.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
Expand Down
Loading

0 comments on commit c1b3085

Please sign in to comment.