Invent the third dimension. Update homepage screenshots.

This commit is contained in:
William Jeynes
2026-04-28 23:33:52 +01:00
parent 60aa4119ba
commit b872fbc5ec
9 changed files with 294 additions and 4 deletions
+7 -1
View File
@@ -12,12 +12,18 @@
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-force-graph-2d": "^1.29.1",
"tailwindcss": "^4.2.4"
"react-force-graph-3d": "^1.29.1",
"tailwindcss": "^4.2.4",
"three": "^0.184.0",
"three-spritetext": "^1.10.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"parcel": "^2.14.0",
"parcel-reporter-static-files-copy": "^1.5.3"
},
"@parcel/resolver-default": {
"packageExports": true
}
}