-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "kubeedge-dashboard",
"version": "1.1.0",
"description": "Dashboard for KubeEdge",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.13.0",
"@mui/x-date-pickers": "^7.13.0",
"@tinymce/tinymce-react": "^5.1.1",
"axios": "^1.7.4",
"dayjs": "^1.11.13",
"next": "14.2.5",
"react": "^18.3.1",
"react-code-blocks": "^0.1.6",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"tinycolor2": "^1.6.0",
"yaml": "^2.5.0"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/tinycolor2": "^1.4.6",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"typescript": "^5.5.4"
}
}