Migrate to a D3-based graph renderer

This commit is contained in:
2024-02-03 20:47:22 +01:00
parent b68f84bc98
commit be1cd8b39f
14 changed files with 1035 additions and 51 deletions

View File

@@ -9,10 +9,16 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
"vite": "^5.0.12"
},
"dependencies": {
"mermaid": "^10.6.1"
"d3": "^7.8.5",
"ml-matrix": "^6.11.0"
}
}