Merge branch 'main' of ssh://git.leizour.fr:222/RedCrab/projet-nuitinfo-2024 into main_page

This commit is contained in:
iMax 2024-12-06 03:50:44 +01:00
commit 17affb3297
9 changed files with 384 additions and 4 deletions

View file

@ -10,10 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.120.0",
"@react-three/fiber": "^8.17.10",
"@types/three": "^0.170.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.2",
"react-router-dom": "^6.2.1"
"three": "^0.171.0",
"three-stdlib": "^2.34.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",