-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
33
34
35
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@popperjs/core": "^2.11.8",
"cytoscape": "^3.30.2",
"cytoscape-cola": "^2.5.1",
"cytoscape-cose-bilkent": "^4.1.0",
"file-saver": "^2.0.5",
"react": "^18.3.1",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-joyride": "^2.9.2",
"react-resizable-panels": "^2.1.3",
"react-router-dom": "^6.26.2",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.28.0"
},
"devDependencies": {
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.10"
}
}