{
  "name": "@ali-dayu/qi-honor",
  "version": "3.2.4",
  "license": "ISC",
  "main": "lib/index.js",
  "unpkg": "dist/qi-honor.min.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "es/",
    "lib/",
    "build",
    "dist/"
  ],
  "scripts": {
    "build": "father build",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "sync": "node scripts/sync/index",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:update": "jest --updateSnapshot",
    "tsc": "tsc --noEmit"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "**/*.less": [
      "stylelint --fix --syntax less",
      "git add"
    ],
    "*.{js,jsx,less,md,json}": [
      "prettier --write",
      "git add"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write",
      "git add"
    ],
    "**/*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "@ali-dayu/qi": "3.x",
    "@ali-dayu/request-gts": "^1.11.3",
    "@ant-design/icons": "^4.8.0",
    "ahooks": "3.x",
    "antd": "4.x",
    "classnames": "^2.3.2",
    "dagre": "^0.8.5",
    "lodash": "^4.17.21",
    "pretty-bytes": "^6.0.0",
    "qs": "~6.11.0",
    "react": "16.x",
    "react-dom": "16.x",
    "umi-request": "^1.4.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "12.x",
    "@testing-library/user-event": "12.x",
    "@types/classnames": "^2.3.1",
    "@types/dagre": "^0.7.48",
    "@types/lodash": "^4.14.191",
    "@types/mockjs": "^1.0.7",
    "@types/qs": "^6.9.7",
    "@types/react": "16.x",
    "@types/react-copy-to-clipboard": "^5.0.4",
    "@types/react-dom": "16.x",
    "@umijs/plugin-model": "^2.6.2",
    "@umijs/plugin-qiankun": "^2.42.0",
    "babel-jest": "^27.4.2",
    "babel-plugin-import": "^1.13.5",
    "babel-plugin-module-resolver": "^4.1.0",
    "cross-env": "^7.0.3",
    "download-git-repo": "^3.0.2",
    "enzyme": "^3.11.0",
    "enzyme-to-json": "^3.3.5",
    "eslint-plugin-jest": "^26.4.0",
    "father": "4.x",
    "fs-extra": "^11.1.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.4.3",
    "jest-canvas-mock": "^2.3.1",
    "jest-fetch-mock": "^3.0.3",
    "jest-resolve": "^27.4.2",
    "jscodeshift": "^0.11.0",
    "jsdom": "^19.0.0",
    "lint-staged": "^13.1.0",
    "mockjs": "^1.1.0",
    "npm-run-all": "^4.1.5",
    "rc-util": "^5.22.5",
    "react-copy-to-clipboard": "^5.1.0",
    "runscript": "^1.5.0",
    "umi-plugin-dynamic-public-path": "^1.1.0",
    "yorkie": "^2.0.0"
  },
  "engines": {
    "install-node": "14"
  },
  "gitHead": "cf81620627b36d76797f4197880566703bf072f8"
}
