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

32 lines
759 B
JSON

{
"name": "llama-deploy-chat-ui-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@llamaindex/chat-ui": "latest",
"@ai-sdk/react": "^2.0.4",
"ai": "^5.0.4",
"next": "^15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^2.0.0",
"@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"
}
}