2025-01-27 17:12:26 +00:00
|
|
|
{
|
|
|
|
|
"name": "@repo/ui",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-01-28 14:01:02 +00:00
|
|
|
"ui:add": "pnpm dlx shadcn-ui@latest add",
|
|
|
|
|
"lint": "eslint ."
|
2025-01-27 17:12:26 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-28 14:01:02 +00:00
|
|
|
"@repo/eslint-config": "workspace:*",
|
|
|
|
|
"@repo/typescript-config": "workspace:*",
|
|
|
|
|
"@types/node": "^22.10.7",
|
|
|
|
|
"@types/react": "^19.0.7",
|
|
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
|
"postcss": "^8.5.1",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"typescript": "^5.7.3"
|
2025-01-27 17:12:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-01-28 14:01:02 +00:00
|
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"lucide-react": "^0.473.0",
|
|
|
|
|
"tailwind-merge": "^2.6.0",
|
|
|
|
|
"tailwindcss-animate": "^1.0.7"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
"./globals.css": "./src/globals.css",
|
|
|
|
|
"./postcss.config": "./postcss.config.js",
|
|
|
|
|
"./tailwind.config": "./tailwind.config.ts",
|
|
|
|
|
"./lib/*": "./src/lib/*.ts",
|
|
|
|
|
"./components/*": "./src/components/*.tsx"
|
2025-01-27 17:12:26 +00:00
|
|
|
}
|
|
|
|
|
}
|