create-tauri-ui 0.3.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (636) hide show
  1. package/README.md +188 -97
  2. package/assets/debug-panel/debug-events.ts.tmpl +97 -0
  3. package/assets/debug-panel/debug-panel.tsx.tmpl +1354 -0
  4. package/assets/debug-panel/tauri.ts.tmpl +53 -0
  5. package/assets/release.yml.tmpl +74 -0
  6. package/dist/index.mjs +483 -52
  7. package/index.js +3 -3
  8. package/package.json +53 -55
  9. package/templates/.shared/.github/workflows/release.yml +0 -112
  10. package/templates/.shared/src-tauri/Cargo.lock +0 -3835
  11. package/templates/.shared/src-tauri/Cargo.toml +0 -39
  12. package/templates/.shared/src-tauri/build.rs +0 -3
  13. package/templates/.shared/src-tauri/icons/128x128.png +0 -0
  14. package/templates/.shared/src-tauri/icons/128x128@2x.png +0 -0
  15. package/templates/.shared/src-tauri/icons/32x32.png +0 -0
  16. package/templates/.shared/src-tauri/icons/Square107x107Logo.png +0 -0
  17. package/templates/.shared/src-tauri/icons/Square142x142Logo.png +0 -0
  18. package/templates/.shared/src-tauri/icons/Square150x150Logo.png +0 -0
  19. package/templates/.shared/src-tauri/icons/Square284x284Logo.png +0 -0
  20. package/templates/.shared/src-tauri/icons/Square30x30Logo.png +0 -0
  21. package/templates/.shared/src-tauri/icons/Square310x310Logo.png +0 -0
  22. package/templates/.shared/src-tauri/icons/Square44x44Logo.png +0 -0
  23. package/templates/.shared/src-tauri/icons/Square71x71Logo.png +0 -0
  24. package/templates/.shared/src-tauri/icons/Square89x89Logo.png +0 -0
  25. package/templates/.shared/src-tauri/icons/StoreLogo.png +0 -0
  26. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  27. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  28. package/templates/.shared/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  29. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  30. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  31. package/templates/.shared/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  32. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  33. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  34. package/templates/.shared/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  35. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  36. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  37. package/templates/.shared/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  38. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  39. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  40. package/templates/.shared/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  41. package/templates/.shared/src-tauri/icons/icon.icns +0 -0
  42. package/templates/.shared/src-tauri/icons/icon.ico +0 -0
  43. package/templates/.shared/src-tauri/icons/icon.png +0 -0
  44. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  45. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  46. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  47. package/templates/.shared/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  48. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  49. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  50. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  51. package/templates/.shared/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  52. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  53. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  54. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  55. package/templates/.shared/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  56. package/templates/.shared/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  57. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  58. package/templates/.shared/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  59. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  60. package/templates/.shared/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  61. package/templates/.shared/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  62. package/templates/.shared/src-tauri/src/main.rs +0 -22
  63. package/templates/.shared/src-tauri/tauri.conf.json +0 -71
  64. package/templates/next/.env +0 -1
  65. package/templates/next/.github/workflows/release.yml +0 -108
  66. package/templates/next/.vscode/extensions.json +0 -3
  67. package/templates/next/LICENSE +0 -21
  68. package/templates/next/README.md +0 -95
  69. package/templates/next/app-icon.png +0 -0
  70. package/templates/next/components.json +0 -16
  71. package/templates/next/next-env.d.ts +0 -5
  72. package/templates/next/next.config.js +0 -14
  73. package/templates/next/package.json +0 -87
  74. package/templates/next/pnpm-lock.yaml +0 -4911
  75. package/templates/next/postcss.config.js +0 -6
  76. package/templates/next/prettier.config.js +0 -35
  77. package/templates/next/public/avatars/01.png +0 -0
  78. package/templates/next/public/avatars/02.png +0 -0
  79. package/templates/next/public/avatars/03.png +0 -0
  80. package/templates/next/public/avatars/04.png +0 -0
  81. package/templates/next/public/avatars/05.png +0 -0
  82. package/templates/next/src/app/examples/authentication/components/user-auth-form.tsx +0 -71
  83. package/templates/next/src/app/examples/authentication/page.tsx +0 -88
  84. package/templates/next/src/app/examples/cards/components/cookie-settings.tsx +0 -60
  85. package/templates/next/src/app/examples/cards/components/create-account.tsx +0 -60
  86. package/templates/next/src/app/examples/cards/components/date-picker.tsx +0 -20
  87. package/templates/next/src/app/examples/cards/components/github-card.tsx +0 -88
  88. package/templates/next/src/app/examples/cards/components/notifications.tsx +0 -53
  89. package/templates/next/src/app/examples/cards/components/payment-method.tsx +0 -129
  90. package/templates/next/src/app/examples/cards/components/report-an-issue.tsx +0 -85
  91. package/templates/next/src/app/examples/cards/components/share-document.tsx +0 -120
  92. package/templates/next/src/app/examples/cards/components/team-members.tsx +0 -149
  93. package/templates/next/src/app/examples/cards/page.tsx +0 -76
  94. package/templates/next/src/app/examples/dashboard/components/date-range-picker.tsx +0 -65
  95. package/templates/next/src/app/examples/dashboard/components/main-nav.tsx +0 -40
  96. package/templates/next/src/app/examples/dashboard/components/overview.tsx +0 -78
  97. package/templates/next/src/app/examples/dashboard/components/recent-sales.tsx +0 -71
  98. package/templates/next/src/app/examples/dashboard/components/search.tsx +0 -13
  99. package/templates/next/src/app/examples/dashboard/components/team-switcher.tsx +0 -213
  100. package/templates/next/src/app/examples/dashboard/components/user-nav.tsx +0 -62
  101. package/templates/next/src/app/examples/dashboard/page.tsx +0 -197
  102. package/templates/next/src/app/examples/forms/account/account-form.tsx +0 -219
  103. package/templates/next/src/app/examples/forms/account/page.tsx +0 -18
  104. package/templates/next/src/app/examples/forms/appearance/appearance-form.tsx +0 -164
  105. package/templates/next/src/app/examples/forms/appearance/page.tsx +0 -18
  106. package/templates/next/src/app/examples/forms/components/profile-form.tsx +0 -191
  107. package/templates/next/src/app/examples/forms/components/sidebar-nav.tsx +0 -44
  108. package/templates/next/src/app/examples/forms/display/display-form.tsx +0 -132
  109. package/templates/next/src/app/examples/forms/display/page.tsx +0 -17
  110. package/templates/next/src/app/examples/forms/layout.tsx +0 -59
  111. package/templates/next/src/app/examples/forms/notifications/notifications-form.tsx +0 -222
  112. package/templates/next/src/app/examples/forms/notifications/page.tsx +0 -17
  113. package/templates/next/src/app/examples/forms/page.tsx +0 -17
  114. package/templates/next/src/app/examples/layout.tsx +0 -7
  115. package/templates/next/src/app/examples/music/components/album-artwork.tsx +0 -95
  116. package/templates/next/src/app/examples/music/components/menu.tsx +0 -200
  117. package/templates/next/src/app/examples/music/components/podcast-empty-placeholder.tsx +0 -64
  118. package/templates/next/src/app/examples/music/components/sidebar.tsx +0 -204
  119. package/templates/next/src/app/examples/music/data/albums.ts +0 -71
  120. package/templates/next/src/app/examples/music/data/playlists.ts +0 -16
  121. package/templates/next/src/app/examples/music/page.tsx +0 -141
  122. package/templates/next/src/app/examples/playground/components/code-viewer.tsx +0 -89
  123. package/templates/next/src/app/examples/playground/components/maxlength-selector.tsx +0 -55
  124. package/templates/next/src/app/examples/playground/components/model-selector.tsx +0 -163
  125. package/templates/next/src/app/examples/playground/components/preset-actions.tsx +0 -122
  126. package/templates/next/src/app/examples/playground/components/preset-save.tsx +0 -44
  127. package/templates/next/src/app/examples/playground/components/preset-selector.tsx +0 -82
  128. package/templates/next/src/app/examples/playground/components/preset-share.tsx +0 -46
  129. package/templates/next/src/app/examples/playground/components/temperature-selector.tsx +0 -57
  130. package/templates/next/src/app/examples/playground/components/top-p-selector.tsx +0 -54
  131. package/templates/next/src/app/examples/playground/data/models.ts +0 -62
  132. package/templates/next/src/app/examples/playground/data/presets.ts +0 -47
  133. package/templates/next/src/app/examples/playground/page.tsx +0 -313
  134. package/templates/next/src/app/examples/tasks/components/columns.tsx +0 -120
  135. package/templates/next/src/app/examples/tasks/components/data-table-column-header.tsx +0 -71
  136. package/templates/next/src/app/examples/tasks/components/data-table-faceted-filter.tsx +0 -147
  137. package/templates/next/src/app/examples/tasks/components/data-table-pagination.tsx +0 -97
  138. package/templates/next/src/app/examples/tasks/components/data-table-row-actions.tsx +0 -69
  139. package/templates/next/src/app/examples/tasks/components/data-table-toolbar.tsx +0 -61
  140. package/templates/next/src/app/examples/tasks/components/data-table-view-options.tsx +0 -59
  141. package/templates/next/src/app/examples/tasks/components/data-table.tsx +0 -126
  142. package/templates/next/src/app/examples/tasks/components/user-nav.tsx +0 -62
  143. package/templates/next/src/app/examples/tasks/data/data.tsx +0 -71
  144. package/templates/next/src/app/examples/tasks/data/schema.ts +0 -13
  145. package/templates/next/src/app/examples/tasks/data/seed.ts +0 -20
  146. package/templates/next/src/app/examples/tasks/data/tasks.json +0 -702
  147. package/templates/next/src/app/examples/tasks/page.tsx +0 -49
  148. package/templates/next/src/app/layout.tsx +0 -47
  149. package/templates/next/src/app/page.tsx +0 -5
  150. package/templates/next/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  151. package/templates/next/src/assets/logo.png +0 -0
  152. package/templates/next/src/components/about-dialog.tsx +0 -111
  153. package/templates/next/src/components/example/date-picker-with-range.tsx +0 -65
  154. package/templates/next/src/components/examples-nav.tsx +0 -70
  155. package/templates/next/src/components/greeting.tsx +0 -21
  156. package/templates/next/src/components/icons.tsx +0 -156
  157. package/templates/next/src/components/menu-mode-toggle.tsx +0 -47
  158. package/templates/next/src/components/menu.tsx +0 -224
  159. package/templates/next/src/components/mode-toggle.tsx +0 -43
  160. package/templates/next/src/components/page-header.tsx +0 -52
  161. package/templates/next/src/components/style-switcher.tsx +0 -19
  162. package/templates/next/src/components/tailwind-indicator.tsx +0 -18
  163. package/templates/next/src/components/theme-provider.tsx +0 -9
  164. package/templates/next/src/components/ui/accordion.tsx +0 -60
  165. package/templates/next/src/components/ui/alert-dialog.tsx +0 -145
  166. package/templates/next/src/components/ui/alert.tsx +0 -59
  167. package/templates/next/src/components/ui/aspect-ratio.tsx +0 -7
  168. package/templates/next/src/components/ui/avatar.tsx +0 -50
  169. package/templates/next/src/components/ui/badge.tsx +0 -36
  170. package/templates/next/src/components/ui/button.tsx +0 -56
  171. package/templates/next/src/components/ui/calendar.tsx +0 -64
  172. package/templates/next/src/components/ui/card.tsx +0 -79
  173. package/templates/next/src/components/ui/checkbox.tsx +0 -30
  174. package/templates/next/src/components/ui/collapsible.tsx +0 -11
  175. package/templates/next/src/components/ui/command.tsx +0 -155
  176. package/templates/next/src/components/ui/context-menu.tsx +0 -200
  177. package/templates/next/src/components/ui/dialog.tsx +0 -123
  178. package/templates/next/src/components/ui/dropdown-menu.tsx +0 -200
  179. package/templates/next/src/components/ui/form.tsx +0 -176
  180. package/templates/next/src/components/ui/hover-card.tsx +0 -29
  181. package/templates/next/src/components/ui/input.tsx +0 -25
  182. package/templates/next/src/components/ui/label.tsx +0 -26
  183. package/templates/next/src/components/ui/menubar.tsx +0 -236
  184. package/templates/next/src/components/ui/navigation-menu.tsx +0 -128
  185. package/templates/next/src/components/ui/popover.tsx +0 -31
  186. package/templates/next/src/components/ui/progress.tsx +0 -28
  187. package/templates/next/src/components/ui/radio-group.tsx +0 -44
  188. package/templates/next/src/components/ui/scroll-area.tsx +0 -48
  189. package/templates/next/src/components/ui/select.tsx +0 -121
  190. package/templates/next/src/components/ui/separator.tsx +0 -31
  191. package/templates/next/src/components/ui/sheet.tsx +0 -144
  192. package/templates/next/src/components/ui/skeleton.tsx +0 -15
  193. package/templates/next/src/components/ui/slider.tsx +0 -28
  194. package/templates/next/src/components/ui/switch.tsx +0 -29
  195. package/templates/next/src/components/ui/table.tsx +0 -114
  196. package/templates/next/src/components/ui/tabs.tsx +0 -55
  197. package/templates/next/src/components/ui/textarea.tsx +0 -24
  198. package/templates/next/src/components/ui/toast.tsx +0 -127
  199. package/templates/next/src/components/ui/toaster.tsx +0 -35
  200. package/templates/next/src/components/ui/toggle.tsx +0 -45
  201. package/templates/next/src/components/ui/tooltip.tsx +0 -30
  202. package/templates/next/src/components/ui/use-toast.ts +0 -192
  203. package/templates/next/src/data/albums.ts +0 -71
  204. package/templates/next/src/data/playlists.ts +0 -16
  205. package/templates/next/src/hooks/use-lock-body.ts +0 -12
  206. package/templates/next/src/hooks/use-mounted.ts +0 -11
  207. package/templates/next/src/hooks/use-mutation-observer.ts +0 -20
  208. package/templates/next/src/lib/fonts.ts +0 -11
  209. package/templates/next/src/lib/utils.ts +0 -6
  210. package/templates/next/src/styles/globals.css +0 -88
  211. package/templates/next/src-tauri/Cargo.lock +0 -3835
  212. package/templates/next/src-tauri/Cargo.toml +0 -39
  213. package/templates/next/src-tauri/build.rs +0 -3
  214. package/templates/next/src-tauri/icons/128x128.png +0 -0
  215. package/templates/next/src-tauri/icons/128x128@2x.png +0 -0
  216. package/templates/next/src-tauri/icons/32x32.png +0 -0
  217. package/templates/next/src-tauri/icons/Square107x107Logo.png +0 -0
  218. package/templates/next/src-tauri/icons/Square142x142Logo.png +0 -0
  219. package/templates/next/src-tauri/icons/Square150x150Logo.png +0 -0
  220. package/templates/next/src-tauri/icons/Square284x284Logo.png +0 -0
  221. package/templates/next/src-tauri/icons/Square30x30Logo.png +0 -0
  222. package/templates/next/src-tauri/icons/Square310x310Logo.png +0 -0
  223. package/templates/next/src-tauri/icons/Square44x44Logo.png +0 -0
  224. package/templates/next/src-tauri/icons/Square71x71Logo.png +0 -0
  225. package/templates/next/src-tauri/icons/Square89x89Logo.png +0 -0
  226. package/templates/next/src-tauri/icons/StoreLogo.png +0 -0
  227. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  228. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  229. package/templates/next/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  230. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  231. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  232. package/templates/next/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  233. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  234. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  235. package/templates/next/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  236. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  237. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  238. package/templates/next/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  239. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  240. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  241. package/templates/next/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  242. package/templates/next/src-tauri/icons/icon.icns +0 -0
  243. package/templates/next/src-tauri/icons/icon.ico +0 -0
  244. package/templates/next/src-tauri/icons/icon.png +0 -0
  245. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  246. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  247. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  248. package/templates/next/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  249. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  250. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  251. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  252. package/templates/next/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  253. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  254. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  255. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  256. package/templates/next/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  257. package/templates/next/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  258. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  259. package/templates/next/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  260. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  261. package/templates/next/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  262. package/templates/next/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  263. package/templates/next/src-tauri/src/main.rs +0 -22
  264. package/templates/next/src-tauri/tauri.conf.json +0 -71
  265. package/templates/next/tailwind.config.js +0 -78
  266. package/templates/next/tsconfig.json +0 -35
  267. package/templates/sveltekit/.github/workflows/release.yml +0 -108
  268. package/templates/sveltekit/.prettierignore +0 -13
  269. package/templates/sveltekit/.prettierrc +0 -8
  270. package/templates/sveltekit/README.md +0 -1
  271. package/templates/sveltekit/app-icon.png +0 -0
  272. package/templates/sveltekit/package.json +0 -85
  273. package/templates/sveltekit/pnpm-lock.yaml +0 -4177
  274. package/templates/sveltekit/postcss.config.cjs +0 -13
  275. package/templates/sveltekit/src/app.d.ts +0 -18
  276. package/templates/sveltekit/src/app.html +0 -16
  277. package/templates/sveltekit/src/assets/Inter.var.woff2 +0 -0
  278. package/templates/sveltekit/src/index.test.ts +0 -7
  279. package/templates/sveltekit/src/lib/components/docs/TailwindIndicator.svelte +0 -10
  280. package/templates/sveltekit/src/lib/components/docs/charts/Bar.svelte +0 -152
  281. package/templates/sveltekit/src/lib/components/docs/dashboard/DashboardPage.svelte +0 -108
  282. package/templates/sveltekit/src/lib/components/docs/dashboard/MainNav.svelte +0 -31
  283. package/templates/sveltekit/src/lib/components/docs/dashboard/Overview.svelte +0 -5
  284. package/templates/sveltekit/src/lib/components/docs/dashboard/RecentSales.svelte +0 -61
  285. package/templates/sveltekit/src/lib/components/docs/dashboard/Search.svelte +0 -7
  286. package/templates/sveltekit/src/lib/components/docs/dashboard/index.ts +0 -1
  287. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExampleCodeLink.svelte +0 -19
  288. package/templates/sveltekit/src/lib/components/docs/examples-nav/ExamplesNav.svelte +0 -27
  289. package/templates/sveltekit/src/lib/components/docs/examples-nav/index.ts +0 -2
  290. package/templates/sveltekit/src/lib/components/docs/icons/Apple.svelte +0 -12
  291. package/templates/sveltekit/src/lib/components/docs/icons/Aria.svelte +0 -11
  292. package/templates/sveltekit/src/lib/components/docs/icons/GitHub.svelte +0 -12
  293. package/templates/sveltekit/src/lib/components/docs/icons/Google.svelte +0 -12
  294. package/templates/sveltekit/src/lib/components/docs/icons/Logo.svelte +0 -17
  295. package/templates/sveltekit/src/lib/components/docs/icons/Minimize.svelte +0 -12
  296. package/templates/sveltekit/src/lib/components/docs/icons/Npm.svelte +0 -12
  297. package/templates/sveltekit/src/lib/components/docs/icons/PayPal.svelte +0 -12
  298. package/templates/sveltekit/src/lib/components/docs/icons/Pnpm.svelte +0 -12
  299. package/templates/sveltekit/src/lib/components/docs/icons/Radix.svelte +0 -14
  300. package/templates/sveltekit/src/lib/components/docs/icons/RadixSvelte.svelte +0 -14
  301. package/templates/sveltekit/src/lib/components/docs/icons/Tailwind.svelte +0 -12
  302. package/templates/sveltekit/src/lib/components/docs/icons/Yarn.svelte +0 -12
  303. package/templates/sveltekit/src/lib/components/docs/icons/index.ts +0 -78
  304. package/templates/sveltekit/src/lib/components/docs/index.ts +0 -6
  305. package/templates/sveltekit/src/lib/components/docs/light-switch/LightSwitch.svelte +0 -75
  306. package/templates/sveltekit/src/lib/components/docs/light-switch/index.ts +0 -1
  307. package/templates/sveltekit/src/lib/components/docs/light-switch/light-switch.ts +0 -87
  308. package/templates/sveltekit/src/lib/components/docs/light-switch/local-storage-store.ts +0 -81
  309. package/templates/sveltekit/src/lib/components/ui/accordion/Accordion.svelte +0 -11
  310. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionContent.svelte +0 -19
  311. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionItem.svelte +0 -13
  312. package/templates/sveltekit/src/lib/components/ui/accordion/AccordionTrigger.svelte +0 -21
  313. package/templates/sveltekit/src/lib/components/ui/accordion/index.ts +0 -4
  314. package/templates/sveltekit/src/lib/components/ui/alert/Alert.svelte +0 -29
  315. package/templates/sveltekit/src/lib/components/ui/alert/AlertDescription.svelte +0 -10
  316. package/templates/sveltekit/src/lib/components/ui/alert/AlertTitle.svelte +0 -15
  317. package/templates/sveltekit/src/lib/components/ui/alert/index.ts +0 -3
  318. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogAction.svelte +0 -12
  319. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogCancel.svelte +0 -15
  320. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogContent.svelte +0 -22
  321. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogDescription.svelte +0 -14
  322. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogFooter.svelte +0 -13
  323. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogHeader.svelte +0 -10
  324. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogOverlay.svelte +0 -15
  325. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogPortal.svelte +0 -9
  326. package/templates/sveltekit/src/lib/components/ui/alert-dialog/AlertDialogTitle.svelte +0 -11
  327. package/templates/sveltekit/src/lib/components/ui/alert-dialog/index.ts +0 -12
  328. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/AspectRatio.svelte +0 -13
  329. package/templates/sveltekit/src/lib/components/ui/aspect-ratio/index.ts +0 -1
  330. package/templates/sveltekit/src/lib/components/ui/avatar/Avatar.svelte +0 -14
  331. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarFallback.svelte +0 -14
  332. package/templates/sveltekit/src/lib/components/ui/avatar/AvatarImage.svelte +0 -17
  333. package/templates/sveltekit/src/lib/components/ui/avatar/index.ts +0 -3
  334. package/templates/sveltekit/src/lib/components/ui/badge/Badge.svelte +0 -39
  335. package/templates/sveltekit/src/lib/components/ui/badge/index.ts +0 -21
  336. package/templates/sveltekit/src/lib/components/ui/button/Button.svelte +0 -47
  337. package/templates/sveltekit/src/lib/components/ui/button/index.ts +0 -28
  338. package/templates/sveltekit/src/lib/components/ui/card/Card.svelte +0 -18
  339. package/templates/sveltekit/src/lib/components/ui/card/CardContent.svelte +0 -10
  340. package/templates/sveltekit/src/lib/components/ui/card/CardDescription.svelte +0 -10
  341. package/templates/sveltekit/src/lib/components/ui/card/CardFooter.svelte +0 -10
  342. package/templates/sveltekit/src/lib/components/ui/card/CardHeader.svelte +0 -10
  343. package/templates/sveltekit/src/lib/components/ui/card/CardTitle.svelte +0 -16
  344. package/templates/sveltekit/src/lib/components/ui/card/index.ts +0 -6
  345. package/templates/sveltekit/src/lib/components/ui/checkbox/Checkbox.svelte +0 -23
  346. package/templates/sveltekit/src/lib/components/ui/checkbox/index.ts +0 -1
  347. package/templates/sveltekit/src/lib/components/ui/collapsible/index.ts +0 -7
  348. package/templates/sveltekit/src/lib/components/ui/dialog/DialogContent.svelte +0 -29
  349. package/templates/sveltekit/src/lib/components/ui/dialog/DialogDescription.svelte +0 -14
  350. package/templates/sveltekit/src/lib/components/ui/dialog/DialogFooter.svelte +0 -13
  351. package/templates/sveltekit/src/lib/components/ui/dialog/DialogHeader.svelte +0 -10
  352. package/templates/sveltekit/src/lib/components/ui/dialog/DialogOverlay.svelte +0 -15
  353. package/templates/sveltekit/src/lib/components/ui/dialog/DialogPortal.svelte +0 -13
  354. package/templates/sveltekit/src/lib/components/ui/dialog/DialogTitle.svelte +0 -14
  355. package/templates/sveltekit/src/lib/components/ui/dialog/index.ts +0 -12
  356. package/templates/sveltekit/src/lib/components/ui/hover-card/HoverCardContent.svelte +0 -24
  357. package/templates/sveltekit/src/lib/components/ui/hover-card/index.ts +0 -6
  358. package/templates/sveltekit/src/lib/components/ui/input/Input.svelte +0 -30
  359. package/templates/sveltekit/src/lib/components/ui/input/index.ts +0 -1
  360. package/templates/sveltekit/src/lib/components/ui/label/Label.svelte +0 -16
  361. package/templates/sveltekit/src/lib/components/ui/label/index.ts +0 -1
  362. package/templates/sveltekit/src/lib/components/ui/progress/Progress.svelte +0 -22
  363. package/templates/sveltekit/src/lib/components/ui/progress/index.ts +0 -1
  364. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroup.svelte +0 -13
  365. package/templates/sveltekit/src/lib/components/ui/radio-group/RadioGroupItem.svelte +0 -23
  366. package/templates/sveltekit/src/lib/components/ui/radio-group/index.ts +0 -2
  367. package/templates/sveltekit/src/lib/components/ui/select/SelectContent.svelte +0 -26
  368. package/templates/sveltekit/src/lib/components/ui/select/SelectItem.svelte +0 -29
  369. package/templates/sveltekit/src/lib/components/ui/select/SelectLabel.svelte +0 -14
  370. package/templates/sveltekit/src/lib/components/ui/select/SelectSeparator.svelte +0 -9
  371. package/templates/sveltekit/src/lib/components/ui/select/SelectTrigger.svelte +0 -21
  372. package/templates/sveltekit/src/lib/components/ui/select/index.ts +0 -10
  373. package/templates/sveltekit/src/lib/components/ui/separator/Separator.svelte +0 -22
  374. package/templates/sveltekit/src/lib/components/ui/separator/index.ts +0 -1
  375. package/templates/sveltekit/src/lib/components/ui/sheet/SheetContent.svelte +0 -27
  376. package/templates/sveltekit/src/lib/components/ui/sheet/SheetDescription.svelte +0 -11
  377. package/templates/sveltekit/src/lib/components/ui/sheet/SheetFooter.svelte +0 -13
  378. package/templates/sveltekit/src/lib/components/ui/sheet/SheetHeader.svelte +0 -10
  379. package/templates/sveltekit/src/lib/components/ui/sheet/SheetOverlay.svelte +0 -15
  380. package/templates/sveltekit/src/lib/components/ui/sheet/SheetPortal.svelte +0 -28
  381. package/templates/sveltekit/src/lib/components/ui/sheet/SheetTitle.svelte +0 -14
  382. package/templates/sveltekit/src/lib/components/ui/sheet/index.ts +0 -102
  383. package/templates/sveltekit/src/lib/components/ui/skeleton/Skeleton.svelte +0 -8
  384. package/templates/sveltekit/src/lib/components/ui/skeleton/index.ts +0 -1
  385. package/templates/sveltekit/src/lib/components/ui/slider/Slider.svelte +0 -22
  386. package/templates/sveltekit/src/lib/components/ui/slider/index.ts +0 -1
  387. package/templates/sveltekit/src/lib/components/ui/switch/Switch.svelte +0 -32
  388. package/templates/sveltekit/src/lib/components/ui/switch/index.ts +0 -1
  389. package/templates/sveltekit/src/lib/components/ui/table/Table.svelte +0 -12
  390. package/templates/sveltekit/src/lib/components/ui/table/TableBody.svelte +0 -10
  391. package/templates/sveltekit/src/lib/components/ui/table/TableCaption.svelte +0 -10
  392. package/templates/sveltekit/src/lib/components/ui/table/TableCell.svelte +0 -10
  393. package/templates/sveltekit/src/lib/components/ui/table/TableFooter.svelte +0 -10
  394. package/templates/sveltekit/src/lib/components/ui/table/TableHead.svelte +0 -16
  395. package/templates/sveltekit/src/lib/components/ui/table/TableHeader.svelte +0 -10
  396. package/templates/sveltekit/src/lib/components/ui/table/TableRow.svelte +0 -16
  397. package/templates/sveltekit/src/lib/components/ui/table/index.ts +0 -8
  398. package/templates/sveltekit/src/lib/components/ui/tabs/TabsContent.svelte +0 -20
  399. package/templates/sveltekit/src/lib/components/ui/tabs/TabsList.svelte +0 -17
  400. package/templates/sveltekit/src/lib/components/ui/tabs/TabsTrigger.svelte +0 -20
  401. package/templates/sveltekit/src/lib/components/ui/tabs/index.ts +0 -7
  402. package/templates/sveltekit/src/lib/components/ui/textarea/Textarea.svelte +0 -30
  403. package/templates/sveltekit/src/lib/components/ui/textarea/index.ts +0 -1
  404. package/templates/sveltekit/src/lib/components/ui/toggle/Toggle.svelte +0 -44
  405. package/templates/sveltekit/src/lib/components/ui/toggle/index.ts +0 -1
  406. package/templates/sveltekit/src/lib/components/ui/tooltip/TooltipContent.svelte +0 -22
  407. package/templates/sveltekit/src/lib/components/ui/tooltip/index.ts +0 -6
  408. package/templates/sveltekit/src/lib/config/components.ts +0 -306
  409. package/templates/sveltekit/src/lib/config/docs.ts +0 -356
  410. package/templates/sveltekit/src/lib/config/site.ts +0 -15
  411. package/templates/sveltekit/src/lib/types/docs.ts +0 -50
  412. package/templates/sveltekit/src/lib/types/nav.ts +0 -18
  413. package/templates/sveltekit/src/lib/utils.ts +0 -75
  414. package/templates/sveltekit/src/routes/+layout.svelte +0 -48
  415. package/templates/sveltekit/src/routes/+layout.ts +0 -4
  416. package/templates/sveltekit/src/routes/+page.svelte +0 -0
  417. package/templates/sveltekit/src/routes/+page.ts +0 -6
  418. package/templates/sveltekit/src/routes/authentication/+page.svelte +0 -57
  419. package/templates/sveltekit/src/routes/authentication/+page.ts +0 -7
  420. package/templates/sveltekit/src/routes/authentication/UserAuthForm.svelte +0 -61
  421. package/templates/sveltekit/src/routes/cards/+page.svelte +0 -26
  422. package/templates/sveltekit/src/routes/cards/+page.ts +0 -7
  423. package/templates/sveltekit/src/routes/cards/CookieSettings.svelte +0 -52
  424. package/templates/sveltekit/src/routes/cards/CreateAccount.svelte +0 -52
  425. package/templates/sveltekit/src/routes/cards/DemoContainer.svelte +0 -10
  426. package/templates/sveltekit/src/routes/cards/Notifications.svelte +0 -38
  427. package/templates/sveltekit/src/routes/cards/PaymentMethod.svelte +0 -110
  428. package/templates/sveltekit/src/routes/cards/ReportAnIssue.svelte +0 -71
  429. package/templates/sveltekit/src/routes/cards/ShareDocument.svelte +0 -91
  430. package/templates/sveltekit/src/routes/dashboard/+page.svelte +0 -5
  431. package/templates/sveltekit/src/routes/dashboard/+page.ts +0 -7
  432. package/templates/sveltekit/src/routes/forms/+page.svelte +0 -0
  433. package/templates/sveltekit/src/routes/music/+page.svelte +0 -0
  434. package/templates/sveltekit/src/routes/music/albums.ts +0 -61
  435. package/templates/sveltekit/src/routes/music/playlists.ts +0 -16
  436. package/templates/sveltekit/src/routes/playground/+page.svelte +0 -0
  437. package/templates/sveltekit/src/routes/tasks/+page.svelte +0 -0
  438. package/templates/sveltekit/src/styles/globals.css +0 -125
  439. package/templates/sveltekit/src/styles/mdsvex.css +0 -80
  440. package/templates/sveltekit/src-tauri/Cargo.lock +0 -3835
  441. package/templates/sveltekit/src-tauri/Cargo.toml +0 -39
  442. package/templates/sveltekit/src-tauri/build.rs +0 -3
  443. package/templates/sveltekit/src-tauri/icons/128x128.png +0 -0
  444. package/templates/sveltekit/src-tauri/icons/128x128@2x.png +0 -0
  445. package/templates/sveltekit/src-tauri/icons/32x32.png +0 -0
  446. package/templates/sveltekit/src-tauri/icons/Square107x107Logo.png +0 -0
  447. package/templates/sveltekit/src-tauri/icons/Square142x142Logo.png +0 -0
  448. package/templates/sveltekit/src-tauri/icons/Square150x150Logo.png +0 -0
  449. package/templates/sveltekit/src-tauri/icons/Square284x284Logo.png +0 -0
  450. package/templates/sveltekit/src-tauri/icons/Square30x30Logo.png +0 -0
  451. package/templates/sveltekit/src-tauri/icons/Square310x310Logo.png +0 -0
  452. package/templates/sveltekit/src-tauri/icons/Square44x44Logo.png +0 -0
  453. package/templates/sveltekit/src-tauri/icons/Square71x71Logo.png +0 -0
  454. package/templates/sveltekit/src-tauri/icons/Square89x89Logo.png +0 -0
  455. package/templates/sveltekit/src-tauri/icons/StoreLogo.png +0 -0
  456. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  457. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  458. package/templates/sveltekit/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  459. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  460. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  461. package/templates/sveltekit/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  462. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  463. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  464. package/templates/sveltekit/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  465. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  466. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  467. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  468. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  469. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  470. package/templates/sveltekit/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  471. package/templates/sveltekit/src-tauri/icons/icon.icns +0 -0
  472. package/templates/sveltekit/src-tauri/icons/icon.ico +0 -0
  473. package/templates/sveltekit/src-tauri/icons/icon.png +0 -0
  474. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  475. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  476. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  477. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  478. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  479. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  480. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  481. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  482. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  483. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  484. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  485. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  486. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  487. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  488. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  489. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  490. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  491. package/templates/sveltekit/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  492. package/templates/sveltekit/src-tauri/src/main.rs +0 -22
  493. package/templates/sveltekit/src-tauri/tauri.conf.json +0 -71
  494. package/templates/sveltekit/static/avatars/01.png +0 -0
  495. package/templates/sveltekit/static/avatars/02.png +0 -0
  496. package/templates/sveltekit/static/avatars/03.png +0 -0
  497. package/templates/sveltekit/static/avatars/04.png +0 -0
  498. package/templates/sveltekit/static/avatars/05.png +0 -0
  499. package/templates/sveltekit/static/favicon.ico +0 -0
  500. package/templates/sveltekit/svelte.config.js +0 -22
  501. package/templates/sveltekit/tailwind.config.js +0 -67
  502. package/templates/sveltekit/tsconfig.json +0 -13
  503. package/templates/sveltekit/vite.config.js +0 -12
  504. package/templates/vite/.github/workflows/release.yml +0 -108
  505. package/templates/vite/.vscode/extensions.json +0 -3
  506. package/templates/vite/README.md +0 -7
  507. package/templates/vite/app-icon.png +0 -0
  508. package/templates/vite/components.json +0 -16
  509. package/templates/vite/index.html +0 -16
  510. package/templates/vite/package.json +0 -83
  511. package/templates/vite/pnpm-lock.yaml +0 -5176
  512. package/templates/vite/postcss.config.js +0 -6
  513. package/templates/vite/prettier.config.cjs +0 -35
  514. package/templates/vite/public/avatars/01.png +0 -0
  515. package/templates/vite/public/avatars/02.png +0 -0
  516. package/templates/vite/public/avatars/03.png +0 -0
  517. package/templates/vite/public/avatars/04.png +0 -0
  518. package/templates/vite/public/avatars/05.png +0 -0
  519. package/templates/vite/src/App.tsx +0 -39
  520. package/templates/vite/src/assets/Inter-VariableFont_slnt,wght.ttf +0 -0
  521. package/templates/vite/src/components/about-dialog.tsx +0 -101
  522. package/templates/vite/src/components/icons.tsx +0 -154
  523. package/templates/vite/src/components/menu-mode-toggle.tsx +0 -47
  524. package/templates/vite/src/components/menu.tsx +0 -212
  525. package/templates/vite/src/components/tailwind-indicator.tsx +0 -18
  526. package/templates/vite/src/components/theme-provider.tsx +0 -9
  527. package/templates/vite/src/components/ui/accordion.tsx +0 -58
  528. package/templates/vite/src/components/ui/alert-dialog.tsx +0 -143
  529. package/templates/vite/src/components/ui/alert.tsx +0 -59
  530. package/templates/vite/src/components/ui/aspect-ratio.tsx +0 -5
  531. package/templates/vite/src/components/ui/avatar.tsx +0 -48
  532. package/templates/vite/src/components/ui/badge.tsx +0 -36
  533. package/templates/vite/src/components/ui/button.tsx +0 -56
  534. package/templates/vite/src/components/ui/calendar.tsx +0 -62
  535. package/templates/vite/src/components/ui/card.tsx +0 -79
  536. package/templates/vite/src/components/ui/checkbox.tsx +0 -28
  537. package/templates/vite/src/components/ui/collapsible.tsx +0 -9
  538. package/templates/vite/src/components/ui/command.tsx +0 -153
  539. package/templates/vite/src/components/ui/context-menu.tsx +0 -198
  540. package/templates/vite/src/components/ui/dialog.tsx +0 -121
  541. package/templates/vite/src/components/ui/dropdown-menu.tsx +0 -198
  542. package/templates/vite/src/components/ui/form.tsx +0 -176
  543. package/templates/vite/src/components/ui/hover-card.tsx +0 -27
  544. package/templates/vite/src/components/ui/input.tsx +0 -25
  545. package/templates/vite/src/components/ui/label.tsx +0 -24
  546. package/templates/vite/src/components/ui/menubar.tsx +0 -234
  547. package/templates/vite/src/components/ui/navigation-menu.tsx +0 -128
  548. package/templates/vite/src/components/ui/popover.tsx +0 -29
  549. package/templates/vite/src/components/ui/progress.tsx +0 -26
  550. package/templates/vite/src/components/ui/radio-group.tsx +0 -42
  551. package/templates/vite/src/components/ui/scroll-area.tsx +0 -46
  552. package/templates/vite/src/components/ui/select.tsx +0 -119
  553. package/templates/vite/src/components/ui/separator.tsx +0 -29
  554. package/templates/vite/src/components/ui/sheet.tsx +0 -142
  555. package/templates/vite/src/components/ui/skeleton.tsx +0 -15
  556. package/templates/vite/src/components/ui/slider.tsx +0 -26
  557. package/templates/vite/src/components/ui/switch.tsx +0 -27
  558. package/templates/vite/src/components/ui/table.tsx +0 -114
  559. package/templates/vite/src/components/ui/tabs.tsx +0 -53
  560. package/templates/vite/src/components/ui/textarea.tsx +0 -24
  561. package/templates/vite/src/components/ui/toast.tsx +0 -127
  562. package/templates/vite/src/components/ui/toaster.tsx +0 -33
  563. package/templates/vite/src/components/ui/toggle.tsx +0 -43
  564. package/templates/vite/src/components/ui/tooltip.tsx +0 -28
  565. package/templates/vite/src/components/ui/use-toast.ts +0 -192
  566. package/templates/vite/src/dashboard/components/date-range-picker.tsx +0 -65
  567. package/templates/vite/src/dashboard/components/main-nav.tsx +0 -38
  568. package/templates/vite/src/dashboard/components/overview.tsx +0 -78
  569. package/templates/vite/src/dashboard/components/recent-sales.tsx +0 -71
  570. package/templates/vite/src/dashboard/components/search.tsx +0 -13
  571. package/templates/vite/src/dashboard/components/team-switcher.tsx +0 -213
  572. package/templates/vite/src/dashboard/components/user-nav.tsx +0 -62
  573. package/templates/vite/src/dashboard/page.tsx +0 -191
  574. package/templates/vite/src/lib/utils.ts +0 -19
  575. package/templates/vite/src/main.tsx +0 -10
  576. package/templates/vite/src/styles/globals.css +0 -88
  577. package/templates/vite/src/vite-env.d.ts +0 -1
  578. package/templates/vite/src-tauri/Cargo.lock +0 -3835
  579. package/templates/vite/src-tauri/Cargo.toml +0 -39
  580. package/templates/vite/src-tauri/build.rs +0 -3
  581. package/templates/vite/src-tauri/icons/128x128.png +0 -0
  582. package/templates/vite/src-tauri/icons/128x128@2x.png +0 -0
  583. package/templates/vite/src-tauri/icons/32x32.png +0 -0
  584. package/templates/vite/src-tauri/icons/Square107x107Logo.png +0 -0
  585. package/templates/vite/src-tauri/icons/Square142x142Logo.png +0 -0
  586. package/templates/vite/src-tauri/icons/Square150x150Logo.png +0 -0
  587. package/templates/vite/src-tauri/icons/Square284x284Logo.png +0 -0
  588. package/templates/vite/src-tauri/icons/Square30x30Logo.png +0 -0
  589. package/templates/vite/src-tauri/icons/Square310x310Logo.png +0 -0
  590. package/templates/vite/src-tauri/icons/Square44x44Logo.png +0 -0
  591. package/templates/vite/src-tauri/icons/Square71x71Logo.png +0 -0
  592. package/templates/vite/src-tauri/icons/Square89x89Logo.png +0 -0
  593. package/templates/vite/src-tauri/icons/StoreLogo.png +0 -0
  594. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher.png +0 -0
  595. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_foreground.png +0 -0
  596. package/templates/vite/src-tauri/icons/android/mipmap-hdpi/ic_launcher_round.png +0 -0
  597. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher.png +0 -0
  598. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_foreground.png +0 -0
  599. package/templates/vite/src-tauri/icons/android/mipmap-mdpi/ic_launcher_round.png +0 -0
  600. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher.png +0 -0
  601. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
  602. package/templates/vite/src-tauri/icons/android/mipmap-xhdpi/ic_launcher_round.png +0 -0
  603. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher.png +0 -0
  604. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
  605. package/templates/vite/src-tauri/icons/android/mipmap-xxhdpi/ic_launcher_round.png +0 -0
  606. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher.png +0 -0
  607. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
  608. package/templates/vite/src-tauri/icons/android/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
  609. package/templates/vite/src-tauri/icons/icon.icns +0 -0
  610. package/templates/vite/src-tauri/icons/icon.ico +0 -0
  611. package/templates/vite/src-tauri/icons/icon.png +0 -0
  612. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@1x.png +0 -0
  613. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x-1.png +0 -0
  614. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@2x.png +0 -0
  615. package/templates/vite/src-tauri/icons/ios/AppIcon-20x20@3x.png +0 -0
  616. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@1x.png +0 -0
  617. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x-1.png +0 -0
  618. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@2x.png +0 -0
  619. package/templates/vite/src-tauri/icons/ios/AppIcon-29x29@3x.png +0 -0
  620. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@1x.png +0 -0
  621. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x-1.png +0 -0
  622. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@2x.png +0 -0
  623. package/templates/vite/src-tauri/icons/ios/AppIcon-40x40@3x.png +0 -0
  624. package/templates/vite/src-tauri/icons/ios/AppIcon-512@2x.png +0 -0
  625. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@2x.png +0 -0
  626. package/templates/vite/src-tauri/icons/ios/AppIcon-60x60@3x.png +0 -0
  627. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@1x.png +0 -0
  628. package/templates/vite/src-tauri/icons/ios/AppIcon-76x76@2x.png +0 -0
  629. package/templates/vite/src-tauri/icons/ios/AppIcon-83.5x83.5@2x.png +0 -0
  630. package/templates/vite/src-tauri/src/main.rs +0 -22
  631. package/templates/vite/src-tauri/tauri.conf.json +0 -71
  632. package/templates/vite/tailwind.config.js +0 -78
  633. package/templates/vite/tsconfig.json +0 -26
  634. package/templates/vite/tsconfig.node.json +0 -9
  635. package/templates/vite/vite.config.ts +0 -33
  636. /package/{templates/.shared → assets}/app-icon.png +0 -0
@@ -1,4911 +0,0 @@
1
- lockfileVersion: '6.0'
2
-
3
- settings:
4
- autoInstallPeers: true
5
- excludeLinksFromLockfile: false
6
-
7
- dependencies:
8
- '@faker-js/faker':
9
- specifier: ^8.0.2
10
- version: 8.0.2
11
- '@hookform/resolvers':
12
- specifier: ^3.1.1
13
- version: 3.1.1(react-hook-form@7.45.2)
14
- '@radix-ui/react-accessible-icon':
15
- specifier: ^1.0.3
16
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
17
- '@radix-ui/react-accordion':
18
- specifier: ^1.1.2
19
- version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
20
- '@radix-ui/react-alert-dialog':
21
- specifier: ^1.0.4
22
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
23
- '@radix-ui/react-aspect-ratio':
24
- specifier: ^1.0.3
25
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
26
- '@radix-ui/react-avatar':
27
- specifier: ^1.0.3
28
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
29
- '@radix-ui/react-checkbox':
30
- specifier: ^1.0.4
31
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
32
- '@radix-ui/react-collapsible':
33
- specifier: ^1.0.3
34
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
35
- '@radix-ui/react-context-menu':
36
- specifier: ^2.1.4
37
- version: 2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
38
- '@radix-ui/react-dialog':
39
- specifier: ^1.0.4
40
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
41
- '@radix-ui/react-dropdown-menu':
42
- specifier: ^2.0.5
43
- version: 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
44
- '@radix-ui/react-hover-card':
45
- specifier: ^1.0.6
46
- version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
47
- '@radix-ui/react-icons':
48
- specifier: ^1.3.0
49
- version: 1.3.0(react@18.2.0)
50
- '@radix-ui/react-label':
51
- specifier: ^2.0.2
52
- version: 2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
53
- '@radix-ui/react-menubar':
54
- specifier: ^1.0.3
55
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
56
- '@radix-ui/react-navigation-menu':
57
- specifier: ^1.1.3
58
- version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
59
- '@radix-ui/react-popover':
60
- specifier: ^1.0.6
61
- version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
62
- '@radix-ui/react-progress':
63
- specifier: ^1.0.3
64
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
65
- '@radix-ui/react-radio-group':
66
- specifier: ^1.1.3
67
- version: 1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
68
- '@radix-ui/react-scroll-area':
69
- specifier: ^1.0.4
70
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
71
- '@radix-ui/react-select':
72
- specifier: ^1.2.2
73
- version: 1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
74
- '@radix-ui/react-separator':
75
- specifier: ^1.0.3
76
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
77
- '@radix-ui/react-slider':
78
- specifier: ^1.1.2
79
- version: 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
80
- '@radix-ui/react-slot':
81
- specifier: ^1.0.2
82
- version: 1.0.2(@types/react@18.2.18)(react@18.2.0)
83
- '@radix-ui/react-switch':
84
- specifier: ^1.0.3
85
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
86
- '@radix-ui/react-tabs':
87
- specifier: ^1.0.4
88
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
89
- '@radix-ui/react-toast':
90
- specifier: ^1.1.4
91
- version: 1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
92
- '@radix-ui/react-toggle':
93
- specifier: ^1.0.3
94
- version: 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
95
- '@radix-ui/react-toggle-group':
96
- specifier: ^1.0.4
97
- version: 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
98
- '@radix-ui/react-tooltip':
99
- specifier: ^1.0.6
100
- version: 1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
101
- '@tailwindcss/line-clamp':
102
- specifier: ^0.4.4
103
- version: 0.4.4(tailwindcss@3.3.3)
104
- '@tanstack/react-table':
105
- specifier: ^8.9.3
106
- version: 8.9.3(react-dom@18.2.0)(react@18.2.0)
107
- '@tauri-apps/api':
108
- specifier: 2.0.0-alpha.5
109
- version: 2.0.0-alpha.5
110
- '@tauri-apps/plugin-app':
111
- specifier: 2.0.0-alpha.0
112
- version: 2.0.0-alpha.0
113
- '@tauri-apps/plugin-os':
114
- specifier: 2.0.0-alpha.0
115
- version: 2.0.0-alpha.0
116
- '@tauri-apps/plugin-shell':
117
- specifier: 2.0.0-alpha.0
118
- version: 2.0.0-alpha.0
119
- '@tauri-apps/plugin-window':
120
- specifier: 2.0.0-alpha.0
121
- version: 2.0.0-alpha.0
122
- class-variance-authority:
123
- specifier: ^0.7.0
124
- version: 0.7.0
125
- clsx:
126
- specifier: ^2.0.0
127
- version: 2.0.0
128
- cmdk:
129
- specifier: ^0.2.0
130
- version: 0.2.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
131
- date-fns:
132
- specifier: ^2.30.0
133
- version: 2.30.0
134
- lucide-react:
135
- specifier: ^0.263.1
136
- version: 0.263.1(react@18.2.0)
137
- nanoid:
138
- specifier: ^4.0.2
139
- version: 4.0.2
140
- next:
141
- specifier: ^13.4.12
142
- version: 13.4.12(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0)
143
- next-themes:
144
- specifier: ^0.2.1
145
- version: 0.2.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0)
146
- react:
147
- specifier: ^18.2.0
148
- version: 18.2.0
149
- react-day-picker:
150
- specifier: ^8.8.0
151
- version: 8.8.0(date-fns@2.30.0)(react@18.2.0)
152
- react-dom:
153
- specifier: ^18.2.0
154
- version: 18.2.0(react@18.2.0)
155
- react-hook-form:
156
- specifier: 7.45.2
157
- version: 7.45.2(react@18.2.0)
158
- react-wrap-balancer:
159
- specifier: ^1.0.0
160
- version: 1.0.0(react@18.2.0)
161
- recharts:
162
- specifier: ^2.7.2
163
- version: 2.7.2(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0)
164
- tailwind-merge:
165
- specifier: ^1.14.0
166
- version: 1.14.0
167
- tailwind-scrollbar:
168
- specifier: ^3.0.4
169
- version: 3.0.4(tailwindcss@3.3.3)
170
- tailwindcss-animate:
171
- specifier: ^1.0.6
172
- version: 1.0.6(tailwindcss@3.3.3)
173
- tauri-controls:
174
- specifier: ^0.1.0
175
- version: 0.1.0(@tauri-apps/plugin-os@2.0.0-alpha.0)(@tauri-apps/plugin-window@2.0.0-alpha.0)(clsx@2.0.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-merge@1.14.0)
176
- zod:
177
- specifier: ^3.21.4
178
- version: 3.21.4
179
-
180
- devDependencies:
181
- '@ianvs/prettier-plugin-sort-imports':
182
- specifier: ^4.1.0
183
- version: 4.1.0(prettier@3.0.1)
184
- '@tauri-apps/cli':
185
- specifier: 2.0.0-alpha.10
186
- version: 2.0.0-alpha.10
187
- '@types/node':
188
- specifier: ^20.4.6
189
- version: 20.4.6
190
- '@types/react':
191
- specifier: ^18.2.18
192
- version: 18.2.18
193
- '@types/react-dom':
194
- specifier: ^18.2.7
195
- version: 18.2.7
196
- autoprefixer:
197
- specifier: ^10.4.14
198
- version: 10.4.14(postcss@8.4.27)
199
- postcss:
200
- specifier: ^8.4.27
201
- version: 8.4.27
202
- prettier:
203
- specifier: ^3.0.1
204
- version: 3.0.1
205
- prettier-plugin-tailwindcss:
206
- specifier: ^0.4.1
207
- version: 0.4.1(@ianvs/prettier-plugin-sort-imports@4.1.0)(prettier@3.0.1)
208
- tailwindcss:
209
- specifier: ^3.3.3
210
- version: 3.3.3
211
- taze:
212
- specifier: ^0.11.2
213
- version: 0.11.2
214
- typescript:
215
- specifier: ^5.1.6
216
- version: 5.1.6
217
-
218
- packages:
219
-
220
- /@alloc/quick-lru@5.2.0:
221
- resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
222
- engines: {node: '>=10'}
223
-
224
- /@ampproject/remapping@2.2.1:
225
- resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==}
226
- engines: {node: '>=6.0.0'}
227
- dependencies:
228
- '@jridgewell/gen-mapping': 0.3.3
229
- '@jridgewell/trace-mapping': 0.3.18
230
-
231
- /@antfu/ni@0.21.4:
232
- resolution: {integrity: sha512-O0Uv9LbLDSoEg26fnMDdDRiPwFJnQSoD4WnrflDwKCJm8Cx/0mV4cGxwBLXan5mGIrpK4Dd7vizf4rQm0QCEAA==}
233
- hasBin: true
234
- dev: true
235
-
236
- /@antfu/utils@0.7.4:
237
- resolution: {integrity: sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==}
238
- dev: true
239
-
240
- /@babel/code-frame@7.21.4:
241
- resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==}
242
- engines: {node: '>=6.9.0'}
243
- dependencies:
244
- '@babel/highlight': 7.18.6
245
-
246
- /@babel/compat-data@7.22.0:
247
- resolution: {integrity: sha512-OgCMbbNCD/iA8cjMt+Zhp+nIC7XKaEaTG8zjvZPjGbhkppq1NIMWiZn7EaZRxUDHn4Ul265scRqg94N2WiFaGw==}
248
- engines: {node: '>=6.9.0'}
249
-
250
- /@babel/core@7.22.1:
251
- resolution: {integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==}
252
- engines: {node: '>=6.9.0'}
253
- dependencies:
254
- '@ampproject/remapping': 2.2.1
255
- '@babel/code-frame': 7.21.4
256
- '@babel/generator': 7.22.0
257
- '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1)
258
- '@babel/helper-module-transforms': 7.22.1
259
- '@babel/helpers': 7.22.0
260
- '@babel/parser': 7.22.0
261
- '@babel/template': 7.21.9
262
- '@babel/traverse': 7.22.1
263
- '@babel/types': 7.22.0
264
- convert-source-map: 1.9.0
265
- debug: 4.3.4
266
- gensync: 1.0.0-beta.2
267
- json5: 2.2.3
268
- semver: 6.3.0
269
- transitivePeerDependencies:
270
- - supports-color
271
-
272
- /@babel/generator@7.22.0:
273
- resolution: {integrity: sha512-tyzR0OsH88AelgukhL2rbEUCLKBGmy2G9Th/5vpyOt0zf44Be61kvIQXjCwTSX8t+qJ/vMwZfhK6mPdrMLZXRg==}
274
- engines: {node: '>=6.9.0'}
275
- dependencies:
276
- '@babel/types': 7.22.0
277
- '@jridgewell/gen-mapping': 0.3.3
278
- '@jridgewell/trace-mapping': 0.3.18
279
- jsesc: 2.5.2
280
-
281
- /@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1):
282
- resolution: {integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==}
283
- engines: {node: '>=6.9.0'}
284
- peerDependencies:
285
- '@babel/core': ^7.0.0
286
- dependencies:
287
- '@babel/compat-data': 7.22.0
288
- '@babel/core': 7.22.1
289
- '@babel/helper-validator-option': 7.21.0
290
- browserslist: 4.21.5
291
- lru-cache: 5.1.1
292
- semver: 6.3.0
293
-
294
- /@babel/helper-environment-visitor@7.22.1:
295
- resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==}
296
- engines: {node: '>=6.9.0'}
297
-
298
- /@babel/helper-function-name@7.21.0:
299
- resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==}
300
- engines: {node: '>=6.9.0'}
301
- dependencies:
302
- '@babel/template': 7.21.9
303
- '@babel/types': 7.22.0
304
-
305
- /@babel/helper-hoist-variables@7.18.6:
306
- resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==}
307
- engines: {node: '>=6.9.0'}
308
- dependencies:
309
- '@babel/types': 7.22.0
310
-
311
- /@babel/helper-module-imports@7.21.4:
312
- resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==}
313
- engines: {node: '>=6.9.0'}
314
- dependencies:
315
- '@babel/types': 7.22.0
316
-
317
- /@babel/helper-module-transforms@7.22.1:
318
- resolution: {integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==}
319
- engines: {node: '>=6.9.0'}
320
- dependencies:
321
- '@babel/helper-environment-visitor': 7.22.1
322
- '@babel/helper-module-imports': 7.21.4
323
- '@babel/helper-simple-access': 7.21.5
324
- '@babel/helper-split-export-declaration': 7.18.6
325
- '@babel/helper-validator-identifier': 7.19.1
326
- '@babel/template': 7.21.9
327
- '@babel/traverse': 7.22.1
328
- '@babel/types': 7.22.0
329
- transitivePeerDependencies:
330
- - supports-color
331
-
332
- /@babel/helper-simple-access@7.21.5:
333
- resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==}
334
- engines: {node: '>=6.9.0'}
335
- dependencies:
336
- '@babel/types': 7.22.0
337
-
338
- /@babel/helper-split-export-declaration@7.18.6:
339
- resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==}
340
- engines: {node: '>=6.9.0'}
341
- dependencies:
342
- '@babel/types': 7.22.0
343
-
344
- /@babel/helper-string-parser@7.21.5:
345
- resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==}
346
- engines: {node: '>=6.9.0'}
347
-
348
- /@babel/helper-validator-identifier@7.19.1:
349
- resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
350
- engines: {node: '>=6.9.0'}
351
-
352
- /@babel/helper-validator-option@7.21.0:
353
- resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==}
354
- engines: {node: '>=6.9.0'}
355
-
356
- /@babel/helpers@7.22.0:
357
- resolution: {integrity: sha512-I/hZCYErxdjuUnJpJxHmCESB3AdcOAFjj+K6+of9JyWBeAhggR9NQoUHI481pRNH87cx77mbpx0cygzXlvGayA==}
358
- engines: {node: '>=6.9.0'}
359
- dependencies:
360
- '@babel/template': 7.21.9
361
- '@babel/traverse': 7.22.1
362
- '@babel/types': 7.22.0
363
- transitivePeerDependencies:
364
- - supports-color
365
-
366
- /@babel/highlight@7.18.6:
367
- resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==}
368
- engines: {node: '>=6.9.0'}
369
- dependencies:
370
- '@babel/helper-validator-identifier': 7.19.1
371
- chalk: 2.4.2
372
- js-tokens: 4.0.0
373
-
374
- /@babel/parser@7.22.0:
375
- resolution: {integrity: sha512-DA65VCJRetcFmJnt9/hEmRvXNCwk0V86dxG6p6N13hzDazaLRjGdTGPGgjxZOtLuFgWzOSRX4grybmRXwQ9bSg==}
376
- engines: {node: '>=6.0.0'}
377
- hasBin: true
378
- dependencies:
379
- '@babel/types': 7.22.0
380
-
381
- /@babel/runtime@7.21.0:
382
- resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==}
383
- engines: {node: '>=6.9.0'}
384
- dependencies:
385
- regenerator-runtime: 0.13.11
386
- dev: false
387
-
388
- /@babel/template@7.21.9:
389
- resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==}
390
- engines: {node: '>=6.9.0'}
391
- dependencies:
392
- '@babel/code-frame': 7.21.4
393
- '@babel/parser': 7.22.0
394
- '@babel/types': 7.22.0
395
-
396
- /@babel/traverse@7.22.1:
397
- resolution: {integrity: sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ==}
398
- engines: {node: '>=6.9.0'}
399
- dependencies:
400
- '@babel/code-frame': 7.21.4
401
- '@babel/generator': 7.22.0
402
- '@babel/helper-environment-visitor': 7.22.1
403
- '@babel/helper-function-name': 7.21.0
404
- '@babel/helper-hoist-variables': 7.18.6
405
- '@babel/helper-split-export-declaration': 7.18.6
406
- '@babel/parser': 7.22.0
407
- '@babel/types': 7.22.0
408
- debug: 4.3.4
409
- globals: 11.12.0
410
- transitivePeerDependencies:
411
- - supports-color
412
-
413
- /@babel/types@7.22.0:
414
- resolution: {integrity: sha512-NtXlm3f6cNWIv003cETdlz9sss0VMNtplyatFohxWPz90AbwuhCbHbQopkGis6bG1vOunDLN0FF/4Uv5i8LFZQ==}
415
- engines: {node: '>=6.9.0'}
416
- dependencies:
417
- '@babel/helper-string-parser': 7.21.5
418
- '@babel/helper-validator-identifier': 7.19.1
419
- to-fast-properties: 2.0.0
420
-
421
- /@faker-js/faker@8.0.2:
422
- resolution: {integrity: sha512-Uo3pGspElQW91PCvKSIAXoEgAUlRnH29sX2/p89kg7sP1m2PzCufHINd0FhTXQf6DYGiUlVncdSPa2F9wxed2A==}
423
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'}
424
- dev: false
425
-
426
- /@floating-ui/core@1.2.6:
427
- resolution: {integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg==}
428
- dev: false
429
-
430
- /@floating-ui/dom@1.2.8:
431
- resolution: {integrity: sha512-XLwhYV90MxiHDq6S0rzFZj00fnDM+A1R9jhSioZoMsa7G0Q0i+Q4x40ajR8FHSdYDE1bgjG45mIWe6jtv9UPmg==}
432
- dependencies:
433
- '@floating-ui/core': 1.2.6
434
- dev: false
435
-
436
- /@floating-ui/react-dom@2.0.0(react-dom@18.2.0)(react@18.2.0):
437
- resolution: {integrity: sha512-Ke0oU3SeuABC2C4OFu2mSAwHIP5WUiV98O9YWoHV4Q5aT6E9k06DV0Khi5uYspR8xmmBk08t8ZDcz3TR3ARkEg==}
438
- peerDependencies:
439
- react: '>=16.8.0'
440
- react-dom: '>=16.8.0'
441
- dependencies:
442
- '@floating-ui/dom': 1.2.8
443
- react: 18.2.0
444
- react-dom: 18.2.0(react@18.2.0)
445
- dev: false
446
-
447
- /@gar/promisify@1.1.3:
448
- resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==}
449
- dev: true
450
-
451
- /@hookform/resolvers@3.1.1(react-hook-form@7.45.2):
452
- resolution: {integrity: sha512-tS16bAUkqjITNSvbJuO1x7MXbn7Oe8ZziDTJdA9mMvsoYthnOOiznOTGBYwbdlYBgU+tgpI/BtTU3paRbCuSlg==}
453
- peerDependencies:
454
- react-hook-form: ^7.0.0
455
- dependencies:
456
- react-hook-form: 7.45.2(react@18.2.0)
457
- dev: false
458
-
459
- /@ianvs/prettier-plugin-sort-imports@4.1.0(prettier@3.0.1):
460
- resolution: {integrity: sha512-IAXeTLU24k6mRPa6mFbW1qZJ/j0m3OeH44wyijWyr+YqqdNtBnfHxAntOAATS9iDfrT01NesKGsdzqnXdDQa/A==}
461
- peerDependencies:
462
- '@vue/compiler-sfc': '>=3.0.0'
463
- prettier: 2 || 3
464
- peerDependenciesMeta:
465
- '@vue/compiler-sfc':
466
- optional: true
467
- dependencies:
468
- '@babel/core': 7.22.1
469
- '@babel/generator': 7.22.0
470
- '@babel/parser': 7.22.0
471
- '@babel/traverse': 7.22.1
472
- '@babel/types': 7.22.0
473
- prettier: 3.0.1
474
- semver: 7.5.3
475
- transitivePeerDependencies:
476
- - supports-color
477
- dev: true
478
-
479
- /@isaacs/cliui@8.0.2:
480
- resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
481
- engines: {node: '>=12'}
482
- dependencies:
483
- string-width: 5.1.2
484
- string-width-cjs: /string-width@4.2.3
485
- strip-ansi: 7.0.1
486
- strip-ansi-cjs: /strip-ansi@6.0.1
487
- wrap-ansi: 8.1.0
488
- wrap-ansi-cjs: /wrap-ansi@7.0.0
489
- dev: true
490
-
491
- /@jridgewell/gen-mapping@0.3.3:
492
- resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==}
493
- engines: {node: '>=6.0.0'}
494
- dependencies:
495
- '@jridgewell/set-array': 1.1.2
496
- '@jridgewell/sourcemap-codec': 1.4.15
497
- '@jridgewell/trace-mapping': 0.3.18
498
-
499
- /@jridgewell/resolve-uri@3.1.0:
500
- resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==}
501
- engines: {node: '>=6.0.0'}
502
-
503
- /@jridgewell/set-array@1.1.2:
504
- resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==}
505
- engines: {node: '>=6.0.0'}
506
-
507
- /@jridgewell/sourcemap-codec@1.4.14:
508
- resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==}
509
-
510
- /@jridgewell/sourcemap-codec@1.4.15:
511
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
512
-
513
- /@jridgewell/trace-mapping@0.3.18:
514
- resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==}
515
- dependencies:
516
- '@jridgewell/resolve-uri': 3.1.0
517
- '@jridgewell/sourcemap-codec': 1.4.14
518
-
519
- /@next/env@13.4.12:
520
- resolution: {integrity: sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ==}
521
- dev: false
522
-
523
- /@next/swc-darwin-arm64@13.4.12:
524
- resolution: {integrity: sha512-deUrbCXTMZ6ZhbOoloqecnUeNpUOupi8SE2tx4jPfNS9uyUR9zK4iXBvH65opVcA/9F5I/p8vDXSYbUlbmBjZg==}
525
- engines: {node: '>= 10'}
526
- cpu: [arm64]
527
- os: [darwin]
528
- requiresBuild: true
529
- dev: false
530
- optional: true
531
-
532
- /@next/swc-darwin-x64@13.4.12:
533
- resolution: {integrity: sha512-WRvH7RxgRHlC1yb5oG0ZLx8F7uci9AivM5/HGGv9ZyG2Als8Ij64GC3d+mQ5sJhWjusyU6T6V1WKTUoTmOB0zQ==}
534
- engines: {node: '>= 10'}
535
- cpu: [x64]
536
- os: [darwin]
537
- requiresBuild: true
538
- dev: false
539
- optional: true
540
-
541
- /@next/swc-linux-arm64-gnu@13.4.12:
542
- resolution: {integrity: sha512-YEKracAWuxp54tKiAvvq73PUs9lok57cc8meYRibTWe/VdPB2vLgkTVWFcw31YDuRXdEhdX0fWS6Q+ESBhnEig==}
543
- engines: {node: '>= 10'}
544
- cpu: [arm64]
545
- os: [linux]
546
- requiresBuild: true
547
- dev: false
548
- optional: true
549
-
550
- /@next/swc-linux-arm64-musl@13.4.12:
551
- resolution: {integrity: sha512-LhJR7/RAjdHJ2Isl2pgc/JaoxNk0KtBgkVpiDJPVExVWA1c6gzY57+3zWuxuyWzTG+fhLZo2Y80pLXgIJv7g3g==}
552
- engines: {node: '>= 10'}
553
- cpu: [arm64]
554
- os: [linux]
555
- requiresBuild: true
556
- dev: false
557
- optional: true
558
-
559
- /@next/swc-linux-x64-gnu@13.4.12:
560
- resolution: {integrity: sha512-1DWLL/B9nBNiQRng+1aqs3OaZcxC16Nf+mOnpcrZZSdyKHek3WQh6j/fkbukObgNGwmCoVevLUa/p3UFTTqgqg==}
561
- engines: {node: '>= 10'}
562
- cpu: [x64]
563
- os: [linux]
564
- requiresBuild: true
565
- dev: false
566
- optional: true
567
-
568
- /@next/swc-linux-x64-musl@13.4.12:
569
- resolution: {integrity: sha512-kEAJmgYFhp0VL+eRWmUkVxLVunn7oL9Mdue/FS8yzRBVj7Z0AnIrHpTIeIUl1bbdQq1VaoOztnKicAjfkLTRCQ==}
570
- engines: {node: '>= 10'}
571
- cpu: [x64]
572
- os: [linux]
573
- requiresBuild: true
574
- dev: false
575
- optional: true
576
-
577
- /@next/swc-win32-arm64-msvc@13.4.12:
578
- resolution: {integrity: sha512-GMLuL/loR6yIIRTnPRY6UGbLL9MBdw2anxkOnANxvLvsml4F0HNIgvnU3Ej4BjbqMTNjD4hcPFdlEow4XHPdZA==}
579
- engines: {node: '>= 10'}
580
- cpu: [arm64]
581
- os: [win32]
582
- requiresBuild: true
583
- dev: false
584
- optional: true
585
-
586
- /@next/swc-win32-ia32-msvc@13.4.12:
587
- resolution: {integrity: sha512-PhgNqN2Vnkm7XaMdRmmX0ZSwZXQAtamBVSa9A/V1dfKQCV1rjIZeiy/dbBnVYGdj63ANfsOR/30XpxP71W0eww==}
588
- engines: {node: '>= 10'}
589
- cpu: [ia32]
590
- os: [win32]
591
- requiresBuild: true
592
- dev: false
593
- optional: true
594
-
595
- /@next/swc-win32-x64-msvc@13.4.12:
596
- resolution: {integrity: sha512-Z+56e/Ljt0bUs+T+jPjhFyxYBcdY2RIq9ELFU+qAMQMteHo7ymbV7CKmlcX59RI9C4YzN8PgMgLyAoi916b5HA==}
597
- engines: {node: '>= 10'}
598
- cpu: [x64]
599
- os: [win32]
600
- requiresBuild: true
601
- dev: false
602
- optional: true
603
-
604
- /@nodelib/fs.scandir@2.1.5:
605
- resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
606
- engines: {node: '>= 8'}
607
- dependencies:
608
- '@nodelib/fs.stat': 2.0.5
609
- run-parallel: 1.2.0
610
-
611
- /@nodelib/fs.stat@2.0.5:
612
- resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
613
- engines: {node: '>= 8'}
614
-
615
- /@nodelib/fs.walk@1.2.8:
616
- resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
617
- engines: {node: '>= 8'}
618
- dependencies:
619
- '@nodelib/fs.scandir': 2.1.5
620
- fastq: 1.15.0
621
-
622
- /@npmcli/config@6.2.1:
623
- resolution: {integrity: sha512-Cj/OrSbrLvnwWuzquFCDTwFN8QmR+SWH6qLNCBttUreDkKM5D5p36SeSMbcEUiCGdwjUrVy2yd8C0REwwwDPEw==}
624
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
625
- dependencies:
626
- '@npmcli/map-workspaces': 3.0.3
627
- ci-info: 3.8.0
628
- ini: 4.1.0
629
- nopt: 7.1.0
630
- proc-log: 3.0.0
631
- read-package-json-fast: 3.0.2
632
- semver: 7.5.3
633
- walk-up-path: 3.0.1
634
- dev: true
635
-
636
- /@npmcli/fs@2.1.2:
637
- resolution: {integrity: sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==}
638
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
639
- dependencies:
640
- '@gar/promisify': 1.1.3
641
- semver: 7.5.3
642
- dev: true
643
-
644
- /@npmcli/fs@3.1.0:
645
- resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==}
646
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
647
- dependencies:
648
- semver: 7.5.3
649
- dev: true
650
-
651
- /@npmcli/git@4.0.4:
652
- resolution: {integrity: sha512-5yZghx+u5M47LghaybLCkdSyFzV/w4OuH12d96HO389Ik9CDsLaDZJVynSGGVJOLn6gy/k7Dz5XYcplM3uxXRg==}
653
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
654
- dependencies:
655
- '@npmcli/promise-spawn': 6.0.2
656
- lru-cache: 7.18.3
657
- npm-pick-manifest: 8.0.1
658
- proc-log: 3.0.0
659
- promise-inflight: 1.0.1
660
- promise-retry: 2.0.1
661
- semver: 7.5.3
662
- which: 3.0.1
663
- transitivePeerDependencies:
664
- - bluebird
665
- dev: true
666
-
667
- /@npmcli/installed-package-contents@2.0.2:
668
- resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==}
669
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
670
- hasBin: true
671
- dependencies:
672
- npm-bundled: 3.0.0
673
- npm-normalize-package-bin: 3.0.0
674
- dev: true
675
-
676
- /@npmcli/map-workspaces@3.0.3:
677
- resolution: {integrity: sha512-HlCvFuTzw4UNoKyZdqiNrln+qMF71QJkxy2dsusV8QQdoa89e2TF4dATCzBxbl4zzRzdDoWWyP5ADVrNAH9cRQ==}
678
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
679
- dependencies:
680
- '@npmcli/name-from-folder': 2.0.0
681
- glob: 9.3.5
682
- minimatch: 7.4.6
683
- read-package-json-fast: 3.0.2
684
- dev: true
685
-
686
- /@npmcli/move-file@2.0.1:
687
- resolution: {integrity: sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==}
688
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
689
- deprecated: This functionality has been moved to @npmcli/fs
690
- dependencies:
691
- mkdirp: 1.0.4
692
- rimraf: 3.0.2
693
- dev: true
694
-
695
- /@npmcli/name-from-folder@2.0.0:
696
- resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==}
697
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
698
- dev: true
699
-
700
- /@npmcli/node-gyp@3.0.0:
701
- resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==}
702
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
703
- dev: true
704
-
705
- /@npmcli/promise-spawn@6.0.2:
706
- resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==}
707
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
708
- dependencies:
709
- which: 3.0.1
710
- dev: true
711
-
712
- /@npmcli/run-script@6.0.1:
713
- resolution: {integrity: sha512-Yi04ZSold8jcbBJD/ahKMJSQCQifH8DAbMwkBvoLaTpGFxzHC3B/5ZyoVR69q/4xedz84tvi9DJOJjNe17h+LA==}
714
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
715
- dependencies:
716
- '@npmcli/node-gyp': 3.0.0
717
- '@npmcli/promise-spawn': 6.0.2
718
- node-gyp: 9.3.1
719
- read-package-json-fast: 3.0.2
720
- which: 3.0.1
721
- transitivePeerDependencies:
722
- - bluebird
723
- - supports-color
724
- dev: true
725
-
726
- /@pkgjs/parseargs@0.11.0:
727
- resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
728
- engines: {node: '>=14'}
729
- requiresBuild: true
730
- dev: true
731
- optional: true
732
-
733
- /@radix-ui/number@1.0.1:
734
- resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==}
735
- dependencies:
736
- '@babel/runtime': 7.21.0
737
- dev: false
738
-
739
- /@radix-ui/primitive@1.0.0:
740
- resolution: {integrity: sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==}
741
- dependencies:
742
- '@babel/runtime': 7.21.0
743
- dev: false
744
-
745
- /@radix-ui/primitive@1.0.1:
746
- resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==}
747
- dependencies:
748
- '@babel/runtime': 7.21.0
749
- dev: false
750
-
751
- /@radix-ui/react-accessible-icon@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
752
- resolution: {integrity: sha512-duVGKeWPSUILr/MdlPxV+GeULTc2rS1aihGdQ3N2qCUPMgxYLxvAsHJM3mCVLF8d5eK+ympmB22mb1F3a5biNw==}
753
- peerDependencies:
754
- '@types/react': '*'
755
- '@types/react-dom': '*'
756
- react: ^16.8 || ^17.0 || ^18.0
757
- react-dom: ^16.8 || ^17.0 || ^18.0
758
- peerDependenciesMeta:
759
- '@types/react':
760
- optional: true
761
- '@types/react-dom':
762
- optional: true
763
- dependencies:
764
- '@babel/runtime': 7.21.0
765
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
766
- '@types/react': 18.2.18
767
- '@types/react-dom': 18.2.7
768
- react: 18.2.0
769
- react-dom: 18.2.0(react@18.2.0)
770
- dev: false
771
-
772
- /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
773
- resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==}
774
- peerDependencies:
775
- '@types/react': '*'
776
- '@types/react-dom': '*'
777
- react: ^16.8 || ^17.0 || ^18.0
778
- react-dom: ^16.8 || ^17.0 || ^18.0
779
- peerDependenciesMeta:
780
- '@types/react':
781
- optional: true
782
- '@types/react-dom':
783
- optional: true
784
- dependencies:
785
- '@babel/runtime': 7.21.0
786
- '@radix-ui/primitive': 1.0.1
787
- '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
788
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
789
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
790
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
791
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
792
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
793
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
794
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
795
- '@types/react': 18.2.18
796
- '@types/react-dom': 18.2.7
797
- react: 18.2.0
798
- react-dom: 18.2.0(react@18.2.0)
799
- dev: false
800
-
801
- /@radix-ui/react-alert-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
802
- resolution: {integrity: sha512-jbfBCRlKYlhbitueOAv7z74PXYeIQmWpKwm3jllsdkw7fGWNkxqP3v0nY9WmOzcPqpQuoorNtvViBgL46n5gVg==}
803
- peerDependencies:
804
- '@types/react': '*'
805
- '@types/react-dom': '*'
806
- react: ^16.8 || ^17.0 || ^18.0
807
- react-dom: ^16.8 || ^17.0 || ^18.0
808
- peerDependenciesMeta:
809
- '@types/react':
810
- optional: true
811
- '@types/react-dom':
812
- optional: true
813
- dependencies:
814
- '@babel/runtime': 7.21.0
815
- '@radix-ui/primitive': 1.0.1
816
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
817
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
818
- '@radix-ui/react-dialog': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
819
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
820
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
821
- '@types/react': 18.2.18
822
- '@types/react-dom': 18.2.7
823
- react: 18.2.0
824
- react-dom: 18.2.0(react@18.2.0)
825
- dev: false
826
-
827
- /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
828
- resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==}
829
- peerDependencies:
830
- '@types/react': '*'
831
- '@types/react-dom': '*'
832
- react: ^16.8 || ^17.0 || ^18.0
833
- react-dom: ^16.8 || ^17.0 || ^18.0
834
- peerDependenciesMeta:
835
- '@types/react':
836
- optional: true
837
- '@types/react-dom':
838
- optional: true
839
- dependencies:
840
- '@babel/runtime': 7.21.0
841
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
842
- '@types/react': 18.2.18
843
- '@types/react-dom': 18.2.7
844
- react: 18.2.0
845
- react-dom: 18.2.0(react@18.2.0)
846
- dev: false
847
-
848
- /@radix-ui/react-aspect-ratio@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
849
- resolution: {integrity: sha512-fXR5kbMan9oQqMuacfzlGG/SQMcmMlZ4wrvpckv8SgUulD0MMpspxJrxg/Gp/ISV3JfV1AeSWTYK9GvxA4ySwA==}
850
- peerDependencies:
851
- '@types/react': '*'
852
- '@types/react-dom': '*'
853
- react: ^16.8 || ^17.0 || ^18.0
854
- react-dom: ^16.8 || ^17.0 || ^18.0
855
- peerDependenciesMeta:
856
- '@types/react':
857
- optional: true
858
- '@types/react-dom':
859
- optional: true
860
- dependencies:
861
- '@babel/runtime': 7.21.0
862
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
863
- '@types/react': 18.2.18
864
- '@types/react-dom': 18.2.7
865
- react: 18.2.0
866
- react-dom: 18.2.0(react@18.2.0)
867
- dev: false
868
-
869
- /@radix-ui/react-avatar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
870
- resolution: {integrity: sha512-9ToF7YNex3Ste45LrAeTlKtONI9yVRt/zOS158iilIkW5K/Apeyb/TUQlcEFTEFvWr8Kzdi2ZYrm1/suiXPajQ==}
871
- peerDependencies:
872
- '@types/react': '*'
873
- '@types/react-dom': '*'
874
- react: ^16.8 || ^17.0 || ^18.0
875
- react-dom: ^16.8 || ^17.0 || ^18.0
876
- peerDependenciesMeta:
877
- '@types/react':
878
- optional: true
879
- '@types/react-dom':
880
- optional: true
881
- dependencies:
882
- '@babel/runtime': 7.21.0
883
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
884
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
885
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
886
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
887
- '@types/react': 18.2.18
888
- '@types/react-dom': 18.2.7
889
- react: 18.2.0
890
- react-dom: 18.2.0(react@18.2.0)
891
- dev: false
892
-
893
- /@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
894
- resolution: {integrity: sha512-CBuGQa52aAYnADZVt/KBQzXrwx6TqnlwtcIPGtVt5JkkzQwMOLJjPukimhfKEr4GQNd43C+djUh5Ikopj8pSLg==}
895
- peerDependencies:
896
- '@types/react': '*'
897
- '@types/react-dom': '*'
898
- react: ^16.8 || ^17.0 || ^18.0
899
- react-dom: ^16.8 || ^17.0 || ^18.0
900
- peerDependenciesMeta:
901
- '@types/react':
902
- optional: true
903
- '@types/react-dom':
904
- optional: true
905
- dependencies:
906
- '@babel/runtime': 7.21.0
907
- '@radix-ui/primitive': 1.0.1
908
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
909
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
910
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
911
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
912
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
913
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
914
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
915
- '@types/react': 18.2.18
916
- '@types/react-dom': 18.2.7
917
- react: 18.2.0
918
- react-dom: 18.2.0(react@18.2.0)
919
- dev: false
920
-
921
- /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
922
- resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==}
923
- peerDependencies:
924
- '@types/react': '*'
925
- '@types/react-dom': '*'
926
- react: ^16.8 || ^17.0 || ^18.0
927
- react-dom: ^16.8 || ^17.0 || ^18.0
928
- peerDependenciesMeta:
929
- '@types/react':
930
- optional: true
931
- '@types/react-dom':
932
- optional: true
933
- dependencies:
934
- '@babel/runtime': 7.21.0
935
- '@radix-ui/primitive': 1.0.1
936
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
937
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
938
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
939
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
940
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
941
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
942
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
943
- '@types/react': 18.2.18
944
- '@types/react-dom': 18.2.7
945
- react: 18.2.0
946
- react-dom: 18.2.0(react@18.2.0)
947
- dev: false
948
-
949
- /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
950
- resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==}
951
- peerDependencies:
952
- '@types/react': '*'
953
- '@types/react-dom': '*'
954
- react: ^16.8 || ^17.0 || ^18.0
955
- react-dom: ^16.8 || ^17.0 || ^18.0
956
- peerDependenciesMeta:
957
- '@types/react':
958
- optional: true
959
- '@types/react-dom':
960
- optional: true
961
- dependencies:
962
- '@babel/runtime': 7.21.0
963
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
964
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
965
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
966
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
967
- '@types/react': 18.2.18
968
- '@types/react-dom': 18.2.7
969
- react: 18.2.0
970
- react-dom: 18.2.0(react@18.2.0)
971
- dev: false
972
-
973
- /@radix-ui/react-compose-refs@1.0.0(react@18.2.0):
974
- resolution: {integrity: sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==}
975
- peerDependencies:
976
- react: ^16.8 || ^17.0 || ^18.0
977
- dependencies:
978
- '@babel/runtime': 7.21.0
979
- react: 18.2.0
980
- dev: false
981
-
982
- /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.18)(react@18.2.0):
983
- resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==}
984
- peerDependencies:
985
- '@types/react': '*'
986
- react: ^16.8 || ^17.0 || ^18.0
987
- peerDependenciesMeta:
988
- '@types/react':
989
- optional: true
990
- dependencies:
991
- '@babel/runtime': 7.21.0
992
- '@types/react': 18.2.18
993
- react: 18.2.0
994
- dev: false
995
-
996
- /@radix-ui/react-context-menu@2.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
997
- resolution: {integrity: sha512-HVHLUtZOBiR2Fh5l07qQ9y0IgX4dGZF0S9Gwdk4CVA+DL9afSphvFNa4nRiw6RNgb6quwLV4dLPF/gFDvNaOcQ==}
998
- peerDependencies:
999
- '@types/react': '*'
1000
- '@types/react-dom': '*'
1001
- react: ^16.8 || ^17.0 || ^18.0
1002
- react-dom: ^16.8 || ^17.0 || ^18.0
1003
- peerDependenciesMeta:
1004
- '@types/react':
1005
- optional: true
1006
- '@types/react-dom':
1007
- optional: true
1008
- dependencies:
1009
- '@babel/runtime': 7.21.0
1010
- '@radix-ui/primitive': 1.0.1
1011
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1012
- '@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1013
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1014
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1015
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1016
- '@types/react': 18.2.18
1017
- '@types/react-dom': 18.2.7
1018
- react: 18.2.0
1019
- react-dom: 18.2.0(react@18.2.0)
1020
- dev: false
1021
-
1022
- /@radix-ui/react-context@1.0.0(react@18.2.0):
1023
- resolution: {integrity: sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==}
1024
- peerDependencies:
1025
- react: ^16.8 || ^17.0 || ^18.0
1026
- dependencies:
1027
- '@babel/runtime': 7.21.0
1028
- react: 18.2.0
1029
- dev: false
1030
-
1031
- /@radix-ui/react-context@1.0.1(@types/react@18.2.18)(react@18.2.0):
1032
- resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==}
1033
- peerDependencies:
1034
- '@types/react': '*'
1035
- react: ^16.8 || ^17.0 || ^18.0
1036
- peerDependenciesMeta:
1037
- '@types/react':
1038
- optional: true
1039
- dependencies:
1040
- '@babel/runtime': 7.21.0
1041
- '@types/react': 18.2.18
1042
- react: 18.2.0
1043
- dev: false
1044
-
1045
- /@radix-ui/react-dialog@1.0.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1046
- resolution: {integrity: sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==}
1047
- peerDependencies:
1048
- react: ^16.8 || ^17.0 || ^18.0
1049
- react-dom: ^16.8 || ^17.0 || ^18.0
1050
- dependencies:
1051
- '@babel/runtime': 7.21.0
1052
- '@radix-ui/primitive': 1.0.0
1053
- '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
1054
- '@radix-ui/react-context': 1.0.0(react@18.2.0)
1055
- '@radix-ui/react-dismissable-layer': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1056
- '@radix-ui/react-focus-guards': 1.0.0(react@18.2.0)
1057
- '@radix-ui/react-focus-scope': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1058
- '@radix-ui/react-id': 1.0.0(react@18.2.0)
1059
- '@radix-ui/react-portal': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1060
- '@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1061
- '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1062
- '@radix-ui/react-slot': 1.0.0(react@18.2.0)
1063
- '@radix-ui/react-use-controllable-state': 1.0.0(react@18.2.0)
1064
- aria-hidden: 1.2.3
1065
- react: 18.2.0
1066
- react-dom: 18.2.0(react@18.2.0)
1067
- react-remove-scroll: 2.5.4(@types/react@18.2.18)(react@18.2.0)
1068
- transitivePeerDependencies:
1069
- - '@types/react'
1070
- dev: false
1071
-
1072
- /@radix-ui/react-dialog@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1073
- resolution: {integrity: sha512-hJtRy/jPULGQZceSAP2Re6/4NpKo8im6V8P2hUqZsdFiSL8l35kYsw3qbRI6Ay5mQd2+wlLqje770eq+RJ3yZg==}
1074
- peerDependencies:
1075
- '@types/react': '*'
1076
- '@types/react-dom': '*'
1077
- react: ^16.8 || ^17.0 || ^18.0
1078
- react-dom: ^16.8 || ^17.0 || ^18.0
1079
- peerDependenciesMeta:
1080
- '@types/react':
1081
- optional: true
1082
- '@types/react-dom':
1083
- optional: true
1084
- dependencies:
1085
- '@babel/runtime': 7.21.0
1086
- '@radix-ui/primitive': 1.0.1
1087
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1088
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1089
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1090
- '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1091
- '@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1092
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1093
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1094
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1095
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1096
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1097
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1098
- '@types/react': 18.2.18
1099
- '@types/react-dom': 18.2.7
1100
- aria-hidden: 1.2.3
1101
- react: 18.2.0
1102
- react-dom: 18.2.0(react@18.2.0)
1103
- react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
1104
- dev: false
1105
-
1106
- /@radix-ui/react-direction@1.0.1(@types/react@18.2.18)(react@18.2.0):
1107
- resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==}
1108
- peerDependencies:
1109
- '@types/react': '*'
1110
- react: ^16.8 || ^17.0 || ^18.0
1111
- peerDependenciesMeta:
1112
- '@types/react':
1113
- optional: true
1114
- dependencies:
1115
- '@babel/runtime': 7.21.0
1116
- '@types/react': 18.2.18
1117
- react: 18.2.0
1118
- dev: false
1119
-
1120
- /@radix-ui/react-dismissable-layer@1.0.0(react-dom@18.2.0)(react@18.2.0):
1121
- resolution: {integrity: sha512-n7kDRfx+LB1zLueRDvZ1Pd0bxdJWDUZNQ/GWoxDn2prnuJKRdxsjulejX/ePkOsLi2tTm6P24mDqlMSgQpsT6g==}
1122
- peerDependencies:
1123
- react: ^16.8 || ^17.0 || ^18.0
1124
- react-dom: ^16.8 || ^17.0 || ^18.0
1125
- dependencies:
1126
- '@babel/runtime': 7.21.0
1127
- '@radix-ui/primitive': 1.0.0
1128
- '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
1129
- '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1130
- '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0)
1131
- '@radix-ui/react-use-escape-keydown': 1.0.0(react@18.2.0)
1132
- react: 18.2.0
1133
- react-dom: 18.2.0(react@18.2.0)
1134
- dev: false
1135
-
1136
- /@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1137
- resolution: {integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==}
1138
- peerDependencies:
1139
- '@types/react': '*'
1140
- '@types/react-dom': '*'
1141
- react: ^16.8 || ^17.0 || ^18.0
1142
- react-dom: ^16.8 || ^17.0 || ^18.0
1143
- peerDependenciesMeta:
1144
- '@types/react':
1145
- optional: true
1146
- '@types/react-dom':
1147
- optional: true
1148
- dependencies:
1149
- '@babel/runtime': 7.21.0
1150
- '@radix-ui/primitive': 1.0.1
1151
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1152
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1153
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1154
- '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.18)(react@18.2.0)
1155
- '@types/react': 18.2.18
1156
- '@types/react-dom': 18.2.7
1157
- react: 18.2.0
1158
- react-dom: 18.2.0(react@18.2.0)
1159
- dev: false
1160
-
1161
- /@radix-ui/react-dropdown-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1162
- resolution: {integrity: sha512-xdOrZzOTocqqkCkYo8yRPCib5OkTkqN7lqNCdxwPOdE466DOaNl4N8PkUIlsXthQvW5Wwkd+aEmWpfWlBoDPEw==}
1163
- peerDependencies:
1164
- '@types/react': '*'
1165
- '@types/react-dom': '*'
1166
- react: ^16.8 || ^17.0 || ^18.0
1167
- react-dom: ^16.8 || ^17.0 || ^18.0
1168
- peerDependenciesMeta:
1169
- '@types/react':
1170
- optional: true
1171
- '@types/react-dom':
1172
- optional: true
1173
- dependencies:
1174
- '@babel/runtime': 7.21.0
1175
- '@radix-ui/primitive': 1.0.1
1176
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1177
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1178
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1179
- '@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1180
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1181
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1182
- '@types/react': 18.2.18
1183
- '@types/react-dom': 18.2.7
1184
- react: 18.2.0
1185
- react-dom: 18.2.0(react@18.2.0)
1186
- dev: false
1187
-
1188
- /@radix-ui/react-focus-guards@1.0.0(react@18.2.0):
1189
- resolution: {integrity: sha512-UagjDk4ijOAnGu4WMUPj9ahi7/zJJqNZ9ZAiGPp7waUWJO0O1aWXi/udPphI0IUjvrhBsZJGSN66dR2dsueLWQ==}
1190
- peerDependencies:
1191
- react: ^16.8 || ^17.0 || ^18.0
1192
- dependencies:
1193
- '@babel/runtime': 7.21.0
1194
- react: 18.2.0
1195
- dev: false
1196
-
1197
- /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.18)(react@18.2.0):
1198
- resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==}
1199
- peerDependencies:
1200
- '@types/react': '*'
1201
- react: ^16.8 || ^17.0 || ^18.0
1202
- peerDependenciesMeta:
1203
- '@types/react':
1204
- optional: true
1205
- dependencies:
1206
- '@babel/runtime': 7.21.0
1207
- '@types/react': 18.2.18
1208
- react: 18.2.0
1209
- dev: false
1210
-
1211
- /@radix-ui/react-focus-scope@1.0.0(react-dom@18.2.0)(react@18.2.0):
1212
- resolution: {integrity: sha512-C4SWtsULLGf/2L4oGeIHlvWQx7Rf+7cX/vKOAD2dXW0A1b5QXwi3wWeaEgW+wn+SEVrraMUk05vLU9fZZz5HbQ==}
1213
- peerDependencies:
1214
- react: ^16.8 || ^17.0 || ^18.0
1215
- react-dom: ^16.8 || ^17.0 || ^18.0
1216
- dependencies:
1217
- '@babel/runtime': 7.21.0
1218
- '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
1219
- '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1220
- '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0)
1221
- react: 18.2.0
1222
- react-dom: 18.2.0(react@18.2.0)
1223
- dev: false
1224
-
1225
- /@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1226
- resolution: {integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==}
1227
- peerDependencies:
1228
- '@types/react': '*'
1229
- '@types/react-dom': '*'
1230
- react: ^16.8 || ^17.0 || ^18.0
1231
- react-dom: ^16.8 || ^17.0 || ^18.0
1232
- peerDependenciesMeta:
1233
- '@types/react':
1234
- optional: true
1235
- '@types/react-dom':
1236
- optional: true
1237
- dependencies:
1238
- '@babel/runtime': 7.21.0
1239
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1240
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1241
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1242
- '@types/react': 18.2.18
1243
- '@types/react-dom': 18.2.7
1244
- react: 18.2.0
1245
- react-dom: 18.2.0(react@18.2.0)
1246
- dev: false
1247
-
1248
- /@radix-ui/react-hover-card@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1249
- resolution: {integrity: sha512-2K3ToJuMk9wjwBOa+jdg2oPma+AmLdcEyTNsG/iC4BDVG3E0/mGCjbY8PEDSLxJcUi+nJi2QII+ec/4kWd88DA==}
1250
- peerDependencies:
1251
- '@types/react': '*'
1252
- '@types/react-dom': '*'
1253
- react: ^16.8 || ^17.0 || ^18.0
1254
- react-dom: ^16.8 || ^17.0 || ^18.0
1255
- peerDependenciesMeta:
1256
- '@types/react':
1257
- optional: true
1258
- '@types/react-dom':
1259
- optional: true
1260
- dependencies:
1261
- '@babel/runtime': 7.21.0
1262
- '@radix-ui/primitive': 1.0.1
1263
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1264
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1265
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1266
- '@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1267
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1268
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1269
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1270
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1271
- '@types/react': 18.2.18
1272
- '@types/react-dom': 18.2.7
1273
- react: 18.2.0
1274
- react-dom: 18.2.0(react@18.2.0)
1275
- dev: false
1276
-
1277
- /@radix-ui/react-icons@1.3.0(react@18.2.0):
1278
- resolution: {integrity: sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==}
1279
- peerDependencies:
1280
- react: ^16.x || ^17.x || ^18.x
1281
- dependencies:
1282
- react: 18.2.0
1283
- dev: false
1284
-
1285
- /@radix-ui/react-id@1.0.0(react@18.2.0):
1286
- resolution: {integrity: sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==}
1287
- peerDependencies:
1288
- react: ^16.8 || ^17.0 || ^18.0
1289
- dependencies:
1290
- '@babel/runtime': 7.21.0
1291
- '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0)
1292
- react: 18.2.0
1293
- dev: false
1294
-
1295
- /@radix-ui/react-id@1.0.1(@types/react@18.2.18)(react@18.2.0):
1296
- resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==}
1297
- peerDependencies:
1298
- '@types/react': '*'
1299
- react: ^16.8 || ^17.0 || ^18.0
1300
- peerDependenciesMeta:
1301
- '@types/react':
1302
- optional: true
1303
- dependencies:
1304
- '@babel/runtime': 7.21.0
1305
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1306
- '@types/react': 18.2.18
1307
- react: 18.2.0
1308
- dev: false
1309
-
1310
- /@radix-ui/react-label@2.0.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1311
- resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==}
1312
- peerDependencies:
1313
- '@types/react': '*'
1314
- '@types/react-dom': '*'
1315
- react: ^16.8 || ^17.0 || ^18.0
1316
- react-dom: ^16.8 || ^17.0 || ^18.0
1317
- peerDependenciesMeta:
1318
- '@types/react':
1319
- optional: true
1320
- '@types/react-dom':
1321
- optional: true
1322
- dependencies:
1323
- '@babel/runtime': 7.21.0
1324
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1325
- '@types/react': 18.2.18
1326
- '@types/react-dom': 18.2.7
1327
- react: 18.2.0
1328
- react-dom: 18.2.0(react@18.2.0)
1329
- dev: false
1330
-
1331
- /@radix-ui/react-menu@2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1332
- resolution: {integrity: sha512-Gw4f9pwdH+w5w+49k0gLjN0PfRDHvxmAgG16AbyJZ7zhwZ6PBHKtWohvnSwfusfnK3L68dpBREHpVkj8wEM7ZA==}
1333
- peerDependencies:
1334
- '@types/react': '*'
1335
- '@types/react-dom': '*'
1336
- react: ^16.8 || ^17.0 || ^18.0
1337
- react-dom: ^16.8 || ^17.0 || ^18.0
1338
- peerDependenciesMeta:
1339
- '@types/react':
1340
- optional: true
1341
- '@types/react-dom':
1342
- optional: true
1343
- dependencies:
1344
- '@babel/runtime': 7.21.0
1345
- '@radix-ui/primitive': 1.0.1
1346
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1347
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1348
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1349
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1350
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1351
- '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1352
- '@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1353
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1354
- '@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1355
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1356
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1357
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1358
- '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1359
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1360
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1361
- '@types/react': 18.2.18
1362
- '@types/react-dom': 18.2.7
1363
- aria-hidden: 1.2.3
1364
- react: 18.2.0
1365
- react-dom: 18.2.0(react@18.2.0)
1366
- react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
1367
- dev: false
1368
-
1369
- /@radix-ui/react-menubar@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1370
- resolution: {integrity: sha512-GqjdxzYCjjKhcgEODDP8SrYfbWNh/Hm3lyuFkP5Q5IbX0QfXklLF1o1AqA3oTV2kulUgN/kOZVS92hIIShEgpA==}
1371
- peerDependencies:
1372
- '@types/react': '*'
1373
- '@types/react-dom': '*'
1374
- react: ^16.8 || ^17.0 || ^18.0
1375
- react-dom: ^16.8 || ^17.0 || ^18.0
1376
- peerDependenciesMeta:
1377
- '@types/react':
1378
- optional: true
1379
- '@types/react-dom':
1380
- optional: true
1381
- dependencies:
1382
- '@babel/runtime': 7.21.0
1383
- '@radix-ui/primitive': 1.0.1
1384
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1385
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1386
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1387
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1388
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1389
- '@radix-ui/react-menu': 2.0.5(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1390
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1391
- '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1392
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1393
- '@types/react': 18.2.18
1394
- '@types/react-dom': 18.2.7
1395
- react: 18.2.0
1396
- react-dom: 18.2.0(react@18.2.0)
1397
- dev: false
1398
-
1399
- /@radix-ui/react-navigation-menu@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1400
- resolution: {integrity: sha512-x4Uv0N47ABx3/frJazYXxvMpZeKJe0qmRIgQ2o3lhTqnTVg+CaZfVVO4nQLn3QJcDkTz8icElKffhFng47XIBA==}
1401
- peerDependencies:
1402
- '@types/react': '*'
1403
- '@types/react-dom': '*'
1404
- react: ^16.8 || ^17.0 || ^18.0
1405
- react-dom: ^16.8 || ^17.0 || ^18.0
1406
- peerDependenciesMeta:
1407
- '@types/react':
1408
- optional: true
1409
- '@types/react-dom':
1410
- optional: true
1411
- dependencies:
1412
- '@babel/runtime': 7.21.0
1413
- '@radix-ui/primitive': 1.0.1
1414
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1415
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1416
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1417
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1418
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1419
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1420
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1421
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1422
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1423
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1424
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1425
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1426
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1427
- '@types/react': 18.2.18
1428
- '@types/react-dom': 18.2.7
1429
- react: 18.2.0
1430
- react-dom: 18.2.0(react@18.2.0)
1431
- dev: false
1432
-
1433
- /@radix-ui/react-popover@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1434
- resolution: {integrity: sha512-cZ4defGpkZ0qTRtlIBzJLSzL6ht7ofhhW4i1+pkemjV1IKXm0wgCRnee154qlV6r9Ttunmh2TNZhMfV2bavUyA==}
1435
- peerDependencies:
1436
- '@types/react': '*'
1437
- '@types/react-dom': '*'
1438
- react: ^16.8 || ^17.0 || ^18.0
1439
- react-dom: ^16.8 || ^17.0 || ^18.0
1440
- peerDependenciesMeta:
1441
- '@types/react':
1442
- optional: true
1443
- '@types/react-dom':
1444
- optional: true
1445
- dependencies:
1446
- '@babel/runtime': 7.21.0
1447
- '@radix-ui/primitive': 1.0.1
1448
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1449
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1450
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1451
- '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1452
- '@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1453
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1454
- '@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1455
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1456
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1457
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1458
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1459
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1460
- '@types/react': 18.2.18
1461
- '@types/react-dom': 18.2.7
1462
- aria-hidden: 1.2.3
1463
- react: 18.2.0
1464
- react-dom: 18.2.0(react@18.2.0)
1465
- react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
1466
- dev: false
1467
-
1468
- /@radix-ui/react-popper@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1469
- resolution: {integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==}
1470
- peerDependencies:
1471
- '@types/react': '*'
1472
- '@types/react-dom': '*'
1473
- react: ^16.8 || ^17.0 || ^18.0
1474
- react-dom: ^16.8 || ^17.0 || ^18.0
1475
- peerDependenciesMeta:
1476
- '@types/react':
1477
- optional: true
1478
- '@types/react-dom':
1479
- optional: true
1480
- dependencies:
1481
- '@babel/runtime': 7.21.0
1482
- '@floating-ui/react-dom': 2.0.0(react-dom@18.2.0)(react@18.2.0)
1483
- '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1484
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1485
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1486
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1487
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1488
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1489
- '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1490
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1491
- '@radix-ui/rect': 1.0.1
1492
- '@types/react': 18.2.18
1493
- '@types/react-dom': 18.2.7
1494
- react: 18.2.0
1495
- react-dom: 18.2.0(react@18.2.0)
1496
- dev: false
1497
-
1498
- /@radix-ui/react-portal@1.0.0(react-dom@18.2.0)(react@18.2.0):
1499
- resolution: {integrity: sha512-a8qyFO/Xb99d8wQdu4o7qnigNjTPG123uADNecz0eX4usnQEj7o+cG4ZX4zkqq98NYekT7UoEQIjxBNWIFuqTA==}
1500
- peerDependencies:
1501
- react: ^16.8 || ^17.0 || ^18.0
1502
- react-dom: ^16.8 || ^17.0 || ^18.0
1503
- dependencies:
1504
- '@babel/runtime': 7.21.0
1505
- '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0)
1506
- react: 18.2.0
1507
- react-dom: 18.2.0(react@18.2.0)
1508
- dev: false
1509
-
1510
- /@radix-ui/react-portal@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1511
- resolution: {integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==}
1512
- peerDependencies:
1513
- '@types/react': '*'
1514
- '@types/react-dom': '*'
1515
- react: ^16.8 || ^17.0 || ^18.0
1516
- react-dom: ^16.8 || ^17.0 || ^18.0
1517
- peerDependenciesMeta:
1518
- '@types/react':
1519
- optional: true
1520
- '@types/react-dom':
1521
- optional: true
1522
- dependencies:
1523
- '@babel/runtime': 7.21.0
1524
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1525
- '@types/react': 18.2.18
1526
- '@types/react-dom': 18.2.7
1527
- react: 18.2.0
1528
- react-dom: 18.2.0(react@18.2.0)
1529
- dev: false
1530
-
1531
- /@radix-ui/react-presence@1.0.0(react-dom@18.2.0)(react@18.2.0):
1532
- resolution: {integrity: sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==}
1533
- peerDependencies:
1534
- react: ^16.8 || ^17.0 || ^18.0
1535
- react-dom: ^16.8 || ^17.0 || ^18.0
1536
- dependencies:
1537
- '@babel/runtime': 7.21.0
1538
- '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
1539
- '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0)
1540
- react: 18.2.0
1541
- react-dom: 18.2.0(react@18.2.0)
1542
- dev: false
1543
-
1544
- /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1545
- resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==}
1546
- peerDependencies:
1547
- '@types/react': '*'
1548
- '@types/react-dom': '*'
1549
- react: ^16.8 || ^17.0 || ^18.0
1550
- react-dom: ^16.8 || ^17.0 || ^18.0
1551
- peerDependenciesMeta:
1552
- '@types/react':
1553
- optional: true
1554
- '@types/react-dom':
1555
- optional: true
1556
- dependencies:
1557
- '@babel/runtime': 7.21.0
1558
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1559
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1560
- '@types/react': 18.2.18
1561
- '@types/react-dom': 18.2.7
1562
- react: 18.2.0
1563
- react-dom: 18.2.0(react@18.2.0)
1564
- dev: false
1565
-
1566
- /@radix-ui/react-primitive@1.0.0(react-dom@18.2.0)(react@18.2.0):
1567
- resolution: {integrity: sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==}
1568
- peerDependencies:
1569
- react: ^16.8 || ^17.0 || ^18.0
1570
- react-dom: ^16.8 || ^17.0 || ^18.0
1571
- dependencies:
1572
- '@babel/runtime': 7.21.0
1573
- '@radix-ui/react-slot': 1.0.0(react@18.2.0)
1574
- react: 18.2.0
1575
- react-dom: 18.2.0(react@18.2.0)
1576
- dev: false
1577
-
1578
- /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1579
- resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==}
1580
- peerDependencies:
1581
- '@types/react': '*'
1582
- '@types/react-dom': '*'
1583
- react: ^16.8 || ^17.0 || ^18.0
1584
- react-dom: ^16.8 || ^17.0 || ^18.0
1585
- peerDependenciesMeta:
1586
- '@types/react':
1587
- optional: true
1588
- '@types/react-dom':
1589
- optional: true
1590
- dependencies:
1591
- '@babel/runtime': 7.21.0
1592
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1593
- '@types/react': 18.2.18
1594
- '@types/react-dom': 18.2.7
1595
- react: 18.2.0
1596
- react-dom: 18.2.0(react@18.2.0)
1597
- dev: false
1598
-
1599
- /@radix-ui/react-progress@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1600
- resolution: {integrity: sha512-5G6Om/tYSxjSeEdrb1VfKkfZfn/1IlPWd731h2RfPuSbIfNUgfqAwbKfJCg/PP6nuUCTrYzalwHSpSinoWoCag==}
1601
- peerDependencies:
1602
- '@types/react': '*'
1603
- '@types/react-dom': '*'
1604
- react: ^16.8 || ^17.0 || ^18.0
1605
- react-dom: ^16.8 || ^17.0 || ^18.0
1606
- peerDependenciesMeta:
1607
- '@types/react':
1608
- optional: true
1609
- '@types/react-dom':
1610
- optional: true
1611
- dependencies:
1612
- '@babel/runtime': 7.21.0
1613
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1614
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1615
- '@types/react': 18.2.18
1616
- '@types/react-dom': 18.2.7
1617
- react: 18.2.0
1618
- react-dom: 18.2.0(react@18.2.0)
1619
- dev: false
1620
-
1621
- /@radix-ui/react-radio-group@1.1.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1622
- resolution: {integrity: sha512-x+yELayyefNeKeTx4fjK6j99Fs6c4qKm3aY38G3swQVTN6xMpsrbigC0uHs2L//g8q4qR7qOcww8430jJmi2ag==}
1623
- peerDependencies:
1624
- '@types/react': '*'
1625
- '@types/react-dom': '*'
1626
- react: ^16.8 || ^17.0 || ^18.0
1627
- react-dom: ^16.8 || ^17.0 || ^18.0
1628
- peerDependenciesMeta:
1629
- '@types/react':
1630
- optional: true
1631
- '@types/react-dom':
1632
- optional: true
1633
- dependencies:
1634
- '@babel/runtime': 7.21.0
1635
- '@radix-ui/primitive': 1.0.1
1636
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1637
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1638
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1639
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1640
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1641
- '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1642
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1643
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1644
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1645
- '@types/react': 18.2.18
1646
- '@types/react-dom': 18.2.7
1647
- react: 18.2.0
1648
- react-dom: 18.2.0(react@18.2.0)
1649
- dev: false
1650
-
1651
- /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1652
- resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==}
1653
- peerDependencies:
1654
- '@types/react': '*'
1655
- '@types/react-dom': '*'
1656
- react: ^16.8 || ^17.0 || ^18.0
1657
- react-dom: ^16.8 || ^17.0 || ^18.0
1658
- peerDependenciesMeta:
1659
- '@types/react':
1660
- optional: true
1661
- '@types/react-dom':
1662
- optional: true
1663
- dependencies:
1664
- '@babel/runtime': 7.21.0
1665
- '@radix-ui/primitive': 1.0.1
1666
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1667
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1668
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1669
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1670
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1671
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1672
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1673
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1674
- '@types/react': 18.2.18
1675
- '@types/react-dom': 18.2.7
1676
- react: 18.2.0
1677
- react-dom: 18.2.0(react@18.2.0)
1678
- dev: false
1679
-
1680
- /@radix-ui/react-scroll-area@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1681
- resolution: {integrity: sha512-OIClwBkwPG+FKvC4OMTRaa/3cfD069nkKFFL/TQzRzaO42Ce5ivKU9VMKgT7UU6UIkjcQqKBrDOIzWtPGw6e6w==}
1682
- peerDependencies:
1683
- '@types/react': '*'
1684
- '@types/react-dom': '*'
1685
- react: ^16.8 || ^17.0 || ^18.0
1686
- react-dom: ^16.8 || ^17.0 || ^18.0
1687
- peerDependenciesMeta:
1688
- '@types/react':
1689
- optional: true
1690
- '@types/react-dom':
1691
- optional: true
1692
- dependencies:
1693
- '@babel/runtime': 7.21.0
1694
- '@radix-ui/number': 1.0.1
1695
- '@radix-ui/primitive': 1.0.1
1696
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1697
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1698
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1699
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1700
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1701
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1702
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1703
- '@types/react': 18.2.18
1704
- '@types/react-dom': 18.2.7
1705
- react: 18.2.0
1706
- react-dom: 18.2.0(react@18.2.0)
1707
- dev: false
1708
-
1709
- /@radix-ui/react-select@1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1710
- resolution: {integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==}
1711
- peerDependencies:
1712
- '@types/react': '*'
1713
- '@types/react-dom': '*'
1714
- react: ^16.8 || ^17.0 || ^18.0
1715
- react-dom: ^16.8 || ^17.0 || ^18.0
1716
- peerDependenciesMeta:
1717
- '@types/react':
1718
- optional: true
1719
- '@types/react-dom':
1720
- optional: true
1721
- dependencies:
1722
- '@babel/runtime': 7.21.0
1723
- '@radix-ui/number': 1.0.1
1724
- '@radix-ui/primitive': 1.0.1
1725
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1726
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1727
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1728
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1729
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1730
- '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1731
- '@radix-ui/react-focus-scope': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1732
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1733
- '@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1734
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1735
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1736
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1737
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1738
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1739
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1740
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1741
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1742
- '@types/react': 18.2.18
1743
- '@types/react-dom': 18.2.7
1744
- aria-hidden: 1.2.3
1745
- react: 18.2.0
1746
- react-dom: 18.2.0(react@18.2.0)
1747
- react-remove-scroll: 2.5.5(@types/react@18.2.18)(react@18.2.0)
1748
- dev: false
1749
-
1750
- /@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1751
- resolution: {integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==}
1752
- peerDependencies:
1753
- '@types/react': '*'
1754
- '@types/react-dom': '*'
1755
- react: ^16.8 || ^17.0 || ^18.0
1756
- react-dom: ^16.8 || ^17.0 || ^18.0
1757
- peerDependenciesMeta:
1758
- '@types/react':
1759
- optional: true
1760
- '@types/react-dom':
1761
- optional: true
1762
- dependencies:
1763
- '@babel/runtime': 7.21.0
1764
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1765
- '@types/react': 18.2.18
1766
- '@types/react-dom': 18.2.7
1767
- react: 18.2.0
1768
- react-dom: 18.2.0(react@18.2.0)
1769
- dev: false
1770
-
1771
- /@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1772
- resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==}
1773
- peerDependencies:
1774
- '@types/react': '*'
1775
- '@types/react-dom': '*'
1776
- react: ^16.8 || ^17.0 || ^18.0
1777
- react-dom: ^16.8 || ^17.0 || ^18.0
1778
- peerDependenciesMeta:
1779
- '@types/react':
1780
- optional: true
1781
- '@types/react-dom':
1782
- optional: true
1783
- dependencies:
1784
- '@babel/runtime': 7.21.0
1785
- '@radix-ui/number': 1.0.1
1786
- '@radix-ui/primitive': 1.0.1
1787
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1788
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1789
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1790
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1791
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1792
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1793
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1794
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1795
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1796
- '@types/react': 18.2.18
1797
- '@types/react-dom': 18.2.7
1798
- react: 18.2.0
1799
- react-dom: 18.2.0(react@18.2.0)
1800
- dev: false
1801
-
1802
- /@radix-ui/react-slot@1.0.0(react@18.2.0):
1803
- resolution: {integrity: sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==}
1804
- peerDependencies:
1805
- react: ^16.8 || ^17.0 || ^18.0
1806
- dependencies:
1807
- '@babel/runtime': 7.21.0
1808
- '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0)
1809
- react: 18.2.0
1810
- dev: false
1811
-
1812
- /@radix-ui/react-slot@1.0.2(@types/react@18.2.18)(react@18.2.0):
1813
- resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==}
1814
- peerDependencies:
1815
- '@types/react': '*'
1816
- react: ^16.8 || ^17.0 || ^18.0
1817
- peerDependenciesMeta:
1818
- '@types/react':
1819
- optional: true
1820
- dependencies:
1821
- '@babel/runtime': 7.21.0
1822
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1823
- '@types/react': 18.2.18
1824
- react: 18.2.0
1825
- dev: false
1826
-
1827
- /@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1828
- resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==}
1829
- peerDependencies:
1830
- '@types/react': '*'
1831
- '@types/react-dom': '*'
1832
- react: ^16.8 || ^17.0 || ^18.0
1833
- react-dom: ^16.8 || ^17.0 || ^18.0
1834
- peerDependenciesMeta:
1835
- '@types/react':
1836
- optional: true
1837
- '@types/react-dom':
1838
- optional: true
1839
- dependencies:
1840
- '@babel/runtime': 7.21.0
1841
- '@radix-ui/primitive': 1.0.1
1842
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1843
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1844
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1845
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1846
- '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1847
- '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1848
- '@types/react': 18.2.18
1849
- '@types/react-dom': 18.2.7
1850
- react: 18.2.0
1851
- react-dom: 18.2.0(react@18.2.0)
1852
- dev: false
1853
-
1854
- /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1855
- resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==}
1856
- peerDependencies:
1857
- '@types/react': '*'
1858
- '@types/react-dom': '*'
1859
- react: ^16.8 || ^17.0 || ^18.0
1860
- react-dom: ^16.8 || ^17.0 || ^18.0
1861
- peerDependenciesMeta:
1862
- '@types/react':
1863
- optional: true
1864
- '@types/react-dom':
1865
- optional: true
1866
- dependencies:
1867
- '@babel/runtime': 7.21.0
1868
- '@radix-ui/primitive': 1.0.1
1869
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1870
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1871
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1872
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1873
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1874
- '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1875
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1876
- '@types/react': 18.2.18
1877
- '@types/react-dom': 18.2.7
1878
- react: 18.2.0
1879
- react-dom: 18.2.0(react@18.2.0)
1880
- dev: false
1881
-
1882
- /@radix-ui/react-toast@1.1.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1883
- resolution: {integrity: sha512-wf+fc8DOywrpRK3jlPlWVe+ELYGHdKDaaARJZNuUTWyWYq7+ANCFLp4rTjZ/mcGkJJQ/vZ949Zis9xxEpfq9OA==}
1884
- peerDependencies:
1885
- '@types/react': '*'
1886
- '@types/react-dom': '*'
1887
- react: ^16.8 || ^17.0 || ^18.0
1888
- react-dom: ^16.8 || ^17.0 || ^18.0
1889
- peerDependenciesMeta:
1890
- '@types/react':
1891
- optional: true
1892
- '@types/react-dom':
1893
- optional: true
1894
- dependencies:
1895
- '@babel/runtime': 7.21.0
1896
- '@radix-ui/primitive': 1.0.1
1897
- '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1898
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1899
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1900
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1901
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1902
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1903
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1904
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1905
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1906
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1907
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1908
- '@types/react': 18.2.18
1909
- '@types/react-dom': 18.2.7
1910
- react: 18.2.0
1911
- react-dom: 18.2.0(react@18.2.0)
1912
- dev: false
1913
-
1914
- /@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1915
- resolution: {integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==}
1916
- peerDependencies:
1917
- '@types/react': '*'
1918
- '@types/react-dom': '*'
1919
- react: ^16.8 || ^17.0 || ^18.0
1920
- react-dom: ^16.8 || ^17.0 || ^18.0
1921
- peerDependenciesMeta:
1922
- '@types/react':
1923
- optional: true
1924
- '@types/react-dom':
1925
- optional: true
1926
- dependencies:
1927
- '@babel/runtime': 7.21.0
1928
- '@radix-ui/primitive': 1.0.1
1929
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1930
- '@radix-ui/react-direction': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1931
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1932
- '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1933
- '@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1934
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1935
- '@types/react': 18.2.18
1936
- '@types/react-dom': 18.2.7
1937
- react: 18.2.0
1938
- react-dom: 18.2.0(react@18.2.0)
1939
- dev: false
1940
-
1941
- /@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1942
- resolution: {integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==}
1943
- peerDependencies:
1944
- '@types/react': '*'
1945
- '@types/react-dom': '*'
1946
- react: ^16.8 || ^17.0 || ^18.0
1947
- react-dom: ^16.8 || ^17.0 || ^18.0
1948
- peerDependenciesMeta:
1949
- '@types/react':
1950
- optional: true
1951
- '@types/react-dom':
1952
- optional: true
1953
- dependencies:
1954
- '@babel/runtime': 7.21.0
1955
- '@radix-ui/primitive': 1.0.1
1956
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1957
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1958
- '@types/react': 18.2.18
1959
- '@types/react-dom': 18.2.7
1960
- react: 18.2.0
1961
- react-dom: 18.2.0(react@18.2.0)
1962
- dev: false
1963
-
1964
- /@radix-ui/react-tooltip@1.0.6(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
1965
- resolution: {integrity: sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==}
1966
- peerDependencies:
1967
- '@types/react': '*'
1968
- '@types/react-dom': '*'
1969
- react: ^16.8 || ^17.0 || ^18.0
1970
- react-dom: ^16.8 || ^17.0 || ^18.0
1971
- peerDependenciesMeta:
1972
- '@types/react':
1973
- optional: true
1974
- '@types/react-dom':
1975
- optional: true
1976
- dependencies:
1977
- '@babel/runtime': 7.21.0
1978
- '@radix-ui/primitive': 1.0.1
1979
- '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1980
- '@radix-ui/react-context': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1981
- '@radix-ui/react-dismissable-layer': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1982
- '@radix-ui/react-id': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1983
- '@radix-ui/react-popper': 1.1.2(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1984
- '@radix-ui/react-portal': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1985
- '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1986
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1987
- '@radix-ui/react-slot': 1.0.2(@types/react@18.2.18)(react@18.2.0)
1988
- '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.18)(react@18.2.0)
1989
- '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
1990
- '@types/react': 18.2.18
1991
- '@types/react-dom': 18.2.7
1992
- react: 18.2.0
1993
- react-dom: 18.2.0(react@18.2.0)
1994
- dev: false
1995
-
1996
- /@radix-ui/react-use-callback-ref@1.0.0(react@18.2.0):
1997
- resolution: {integrity: sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==}
1998
- peerDependencies:
1999
- react: ^16.8 || ^17.0 || ^18.0
2000
- dependencies:
2001
- '@babel/runtime': 7.21.0
2002
- react: 18.2.0
2003
- dev: false
2004
-
2005
- /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.18)(react@18.2.0):
2006
- resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==}
2007
- peerDependencies:
2008
- '@types/react': '*'
2009
- react: ^16.8 || ^17.0 || ^18.0
2010
- peerDependenciesMeta:
2011
- '@types/react':
2012
- optional: true
2013
- dependencies:
2014
- '@babel/runtime': 7.21.0
2015
- '@types/react': 18.2.18
2016
- react: 18.2.0
2017
- dev: false
2018
-
2019
- /@radix-ui/react-use-controllable-state@1.0.0(react@18.2.0):
2020
- resolution: {integrity: sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==}
2021
- peerDependencies:
2022
- react: ^16.8 || ^17.0 || ^18.0
2023
- dependencies:
2024
- '@babel/runtime': 7.21.0
2025
- '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0)
2026
- react: 18.2.0
2027
- dev: false
2028
-
2029
- /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.18)(react@18.2.0):
2030
- resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==}
2031
- peerDependencies:
2032
- '@types/react': '*'
2033
- react: ^16.8 || ^17.0 || ^18.0
2034
- peerDependenciesMeta:
2035
- '@types/react':
2036
- optional: true
2037
- dependencies:
2038
- '@babel/runtime': 7.21.0
2039
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
2040
- '@types/react': 18.2.18
2041
- react: 18.2.0
2042
- dev: false
2043
-
2044
- /@radix-ui/react-use-escape-keydown@1.0.0(react@18.2.0):
2045
- resolution: {integrity: sha512-JwfBCUIfhXRxKExgIqGa4CQsiMemo1Xt0W/B4ei3fpzpvPENKpMKQ8mZSB6Acj3ebrAEgi2xiQvcI1PAAodvyg==}
2046
- peerDependencies:
2047
- react: ^16.8 || ^17.0 || ^18.0
2048
- dependencies:
2049
- '@babel/runtime': 7.21.0
2050
- '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0)
2051
- react: 18.2.0
2052
- dev: false
2053
-
2054
- /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.18)(react@18.2.0):
2055
- resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==}
2056
- peerDependencies:
2057
- '@types/react': '*'
2058
- react: ^16.8 || ^17.0 || ^18.0
2059
- peerDependenciesMeta:
2060
- '@types/react':
2061
- optional: true
2062
- dependencies:
2063
- '@babel/runtime': 7.21.0
2064
- '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.18)(react@18.2.0)
2065
- '@types/react': 18.2.18
2066
- react: 18.2.0
2067
- dev: false
2068
-
2069
- /@radix-ui/react-use-layout-effect@1.0.0(react@18.2.0):
2070
- resolution: {integrity: sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==}
2071
- peerDependencies:
2072
- react: ^16.8 || ^17.0 || ^18.0
2073
- dependencies:
2074
- '@babel/runtime': 7.21.0
2075
- react: 18.2.0
2076
- dev: false
2077
-
2078
- /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.18)(react@18.2.0):
2079
- resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==}
2080
- peerDependencies:
2081
- '@types/react': '*'
2082
- react: ^16.8 || ^17.0 || ^18.0
2083
- peerDependenciesMeta:
2084
- '@types/react':
2085
- optional: true
2086
- dependencies:
2087
- '@babel/runtime': 7.21.0
2088
- '@types/react': 18.2.18
2089
- react: 18.2.0
2090
- dev: false
2091
-
2092
- /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.18)(react@18.2.0):
2093
- resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==}
2094
- peerDependencies:
2095
- '@types/react': '*'
2096
- react: ^16.8 || ^17.0 || ^18.0
2097
- peerDependenciesMeta:
2098
- '@types/react':
2099
- optional: true
2100
- dependencies:
2101
- '@babel/runtime': 7.21.0
2102
- '@types/react': 18.2.18
2103
- react: 18.2.0
2104
- dev: false
2105
-
2106
- /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.18)(react@18.2.0):
2107
- resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==}
2108
- peerDependencies:
2109
- '@types/react': '*'
2110
- react: ^16.8 || ^17.0 || ^18.0
2111
- peerDependenciesMeta:
2112
- '@types/react':
2113
- optional: true
2114
- dependencies:
2115
- '@babel/runtime': 7.21.0
2116
- '@radix-ui/rect': 1.0.1
2117
- '@types/react': 18.2.18
2118
- react: 18.2.0
2119
- dev: false
2120
-
2121
- /@radix-ui/react-use-size@1.0.1(@types/react@18.2.18)(react@18.2.0):
2122
- resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==}
2123
- peerDependencies:
2124
- '@types/react': '*'
2125
- react: ^16.8 || ^17.0 || ^18.0
2126
- peerDependenciesMeta:
2127
- '@types/react':
2128
- optional: true
2129
- dependencies:
2130
- '@babel/runtime': 7.21.0
2131
- '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.18)(react@18.2.0)
2132
- '@types/react': 18.2.18
2133
- react: 18.2.0
2134
- dev: false
2135
-
2136
- /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
2137
- resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==}
2138
- peerDependencies:
2139
- '@types/react': '*'
2140
- '@types/react-dom': '*'
2141
- react: ^16.8 || ^17.0 || ^18.0
2142
- react-dom: ^16.8 || ^17.0 || ^18.0
2143
- peerDependenciesMeta:
2144
- '@types/react':
2145
- optional: true
2146
- '@types/react-dom':
2147
- optional: true
2148
- dependencies:
2149
- '@babel/runtime': 7.21.0
2150
- '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.7)(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
2151
- '@types/react': 18.2.18
2152
- '@types/react-dom': 18.2.7
2153
- react: 18.2.0
2154
- react-dom: 18.2.0(react@18.2.0)
2155
- dev: false
2156
-
2157
- /@radix-ui/rect@1.0.1:
2158
- resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==}
2159
- dependencies:
2160
- '@babel/runtime': 7.21.0
2161
- dev: false
2162
-
2163
- /@sigstore/protobuf-specs@0.1.0:
2164
- resolution: {integrity: sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==}
2165
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2166
- dev: true
2167
-
2168
- /@swc/helpers@0.5.1:
2169
- resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==}
2170
- dependencies:
2171
- tslib: 2.5.0
2172
- dev: false
2173
-
2174
- /@tailwindcss/line-clamp@0.4.4(tailwindcss@3.3.3):
2175
- resolution: {integrity: sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==}
2176
- peerDependencies:
2177
- tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1'
2178
- dependencies:
2179
- tailwindcss: 3.3.3
2180
- dev: false
2181
-
2182
- /@tanstack/react-table@8.9.3(react-dom@18.2.0)(react@18.2.0):
2183
- resolution: {integrity: sha512-Ng9rdm3JPoSCi6cVZvANsYnF+UoGVRxflMb270tVj0+LjeT/ZtZ9ckxF6oLPLcKesza6VKBqtdF9mQ+vaz24Aw==}
2184
- engines: {node: '>=12'}
2185
- peerDependencies:
2186
- react: '>=16'
2187
- react-dom: '>=16'
2188
- dependencies:
2189
- '@tanstack/table-core': 8.9.3
2190
- react: 18.2.0
2191
- react-dom: 18.2.0(react@18.2.0)
2192
- dev: false
2193
-
2194
- /@tanstack/table-core@8.9.3:
2195
- resolution: {integrity: sha512-NpHZBoHTfqyJk0m/s/+CSuAiwtebhYK90mDuf5eylTvgViNOujiaOaxNDxJkQQAsVvHWZftUGAx1EfO1rkKtLg==}
2196
- engines: {node: '>=12'}
2197
- dev: false
2198
-
2199
- /@tauri-apps/api@2.0.0-alpha.4:
2200
- resolution: {integrity: sha512-gWe5fFHbwFM+dmdDPtlDvVDVtoMneGRM+S8mECevWhKpXYxId0yxznE56YGAvPSJXC3vgsXw16mOmkTnEVKnaw==}
2201
- engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
2202
- dev: false
2203
-
2204
- /@tauri-apps/api@2.0.0-alpha.5:
2205
- resolution: {integrity: sha512-OqysC4c819itGxic50RoDMrmd+ofX+MMNkXKeRS0BV2rkKqrnuV17o3TrQXFI1xs/kXRmmPC+3Y42P9Y5uNvRg==}
2206
- engines: {node: '>= 14.6.0', npm: '>= 6.6.0', yarn: '>= 1.19.1'}
2207
- dev: false
2208
-
2209
- /@tauri-apps/cli-darwin-arm64@2.0.0-alpha.10:
2210
- resolution: {integrity: sha512-z6DoKRUm1Yygu2Tpatu7Fej0eZejZQcsDKsHWc3b5yoIsrodxvKbko2SvYczUx4ecXWplJBTIfTZNo6ciIRRmw==}
2211
- engines: {node: '>= 10'}
2212
- cpu: [arm64]
2213
- os: [darwin]
2214
- requiresBuild: true
2215
- dev: true
2216
- optional: true
2217
-
2218
- /@tauri-apps/cli-darwin-x64@2.0.0-alpha.10:
2219
- resolution: {integrity: sha512-xqPUC5uI6zo5+1IXSwZLj1uyRWCeZgQgpyaExGDOYBjcC8HUc2NRdFGsGVtGhFWE+HftppD9p8elJLQM90B02w==}
2220
- engines: {node: '>= 10'}
2221
- cpu: [x64]
2222
- os: [darwin]
2223
- requiresBuild: true
2224
- dev: true
2225
- optional: true
2226
-
2227
- /@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-alpha.10:
2228
- resolution: {integrity: sha512-UpjG9qpF/7fkfrBoM6N+Lo08HRAKR9k7LENAFU+zd81JestxOCs0hxuX2/lGkVydtOuSXfVvMn1W5YpGKkgp3A==}
2229
- engines: {node: '>= 10'}
2230
- cpu: [arm]
2231
- os: [linux]
2232
- requiresBuild: true
2233
- dev: true
2234
- optional: true
2235
-
2236
- /@tauri-apps/cli-linux-arm64-gnu@2.0.0-alpha.10:
2237
- resolution: {integrity: sha512-Pc8seZINcbHDgOC0ThZ5EPUqOYbL94wEUecKkiaKn7gCl3/ZyIlRte5gizBeLwmnG4fkSLZc0UMvRilu4hGK3g==}
2238
- engines: {node: '>= 10'}
2239
- cpu: [arm64]
2240
- os: [linux]
2241
- requiresBuild: true
2242
- dev: true
2243
- optional: true
2244
-
2245
- /@tauri-apps/cli-linux-arm64-musl@2.0.0-alpha.10:
2246
- resolution: {integrity: sha512-ZlaBbJq5yXP6VmNOrUGgSDnM1JcDsYf7XfVOm/kLVVrZ3iEzYA18v4SZH2kR18bU7h5+YVCPwwnfD+B8ROGidA==}
2247
- engines: {node: '>= 10'}
2248
- cpu: [arm64]
2249
- os: [linux]
2250
- requiresBuild: true
2251
- dev: true
2252
- optional: true
2253
-
2254
- /@tauri-apps/cli-linux-x64-gnu@2.0.0-alpha.10:
2255
- resolution: {integrity: sha512-7fo0u56URSFZwJpwPMeNiYypbgYcT8i5KPMe1CQgWW19sJLHBMK1Kd0L8SeAZDlCPpY2coNifAdEm3C7Ca7xMQ==}
2256
- engines: {node: '>= 10'}
2257
- cpu: [x64]
2258
- os: [linux]
2259
- requiresBuild: true
2260
- dev: true
2261
- optional: true
2262
-
2263
- /@tauri-apps/cli-linux-x64-musl@2.0.0-alpha.10:
2264
- resolution: {integrity: sha512-9lY7YJmsm7SndlIxKzj/faX/bYX1q0dib88kpxT2xW4qNt9RihTI6PST1PDce5DmEoheLU9Xp9ere8SfoHgE2A==}
2265
- engines: {node: '>= 10'}
2266
- cpu: [x64]
2267
- os: [linux]
2268
- requiresBuild: true
2269
- dev: true
2270
- optional: true
2271
-
2272
- /@tauri-apps/cli-win32-arm64-msvc@2.0.0-alpha.10:
2273
- resolution: {integrity: sha512-tJOHIy13vjYRkfw7++aRDQEb5CVzVQKDiJ35Zg4I8YcaPExgj6LKCpDo8N8AD4RXy4SnYKzqYTt8K9xcyIonzA==}
2274
- engines: {node: '>= 10'}
2275
- cpu: [arm64]
2276
- os: [win32]
2277
- requiresBuild: true
2278
- dev: true
2279
- optional: true
2280
-
2281
- /@tauri-apps/cli-win32-ia32-msvc@2.0.0-alpha.10:
2282
- resolution: {integrity: sha512-DN4TlOU8e6cRRVXAnldHhfDDr0ER000fojJ/Vb33fgGvaXury3jBtNyKQuoscvg6T8fLUBc72O6+4tDnXlIBwQ==}
2283
- engines: {node: '>= 10'}
2284
- cpu: [ia32]
2285
- os: [win32]
2286
- requiresBuild: true
2287
- dev: true
2288
- optional: true
2289
-
2290
- /@tauri-apps/cli-win32-x64-msvc@2.0.0-alpha.10:
2291
- resolution: {integrity: sha512-H5Y+L7H24n9EVB/Dw5HHGo+wQZHTLVgWrkOwsxqssDhTPiM5CbEuyjEf/B1y8uqp4YoIlw5t7Db+GBg12KejAA==}
2292
- engines: {node: '>= 10'}
2293
- cpu: [x64]
2294
- os: [win32]
2295
- requiresBuild: true
2296
- dev: true
2297
- optional: true
2298
-
2299
- /@tauri-apps/cli@2.0.0-alpha.10:
2300
- resolution: {integrity: sha512-8SkTAxg5J06f7BWgJjNt1NEBPRsffmj4X+PckHX3ZguZd8xqpGtACufUg0zVqaFZPmd+9OCvoEJSP5veO4utDQ==}
2301
- engines: {node: '>= 10'}
2302
- hasBin: true
2303
- optionalDependencies:
2304
- '@tauri-apps/cli-darwin-arm64': 2.0.0-alpha.10
2305
- '@tauri-apps/cli-darwin-x64': 2.0.0-alpha.10
2306
- '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-alpha.10
2307
- '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-alpha.10
2308
- '@tauri-apps/cli-linux-arm64-musl': 2.0.0-alpha.10
2309
- '@tauri-apps/cli-linux-x64-gnu': 2.0.0-alpha.10
2310
- '@tauri-apps/cli-linux-x64-musl': 2.0.0-alpha.10
2311
- '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-alpha.10
2312
- '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-alpha.10
2313
- '@tauri-apps/cli-win32-x64-msvc': 2.0.0-alpha.10
2314
- dev: true
2315
-
2316
- /@tauri-apps/plugin-app@2.0.0-alpha.0:
2317
- resolution: {integrity: sha512-xU9oXcM6deKqsgRqo14GaQWZGmL3a33FTLISnophp8YWJp/Ve1RL5BZoCF6g1IX2zNnDyAirU0hx1Yy5c/37wg==}
2318
- dependencies:
2319
- '@tauri-apps/api': 2.0.0-alpha.4
2320
- dev: false
2321
-
2322
- /@tauri-apps/plugin-os@2.0.0-alpha.0:
2323
- resolution: {integrity: sha512-vHZW/W/5bAvr1UnaXhRg29yDQUkBuCGlxtVDKUEUTvKEdbMrKLlFuzr8RxcczLI9CTDqQ/EP7xzn7XYYQWR82Q==}
2324
- dependencies:
2325
- '@tauri-apps/api': 2.0.0-alpha.4
2326
- dev: false
2327
-
2328
- /@tauri-apps/plugin-shell@2.0.0-alpha.0:
2329
- resolution: {integrity: sha512-Tyl6lsM/S+v5n/cJpIErCGq5CJwGV1xVLB+xyG364wA/y1MpYTVrk5acCSB5sF+OSOtR84ZeazkL4tjCM6EIUA==}
2330
- dependencies:
2331
- '@tauri-apps/api': 2.0.0-alpha.4
2332
- dev: false
2333
-
2334
- /@tauri-apps/plugin-window@2.0.0-alpha.0:
2335
- resolution: {integrity: sha512-ZXFXOu9m8QiDB8d8LFFgwcfxIAbr0bhzj06YvmZDB3isuVtlFP9EyU4D+zmumWEWvNN2XP7xgpn68ivOVhmNNQ==}
2336
- dependencies:
2337
- '@tauri-apps/api': 2.0.0-alpha.4
2338
- dev: false
2339
-
2340
- /@tootallnate/once@2.0.0:
2341
- resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
2342
- engines: {node: '>= 10'}
2343
- dev: true
2344
-
2345
- /@tufjs/canonical-json@1.0.0:
2346
- resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==}
2347
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2348
- dev: true
2349
-
2350
- /@tufjs/models@1.0.4:
2351
- resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==}
2352
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2353
- dependencies:
2354
- '@tufjs/canonical-json': 1.0.0
2355
- minimatch: 9.0.0
2356
- dev: true
2357
-
2358
- /@types/d3-array@3.0.4:
2359
- resolution: {integrity: sha512-nwvEkG9vYOc0Ic7G7kwgviY4AQlTfYGIZ0fqB7CQHXGyYM6nO7kJh5EguSNA3jfh4rq7Sb7eMVq8isuvg2/miQ==}
2360
- dev: false
2361
-
2362
- /@types/d3-color@3.1.0:
2363
- resolution: {integrity: sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA==}
2364
- dev: false
2365
-
2366
- /@types/d3-ease@3.0.0:
2367
- resolution: {integrity: sha512-aMo4eaAOijJjA6uU+GIeW018dvy9+oH5Y2VPPzjjfxevvGQ/oRDs+tfYC9b50Q4BygRR8yE2QCLsrT0WtAVseA==}
2368
- dev: false
2369
-
2370
- /@types/d3-interpolate@3.0.1:
2371
- resolution: {integrity: sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw==}
2372
- dependencies:
2373
- '@types/d3-color': 3.1.0
2374
- dev: false
2375
-
2376
- /@types/d3-path@3.0.0:
2377
- resolution: {integrity: sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg==}
2378
- dev: false
2379
-
2380
- /@types/d3-scale@4.0.3:
2381
- resolution: {integrity: sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ==}
2382
- dependencies:
2383
- '@types/d3-time': 3.0.0
2384
- dev: false
2385
-
2386
- /@types/d3-shape@3.1.1:
2387
- resolution: {integrity: sha512-6Uh86YFF7LGg4PQkuO2oG6EMBRLuW9cbavUW46zkIO5kuS2PfTqo2o9SkgtQzguBHbLgNnU90UNsITpsX1My+A==}
2388
- dependencies:
2389
- '@types/d3-path': 3.0.0
2390
- dev: false
2391
-
2392
- /@types/d3-time@3.0.0:
2393
- resolution: {integrity: sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg==}
2394
- dev: false
2395
-
2396
- /@types/d3-timer@3.0.0:
2397
- resolution: {integrity: sha512-HNB/9GHqu7Fo8AQiugyJbv6ZxYz58wef0esl4Mv828w1ZKpAshw/uFWVDUcIB9KKFeFKoxS3cHY07FFgtTRZ1g==}
2398
- dev: false
2399
-
2400
- /@types/node@20.4.6:
2401
- resolution: {integrity: sha512-q0RkvNgMweWWIvSMDiXhflGUKMdIxBo2M2tYM/0kEGDueQByFzK4KZAgu5YHGFNxziTlppNpTIBcqHQAxlfHdA==}
2402
- dev: true
2403
-
2404
- /@types/prop-types@15.7.5:
2405
- resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
2406
-
2407
- /@types/react-dom@18.2.7:
2408
- resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==}
2409
- dependencies:
2410
- '@types/react': 18.2.18
2411
-
2412
- /@types/react@18.2.18:
2413
- resolution: {integrity: sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==}
2414
- dependencies:
2415
- '@types/prop-types': 15.7.5
2416
- '@types/scheduler': 0.16.3
2417
- csstype: 3.1.2
2418
-
2419
- /@types/scheduler@0.16.3:
2420
- resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
2421
-
2422
- /abbrev@1.1.1:
2423
- resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
2424
- dev: true
2425
-
2426
- /abbrev@2.0.0:
2427
- resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==}
2428
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2429
- dev: true
2430
-
2431
- /agent-base@6.0.2:
2432
- resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
2433
- engines: {node: '>= 6.0.0'}
2434
- dependencies:
2435
- debug: 4.3.4
2436
- transitivePeerDependencies:
2437
- - supports-color
2438
- dev: true
2439
-
2440
- /agentkeepalive@4.3.0:
2441
- resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==}
2442
- engines: {node: '>= 8.0.0'}
2443
- dependencies:
2444
- debug: 4.3.4
2445
- depd: 2.0.0
2446
- humanize-ms: 1.2.1
2447
- transitivePeerDependencies:
2448
- - supports-color
2449
- dev: true
2450
-
2451
- /aggregate-error@3.1.0:
2452
- resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
2453
- engines: {node: '>=8'}
2454
- dependencies:
2455
- clean-stack: 2.2.0
2456
- indent-string: 4.0.0
2457
- dev: true
2458
-
2459
- /ansi-regex@5.0.1:
2460
- resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
2461
- engines: {node: '>=8'}
2462
- dev: true
2463
-
2464
- /ansi-regex@6.0.1:
2465
- resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
2466
- engines: {node: '>=12'}
2467
- dev: true
2468
-
2469
- /ansi-styles@3.2.1:
2470
- resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
2471
- engines: {node: '>=4'}
2472
- dependencies:
2473
- color-convert: 1.9.3
2474
-
2475
- /ansi-styles@4.3.0:
2476
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
2477
- engines: {node: '>=8'}
2478
- dependencies:
2479
- color-convert: 2.0.1
2480
- dev: true
2481
-
2482
- /ansi-styles@6.2.1:
2483
- resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
2484
- engines: {node: '>=12'}
2485
- dev: true
2486
-
2487
- /any-promise@1.3.0:
2488
- resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
2489
-
2490
- /anymatch@3.1.3:
2491
- resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
2492
- engines: {node: '>= 8'}
2493
- dependencies:
2494
- normalize-path: 3.0.0
2495
- picomatch: 2.3.1
2496
-
2497
- /aproba@2.0.0:
2498
- resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==}
2499
- dev: true
2500
-
2501
- /are-we-there-yet@3.0.1:
2502
- resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==}
2503
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
2504
- dependencies:
2505
- delegates: 1.0.0
2506
- readable-stream: 3.6.2
2507
- dev: true
2508
-
2509
- /arg@5.0.2:
2510
- resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
2511
-
2512
- /aria-hidden@1.2.3:
2513
- resolution: {integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==}
2514
- engines: {node: '>=10'}
2515
- dependencies:
2516
- tslib: 2.5.0
2517
- dev: false
2518
-
2519
- /autoprefixer@10.4.14(postcss@8.4.27):
2520
- resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==}
2521
- engines: {node: ^10 || ^12 || >=14}
2522
- hasBin: true
2523
- peerDependencies:
2524
- postcss: ^8.1.0
2525
- dependencies:
2526
- browserslist: 4.21.5
2527
- caniuse-lite: 1.0.30001480
2528
- fraction.js: 4.2.0
2529
- normalize-range: 0.1.2
2530
- picocolors: 1.0.0
2531
- postcss: 8.4.27
2532
- postcss-value-parser: 4.2.0
2533
- dev: true
2534
-
2535
- /balanced-match@1.0.2:
2536
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
2537
-
2538
- /binary-extensions@2.2.0:
2539
- resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
2540
- engines: {node: '>=8'}
2541
-
2542
- /brace-expansion@1.1.11:
2543
- resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
2544
- dependencies:
2545
- balanced-match: 1.0.2
2546
- concat-map: 0.0.1
2547
-
2548
- /brace-expansion@2.0.1:
2549
- resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
2550
- dependencies:
2551
- balanced-match: 1.0.2
2552
- dev: true
2553
-
2554
- /braces@3.0.2:
2555
- resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==}
2556
- engines: {node: '>=8'}
2557
- dependencies:
2558
- fill-range: 7.0.1
2559
-
2560
- /browserslist@4.21.5:
2561
- resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==}
2562
- engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
2563
- hasBin: true
2564
- dependencies:
2565
- caniuse-lite: 1.0.30001480
2566
- electron-to-chromium: 1.4.368
2567
- node-releases: 2.0.10
2568
- update-browserslist-db: 1.0.11(browserslist@4.21.5)
2569
-
2570
- /builtins@5.0.1:
2571
- resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==}
2572
- dependencies:
2573
- semver: 7.5.3
2574
- dev: true
2575
-
2576
- /busboy@1.6.0:
2577
- resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
2578
- engines: {node: '>=10.16.0'}
2579
- dependencies:
2580
- streamsearch: 1.1.0
2581
- dev: false
2582
-
2583
- /cacache@16.1.3:
2584
- resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==}
2585
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
2586
- dependencies:
2587
- '@npmcli/fs': 2.1.2
2588
- '@npmcli/move-file': 2.0.1
2589
- chownr: 2.0.0
2590
- fs-minipass: 2.1.0
2591
- glob: 8.1.0
2592
- infer-owner: 1.0.4
2593
- lru-cache: 7.18.3
2594
- minipass: 3.3.6
2595
- minipass-collect: 1.0.2
2596
- minipass-flush: 1.0.5
2597
- minipass-pipeline: 1.2.4
2598
- mkdirp: 1.0.4
2599
- p-map: 4.0.0
2600
- promise-inflight: 1.0.1
2601
- rimraf: 3.0.2
2602
- ssri: 9.0.1
2603
- tar: 6.1.13
2604
- unique-filename: 2.0.1
2605
- transitivePeerDependencies:
2606
- - bluebird
2607
- dev: true
2608
-
2609
- /cacache@17.1.0:
2610
- resolution: {integrity: sha512-hXpFU+Z3AfVmNuiLve1qxWHMq0RSIt5gjCKAHi/M6DktwFwDdAXAtunl1i4WSKaaVcU9IsRvXFg42jTHigcC6Q==}
2611
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
2612
- dependencies:
2613
- '@npmcli/fs': 3.1.0
2614
- fs-minipass: 3.0.2
2615
- glob: 10.2.2
2616
- lru-cache: 7.18.3
2617
- minipass: 5.0.0
2618
- minipass-collect: 1.0.2
2619
- minipass-flush: 1.0.5
2620
- minipass-pipeline: 1.2.4
2621
- p-map: 4.0.0
2622
- ssri: 10.0.4
2623
- tar: 6.1.13
2624
- unique-filename: 3.0.0
2625
- dev: true
2626
-
2627
- /camelcase-css@2.0.1:
2628
- resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
2629
- engines: {node: '>= 6'}
2630
-
2631
- /caniuse-lite@1.0.30001480:
2632
- resolution: {integrity: sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ==}
2633
-
2634
- /chalk@2.4.2:
2635
- resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
2636
- engines: {node: '>=4'}
2637
- dependencies:
2638
- ansi-styles: 3.2.1
2639
- escape-string-regexp: 1.0.5
2640
- supports-color: 5.5.0
2641
-
2642
- /chokidar@3.5.3:
2643
- resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
2644
- engines: {node: '>= 8.10.0'}
2645
- dependencies:
2646
- anymatch: 3.1.3
2647
- braces: 3.0.2
2648
- glob-parent: 5.1.2
2649
- is-binary-path: 2.1.0
2650
- is-glob: 4.0.3
2651
- normalize-path: 3.0.0
2652
- readdirp: 3.6.0
2653
- optionalDependencies:
2654
- fsevents: 2.3.2
2655
-
2656
- /chownr@2.0.0:
2657
- resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
2658
- engines: {node: '>=10'}
2659
- dev: true
2660
-
2661
- /ci-info@3.8.0:
2662
- resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==}
2663
- engines: {node: '>=8'}
2664
- dev: true
2665
-
2666
- /class-variance-authority@0.7.0:
2667
- resolution: {integrity: sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==}
2668
- dependencies:
2669
- clsx: 2.0.0
2670
- dev: false
2671
-
2672
- /classnames@2.3.2:
2673
- resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==}
2674
- dev: false
2675
-
2676
- /clean-stack@2.2.0:
2677
- resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
2678
- engines: {node: '>=6'}
2679
- dev: true
2680
-
2681
- /client-only@0.0.1:
2682
- resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
2683
- dev: false
2684
-
2685
- /cliui@8.0.1:
2686
- resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
2687
- engines: {node: '>=12'}
2688
- dependencies:
2689
- string-width: 4.2.3
2690
- strip-ansi: 6.0.1
2691
- wrap-ansi: 7.0.0
2692
- dev: true
2693
-
2694
- /clsx@2.0.0:
2695
- resolution: {integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==}
2696
- engines: {node: '>=6'}
2697
- dev: false
2698
-
2699
- /cmdk@0.2.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0):
2700
- resolution: {integrity: sha512-JQpKvEOb86SnvMZbYaFKYhvzFntWBeSZdyii0rZPhKJj9uwJBxu4DaVYDrRN7r3mPop56oPhRw+JYWTKs66TYw==}
2701
- peerDependencies:
2702
- react: ^18.0.0
2703
- react-dom: ^18.0.0
2704
- dependencies:
2705
- '@radix-ui/react-dialog': 1.0.0(@types/react@18.2.18)(react-dom@18.2.0)(react@18.2.0)
2706
- command-score: 0.1.2
2707
- react: 18.2.0
2708
- react-dom: 18.2.0(react@18.2.0)
2709
- transitivePeerDependencies:
2710
- - '@types/react'
2711
- dev: false
2712
-
2713
- /color-convert@1.9.3:
2714
- resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
2715
- dependencies:
2716
- color-name: 1.1.3
2717
-
2718
- /color-convert@2.0.1:
2719
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
2720
- engines: {node: '>=7.0.0'}
2721
- dependencies:
2722
- color-name: 1.1.4
2723
- dev: true
2724
-
2725
- /color-name@1.1.3:
2726
- resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
2727
-
2728
- /color-name@1.1.4:
2729
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
2730
- dev: true
2731
-
2732
- /color-support@1.1.3:
2733
- resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
2734
- hasBin: true
2735
- dev: true
2736
-
2737
- /command-score@0.1.2:
2738
- resolution: {integrity: sha512-VtDvQpIJBvBatnONUsPzXYFVKQQAhuf3XTNOAsdBxCNO/QCtUUd8LSgjn0GVarBkCad6aJCZfXgrjYbl/KRr7w==}
2739
- dev: false
2740
-
2741
- /commander@4.1.1:
2742
- resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
2743
- engines: {node: '>= 6'}
2744
-
2745
- /concat-map@0.0.1:
2746
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
2747
-
2748
- /console-control-strings@1.1.0:
2749
- resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==}
2750
- dev: true
2751
-
2752
- /convert-source-map@1.9.0:
2753
- resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
2754
-
2755
- /cross-spawn@7.0.3:
2756
- resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
2757
- engines: {node: '>= 8'}
2758
- dependencies:
2759
- path-key: 3.1.1
2760
- shebang-command: 2.0.0
2761
- which: 2.0.2
2762
- dev: true
2763
-
2764
- /css-unit-converter@1.1.2:
2765
- resolution: {integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA==}
2766
- dev: false
2767
-
2768
- /cssesc@3.0.0:
2769
- resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
2770
- engines: {node: '>=4'}
2771
- hasBin: true
2772
-
2773
- /csstype@3.1.2:
2774
- resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
2775
-
2776
- /d3-array@3.2.3:
2777
- resolution: {integrity: sha512-JRHwbQQ84XuAESWhvIPaUV4/1UYTBOLiOPGWqgFDHZS1D5QN9c57FbH3QpEnQMYiOXNzKUQyGTZf+EVO7RT5TQ==}
2778
- engines: {node: '>=12'}
2779
- dependencies:
2780
- internmap: 2.0.3
2781
- dev: false
2782
-
2783
- /d3-color@3.1.0:
2784
- resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
2785
- engines: {node: '>=12'}
2786
- dev: false
2787
-
2788
- /d3-ease@3.0.1:
2789
- resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
2790
- engines: {node: '>=12'}
2791
- dev: false
2792
-
2793
- /d3-format@3.1.0:
2794
- resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==}
2795
- engines: {node: '>=12'}
2796
- dev: false
2797
-
2798
- /d3-interpolate@3.0.1:
2799
- resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
2800
- engines: {node: '>=12'}
2801
- dependencies:
2802
- d3-color: 3.1.0
2803
- dev: false
2804
-
2805
- /d3-path@3.1.0:
2806
- resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
2807
- engines: {node: '>=12'}
2808
- dev: false
2809
-
2810
- /d3-scale@4.0.2:
2811
- resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
2812
- engines: {node: '>=12'}
2813
- dependencies:
2814
- d3-array: 3.2.3
2815
- d3-format: 3.1.0
2816
- d3-interpolate: 3.0.1
2817
- d3-time: 3.1.0
2818
- d3-time-format: 4.1.0
2819
- dev: false
2820
-
2821
- /d3-shape@3.2.0:
2822
- resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
2823
- engines: {node: '>=12'}
2824
- dependencies:
2825
- d3-path: 3.1.0
2826
- dev: false
2827
-
2828
- /d3-time-format@4.1.0:
2829
- resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
2830
- engines: {node: '>=12'}
2831
- dependencies:
2832
- d3-time: 3.1.0
2833
- dev: false
2834
-
2835
- /d3-time@3.1.0:
2836
- resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
2837
- engines: {node: '>=12'}
2838
- dependencies:
2839
- d3-array: 3.2.3
2840
- dev: false
2841
-
2842
- /d3-timer@3.0.1:
2843
- resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
2844
- engines: {node: '>=12'}
2845
- dev: false
2846
-
2847
- /date-fns@2.30.0:
2848
- resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
2849
- engines: {node: '>=0.11'}
2850
- dependencies:
2851
- '@babel/runtime': 7.21.0
2852
- dev: false
2853
-
2854
- /debug@4.3.4:
2855
- resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
2856
- engines: {node: '>=6.0'}
2857
- peerDependencies:
2858
- supports-color: '*'
2859
- peerDependenciesMeta:
2860
- supports-color:
2861
- optional: true
2862
- dependencies:
2863
- ms: 2.1.2
2864
-
2865
- /decimal.js-light@2.5.1:
2866
- resolution: {integrity: sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==}
2867
- dev: false
2868
-
2869
- /defu@6.1.2:
2870
- resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==}
2871
- dev: true
2872
-
2873
- /delegates@1.0.0:
2874
- resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
2875
- dev: true
2876
-
2877
- /depd@2.0.0:
2878
- resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
2879
- engines: {node: '>= 0.8'}
2880
- dev: true
2881
-
2882
- /detect-indent@7.0.1:
2883
- resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==}
2884
- engines: {node: '>=12.20'}
2885
- dev: true
2886
-
2887
- /detect-node-es@1.1.0:
2888
- resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
2889
- dev: false
2890
-
2891
- /didyoumean@1.2.2:
2892
- resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
2893
-
2894
- /dlv@1.1.3:
2895
- resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
2896
-
2897
- /dom-helpers@3.4.0:
2898
- resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==}
2899
- dependencies:
2900
- '@babel/runtime': 7.21.0
2901
- dev: false
2902
-
2903
- /eastasianwidth@0.2.0:
2904
- resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
2905
- dev: true
2906
-
2907
- /electron-to-chromium@1.4.368:
2908
- resolution: {integrity: sha512-e2aeCAixCj9M7nJxdB/wDjO6mbYX+lJJxSJCXDzlr5YPGYVofuJwGN9nKg2o6wWInjX6XmxRinn3AeJMK81ltw==}
2909
-
2910
- /emoji-regex@8.0.0:
2911
- resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
2912
- dev: true
2913
-
2914
- /emoji-regex@9.2.2:
2915
- resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
2916
- dev: true
2917
-
2918
- /encoding@0.1.13:
2919
- resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==}
2920
- requiresBuild: true
2921
- dependencies:
2922
- iconv-lite: 0.6.3
2923
- dev: true
2924
- optional: true
2925
-
2926
- /env-paths@2.2.1:
2927
- resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
2928
- engines: {node: '>=6'}
2929
- dev: true
2930
-
2931
- /err-code@2.0.3:
2932
- resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
2933
- dev: true
2934
-
2935
- /escalade@3.1.1:
2936
- resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
2937
- engines: {node: '>=6'}
2938
-
2939
- /escape-string-regexp@1.0.5:
2940
- resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
2941
- engines: {node: '>=0.8.0'}
2942
-
2943
- /eventemitter3@4.0.7:
2944
- resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
2945
- dev: false
2946
-
2947
- /execa@7.1.1:
2948
- resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==}
2949
- engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0}
2950
- dependencies:
2951
- cross-spawn: 7.0.3
2952
- get-stream: 6.0.1
2953
- human-signals: 4.3.1
2954
- is-stream: 3.0.0
2955
- merge-stream: 2.0.0
2956
- npm-run-path: 5.1.0
2957
- onetime: 6.0.0
2958
- signal-exit: 3.0.7
2959
- strip-final-newline: 3.0.0
2960
- dev: true
2961
-
2962
- /fast-equals@4.0.3:
2963
- resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==}
2964
- dev: false
2965
-
2966
- /fast-glob@3.2.12:
2967
- resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==}
2968
- engines: {node: '>=8.6.0'}
2969
- dependencies:
2970
- '@nodelib/fs.stat': 2.0.5
2971
- '@nodelib/fs.walk': 1.2.8
2972
- glob-parent: 5.1.2
2973
- merge2: 1.4.1
2974
- micromatch: 4.0.5
2975
-
2976
- /fastq@1.15.0:
2977
- resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==}
2978
- dependencies:
2979
- reusify: 1.0.4
2980
-
2981
- /fill-range@7.0.1:
2982
- resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==}
2983
- engines: {node: '>=8'}
2984
- dependencies:
2985
- to-regex-range: 5.0.1
2986
-
2987
- /foreground-child@3.1.1:
2988
- resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==}
2989
- engines: {node: '>=14'}
2990
- dependencies:
2991
- cross-spawn: 7.0.3
2992
- signal-exit: 4.0.1
2993
- dev: true
2994
-
2995
- /fraction.js@4.2.0:
2996
- resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
2997
- dev: true
2998
-
2999
- /fs-minipass@2.1.0:
3000
- resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
3001
- engines: {node: '>= 8'}
3002
- dependencies:
3003
- minipass: 3.3.6
3004
- dev: true
3005
-
3006
- /fs-minipass@3.0.2:
3007
- resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==}
3008
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3009
- dependencies:
3010
- minipass: 5.0.0
3011
- dev: true
3012
-
3013
- /fs.realpath@1.0.0:
3014
- resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
3015
-
3016
- /fsevents@2.3.2:
3017
- resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==}
3018
- engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
3019
- os: [darwin]
3020
- requiresBuild: true
3021
- optional: true
3022
-
3023
- /function-bind@1.1.1:
3024
- resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
3025
-
3026
- /gauge@4.0.4:
3027
- resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==}
3028
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
3029
- dependencies:
3030
- aproba: 2.0.0
3031
- color-support: 1.1.3
3032
- console-control-strings: 1.1.0
3033
- has-unicode: 2.0.1
3034
- signal-exit: 3.0.7
3035
- string-width: 4.2.3
3036
- strip-ansi: 6.0.1
3037
- wide-align: 1.1.5
3038
- dev: true
3039
-
3040
- /gensync@1.0.0-beta.2:
3041
- resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
3042
- engines: {node: '>=6.9.0'}
3043
-
3044
- /get-caller-file@2.0.5:
3045
- resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
3046
- engines: {node: 6.* || 8.* || >= 10.*}
3047
- dev: true
3048
-
3049
- /get-nonce@1.0.1:
3050
- resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
3051
- engines: {node: '>=6'}
3052
- dev: false
3053
-
3054
- /get-stream@6.0.1:
3055
- resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==}
3056
- engines: {node: '>=10'}
3057
- dev: true
3058
-
3059
- /glob-parent@5.1.2:
3060
- resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
3061
- engines: {node: '>= 6'}
3062
- dependencies:
3063
- is-glob: 4.0.3
3064
-
3065
- /glob-parent@6.0.2:
3066
- resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
3067
- engines: {node: '>=10.13.0'}
3068
- dependencies:
3069
- is-glob: 4.0.3
3070
-
3071
- /glob-to-regexp@0.4.1:
3072
- resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
3073
- dev: false
3074
-
3075
- /glob@10.2.2:
3076
- resolution: {integrity: sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ==}
3077
- engines: {node: '>=16 || 14 >=14.17'}
3078
- hasBin: true
3079
- dependencies:
3080
- foreground-child: 3.1.1
3081
- jackspeak: 2.2.0
3082
- minimatch: 9.0.0
3083
- minipass: 5.0.0
3084
- path-scurry: 1.7.0
3085
- dev: true
3086
-
3087
- /glob@7.1.6:
3088
- resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==}
3089
- dependencies:
3090
- fs.realpath: 1.0.0
3091
- inflight: 1.0.6
3092
- inherits: 2.0.4
3093
- minimatch: 3.1.2
3094
- once: 1.4.0
3095
- path-is-absolute: 1.0.1
3096
-
3097
- /glob@7.2.3:
3098
- resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
3099
- dependencies:
3100
- fs.realpath: 1.0.0
3101
- inflight: 1.0.6
3102
- inherits: 2.0.4
3103
- minimatch: 3.1.2
3104
- once: 1.4.0
3105
- path-is-absolute: 1.0.1
3106
- dev: true
3107
-
3108
- /glob@8.1.0:
3109
- resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
3110
- engines: {node: '>=12'}
3111
- dependencies:
3112
- fs.realpath: 1.0.0
3113
- inflight: 1.0.6
3114
- inherits: 2.0.4
3115
- minimatch: 5.1.6
3116
- once: 1.4.0
3117
- dev: true
3118
-
3119
- /glob@9.3.5:
3120
- resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
3121
- engines: {node: '>=16 || 14 >=14.17'}
3122
- dependencies:
3123
- fs.realpath: 1.0.0
3124
- minimatch: 8.0.4
3125
- minipass: 4.2.8
3126
- path-scurry: 1.7.0
3127
- dev: true
3128
-
3129
- /globals@11.12.0:
3130
- resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
3131
- engines: {node: '>=4'}
3132
-
3133
- /graceful-fs@4.2.11:
3134
- resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
3135
-
3136
- /has-flag@3.0.0:
3137
- resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
3138
- engines: {node: '>=4'}
3139
-
3140
- /has-unicode@2.0.1:
3141
- resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==}
3142
- dev: true
3143
-
3144
- /has@1.0.3:
3145
- resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==}
3146
- engines: {node: '>= 0.4.0'}
3147
- dependencies:
3148
- function-bind: 1.1.1
3149
-
3150
- /hosted-git-info@6.1.1:
3151
- resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==}
3152
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3153
- dependencies:
3154
- lru-cache: 7.18.3
3155
- dev: true
3156
-
3157
- /http-cache-semantics@4.1.1:
3158
- resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
3159
- dev: true
3160
-
3161
- /http-proxy-agent@5.0.0:
3162
- resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
3163
- engines: {node: '>= 6'}
3164
- dependencies:
3165
- '@tootallnate/once': 2.0.0
3166
- agent-base: 6.0.2
3167
- debug: 4.3.4
3168
- transitivePeerDependencies:
3169
- - supports-color
3170
- dev: true
3171
-
3172
- /https-proxy-agent@5.0.1:
3173
- resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
3174
- engines: {node: '>= 6'}
3175
- dependencies:
3176
- agent-base: 6.0.2
3177
- debug: 4.3.4
3178
- transitivePeerDependencies:
3179
- - supports-color
3180
- dev: true
3181
-
3182
- /human-signals@4.3.1:
3183
- resolution: {integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==}
3184
- engines: {node: '>=14.18.0'}
3185
- dev: true
3186
-
3187
- /humanize-ms@1.2.1:
3188
- resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==}
3189
- dependencies:
3190
- ms: 2.1.3
3191
- dev: true
3192
-
3193
- /iconv-lite@0.6.3:
3194
- resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
3195
- engines: {node: '>=0.10.0'}
3196
- requiresBuild: true
3197
- dependencies:
3198
- safer-buffer: 2.1.2
3199
- dev: true
3200
- optional: true
3201
-
3202
- /ignore-walk@6.0.3:
3203
- resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==}
3204
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3205
- dependencies:
3206
- minimatch: 9.0.0
3207
- dev: true
3208
-
3209
- /imurmurhash@0.1.4:
3210
- resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
3211
- engines: {node: '>=0.8.19'}
3212
- dev: true
3213
-
3214
- /indent-string@4.0.0:
3215
- resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
3216
- engines: {node: '>=8'}
3217
- dev: true
3218
-
3219
- /infer-owner@1.0.4:
3220
- resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==}
3221
- dev: true
3222
-
3223
- /inflight@1.0.6:
3224
- resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
3225
- dependencies:
3226
- once: 1.4.0
3227
- wrappy: 1.0.2
3228
-
3229
- /inherits@2.0.4:
3230
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
3231
-
3232
- /ini@4.1.0:
3233
- resolution: {integrity: sha512-HLR38RSF2iulAzc3I/sma4CoYxQP844rPYCNfzGDOHqa/YqVlwuuZgBx6M50/X8dKgzk0cm1qRg3+47mK2N+cQ==}
3234
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3235
- dev: true
3236
-
3237
- /internmap@2.0.3:
3238
- resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
3239
- engines: {node: '>=12'}
3240
- dev: false
3241
-
3242
- /invariant@2.2.4:
3243
- resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==}
3244
- dependencies:
3245
- loose-envify: 1.4.0
3246
- dev: false
3247
-
3248
- /ip@2.0.0:
3249
- resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==}
3250
- dev: true
3251
-
3252
- /is-binary-path@2.1.0:
3253
- resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
3254
- engines: {node: '>=8'}
3255
- dependencies:
3256
- binary-extensions: 2.2.0
3257
-
3258
- /is-core-module@2.12.0:
3259
- resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==}
3260
- dependencies:
3261
- has: 1.0.3
3262
-
3263
- /is-extglob@2.1.1:
3264
- resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
3265
- engines: {node: '>=0.10.0'}
3266
-
3267
- /is-fullwidth-code-point@3.0.0:
3268
- resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
3269
- engines: {node: '>=8'}
3270
- dev: true
3271
-
3272
- /is-glob@4.0.3:
3273
- resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
3274
- engines: {node: '>=0.10.0'}
3275
- dependencies:
3276
- is-extglob: 2.1.1
3277
-
3278
- /is-lambda@1.0.1:
3279
- resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==}
3280
- dev: true
3281
-
3282
- /is-number@7.0.0:
3283
- resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
3284
- engines: {node: '>=0.12.0'}
3285
-
3286
- /is-stream@3.0.0:
3287
- resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==}
3288
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
3289
- dev: true
3290
-
3291
- /isexe@2.0.0:
3292
- resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
3293
- dev: true
3294
-
3295
- /jackspeak@2.2.0:
3296
- resolution: {integrity: sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==}
3297
- engines: {node: '>=14'}
3298
- dependencies:
3299
- '@isaacs/cliui': 8.0.2
3300
- optionalDependencies:
3301
- '@pkgjs/parseargs': 0.11.0
3302
- dev: true
3303
-
3304
- /jiti@1.18.2:
3305
- resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==}
3306
- hasBin: true
3307
-
3308
- /js-tokens@4.0.0:
3309
- resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
3310
-
3311
- /jsesc@2.5.2:
3312
- resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==}
3313
- engines: {node: '>=4'}
3314
- hasBin: true
3315
-
3316
- /json-parse-even-better-errors@3.0.0:
3317
- resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==}
3318
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3319
- dev: true
3320
-
3321
- /json5@2.2.3:
3322
- resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
3323
- engines: {node: '>=6'}
3324
- hasBin: true
3325
-
3326
- /jsonparse@1.3.1:
3327
- resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
3328
- engines: {'0': node >= 0.2.0}
3329
- dev: true
3330
-
3331
- /kleur@3.0.3:
3332
- resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==}
3333
- engines: {node: '>=6'}
3334
- dev: true
3335
-
3336
- /lilconfig@2.1.0:
3337
- resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
3338
- engines: {node: '>=10'}
3339
-
3340
- /lines-and-columns@1.2.4:
3341
- resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
3342
-
3343
- /lodash@4.17.21:
3344
- resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
3345
- dev: false
3346
-
3347
- /loose-envify@1.4.0:
3348
- resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
3349
- hasBin: true
3350
- dependencies:
3351
- js-tokens: 4.0.0
3352
- dev: false
3353
-
3354
- /lru-cache@5.1.1:
3355
- resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
3356
- dependencies:
3357
- yallist: 3.1.1
3358
-
3359
- /lru-cache@6.0.0:
3360
- resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
3361
- engines: {node: '>=10'}
3362
- dependencies:
3363
- yallist: 4.0.0
3364
- dev: true
3365
-
3366
- /lru-cache@7.18.3:
3367
- resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
3368
- engines: {node: '>=12'}
3369
- dev: true
3370
-
3371
- /lru-cache@9.1.0:
3372
- resolution: {integrity: sha512-qFXQEwchrZcMVen2uIDceR8Tii6kCJak5rzDStfEM0qA3YLMswaxIEZO0DhIbJ3aqaJiDjt+3crlplOb0tDtKQ==}
3373
- engines: {node: 14 || >=16.14}
3374
- dev: true
3375
-
3376
- /lucide-react@0.263.1(react@18.2.0):
3377
- resolution: {integrity: sha512-keqxAx97PlaEN89PXZ6ki1N8nRjGWtDa4021GFYLNj0RgruM5odbpl8GHTExj0hhPq3sF6Up0gnxt6TSHu+ovw==}
3378
- peerDependencies:
3379
- react: ^16.5.1 || ^17.0.0 || ^18.0.0
3380
- dependencies:
3381
- react: 18.2.0
3382
- dev: false
3383
-
3384
- /make-fetch-happen@10.2.1:
3385
- resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==}
3386
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
3387
- dependencies:
3388
- agentkeepalive: 4.3.0
3389
- cacache: 16.1.3
3390
- http-cache-semantics: 4.1.1
3391
- http-proxy-agent: 5.0.0
3392
- https-proxy-agent: 5.0.1
3393
- is-lambda: 1.0.1
3394
- lru-cache: 7.18.3
3395
- minipass: 3.3.6
3396
- minipass-collect: 1.0.2
3397
- minipass-fetch: 2.1.2
3398
- minipass-flush: 1.0.5
3399
- minipass-pipeline: 1.2.4
3400
- negotiator: 0.6.3
3401
- promise-retry: 2.0.1
3402
- socks-proxy-agent: 7.0.0
3403
- ssri: 9.0.1
3404
- transitivePeerDependencies:
3405
- - bluebird
3406
- - supports-color
3407
- dev: true
3408
-
3409
- /make-fetch-happen@11.1.1:
3410
- resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==}
3411
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3412
- dependencies:
3413
- agentkeepalive: 4.3.0
3414
- cacache: 17.1.0
3415
- http-cache-semantics: 4.1.1
3416
- http-proxy-agent: 5.0.0
3417
- https-proxy-agent: 5.0.1
3418
- is-lambda: 1.0.1
3419
- lru-cache: 7.18.3
3420
- minipass: 5.0.0
3421
- minipass-fetch: 3.0.3
3422
- minipass-flush: 1.0.5
3423
- minipass-pipeline: 1.2.4
3424
- negotiator: 0.6.3
3425
- promise-retry: 2.0.1
3426
- socks-proxy-agent: 7.0.0
3427
- ssri: 10.0.4
3428
- transitivePeerDependencies:
3429
- - supports-color
3430
- dev: true
3431
-
3432
- /merge-stream@2.0.0:
3433
- resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
3434
- dev: true
3435
-
3436
- /merge2@1.4.1:
3437
- resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
3438
- engines: {node: '>= 8'}
3439
-
3440
- /micromatch@4.0.5:
3441
- resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==}
3442
- engines: {node: '>=8.6'}
3443
- dependencies:
3444
- braces: 3.0.2
3445
- picomatch: 2.3.1
3446
-
3447
- /mimic-fn@4.0.0:
3448
- resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
3449
- engines: {node: '>=12'}
3450
- dev: true
3451
-
3452
- /minimatch@3.1.2:
3453
- resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
3454
- dependencies:
3455
- brace-expansion: 1.1.11
3456
-
3457
- /minimatch@5.1.6:
3458
- resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
3459
- engines: {node: '>=10'}
3460
- dependencies:
3461
- brace-expansion: 2.0.1
3462
- dev: true
3463
-
3464
- /minimatch@7.4.6:
3465
- resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==}
3466
- engines: {node: '>=10'}
3467
- dependencies:
3468
- brace-expansion: 2.0.1
3469
- dev: true
3470
-
3471
- /minimatch@8.0.4:
3472
- resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
3473
- engines: {node: '>=16 || 14 >=14.17'}
3474
- dependencies:
3475
- brace-expansion: 2.0.1
3476
- dev: true
3477
-
3478
- /minimatch@9.0.0:
3479
- resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
3480
- engines: {node: '>=16 || 14 >=14.17'}
3481
- dependencies:
3482
- brace-expansion: 2.0.1
3483
- dev: true
3484
-
3485
- /minipass-collect@1.0.2:
3486
- resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==}
3487
- engines: {node: '>= 8'}
3488
- dependencies:
3489
- minipass: 3.3.6
3490
- dev: true
3491
-
3492
- /minipass-fetch@2.1.2:
3493
- resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==}
3494
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
3495
- dependencies:
3496
- minipass: 3.3.6
3497
- minipass-sized: 1.0.3
3498
- minizlib: 2.1.2
3499
- optionalDependencies:
3500
- encoding: 0.1.13
3501
- dev: true
3502
-
3503
- /minipass-fetch@3.0.3:
3504
- resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==}
3505
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3506
- dependencies:
3507
- minipass: 5.0.0
3508
- minipass-sized: 1.0.3
3509
- minizlib: 2.1.2
3510
- optionalDependencies:
3511
- encoding: 0.1.13
3512
- dev: true
3513
-
3514
- /minipass-flush@1.0.5:
3515
- resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
3516
- engines: {node: '>= 8'}
3517
- dependencies:
3518
- minipass: 3.3.6
3519
- dev: true
3520
-
3521
- /minipass-json-stream@1.0.1:
3522
- resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==}
3523
- dependencies:
3524
- jsonparse: 1.3.1
3525
- minipass: 3.3.6
3526
- dev: true
3527
-
3528
- /minipass-pipeline@1.2.4:
3529
- resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
3530
- engines: {node: '>=8'}
3531
- dependencies:
3532
- minipass: 3.3.6
3533
- dev: true
3534
-
3535
- /minipass-sized@1.0.3:
3536
- resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
3537
- engines: {node: '>=8'}
3538
- dependencies:
3539
- minipass: 3.3.6
3540
- dev: true
3541
-
3542
- /minipass@3.3.6:
3543
- resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
3544
- engines: {node: '>=8'}
3545
- dependencies:
3546
- yallist: 4.0.0
3547
- dev: true
3548
-
3549
- /minipass@4.2.8:
3550
- resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
3551
- engines: {node: '>=8'}
3552
- dev: true
3553
-
3554
- /minipass@5.0.0:
3555
- resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
3556
- engines: {node: '>=8'}
3557
- dev: true
3558
-
3559
- /minizlib@2.1.2:
3560
- resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
3561
- engines: {node: '>= 8'}
3562
- dependencies:
3563
- minipass: 3.3.6
3564
- yallist: 4.0.0
3565
- dev: true
3566
-
3567
- /mkdirp@1.0.4:
3568
- resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
3569
- engines: {node: '>=10'}
3570
- hasBin: true
3571
- dev: true
3572
-
3573
- /ms@2.1.2:
3574
- resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
3575
-
3576
- /ms@2.1.3:
3577
- resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
3578
- dev: true
3579
-
3580
- /mz@2.7.0:
3581
- resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
3582
- dependencies:
3583
- any-promise: 1.3.0
3584
- object-assign: 4.1.1
3585
- thenify-all: 1.6.0
3586
-
3587
- /nanoid@3.3.6:
3588
- resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==}
3589
- engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
3590
- hasBin: true
3591
-
3592
- /nanoid@4.0.2:
3593
- resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==}
3594
- engines: {node: ^14 || ^16 || >=18}
3595
- hasBin: true
3596
- dev: false
3597
-
3598
- /negotiator@0.6.3:
3599
- resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
3600
- engines: {node: '>= 0.6'}
3601
- dev: true
3602
-
3603
- /next-themes@0.2.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0):
3604
- resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==}
3605
- peerDependencies:
3606
- next: '*'
3607
- react: '*'
3608
- react-dom: '*'
3609
- dependencies:
3610
- next: 13.4.12(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0)
3611
- react: 18.2.0
3612
- react-dom: 18.2.0(react@18.2.0)
3613
- dev: false
3614
-
3615
- /next@13.4.12(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0):
3616
- resolution: {integrity: sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw==}
3617
- engines: {node: '>=16.8.0'}
3618
- hasBin: true
3619
- peerDependencies:
3620
- '@opentelemetry/api': ^1.1.0
3621
- fibers: '>= 3.1.0'
3622
- react: ^18.2.0
3623
- react-dom: ^18.2.0
3624
- sass: ^1.3.0
3625
- peerDependenciesMeta:
3626
- '@opentelemetry/api':
3627
- optional: true
3628
- fibers:
3629
- optional: true
3630
- sass:
3631
- optional: true
3632
- dependencies:
3633
- '@next/env': 13.4.12
3634
- '@swc/helpers': 0.5.1
3635
- busboy: 1.6.0
3636
- caniuse-lite: 1.0.30001480
3637
- postcss: 8.4.14
3638
- react: 18.2.0
3639
- react-dom: 18.2.0(react@18.2.0)
3640
- styled-jsx: 5.1.1(@babel/core@7.22.1)(react@18.2.0)
3641
- watchpack: 2.4.0
3642
- zod: 3.21.4
3643
- optionalDependencies:
3644
- '@next/swc-darwin-arm64': 13.4.12
3645
- '@next/swc-darwin-x64': 13.4.12
3646
- '@next/swc-linux-arm64-gnu': 13.4.12
3647
- '@next/swc-linux-arm64-musl': 13.4.12
3648
- '@next/swc-linux-x64-gnu': 13.4.12
3649
- '@next/swc-linux-x64-musl': 13.4.12
3650
- '@next/swc-win32-arm64-msvc': 13.4.12
3651
- '@next/swc-win32-ia32-msvc': 13.4.12
3652
- '@next/swc-win32-x64-msvc': 13.4.12
3653
- transitivePeerDependencies:
3654
- - '@babel/core'
3655
- - babel-plugin-macros
3656
- dev: false
3657
-
3658
- /node-gyp@9.3.1:
3659
- resolution: {integrity: sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==}
3660
- engines: {node: ^12.13 || ^14.13 || >=16}
3661
- hasBin: true
3662
- dependencies:
3663
- env-paths: 2.2.1
3664
- glob: 7.2.3
3665
- graceful-fs: 4.2.11
3666
- make-fetch-happen: 10.2.1
3667
- nopt: 6.0.0
3668
- npmlog: 6.0.2
3669
- rimraf: 3.0.2
3670
- semver: 7.5.3
3671
- tar: 6.1.13
3672
- which: 2.0.2
3673
- transitivePeerDependencies:
3674
- - bluebird
3675
- - supports-color
3676
- dev: true
3677
-
3678
- /node-releases@2.0.10:
3679
- resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==}
3680
-
3681
- /nopt@6.0.0:
3682
- resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==}
3683
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
3684
- hasBin: true
3685
- dependencies:
3686
- abbrev: 1.1.1
3687
- dev: true
3688
-
3689
- /nopt@7.1.0:
3690
- resolution: {integrity: sha512-ZFPLe9Iu0tnx7oWhFxAo4s7QTn8+NNDDxYNaKLjE7Dp0tbakQ3M1QhQzsnzXHQBTUO3K9BmwaxnyO8Ayn2I95Q==}
3691
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3692
- hasBin: true
3693
- dependencies:
3694
- abbrev: 2.0.0
3695
- dev: true
3696
-
3697
- /normalize-package-data@5.0.0:
3698
- resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==}
3699
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3700
- dependencies:
3701
- hosted-git-info: 6.1.1
3702
- is-core-module: 2.12.0
3703
- semver: 7.5.3
3704
- validate-npm-package-license: 3.0.4
3705
- dev: true
3706
-
3707
- /normalize-path@3.0.0:
3708
- resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
3709
- engines: {node: '>=0.10.0'}
3710
-
3711
- /normalize-range@0.1.2:
3712
- resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
3713
- engines: {node: '>=0.10.0'}
3714
- dev: true
3715
-
3716
- /npm-bundled@3.0.0:
3717
- resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==}
3718
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3719
- dependencies:
3720
- npm-normalize-package-bin: 3.0.0
3721
- dev: true
3722
-
3723
- /npm-install-checks@6.1.1:
3724
- resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==}
3725
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3726
- dependencies:
3727
- semver: 7.5.3
3728
- dev: true
3729
-
3730
- /npm-normalize-package-bin@3.0.0:
3731
- resolution: {integrity: sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==}
3732
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3733
- dev: true
3734
-
3735
- /npm-package-arg@10.1.0:
3736
- resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==}
3737
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3738
- dependencies:
3739
- hosted-git-info: 6.1.1
3740
- proc-log: 3.0.0
3741
- semver: 7.5.3
3742
- validate-npm-package-name: 5.0.0
3743
- dev: true
3744
-
3745
- /npm-packlist@7.0.4:
3746
- resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==}
3747
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3748
- dependencies:
3749
- ignore-walk: 6.0.3
3750
- dev: true
3751
-
3752
- /npm-pick-manifest@8.0.1:
3753
- resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==}
3754
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3755
- dependencies:
3756
- npm-install-checks: 6.1.1
3757
- npm-normalize-package-bin: 3.0.0
3758
- npm-package-arg: 10.1.0
3759
- semver: 7.5.3
3760
- dev: true
3761
-
3762
- /npm-registry-fetch@14.0.5:
3763
- resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==}
3764
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3765
- dependencies:
3766
- make-fetch-happen: 11.1.1
3767
- minipass: 5.0.0
3768
- minipass-fetch: 3.0.3
3769
- minipass-json-stream: 1.0.1
3770
- minizlib: 2.1.2
3771
- npm-package-arg: 10.1.0
3772
- proc-log: 3.0.0
3773
- transitivePeerDependencies:
3774
- - supports-color
3775
- dev: true
3776
-
3777
- /npm-run-path@5.1.0:
3778
- resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==}
3779
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
3780
- dependencies:
3781
- path-key: 4.0.0
3782
- dev: true
3783
-
3784
- /npmlog@6.0.2:
3785
- resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==}
3786
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
3787
- dependencies:
3788
- are-we-there-yet: 3.0.1
3789
- console-control-strings: 1.1.0
3790
- gauge: 4.0.4
3791
- set-blocking: 2.0.0
3792
- dev: true
3793
-
3794
- /object-assign@4.1.1:
3795
- resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
3796
- engines: {node: '>=0.10.0'}
3797
-
3798
- /object-hash@3.0.0:
3799
- resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
3800
- engines: {node: '>= 6'}
3801
-
3802
- /once@1.4.0:
3803
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
3804
- dependencies:
3805
- wrappy: 1.0.2
3806
-
3807
- /onetime@6.0.0:
3808
- resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
3809
- engines: {node: '>=12'}
3810
- dependencies:
3811
- mimic-fn: 4.0.0
3812
- dev: true
3813
-
3814
- /p-map@4.0.0:
3815
- resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
3816
- engines: {node: '>=10'}
3817
- dependencies:
3818
- aggregate-error: 3.1.0
3819
- dev: true
3820
-
3821
- /pacote@15.2.0:
3822
- resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==}
3823
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
3824
- hasBin: true
3825
- dependencies:
3826
- '@npmcli/git': 4.0.4
3827
- '@npmcli/installed-package-contents': 2.0.2
3828
- '@npmcli/promise-spawn': 6.0.2
3829
- '@npmcli/run-script': 6.0.1
3830
- cacache: 17.1.0
3831
- fs-minipass: 3.0.2
3832
- minipass: 5.0.0
3833
- npm-package-arg: 10.1.0
3834
- npm-packlist: 7.0.4
3835
- npm-pick-manifest: 8.0.1
3836
- npm-registry-fetch: 14.0.5
3837
- proc-log: 3.0.0
3838
- promise-retry: 2.0.1
3839
- read-package-json: 6.0.3
3840
- read-package-json-fast: 3.0.2
3841
- sigstore: 1.4.0
3842
- ssri: 10.0.4
3843
- tar: 6.1.13
3844
- transitivePeerDependencies:
3845
- - bluebird
3846
- - supports-color
3847
- dev: true
3848
-
3849
- /path-is-absolute@1.0.1:
3850
- resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
3851
- engines: {node: '>=0.10.0'}
3852
-
3853
- /path-key@3.1.1:
3854
- resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
3855
- engines: {node: '>=8'}
3856
- dev: true
3857
-
3858
- /path-key@4.0.0:
3859
- resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==}
3860
- engines: {node: '>=12'}
3861
- dev: true
3862
-
3863
- /path-parse@1.0.7:
3864
- resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
3865
-
3866
- /path-scurry@1.7.0:
3867
- resolution: {integrity: sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg==}
3868
- engines: {node: '>=16 || 14 >=14.17'}
3869
- dependencies:
3870
- lru-cache: 9.1.0
3871
- minipass: 5.0.0
3872
- dev: true
3873
-
3874
- /picocolors@1.0.0:
3875
- resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==}
3876
-
3877
- /picomatch@2.3.1:
3878
- resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
3879
- engines: {node: '>=8.6'}
3880
-
3881
- /pify@2.3.0:
3882
- resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
3883
- engines: {node: '>=0.10.0'}
3884
-
3885
- /pirates@4.0.5:
3886
- resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==}
3887
- engines: {node: '>= 6'}
3888
-
3889
- /postcss-import@15.1.0(postcss@8.4.27):
3890
- resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
3891
- engines: {node: '>=14.0.0'}
3892
- peerDependencies:
3893
- postcss: ^8.0.0
3894
- dependencies:
3895
- postcss: 8.4.27
3896
- postcss-value-parser: 4.2.0
3897
- read-cache: 1.0.0
3898
- resolve: 1.22.2
3899
-
3900
- /postcss-js@4.0.1(postcss@8.4.27):
3901
- resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
3902
- engines: {node: ^12 || ^14 || >= 16}
3903
- peerDependencies:
3904
- postcss: ^8.4.21
3905
- dependencies:
3906
- camelcase-css: 2.0.1
3907
- postcss: 8.4.27
3908
-
3909
- /postcss-load-config@4.0.1(postcss@8.4.27):
3910
- resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==}
3911
- engines: {node: '>= 14'}
3912
- peerDependencies:
3913
- postcss: '>=8.0.9'
3914
- ts-node: '>=9.0.0'
3915
- peerDependenciesMeta:
3916
- postcss:
3917
- optional: true
3918
- ts-node:
3919
- optional: true
3920
- dependencies:
3921
- lilconfig: 2.1.0
3922
- postcss: 8.4.27
3923
- yaml: 2.2.2
3924
-
3925
- /postcss-nested@6.0.1(postcss@8.4.27):
3926
- resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==}
3927
- engines: {node: '>=12.0'}
3928
- peerDependencies:
3929
- postcss: ^8.2.14
3930
- dependencies:
3931
- postcss: 8.4.27
3932
- postcss-selector-parser: 6.0.11
3933
-
3934
- /postcss-selector-parser@6.0.11:
3935
- resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==}
3936
- engines: {node: '>=4'}
3937
- dependencies:
3938
- cssesc: 3.0.0
3939
- util-deprecate: 1.0.2
3940
-
3941
- /postcss-value-parser@3.3.1:
3942
- resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==}
3943
- dev: false
3944
-
3945
- /postcss-value-parser@4.2.0:
3946
- resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
3947
-
3948
- /postcss@8.4.14:
3949
- resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
3950
- engines: {node: ^10 || ^12 || >=14}
3951
- dependencies:
3952
- nanoid: 3.3.6
3953
- picocolors: 1.0.0
3954
- source-map-js: 1.0.2
3955
- dev: false
3956
-
3957
- /postcss@8.4.27:
3958
- resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==}
3959
- engines: {node: ^10 || ^12 || >=14}
3960
- dependencies:
3961
- nanoid: 3.3.6
3962
- picocolors: 1.0.0
3963
- source-map-js: 1.0.2
3964
-
3965
- /prettier-plugin-tailwindcss@0.4.1(@ianvs/prettier-plugin-sort-imports@4.1.0)(prettier@3.0.1):
3966
- resolution: {integrity: sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag==}
3967
- engines: {node: '>=12.17.0'}
3968
- peerDependencies:
3969
- '@ianvs/prettier-plugin-sort-imports': '*'
3970
- '@prettier/plugin-pug': '*'
3971
- '@shopify/prettier-plugin-liquid': '*'
3972
- '@shufo/prettier-plugin-blade': '*'
3973
- '@trivago/prettier-plugin-sort-imports': '*'
3974
- prettier: ^2.2 || ^3.0
3975
- prettier-plugin-astro: '*'
3976
- prettier-plugin-css-order: '*'
3977
- prettier-plugin-import-sort: '*'
3978
- prettier-plugin-jsdoc: '*'
3979
- prettier-plugin-marko: '*'
3980
- prettier-plugin-organize-attributes: '*'
3981
- prettier-plugin-organize-imports: '*'
3982
- prettier-plugin-style-order: '*'
3983
- prettier-plugin-svelte: '*'
3984
- prettier-plugin-twig-melody: '*'
3985
- peerDependenciesMeta:
3986
- '@ianvs/prettier-plugin-sort-imports':
3987
- optional: true
3988
- '@prettier/plugin-pug':
3989
- optional: true
3990
- '@shopify/prettier-plugin-liquid':
3991
- optional: true
3992
- '@shufo/prettier-plugin-blade':
3993
- optional: true
3994
- '@trivago/prettier-plugin-sort-imports':
3995
- optional: true
3996
- prettier-plugin-astro:
3997
- optional: true
3998
- prettier-plugin-css-order:
3999
- optional: true
4000
- prettier-plugin-import-sort:
4001
- optional: true
4002
- prettier-plugin-jsdoc:
4003
- optional: true
4004
- prettier-plugin-marko:
4005
- optional: true
4006
- prettier-plugin-organize-attributes:
4007
- optional: true
4008
- prettier-plugin-organize-imports:
4009
- optional: true
4010
- prettier-plugin-style-order:
4011
- optional: true
4012
- prettier-plugin-svelte:
4013
- optional: true
4014
- prettier-plugin-twig-melody:
4015
- optional: true
4016
- dependencies:
4017
- '@ianvs/prettier-plugin-sort-imports': 4.1.0(prettier@3.0.1)
4018
- prettier: 3.0.1
4019
- dev: true
4020
-
4021
- /prettier@3.0.1:
4022
- resolution: {integrity: sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==}
4023
- engines: {node: '>=14'}
4024
- hasBin: true
4025
- dev: true
4026
-
4027
- /proc-log@3.0.0:
4028
- resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==}
4029
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4030
- dev: true
4031
-
4032
- /promise-inflight@1.0.1:
4033
- resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==}
4034
- peerDependencies:
4035
- bluebird: '*'
4036
- peerDependenciesMeta:
4037
- bluebird:
4038
- optional: true
4039
- dev: true
4040
-
4041
- /promise-retry@2.0.1:
4042
- resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==}
4043
- engines: {node: '>=10'}
4044
- dependencies:
4045
- err-code: 2.0.3
4046
- retry: 0.12.0
4047
- dev: true
4048
-
4049
- /prompts@2.4.2:
4050
- resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
4051
- engines: {node: '>= 6'}
4052
- dependencies:
4053
- kleur: 3.0.3
4054
- sisteransi: 1.0.5
4055
- dev: true
4056
-
4057
- /prop-types@15.8.1:
4058
- resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
4059
- dependencies:
4060
- loose-envify: 1.4.0
4061
- object-assign: 4.1.1
4062
- react-is: 16.13.1
4063
- dev: false
4064
-
4065
- /queue-microtask@1.2.3:
4066
- resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
4067
-
4068
- /react-day-picker@8.8.0(date-fns@2.30.0)(react@18.2.0):
4069
- resolution: {integrity: sha512-QIC3uOuyGGbtypbd5QEggsCSqVaPNu8kzUWquZ7JjW9fuWB9yv7WyixKmnaFelTLXFdq7h7zU6n/aBleBqe/dA==}
4070
- peerDependencies:
4071
- date-fns: ^2.28.0
4072
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4073
- dependencies:
4074
- date-fns: 2.30.0
4075
- react: 18.2.0
4076
- dev: false
4077
-
4078
- /react-dom@18.2.0(react@18.2.0):
4079
- resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
4080
- peerDependencies:
4081
- react: ^18.2.0
4082
- dependencies:
4083
- loose-envify: 1.4.0
4084
- react: 18.2.0
4085
- scheduler: 0.23.0
4086
- dev: false
4087
-
4088
- /react-hook-form@7.45.2(react@18.2.0):
4089
- resolution: {integrity: sha512-9s45OdTaKN+4NSTbXVqeDITd/nwIg++nxJGL8+OD5uf1DxvhsXQ641kaYHk5K28cpIOTYm71O/fYk7rFaygb3A==}
4090
- engines: {node: '>=12.22.0'}
4091
- peerDependencies:
4092
- react: ^16.8.0 || ^17 || ^18
4093
- dependencies:
4094
- react: 18.2.0
4095
- dev: false
4096
-
4097
- /react-is@16.13.1:
4098
- resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
4099
- dev: false
4100
-
4101
- /react-lifecycles-compat@3.0.4:
4102
- resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
4103
- dev: false
4104
-
4105
- /react-remove-scroll-bar@2.3.4(@types/react@18.2.18)(react@18.2.0):
4106
- resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==}
4107
- engines: {node: '>=10'}
4108
- peerDependencies:
4109
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
4110
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4111
- peerDependenciesMeta:
4112
- '@types/react':
4113
- optional: true
4114
- dependencies:
4115
- '@types/react': 18.2.18
4116
- react: 18.2.0
4117
- react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
4118
- tslib: 2.5.0
4119
- dev: false
4120
-
4121
- /react-remove-scroll@2.5.4(@types/react@18.2.18)(react@18.2.0):
4122
- resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==}
4123
- engines: {node: '>=10'}
4124
- peerDependencies:
4125
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
4126
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4127
- peerDependenciesMeta:
4128
- '@types/react':
4129
- optional: true
4130
- dependencies:
4131
- '@types/react': 18.2.18
4132
- react: 18.2.0
4133
- react-remove-scroll-bar: 2.3.4(@types/react@18.2.18)(react@18.2.0)
4134
- react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
4135
- tslib: 2.5.0
4136
- use-callback-ref: 1.3.0(@types/react@18.2.18)(react@18.2.0)
4137
- use-sidecar: 1.1.2(@types/react@18.2.18)(react@18.2.0)
4138
- dev: false
4139
-
4140
- /react-remove-scroll@2.5.5(@types/react@18.2.18)(react@18.2.0):
4141
- resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==}
4142
- engines: {node: '>=10'}
4143
- peerDependencies:
4144
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
4145
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4146
- peerDependenciesMeta:
4147
- '@types/react':
4148
- optional: true
4149
- dependencies:
4150
- '@types/react': 18.2.18
4151
- react: 18.2.0
4152
- react-remove-scroll-bar: 2.3.4(@types/react@18.2.18)(react@18.2.0)
4153
- react-style-singleton: 2.2.1(@types/react@18.2.18)(react@18.2.0)
4154
- tslib: 2.5.0
4155
- use-callback-ref: 1.3.0(@types/react@18.2.18)(react@18.2.0)
4156
- use-sidecar: 1.1.2(@types/react@18.2.18)(react@18.2.0)
4157
- dev: false
4158
-
4159
- /react-resize-detector@8.1.0(react-dom@18.2.0)(react@18.2.0):
4160
- resolution: {integrity: sha512-S7szxlaIuiy5UqLhLL1KY3aoyGHbZzsTpYal9eYMwCyKqoqoVLCmIgAgNyIM1FhnP2KyBygASJxdhejrzjMb+w==}
4161
- peerDependencies:
4162
- react: ^16.0.0 || ^17.0.0 || ^18.0.0
4163
- react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
4164
- dependencies:
4165
- lodash: 4.17.21
4166
- react: 18.2.0
4167
- react-dom: 18.2.0(react@18.2.0)
4168
- dev: false
4169
-
4170
- /react-smooth@2.0.2(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0):
4171
- resolution: {integrity: sha512-pgqSp1q8rAGtF1bXQE0m3CHGLNfZZh5oA5o1tsPLXRHnKtkujMIJ8Ws5nO1mTySZf1c4vgwlEk+pHi3Ln6eYLw==}
4172
- peerDependencies:
4173
- prop-types: ^15.6.0
4174
- react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
4175
- react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
4176
- dependencies:
4177
- fast-equals: 4.0.3
4178
- prop-types: 15.8.1
4179
- react: 18.2.0
4180
- react-dom: 18.2.0(react@18.2.0)
4181
- react-transition-group: 2.9.0(react-dom@18.2.0)(react@18.2.0)
4182
- dev: false
4183
-
4184
- /react-style-singleton@2.2.1(@types/react@18.2.18)(react@18.2.0):
4185
- resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==}
4186
- engines: {node: '>=10'}
4187
- peerDependencies:
4188
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
4189
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4190
- peerDependenciesMeta:
4191
- '@types/react':
4192
- optional: true
4193
- dependencies:
4194
- '@types/react': 18.2.18
4195
- get-nonce: 1.0.1
4196
- invariant: 2.2.4
4197
- react: 18.2.0
4198
- tslib: 2.5.0
4199
- dev: false
4200
-
4201
- /react-transition-group@2.9.0(react-dom@18.2.0)(react@18.2.0):
4202
- resolution: {integrity: sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==}
4203
- peerDependencies:
4204
- react: '>=15.0.0'
4205
- react-dom: '>=15.0.0'
4206
- dependencies:
4207
- dom-helpers: 3.4.0
4208
- loose-envify: 1.4.0
4209
- prop-types: 15.8.1
4210
- react: 18.2.0
4211
- react-dom: 18.2.0(react@18.2.0)
4212
- react-lifecycles-compat: 3.0.4
4213
- dev: false
4214
-
4215
- /react-wrap-balancer@1.0.0(react@18.2.0):
4216
- resolution: {integrity: sha512-yjDH+I8WGyDfh95gKhX/6ckfSBAltwQkxiYxtLPlyIRQNUVSjvz1uHR6Hpy+zHyOkJQw6GEC5RPglA41QXvzyw==}
4217
- peerDependencies:
4218
- react: '>=16.8.0 || ^17.0.0 || ^18'
4219
- dependencies:
4220
- react: 18.2.0
4221
- dev: false
4222
-
4223
- /react@18.2.0:
4224
- resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
4225
- engines: {node: '>=0.10.0'}
4226
- dependencies:
4227
- loose-envify: 1.4.0
4228
- dev: false
4229
-
4230
- /read-cache@1.0.0:
4231
- resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
4232
- dependencies:
4233
- pify: 2.3.0
4234
-
4235
- /read-package-json-fast@3.0.2:
4236
- resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==}
4237
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4238
- dependencies:
4239
- json-parse-even-better-errors: 3.0.0
4240
- npm-normalize-package-bin: 3.0.0
4241
- dev: true
4242
-
4243
- /read-package-json@6.0.3:
4244
- resolution: {integrity: sha512-4QbpReW4kxFgeBQ0vPAqh2y8sXEB3D4t3jsXbJKIhBiF80KT6XRo45reqwtftju5J6ru1ax06A2Gb/wM1qCOEQ==}
4245
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4246
- dependencies:
4247
- glob: 10.2.2
4248
- json-parse-even-better-errors: 3.0.0
4249
- normalize-package-data: 5.0.0
4250
- npm-normalize-package-bin: 3.0.0
4251
- dev: true
4252
-
4253
- /readable-stream@3.6.2:
4254
- resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
4255
- engines: {node: '>= 6'}
4256
- dependencies:
4257
- inherits: 2.0.4
4258
- string_decoder: 1.3.0
4259
- util-deprecate: 1.0.2
4260
- dev: true
4261
-
4262
- /readdirp@3.6.0:
4263
- resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
4264
- engines: {node: '>=8.10.0'}
4265
- dependencies:
4266
- picomatch: 2.3.1
4267
-
4268
- /recharts-scale@0.4.5:
4269
- resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==}
4270
- dependencies:
4271
- decimal.js-light: 2.5.1
4272
- dev: false
4273
-
4274
- /recharts@2.7.2(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0):
4275
- resolution: {integrity: sha512-HMKRBkGoOXHW+7JcRa6+MukPSifNtJlqbc+JreGVNA407VLE/vOP+8n3YYjprDVVIF9E2ZgwWnL3D7K/LUFzBg==}
4276
- engines: {node: '>=12'}
4277
- peerDependencies:
4278
- prop-types: ^15.6.0
4279
- react: ^16.0.0 || ^17.0.0 || ^18.0.0
4280
- react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
4281
- dependencies:
4282
- classnames: 2.3.2
4283
- eventemitter3: 4.0.7
4284
- lodash: 4.17.21
4285
- prop-types: 15.8.1
4286
- react: 18.2.0
4287
- react-dom: 18.2.0(react@18.2.0)
4288
- react-is: 16.13.1
4289
- react-resize-detector: 8.1.0(react-dom@18.2.0)(react@18.2.0)
4290
- react-smooth: 2.0.2(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0)
4291
- recharts-scale: 0.4.5
4292
- reduce-css-calc: 2.1.8
4293
- victory-vendor: 36.6.8
4294
- dev: false
4295
-
4296
- /reduce-css-calc@2.1.8:
4297
- resolution: {integrity: sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg==}
4298
- dependencies:
4299
- css-unit-converter: 1.1.2
4300
- postcss-value-parser: 3.3.1
4301
- dev: false
4302
-
4303
- /regenerator-runtime@0.13.11:
4304
- resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
4305
- dev: false
4306
-
4307
- /require-directory@2.1.1:
4308
- resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
4309
- engines: {node: '>=0.10.0'}
4310
- dev: true
4311
-
4312
- /resolve@1.22.2:
4313
- resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
4314
- hasBin: true
4315
- dependencies:
4316
- is-core-module: 2.12.0
4317
- path-parse: 1.0.7
4318
- supports-preserve-symlinks-flag: 1.0.0
4319
-
4320
- /retry@0.12.0:
4321
- resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
4322
- engines: {node: '>= 4'}
4323
- dev: true
4324
-
4325
- /reusify@1.0.4:
4326
- resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
4327
- engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
4328
-
4329
- /rimraf@3.0.2:
4330
- resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
4331
- hasBin: true
4332
- dependencies:
4333
- glob: 7.2.3
4334
- dev: true
4335
-
4336
- /run-parallel@1.2.0:
4337
- resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
4338
- dependencies:
4339
- queue-microtask: 1.2.3
4340
-
4341
- /safe-buffer@5.2.1:
4342
- resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==}
4343
- dev: true
4344
-
4345
- /safer-buffer@2.1.2:
4346
- resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
4347
- requiresBuild: true
4348
- dev: true
4349
- optional: true
4350
-
4351
- /scheduler@0.23.0:
4352
- resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
4353
- dependencies:
4354
- loose-envify: 1.4.0
4355
- dev: false
4356
-
4357
- /semver@6.3.0:
4358
- resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==}
4359
- hasBin: true
4360
-
4361
- /semver@7.5.3:
4362
- resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==}
4363
- engines: {node: '>=10'}
4364
- hasBin: true
4365
- dependencies:
4366
- lru-cache: 6.0.0
4367
- dev: true
4368
-
4369
- /set-blocking@2.0.0:
4370
- resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
4371
- dev: true
4372
-
4373
- /shebang-command@2.0.0:
4374
- resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
4375
- engines: {node: '>=8'}
4376
- dependencies:
4377
- shebang-regex: 3.0.0
4378
- dev: true
4379
-
4380
- /shebang-regex@3.0.0:
4381
- resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
4382
- engines: {node: '>=8'}
4383
- dev: true
4384
-
4385
- /signal-exit@3.0.7:
4386
- resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
4387
- dev: true
4388
-
4389
- /signal-exit@4.0.1:
4390
- resolution: {integrity: sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==}
4391
- engines: {node: '>=14'}
4392
- dev: true
4393
-
4394
- /sigstore@1.4.0:
4395
- resolution: {integrity: sha512-N7TRpSbFjY/TrFDg6yGAQSYBrQ5s6qmPiq4pD6fkv1LoyfMsLG0NwZWG2s5q+uttLHgyVyTa0Rogx2P78rN8kQ==}
4396
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4397
- hasBin: true
4398
- dependencies:
4399
- '@sigstore/protobuf-specs': 0.1.0
4400
- make-fetch-happen: 11.1.1
4401
- tuf-js: 1.1.5
4402
- transitivePeerDependencies:
4403
- - supports-color
4404
- dev: true
4405
-
4406
- /sisteransi@1.0.5:
4407
- resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
4408
- dev: true
4409
-
4410
- /smart-buffer@4.2.0:
4411
- resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
4412
- engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
4413
- dev: true
4414
-
4415
- /socks-proxy-agent@7.0.0:
4416
- resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==}
4417
- engines: {node: '>= 10'}
4418
- dependencies:
4419
- agent-base: 6.0.2
4420
- debug: 4.3.4
4421
- socks: 2.7.1
4422
- transitivePeerDependencies:
4423
- - supports-color
4424
- dev: true
4425
-
4426
- /socks@2.7.1:
4427
- resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==}
4428
- engines: {node: '>= 10.13.0', npm: '>= 3.0.0'}
4429
- dependencies:
4430
- ip: 2.0.0
4431
- smart-buffer: 4.2.0
4432
- dev: true
4433
-
4434
- /source-map-js@1.0.2:
4435
- resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
4436
- engines: {node: '>=0.10.0'}
4437
-
4438
- /spdx-correct@3.2.0:
4439
- resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
4440
- dependencies:
4441
- spdx-expression-parse: 3.0.1
4442
- spdx-license-ids: 3.0.13
4443
- dev: true
4444
-
4445
- /spdx-exceptions@2.3.0:
4446
- resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==}
4447
- dev: true
4448
-
4449
- /spdx-expression-parse@3.0.1:
4450
- resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
4451
- dependencies:
4452
- spdx-exceptions: 2.3.0
4453
- spdx-license-ids: 3.0.13
4454
- dev: true
4455
-
4456
- /spdx-license-ids@3.0.13:
4457
- resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==}
4458
- dev: true
4459
-
4460
- /ssri@10.0.4:
4461
- resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==}
4462
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4463
- dependencies:
4464
- minipass: 5.0.0
4465
- dev: true
4466
-
4467
- /ssri@9.0.1:
4468
- resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==}
4469
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
4470
- dependencies:
4471
- minipass: 3.3.6
4472
- dev: true
4473
-
4474
- /streamsearch@1.1.0:
4475
- resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
4476
- engines: {node: '>=10.0.0'}
4477
- dev: false
4478
-
4479
- /string-width@4.2.3:
4480
- resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
4481
- engines: {node: '>=8'}
4482
- dependencies:
4483
- emoji-regex: 8.0.0
4484
- is-fullwidth-code-point: 3.0.0
4485
- strip-ansi: 6.0.1
4486
- dev: true
4487
-
4488
- /string-width@5.1.2:
4489
- resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
4490
- engines: {node: '>=12'}
4491
- dependencies:
4492
- eastasianwidth: 0.2.0
4493
- emoji-regex: 9.2.2
4494
- strip-ansi: 7.0.1
4495
- dev: true
4496
-
4497
- /string_decoder@1.3.0:
4498
- resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
4499
- dependencies:
4500
- safe-buffer: 5.2.1
4501
- dev: true
4502
-
4503
- /strip-ansi@6.0.1:
4504
- resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
4505
- engines: {node: '>=8'}
4506
- dependencies:
4507
- ansi-regex: 5.0.1
4508
- dev: true
4509
-
4510
- /strip-ansi@7.0.1:
4511
- resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==}
4512
- engines: {node: '>=12'}
4513
- dependencies:
4514
- ansi-regex: 6.0.1
4515
- dev: true
4516
-
4517
- /strip-final-newline@3.0.0:
4518
- resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==}
4519
- engines: {node: '>=12'}
4520
- dev: true
4521
-
4522
- /styled-jsx@5.1.1(@babel/core@7.22.1)(react@18.2.0):
4523
- resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==}
4524
- engines: {node: '>= 12.0.0'}
4525
- peerDependencies:
4526
- '@babel/core': '*'
4527
- babel-plugin-macros: '*'
4528
- react: '>= 16.8.0 || 17.x.x || ^18.0.0-0'
4529
- peerDependenciesMeta:
4530
- '@babel/core':
4531
- optional: true
4532
- babel-plugin-macros:
4533
- optional: true
4534
- dependencies:
4535
- '@babel/core': 7.22.1
4536
- client-only: 0.0.1
4537
- react: 18.2.0
4538
- dev: false
4539
-
4540
- /sucrase@3.32.0:
4541
- resolution: {integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==}
4542
- engines: {node: '>=8'}
4543
- hasBin: true
4544
- dependencies:
4545
- '@jridgewell/gen-mapping': 0.3.3
4546
- commander: 4.1.1
4547
- glob: 7.1.6
4548
- lines-and-columns: 1.2.4
4549
- mz: 2.7.0
4550
- pirates: 4.0.5
4551
- ts-interface-checker: 0.1.13
4552
-
4553
- /supports-color@5.5.0:
4554
- resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
4555
- engines: {node: '>=4'}
4556
- dependencies:
4557
- has-flag: 3.0.0
4558
-
4559
- /supports-preserve-symlinks-flag@1.0.0:
4560
- resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
4561
- engines: {node: '>= 0.4'}
4562
-
4563
- /tailwind-merge@1.14.0:
4564
- resolution: {integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==}
4565
- dev: false
4566
-
4567
- /tailwind-scrollbar@3.0.4(tailwindcss@3.3.3):
4568
- resolution: {integrity: sha512-X/QBsn/C5u9x6/YvTc1Zo7b09Gqs5BfDe0UK/8LDQUv8IEBKF+p2ISTRwvAr50MH0hn/wTyCEOann7uXoa1/2Q==}
4569
- engines: {node: '>=12.13.0'}
4570
- peerDependencies:
4571
- tailwindcss: 3.x
4572
- dependencies:
4573
- tailwindcss: 3.3.3
4574
- dev: false
4575
-
4576
- /tailwindcss-animate@1.0.6(tailwindcss@3.3.3):
4577
- resolution: {integrity: sha512-4WigSGMvbl3gCCact62ZvOngA+PRqhAn7si3TQ3/ZuPuQZcIEtVap+ENSXbzWhpojKB8CpvnIsrwBu8/RnHtuw==}
4578
- peerDependencies:
4579
- tailwindcss: '>=3.0.0 || insiders'
4580
- dependencies:
4581
- tailwindcss: 3.3.3
4582
- dev: false
4583
-
4584
- /tailwindcss@3.3.3:
4585
- resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==}
4586
- engines: {node: '>=14.0.0'}
4587
- hasBin: true
4588
- dependencies:
4589
- '@alloc/quick-lru': 5.2.0
4590
- arg: 5.0.2
4591
- chokidar: 3.5.3
4592
- didyoumean: 1.2.2
4593
- dlv: 1.1.3
4594
- fast-glob: 3.2.12
4595
- glob-parent: 6.0.2
4596
- is-glob: 4.0.3
4597
- jiti: 1.18.2
4598
- lilconfig: 2.1.0
4599
- micromatch: 4.0.5
4600
- normalize-path: 3.0.0
4601
- object-hash: 3.0.0
4602
- picocolors: 1.0.0
4603
- postcss: 8.4.27
4604
- postcss-import: 15.1.0(postcss@8.4.27)
4605
- postcss-js: 4.0.1(postcss@8.4.27)
4606
- postcss-load-config: 4.0.1(postcss@8.4.27)
4607
- postcss-nested: 6.0.1(postcss@8.4.27)
4608
- postcss-selector-parser: 6.0.11
4609
- resolve: 1.22.2
4610
- sucrase: 3.32.0
4611
- transitivePeerDependencies:
4612
- - ts-node
4613
-
4614
- /tar@6.1.13:
4615
- resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==}
4616
- engines: {node: '>=10'}
4617
- dependencies:
4618
- chownr: 2.0.0
4619
- fs-minipass: 2.1.0
4620
- minipass: 4.2.8
4621
- minizlib: 2.1.2
4622
- mkdirp: 1.0.4
4623
- yallist: 4.0.0
4624
- dev: true
4625
-
4626
- /tauri-controls@0.1.0(@tauri-apps/plugin-os@2.0.0-alpha.0)(@tauri-apps/plugin-window@2.0.0-alpha.0)(clsx@2.0.0)(react-dom@18.2.0)(react@18.2.0)(tailwind-merge@1.14.0):
4627
- resolution: {integrity: sha512-FGdBG7zqqDIRH8QFSyJ2b+koo7dEHchYeY3jQCiJ2VSRAJeiQkpVqCaWLS2AIRisGjEioLeFAZmnRDi6D550TA==}
4628
- peerDependencies:
4629
- '@tauri-apps/plugin-os': 2.0.0-alpha.0
4630
- '@tauri-apps/plugin-window': 2.0.0-alpha.0
4631
- clsx: ^2.0.0
4632
- react: ^18.2.0
4633
- react-dom: ^18.2.0
4634
- tailwind-merge: ^1.14.0
4635
- dependencies:
4636
- '@tauri-apps/api': 2.0.0-alpha.5
4637
- '@tauri-apps/plugin-os': 2.0.0-alpha.0
4638
- '@tauri-apps/plugin-window': 2.0.0-alpha.0
4639
- clsx: 2.0.0
4640
- react: 18.2.0
4641
- react-dom: 18.2.0(react@18.2.0)
4642
- tailwind-merge: 1.14.0
4643
- dev: false
4644
-
4645
- /taze@0.11.2:
4646
- resolution: {integrity: sha512-HM4chXXDaHCAl1AFbSlyHUFjoaEKTewVE0j6ni5S5mRdPdJdva4AfcmXgBZYnRBiJagl6QuVtsqLjqHUiiO20A==}
4647
- hasBin: true
4648
- dependencies:
4649
- '@antfu/ni': 0.21.4
4650
- '@npmcli/config': 6.2.1
4651
- detect-indent: 7.0.1
4652
- execa: 7.1.1
4653
- pacote: 15.2.0
4654
- prompts: 2.4.2
4655
- semver: 7.5.3
4656
- unconfig: 0.3.9
4657
- yargs: 17.7.2
4658
- transitivePeerDependencies:
4659
- - bluebird
4660
- - supports-color
4661
- dev: true
4662
-
4663
- /thenify-all@1.6.0:
4664
- resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
4665
- engines: {node: '>=0.8'}
4666
- dependencies:
4667
- thenify: 3.3.1
4668
-
4669
- /thenify@3.3.1:
4670
- resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
4671
- dependencies:
4672
- any-promise: 1.3.0
4673
-
4674
- /to-fast-properties@2.0.0:
4675
- resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
4676
- engines: {node: '>=4'}
4677
-
4678
- /to-regex-range@5.0.1:
4679
- resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
4680
- engines: {node: '>=8.0'}
4681
- dependencies:
4682
- is-number: 7.0.0
4683
-
4684
- /ts-interface-checker@0.1.13:
4685
- resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
4686
-
4687
- /tslib@2.5.0:
4688
- resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
4689
- dev: false
4690
-
4691
- /tuf-js@1.1.5:
4692
- resolution: {integrity: sha512-inqodgxdsmuxrtQVbu6tPNgRKWD1Boy3VB6GO7KczJZpAHiTukwhSzXUSzvDcw5pE2Jo8ua+e1ykpHv7VdPVlQ==}
4693
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4694
- dependencies:
4695
- '@tufjs/models': 1.0.4
4696
- make-fetch-happen: 11.1.1
4697
- transitivePeerDependencies:
4698
- - supports-color
4699
- dev: true
4700
-
4701
- /typescript@5.1.6:
4702
- resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
4703
- engines: {node: '>=14.17'}
4704
- hasBin: true
4705
- dev: true
4706
-
4707
- /unconfig@0.3.9:
4708
- resolution: {integrity: sha512-8yhetFd48M641mxrkWA+C/lZU4N0rCOdlo3dFsyFPnBHBjMJfjT/3eAZBRT2RxCRqeBMAKBVgikejdS6yeBjMw==}
4709
- dependencies:
4710
- '@antfu/utils': 0.7.4
4711
- defu: 6.1.2
4712
- jiti: 1.18.2
4713
- dev: true
4714
-
4715
- /unique-filename@2.0.1:
4716
- resolution: {integrity: sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==}
4717
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
4718
- dependencies:
4719
- unique-slug: 3.0.0
4720
- dev: true
4721
-
4722
- /unique-filename@3.0.0:
4723
- resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==}
4724
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4725
- dependencies:
4726
- unique-slug: 4.0.0
4727
- dev: true
4728
-
4729
- /unique-slug@3.0.0:
4730
- resolution: {integrity: sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==}
4731
- engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
4732
- dependencies:
4733
- imurmurhash: 0.1.4
4734
- dev: true
4735
-
4736
- /unique-slug@4.0.0:
4737
- resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==}
4738
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4739
- dependencies:
4740
- imurmurhash: 0.1.4
4741
- dev: true
4742
-
4743
- /update-browserslist-db@1.0.11(browserslist@4.21.5):
4744
- resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==}
4745
- hasBin: true
4746
- peerDependencies:
4747
- browserslist: '>= 4.21.0'
4748
- dependencies:
4749
- browserslist: 4.21.5
4750
- escalade: 3.1.1
4751
- picocolors: 1.0.0
4752
-
4753
- /use-callback-ref@1.3.0(@types/react@18.2.18)(react@18.2.0):
4754
- resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==}
4755
- engines: {node: '>=10'}
4756
- peerDependencies:
4757
- '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0
4758
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4759
- peerDependenciesMeta:
4760
- '@types/react':
4761
- optional: true
4762
- dependencies:
4763
- '@types/react': 18.2.18
4764
- react: 18.2.0
4765
- tslib: 2.5.0
4766
- dev: false
4767
-
4768
- /use-sidecar@1.1.2(@types/react@18.2.18)(react@18.2.0):
4769
- resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==}
4770
- engines: {node: '>=10'}
4771
- peerDependencies:
4772
- '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0
4773
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
4774
- peerDependenciesMeta:
4775
- '@types/react':
4776
- optional: true
4777
- dependencies:
4778
- '@types/react': 18.2.18
4779
- detect-node-es: 1.1.0
4780
- react: 18.2.0
4781
- tslib: 2.5.0
4782
- dev: false
4783
-
4784
- /util-deprecate@1.0.2:
4785
- resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
4786
-
4787
- /validate-npm-package-license@3.0.4:
4788
- resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
4789
- dependencies:
4790
- spdx-correct: 3.2.0
4791
- spdx-expression-parse: 3.0.1
4792
- dev: true
4793
-
4794
- /validate-npm-package-name@5.0.0:
4795
- resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==}
4796
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4797
- dependencies:
4798
- builtins: 5.0.1
4799
- dev: true
4800
-
4801
- /victory-vendor@36.6.8:
4802
- resolution: {integrity: sha512-H3kyQ+2zgjMPvbPqAl7Vwm2FD5dU7/4bCTQakFQnpIsfDljeOMDojRsrmJfwh4oAlNnWhpAf+mbAoLh8u7dwyQ==}
4803
- dependencies:
4804
- '@types/d3-array': 3.0.4
4805
- '@types/d3-ease': 3.0.0
4806
- '@types/d3-interpolate': 3.0.1
4807
- '@types/d3-scale': 4.0.3
4808
- '@types/d3-shape': 3.1.1
4809
- '@types/d3-time': 3.0.0
4810
- '@types/d3-timer': 3.0.0
4811
- d3-array: 3.2.3
4812
- d3-ease: 3.0.1
4813
- d3-interpolate: 3.0.1
4814
- d3-scale: 4.0.2
4815
- d3-shape: 3.2.0
4816
- d3-time: 3.1.0
4817
- d3-timer: 3.0.1
4818
- dev: false
4819
-
4820
- /walk-up-path@3.0.1:
4821
- resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==}
4822
- dev: true
4823
-
4824
- /watchpack@2.4.0:
4825
- resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}
4826
- engines: {node: '>=10.13.0'}
4827
- dependencies:
4828
- glob-to-regexp: 0.4.1
4829
- graceful-fs: 4.2.11
4830
- dev: false
4831
-
4832
- /which@2.0.2:
4833
- resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
4834
- engines: {node: '>= 8'}
4835
- hasBin: true
4836
- dependencies:
4837
- isexe: 2.0.0
4838
- dev: true
4839
-
4840
- /which@3.0.1:
4841
- resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==}
4842
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
4843
- hasBin: true
4844
- dependencies:
4845
- isexe: 2.0.0
4846
- dev: true
4847
-
4848
- /wide-align@1.1.5:
4849
- resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==}
4850
- dependencies:
4851
- string-width: 4.2.3
4852
- dev: true
4853
-
4854
- /wrap-ansi@7.0.0:
4855
- resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
4856
- engines: {node: '>=10'}
4857
- dependencies:
4858
- ansi-styles: 4.3.0
4859
- string-width: 4.2.3
4860
- strip-ansi: 6.0.1
4861
- dev: true
4862
-
4863
- /wrap-ansi@8.1.0:
4864
- resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
4865
- engines: {node: '>=12'}
4866
- dependencies:
4867
- ansi-styles: 6.2.1
4868
- string-width: 5.1.2
4869
- strip-ansi: 7.0.1
4870
- dev: true
4871
-
4872
- /wrappy@1.0.2:
4873
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
4874
-
4875
- /y18n@5.0.8:
4876
- resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
4877
- engines: {node: '>=10'}
4878
- dev: true
4879
-
4880
- /yallist@3.1.1:
4881
- resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
4882
-
4883
- /yallist@4.0.0:
4884
- resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
4885
- dev: true
4886
-
4887
- /yaml@2.2.2:
4888
- resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==}
4889
- engines: {node: '>= 14'}
4890
-
4891
- /yargs-parser@21.1.1:
4892
- resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
4893
- engines: {node: '>=12'}
4894
- dev: true
4895
-
4896
- /yargs@17.7.2:
4897
- resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
4898
- engines: {node: '>=12'}
4899
- dependencies:
4900
- cliui: 8.0.1
4901
- escalade: 3.1.1
4902
- get-caller-file: 2.0.5
4903
- require-directory: 2.1.1
4904
- string-width: 4.2.3
4905
- y18n: 5.0.8
4906
- yargs-parser: 21.1.1
4907
- dev: true
4908
-
4909
- /zod@3.21.4:
4910
- resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
4911
- dev: false