{
  "name": "@xpert-ai/a2ui-react",
  "version": "0.1.0",
  "description": "A2UI React Renderer with ShadCN UI components",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "type": "module",
  "scripts": {
    "build": "tsc -b --pretty",
    "dev": "tsc -b --watch",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "directory": "packages/chatkit-widgets",
    "type": "git",
    "url": "https://github.com/xpert-ai/chatkit-js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "a2ui",
    "react",
    "shadcn",
    "ui",
    "generative-ui"
  ],
  "author": "Xpert AI",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/xpert-ai/chatkit-js/issues"
  },
  "homepage": "https://github.com/xpert-ai/chatkit-js/tree/main/packages/chatkit-widgets#readme",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "tailwindcss": "^3.4.0"
  },
  "dependencies": {
    "@a2ui/lit": "^0.8.1",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "lucide-react": "^0.460.0",
    "markdown-it": "^14.1.0",
    "tailwind-merge": "^2.2.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.0.0",
    "@types/markdown-it": "^14.1.2",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "jsdom": "^25.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "^5.8.3",
    "vitest": "^2.1.0"
  },
  "optionalDependencies": {
    "@rollup/rollup-darwin-arm64": "^4.53.5"
  }
}
