UNPKG

react-image-zoom

Version:
100 lines (99 loc) 3.03 kB
{ "name": "react-image-zoom", "version": "1.3.1", "description": "react based image zoomer on mouse hover", "homepage": "https://github.com/malaman/react-image-zoom", "repository": { "type": "git", "url": "git+https://github.com/malaman/react-image-zoom.git" }, "main": "index.js", "license": "MIT", "dependencies": { "js-image-zoom": "^0.7.0", "prop-types": "^15.7.2" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.7.4", "babel-eslint": "^7.2.3", "babel-jest": "^22.1.0", "babel-loader": "^7.1.5", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-transform-object-assign": "^6.5.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.7.2", "chunk-manifest-webpack-plugin": "^1.0.0", "css-loader": "^3.4.0", "eslint": "^6.7.2", "eslint-config-airbnb": "^18.0.1", "eslint-config-standard": "^14.1.0", "eslint-loader": "^3.0.3", "eslint-plugin-import": "^2.19.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "extract-text-webpack-plugin": "^3.0.0", "jest-cli": "^22.1.2", "node-sass": "^4.5.3", "open-browser-webpack-plugin": "0.0.5", "react": "^16.12.0", "react-dom": "^16.12.0", "react-test-renderer": "^16.0.0", "resolve-url-loader": "^3.1.1", "sass-loader": "^8.0.0", "style-loader": "^1.1.2", "uglify-js": "^2.6.2", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1", "webpack-umd-external": "^1.0.2" }, "scripts": { "build": "npm run build-babel && npm run build-dist-dev && npm run build-dist-prod", "build-dist-dev": "NODE_ENV=development webpack --config webpack.config --colors", "build-dist-prod": "NODE_ENV=production webpack --config webpack.config --progress --colors -p", "build-example": "NODE_ENV=production webpack --config webpack.config.dev --progress --colors -p", "build-babel": "babel ./src/react-image-zoom.js --out-file index.js", "lint": "eslint ./src", "lint-dev": "eslint --fix ./src", "test": "jest test", "watch-example": "webpack-dev-server --config webpack.config.dev.js --devtool eval --progress" }, "bugs": { "url": "https://github.com/malaman/react-image-zoom/issues" }, "directories": { "example": "example" }, "jest": { "testURL": "http://localhost" }, "keywords": [ "react", "image", "zoom", "image magnifier", "image enlarger", "image lens", "photo zoom", "photo magnifier", "photo enlarger", "photo lens", "image zoom", "image magnifier", "image enlarger", "photo zoom", "photo magnifier", "photo enlarger", "zoom", "magnify", "enlarge", "react-image-zoom", "react-photo-zoom" ], "author": "Andrii Malaman <and.malaman@gmail.com>" }