@coreui/angular
Version:
CoreUI Components Library for Angular
68 lines • 1.64 kB
JSON
{
"name": "@coreui/angular",
"version": "5.4.14",
"description": "CoreUI Components Library for Angular",
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
"license": "MIT",
"homepage": "https://coreui.io/angular",
"author": {
"name": "creativeLabs Łukasz Holeczek",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"dependencies": {
"@popperjs/core": "~2.11.8",
"tslib": "^2.3.0"
},
"sideEffects": false,
"peerDependencies": {
"@angular/animations": "^19.2.0",
"@angular/cdk": "^19.2.0",
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/router": "^19.2.0",
"@coreui/coreui": "~5.2.0 || ~5.4.0",
"@coreui/icons-angular": "~5.4.14",
"rxjs": "^7.8.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-angular.git"
},
"bugs": {
"url": "https://github.com/coreui/coreui-angular/issues"
},
"keywords": [
"coreui",
"angular",
"bootstrap",
"framework",
"responsive",
"layout",
"component",
"components"
],
"eslintConfig": {},
"schematics": "./schematics/collection.json",
"ng-add": {
"save": true
},
"module": "fesm2022/coreui-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/coreui-angular.mjs"
}
}
}