UNPKG

water-mask-page

Version:

水印,页面水印

97 lines 2.51 kB
{ "name": "water-mask-page", "version": "0.0.7", "description": "水印,页面水印", "author": "houchaowei", "private": false, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "keywords": [ "React", "Water Mask Page", "水印", "页面水印" ], "homepage": "", "repository": { "type": "git", "url": "" }, "files": [ "dist" ], "scripts": { "start": "react-scripts start", "build": "npm run clean && npm run build-ts && npm run build-css", "clean": "rimraf ./dist", "lint": "eslint --ext js,ts,tsx src --max-warnings 5", "test": "react-scripts test", "test:nowatch": "cross-env CI=true react-scripts test", "eject": "react-scripts eject", "build-ts": "tsc -p tsconfig.build.json", "build-css": "node-sass ./src/style/index.scss ./dist/index.css", "prepublishOnly": "npm run test:nowatch && npm run lint && npm run build", "docz:dev": "docz dev", "docz:build": "docz build", "docz:serve": "docz build && docz serve" }, "dependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/user-event": "^12.1.10", "axios": "^0.21.1", "classnames": "^2.2.6", "docz": "^2.3.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.2", "enzyme-to-json": "^3.4.4", "gatsby-plugin-sass": "^3.2.0", "jest-canvas-mock": "^2.3.1", "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-scripts": "4.0.2", "web-vitals": "^1.0.1" }, "devDependencies": { "@testing-library/react": "^11.2.5", "@types/classnames": "^2.2.11", "@types/enzyme": "^3.10.8", "@types/enzyme-adapter-react-16": "^1.0.6", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "cross-env": "^7.0.3", "husky": "^5.0.9", "node-sass": "^5.0.0", "react": "^17.0.1", "react-docgen-typescript-loader": "^3.7.2", "react-dom": "^17.0.1", "rimraf": "^3.0.2", "typescript": "^4.1.2" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "husky": { "hooks": { "pre-commit": "npm run test:nowatch && npm run lint" } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }