해결결

This commit is contained in:
imnyang 2024-12-15 02:59:06 +09:00
commit b185b9afb6
27 changed files with 1998 additions and 120 deletions

View file

@ -9,11 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.2.3",
"@emotion/react": "^11.14.0",
"@tippyjs/react": "^4.2.6",
"lucide-react": "^0.468.0",
"next": "15.0.3",
"next-themes": "^0.4.4",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-icons": "^5.4.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {