Migrate all shadcn components into apps/web/components/ui/ so the web app is fully independent from packages/ui for its UI layer. Update to the latest shadcn base-nova style. Add missing semantic color variables (success, warning, info, canvas), font-mono mapping, scrollbar styling, and wrap Select items in SelectGroup for proper padding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@multica/ui",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./globals.css": "./src/styles/globals.css",
|
|
"./postcss.config": "./postcss.config.mjs",
|
|
"./lib/*": "./src/lib/*.ts",
|
|
"./components/*": "./src/components/*.tsx",
|
|
"./components/ui/*": "./src/components/ui/*.tsx",
|
|
"./components/common/*": "./src/components/common/*.tsx",
|
|
"./components/markdown": "./src/components/markdown/index.ts",
|
|
"./hooks/*": "./src/hooks/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.3.0",
|
|
"class-variance-authority": "catalog:",
|
|
"clsx": "catalog:",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"lucide-react": "catalog:",
|
|
"next-themes": "^0.4.6",
|
|
"react": "catalog:",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "catalog:",
|
|
"react-markdown": "^10.1.0",
|
|
"shiki": "^3.21.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "catalog:",
|
|
"tailwindcss": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"shadcn": "^4.1.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|