feat: initial commit of 'Tor der Wandlerin' - Next.js 16 + R3F landingpage

# Conflicts:
#	README.md
This commit is contained in:
Pixel
2026-04-11 14:26:31 +02:00
parent 134ccf38e3
commit ca54e5c6f7
8 changed files with 223 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "pixel-faebits",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "16.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"@react-three/fiber": "^9.0.0",
"@react-three/drei": "^10.0.0",
"three": "^0.182.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.9.0"
}
}