{ "name": "@code/ui", "version": "0.0.0", "private": true, "type": "module", "exports": { "./globals.css": "./src/styles/globals.css", "./lib/*": "./src/lib/*.ts", "./components/*": "./src/components/*.tsx", "./hooks/*": "./src/hooks/*.ts", "./postcss.config": "./postcss.config.mjs" }, "scripts": { "check-types": "tsc --noEmit" }, "dependencies": { "@base-ui/react": "^1.6.0", "@shadcn/react": "^0.2.0", "@streamdown/cjk": "^1.0.3", "@streamdown/code": "^1.1.1", "@streamdown/math": "^1.0.2", "@streamdown/mermaid": "^1.0.2", "ai": "^7.0.35", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "catalog:", "next-themes": "catalog:", "react": "catalog:", "react-dom": "catalog:", "shadcn": "^4.12.0", "shiki": "^4.3.1", "sonner": "catalog:", "streamdown": "^2.5.0", "tailwind-merge": "catalog:", "tw-animate-css": "^1.4.0", "use-stick-to-bottom": "^1.1.6" }, "devDependencies": { "@code/config": "workspace:*", "@tailwindcss/postcss": "^4.3.2", "@types/react": "^19.2.17", "@types/react-dom": "catalog:", "tailwindcss": "catalog:", "typescript": "catalog:" } }