adk-ui 2.1.0

Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more
Documentation
{
    "name": "@zavora-ai/adk-ui-react",
    "version": "0.5.0",
    "description": "React components for rendering ADK-UI agent interfaces",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        }
    },
    "files": [
        "dist",
        "README.md"
    ],
    "scripts": {
        "build": "node scripts/build.mjs",
        "dev": "node scripts/build.mjs --watch",
        "lint": "eslint src/",
        "pretest": "npm run build",
        "test": "node --test ./test/*.cjs",
        "typecheck": "tsc --noEmit"
    },
    "peerDependencies": {
        "react": ">=18.0.0",
        "react-dom": ">=18.0.0"
    },
    "dependencies": {
        "clsx": "^2.0.0",
        "lucide-react": "^0.564.0",
        "react-markdown": "^10.1.0",
        "recharts": "^3.10.1",
        "three": "^0.185.1"
    },
    "devDependencies": {
        "@types/react": "^19.2.5",
        "@types/react-dom": "^19.2.3",
        "@types/three": "^0.183.1",
        "esbuild": "^0.28.2",
        "react": "^19.2.0",
        "react-dom": "^19.2.0",
        "typescript": "^5.0.0"
    },
    "keywords": [
        "adk",
        "agent",
        "ui",
        "react",
        "components",
        "zavora"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zavora-ai/adk-ui.git"
    },
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    }
}