UNPKG

@unlazy/react

Version:

React lazy loading library for placeholder images

60 lines 1.45 kB
{ "name": "@unlazy/react", "type": "module", "version": "0.12.4", "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": "0.12.4" }, "devDependencies": { "@eslint-react/eslint-plugin": "^1.30.0", "@types/node": "^22.13.8", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@vitejs/plugin-react": "^4.3.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "react": "^18.3.1", "react-dom": "^18.3.1" }, "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" } }