-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"name": "@uniqs/dashboard",
"version": "3.0.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"@mui/x-data-grid": "5.0.0-beta.2",
"@uniqs/apis": "workspace:*",
"@uniqs/config": "workspace:*",
"@uniqs/ui": "workspace:*",
"@uniqs/utils": "workspace:*",
"chart.js": "^3.3.2",
"date-fns": "^2.22.1",
"idb-keyval": "^5.0.6",
"mobx": "^6.3.2",
"mobx-react-lite": "^3.2.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@types/react": "^17.0.9",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.3.3",
"vite": "^2.3.6"
},
"scripts": {
"start": "vite --host",
"build": "yarn run -T tsc && vite build"
}
}