{
  "name": "@matechat/react",
  "version": "1.0.0",
  "type": "module",
  "description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
  "homepage": "https://github.com/DevCloudFE/matechat-react",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "author": {
    "email": "fu050409@163.com",
    "name": "苏向夜"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DevCloudFE/matechat-react.git"
  },
  "bugs": {
    "url": "https://gitcode.com/DevCloudFE/matechat-react/issues"
  },
  "scripts": {
    "build": "vite build",
    "dev": "tsx scripts/watch.ts",
    "docs:build": "pnpm --filter @matechat/react-docs build",
    "docs:dev": "tsx scripts/watch.ts --project docs",
    "format": "biome format . --write",
    "lint": "biome check .",
    "lint:fix": "pnpm run lint --fix",
    "playground:build": "pnpm --filter @matechat/react-playground build",
    "prepublishOnly": "pnpm run build",
    "preview": "pnpm --filter @matechat/react-playground dev",
    "registry:build": "shadcn build --output docs/doc_build/r && tsx scripts/strip-tailwind-registry.ts docs/doc_build/r",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@ai-sdk/openai": "^3.0.0",
    "@ai-sdk/react": "^3.0.0",
    "ai": "^6.0.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^15.5.13"
  },
  "dependencies": {
    "@ai-sdk/openai": "^3.0.64",
    "@ai-sdk/react": "^3.0.186",
    "@tailwindcss/vite": "^4.3.0",
    "ai": "^6.0.184",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "react-markdown": "^10.1.0",
    "react-syntax-highlighter": "^16.1.1",
    "remark-gfm": "^4.0.1",
    "remark-math": "^6.0.0",
    "tailwind-merge": "^3.6.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.9.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@vitejs/plugin-react": "^6.0.2",
    "archons": "^0.2.13",
    "chalk": "^5.6.2",
    "happy-dom": "^20.9.0",
    "lucide-react": "^1.16.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "shadcn": "4.7.0",
    "tailwindcss": "^4.3.0",
    "tsdown": "^0.22.0",
    "tsx": "^4.22.2",
    "typescript": "~5.8.3",
    "vite": "^8.0.13",
    "vite-plugin-dts": "^5.0.0",
    "vite-plugin-lib-inject-css": "^2.2.2",
    "vitest": "^4.1.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/*.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*.js"
  },
  "files": [
    "dist"
  ],
  "packageManager": "pnpm@10.14.0"
}