@ivliu/react-offscreen
Version:
 
70 lines (69 loc) • 1.72 kB
JSON
{
"version": "1.0.11",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"offscreen",
"react-offscreen",
"react-activity",
"keep-alive"
],
"homepage": "https://github.com/IVLIU/react-offscreen",
"repository": {
"url": "https://github.com/IVLIU/react-offscreen"
},
"engines": {
"node": ">=16"
},
"scripts": {
"help": "rslib --help",
"build": "rslib build",
"size": "size-limit",
"analyze": "size-limit --why",
"prepare": "husky"
},
"name": "@ivliu/react-offscreen",
"author": "ivliu",
"size-limit": [
{
"path": "dist/cjs/index.js",
"limit": "10 KB"
},
{
"path": "dist/esm/index.mjs",
"limit": "10 KB"
}
],
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@rsbuild/plugin-react": "^1.1.1",
"@rslib/core": "^0.5.2",
"@size-limit/preset-small-lib": "^11.2.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9.21.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"size-limit": "^11.1.6",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}