{
  "name": "@ant-design/pro-components",
  "version": "3.1.2-0",
  "type": "module",
  "description": "All-in-one package of @ant-design/pro-components",
  "keywords": [
    "antd",
    "admin",
    "ant-design",
    "ant-design-pro"
  ],
  "homepage": "https://github.com/ant-design/pro-components/tree/master/packages/components#readme",
  "bugs": "https://github.com/ant-design/pro-components/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/pro-components.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "lib/index.js",
  "unpkg": "dist/pro-components.min.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "dist",
    "lib",
    "es",
    "guidelines"
  ],
  "scripts": {
    "bootstrap": "node ./scripts/bootstrap.mjs",
    "build": "father build",
    "changelog": "node ./scripts/changelogs.mjs",
    "checkPublish": "npm run sync:tnpm && node ./scripts/checkPublish.mjs && npm run sync:tnpm",
    "deploy": "cross-env SITE_DEPLOY='TRUE' npm run site && gh-pages -d ./dist",
    "dev": "dumi dev",
    "dumi": "cross-env SITE_DEPLOY='TRUE' dumi build",
    "docs": "node ./scripts/docs.mjs",
    "docs:dev": "pnpm docs dev",
    "docs:build": "pnpm docs build",
    "docs:preview": "pnpm docs preview",
    "docs:create": "pnpm docs create",
    "docs:check": "pnpm docs check",
    "prepublishOnly": "pnpm run test && pnpm run build",
    "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx  --fix ./ && npm run tsc",
    "prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,yaml,json}\" --log-level warn",
    "createRelease": "node ./scripts/createRelease.mjs",
    "site": "npm run build && cross-env SITE_DEPLOY='TRUE' dumi build",
    "start": "dumi dev",
    "sync:tnpm": "node -e 'import(\"./scripts/syncTNPM.mjs\").then(m => m.default())'",
    "test": "cross-env TZ=UTC vitest run",
    "test:coverage": "cross-env TZ=UTC TEST_LOG=none vitest run --coverage",
    "test:ui": "cross-env TZ=UTC vitest --ui",
    "test:update": "cross-env TZ=UTC  vitest -u",
    "tsc": "tsc --noEmit",
    "publish:beta": "npm publish --tag beta",
    "update:deps": "pnpm up --latest"
  },
  "browserslist": [
    "defaults"
  ],
  "resolutions": {
    "@types/react": "^18.0.38",
    "@types/react-dom": "^18.0.11",
    "@types/responselike": "^1.0.0"
  },
  "dependencies": {
    "@ant-design/cssinjs": "^2.0.2",
    "@ant-design/icons": "^6.1.0",
    "@babel/runtime": "^7.28.4",
    "@ctrl/tinycolor": "^4.2.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/modifiers": "^6.0.1",
    "@dnd-kit/sortable": "^7.0.2",
    "@dnd-kit/utilities": "^3.2.2",
    "@emotion/css": "^11.13.5",
    "@rc-component/form": "^1.6.1",
    "@rc-component/resize-observer": "^1.0.1",
    "@rc-component/table": "^1.9.1",
    "@rc-component/util": "^1.7.0",
    "@umijs/route-utils": "^4.0.3",
    "@umijs/use-params": "^1.0.9",
    "clsx": "^2.1.1",
    "dayjs": "^1.11.19",
    "lodash-es": "^4.17.22",
    "path-to-regexp": "^8.0.0",
    "react-draggable": "^4.5.0",
    "safe-stable-stringify": "^2.5.0",
    "swr": "^2.3.8"
  },
  "devDependencies": {
    "@ant-design/antd-theme-variable": "^1.0.0",
    "@babel/core": "^7.28.5",
    "@babel/eslint-plugin": "^7.27.1",
    "@babel/parser": "^7.28.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/traverse": "^7.28.5",
    "@emotion/babel-plugin": "^11.13.5",
    "@octokit/core": "^3.6.0",
    "@octokit/rest": "^18.12.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/glob": "^8.1.0",
    "@types/history": "^4.7.11",
    "@types/lodash-es": "^4.17.12",
    "@types/mockjs": "^1.0.10",
    "@types/node": "^14.18.63",
    "@types/react": "^18.3.27",
    "@types/react-dom": "^18.3.7",
    "@types/react-helmet": "^6.1.11",
    "@types/react-responsive": "^8.0.8",
    "@types/shallowequal": "^1.1.5",
    "@types/warning": "^3.0.3",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "@umijs/babel-preset-umi": "^3.5.43",
    "@umijs/doctor": "^1.2.1",
    "@umijs/plugin-analytics": "^0.2.4",
    "@umijs/test": "^3.5.43",
    "@umijs/test-utils": "^3.5.43",
    "@umijs/utils": "^4.6.19",
    "@vitejs/plugin-legacy": "^6.1.1",
    "@vitest/browser": "^3.2.4",
    "@vitest/coverage-istanbul": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "animated-scroll-to": "^2.3.2",
    "antd": "^6.1.4",
    "chalk": "^4.1.2",
    "copy-to-clipboard": "^3.3.3",
    "cross-env": "^7.0.3",
    "dumi": "^2.4.21",
    "dumi-theme-antd-style": "^0.31.1",
    "esbuild": "^0.26.0",
    "eslint": "^8.57.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-unicorn": "^47.0.0",
    "execa": "^5.1.1",
    "express": "^4.22.1",
    "fast-deep-equal": "^3.1.3",
    "father": "^4.6.13",
    "gh-pages": "^5.0.0",
    "glob": "^8.1.0",
    "happy-dom": "^20.0.11",
    "identity-obj-proxy": "^3.0.0",
    "inquirer": "^8.2.7",
    "jest-canvas-mock": "^2.5.2",
    "lint-staged": "^10.5.4",
    "mockdate": "^3.0.5",
    "mockjs": "^1.1.0",
    "np": "^6.5.0",
    "nprogress": "^0.2.0",
    "nwsapi": "2.2.13",
    "octokit": "^3.2.2",
    "playwright": "^1.57.0",
    "polished": "^4.3.1",
    "prettier": "^3.7.4",
    "prettier-plugin-organize-imports": "^4.3.0",
    "prettier-plugin-packagejson": "^2.5.20",
    "pretty-quick": "^3.3.1",
    "query-string": "^6.14.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^8.0.7",
    "react-syntax-highlighter": "^15.6.6",
    "remark": "^15.0.1",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "slash2": "^2.0.0",
    "style-loader": "^2.0.0",
    "stylelint": "^13.13.1",
    "timezone-mock": "^1.3.6",
    "ts-node": "^10.9.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "umi": "^4.6.19",
    "umi-request": "^1.4.0",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.0.0",
    "vite": "^7.3.0",
    "vitest": "^3.2.4",
    "write-pkg": "^4.0.0",
    "xhr-mock": "^2.5.1",
    "yorkie": "^2.0.0",
    "zustand": "^4.5.7"
  },
  "peerDependencies": {
    "antd": "^6.0.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "packageManager": "pnpm@9.6.0",
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)",
    "chenshuai2144 <qixian.cs@outlook.com> (https://github.com/chenshuai2144)"
  ],
  "gitHooks": {
    "pre-commit": "pretty-quick --staged",
    "commit-msg": "fabric verify-commit"
  }
}
