@progress/kendo-react-charts
Version:
React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package
93 lines • 2.32 kB
JSON
{
"name": "@progress/kendo-react-charts",
"version": "10.1.0",
"description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts 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-drawing": "^1.21.2",
"@progress/kendo-licensing": "^1.5.1",
"@progress/kendo-react-common": "10.1.0",
"@progress/kendo-react-intl": "10.1.0",
"@progress/kendo-react-layout": "10.1.0",
"@progress/kendo-react-popup": "10.1.0",
"@progress/kendo-svg-icons": "^4.0.0",
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"dependencies": {
"@progress/kendo-charts": "2.7.1",
"prop-types": "^15.6.0"
},
"keywords": [
"Kendo UI",
"React",
"Progress",
"Chart",
"Charting",
"KendoReact",
"reactjs",
"UI",
"components",
"React component",
"pie chart",
"sankey",
"bar chart",
"sparkline",
"stock chart",
"area chart",
"box plot",
"bubble chart",
"bullet chart",
"donut chart",
"drilldown chart",
"funnel chart",
"heatmap chart",
"line chart",
"polar chart",
"pyramid chart",
"radar chart",
"range area chart",
"range bar chart",
"scatter chart",
"waterfall chart",
"Telerik"
],
"@progress": {
"friendlyName": "Charts",
"framework": "KendoReact",
"package": {
"productName": "KendoReact",
"productCode": "KENDOUIREACT",
"publishDate": 1743086105,
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/kendo-react.git"
}
}