{
  "name": "@choerodon/base",
  "routeName": "iam",
  "version": "1.1.2",
  "description": "",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "resolutions": {
    "react": "16.14.0",
    "react-dom": "16.14.0"
  },
  "dependencies": {
    "echarts": "^4.1.0",
    "echarts-for-react": "^2.0.12",
    "hjson": "^3.1.1",
    "json-bigint": "^1.0.0",
    "mobx-react-lite": "^1.4.1",
    "react-codemirror": "^1.0.0",
    "react-copy-to-clipboard": "^5.0.2",
    "react-helmet": "^6.1.0",
    "react-image-lightbox": "^4.6.0",
    "react-markdown": "^4.2.2",
    "react-quill": "^1.2.6",
    "rxjs-compat": "^6.5.3",
    "universal-cookie": "2.2.0"
  },
  "devDependencies": {
    "@choerodon/boot": "~0.23.2",
    "@choerodon/master": "1.1.0",
    "@types/react": "^16.9.44",
    "@types/react-router": "^5.1.8",
    "@types/react-router-dom": "^5.1.5gs",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "babel-eslint": "^8.1.0",
    "babel-preset-c7n": "^0.0.2",
    "eslint": "^7.6.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-c7n-app": "^0.0.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-react-hooks": "^4.0.8"
  },
  "scripts": {
    "start": "choerodon-front-boot start --config ./react/config.js",
    "dist": "choerodon-front-boot dist --config ./react/config.js",
    "lint-staged": "lint-staged",
    "lint-staged:es": "eslint",
    "compile": "choerodon-front-boot compile",
    "clean-install": "rm -rf node_modules && rm package-lock.json && npm i --registry https://nexus.choerodon.com.cn/repository/choerodon-npm && chmod -R u+x node_modules"
  },
  "author": "",
  "license": "ISC",
  "lint-staged": {
    "react/**/*.{js,jsx}": [
      "npm run lint-staged:es"
    ],
    "react/**/*.{scss,less}": "stylelint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
