UNPKG

@vgbire/react-keep-alive

Version:
67 lines (66 loc) 1.59 kB
{ "name": "@vgbire/react-keep-alive", "version": "2.2.5", "description": "React keepAlive", "keywords": [ "react", "router", "keep-alive", "cache", "keepAlive" ], "license": "MIT", "authors": { "name": "Vgbire", "email": "1053254202@qq.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "homepage": "https://github.com/Vgbire/react-keep-alive", "repository": "https://github.com/Vgbire/react-keep-alive", "bugs": "https://github.com/Vgbire/react-keep-alive/issues", "files": [ "dist", "lib", "es", "package.json", "README.md" ], "module": "es", "type": "module", "types": "dist/index.d.ts", "scripts": { "build": "tsc && rollup -c", "test": "npm run start -w example" }, "workspaces": [ "example" ], "devDependencies": { "@ant-design/icons": "^5.4.0", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/lodash": "^4.17.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "ahooks": "^3.8.0", "antd": "^5.19.3", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router": "^7.4.0", "rollup": "^4.19.0", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "sass": "^1.77.8", "tslib": "^2.6.3", "typescript": "^5.5.4" }, "dependencies": { "i18next": "^24.2.1" } }