{
  "name": "react-activation",
  "version": "0.13.4",
  "description": "<KeepAlive /> for React like <keep-alive /> in vue",
  "main": "index.js",
  "scripts": {
    "build": "rollup --config",
    "format": "prettier --write \"./src/**/*.js\"",
    "manual:publish": "npm run build && np --no-cleanup --yolo --no-publish && npm publish"
  },
  "keywords": [
    "multiple tabs",
    "React Keep Alive",
    "Keep Alive",
    "keep-alive",
    "KeepAlive",
    "activation",
    "react cache",
    "react tabs cache",
    "react router cache",
    "vue keep-alive"
  ],
  "sideEffects": false,
  "files": [
    "lib",
    "babel.js",
    "index.js",
    "index.d.ts",
    "package.json",
    "README.md"
  ],
  "author": "CJY0208",
  "license": "ISC",
  "homepage": "https://github.com/CJY0208/react-activation",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CJY0208/react-activation.git"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.0",
    "react-node-key": "^0.4.0",
    "szfe-tools": "^0.0.0-beta.7"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "babel-plugin-import": "^1.13.3",
    "np": "^6.2.5",
    "prettier": "^2.2.1",
    "rollup": "^1.11.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-uglify": "^6.0.2"
  }
}
