@unlazy/react
Version:
React lazy loading library for placeholder images
60 lines • 1.45 kB
JSON
{
"name": "@unlazy/react",
"type": "module",
"version": "1.1.0",
"description": "React lazy loading library for placeholder images",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://unlazy.byjohann.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/unlazy.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/johannschopplich/unlazy/issues"
},
"keywords": [
"blurhash",
"lazy",
"loading",
"lozad",
"placeholder",
"responsive",
"thumbhash",
"react"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"unlazy": "1.1.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.7.4",
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"scripts": {
"build": "unbuild",
"dev": "pnpm -C playground run dev",
"dev:build": "pnpm -C playground run build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:types": "tsc --noEmit"
}
}