UNPKG

@progress/kendo-react-excel-export

Version:

React Excel export helps you export and save data to Excel files and customize or filter the output. KendoReact Excel Export package

69 lines 1.84 kB
{ "name": "@progress/kendo-react-excel-export", "version": "11.1.0", "description": "React Excel export helps you export and save data to Excel files and customize or filter the output. KendoReact Excel Export 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.6.0", "@progress/kendo-data-query": "^1.0.0", "@progress/kendo-react-common": "11.1.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-file-saver": "^1.0.0", "@progress/kendo-ooxml": "^1.6.3", "prop-types": "^15.6.0" }, "keywords": [ "Kendo UI", "React", "Progress", "Excel", "KendoReact", "reactjs", "UI", "components", "React component", "Telerik", "Excel export" ], "@progress": { "friendlyName": "Excel Export", "framework": "KendoReact", "package": { "productName": "KendoReact", "productCode": "KENDOUIREACT", "publishDate": 1748962474, "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" } }