{
  "name": "@nextclaw/ui",
  "version": "0.15.10",
  "private": false,
  "type": "module",
  "license": "MIT",
  "dependencies": {
    "@aiden0z/pptx-renderer": "1.2.4",
    "@iconify/icons-vscode-icons": "^1.2.29",
    "@iconify/react": "^6.0.2",
    "@radix-ui/react-dialog": "^1.1.2",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-select": "^2.1.2",
    "@radix-ui/react-slot": "^1.1.0",
    "@radix-ui/react-switch": "^1.1.1",
    "@radix-ui/react-tabs": "^1.1.1",
    "@radix-ui/react-tooltip": "^1.1.11",
    "@tanstack/react-query": "^5.59.20",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "docx-preview": "0.4.0",
    "lucide-react": "^0.462.0",
    "qrcode": "^1.5.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-hook-form": "^7.53.2",
    "react-router-dom": "^7.13.0",
    "rehype-sanitize": "^6.0.0",
    "rxjs": "^7.8.2",
    "sonner": "^1.7.1",
    "tailwind-merge": "^2.5.4",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "zod": "^3.23.8",
    "zustand": "^5.0.2",
    "@nextclaw/ncp": "0.7.6",
    "@nextclaw/ncp-http-agent-client": "0.4.6",
    "@nextclaw/agent-chat-ui": "0.6.10",
    "@nextclaw/client-sdk": "0.5.10",
    "@nextclaw/shared": "0.4.7",
    "@nextclaw/ncp-react": "0.5.8",
    "@nextclaw/ncp-toolkit": "0.6.7",
    "@nextclaw/agent-chat": "0.3.4"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^6.0.1",
    "autoprefixer": "^10.4.20",
    "jsdom": "^25.0.1",
    "postcss": "^8.4.49",
    "prettier": "^3.3.3",
    "tailwindcss": "^3.4.15",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^5.6.3",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint .",
    "tsc": "tsc --noEmit",
    "test": "vitest run"
  }
}