UNPKG

@sr3k4nth/lazy-image-react

Version:

Lightweight react component to lazy load images.

45 lines (44 loc) 1.19 kB
{ "name": "@sr3k4nth/lazy-image-react", "version": "1.2.0", "main": "dist/LazyImage.js", "description": "Lightweight react component to lazy load images.", "types": "dist/LazyImage.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/sr3k4nth/react-image.git" }, "scripts": { "build": "tsc", "version:patch": "npm version patch && npm run build && npm publish --access public", "version:minor": "npm version minor && npm run build && npm publish --access public", "version:major": "npm version major && npm run build && npm publish --access public" }, "author": "sr3k4nth", "license": "ISC", "bugs": { "url": "https://github.com/sr3k4nth/react-image/issues" }, "homepage": "https://github.com/sr3k4nth/react-image#readme", "keywords": [ "react-image", "reactlazy", "react-component", "lazyload", "lazyloading", "lazy-loading", "lazyload-images" ], "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" } }