UNPKG

@easypdf/react

Version:

Free and open source React library for generating beautiful PDFs from React components

60 lines (59 loc) 1.34 kB
{ "name": "@easypdf/react", "version": "1.1.2", "description": "Free and open source React library for generating beautiful PDFs from React components", "author": "Alperen KARAVELIOGLU", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Alpovka/EasyPDF-React" }, "keywords": [ "react", "pdf", "jsPDF", "typescript", "html-to-pdf", "react-pdf", "html2canvas" ], "bugs": { "url": "https://github.com/Alpovka/EasyPDF-React/issues" }, "homepage": "https://easypdf.vercel.app/", "publishConfig": { "access": "public" }, "main": "dist/easypdf.umd.js", "module": "dist/easypdf.es.js", "types": "dist/index.d.ts", "files": [ "dist", "logo.svg", "LICENSE", "dist" ], "scripts": { "build": "vite build", "dev": "vite build --watch", "preview": "vite preview", "prepublishOnly": "npm run build" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.0.0", "vite": "^6.2.1", "vite-plugin-dts": "^4.4.0" }, "dependencies": { "jspdf": "^3.0.0", "html2canvas-pro": "^1.0.0" } }