-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 660 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 660 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
{
"name": "remote4",
"private": true,
"version": "1.0.33",
"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:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.2"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-beta.4",
"@rsbuild/plugin-react": "^1.4.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}