UNPKG

@654356282/react-keepalive

Version:
56 lines 1.41 kB
{ "name": "@654356282/react-keepalive", "version": "2.0.0", "type": "module", "main": "./lib/react-keepalive.umd.cjs", "module": "./lib/react-keepalive.js", "types": "./lib/src/index.d.ts", "author": "wht <654356282@qq.com>", "repository": { "url": "https://github.com/654356282/react-keepalive.git", "type": "git" }, "license": "ISC", "keywords": [ "react", "keepalive" ], "bugs": "https://github.com/654356282/react-keepalive/issues", "description": "React Keepalive Component", "homepage": "https://github.com/654356282/react-keepalive", "dependencies": { "react-router-dom": "^6.4.3" }, "devDependencies": { "@rollup/plugin-typescript": "^9.0.2", "@types/node": "^18.11.9", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "@vitejs/plugin-react": "^2.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-visualizer": "^5.8.3", "tslib": "^2.4.1", "typescript": "^4.6.4", "vite": "^3.2.3" }, "exports": { ".": { "import": "./lib/react-keepalive.js", "require": "./lib/react-keepalive.umd.cjs" } }, "files": [ "/lib" ], "peerDependencies": { "react": ">17.0.0", "react-dom": ">17.0.0" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "analyzer": "tsc && vite build --mode analyzer" } }