Refactor code structure for improved readability and maintainability

This commit is contained in:
암냥 2026-06-25 20:07:52 +09:00
commit 3dc14c0117
No known key found for this signature in database
5 changed files with 286 additions and 111 deletions

View file

@ -10,20 +10,20 @@
"format": "biome format --write"
},
"dependencies": {
"lucide-react": "^1.16.0",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6",
"lucide-react": "^1.21.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-photo-album": "^3.6.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^20.19.41",
"@types/react": "^19.2.15",
"@types/react-dom": "^19",
"@biomejs/biome": "2.5.1",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"tailwindcss": "^4.3.0",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"ignoreScripts": [