-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 891 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
{
"name": "usemf",
"version": "0.4.22",
"description": "import module federation and can override sharing",
"repository": "https://github.com/wpmjs/usemf",
"keywords": [
"webpack",
"webpack5",
"module federation",
"module-federation",
"umd",
"systemjs",
"share",
"import-http-webpack-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist",
"src",
"doc"
],
"scripts": {
"lint": "eslint .",
"build": "webpack --mode production"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.3.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0"
},
"dependencies": {
"module-federation-runtime": "^1.1.16"
}
}