* feat(prompts): add prompt management across Tauri service and React UI
- backend: add commands/prompt.rs, services/prompt.rs, register in commands/mod.rs and lib.rs, refine app_config.rs
- frontend: add PromptPanel, PromptFormModal, PromptListItem, MarkdownEditor, usePromptActions, integrate in App.tsx
- api: add src/lib/api/prompts.ts
- i18n: update src/i18n/locales/{en,zh}.json
- build: update package.json and pnpm-lock.yaml
* feat(i18n): improve i18n for prompts and Markdown editor
- update src/i18n/locales/{en,zh}.json keys and strings
- apply i18n in PromptFormModal, PromptPanel, and MarkdownEditor
- align prompt text with src-tauri/src/services/prompt.rs
* feat(prompts): add enable/disable toggle and simplify panel UI
- Add PromptToggle component and integrate in prompt list items
- Implement toggleEnabled with optimistic update; enable via API, disable via upsert with enabled=false;
reload after success
- Simplify PromptPanel: remove file import and current-file preview to keep CRUD flow focused
- Tweak header controls style (use mcp variant) and minor copy: rename “Prompt Management” to “Prompts”
- i18n: add disableSuccess/disableFailed messages
- Backend (Tauri): prevent duplicate backups when importing original prompt content
* style: unify code formatting with trailing commas
* feat(prompts): add Gemini filename support to PromptFormModal
Update filename mapping to use Record<AppId, string> pattern, supporting
GEMINI.md alongside CLAUDE.md and AGENTS.md.
* fix(prompts): sync enabled prompt to file when updating
When updating a prompt that is currently enabled, automatically sync
the updated content to the corresponding live file (CLAUDE.md/AGENTS.md/GEMINI.md).
This ensures the active prompt file always reflects the latest content
when editing enabled prompts.
4374 lines
151 KiB
YAML
4374 lines
151 KiB
YAML
lockfileVersion: '9.0'
|
|
|
|
settings:
|
|
autoInstallPeers: true
|
|
excludeLinksFromLockfile: false
|
|
|
|
importers:
|
|
|
|
.:
|
|
dependencies:
|
|
'@codemirror/lang-javascript':
|
|
specifier: ^6.2.4
|
|
version: 6.2.4
|
|
'@codemirror/lang-json':
|
|
specifier: ^6.0.2
|
|
version: 6.0.2
|
|
'@codemirror/lang-markdown':
|
|
specifier: ^6.5.0
|
|
version: 6.5.0
|
|
'@codemirror/lint':
|
|
specifier: ^6.8.5
|
|
version: 6.8.5
|
|
'@codemirror/state':
|
|
specifier: ^6.5.2
|
|
version: 6.5.2
|
|
'@codemirror/theme-one-dark':
|
|
specifier: ^6.1.3
|
|
version: 6.1.3
|
|
'@codemirror/view':
|
|
specifier: ^6.38.2
|
|
version: 6.38.2
|
|
'@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/sortable':
|
|
specifier: ^10.0.0
|
|
version: 10.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)
|
|
'@hookform/resolvers':
|
|
specifier: ^5.2.2
|
|
version: 5.2.2(react-hook-form@7.65.0(react@18.3.1))
|
|
'@radix-ui/react-checkbox':
|
|
specifier: ^1.3.3
|
|
version: 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':
|
|
specifier: ^1.1.15
|
|
version: 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-dropdown-menu':
|
|
specifier: ^2.1.16
|
|
version: 2.1.16(@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.6
|
|
version: 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-slot':
|
|
specifier: ^1.2.3
|
|
version: 1.2.3(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-switch':
|
|
specifier: ^1.2.6
|
|
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.13
|
|
version: 1.1.13(@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/vite':
|
|
specifier: ^4.1.13
|
|
version: 4.1.13(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))
|
|
'@tanstack/react-query':
|
|
specifier: ^5.90.3
|
|
version: 5.90.3(react@18.3.1)
|
|
'@tauri-apps/api':
|
|
specifier: ^2.8.0
|
|
version: 2.8.0
|
|
'@tauri-apps/plugin-dialog':
|
|
specifier: ^2.4.0
|
|
version: 2.4.0
|
|
'@tauri-apps/plugin-process':
|
|
specifier: ^2.0.0
|
|
version: 2.3.0
|
|
'@tauri-apps/plugin-store':
|
|
specifier: ^2.0.0
|
|
version: 2.4.0
|
|
'@tauri-apps/plugin-updater':
|
|
specifier: ^2.0.0
|
|
version: 2.9.0
|
|
class-variance-authority:
|
|
specifier: ^0.7.1
|
|
version: 0.7.1
|
|
clsx:
|
|
specifier: ^2.1.1
|
|
version: 2.1.1
|
|
codemirror:
|
|
specifier: ^6.0.2
|
|
version: 6.0.2
|
|
i18next:
|
|
specifier: ^25.5.2
|
|
version: 25.5.2(typescript@5.9.2)
|
|
jsonc-parser:
|
|
specifier: ^3.2.1
|
|
version: 3.3.1
|
|
lucide-react:
|
|
specifier: ^0.542.0
|
|
version: 0.542.0(react@18.3.1)
|
|
react:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1
|
|
react-dom:
|
|
specifier: ^18.2.0
|
|
version: 18.3.1(react@18.3.1)
|
|
react-hook-form:
|
|
specifier: ^7.65.0
|
|
version: 7.65.0(react@18.3.1)
|
|
react-i18next:
|
|
specifier: ^16.0.0
|
|
version: 16.0.0(i18next@25.5.2(typescript@5.9.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.2)
|
|
smol-toml:
|
|
specifier: ^1.4.2
|
|
version: 1.4.2
|
|
sonner:
|
|
specifier: ^2.0.7
|
|
version: 2.0.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
|
tailwind-merge:
|
|
specifier: ^3.3.1
|
|
version: 3.3.1
|
|
tailwindcss:
|
|
specifier: ^4.1.13
|
|
version: 4.1.13
|
|
zod:
|
|
specifier: ^4.1.12
|
|
version: 4.1.12
|
|
devDependencies:
|
|
'@tauri-apps/cli':
|
|
specifier: ^2.8.0
|
|
version: 2.8.1
|
|
'@testing-library/jest-dom':
|
|
specifier: ^6.6.3
|
|
version: 6.9.1
|
|
'@testing-library/react':
|
|
specifier: ^16.0.1
|
|
version: 16.3.0(@testing-library/dom@10.4.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)
|
|
'@testing-library/user-event':
|
|
specifier: ^14.5.2
|
|
version: 14.6.1(@testing-library/dom@10.4.1)
|
|
'@types/node':
|
|
specifier: ^20.0.0
|
|
version: 20.19.9
|
|
'@types/react':
|
|
specifier: ^18.2.0
|
|
version: 18.3.23
|
|
'@types/react-dom':
|
|
specifier: ^18.2.0
|
|
version: 18.3.7(@types/react@18.3.23)
|
|
'@vitejs/plugin-react':
|
|
specifier: ^4.2.0
|
|
version: 4.7.0(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))
|
|
cross-fetch:
|
|
specifier: ^4.1.0
|
|
version: 4.1.0
|
|
jsdom:
|
|
specifier: ^25.0.0
|
|
version: 25.0.1
|
|
msw:
|
|
specifier: ^2.11.6
|
|
version: 2.11.6(@types/node@20.19.9)(typescript@5.9.2)
|
|
prettier:
|
|
specifier: ^3.6.2
|
|
version: 3.6.2
|
|
typescript:
|
|
specifier: ^5.3.0
|
|
version: 5.9.2
|
|
vite:
|
|
specifier: ^5.0.0
|
|
version: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
vitest:
|
|
specifier: ^2.0.5
|
|
version: 2.1.9(@types/node@20.19.9)(jsdom@25.0.1)(lightningcss@1.30.1)(msw@2.11.6(@types/node@20.19.9)(typescript@5.9.2))
|
|
|
|
packages:
|
|
|
|
'@adobe/css-tools@4.4.4':
|
|
resolution: {integrity: sha512-Elp+iwUx5rN5+Y8xLt5/GRoG20WGoDCQ/1Fb+1LiGtvwbDavuSk0jhD/eZdckHAuzcDzccnkv+rEjyWfRx18gg==}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
resolution: {integrity: sha512-K1A6z8tS3XsmCMM86xoWdn7Fkdn9m6RSVtocUrJYIwZnFVkng/PvkEoWtOWmP+Scc6saYWHWZYbndEEXxl24jw==}
|
|
|
|
'@babel/code-frame@7.27.1':
|
|
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/compat-data@7.28.0':
|
|
resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/core@7.28.0':
|
|
resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/generator@7.28.0':
|
|
resolution: {integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/helper-globals@7.28.0':
|
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
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.28.2':
|
|
resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/parser@7.28.0':
|
|
resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==}
|
|
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.28.4':
|
|
resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/template@7.27.2':
|
|
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/traverse@7.28.0':
|
|
resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@babel/types@7.28.2':
|
|
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
|
|
engines: {node: '>=6.9.0'}
|
|
|
|
'@codemirror/autocomplete@6.18.7':
|
|
resolution: {integrity: sha512-8EzdeIoWPJDsMBwz3zdzwXnUpCzMiCyz5/A3FIPpriaclFCGDkAzK13sMcnsu5rowqiyeQN2Vs2TsOcoDPZirQ==}
|
|
|
|
'@codemirror/commands@6.8.1':
|
|
resolution: {integrity: sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==}
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
resolution: {integrity: sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==}
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
resolution: {integrity: sha512-9NsXp7Nwp891pQchI7gPdTwBuSuT3K65NGTHWHNJ55HjYcHLllr0rbIZNdOzas9ztc1EUVBlHou85FFZS4BNnw==}
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
resolution: {integrity: sha512-0WVmhp1QOqZ4Rt6GlVGwKJN3KW7Xh4H2q8ZZNGZaP6lRdxXJzmjm4FqvmOojVj6khWJHIb9sp7U/72W7xQgqAA==}
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
resolution: {integrity: sha512-x2OtO+AvwEHrEwR0FyyPtfDUiloG3rnVTSZV1W8UteaLL8/MajQd8DpvUb2YVzC+/T18aSDv0H9mu+xw0EStoQ==}
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
resolution: {integrity: sha512-0K40bZ35jpHya6FriukbgaleaqzBLZfOh7HuzqbMxBXkbYMJDxfF39c23xOgxFezR+3G+tR2/Mup+Xk865OMvw==}
|
|
|
|
'@codemirror/language@6.11.3':
|
|
resolution: {integrity: sha512-9HBM2XnwDj7fnu0551HkGdrUrrqmYq/WC5iv6nbY2WdicXdGbhR/gfbZOH73Aqj4351alY1+aoG9rCNfiwS1RA==}
|
|
|
|
'@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.2':
|
|
resolution: {integrity: sha512-bTWAJxL6EOFLPzTx+O5P5xAO3gTqpatQ2b/ARQ8itfU/v2LlpS3pH2fkL0A3E/Fx8Y2St2KES7ZEV0sHTsSW/A==}
|
|
|
|
'@csstools/color-helpers@5.1.0':
|
|
resolution: {integrity: sha512-S11EXWJyy0Mz5SYvRmY8nJYTFFd1LCNV+7cXyAgQtOOuzb4EsgfqDufL+9esx72/eLhsRdGZwaldu/h+E4t4BA==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@csstools/css-calc@2.1.4':
|
|
resolution: {integrity: sha512-3N8oaj+0juUw/1H3YwmDDJXCgTB1gKU6Hc/bB502u9zR0q2vd786XJH9QfrKIEgFlZmhZiq6epXl4rHqhzsIgQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-color-parser@3.1.0':
|
|
resolution: {integrity: sha512-nbtKwh3a6xNVIp/VRuXV64yTKnb1IjTAEEh3irzS+HkKjAOYLTGNb9pmVNntZ8iVBHcWDA2Dof0QtPgFI1BaTA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-parser-algorithms': ^3.0.5
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5':
|
|
resolution: {integrity: sha512-DaDeUkXZKjdGhgYaHNJTV9pV7Y9B3b644jCLs9Upc3VeNGg6LWARAT6O+Q+/COo+2gg/bM5rhpMAtf70WqfBdQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@csstools/css-tokenizer': ^3.0.4
|
|
|
|
'@csstools/css-tokenizer@3.0.4':
|
|
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@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/sortable@10.0.0':
|
|
resolution: {integrity: sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==}
|
|
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'
|
|
|
|
'@esbuild/aix-ppc64@0.21.5':
|
|
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
engines: {node: '>=12'}
|
|
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-arm@0.21.5':
|
|
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@esbuild/android-x64@0.21.5':
|
|
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
engines: {node: '>=12'}
|
|
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-x64@0.21.5':
|
|
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
engines: {node: '>=12'}
|
|
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-x64@0.21.5':
|
|
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
engines: {node: '>=12'}
|
|
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-arm@0.21.5':
|
|
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-ia32@0.21.5':
|
|
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
engines: {node: '>=12'}
|
|
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-mips64el@0.21.5':
|
|
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
engines: {node: '>=12'}
|
|
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-riscv64@0.21.5':
|
|
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
engines: {node: '>=12'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-s390x@0.21.5':
|
|
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
engines: {node: '>=12'}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
|
|
'@esbuild/linux-x64@0.21.5':
|
|
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
|
|
'@esbuild/netbsd-x64@0.21.5':
|
|
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [netbsd]
|
|
|
|
'@esbuild/openbsd-x64@0.21.5':
|
|
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
engines: {node: '>=12'}
|
|
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/win32-arm64@0.21.5':
|
|
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
engines: {node: '>=12'}
|
|
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-x64@0.21.5':
|
|
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
engines: {node: '>=12'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@floating-ui/core@1.7.3':
|
|
resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
|
|
|
|
'@floating-ui/dom@1.7.4':
|
|
resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
|
|
|
|
'@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/utils@0.2.10':
|
|
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
|
|
|
|
'@hookform/resolvers@5.2.2':
|
|
resolution: {integrity: sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA==}
|
|
peerDependencies:
|
|
react-hook-form: ^7.55.0
|
|
|
|
'@inquirer/ansi@1.0.1':
|
|
resolution: {integrity: sha512-yqq0aJW/5XPhi5xOAL1xRCpe1eh8UFVgYFpFsjEqmIR8rKLyP+HINvFXwUaxYICflJrVlxnp7lLN6As735kVpw==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@inquirer/confirm@5.1.19':
|
|
resolution: {integrity: sha512-wQNz9cfcxrtEnUyG5PndC8g3gZ7lGDBzmWiXZkX8ot3vfZ+/BLjR8EvyGX4YzQLeVqtAlY/YScZpW7CW8qMoDQ==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/core@10.3.0':
|
|
resolution: {integrity: sha512-Uv2aPPPSK5jeCplQmQ9xadnFx2Zhj9b5Dj7bU6ZeCdDNNY11nhYy4btcSdtDguHqCT2h5oNeQTcUNSGGLA7NTA==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@inquirer/figures@1.0.14':
|
|
resolution: {integrity: sha512-DbFgdt+9/OZYFM+19dbpXOSeAstPy884FPy1KjDu4anWwymZeOYhMY1mdFri172htv6mvc/uvIAAi7b7tvjJBQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@inquirer/type@3.0.9':
|
|
resolution: {integrity: sha512-QPaNt/nmE2bLGQa9b7wwyRJoLZ7pN6rcyXvzU0YCmivmJyq1BVo94G98tStRWkoD1RgDX5C+dPlhhHzNdu/W/w==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@types/node': '>=18'
|
|
peerDependenciesMeta:
|
|
'@types/node':
|
|
optional: true
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
|
engines: {node: '>=18.0.0'}
|
|
|
|
'@jridgewell/gen-mapping@0.3.12':
|
|
resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==}
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
|
|
'@jridgewell/resolve-uri@3.1.2':
|
|
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
engines: {node: '>=6.0.0'}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.4':
|
|
resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5':
|
|
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
|
|
'@jridgewell/trace-mapping@0.3.29':
|
|
resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==}
|
|
|
|
'@lezer/common@1.2.3':
|
|
resolution: {integrity: sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==}
|
|
|
|
'@lezer/css@1.3.0':
|
|
resolution: {integrity: sha512-pBL7hup88KbI7hXnZV3PQsn43DHy6TWyzuyk2AO9UyoXcDltvIdqWKE1dLL/45JVZ+YZkHe1WVHqO6wugZZWcw==}
|
|
|
|
'@lezer/highlight@1.2.1':
|
|
resolution: {integrity: sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==}
|
|
|
|
'@lezer/html@1.3.12':
|
|
resolution: {integrity: sha512-RJ7eRWdaJe3bsiiLLHjCFT1JMk8m1YP9kaUbvu2rMLEoOnke9mcTVDyfOslsln0LtujdWespjJ39w6zo+RsQYw==}
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
resolution: {integrity: sha512-vvYx3MhWqeZtGPwDStM2dwgljd5smolYD2lR2UyFcHfxbBQebqx8yjmFmxtJ/E6nN6u1D9srOiVWm3Rb4tmcUA==}
|
|
|
|
'@lezer/json@1.0.3':
|
|
resolution: {integrity: sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==}
|
|
|
|
'@lezer/lr@1.4.2':
|
|
resolution: {integrity: sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==}
|
|
|
|
'@lezer/markdown@1.6.0':
|
|
resolution: {integrity: sha512-AXb98u3M6BEzTnreBnGtQaF7xFTiMA92Dsy5tqEjpacbjRxDSFdN4bKJo9uvU4cEEOS7D2B9MT7kvDgOEIzJSw==}
|
|
|
|
'@marijn/find-cluster-break@1.0.2':
|
|
resolution: {integrity: sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==}
|
|
|
|
'@mswjs/interceptors@0.40.0':
|
|
resolution: {integrity: sha512-EFd6cVbHsgLa6wa4RljGj6Wk75qoHxUSyc5asLyyPSyuhIcdS2Q3Phw6ImS1q+CkALthJRShiYfKANcQMuMqsQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@open-draft/deferred-promise@2.2.0':
|
|
resolution: {integrity: sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==}
|
|
|
|
'@open-draft/logger@0.3.0':
|
|
resolution: {integrity: sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==}
|
|
|
|
'@open-draft/until@2.1.0':
|
|
resolution: {integrity: sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==}
|
|
|
|
'@radix-ui/number@1.1.1':
|
|
resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
|
|
|
|
'@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.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.16':
|
|
resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==}
|
|
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.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-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.16':
|
|
resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==}
|
|
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.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-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.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-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.13':
|
|
resolution: {integrity: sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==}
|
|
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==}
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27':
|
|
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.46.2':
|
|
resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==}
|
|
cpu: [arm]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-android-arm64@4.46.2':
|
|
resolution: {integrity: sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@rollup/rollup-darwin-arm64@4.46.2':
|
|
resolution: {integrity: sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-darwin-x64@4.46.2':
|
|
resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.46.2':
|
|
resolution: {integrity: sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==}
|
|
cpu: [arm64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-freebsd-x64@4.46.2':
|
|
resolution: {integrity: sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.46.2':
|
|
resolution: {integrity: sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.46.2':
|
|
resolution: {integrity: sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.46.2':
|
|
resolution: {integrity: sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.46.2':
|
|
resolution: {integrity: sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.46.2':
|
|
resolution: {integrity: sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==}
|
|
cpu: [loong64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.46.2':
|
|
resolution: {integrity: sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==}
|
|
cpu: [ppc64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.46.2':
|
|
resolution: {integrity: sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.46.2':
|
|
resolution: {integrity: sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.46.2':
|
|
resolution: {integrity: sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==}
|
|
cpu: [s390x]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.46.2':
|
|
resolution: {integrity: sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.46.2':
|
|
resolution: {integrity: sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.46.2':
|
|
resolution: {integrity: sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.46.2':
|
|
resolution: {integrity: sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.46.2':
|
|
resolution: {integrity: sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@standard-schema/utils@0.3.0':
|
|
resolution: {integrity: sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==}
|
|
|
|
'@tailwindcss/node@4.1.13':
|
|
resolution: {integrity: sha512-eq3ouolC1oEFOAvOMOBAmfCIqZBJuvWvvYWh5h5iOYfe1HFC6+GZ6EIL0JdM3/niGRJmnrOc+8gl9/HGUaaptw==}
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.13':
|
|
resolution: {integrity: sha512-BrpTrVYyejbgGo57yc8ieE+D6VT9GOgnNdmh5Sac6+t0m+v+sKQevpFVpwX3pBrM2qKrQwJ0c5eDbtjouY/+ew==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [android]
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.13':
|
|
resolution: {integrity: sha512-YP+Jksc4U0KHcu76UhRDHq9bx4qtBftp9ShK/7UGfq0wpaP96YVnnjFnj3ZFrUAjc5iECzODl/Ts0AN7ZPOANQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.13':
|
|
resolution: {integrity: sha512-aAJ3bbwrn/PQHDxCto9sxwQfT30PzyYJFG0u/BWZGeVXi5Hx6uuUOQEI2Fa43qvmUjTRQNZnGqe9t0Zntexeuw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.13':
|
|
resolution: {integrity: sha512-Wt8KvASHwSXhKE/dJLCCWcTSVmBj3xhVhp/aF3RpAhGeZ3sVo7+NTfgiN8Vey/Fi8prRClDs6/f0KXPDTZE6nQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13':
|
|
resolution: {integrity: sha512-mbVbcAsW3Gkm2MGwA93eLtWrwajz91aXZCNSkGTx/R5eb6KpKD5q8Ueckkh9YNboU8RH7jiv+ol/I7ZyQ9H7Bw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.13':
|
|
resolution: {integrity: sha512-wdtfkmpXiwej/yoAkrCP2DNzRXCALq9NVLgLELgLim1QpSfhQM5+ZxQQF8fkOiEpuNoKLp4nKZ6RC4kmeFH0HQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.13':
|
|
resolution: {integrity: sha512-hZQrmtLdhyqzXHB7mkXfq0IYbxegaqTmfa1p9MBj72WPoDD3oNOh1Lnxf6xZLY9C3OV6qiCYkO1i/LrzEdW2mg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.13':
|
|
resolution: {integrity: sha512-uaZTYWxSXyMWDJZNY1Ul7XkJTCBRFZ5Fo6wtjrgBKzZLoJNrG+WderJwAjPzuNZOnmdrVg260DKwXCFtJ/hWRQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.13':
|
|
resolution: {integrity: sha512-oXiPj5mi4Hdn50v5RdnuuIms0PVPI/EG4fxAfFiIKQh5TgQgX7oSuDWntHW7WNIi/yVLAiS+CRGW4RkoGSSgVQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.13':
|
|
resolution: {integrity: sha512-+LC2nNtPovtrDwBc/nqnIKYh/W2+R69FA0hgoeOn64BdCX522u19ryLh3Vf3F8W49XBcMIxSe665kwy21FkhvA==}
|
|
engines: {node: '>=14.0.0'}
|
|
cpu: [wasm32]
|
|
bundledDependencies:
|
|
- '@napi-rs/wasm-runtime'
|
|
- '@emnapi/core'
|
|
- '@emnapi/runtime'
|
|
- '@tybys/wasm-util'
|
|
- '@emnapi/wasi-threads'
|
|
- tslib
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.13':
|
|
resolution: {integrity: sha512-dziTNeQXtoQ2KBXmrjCxsuPk3F3CQ/yb7ZNZNA+UkNTeiTGgfeh+gH5Pi7mRncVgcPD2xgHvkFCh/MhZWSgyQg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.13':
|
|
resolution: {integrity: sha512-3+LKesjXydTkHk5zXX01b5KMzLV1xl2mcktBJkje7rhFUpUlYJy7IMOLqjIRQncLTa1WZZiFY/foAeB5nmaiTw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tailwindcss/oxide@4.1.13':
|
|
resolution: {integrity: sha512-CPgsM1IpGRa880sMbYmG1s4xhAy3xEt1QULgTJGQmZUeNgXFR7s1YxYygmJyBGtou4SyEosGAGEeYqY7R53bIA==}
|
|
engines: {node: '>= 10'}
|
|
|
|
'@tailwindcss/vite@4.1.13':
|
|
resolution: {integrity: sha512-0PmqLQ010N58SbMTJ7BVJ4I2xopiQn/5i6nlb4JmxzQf8zcS5+m2Cv6tqh+sfDwtIdjoEnOvwsGQ1hkUi8QEHQ==}
|
|
peerDependencies:
|
|
vite: ^5.2.0 || ^6 || ^7
|
|
|
|
'@tanstack/query-core@5.90.3':
|
|
resolution: {integrity: sha512-HtPOnCwmx4dd35PfXU8jjkhwYrsHfuqgC8RCJIwWglmhIUIlzPP0ZcEkDAc+UtAWCiLm7T8rxeEfHZlz3hYMCA==}
|
|
|
|
'@tanstack/react-query@5.90.3':
|
|
resolution: {integrity: sha512-i/LRL6DtuhG6bjGzavIMIVuKKPWx2AnEBIsBfuMm3YoHne0a20nWmsatOCBcVSaT0/8/5YFjNkebHAPLVUSi0Q==}
|
|
peerDependencies:
|
|
react: ^18 || ^19
|
|
|
|
'@tauri-apps/api@2.8.0':
|
|
resolution: {integrity: sha512-ga7zdhbS2GXOMTIZRT0mYjKJtR9fivsXzsyq5U3vjDL0s6DTMwYRm0UHNjzTY5dh4+LSC68Sm/7WEiimbQNYlw==}
|
|
|
|
'@tauri-apps/cli-darwin-arm64@2.8.1':
|
|
resolution: {integrity: sha512-301XWcDozcvJ79uMRquSvgI4vvAxetFs+reMpBI1U5mSWixjUqxZjxs9UDJAtE+GFXdGYTjSLUxCKe5WBDKZ/A==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
'@tauri-apps/cli-darwin-x64@2.8.1':
|
|
resolution: {integrity: sha512-fJpOD/jWNy3sn27mjPGexBxGPTCgoCu29C+7qBV8kKJQGrRB4/zJk2zMqcKMjV/1Dma47n+saQWXLFwGpRUHgQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.8.1':
|
|
resolution: {integrity: sha512-BcrZiInB3xjdV/Q2yv88aAz4Ajrxomd1+oePUO8ZWVpdhFwMZaAAOMbpPVgrlanGBeSzU7Aim9i1Opz/+JYiDA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
'@tauri-apps/cli-linux-arm64-gnu@2.8.1':
|
|
resolution: {integrity: sha512-uZXaQrcdk55h4qWSe3pngg6LMUwVUIoluxXG/cmKHeq8LddlUdKpj3OaSPahLWip1Ol6hq14ysvywzsrdhM4kA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tauri-apps/cli-linux-arm64-musl@2.8.1':
|
|
resolution: {integrity: sha512-VK/zwBzQY9SfyK7RSrxlIRQLJyhyssoByYWPK/FJMre8SV/y8zZ071cTQNG9dPWM1f+onI1WPTleG+TBUq/0Gw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tauri-apps/cli-linux-riscv64-gnu@2.8.1':
|
|
resolution: {integrity: sha512-bFw3zK6xkyurDR5kw2QgiU6YFlFNrfgtli3wRdTRv8zSVLZMQ2iZ8keYnd57vpvsbZ9PusFPYAMS7Fkzkf9I4g==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [riscv64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tauri-apps/cli-linux-x64-gnu@2.8.1':
|
|
resolution: {integrity: sha512-zOnFX+Rppuz0UVVSeCi67lMet8le+yT4UIiQ6t/QYGtpoWO/D4GpMoVYehJlR14klNXrC2CRxT9b3BUWTCEBwA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
'@tauri-apps/cli-linux-x64-musl@2.8.1':
|
|
resolution: {integrity: sha512-gLy6eisaeOTC6NQirs3a0XZNCVT/i7JPYHkXx6ArH6+Kb9IU8ogthTY4MQoYbkWmdOp3ijKX+RT1dD3IZURrEg==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
'@tauri-apps/cli-win32-arm64-msvc@2.8.1':
|
|
resolution: {integrity: sha512-ciZ93Dm847zFDqRyc1e0YRiu/cdWne1bMhvifcZOibbyqSKB9o+b95Y5axMtXqR4Wsd2mHiC5TE+MVF3NDsdEw==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli-win32-ia32-msvc@2.8.1':
|
|
resolution: {integrity: sha512-uWUa503Pw53XidUvcqWOvVsBY7vpQs+ZlTyQgXSnPuTiMF1l5bFEzqoHMvZfIL3MFG13xCAqVK1bR7lFB/6qMQ==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [ia32]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli-win32-x64-msvc@2.8.1':
|
|
resolution: {integrity: sha512-KmiT0vI7FMBWfk5YDQg7+WcjzuMdeaHOQ7H0podZ7lyJg2qo2DpbGp8y+fMVCRsmvQx5bW6Cyh1ArfO1kkUInA==}
|
|
engines: {node: '>= 10'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
'@tauri-apps/cli@2.8.1':
|
|
resolution: {integrity: sha512-ONVAfI7PFUO6MdSq9dh2YwlIb1cAezrzqrWw2+TChVskoqzDyyzncU7yXlcph/H/nR/kNDEY3E1pC8aV3TVCNQ==}
|
|
engines: {node: '>= 10'}
|
|
hasBin: true
|
|
|
|
'@tauri-apps/plugin-dialog@2.4.0':
|
|
resolution: {integrity: sha512-OvXkrEBfWwtd8tzVCEXIvRfNEX87qs2jv6SqmVPiHcJjBhSF/GUvjqUNIDmKByb5N8nvDqVUM7+g1sXwdC/S9w==}
|
|
|
|
'@tauri-apps/plugin-process@2.3.0':
|
|
resolution: {integrity: sha512-0DNj6u+9csODiV4seSxxRbnLpeGYdojlcctCuLOCgpH9X3+ckVZIEj6H7tRQ7zqWr7kSTEWnrxtAdBb0FbtrmQ==}
|
|
|
|
'@tauri-apps/plugin-store@2.4.0':
|
|
resolution: {integrity: sha512-PjBnlnH6jyI71MGhrPaxUUCsOzc7WO1mbc4gRhME0m2oxLgCqbksw6JyeKQimuzv4ysdpNO3YbmaY2haf82a3A==}
|
|
|
|
'@tauri-apps/plugin-updater@2.9.0':
|
|
resolution: {integrity: sha512-j++sgY8XpeDvzImTrzWA08OqqGqgkNyxczLD7FjNJJx/uXxMZFz5nDcfkyoI/rCjYuj2101Tci/r/HFmOmoxCg==}
|
|
|
|
'@testing-library/dom@10.4.1':
|
|
resolution: {integrity: sha512-o4PXJQidqJl82ckFaXUeoAW+XysPLauYI43Abki5hABd853iMhitooc6znOnczgbTYmEP6U6/y1ZyKAIsvMKGg==}
|
|
engines: {node: '>=18'}
|
|
|
|
'@testing-library/jest-dom@6.9.1':
|
|
resolution: {integrity: sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==}
|
|
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
|
|
|
'@testing-library/react@16.3.0':
|
|
resolution: {integrity: sha512-kFSyxiEDwv1WLl2fgsq6pPBbw5aWKrsY2/noi1Id0TK0UParSF62oFQFGHXIyaG4pp2tEub/Zlel+fjjZILDsw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
'@testing-library/dom': ^10.0.0
|
|
'@types/react': ^18.0.0 || ^19.0.0
|
|
'@types/react-dom': ^18.0.0 || ^19.0.0
|
|
react: ^18.0.0 || ^19.0.0
|
|
react-dom: ^18.0.0 || ^19.0.0
|
|
peerDependenciesMeta:
|
|
'@types/react':
|
|
optional: true
|
|
'@types/react-dom':
|
|
optional: true
|
|
|
|
'@testing-library/user-event@14.6.1':
|
|
resolution: {integrity: sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==}
|
|
engines: {node: '>=12', npm: '>=6'}
|
|
peerDependencies:
|
|
'@testing-library/dom': '>=7.21.4'
|
|
|
|
'@types/aria-query@5.0.4':
|
|
resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==}
|
|
|
|
'@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.28.0':
|
|
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
|
|
|
'@types/estree@1.0.8':
|
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
|
|
'@types/node@20.19.9':
|
|
resolution: {integrity: sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==}
|
|
|
|
'@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@18.3.23':
|
|
resolution: {integrity: sha512-/LDXMQh55EzZQ0uVAZmKKhfENivEvWz6E+EYzh+/MCjMhNsotd+ZHhBGIjFDTi6+fz0OhQQQLbTgdQIxxCsC0w==}
|
|
|
|
'@types/statuses@2.0.6':
|
|
resolution: {integrity: sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==}
|
|
|
|
'@vitejs/plugin-react@4.7.0':
|
|
resolution: {integrity: sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==}
|
|
engines: {node: ^14.18.0 || >=16.0.0}
|
|
peerDependencies:
|
|
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
|
|
|
|
'@vitest/expect@2.1.9':
|
|
resolution: {integrity: sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==}
|
|
|
|
'@vitest/mocker@2.1.9':
|
|
resolution: {integrity: sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==}
|
|
peerDependencies:
|
|
msw: ^2.4.9
|
|
vite: ^5.0.0
|
|
peerDependenciesMeta:
|
|
msw:
|
|
optional: true
|
|
vite:
|
|
optional: true
|
|
|
|
'@vitest/pretty-format@2.1.9':
|
|
resolution: {integrity: sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==}
|
|
|
|
'@vitest/runner@2.1.9':
|
|
resolution: {integrity: sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==}
|
|
|
|
'@vitest/snapshot@2.1.9':
|
|
resolution: {integrity: sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==}
|
|
|
|
'@vitest/spy@2.1.9':
|
|
resolution: {integrity: sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==}
|
|
|
|
'@vitest/utils@2.1.9':
|
|
resolution: {integrity: sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==}
|
|
|
|
agent-base@7.1.4:
|
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
engines: {node: '>= 14'}
|
|
|
|
ansi-regex@5.0.1:
|
|
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@4.3.0:
|
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
engines: {node: '>=8'}
|
|
|
|
ansi-styles@5.2.0:
|
|
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
engines: {node: '>=10'}
|
|
|
|
aria-hidden@1.2.6:
|
|
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
engines: {node: '>=10'}
|
|
|
|
aria-query@5.3.0:
|
|
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
|
|
|
|
aria-query@5.3.2:
|
|
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
assertion-error@2.0.1:
|
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
|
engines: {node: '>=12'}
|
|
|
|
asynckit@0.4.0:
|
|
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
|
|
browserslist@4.25.1:
|
|
resolution: {integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw==}
|
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
hasBin: true
|
|
|
|
cac@6.7.14:
|
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
caniuse-lite@1.0.30001731:
|
|
resolution: {integrity: sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==}
|
|
|
|
chai@5.3.3:
|
|
resolution: {integrity: sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==}
|
|
engines: {node: '>=18'}
|
|
|
|
check-error@2.1.1:
|
|
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
|
|
engines: {node: '>= 16'}
|
|
|
|
chownr@3.0.0:
|
|
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
|
|
engines: {node: '>=18'}
|
|
|
|
class-variance-authority@0.7.1:
|
|
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
|
|
cli-width@4.1.0:
|
|
resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==}
|
|
engines: {node: '>= 12'}
|
|
|
|
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'}
|
|
|
|
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==}
|
|
|
|
combined-stream@1.0.8:
|
|
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
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'}
|
|
|
|
crelt@1.0.6:
|
|
resolution: {integrity: sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==}
|
|
|
|
cross-fetch@4.1.0:
|
|
resolution: {integrity: sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==}
|
|
|
|
css.escape@1.5.1:
|
|
resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==}
|
|
|
|
cssstyle@4.6.0:
|
|
resolution: {integrity: sha512-2z+rWdzbbSZv6/rhtvzvqeZQHrBaqgogqt85sqFNbabZOuFbCVFb8kPeEtZjiKkbrm395irpNKiYeFeLiQnFPg==}
|
|
engines: {node: '>=18'}
|
|
|
|
csstype@3.1.3:
|
|
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
|
|
|
|
data-urls@5.0.0:
|
|
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
|
|
engines: {node: '>=18'}
|
|
|
|
debug@4.4.1:
|
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
|
engines: {node: '>=6.0'}
|
|
peerDependencies:
|
|
supports-color: '*'
|
|
peerDependenciesMeta:
|
|
supports-color:
|
|
optional: true
|
|
|
|
decimal.js@10.6.0:
|
|
resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==}
|
|
|
|
deep-eql@5.0.2:
|
|
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
delayed-stream@1.0.0:
|
|
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
engines: {node: '>=0.4.0'}
|
|
|
|
dequal@2.0.3:
|
|
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
|
engines: {node: '>=6'}
|
|
|
|
detect-libc@2.0.4:
|
|
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
|
|
engines: {node: '>=8'}
|
|
|
|
detect-node-es@1.1.0:
|
|
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
|
|
dom-accessibility-api@0.5.16:
|
|
resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
|
|
|
|
dom-accessibility-api@0.6.3:
|
|
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
|
|
|
dunder-proto@1.0.1:
|
|
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
electron-to-chromium@1.5.197:
|
|
resolution: {integrity: sha512-m1xWB3g7vJ6asIFz+2pBUbq3uGmfmln1M9SSvBe4QIFWYrRHylP73zL/3nMjDmwz8V+1xAXQDfBd6+HPW0WvDQ==}
|
|
|
|
emoji-regex@8.0.0:
|
|
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
|
|
|
|
enhanced-resolve@5.18.3:
|
|
resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
|
|
engines: {node: '>=10.13.0'}
|
|
|
|
entities@6.0.1:
|
|
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
|
|
engines: {node: '>=0.12'}
|
|
|
|
es-define-property@1.0.1:
|
|
resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-errors@1.3.0:
|
|
resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-module-lexer@1.7.0:
|
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
|
|
|
es-object-atoms@1.1.1:
|
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
esbuild@0.21.5:
|
|
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
engines: {node: '>=12'}
|
|
hasBin: true
|
|
|
|
escalade@3.2.0:
|
|
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
engines: {node: '>=6'}
|
|
|
|
estree-walker@3.0.3:
|
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
|
|
|
expect-type@1.2.2:
|
|
resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==}
|
|
engines: {node: '>=12.0.0'}
|
|
|
|
form-data@4.0.4:
|
|
resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==}
|
|
engines: {node: '>= 6'}
|
|
|
|
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-intrinsic@1.3.0:
|
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
get-nonce@1.0.1:
|
|
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
engines: {node: '>=6'}
|
|
|
|
get-proto@1.0.1:
|
|
resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
gopd@1.2.0:
|
|
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
graceful-fs@4.2.11:
|
|
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
|
|
graphql@16.11.0:
|
|
resolution: {integrity: sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==}
|
|
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
|
|
has-symbols@1.1.0:
|
|
resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
has-tostringtag@1.0.2:
|
|
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
hasown@2.0.2:
|
|
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
headers-polyfill@4.0.3:
|
|
resolution: {integrity: sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==}
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
html-parse-stringify@3.0.1:
|
|
resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==}
|
|
|
|
http-proxy-agent@7.0.2:
|
|
resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==}
|
|
engines: {node: '>= 14'}
|
|
|
|
https-proxy-agent@7.0.6:
|
|
resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==}
|
|
engines: {node: '>= 14'}
|
|
|
|
i18next@25.5.2:
|
|
resolution: {integrity: sha512-lW8Zeh37i/o0zVr+NoCHfNnfvVw+M6FQbRp36ZZ/NyHDJ3NJVpp2HhAUyU9WafL5AssymNoOjMRB48mmx2P6Hw==}
|
|
peerDependencies:
|
|
typescript: ^5
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
iconv-lite@0.6.3:
|
|
resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
indent-string@4.0.0:
|
|
resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-fullwidth-code-point@3.0.0:
|
|
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
|
|
engines: {node: '>=8'}
|
|
|
|
is-node-process@1.2.0:
|
|
resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==}
|
|
|
|
is-potential-custom-element-name@1.0.1:
|
|
resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
|
|
|
|
jiti@2.5.1:
|
|
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
|
|
hasBin: true
|
|
|
|
js-tokens@4.0.0:
|
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
|
|
jsdom@25.0.1:
|
|
resolution: {integrity: sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==}
|
|
engines: {node: '>=18'}
|
|
peerDependencies:
|
|
canvas: ^2.11.2
|
|
peerDependenciesMeta:
|
|
canvas:
|
|
optional: true
|
|
|
|
jsesc@3.1.0:
|
|
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
json5@2.2.3:
|
|
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
engines: {node: '>=6'}
|
|
hasBin: true
|
|
|
|
jsonc-parser@3.3.1:
|
|
resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==}
|
|
|
|
lightningcss-darwin-arm64@1.30.1:
|
|
resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [darwin]
|
|
|
|
lightningcss-darwin-x64@1.30.1:
|
|
resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [darwin]
|
|
|
|
lightningcss-freebsd-x64@1.30.1:
|
|
resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [freebsd]
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.1:
|
|
resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm]
|
|
os: [linux]
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.1:
|
|
resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
lightningcss-linux-arm64-musl@1.30.1:
|
|
resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
lightningcss-linux-x64-gnu@1.30.1:
|
|
resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [glibc]
|
|
|
|
lightningcss-linux-x64-musl@1.30.1:
|
|
resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [linux]
|
|
libc: [musl]
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.1:
|
|
resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [arm64]
|
|
os: [win32]
|
|
|
|
lightningcss-win32-x64-msvc@1.30.1:
|
|
resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
cpu: [x64]
|
|
os: [win32]
|
|
|
|
lightningcss@1.30.1:
|
|
resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==}
|
|
engines: {node: '>= 12.0.0'}
|
|
|
|
loose-envify@1.4.0:
|
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
hasBin: true
|
|
|
|
loupe@3.2.1:
|
|
resolution: {integrity: sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==}
|
|
|
|
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.542.0:
|
|
resolution: {integrity: sha512-w3hD8/SQB7+lzU2r4VdFyzzOzKnUjTZIF/MQJGSSvni7Llewni4vuViRppfRAa2guOsY5k4jZyxw/i9DQHv+dw==}
|
|
peerDependencies:
|
|
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
|
|
lz-string@1.5.0:
|
|
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
|
|
hasBin: true
|
|
|
|
magic-string@0.30.18:
|
|
resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
|
|
|
|
math-intrinsics@1.1.0:
|
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
|
engines: {node: '>= 0.4'}
|
|
|
|
mime-db@1.52.0:
|
|
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
mime-types@2.1.35:
|
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
engines: {node: '>= 0.6'}
|
|
|
|
min-indent@1.0.1:
|
|
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
|
|
engines: {node: '>=4'}
|
|
|
|
minipass@7.1.2:
|
|
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
|
|
minizlib@3.0.2:
|
|
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
|
|
engines: {node: '>= 18'}
|
|
|
|
mkdirp@3.0.1:
|
|
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
|
|
engines: {node: '>=10'}
|
|
hasBin: true
|
|
|
|
ms@2.1.3:
|
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
|
|
msw@2.11.6:
|
|
resolution: {integrity: sha512-MCYMykvmiYScyUm7I6y0VCxpNq1rgd5v7kG8ks5dKtvmxRUUPjribX6mUoUNBbM5/3PhUyoelEWiKXGOz84c+w==}
|
|
engines: {node: '>=18'}
|
|
hasBin: true
|
|
peerDependencies:
|
|
typescript: '>= 4.8.x'
|
|
peerDependenciesMeta:
|
|
typescript:
|
|
optional: true
|
|
|
|
mute-stream@2.0.0:
|
|
resolution: {integrity: sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==}
|
|
engines: {node: ^18.17.0 || >=20.5.0}
|
|
|
|
nanoid@3.3.11:
|
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
hasBin: true
|
|
|
|
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==}
|
|
|
|
nwsapi@2.2.22:
|
|
resolution: {integrity: sha512-ujSMe1OWVn55euT1ihwCI1ZcAaAU3nxUiDwfDQldc51ZXaB9m2AyOn6/jh1BLe2t/G8xd6uKG1UBF2aZJeg2SQ==}
|
|
|
|
outvariant@1.4.3:
|
|
resolution: {integrity: sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==}
|
|
|
|
parse5@7.3.0:
|
|
resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
|
|
|
|
path-to-regexp@6.3.0:
|
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
|
|
pathe@1.1.2:
|
|
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
|
|
|
|
pathval@2.0.1:
|
|
resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==}
|
|
engines: {node: '>= 14.16'}
|
|
|
|
picocolors@1.1.1:
|
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
|
|
postcss@8.5.6:
|
|
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
|
|
engines: {node: ^10 || ^12 || >=14}
|
|
|
|
prettier@3.6.2:
|
|
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
|
|
engines: {node: '>=14'}
|
|
hasBin: true
|
|
|
|
pretty-format@27.5.1:
|
|
resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==}
|
|
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
|
|
|
punycode@2.3.1:
|
|
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
engines: {node: '>=6'}
|
|
|
|
react-dom@18.3.1:
|
|
resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
|
|
peerDependencies:
|
|
react: ^18.3.1
|
|
|
|
react-hook-form@7.65.0:
|
|
resolution: {integrity: sha512-xtOzDz063WcXvGWaHgLNrNzlsdFgtUWcb32E6WFaGTd7kPZG3EeDusjdZfUsPwKCKVXy1ZlntifaHZ4l8pAsmw==}
|
|
engines: {node: '>=18.0.0'}
|
|
peerDependencies:
|
|
react: ^16.8.0 || ^17 || ^18 || ^19
|
|
|
|
react-i18next@16.0.0:
|
|
resolution: {integrity: sha512-JQ+dFfLnFSKJQt7W01lJHWRC0SX7eDPobI+MSTJ3/gP39xH2g33AuTE7iddAfXYHamJdAeMGM0VFboPaD3G68Q==}
|
|
peerDependencies:
|
|
i18next: '>= 25.5.2'
|
|
react: '>= 16.8.0'
|
|
react-dom: '*'
|
|
react-native: '*'
|
|
typescript: ^5
|
|
peerDependenciesMeta:
|
|
react-dom:
|
|
optional: true
|
|
react-native:
|
|
optional: true
|
|
typescript:
|
|
optional: true
|
|
|
|
react-is@17.0.2:
|
|
resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==}
|
|
|
|
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-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@18.3.1:
|
|
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
redent@3.0.0:
|
|
resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
|
|
engines: {node: '>=8'}
|
|
|
|
require-directory@2.1.1:
|
|
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
rettime@0.7.0:
|
|
resolution: {integrity: sha512-LPRKoHnLKd/r3dVxcwO7vhCW+orkOGj9ViueosEBK6ie89CijnfRlhaDhHq/3Hxu4CkWQtxwlBG0mzTQY6uQjw==}
|
|
|
|
rollup@4.46.2:
|
|
resolution: {integrity: sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==}
|
|
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
|
hasBin: true
|
|
|
|
rrweb-cssom@0.7.1:
|
|
resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==}
|
|
|
|
rrweb-cssom@0.8.0:
|
|
resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==}
|
|
|
|
safer-buffer@2.1.2:
|
|
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
|
|
|
|
saxes@6.0.0:
|
|
resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==}
|
|
engines: {node: '>=v12.22.7'}
|
|
|
|
scheduler@0.23.2:
|
|
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
|
|
|
|
semver@6.3.1:
|
|
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
hasBin: true
|
|
|
|
siginfo@2.0.0:
|
|
resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==}
|
|
|
|
signal-exit@4.1.0:
|
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
engines: {node: '>=14'}
|
|
|
|
smol-toml@1.4.2:
|
|
resolution: {integrity: sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==}
|
|
engines: {node: '>= 18'}
|
|
|
|
sonner@2.0.7:
|
|
resolution: {integrity: sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==}
|
|
peerDependencies:
|
|
react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
|
|
source-map-js@1.2.1:
|
|
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
engines: {node: '>=0.10.0'}
|
|
|
|
stackback@0.0.2:
|
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
|
|
|
statuses@2.0.2:
|
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
engines: {node: '>= 0.8'}
|
|
|
|
std-env@3.10.0:
|
|
resolution: {integrity: sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==}
|
|
|
|
strict-event-emitter@0.5.1:
|
|
resolution: {integrity: sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==}
|
|
|
|
string-width@4.2.3:
|
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-ansi@6.0.1:
|
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
|
engines: {node: '>=8'}
|
|
|
|
strip-indent@3.0.0:
|
|
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
|
|
engines: {node: '>=8'}
|
|
|
|
style-mod@4.1.2:
|
|
resolution: {integrity: sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==}
|
|
|
|
symbol-tree@3.2.4:
|
|
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
|
|
|
|
tailwind-merge@3.3.1:
|
|
resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
|
|
|
|
tailwindcss@4.1.13:
|
|
resolution: {integrity: sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==}
|
|
|
|
tapable@2.2.3:
|
|
resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==}
|
|
engines: {node: '>=6'}
|
|
|
|
tar@7.4.3:
|
|
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tinybench@2.9.0:
|
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
|
|
|
tinyexec@0.3.2:
|
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
|
|
|
tinypool@1.1.1:
|
|
resolution: {integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==}
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
|
|
tinyrainbow@1.2.0:
|
|
resolution: {integrity: sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tinyspy@3.0.2:
|
|
resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
|
|
engines: {node: '>=14.0.0'}
|
|
|
|
tldts-core@6.1.86:
|
|
resolution: {integrity: sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==}
|
|
|
|
tldts-core@7.0.17:
|
|
resolution: {integrity: sha512-DieYoGrP78PWKsrXr8MZwtQ7GLCUeLxihtjC1jZsW1DnvSMdKPitJSe8OSYDM2u5H6g3kWJZpePqkp43TfLh0g==}
|
|
|
|
tldts@6.1.86:
|
|
resolution: {integrity: sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==}
|
|
hasBin: true
|
|
|
|
tldts@7.0.17:
|
|
resolution: {integrity: sha512-Y1KQBgDd/NUc+LfOtKS6mNsC9CCaH+m2P1RoIZy7RAPo3C3/t8X45+zgut31cRZtZ3xKPjfn3TkGTrctC2TQIQ==}
|
|
hasBin: true
|
|
|
|
tough-cookie@5.1.2:
|
|
resolution: {integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==}
|
|
engines: {node: '>=16'}
|
|
|
|
tough-cookie@6.0.0:
|
|
resolution: {integrity: sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==}
|
|
engines: {node: '>=16'}
|
|
|
|
tr46@0.0.3:
|
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
|
|
tr46@5.1.1:
|
|
resolution: {integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw==}
|
|
engines: {node: '>=18'}
|
|
|
|
tslib@2.8.1:
|
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
|
|
type-fest@4.41.0:
|
|
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
|
engines: {node: '>=16'}
|
|
|
|
typescript@5.9.2:
|
|
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
|
|
engines: {node: '>=14.17'}
|
|
hasBin: true
|
|
|
|
undici-types@6.21.0:
|
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
|
|
until-async@3.0.2:
|
|
resolution: {integrity: sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==}
|
|
|
|
update-browserslist-db@1.1.3:
|
|
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
|
|
hasBin: true
|
|
peerDependencies:
|
|
browserslist: '>= 4.21.0'
|
|
|
|
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-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
|
|
|
|
vite-node@2.1.9:
|
|
resolution: {integrity: sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==}
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
hasBin: true
|
|
|
|
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
|
|
|
|
vitest@2.1.9:
|
|
resolution: {integrity: sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==}
|
|
engines: {node: ^18.0.0 || >=20.0.0}
|
|
hasBin: true
|
|
peerDependencies:
|
|
'@edge-runtime/vm': '*'
|
|
'@types/node': ^18.0.0 || >=20.0.0
|
|
'@vitest/browser': 2.1.9
|
|
'@vitest/ui': 2.1.9
|
|
happy-dom: '*'
|
|
jsdom: '*'
|
|
peerDependenciesMeta:
|
|
'@edge-runtime/vm':
|
|
optional: true
|
|
'@types/node':
|
|
optional: true
|
|
'@vitest/browser':
|
|
optional: true
|
|
'@vitest/ui':
|
|
optional: true
|
|
happy-dom:
|
|
optional: true
|
|
jsdom:
|
|
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==}
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==}
|
|
engines: {node: '>=18'}
|
|
|
|
webidl-conversions@3.0.1:
|
|
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
|
|
|
|
webidl-conversions@7.0.0:
|
|
resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==}
|
|
engines: {node: '>=12'}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-mimetype@4.0.0:
|
|
resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-url@14.2.0:
|
|
resolution: {integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==}
|
|
engines: {node: '>=18'}
|
|
|
|
whatwg-url@5.0.0:
|
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
|
|
why-is-node-running@2.3.0:
|
|
resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
|
|
engines: {node: '>=8'}
|
|
hasBin: true
|
|
|
|
wrap-ansi@6.2.0:
|
|
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
|
|
engines: {node: '>=8'}
|
|
|
|
wrap-ansi@7.0.0:
|
|
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
|
|
engines: {node: '>=10'}
|
|
|
|
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
|
|
|
|
xml-name-validator@5.0.0:
|
|
resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==}
|
|
engines: {node: '>=18'}
|
|
|
|
xmlchars@2.2.0:
|
|
resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==}
|
|
|
|
y18n@5.0.8:
|
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
engines: {node: '>=10'}
|
|
|
|
yallist@3.1.1:
|
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
|
|
yallist@5.0.0:
|
|
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
engines: {node: '>=18'}
|
|
|
|
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'}
|
|
|
|
yoctocolors-cjs@2.1.3:
|
|
resolution: {integrity: sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==}
|
|
engines: {node: '>=18'}
|
|
|
|
zod@4.1.12:
|
|
resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
|
|
|
|
snapshots:
|
|
|
|
'@adobe/css-tools@4.4.4': {}
|
|
|
|
'@ampproject/remapping@2.3.0':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.12
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
|
|
'@asamuzakjp/css-color@3.2.0':
|
|
dependencies:
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
lru-cache: 10.4.3
|
|
|
|
'@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.28.0': {}
|
|
|
|
'@babel/core@7.28.0':
|
|
dependencies:
|
|
'@ampproject/remapping': 2.3.0
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.28.0
|
|
'@babel/helper-compilation-targets': 7.27.2
|
|
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0)
|
|
'@babel/helpers': 7.28.2
|
|
'@babel/parser': 7.28.0
|
|
'@babel/template': 7.27.2
|
|
'@babel/traverse': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
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.28.0':
|
|
dependencies:
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
'@jridgewell/gen-mapping': 0.3.12
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
jsesc: 3.1.0
|
|
|
|
'@babel/helper-compilation-targets@7.27.2':
|
|
dependencies:
|
|
'@babel/compat-data': 7.28.0
|
|
'@babel/helper-validator-option': 7.27.1
|
|
browserslist: 4.25.1
|
|
lru-cache: 5.1.1
|
|
semver: 6.3.1
|
|
|
|
'@babel/helper-globals@7.28.0': {}
|
|
|
|
'@babel/helper-module-imports@7.27.1':
|
|
dependencies:
|
|
'@babel/traverse': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-module-imports': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
'@babel/traverse': 7.28.0
|
|
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.28.2':
|
|
dependencies:
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/parser@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-plugin-utils': 7.27.1
|
|
|
|
'@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.28.0)':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/helper-plugin-utils': 7.27.1
|
|
|
|
'@babel/runtime@7.28.4': {}
|
|
|
|
'@babel/template@7.27.2':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
|
|
'@babel/traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/generator': 7.28.0
|
|
'@babel/helper-globals': 7.28.0
|
|
'@babel/parser': 7.28.0
|
|
'@babel/template': 7.27.2
|
|
'@babel/types': 7.28.2
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@babel/types@7.28.2':
|
|
dependencies:
|
|
'@babel/helper-string-parser': 7.27.1
|
|
'@babel/helper-validator-identifier': 7.27.1
|
|
|
|
'@codemirror/autocomplete@6.18.7':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@codemirror/commands@6.8.1':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@codemirror/lang-css@6.3.1':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.7
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/state': 6.5.2
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/css': 1.3.0
|
|
|
|
'@codemirror/lang-html@6.4.11':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.7
|
|
'@codemirror/lang-css': 6.3.1
|
|
'@codemirror/lang-javascript': 6.2.4
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/css': 1.3.0
|
|
'@lezer/html': 1.3.12
|
|
|
|
'@codemirror/lang-javascript@6.2.4':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.7
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/lint': 6.8.5
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/javascript': 1.5.4
|
|
|
|
'@codemirror/lang-json@6.0.2':
|
|
dependencies:
|
|
'@codemirror/language': 6.11.3
|
|
'@lezer/json': 1.0.3
|
|
|
|
'@codemirror/lang-markdown@6.5.0':
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.7
|
|
'@codemirror/lang-html': 6.4.11
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/markdown': 1.6.0
|
|
|
|
'@codemirror/language@6.11.3':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@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.2
|
|
crelt: 1.0.6
|
|
|
|
'@codemirror/search@6.5.11':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
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.3
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
'@lezer/highlight': 1.2.1
|
|
|
|
'@codemirror/view@6.38.2':
|
|
dependencies:
|
|
'@codemirror/state': 6.5.2
|
|
crelt: 1.0.6
|
|
style-mod: 4.1.2
|
|
w3c-keyname: 2.2.8
|
|
|
|
'@csstools/color-helpers@5.1.0': {}
|
|
|
|
'@csstools/css-calc@2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-color-parser@3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/color-helpers': 5.1.0
|
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4)':
|
|
dependencies:
|
|
'@csstools/css-tokenizer': 3.0.4
|
|
|
|
'@csstools/css-tokenizer@3.0.4': {}
|
|
|
|
'@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/sortable@10.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
|
|
|
|
'@esbuild/aix-ppc64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-arm@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/android-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/darwin-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/freebsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-arm@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ia32@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-loong64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-mips64el@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-ppc64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-riscv64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-s390x@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/linux-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/netbsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/openbsd-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/sunos-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-arm64@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-ia32@0.21.5':
|
|
optional: true
|
|
|
|
'@esbuild/win32-x64@0.21.5':
|
|
optional: true
|
|
|
|
'@floating-ui/core@1.7.3':
|
|
dependencies:
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
'@floating-ui/dom@1.7.4':
|
|
dependencies:
|
|
'@floating-ui/core': 1.7.3
|
|
'@floating-ui/utils': 0.2.10
|
|
|
|
'@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/utils@0.2.10': {}
|
|
|
|
'@hookform/resolvers@5.2.2(react-hook-form@7.65.0(react@18.3.1))':
|
|
dependencies:
|
|
'@standard-schema/utils': 0.3.0
|
|
react-hook-form: 7.65.0(react@18.3.1)
|
|
|
|
'@inquirer/ansi@1.0.1': {}
|
|
|
|
'@inquirer/confirm@5.1.19(@types/node@20.19.9)':
|
|
dependencies:
|
|
'@inquirer/core': 10.3.0(@types/node@20.19.9)
|
|
'@inquirer/type': 3.0.9(@types/node@20.19.9)
|
|
optionalDependencies:
|
|
'@types/node': 20.19.9
|
|
|
|
'@inquirer/core@10.3.0(@types/node@20.19.9)':
|
|
dependencies:
|
|
'@inquirer/ansi': 1.0.1
|
|
'@inquirer/figures': 1.0.14
|
|
'@inquirer/type': 3.0.9(@types/node@20.19.9)
|
|
cli-width: 4.1.0
|
|
mute-stream: 2.0.0
|
|
signal-exit: 4.1.0
|
|
wrap-ansi: 6.2.0
|
|
yoctocolors-cjs: 2.1.3
|
|
optionalDependencies:
|
|
'@types/node': 20.19.9
|
|
|
|
'@inquirer/figures@1.0.14': {}
|
|
|
|
'@inquirer/type@3.0.9(@types/node@20.19.9)':
|
|
optionalDependencies:
|
|
'@types/node': 20.19.9
|
|
|
|
'@isaacs/fs-minipass@4.0.1':
|
|
dependencies:
|
|
minipass: 7.1.2
|
|
|
|
'@jridgewell/gen-mapping@0.3.12':
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.4
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
|
|
'@jridgewell/remapping@2.3.5':
|
|
dependencies:
|
|
'@jridgewell/gen-mapping': 0.3.12
|
|
'@jridgewell/trace-mapping': 0.3.29
|
|
|
|
'@jridgewell/resolve-uri@3.1.2': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.4': {}
|
|
|
|
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
|
|
'@jridgewell/trace-mapping@0.3.29':
|
|
dependencies:
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/sourcemap-codec': 1.5.4
|
|
|
|
'@lezer/common@1.2.3': {}
|
|
|
|
'@lezer/css@1.3.0':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
'@lezer/lr': 1.4.2
|
|
|
|
'@lezer/highlight@1.2.1':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
|
|
'@lezer/html@1.3.12':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
'@lezer/lr': 1.4.2
|
|
|
|
'@lezer/javascript@1.5.4':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
'@lezer/lr': 1.4.2
|
|
|
|
'@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
|
|
|
|
'@lezer/markdown@1.6.0':
|
|
dependencies:
|
|
'@lezer/common': 1.2.3
|
|
'@lezer/highlight': 1.2.1
|
|
|
|
'@marijn/find-cluster-break@1.0.2': {}
|
|
|
|
'@mswjs/interceptors@0.40.0':
|
|
dependencies:
|
|
'@open-draft/deferred-promise': 2.2.0
|
|
'@open-draft/logger': 0.3.0
|
|
'@open-draft/until': 2.1.0
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
strict-event-emitter: 0.5.1
|
|
|
|
'@open-draft/deferred-promise@2.2.0': {}
|
|
|
|
'@open-draft/logger@0.3.0':
|
|
dependencies:
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
|
|
'@open-draft/until@2.1.0': {}
|
|
|
|
'@radix-ui/number@1.1.1': {}
|
|
|
|
'@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.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.16(@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-id': 1.1.1(@types/react@18.3.23)(react@18.3.1)
|
|
'@radix-ui/react-menu': 2.1.16(@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.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-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.16(@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-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-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-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-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.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-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.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-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.13(@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-id': 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)
|
|
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': {}
|
|
|
|
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
|
|
|
'@rollup/rollup-android-arm-eabi@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-android-arm64@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-arm64@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-darwin-x64@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-arm64@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-freebsd-x64@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-gnueabihf@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm-musleabihf@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-arm64-musl@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-loongarch64-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-ppc64-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-riscv64-musl@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-s390x-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-gnu@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-linux-x64-musl@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-arm64-msvc@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-ia32-msvc@4.46.2':
|
|
optional: true
|
|
|
|
'@rollup/rollup-win32-x64-msvc@4.46.2':
|
|
optional: true
|
|
|
|
'@standard-schema/utils@0.3.0': {}
|
|
|
|
'@tailwindcss/node@4.1.13':
|
|
dependencies:
|
|
'@jridgewell/remapping': 2.3.5
|
|
enhanced-resolve: 5.18.3
|
|
jiti: 2.5.1
|
|
lightningcss: 1.30.1
|
|
magic-string: 0.30.18
|
|
source-map-js: 1.2.1
|
|
tailwindcss: 4.1.13
|
|
|
|
'@tailwindcss/oxide-android-arm64@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-arm64@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-darwin-x64@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-freebsd-x64@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-linux-x64-musl@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-wasm32-wasi@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.13':
|
|
optional: true
|
|
|
|
'@tailwindcss/oxide@4.1.13':
|
|
dependencies:
|
|
detect-libc: 2.0.4
|
|
tar: 7.4.3
|
|
optionalDependencies:
|
|
'@tailwindcss/oxide-android-arm64': 4.1.13
|
|
'@tailwindcss/oxide-darwin-arm64': 4.1.13
|
|
'@tailwindcss/oxide-darwin-x64': 4.1.13
|
|
'@tailwindcss/oxide-freebsd-x64': 4.1.13
|
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.13
|
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.13
|
|
'@tailwindcss/oxide-linux-arm64-musl': 4.1.13
|
|
'@tailwindcss/oxide-linux-x64-gnu': 4.1.13
|
|
'@tailwindcss/oxide-linux-x64-musl': 4.1.13
|
|
'@tailwindcss/oxide-wasm32-wasi': 4.1.13
|
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.13
|
|
'@tailwindcss/oxide-win32-x64-msvc': 4.1.13
|
|
|
|
'@tailwindcss/vite@4.1.13(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))':
|
|
dependencies:
|
|
'@tailwindcss/node': 4.1.13
|
|
'@tailwindcss/oxide': 4.1.13
|
|
tailwindcss: 4.1.13
|
|
vite: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
|
|
'@tanstack/query-core@5.90.3': {}
|
|
|
|
'@tanstack/react-query@5.90.3(react@18.3.1)':
|
|
dependencies:
|
|
'@tanstack/query-core': 5.90.3
|
|
react: 18.3.1
|
|
|
|
'@tauri-apps/api@2.8.0': {}
|
|
|
|
'@tauri-apps/cli-darwin-arm64@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-darwin-x64@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm-gnueabihf@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm64-gnu@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-arm64-musl@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-riscv64-gnu@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-x64-gnu@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-linux-x64-musl@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-arm64-msvc@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-ia32-msvc@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli-win32-x64-msvc@2.8.1':
|
|
optional: true
|
|
|
|
'@tauri-apps/cli@2.8.1':
|
|
optionalDependencies:
|
|
'@tauri-apps/cli-darwin-arm64': 2.8.1
|
|
'@tauri-apps/cli-darwin-x64': 2.8.1
|
|
'@tauri-apps/cli-linux-arm-gnueabihf': 2.8.1
|
|
'@tauri-apps/cli-linux-arm64-gnu': 2.8.1
|
|
'@tauri-apps/cli-linux-arm64-musl': 2.8.1
|
|
'@tauri-apps/cli-linux-riscv64-gnu': 2.8.1
|
|
'@tauri-apps/cli-linux-x64-gnu': 2.8.1
|
|
'@tauri-apps/cli-linux-x64-musl': 2.8.1
|
|
'@tauri-apps/cli-win32-arm64-msvc': 2.8.1
|
|
'@tauri-apps/cli-win32-ia32-msvc': 2.8.1
|
|
'@tauri-apps/cli-win32-x64-msvc': 2.8.1
|
|
|
|
'@tauri-apps/plugin-dialog@2.4.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.8.0
|
|
|
|
'@tauri-apps/plugin-process@2.3.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.8.0
|
|
|
|
'@tauri-apps/plugin-store@2.4.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.8.0
|
|
|
|
'@tauri-apps/plugin-updater@2.9.0':
|
|
dependencies:
|
|
'@tauri-apps/api': 2.8.0
|
|
|
|
'@testing-library/dom@10.4.1':
|
|
dependencies:
|
|
'@babel/code-frame': 7.27.1
|
|
'@babel/runtime': 7.28.4
|
|
'@types/aria-query': 5.0.4
|
|
aria-query: 5.3.0
|
|
dom-accessibility-api: 0.5.16
|
|
lz-string: 1.5.0
|
|
picocolors: 1.1.1
|
|
pretty-format: 27.5.1
|
|
|
|
'@testing-library/jest-dom@6.9.1':
|
|
dependencies:
|
|
'@adobe/css-tools': 4.4.4
|
|
aria-query: 5.3.2
|
|
css.escape: 1.5.1
|
|
dom-accessibility-api: 0.6.3
|
|
picocolors: 1.1.1
|
|
redent: 3.0.0
|
|
|
|
'@testing-library/react@16.3.0(@testing-library/dom@10.4.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:
|
|
'@babel/runtime': 7.28.4
|
|
'@testing-library/dom': 10.4.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)
|
|
|
|
'@testing-library/user-event@14.6.1(@testing-library/dom@10.4.1)':
|
|
dependencies:
|
|
'@testing-library/dom': 10.4.1
|
|
|
|
'@types/aria-query@5.0.4': {}
|
|
|
|
'@types/babel__core@7.20.5':
|
|
dependencies:
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
'@types/babel__generator': 7.27.0
|
|
'@types/babel__template': 7.4.4
|
|
'@types/babel__traverse': 7.28.0
|
|
|
|
'@types/babel__generator@7.27.0':
|
|
dependencies:
|
|
'@babel/types': 7.28.2
|
|
|
|
'@types/babel__template@7.4.4':
|
|
dependencies:
|
|
'@babel/parser': 7.28.0
|
|
'@babel/types': 7.28.2
|
|
|
|
'@types/babel__traverse@7.28.0':
|
|
dependencies:
|
|
'@babel/types': 7.28.2
|
|
|
|
'@types/estree@1.0.8': {}
|
|
|
|
'@types/node@20.19.9':
|
|
dependencies:
|
|
undici-types: 6.21.0
|
|
|
|
'@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@18.3.23':
|
|
dependencies:
|
|
'@types/prop-types': 15.7.15
|
|
csstype: 3.1.3
|
|
|
|
'@types/statuses@2.0.6': {}
|
|
|
|
'@vitejs/plugin-react@4.7.0(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))':
|
|
dependencies:
|
|
'@babel/core': 7.28.0
|
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.0)
|
|
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.0)
|
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
'@types/babel__core': 7.20.5
|
|
react-refresh: 0.17.0
|
|
vite: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
'@vitest/expect@2.1.9':
|
|
dependencies:
|
|
'@vitest/spy': 2.1.9
|
|
'@vitest/utils': 2.1.9
|
|
chai: 5.3.3
|
|
tinyrainbow: 1.2.0
|
|
|
|
'@vitest/mocker@2.1.9(msw@2.11.6(@types/node@20.19.9)(typescript@5.9.2))(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))':
|
|
dependencies:
|
|
'@vitest/spy': 2.1.9
|
|
estree-walker: 3.0.3
|
|
magic-string: 0.30.18
|
|
optionalDependencies:
|
|
msw: 2.11.6(@types/node@20.19.9)(typescript@5.9.2)
|
|
vite: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
|
|
'@vitest/pretty-format@2.1.9':
|
|
dependencies:
|
|
tinyrainbow: 1.2.0
|
|
|
|
'@vitest/runner@2.1.9':
|
|
dependencies:
|
|
'@vitest/utils': 2.1.9
|
|
pathe: 1.1.2
|
|
|
|
'@vitest/snapshot@2.1.9':
|
|
dependencies:
|
|
'@vitest/pretty-format': 2.1.9
|
|
magic-string: 0.30.18
|
|
pathe: 1.1.2
|
|
|
|
'@vitest/spy@2.1.9':
|
|
dependencies:
|
|
tinyspy: 3.0.2
|
|
|
|
'@vitest/utils@2.1.9':
|
|
dependencies:
|
|
'@vitest/pretty-format': 2.1.9
|
|
loupe: 3.2.1
|
|
tinyrainbow: 1.2.0
|
|
|
|
agent-base@7.1.4: {}
|
|
|
|
ansi-regex@5.0.1: {}
|
|
|
|
ansi-styles@4.3.0:
|
|
dependencies:
|
|
color-convert: 2.0.1
|
|
|
|
ansi-styles@5.2.0: {}
|
|
|
|
aria-hidden@1.2.6:
|
|
dependencies:
|
|
tslib: 2.8.1
|
|
|
|
aria-query@5.3.0:
|
|
dependencies:
|
|
dequal: 2.0.3
|
|
|
|
aria-query@5.3.2: {}
|
|
|
|
assertion-error@2.0.1: {}
|
|
|
|
asynckit@0.4.0: {}
|
|
|
|
browserslist@4.25.1:
|
|
dependencies:
|
|
caniuse-lite: 1.0.30001731
|
|
electron-to-chromium: 1.5.197
|
|
node-releases: 2.0.19
|
|
update-browserslist-db: 1.1.3(browserslist@4.25.1)
|
|
|
|
cac@6.7.14: {}
|
|
|
|
call-bind-apply-helpers@1.0.2:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
function-bind: 1.1.2
|
|
|
|
caniuse-lite@1.0.30001731: {}
|
|
|
|
chai@5.3.3:
|
|
dependencies:
|
|
assertion-error: 2.0.1
|
|
check-error: 2.1.1
|
|
deep-eql: 5.0.2
|
|
loupe: 3.2.1
|
|
pathval: 2.0.1
|
|
|
|
check-error@2.1.1: {}
|
|
|
|
chownr@3.0.0: {}
|
|
|
|
class-variance-authority@0.7.1:
|
|
dependencies:
|
|
clsx: 2.1.1
|
|
|
|
cli-width@4.1.0: {}
|
|
|
|
cliui@8.0.1:
|
|
dependencies:
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
wrap-ansi: 7.0.0
|
|
|
|
clsx@2.1.1: {}
|
|
|
|
codemirror@6.0.2:
|
|
dependencies:
|
|
'@codemirror/autocomplete': 6.18.7
|
|
'@codemirror/commands': 6.8.1
|
|
'@codemirror/language': 6.11.3
|
|
'@codemirror/lint': 6.8.5
|
|
'@codemirror/search': 6.5.11
|
|
'@codemirror/state': 6.5.2
|
|
'@codemirror/view': 6.38.2
|
|
|
|
color-convert@2.0.1:
|
|
dependencies:
|
|
color-name: 1.1.4
|
|
|
|
color-name@1.1.4: {}
|
|
|
|
combined-stream@1.0.8:
|
|
dependencies:
|
|
delayed-stream: 1.0.0
|
|
|
|
convert-source-map@2.0.0: {}
|
|
|
|
cookie@1.0.2: {}
|
|
|
|
crelt@1.0.6: {}
|
|
|
|
cross-fetch@4.1.0:
|
|
dependencies:
|
|
node-fetch: 2.7.0
|
|
transitivePeerDependencies:
|
|
- encoding
|
|
|
|
css.escape@1.5.1: {}
|
|
|
|
cssstyle@4.6.0:
|
|
dependencies:
|
|
'@asamuzakjp/css-color': 3.2.0
|
|
rrweb-cssom: 0.8.0
|
|
|
|
csstype@3.1.3: {}
|
|
|
|
data-urls@5.0.0:
|
|
dependencies:
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
|
|
debug@4.4.1:
|
|
dependencies:
|
|
ms: 2.1.3
|
|
|
|
decimal.js@10.6.0: {}
|
|
|
|
deep-eql@5.0.2: {}
|
|
|
|
delayed-stream@1.0.0: {}
|
|
|
|
dequal@2.0.3: {}
|
|
|
|
detect-libc@2.0.4: {}
|
|
|
|
detect-node-es@1.1.0: {}
|
|
|
|
dom-accessibility-api@0.5.16: {}
|
|
|
|
dom-accessibility-api@0.6.3: {}
|
|
|
|
dunder-proto@1.0.1:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-errors: 1.3.0
|
|
gopd: 1.2.0
|
|
|
|
electron-to-chromium@1.5.197: {}
|
|
|
|
emoji-regex@8.0.0: {}
|
|
|
|
enhanced-resolve@5.18.3:
|
|
dependencies:
|
|
graceful-fs: 4.2.11
|
|
tapable: 2.2.3
|
|
|
|
entities@6.0.1: {}
|
|
|
|
es-define-property@1.0.1: {}
|
|
|
|
es-errors@1.3.0: {}
|
|
|
|
es-module-lexer@1.7.0: {}
|
|
|
|
es-object-atoms@1.1.1:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
|
|
es-set-tostringtag@2.1.0:
|
|
dependencies:
|
|
es-errors: 1.3.0
|
|
get-intrinsic: 1.3.0
|
|
has-tostringtag: 1.0.2
|
|
hasown: 2.0.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
|
|
|
|
escalade@3.2.0: {}
|
|
|
|
estree-walker@3.0.3:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
|
|
expect-type@1.2.2: {}
|
|
|
|
form-data@4.0.4:
|
|
dependencies:
|
|
asynckit: 0.4.0
|
|
combined-stream: 1.0.8
|
|
es-set-tostringtag: 2.1.0
|
|
hasown: 2.0.2
|
|
mime-types: 2.1.35
|
|
|
|
fsevents@2.3.3:
|
|
optional: true
|
|
|
|
function-bind@1.1.2: {}
|
|
|
|
gensync@1.0.0-beta.2: {}
|
|
|
|
get-caller-file@2.0.5: {}
|
|
|
|
get-intrinsic@1.3.0:
|
|
dependencies:
|
|
call-bind-apply-helpers: 1.0.2
|
|
es-define-property: 1.0.1
|
|
es-errors: 1.3.0
|
|
es-object-atoms: 1.1.1
|
|
function-bind: 1.1.2
|
|
get-proto: 1.0.1
|
|
gopd: 1.2.0
|
|
has-symbols: 1.1.0
|
|
hasown: 2.0.2
|
|
math-intrinsics: 1.1.0
|
|
|
|
get-nonce@1.0.1: {}
|
|
|
|
get-proto@1.0.1:
|
|
dependencies:
|
|
dunder-proto: 1.0.1
|
|
es-object-atoms: 1.1.1
|
|
|
|
gopd@1.2.0: {}
|
|
|
|
graceful-fs@4.2.11: {}
|
|
|
|
graphql@16.11.0: {}
|
|
|
|
has-symbols@1.1.0: {}
|
|
|
|
has-tostringtag@1.0.2:
|
|
dependencies:
|
|
has-symbols: 1.1.0
|
|
|
|
hasown@2.0.2:
|
|
dependencies:
|
|
function-bind: 1.1.2
|
|
|
|
headers-polyfill@4.0.3: {}
|
|
|
|
html-encoding-sniffer@4.0.0:
|
|
dependencies:
|
|
whatwg-encoding: 3.1.1
|
|
|
|
html-parse-stringify@3.0.1:
|
|
dependencies:
|
|
void-elements: 3.1.0
|
|
|
|
http-proxy-agent@7.0.2:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
https-proxy-agent@7.0.6:
|
|
dependencies:
|
|
agent-base: 7.1.4
|
|
debug: 4.4.1
|
|
transitivePeerDependencies:
|
|
- supports-color
|
|
|
|
i18next@25.5.2(typescript@5.9.2):
|
|
dependencies:
|
|
'@babel/runtime': 7.28.4
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
|
|
iconv-lite@0.6.3:
|
|
dependencies:
|
|
safer-buffer: 2.1.2
|
|
|
|
indent-string@4.0.0: {}
|
|
|
|
is-fullwidth-code-point@3.0.0: {}
|
|
|
|
is-node-process@1.2.0: {}
|
|
|
|
is-potential-custom-element-name@1.0.1: {}
|
|
|
|
jiti@2.5.1: {}
|
|
|
|
js-tokens@4.0.0: {}
|
|
|
|
jsdom@25.0.1:
|
|
dependencies:
|
|
cssstyle: 4.6.0
|
|
data-urls: 5.0.0
|
|
decimal.js: 10.6.0
|
|
form-data: 4.0.4
|
|
html-encoding-sniffer: 4.0.0
|
|
http-proxy-agent: 7.0.2
|
|
https-proxy-agent: 7.0.6
|
|
is-potential-custom-element-name: 1.0.1
|
|
nwsapi: 2.2.22
|
|
parse5: 7.3.0
|
|
rrweb-cssom: 0.7.1
|
|
saxes: 6.0.0
|
|
symbol-tree: 3.2.4
|
|
tough-cookie: 5.1.2
|
|
w3c-xmlserializer: 5.0.0
|
|
webidl-conversions: 7.0.0
|
|
whatwg-encoding: 3.1.1
|
|
whatwg-mimetype: 4.0.0
|
|
whatwg-url: 14.2.0
|
|
ws: 8.18.3
|
|
xml-name-validator: 5.0.0
|
|
transitivePeerDependencies:
|
|
- bufferutil
|
|
- supports-color
|
|
- utf-8-validate
|
|
|
|
jsesc@3.1.0: {}
|
|
|
|
json5@2.2.3: {}
|
|
|
|
jsonc-parser@3.3.1: {}
|
|
|
|
lightningcss-darwin-arm64@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-darwin-x64@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-freebsd-x64@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm-gnueabihf@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-gnu@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-arm64-musl@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-gnu@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-linux-x64-musl@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-win32-arm64-msvc@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss-win32-x64-msvc@1.30.1:
|
|
optional: true
|
|
|
|
lightningcss@1.30.1:
|
|
dependencies:
|
|
detect-libc: 2.0.4
|
|
optionalDependencies:
|
|
lightningcss-darwin-arm64: 1.30.1
|
|
lightningcss-darwin-x64: 1.30.1
|
|
lightningcss-freebsd-x64: 1.30.1
|
|
lightningcss-linux-arm-gnueabihf: 1.30.1
|
|
lightningcss-linux-arm64-gnu: 1.30.1
|
|
lightningcss-linux-arm64-musl: 1.30.1
|
|
lightningcss-linux-x64-gnu: 1.30.1
|
|
lightningcss-linux-x64-musl: 1.30.1
|
|
lightningcss-win32-arm64-msvc: 1.30.1
|
|
lightningcss-win32-x64-msvc: 1.30.1
|
|
|
|
loose-envify@1.4.0:
|
|
dependencies:
|
|
js-tokens: 4.0.0
|
|
|
|
loupe@3.2.1: {}
|
|
|
|
lru-cache@10.4.3: {}
|
|
|
|
lru-cache@5.1.1:
|
|
dependencies:
|
|
yallist: 3.1.1
|
|
|
|
lucide-react@0.542.0(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
lz-string@1.5.0: {}
|
|
|
|
magic-string@0.30.18:
|
|
dependencies:
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
math-intrinsics@1.1.0: {}
|
|
|
|
mime-db@1.52.0: {}
|
|
|
|
mime-types@2.1.35:
|
|
dependencies:
|
|
mime-db: 1.52.0
|
|
|
|
min-indent@1.0.1: {}
|
|
|
|
minipass@7.1.2: {}
|
|
|
|
minizlib@3.0.2:
|
|
dependencies:
|
|
minipass: 7.1.2
|
|
|
|
mkdirp@3.0.1: {}
|
|
|
|
ms@2.1.3: {}
|
|
|
|
msw@2.11.6(@types/node@20.19.9)(typescript@5.9.2):
|
|
dependencies:
|
|
'@inquirer/confirm': 5.1.19(@types/node@20.19.9)
|
|
'@mswjs/interceptors': 0.40.0
|
|
'@open-draft/deferred-promise': 2.2.0
|
|
'@types/statuses': 2.0.6
|
|
cookie: 1.0.2
|
|
graphql: 16.11.0
|
|
headers-polyfill: 4.0.3
|
|
is-node-process: 1.2.0
|
|
outvariant: 1.4.3
|
|
path-to-regexp: 6.3.0
|
|
picocolors: 1.1.1
|
|
rettime: 0.7.0
|
|
statuses: 2.0.2
|
|
strict-event-emitter: 0.5.1
|
|
tough-cookie: 6.0.0
|
|
type-fest: 4.41.0
|
|
until-async: 3.0.2
|
|
yargs: 17.7.2
|
|
optionalDependencies:
|
|
typescript: 5.9.2
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
|
|
mute-stream@2.0.0: {}
|
|
|
|
nanoid@3.3.11: {}
|
|
|
|
node-fetch@2.7.0:
|
|
dependencies:
|
|
whatwg-url: 5.0.0
|
|
|
|
node-releases@2.0.19: {}
|
|
|
|
nwsapi@2.2.22: {}
|
|
|
|
outvariant@1.4.3: {}
|
|
|
|
parse5@7.3.0:
|
|
dependencies:
|
|
entities: 6.0.1
|
|
|
|
path-to-regexp@6.3.0: {}
|
|
|
|
pathe@1.1.2: {}
|
|
|
|
pathval@2.0.1: {}
|
|
|
|
picocolors@1.1.1: {}
|
|
|
|
postcss@8.5.6:
|
|
dependencies:
|
|
nanoid: 3.3.11
|
|
picocolors: 1.1.1
|
|
source-map-js: 1.2.1
|
|
|
|
prettier@3.6.2: {}
|
|
|
|
pretty-format@27.5.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
ansi-styles: 5.2.0
|
|
react-is: 17.0.2
|
|
|
|
punycode@2.3.1: {}
|
|
|
|
react-dom@18.3.1(react@18.3.1):
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
react: 18.3.1
|
|
scheduler: 0.23.2
|
|
|
|
react-hook-form@7.65.0(react@18.3.1):
|
|
dependencies:
|
|
react: 18.3.1
|
|
|
|
react-i18next@16.0.0(i18next@25.5.2(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.28.4
|
|
html-parse-stringify: 3.0.1
|
|
i18next: 25.5.2(typescript@5.9.2)
|
|
react: 18.3.1
|
|
optionalDependencies:
|
|
react-dom: 18.3.1(react@18.3.1)
|
|
typescript: 5.9.2
|
|
|
|
react-is@17.0.2: {}
|
|
|
|
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-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@18.3.1:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
redent@3.0.0:
|
|
dependencies:
|
|
indent-string: 4.0.0
|
|
strip-indent: 3.0.0
|
|
|
|
require-directory@2.1.1: {}
|
|
|
|
rettime@0.7.0: {}
|
|
|
|
rollup@4.46.2:
|
|
dependencies:
|
|
'@types/estree': 1.0.8
|
|
optionalDependencies:
|
|
'@rollup/rollup-android-arm-eabi': 4.46.2
|
|
'@rollup/rollup-android-arm64': 4.46.2
|
|
'@rollup/rollup-darwin-arm64': 4.46.2
|
|
'@rollup/rollup-darwin-x64': 4.46.2
|
|
'@rollup/rollup-freebsd-arm64': 4.46.2
|
|
'@rollup/rollup-freebsd-x64': 4.46.2
|
|
'@rollup/rollup-linux-arm-gnueabihf': 4.46.2
|
|
'@rollup/rollup-linux-arm-musleabihf': 4.46.2
|
|
'@rollup/rollup-linux-arm64-gnu': 4.46.2
|
|
'@rollup/rollup-linux-arm64-musl': 4.46.2
|
|
'@rollup/rollup-linux-loongarch64-gnu': 4.46.2
|
|
'@rollup/rollup-linux-ppc64-gnu': 4.46.2
|
|
'@rollup/rollup-linux-riscv64-gnu': 4.46.2
|
|
'@rollup/rollup-linux-riscv64-musl': 4.46.2
|
|
'@rollup/rollup-linux-s390x-gnu': 4.46.2
|
|
'@rollup/rollup-linux-x64-gnu': 4.46.2
|
|
'@rollup/rollup-linux-x64-musl': 4.46.2
|
|
'@rollup/rollup-win32-arm64-msvc': 4.46.2
|
|
'@rollup/rollup-win32-ia32-msvc': 4.46.2
|
|
'@rollup/rollup-win32-x64-msvc': 4.46.2
|
|
fsevents: 2.3.3
|
|
|
|
rrweb-cssom@0.7.1: {}
|
|
|
|
rrweb-cssom@0.8.0: {}
|
|
|
|
safer-buffer@2.1.2: {}
|
|
|
|
saxes@6.0.0:
|
|
dependencies:
|
|
xmlchars: 2.2.0
|
|
|
|
scheduler@0.23.2:
|
|
dependencies:
|
|
loose-envify: 1.4.0
|
|
|
|
semver@6.3.1: {}
|
|
|
|
siginfo@2.0.0: {}
|
|
|
|
signal-exit@4.1.0: {}
|
|
|
|
smol-toml@1.4.2: {}
|
|
|
|
sonner@2.0.7(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)
|
|
|
|
source-map-js@1.2.1: {}
|
|
|
|
stackback@0.0.2: {}
|
|
|
|
statuses@2.0.2: {}
|
|
|
|
std-env@3.10.0: {}
|
|
|
|
strict-event-emitter@0.5.1: {}
|
|
|
|
string-width@4.2.3:
|
|
dependencies:
|
|
emoji-regex: 8.0.0
|
|
is-fullwidth-code-point: 3.0.0
|
|
strip-ansi: 6.0.1
|
|
|
|
strip-ansi@6.0.1:
|
|
dependencies:
|
|
ansi-regex: 5.0.1
|
|
|
|
strip-indent@3.0.0:
|
|
dependencies:
|
|
min-indent: 1.0.1
|
|
|
|
style-mod@4.1.2: {}
|
|
|
|
symbol-tree@3.2.4: {}
|
|
|
|
tailwind-merge@3.3.1: {}
|
|
|
|
tailwindcss@4.1.13: {}
|
|
|
|
tapable@2.2.3: {}
|
|
|
|
tar@7.4.3:
|
|
dependencies:
|
|
'@isaacs/fs-minipass': 4.0.1
|
|
chownr: 3.0.0
|
|
minipass: 7.1.2
|
|
minizlib: 3.0.2
|
|
mkdirp: 3.0.1
|
|
yallist: 5.0.0
|
|
|
|
tinybench@2.9.0: {}
|
|
|
|
tinyexec@0.3.2: {}
|
|
|
|
tinypool@1.1.1: {}
|
|
|
|
tinyrainbow@1.2.0: {}
|
|
|
|
tinyspy@3.0.2: {}
|
|
|
|
tldts-core@6.1.86: {}
|
|
|
|
tldts-core@7.0.17: {}
|
|
|
|
tldts@6.1.86:
|
|
dependencies:
|
|
tldts-core: 6.1.86
|
|
|
|
tldts@7.0.17:
|
|
dependencies:
|
|
tldts-core: 7.0.17
|
|
|
|
tough-cookie@5.1.2:
|
|
dependencies:
|
|
tldts: 6.1.86
|
|
|
|
tough-cookie@6.0.0:
|
|
dependencies:
|
|
tldts: 7.0.17
|
|
|
|
tr46@0.0.3: {}
|
|
|
|
tr46@5.1.1:
|
|
dependencies:
|
|
punycode: 2.3.1
|
|
|
|
tslib@2.8.1: {}
|
|
|
|
type-fest@4.41.0: {}
|
|
|
|
typescript@5.9.2: {}
|
|
|
|
undici-types@6.21.0: {}
|
|
|
|
until-async@3.0.2: {}
|
|
|
|
update-browserslist-db@1.1.3(browserslist@4.25.1):
|
|
dependencies:
|
|
browserslist: 4.25.1
|
|
escalade: 3.2.0
|
|
picocolors: 1.1.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-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
|
|
|
|
vite-node@2.1.9(@types/node@20.19.9)(lightningcss@1.30.1):
|
|
dependencies:
|
|
cac: 6.7.14
|
|
debug: 4.4.1
|
|
es-module-lexer: 1.7.0
|
|
pathe: 1.1.2
|
|
vite: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
transitivePeerDependencies:
|
|
- '@types/node'
|
|
- less
|
|
- lightningcss
|
|
- sass
|
|
- sass-embedded
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
|
|
vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1):
|
|
dependencies:
|
|
esbuild: 0.21.5
|
|
postcss: 8.5.6
|
|
rollup: 4.46.2
|
|
optionalDependencies:
|
|
'@types/node': 20.19.9
|
|
fsevents: 2.3.3
|
|
lightningcss: 1.30.1
|
|
|
|
vitest@2.1.9(@types/node@20.19.9)(jsdom@25.0.1)(lightningcss@1.30.1)(msw@2.11.6(@types/node@20.19.9)(typescript@5.9.2)):
|
|
dependencies:
|
|
'@vitest/expect': 2.1.9
|
|
'@vitest/mocker': 2.1.9(msw@2.11.6(@types/node@20.19.9)(typescript@5.9.2))(vite@5.4.19(@types/node@20.19.9)(lightningcss@1.30.1))
|
|
'@vitest/pretty-format': 2.1.9
|
|
'@vitest/runner': 2.1.9
|
|
'@vitest/snapshot': 2.1.9
|
|
'@vitest/spy': 2.1.9
|
|
'@vitest/utils': 2.1.9
|
|
chai: 5.3.3
|
|
debug: 4.4.1
|
|
expect-type: 1.2.2
|
|
magic-string: 0.30.18
|
|
pathe: 1.1.2
|
|
std-env: 3.10.0
|
|
tinybench: 2.9.0
|
|
tinyexec: 0.3.2
|
|
tinypool: 1.1.1
|
|
tinyrainbow: 1.2.0
|
|
vite: 5.4.19(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
vite-node: 2.1.9(@types/node@20.19.9)(lightningcss@1.30.1)
|
|
why-is-node-running: 2.3.0
|
|
optionalDependencies:
|
|
'@types/node': 20.19.9
|
|
jsdom: 25.0.1
|
|
transitivePeerDependencies:
|
|
- less
|
|
- lightningcss
|
|
- msw
|
|
- sass
|
|
- sass-embedded
|
|
- stylus
|
|
- sugarss
|
|
- supports-color
|
|
- terser
|
|
|
|
void-elements@3.1.0: {}
|
|
|
|
w3c-keyname@2.2.8: {}
|
|
|
|
w3c-xmlserializer@5.0.0:
|
|
dependencies:
|
|
xml-name-validator: 5.0.0
|
|
|
|
webidl-conversions@3.0.1: {}
|
|
|
|
webidl-conversions@7.0.0: {}
|
|
|
|
whatwg-encoding@3.1.1:
|
|
dependencies:
|
|
iconv-lite: 0.6.3
|
|
|
|
whatwg-mimetype@4.0.0: {}
|
|
|
|
whatwg-url@14.2.0:
|
|
dependencies:
|
|
tr46: 5.1.1
|
|
webidl-conversions: 7.0.0
|
|
|
|
whatwg-url@5.0.0:
|
|
dependencies:
|
|
tr46: 0.0.3
|
|
webidl-conversions: 3.0.1
|
|
|
|
why-is-node-running@2.3.0:
|
|
dependencies:
|
|
siginfo: 2.0.0
|
|
stackback: 0.0.2
|
|
|
|
wrap-ansi@6.2.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
wrap-ansi@7.0.0:
|
|
dependencies:
|
|
ansi-styles: 4.3.0
|
|
string-width: 4.2.3
|
|
strip-ansi: 6.0.1
|
|
|
|
ws@8.18.3: {}
|
|
|
|
xml-name-validator@5.0.0: {}
|
|
|
|
xmlchars@2.2.0: {}
|
|
|
|
y18n@5.0.8: {}
|
|
|
|
yallist@3.1.1: {}
|
|
|
|
yallist@5.0.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
|
|
|
|
yoctocolors-cjs@2.1.3: {}
|
|
|
|
zod@4.1.12: {}
|