-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.42 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.42 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": "@webui/client",
"version": "0.1.0",
"description": "",
"main": "src/main.tsx",
"scripts": {
"build": "tsc -b && vite build",
"lint:check": "eslint . --max-warnings 0",
"lint:fix": "npm run lint:check -- --fix",
"dev": "vite"
},
"author": "YScope Inc. <dev@yscope.com>",
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "^4.7.0",
"@mui/joy": "^5.0.0-beta.52",
"@sinclair/typebox": "^0.34.41",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-query-devtools": "^5.91.2",
"@webui/common": "*",
"antd": "^6.3.5",
"antlr4": "^4.13.2",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-plugin-zoom": "^2.2.0",
"color": "^5.0.3",
"dayjs": "^1.11.19",
"monaco-editor": "^0.54.0",
"react": "^19.2.3",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"react-syntax-highlighter": "^16.1.0",
"socket.io-client": "^4.8.3",
"zustand": "^5.0.10"
},
"devDependencies": {
"@types/node": "22.19.7",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.2",
"eslint-config-yscope": "1.1.2",
"typescript": "^5.9.3",
"vite": "^7.3.2"
}
}