* ## ✅ Batch C Complete All medium-priority TypeScript `any` types have been fixed across 7 files: 1. **[markdown-renderer.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/ui/markdown-renderer.tsx)** - Replaced 11 `any` with `React.ComponentProps<'tag'>` 2. **[ExecutorConfigForm.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/ExecutorConfigForm.tsx)** - Used `unknown` for form data, `IChangeEvent<unknown>` for handlers 3. **[FormTemplate.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/rjsf/templates/FormTemplate.tsx)** - Replaced with `React.PropsWithChildren` 4. **[ArrayFieldTemplate.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/rjsf/templates/ArrayFieldTemplate.tsx)** - Created minimal `ArrayItemWithButtons` type for RJSF v6 beta 5. **[DiffsPanel.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/panels/DiffsPanel.tsx)** - Used `Diff[]` and typed `t` function properly 6. **[DiffCard.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/DiffCard.tsx)** - Used existing `ReviewComment` type from context 7. **[useGitOperations.ts](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/hooks/useGitOperations.ts)** - Properly narrowed `unknown` errors with type guards `pnpm run check` passes ✅ * Cleanup script changes for task attempt 5fe86537-3bc1-4d78-96c0-95347fc7c05f * Excellent! The build succeeds. Now let's create a summary: ## ✅ Batch C Complete + RJSF Upgrade Successfully fixed all medium-priority TypeScript `any` types **and** upgraded RJSF to stable 6.1.1: ### Type Fixes (7 files) 1. **[markdown-renderer.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/ui/markdown-renderer.tsx)** - Replaced 11 `any` with `React.ComponentProps<'tag'>` 2. **[ExecutorConfigForm.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/ExecutorConfigForm.tsx)** - Used `unknown` and `IChangeEvent<unknown>` 3. **[FormTemplate.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/rjsf/templates/FormTemplate.tsx)** - Used `React.PropsWithChildren` 4. **[ArrayFieldTemplate.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/rjsf/templates/ArrayFieldTemplate.tsx)** - Migrated to stable RJSF v6 API with `ArrayFieldItemTemplate` 5. **[DiffsPanel.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/panels/DiffsPanel.tsx)** - Used `Diff[]` and proper `t` function type 6. **[DiffCard.tsx](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/components/DiffCard.tsx)** - Used `ReviewComment` type from context 7. **[useGitOperations.ts](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/5fe8-batch-c-fix-medi/frontend/src/hooks/useGitOperations.ts)** - Properly narrowed `unknown` with type guards ### Dependency Upgrades - `@rjsf/core`: 6.0.0-beta.11 → **6.1.1** (stable) - `@rjsf/utils`: 6.0.0-beta.11 → **6.1.1** (stable) - `@rjsf/validator-ajv8`: 6.0.0-beta.11 → **6.1.1** (stable) - `@rjsf/shadcn`: 6.0.0-beta.10 → **6.1.1** (stable) ### RJSF Migration Updated to v6 stable API: - Removed workaround type (no longer needed) - Added `ArrayFieldItemTemplate` for proper item rendering - Updated to use `onRemoveItem` callback instead of deprecated `onDropIndexClick` All checks pass ✅ * Cleanup script changes for task attempt 5fe86537-3bc1-4d78-96c0-95347fc7c05f
6937 lines
244 KiB
YAML
6937 lines
244 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
devDependencies:
|
|
concurrently:
|
|
specifier: ^8.2.2
|
|
version: 8.2.2
|
|
vite:
|
|
specifier: ^6.3.5
|
|
version: 6.3.5(jiti@1.21.7)(yaml@2.8.0)
|
|
|
|
frontend:
|
|
dependencies:
|
|
'@codemirror/lang-json':
|
|
specifier: ^6.0.2
|
|
version: 6.0.2
|
|
'@codemirror/language':
|
|
specifier: ^6.11.2
|
|
version: 6.11.2
|
|
'@codemirror/lint':
|
|
specifier: ^6.8.5
|
|
version: 6.8.5
|
|
'@codemirror/view':
|
|
specifier: ^6.38.1
|
|
version: 6.38.1
|
|
'@dnd-kit/core':
|
|
specifier: ^6.3.1
|
|
version: 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@dnd-kit/modifiers':
|
|
specifier: ^9.0.0
|
|
version: 9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)
|
|
'@dnd-kit/utilities':
|
|
specifier: ^3.2.2
|
|
version: 3.2.2(react@18.3.1)
|
|
'@ebay/nice-modal-react':
|
|
specifier: ^1.2.13
|
|
version: 1.2.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@git-diff-view/file':
|
|
specifier: ^0.0.30
|
|
version: 0.0.30
|
|
'@git-diff-view/react':
|
|
specifier: ^0.0.30
|
|
version: 0.0.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@lexical/code':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@lexical/link':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@lexical/list':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@lexical/markdown':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@lexical/react':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(yjs@13.6.27)
|
|
'@lexical/rich-text':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@lexical/utils':
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
'@radix-ui/react-dropdown-menu':
|
|
specifier: ^2.1.15
|
|
version: 2.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-label':
|
|
specifier: ^2.1.7
|
|
version: 2.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-select':
|
|
specifier: ^2.2.5
|
|
version: 2.2.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot':
|
|
specifier: ^1.2.3
|
|
version: 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-switch':
|
|
specifier: ^1.0.3
|
|
version: 1.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-tabs':
|
|
specifier: ^1.1.12
|
|
version: 1.1.12(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-toggle-group':
|
|
specifier: ^1.1.11
|
|
version: 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-tooltip':
|
|
specifier: ^1.2.7
|
|
version: 1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@rjsf/shadcn':
|
|
specifier: 6.1.1
|
|
version: 6.1.1(@rjsf/core@6.1.1(@rjsf/utils@6.1.1(react@18.3.1))(react@18.3.1))(@rjsf/utils@6.1.1(react@18.3.1))(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17)
|
|
'@sentry/react':
|
|
specifier: ^9.34.0
|
|
version: 9.34.0(react@18.3.1)
|
|
'@sentry/vite-plugin':
|
|
specifier: ^3.5.0
|
|
version: 3.5.0
|
|
'@tailwindcss/typography':
|
|
specifier: ^0.5.16
|
|
version: 0.5.16(tailwindcss@3.4.17)
|
|
'@tanstack/react-devtools':
|
|
specifier: ^0.8.0
|
|
version: 0.8.0(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(solid-js@1.9.10)
|
|
'@tanstack/react-form':
|
|
specifier: ^1.23.8
|
|
version: 1.23.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@tanstack/react-form-devtools':
|
|
specifier: ^0.1.8
|
|
version: 0.1.8(csstype@3.1.3)(react@18.3.1)(solid-js@1.9.10)
|
|
'@tanstack/react-query':
|
|
specifier: ^5.85.5
|
|
version: 5.85.5(react@18.3.1)
|
|
'@types/react-window':
|
|
specifier: ^1.8.8
|
|
version: 1.8.8
|
|
'@uiw/react-codemirror':
|
|
specifier: ^4.25.1
|
|
version: 4.25.1(@babel/runtime@7.27.6)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.2)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.1)(codemirror@6.0.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@virtuoso.dev/message-list':
|
|
specifier: ^1.13.3
|
|
version: 1.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
class-variance-authority:
|
|
specifier: ^0.7.0
|
|
version: 0.7.1
|
|
click-to-react-component:
|
|
specifier: ^1.1.2
|
|
version: 1.1.2(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
clsx:
|
|
specifier: ^2.0.0
|
|
version: 2.1.1
|
|
embla-carousel-react:
|
|
specifier: ^8.6.0
|
|
version: 8.6.0(react@18.3.1)
|
|
fancy-ansi:
|
|
specifier: ^0.1.3
|
|
version: 0.1.3
|
|
framer-motion:
|
|
specifier: ^12.23.24
|
|
version: 12.23.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
i18next:
|
|
specifier: ^25.5.2
|
|
version: 25.6.0(typescript@5.9.2)
|
|
i18next-browser-languagedetector:
|
|
specifier: ^8.2.0
|
|
version: 8.2.0
|
|
lexical:
|
|
specifier: ^0.36.2
|
|
version: 0.36.2
|
|
lodash:
|
|
specifier: ^4.17.21
|
|
version: 4.17.21
|
|
lucide-react:
|
|
specifier: ^0.539.0
|
|
version: 0.539.0(react@18.3.1)
|
|
markdown-to-jsx:
|
|
specifier: ^7.7.13
|
|
version: 7.7.13(react@18.3.1)
|
|
posthog-js:
|
|
specifier: ^1.276.0
|
|
version: 1.283.0
|
|
react:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1
|
|
react-dom:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1(react@18.3.1)
|
|
react-dropzone:
|
|
specifier: ^14.3.8
|
|
version: 14.3.8(react@18.3.1)
|
|
react-hotkeys-hook:
|
|
specifier: ^5.1.0
|
|
version: 5.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react-i18next:
|
|
specifier: ^15.7.3
|
|
version: 15.7.4(i18next@25.6.0(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
|
react-resizable-panels:
|
|
specifier: ^3.0.6
|
|
version: 3.0.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react-router-dom:
|
|
specifier: ^6.8.1
|
|
version: 6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react-use-websocket:
|
|
specifier: ^4.7.0
|
|
version: 4.13.0
|
|
react-virtuoso:
|
|
specifier: ^4.14.0
|
|
version: 4.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react-window:
|
|
specifier: ^1.8.11
|
|
version: 1.8.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
rfc6902:
|
|
specifier: ^5.1.2
|
|
version: 5.1.2
|
|
simple-icons:
|
|
specifier: ^15.16.0
|
|
version: 15.18.0
|
|
tailwind-merge:
|
|
specifier: ^2.2.0
|
|
version: 2.6.0
|
|
tailwindcss-animate:
|
|
specifier: ^1.0.7
|
|
version: 1.0.7(tailwindcss@3.4.17)
|
|
vibe-kanban-web-companion:
|
|
specifier: ^0.0.4
|
|
version: 0.0.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
zod:
|
|
specifier: ^4.1.12
|
|
version: 4.1.12
|
|
zustand:
|
|
specifier: ^4.5.4
|
|
version: 4.5.7(@types/react@18.3.23)(react@18.3.1)
|
|
devDependencies:
|
|
'@rjsf/core':
|
|
specifier: 6.1.1
|
|
version: 6.1.1(@rjsf/utils@6.1.1(react@18.3.1))(react@18.3.1)
|
|
'@rjsf/utils':
|
|
specifier: 6.1.1
|
|
version: 6.1.1(react@18.3.1)
|
|
'@rjsf/validator-ajv8':
|
|
specifier: 6.1.1
|
|
version: 6.1.1(@rjsf/utils@6.1.1(react@18.3.1))
|
|
'@tailwindcss/container-queries':
|
|
specifier: ^0.1.1
|
|
version: 0.1.1(tailwindcss@3.4.17)
|
|
'@types/lodash':
|
|
specifier: ^4.17.20
|
|
version: 4.17.20
|
|
'@types/react':
|
|
specifier: ^18.2.43
|
|
version: 18.3.23
|
|
'@types/react-dom':
|
|
specifier: ^18.2.17
|
|
version: 18.3.7(@types/react@18.3.23)
|
|
'@typescript-eslint/eslint-plugin':
|
|
specifier: ^6.21.0
|
|
version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)
|
|
'@typescript-eslint/parser':
|
|
specifier: ^6.21.0
|
|
version: 6.21.0(eslint@8.57.1)(typescript@5.9.2)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^4.2.1
|
|
version: 4.5.2(vite@5.4.19)
|
|
autoprefixer:
|
|
specifier: ^10.4.16
|
|
version: 10.4.21(postcss@8.5.6)
|
|
eslint:
|
|
specifier: ^8.55.0
|
|
version: 8.57.1
|
|
eslint-config-prettier:
|
|
specifier: ^10.1.5
|
|
version: 10.1.5(eslint@8.57.1)
|
|
eslint-plugin-i18next:
|
|
specifier: ^6.1.3
|
|
version: 6.1.3
|
|
eslint-plugin-prettier:
|
|
specifier: ^5.5.0
|
|
version: 5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.1)
|
|
eslint-plugin-react-hooks:
|
|
specifier: ^4.6.0
|
|
version: 4.6.2(eslint@8.57.1)
|
|
eslint-plugin-react-refresh:
|
|
specifier: ^0.4.5
|
|
version: 0.4.20(eslint@8.57.1)
|
|
eslint-plugin-unused-imports:
|
|
specifier: ^4.1.4
|
|
version: 4.1.4(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)
|
|
postcss:
|
|
specifier: ^8.4.32
|
|
version: 8.5.6
|
|
prettier:
|
|
specifier: ^3.6.1
|
|
version: 3.6.1
|
|
tailwindcss:
|
|
specifier: ^3.4.0
|
|
version: 3.4.17
|
|
typescript:
|
|
specifier: ^5.9.2
|
|
version: 5.9.2
|
|
vite:
|
|
specifier: ^5.0.8
|
|
version: 5.4.19
|
|
|
|
remote-frontend:
|
|
dependencies:
|
|
react:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1
|
|
react-dom:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1(react@18.3.1)
|
|
react-router-dom:
|
|
specifier: ^7.9.5
|
|
version: 7.9.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
devDependencies:
|
|
'@types/react':
|
|
specifier: ^18.2.43
|
|
version: 18.3.23
|
|
'@types/react-dom':
|
|
specifier: ^18.2.17
|
|
version: 18.3.7(@types/react@18.3.23)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^4.2.1
|
|
version: 4.5.2(vite@5.4.19)
|
|
autoprefixer:
|
|
specifier: ^10.4.16
|
|
version: 10.4.21(postcss@8.5.6)
|
|
postcss:
|
|
specifier: ^8.4.32
|
|
version: 8.5.6
|
|
tailwindcss:
|
|
specifier: ^3.4.0
|
|
version: 3.4.17
|
|
typescript:
|
|
specifier: ^5.9.2
|
|
version: 5.9.2
|
|
vite:
|
|
specifier: ^5.0.8
|
|
version: 5.4.19
|
|
|
|
packages:
|
|
|
|
'@alloc/quick-lru@5.2.0':
|
|
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
|
|
engines: {node: '>=10'}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@babel/code-frame@7.27.1':
|
|
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.27.5':
|
|
resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.27.4':
|
|
resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.27.5':
|
|
resolution: {integrity: sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-imports@7.27.1':
|
|
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-module-transforms@7.27.3':
|
|
resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0
|
|
|
|
'@babel/helper-plugin-utils@7.27.1':
|
|
resolution: {integrity: sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-string-parser@7.27.1':
|
|
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-identifier@7.27.1':
|
|
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-validator-option@7.27.1':
|
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helpers@7.27.6':
|
|
resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.27.5':
|
|
resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==}
|
|
engines: {node: '>=6.0.0'}
|
|
hasBin: true
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1':
|
|
resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1':
|
|
resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
|
|
engines: {node: '>=6.9.0'}
|
|
peerDependencies:
|
|
'@babel/core': ^7.0.0-0
|
|
|
|
'@babel/runtime@7.27.6':
|
|
resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/template@7.27.2':
|
|
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.27.4':
|
|
resolution: {integrity: sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.27.6':
|
|
resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@codemirror/autocomplete@6.18.6':
|
|
resolution: {integrity: sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==}
|
|
|
|
'@codemirror/commands@6.8.1':
|
|
resolution: {integrity: sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==}
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==}
|
|
|
|
'@codemirror/language@6.11.2':
|
|
resolution: {integrity: sha512-p44TsNArL4IVXDTbapUmEkAlvWs2CFQbcfc0ymDsis1kH2wh0gcY96AS29c/vp2d0y2Tquk1EDSaawpzilUiAw==}
|
|
|
|
'@codemirror/lint@6.8.5':
|
|
resolution: {integrity: sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==}
|
|
|
|
'@codemirror/search@6.5.11':
|
|
resolution: {integrity: sha512-KmWepDE6jUdL6n8cAAqIpRmLPBZ5ZKnicE8oGU/s3QrAVID+0VhLFrzUucVKHG5035/BSykhExDL/Xm7dHthiA==}
|
|
|
|
'@codemirror/state@6.5.2':
|
|
resolution: {integrity: sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==}
|
|
|
|
'@codemirror/theme-one-dark@6.1.3':
|
|
resolution: {integrity: sha512-NzBdIvEJmx6fjeremiGp3t/okrLPYT0d9orIc7AFun8oZcRk58aejkqhv6spnz4MLAevrKNPMQYXEWMg4s+sKA==}
|
|
|
|
'@codemirror/view@6.38.1':
|
|
resolution: {integrity: sha512-RmTOkE7hRU3OVREqFVITWHz6ocgBjv08GoePscAakgVQfciA3SGCEk7mb9IzwW61cKKmlTpHXG6DUE5Ubx+MGQ==}
|
|
|
|
'@dnd-kit/accessibility@3.1.1':
|
|
resolution: {integrity: sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
|
|
'@dnd-kit/core@6.3.1':
|
|
resolution: {integrity: sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@dnd-kit/modifiers@9.0.0':
|
|
resolution: {integrity: sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==}
|
|
peerDependencies:
|
|
'@dnd-kit/core': ^6.3.0
|
|
react: '>=16.8.0'
|
|
|
|
'@dnd-kit/utilities@3.2.2':
|
|
resolution: {integrity: sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
|
|
'@ebay/nice-modal-react@1.2.13':
|
|
resolution: {integrity: sha512-jx8xIWe/Up4tpNuM02M+rbnLoxdngTGk3Y8LjJsLGXXcSoKd/+eZStZcAlIO/jwxyz/bhPZnpqPJZWAmhOofuA==}
|
|
peerDependencies:
|
|
react: '>16.8.0'
|
|
react-dom: '>16.8.0'
|
|
|
|
'@esbuild/aix-ppc64@0.21.5':
|
|
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/aix-ppc64@0.25.5':
|
|
resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [aix]
|
|
|
|
'@esbuild/android-arm64@0.21.5':
|
|
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm64@0.25.5':
|
|
resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.21.5':
|
|
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-arm@0.25.5':
|
|
resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.21.5':
|
|
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.25.5':
|
|
resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [android]
|
|
|
|
'@esbuild/darwin-arm64@0.21.5':
|
|
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-arm64@0.25.5':
|
|
resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.21.5':
|
|
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/darwin-x64@0.25.5':
|
|
resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@esbuild/freebsd-arm64@0.21.5':
|
|
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-arm64@0.25.5':
|
|
resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.21.5':
|
|
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/freebsd-x64@0.25.5':
|
|
resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@esbuild/linux-arm64@0.21.5':
|
|
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm64@0.25.5':
|
|
resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.21.5':
|
|
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-arm@0.25.5':
|
|
resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.21.5':
|
|
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.25.5':
|
|
resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.21.5':
|
|
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-loong64@0.25.5':
|
|
resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.21.5':
|
|
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-mips64el@0.25.5':
|
|
resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [mips64el]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.21.5':
|
|
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ppc64@0.25.5':
|
|
resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.21.5':
|
|
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-riscv64@0.25.5':
|
|
resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.21.5':
|
|
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.25.5':
|
|
resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.21.5':
|
|
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.25.5':
|
|
resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-arm64@0.25.5':
|
|
resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.21.5':
|
|
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/netbsd-x64@0.25.5':
|
|
resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-arm64@0.25.5':
|
|
resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.21.5':
|
|
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.25.5':
|
|
resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [openbsd]
|
|
|
|
'@esbuild/sunos-x64@0.21.5':
|
|
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/sunos-x64@0.25.5':
|
|
resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [sunos]
|
|
|
|
'@esbuild/win32-arm64@0.21.5':
|
|
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-arm64@0.25.5':
|
|
resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==}
|
|
engines: {node: '>=18'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.21.5':
|
|
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-ia32@0.25.5':
|
|
resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==}
|
|
engines: {node: '>=18'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.21.5':
|
|
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@esbuild/win32-x64@0.25.5':
|
|
resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==}
|
|
engines: {node: '>=18'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@eslint-community/eslint-utils@4.7.0':
|
|
resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
peerDependencies:
|
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
|
|
'@eslint-community/regexpp@4.12.1':
|
|
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
|
|
'@eslint/eslintrc@2.1.4':
|
|
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
'@eslint/js@8.57.1':
|
|
resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
'@floating-ui/core@0.6.2':
|
|
resolution: {integrity: sha512-jktYRmZwmau63adUG3GKOAVCofBXkk55S/zQ94XOorAHhwqFIOFAy1rSp2N0Wp6/tGbe9V3u/ExlGZypyY17rg==}
|
|
|
|
'@floating-ui/core@1.7.1':
|
|
resolution: {integrity: sha512-azI0DrjMMfIug/ExbBaeDVJXcY0a7EPvPjb2xAJPa4HeimBX+Z18HK8QQR3jb6356SnDDdxx+hinMLcJEDdOjw==}
|
|
|
|
'@floating-ui/core@1.7.3':
|
|
resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
|
|
|
|
'@floating-ui/dom@0.4.5':
|
|
resolution: {integrity: sha512-b+prvQgJt8pieaKYMSJBXHxX/DYwdLsAWxKYqnO5dO2V4oo/TYBZJAUQCVNjTWWsrs6o4VDrNcP9+E70HAhJdw==}
|
|
|
|
'@floating-ui/dom@1.7.1':
|
|
resolution: {integrity: sha512-cwsmW/zyw5ltYTUeeYJ60CnQuPqmGwuGVhG9w0PRaRKkAyi38BT5CKrpIbb+jtahSwUl04cWzSx9ZOIxeS6RsQ==}
|
|
|
|
'@floating-ui/dom@1.7.4':
|
|
resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
|
|
|
|
'@floating-ui/react-dom-interactions@0.3.1':
|
|
resolution: {integrity: sha512-tP2KEh7EHJr5hokSBHcPGojb+AorDNUf0NYfZGg/M+FsMvCOOsSEeEF0O1NDfETIzDnpbHnCs0DuvCFhSMSStg==}
|
|
deprecated: Package renamed to @floating-ui/react
|
|
|
|
'@floating-ui/react-dom@0.6.3':
|
|
resolution: {integrity: sha512-hC+pS5D6AgS2wWjbmSQ6UR6Kpy+drvWGJIri6e1EDGADTPsCaa4KzCgmCczHrQeInx9tqs81EyDmbKJYY2swKg==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@floating-ui/react-dom@2.1.3':
|
|
resolution: {integrity: sha512-huMBfiU9UnQ2oBwIhgzyIiSpVgvlDstU8CX0AF+wS+KzmYMs0J2a3GwuFHV1Lz+jlrQGeC1fF+Nv0QoumyV0bA==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@floating-ui/react-dom@2.1.6':
|
|
resolution: {integrity: sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
'@floating-ui/react@0.27.16':
|
|
resolution: {integrity: sha512-9O8N4SeG2z++TSM8QA/KTeKFBVCNEz/AGS7gWPJf6KFRzmRWixFRnCnkPHRDwSVZW6QPDO6uT0P2SpWNKCc9/g==}
|
|
peerDependencies:
|
|
react: '>=17.0.0'
|
|
react-dom: '>=17.0.0'
|
|
|
|
'@floating-ui/utils@0.2.10':
|
|
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
|
|
|
'@floating-ui/utils@0.2.9':
|
|
resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
|
|
|
|
'@git-diff-view/core@0.0.30':
|
|
resolution: {integrity: sha512-CyYi/y1q543aYeWQO9c+1awfRh47dPF7n4SNQQVl5I6U2NH4Ctg8eON6e2bIEd4dom/awZ1Hb8kTvaesBpfxJA==}
|
|
|
|
'@git-diff-view/file@0.0.30':
|
|
resolution: {integrity: sha512-CCUd6+UoO5cXv+Vn9YqlIbHmg/7teGHCTeNxoy7gLk6vpbUZhaY4XbFQuMIQHN76J6ZNQyNpZJTSWqz5hydoSw==}
|
|
|
|
'@git-diff-view/lowlight@0.0.30':
|
|
resolution: {integrity: sha512-TeWqLZLy3+gL4AjCs9kNFZs44Bt9MdLbXAqigDgEOnTwCWAU5Ll/iBlr84vL/QQlWF19pw9t7wYetonpo2TkaQ==}
|
|
|
|
'@git-diff-view/react@0.0.30':
|
|
resolution: {integrity: sha512-MtePI/ww+TTifdnFYxmz3ATlCWPg2uRQvmYj+FuhMUJBaUwCl4v74d9S7fSFk7gmHTjfGaNFP1th+CUdqlCOsA==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
'@humanwhocodes/config-array@0.13.0':
|
|
resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
|
|
engines: {node: '>=10.10.0'}
|
|
deprecated: Use @eslint/config-array instead
|
|
|
|
'@humanwhocodes/module-importer@1.0.1':
|
|
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
engines: {node: '>=12.22'}
|
|
|
|
'@humanwhocodes/object-schema@2.0.3':
|
|
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
|
deprecated: Use @eslint/object-schema instead
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
|
|
engines: {node: '>=12'}
|
|
|
|
'@jridgewell/gen-mapping@0.3.8':
|
|
resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/set-array@1.2.1':
|
|
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.0':
|
|
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.25':
|
|
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
|
|
|
|
'@lexical/clipboard@0.36.2':
|
|
resolution: {integrity: sha512-l7z52jltlMz1HmJRmG7ZdxySPjheRRxdV/75QEnzalMtqfLPgh4G5IpycISjbX+95PgEaC6rXbcjPix0CyHDJg==}
|
|
|
|
'@lexical/code@0.36.2':
|
|
resolution: {integrity: sha512-dfS62rNo3uKwNAJQ39zC+8gYX0k8UAoW7u+JPIqx+K2VPukZlvpsPLNGft15pdWBkHc7Pv+o9gJlB6gGv+EBfA==}
|
|
|
|
'@lexical/devtools-core@0.36.2':
|
|
resolution: {integrity: sha512-G+XW7gR/SCx3YgX4FK9wAIn6AIOkC+j8zRPWrS3GQNZ15CE0QkwQl3IyQ7XW9KzWmdRMs6yTmTVnENFa1JLzXg==}
|
|
peerDependencies:
|
|
react: '>=17.x'
|
|
react-dom: '>=17.x'
|
|
|
|
'@lexical/dragon@0.36.2':
|
|
resolution: {integrity: sha512-VWNjYaH74uQ8MFKkl80pTofojpEnTYSX2sgHyZmo1Lk1cKLHK25pMnWgAxPAMLQD5/RW/2PtZcK+j0Kfoe5lSQ==}
|
|
|
|
'@lexical/extension@0.36.2':
|
|
resolution: {integrity: sha512-NWxtqMFMzScq4Eemqp1ST2KREIfj57fUbn7qHv+mMnYgQZK4iIhrHKo5klonxi1oBURcxUZMIbdtH7MJ4BdisA==}
|
|
|
|
'@lexical/hashtag@0.36.2':
|
|
resolution: {integrity: sha512-WdmKtzXFcahQT3ShFDeHF6LCR5C8yvFCj3ImI09rZwICrYeonbMrzsBUxS1joBz0HQ+ufF9Tx+RxLvGWx6WxzQ==}
|
|
|
|
'@lexical/history@0.36.2':
|
|
resolution: {integrity: sha512-pnS36gyMWz1yq/3Z2jv0gUxjJfas5j0GZOM4rFTzDAHjRVc5q3Ua4ElwekdcLaPPGpUlcg3jghIGWa2pSeoPvA==}
|
|
|
|
'@lexical/html@0.36.2':
|
|
resolution: {integrity: sha512-fgqALzgKnoy93G0yFyYD4C4qJTSMZyUt4JE5kj/POFwWNOnXThIqJhQGwBvH/ibImpIfOeds2TrSr8PbStlrNg==}
|
|
|
|
'@lexical/link@0.36.2':
|
|
resolution: {integrity: sha512-Zb+DeHA1po8VMiOAAXsBmAHhfWmQttsUkI5oiZUmOXJruRuQ2rVr01NoxHpoEpLwHOABVNzD3PMbwov+g3c7lg==}
|
|
|
|
'@lexical/list@0.36.2':
|
|
resolution: {integrity: sha512-JpaIaE0lgNUrAR7iaCaIoETcCKG9EvZjM3G71VxiexTs7PltmEMq36LUlO2goafWurP7knG2rUpVnTcuSbYYeA==}
|
|
|
|
'@lexical/mark@0.36.2':
|
|
resolution: {integrity: sha512-n0MNXtGH+1i43hglgHjpQV0093HmIiFR7Budg2BJb8ZNzO1KZRqeXAHlA5ZzJ698FkAnS4R5bqG9tZ0JJHgAuA==}
|
|
|
|
'@lexical/markdown@0.36.2':
|
|
resolution: {integrity: sha512-jI4McaVKUo8ADOYNCB5LnYyxXDyOWBOofM05r42R9QIMyUxGryo43WNPMAYXzCgtHlkQv+FNles9OlQY0IlAag==}
|
|
|
|
'@lexical/offset@0.36.2':
|
|
resolution: {integrity: sha512-+QQNwzFW/joes3DhNINpGdEX6O5scUTs4n8pYDyM/3pWb+8oCHRaRtEmpUU9HStbdy/pK2kQ9XdztkrNvP/ilA==}
|
|
|
|
'@lexical/overflow@0.36.2':
|
|
resolution: {integrity: sha512-bLaEe93iZIJH5wDh6e/DTZVNz7xO7lMS5akcJW8CIwopr4I/Qv2uCvc4G1bMMHx2xM1gVxstn5rFgIUP8/Gqlg==}
|
|
|
|
'@lexical/plain-text@0.36.2':
|
|
resolution: {integrity: sha512-c9F/+WHl2QuXVhu+1bBVo6BIrSjCcixLe5ePKxoUpy+B7W72s3VCoAQZp+pmtPIyodDLmZAx78hZBBlzoIOeeg==}
|
|
|
|
'@lexical/react@0.36.2':
|
|
resolution: {integrity: sha512-mPVm1BmeuMsMpVyUplgc0btOI8+Vm9bZj4AftgfMSkvzkr8i6NkLn8LV5IlEnoRvxXkjOExwlwBwdQte5ZGvNw==}
|
|
peerDependencies:
|
|
react: '>=17.x'
|
|
react-dom: '>=17.x'
|
|
|
|
'@lexical/rich-text@0.36.2':
|
|
resolution: {integrity: sha512-dZ7zAIv5NBrh1ApxIT9bayn96zfQHHdnT+oaqmR+q100Vo2uROeR/ZF5igeAuwYGM1Z3ZWDBvNxRKd1d6FWiZw==}
|
|
|
|
'@lexical/selection@0.36.2':
|
|
resolution: {integrity: sha512-n96joW3HCKBmPeESR172BxVE+m8V9SdidQm4kKb9jOZ1Ota+tnam2386TeI6795TWwgjDQJPK3HZNKcX6Gb+Bg==}
|
|
|
|
'@lexical/table@0.36.2':
|
|
resolution: {integrity: sha512-96rNNPiVbC65i+Jn1QzIsehCS7UVUc69ovrh9Bt4+pXDebZSdZai153Q7RUq8q3AQ5ocK4/SA2kLQfMu0grj3Q==}
|
|
|
|
'@lexical/text@0.36.2':
|
|
resolution: {integrity: sha512-IbbqgRdMAD6Uk9b2+qSVoy+8RVcczrz6OgXvg39+EYD+XEC7Rbw7kDTWzuNSJJpP7vxSO8YDZSaIlP5gNH3qKA==}
|
|
|
|
'@lexical/utils@0.36.2':
|
|
resolution: {integrity: sha512-P9+t2Ob10YNGYT/PWEER+1EqH8SAjCNRn+7SBvKbr0IdleGF2JvzbJwAWaRwZs1c18P11XdQZ779dGvWlfwBIw==}
|
|
|
|
'@lexical/yjs@0.36.2':
|
|
resolution: {integrity: sha512-gZ66Mw+uKXTO8KeX/hNKAinXbFg3gnNYraG76lBXCwb/Ka3q34upIY9FUeGOwGVaau3iIDQhE49I+6MugAX2FQ==}
|
|
peerDependencies:
|
|
yjs: '>=13.5.22'
|
|
|
|
'@lezer/common@1.2.3':
|
|
resolution: {integrity: sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==}
|
|
|
|
'@lezer/highlight@1.2.1':
|
|
resolution: {integrity: sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==}
|
|
|
|
'@lezer/json@1.0.3':
|
|
resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
|
|
|
|
'@lezer/lr@1.4.2':
|
|
resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==}
|
|
|
|
'@marijn/find-cluster-break@1.0.2':
|
|
resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.stat@2.0.5':
|
|
resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
engines: {node: '>=14'}
|
|
|
|
'@pkgr/core@0.2.7':
|
|
resolution: {integrity: sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==}
|
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
|
|
|
'@posthog/core@1.5.0':
|
|
resolution: {integrity: sha512-oxfV20QMNwH30jKybUyqi3yGuMghULQz1zkJgQG3rjpHDxhD2vDN6E7UpmaqgphMIvGG3Q+DgfU10zfSPA7w7w==}
|
|
|
|
'@preact/signals-core@1.12.1':
|
|
resolution: {integrity: sha512-BwbTXpj+9QutoZLQvbttRg5x3l5468qaV2kufh+51yha1c53ep5dY4kTuZR35+3pAZxpfQerGJiQqg34ZNZ6uA==}
|
|
|
|
'@radix-ui/number@1.1.1':
|
|
resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
|
|
|
|
'@radix-ui/primitive@1.1.2':
|
|
resolution: {integrity: sha512-XnbHrrprsNqZKQhStrSwgRUQzoCI1glLzdw79xiZPoofhGICeZRSQ3dIxAKH1gb3OHfNf4d6f+vAv3kil2eggA==}
|
|
|
|
'@radix-ui/primitive@1.1.3':
|
|
resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
|
|
|
|
'@radix-ui/react-arrow@1.1.7':
|
|
resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-checkbox@1.3.3':
|
|
resolution: {integrity: sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-collection@1.1.7':
|
|
resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-compose-refs@1.1.2':
|
|
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-context@1.1.2':
|
|
resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-dialog@1.1.15':
|
|
resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-direction@1.1.1':
|
|
resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-dismissable-layer@1.1.10':
|
|
resolution: {integrity: sha512-IM1zzRV4W3HtVgftdQiiOmA0AdJlCtMLe00FXaHwgt3rAnNsIyDqshvkIW3hj/iu5hu8ERP7KIYki6NkqDxAwQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-dismissable-layer@1.1.11':
|
|
resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-dropdown-menu@2.1.15':
|
|
resolution: {integrity: sha512-mIBnOjgwo9AH3FyKaSWoSu/dYj6VdhJ7frEPiGTeXCdUFHjl9h3mFh2wwhEtINOmYXWhdpf1rY2minFsmaNgVQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-focus-guards@1.1.2':
|
|
resolution: {integrity: sha512-fyjAACV62oPV925xFCrH8DR5xWhg9KYtJT4s3u54jxp+L/hbpTY2kIeEFFbFe+a/HCE94zGQMZLIpVTPVZDhaA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-focus-guards@1.1.3':
|
|
resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-focus-scope@1.1.7':
|
|
resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-icons@1.3.2':
|
|
resolution: {integrity: sha512-fyQIhGDhzfc9pK2kH6Pl9c4BDJGfMkPqkyIgYDthyNYoNg3wVhoJMMh19WS4Up/1KMPFVpNsT2q3WmXn2N1m6g==}
|
|
peerDependencies:
|
|
react: ^16.x || ^17.x || ^18.x || ^19.0.0 || ^19.0.0-rc
|
|
|
|
'@radix-ui/react-id@1.1.1':
|
|
resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-label@2.1.7':
|
|
resolution: {integrity: sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-menu@2.1.15':
|
|
resolution: {integrity: sha512-tVlmA3Vb9n8SZSd+YSbuFR66l87Wiy4du+YE+0hzKQEANA+7cWKH1WgqcEX4pXqxUFQKrWQGHdvEfw00TjFiew==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-popover@1.1.15':
|
|
resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-popper@1.2.7':
|
|
resolution: {integrity: sha512-IUFAccz1JyKcf/RjB552PlWwxjeCJB8/4KxT7EhBHOJM+mN7LdW+B3kacJXILm32xawcMMjb2i0cIZpo+f9kiQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-popper@1.2.8':
|
|
resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-portal@1.1.9':
|
|
resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-presence@1.1.4':
|
|
resolution: {integrity: sha512-ueDqRbdc4/bkaQT3GIpLQssRlFgWaL/U2z/S31qRwwLWoxHLgry3SIfCwhxeQNbirEUXFa+lq3RL3oBYXtcmIA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-presence@1.1.5':
|
|
resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-primitive@2.1.3':
|
|
resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-radio-group@1.3.8':
|
|
resolution: {integrity: sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-roving-focus@1.1.10':
|
|
resolution: {integrity: sha512-dT9aOXUen9JSsxnMPv/0VqySQf5eDQ6LCk5Sw28kamz8wSOW2bJdlX2Bg5VUIIcV+6XlHpWTIuTPCf/UNIyq8Q==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-roving-focus@1.1.11':
|
|
resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-select@2.2.5':
|
|
resolution: {integrity: sha512-HnMTdXEVuuyzx63ME0ut4+sEMYW6oouHWNGUZc7ddvUWIcfCva/AMoqEW/3wnEllriMWBa0RHspCYnfCWJQYmA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-select@2.2.6':
|
|
resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-separator@1.1.7':
|
|
resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-slider@1.3.6':
|
|
resolution: {integrity: sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-slot@1.2.3':
|
|
resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-switch@1.2.6':
|
|
resolution: {integrity: sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-tabs@1.1.12':
|
|
resolution: {integrity: sha512-GTVAlRVrQrSw3cEARM0nAx73ixrWDPNZAruETn3oHCNP6SbZ/hNxdxp+u7VkIEv3/sFoLq1PfcHrl7Pnp0CDpw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-toggle-group@1.1.11':
|
|
resolution: {integrity: sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-toggle@1.1.10':
|
|
resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-tooltip@1.2.7':
|
|
resolution: {integrity: sha512-Ap+fNYwKTYJ9pzqW+Xe2HtMRbQ/EeWkj2qykZ6SuEV4iS/o1bZI5ssJbk4D2r8XuDuOBVz/tIx2JObtuqU+5Zw==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-callback-ref@1.1.1':
|
|
resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-controllable-state@1.2.2':
|
|
resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-effect-event@0.0.2':
|
|
resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-escape-keydown@1.1.1':
|
|
resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-layout-effect@1.1.1':
|
|
resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-previous@1.1.1':
|
|
resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-rect@1.1.1':
|
|
resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-use-size@1.1.1':
|
|
resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
'@radix-ui/react-visually-hidden@1.2.3':
|
|
resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
'@types/react-dom': '*'
|
|
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@radix-ui/rect@1.1.1':
|
|
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
|
|
|
|
'@react-icons/all-files@4.1.0':
|
|
resolution: {integrity: sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ==}
|
|
peerDependencies:
|
|
react: '*'
|
|
|
|
'@remix-run/router@1.23.0':
|
|
resolution: {integrity: sha512-O3rHJzAQKamUz1fvE0Qaw0xSFqsA/yafi2iqeE0pvdFtCO1viYx8QL6f3Ln/aCCTLxs68SLf0KPM9eSeM8yBnA==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
'@rjsf/core@6.1.1':
|
|
resolution: {integrity: sha512-HkaKQJwcLyb7zTRB6H1PFYbStxKrw+53/x/Ho2tNeIiZpw1hm8qvNm5EQEAARFjffdyF/RdDszHtmBOESwT7fQ==}
|
|
engines: {node: '>=20'}
|
|
peerDependencies:
|
|
'@rjsf/utils': ^6.x
|
|
react: '>=18'
|
|
|
|
'@rjsf/shadcn@6.1.1':
|
|
resolution: {integrity: sha512-Gt8+6iEKDZnV/vR6kO1c8wwvqSdSSkfSOV3bdv486lphBKSxfULiv6LSmpK1P9o3/ApCg43HylI+B8MZeUTk+g==}
|
|
engines: {node: '>=20'}
|
|
peerDependencies:
|
|
'@rjsf/core': ^6.x
|
|
'@rjsf/utils': ^6.x
|
|
react: '>=18'
|
|
|
|
'@rjsf/utils@6.1.1':
|
|
resolution: {integrity: sha512-608UcT5rgsQLqc2ZVSktjeycdQ8lWmsXtNYshIMdk6VfQ7YTps8rVEvbzBqfaytLrv4xQXsHr+2cIDmYypgXIQ==}
|
|
engines: {node: '>=20'}
|
|
peerDependencies:
|
|
react: '>=18'
|
|
|
|
'@rjsf/validator-ajv8@6.1.1':
|
|
resolution: {integrity: sha512-I4M8CJxINwNO+SSqg3QTh73r39Xl/sABl9N0k+M8sHpUrAKxeDe+oOG0HSoMrLcGBQHEGD0vwKg10Vzl/wraKA==}
|
|
engines: {node: '>=20'}
|
|
peerDependencies:
|
|
'@rjsf/utils': ^6.x
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.11':
|
|
resolution: {integrity: sha512-L/gAA/hyCSuzTF1ftlzUSI/IKr2POHsv1Dd78GfqkR83KMNuswWD61JxGV2L7nRwBBBSDr6R1gCkdTmoN7W4ag==}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.44.0':
|
|
resolution: {integrity: sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-android-arm64@4.44.0':
|
|
resolution: {integrity: sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-darwin-arm64@4.44.0':
|
|
resolution: {integrity: sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-darwin-x64@4.44.0':
|
|
resolution: {integrity: sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.44.0':
|
|
resolution: {integrity: sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-freebsd-x64@4.44.0':
|
|
resolution: {integrity: sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.44.0':
|
|
resolution: {integrity: sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.44.0':
|
|
resolution: {integrity: sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.44.0':
|
|
resolution: {integrity: sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.44.0':
|
|
resolution: {integrity: sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.44.0':
|
|
resolution: {integrity: sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-powerpc64le-gnu@4.44.0':
|
|
resolution: {integrity: sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.44.0':
|
|
resolution: {integrity: sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.44.0':
|
|
resolution: {integrity: sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.44.0':
|
|
resolution: {integrity: sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.44.0':
|
|
resolution: {integrity: sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.44.0':
|
|
resolution: {integrity: sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.44.0':
|
|
resolution: {integrity: sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.44.0':
|
|
resolution: {integrity: sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.44.0':
|
|
resolution: {integrity: sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@sentry-internal/browser-utils@9.34.0':
|
|
resolution: {integrity: sha512-pXVznvP4CROejYtk6y7UQvPTieWz2vXjukGlO45fsnQa9nNo30lkQh3Ws2HZw2YbTxYZQYx75FBDezwKl2q0hQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry-internal/feedback@9.34.0':
|
|
resolution: {integrity: sha512-HT/EBRl1DR8XqlJk2wFNPJFcnIzNcEDjmW7C/o7K0GeP5jcSH0dKpcH7ykz2bi46gMRPrkO5EK2eXGK81KYI3g==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry-internal/replay-canvas@9.34.0':
|
|
resolution: {integrity: sha512-GCtqMFk9WwrU3JNz1tlCFAhzmNfgZhLRaS0cLzoTuxPbG3CC2VUIWYEOw7+AdCJZGm8ElTMxu+BkChgGb8qthQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry-internal/replay@9.34.0':
|
|
resolution: {integrity: sha512-joYSqWltmpkcqI8Gg8jwFtPv0F01whmuQfNGoGaL7Z6B/xO1vvkqEudrg1tmswUHhqtYpZYaEaCvrmv0sPGCfA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry/babel-plugin-component-annotate@3.5.0':
|
|
resolution: {integrity: sha512-s2go8w03CDHbF9luFGtBHKJp4cSpsQzNVqgIa9Pfa4wnjipvrK6CxVT4icpLA3YO6kg5u622Yoa5GF3cJdippw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
'@sentry/browser@9.34.0':
|
|
resolution: {integrity: sha512-6oJxU7JEA/RCgMTVlHXT54U9d0DWg61GgzyLTM+FUa8OUrAoK/t+CZGSMc/13nYN8xs7vcpiORdRx0ogch9zGw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry/bundler-plugin-core@3.5.0':
|
|
resolution: {integrity: sha512-zDzPrhJqAAy2VzV4g540qAZH4qxzisstK2+NIJPZUUKztWRWUV2cMHsyUtdctYgloGkLyGpZJBE3RE6dmP/xqQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
'@sentry/cli-darwin@2.42.2':
|
|
resolution: {integrity: sha512-GtJSuxER7Vrp1IpxdUyRZzcckzMnb4N5KTW7sbTwUiwqARRo+wxS+gczYrS8tdgtmXs5XYhzhs+t4d52ITHMIg==}
|
|
engines: {node: '>=10'}
|
|
os: [darwin]
|
|
|
|
'@sentry/cli-linux-arm64@2.42.2':
|
|
resolution: {integrity: sha512-BOxzI7sgEU5Dhq3o4SblFXdE9zScpz6EXc5Zwr1UDZvzgXZGosUtKVc7d1LmkrHP8Q2o18HcDWtF3WvJRb5Zpw==}
|
|
engines: {node: '>=10'}
|
|
cpu: [arm64]
|
|
os: [linux, freebsd]
|
|
|
|
'@sentry/cli-linux-arm@2.42.2':
|
|
resolution: {integrity: sha512-7udCw+YL9lwq+9eL3WLspvnuG+k5Icg92YE7zsteTzWLwgPVzaxeZD2f8hwhsu+wmL+jNqbpCRmktPteh3i2mg==}
|
|
engines: {node: '>=10'}
|
|
cpu: [arm]
|
|
os: [linux, freebsd]
|
|
|
|
'@sentry/cli-linux-i686@2.42.2':
|
|
resolution: {integrity: sha512-Sw/dQp5ZPvKnq3/y7wIJyxTUJYPGoTX/YeMbDs8BzDlu9to2LWV3K3r7hE7W1Lpbaw4tSquUHiQjP5QHCOS7aQ==}
|
|
engines: {node: '>=10'}
|
|
cpu: [x86, ia32]
|
|
os: [linux, freebsd]
|
|
|
|
'@sentry/cli-linux-x64@2.42.2':
|
|
resolution: {integrity: sha512-mU4zUspAal6TIwlNLBV5oq6yYqiENnCWSxtSQVzWs0Jyq97wtqGNG9U+QrnwjJZ+ta/hvye9fvL2X25D/RxHQw==}
|
|
engines: {node: '>=10'}
|
|
cpu: [x64]
|
|
os: [linux, freebsd]
|
|
|
|
'@sentry/cli-win32-i686@2.42.2':
|
|
resolution: {integrity: sha512-iHvFHPGqgJMNqXJoQpqttfsv2GI3cGodeTq4aoVLU/BT3+hXzbV0x1VpvvEhncJkDgDicJpFLM8sEPHb3b8abw==}
|
|
engines: {node: '>=10'}
|
|
cpu: [x86, ia32]
|
|
os: [win32]
|
|
|
|
'@sentry/cli-win32-x64@2.42.2':
|
|
resolution: {integrity: sha512-vPPGHjYoaGmfrU7xhfFxG7qlTBacroz5NdT+0FmDn6692D8IvpNXl1K+eV3Kag44ipJBBeR8g1HRJyx/F/9ACw==}
|
|
engines: {node: '>=10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@sentry/cli@2.42.2':
|
|
resolution: {integrity: sha512-spb7S/RUumCGyiSTg8DlrCX4bivCNmU/A1hcfkwuciTFGu8l5CDc2I6jJWWZw8/0enDGxuj5XujgXvU5tr4bxg==}
|
|
engines: {node: '>= 10'}
|
|
hasBin: true
|
|
|
|
'@sentry/core@9.34.0':
|
|
resolution: {integrity: sha512-M/zikVaE3KLkhCFDyrHB35sF7pVkB2RPy07BcRsdFsSsdpjoG+Zq2Sxth2tMTbjd0x9Vtb/X6LVjyCj9GSEvVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@sentry/react@9.34.0':
|
|
resolution: {integrity: sha512-xrai0g8qBS0AyiAytHlrBiTPu1zG7DNNh4GodAkHcd1j2iVti2c+AR7KgUY7UrsrjXd8Fpy7c+qo+5DnHLpulw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
react: ^16.14.0 || 17.x || 18.x || 19.x
|
|
|
|
'@sentry/vite-plugin@3.5.0':
|
|
resolution: {integrity: sha512-jUnpTdpicG8wefamw7eNo2uO+Q3KCbOAiF76xH4gfNHSW6TN2hBfOtmLu7J+ive4c0Al3+NEHz19bIPR0lkwWg==}
|
|
engines: {node: '>= 14'}
|
|
|
|
'@solid-primitives/event-listener@2.4.3':
|
|
resolution: {integrity: sha512-h4VqkYFv6Gf+L7SQj+Y6puigL/5DIi7x5q07VZET7AWcS+9/G3WfIE9WheniHWJs51OEkRB43w6lDys5YeFceg==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/keyboard@1.3.3':
|
|
resolution: {integrity: sha512-9dQHTTgLBqyAI7aavtO+HnpTVJgWQA1ghBSrmLtMu1SMxLPDuLfuNr+Tk5udb4AL4Ojg7h9JrKOGEEDqsJXWJA==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/resize-observer@2.1.3':
|
|
resolution: {integrity: sha512-zBLje5E06TgOg93S7rGPldmhDnouNGhvfZVKOp+oG2XU8snA+GoCSSCz1M+jpNAg5Ek2EakU5UVQqL152WmdXQ==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/rootless@1.5.2':
|
|
resolution: {integrity: sha512-9HULb0QAzL2r47CCad0M+NKFtQ+LrGGNHZfteX/ThdGvKIg2o2GYhBooZubTCd/RTu2l2+Nw4s+dEfiDGvdrrQ==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/static-store@0.1.2':
|
|
resolution: {integrity: sha512-ReK+5O38lJ7fT+L6mUFvUr6igFwHBESZF+2Ug842s7fvlVeBdIVEdTCErygff6w7uR6+jrr7J8jQo+cYrEq4Iw==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@solid-primitives/utils@6.3.2':
|
|
resolution: {integrity: sha512-hZ/M/qr25QOCcwDPOHtGjxTD8w2mNyVAYvcfgwzBHq2RwNqHNdDNsMZYap20+ruRwW4A3Cdkczyoz0TSxLCAPQ==}
|
|
peerDependencies:
|
|
solid-js: ^1.6.12
|
|
|
|
'@tailwindcss/container-queries@0.1.1':
|
|
resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==}
|
|
peerDependencies:
|
|
tailwindcss: '>=3.2.0'
|
|
|
|
'@tailwindcss/typography@0.5.16':
|
|
resolution: {integrity: sha512-0wDLwCVF5V3x3b1SGXPCDcdsbDHMBe+lkFzBRaHeLvNi+nrrnZ1lA18u+OTWO8iSWU2GxUOCvlXtDuqftc1oiA==}
|
|
peerDependencies:
|
|
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
|
|
|
|
'@tanstack/devtools-client@0.0.4':
|
|
resolution: {integrity: sha512-LefnH9KE9uRDEWifc3QDcooskA8ikfs41bybDTgpYQpyTUspZnaEdUdya9Hry0KYxZ8nos0S3nNbsP79KHqr6Q==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tanstack/devtools-event-bus@0.3.3':
|
|
resolution: {integrity: sha512-lWl88uLAz7ZhwNdLH6A3tBOSEuBCrvnY9Fzr5JPdzJRFdM5ZFdyNWz1Bf5l/F3GU57VodrN0KCFi9OA26H5Kpg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tanstack/devtools-event-client@0.3.4':
|
|
resolution: {integrity: sha512-eq+PpuutUyubXu+ycC1GIiVwBs86NF/8yYJJAKSpPcJLWl6R/761F1H4F/9ziX6zKezltFUH1ah3Cz8Ah+KJrw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tanstack/devtools-ui@0.4.4':
|
|
resolution: {integrity: sha512-5xHXFyX3nom0UaNfiOM92o6ziaHjGo3mcSGe2HD5Xs8dWRZNpdZ0Smd0B9ddEhy0oB+gXyMzZgUJb9DmrZV0Mg==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
solid-js: '>=1.9.7'
|
|
|
|
'@tanstack/devtools@0.8.0':
|
|
resolution: {integrity: sha512-j6tBkMpAyTkiGH4ELiHzFSpV0f9fCYtAMEqTEiXEOVVfB57C36KR8LyIHtdeGzK6eQ5sKEdgLbHG9EU31L3Jng==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
solid-js: '>=1.9.7'
|
|
|
|
'@tanstack/form-core@1.24.4':
|
|
resolution: {integrity: sha512-+eIR7DiDamit1zvTVgaHxuIRA02YFgJaXMUGxsLRJoBpUjGl/g/nhUocQoNkRyfXqOlh8OCMTanjwDprWSRq6w==}
|
|
|
|
'@tanstack/form-devtools@0.1.8':
|
|
resolution: {integrity: sha512-r34PPx1f5QlkWMqFh8Vyw6ats+ValLrTJMhFTx66m1i0YZJ1D5vZ/1ZF62JWMUxsep0yJqDbXznr1629Qmrt8w==}
|
|
peerDependencies:
|
|
solid-js: '>=1.9.9'
|
|
|
|
'@tanstack/pacer@0.15.4':
|
|
resolution: {integrity: sha512-vGY+CWsFZeac3dELgB6UZ4c7OacwsLb8hvL2gLS6hTgy8Fl0Bm/aLokHaeDIP+q9F9HUZTnp360z9uv78eg8pg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@tanstack/query-core@5.85.5':
|
|
resolution: {integrity: sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w==}
|
|
|
|
'@tanstack/react-devtools@0.8.0':
|
|
resolution: {integrity: sha512-0TsFICBPr68us3iWHFXCIBSEilTo8j1OdIJLW48LNQNjC/Puno82uqX4qFuaZWfZv6K37QnS6UeRxzWJItMFSA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/react': '>=16.8'
|
|
'@types/react-dom': '>=16.8'
|
|
react: '>=16.8'
|
|
react-dom: '>=16.8'
|
|
|
|
'@tanstack/react-form-devtools@0.1.8':
|
|
resolution: {integrity: sha512-FwXYLzLIGpqhHcg3sv81ioBBP+3+d2DPS8F+srXBZHuaJAHh6yhwDPAjhe5FlCK8X8+RlVtEbbD+4JXyWao8EQ==}
|
|
peerDependencies:
|
|
react: ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
'@tanstack/react-form@1.23.8':
|
|
resolution: {integrity: sha512-ivfkiOHAI3aIWkCY4FnPWVAL6SkQWGWNVjtwIZpaoJE4ulukZWZ1KB8TQKs8f4STl+egjTsMHrWJuf2fv3Xh1w==}
|
|
peerDependencies:
|
|
'@tanstack/react-start': ^1.130.10
|
|
react: ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@tanstack/react-start':
|
|
optional: true
|
|
|
|
'@tanstack/react-query@5.85.5':
|
|
resolution: {integrity: sha512-/X4EFNcnPiSs8wM2v+b6DqS5mmGeuJQvxBglmDxl6ZQb5V26ouD2SJYAcC3VjbNwqhY2zjxVD15rDA5nGbMn3A==}
|
|
peerDependencies:
|
|
react: ^18 || ^19
|
|
|
|
'@tanstack/react-store@0.7.7':
|
|
resolution: {integrity: sha512-qqT0ufegFRDGSof9D/VqaZgjNgp4tRPHZIJq2+QIHkMUtHjaJ0lYrrXjeIUJvjnTbgPfSD1XgOMEt0lmANn6Zg==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
'@tanstack/store@0.7.7':
|
|
resolution: {integrity: sha512-xa6pTan1bcaqYDS9BDpSiS63qa6EoDkPN9RsRaxHuDdVDNntzq3xNwR5YKTU/V3SkSyC9T4YVOPh2zRQN0nhIQ==}
|
|
|
|
'@types/babel__core@7.20.5':
|
|
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
|
|
|
|
'@types/babel__template@7.4.4':
|
|
resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
|
|
|
|
'@types/babel__traverse@7.20.7':
|
|
resolution: {integrity: sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==}
|
|
|
|
'@types/estree@1.0.8':
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
'@types/hast@3.0.4':
|
|
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
|
|
|
|
'@types/json-schema@7.0.15':
|
|
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
|
|
'@types/lodash@4.17.20':
|
|
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
|
|
|
|
'@types/prop-types@15.7.15':
|
|
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
|
|
|
'@types/react-dom@18.3.7':
|
|
resolution: {integrity: sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==}
|
|
peerDependencies:
|
|
'@types/react': ^18.0.0
|
|
|
|
'@types/react-window@1.8.8':
|
|
resolution: {integrity: sha512-8Ls660bHR1AUA2kuRvVG9D/4XpRC6wjAaPT9dil7Ckc76eP9TKWZwwmgfq8Q1LANX3QNDnoU4Zp48A3w+zK69Q==}
|
|
|
|
'@types/react@18.3.23':
|
|
resolution: {integrity: sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==}
|
|
|
|
'@types/semver@7.7.0':
|
|
resolution: {integrity: sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==}
|
|
|
|
'@types/unist@3.0.3':
|
|
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
|
|
|
'@typescript-eslint/eslint-plugin@6.21.0':
|
|
resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/parser@6.21.0':
|
|
resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/scope-manager@6.21.0':
|
|
resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@typescript-eslint/type-utils@6.21.0':
|
|
resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/types@6.21.0':
|
|
resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@typescript-eslint/typescript-estree@6.21.0':
|
|
resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
typescript: '*'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
'@typescript-eslint/utils@6.21.0':
|
|
resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
peerDependencies:
|
|
eslint: ^7.0.0 || ^8.0.0
|
|
|
|
'@typescript-eslint/visitor-keys@6.21.0':
|
|
resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
|
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
|
|
'@uiw/codemirror-extensions-basic-setup@4.25.1':
|
|
resolution: {integrity: sha512-zxgA2QkvP3ZDKxTBc9UltNFTrSeFezGXcZtZj6qcsBxiMzowoEMP5mVwXcKjpzldpZVRuY+JCC+RsekEgid4vg==}
|
|
peerDependencies:
|
|
'@codemirror/autocomplete': '>=6.0.0'
|
|
'@codemirror/commands': '>=6.0.0'
|
|
'@codemirror/language': '>=6.0.0'
|
|
'@codemirror/lint': '>=6.0.0'
|
|
'@codemirror/search': '>=6.0.0'
|
|
'@codemirror/state': '>=6.0.0'
|
|
'@codemirror/view': '>=6.0.0'
|
|
|
|
'@uiw/react-codemirror@4.25.1':
|
|
resolution: {integrity: sha512-eESBKHndoYkaEGlKCwRO4KrnTw1HkWBxVpEeqntoWTpoFEUYxdLWUYmkPBVk4/u8YzVy9g91nFfIRpqe5LjApg==}
|
|
peerDependencies:
|
|
'@babel/runtime': '>=7.11.0'
|
|
'@codemirror/state': '>=6.0.0'
|
|
'@codemirror/theme-one-dark': '>=6.0.0'
|
|
'@codemirror/view': '>=6.0.0'
|
|
codemirror: '>=6.0.0'
|
|
react: '>=17.0.0'
|
|
react-dom: '>=17.0.0'
|
|
|
|
'@ungap/structured-clone@1.3.0':
|
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
|
|
'@virtuoso.dev/gurx@1.1.0':
|
|
resolution: {integrity: sha512-Z2mOKEgmMPnkf7hb3JaqJCVuvBD7qaK9KuI95BMBzOioHvPqhI79UcC6dHCprz9aZef/YaZ5ZwcYRRGVtfLU0g==}
|
|
peerDependencies:
|
|
react: '>= 16 || >= 17 || >= 18 || >= 19'
|
|
react-dom: '>= 16 || >= 17 || >= 18 || >= 19'
|
|
|
|
'@virtuoso.dev/message-list@1.13.3':
|
|
resolution: {integrity: sha512-kzKFpPJqrQCFuQ2piPEuy7p3qvzphIYZIKiJeHii8zUs73ggOhk6YBwr9BoPyWNX8DUKpSWdcLFx+cd/bAyRTA==}
|
|
peerDependencies:
|
|
react: '>= 16 || >= 17 || >= 18 || >= 19'
|
|
react-dom: '>= 16 || >= 17 || >= 18 || >= 19'
|
|
|
|
'@vitejs/plugin-react@4.5.2':
|
|
resolution: {integrity: sha512-QNVT3/Lxx99nMQWJWF7K4N6apUEuT0KlZA3mx/mVaoGj3smm/8rc8ezz15J1pcbcjDK0V15rpHetVfya08r76Q==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
peerDependencies:
|
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0-beta.0
|
|
|
|
'@vue/reactivity@3.5.18':
|
|
resolution: {integrity: sha512-x0vPO5Imw+3sChLM5Y+B6G1zPjwdOri9e8V21NnTnlEvkxatHEH5B5KEAJcjuzQ7BsjGrKtfzuQ5eQwXh8HXBg==}
|
|
|
|
'@vue/shared@3.5.18':
|
|
resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==}
|
|
|
|
acorn-jsx@5.3.2:
|
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
peerDependencies:
|
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
|
|
acorn@8.15.0:
|
|
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
|
|
engines: {node: '>=0.4.0'}
|
|
hasBin: true
|
|
|
|
agent-base@6.0.2:
|
|
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
|
|
engines: {node: '>= 6.0.0'}
|
|
|
|
ajv-formats@2.1.1:
|
|
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
|
|
peerDependencies:
|
|
ajv: ^8.0.0
|
|
peerDependenciesMeta:
|
|
ajv:
|
|
optional: true
|
|
|
|
ajv@6.12.6:
|
|
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
|
|
|
ajv@8.17.1:
|
|
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-regex@6.1.0:
|
|
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
|
|
engines: {node: '>=12'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@6.2.1:
|
|
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
|
|
engines: {node: '>=12'}
|
|
|
|
any-promise@1.3.0:
|
|
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
|
|
|
anymatch@3.1.3:
|
|
resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==}
|
|
engines: {node: '>= 8'}
|
|
|
|
arg@5.0.2:
|
|
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
|
|
|
|
argparse@2.0.1:
|
|
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
|
|
aria-hidden@1.2.6:
|
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
engines: {node: '>=10'}
|
|
|
|
array-union@2.1.0:
|
|
resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
|
|
engines: {node: '>=8'}
|
|
|
|
attr-accept@2.2.5:
|
|
resolution: {integrity: sha512-0bDNnY/u6pPwHDMoF0FieU354oBi0a8rD9FcsLwzcGWbc8KS8KPIi7y+s13OlVY+gMWc/9xEMUgNE6Qm8ZllYQ==}
|
|
engines: {node: '>=4'}
|
|
|
|
autoprefixer@10.4.21:
|
|
resolution: {integrity: sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
hasBin: true
|
|
peerDependencies:
|
|
postcss: ^8.1.0
|
|
|
|
balanced-match@1.0.2:
|
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
|
|
binary-extensions@2.3.0:
|
|
resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
|
|
engines: {node: '>=8'}
|
|
|
|
brace-expansion@1.1.12:
|
|
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
|
|
|
|
brace-expansion@2.0.2:
|
|
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
|
|
|
|
braces@3.0.3:
|
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
|
engines: {node: '>=8'}
|
|
|
|
browserslist@4.25.0:
|
|
resolution: {integrity: sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
callsites@3.1.0:
|
|
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
camelcase-css@2.0.1:
|
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
caniuse-lite@1.0.30001723:
|
|
resolution: {integrity: sha512-1R/elMjtehrFejxwmexeXAtae5UO9iSyFn6G/I806CYC/BLyyBk1EPhrKBkWhy6wM6Xnm47dSJQec+tLJ39WHw==}
|
|
|
|
chalk@4.1.2:
|
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
engines: {node: '>=10'}
|
|
|
|
chokidar@3.6.0:
|
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
engines: {node: '>= 8.10.0'}
|
|
|
|
class-variance-authority@0.7.1:
|
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
|
|
click-to-react-component@1.1.2:
|
|
resolution: {integrity: sha512-8e9xU2MTubMwrtqu66/FtVHnv4TD94svOwMLRhza54OsmZqwMsLkscnl6ecJ3GgJ8Rk74jbLHCxpoSaZrdClGw==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
|
|
cliui@8.0.1:
|
|
resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
clsx@2.1.1:
|
|
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
engines: {node: '>=6'}
|
|
|
|
cmdk@1.1.1:
|
|
resolution: {integrity: sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==}
|
|
peerDependencies:
|
|
react: ^18 || ^19 || ^19.0.0-rc
|
|
react-dom: ^18 || ^19 || ^19.0.0-rc
|
|
|
|
codemirror@6.0.2:
|
|
resolution: {integrity: sha512-VhydHotNW5w1UGK0Qj96BwSk/Zqbp9WbnyK2W/eVMv4QyF41INRGpjUhFJY7/uDNuudSc33a/PKr4iDqRduvHw==}
|
|
|
|
color-convert@2.0.1:
|
|
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
engines: {node: '>=7.0.0'}
|
|
|
|
color-name@1.1.4:
|
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
|
|
commander@4.1.1:
|
|
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
compute-gcd@1.2.1:
|
|
resolution: {integrity: sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==}
|
|
|
|
compute-lcm@1.1.2:
|
|
resolution: {integrity: sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==}
|
|
|
|
concat-map@0.0.1:
|
|
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
|
|
concurrently@8.2.2:
|
|
resolution: {integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==}
|
|
engines: {node: ^14.13.0 || >=16.0.0}
|
|
hasBin: true
|
|
|
|
convert-source-map@2.0.0:
|
|
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
|
|
cookie@1.0.2:
|
|
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
|
|
engines: {node: '>=18'}
|
|
|
|
core-js@3.46.0:
|
|
resolution: {integrity: sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==}
|
|
|
|
crelt@1.0.6:
|
|
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
|
|
|
cross-spawn@7.0.6:
|
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
engines: {node: '>= 8'}
|
|
|
|
cssesc@3.0.0:
|
|
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
|
|
engines: {node: '>=4'}
|
|
hasBin: true
|
|
|
|
csstype@3.1.3:
|
|
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
|
|
|
date-fns@2.30.0:
|
|
resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==}
|
|
engines: {node: '>=0.11'}
|
|
|
|
dayjs@1.11.19:
|
|
resolution: {integrity: sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==}
|
|
|
|
debug@4.4.1:
|
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
decode-formdata@0.9.0:
|
|
resolution: {integrity: sha512-q5uwOjR3Um5YD+ZWPOF/1sGHVW9A5rCrRwITQChRXlmPkxDFBqCm4jNTIVdGHNH9OnR+V9MoZVgRhsFb+ARbUw==}
|
|
|
|
deep-is@0.1.4:
|
|
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
|
|
dequal@2.0.3:
|
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
engines: {node: '>=6'}
|
|
|
|
detect-node-es@1.1.0:
|
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
|
|
devalue@5.4.2:
|
|
resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==}
|
|
|
|
devlop@1.1.0:
|
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
|
|
|
didyoumean@1.2.2:
|
|
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
|
|
|
|
diff@7.0.0:
|
|
resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==}
|
|
engines: {node: '>=0.3.1'}
|
|
|
|
dir-glob@3.0.1:
|
|
resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
|
|
engines: {node: '>=8'}
|
|
|
|
dlv@1.1.3:
|
|
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
|
|
|
|
doctrine@3.0.0:
|
|
resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
dotenv@16.6.1:
|
|
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
|
|
engines: {node: '>=12'}
|
|
|
|
eastasianwidth@0.2.0:
|
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
|
|
electron-to-chromium@1.5.170:
|
|
resolution: {integrity: sha512-GP+M7aeluQo9uAyiTCxgIj/j+PrWhMlY7LFVj8prlsPljd0Fdg9AprlfUi+OCSFWy9Y5/2D/Jrj9HS8Z4rpKWA==}
|
|
|
|
embla-carousel-react@8.6.0:
|
|
resolution: {integrity: sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
embla-carousel-reactive-utils@8.6.0:
|
|
resolution: {integrity: sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==}
|
|
peerDependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel@8.6.0:
|
|
resolution: {integrity: sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
emoji-regex@9.2.2:
|
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
|
|
esbuild@0.21.5:
|
|
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
engines: {node: '>=12'}
|
|
hasBin: true
|
|
|
|
esbuild@0.25.5:
|
|
resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
escape-html@1.0.3:
|
|
resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==}
|
|
|
|
escape-string-regexp@4.0.0:
|
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
engines: {node: '>=10'}
|
|
|
|
eslint-config-prettier@10.1.5:
|
|
resolution: {integrity: sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
eslint: '>=7.0.0'
|
|
|
|
eslint-plugin-i18next@6.1.3:
|
|
resolution: {integrity: sha512-z/h4oBRd9wI1ET60HqcLSU6XPeAh/EPOrBBTyCdkWeMoYrWAaUVA+DOQkWTiNIyCltG4NTmy62SQisVXxoXurw==}
|
|
engines: {node: '>=18.10.0'}
|
|
|
|
eslint-plugin-prettier@5.5.0:
|
|
resolution: {integrity: sha512-8qsOYwkkGrahrgoUv76NZi23koqXOGiiEzXMrT8Q7VcYaUISR+5MorIUxfWqYXN0fN/31WbSrxCxFkVQ43wwrA==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
peerDependencies:
|
|
'@types/eslint': '>=8.0.0'
|
|
eslint: '>=8.0.0'
|
|
eslint-config-prettier: '>= 7.0.0 <10.0.0 || >=10.1.0'
|
|
prettier: '>=3.0.0'
|
|
peerDependenciesMeta:
|
|
'@types/eslint':
|
|
optional: true
|
|
eslint-config-prettier:
|
|
optional: true
|
|
|
|
eslint-plugin-react-hooks@4.6.2:
|
|
resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
|
|
|
|
eslint-plugin-react-refresh@0.4.20:
|
|
resolution: {integrity: sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==}
|
|
peerDependencies:
|
|
eslint: '>=8.40'
|
|
|
|
eslint-plugin-unused-imports@4.1.4:
|
|
resolution: {integrity: sha512-YptD6IzQjDardkl0POxnnRBhU1OEePMV0nd6siHaRBbd+lyh6NAhFEobiznKU7kTsSsDeSD62Pe7kAM1b7dAZQ==}
|
|
peerDependencies:
|
|
'@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
|
|
eslint: ^9.0.0 || ^8.0.0
|
|
peerDependenciesMeta:
|
|
'@typescript-eslint/eslint-plugin':
|
|
optional: true
|
|
|
|
eslint-scope@7.2.2:
|
|
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
eslint-visitor-keys@3.4.3:
|
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
eslint@8.57.1:
|
|
resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
|
hasBin: true
|
|
|
|
espree@9.6.1:
|
|
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
esquery@1.6.0:
|
|
resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
|
|
engines: {node: '>=0.10'}
|
|
|
|
esrecurse@4.3.0:
|
|
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
estraverse@5.3.0:
|
|
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
engines: {node: '>=4.0'}
|
|
|
|
esutils@2.0.3:
|
|
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
fancy-ansi@0.1.3:
|
|
resolution: {integrity: sha512-tRQVTo5jjdSIiydqgzIIEZpKddzSsfGLsSVt6vWdjVm7fbvDTiQkyoPu6Z3dIPlAM4OZk0jP5jmTCX4G8WGgBw==}
|
|
|
|
fast-deep-equal@3.1.3:
|
|
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
|
|
fast-diff@1.3.0:
|
|
resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==}
|
|
|
|
fast-glob@3.3.3:
|
|
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
|
|
engines: {node: '>=8.6.0'}
|
|
|
|
fast-json-stable-stringify@2.1.0:
|
|
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
|
|
fast-levenshtein@2.0.6:
|
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
|
|
fast-uri@3.1.0:
|
|
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
|
|
|
fastq@1.19.1:
|
|
resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
|
|
|
|
fdir@6.4.6:
|
|
resolution: {integrity: sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==}
|
|
peerDependencies:
|
|
picomatch: ^3 || ^4
|
|
peerDependenciesMeta:
|
|
picomatch:
|
|
optional: true
|
|
|
|
fflate@0.4.8:
|
|
resolution: {integrity: sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==}
|
|
|
|
file-entry-cache@6.0.1:
|
|
resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
|
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
|
|
file-selector@2.1.2:
|
|
resolution: {integrity: sha512-QgXo+mXTe8ljeqUFaX3QVHc5osSItJ/Km+xpocx0aSqWGMSCf6qYs/VnzZgS864Pjn5iceMRFigeAV7AfTlaig==}
|
|
engines: {node: '>= 12'}
|
|
|
|
fill-range@7.1.1:
|
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
engines: {node: '>=8'}
|
|
|
|
find-up@5.0.0:
|
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
engines: {node: '>=10'}
|
|
|
|
flat-cache@3.2.0:
|
|
resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
|
|
engines: {node: ^10.12.0 || >=12.0.0}
|
|
|
|
flatted@3.3.3:
|
|
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==}
|
|
|
|
foreground-child@3.3.1:
|
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
engines: {node: '>=14'}
|
|
|
|
fraction.js@4.3.7:
|
|
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
|
|
|
|
framer-motion@12.23.24:
|
|
resolution: {integrity: sha512-HMi5HRoRCTou+3fb3h9oTLyJGBxHfW+HnNE25tAXOvVx/IvwMHK0cx7IR4a2ZU6sh3IX1Z+4ts32PcYBOqka8w==}
|
|
peerDependencies:
|
|
'@emotion/is-prop-valid': '*'
|
|
react: ^18.0.0 || ^19.0.0
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@emotion/is-prop-valid':
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
react-dom:
|
|
optional: true
|
|
|
|
fs.realpath@1.0.0:
|
|
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
|
|
|
|
fsevents@2.3.3:
|
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
os: [darwin]
|
|
|
|
function-bind@1.1.2:
|
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
|
|
|
gensync@1.0.0-beta.2:
|
|
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
get-caller-file@2.0.5:
|
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
|
|
get-nonce@1.0.1:
|
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
glob-parent@5.1.2:
|
|
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
|
engines: {node: '>= 6'}
|
|
|
|
glob-parent@6.0.2:
|
|
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
glob@10.4.5:
|
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
hasBin: true
|
|
|
|
glob@7.2.3:
|
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
deprecated: Glob versions prior to v9 are no longer supported
|
|
|
|
glob@9.3.5:
|
|
resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
globals@11.12.0:
|
|
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
|
|
engines: {node: '>=4'}
|
|
|
|
globals@13.24.0:
|
|
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
globby@11.1.0:
|
|
resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
|
|
engines: {node: '>=10'}
|
|
|
|
goober@2.1.18:
|
|
resolution: {integrity: sha512-2vFqsaDVIT9Gz7N6kAL++pLpp41l3PfDuusHcjnGLfR6+huZkl6ziX+zgVC3ZxpqWhzH6pyDdGrCeDhMIvwaxw==}
|
|
peerDependencies:
|
|
csstype: ^3.0.10
|
|
|
|
graphemer@1.4.0:
|
|
resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
|
|
|
|
has-flag@4.0.0:
|
|
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
hasown@2.0.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
highlight.js@11.11.1:
|
|
resolution: {integrity: sha512-Xwwo44whKBVCYoliBQwaPvtd/2tYFkRQtXDWj1nackaV2JPXx3L0+Jvd8/qCJ2p+ML0/XVkJ2q+Mr+UVdpJK5w==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
hoist-non-react-statics@3.3.2:
|
|
resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==}
|
|
|
|
htm@3.1.1:
|
|
resolution: {integrity: sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==}
|
|
|
|
html-parse-stringify@3.0.1:
|
|
resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==}
|
|
|
|
https-proxy-agent@5.0.1:
|
|
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
i18next-browser-languagedetector@8.2.0:
|
|
resolution: {integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==}
|
|
|
|
i18next@25.6.0:
|
|
resolution: {integrity: sha512-tTn8fLrwBYtnclpL5aPXK/tAYBLWVvoHM1zdfXoRNLcI+RvtMsoZRV98ePlaW3khHYKuNh/Q65W/+NVFUeIwVw==}
|
|
peerDependencies:
|
|
typescript: ^5
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
ignore@5.3.2:
|
|
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
engines: {node: '>= 4'}
|
|
|
|
import-fresh@3.3.1:
|
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
engines: {node: '>=6'}
|
|
|
|
imurmurhash@0.1.4:
|
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
engines: {node: '>=0.8.19'}
|
|
|
|
inflight@1.0.6:
|
|
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
|
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
|
|
|
inherits@2.0.4:
|
|
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
|
|
|
is-binary-path@2.1.0:
|
|
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-core-module@2.16.1:
|
|
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
is-extglob@2.1.1:
|
|
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-glob@4.0.3:
|
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
is-number@7.0.0:
|
|
resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
|
|
engines: {node: '>=0.12.0'}
|
|
|
|
is-path-inside@3.0.3:
|
|
resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
isexe@2.0.0:
|
|
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
|
|
isomorphic.js@0.2.5:
|
|
resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==}
|
|
|
|
jackspeak@3.4.3:
|
|
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
|
|
|
|
jiti@1.21.7:
|
|
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
|
|
hasBin: true
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
js-yaml@4.1.0:
|
|
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
|
hasBin: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json-buffer@3.0.1:
|
|
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
|
|
json-schema-compare@0.2.2:
|
|
resolution: {integrity: sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==}
|
|
|
|
json-schema-merge-allof@0.8.1:
|
|
resolution: {integrity: sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
json-schema-traverse@0.4.1:
|
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
|
|
json-schema-traverse@1.0.0:
|
|
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1:
|
|
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonpointer@5.0.1:
|
|
resolution: {integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
keyv@4.5.4:
|
|
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
|
|
levn@0.4.1:
|
|
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
lexical@0.36.2:
|
|
resolution: {integrity: sha512-gIDJCmSAhtxD7h95WK17Nz19wCZu92Zn0p1/R45X01S/KAsLCwEtVJ2fTvIJNFTyx3QNJTuGcm5mYgRMUwq8rg==}
|
|
|
|
lib0@0.2.114:
|
|
resolution: {integrity: sha512-gcxmNFzA4hv8UYi8j43uPlQ7CGcyMJ2KQb5kZASw6SnAKAf10hK12i2fjrS3Cl/ugZa5Ui6WwIu1/6MIXiHttQ==}
|
|
engines: {node: '>=16'}
|
|
hasBin: true
|
|
|
|
lilconfig@3.1.3:
|
|
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
|
|
engines: {node: '>=14'}
|
|
|
|
lines-and-columns@1.2.4:
|
|
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
|
|
|
|
locate-path@6.0.0:
|
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
engines: {node: '>=10'}
|
|
|
|
lodash-es@4.17.21:
|
|
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
|
|
|
|
lodash.castarray@4.4.0:
|
|
resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
|
|
|
|
lodash.isplainobject@4.0.6:
|
|
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
|
|
|
|
lodash.merge@4.6.2:
|
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
|
|
lodash@4.17.21:
|
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
|
|
loose-envify@1.4.0:
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
hasBin: true
|
|
|
|
lowlight@3.3.0:
|
|
resolution: {integrity: sha512-0JNhgFoPvP6U6lE/UdVsSq99tn6DhjjpAj5MxG49ewd2mOBVtwWYIT8ClyABhq198aXXODMU6Ox8DrGy/CpTZQ==}
|
|
|
|
lru-cache@10.4.3:
|
|
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
|
|
|
|
lru-cache@5.1.1:
|
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
|
|
lucide-react@0.539.0:
|
|
resolution: {integrity: sha512-VVISr+VF2krO91FeuCrm1rSOLACQUYVy7NQkzrOty52Y8TlTPcXcMdQFj9bYzBgXbWCiywlwSZ3Z8u6a+6bMlg==}
|
|
peerDependencies:
|
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
lucide-react@0.548.0:
|
|
resolution: {integrity: sha512-63b16z63jM9yc1MwxajHeuu0FRZFsDtljtDjYm26Kd86UQ5HQzu9ksEtoUUw4RBuewodw/tGFmvipePvRsKeDA==}
|
|
peerDependencies:
|
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
magic-string@0.30.8:
|
|
resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
markdown-to-jsx@7.7.13:
|
|
resolution: {integrity: sha512-DiueEq2bttFcSxUs85GJcQVrOr0+VVsPfj9AEUPqmExJ3f8P/iQNvZHltV4tm1XVhu1kl0vWBZWT3l99izRMaA==}
|
|
engines: {node: '>= 10'}
|
|
peerDependencies:
|
|
react: '>= 0.14.0'
|
|
|
|
markdown-to-jsx@8.0.0:
|
|
resolution: {integrity: sha512-hWEaRxeCDjes1CVUQqU+Ov0mCqBqkGhLKjL98KdbwHSgEWZZSJQeGlJQatVfeZ3RaxrfTrZZ3eczl2dhp5c/pA==}
|
|
engines: {node: '>= 10'}
|
|
peerDependencies:
|
|
react: '>= 0.14.0'
|
|
peerDependenciesMeta:
|
|
react:
|
|
optional: true
|
|
|
|
memoize-one@5.2.1:
|
|
resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==}
|
|
|
|
merge2@1.4.1:
|
|
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
|
|
engines: {node: '>= 8'}
|
|
|
|
micromatch@4.0.8:
|
|
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
minimatch@3.1.2:
|
|
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
|
|
|
|
minimatch@8.0.4:
|
|
resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimatch@9.0.3:
|
|
resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minimatch@9.0.5:
|
|
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minipass@4.2.8:
|
|
resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
minipass@7.1.2:
|
|
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
motion-dom@12.23.23:
|
|
resolution: {integrity: sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==}
|
|
|
|
motion-utils@12.23.6:
|
|
resolution: {integrity: sha512-eAWoPgr4eFEOFfg2WjIsMoqJTW6Z8MTUCgn/GZ3VRpClWBdnbjryiA3ZSNLyxCTmCQx4RmYX6jX1iWHbenUPNQ==}
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
mz@2.7.0:
|
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
natural-compare@1.4.0:
|
|
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
|
|
node-fetch@2.7.0:
|
|
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
|
|
engines: {node: 4.x || >=6.0.0}
|
|
peerDependencies:
|
|
encoding: ^0.1.0
|
|
peerDependenciesMeta:
|
|
encoding:
|
|
optional: true
|
|
|
|
node-releases@2.0.19:
|
|
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
|
|
|
normalize-path@3.0.0:
|
|
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
normalize-range@0.1.2:
|
|
resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
object-assign@4.1.1:
|
|
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
object-hash@3.0.0:
|
|
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
|
|
engines: {node: '>= 6'}
|
|
|
|
once@1.4.0:
|
|
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
|
|
|
|
optionator@0.9.4:
|
|
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
p-limit@3.1.0:
|
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
p-locate@5.0.0:
|
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
engines: {node: '>=10'}
|
|
|
|
package-json-from-dist@1.0.1:
|
|
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
|
|
parent-module@1.0.1:
|
|
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
engines: {node: '>=6'}
|
|
|
|
path-exists@4.0.0:
|
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-is-absolute@1.0.1:
|
|
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
path-key@3.1.1:
|
|
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
path-parse@1.0.7:
|
|
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
|
|
|
|
path-scurry@1.11.1:
|
|
resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==}
|
|
engines: {node: '>=16 || 14 >=14.18'}
|
|
|
|
path-type@4.0.0:
|
|
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
engines: {node: '>=8'}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
picomatch@2.3.1:
|
|
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
|
engines: {node: '>=8.6'}
|
|
|
|
picomatch@4.0.2:
|
|
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
|
|
engines: {node: '>=12'}
|
|
|
|
pify@2.3.0:
|
|
resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
pirates@4.0.7:
|
|
resolution: {integrity: sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==}
|
|
engines: {node: '>= 6'}
|
|
|
|
point-in-polygon@1.1.0:
|
|
resolution: {integrity: sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==}
|
|
|
|
postcss-import@15.1.0:
|
|
resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
postcss: ^8.0.0
|
|
|
|
postcss-js@4.0.1:
|
|
resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==}
|
|
engines: {node: ^12 || ^14 || >= 16}
|
|
peerDependencies:
|
|
postcss: ^8.4.21
|
|
|
|
postcss-load-config@4.0.2:
|
|
resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
|
|
engines: {node: '>= 14'}
|
|
peerDependencies:
|
|
postcss: '>=8.0.9'
|
|
ts-node: '>=9.0.0'
|
|
peerDependenciesMeta:
|
|
postcss:
|
|
optional: true
|
|
ts-node:
|
|
optional: true
|
|
|
|
postcss-nested@6.2.0:
|
|
resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==}
|
|
engines: {node: '>=12.0'}
|
|
peerDependencies:
|
|
postcss: ^8.2.14
|
|
|
|
postcss-selector-parser@6.0.10:
|
|
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-selector-parser@6.1.2:
|
|
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
|
|
engines: {node: '>=4'}
|
|
|
|
postcss-value-parser@4.2.0:
|
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
|
|
postcss@8.5.6:
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
posthog-js@1.283.0:
|
|
resolution: {integrity: sha512-CJJiqK6wPCRTHkmCJ7i8zEDFYded1CURqZ1JSDL4au97TBFX8J50nxw5wI9jHoNlHlkIgfiBPPMDOlBsiIHpMQ==}
|
|
|
|
preact@10.27.2:
|
|
resolution: {integrity: sha512-5SYSgFKSyhCbk6SrXyMpqjb5+MQBgfvEKE/OC+PujcY34sOpqtr+0AZQtPYx5IA6VxynQ7rUPCtKzyovpj9Bpg==}
|
|
|
|
prelude-ls@1.2.1:
|
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
prettier-linter-helpers@1.0.0:
|
|
resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
prettier@3.6.1:
|
|
resolution: {integrity: sha512-5xGWRa90Sp2+x1dQtNpIpeOQpTDBs9cZDmA/qs2vDNN2i18PdapqY7CmBeyLlMuGqXJRIOPaCaVZTLNQRWUH/A==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
prismjs@1.30.0:
|
|
resolution: {integrity: sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==}
|
|
engines: {node: '>=6'}
|
|
|
|
progress@2.0.3:
|
|
resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
prop-types@15.8.1:
|
|
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
|
|
proxy-from-env@1.1.0:
|
|
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
queue-microtask@1.2.3:
|
|
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
|
|
|
|
react-dom@18.3.1:
|
|
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
|
peerDependencies:
|
|
react: ^18.3.1
|
|
|
|
react-dropzone@14.3.8:
|
|
resolution: {integrity: sha512-sBgODnq+lcA4P296DY4wacOZz3JFpD99fp+hb//iBO2HHnyeZU3FwWyXJ6salNpqQdsZrgMrotuko/BdJMV8Ug==}
|
|
engines: {node: '>= 10.13'}
|
|
peerDependencies:
|
|
react: '>= 16.8 || 18.0.0'
|
|
|
|
react-error-boundary@6.0.0:
|
|
resolution: {integrity: sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==}
|
|
peerDependencies:
|
|
react: '>=16.13.1'
|
|
|
|
react-hotkeys-hook@5.2.1:
|
|
resolution: {integrity: sha512-xbKh6zJxd/vJHT4Bw4+0pBD662Fk20V+VFhLqciCg+manTVO4qlqRqiwFOYelfHN9dBvWj9vxaPkSS26ZSIJGg==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
react-dom: '>=16.8.0'
|
|
|
|
react-i18next@15.7.4:
|
|
resolution: {integrity: sha512-nyU8iKNrI5uDJch0z9+Y5XEr34b0wkyYj3Rp+tfbahxtlswxSCjcUL9H0nqXo9IR3/t5Y5PKIA3fx3MfUyR9Xw==}
|
|
peerDependencies:
|
|
i18next: '>= 23.4.0'
|
|
react: '>= 16.8.0'
|
|
react-dom: '*'
|
|
react-native: '*'
|
|
typescript: ^5
|
|
peerDependenciesMeta:
|
|
react-dom:
|
|
optional: true
|
|
react-native:
|
|
optional: true
|
|
typescript:
|
|
optional: true
|
|
|
|
react-is@16.13.1:
|
|
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
|
|
react-is@18.3.1:
|
|
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
|
|
react-merge-refs@1.1.0:
|
|
resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==}
|
|
|
|
react-refresh@0.17.0:
|
|
resolution: {integrity: sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
react-remove-scroll-bar@2.3.8:
|
|
resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-remove-scroll@2.7.1:
|
|
resolution: {integrity: sha512-HpMh8+oahmIdOuS5aFKKY6Pyog+FNaZV/XyJOq7b4YFwsFHe5yYfdbIalI4k3vU2nSDql7YskmUseHsRrJqIPA==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-resizable-panels@3.0.6:
|
|
resolution: {integrity: sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==}
|
|
peerDependencies:
|
|
react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
react-router-dom@6.30.1:
|
|
resolution: {integrity: sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
react: '>=16.8'
|
|
react-dom: '>=16.8'
|
|
|
|
react-router-dom@7.9.6:
|
|
resolution: {integrity: sha512-2MkC2XSXq6HjGcihnx1s0DBWQETI4mlis4Ux7YTLvP67xnGxCvq+BcCQSO81qQHVUTM1V53tl4iVVaY5sReCOA==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
react: '>=18'
|
|
react-dom: '>=18'
|
|
|
|
react-router@6.30.1:
|
|
resolution: {integrity: sha512-X1m21aEmxGXqENEPG3T6u0Th7g0aS4ZmoNynhbs+Cn+q+QGTLt+d5IQ2bHAXKzKcxGJjxACpVbnYQSCRcfxHlQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
peerDependencies:
|
|
react: '>=16.8'
|
|
|
|
react-router@7.9.6:
|
|
resolution: {integrity: sha512-Y1tUp8clYRXpfPITyuifmSoE2vncSME18uVLgaqyxh9H35JWpIfzHo+9y3Fzh5odk/jxPW29IgLgzcdwxGqyNA==}
|
|
engines: {node: '>=20.0.0'}
|
|
peerDependencies:
|
|
react: '>=18'
|
|
react-dom: '>=18'
|
|
peerDependenciesMeta:
|
|
react-dom:
|
|
optional: true
|
|
|
|
react-style-singleton@2.2.3:
|
|
resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
react-use-websocket@4.13.0:
|
|
resolution: {integrity: sha512-anMuVoV//g2N76Wxqvqjjo1X48r9Np3y1/gMl7arX84tAPXdy5R7sB5lO5hvCzQRYjqXwV8XMAiEBOUbyrZFrw==}
|
|
|
|
react-virtuoso@4.14.0:
|
|
resolution: {integrity: sha512-fR+eiCvirSNIRvvCD7ueJPRsacGQvUbjkwgWzBZXVq+yWypoH7mRUvWJzGHIdoRaCZCT+6mMMMwIG2S1BW3uwA==}
|
|
peerDependencies:
|
|
react: '>=16 || >=17 || >= 18 || >= 19'
|
|
react-dom: '>=16 || >=17 || >= 18 || >=19'
|
|
|
|
react-window@1.8.11:
|
|
resolution: {integrity: sha512-+SRbUVT2scadgFSWx+R1P754xHPEqvcfSfVX10QYg6POOz+WNgkN48pS+BtZNIMGiL1HYrSEiCkwsMS15QogEQ==}
|
|
engines: {node: '>8.0.0'}
|
|
peerDependencies:
|
|
react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
react@18.3.1:
|
|
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
reactivity-store@0.3.11:
|
|
resolution: {integrity: sha512-s21jwqVm1yJg4Gv1P/I09UVbnODJvK7JQiK6bNDBtZGgDqCF3m8hhMMkruWzA0B2uEGd9zNP2cWuE6opF50wqg==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
read-cache@1.0.0:
|
|
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
|
|
|
|
readdirp@3.6.0:
|
|
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
|
engines: {node: '>=8.10.0'}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
require-from-string@2.0.2:
|
|
resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
requireindex@1.1.0:
|
|
resolution: {integrity: sha512-LBnkqsDE7BZKvqylbmn7lTIVdpx4K/QCduRATpO5R+wtPmky/a8pN1bO2D6wXppn1497AJF9mNjqAXr6bdl9jg==}
|
|
engines: {node: '>=0.10.5'}
|
|
|
|
resolve-from@4.0.0:
|
|
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
engines: {node: '>=4'}
|
|
|
|
resolve@1.22.10:
|
|
resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
|
|
engines: {node: '>= 0.4'}
|
|
hasBin: true
|
|
|
|
reusify@1.1.0:
|
|
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
|
|
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
|
|
|
|
rfc6902@5.1.2:
|
|
resolution: {integrity: sha512-zxcb+PWlE8PwX0tiKE6zP97THQ8/lHmeiwucRrJ3YFupWEmp25RmFSlB1dNTqjkovwqG4iq+u1gzJMBS3um8mA==}
|
|
|
|
rimraf@3.0.2:
|
|
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
hasBin: true
|
|
|
|
rollup@4.44.0:
|
|
resolution: {integrity: sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==}
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
hasBin: true
|
|
|
|
run-parallel@1.2.0:
|
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
|
|
|
rxjs@7.8.2:
|
|
resolution: {integrity: sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==}
|
|
|
|
scheduler@0.23.2:
|
|
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
semver@7.7.2:
|
|
resolution: {integrity: sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
seroval-plugins@1.3.3:
|
|
resolution: {integrity: sha512-16OL3NnUBw8JG1jBLUoZJsLnQq0n5Ua6aHalhJK4fMQkz1lqR7Osz1sA30trBtd9VUDc2NgkuRCn8+/pBwqZ+w==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
seroval: ^1.0
|
|
|
|
seroval@1.3.2:
|
|
resolution: {integrity: sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
set-cookie-parser@2.7.2:
|
|
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
|
|
|
|
shebang-command@2.0.0:
|
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
engines: {node: '>=8'}
|
|
|
|
shebang-regex@3.0.0:
|
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
engines: {node: '>=8'}
|
|
|
|
shell-quote@1.8.3:
|
|
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
signal-exit@4.1.0:
|
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
engines: {node: '>=14'}
|
|
|
|
simple-icons@15.18.0:
|
|
resolution: {integrity: sha512-lYpvaIuZZr6N50YSdYZQzrKccSSF3dqcgcoz2vMKVQCc/fJWD8nFszJVZz2tCDTSu082rqRYfuYRUPhjdixDAA==}
|
|
engines: {node: '>=0.12.18'}
|
|
|
|
slash@3.0.0:
|
|
resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
|
|
engines: {node: '>=8'}
|
|
|
|
solid-js@1.9.10:
|
|
resolution: {integrity: sha512-Coz956cos/EPDlhs6+jsdTxKuJDPT7B5SVIWgABwROyxjY7Xbr8wkzD68Et+NxnV7DLJ3nJdAC2r9InuV/4Jew==}
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
spawn-command@0.0.2:
|
|
resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
string-width@5.1.2:
|
|
resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==}
|
|
engines: {node: '>=12'}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-ansi@7.1.0:
|
|
resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
strip-json-comments@3.1.1:
|
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
engines: {node: '>=8'}
|
|
|
|
style-mod@4.1.2:
|
|
resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==}
|
|
|
|
sucrase@3.35.0:
|
|
resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
hasBin: true
|
|
|
|
supports-color@7.2.0:
|
|
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
engines: {node: '>=8'}
|
|
|
|
supports-color@8.1.1:
|
|
resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
supports-preserve-symlinks-flag@1.0.0:
|
|
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
synckit@0.11.8:
|
|
resolution: {integrity: sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
|
|
tabbable@6.3.0:
|
|
resolution: {integrity: sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==}
|
|
|
|
tailwind-merge@2.6.0:
|
|
resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==}
|
|
|
|
tailwind-merge@3.3.1:
|
|
resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
|
|
|
|
tailwindcss-animate@1.0.7:
|
|
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
|
|
peerDependencies:
|
|
tailwindcss: '>=3.0.0 || insiders'
|
|
|
|
tailwindcss@3.4.17:
|
|
resolution: {integrity: sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==}
|
|
engines: {node: '>=14.0.0'}
|
|
hasBin: true
|
|
|
|
text-table@0.2.0:
|
|
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
|
|
|
thenify-all@1.6.0:
|
|
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
|
|
engines: {node: '>=0.8'}
|
|
|
|
thenify@3.3.1:
|
|
resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==}
|
|
|
|
tinyglobby@0.2.14:
|
|
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
to-regex-range@5.0.1:
|
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
|
engines: {node: '>=8.0'}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
tree-kill@1.2.2:
|
|
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
hasBin: true
|
|
|
|
ts-api-utils@1.4.3:
|
|
resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==}
|
|
engines: {node: '>=16'}
|
|
peerDependencies:
|
|
typescript: '>=4.2.0'
|
|
|
|
ts-interface-checker@0.1.13:
|
|
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
type-check@0.4.0:
|
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
engines: {node: '>= 0.8.0'}
|
|
|
|
type-fest@0.20.2:
|
|
resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
|
|
engines: {node: '>=10'}
|
|
|
|
typescript@5.9.2:
|
|
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
unplugin@1.0.1:
|
|
resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==}
|
|
|
|
update-browserslist-db@1.1.3:
|
|
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
uri-js@4.4.1:
|
|
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
|
|
use-callback-ref@1.3.3:
|
|
resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
use-isomorphic-layout-effect@1.2.1:
|
|
resolution: {integrity: sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
use-sidecar@1.1.3:
|
|
resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
|
|
engines: {node: '>=10'}
|
|
peerDependencies:
|
|
'@types/react': '*'
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
|
|
use-sync-external-store@1.5.0:
|
|
resolution: {integrity: sha512-Rb46I4cGGVBmjamjphe8L/UnvJD+uPPtTkNvX5mZgqdbavhI4EbgIWJiIHXJ8bc/i9EQGPRh4DwEURJ552Do0A==}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
util-deprecate@1.0.2:
|
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
|
|
uuid@13.0.0:
|
|
resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==}
|
|
hasBin: true
|
|
|
|
validate.io-array@1.0.6:
|
|
resolution: {integrity: sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==}
|
|
|
|
validate.io-function@1.0.2:
|
|
resolution: {integrity: sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ==}
|
|
|
|
validate.io-integer-array@1.0.0:
|
|
resolution: {integrity: sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==}
|
|
|
|
validate.io-integer@1.0.5:
|
|
resolution: {integrity: sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==}
|
|
|
|
validate.io-number@1.0.3:
|
|
resolution: {integrity: sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg==}
|
|
|
|
vibe-kanban-web-companion@0.0.4:
|
|
resolution: {integrity: sha512-6UsoqLkcOC2nU/sNxRfzHp17G3px4PvpJ49qCcASONjXWcNuStg2FD2AcVoviquHRFQfy7JjaOO5or5/cY/bdQ==}
|
|
peerDependencies:
|
|
react: '>=16.8.0'
|
|
|
|
vite@5.4.19:
|
|
resolution: {integrity: sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==}
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^18.0.0 || >=20.0.0
|
|
less: '*'
|
|
lightningcss: ^1.21.0
|
|
sass: '*'
|
|
sass-embedded: '*'
|
|
stylus: '*'
|
|
sugarss: '*'
|
|
terser: ^5.4.0
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
|
|
vite@6.3.5:
|
|
resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
|
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
|
jiti: '>=1.21.0'
|
|
less: '*'
|
|
lightningcss: ^1.21.0
|
|
sass: '*'
|
|
sass-embedded: '*'
|
|
stylus: '*'
|
|
sugarss: '*'
|
|
terser: ^5.16.0
|
|
tsx: ^4.8.1
|
|
yaml: ^2.4.2
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
jiti:
|
|
optional: true
|
|
less:
|
|
optional: true
|
|
lightningcss:
|
|
optional: true
|
|
sass:
|
|
optional: true
|
|
sass-embedded:
|
|
optional: true
|
|
stylus:
|
|
optional: true
|
|
sugarss:
|
|
optional: true
|
|
terser:
|
|
optional: true
|
|
tsx:
|
|
optional: true
|
|
yaml:
|
|
optional: true
|
|
|
|
void-elements@3.1.0:
|
|
resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
w3c-keyname@2.2.8:
|
|
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
|
|
|
|
web-vitals@4.2.4:
|
|
resolution: {integrity: sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw==}
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
webpack-sources@3.3.3:
|
|
resolution: {integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
webpack-virtual-modules@0.5.0:
|
|
resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
which@2.0.2:
|
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
engines: {node: '>= 8'}
|
|
hasBin: true
|
|
|
|
word-wrap@1.2.5:
|
|
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
wrap-ansi@8.1.0:
|
|
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
|
|
engines: {node: '>=12'}
|
|
|
|
wrappy@1.0.2:
|
|
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
|
|
|
|
ws@8.18.3:
|
|
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
|
|
engines: {node: '>=10.0.0'}
|
|
peerDependencies:
|
|
bufferutil: ^4.0.1
|
|
utf-8-validate: '>=5.0.2'
|
|
peerDependenciesMeta:
|
|
bufferutil:
|
|
optional: true
|
|
utf-8-validate:
|
|
optional: true
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yaml@2.8.0:
|
|
resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==}
|
|
engines: {node: '>= 14.6'}
|
|
hasBin: true
|
|
|
|
yargs-parser@21.1.1:
|
|
resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
|
|
engines: {node: '>=12'}
|
|
|
|
yargs@17.7.2:
|
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
engines: {node: '>=12'}
|
|
|
|
yjs@13.6.27:
|
|
resolution: {integrity: sha512-OIDwaflOaq4wC6YlPBy2L6ceKeKuF7DeTxx+jPzv1FHn9tCZ0ZwSRnUBxD05E3yed46fv/FWJbvR+Ud7x0L7zw==}
|
|
engines: {node: '>=16.0.0', npm: '>=8.0.0'}
|
|
|
|
yocto-queue@0.1.0:
|
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
zod@4.1.12:
|
|
resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
|
|
|
|
zustand@4.5.7:
|
|
resolution: {integrity: sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==}
|
|
engines: {node: '>=12.7.0'}
|
|
peerDependencies:
|
|
'@types/react': '>=16.8'
|
|
immer: '>=9.0.6'
|
|
react: '>=16.8'
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
immer:
|
|
optional: true
|
|
react:
|
|
optional: true
|
|
|
|
snapshots:
|
|
|
|
'@alloc/quick-lru@5.2.0': {}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.8
|
|
'@jridgewell/trace-mapping': 0.3.25
|
|
|
|
'@babel/code-frame@7.27.1':
|
|
dependencies:
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
js-tokens: 4.0.0
|
|
picocolors: 1.1.1
|
|
|
|
'@babel/compat-data@7.27.5': {}
|
|
|
|
'@babel/core@7.27.4':
|
|
dependencies:
|
|
'@ampproject/remapping': 2.3.0
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.27.5
|
|
'@babel/helper-compilation-targets': 7.27.2
|
|
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4)
|
|
'@babel/helpers': 7.27.6
|
|
'@babel/parser': 7.27.5
|
|
'@babel/template': 7.27.2
|
|
'@babel/traverse': 7.27.4
|
|
'@babel/types': 7.27.6
|
|
convert-source-map: 2.0.0
|
|
debug: 4.4.1
|
|
gensync: 1.0.0-beta.2
|
|
json5: 2.2.3
|
|
semver: 6.3.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/generator@7.27.5':
|
|
dependencies:
|
|
'@babel/parser': 7.27.5
|
|
'@babel/types': 7.27.6
|
|
'@jridgewell/gen-mapping': 0.3.8
|
|
'@jridgewell/trace-mapping': 0.3.25
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
dependencies:
|
|
'@babel/compat-data': 7.27.5
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.25.0
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-module-imports@7.27.1':
|
|
dependencies:
|
|
'@babel/traverse': 7.27.4
|
|
'@babel/types': 7.27.6
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4)':
|
|
dependencies:
|
|
'@babel/core': 7.27.4
|
|
'@babel/helper-module-imports': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
'@babel/traverse': 7.27.4
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-plugin-utils@7.27.1': {}
|
|
|
|
'@babel/helper-string-parser@7.27.1': {}
|
|
|
|
'@babel/helper-validator-identifier@7.27.1': {}
|
|
|
|
'@babel/helper-validator-option@7.27.1': {}
|
|
|
|
'@babel/helpers@7.27.6':
|
|
dependencies:
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.27.6
|
|
|
|
'@babel/parser@7.27.5':
|
|
dependencies:
|
|
'@babel/types': 7.27.6
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.27.4)':
|
|
dependencies:
|
|
'@babel/core': 7.27.4
|
|
'@babel/helper-plugin-utils': 7.27.1
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.27.4)':
|
|
dependencies:
|
|
'@babel/core': 7.27.4
|
|
'@babel/helper-plugin-utils': 7.27.1
|
|
|
|
'@babel/runtime@7.27.6': {}
|
|
|
|
'@babel/template@7.27.2':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/parser': 7.27.5
|
|
'@babel/types': 7.27.6
|
|
|
|
'@babel/traverse@7.27.4':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.27.5
|
|
'@babel/parser': 7.27.5
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.27.6
|
|
debug: 4.4.1
|
|
globals: 11.12.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.27.6':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
|
|
'@codemirror/autocomplete@6.18.6':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.2
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@codemirror/commands@6.8.1':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.2
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.2
|
|
'@lezer/json': 1.0.3
|
|
|
|
'@codemirror/language@6.11.2':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
'@lezer/lr': 1.4.2
|
|
style-mod: 4.1.2
|
|
|
|
'@codemirror/lint@6.8.5':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
crelt: 1.0.6
|
|
|
|
'@codemirror/search@6.5.11':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
crelt: 1.0.6
|
|
|
|
'@codemirror/state@6.5.2':
|
|
dependencies:
|
|
'@marijn/find-cluster-break': 1.0.2
|
|
|
|
'@codemirror/theme-one-dark@6.1.3':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.2
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
'@lezer/highlight': 1.2.1
|
|
|
|
'@codemirror/view@6.38.1':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
crelt: 1.0.6
|
|
style-mod: 4.1.2
|
|
w3c-keyname: 2.2.8
|
|
|
|
'@dnd-kit/accessibility@3.1.1(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
|
|
'@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@dnd-kit/accessibility': 3.1.1(react@18.3.1)
|
|
'@dnd-kit/utilities': 3.2.2(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
tslib: 2.8.1
|
|
|
|
'@dnd-kit/modifiers@9.0.0(@dnd-kit/core@6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@dnd-kit/core': 6.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@dnd-kit/utilities': 3.2.2(react@18.3.1)
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
|
|
'@dnd-kit/utilities@3.2.2(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
|
|
'@ebay/nice-modal-react@1.2.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@esbuild/aix-ppc64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/aix-ppc64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.25.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.25.5':
|
|
optional: true
|
|
|
|
'@eslint-community/eslint-utils@4.7.0(eslint@8.57.1)':
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
'@eslint-community/regexpp@4.12.1': {}
|
|
|
|
'@eslint/eslintrc@2.1.4':
|
|
dependencies:
|
|
ajv: 6.12.6
|
|
debug: 4.4.1
|
|
espree: 9.6.1
|
|
globals: 13.24.0
|
|
ignore: 5.3.2
|
|
import-fresh: 3.3.1
|
|
js-yaml: 4.1.0
|
|
minimatch: 3.1.2
|
|
strip-json-comments: 3.1.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@eslint/js@8.57.1': {}
|
|
|
|
'@floating-ui/core@0.6.2': {}
|
|
|
|
'@floating-ui/core@1.7.1':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.9
|
|
|
|
'@floating-ui/core@1.7.3':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
'@floating-ui/dom@0.4.5':
|
|
dependencies:
|
|
'@floating-ui/core': 0.6.2
|
|
|
|
'@floating-ui/dom@1.7.1':
|
|
dependencies:
|
|
'@floating-ui/core': 1.7.1
|
|
'@floating-ui/utils': 0.2.9
|
|
|
|
'@floating-ui/dom@1.7.4':
|
|
dependencies:
|
|
'@floating-ui/core': 1.7.3
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
'@floating-ui/react-dom-interactions@0.3.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 0.6.3(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
point-in-polygon: 1.1.0
|
|
use-isomorphic-layout-effect: 1.2.1(@types/react@18.3.23)(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- react
|
|
- react-dom
|
|
|
|
'@floating-ui/react-dom@0.6.3(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/dom': 0.4.5
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
use-isomorphic-layout-effect: 1.2.1(@types/react@18.3.23)(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
|
|
'@floating-ui/react-dom@2.1.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.7.1
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@floating-ui/react-dom@2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/dom': 1.7.4
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@floating-ui/react@0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@floating-ui/utils': 0.2.10
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
tabbable: 6.3.0
|
|
|
|
'@floating-ui/utils@0.2.10': {}
|
|
|
|
'@floating-ui/utils@0.2.9': {}
|
|
|
|
'@git-diff-view/core@0.0.30':
|
|
dependencies:
|
|
'@git-diff-view/lowlight': 0.0.30
|
|
fast-diff: 1.3.0
|
|
highlight.js: 11.11.1
|
|
lowlight: 3.3.0
|
|
|
|
'@git-diff-view/file@0.0.30':
|
|
dependencies:
|
|
'@git-diff-view/core': 0.0.30
|
|
diff: 7.0.0
|
|
fast-diff: 1.3.0
|
|
highlight.js: 11.11.1
|
|
lowlight: 3.3.0
|
|
|
|
'@git-diff-view/lowlight@0.0.30':
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
highlight.js: 11.11.1
|
|
lowlight: 3.3.0
|
|
|
|
'@git-diff-view/react@0.0.30(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@git-diff-view/core': 0.0.30
|
|
'@types/hast': 3.0.4
|
|
fast-diff: 1.3.0
|
|
highlight.js: 11.11.1
|
|
lowlight: 3.3.0
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
reactivity-store: 0.3.11(react@18.3.1)
|
|
use-sync-external-store: 1.5.0(react@18.3.1)
|
|
|
|
'@humanwhocodes/config-array@0.13.0':
|
|
dependencies:
|
|
'@humanwhocodes/object-schema': 2.0.3
|
|
debug: 4.4.1
|
|
minimatch: 3.1.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@humanwhocodes/module-importer@1.0.1': {}
|
|
|
|
'@humanwhocodes/object-schema@2.0.3': {}
|
|
|
|
'@isaacs/cliui@8.0.2':
|
|
dependencies:
|
|
string-width: 5.1.2
|
|
string-width-cjs: string-width@4.2.3
|
|
strip-ansi: 7.1.0
|
|
strip-ansi-cjs: strip-ansi@6.0.1
|
|
wrap-ansi: 8.1.0
|
|
wrap-ansi-cjs: wrap-ansi@7.0.0
|
|
|
|
'@jridgewell/gen-mapping@0.3.8':
|
|
dependencies:
|
|
'@jridgewell/set-array': 1.2.1
|
|
'@jridgewell/sourcemap-codec': 1.5.0
|
|
'@jridgewell/trace-mapping': 0.3.25
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/set-array@1.2.1': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.0': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.25':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.0
|
|
|
|
'@lexical/clipboard@0.36.2':
|
|
dependencies:
|
|
'@lexical/html': 0.36.2
|
|
'@lexical/list': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/code@0.36.2':
|
|
dependencies:
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
prismjs: 1.30.0
|
|
|
|
'@lexical/devtools-core@0.36.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@lexical/html': 0.36.2
|
|
'@lexical/link': 0.36.2
|
|
'@lexical/mark': 0.36.2
|
|
'@lexical/table': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@lexical/dragon@0.36.2':
|
|
dependencies:
|
|
'@lexical/extension': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/extension@0.36.2':
|
|
dependencies:
|
|
'@lexical/utils': 0.36.2
|
|
'@preact/signals-core': 1.12.1
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/hashtag@0.36.2':
|
|
dependencies:
|
|
'@lexical/text': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/history@0.36.2':
|
|
dependencies:
|
|
'@lexical/extension': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/html@0.36.2':
|
|
dependencies:
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/link@0.36.2':
|
|
dependencies:
|
|
'@lexical/extension': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/list@0.36.2':
|
|
dependencies:
|
|
'@lexical/extension': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/mark@0.36.2':
|
|
dependencies:
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/markdown@0.36.2':
|
|
dependencies:
|
|
'@lexical/code': 0.36.2
|
|
'@lexical/link': 0.36.2
|
|
'@lexical/list': 0.36.2
|
|
'@lexical/rich-text': 0.36.2
|
|
'@lexical/text': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/offset@0.36.2':
|
|
dependencies:
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/overflow@0.36.2':
|
|
dependencies:
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/plain-text@0.36.2':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.36.2
|
|
'@lexical/dragon': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/react@0.36.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(yjs@13.6.27)':
|
|
dependencies:
|
|
'@floating-ui/react': 0.27.16(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@lexical/devtools-core': 0.36.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@lexical/dragon': 0.36.2
|
|
'@lexical/extension': 0.36.2
|
|
'@lexical/hashtag': 0.36.2
|
|
'@lexical/history': 0.36.2
|
|
'@lexical/link': 0.36.2
|
|
'@lexical/list': 0.36.2
|
|
'@lexical/mark': 0.36.2
|
|
'@lexical/markdown': 0.36.2
|
|
'@lexical/overflow': 0.36.2
|
|
'@lexical/plain-text': 0.36.2
|
|
'@lexical/rich-text': 0.36.2
|
|
'@lexical/table': 0.36.2
|
|
'@lexical/text': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
'@lexical/yjs': 0.36.2(yjs@13.6.27)
|
|
lexical: 0.36.2
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-error-boundary: 6.0.0(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- yjs
|
|
|
|
'@lexical/rich-text@0.36.2':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.36.2
|
|
'@lexical/dragon': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/selection@0.36.2':
|
|
dependencies:
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/table@0.36.2':
|
|
dependencies:
|
|
'@lexical/clipboard': 0.36.2
|
|
'@lexical/extension': 0.36.2
|
|
'@lexical/utils': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/text@0.36.2':
|
|
dependencies:
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/utils@0.36.2':
|
|
dependencies:
|
|
'@lexical/list': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
'@lexical/table': 0.36.2
|
|
lexical: 0.36.2
|
|
|
|
'@lexical/yjs@0.36.2(yjs@13.6.27)':
|
|
dependencies:
|
|
'@lexical/offset': 0.36.2
|
|
'@lexical/selection': 0.36.2
|
|
lexical: 0.36.2
|
|
yjs: 13.6.27
|
|
|
|
'@lezer/common@1.2.3': {}
|
|
|
|
'@lezer/highlight@1.2.1':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@lezer/json@1.0.3':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
'@lezer/lr': 1.4.2
|
|
|
|
'@lezer/lr@1.4.2':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@marijn/find-cluster-break@1.0.2': {}
|
|
|
|
'@nodelib/fs.scandir@2.1.5':
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
run-parallel: 1.2.0
|
|
|
|
'@nodelib/fs.stat@2.0.5': {}
|
|
|
|
'@nodelib/fs.walk@1.2.8':
|
|
dependencies:
|
|
'@nodelib/fs.scandir': 2.1.5
|
|
fastq: 1.19.1
|
|
|
|
'@pkgjs/parseargs@0.11.0':
|
|
optional: true
|
|
|
|
'@pkgr/core@0.2.7': {}
|
|
|
|
'@posthog/core@1.5.0': {}
|
|
|
|
'@preact/signals-core@1.12.1': {}
|
|
|
|
'@radix-ui/number@1.1.1': {}
|
|
|
|
'@radix-ui/primitive@1.1.2': {}
|
|
|
|
'@radix-ui/primitive@1.1.3': {}
|
|
|
|
'@radix-ui/react-arrow@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-checkbox@1.3.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-collection@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-compose-refs@1.1.2(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-context@1.1.2(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-dialog@1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-direction@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-dismissable-layer@1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-dropdown-menu@2.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-menu': 2.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-focus-guards@1.1.2(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-focus-guards@1.1.3(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-focus-scope@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-icons@1.3.2(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
'@radix-ui/react-id@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-label@2.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-menu@2.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-focus-guards': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-popper': 1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.4(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-popover@1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-popper@1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 2.1.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-rect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/rect': 1.1.1
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-popper@1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@floating-ui/react-dom': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-rect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/rect': 1.1.1
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-portal@1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-presence@1.1.4(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-presence@1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-primitive@2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-radio-group@1.3.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-roving-focus@1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-roving-focus@1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-select@2.2.5(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/number': 1.1.1
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-focus-guards': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-popper': 1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-select@2.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/number': 1.1.1
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-focus-guards': 1.1.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-popper': 1.2.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
aria-hidden: 1.2.6
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-remove-scroll: 2.7.1(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-separator@1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-slider@1.3.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/number': 1.1.1
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-collection': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-slot@1.2.3(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-switch@1.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-previous': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-size': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-tabs@1.1.12(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.4(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-roving-focus': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-toggle-group@1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-direction': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-toggle': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-toggle@1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.3
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-tooltip@1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/primitive': 1.1.2
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-context': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dismissable-layer': 1.1.10(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-popper': 1.2.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-portal': 1.1.9(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-presence': 1.1.4(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-effect-event@0.0.2(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-previous@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-rect@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/rect': 1.1.1
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-use-size@1.1.1(@types/react@18.3.23)(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
|
|
'@radix-ui/rect@1.1.1': {}
|
|
|
|
'@react-icons/all-files@4.1.0(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
'@remix-run/router@1.23.0': {}
|
|
|
|
'@rjsf/core@6.1.1(@rjsf/utils@6.1.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@rjsf/utils': 6.1.1(react@18.3.1)
|
|
lodash: 4.17.21
|
|
lodash-es: 4.17.21
|
|
markdown-to-jsx: 8.0.0(react@18.3.1)
|
|
prop-types: 15.8.1
|
|
react: 18.3.1
|
|
|
|
'@rjsf/shadcn@6.1.1(@rjsf/core@6.1.1(@rjsf/utils@6.1.1(react@18.3.1))(react@18.3.1))(@rjsf/utils@6.1.1(react@18.3.1))(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(tailwindcss@3.4.17)':
|
|
dependencies:
|
|
'@radix-ui/react-checkbox': 1.3.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-icons': 1.3.2(react@18.3.1)
|
|
'@radix-ui/react-label': 2.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-popover': 1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-radio-group': 1.3.8(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-select': 2.2.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-separator': 1.1.7(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slider': 1.3.6(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-slot': 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@react-icons/all-files': 4.1.0(react@18.3.1)
|
|
'@rjsf/core': 6.1.1(@rjsf/utils@6.1.1(react@18.3.1))(react@18.3.1)
|
|
'@rjsf/utils': 6.1.1(react@18.3.1)
|
|
class-variance-authority: 0.7.1
|
|
clsx: 2.1.1
|
|
cmdk: 1.1.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
lodash: 4.17.21
|
|
lodash-es: 4.17.21
|
|
lucide-react: 0.548.0(react@18.3.1)
|
|
react: 18.3.1
|
|
tailwind-merge: 3.3.1
|
|
tailwindcss-animate: 1.0.7(tailwindcss@3.4.17)
|
|
uuid: 13.0.0
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- '@types/react-dom'
|
|
- react-dom
|
|
- tailwindcss
|
|
|
|
'@rjsf/utils@6.1.1(react@18.3.1)':
|
|
dependencies:
|
|
fast-uri: 3.1.0
|
|
json-schema-merge-allof: 0.8.1
|
|
jsonpointer: 5.0.1
|
|
lodash: 4.17.21
|
|
lodash-es: 4.17.21
|
|
react: 18.3.1
|
|
react-is: 18.3.1
|
|
|
|
'@rjsf/validator-ajv8@6.1.1(@rjsf/utils@6.1.1(react@18.3.1))':
|
|
dependencies:
|
|
'@rjsf/utils': 6.1.1(react@18.3.1)
|
|
ajv: 8.17.1
|
|
ajv-formats: 2.1.1(ajv@8.17.1)
|
|
lodash: 4.17.21
|
|
lodash-es: 4.17.21
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.11': {}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm64@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-arm64@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-x64@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-x64@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-powerpc64le-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.44.0':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.44.0':
|
|
optional: true
|
|
|
|
'@sentry-internal/browser-utils@9.34.0':
|
|
dependencies:
|
|
'@sentry/core': 9.34.0
|
|
|
|
'@sentry-internal/feedback@9.34.0':
|
|
dependencies:
|
|
'@sentry/core': 9.34.0
|
|
|
|
'@sentry-internal/replay-canvas@9.34.0':
|
|
dependencies:
|
|
'@sentry-internal/replay': 9.34.0
|
|
'@sentry/core': 9.34.0
|
|
|
|
'@sentry-internal/replay@9.34.0':
|
|
dependencies:
|
|
'@sentry-internal/browser-utils': 9.34.0
|
|
'@sentry/core': 9.34.0
|
|
|
|
'@sentry/babel-plugin-component-annotate@3.5.0': {}
|
|
|
|
'@sentry/browser@9.34.0':
|
|
dependencies:
|
|
'@sentry-internal/browser-utils': 9.34.0
|
|
'@sentry-internal/feedback': 9.34.0
|
|
'@sentry-internal/replay': 9.34.0
|
|
'@sentry-internal/replay-canvas': 9.34.0
|
|
'@sentry/core': 9.34.0
|
|
|
|
'@sentry/bundler-plugin-core@3.5.0':
|
|
dependencies:
|
|
'@babel/core': 7.27.4
|
|
'@sentry/babel-plugin-component-annotate': 3.5.0
|
|
'@sentry/cli': 2.42.2
|
|
dotenv: 16.6.1
|
|
find-up: 5.0.0
|
|
glob: 9.3.5
|
|
magic-string: 0.30.8
|
|
unplugin: 1.0.1
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@sentry/cli-darwin@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-linux-arm64@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-linux-arm@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-linux-i686@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-linux-x64@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-win32-i686@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli-win32-x64@2.42.2':
|
|
optional: true
|
|
|
|
'@sentry/cli@2.42.2':
|
|
dependencies:
|
|
https-proxy-agent: 5.0.1
|
|
node-fetch: 2.7.0
|
|
progress: 2.0.3
|
|
proxy-from-env: 1.1.0
|
|
which: 2.0.2
|
|
optionalDependencies:
|
|
'@sentry/cli-darwin': 2.42.2
|
|
'@sentry/cli-linux-arm': 2.42.2
|
|
'@sentry/cli-linux-arm64': 2.42.2
|
|
'@sentry/cli-linux-i686': 2.42.2
|
|
'@sentry/cli-linux-x64': 2.42.2
|
|
'@sentry/cli-win32-i686': 2.42.2
|
|
'@sentry/cli-win32-x64': 2.42.2
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@sentry/core@9.34.0': {}
|
|
|
|
'@sentry/react@9.34.0(react@18.3.1)':
|
|
dependencies:
|
|
'@sentry/browser': 9.34.0
|
|
'@sentry/core': 9.34.0
|
|
hoist-non-react-statics: 3.3.2
|
|
react: 18.3.1
|
|
|
|
'@sentry/vite-plugin@3.5.0':
|
|
dependencies:
|
|
'@sentry/bundler-plugin-core': 3.5.0
|
|
unplugin: 1.0.1
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
- supports-color
|
|
|
|
'@solid-primitives/event-listener@2.4.3(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.10)
|
|
solid-js: 1.9.10
|
|
|
|
'@solid-primitives/keyboard@1.3.3(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.10)
|
|
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.10)
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.10)
|
|
solid-js: 1.9.10
|
|
|
|
'@solid-primitives/resize-observer@2.1.3(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.10)
|
|
'@solid-primitives/rootless': 1.5.2(solid-js@1.9.10)
|
|
'@solid-primitives/static-store': 0.1.2(solid-js@1.9.10)
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.10)
|
|
solid-js: 1.9.10
|
|
|
|
'@solid-primitives/rootless@1.5.2(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.10)
|
|
solid-js: 1.9.10
|
|
|
|
'@solid-primitives/static-store@0.1.2(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/utils': 6.3.2(solid-js@1.9.10)
|
|
solid-js: 1.9.10
|
|
|
|
'@solid-primitives/utils@6.3.2(solid-js@1.9.10)':
|
|
dependencies:
|
|
solid-js: 1.9.10
|
|
|
|
'@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.17)':
|
|
dependencies:
|
|
tailwindcss: 3.4.17
|
|
|
|
'@tailwindcss/typography@0.5.16(tailwindcss@3.4.17)':
|
|
dependencies:
|
|
lodash.castarray: 4.4.0
|
|
lodash.isplainobject: 4.0.6
|
|
lodash.merge: 4.6.2
|
|
postcss-selector-parser: 6.0.10
|
|
tailwindcss: 3.4.17
|
|
|
|
'@tanstack/devtools-client@0.0.4':
|
|
dependencies:
|
|
'@tanstack/devtools-event-client': 0.3.4
|
|
|
|
'@tanstack/devtools-event-bus@0.3.3':
|
|
dependencies:
|
|
ws: 8.18.3
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- utf-8-validate
|
|
|
|
'@tanstack/devtools-event-client@0.3.4': {}
|
|
|
|
'@tanstack/devtools-ui@0.4.4(csstype@3.1.3)(solid-js@1.9.10)':
|
|
dependencies:
|
|
clsx: 2.1.1
|
|
goober: 2.1.18(csstype@3.1.3)
|
|
solid-js: 1.9.10
|
|
transitivePeerDependencies:
|
|
- csstype
|
|
|
|
'@tanstack/devtools@0.8.0(csstype@3.1.3)(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@solid-primitives/event-listener': 2.4.3(solid-js@1.9.10)
|
|
'@solid-primitives/keyboard': 1.3.3(solid-js@1.9.10)
|
|
'@solid-primitives/resize-observer': 2.1.3(solid-js@1.9.10)
|
|
'@tanstack/devtools-client': 0.0.4
|
|
'@tanstack/devtools-event-bus': 0.3.3
|
|
'@tanstack/devtools-ui': 0.4.4(csstype@3.1.3)(solid-js@1.9.10)
|
|
clsx: 2.1.1
|
|
goober: 2.1.18(csstype@3.1.3)
|
|
solid-js: 1.9.10
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- csstype
|
|
- utf-8-validate
|
|
|
|
'@tanstack/form-core@1.24.4':
|
|
dependencies:
|
|
'@tanstack/devtools-event-client': 0.3.4
|
|
'@tanstack/pacer': 0.15.4
|
|
'@tanstack/store': 0.7.7
|
|
|
|
'@tanstack/form-devtools@0.1.8(csstype@3.1.3)(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@tanstack/devtools-ui': 0.4.4(csstype@3.1.3)(solid-js@1.9.10)
|
|
'@tanstack/form-core': 1.24.4
|
|
clsx: 2.1.1
|
|
dayjs: 1.11.19
|
|
goober: 2.1.18(csstype@3.1.3)
|
|
solid-js: 1.9.10
|
|
transitivePeerDependencies:
|
|
- csstype
|
|
|
|
'@tanstack/pacer@0.15.4':
|
|
dependencies:
|
|
'@tanstack/devtools-event-client': 0.3.4
|
|
'@tanstack/store': 0.7.7
|
|
|
|
'@tanstack/query-core@5.85.5': {}
|
|
|
|
'@tanstack/react-devtools@0.8.0(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@tanstack/devtools': 0.8.0(csstype@3.1.3)(solid-js@1.9.10)
|
|
'@types/react': 18.3.23
|
|
'@types/react-dom': 18.3.7(@types/react@18.3.23)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- csstype
|
|
- solid-js
|
|
- utf-8-validate
|
|
|
|
'@tanstack/react-form-devtools@0.1.8(csstype@3.1.3)(react@18.3.1)(solid-js@1.9.10)':
|
|
dependencies:
|
|
'@tanstack/form-devtools': 0.1.8(csstype@3.1.3)(solid-js@1.9.10)
|
|
react: 18.3.1
|
|
transitivePeerDependencies:
|
|
- csstype
|
|
- solid-js
|
|
|
|
'@tanstack/react-form@1.23.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@tanstack/form-core': 1.24.4
|
|
'@tanstack/react-store': 0.7.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
decode-formdata: 0.9.0
|
|
devalue: 5.4.2
|
|
react: 18.3.1
|
|
transitivePeerDependencies:
|
|
- react-dom
|
|
|
|
'@tanstack/react-query@5.85.5(react@18.3.1)':
|
|
dependencies:
|
|
'@tanstack/query-core': 5.85.5
|
|
react: 18.3.1
|
|
|
|
'@tanstack/react-store@0.7.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@tanstack/store': 0.7.7
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
use-sync-external-store: 1.5.0(react@18.3.1)
|
|
|
|
'@tanstack/store@0.7.7': {}
|
|
|
|
'@types/babel__core@7.20.5':
|
|
dependencies:
|
|
'@babel/parser': 7.27.5
|
|
'@babel/types': 7.27.6
|
|
'@types/babel__generator': 7.27.0
|
|
'@types/babel__template': 7.4.4
|
|
'@types/babel__traverse': 7.20.7
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
dependencies:
|
|
'@babel/types': 7.27.6
|
|
|
|
'@types/babel__template@7.4.4':
|
|
dependencies:
|
|
'@babel/parser': 7.27.5
|
|
'@babel/types': 7.27.6
|
|
|
|
'@types/babel__traverse@7.20.7':
|
|
dependencies:
|
|
'@babel/types': 7.27.6
|
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
'@types/hast@3.0.4':
|
|
dependencies:
|
|
'@types/unist': 3.0.3
|
|
|
|
'@types/json-schema@7.0.15': {}
|
|
|
|
'@types/lodash@4.17.20': {}
|
|
|
|
'@types/prop-types@15.7.15': {}
|
|
|
|
'@types/react-dom@18.3.7(@types/react@18.3.23)':
|
|
dependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@types/react-window@1.8.8':
|
|
dependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
'@types/react@18.3.23':
|
|
dependencies:
|
|
'@types/prop-types': 15.7.15
|
|
csstype: 3.1.3
|
|
|
|
'@types/semver@7.7.0': {}
|
|
|
|
'@types/unist@3.0.3': {}
|
|
|
|
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)':
|
|
dependencies:
|
|
'@eslint-community/regexpp': 4.12.1
|
|
'@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
|
|
'@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.1
|
|
eslint: 8.57.1
|
|
graphemer: 1.4.0
|
|
ignore: 5.3.2
|
|
natural-compare: 1.4.0
|
|
semver: 7.7.2
|
|
ts-api-utils: 1.4.3(typescript@5.9.2)
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
|
|
dependencies:
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.1
|
|
eslint: 8.57.1
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/scope-manager@6.21.0':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
|
|
'@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
|
|
dependencies:
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
|
|
'@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.9.2)
|
|
debug: 4.4.1
|
|
eslint: 8.57.1
|
|
ts-api-utils: 1.4.3(typescript@5.9.2)
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/types@6.21.0': {}
|
|
|
|
'@typescript-eslint/typescript-estree@6.21.0(typescript@5.9.2)':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/visitor-keys': 6.21.0
|
|
debug: 4.4.1
|
|
globby: 11.1.0
|
|
is-glob: 4.0.3
|
|
minimatch: 9.0.3
|
|
semver: 7.7.2
|
|
ts-api-utils: 1.4.3(typescript@5.9.2)
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.9.2)':
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
|
|
'@types/json-schema': 7.0.15
|
|
'@types/semver': 7.7.0
|
|
'@typescript-eslint/scope-manager': 6.21.0
|
|
'@typescript-eslint/types': 6.21.0
|
|
'@typescript-eslint/typescript-estree': 6.21.0(typescript@5.9.2)
|
|
eslint: 8.57.1
|
|
semver: 7.7.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
- typescript
|
|
|
|
'@typescript-eslint/visitor-keys@6.21.0':
|
|
dependencies:
|
|
'@typescript-eslint/types': 6.21.0
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
'@uiw/codemirror-extensions-basic-setup@4.25.1(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.2)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.1)':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.6
|
|
'@codemirror/commands': 6.8.1
|
|
'@codemirror/language': 6.11.2
|
|
'@codemirror/lint': 6.8.5
|
|
'@codemirror/search': 6.5.11
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
|
|
'@uiw/react-codemirror@4.25.1(@babel/runtime@7.27.6)(@codemirror/autocomplete@6.18.6)(@codemirror/language@6.11.2)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/theme-one-dark@6.1.3)(@codemirror/view@6.38.1)(codemirror@6.0.2)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
'@codemirror/commands': 6.8.1
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/theme-one-dark': 6.1.3
|
|
'@codemirror/view': 6.38.1
|
|
'@uiw/codemirror-extensions-basic-setup': 4.25.1(@codemirror/autocomplete@6.18.6)(@codemirror/commands@6.8.1)(@codemirror/language@6.11.2)(@codemirror/lint@6.8.5)(@codemirror/search@6.5.11)(@codemirror/state@6.5.2)(@codemirror/view@6.38.1)
|
|
codemirror: 6.0.2
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- '@codemirror/autocomplete'
|
|
- '@codemirror/language'
|
|
- '@codemirror/lint'
|
|
- '@codemirror/search'
|
|
|
|
'@ungap/structured-clone@1.3.0': {}
|
|
|
|
'@virtuoso.dev/gurx@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@virtuoso.dev/message-list@1.13.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
|
dependencies:
|
|
'@virtuoso.dev/gurx': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
'@vitejs/plugin-react@4.5.2(vite@5.4.19)':
|
|
dependencies:
|
|
'@babel/core': 7.27.4
|
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.27.4)
|
|
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.27.4)
|
|
'@rolldown/pluginutils': 1.0.0-beta.11
|
|
'@types/babel__core': 7.20.5
|
|
react-refresh: 0.17.0
|
|
vite: 5.4.19
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vue/reactivity@3.5.18':
|
|
dependencies:
|
|
'@vue/shared': 3.5.18
|
|
|
|
'@vue/shared@3.5.18': {}
|
|
|
|
acorn-jsx@5.3.2(acorn@8.15.0):
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
|
|
acorn@8.15.0: {}
|
|
|
|
agent-base@6.0.2:
|
|
dependencies:
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
ajv-formats@2.1.1(ajv@8.17.1):
|
|
optionalDependencies:
|
|
ajv: 8.17.1
|
|
|
|
ajv@6.12.6:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-json-stable-stringify: 2.1.0
|
|
json-schema-traverse: 0.4.1
|
|
uri-js: 4.4.1
|
|
|
|
ajv@8.17.1:
|
|
dependencies:
|
|
fast-deep-equal: 3.1.3
|
|
fast-uri: 3.1.0
|
|
json-schema-traverse: 1.0.0
|
|
require-from-string: 2.0.2
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-regex@6.1.0: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@6.2.1: {}
|
|
|
|
any-promise@1.3.0: {}
|
|
|
|
anymatch@3.1.3:
|
|
dependencies:
|
|
normalize-path: 3.0.0
|
|
picomatch: 2.3.1
|
|
|
|
arg@5.0.2: {}
|
|
|
|
argparse@2.0.1: {}
|
|
|
|
aria-hidden@1.2.6:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
array-union@2.1.0: {}
|
|
|
|
attr-accept@2.2.5: {}
|
|
|
|
autoprefixer@10.4.21(postcss@8.5.6):
|
|
dependencies:
|
|
browserslist: 4.25.0
|
|
caniuse-lite: 1.0.30001723
|
|
fraction.js: 4.3.7
|
|
normalize-range: 0.1.2
|
|
picocolors: 1.1.1
|
|
postcss: 8.5.6
|
|
postcss-value-parser: 4.2.0
|
|
|
|
balanced-match@1.0.2: {}
|
|
|
|
binary-extensions@2.3.0: {}
|
|
|
|
brace-expansion@1.1.12:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
concat-map: 0.0.1
|
|
|
|
brace-expansion@2.0.2:
|
|
dependencies:
|
|
balanced-match: 1.0.2
|
|
|
|
braces@3.0.3:
|
|
dependencies:
|
|
fill-range: 7.1.1
|
|
|
|
browserslist@4.25.0:
|
|
dependencies:
|
|
caniuse-lite: 1.0.30001723
|
|
electron-to-chromium: 1.5.170
|
|
node-releases: 2.0.19
|
|
update-browserslist-db: 1.1.3(browserslist@4.25.0)
|
|
|
|
callsites@3.1.0: {}
|
|
|
|
camelcase-css@2.0.1: {}
|
|
|
|
caniuse-lite@1.0.30001723: {}
|
|
|
|
chalk@4.1.2:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
supports-color: 7.2.0
|
|
|
|
chokidar@3.6.0:
|
|
dependencies:
|
|
anymatch: 3.1.3
|
|
braces: 3.0.3
|
|
glob-parent: 5.1.2
|
|
is-binary-path: 2.1.0
|
|
is-glob: 4.0.3
|
|
normalize-path: 3.0.0
|
|
readdirp: 3.6.0
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
class-variance-authority@0.7.1:
|
|
dependencies:
|
|
clsx: 2.1.1
|
|
|
|
click-to-react-component@1.1.2(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
'@floating-ui/react-dom-interactions': 0.3.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
htm: 3.1.1
|
|
react: 18.3.1
|
|
react-merge-refs: 1.1.0
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- react-dom
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
clsx@2.1.1: {}
|
|
|
|
cmdk@1.1.1(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
'@radix-ui/react-compose-refs': 1.1.2(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
'@radix-ui/react-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@18.3.7(@types/react@18.3.23))(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- '@types/react-dom'
|
|
|
|
codemirror@6.0.2:
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.6
|
|
'@codemirror/commands': 6.8.1
|
|
'@codemirror/language': 6.11.2
|
|
'@codemirror/lint': 6.8.5
|
|
'@codemirror/search': 6.5.11
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.1
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
commander@4.1.1: {}
|
|
|
|
compute-gcd@1.2.1:
|
|
dependencies:
|
|
validate.io-array: 1.0.6
|
|
validate.io-function: 1.0.2
|
|
validate.io-integer-array: 1.0.0
|
|
|
|
compute-lcm@1.1.2:
|
|
dependencies:
|
|
compute-gcd: 1.2.1
|
|
validate.io-array: 1.0.6
|
|
validate.io-function: 1.0.2
|
|
validate.io-integer-array: 1.0.0
|
|
|
|
concat-map@0.0.1: {}
|
|
|
|
concurrently@8.2.2:
|
|
dependencies:
|
|
chalk: 4.1.2
|
|
date-fns: 2.30.0
|
|
lodash: 4.17.21
|
|
rxjs: 7.8.2
|
|
shell-quote: 1.8.3
|
|
spawn-command: 0.0.2
|
|
supports-color: 8.1.1
|
|
tree-kill: 1.2.2
|
|
yargs: 17.7.2
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cookie@1.0.2: {}
|
|
|
|
core-js@3.46.0: {}
|
|
|
|
crelt@1.0.6: {}
|
|
|
|
cross-spawn@7.0.6:
|
|
dependencies:
|
|
path-key: 3.1.1
|
|
shebang-command: 2.0.0
|
|
which: 2.0.2
|
|
|
|
cssesc@3.0.0: {}
|
|
|
|
csstype@3.1.3: {}
|
|
|
|
date-fns@2.30.0:
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
|
|
dayjs@1.11.19: {}
|
|
|
|
debug@4.4.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
decode-formdata@0.9.0: {}
|
|
|
|
deep-is@0.1.4: {}
|
|
|
|
dequal@2.0.3: {}
|
|
|
|
detect-node-es@1.1.0: {}
|
|
|
|
devalue@5.4.2: {}
|
|
|
|
devlop@1.1.0:
|
|
dependencies:
|
|
dequal: 2.0.3
|
|
|
|
didyoumean@1.2.2: {}
|
|
|
|
diff@7.0.0: {}
|
|
|
|
dir-glob@3.0.1:
|
|
dependencies:
|
|
path-type: 4.0.0
|
|
|
|
dlv@1.1.3: {}
|
|
|
|
doctrine@3.0.0:
|
|
dependencies:
|
|
esutils: 2.0.3
|
|
|
|
dotenv@16.6.1: {}
|
|
|
|
eastasianwidth@0.2.0: {}
|
|
|
|
electron-to-chromium@1.5.170: {}
|
|
|
|
embla-carousel-react@8.6.0(react@18.3.1):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
embla-carousel-reactive-utils: 8.6.0(embla-carousel@8.6.0)
|
|
react: 18.3.1
|
|
|
|
embla-carousel-reactive-utils@8.6.0(embla-carousel@8.6.0):
|
|
dependencies:
|
|
embla-carousel: 8.6.0
|
|
|
|
embla-carousel@8.6.0: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
emoji-regex@9.2.2: {}
|
|
|
|
esbuild@0.21.5:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.21.5
|
|
'@esbuild/android-arm': 0.21.5
|
|
'@esbuild/android-arm64': 0.21.5
|
|
'@esbuild/android-x64': 0.21.5
|
|
'@esbuild/darwin-arm64': 0.21.5
|
|
'@esbuild/darwin-x64': 0.21.5
|
|
'@esbuild/freebsd-arm64': 0.21.5
|
|
'@esbuild/freebsd-x64': 0.21.5
|
|
'@esbuild/linux-arm': 0.21.5
|
|
'@esbuild/linux-arm64': 0.21.5
|
|
'@esbuild/linux-ia32': 0.21.5
|
|
'@esbuild/linux-loong64': 0.21.5
|
|
'@esbuild/linux-mips64el': 0.21.5
|
|
'@esbuild/linux-ppc64': 0.21.5
|
|
'@esbuild/linux-riscv64': 0.21.5
|
|
'@esbuild/linux-s390x': 0.21.5
|
|
'@esbuild/linux-x64': 0.21.5
|
|
'@esbuild/netbsd-x64': 0.21.5
|
|
'@esbuild/openbsd-x64': 0.21.5
|
|
'@esbuild/sunos-x64': 0.21.5
|
|
'@esbuild/win32-arm64': 0.21.5
|
|
'@esbuild/win32-ia32': 0.21.5
|
|
'@esbuild/win32-x64': 0.21.5
|
|
|
|
esbuild@0.25.5:
|
|
optionalDependencies:
|
|
'@esbuild/aix-ppc64': 0.25.5
|
|
'@esbuild/android-arm': 0.25.5
|
|
'@esbuild/android-arm64': 0.25.5
|
|
'@esbuild/android-x64': 0.25.5
|
|
'@esbuild/darwin-arm64': 0.25.5
|
|
'@esbuild/darwin-x64': 0.25.5
|
|
'@esbuild/freebsd-arm64': 0.25.5
|
|
'@esbuild/freebsd-x64': 0.25.5
|
|
'@esbuild/linux-arm': 0.25.5
|
|
'@esbuild/linux-arm64': 0.25.5
|
|
'@esbuild/linux-ia32': 0.25.5
|
|
'@esbuild/linux-loong64': 0.25.5
|
|
'@esbuild/linux-mips64el': 0.25.5
|
|
'@esbuild/linux-ppc64': 0.25.5
|
|
'@esbuild/linux-riscv64': 0.25.5
|
|
'@esbuild/linux-s390x': 0.25.5
|
|
'@esbuild/linux-x64': 0.25.5
|
|
'@esbuild/netbsd-arm64': 0.25.5
|
|
'@esbuild/netbsd-x64': 0.25.5
|
|
'@esbuild/openbsd-arm64': 0.25.5
|
|
'@esbuild/openbsd-x64': 0.25.5
|
|
'@esbuild/sunos-x64': 0.25.5
|
|
'@esbuild/win32-arm64': 0.25.5
|
|
'@esbuild/win32-ia32': 0.25.5
|
|
'@esbuild/win32-x64': 0.25.5
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
escape-html@1.0.3: {}
|
|
|
|
escape-string-regexp@4.0.0: {}
|
|
|
|
eslint-config-prettier@10.1.5(eslint@8.57.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
|
|
eslint-plugin-i18next@6.1.3:
|
|
dependencies:
|
|
lodash: 4.17.21
|
|
requireindex: 1.1.0
|
|
|
|
eslint-plugin-prettier@5.5.0(eslint-config-prettier@10.1.5(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
prettier: 3.6.1
|
|
prettier-linter-helpers: 1.0.0
|
|
synckit: 0.11.8
|
|
optionalDependencies:
|
|
eslint-config-prettier: 10.1.5(eslint@8.57.1)
|
|
|
|
eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
|
|
eslint-plugin-react-refresh@0.4.20(eslint@8.57.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
|
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1):
|
|
dependencies:
|
|
eslint: 8.57.1
|
|
optionalDependencies:
|
|
'@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)
|
|
|
|
eslint-scope@7.2.2:
|
|
dependencies:
|
|
esrecurse: 4.3.0
|
|
estraverse: 5.3.0
|
|
|
|
eslint-visitor-keys@3.4.3: {}
|
|
|
|
eslint@8.57.1:
|
|
dependencies:
|
|
'@eslint-community/eslint-utils': 4.7.0(eslint@8.57.1)
|
|
'@eslint-community/regexpp': 4.12.1
|
|
'@eslint/eslintrc': 2.1.4
|
|
'@eslint/js': 8.57.1
|
|
'@humanwhocodes/config-array': 0.13.0
|
|
'@humanwhocodes/module-importer': 1.0.1
|
|
'@nodelib/fs.walk': 1.2.8
|
|
'@ungap/structured-clone': 1.3.0
|
|
ajv: 6.12.6
|
|
chalk: 4.1.2
|
|
cross-spawn: 7.0.6
|
|
debug: 4.4.1
|
|
doctrine: 3.0.0
|
|
escape-string-regexp: 4.0.0
|
|
eslint-scope: 7.2.2
|
|
eslint-visitor-keys: 3.4.3
|
|
espree: 9.6.1
|
|
esquery: 1.6.0
|
|
esutils: 2.0.3
|
|
fast-deep-equal: 3.1.3
|
|
file-entry-cache: 6.0.1
|
|
find-up: 5.0.0
|
|
glob-parent: 6.0.2
|
|
globals: 13.24.0
|
|
graphemer: 1.4.0
|
|
ignore: 5.3.2
|
|
imurmurhash: 0.1.4
|
|
is-glob: 4.0.3
|
|
is-path-inside: 3.0.3
|
|
js-yaml: 4.1.0
|
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
levn: 0.4.1
|
|
lodash.merge: 4.6.2
|
|
minimatch: 3.1.2
|
|
natural-compare: 1.4.0
|
|
optionator: 0.9.4
|
|
strip-ansi: 6.0.1
|
|
text-table: 0.2.0
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
espree@9.6.1:
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
acorn-jsx: 5.3.2(acorn@8.15.0)
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
esquery@1.6.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
esrecurse@4.3.0:
|
|
dependencies:
|
|
estraverse: 5.3.0
|
|
|
|
estraverse@5.3.0: {}
|
|
|
|
esutils@2.0.3: {}
|
|
|
|
fancy-ansi@0.1.3:
|
|
dependencies:
|
|
escape-html: 1.0.3
|
|
|
|
fast-deep-equal@3.1.3: {}
|
|
|
|
fast-diff@1.3.0: {}
|
|
|
|
fast-glob@3.3.3:
|
|
dependencies:
|
|
'@nodelib/fs.stat': 2.0.5
|
|
'@nodelib/fs.walk': 1.2.8
|
|
glob-parent: 5.1.2
|
|
merge2: 1.4.1
|
|
micromatch: 4.0.8
|
|
|
|
fast-json-stable-stringify@2.1.0: {}
|
|
|
|
fast-levenshtein@2.0.6: {}
|
|
|
|
fast-uri@3.1.0: {}
|
|
|
|
fastq@1.19.1:
|
|
dependencies:
|
|
reusify: 1.1.0
|
|
|
|
fdir@6.4.6(picomatch@4.0.2):
|
|
optionalDependencies:
|
|
picomatch: 4.0.2
|
|
|
|
fflate@0.4.8: {}
|
|
|
|
file-entry-cache@6.0.1:
|
|
dependencies:
|
|
flat-cache: 3.2.0
|
|
|
|
file-selector@2.1.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
fill-range@7.1.1:
|
|
dependencies:
|
|
to-regex-range: 5.0.1
|
|
|
|
find-up@5.0.0:
|
|
dependencies:
|
|
locate-path: 6.0.0
|
|
path-exists: 4.0.0
|
|
|
|
flat-cache@3.2.0:
|
|
dependencies:
|
|
flatted: 3.3.3
|
|
keyv: 4.5.4
|
|
rimraf: 3.0.2
|
|
|
|
flatted@3.3.3: {}
|
|
|
|
foreground-child@3.3.1:
|
|
dependencies:
|
|
cross-spawn: 7.0.6
|
|
signal-exit: 4.1.0
|
|
|
|
fraction.js@4.3.7: {}
|
|
|
|
framer-motion@12.23.24(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
motion-dom: 12.23.23
|
|
motion-utils: 12.23.6
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
fs.realpath@1.0.0: {}
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-nonce@1.0.1: {}
|
|
|
|
glob-parent@5.1.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob-parent@6.0.2:
|
|
dependencies:
|
|
is-glob: 4.0.3
|
|
|
|
glob@10.4.5:
|
|
dependencies:
|
|
foreground-child: 3.3.1
|
|
jackspeak: 3.4.3
|
|
minimatch: 9.0.5
|
|
minipass: 7.1.2
|
|
package-json-from-dist: 1.0.1
|
|
path-scurry: 1.11.1
|
|
|
|
glob@7.2.3:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
inflight: 1.0.6
|
|
inherits: 2.0.4
|
|
minimatch: 3.1.2
|
|
once: 1.4.0
|
|
path-is-absolute: 1.0.1
|
|
|
|
glob@9.3.5:
|
|
dependencies:
|
|
fs.realpath: 1.0.0
|
|
minimatch: 8.0.4
|
|
minipass: 4.2.8
|
|
path-scurry: 1.11.1
|
|
|
|
globals@11.12.0: {}
|
|
|
|
globals@13.24.0:
|
|
dependencies:
|
|
type-fest: 0.20.2
|
|
|
|
globby@11.1.0:
|
|
dependencies:
|
|
array-union: 2.1.0
|
|
dir-glob: 3.0.1
|
|
fast-glob: 3.3.3
|
|
ignore: 5.3.2
|
|
merge2: 1.4.1
|
|
slash: 3.0.0
|
|
|
|
goober@2.1.18(csstype@3.1.3):
|
|
dependencies:
|
|
csstype: 3.1.3
|
|
|
|
graphemer@1.4.0: {}
|
|
|
|
has-flag@4.0.0: {}
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
highlight.js@11.11.1: {}
|
|
|
|
hoist-non-react-statics@3.3.2:
|
|
dependencies:
|
|
react-is: 16.13.1
|
|
|
|
htm@3.1.1: {}
|
|
|
|
html-parse-stringify@3.0.1:
|
|
dependencies:
|
|
void-elements: 3.1.0
|
|
|
|
https-proxy-agent@5.0.1:
|
|
dependencies:
|
|
agent-base: 6.0.2
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
i18next-browser-languagedetector@8.2.0:
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
|
|
i18next@25.6.0(typescript@5.9.2):
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
|
|
ignore@5.3.2: {}
|
|
|
|
import-fresh@3.3.1:
|
|
dependencies:
|
|
parent-module: 1.0.1
|
|
resolve-from: 4.0.0
|
|
|
|
imurmurhash@0.1.4: {}
|
|
|
|
inflight@1.0.6:
|
|
dependencies:
|
|
once: 1.4.0
|
|
wrappy: 1.0.2
|
|
|
|
inherits@2.0.4: {}
|
|
|
|
is-binary-path@2.1.0:
|
|
dependencies:
|
|
binary-extensions: 2.3.0
|
|
|
|
is-core-module@2.16.1:
|
|
dependencies:
|
|
hasown: 2.0.2
|
|
|
|
is-extglob@2.1.1: {}
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-glob@4.0.3:
|
|
dependencies:
|
|
is-extglob: 2.1.1
|
|
|
|
is-number@7.0.0: {}
|
|
|
|
is-path-inside@3.0.3: {}
|
|
|
|
isexe@2.0.0: {}
|
|
|
|
isomorphic.js@0.2.5: {}
|
|
|
|
jackspeak@3.4.3:
|
|
dependencies:
|
|
'@isaacs/cliui': 8.0.2
|
|
optionalDependencies:
|
|
'@pkgjs/parseargs': 0.11.0
|
|
|
|
jiti@1.21.7: {}
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
js-yaml@4.1.0:
|
|
dependencies:
|
|
argparse: 2.0.1
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json-buffer@3.0.1: {}
|
|
|
|
json-schema-compare@0.2.2:
|
|
dependencies:
|
|
lodash: 4.17.21
|
|
|
|
json-schema-merge-allof@0.8.1:
|
|
dependencies:
|
|
compute-lcm: 1.1.2
|
|
json-schema-compare: 0.2.2
|
|
lodash: 4.17.21
|
|
|
|
json-schema-traverse@0.4.1: {}
|
|
|
|
json-schema-traverse@1.0.0: {}
|
|
|
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonpointer@5.0.1: {}
|
|
|
|
keyv@4.5.4:
|
|
dependencies:
|
|
json-buffer: 3.0.1
|
|
|
|
levn@0.4.1:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
|
|
lexical@0.36.2: {}
|
|
|
|
lib0@0.2.114:
|
|
dependencies:
|
|
isomorphic.js: 0.2.5
|
|
|
|
lilconfig@3.1.3: {}
|
|
|
|
lines-and-columns@1.2.4: {}
|
|
|
|
locate-path@6.0.0:
|
|
dependencies:
|
|
p-locate: 5.0.0
|
|
|
|
lodash-es@4.17.21: {}
|
|
|
|
lodash.castarray@4.4.0: {}
|
|
|
|
lodash.isplainobject@4.0.6: {}
|
|
|
|
lodash.merge@4.6.2: {}
|
|
|
|
lodash@4.17.21: {}
|
|
|
|
loose-envify@1.4.0:
|
|
dependencies:
|
|
js-tokens: 4.0.0
|
|
|
|
lowlight@3.3.0:
|
|
dependencies:
|
|
'@types/hast': 3.0.4
|
|
devlop: 1.1.0
|
|
highlight.js: 11.11.1
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
lucide-react@0.539.0(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
lucide-react@0.548.0(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
magic-string@0.30.8:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.0
|
|
|
|
markdown-to-jsx@7.7.13(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
markdown-to-jsx@8.0.0(react@18.3.1):
|
|
optionalDependencies:
|
|
react: 18.3.1
|
|
|
|
memoize-one@5.2.1: {}
|
|
|
|
merge2@1.4.1: {}
|
|
|
|
micromatch@4.0.8:
|
|
dependencies:
|
|
braces: 3.0.3
|
|
picomatch: 2.3.1
|
|
|
|
minimatch@3.1.2:
|
|
dependencies:
|
|
brace-expansion: 1.1.12
|
|
|
|
minimatch@8.0.4:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimatch@9.0.3:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minimatch@9.0.5:
|
|
dependencies:
|
|
brace-expansion: 2.0.2
|
|
|
|
minipass@4.2.8: {}
|
|
|
|
minipass@7.1.2: {}
|
|
|
|
motion-dom@12.23.23:
|
|
dependencies:
|
|
motion-utils: 12.23.6
|
|
|
|
motion-utils@12.23.6: {}
|
|
|
|
ms@2.1.3: {}
|
|
|
|
mz@2.7.0:
|
|
dependencies:
|
|
any-promise: 1.3.0
|
|
object-assign: 4.1.1
|
|
thenify-all: 1.6.0
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
natural-compare@1.4.0: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
node-releases@2.0.19: {}
|
|
|
|
normalize-path@3.0.0: {}
|
|
|
|
normalize-range@0.1.2: {}
|
|
|
|
object-assign@4.1.1: {}
|
|
|
|
object-hash@3.0.0: {}
|
|
|
|
once@1.4.0:
|
|
dependencies:
|
|
wrappy: 1.0.2
|
|
|
|
optionator@0.9.4:
|
|
dependencies:
|
|
deep-is: 0.1.4
|
|
fast-levenshtein: 2.0.6
|
|
levn: 0.4.1
|
|
prelude-ls: 1.2.1
|
|
type-check: 0.4.0
|
|
word-wrap: 1.2.5
|
|
|
|
p-limit@3.1.0:
|
|
dependencies:
|
|
yocto-queue: 0.1.0
|
|
|
|
p-locate@5.0.0:
|
|
dependencies:
|
|
p-limit: 3.1.0
|
|
|
|
package-json-from-dist@1.0.1: {}
|
|
|
|
parent-module@1.0.1:
|
|
dependencies:
|
|
callsites: 3.1.0
|
|
|
|
path-exists@4.0.0: {}
|
|
|
|
path-is-absolute@1.0.1: {}
|
|
|
|
path-key@3.1.1: {}
|
|
|
|
path-parse@1.0.7: {}
|
|
|
|
path-scurry@1.11.1:
|
|
dependencies:
|
|
lru-cache: 10.4.3
|
|
minipass: 7.1.2
|
|
|
|
path-type@4.0.0: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
picomatch@2.3.1: {}
|
|
|
|
picomatch@4.0.2: {}
|
|
|
|
pify@2.3.0: {}
|
|
|
|
pirates@4.0.7: {}
|
|
|
|
point-in-polygon@1.1.0: {}
|
|
|
|
postcss-import@15.1.0(postcss@8.5.6):
|
|
dependencies:
|
|
postcss: 8.5.6
|
|
postcss-value-parser: 4.2.0
|
|
read-cache: 1.0.0
|
|
resolve: 1.22.10
|
|
|
|
postcss-js@4.0.1(postcss@8.5.6):
|
|
dependencies:
|
|
camelcase-css: 2.0.1
|
|
postcss: 8.5.6
|
|
|
|
postcss-load-config@4.0.2(postcss@8.5.6):
|
|
dependencies:
|
|
lilconfig: 3.1.3
|
|
yaml: 2.8.0
|
|
optionalDependencies:
|
|
postcss: 8.5.6
|
|
|
|
postcss-nested@6.2.0(postcss@8.5.6):
|
|
dependencies:
|
|
postcss: 8.5.6
|
|
postcss-selector-parser: 6.1.2
|
|
|
|
postcss-selector-parser@6.0.10:
|
|
dependencies:
|
|
cssesc: 3.0.0
|
|
util-deprecate: 1.0.2
|
|
|
|
postcss-selector-parser@6.1.2:
|
|
dependencies:
|
|
cssesc: 3.0.0
|
|
util-deprecate: 1.0.2
|
|
|
|
postcss-value-parser@4.2.0: {}
|
|
|
|
postcss@8.5.6:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
posthog-js@1.283.0:
|
|
dependencies:
|
|
'@posthog/core': 1.5.0
|
|
core-js: 3.46.0
|
|
fflate: 0.4.8
|
|
preact: 10.27.2
|
|
web-vitals: 4.2.4
|
|
|
|
preact@10.27.2: {}
|
|
|
|
prelude-ls@1.2.1: {}
|
|
|
|
prettier-linter-helpers@1.0.0:
|
|
dependencies:
|
|
fast-diff: 1.3.0
|
|
|
|
prettier@3.6.1: {}
|
|
|
|
prismjs@1.30.0: {}
|
|
|
|
progress@2.0.3: {}
|
|
|
|
prop-types@15.8.1:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
object-assign: 4.1.1
|
|
react-is: 16.13.1
|
|
|
|
proxy-from-env@1.1.0: {}
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
queue-microtask@1.2.3: {}
|
|
|
|
react-dom@18.3.1(react@18.3.1):
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
react: 18.3.1
|
|
scheduler: 0.23.2
|
|
|
|
react-dropzone@14.3.8(react@18.3.1):
|
|
dependencies:
|
|
attr-accept: 2.2.5
|
|
file-selector: 2.1.2
|
|
prop-types: 15.8.1
|
|
react: 18.3.1
|
|
|
|
react-error-boundary@6.0.0(react@18.3.1):
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
react: 18.3.1
|
|
|
|
react-hotkeys-hook@5.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
react-i18next@15.7.4(i18next@25.6.0(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2):
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
html-parse-stringify: 3.0.1
|
|
i18next: 25.6.0(typescript@5.9.2)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
typescript: 5.9.2
|
|
|
|
react-is@16.13.1: {}
|
|
|
|
react-is@18.3.1: {}
|
|
|
|
react-merge-refs@1.1.0: {}
|
|
|
|
react-refresh@0.17.0: {}
|
|
|
|
react-remove-scroll-bar@2.3.8(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-style-singleton: 2.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
react-remove-scroll@2.7.1(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-remove-scroll-bar: 2.3.8(@types/react@18.3.23)(react@18.3.1)
|
|
react-style-singleton: 2.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
tslib: 2.8.1
|
|
use-callback-ref: 1.3.3(@types/react@18.3.23)(react@18.3.1)
|
|
use-sidecar: 1.1.3(@types/react@18.3.23)(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
react-resizable-panels@3.0.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
react-router-dom@6.30.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
'@remix-run/router': 1.23.0
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-router: 6.30.1(react@18.3.1)
|
|
|
|
react-router-dom@7.9.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
react-router: 7.9.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
|
|
react-router@6.30.1(react@18.3.1):
|
|
dependencies:
|
|
'@remix-run/router': 1.23.0
|
|
react: 18.3.1
|
|
|
|
react-router@7.9.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
cookie: 1.0.2
|
|
react: 18.3.1
|
|
set-cookie-parser: 2.7.2
|
|
optionalDependencies:
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
react-style-singleton@2.2.3(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
get-nonce: 1.0.1
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
react-use-websocket@4.13.0: {}
|
|
|
|
react-virtuoso@4.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
react-window@1.8.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
'@babel/runtime': 7.27.6
|
|
memoize-one: 5.2.1
|
|
react: 18.3.1
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
|
|
react@18.3.1:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
reactivity-store@0.3.11(react@18.3.1):
|
|
dependencies:
|
|
'@vue/reactivity': 3.5.18
|
|
'@vue/shared': 3.5.18
|
|
react: 18.3.1
|
|
use-sync-external-store: 1.5.0(react@18.3.1)
|
|
|
|
read-cache@1.0.0:
|
|
dependencies:
|
|
pify: 2.3.0
|
|
|
|
readdirp@3.6.0:
|
|
dependencies:
|
|
picomatch: 2.3.1
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
require-from-string@2.0.2: {}
|
|
|
|
requireindex@1.1.0: {}
|
|
|
|
resolve-from@4.0.0: {}
|
|
|
|
resolve@1.22.10:
|
|
dependencies:
|
|
is-core-module: 2.16.1
|
|
path-parse: 1.0.7
|
|
supports-preserve-symlinks-flag: 1.0.0
|
|
|
|
reusify@1.1.0: {}
|
|
|
|
rfc6902@5.1.2: {}
|
|
|
|
rimraf@3.0.2:
|
|
dependencies:
|
|
glob: 7.2.3
|
|
|
|
rollup@4.44.0:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
optionalDependencies:
|
|
'@rollup/rollup-android-arm-eabi': 4.44.0
|
|
'@rollup/rollup-android-arm64': 4.44.0
|
|
'@rollup/rollup-darwin-arm64': 4.44.0
|
|
'@rollup/rollup-darwin-x64': 4.44.0
|
|
'@rollup/rollup-freebsd-arm64': 4.44.0
|
|
'@rollup/rollup-freebsd-x64': 4.44.0
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.44.0
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.44.0
|
|
'@rollup/rollup-linux-arm64-gnu': 4.44.0
|
|
'@rollup/rollup-linux-arm64-musl': 4.44.0
|
|
'@rollup/rollup-linux-loongarch64-gnu': 4.44.0
|
|
'@rollup/rollup-linux-powerpc64le-gnu': 4.44.0
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.44.0
|
|
'@rollup/rollup-linux-riscv64-musl': 4.44.0
|
|
'@rollup/rollup-linux-s390x-gnu': 4.44.0
|
|
'@rollup/rollup-linux-x64-gnu': 4.44.0
|
|
'@rollup/rollup-linux-x64-musl': 4.44.0
|
|
'@rollup/rollup-win32-arm64-msvc': 4.44.0
|
|
'@rollup/rollup-win32-ia32-msvc': 4.44.0
|
|
'@rollup/rollup-win32-x64-msvc': 4.44.0
|
|
fsevents: 2.3.3
|
|
|
|
run-parallel@1.2.0:
|
|
dependencies:
|
|
queue-microtask: 1.2.3
|
|
|
|
rxjs@7.8.2:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
scheduler@0.23.2:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
semver@6.3.1: {}
|
|
|
|
semver@7.7.2: {}
|
|
|
|
seroval-plugins@1.3.3(seroval@1.3.2):
|
|
dependencies:
|
|
seroval: 1.3.2
|
|
|
|
seroval@1.3.2: {}
|
|
|
|
set-cookie-parser@2.7.2: {}
|
|
|
|
shebang-command@2.0.0:
|
|
dependencies:
|
|
shebang-regex: 3.0.0
|
|
|
|
shebang-regex@3.0.0: {}
|
|
|
|
shell-quote@1.8.3: {}
|
|
|
|
signal-exit@4.1.0: {}
|
|
|
|
simple-icons@15.18.0: {}
|
|
|
|
slash@3.0.0: {}
|
|
|
|
solid-js@1.9.10:
|
|
dependencies:
|
|
csstype: 3.1.3
|
|
seroval: 1.3.2
|
|
seroval-plugins: 1.3.3(seroval@1.3.2)
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
spawn-command@0.0.2: {}
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
string-width@5.1.2:
|
|
dependencies:
|
|
eastasianwidth: 0.2.0
|
|
emoji-regex: 9.2.2
|
|
strip-ansi: 7.1.0
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-ansi@7.1.0:
|
|
dependencies:
|
|
ansi-regex: 6.1.0
|
|
|
|
strip-json-comments@3.1.1: {}
|
|
|
|
style-mod@4.1.2: {}
|
|
|
|
sucrase@3.35.0:
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.8
|
|
commander: 4.1.1
|
|
glob: 10.4.5
|
|
lines-and-columns: 1.2.4
|
|
mz: 2.7.0
|
|
pirates: 4.0.7
|
|
ts-interface-checker: 0.1.13
|
|
|
|
supports-color@7.2.0:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-color@8.1.1:
|
|
dependencies:
|
|
has-flag: 4.0.0
|
|
|
|
supports-preserve-symlinks-flag@1.0.0: {}
|
|
|
|
synckit@0.11.8:
|
|
dependencies:
|
|
'@pkgr/core': 0.2.7
|
|
|
|
tabbable@6.3.0: {}
|
|
|
|
tailwind-merge@2.6.0: {}
|
|
|
|
tailwind-merge@3.3.1: {}
|
|
|
|
tailwindcss-animate@1.0.7(tailwindcss@3.4.17):
|
|
dependencies:
|
|
tailwindcss: 3.4.17
|
|
|
|
tailwindcss@3.4.17:
|
|
dependencies:
|
|
'@alloc/quick-lru': 5.2.0
|
|
arg: 5.0.2
|
|
chokidar: 3.6.0
|
|
didyoumean: 1.2.2
|
|
dlv: 1.1.3
|
|
fast-glob: 3.3.3
|
|
glob-parent: 6.0.2
|
|
is-glob: 4.0.3
|
|
jiti: 1.21.7
|
|
lilconfig: 3.1.3
|
|
micromatch: 4.0.8
|
|
normalize-path: 3.0.0
|
|
object-hash: 3.0.0
|
|
picocolors: 1.1.1
|
|
postcss: 8.5.6
|
|
postcss-import: 15.1.0(postcss@8.5.6)
|
|
postcss-js: 4.0.1(postcss@8.5.6)
|
|
postcss-load-config: 4.0.2(postcss@8.5.6)
|
|
postcss-nested: 6.2.0(postcss@8.5.6)
|
|
postcss-selector-parser: 6.1.2
|
|
resolve: 1.22.10
|
|
sucrase: 3.35.0
|
|
transitivePeerDependencies:
|
|
- ts-node
|
|
|
|
text-table@0.2.0: {}
|
|
|
|
thenify-all@1.6.0:
|
|
dependencies:
|
|
thenify: 3.3.1
|
|
|
|
thenify@3.3.1:
|
|
dependencies:
|
|
any-promise: 1.3.0
|
|
|
|
tinyglobby@0.2.14:
|
|
dependencies:
|
|
fdir: 6.4.6(picomatch@4.0.2)
|
|
picomatch: 4.0.2
|
|
|
|
to-regex-range@5.0.1:
|
|
dependencies:
|
|
is-number: 7.0.0
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tree-kill@1.2.2: {}
|
|
|
|
ts-api-utils@1.4.3(typescript@5.9.2):
|
|
dependencies:
|
|
typescript: 5.9.2
|
|
|
|
ts-interface-checker@0.1.13: {}
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
type-check@0.4.0:
|
|
dependencies:
|
|
prelude-ls: 1.2.1
|
|
|
|
type-fest@0.20.2: {}
|
|
|
|
typescript@5.9.2: {}
|
|
|
|
unplugin@1.0.1:
|
|
dependencies:
|
|
acorn: 8.15.0
|
|
chokidar: 3.6.0
|
|
webpack-sources: 3.3.3
|
|
webpack-virtual-modules: 0.5.0
|
|
|
|
update-browserslist-db@1.1.3(browserslist@4.25.0):
|
|
dependencies:
|
|
browserslist: 4.25.0
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.1
|
|
|
|
uri-js@4.4.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
use-callback-ref@1.3.3(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
use-isomorphic-layout-effect@1.2.1(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
use-sidecar@1.1.3(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
detect-node-es: 1.1.0
|
|
react: 18.3.1
|
|
tslib: 2.8.1
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
|
|
use-sync-external-store@1.5.0(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
util-deprecate@1.0.2: {}
|
|
|
|
uuid@13.0.0: {}
|
|
|
|
validate.io-array@1.0.6: {}
|
|
|
|
validate.io-function@1.0.2: {}
|
|
|
|
validate.io-integer-array@1.0.0:
|
|
dependencies:
|
|
validate.io-array: 1.0.6
|
|
validate.io-integer: 1.0.5
|
|
|
|
validate.io-integer@1.0.5:
|
|
dependencies:
|
|
validate.io-number: 1.0.3
|
|
|
|
validate.io-number@1.0.3: {}
|
|
|
|
vibe-kanban-web-companion@0.0.4(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
|
dependencies:
|
|
'@floating-ui/react-dom-interactions': 0.3.1(@types/react@18.3.23)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
htm: 3.1.1
|
|
react: 18.3.1
|
|
react-merge-refs: 1.1.0
|
|
transitivePeerDependencies:
|
|
- '@types/react'
|
|
- react-dom
|
|
|
|
vite@5.4.19:
|
|
dependencies:
|
|
esbuild: 0.21.5
|
|
postcss: 8.5.6
|
|
rollup: 4.44.0
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
|
|
vite@6.3.5(jiti@1.21.7)(yaml@2.8.0):
|
|
dependencies:
|
|
esbuild: 0.25.5
|
|
fdir: 6.4.6(picomatch@4.0.2)
|
|
picomatch: 4.0.2
|
|
postcss: 8.5.6
|
|
rollup: 4.44.0
|
|
tinyglobby: 0.2.14
|
|
optionalDependencies:
|
|
fsevents: 2.3.3
|
|
jiti: 1.21.7
|
|
yaml: 2.8.0
|
|
|
|
void-elements@3.1.0: {}
|
|
|
|
w3c-keyname@2.2.8: {}
|
|
|
|
web-vitals@4.2.4: {}
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
webpack-sources@3.3.3: {}
|
|
|
|
webpack-virtual-modules@0.5.0: {}
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
which@2.0.2:
|
|
dependencies:
|
|
isexe: 2.0.0
|
|
|
|
word-wrap@1.2.5: {}
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@8.1.0:
|
|
dependencies:
|
|
ansi-styles: 6.2.1
|
|
string-width: 5.1.2
|
|
strip-ansi: 7.1.0
|
|
|
|
wrappy@1.0.2: {}
|
|
|
|
ws@8.18.3: {}
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yaml@2.8.0: {}
|
|
|
|
yargs-parser@21.1.1: {}
|
|
|
|
yargs@17.7.2:
|
|
dependencies:
|
|
cliui: 8.0.1
|
|
escalade: 3.2.0
|
|
get-caller-file: 2.0.5
|
|
require-directory: 2.1.1
|
|
string-width: 4.2.3
|
|
y18n: 5.0.8
|
|
yargs-parser: 21.1.1
|
|
|
|
yjs@13.6.27:
|
|
dependencies:
|
|
lib0: 0.2.114
|
|
|
|
yocto-queue@0.1.0: {}
|
|
|
|
zod@4.1.12: {}
|
|
|
|
zustand@4.5.7(@types/react@18.3.23)(react@18.3.1):
|
|
dependencies:
|
|
use-sync-external-store: 1.5.0(react@18.3.1)
|
|
optionalDependencies:
|
|
'@types/react': 18.3.23
|
|
react: 18.3.1
|