-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 814 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "ba-prototyp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/cytoscape": "^3.19.9",
"@types/cytoscape-dagre": "^2.3.0",
"@types/cytoscape-fcose": "^2.2.1",
"@types/events": "^3.0.0",
"@types/node": "^20.4.2",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"dependencies": {
"cytoscape": "^3.23.0",
"cytoscape-cise": "^1.0.0",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-expand-collapse": "^4.1.0",
"cytoscape-fcose": "^2.2.0",
"cytoscape-layout-utilities": "^1.1.1",
"cytoscape-spread": "^3.0.0",
"cytoscape-view-utilities": "^6.0.0",
"events": "^3.3.0"
}
}