-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 683 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 683 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
{
"name": "modernjs-ssr-dynamic-remote",
"private": true,
"scripts": {
"build": "rslib build",
"serve": "rslib mf-dev",
"dev": "rslib mf-dev",
"storybook": "storybook dev -p 6006"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/cjs/index.d.ts",
"devDependencies": {
"@module-federation/enhanced": "workspace:*",
"@module-federation/modern-js-v3": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"@rsbuild/plugin-react": "^1.4.5",
"@rslib/core": "^0.19.6",
"@types/react": "^18.3.11",
"http-server": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}