85 lines
2.8 KiB
JSON
85 lines
2.8 KiB
JSON
{
|
|
"name": "@gib/ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./avatar": "./src/avatar.tsx",
|
|
"./based-avatar": "./src/based-avatar.tsx",
|
|
"./based-progress": "./src/based-progress.ts",
|
|
"./button": "./src/button.tsx",
|
|
"./card": "./src/card.tsx",
|
|
"./checkbox": "./src/checkbox.tsx",
|
|
"./drawer": "./src/drawer.tsx",
|
|
"./dropdown-menu": "./src/dropdown-menu.tsx",
|
|
"./field": "./src/field.tsx",
|
|
"./form": "./src/form.tsx",
|
|
"./image-crop": "./src/shadcn-io/image-crop/index.tsx",
|
|
"./input": "./src/input.tsx",
|
|
"./input-otp": "./src/input-otp.tsx",
|
|
"./label": "./src/label.tsx",
|
|
"./pagination": "./src/pagination.tsx",
|
|
"./progress": "./src/progress.tsx",
|
|
"./scroll-area": "./src/scroll-area.tsx",
|
|
"./separator": "./src/separator.tsx",
|
|
"./sonner": "./src/sonner.tsx",
|
|
"./status-message": "./src/status-message.ts",
|
|
"./submit-button": "./src/submit-button.tsx",
|
|
"./switch": "./src/switch.tsx",
|
|
"./table": "./src/table.tsx",
|
|
"./tabs": "./src/tabs.tsx",
|
|
"./theme": "./src/theme.tsx",
|
|
"./toast": "./src/toast.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": "pnpm dlx shadcn@latest add && prettier src --write --list-different"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.542.0",
|
|
"next-themes": "^0.4.6",
|
|
"radix-ui": "^1.4.3",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-image-crop": "^11.0.10",
|
|
"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"
|
|
}
|