UNPKG

render-smooth-image-react

Version:
54 lines (53 loc) 1.51 kB
{ "name": "render-smooth-image-react", "version": "1.0.3", "description": "A React Component to render images smoothly.", "main": "build/index.js", "files": [ "build/*.js", "build/*.css" ], "scripts": { "start": "webpack --watch", "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf build && mkdir build && babel src/index.js -o build/index.js && node-sass src/styles.scss build/style.css --output-style compressed", "publish-lib": "yarn build && yarn publish" }, "repository": { "type": "git", "url": "git+https://github.com/KRRISH96/render-smooth-image-react.git" }, "keywords": [ "react", "reactjs", "render-smooth-image-react", "render-image", "smooth-image", "smooth-render", "react-smooth-image-rendering", "image-loading", "react-image-rendering", "smooth-image-rendering", "image-transition", "smooth-image-animation" ], "author": "Sai Krishna Prasad K", "license": "MIT", "bugs": { "url": "https://github.com/KRRISH96/render-smooth-image-react/issues" }, "homepage": "https://github.com/KRRISH96/render-smooth-image-react#readme", "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0", "@babel/preset-react": "^7.0.0", "babel-preset-minify": "^0.5.0", "node-sass": "^4.12.0", "react": "^17.0.1" }, "peerDependencies": { "react": "^17.0.1" }, "targets": "> 0.25%, not dead" }