-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
77 lines (77 loc) · 2.27 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@kthcloud/console",
"author": "cloud.cbh.kth.se",
"licence": "MIT",
"version": "2.0.0",
"private": false,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"format": "prettier --write .",
"format-check": "prettier --check ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@iconify/react": "^4.1.1",
"@kthcloud/go-deploy-types": "^1.0.24",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/material-next": "^6.0.0-alpha.126",
"@mui/x-tree-view": "^7.7.0",
"@react-keycloak/web": "^3.4.0",
"@react-three/fiber": "^8.16.8",
"@sanity/eventsource": "^5.0.2",
"@types/crypto-js": "^4.2.2",
"@types/numeral": "^2.0.5",
"@types/punycode": "^2.1.4",
"@types/three": "^0.164.1",
"apexcharts": "^3.49.1",
"change-case": "^5.4.4",
"crypto-js": "^4.2.0",
"http-status-codes": "^2.3.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^7.2.1",
"js-base64": "^3.7.7",
"keycloak-js": "^24.0.5",
"lodash": "^4.17.21",
"million": "latest",
"notistack": "^3.0.1",
"numeral": "^2.0.6",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-cookie": "^7.1.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.23.1",
"simplebar": "^6.2.7",
"simplebar-react": "^3.2.6",
"three": "^0.164.1",
"three-stdlib": "^2.30.3",
"yaml": "^2.4.5"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/bun": "^1.1.17",
"@types/react": "^18.3.3",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.4.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.2",
"prettier-plugin-nginx": "^1.0.3",
"typescript": "^5.4.5",
"vite": "^5.3.0"
}
}