feat: rework entire project structure

This commit is contained in:
2026-03-23 00:04:04 +01:00
parent 6282951b88
commit 8185757933
26 changed files with 1414 additions and 86 deletions

View File

@@ -9,9 +9,14 @@
"lint": "eslint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@types/three": "^0.183.1",
"framer-motion": "^12.38.0",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
"react": "^19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^16.6.1",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -20,7 +25,8 @@
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"tailwindcss": "^4.2.2",
"three": "^0.183.2",
"typescript": "^5"
}
}