-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 885 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 885 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
{
"name": "complete-react-case_lib-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rspack build --config rspack.config.js ",
"legacy:build": "webpack --config webpack.config.js --stats=minimal",
"serve": "serve dist -p 3000",
"start": "concurrently \"npm run build\" \"npm run serve\"",
"legacy:start": "concurrently \"npm run legacy:build\" \"npm run serve\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@module-federation/enhanced": "https://pkg.pr.new/@module-federation/enhanced@3ac4eee",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"concurrently": "8.2.2",
"serve": "14.2.3",
"webpack": "5.105.3",
"webpack-cli": "5.1.4"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}