UNPKG

@dlr-eoc/core-ui

Version:

This project includes schematics to add the base UKIS-Layout to an angular application. The Layout is based on Clarity so [add this first](https://clarity.design/get-started/developing/angular)!

53 lines (52 loc) 1.46 kB
{ "name": "@dlr-eoc/core-ui", "version": "16.0.0-next.0", "main": "src/public-api", "license": "Apache-2.0", "author": "Team UKIS", "description": "This project includes schematics to add the base UKIS-Layout to an angular application. The Layout is based on Clarity so [add this first](https://clarity.design/get-started/developing/angular)!", "keywords": [ "schematics", "@dlr-eoc", "core-ui" ], "schematics": "./schematics/collection.json", "ng-add": { "save": "dependencies" }, "ng-update": { "migrations": "./schematics/migrations/migration.json" }, "dependencies": { "@angular-devkit/core": "^19.2.13", "@angular-devkit/schematics": "^19.2.13", "@schematics/angular": "^19.2.12", "parse5-html-rewriting-stream": "^7.1.0", "tslib": "^2.6.3" }, "peerDependencies": { "@angular/common": "^19.2.12", "@angular/core": "^19.2.12", "@angular/router": "^19.2.12", "@clr/angular": "^17.10.0", "@cds/core": "^6.15.1", "rxjs": "~7.8.2", "jsonc-parser": "^3.3.1" }, "module": "fesm2022/dlr-eoc-core-ui.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/dlr-eoc-core-ui.mjs" } }, "sideEffects": false, "repository": { "url": "git+https://github.com/dlr-eoc/ukis-frontend-libraries.git", "type": "git" } }