Void; part 2

This commit is contained in:
2026-04-08 16:08:06 -07:00
parent 53065a11dc
commit e7ada63431
16 changed files with 1684 additions and 60 deletions

View File

@@ -13,6 +13,7 @@
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/three": "^0.175.0",
"astro": "^6.1.2",
"tailwindcss": "^3.4.19"
},
@@ -24,6 +25,9 @@
"@giscus/react": "^3.1.0",
"@pilcrowjs/object-parser": "^0.0.4",
"@react-hook/intersection-observer": "^3.1.2",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@rehype-pretty/transformers": "^0.13.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
@@ -31,6 +35,7 @@
"ioredis": "^5.10.1",
"lucide-react": "^0.468.0",
"marked": "^15.0.12",
"postprocessing": "^6.39.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.6.0",
@@ -40,6 +45,7 @@
"rehype-slug": "^6.0.0",
"schema-dts": "^1.1.5",
"shiki": "^3.23.0",
"three": "^0.175.0",
"typewriter-effect": "^2.22.0",
"unist-util-visit": "^5.1.0"
}