-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 733 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 733 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "lerna run --parallel start",
"build": "lerna run build",
"serve": "lerna run --parallel serve",
"clean": "lerna run --parallel clean"
},
"name": "module-federation-react",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"lerna": "^8.2.2",
"serve": "^12.0.0",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1",
"webpack": "^5.99.9",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}