mirror of
https://github.com/guezoloic/website.git
synced 2026-03-31 11:11:37 +00:00
feat: rework entire project structure
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user