{
  "name":"component-cache-cx",
  "version": "0.0.1",
  "description": "页面数据缓存，不关注个别数据，缓存页面全部数据",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rollup -c"
  },
  "keywords": [
    "react",
    "keepalive",
    "chenxin"
  ],
  "author": "chenxin",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^22.0.2",
    "@types/react":  "^17.0.1",
    "@types/react-dom": "^17.0.1",
    "rollup": "^2.77.2",
    "rollup-plugin-typescript2": "^0.32.1",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-router-dom": "^6.3.0"
  },
  "files": [
    "lib"
  ]
}
