{
  "name": "@zhny/antd-comps",
  "version": "1.2.0",
  "description": "React components based on antd",
  "license": "Clear BSD",
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es"
  ],
  "scripts": {
    "build": "father build && gulp",
    "build:watch": "father dev",
    "delete": "npm unpublish @zhny/antd-comps@1.1.41-beta.36",
    "deprecate": "npm deprecate @zhny/antd-comps@1.1.35 'deprecated'",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "prepublish": "npm run build",
    "publish:beta": "npm publish --tag beta",
    "publish:normal": "npm publish",
    "start": "npm run dev"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{css,less}": [
      "stylelint --fix",
      "prettier --write"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --parser=typescript --write"
    ]
  },
  "dependencies": {
    "ahooks": "3.8.1",
    "animejs": "^4.2.2",
    "array-move": "4.0.0",
    "browser-fs-access": "^0.35.0",
    "classnames": "2.3.2",
    "dayjs": "^1.11.13",
    "deep-equal": "^2.2.3",
    "kity": "^2.0.4",
    "lodash-es": "4.17.21",
    "lowlight": "^3.3.0",
    "re-resizable": "^6.10.3",
    "react-custom-scrollbars": "^4.2.1",
    "react-draggable": "4.4.5",
    "react-resizable": "3.0.4",
    "react-sortable-hoc": "2.0.0",
    "react-splitter-layout": "4.0.0",
    "react-visibility-sensor": "^5.1.1",
    "requestidlecallback-polyfill": "^1.0.2",
    "scroll-into-view-if-needed": "^3.1.0",
    "slugify": "^1.6.6",
    "styled-components": "^6.1.13",
    "tippy.js": "^6.3.7",
    "toggle-selection": "^1.0.6",
    "umi-request": "1.4.0",
    "uuid": "9.0.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^17.0.2",
    "@types/react-custom-scrollbars": "^4.0.13",
    "@types/react-dom": "^17.0.2",
    "@types/react-resizable": "^3.0.8",
    "@types/react-splitter-layout": "^4.0.0",
    "@types/uuid": "9.0.1",
    "@umijs/lint": "^4.0.0",
    "antd": "4.24.15",
    "dumi": "^2.4.13",
    "echarts": "5.4.0",
    "echarts-for-react": "3.0.2",
    "eslint": "^8.23.0",
    "father": "^4.1.0",
    "gulp": "^5.0.0",
    "gulp-autoprefixer": "^8.0.0",
    "gulp-cssnano": "^2.1.3",
    "gulp-less": "^5.0.0",
    "husky": "^8.0.1",
    "lint-staged": "^13.0.3",
    "lottie-react": "^2.4.1",
    "mock": "^0.1.1",
    "prettier": "^2.7.1",
    "prettier-plugin-organize-imports": "^3.0.0",
    "prettier-plugin-packagejson": "^2.2.18",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rough-notation": "^0.5.1",
    "stylelint": "^14.9.1"
  },
  "peerDependencies": {
    "antd": "^4.24.15",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "NeilChoi"
  ]
}
