-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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
28
29
30
31
{
"name": "dynamic-remotes_app2",
"version": "0.0.0",
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.17.1",
"@rspack/cli": "1.4.11",
"@rspack/core": "1.4.11",
"@rspack/dev-server": "1.1.3",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.101.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
"scripts": {
"start": "rspack serve",
"build": "rspack --mode production",
"legacy:start": "webpack-cli serve",
"legacy:build": "webpack --mode production",
"serve": "serve dist -p 3002",
"clean": "rm -rf dist"
},
"dependencies": {
"moment": "^2.29.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}