adk-ui 1.0.0

Dynamic UI generation for ADK-Rust agents - render forms, cards, tables, charts and more
Documentation
{
    "name": "@zavora-ai/adk-ui-react",
    "version": "0.3.2",
    "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": "tsup src/index.ts --format cjs,esm --dts",
        "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
        "lint": "eslint src/",
        "pretest": "npm run build",
        "test": "node --test ./test/*.cjs",
        "typecheck": "tsc --noEmit"
    },
    "peerDependencies": {
        "react": ">=17.0.0",
        "react-dom": ">=17.0.0"
    },
    "dependencies": {
        "clsx": "^2.0.0",
        "lucide-react": "^0.564.0",
        "react-markdown": "^9.0.1",
        "recharts": "^2.10.0"
    },
    "devDependencies": {
        "@types/react": "^18.2.0",
        "@types/react-dom": "^18.2.0",
        "react": "^18.2.0",
        "react-dom": "^18.2.0",
        "tsup": "^8.0.0",
        "typescript": "^5.0.0"
    },
    "keywords": [
        "adk",
        "agent",
        "ui",
        "react",
        "components",
        "zavora"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/zavora-ai/adk-rust"
    },
    "license": "Apache-2.0",
    "publishConfig": {
        "access": "public"
    }
}