-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.03 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
{
"name": "@angular-architects/native-federation",
"version": "21.2.2",
"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"
},
"ng-update": {
"migrations": "./migration-collection.json"
},
"dependencies": {
"@babel/core": "^7.19.0",
"@softarc/native-federation": "~3.5.1",
"@softarc/native-federation-runtime": "~3.5.1",
"@chialab/esbuild-plugin-commonjs": "^0.19.0",
"@angular/build": "^21.2.0",
"@angular-devkit/build-angular": "^21.2.0",
"esbuild": ">=0.27.1 <0.27.4 || >0.27.4",
"mrmime": "^2.0.1",
"signale": "^1.4.0",
"process": "0.11.10"
},
"peerDependencies": {}
}