-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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
35
36
37
38
39
40
{
"name": "ui",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@docker/docker-mui-theme": "<0.1.0",
"@docker/extension-api-client": "0.3.4",
"@emotion/css": "^11.10.5",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "5.10.11",
"@tanstack/react-query": "^4.24.4",
"lodash": "^4.17.21",
"pretty-bytes": "^6.1.0",
"react": "^18.2.0",
"react-d3-tree": "^3.5.0",
"react-dom": "^18.2.0",
"react-json-tree": "^0.18.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "jest src"
},
"devDependencies": {
"@docker/extension-api-client-types": "0.3.4",
"@tanstack/react-query-devtools": "^4.24.6",
"@types/jest": "^29.1.2",
"@types/node": "^18.7.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"jest": "^29.1.2",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
}