UNPKG

copy-to-clipboard-react-button

Version:

Simple CopyToClipboard React Based Button Component

66 lines (65 loc) 1.65 kB
{ "name": "copy-to-clipboard-react-button", "version": "1.0.0", "description": "Simple CopyToClipboard React Based Button Component", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src/CopyToClipboard/styles.sass" ], "scripts": { "build": "vite build", "preview": "vite preview", "test": "jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/pedromsra/copy-paste-component.git" }, "keywords": [ "component", "copy-paste", "copy", "paste", "react", "react copypaste", "copypaste", "copy page component" ], "author": "Pedro de Araujo", "license": "MIT", "bugs": { "url": "https://github.com/pedromsra/copy-paste-component/issues" }, "homepage": "https://github.com/pedromsra/copy-paste-component#readme", "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-transformer-svg": "^2.1.0", "sass": "^1.85.1", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typescript": "^5.8.2", "vite": "^6.2.2", "vite-plugin-dts": "^4.5.3" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "sass": "^1.85.1" } }