UNPKG

@progress/kendo-react-pivotgrid

Version:

React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid package

75 lines 2.17 kB
{ "name": "@progress/kendo-react-pivotgrid", "version": "10.1.0", "description": "React PivotGrid (also called Pivot Table) can be data-bound to an OLAP service and customized extensively. KendoReact PivotGrid 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-data-query": "^1.5.5", "@progress/kendo-licensing": "^1.5.1", "@progress/kendo-pivotgrid-common": "0.6.2", "@progress/kendo-react-buttons": "10.1.0", "@progress/kendo-react-common": "10.1.0", "@progress/kendo-react-data-tools": "10.1.0", "@progress/kendo-react-form": "10.1.0", "@progress/kendo-react-indicators": "10.1.0", "@progress/kendo-react-intl": "10.1.0", "@progress/kendo-react-labels": "10.1.0", "@progress/kendo-react-treeview": "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": { "prop-types": "^15.6.0" }, "keywords": [ "Kendo UI", "React", "PivotGrid", "Progress", "KendoReact", "reactjs", "UI component", "React component", "Pivot Grid", "Pivot Table" ], "@progress": { "friendlyName": "PivotGrid", "framework": "KendoReact", "package": { "productName": "KendoReact", "productCode": "KENDOUIREACT", "publishDate": 1743086474, "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" } }