{ "name": "@gib/ui", "private": true, "type": "module", "exports": { ".": "./src/index.tsx", "./accordion": "./src/accordion.tsx", "./alert": "./src/alert.tsx", "./alert-dialog": "./src/alert-dialog.tsx", "./aspect-ratio": "./src/aspect-ratio.tsx", "./avatar": "./src/avatar.tsx", "./badge": "./src/badge.tsx", "./based-avatar": "./src/based-avatar.tsx", "./based-progress": "./src/based-progress.tsx", "./breadcrumb": "./src/breadcrumb.tsx", "./button": "./src/button.tsx", "./button-group": "./src/button-group.tsx", "./calendar": "./src/calendar.tsx", "./card": "./src/card.tsx", "./carousel": "./src/carousel.tsx", "./chart": "./src/chart.tsx", "./checkbox": "./src/checkbox.tsx", "./collapsible": "./src/collapsible.tsx", "./combobox": "./src/combobox.tsx", "./command": "./src/command.tsx", "./context-menu": "./src/context-menu.tsx", "./dialog": "./src/dialog.tsx", "./drawer": "./src/drawer.tsx", "./dropdown-menu": "./src/dropdown-menu.tsx", "./empty": "./src/empty.tsx", "./field": "./src/field.tsx", "./form": "./src/form.tsx", "./hover-card": "./src/hover-card.tsx", "./image-crop": "./src/image-crop.tsx", "./input": "./src/input.tsx", "./input-group": "./src/input-group.tsx", "./input-otp": "./src/input-otp.tsx", "./item": "./src/item.tsx", "./kbd": "./src/kbd.tsx", "./label": "./src/label.tsx", "./menubar": "./src/menubar.tsx", "./native-select": "./src/native-select.tsx", "./navigation-menu": "./src/navigation-menu.tsx", "./pagination": "./src/pagination.tsx", "./popover": "./src/popover.tsx", "./progress": "./src/progress.tsx", "./radio-group": "./src/radio-group.tsx", "./resizeable": "./src/resizeable.tsx", "./scroll-area": "./src/scroll-area.tsx", "./select": "./src/select.tsx", "./separator": "./src/separator.tsx", "./sheet": "./src/sheet.tsx", "./sidebar": "./src/sidebar.tsx", "./skeleton": "./src/skeleton.tsx", "./slider": "./src/slider.tsx", "./sonner": "./src/sonner.tsx", "./spinner": "./src/spinner.tsx", "./status-message": "./src/status-message.tsx", "./submit-button": "./src/submit-button.tsx", "./switch": "./src/switch.tsx", "./table": "./src/table.tsx", "./tabs": "./src/tabs.tsx", "./textarea": "./src/textarea.tsx", "./theme": "./src/theme.tsx", "./toast": "./src/toast.tsx", "./toggle": "./src/toggle.tsx", "./toggle-group": "./src/toggle-group.tsx", "./tooltip": "./src/tooltip.tsx" }, "license": "MIT", "scripts": { "clean": "git clean -xdf .cache .turbo dist node_modules", "format": "prettier --check . --ignore-path ../../.gitignore", "lint": "eslint --flag unstable_native_nodejs_ts_config", "typecheck": "tsc --noEmit --emitDeclarationOnly false", "ui-add": "bunx --bun shadcn@latest add && prettier src --write --list-different" }, "dependencies": { "@base-ui/react": "^1.3.0", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "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", "input-otp": "^1.4.2", "lucide-react": "^0.577.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react-day-picker": "^9.14.0", "react-hook-form": "^7.65.0", "react-image-crop": "^11.0.10", "react-resizable-panels": "^4", "recharts": "^3.8.0", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "vaul": "^1.1.2" }, "devDependencies": { "@gib/eslint-config": "workspace:*", "@gib/prettier-config": "workspace:*", "@gib/tsconfig": "workspace:*", "@types/react": "catalog:react19", "eslint": "catalog:", "prettier": "catalog:", "react": "catalog:react19", "typescript": "catalog:", "zod": "catalog:" }, "peerDependencies": { "react": "catalog:react19", "zod": "catalog:" }, "prettier": "@gib/prettier-config" }