chore: update dependencies and improve UI components

- Updated dependencies in bun.lock and package.json to specific versions for better stability.
- Added a new Contact component to display contact methods with tooltips.
- Introduced a Banner component for notifications with customizable actions.
- Enhanced the Dialog, Checkbox, Button, Input, and Label components for better usability and styling.
- Integrated react-snowfall for a snow effect in the main page.
- Added a Discord SVG icon to the project.
This commit is contained in:
암냥 2025-12-19 17:21:23 +09:00
commit aa721322da
No known key found for this signature in database
11 changed files with 486 additions and 265 deletions

View file

@ -49,7 +49,7 @@
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"input-otp": "^1.4.2",
"lucide-react": "^0.560.0",
"lucide-react": "^0.562.0",
"next": "16.0.10",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
@ -58,6 +58,7 @@
"react-dom": "19.2.3",
"react-hook-form": "^7.68.0",
"react-resizable-panels": "^3.0.6",
"react-snowfall": "^2.4.0",
"recharts": "3.5.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",