Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
ddcfacb47d
commit
3dc14c0117
5 changed files with 286 additions and 111 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue