|
3 | 3 | "version": "0.0.2", |
4 | 4 | "main": "./index.ts", |
5 | 5 | "types": "./index.ts", |
| 6 | + "exports": { |
| 7 | + "./button": "./src/ui/button.tsx", |
| 8 | + "./calendar": "./src/ui/calendar.tsx", |
| 9 | + "./checkbox": "./src/ui/checkbox.tsx", |
| 10 | + "./date-picker": "./src/ui/date-picker.tsx", |
| 11 | + "./dropdown-menu-select": "./src/ui/dropdown-menu-select.tsx", |
| 12 | + "./dropdown-menu": "./src/ui/dropdown-menu.tsx", |
| 13 | + "./form": "./src/ui/form.tsx", |
| 14 | + "./input-otp": "./src/ui/input-otp.tsx", |
| 15 | + "./input": "./src/ui/input.tsx", |
| 16 | + "./label": "./src/ui/label.tsx", |
| 17 | + "./popover": "./src/ui/popover.tsx", |
| 18 | + "./radio-group": "./src/ui/radio-group.tsx", |
| 19 | + "./switch": "./src/ui/switch.tsx", |
| 20 | + "./text-field": "./src/ui/text-field.tsx", |
| 21 | + "./remix-checkbox": "./src/ui/remix/checkbox.tsx", |
| 22 | + "./remix-date-picker": "./src/ui/remix/date-picker.tsx", |
| 23 | + "./remix-dropdown-menu-select": "./src/ui/remix/dropdown-menu-select.tsx", |
| 24 | + "./remix-form": "./src/ui/remix/form.tsx", |
| 25 | + "./remix-input-otp": "./src/ui/remix/input-otp.tsx", |
| 26 | + "./remix-input": "./src/ui/remix/input.tsx", |
| 27 | + "./remix-label": "./src/ui/remix/label.tsx", |
| 28 | + "./remix-radio-group": "./src/ui/remix/radio-group.tsx", |
| 29 | + "./remix-switch": "./src/ui/remix/switch.tsx", |
| 30 | + "./remix-text-field": "./src/ui/remix/text-field.tsx" |
| 31 | + }, |
6 | 32 | "scripts": { |
7 | 33 | "lint": "biome check .", |
8 | 34 | "lint:fix": "biome check --apply .", |
|
0 commit comments