@progress/kendo-angular-l10n
Version:
Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.
48 lines • 1.43 kB
JSON
{
"name": "@progress/kendo-angular-l10n",
"version": "21.2.0",
"description": "Kendo UI Angular l10n component - an easily customized popup from the most trusted provider of professional Angular components.",
"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",
"Kendo UI",
"L10n",
"Progress"
],
"@progress": {
"friendlyName": "Localization"
},
"peerDependencies": {
"@angular/animations": "18 - 21",
"@angular/common": "18 - 21",
"@angular/core": "18 - 21",
"@angular/platform-browser": "18 - 21",
"@progress/kendo-angular-common": "21.2.0",
"@progress/kendo-licensing": "^1.7.0",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "21.2.0"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-l10n.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/progress-kendo-angular-l10n.mjs",
"esm": "./esm2022/progress-kendo-angular-l10n.mjs",
"default": "./fesm2022/progress-kendo-angular-l10n.mjs"
}
},
"sideEffects": false
}