{
  "name": "@dify-chat/components",
  "version": "0.6.7",
  "description": "Dify Chat Components library",
  "keywords": [
    "dify",
    "chat",
    "components"
  ],
  "author": {
    "name": "lexmin0412",
    "email": "zhangle_dev@outlook.com",
    "url": "http://github.com/lexmin0412"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lexmin0412/dify-chat.git",
    "directory": "packages/components"
  },
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "source": "./src/index.tsx",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@rsbuild/core": "^1.3.22",
    "@rsbuild/plugin-react": "^1.2.0",
    "@rslib/core": "^0.12.4",
    "@storybook/addon-essentials": "^8.6.14",
    "@storybook/addon-interactions": "^8.6.12",
    "@storybook/addon-links": "^8.6.12",
    "@storybook/addon-onboarding": "^8.6.12",
    "@storybook/blocks": "^8.6.12",
    "@storybook/react": "^8.6.12",
    "@storybook/test": "^8.6.12",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/hast": "^3.0.4",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.14.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "jsdom": "^26.1.0",
    "react": "^19.2.1",
    "react-dom": "^19.2.1",
    "storybook": "^8.6.12",
    "storybook-addon-rslib": "^1.0.3",
    "storybook-react-rsbuild": "^1.0.1",
    "tailwindcss": "^3",
    "typescript": "^5.8.3",
    "vitest": "^3.2.3"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "@ant-design/icons": "^5.6.1",
    "@ant-design/x": "^1.6.1",
    "@heroicons/react": "^2.2.0",
    "@svgdotjs/svg.js": "^3.2.4",
    "@toolkit-fe/clipboard": "^0.1.22",
    "@types/react-syntax-highlighter": "^15.5.13",
    "ahooks": "^3.8.4",
    "antd": "^6.0.0",
    "classnames": "^2.5.1",
    "dompurify": "^3.2.5",
    "echarts-for-react": "^3.0.2",
    "emoji-dictionary": "^1.0.12",
    "hast": "^1.0.0",
    "katex": "^0.16.22",
    "lodash-es": "^4.17.21",
    "lucide-react": "^0.508.0",
    "mermaid": "^11.11.0",
    "pure-react-router": "^0.2.4",
    "react-markdown": "^10.1.0",
    "react-photo-view": "^1.2.7",
    "react-syntax-highlighter": "^15.6.1",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "remark-breaks": "^4.0.0",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "remark-mermaidjs": "4",
    "tailwind-merge": "^3.3.0",
    "@dify-chat/api": "^0.6.7",
    "@dify-chat/core": "^0.6.7",
    "@dify-chat/helpers": "^0.6.7",
    "@dify-chat/theme": "^0.6.7"
  },
  "scripts": {
    "build": "rslib build",
    "build:storybook": "storybook build",
    "check": "biome check --write",
    "dev": "rslib build --watch",
    "format": "biome format --write",
    "storybook": "storybook dev",
    "test": "vitest run"
  }
}