UNPKG

pdf-e-signature

Version:

A React component that allows users to select positions for e-signatures on PDFs

73 lines 1.81 kB
{ "name": "pdf-e-signature", "version": "0.1.10", "description": "A React component that allows users to select positions for e-signatures on PDFs", "main": "dist/index.js", "author": "Kenil 9dot", "license": "MIT", "dependencies": { "pdf-lib": "^1.17.1", "pdfjs-dist": "^3.4.120", "react-signature-canvas": "^1.1.0-alpha.1", "react-signature-pad-wrapper": "^4.1.0", "react-pdf": "^7.1.2" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "scripts": { "build": "babel src --out-dir dist", "test": "react-scripts test", "prepare": "npm run build" }, "keywords": [ "pdf", "signature", "e-signature", "react", "document" ], "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.27.0", "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^13.5.0", "postcss": "^8.4.31", "react": "^19.0.0", "react-dom": "^19.0.0", "react-pdf": "^7.1.2", "react-scripts": "5.0.1", "tailwindcss": "^3.3.5" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/kenil-9dot/e-signature.git" } }