-
-
Notifications
You must be signed in to change notification settings - Fork 437
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 675 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": "remote5",
"private": true,
"version": "2.0.19",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"serve": "pnpm dev"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@module-federation/bridge-react": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.0.0"
},
"devDependencies": {
"@rsbuild/core": "2.1.4",
"@rsbuild/plugin-react": "^2.1.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "7.0.2"
}
}