{
  "name": "@ant-design/md-editor",
  "version": "1.30.0",
  "description": "面向智能体的 UI 组件库，提供多步推理可视化、工具调用展示、任务执行协同等 Agentic UI 能力",
  "repository": "git@github.com:ant-design/agentic-ui.git",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "check:demo": "node scripts/checkDemoFiles.js",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "doctor": "father doctor",
    "generate:version": "node scripts/bumpVersion.js",
    "lint": "npm run lint:es && npm run lint:css",
    "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
    "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
    "prepare": "husky install && dumi setup",
    "prepublishOnly": "father doctor && npm run test && npm run build",
    "prettier": "prettier --write \"{src,docs,test}/**/*.{js,jsx,ts,tsx,css,less,json,md}\"",
    "report:demo": "node scripts/generateDemoReport.js",
    "start": "npm run dev",
    "test": "echo 'No tests'",
    "test:coverage": "vitest --run --coverage",
    "tsc": "tsc --noEmit"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write"
    ],
    "*.{css,less}": [
      "prettier --write"
    ],
    "*.{md,json}": [
      "prettier --write --no-error-on-unmatched-pattern"
    ]
  },
  "dependencies": {
    "@ant-design/cssinjs": "^1.24.0",
    "@ant-design/icons": "^5.6.1",
    "@ant-design/pro-components": "^2.8.10",
    "@ant-design/theme-token": "^0.0.20",
    "@babel/runtime": "^7.28.4",
    "@better-scroll/core": "^2.5.1",
    "@better-scroll/mouse-wheel": "^2.5.1",
    "@better-scroll/observe-dom": "^2.5.1",
    "@better-scroll/scroll-bar": "^2.5.1",
    "@galacean/effects": "^2.6.5",
    "@juggle/resize-observer": "^3.4.0",
    "@sofa-design/icons": "^1.6.1",
    "ace-builds": "^1.43.4",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "antd": "^5.28.0",
    "blob-util": "^2.0.2",
    "chart.js": "^4.5.1",
    "chartjs-plugin-datalabels": "^2.2.0",
    "classnames": "^2.5.1",
    "copy-to-clipboard": "^3.3.3",
    "dayjs": "^1.11.19",
    "diacritics": "^1.3.0",
    "direction": "^1.0.4",
    "dompurify": "^3.3.0",
    "flubber": "^0.4.2",
    "framer-motion": "^11.18.2",
    "is-hotkey": "^0.2.0",
    "json5": "^2.2.3",
    "katex": "^0.16.25",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "lottie-react": "^2.4.1",
    "mermaid": "^11.12.1",
    "mustache": "^4.2.0",
    "nanoid": "^5.1.6",
    "partial-json": "^0.1.7",
    "querystring": "^0.2.1",
    "rc-resize-observer": "^1.4.3",
    "rc-util": "^5.44.4",
    "react-chartjs-2": "^5.3.1",
    "react-error-boundary": "^5.0.0",
    "react-resizable-panels": "^2.1.9",
    "react-rnd": "^10.5.2",
    "react-use": "^17.6.0",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "rehype-stringify": "^10.0.1",
    "remark": "^15.0.1",
    "remark-frontmatter": "^5.0.0",
    "remark-gfm": "^4.0.1",
    "remark-html": "^16.0.1",
    "remark-math": "^6.0.0",
    "remark-parse": "^11.0.0",
    "remark-rehype": "^11.1.2",
    "rxjs": "^7.8.2",
    "slash2": "^2.0.0",
    "slate": "0.118.1",
    "slate-dom": "0.118.1",
    "slate-history": "0.113.1",
    "slate-hyperscript": "0.100.0",
    "slate-react": "^0.117.4",
    "string-width": "^7.2.0",
    "unified": "^11.0.5",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@swc/core": "^1.3.53",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/classnames": "^2.3.4",
    "@types/diacritics": "^1.3.3",
    "@types/dompurify": "^3.2.0",
    "@types/flubber": "^0.4.0",
    "@types/is-hotkey": "^0.1.10",
    "@types/jsdom": "^21.1.7",
    "@types/less": "^3.0.8",
    "@types/lodash": "^4.17.20",
    "@types/lodash-es": "^4.17.12",
    "@types/mdast": "^4.0.4",
    "@types/mustache": "^4.2.6",
    "@types/react": "^18.3.26",
    "@types/react-dom": "^18.3.7",
    "@types/react-resizable": "^3.0.8",
    "@types/reveal.js": "^5.2.1",
    "@types/uuid": "^10.0.0",
    "@umijs/lint": "^4.5.3",
    "@vitejs/plugin-react": "^4.7.0",
    "@vitest/coverage-istanbul": "^2.1.9",
    "@vitest/ui": "2.1.9",
    "dumi": "^2.4.21",
    "dumi-theme-antd-style": "^0.31.1",
    "eslint": "^8.57.1",
    "father": "^4.6.7",
    "glob": "^11.0.3",
    "husky": "^8.0.3",
    "jsdom": "^25.0.1",
    "less": "^4.4.2",
    "lint-staged": "^13.3.0",
    "mockdate": "^3.0.5",
    "nwsapi": "2.2.13",
    "postcss": "^8.5.6",
    "prettier": "^3.6.2",
    "prettier-plugin-organize-imports": "^4.3.0",
    "prettier-plugin-packagejson": "^2.5.19",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "recharts": "^3.3.0",
    "sast": "^0.8.1",
    "stylelint": "^14.16.1",
    "typescript": "^5.9.3",
    "vitest": "^2.1.9"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "qixian.cs@outlook.com"
  ]
}
