{ "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": { "ui:add": "pnpm dlx shadcn@latest add" }, "peerDependencies": { "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@biomejs/biome": "^2.4.11", "@repo/typescript-config": "workspace:*", "@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", "tw-animate-css": "^1.4.0", "typescript": "^6.0.2" }, "dependencies": { "@base-ui/react": "^1.3.0", "@fontsource-variable/geist": "^5.2.8", "@fontsource-variable/geist-mono": "^5.2.7", "@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.38.0", "input-otp": "^1.4.2", "lucide-react": "^1.8.0", "next-themes": "^0.4.6", "pnpm": "^10.33.0", "radix-ui": "latest", "react-day-picker": "9.14.0", "react-hook-form": "^7.72.1", "react-resizable-panels": "^4.9.0", "recharts": "3.8.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.2", "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.2", "zod": "^4.3.6" } }