UNPKG

next-pixelate

Version:

NextJS library to pixelate images or elements

66 lines (65 loc) 1.56 kB
{ "name": "next-pixelate", "version": "0.0.3", "description": "NextJS library to pixelate images or elements", "title": "NextJS Pixelate", "keywords": [ "react", "react-component", "pixel", "pixelate", "react-pixelate", "blur element", "next-pixelate" ], "main": "build/index.js", "scripts": { "build": "rollup -c", "lint": "standard", "format": "prettier-standard --format", "test": "jest --coverage" }, "author": "Tony Nguyen tonynguyenit18@gmail.com", "repository": { "type": "git", "url": "https://github.com/ioolliver/next-pixelate" }, "homepage": "https://github.com/ioolliver/next-pixelate#readme", "bugs": { "url": "https://github.com/ioolliver/next-pixelate/issues" }, "license": "ISC", "devDependencies": { "@types/jest": "^26.0.24", "@types/react": "^16.14.62", "@types/react-dom": "^16.9.25", "jest": "^26.6.3", "prettier": "^2.8.8", "rollup": "^2.79.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.27.3", "standard": "^14.3.4", "standard-prettier": "^1.0.1", "ts-jest": "^26.5.6", "typescript": "^3.9.10" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "standard": { "ignore": [ "node_modules/", "build/" ] }, "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" }, "dependencies": { "tslib": "^2.8.1" } }