{ "name": "clawx", "version": "0.1.9-alpha.0", "pnpm": { "onlyBuiltDependencies": [ "@whiskeysockets/baileys", "electron", "esbuild", "node-llama-cpp", "protobufjs", "sharp" ] }, "description": "ClawX - Graphical AI Assistant based on OpenClaw", "main": "dist-electron/main/index.js", "author": "ClawX Team", "license": "MIT", "private": true, "scripts": { "init": "pnpm install && pnpm run uv:download", "dev": "vite", "build": "vite build && zx scripts/bundle-openclaw.mjs && electron-builder", "build:vite": "vite build", "lint": "eslint . --fix", "typecheck": "tsc --noEmit", "test": "vitest run", "test:e2e": "playwright test", "uv:download": "zx scripts/download-bundled-uv.mjs", "uv:download:mac": "zx scripts/download-bundled-uv.mjs --platform=mac", "uv:download:win": "zx scripts/download-bundled-uv.mjs --platform=win", "uv:download:linux": "zx scripts/download-bundled-uv.mjs --platform=linux", "uv:download:all": "zx scripts/download-bundled-uv.mjs --all", "icons": "zx scripts/generate-icons.mjs", "package": "electron-builder", "package:mac": "vite build && zx scripts/bundle-openclaw.mjs && electron-builder --mac", "package:win": "vite build && zx scripts/bundle-openclaw.mjs && electron-builder --win", "package:linux": "vite build && zx scripts/bundle-openclaw.mjs && electron-builder --linux", "release": "pnpm run uv:download && vite build && electron-builder --publish always", "version:patch": "pnpm version patch", "version:minor": "pnpm version minor", "version:major": "pnpm version major", "postversion": "git push && git push --tags" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.4", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-label": "^2.1.1", "@radix-ui/react-progress": "^1.1.1", "@radix-ui/react-radio-group": "^1.2.2", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-separator": "^1.1.1", "@radix-ui/react-slot": "^1.1.1", "@radix-ui/react-switch": "^1.1.2", "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-toast": "^1.2.4", "@radix-ui/react-tooltip": "^1.1.6", "class-variance-authority": "^0.7.1", "clawhub": "^0.5.0", "clsx": "^2.1.1", "electron-store": "^11.0.2", "electron-updater": "^6.8.2", "framer-motion": "^12.33.0", "i18next": "^25.8.4", "lucide-react": "^0.563.0", "openclaw": "2026.2.6-3", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^16.5.4", "react-markdown": "^10.1.0", "react-router-dom": "^7.13.0", "remark-gfm": "^4.0.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "ws": "^8.19.0", "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^10.0.1", "@playwright/test": "^1.49.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.1.0", "@types/node": "^25.2.1", "@types/react": "^19.2.13", "@types/react-dom": "^19.2.3", "@types/ws": "^8.5.13", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "@vitejs/plugin-react": "^5.1.3", "autoprefixer": "^10.4.20", "electron": "^40.2.1", "electron-builder": "^26.7.0", "eslint": "^10.0.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.0", "globals": "^17.3.0", "jsdom": "^28.0.0", "png2icons": "^2.0.1", "postcss": "^8.4.49", "sharp": "^0.34.5", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^7.3.1", "vite-plugin-electron": "^0.29.0", "vite-plugin-electron-renderer": "^0.14.6", "vitest": "^4.0.18", "zx": "^8.8.5" }, "packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8" }