-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 958 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
41
42
{
"name": "mf-webpack4",
"version": "1.4.5",
"description": "Webpack 4 Module Federation Plugin",
"repository": {
"type": "git",
"url": "https://github.com/module-federation/webpack-4"
},
"types": "lib/plugin.d.ts",
"keywords": [
"webpack",
"module federation",
"module-federation",
"webpack 4"
],
"homepage": "https://github.com/module-federation/webpack-4",
"main": "lib/plugin.js",
"files": [
"doc",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": ""
},
"author": "",
"license": "ISC",
"dependencies": {
"pkg-dir": "5",
"resolve-cwd": "^3.0.0",
"webpack-virtual-modules": "^0.4.2",
"usemf": "^0.4.22",
"semverhook": "^1.1.0",
"inject-webpack": "^0.4.2",
"tapable": "^1.1.3",
"module-federation-runtime": "^1.1.16"
},
"peerDependencies": {
"loader-utils": "^1.4.0",
"webpack-sources": "^1.4.3"
}
}