mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
add rowboat app
This commit is contained in:
parent
b83b5f8a07
commit
10f76ef49f
117 changed files with 25370 additions and 0 deletions
63
apps/rowboat/package.json
Normal file
63
apps/rowboat/package.json
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
{
|
||||
"name": "demo.rowboatlabs.com",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"crawlUrls": "tsx app/scripts/crawlUrls.ts",
|
||||
"oxytest": "tsx app/scripts/oxytest.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "^0.0.37",
|
||||
"@auth0/nextjs-auth0": "^3.5.0",
|
||||
"@langchain/core": "^0.3.7",
|
||||
"@langchain/textsplitters": "^0.1.0",
|
||||
"@mendable/firecrawl-js": "^1.0.3",
|
||||
"@nextui-org/react": "^2.4.6",
|
||||
"@nextui-org/system": "^2.2.5",
|
||||
"@nextui-org/theme": "^2.2.9",
|
||||
"@primer/react": "^36.27.0",
|
||||
"ai": "^3.3.28",
|
||||
"cheerio": "^1.0.0",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"framer-motion": "^11.5.4",
|
||||
"immer": "^10.1.1",
|
||||
"jose": "^5.9.6",
|
||||
"lucide-react": "^0.465.0",
|
||||
"mongodb": "^6.8.0",
|
||||
"next": "^14.2.13",
|
||||
"openai": "^4.67.2",
|
||||
"react": "^18.3.1",
|
||||
"react-diff-viewer-continued": "^3.4.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"rowboat-shared": "git+https://ramnique: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@github.com/rowboatlabs/shared.git",
|
||||
"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",
|
||||
"typewriter-effect": "^2.21.0",
|
||||
"zod": "^3.23.8",
|
||||
"zod-to-json-schema": "^3.23.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"postcss": "^8",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue