Uecko_ERP/packages/shadcn-ui/package.json

69 lines
1.9 KiB
JSON
Raw Normal View History

2025-05-05 17:11:44 +00:00
{
"name": "@repo/shadcn-ui",
"version": "0.0.0",
"type": "module",
"private": true,
2025-05-10 08:40:40 +00:00
"exports": {
2025-05-19 16:15:01 +00:00
"./tailwind.config.mts": "./tailwind.config.mts",
2025-05-10 08:40:40 +00:00
"./globals.css": "./src/styles/globals.css",
2025-05-19 16:15:01 +00:00
"./postcss.config.mjs": "./postcss.config.mjs",
2025-05-10 08:40:40 +00:00
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
"./lib/*": "./src/lib/*.ts",
2025-10-28 18:29:08 +00:00
"./hooks/*": [
"./src/hooks/*.ts",
"./src/hooks/*/index.ts"
]
2025-05-10 08:40:40 +00:00
},
2025-05-05 17:11:44 +00:00
"scripts": {
"ui:add": "pnpm dlx shadcn@latest add"
},
2025-05-10 08:40:40 +00:00
"peerDependencies": {
2026-04-12 10:07:54 +00:00
"react": "^19.2.5",
"react-dom": "^19.2.5"
2025-05-10 08:40:40 +00:00
},
"devDependencies": {
2026-04-12 10:07:54 +00:00
"@biomejs/biome": "^2.4.11",
2025-05-10 08:40:40 +00:00
"@repo/typescript-config": "workspace:*",
2026-04-12 10:07:54 +00:00
"@tailwindcss/cli": "^4.2.2",
"@tailwindcss/postcss": "^4.2.2",
"@turbo/gen": "^2.9.6",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"shadcn": "^4.2.0",
2026-03-17 17:49:54 +00:00
"tw-animate-css": "^1.4.0",
2026-04-12 10:07:54 +00:00
"typescript": "^6.0.2"
2025-05-10 08:40:40 +00:00
},
2025-05-05 17:11:44 +00:00
"dependencies": {
2026-04-12 10:07:54 +00:00
"@base-ui/react": "^1.3.0",
2026-03-30 18:59:27 +00:00
"@fontsource-variable/geist": "^5.2.8",
"@fontsource-variable/geist-mono": "^5.2.7",
2025-10-21 09:30:45 +00:00
"@hookform/resolvers": "^5.2.2",
2025-05-10 08:40:40 +00:00
"add": "^2.0.6",
2025-05-05 17:11:44 +00:00
"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",
2026-04-12 10:07:54 +00:00
"framer-motion": "^12.38.0",
2025-05-05 17:11:44 +00:00
"input-otp": "^1.4.2",
2026-04-12 10:07:54 +00:00
"lucide-react": "^1.8.0",
2025-05-05 17:11:44 +00:00
"next-themes": "^0.4.6",
2026-04-12 10:07:54 +00:00
"pnpm": "^10.33.0",
2026-03-17 17:49:54 +00:00
"radix-ui": "latest",
"react-day-picker": "9.14.0",
2026-04-03 16:15:25 +00:00
"react-hook-form": "^7.72.1",
2026-04-12 10:07:54 +00:00
"react-resizable-panels": "^4.9.0",
"recharts": "3.8.0",
2025-10-21 09:30:45 +00:00
"sonner": "^2.0.7",
2026-03-17 17:49:54 +00:00
"tailwind-merge": "^3.5.0",
2026-04-12 10:07:54 +00:00
"tailwindcss": "^4.2.2",
"tailwindcss-animate": "^1.0.7",
2025-05-10 08:40:40 +00:00
"vaul": "^1.1.2",
2026-04-12 10:07:54 +00:00
"zod": "^4.3.6"
2025-05-05 17:11:44 +00:00
}
2026-03-17 09:24:39 +00:00
}