UNPKG

react-smartpicture

Version:
56 lines (55 loc) 1.57 kB
{ "name": "react-smartpicture", "version": "1.0.2", "description": "Crop and center images with a focuspoint ", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development", "transpile": "babel src -d dist --copy-files", "prepublishOnly": "npm run transpile", "build": "webpack --mode production", "deploy": "gh-pages -d examples/dist", "publish-demo": "npm run build && npm run deploy" }, "peerDependencies": { "react": "^16.7.0", "react-dom": "^16.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/christian-lorenz/react-smartpicture.git" }, "keywords": [ "react", "image", "picture", "focuspoint", "cropping" ], "author": "“Christian <“christian.lorenz.hh@gmail.com”>", "license": "ISC", "bugs": { "url": "https://github.com/christian-lorenz/react-smartpicture/issues" }, "homepage": "https://github.com/christian-lorenz/react-smartpicture#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "css-loader": "^2.1.0", "gh-pages": "^2.0.1", "html-webpack-plugin": "^3.2.0", "react": "^16.7.0", "react-dom": "^16.7.0", "style-loader": "^0.23.1", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" }, "dependencies": { "prop-types": "^15.6.2" } }