Skip to content

Commit 6e40e95

Browse files
committed
commit
1 parent 5ed5aa3 commit 6e40e95

File tree

2 files changed

+130
-0
lines changed

2 files changed

+130
-0
lines changed

package-lock.json

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"playwright": "^1.49.1",
2929
"playwright-core": "^1.49.1",
3030
"react": "^18",
31+
"react-cytoscape": "^1.0.6",
3132
"react-cytoscapejs": "^2.0.0",
3233
"react-dom": "^18",
3334
"react-resizable-panels": "^2.0.20",
@@ -39,8 +40,10 @@
3940
"devDependencies": {
4041
"@playwright/test": "^1.49.1",
4142
"@types/cytoscape": "^3.21.8",
43+
"@types/cytoscape-fcose": "^2.2.4",
4244
"@types/node": "^22.10.2",
4345
"@types/react": "^18",
46+
"@types/react-cytoscapejs": "^1.2.5",
4447
"@types/react-dom": "^18",
4548
"@types/react-syntax-highlighter": "^15.5.13",
4649
"eslint": "^9",

0 commit comments

Comments
 (0)