feat: introduce interactive 3D globe with country borders and GitHub activity feed.

This commit is contained in:
2025-12-15 20:19:30 +00:00
parent 8dd658f206
commit 06968a6820
9 changed files with 445 additions and 7 deletions

View File

@@ -13,11 +13,13 @@
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@studio-freight/lenis": "^1.0.42",
"d3-geo": "^3.1.1",
"gsap": "^3.14.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"simplex-noise": "^4.0.3",
"three": "^0.182.0"
"three": "^0.182.0",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",