File size: 6,629 Bytes
c09f67c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
  "name": "@midday/ui",
  "version": "1.0.0",
  "private": true,
  "sideEffects": false,
  "files": [
    "tailwind.config.ts",
    "postcss.config.js",
    "globals.css"
  ],
  "scripts": {
    "clean": "rm -rf .turbo node_modules",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    "./animated-size-container": "./src/components/animated-size-container.tsx",
    "./accordion": "./src/components/accordion.tsx",
    "./alert-dialog": "./src/components/alert-dialog.tsx",
    "./alert": "./src/components/alert.tsx",
    "./chart": "./src/components/chart.tsx",
    "./currency-input": "./src/components/currency-input.tsx",
    "./submit-button": "./src/components/submit-button.tsx",
    "./avatar": "./src/components/avatar.tsx",
    "./button": "./src/components/button.tsx",
    "./calendar": "./src/components/calendar.tsx",
    "./card": "./src/components/card.tsx",
    "./slider": "./src/components/slider.tsx",
    "./carousel": "./src/components/carousel.tsx",
    "./checkbox": "./src/components/checkbox.tsx",
    "./collapsible": "./src/components/collapsible.tsx",
    "./combobox": "./src/components/combobox.tsx",
    "./combobox-dropdown": "./src/components/combobox-dropdown.tsx",
    "./command": "./src/components/command.tsx",
    "./context-menu": "./src/components/context-menu.tsx",
    "./date-range-picker": "./src/components/date-range-picker.tsx",
    "./dialog": "./src/components/dialog.tsx",
    "./drawer": "./src/components/drawer.tsx",
    "./dropdown-menu": "./src/components/dropdown-menu.tsx",
    "./form": "./src/components/form.tsx",
    "./editor": "./src/components/editor/index.tsx",
    "./editor/extentions/slash-command": "./src/components/editor/extentions/slash-command/index.ts",
    "./globals.css": "./src/globals.css",
    "./hover-card": "./src/components/hover-card.tsx",
    "./icons": "./src/components/icons.tsx",
    "./input": "./src/components/input.tsx",
    "./email-tag-input": "./src/components/email-tag-input.tsx",
    "./input-otp": "./src/components/input-otp.tsx",
    "./label": "./src/components/label.tsx",
    "./navigation-menu": "./src/components/navigation-menu.tsx",
    "./popover": "./src/components/popover.tsx",
    "./postcss": "./postcss.config.js",
    "./progress": "./src/components/progress.tsx",
    "./radio-group": "./src/components/radio-group.tsx",
    "./scroll-area": "./src/components/scroll-area.tsx",
    "./select": "./src/components/select.tsx",
    "./sheet": "./src/components/sheet.tsx",
    "./badge": "./src/components/badge.tsx",
    "./separator": "./src/components/separator.tsx",
    "./skeleton": "./src/components/skeleton.tsx",
    "./spinner": "./src/components/spinner.tsx",
    "./switch": "./src/components/switch.tsx",
    "./multiple-selector": "./src/components/multiple-selector.tsx",
    "./table": "./src/components/table.tsx",
    "./tabs": "./src/components/tabs.tsx",
    "./tailwind.config": "./tailwind.config.ts",
    "./textarea": "./src/components/textarea.tsx",
    "./toast": "./src/components/toast.tsx",
    "./toaster": "./src/components/toaster.tsx",
    "./tooltip": "./src/components/tooltip.tsx",
    "./time-range-input": "./src/components/time-range-input.tsx",
    "./use-toast": "./src/components/use-toast.tsx",
    "./cn": "./src/utils/cn.ts",
    "./truncate": "./src/utils/truncate.ts",
    "./hooks": "./src/hooks/index.ts",
    "./quantity-input": "./src/components/quantity-input.tsx",
    "./conversation": "./src/components/conversation.tsx",
    "./loader": "./src/components/loader.tsx",
    "./message": "./src/components/message.tsx",
    "./prompt-input": "./src/components/prompt-input.tsx",
    "./record-button": "./src/components/record-button.tsx",
    "./reasoning": "./src/components/reasoning.tsx",
    "./response": "./src/components/response.tsx",
    "./sources": "./src/components/sources.tsx",
    "./suggestion": "./src/components/suggestion.tsx",
    "./text-shimmer": "./src/components/text-shimmer.tsx",
    "./text-effect": "./src/components/text-effect.tsx",
    "./tool-call-indicator": "./src/components/tool-call-indicator.tsx",
    "./web-search-sources": "./src/components/web-search-sources.tsx"
  },
  "dependencies": {
    "@midday/utils": "workspace:*",
    "@radix-ui/react-accordion": "^1.2.11",
    "@radix-ui/react-alert-dialog": "^1.1.14",
    "@radix-ui/react-avatar": "^1.1.10",
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-collapsible": "^1.1.12",
    "@radix-ui/react-context-menu": "^2.2.15",
    "@radix-ui/react-dialog": "^1.1.15",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-hover-card": "^1.1.15",
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-navigation-menu": "^1.2.13",
    "@radix-ui/react-popover": "^1.1.14",
    "@radix-ui/react-progress": "^1.1.7",
    "@radix-ui/react-radio-group": "^1.3.7",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.8",
    "@radix-ui/react-slider": "^1.3.5",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-switch": "^1.2.5",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-toast": "^1.2.14",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@radix-ui/react-use-controllable-state": "^1.2.2",
    "@tiptap/extension-bold": "^2.12.0",
    "@tiptap/extension-link": "^2.12.0",
    "@tiptap/extension-placeholder": "^2.12.0",
    "@tiptap/extension-underline": "^2.12.0",
    "@tiptap/pm": "^2.12.0",
    "@tiptap/react": "^2.12.0",
    "@tiptap/starter-kit": "^2.12.0",
    "@tiptap/suggestion": "^2.12.0",
    "@uidotdev/usehooks": "^2.4.1",
    "ai": "catalog:",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "1.1.1",
    "date-fns": "catalog:",
    "embla-carousel-react": "^8.6.0",
    "framer-motion": "^12.34.0",
    "input-otp": "^1.4.2",
    "lucide-react": "^0.562.0",
    "postcss": "^8.5.6",
    "react-day-picker": "9.8.0",
    "react-icons": "^5.5.0",
    "react-number-format": "^5.4.4",
    "react-syntax-highlighter": "^15.6.6",
    "recharts": "^2.15.3",
    "streamdown": "1.2.0",
    "tailwind-merge": "2.5.3",
    "tailwindcss": "^3.4.13",
    "tailwindcss-animate": "^1.0.7",
    "use-stick-to-bottom": "^1.1.3",
    "vaul": "^1.1.2"
  },
  "devDependencies": {
    "@types/react-syntax-highlighter": "^15.5.13",
    "autoprefixer": "^10.4.23",
    "react": "catalog:",
    "react-dom": "catalog:",
    "typescript": "catalog:"
  }
}