-
-
Notifications
You must be signed in to change notification settings - Fork 393
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 661 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "modernjs-ssr-data-fetch-provider-csr",
"private": true,
"version": "0.1.34",
"scripts": {
"build": "rslib build",
"dev": "rslib mf-dev",
"build:watch": "rslib build --watch"
},
"devDependencies": {
"@module-federation/bridge-react": "workspace:*",
"@module-federation/enhanced": "workspace:*",
"@module-federation/rsbuild-plugin": "workspace:*",
"@module-federation/storybook-addon": "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",
"antd": "4.24.15"
}
}