내비게이션, 테마 적용

This commit is contained in:
2025-07-31 19:06:58 +09:00
parent 3ccb0c8f8a
commit 211689e889
19 changed files with 641 additions and 1460 deletions

View File

@@ -24,25 +24,25 @@
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.533.0",
"react": "^19.1.0",
"react": "^19.1.1",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.0",
"react-dom": "^19.1.1",
"react-router-dom": "^7.7.1",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.6"
"zustand": "^5.0.7"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@biomejs/biome": "^2.1.3",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.6",
"typescript": "~5.8.3",
"vite": "^7.0.4"
"vite": "^7.0.6"
}
}