Files
dependabot[bot] 38775eef01 build(deps): bump the npm_and_yarn group across 2 directories with 5 updates (#620)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>
2026-09-15 12:41:11 +02:00

49 lines
1.3 KiB
JSON

{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --port 3001",
"start": "next start"
},
"dependencies": {
"@ai-sdk/gateway": "^2.0.20",
"@ai-sdk/react": "^2.0.113",
"@radix-ui/react-use-controllable-state": "^1.2.6",
"@streamdown/cjk": "workspace:*",
"@streamdown/code": "workspace:*",
"@streamdown/math": "workspace:*",
"@streamdown/mermaid": "workspace:*",
"ai": "^5.0.111",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.560.0",
"next": "^16.3.3",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"rehype-harden": "^1.1.8",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-cjk-friendly": "^2.3.1",
"remark-cjk-friendly-gfm-strikethrough": "^2.3.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"streamdown": "workspace:*",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}