-
-
Notifications
You must be signed in to change notification settings - Fork 436
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 987 Bytes
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
{
"name": "host-v5",
"private": true,
"version": "1.0.34",
"scripts": {
"dev": "FEDERATION_DEBUG=true rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"test": "pnpm exec vitest --passWithNoTests",
"serve": "pnpm run dev",
"e2e": "pnpm -w run e2e:router",
"e2e:development": "pnpm -w run e2e:router",
"test:e2e": "pnpm -w run e2e:router"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"@types/react-router-dom": "5",
"antd": "^5.16.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "2.1.4",
"@rsbuild/plugin-react": "^2.1.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
"typescript": "7.0.2"
}
}