Files
chat-ui/examples/nextjs/package.json
T
2025-08-13 11:23:02 +08:00

34 lines
828 B
JSON

{
"name": "nextjs-chat-ui-example",
"version": "0.1.19",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@llamaindex/chat-ui": "latest",
"@ai-sdk/react": "^2.0.4",
"@ai-sdk/rsc": "^1.0.4",
"ai": "^5.0.4",
"next": "^15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"eslint": "^9",
"eslint-config-next": "15.3.5",
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^14.2.3",
"@tailwindcss/postcss": "^4.0.7",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"postcss": "^8.4.35",
"tailwindcss": "^4.0.7",
"typescript": "^5.3.3"
}
}