UNPKG

react-progressive-image-blur

Version:
45 lines (44 loc) 1.19 kB
{ "name": "react-progressive-image-blur", "version": "0.1.0", "description": "A progressive image loader with blur transition.", "main": "lib/ReactProgressiveImageBlur.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build:prod": "webpack --env build", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/NimitzDEV/react-progressive-image-blur.git" }, "keywords": [ "react", "blur", "image", "progressive", "loading" ], "author": "NimitzDEV", "license": "MIT", "bugs": { "url": "https://github.com/NimitzDEV/react-progressive-image-blur/issues" }, "homepage": "https://github.com/NimitzDEV/react-progressive-image-blur#readme", "dependencies": { "react": "^15.6.1" }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "^4.5.0", "eslint-config-prettier": "^2.3.0", "eslint-loader": "^1.9.0", "webpack": "^3.5.5", "yargs": "^8.0.2" } }