2025-12-10 23:48:19 +05:30
|
|
|
{
|
|
|
|
|
"name": "rowboatx-frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-12-22 09:14:09 +05:30
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
2025-12-10 23:48:19 +05:30
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ai-sdk/react": "^2.0.109",
|
2025-12-11 11:12:29 +05:30
|
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
2025-12-10 23:48:19 +05:30
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
|
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-progress": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
|
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
2025-12-22 09:14:09 +05:30
|
|
|
"@tiptap/extension-code-block-lowlight": "^3.13.0",
|
|
|
|
|
"@tiptap/extension-placeholder": "^3.13.0",
|
|
|
|
|
"@tiptap/pm": "^3.13.0",
|
|
|
|
|
"@tiptap/react": "^3.13.0",
|
|
|
|
|
"@tiptap/starter-kit": "^3.13.0",
|
2025-12-10 23:48:19 +05:30
|
|
|
"@xyflow/react": "^12.10.0",
|
|
|
|
|
"ai": "^5.0.108",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"cmdk": "^1.1.1",
|
|
|
|
|
"embla-carousel-react": "^8.6.0",
|
2025-12-22 09:14:09 +05:30
|
|
|
"lowlight": "^3.3.0",
|
2025-12-10 23:48:19 +05:30
|
|
|
"lucide-react": "^0.556.0",
|
2025-12-22 09:14:09 +05:30
|
|
|
"marked": "^17.0.1",
|
2025-12-10 23:48:19 +05:30
|
|
|
"motion": "^12.23.25",
|
|
|
|
|
"nanoid": "^5.1.6",
|
|
|
|
|
"next": "15.5.7",
|
|
|
|
|
"react": "19.1.0",
|
|
|
|
|
"react-dom": "19.1.0",
|
2025-12-22 09:14:09 +05:30
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
2025-12-10 23:48:19 +05:30
|
|
|
"shiki": "^3.19.0",
|
|
|
|
|
"streamdown": "^1.6.10",
|
|
|
|
|
"tailwind-merge": "^3.4.0",
|
|
|
|
|
"tokenlens": "^1.3.1",
|
2025-12-22 09:14:09 +05:30
|
|
|
"turndown": "^7.2.2",
|
2025-12-10 23:48:19 +05:30
|
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
|
|
|
"v0-sdk": "^0.15.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/eslintrc": "^3",
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "15.5.7",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"tw-animate-css": "^1.4.0",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|