{
  "name": "@ant-design/x",
  "version": "2.5.0",
  "description": "Craft AI-driven interfaces effortlessly",
  "keywords": [
    "AI",
    "Copilot",
    "Agent",
    "ant",
    "components",
    "framework",
    "react"
  ],
  "homepage": "https://x.ant.design",
  "bugs": {
    "url": "https://github.com/ant-design/x/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-design/x"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/ant-design"
  },
  "license": "MIT",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib",
    "locale",
    "BUG_VERSIONS.json"
  ],
  "scripts": {
    "api-collection": "antd-tools run api-collection",
    "prepublishOnly": "tsx ../../scripts/pre-publish.ts x",
    "authors": "tsx scripts/generate-authors.ts",
    "changelog": "npm run lint:changelog && tsx scripts/print-changelog.ts",
    "clean": "antd-tools run clean && rm -rf es lib coverage locale dist report.html artifacts.zip oss-artifacts.zip",
    "precompile": "npm run prestart",
    "compile": "father build && cp -r locale es",
    "predist": "npm run version && npm run token:statistic && npm run token:meta",
    "coverage": "jest --config .jest.js --no-cache --collect-coverage --coverage",
    "format": "biome format --write .",
    "prelint": "dumi setup",
    "lint": "npm run version && npm run tsc && npm run lint:script && npm run lint:md && npm run lint:style && npm run lint:changelog",
    "lint:changelog": "tsx scripts/generate-component-changelog.ts",
    "lint:deps": "antd-tools run deps-lint",
    "lint:md": "remark . -f -q",
    "lint:script": "biome lint",
    "lint:style": "tsx scripts/check-cssinjs.tsx",
    "prettier": "prettier -c --write **/* --cache",
    "pub": "echo 'Please use `npm publish` instead.'",
    "site": "dumi build && cp .surgeignore _site",
    "sort:api-table": "antd-tools run sort-api-table",
    "sort:package-json": "npx sort-package-json",
    "prestart": "npm run version && npm run token:statistic && npm run token:meta && npm run lint:changelog",
    "start": "tsx ./scripts/set-node-options.ts cross-env PORT=8001 dumi dev",
    "pretest": "npm run prestart",
    "test": "jest --config .jest.js --no-cache --collect-coverage",
    "test:dekko": "tsx ./tests/dekko/index.test.ts",
    "test:node": "npm run version && jest --config .jest.node.js --no-cache",
    "test:package-diff": "antd-tools run package-diff",
    "test:site": "jest --config .jest.site.js",
    "test:visual-regression": "tsx scripts/visual-regression/build.ts",
    "token:meta": "tsx scripts/generate-token-meta.ts",
    "token:statistic": "tsx scripts/collect-token-statistic.ts",
    "tsc": "tsc --noEmit",
    "version": "tsx scripts/generate-version.ts"
  },
  "browserslist": [
    "defaults"
  ],
  "dependencies": {
    "@ant-design/colors": "^8.0.0",
    "@ant-design/cssinjs": "^2.0.1",
    "@ant-design/cssinjs-utils": "^2.0.2",
    "@ant-design/fast-color": "^3.0.0",
    "@ant-design/icons": "^6.0.0",
    "@babel/runtime": "^7.25.6",
    "clsx": "^2.1.1",
    "lodash.throttle": "^4.1.1",
    "@rc-component/motion": "^1.1.6",
    "@rc-component/util": "^1.4.0",
    "@rc-component/resize-observer": "^1.0.1",
    "react-syntax-highlighter": "^16.1.0",
    "mermaid": "^11.12.1"
  },
  "devDependencies": {
    "@antv/gpt-vis": "^0.6.0",
    "@antv/infographic": "0.2.16",
    "@blazediff/core": "^1.8.0",
    "@codesandbox/sandpack-react": "^2.19.8",
    "@emotion/react": "^11.13.5",
    "@emotion/server": "^11.11.0",
    "@happy-dom/jest-environment": "^20.0.11",
    "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
    "@microflash/rehype-figure": "^2.1.1",
    "@npmcli/run-script": "^10.0.3",
    "@octokit/rest": "^22.0.1",
    "@prettier/sync": "^0.6.1",
    "@qixian.cs/github-contributors-list": "^2.0.2",
    "@rc-component/drawer": "^1.3.0",
    "@rc-component/father-plugin": "^2.0.4",
    "@rc-component/np": "^1.0.3",
    "@rc-component/table": "^1.9.0",
    "@rc-component/trigger": "^3.7.1",
    "@rc-component/virtual-list": "^1.0.2",
    "@stackblitz/sdk": "^1.11.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/adm-zip": "^0.5.5",
    "@types/ali-oss": "^6.16.11",
    "@types/cli-progress": "^3.11.6",
    "@types/fs-extra": "^11.0.4",
    "@types/gtag.js": "^0.0.20",
    "@types/http-server": "^0.12.4",
    "@types/inquirer": "^9.0.7",
    "@types/isomorphic-fetch": "^0.0.39",
    "@types/jest": "^30.0.0",
    "@types/jest-axe": "^3.5.9",
    "@types/jest-environment-puppeteer": "^5.0.6",
    "@types/jest-image-snapshot": "^6.4.0",
    "@types/jquery": "^4.0.0",
    "@types/jsdom": "^28.0.0",
    "@types/lodash": "^4.17.7",
    "@types/minimist": "^1.2.5",
    "@types/node": "^25.3.5",
    "@types/ora": "^3.2.0",
    "@types/pngjs": "^6.0.5",
    "@types/prismjs": "^1.26.4",
    "@types/progress": "^2.0.7",
    "@types/qs": "^6.9.16",
    "@types/react": "^19.0.2",
    "@types/react-copy-to-clipboard": "^5.0.7",
    "@types/react-dom": "^19.0.2",
    "@types/react-highlight-words": "^0.20.0",
    "@types/react-resizable": "^3.0.8",
    "@types/semver": "^7.5.8",
    "@types/spinnies": "^0.5.3",
    "@types/tar": "^7.0.87",
    "@types/throttle-debounce": "^5.0.2",
    "@types/warning": "^3.0.3",
    "@umijs/fabric": "^4.0.1",
    "adm-zip": "^0.5.16",
    "ali-oss": "^6.21.0",
    "antd": "^6.1.1",
    "antd-style": "^4.0.0-alpha.1",
    "antd-token-previewer": "^3.0.0",
    "axios": "^1.7.7",
    "browserslist": "^4.23.3",
    "browserslist-to-esbuild": "^2.1.1",
    "chalk": "^5.4.1",
    "cheerio": "^1.0.0",
    "cli-progress": "^3.12.0",
    "copy-to-clipboard": "^3.3.3",
    "cross-env": "^10.1.0",
    "cross-fetch": "^4.0.0",
    "crypto": "^1.0.1",
    "dayjs": "^1.11.13",
    "dumi": "~2.4.21",
    "dumi-plugin-color-chunk": "^2.1.0",
    "esbuild-loader": "^4.2.2",
    "fast-glob": "^3.3.2",
    "fetch-jsonp": "^1.3.0",
    "fs-extra": "^11.2.0",
    "happy-dom": "^20.0.10",
    "html2sketch": "^1.0.2",
    "http-server": "^14.1.1",
    "identity-obj-proxy": "^3.0.0",
    "immer": "^11.1.3",
    "inquirer": "^13.1.0",
    "is-ci": "^4.1.0",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^30.2.0",
    "jest-axe": "^10.0.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-node": "^30.0.0",
    "jest-image-snapshot": "^6.5.1",
    "jest-puppeteer": "^11.0.0",
    "jquery": "^4.0.0",
    "jsdom": "^26.0.0",
    "jsonml-to-react-element": "^1.1.11",
    "jsonml.js": "^0.1.0",
    "lodash": "^4.17.21",
    "lottie-web": "^5.12.2",
    "lunar-typescript": "^1.7.5",
    "lz-string": "^1.5.0",
    "minimist": "^1.2.8",
    "mockdate": "^3.0.5",
    "node-fetch": "^3.3.2",
    "node-notifier": "^10.0.1",
    "open": "^11.0.0",
    "openai": "^6.15.0",
    "ora": "^9.0.0",
    "pngjs": "^7.0.0",
    "prettier-plugin-jsdoc": "^1.3.0",
    "pretty-format": "^30.0.0",
    "prismjs": "^1.29.0",
    "puppeteer": "^24.0.0",
    "qs": "^6.13.0",
    "rc-footer": "^0.6.8",
    "react": "^19.0.0",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^19.0.0",
    "react-highlight-words": "^0.20.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-intersection-observer": "^10.0.0",
    "react-intl": "^7.1.11",
    "react-resizable": "^3.0.5",
    "react-router-dom": "^7.0.1",
    "react-sticky-box": "^2.0.5",
    "regenerator-runtime": "^0.14.1",
    "rehype-stringify": "^10.0.0",
    "remark": "^15.0.1",
    "remark-cli": "^12.0.1",
    "remark-gfm": "^4.0.0",
    "remark-lint": "^10.0.0",
    "remark-lint-no-undefined-references": "^5.0.0",
    "remark-preset-lint-recommended": "^7.0.0",
    "remark-rehype": "^11.1.0",
    "scroll-into-view-if-needed": "^3.1.0",
    "semver": "^7.6.3",
    "sharp": "^0.34.5",
    "simple-git": "^3.26.0",
    "spinnies": "^0.5.1",
    "tar": "^7.4.3",
    "tbox-nodejs-sdk": "^0.0.19",
    "tsx": "^4.19.1",
    "typedoc": "^0.28.0",
    "typescript": "~5.9.3",
    "vanilla-jsoneditor": "^3.0.0",
    "web-streams-polyfill": "^4.0.0",
    "webpack": "^5.94.0",
    "webpack-bundle-analyzer": "^5.0.1"
  },
  "peerDependencies": {
    "antd": "^6.1.1",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
