UNPKG

@uiw/react-watermark

Version:
62 lines (61 loc) 1.31 kB
{ "name": "@uiw/react-watermark", "version": "1.0.1", "description": "React Monorepo Template.", "author": "Kenny Wong <wowohoo@qq.com>", "homepage": "https://uiwjs.github.io/react-watermark", "funding": "https://jaywcjlove.github.io/#/sponsor", "repository": { "type": "git", "url": "https://github.com/uiwjs/react-watermark.git" }, "license": "MIT", "main": "./cjs/index.js", "module": "./esm/index.js", "scripts": { "watch": "tsbb watch src/index.tsx --use-babel --cjs cjs", "build": "tsbb build src/index.tsx --use-babel --cjs cjs --bail" }, "files": [ "dist.css", "dist", "cjs", "esm", "src" ], "publishConfig": { "access": "public" }, "keywords": [ "react-watermark", "react.js", "react", "template", "monorepo", "watermark", "uiw", "uiw-react", "react-component", "component", "components", "ui", "css", "uikit", "react-ui", "framework" ], "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "dependencies": { "@uiw/watermark.js": "1.0.1" }, "devDependencies": { "@babel/runtime": "^7.18.9", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "react": "^18.2.0", "react-dom": "^18.2.0" } }