factuges_2025/packages/ui/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2025-04-27 20:47:47 +00:00
{
"name": "@repo/ui",
"version": "0.0.0",
2025-05-01 11:52:39 +00:00
"type": "module",
"private": true,
2025-04-27 20:47:47 +00:00
"scripts": {
2025-05-01 11:52:39 +00:00
"lint": "eslint . --max-warnings 0",
"ui": "pnpm dlx shadcn@latest add"
2025-04-27 20:47:47 +00:00
},
"dependencies": {
2025-05-01 11:52:39 +00:00
"@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",
2025-04-27 20:47:47 +00:00
"react": "^19.1.0",
2025-05-01 11:52:39 +00:00
"react-dom": "^19.1.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"zod": "^3.24.3"
2025-04-27 20:47:47 +00:00
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
2025-05-01 11:52:39 +00:00
"@tailwindcss/postcss": "^4.1.5",
"@turbo/gen": "^2.5.2",
"@types/node": "^22.15.3",
2025-04-27 20:47:47 +00:00
"@types/react": "^19.1.2",
2025-05-01 11:52:39 +00:00
"@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"
2025-04-27 20:47:47 +00:00
}
}