init commit

This commit is contained in:
Stanislaw
2023-10-23 02:08:37 +02:00
parent a7298f930a
commit f24f70b59c
11 changed files with 1145 additions and 472 deletions

View File

@@ -9,16 +9,21 @@
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.88.4",
"@react-three/fiber": "^8.15.1",
"@types/three": "^0.157.2",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"next": "13.5.6"
"three": "^0.157.0",
"three.js": "^0.77.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.6"
"eslint-config-next": "13.5.6",
"typescript": "^5"
}
}