UNPKG

lazy-with-preload

Version:
45 lines (44 loc) 1.14 kB
{ "name": "lazy-with-preload", "version": "2.0.3", "description": "React lazy with preload", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "ver-patch": "npm version patch -m \"Upgrade patch to %s\"", "ver-minor": "npm version minor -m \"Upgrade minor to %s\"", "postversion": "git push && git push --tags", "publish:packet": "npm publish", "build": "tsc -p tsconfig.build.json", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/bad4iz/lazyWithPreload.git" }, "keywords": [ "lazyWithPreload", "lazy-with-preload", "lazy-load", "react-lazy-load", "React", "Lazy", "Preload" ], "author": "bad4iz", "license": "MIT", "bugs": { "url": "https://github.com/bad4iz/lazyWithPreload/issues" }, "homepage": "https://github.com/bad4iz/lazyWithPreload#readme", "dependencies": { "react": "^18.2.0", "typescript": "^4.9.5" }, "devDependencies": { "@types/react": "^18.0.27" } }