mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 01:16:23 +02:00
93 lines
2.8 KiB
JSON
93 lines
2.8 KiB
JSON
{
|
|
"name": "demo.rowboatlabs.com",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"setupQdrant": "tsx app/scripts/setup_qdrant.ts",
|
|
"deleteQdrant": "tsx app/scripts/delete_qdrant.ts",
|
|
"ragUrlsWorker": "tsx app/scripts/rag_urls_worker.ts",
|
|
"ragFilesWorker": "tsx app/scripts/rag_files_worker.ts",
|
|
"ragTextWorker": "tsx app/scripts/rag_text_worker.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^1.3.21",
|
|
"@auth0/nextjs-auth0": "^4.7.0",
|
|
"@aws-sdk/client-s3": "^3.743.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.743.0",
|
|
"@composio/core": "^0.1.36-next.7",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@floating-ui/react": "^0.27.7",
|
|
"@google/generative-ai": "^0.21.0",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@heroui/react": "^2.8.0-beta.10",
|
|
"@heroui/system": "^2.4.18-beta.2",
|
|
"@heroui/theme": "^2.4.18-beta.2",
|
|
"@langchain/core": "^0.3.7",
|
|
"@langchain/textsplitters": "^0.1.0",
|
|
"@mendable/firecrawl-js": "^1.0.3",
|
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
"@openai/agents": "^0.0.9",
|
|
"@openai/agents-extensions": "^0.0.9",
|
|
"@primer/react": "^37.27.0",
|
|
"@qdrant/js-client-rest": "^1.13.0",
|
|
"ai": "^4.3.13",
|
|
"cheerio": "^1.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^16.4.5",
|
|
"eventsource-parser": "^3.0.2",
|
|
"framer-motion": "^12.19.1",
|
|
"fuse.js": "^7.1.0",
|
|
"immer": "^10.1.1",
|
|
"ioredis": "^5.6.1",
|
|
"jose": "^5.9.6",
|
|
"lucide-react": "^0.465.0",
|
|
"mongodb": "^6.8.0",
|
|
"next": "15.3.4",
|
|
"openai": "^4.67.2",
|
|
"quill": "^2.0.3",
|
|
"quill-mention": "^6.0.2",
|
|
"react": "19.1.0",
|
|
"react-diff-viewer-continued": "^4.0.6",
|
|
"react-dom": "19.1.0",
|
|
"react-dropzone": "^14.3.5",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"remark-gfm": "^4.0.1",
|
|
"rowboat-shared": "github:rowboatlabs/shared",
|
|
"sharp": "^0.33.4",
|
|
"styled-components": "^5.3.11",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tiktoken": "^1.0.17",
|
|
"twilio": "^5.4.5",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.10",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"@types/redis": "^4.0.11",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.3.4",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.10",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6"
|
|
}
|
|
}
|