react-img-toolkit
Version:
A lightweight React library for optimizing image loading through preloading, lazy loading, and caching capabilities
69 lines (68 loc) • 1.76 kB
JSON
{
"name": "react-img-toolkit",
"version": "1.0.9",
"description": "A lightweight React library for optimizing image loading through preloading, lazy loading, and caching capabilities",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "vite",
"test": "vitest",
"prepare": "npm run build"
},
"keywords": [
"react",
"image",
"preload",
"lazy-loading",
"cache",
"optimization",
"intersection-observer",
"electron",
"electron-js",
"image-preloading",
"image-optimization",
"lazy-load-images",
"image-caching",
"frontend-performance",
"react-images",
"image-management",
"react-lazy-load"
],
"author": "IxtiyorDeveloper",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/IxtiyorDeveloper/react-img-toolkit"
},
"bugs": {
"url": "https://github.com/IxtiyorDeveloper/react-img-toolkit/issues"
},
"homepage": "https://github.com/IxtiyorDeveloper/react-img-toolkit#readme",
"dependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-router-dom": "^7.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"rollup": "^2.79.1",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}