2025-10-23 09:54:45 +00:00
|
|
|
{
|
|
|
|
|
"name": "@xtablo/ui",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./globals.css": "./src/styles/globals.css",
|
|
|
|
|
"./components/*": "./src/components/*.{ts,tsx}",
|
|
|
|
|
"./hooks/*": "./src/hooks/*.{ts,tsx}"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"lint": "biome check .",
|
|
|
|
|
"lint:fix": "biome check --write .",
|
|
|
|
|
"format": "biome format --write ."
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@floating-ui/react": "^0.27.4",
|
|
|
|
|
"@internationalized/date": "^3.7.0",
|
|
|
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
|
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
|
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
|
|
|
"@radix-ui/react-popover": "^1.1.15",
|
2025-12-02 20:42:35 +00:00
|
|
|
"@radix-ui/react-radio-group": "^1.3.8",
|
2025-10-23 09:54:45 +00:00
|
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
|
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
|
|
|
"@radix-ui/react-slider": "^1.3.6",
|
|
|
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
|
|
|
"@react-aria/i18n": "^3.12.7",
|
|
|
|
|
"@react-stately/calendar": "^3.7.1",
|
2025-12-02 20:42:35 +00:00
|
|
|
"@xtablo/shared": "workspace:*",
|
2025-10-23 09:54:45 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"lucide-react": "^0.460.0",
|
|
|
|
|
"react": "19.0.0",
|
|
|
|
|
"react-aria": "^3.38.1",
|
|
|
|
|
"react-aria-components": "^1.7.0",
|
|
|
|
|
"react-day-picker": "^9.11.1",
|
|
|
|
|
"react-dom": "19.0.0",
|
|
|
|
|
"sonner": "^2.0.7",
|
|
|
|
|
"tailwind-merge": "^3.0.2",
|
|
|
|
|
"tw-animate-css": "^1.4.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "2.2.5",
|
2025-12-02 20:42:35 +00:00
|
|
|
"@tailwindcss/cli": "^4.1.5",
|
2025-10-23 09:54:45 +00:00
|
|
|
"@types/react": "19.0.10",
|
|
|
|
|
"@types/react-dom": "19.0.4",
|
|
|
|
|
"tailwindcss": "^4.1.15",
|
|
|
|
|
"typescript": "^5.7.0"
|
|
|
|
|
}
|
|
|
|
|
}
|