This commit is contained in:
eric
2026-03-29 01:54:10 -05:00
parent 784a4468b8
commit c3ee09674f
13 changed files with 4347 additions and 70 deletions

View File

@@ -14,12 +14,14 @@
"lucide-react": "^1.7.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"three": "0.170.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "0.170.0",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"postcss": "^8",