Add grph visualiser initial version

This commit is contained in:
William Jeynes
2026-04-08 21:00:24 +01:00
parent cf6b29ca91
commit aa962b1802
9 changed files with 3803 additions and 41 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "parcel-react-client-starter",
"private": true,
"version": "0.0.0",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"dependencies": {
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-force-graph-2d": "^1.29.1"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"parcel": "^2.14.0"
}
}