UNPKG

reactjs-image-zoom

Version:

A react image component which zoom the image in the viewport of the website.

50 lines (49 loc) 1.41 kB
{ "name": "reactjs-image-zoom", "version": "1.0.8", "description": "A react image component which zoom the image in the viewport of the website.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "scripts": { "build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module CommonJS --outDir dist/cjs" }, "author": "Nischal Dahal", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/neeswebservices/reactjs-image-zoom.git" }, "bugs": { "url": "https://github.com/neeswebservices/reactjs-image-zoom.git/issues" }, "homepage": "https://github.com/neeswebservices/reactjs-image-zoom#readme", "devDependencies": { "@types/node": "^18.7.16", "@types/react": "^18.0.19", "@types/react-dom": "^18.0.6", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^4.8.3" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "keywords": [ "react image", "image zoom", "zoom", "image", "reactjs", "react", "reactjs image", "reactjs image zoom", "hover image", "react image library" ] }