-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 872 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 872 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
{
"name": "@angular-architects/native-federation",
"version": "17.1.6",
"main": "src/index.js",
"generators": "./collection.json",
"builders": "./builders.json",
"schematics": "./collection.json",
"license": "MIT",
"author": {
"name": "Manfred Steyer",
"url": "http://www.angulararchitects.io"
},
"homepage": "https://github.com/angular-architects/module-federation-plugin/tree/main/libs/native-federation",
"repository": {
"type": "git",
"url": "https://github.com/angular-architects/module-federation-plugin"
},
"dependencies": {
"@babel/core": "^7.19.0",
"@softarc/native-federation": "2.0.8",
"@softarc/native-federation-runtime": "2.0.8",
"@types/browser-sync": "^2.26.3",
"browser-sync": "^2.29.3",
"esbuild": "^0.19.5",
"mrmime": "^1.0.1",
"npmlog": "^6.0.2",
"process": "0.11.10"
}
}