-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 825 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 825 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
{
"name": "host",
"private": true,
"version": "1.0.34",
"scripts": {
"dev": "FEDERATION_DEBUG=true rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"@module-federation/retry-plugin": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.2",
"react-error-boundary": "5.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/core": "2.0.0-beta.2",
"@rsbuild/plugin-react": "^1.4.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}