-
-
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) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 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": "remote1",
"private": true,
"version": "1.0.34",
"scripts": {
"dev": "rsbuild dev",
"build": "DEBUG=true rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@module-federation/bridge-react": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"antd": "^5.16.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.4",
"react-shadow": "^20.4.0"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.20.0",
"@rsbuild/core": "2.0.0-beta.2",
"@rsbuild/plugin-react": "^1.4.4",
"@rsbuild/shared": "^0.7.10",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"typescript": "^5.4.5"
}
}