package.json873 lines · main
| 1 | { |
| 2 | "name": "ui-patterns", |
| 3 | "main": "./index.tsx", |
| 4 | "types": "./index.tsx", |
| 5 | "license": "MIT", |
| 6 | "sideEffects": false, |
| 7 | "scripts": { |
| 8 | "preinstall": "npx only-allow pnpm", |
| 9 | "test": "vitest", |
| 10 | "test:coverage": "vitest --run --coverage", |
| 11 | "clean": "rimraf node_modules .turbo tsconfig.tsbuildinfo", |
| 12 | "typecheck": "echo 'ui-patterns typecheck skipped: pre-existing Zod v3/v4 mismatch in FormLayout2 (studio fork). Re-enable after aligning zod.'", |
| 13 | "gen:exports": "tsx ./scripts/update-exports.ts" |
| 14 | }, |
| 15 | "exports": { |
| 16 | "./package.json": "./package.json", |
| 17 | ".": { |
| 18 | "import": "./index.tsx", |
| 19 | "types": "./index.tsx" |
| 20 | }, |
| 21 | "./AssistantChat/AssistantChatForm": { |
| 22 | "import": "./src/AssistantChat/AssistantChatForm.tsx", |
| 23 | "types": "./src/AssistantChat/AssistantChatForm.tsx" |
| 24 | }, |
| 25 | "./AssistantChat/AssistantCommandsPopover": { |
| 26 | "import": "./src/AssistantChat/AssistantCommandsPopover.tsx", |
| 27 | "types": "./src/AssistantChat/AssistantCommandsPopover.tsx" |
| 28 | }, |
| 29 | "./AssistantChat": { |
| 30 | "import": "./src/AssistantChat/index.ts", |
| 31 | "types": "./src/AssistantChat/index.ts" |
| 32 | }, |
| 33 | "./AuthenticatedDropdownMenu": { |
| 34 | "import": "./src/AuthenticatedDropdownMenu/index.tsx", |
| 35 | "types": "./src/AuthenticatedDropdownMenu/index.tsx" |
| 36 | }, |
| 37 | "./Banners/Announcement": { |
| 38 | "import": "./src/Banners/Announcement.tsx", |
| 39 | "types": "./src/Banners/Announcement.tsx" |
| 40 | }, |
| 41 | "./Banners/AnnouncementBanner": { |
| 42 | "import": "./src/Banners/AnnouncementBanner.tsx", |
| 43 | "types": "./src/Banners/AnnouncementBanner.tsx" |
| 44 | }, |
| 45 | "./Banners/Countdown": { |
| 46 | "import": "./src/Banners/Countdown.tsx", |
| 47 | "types": "./src/Banners/Countdown.tsx" |
| 48 | }, |
| 49 | "./Banners/LW15Banner": { |
| 50 | "import": "./src/Banners/LW15Banner.tsx", |
| 51 | "types": "./src/Banners/LW15Banner.tsx" |
| 52 | }, |
| 53 | "./Banners": { |
| 54 | "import": "./src/Banners/index.ts", |
| 55 | "types": "./src/Banners/index.ts" |
| 56 | }, |
| 57 | "./Chart/charts/chart-bar": { |
| 58 | "import": "./src/Chart/charts/chart-bar.tsx", |
| 59 | "types": "./src/Chart/charts/chart-bar.tsx" |
| 60 | }, |
| 61 | "./Chart/charts/chart-line": { |
| 62 | "import": "./src/Chart/charts/chart-line.tsx", |
| 63 | "types": "./src/Chart/charts/chart-line.tsx" |
| 64 | }, |
| 65 | "./Chart": { |
| 66 | "import": "./src/Chart/index.tsx", |
| 67 | "types": "./src/Chart/index.tsx" |
| 68 | }, |
| 69 | "./CodeBlock/CodeBlock": { |
| 70 | "import": "./src/CodeBlock/CodeBlock.tsx", |
| 71 | "types": "./src/CodeBlock/CodeBlock.tsx" |
| 72 | }, |
| 73 | "./CodeBlock/CodeBlock.utils": { |
| 74 | "import": "./src/CodeBlock/CodeBlock.utils.ts", |
| 75 | "types": "./src/CodeBlock/CodeBlock.utils.ts" |
| 76 | }, |
| 77 | "./CodeBlock": { |
| 78 | "import": "./src/CodeBlock/index.tsx", |
| 79 | "types": "./src/CodeBlock/index.tsx" |
| 80 | }, |
| 81 | "./CommandMenu/api/Badges": { |
| 82 | "import": "./src/CommandMenu/api/Badges.tsx", |
| 83 | "types": "./src/CommandMenu/api/Badges.tsx" |
| 84 | }, |
| 85 | "./CommandMenu/api/CommandHeader": { |
| 86 | "import": "./src/CommandMenu/api/CommandHeader.tsx", |
| 87 | "types": "./src/CommandMenu/api/CommandHeader.tsx" |
| 88 | }, |
| 89 | "./CommandMenu/api/CommandMenuInput": { |
| 90 | "import": "./src/CommandMenu/api/CommandMenuInput.tsx", |
| 91 | "types": "./src/CommandMenu/api/CommandMenuInput.tsx" |
| 92 | }, |
| 93 | "./CommandMenu/api/CommandMenuList": { |
| 94 | "import": "./src/CommandMenu/api/CommandMenuList.tsx", |
| 95 | "types": "./src/CommandMenu/api/CommandMenuList.tsx" |
| 96 | }, |
| 97 | "./CommandMenu/api/CommandMenu": { |
| 98 | "import": "./src/CommandMenu/api/CommandMenu.tsx", |
| 99 | "types": "./src/CommandMenu/api/CommandMenu.tsx" |
| 100 | }, |
| 101 | "./CommandMenu/api/CommandProvider": { |
| 102 | "import": "./src/CommandMenu/api/CommandProvider.tsx", |
| 103 | "types": "./src/CommandMenu/api/CommandProvider.tsx" |
| 104 | }, |
| 105 | "./CommandMenu/api/TextHighlighter": { |
| 106 | "import": "./src/CommandMenu/api/TextHighlighter.tsx", |
| 107 | "types": "./src/CommandMenu/api/TextHighlighter.tsx" |
| 108 | }, |
| 109 | "./CommandMenu/api/hooks/commandsHooks.test": { |
| 110 | "import": "./src/CommandMenu/api/hooks/commandsHooks.test.tsx", |
| 111 | "types": "./src/CommandMenu/api/hooks/commandsHooks.test.tsx" |
| 112 | }, |
| 113 | "./CommandMenu/api/hooks/commandsHooks": { |
| 114 | "import": "./src/CommandMenu/api/hooks/commandsHooks.ts", |
| 115 | "types": "./src/CommandMenu/api/hooks/commandsHooks.ts" |
| 116 | }, |
| 117 | "./CommandMenu/api/hooks/pagesHooks.test": { |
| 118 | "import": "./src/CommandMenu/api/hooks/pagesHooks.test.tsx", |
| 119 | "types": "./src/CommandMenu/api/hooks/pagesHooks.test.tsx" |
| 120 | }, |
| 121 | "./CommandMenu/api/hooks/pagesHooks": { |
| 122 | "import": "./src/CommandMenu/api/hooks/pagesHooks.ts", |
| 123 | "types": "./src/CommandMenu/api/hooks/pagesHooks.ts" |
| 124 | }, |
| 125 | "./CommandMenu/api/hooks/queryHooks": { |
| 126 | "import": "./src/CommandMenu/api/hooks/queryHooks.ts", |
| 127 | "types": "./src/CommandMenu/api/hooks/queryHooks.ts" |
| 128 | }, |
| 129 | "./CommandMenu/api/hooks/useCommandFilterState": { |
| 130 | "import": "./src/CommandMenu/api/hooks/useCommandFilterState.ts", |
| 131 | "types": "./src/CommandMenu/api/hooks/useCommandFilterState.ts" |
| 132 | }, |
| 133 | "./CommandMenu/api/hooks/useCommandMenuTelemetry": { |
| 134 | "import": "./src/CommandMenu/api/hooks/useCommandMenuTelemetry.ts", |
| 135 | "types": "./src/CommandMenu/api/hooks/useCommandMenuTelemetry.ts" |
| 136 | }, |
| 137 | "./CommandMenu/api/hooks/useCommandMenuTelemetryContext": { |
| 138 | "import": "./src/CommandMenu/api/hooks/useCommandMenuTelemetryContext.tsx", |
| 139 | "types": "./src/CommandMenu/api/hooks/useCommandMenuTelemetryContext.tsx" |
| 140 | }, |
| 141 | "./CommandMenu/api/hooks/useCrossCompatRouter": { |
| 142 | "import": "./src/CommandMenu/api/hooks/useCrossCompatRouter.tsx", |
| 143 | "types": "./src/CommandMenu/api/hooks/useCrossCompatRouter.tsx" |
| 144 | }, |
| 145 | "./CommandMenu/api/hooks/useHistoryKeys": { |
| 146 | "import": "./src/CommandMenu/api/hooks/useHistoryKeys.ts", |
| 147 | "types": "./src/CommandMenu/api/hooks/useHistoryKeys.ts" |
| 148 | }, |
| 149 | "./CommandMenu/api/hooks/viewHooks": { |
| 150 | "import": "./src/CommandMenu/api/hooks/viewHooks.ts", |
| 151 | "types": "./src/CommandMenu/api/hooks/viewHooks.ts" |
| 152 | }, |
| 153 | "./CommandMenu/api/types": { |
| 154 | "import": "./src/CommandMenu/api/types.ts", |
| 155 | "types": "./src/CommandMenu/api/types.ts" |
| 156 | }, |
| 157 | "./CommandMenu/api/utils": { |
| 158 | "import": "./src/CommandMenu/api/utils.ts", |
| 159 | "types": "./src/CommandMenu/api/utils.ts" |
| 160 | }, |
| 161 | "./CommandMenu": { |
| 162 | "import": "./src/CommandMenu/index.tsx", |
| 163 | "types": "./src/CommandMenu/index.tsx" |
| 164 | }, |
| 165 | "./CommandMenu/internal/CommandMenuItem": { |
| 166 | "import": "./src/CommandMenu/internal/CommandMenuItem.tsx", |
| 167 | "types": "./src/CommandMenu/internal/CommandMenuItem.tsx" |
| 168 | }, |
| 169 | "./CommandMenu/internal/CommandMenuEmpty": { |
| 170 | "import": "./src/CommandMenu/internal/CommandMenuEmpty.tsx", |
| 171 | "types": "./src/CommandMenu/internal/CommandMenuEmpty.tsx" |
| 172 | }, |
| 173 | "./CommandMenu/internal/CommandMenuGroup": { |
| 174 | "import": "./src/CommandMenu/internal/CommandMenuGroup.tsx", |
| 175 | "types": "./src/CommandMenu/internal/CommandMenuGroup.tsx" |
| 176 | }, |
| 177 | "./CommandMenu/internal/CommandSection": { |
| 178 | "import": "./src/CommandMenu/internal/CommandSection.tsx", |
| 179 | "types": "./src/CommandMenu/internal/CommandSection.tsx" |
| 180 | }, |
| 181 | "./CommandMenu/internal/Context": { |
| 182 | "import": "./src/CommandMenu/internal/Context.tsx", |
| 183 | "types": "./src/CommandMenu/internal/Context.tsx" |
| 184 | }, |
| 185 | "./CommandMenu/internal/state/commandsState": { |
| 186 | "import": "./src/CommandMenu/internal/state/commandsState.ts", |
| 187 | "types": "./src/CommandMenu/internal/state/commandsState.ts" |
| 188 | }, |
| 189 | "./CommandMenu/internal/state/commandsStates.test": { |
| 190 | "import": "./src/CommandMenu/internal/state/commandsStates.test.ts", |
| 191 | "types": "./src/CommandMenu/internal/state/commandsStates.test.ts" |
| 192 | }, |
| 193 | "./CommandMenu/internal/state/pagesState.test": { |
| 194 | "import": "./src/CommandMenu/internal/state/pagesState.test.ts", |
| 195 | "types": "./src/CommandMenu/internal/state/pagesState.test.ts" |
| 196 | }, |
| 197 | "./CommandMenu/internal/state/pagesState": { |
| 198 | "import": "./src/CommandMenu/internal/state/pagesState.ts", |
| 199 | "types": "./src/CommandMenu/internal/state/pagesState.ts" |
| 200 | }, |
| 201 | "./CommandMenu/internal/state/queryState": { |
| 202 | "import": "./src/CommandMenu/internal/state/queryState.ts", |
| 203 | "types": "./src/CommandMenu/internal/state/queryState.ts" |
| 204 | }, |
| 205 | "./CommandMenu/internal/state/viewState": { |
| 206 | "import": "./src/CommandMenu/internal/state/viewState.ts", |
| 207 | "types": "./src/CommandMenu/internal/state/viewState.ts" |
| 208 | }, |
| 209 | "./CommandMenu/internal/state/viewState.types": { |
| 210 | "import": "./src/CommandMenu/internal/state/viewState.types.ts", |
| 211 | "types": "./src/CommandMenu/internal/state/viewState.types.ts" |
| 212 | }, |
| 213 | "./CommandMenu/internal/types": { |
| 214 | "import": "./src/CommandMenu/internal/types.ts", |
| 215 | "types": "./src/CommandMenu/internal/types.ts" |
| 216 | }, |
| 217 | "./CommandMenu/prepackaged/Changelog": { |
| 218 | "import": "./src/CommandMenu/prepackaged/Changelog.tsx", |
| 219 | "types": "./src/CommandMenu/prepackaged/Changelog.tsx" |
| 220 | }, |
| 221 | "./CommandMenu/prepackaged/DocsAi/DocsAiPage": { |
| 222 | "import": "./src/CommandMenu/prepackaged/DocsAi/DocsAiPage.tsx", |
| 223 | "types": "./src/CommandMenu/prepackaged/DocsAi/DocsAiPage.tsx" |
| 224 | }, |
| 225 | "./CommandMenu/prepackaged/DocsAi": { |
| 226 | "import": "./src/CommandMenu/prepackaged/DocsAi/index.tsx", |
| 227 | "types": "./src/CommandMenu/prepackaged/DocsAi/index.tsx" |
| 228 | }, |
| 229 | "./CommandMenu/prepackaged/DocsSearch/DocsSearchPage": { |
| 230 | "import": "./src/CommandMenu/prepackaged/DocsSearch/DocsSearchPage.tsx", |
| 231 | "types": "./src/CommandMenu/prepackaged/DocsSearch/DocsSearchPage.tsx" |
| 232 | }, |
| 233 | "./CommandMenu/prepackaged/DocsSearch": { |
| 234 | "import": "./src/CommandMenu/prepackaged/DocsSearch/index.tsx", |
| 235 | "types": "./src/CommandMenu/prepackaged/DocsSearch/index.tsx" |
| 236 | }, |
| 237 | "./CommandMenu/prepackaged/Support": { |
| 238 | "import": "./src/CommandMenu/prepackaged/Support.tsx", |
| 239 | "types": "./src/CommandMenu/prepackaged/Support.tsx" |
| 240 | }, |
| 241 | "./CommandMenu/prepackaged/ThemeSwitcher.test": { |
| 242 | "import": "./src/CommandMenu/prepackaged/ThemeSwitcher.test.tsx", |
| 243 | "types": "./src/CommandMenu/prepackaged/ThemeSwitcher.test.tsx" |
| 244 | }, |
| 245 | "./CommandMenu/prepackaged/ThemeSwitcher": { |
| 246 | "import": "./src/CommandMenu/prepackaged/ThemeSwitcher.tsx", |
| 247 | "types": "./src/CommandMenu/prepackaged/ThemeSwitcher.tsx" |
| 248 | }, |
| 249 | "./CommandMenu/prepackaged/ai/AiWarning": { |
| 250 | "import": "./src/CommandMenu/prepackaged/ai/AiWarning.tsx", |
| 251 | "types": "./src/CommandMenu/prepackaged/ai/AiWarning.tsx" |
| 252 | }, |
| 253 | "./CommandMenu/prepackaged/ai": { |
| 254 | "import": "./src/CommandMenu/prepackaged/ai/index.tsx", |
| 255 | "types": "./src/CommandMenu/prepackaged/ai/index.tsx" |
| 256 | }, |
| 257 | "./CommandMenu/prepackaged/ai/queryAi": { |
| 258 | "import": "./src/CommandMenu/prepackaged/ai/queryAi.ts", |
| 259 | "types": "./src/CommandMenu/prepackaged/ai/queryAi.ts" |
| 260 | }, |
| 261 | "./CommandMenu/prepackaged/ai/useAiChat.test": { |
| 262 | "import": "./src/CommandMenu/prepackaged/ai/useAiChat.test.ts", |
| 263 | "types": "./src/CommandMenu/prepackaged/ai/useAiChat.test.ts" |
| 264 | }, |
| 265 | "./CommandMenu/prepackaged/ai/useAiChat": { |
| 266 | "import": "./src/CommandMenu/prepackaged/ai/useAiChat.ts", |
| 267 | "types": "./src/CommandMenu/prepackaged/ai/useAiChat.ts" |
| 268 | }, |
| 269 | "./CommandMenu/prepackaged/ai/utils": { |
| 270 | "import": "./src/CommandMenu/prepackaged/ai/utils.ts", |
| 271 | "types": "./src/CommandMenu/prepackaged/ai/utils.ts" |
| 272 | }, |
| 273 | "./CommandMenu/prepackaged/shared/constants": { |
| 274 | "import": "./src/CommandMenu/prepackaged/shared/constants.ts", |
| 275 | "types": "./src/CommandMenu/prepackaged/shared/constants.ts" |
| 276 | }, |
| 277 | "./ComplexTabs": { |
| 278 | "import": "./src/ComplexTabs/index.tsx", |
| 279 | "types": "./src/ComplexTabs/index.tsx" |
| 280 | }, |
| 281 | "./ComplexTabs/withQueryParams": { |
| 282 | "import": "./src/ComplexTabs/withQueryParams.tsx", |
| 283 | "types": "./src/ComplexTabs/withQueryParams.tsx" |
| 284 | }, |
| 285 | "./ComplexTabs/withSticky": { |
| 286 | "import": "./src/ComplexTabs/withSticky.tsx", |
| 287 | "types": "./src/ComplexTabs/withSticky.tsx" |
| 288 | }, |
| 289 | "./ComplexTabs/withSticky.utils": { |
| 290 | "import": "./src/ComplexTabs/withSticky.utils.ts", |
| 291 | "types": "./src/ComplexTabs/withSticky.utils.ts" |
| 292 | }, |
| 293 | "./ComputeBadge": { |
| 294 | "import": "./src/ComputeBadge/index.tsx", |
| 295 | "types": "./src/ComputeBadge/index.tsx" |
| 296 | }, |
| 297 | "./ConsentToast": { |
| 298 | "import": "./src/ConsentToast/index.tsx", |
| 299 | "types": "./src/ConsentToast/index.tsx" |
| 300 | }, |
| 301 | "./CountdownWidget/CountdownStep": { |
| 302 | "import": "./src/CountdownWidget/CountdownStep.tsx", |
| 303 | "types": "./src/CountdownWidget/CountdownStep.tsx" |
| 304 | }, |
| 305 | "./CountdownWidget": { |
| 306 | "import": "./src/CountdownWidget/index.tsx", |
| 307 | "types": "./src/CountdownWidget/index.tsx" |
| 308 | }, |
| 309 | "./DataInputs/Input": { |
| 310 | "import": "./src/DataInputs/Input.tsx", |
| 311 | "types": "./src/DataInputs/Input.tsx" |
| 312 | }, |
| 313 | "./Dialogs/ConfirmationModal": { |
| 314 | "import": "./src/Dialogs/ConfirmationModal.tsx", |
| 315 | "types": "./src/Dialogs/ConfirmationModal.tsx" |
| 316 | }, |
| 317 | "./Dialogs/TextConfirmModal": { |
| 318 | "import": "./src/Dialogs/TextConfirmModal.tsx", |
| 319 | "types": "./src/Dialogs/TextConfirmModal.tsx" |
| 320 | }, |
| 321 | "./EmptyStatePresentational": { |
| 322 | "import": "./src/EmptyStatePresentational/index.tsx", |
| 323 | "types": "./src/EmptyStatePresentational/index.tsx" |
| 324 | }, |
| 325 | "./ErrorDisplay/ErrorDisplay": { |
| 326 | "import": "./src/ErrorDisplay/ErrorDisplay.tsx", |
| 327 | "types": "./src/ErrorDisplay/ErrorDisplay.tsx" |
| 328 | }, |
| 329 | "./ErrorDisplay/ErrorDisplay.types": { |
| 330 | "import": "./src/ErrorDisplay/ErrorDisplay.types.ts", |
| 331 | "types": "./src/ErrorDisplay/ErrorDisplay.types.ts" |
| 332 | }, |
| 333 | "./ExpandableVideo": { |
| 334 | "import": "./src/ExpandableVideo/index.tsx", |
| 335 | "types": "./src/ExpandableVideo/index.tsx" |
| 336 | }, |
| 337 | "./FilterBar/CommandListItem": { |
| 338 | "import": "./src/FilterBar/CommandListItem.tsx", |
| 339 | "types": "./src/FilterBar/CommandListItem.tsx" |
| 340 | }, |
| 341 | "./FilterBar/DefaultCommandList.helpers": { |
| 342 | "import": "./src/FilterBar/DefaultCommandList.helpers.tsx", |
| 343 | "types": "./src/FilterBar/DefaultCommandList.helpers.tsx" |
| 344 | }, |
| 345 | "./FilterBar/DefaultCommandList": { |
| 346 | "import": "./src/FilterBar/DefaultCommandList.tsx", |
| 347 | "types": "./src/FilterBar/DefaultCommandList.tsx" |
| 348 | }, |
| 349 | "./FilterBar/FilterBar.test": { |
| 350 | "import": "./src/FilterBar/FilterBar.test.tsx", |
| 351 | "types": "./src/FilterBar/FilterBar.test.tsx" |
| 352 | }, |
| 353 | "./FilterBar/FilterBar": { |
| 354 | "import": "./src/FilterBar/FilterBar.tsx", |
| 355 | "types": "./src/FilterBar/FilterBar.tsx" |
| 356 | }, |
| 357 | "./FilterBar/FilterBarContext": { |
| 358 | "import": "./src/FilterBar/FilterBarContext.tsx", |
| 359 | "types": "./src/FilterBar/FilterBarContext.tsx" |
| 360 | }, |
| 361 | "./FilterBar/FilterCondition": { |
| 362 | "import": "./src/FilterBar/FilterCondition.tsx", |
| 363 | "types": "./src/FilterBar/FilterCondition.tsx" |
| 364 | }, |
| 365 | "./FilterBar/FilterGroup": { |
| 366 | "import": "./src/FilterBar/FilterGroup.tsx", |
| 367 | "types": "./src/FilterBar/FilterGroup.tsx" |
| 368 | }, |
| 369 | "./FilterBar/OperatorSymbolBadge": { |
| 370 | "import": "./src/FilterBar/OperatorSymbolBadge.tsx", |
| 371 | "types": "./src/FilterBar/OperatorSymbolBadge.tsx" |
| 372 | }, |
| 373 | "./FilterBar/hooks.test": { |
| 374 | "import": "./src/FilterBar/hooks.test.ts", |
| 375 | "types": "./src/FilterBar/hooks.test.ts" |
| 376 | }, |
| 377 | "./FilterBar/hooks": { |
| 378 | "import": "./src/FilterBar/hooks.ts", |
| 379 | "types": "./src/FilterBar/hooks.ts" |
| 380 | }, |
| 381 | "./FilterBar": { |
| 382 | "import": "./src/FilterBar/index.ts", |
| 383 | "types": "./src/FilterBar/index.ts" |
| 384 | }, |
| 385 | "./FilterBar/menuItems.test": { |
| 386 | "import": "./src/FilterBar/menuItems.test.ts", |
| 387 | "types": "./src/FilterBar/menuItems.test.ts" |
| 388 | }, |
| 389 | "./FilterBar/menuItems": { |
| 390 | "import": "./src/FilterBar/menuItems.ts", |
| 391 | "types": "./src/FilterBar/menuItems.ts" |
| 392 | }, |
| 393 | "./FilterBar/types": { |
| 394 | "import": "./src/FilterBar/types.ts", |
| 395 | "types": "./src/FilterBar/types.ts" |
| 396 | }, |
| 397 | "./FilterBar/useAIFilter": { |
| 398 | "import": "./src/FilterBar/useAIFilter.ts", |
| 399 | "types": "./src/FilterBar/useAIFilter.ts" |
| 400 | }, |
| 401 | "./FilterBar/useCommandHandling": { |
| 402 | "import": "./src/FilterBar/useCommandHandling.ts", |
| 403 | "types": "./src/FilterBar/useCommandHandling.ts" |
| 404 | }, |
| 405 | "./FilterBar/useCommandMenu": { |
| 406 | "import": "./src/FilterBar/useCommandMenu.ts", |
| 407 | "types": "./src/FilterBar/useCommandMenu.ts" |
| 408 | }, |
| 409 | "./FilterBar/useKeyboardNavigation": { |
| 410 | "import": "./src/FilterBar/useKeyboardNavigation.ts", |
| 411 | "types": "./src/FilterBar/useKeyboardNavigation.ts" |
| 412 | }, |
| 413 | "./FilterBar/utils.test": { |
| 414 | "import": "./src/FilterBar/utils.test.ts", |
| 415 | "types": "./src/FilterBar/utils.test.ts" |
| 416 | }, |
| 417 | "./FilterBar/utils": { |
| 418 | "import": "./src/FilterBar/utils.ts", |
| 419 | "types": "./src/FilterBar/utils.ts" |
| 420 | }, |
| 421 | "./GlassPanel": { |
| 422 | "import": "./src/GlassPanel/index.tsx", |
| 423 | "types": "./src/GlassPanel/index.tsx" |
| 424 | }, |
| 425 | "./IconPanel": { |
| 426 | "import": "./src/IconPanel/index.tsx", |
| 427 | "types": "./src/IconPanel/index.tsx" |
| 428 | }, |
| 429 | "./Image/Image": { |
| 430 | "import": "./src/Image/Image.tsx", |
| 431 | "types": "./src/Image/Image.tsx" |
| 432 | }, |
| 433 | "./Image/ZoomContent": { |
| 434 | "import": "./src/Image/ZoomContent.tsx", |
| 435 | "types": "./src/Image/ZoomContent.tsx" |
| 436 | }, |
| 437 | "./Image": { |
| 438 | "import": "./src/Image/index.tsx", |
| 439 | "types": "./src/Image/index.tsx" |
| 440 | }, |
| 441 | "./InnerSideMenu": { |
| 442 | "import": "./src/InnerSideMenu/index.tsx", |
| 443 | "types": "./src/InnerSideMenu/index.tsx" |
| 444 | }, |
| 445 | "./LogsBarChart": { |
| 446 | "import": "./src/LogsBarChart/index.tsx", |
| 447 | "types": "./src/LogsBarChart/index.tsx" |
| 448 | }, |
| 449 | "./Markdown": { |
| 450 | "import": "./src/Markdown/index.tsx", |
| 451 | "types": "./src/Markdown/index.tsx" |
| 452 | }, |
| 453 | "./McpUrlBuilder/McpConfigPanel": { |
| 454 | "import": "./src/McpUrlBuilder/McpConfigPanel.tsx", |
| 455 | "types": "./src/McpUrlBuilder/McpConfigPanel.tsx" |
| 456 | }, |
| 457 | "./McpUrlBuilder/components/ClientSelectDropdown": { |
| 458 | "import": "./src/McpUrlBuilder/components/ClientSelectDropdown.tsx", |
| 459 | "types": "./src/McpUrlBuilder/components/ClientSelectDropdown.tsx" |
| 460 | }, |
| 461 | "./McpUrlBuilder/components/ConnectionIcon": { |
| 462 | "import": "./src/McpUrlBuilder/components/ConnectionIcon.tsx", |
| 463 | "types": "./src/McpUrlBuilder/components/ConnectionIcon.tsx" |
| 464 | }, |
| 465 | "./McpUrlBuilder/components/McpConfigurationDisplay": { |
| 466 | "import": "./src/McpUrlBuilder/components/McpConfigurationDisplay.tsx", |
| 467 | "types": "./src/McpUrlBuilder/components/McpConfigurationDisplay.tsx" |
| 468 | }, |
| 469 | "./McpUrlBuilder/components/McpConfigurationOptions": { |
| 470 | "import": "./src/McpUrlBuilder/components/McpConfigurationOptions.tsx", |
| 471 | "types": "./src/McpUrlBuilder/components/McpConfigurationOptions.tsx" |
| 472 | }, |
| 473 | "./McpUrlBuilder/constants": { |
| 474 | "import": "./src/McpUrlBuilder/constants.tsx", |
| 475 | "types": "./src/McpUrlBuilder/constants.tsx" |
| 476 | }, |
| 477 | "./McpUrlBuilder": { |
| 478 | "import": "./src/McpUrlBuilder/index.ts", |
| 479 | "types": "./src/McpUrlBuilder/index.ts" |
| 480 | }, |
| 481 | "./McpUrlBuilder/types": { |
| 482 | "import": "./src/McpUrlBuilder/types.ts", |
| 483 | "types": "./src/McpUrlBuilder/types.ts" |
| 484 | }, |
| 485 | "./McpUrlBuilder/utils/createMcpCopyHandler": { |
| 486 | "import": "./src/McpUrlBuilder/utils/createMcpCopyHandler.ts", |
| 487 | "types": "./src/McpUrlBuilder/utils/createMcpCopyHandler.ts" |
| 488 | }, |
| 489 | "./McpUrlBuilder/utils/getMcpButtonData": { |
| 490 | "import": "./src/McpUrlBuilder/utils/getMcpButtonData.ts", |
| 491 | "types": "./src/McpUrlBuilder/utils/getMcpButtonData.ts" |
| 492 | }, |
| 493 | "./McpUrlBuilder/utils/getMcpIconSrc.test": { |
| 494 | "import": "./src/McpUrlBuilder/utils/getMcpIconSrc.test.ts", |
| 495 | "types": "./src/McpUrlBuilder/utils/getMcpIconSrc.test.ts" |
| 496 | }, |
| 497 | "./McpUrlBuilder/utils/getMcpIconSrc": { |
| 498 | "import": "./src/McpUrlBuilder/utils/getMcpIconSrc.ts", |
| 499 | "types": "./src/McpUrlBuilder/utils/getMcpIconSrc.ts" |
| 500 | }, |
| 501 | "./McpUrlBuilder/utils/getMcpUrl": { |
| 502 | "import": "./src/McpUrlBuilder/utils/getMcpUrl.ts", |
| 503 | "types": "./src/McpUrlBuilder/utils/getMcpUrl.ts" |
| 504 | }, |
| 505 | "./McpUrlBuilder/utils/mcpIconAssets": { |
| 506 | "import": "./src/McpUrlBuilder/utils/mcpIconAssets.ts", |
| 507 | "types": "./src/McpUrlBuilder/utils/mcpIconAssets.ts" |
| 508 | }, |
| 509 | "./Mermaid/Mermaid": { |
| 510 | "import": "./src/Mermaid/Mermaid.tsx", |
| 511 | "types": "./src/Mermaid/Mermaid.tsx" |
| 512 | }, |
| 513 | "./Mermaid": { |
| 514 | "import": "./src/Mermaid/index.tsx", |
| 515 | "types": "./src/Mermaid/index.tsx" |
| 516 | }, |
| 517 | "./MetricCard": { |
| 518 | "import": "./src/MetricCard/index.tsx", |
| 519 | "types": "./src/MetricCard/index.tsx" |
| 520 | }, |
| 521 | "./MobileSheetNav/MobileSheetNav.test": { |
| 522 | "import": "./src/MobileSheetNav/MobileSheetNav.test.tsx", |
| 523 | "types": "./src/MobileSheetNav/MobileSheetNav.test.tsx" |
| 524 | }, |
| 525 | "./MobileSheetNav/MobileSheetNav": { |
| 526 | "import": "./src/MobileSheetNav/MobileSheetNav.tsx", |
| 527 | "types": "./src/MobileSheetNav/MobileSheetNav.tsx" |
| 528 | }, |
| 529 | "./MobileSheetNav": { |
| 530 | "import": "./src/MobileSheetNav/index.ts", |
| 531 | "types": "./src/MobileSheetNav/index.ts" |
| 532 | }, |
| 533 | "./MultiSelectDeprecated/Badges": { |
| 534 | "import": "./src/MultiSelectDeprecated/Badges.tsx", |
| 535 | "types": "./src/MultiSelectDeprecated/Badges.tsx" |
| 536 | }, |
| 537 | "./MultiSelectDeprecated/MultiSelectV2": { |
| 538 | "import": "./src/MultiSelectDeprecated/MultiSelectV2.tsx", |
| 539 | "types": "./src/MultiSelectDeprecated/MultiSelectV2.tsx" |
| 540 | }, |
| 541 | "./MultiSelectDeprecated": { |
| 542 | "import": "./src/MultiSelectDeprecated/index.tsx", |
| 543 | "types": "./src/MultiSelectDeprecated/index.tsx" |
| 544 | }, |
| 545 | "./MultipleCodeBlock/index.test": { |
| 546 | "import": "./src/MultipleCodeBlock/index.test.tsx", |
| 547 | "types": "./src/MultipleCodeBlock/index.test.tsx" |
| 548 | }, |
| 549 | "./MultipleCodeBlock": { |
| 550 | "import": "./src/MultipleCodeBlock/index.tsx", |
| 551 | "types": "./src/MultipleCodeBlock/index.tsx" |
| 552 | }, |
| 553 | "./PageContainer": { |
| 554 | "import": "./src/PageContainer/index.tsx", |
| 555 | "types": "./src/PageContainer/index.tsx" |
| 556 | }, |
| 557 | "./PageHeader": { |
| 558 | "import": "./src/PageHeader/index.tsx", |
| 559 | "types": "./src/PageHeader/index.tsx" |
| 560 | }, |
| 561 | "./PageBreadcrumbs": { |
| 562 | "import": "./src/PageBreadcrumbs/index.tsx", |
| 563 | "types": "./src/PageBreadcrumbs/index.tsx" |
| 564 | }, |
| 565 | "./PageNav": { |
| 566 | "import": "./src/PageNav/index.tsx", |
| 567 | "types": "./src/PageNav/index.tsx" |
| 568 | }, |
| 569 | "./PageSection": { |
| 570 | "import": "./src/PageSection/index.tsx", |
| 571 | "types": "./src/PageSection/index.tsx" |
| 572 | }, |
| 573 | "./PopupFrame": { |
| 574 | "import": "./src/PopupFrame/index.tsx", |
| 575 | "types": "./src/PopupFrame/index.tsx" |
| 576 | }, |
| 577 | "./PrivacySettings": { |
| 578 | "import": "./src/PrivacySettings/index.tsx", |
| 579 | "types": "./src/PrivacySettings/index.tsx" |
| 580 | }, |
| 581 | "./PromoToast/PromoBg": { |
| 582 | "import": "./src/PromoToast/PromoBg.tsx", |
| 583 | "types": "./src/PromoToast/PromoBg.tsx" |
| 584 | }, |
| 585 | "./PromoToast/PromoToast": { |
| 586 | "import": "./src/PromoToast/PromoToast.tsx", |
| 587 | "types": "./src/PromoToast/PromoToast.tsx" |
| 588 | }, |
| 589 | "./PromoToast": { |
| 590 | "import": "./src/PromoToast/index.ts", |
| 591 | "types": "./src/PromoToast/index.ts" |
| 592 | }, |
| 593 | "./PromoToast/styles.css": { |
| 594 | "import": "./src/PromoToast/styles.css", |
| 595 | "types": "./src/PromoToast/styles.css" |
| 596 | }, |
| 597 | "./Row/Row.utils": { |
| 598 | "import": "./src/Row/Row.utils.ts", |
| 599 | "types": "./src/Row/Row.utils.ts" |
| 600 | }, |
| 601 | "./Row/index.test": { |
| 602 | "import": "./src/Row/index.test.ts", |
| 603 | "types": "./src/Row/index.test.ts" |
| 604 | }, |
| 605 | "./Row": { |
| 606 | "import": "./src/Row/index.tsx", |
| 607 | "types": "./src/Row/index.tsx" |
| 608 | }, |
| 609 | "./ShimmeringLoader/index.css": { |
| 610 | "import": "./src/ShimmeringLoader/index.css", |
| 611 | "types": "./src/ShimmeringLoader/index.css" |
| 612 | }, |
| 613 | "./ShimmeringLoader": { |
| 614 | "import": "./src/ShimmeringLoader/index.tsx", |
| 615 | "types": "./src/ShimmeringLoader/index.tsx" |
| 616 | }, |
| 617 | "./SimpleCodeBlock/SimpleCodeBlock": { |
| 618 | "import": "./src/SimpleCodeBlock/SimpleCodeBlock.tsx", |
| 619 | "types": "./src/SimpleCodeBlock/SimpleCodeBlock.tsx" |
| 620 | }, |
| 621 | "./SimpleCodeBlock": { |
| 622 | "import": "./src/SimpleCodeBlock/index.tsx", |
| 623 | "types": "./src/SimpleCodeBlock/index.tsx" |
| 624 | }, |
| 625 | "./SimpleCodeBlock/prism": { |
| 626 | "import": "./src/SimpleCodeBlock/prism.ts", |
| 627 | "types": "./src/SimpleCodeBlock/prism.ts" |
| 628 | }, |
| 629 | "./SqlToRest/assumptions": { |
| 630 | "import": "./src/SqlToRest/assumptions.ts", |
| 631 | "types": "./src/SqlToRest/assumptions.ts" |
| 632 | }, |
| 633 | "./SqlToRest/base-url-dialog": { |
| 634 | "import": "./src/SqlToRest/base-url-dialog.tsx", |
| 635 | "types": "./src/SqlToRest/base-url-dialog.tsx" |
| 636 | }, |
| 637 | "./SqlToRest/faqs": { |
| 638 | "import": "./src/SqlToRest/faqs.ts", |
| 639 | "types": "./src/SqlToRest/faqs.ts" |
| 640 | }, |
| 641 | "./SqlToRest": { |
| 642 | "import": "./src/SqlToRest/index.tsx", |
| 643 | "types": "./src/SqlToRest/index.tsx" |
| 644 | }, |
| 645 | "./SqlToRest/sql-to-rest": { |
| 646 | "import": "./src/SqlToRest/sql-to-rest.tsx", |
| 647 | "types": "./src/SqlToRest/sql-to-rest.tsx" |
| 648 | }, |
| 649 | "./SqlToRest/syntax-highlighter/framer-features": { |
| 650 | "import": "./src/SqlToRest/syntax-highlighter/framer-features.ts", |
| 651 | "types": "./src/SqlToRest/syntax-highlighter/framer-features.ts" |
| 652 | }, |
| 653 | "./SqlToRest/syntax-highlighter/transform-renderer": { |
| 654 | "import": "./src/SqlToRest/syntax-highlighter/transform-renderer.tsx", |
| 655 | "types": "./src/SqlToRest/syntax-highlighter/transform-renderer.tsx" |
| 656 | }, |
| 657 | "./SqlToRest/util": { |
| 658 | "import": "./src/SqlToRest/util.ts", |
| 659 | "types": "./src/SqlToRest/util.ts" |
| 660 | }, |
| 661 | "./StatusCode": { |
| 662 | "import": "./src/StatusCode/index.tsx", |
| 663 | "types": "./src/StatusCode/index.tsx" |
| 664 | }, |
| 665 | "./TextLink": { |
| 666 | "import": "./src/TextLink/index.tsx", |
| 667 | "types": "./src/TextLink/index.tsx" |
| 668 | }, |
| 669 | "./ThemeToggle": { |
| 670 | "import": "./src/ThemeToggle.tsx", |
| 671 | "types": "./src/ThemeToggle.tsx" |
| 672 | }, |
| 673 | "./TimestampInfo": { |
| 674 | "import": "./src/TimestampInfo/index.tsx", |
| 675 | "types": "./src/TimestampInfo/index.tsx" |
| 676 | }, |
| 677 | "./Table": { |
| 678 | "import": "./src/Table/index.ts", |
| 679 | "types": "./src/Table/index.ts" |
| 680 | }, |
| 681 | "./Toc": { |
| 682 | "import": "./src/Toc/index.ts", |
| 683 | "types": "./src/Toc/index.ts" |
| 684 | }, |
| 685 | "./Toc/mdx-plugins/remark-heading": { |
| 686 | "import": "./src/Toc/mdx-plugins/remark-heading.ts", |
| 687 | "types": "./src/Toc/mdx-plugins/remark-heading.ts" |
| 688 | }, |
| 689 | "./Toc/mdx-plugins/remark-utils": { |
| 690 | "import": "./src/Toc/mdx-plugins/remark-utils.ts", |
| 691 | "types": "./src/Toc/mdx-plugins/remark-utils.ts" |
| 692 | }, |
| 693 | "./Toc/server/get-toc": { |
| 694 | "import": "./src/Toc/server/get-toc.tsx", |
| 695 | "types": "./src/Toc/server/get-toc.tsx" |
| 696 | }, |
| 697 | "./Toc/toc-primitive": { |
| 698 | "import": "./src/Toc/toc-primitive.tsx", |
| 699 | "types": "./src/Toc/toc-primitive.tsx" |
| 700 | }, |
| 701 | "./Toc/toc-thumb": { |
| 702 | "import": "./src/Toc/toc-thumb.tsx", |
| 703 | "types": "./src/Toc/toc-thumb.tsx" |
| 704 | }, |
| 705 | "./Toc/toc": { |
| 706 | "import": "./src/Toc/toc.tsx", |
| 707 | "types": "./src/Toc/toc.tsx" |
| 708 | }, |
| 709 | "./Toc/types": { |
| 710 | "import": "./src/Toc/types.ts", |
| 711 | "types": "./src/Toc/types.ts" |
| 712 | }, |
| 713 | "./TweetCard": { |
| 714 | "import": "./src/TweetCard/index.tsx", |
| 715 | "types": "./src/TweetCard/index.tsx" |
| 716 | }, |
| 717 | "./admonition": { |
| 718 | "import": "./src/admonition.tsx", |
| 719 | "types": "./src/admonition.tsx" |
| 720 | }, |
| 721 | "./consent": { |
| 722 | "import": "./src/consent.tsx", |
| 723 | "types": "./src/consent.tsx" |
| 724 | }, |
| 725 | "./collapsible-alert": { |
| 726 | "import": "./src/collapsible-alert.tsx", |
| 727 | "types": "./src/collapsible-alert.tsx" |
| 728 | }, |
| 729 | "./form/FormItemLayout/FormItemLayout": { |
| 730 | "import": "./src/form/FormItemLayout/FormItemLayout.tsx", |
| 731 | "types": "./src/form/FormItemLayout/FormItemLayout.tsx" |
| 732 | }, |
| 733 | "./form/FormLayout2": { |
| 734 | "import": "./src/form/FormLayout2.tsx", |
| 735 | "types": "./src/form/FormLayout2.tsx" |
| 736 | }, |
| 737 | "./form/KeyValueFieldArray/KeyValueFieldArray.test": { |
| 738 | "import": "./src/form/KeyValueFieldArray/KeyValueFieldArray.test.tsx", |
| 739 | "types": "./src/form/KeyValueFieldArray/KeyValueFieldArray.test.tsx" |
| 740 | }, |
| 741 | "./form/KeyValueFieldArray/KeyValueFieldArray": { |
| 742 | "import": "./src/form/KeyValueFieldArray/KeyValueFieldArray.tsx", |
| 743 | "types": "./src/form/KeyValueFieldArray/KeyValueFieldArray.tsx" |
| 744 | }, |
| 745 | "./form/KeyValueFieldArray/validation": { |
| 746 | "import": "./src/form/KeyValueFieldArray/validation.ts", |
| 747 | "types": "./src/form/KeyValueFieldArray/validation.ts" |
| 748 | }, |
| 749 | "./form/SingleValueFieldArray/SingleValueFieldArray.test": { |
| 750 | "import": "./src/form/SingleValueFieldArray/SingleValueFieldArray.test.tsx", |
| 751 | "types": "./src/form/SingleValueFieldArray/SingleValueFieldArray.test.tsx" |
| 752 | }, |
| 753 | "./form/SingleValueFieldArray/SingleValueFieldArray": { |
| 754 | "import": "./src/form/SingleValueFieldArray/SingleValueFieldArray.tsx", |
| 755 | "types": "./src/form/SingleValueFieldArray/SingleValueFieldArray.tsx" |
| 756 | }, |
| 757 | "./form/Layout/FormLayout": { |
| 758 | "import": "./src/form/Layout/FormLayout.tsx", |
| 759 | "types": "./src/form/Layout/FormLayout.tsx" |
| 760 | }, |
| 761 | "./form/Layout/InputIconContainer.module.css": { |
| 762 | "import": "./src/form/Layout/InputIconContainer.module.css", |
| 763 | "types": "./src/form/Layout/InputIconContainer.module.css" |
| 764 | }, |
| 765 | "./form/Layout/InputIconContainer": { |
| 766 | "import": "./src/form/Layout/InputIconContainer.tsx", |
| 767 | "types": "./src/form/Layout/InputIconContainer.tsx" |
| 768 | }, |
| 769 | "./form/utils": { |
| 770 | "import": "./src/form/utils.tsx", |
| 771 | "types": "./src/form/utils.tsx" |
| 772 | }, |
| 773 | "./info-tooltip": { |
| 774 | "import": "./src/info-tooltip.tsx", |
| 775 | "types": "./src/info-tooltip.tsx" |
| 776 | }, |
| 777 | "./multi-select": { |
| 778 | "import": "./src/multi-select/index.tsx", |
| 779 | "types": "./src/multi-select/index.tsx" |
| 780 | }, |
| 781 | "./multi-select/multi-select.test": { |
| 782 | "import": "./src/multi-select/multi-select.test.tsx", |
| 783 | "types": "./src/multi-select/multi-select.test.tsx" |
| 784 | }, |
| 785 | "./multi-select/multi-select": { |
| 786 | "import": "./src/multi-select/multi-select.tsx", |
| 787 | "types": "./src/multi-select/multi-select.tsx" |
| 788 | }, |
| 789 | "./types/assets.d": { |
| 790 | "import": "./src/types/assets.d.ts", |
| 791 | "types": "./src/types/assets.d.ts" |
| 792 | } |
| 793 | }, |
| 794 | "dependencies": { |
| 795 | "@hookform/resolvers": "^3.1.1", |
| 796 | "@monaco-editor/react": "^4.6.0", |
| 797 | "@std/toml": "npm:@jsr/std__toml@^1.0.11", |
| 798 | "@supabase/sql-to-rest": "^0.1.6", |
| 799 | "@supabase/supabase-js": "catalog:", |
| 800 | "@tanstack/react-table": "^8.21.3", |
| 801 | "class-variance-authority": "^0.7.1", |
| 802 | "clsx": "^2.1.1", |
| 803 | "cmdk": "^1.1.1", |
| 804 | "common": "workspace:*", |
| 805 | "common-tags": "^1.8.2", |
| 806 | "dayjs": "^1.11.13", |
| 807 | "framer-motion": "^11.18.2", |
| 808 | "github-slugger": "^2.0.0", |
| 809 | "highlightjs-curl": "^1.3.0", |
| 810 | "icons": "workspace:*", |
| 811 | "js-yaml": "^3.14.1", |
| 812 | "lodash": "catalog:", |
| 813 | "lucide-react": "*", |
| 814 | "mdast": "^3.0.0", |
| 815 | "mermaid": "^11.12.1", |
| 816 | "monaco-editor": "*", |
| 817 | "next-themes": "catalog:", |
| 818 | "openai": "^4.75.1", |
| 819 | "prism-react-renderer": "^2.3.1", |
| 820 | "radix-ui": "catalog:", |
| 821 | "react": "catalog:", |
| 822 | "react-countdown": "^2.3.5", |
| 823 | "react-dom": "catalog:", |
| 824 | "react-error-boundary": "^4.0.12", |
| 825 | "react-hook-form": "^7.71.2", |
| 826 | "react-intersection-observer": "^9.8.2", |
| 827 | "react-markdown": "^10.1.0", |
| 828 | "react-medium-image-zoom": "^5.4.3", |
| 829 | "react-syntax-highlighter": "^15.6.6", |
| 830 | "react-use": "^17.5.0", |
| 831 | "recharts": "catalog:", |
| 832 | "remark": "^15.0.1", |
| 833 | "remark-gfm": "^4.0.0", |
| 834 | "scroll-into-view-if-needed": "^3.1.0", |
| 835 | "sonner": "^1.5.0", |
| 836 | "sql-formatter": "^15.0.0", |
| 837 | "sse.js": "^2.2.0", |
| 838 | "tsconfig": "workspace:*", |
| 839 | "ui": "workspace:*", |
| 840 | "unist-util-visit": "^5.0.0", |
| 841 | "valtio": "catalog:", |
| 842 | "zod": "catalog:" |
| 843 | }, |
| 844 | "devDependencies": { |
| 845 | "@testing-library/dom": "^10.0.0", |
| 846 | "@testing-library/jest-dom": "^6.6.0", |
| 847 | "@testing-library/react": "^16.0.0", |
| 848 | "@testing-library/user-event": "^14.0.0", |
| 849 | "@types/common-tags": "^1.8.4", |
| 850 | "@types/js-yaml": "^4.0.9", |
| 851 | "@types/lodash": "^4.17.5", |
| 852 | "@types/mdast": "^3.0.0", |
| 853 | "@types/node": "catalog:", |
| 854 | "@types/react": "catalog:", |
| 855 | "@types/react-dom": "catalog:", |
| 856 | "@types/react-syntax-highlighter": "^15.5.13", |
| 857 | "@vitest/coverage-v8": "catalog:", |
| 858 | "api-types": "workspace:*", |
| 859 | "config": "workspace:*", |
| 860 | "jsdom": "^26.1.0", |
| 861 | "next-router-mock": "^0.9.13", |
| 862 | "tailwindcss": "^4.2.4", |
| 863 | "tsx": "catalog:", |
| 864 | "typescript": "catalog:", |
| 865 | "unified": "^11.0.5", |
| 866 | "vfile": "^6.0.3", |
| 867 | "vite": "catalog:", |
| 868 | "vitest": "catalog:" |
| 869 | }, |
| 870 | "peerDependencies": { |
| 871 | "next": "catalog:" |
| 872 | } |
| 873 | } |