factuges_2025/packages/ui/package.json
2025-05-01 19:14:48 +02:00

42 lines
1.1 KiB
JSON

{
"name": "@repo/ui",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo",
"lint": "eslint . --max-warnings 0",
"ui": "pnpm dlx shadcn@latest add"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.503.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"zod": "^3.24.3"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@turbo/gen": "^2.5.2",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
},
"exports": {
"./globals.css": "./src/styles/globals.css",
"./postcss.config": "./postcss.config.mjs",
"./lib/*": "./src/lib/*.ts",
"./components/*": "./src/components/*.tsx",
"./hooks/*": "./src/hooks/*.ts"
}
}