UNPKG

@hirohe/react-watermark

Version:

A React Component to wrap watermark text on child component, using generated svg as background-image

51 lines (50 loc) 1.39 kB
{ "name": "@hirohe/react-watermark", "version": "0.5.0", "description": "A React Component to wrap watermark text on child component, using generated svg as background-image", "keywords": [ "watermark", "water mark", "react", "react component", "svg", "水印" ], "repository": "https://github.com/hirohe/react-watermark", "main": "./build/index.js", "module": "./build/index.esm.js", "types": "./build/index.d.ts", "files": [ "build", "src" ], "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build": "tsc --emitDeclarationOnly && rollup -c" }, "author": "hirohe", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/core": "^7.12.3", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.3", "@storybook/addon-actions": "^6.5.12", "@storybook/addon-controls": "^6.5.12", "@storybook/addon-essentials": "^6.5.12", "@storybook/addon-links": "^6.5.12", "@storybook/react": "^6.5.12", "@types/react": "^18.0.21", "prettier": "^2.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.75.6", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "^4.8.4" } }