|
1 | 1 | { |
2 | | - "name": "@repo/ui", |
| 2 | + "name": "@refref/ui", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "private": true, |
5 | | - "exports": { |
6 | | - "./*": "./src/*.tsx" |
7 | | - }, |
| 5 | + "type": "module", |
8 | 6 | "scripts": { |
9 | 7 | "lint": "eslint . --max-warnings 0", |
10 | 8 | "generate:component": "turbo gen react-component", |
11 | 9 | "check-types": "tsc --noEmit" |
12 | 10 | }, |
| 11 | + "exports": { |
| 12 | + "./globals.css": "./src/styles/globals.css", |
| 13 | + "./postcss.config": "./postcss.config.mjs", |
| 14 | + "./lib/*": "./src/lib/*.ts", |
| 15 | + "./components/*": "./src/components/*.tsx", |
| 16 | + "./hooks/*": "./src/hooks/*.ts", |
| 17 | + "./config/*": "./src/config/*.ts" |
| 18 | + }, |
| 19 | + "overrides": { |
| 20 | + "react-is": "^19.0.0-rc-69d4b800-20241021" |
| 21 | + }, |
13 | 22 | "devDependencies": { |
14 | 23 | "@refref/eslint-config": "workspace:*", |
15 | 24 | "@refref/typescript-config": "workspace:*", |
| 25 | + "@tailwindcss/postcss": "^4.0.8", |
16 | 26 | "@turbo/gen": "^2.4.0", |
17 | 27 | "@types/node": "^22.13.0", |
18 | | - "@types/react": "19.0.8", |
19 | | - "@types/react-dom": "19.0.3", |
| 28 | + "@types/react": "^19.0.4", |
| 29 | + "@types/react-dom": "^19.0.4", |
20 | 30 | "eslint": "^9.20.0", |
21 | | - "typescript": "5.7.3" |
| 31 | + "tailwindcss": "^4.0.8", |
| 32 | + "typescript": "5.8.2" |
22 | 33 | }, |
23 | 34 | "dependencies": { |
| 35 | + "@dnd-kit/core": "^6.3.1", |
| 36 | + "@dnd-kit/modifiers": "^9.0.0", |
| 37 | + "@dnd-kit/sortable": "^10.0.0", |
| 38 | + "@dnd-kit/utilities": "^3.2.2", |
| 39 | + "@hookform/resolvers": "^4.1.3", |
| 40 | + "@internationalized/date": "^3.8.0", |
| 41 | + "@radix-ui/react-accordion": "^1.2.3", |
| 42 | + "@radix-ui/react-alert-dialog": "^1.1.6", |
| 43 | + "@radix-ui/react-aspect-ratio": "^1.1.2", |
| 44 | + "@radix-ui/react-avatar": "^1.1.3", |
| 45 | + "@radix-ui/react-checkbox": "^1.1.4", |
| 46 | + "@radix-ui/react-collapsible": "^1.1.3", |
| 47 | + "@radix-ui/react-context-menu": "^2.2.6", |
| 48 | + "@radix-ui/react-dialog": "^1.1.6", |
| 49 | + "@radix-ui/react-dropdown-menu": "^2.1.6", |
| 50 | + "@radix-ui/react-hover-card": "^1.1.6", |
| 51 | + "@radix-ui/react-label": "^2.1.2", |
| 52 | + "@radix-ui/react-menubar": "^1.1.6", |
| 53 | + "@radix-ui/react-navigation-menu": "^1.2.5", |
| 54 | + "@radix-ui/react-popover": "^1.1.6", |
| 55 | + "@radix-ui/react-progress": "^1.1.2", |
| 56 | + "@radix-ui/react-radio-group": "^1.2.3", |
| 57 | + "@radix-ui/react-scroll-area": "^1.2.3", |
| 58 | + "@radix-ui/react-select": "^2.1.6", |
| 59 | + "@radix-ui/react-separator": "^1.1.2", |
| 60 | + "@radix-ui/react-slider": "^1.2.3", |
| 61 | + "@radix-ui/react-slot": "^1.1.2", |
| 62 | + "@radix-ui/react-switch": "^1.1.3", |
| 63 | + "@radix-ui/react-tabs": "^1.1.3", |
| 64 | + "@radix-ui/react-toggle": "^1.1.2", |
| 65 | + "@radix-ui/react-toggle-group": "^1.1.2", |
| 66 | + "@radix-ui/react-tooltip": "^1.1.8", |
| 67 | + "@refref/types": "workspace:*", |
| 68 | + "@tanstack/react-table": "^8.21.3", |
| 69 | + "class-variance-authority": "^0.7.1", |
| 70 | + "clsx": "^2.1.1", |
| 71 | + "cmdk": "1.0.0", |
| 72 | + "date-fns": "^4.1.0", |
| 73 | + "embla-carousel-react": "^8.5.2", |
| 74 | + "input-otp": "^1.4.2", |
| 75 | + "lucide-react": "^0.483.0", |
| 76 | + "motion": "^12.9.7", |
| 77 | + "nanoid": "^5.1.5", |
| 78 | + "next-themes": "^0.4.6", |
| 79 | + "nuqs": "2.4.3", |
| 80 | + "radix-ui": "^1.4.3", |
24 | 81 | "react": "^19.0.0", |
25 | | - "react-dom": "^19.0.0" |
| 82 | + "react-aria-components": "^1.8.0", |
| 83 | + "react-day-picker": "8.10.1", |
| 84 | + "react-dom": "^19.0.0", |
| 85 | + "react-hook-form": "^7.54.2", |
| 86 | + "react-resizable-panels": "^2.1.7", |
| 87 | + "recharts": "^2.15.1", |
| 88 | + "sonner": "^2.0.1", |
| 89 | + "tailwind-merge": "^3.0.2", |
| 90 | + "tw-animate-css": "^1.2.4", |
| 91 | + "vaul": "^1.1.2", |
| 92 | + "zod": "^3.24.2" |
26 | 93 | } |
27 | 94 | } |
0 commit comments