UNPKG

react-laze

Version:
70 lines (69 loc) 1.74 kB
{ "version": "0.5.0", "type": "module", "types": "./dist/types/index.d.ts", "main": "./dist/cjs/production/index.cjs", "module": "./dist/esm/production/index.mjs", "exports": { ".": { "development": { "require": "./dist/cjs/development/index.cjs", "import": "./dist/esm/development/index.mjs" }, "require": "./dist/cjs/production/index.cjs", "import": "./dist/esm/production/index.mjs", "types": "./dist/types/index.d.ts" } }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "pridepack", "react", "lazy-load", "idle-until-urgent", "lazy" ], "name": "react-laze", "devDependencies": { "@types/node": "^20.11.5", "@types/react": "^18.2.18", "pridepack": "2.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" }, "scripts": { "prepublish": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean" }, "description": "Lazily render components in React", "repository": "https://github.com/LXSMNSYC/laze.git", "bugs": { "url": "https://github.com/LXSMNSYC/laze/issues" }, "homepage": "https://github.com/LXSMNSYC/laze/tree/main/packages/react-laze", "publishConfig": { "access": "public" }, "author": "Alexis Munsayac <alexis.munsayac@gmail.com>", "private": false, "typesVersions": { "*": {} }, "gitHead": "7a4fae8ac42d8f2528b1ea035eed8eaf6a169219" }