UNPKG

react-watermark-ui

Version:
65 lines (64 loc) 1.74 kB
{ "name": "react-watermark-ui", "version": "1.0.1", "description": "Watermark component for React projects", "author": "Svetloslav Novoselski", "license": "yes", "keywords": [ "watermark", "react", "reactjs", "react-watermark", "react-component", "ui", "watermark-component", "image", "watermark-image", "trial", "trial-component", "canvas", "watermarkjs" ], "repository": "https://github.com/Svetloslav15/react-watermark-ui", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "react": "^16.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@types/jest": "^25.1.4", "@types/node": "^12.12.38", "@types/react": "^16.9.27", "@types/react-dom": "^16.9.7", "microbundle-crl": "^0.13.10", "cross-env": "^7.0.2", "gh-pages": "^2.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^3.4.1", "typescript": "^3.7.5" }, "files": [ "dist" ] }