add animation on starting page

This commit is contained in:
PascalSchattenburg
2026-01-24 21:56:20 +01:00
parent 51709e1602
commit 0b37204bb9
7 changed files with 619 additions and 2 deletions

View File

@@ -11,14 +11,17 @@
"dependencies": {
"gray-matter": "^4.0.3",
"next": "^16.1.4",
"p5": "^2.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react-dom": "^19.2.3",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",