mirror of
https://github.com/run-llama/chat-ui.git
synced 2026-07-01 21:24:01 -04:00
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.50",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"type-check": "tsc --noEmit",
|
|
"registry:build": "rm -rf public/r && npx shadcn@latest build && npm run registry:post-build",
|
|
"registry:post-build": "node scripts/add-css-source.js"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^12.15.0",
|
|
"@faker-js/faker": "^9.4.0",
|
|
"@llamaindex/chat-ui": "workspace:*",
|
|
"@llamaindex/dynamic-ui": "workspace:*",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@ai-sdk/react": "^2.0.4",
|
|
"ai": "^5.0.4",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"highlight.js": "^11.10.0",
|
|
"llamaindex": "0.9.3",
|
|
"lucide-react": "^0.453.0",
|
|
"mermaid": "^11.6.0",
|
|
"next": "15.1.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@llamaindex/eslint-config": "workspace:*",
|
|
"@llamaindex/typescript-config": "workspace:*",
|
|
"@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"
|
|
}
|
|
}
|