@progress/kendo-react-common
Version:
React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package
51 lines • 1.27 kB
JSON
{
"name": "@progress/kendo-react-common",
"version": "7.0.1",
"description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities 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": "./index.mjs",
"require": "./index.js"
}
},
"sideEffects": false,
"peerDependencies": {
"@progress/kendo-licensing": "^1.3.0",
"@progress/kendo-svg-icons": "^2.0.0",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@progress/kendo-draggable-common": "^0.2.3",
"prop-types": "^15.6.0"
},
"keywords": [
"Kendo UI",
"React",
"Progress",
"Utilities",
"KendoReact",
"reactjs",
"UI",
"components",
"React component",
"Telerik"
],
"@progress": {
"friendlyName": "Common",
"framework": "KendoReact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-react.git"
},
"publishConfig": {
"access": "public"
}
}