{
  "name": "@choerodon/devops",
  "routeName": "devops",
  "description": "",
  "license": "ISC",
  "version": "1.1.6",
  "keywords": [],
  "contributors": [
    "choerodon"
  ],
  "main": "./lib/index.js",
  "install": "./lib/install.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "choerodon-front-boot start --config ./react/config.js",
    "start:local": "choerodon-front-boot start --config ./config-local.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 -fr package-lock.json && npm i --registry https://nexus.choerodon.com.cn/repository/choerodon-npm && chmod -R u+x node_modules"
  },
  "resolutions": {
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "styled-components": "5.2.0"
  },
  "dependencies": {
    "copy-to-clipboard": "^3.3.1",
    "diff-match-patch": "^1.0.4",
    "echarts": "^4.2.1",
    "echarts-for-react": "^2.0.12",
    "js-base64": "^2.5.2",
    "js-file-download": "^0.4.8",
    "js-yaml": "^3.12.1",
    "json-bigint": "^1.0.0",
    "mobx-react-lite": "^1.4.1",
    "moment": "^2.22.2",
    "pako": "^1.0.11",
    "quill-delta-to-html": "^0.8.4",
    "rc-table": "^6.8.2",
    "react-codemirror": "^1.0.0",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dnd": "^2.6.0",
    "react-dnd-html5-backend": "^5.0.1",
    "react-draggable": "^3.3.2",
    "react-image-lightbox": "^4.6.0",
    "react-loading": "^1.0.4",
    "react-markdown": "^3.5.0",
    "simplebar-react": "^1.2.1",
    "streamsaver": "^2.0.5",
    "styled-components": "5.2.0",
    "timeago-react": "^3.0.0",
    "uuid": "^3.3.3",
    "web-streams-polyfill": "^3.0.2",
    "xterm": "^3.12.0"
  },
  "devDependencies": {
    "@choerodon/boot": "0.23.3",
    "@choerodon/master": "1.1.3",
    "@types/react": "^16.9.44",
    "@types/react-router": "^5.1.8",
    "@types/react-router-dom": "^5.1.5",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "babel-eslint": "8.2.6",
    "babel-preset-c7n": "^0.0.2",
    "del": "^4.1.1",
    "eslint": "^7.7.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.6",
    "eslint-plugin-react-hooks": "^4.1.0",
    "lodash": "latest"
  },
  "lint-staged": {
    "react/**/*.{js,jsx,ts,tsx}": [
      "npm run lint-staged:es"
    ],
    "react/**/*.{scss,less}": "stylelint --syntax less"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
