-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 832 Bytes
/
package.json
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
{
"name": "pctrl",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
"@mui/x-data-grid": "^6.2.1",
"@naisutech/react-tree": "^3.1.0",
"@tauri-apps/api": "^1.2.0",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-d3-tree": "^3.5.2",
"react-dom": "^18.2.0",
"recharts": "^2.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.2.1"
}
}