{
  "name": "umi-plugin-tabs-keep-alive",
  "version": "1.4.0",
  "description": "✔ 这个插件用于替换 umi max 内置的 keep-alive 和 tabs-layout，实现页面缓存以及多标签页功能并修复原插件中的 bug。✔ This plugin replaces the built-in keep-alive and tabs-layout in Umi Max to provide page caching and multi-tab functionality while fixing bugs in the original plugins.",
  "keywords": [
    "umi",
    "umi-plugin",
    "tabs-layout",
    "keep-alive",
    "tabs-keep-alive"
  ],
  "repository": "https://github.com/aiyoudiao/umi-plugin-tabs-keep-alive",
  "bugs": "https://github.com/aiyoudiao/umi-plugin-tabs-keep-alive/issues",
  "homepage": "https://github.com/aiyoudiao/umi-plugin-tabs-keep-alive",
  "license": "MIT",
  "author": "哎哟迪奥 <newdiao@163.com>",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "README.EN.md",
    "package.json",
    "LICENSE"
  ],
  "scripts": {
    "build": "father build",
    "changelog": "conventional-changelog --config ./commit-config/changelog-config.js -p angular -i -o CHANGELOG.md -r 1",
    "commit": "git-cz",
    "dev": "father dev",
    "version": "conventional-changelog --config ./commit-config/changelog-config.js -p angular -i -o CHANGELOG.md && git add CHANGELOG.md"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git",
      "czConfig": "./commit-config/cz-config.js"
    }
  },
  "devDependencies": {
    "@types/node": "^18.15.11",
    "click-to-react-component": "^1.1.2",
    "commitizen": "^4.3.0",
    "conventional-changelog-cli": "^5.0.0",
    "cz-git": "^1.9.4",
    "father": "^4.1.8",
    "prettier": "^3.2.5",
    "typescript": "^5.0.3",
    "@umijs/bundler-utils": "4.4.11",
    "@umijs/plugins": "4.4.11",
    "@umijs/utils": "4.4.11",
    "babel-plugin-import": "^1.13.3",
    "babel-runtime-jsx-plus": "^0.1.5",
    "react-router-dom": "^6.1.1",
    "semver": "7.5.2",
    "@types/semver": "^7.3.9",
    "umi": "^4.4.12"
  }
}
