UNPKG

react-loosely-lazy

Version:

Suspense enable and SSR compatible async components with priorities

39 lines (38 loc) 996 B
{ "name": "react-loosely-lazy", "version": "1.2.1", "description": "Suspense enable and SSR compatible async components with priorities", "keywords": [ "react", "context", "lazy", "lazy loading" ], "homepage": "https://github.com/atlassian-labs/react-loosely-lazy", "bugs": { "url": "https://github.com/atlassian-labs/react-loosely-lazy/issues" }, "repository": { "type": "git", "url": "git+https://git@github.com/atlassian-labs/react-loosely-lazy.git" }, "license": "Apache-2.0", "author": "Alberto Gasparin", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "source": "src/index.ts", "types": "dist/types/index.d.ts", "files": [ "dist" ], "devDependencies": { "@testing-library/react": "^11.2.7", "@types/react": "^16.14.8", "@types/react-dom": "^16.9.13", "react-dom": "^16.14.0" }, "peerDependencies": { "@react-loosely-lazy/manifest": "1.2.0", "react": "^16.9.0 || ^17.0.0-0" } }