Skip to content

Commit

Permalink
Graph visualisation (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Jan 20, 2025
1 parent 2d75ba3 commit a8eac6f
Show file tree
Hide file tree
Showing 26 changed files with 1,896 additions and 164 deletions.
1 change: 1 addition & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{ "name": "useSetting", "stableResult": [1] },
{ "name": "useNodesState", "stableResult": [1, 2] },
{ "name": "useEdgesState", "stableResult": [1, 2] },
{ "name": "useToggleList", "stableResult": [2, 3] },
{ "name": "useDatasets", "stableResult": [1] },
{ "name": "useRoute", "stableResult": [1] },
{ "name": "useActiveView", "stableResult": [1] },
Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"version": "3.1.9",
"surreal": "2.0.0",
"type": "module",
"authors": ["SurrealDB"],
"authors": [
"SurrealDB"
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
Expand Down Expand Up @@ -47,6 +49,8 @@
"@mantine/notifications": "^7.13.3",
"@mdi/js": "^7.2.96",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@sigma/edge-curve": "^3.1.0",
"@sigma/node-border": "^3.0.0",
"@surrealdb/codemirror": "1.0.0-beta.18",
"@surrealdb/lezer": "1.0.0-beta.18",
"@surrealdb/ql-wasm": "0.2.0-beta.9",
Expand Down Expand Up @@ -76,14 +80,18 @@
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.3",
"geo-coordinates-parser": "^1.7.0",
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"graphql": "^16.9.0",
"html-to-image": "^1.11.11",
"idb": "^8.0.0",
"immer": "^10.0.2",
"iwanthue": "^2.0.0",
"klona": "^2.0.6",
"leaflet": "^1.9.4",
"lottie-web": "^5.12.2",
"mantine-contextmenu": "^7.5.0",
"mantine-contextmenu": "^7.15.3",
"marked": "^15.0.0",
"papaparse": "^5.4.1",
"posthog-js": "^1.121.4",
Expand All @@ -95,6 +103,7 @@
"react-resizable-panels": "^2.1.4",
"react-reverse-portal": "^2.1.1",
"rss-parser": "^3.13.0",
"sigma": "^3.0.0",
"surrealdb": "^1.1.0",
"use-immer": "^0.9.0",
"valibot": "^0.42.1",
Expand Down
Loading

0 comments on commit a8eac6f

Please sign in to comment.