react-layout-print
Version:
A React component to print, preview, and export complex web page layouts to PDF, JPEG, and SVG. Ideal for HTML to PDF conversions.
66 lines (65 loc) • 1.55 kB
JSON
{
"name": "react-layout-print",
"version": "1.0.1",
"description": "A React component to print, preview, and export complex web page layouts to PDF, JPEG, and SVG. Ideal for HTML to PDF conversions.",
"main": "lib/index.js",
"module": "lib/index.es.js",
"files": [
"lib"
],
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"print",
"pdf",
"jpeg",
"svg",
"html-to-pdf",
"print-preview",
"react-to-pdf",
"react-component",
"print-component",
"layout-print",
"web-to-pdf",
"complex-layout",
"dom-to-pdf",
"dom-to-image",
"react-print"
],
"author": "Nishant Patel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kurtesy/react-layout-print.git"
},
"homepage": "https://github.com/kurtesy/react-layout-print#readme",
"bugs": {
"url": "https://github.com/kurtesy/react-layout-print/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"html-to-image": "^1.11.11",
"jspdf": "^3.0.1",
"react-icons": "^4.12.0",
"react-iframe": "^1.8.5",
"react-modal": "^3.16.1",
"react-spinners": "^0.13.8",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^6.3.5"
}
}