-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 678 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 678 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
{
"name": "remote6",
"private": true,
"version": "2.0.0",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"antd": "^5.17.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "7.12.0"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-beta.2",
"@rsbuild/plugin-react": "^1.4.4",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}