@progress/kendo-react-dialogs
Version:
React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package
86 lines • 2.16 kB
JSON
{
"name": "@progress/kendo-react-dialogs",
"version": "14.2.1",
"description": "React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package",
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://www.telerik.com/kendo-react-ui",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"import": {
"types": "./index.d.mts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"peerDependencies": {
"@progress/kendo-licensing": "^1.7.2",
"@progress/kendo-react-buttons": "14.2.1",
"@progress/kendo-react-common": "14.2.1",
"@progress/kendo-react-intl": "14.2.1",
"@progress/kendo-svg-icons": "^4.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"keywords": [
"Kendo UI",
"React",
"Progress",
"Dialogs",
"KendoReact",
"KendoReact Free",
"reactjs",
"UI",
"components",
"React component",
"free React component",
"window",
"Telerik"
],
"@progress": {
"friendlyName": "Dialogs",
"framework": "KendoReact",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{js,jsx,ts,tsx}"
},
"codemods": {
"11": [
{
"description": "Migrate the Dialog type to the new DialogHandle type.",
"file": "codemods/v11/dialog-handle.js",
"prompt": true
}
]
}
},
"package": {
"productName": "KendoReact",
"productCode": "KENDOUIREACT",
"publishDate": 1772783981,
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-react.git"
},
"publishConfig": {
"access": "public"
}
}