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
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "@assistant-ui/shadcn-registry",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsx ./scripts/build-registry.ts",
|
|
"test": "node --test scripts/build-registry.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"radix-ui": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/openai": "^4.0.0",
|
|
"@assistant-ui/react": "workspace:*",
|
|
"@assistant-ui/react-ai-sdk": "workspace:*",
|
|
"@assistant-ui/react-markdown": "workspace:*",
|
|
"@assistant-ui/react-syntax-highlighter": "workspace:*",
|
|
"@assistant-ui/ui": "workspace:*",
|
|
"@assistant-ui/x-buildutils": "workspace:*",
|
|
"@tailwindcss/postcss": "^4.3.2",
|
|
"@types/node": "^26.1.1",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"ai": "^7.0.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.23.0",
|
|
"postcss": "^8.5.16",
|
|
"react": "^19.2.7",
|
|
"react-resizable-panels": "^4.12.1",
|
|
"react-shiki": "^0.10.1",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.2",
|
|
"tsx": "^4.23.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
|
"typescript-7": "npm:typescript@^7.0.2",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
}
|
|
}
|