-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 961 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
35
36
37
38
39
{
"name": "mdb-op-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@kubernetes/client-node": "^0.15.1",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.59",
"@mui/material": "^5.0.6",
"axios": "^0.23.0",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.29.1",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-graph-vis": "^1.0.7",
"react-vis": "^1.11.7",
"uuidv4": "^6.2.12",
"yaml": "^2.0.0-8"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/lodash.clonedeep": "^4.5.6",
"@types/react": "17.0.30",
"@types/vis": "^4.21.22",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}