@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
60 lines • 1.77 kB
JSON
{
"name": "@progress/kendo-angular-buttons",
"version": "18.5.2",
"description": "Buttons 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": [
"Angular",
"Button",
"ButtonGroup",
"Buttons",
"Kendo UI",
"Progress"
],
"@progress": {
"friendlyName": "Buttons",
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1745303781,
"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-common": "18.5.2",
"@progress/kendo-angular-l10n": "18.5.2",
"@progress/kendo-angular-popup": "18.5.2",
"@progress/kendo-angular-icons": "18.5.2",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "18.5.2",
"@progress/kendo-common": "^1.0.1"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-buttons.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/progress-kendo-angular-buttons.mjs",
"esm": "./esm2022/progress-kendo-angular-buttons.mjs",
"default": "./fesm2022/progress-kendo-angular-buttons.mjs"
}
},
"sideEffects": false
}