UNPKG

@siamf/react-export

Version:

A React package that simplifies data exporting and clipboard management. It provides react component for printing documents, exporting data as PDF, Excel, and CSV, as well as copying text and structured data to the clipboard.

52 lines 1.46 kB
{ "name": "@siamf/react-export", "version": "4.1.2", "description": "A React package that simplifies data exporting and clipboard management. It provides react component for printing documents, exporting data as PDF, Excel, and CSV, as well as copying text and structured data to the clipboard.", "homepage": "https://github.com/siamahnaf/react-export", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "scripts": { "build": "rimraf dist && npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module CommonJS --outDir dist/cjs" }, "author": { "name": "Siam Ahnaf", "email": "mail@siamahnaf.com", "url": "https://www.siamahnaf.com" }, "license": "MIT", "keywords": [ "react-table", "react-export", "export-pdf", "export-csv", "react file upload", "react upload" ], "repository": { "type": "git", "directory": "https://github.com/siamahnaf/react-export", "url": "https://github.com/siamahnaf/react-export" }, "devDependencies": { "@types/node": "^22.12.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "react": "^19.0.0", "react-dom": "^19.0.0", "typescript": "^5.7.3" }, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "dependencies": { "jspdf": "^2.5.2", "jspdf-autotable": "^3.8.4", "xlsx": "^0.18.5" } }