@jamarsto/kiunzi-micro-frontend-tools
Version:
Kiunzi framework Micro-frontend scaffolding
67 lines • 2.32 kB
JSON
{
"name": "@jamarsto/kiunzi-micro-frontend-tools",
"version": "0.0.44",
"description": "Kiunzi framework Micro-frontend scaffolding",
"homepage": "https://github.com/jamarsto/kiunzi-micro-frontend-tools",
"repository": {
"type": "git",
"url": "git+https://github.com/jamarsto/kiunzi-micro-frontend-tools.git"
},
"keywords": [
"angular",
"webpack",
"micro-frontend",
"custom-elements",
"microservices"
],
"author": "Jason Marston <jason@jasonmarston.co.uk>",
"license": "MIT",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
},
"after-dependencies": {
"save": "dependencies"
},
"peerDependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/elements": "^13.3.5",
"@angular/forms": "~13.3.0",
"@angular/localize": "~13.3.0",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@angular-architects/module-federation": "^14.2.3",
"@angular-architects/module-federation-tools": "^14.2.3",
"angular-auth-oidc-client": "^14.0.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.1",
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/jamarsto-kiunzi-micro-frontend-tools.mjs",
"es2020": "fesm2020/jamarsto-kiunzi-micro-frontend-tools.mjs",
"esm2020": "esm2020/jamarsto-kiunzi-micro-frontend-tools.mjs",
"fesm2020": "fesm2020/jamarsto-kiunzi-micro-frontend-tools.mjs",
"fesm2015": "fesm2015/jamarsto-kiunzi-micro-frontend-tools.mjs",
"typings": "jamarsto-kiunzi-micro-frontend-tools.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./jamarsto-kiunzi-micro-frontend-tools.d.ts",
"esm2020": "./esm2020/jamarsto-kiunzi-micro-frontend-tools.mjs",
"es2020": "./fesm2020/jamarsto-kiunzi-micro-frontend-tools.mjs",
"es2015": "./fesm2015/jamarsto-kiunzi-micro-frontend-tools.mjs",
"node": "./fesm2015/jamarsto-kiunzi-micro-frontend-tools.mjs",
"default": "./fesm2020/jamarsto-kiunzi-micro-frontend-tools.mjs"
}
},
"sideEffects": false
}