Uecko_ERP/packages/shadcn-ui/package.json
2026-03-17 10:24:39 +01:00

65 lines
1.7 KiB
JSON

{
"name": "@repo/shadcn-ui",
"version": "0.0.0",
"type": "module",
"private": true,
"exports": {
"./tailwind.config.mts": "./tailwind.config.mts",
"./globals.css": "./src/styles/globals.css",
"./postcss.config.mjs": "./postcss.config.mjs",
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
"./lib/*": "./src/lib/*.ts",
"./hooks/*": [
"./src/hooks/*.ts",
"./src/hooks/*/index.ts"
]
},
"scripts": {
"lint": "biome lint --fix",
"ui:add": "pnpm dlx shadcn@latest add"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/cli": "^4.1.5",
"@tailwindcss/postcss": "^4.1.5",
"@turbo/gen": "^2.5.2",
"@types/node": "^22.15.12",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.6.0"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"add": "^2.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.4.7",
"input-otp": "^1.4.2",
"lucide-react": "^0.503.0",
"next-themes": "^0.4.6",
"pnpm": "^10.10.0",
"react-day-picker": "9.11.1",
"react-hook-form": "^7.65.0",
"react-resizable-panels": "^3.0.6",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.10",
"tw-animate-css": "^1.2.9",
"vaul": "^1.1.2",
"zod": "^3.25.76",
"radix-ui": "latest"
}
}