antd-watermark
Version:
watermark ui component for react
73 lines (72 loc) • 1.85 kB
JSON
{
"name": "antd-watermark",
"version": "1.0.1",
"description": "watermark ui component for react",
"keywords": [
"watermark",
"react",
"react-component",
"react-watermark"
],
"homepage": "http://github.com/JarvisArt/antd-watermark",
"bugs": {
"url": "http://github.com/JarvisArt/antd-watermark/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:JarvisArt/antd-watermark.git"
},
"license": "MIT",
"author": "1120886013@qq.com",
"main": "./lib/index",
"module": "./es/index",
"typings": "es/index.d.ts",
"files": [
"lib",
"es"
],
"scripts": {
"compile": "father build",
"coverage": "rc-test --coverage",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run docs:build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"start": "dumi dev",
"test": "rc-test",
"watch": "father dev"
},
"dependencies": {
"@babel/runtime": "^7.18.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@umijs/fabric": "^2.5.2",
"dumi": "^2.0.0",
"eslint": "^7.18.0",
"father": "^4.0.0-rc.8",
"gh-pages": "^3.1.0",
"jest-canvas-mock": "^2.4.0",
"less": "^3.10.3",
"np": "^6.0.0",
"prettier": "^2.1.2",
"rc-test": "^7.0.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.6.3",
"umi-test": "^1.9.7"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"engines": {
"node": ">=8.x"
}
}