{
  "name": "antd-more",
  "version": "6.0.9",
  "description": "基于 antd 扩展的业务场景组件。",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "start": "dumi dev",
    "test": "jest",
    "build:docs": "npm run build && dumi build",
    "build:docs-version": "cross-env BUILD_DOC_VERSION=version npm run build:docs",
    "build": "cross-env FATHER_CACHE=none father build",
    "lint": "npm run lint:js && npm run lint:style",
    "lint:fix": "npm run lint-fix:js && npm run lint-fix:style",
    "lint:js": "eslint .",
    "lint-fix:js": "npm run lint:js -- --fix",
    "lint:style": "stylelint src/**/*.less",
    "lint-fix:style": "npm run lint:style -- --fix",
    "prettier": "prettier --write **/*",
    "prepublishOnly": "npm run tsc && npm run test && npm run build",
    "commit": "cz",
    "tsc": "tsc --noEmit",
    "prepare": "husky"
  },
  "keywords": [
    "react",
    "react-components",
    "ant-design",
    "antd",
    "antd-more"
  ],
  "files": [
    "es",
    "lib"
  ],
  "author": "caijf",
  "license": "MIT",
  "peerDependencies": {
    "@ant-design/icons": "^6.0.0",
    "antd": "^6.3.0",
    "react": ">= 18.0.0",
    "react-dom": ">= 18.0.0"
  },
  "devDependencies": {
    "@ant-design/charts": "^2.6.7",
    "@ant-design/icons": "^6.1.1",
    "@ant-design/pro-components": "^2.8.10",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@commitlint/cz-commitlint": "^20.5.0",
    "@eslint/js": "^9.39.4",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/jest": "^30.0.0",
    "@types/mockjs": "^1.0.10",
    "@types/qs": "^6.15.0",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "antd": "^6.3.0",
    "autoprefixer": "^10.4.27",
    "commitizen": "^4.3.1",
    "create-puzzle": "^3.0.4",
    "cross-env": "^7.0.3",
    "dumi": "^2.4.23",
    "eslint": "^9.39.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.26",
    "father": "^4.6.17",
    "globals": "^16.5.0",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "lcn": "^7.2.2",
    "less": "^4.6.4",
    "lint-staged": "^13.3.0",
    "mockjs": "^1.1.0",
    "ofd-pageview": "^1.4.4",
    "postcss": "^8.5.8",
    "postcss-import": "^16.1.1",
    "postcss-less": "^6.0.0",
    "prettier": "^3.8.1",
    "prettier-plugin-two-style-order": "^1.0.1",
    "qs": "^6.15.0",
    "rc-slider-captcha": "^1.9.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-sortablejs": "^6.1.4",
    "stylelint": "^16.26.1",
    "stylelint-config-css-modules": "^4.6.0",
    "stylelint-config-standard": "^39.0.1",
    "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
    "stylelint-no-unsupported-browser-features": "^8.1.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.2",
    "@rc-component/util": "^1.10.0",
    "cache2": "^3.1.6",
    "clsx": "^2.1.1",
    "countdown-pro": "^2.2.1",
    "dayjs": "^1.11.20",
    "micromark": "^4.0.2",
    "octokit": "^4.1.4",
    "rc-hooks": "^3.3.0",
    "ut2": "^1.21.5",
    "util-helpers": "^5.8.0"
  },
  "lint-staged": {
    "**/*.less": "stylelint --fix",
    "**/*.{ts,tsx,js,jsx}": "eslint",
    "**/*.{ts,tsx,js,jsx,less,md}": "prettier -w"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
