-
Notifications
You must be signed in to change notification settings - Fork 921
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "@midscene/report",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"dev:rsdoctor": "RSDOCTOR=true rsbuild dev",
"build:rsdoctor": "RSDOCTOR=true rsbuild build",
"preview": "rsbuild preview",
"e2e": "node ../../packages/cli/bin/midscene ./e2e/"
},
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@midscene/core": "workspace:*",
"@midscene/playground": "workspace:*",
"@midscene/shared": "workspace:*",
"@midscene/visualizer": "workspace:*",
"@midscene/web": "workspace:*",
"@rsbuild/core": "^1.6.15",
"@rsbuild/plugin-less": "^1.5.0",
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/plugin-type-check": "^1.3.2",
"@types/chrome": "0.0.279",
"antd": "^5.21.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-resizable-panels": "2.0.22",
"zustand": "4.5.2"
},
"devDependencies": {
"@rsbuild/plugin-node-polyfill": "1.4.2",
"@rsbuild/plugin-svgr": "^1.2.2",
"@rsdoctor/rspack-plugin": "1.0.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"less": "^4.2.0",
"rsbuild-plugin-workspace-dev": "0.0.1",
"typescript": "^5.8.3"
}
}