@progress/kendo-angular-dialog
Version:
Dialog Package for Angular
62 lines • 1.8 kB
JSON
{
"name": "@progress/kendo-angular-dialog",
"version": "18.5.1",
"description": "Dialog Package for Angular",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Progress",
"Angular",
"Dialog",
"Window",
"angularjs",
"modal",
"confirmation",
"alert"
],
"@progress": {
"friendlyName": "Dialogs",
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1744647401,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "16 - 19",
"@angular/common": "16 - 19",
"@angular/core": "16 - 19",
"@angular/platform-browser": "16 - 19",
"@progress/kendo-licensing": "^1.5.0",
"@progress/kendo-angular-buttons": "18.5.1",
"@progress/kendo-angular-common": "18.5.1",
"@progress/kendo-angular-icons": "18.5.1",
"@progress/kendo-angular-l10n": "18.5.1",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "18.5.1",
"@progress/kendo-popup-common": "^1.7.0"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-dialog.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/progress-kendo-angular-dialog.mjs",
"esm": "./esm2022/progress-kendo-angular-dialog.mjs",
"default": "./fesm2022/progress-kendo-angular-dialog.mjs"
}
},
"sideEffects": false
}