Uecko_ERP/packages/shadcn-ui/package.json

92 lines
2.8 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-14 13:49:25 +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": {
"lint": "biome lint --fix",
"ui:add": "pnpm dlx shadcn@latest add"
},
2025-05-10 08:40:40 +00:00
"peerDependencies": {
2025-05-19 16:39:12 +00:00
"lucide-react": "^0.503.0",
2025-05-10 08:40:40 +00:00
"react": "^18 || ^19",
2025-07-07 18:25:13 +00:00
"react-dom": "^18 || ^19",
"typescript": "^5.8.3"
2025-05-10 08:40:40 +00:00
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@repo/typescript-config": "workspace:*",
"@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",
2025-07-07 18:25:13 +00:00
"postcss": "^8.5.3"
2025-05-10 08:40:40 +00:00
},
2025-05-05 17:11:44 +00:00
"dependencies": {
"@hookform/resolvers": "^5.0.1",
2025-05-10 08:40:40 +00:00
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-aspect-ratio": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-collapsible": "^1.1.10",
"@radix-ui/react-context-menu": "^2.2.14",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-hover-card": "^1.1.13",
2025-06-24 18:38:57 +00:00
"@radix-ui/react-label": "^2.1.7",
2025-05-10 08:40:40 +00:00
"@radix-ui/react-menubar": "^1.1.14",
"@radix-ui/react-navigation-menu": "^1.2.12",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.4",
2025-10-14 13:49:25 +00:00
"@radix-ui/react-separator": "^1.1.7",
2025-05-10 08:40:40 +00:00
"@radix-ui/react-slider": "^1.3.4",
2025-06-24 18:38:57 +00:00
"@radix-ui/react-slot": "^1.2.3",
2025-05-10 08:40:40 +00:00
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toggle": "^1.1.8",
"@radix-ui/react-toggle-group": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.6",
"@tailwindcss/cli": "^4.1.5",
"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",
2025-05-10 08:40:40 +00:00
"framer-motion": "^12.4.7",
2025-05-05 17:11:44 +00:00
"input-otp": "^1.4.2",
"lucide-react": "^0.503.0",
"next-themes": "^0.4.6",
2025-05-10 08:40:40 +00:00
"pnpm": "^10.10.0",
2025-05-05 17:11:44 +00:00
"react": "^19.1.0",
2025-10-15 09:40:13 +00:00
"react-day-picker": "9.11.1",
2025-05-05 17:11:44 +00:00
"react-dom": "^19.1.0",
2025-06-24 18:38:57 +00:00
"react-hook-form": "^7.58.1",
2025-05-05 17:11:44 +00:00
"react-resizable-panels": "^3.0.1",
"recharts": "^2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.5",
2025-05-10 08:40:40 +00:00
"tw-animate-css": "^1.2.9",
"vaul": "^1.1.2",
2025-06-24 18:38:57 +00:00
"zod": "^3.25.36"
2025-05-05 17:11:44 +00:00
}
}