Make hice home page. Remake details and config pannel to be nicer for small (time still to come)

This commit is contained in:
William Jeynes
2026-04-28 21:50:13 +01:00
parent 0491a55bf6
commit 477cbf6b32
17 changed files with 695 additions and 100 deletions
+5 -2
View File
@@ -8,13 +8,16 @@
"build": "parcel build"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.4",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-force-graph-2d": "^1.29.1"
"react-force-graph-2d": "^1.29.1",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"parcel": "^2.14.0"
"parcel": "^2.14.0",
"parcel-reporter-static-files-copy": "^1.5.3"
}
}