-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.33 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "cloudview",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.4.0",
"@ant-design/icons": "^4.8.0",
"@ant-design/pro-components": "^2.6.4",
"@ant-design/pro-provider": "^2.4.3",
"@kubernetes/client-node": "^0.18.0",
"@next/font": "13.1.1",
"@types/filesize": "^5.0.0",
"@types/js-cookie": "^3.0.2",
"@types/md5": "^2.3.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-highlight-words": "^0.16.4",
"ace-builds": "^1.23.2",
"ahooks": "^3.7.4",
"antd": "^5.6.4",
"axios": "^1.2.2",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"filesize": "^10.0.6",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"moment": "^2.29.4",
"next": "13.1.1",
"rc-field-form": "^1.22.0",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.18.0",
"react-icons": "^4.7.1",
"react-use-websocket": "^4.2.0",
"reactflow": "^11.4.0",
"typescript": "4.9.4",
"yaml": "^2.3.1",
"zustand": "^4.3.5"
}
}