UNPKG

react-signature-canvas-component

Version:

A responsive signature canvas component for React and Next.js applications.

54 lines (53 loc) 1.29 kB
{ "name": "react-signature-canvas-component", "version": "0.1.0", "description": "A responsive signature canvas component for React and Next.js applications.", "author": "Soab Mahmud Syfuddhin <syfuddhin@gmail.com>", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint .", "typecheck": "tsc --noEmit" }, "dependencies": { "lucide-react": "^0.511.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "keywords": [ "react", "signature", "canvas", "nextjs", "client-component", "drawing", "e-signature" ], "repository": { "type": "git", "url": "https://github.com/soab42/react-signature-canvas.git" }, "homepage": "https://github.com/soab42/react-signature-canvas#readme" }