e30e75b5d4
Code Quality / Oxlint + Oxfmt (push) Waiting to run
Code Quality / Template Sync (push) Waiting to run
Code Quality / Build Changed Packages (push) Waiting to run
Code Quality / Test Changed Packages (push) Waiting to run
Deploy Expo Example / Deploy Production (push) Waiting to run
Deploy Ink Example / Deploy Production (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-stream, 3.12) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.10) (push) Waiting to run
Python Tests / pytest (assistant-ui-sync-server-api, 3.12) (push) Waiting to run
Deploy Shadcn Registry / Deploy Production (push) Waiting to run
Template Metrics / LOC + Bundle Size (push) Waiting to run
Changesets / Create Version PR (push) Has been cancelled
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "@assistant-ui/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./components/assistant-ui/*": "./src/components/assistant-ui/*",
|
|
"./components/ui/*": "./src/components/ui/*",
|
|
"./hooks/*": "./src/hooks/*",
|
|
"./lib/*": "./src/lib/*"
|
|
},
|
|
"dependencies": {
|
|
"@assistant-ui/react": "workspace:*",
|
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
"@assistant-ui/react-mcp": "workspace:*",
|
|
"@assistant-ui/react-syntax-highlighter": "workspace:*",
|
|
"@assistant-ui/store": "workspace:*",
|
|
"@base-ui/react": "^1.6.0",
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"beautiful-mermaid": "^1.1.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.4.0",
|
|
"diff": "^9.0.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"heat-graph": "workspace:*",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^1.23.0",
|
|
"next-themes": "^0.4.6",
|
|
"parse-diff": "^0.12.0",
|
|
"radix-ui": "^1.6.2",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-hook-form": "^7.81.0",
|
|
"react-resizable-panels": "^4.12.1",
|
|
"react-shiki": "^0.10.1",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"recharts": "^3.9.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19",
|
|
"react-dom": "^18 || ^19"
|
|
},
|
|
"scripts": {}
|
|
}
|