-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 887 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 887 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
36
{
"type": "module",
"devDependencies": {
"@gradio/client": "^1.12.0",
"@types/d3": "^7.4.3",
"@types/file-saver": "^2.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.7.0",
"rollup": "^4.46.3",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vite-plugin-ngrok": "^1.1.2"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.4.3",
"antd": "^5.23.4",
"axios": "^1.8.4",
"d3": "^7.9.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.179.1",
"vite-plugin-static-copy": "^2.3.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}