Files
HausApp/packages/ui/package.json
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

37 lines
928 B
JSON

{
"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"
}
}