initial commit

This commit is contained in:
René Schober
2026-03-13 06:23:06 +01:00
commit 4e34270786
314 changed files with 37280 additions and 0 deletions

36
packages/ui/package.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "@haushaltsApp/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.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "catalog:",
"next-themes": "catalog:",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shadcn": "^3.6.2",
"sonner": "catalog:",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4"
},
"devDependencies": {
"@haushaltsApp/config": "workspace:*",
"@types/react": "^19.2.10",
"@types/react-dom": "catalog:",
"tailwindcss": "catalog:",
"typescript": "^5.9.3"
}
}