UNPKG

zoom-loading-detector

Version:

A React component for magnifying an image within its original container.

67 lines (66 loc) 1.77 kB
{ "name": "zoom-loading-detector", "version": "1.2.4", "description": "A React component for magnifying an image within its original container.", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component --copy-files", "clean": "nwb clean-module && nwb clean-demo", "prepublishOnly": "npm run build", "start": "nwb serve-react-demo", "test": "nwb test-react --karma.browsers=FirefoxHeadless --karma.browsers=ChromeHeadless && eslint .", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server", "lint": "eslint --fix .", "semantic-release": "semantic-release" }, "dependencies": { "react-activity": "^2.1.3" }, "peerDependencies": { "react": ">=16.8.0", "prop-types": ">=15.6.2" }, "devDependencies": { "eslint": "^7.18.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "karma-firefox-launcher": "^2.1.1", "nwb": "^0.25.2", "prettier": "^2.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", "semantic-release": "^19.0.3" }, "author": "Imad kahil", "homepage": "https://github.com/imadkahil1/image-with-zoom-detector#readme", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/imadkahil1/image-with-zoom-detector.git" }, "bugs": { "url": "https://github.com/imadkahil1/image-with-zoom-detector/issues" }, "keywords": [ "react", "react-component", "magnify", "zoom", "enlarge", "image", "responsive", "photo", "pdp", "ecommerce" ] }