-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
36
37
38
39
40
41
42
{
"name": "mufnets-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.5",
"@react-sigma/core": "^3.2.0",
"@react-sigma/layout-circular": "^3.2.0",
"@react-sigma/layout-core": "^3.4.0",
"@react-sigma/layout-force": "^3.4.0",
"axios": "^1.3.3",
"graphology": "^0.25.1",
"graphology-layout": "^0.6.1",
"graphology-layout-force": "^0.2.4",
"graphology-types": "^0.24.7",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-digraph": "^8.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2",
"recharts": "^2.5.0",
"sigma": "^2.4.0",
"use-react-screenshot": "^3.0.0",
"victory": "^36.6.8"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^5.1.6",
"vite": "^4.0.0"
}
}