@j-ho/react-lazyload-image
Version:
React Image Lazy Load Component
52 lines (51 loc) • 1.36 kB
JSON
{
"name": "@j-ho/react-lazyload-image",
"version": "0.0.8",
"description": "React Image Lazy Load Component",
"main": "dist/lazy-image.umd.js",
"module": "dist/lazy-image.es.js",
"types": "dist/LazyImage.d.ts",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest",
"prepublishOnly": "npm run build",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomelon/react-lazyload-image.git"
},
"keywords": [
"react",
"lazy",
"image"
],
"author": "j-ho",
"license": "MIT",
"bugs": {
"url": "https://github.com/awesomelon/react-lazyload-image/issues"
},
"homepage": "https://github.com/awesomelon/react-lazyload-image#readme",
"files": [
"dist"
],
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.7"
}
}