{
  "name": "@choerodon/knowledge",
  "routeName": "knowledge",
  "version": "1.1.0",
  "description": "Choerodon Knowledge Front ",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "dependencies": {
    "@atlaskit/button": "^13.0.0",
    "@atlaskit/icon": "^17.0.0",
    "@atlaskit/tree": "^6.0.0",    
    "@toast-ui/editor-plugin-color-syntax": "^1.0.0",
    "@toast-ui/editor-plugin-table-merged-cell": "^1.0.0",
    "@toast-ui/react-editor": "^2.1.0",
    "@toast-ui/react-image-editor": "^1.0.0",
    "copy-to-clipboard": "^3.2.0",
    "file-saver": "^2.0.2",
    "jquery": "^3.5.0",
    "react-image-lightbox": "^4.6.0",
    "styled-components": "^5.1.1"
  },
  "resolutions": {
    "react": "16.14.0",
    "react-dom": "16.14.0"
  },
  "devDependencies": {
    "@choerodon/agile": "1.1.0",
    "@choerodon/boot": "0.23.3",
    "@choerodon/master": "1.1.0",
    "@typescript-eslint/eslint-plugin": "^3.7.1",
    "@typescript-eslint/parser": "^3.7.1",
    "babel-eslint": "8.x",
    "babel-preset-c7n": "0.0.2",
    "eslint": "^7.6.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-c7n-app": "^0.0.2",
    "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": "node --max_old_space_size=4096 node_modules/@choerodon/boot/bin/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"
  },
  "author": "",
  "license": "ISC",
  "lint-staged": {
    "react/**/*.{js,jsx}": [
      "npm run lint-staged:es"
    ],
    "react/**/*.scss": "stylelint --syntax scss"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
