@auto-engineer/react-gen 1.134.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/skills/design/SKILL.md +302 -0
- package/dist/skills/design/data/cip/deliverables.csv +51 -0
- package/dist/skills/design/data/cip/industries.csv +21 -0
- package/dist/skills/design/data/cip/mockup-contexts.csv +21 -0
- package/dist/skills/design/data/cip/styles.csv +21 -0
- package/dist/skills/design/data/icon/styles.csv +16 -0
- package/dist/skills/design/data/logo/colors.csv +56 -0
- package/dist/skills/design/data/logo/industries.csv +56 -0
- package/dist/skills/design/data/logo/styles.csv +56 -0
- package/dist/skills/design/references/banner-sizes-and-styles.md +118 -0
- package/dist/skills/design/references/cip-deliverable-guide.md +95 -0
- package/dist/skills/design/references/cip-design.md +121 -0
- package/dist/skills/design/references/cip-prompt-engineering.md +84 -0
- package/dist/skills/design/references/cip-style-guide.md +68 -0
- package/dist/skills/design/references/design-routing.md +207 -0
- package/dist/skills/design/references/icon-design.md +122 -0
- package/dist/skills/design/references/logo-color-psychology.md +101 -0
- package/dist/skills/design/references/logo-design.md +92 -0
- package/dist/skills/design/references/logo-prompt-engineering.md +158 -0
- package/dist/skills/design/references/logo-style-guide.md +109 -0
- package/dist/skills/design/references/slides-copywriting-formulas.md +84 -0
- package/dist/skills/design/references/slides-create.md +4 -0
- package/dist/skills/design/references/slides-html-template.md +295 -0
- package/dist/skills/design/references/slides-layout-patterns.md +137 -0
- package/dist/skills/design/references/slides-strategies.md +94 -0
- package/dist/skills/design/references/slides.md +42 -0
- package/dist/skills/design/references/social-photos-design.md +329 -0
- package/dist/skills/design/scripts/cip/core.py +215 -0
- package/dist/skills/design/scripts/cip/generate.py +484 -0
- package/dist/skills/design/scripts/cip/render-html.py +424 -0
- package/dist/skills/design/scripts/cip/search.py +127 -0
- package/dist/skills/design/scripts/icon/generate.py +487 -0
- package/dist/skills/design/scripts/logo/core.py +175 -0
- package/dist/skills/design/scripts/logo/generate.py +362 -0
- package/dist/skills/design/scripts/logo/search.py +114 -0
- package/dist/skills/design-system/SKILL.md +244 -0
- package/dist/skills/design-system/data/slide-backgrounds.csv +11 -0
- package/dist/skills/design-system/data/slide-charts.csv +26 -0
- package/dist/skills/design-system/data/slide-color-logic.csv +14 -0
- package/dist/skills/design-system/data/slide-copy.csv +26 -0
- package/dist/skills/design-system/data/slide-layout-logic.csv +16 -0
- package/dist/skills/design-system/data/slide-layouts.csv +26 -0
- package/dist/skills/design-system/data/slide-strategies.csv +16 -0
- package/dist/skills/design-system/data/slide-typography.csv +15 -0
- package/dist/skills/design-system/references/component-specs.md +236 -0
- package/dist/skills/design-system/references/component-tokens.md +214 -0
- package/dist/skills/design-system/references/primitive-tokens.md +203 -0
- package/dist/skills/design-system/references/semantic-tokens.md +215 -0
- package/dist/skills/design-system/references/states-and-variants.md +241 -0
- package/dist/skills/design-system/references/tailwind-integration.md +251 -0
- package/dist/skills/design-system/references/token-architecture.md +224 -0
- package/dist/skills/design-system/scripts/embed-tokens.cjs +97 -0
- package/dist/skills/design-system/scripts/fetch-background.py +317 -0
- package/dist/skills/design-system/scripts/generate-slide.py +753 -0
- package/dist/skills/design-system/scripts/generate-tokens.cjs +213 -0
- package/dist/skills/design-system/scripts/html-token-validator.py +327 -0
- package/dist/skills/design-system/scripts/search-slides.py +218 -0
- package/dist/skills/design-system/scripts/slide-token-validator.py +35 -0
- package/dist/skills/design-system/scripts/slide_search_core.py +453 -0
- package/dist/skills/design-system/scripts/validate-tokens.cjs +251 -0
- package/dist/skills/design-system/templates/design-tokens-starter.json +143 -0
- package/dist/skills/design-taste-frontend/SKILL.md +79 -0
- package/dist/skills/emil-design-engineering/SKILL.md +108 -0
- package/dist/skills/emil-design-engineering/animations.md +266 -0
- package/dist/skills/emil-design-engineering/component-design.md +382 -0
- package/dist/skills/emil-design-engineering/forms-controls.md +261 -0
- package/dist/skills/emil-design-engineering/marketing.md +160 -0
- package/dist/skills/emil-design-engineering/performance.md +222 -0
- package/dist/skills/emil-design-engineering/touch-accessibility.md +236 -0
- package/dist/skills/emil-design-engineering/ui-polish.md +303 -0
- package/dist/skills/frontend-design/SKILL.md +42 -0
- package/dist/skills/full-output-enforcement/SKILL.md +32 -0
- package/dist/skills/high-end-visual-design/SKILL.md +98 -0
- package/dist/skills/react-doctor/AGENTS.md +15 -0
- package/dist/skills/react-doctor/SKILL.md +19 -0
- package/dist/skills/redesign-existing-projects/SKILL.md +178 -0
- package/dist/skills/ui-styling/LICENSE.txt +202 -0
- package/dist/skills/ui-styling/SKILL.md +324 -0
- package/dist/skills/ui-styling/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/DMMono-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/dist/skills/ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Gloock-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Italiana-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Jura-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Lora-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Outfit-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/Tektur-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/dist/skills/ui-styling/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/dist/skills/ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/dist/skills/ui-styling/references/canvas-design-system.md +320 -0
- package/dist/skills/ui-styling/references/shadcn-accessibility.md +471 -0
- package/dist/skills/ui-styling/references/shadcn-components.md +424 -0
- package/dist/skills/ui-styling/references/shadcn-theming.md +373 -0
- package/dist/skills/ui-styling/references/tailwind-customization.md +483 -0
- package/dist/skills/ui-styling/references/tailwind-responsive.md +382 -0
- package/dist/skills/ui-styling/references/tailwind-utilities.md +455 -0
- package/dist/skills/ui-styling/scripts/.coverage +0 -0
- package/dist/skills/ui-styling/scripts/requirements.txt +17 -0
- package/dist/skills/ui-styling/scripts/shadcn_add.py +292 -0
- package/dist/skills/ui-styling/scripts/tailwind_config_gen.py +456 -0
- package/dist/skills/ui-styling/scripts/tests/coverage-ui.json +1392 -0
- package/dist/skills/ui-styling/scripts/tests/requirements.txt +3 -0
- package/dist/skills/ui-styling/scripts/tests/test_shadcn_add.py +266 -0
- package/dist/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +336 -0
- package/dist/skills/ui-ux-pro-max/SKILL.md +659 -0
- package/dist/skills/ui-ux-pro-max/data/_sync_all.py +414 -0
- package/dist/skills/ui-ux-pro-max/data/app-interface.csv +31 -0
- package/dist/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/dist/skills/ui-ux-pro-max/data/colors.csv +162 -0
- package/dist/skills/ui-ux-pro-max/data/design.csv +1776 -0
- package/dist/skills/ui-ux-pro-max/data/draft.csv +1779 -0
- package/dist/skills/ui-ux-pro-max/data/google-fonts.csv +1924 -0
- package/dist/skills/ui-ux-pro-max/data/icons.csv +106 -0
- package/dist/skills/ui-ux-pro-max/data/landing.csv +35 -0
- package/dist/skills/ui-ux-pro-max/data/products.csv +162 -0
- package/dist/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/dist/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/dist/skills/ui-ux-pro-max/data/styles.csv +85 -0
- package/dist/skills/ui-ux-pro-max/data/typography.csv +74 -0
- package/dist/skills/ui-ux-pro-max/data/ui-reasoning.csv +162 -0
- package/dist/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/dist/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/dist/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/dist/skills/ui-ux-pro-max/scripts/core.py +247 -0
- package/dist/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/dist/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/dist/skills/vercel-react-best-practices/AGENTS.md +2934 -0
- package/dist/skills/vercel-react-best-practices/README.md +123 -0
- package/dist/skills/vercel-react-best-practices/SKILL.md +136 -0
- package/dist/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/dist/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
- package/dist/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
- package/dist/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
- package/dist/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
- package/dist/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
- package/dist/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
- package/dist/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/dist/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/dist/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
- package/dist/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/dist/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/dist/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
- package/dist/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
- package/dist/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/dist/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/dist/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
- package/dist/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
- package/dist/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
- package/dist/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
- package/dist/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
- package/dist/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
- package/dist/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
- package/dist/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/dist/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
- package/dist/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
- package/dist/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
- package/dist/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/dist/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/dist/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
- package/dist/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
- package/dist/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/dist/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
- package/dist/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
- package/dist/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
- package/dist/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
- package/dist/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/dist/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
- package/dist/skills/web-animation-design/PRACTICAL-TIPS.md +304 -0
- package/dist/skills/web-animation-design/SKILL.md +336 -0
- package/dist/skills/web-design-guidelines/SKILL.md +39 -0
- package/dist/src/agents/create-constants-agent.d.ts +6 -0
- package/dist/src/agents/create-constants-agent.d.ts.map +1 -0
- package/dist/src/agents/create-constants-agent.js +42 -0
- package/dist/src/agents/create-constants-agent.js.map +1 -0
- package/dist/src/agents/create-landing-page-agent.d.ts +4 -0
- package/dist/src/agents/create-landing-page-agent.d.ts.map +1 -0
- package/dist/src/agents/create-landing-page-agent.js +62 -0
- package/dist/src/agents/create-landing-page-agent.js.map +1 -0
- package/dist/src/agents/create-narrative-agent.d.ts +4 -0
- package/dist/src/agents/create-narrative-agent.d.ts.map +1 -0
- package/dist/src/agents/create-narrative-agent.js +36 -0
- package/dist/src/agents/create-narrative-agent.js.map +1 -0
- package/dist/src/agents/create-pipeline.d.ts +9 -0
- package/dist/src/agents/create-pipeline.d.ts.map +1 -0
- package/dist/src/agents/create-pipeline.js +28 -0
- package/dist/src/agents/create-pipeline.js.map +1 -0
- package/dist/src/agents/create-router-agent.d.ts +4 -0
- package/dist/src/agents/create-router-agent.d.ts.map +1 -0
- package/dist/src/agents/create-router-agent.js +46 -0
- package/dist/src/agents/create-router-agent.js.map +1 -0
- package/dist/src/agents/create-theme-agent.d.ts +4 -0
- package/dist/src/agents/create-theme-agent.d.ts.map +1 -0
- package/dist/src/agents/create-theme-agent.js +105 -0
- package/dist/src/agents/create-theme-agent.js.map +1 -0
- package/dist/src/agents/create-validation-agent.d.ts +4 -0
- package/dist/src/agents/create-validation-agent.d.ts.map +1 -0
- package/dist/src/agents/create-validation-agent.js +36 -0
- package/dist/src/agents/create-validation-agent.js.map +1 -0
- package/dist/src/agents/scaffold-agent.d.ts +5 -0
- package/dist/src/agents/scaffold-agent.d.ts.map +1 -0
- package/dist/src/agents/scaffold-agent.js +11 -0
- package/dist/src/agents/scaffold-agent.js.map +1 -0
- package/dist/src/commands/generate-react-app.d.ts +27 -0
- package/dist/src/commands/generate-react-app.d.ts.map +1 -0
- package/dist/src/commands/generate-react-app.js +92 -0
- package/dist/src/commands/generate-react-app.js.map +1 -0
- package/dist/src/config.d.ts +3 -0
- package/dist/src/config.d.ts.map +1 -0
- package/dist/src/config.js +15 -0
- package/dist/src/config.js.map +1 -0
- package/dist/src/index.d.ts +10 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +4 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/prompts/build-narrative-context.d.ts +3 -0
- package/dist/src/prompts/build-narrative-context.d.ts.map +1 -0
- package/dist/src/prompts/build-narrative-context.js +103 -0
- package/dist/src/prompts/build-narrative-context.js.map +1 -0
- package/dist/src/prompts/landing-page-system.d.ts +2 -0
- package/dist/src/prompts/landing-page-system.d.ts.map +1 -0
- package/dist/src/prompts/landing-page-system.js +63 -0
- package/dist/src/prompts/landing-page-system.js.map +1 -0
- package/dist/src/prompts/narrative-system.d.ts +2 -0
- package/dist/src/prompts/narrative-system.d.ts.map +1 -0
- package/dist/src/prompts/narrative-system.js +52 -0
- package/dist/src/prompts/narrative-system.js.map +1 -0
- package/dist/src/prompts/router-system.d.ts +2 -0
- package/dist/src/prompts/router-system.d.ts.map +1 -0
- package/dist/src/prompts/router-system.js +35 -0
- package/dist/src/prompts/router-system.js.map +1 -0
- package/dist/src/prompts/theme-system.d.ts +2 -0
- package/dist/src/prompts/theme-system.d.ts.map +1 -0
- package/dist/src/prompts/theme-system.js +126 -0
- package/dist/src/prompts/theme-system.js.map +1 -0
- package/dist/src/prompts/validation-system.d.ts +2 -0
- package/dist/src/prompts/validation-system.d.ts.map +1 -0
- package/dist/src/prompts/validation-system.js +28 -0
- package/dist/src/prompts/validation-system.js.map +1 -0
- package/dist/src/tools/check-imports.d.ts +6 -0
- package/dist/src/tools/check-imports.d.ts.map +1 -0
- package/dist/src/tools/check-imports.js +129 -0
- package/dist/src/tools/check-imports.js.map +1 -0
- package/dist/src/tools/exit-loop.d.ts +6 -0
- package/dist/src/tools/exit-loop.d.ts.map +1 -0
- package/dist/src/tools/exit-loop.js +12 -0
- package/dist/src/tools/exit-loop.js.map +1 -0
- package/dist/src/tools/list-files.d.ts +4 -0
- package/dist/src/tools/list-files.d.ts.map +1 -0
- package/dist/src/tools/list-files.js +36 -0
- package/dist/src/tools/list-files.js.map +1 -0
- package/dist/src/tools/read-file.d.ts +10 -0
- package/dist/src/tools/read-file.d.ts.map +1 -0
- package/dist/src/tools/read-file.js +21 -0
- package/dist/src/tools/read-file.js.map +1 -0
- package/dist/src/tools/run-eslint.d.ts +6 -0
- package/dist/src/tools/run-eslint.d.ts.map +1 -0
- package/dist/src/tools/run-eslint.js +27 -0
- package/dist/src/tools/run-eslint.js.map +1 -0
- package/dist/src/tools/run-tsc.d.ts +6 -0
- package/dist/src/tools/run-tsc.d.ts.map +1 -0
- package/dist/src/tools/run-tsc.js +27 -0
- package/dist/src/tools/run-tsc.js.map +1 -0
- package/dist/src/tools/write-file.d.ts +15 -0
- package/dist/src/tools/write-file.d.ts.map +1 -0
- package/dist/src/tools/write-file.js +44 -0
- package/dist/src/tools/write-file.js.map +1 -0
- package/dist/src/types.d.ts +330 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +102 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/utils/create-skill-tool.d.ts +2 -0
- package/dist/src/utils/create-skill-tool.d.ts.map +1 -0
- package/dist/src/utils/create-skill-tool.js +13 -0
- package/dist/src/utils/create-skill-tool.js.map +1 -0
- package/dist/src/utils/parse-model.d.ts +3 -0
- package/dist/src/utils/parse-model.d.ts.map +1 -0
- package/dist/src/utils/parse-model.js +7 -0
- package/dist/src/utils/parse-model.js.map +1 -0
- package/dist/src/utils/slugify.d.ts +2 -0
- package/dist/src/utils/slugify.d.ts.map +1 -0
- package/dist/src/utils/slugify.js +7 -0
- package/dist/src/utils/slugify.js.map +1 -0
- package/dist/starter/.env.example +1 -0
- package/dist/starter/README.md +73 -0
- package/dist/starter/components.json +21 -0
- package/dist/starter/eslint.config.js +23 -0
- package/dist/starter/index.html +13 -0
- package/dist/starter/package-lock.json +7590 -0
- package/dist/starter/package.json +57 -0
- package/dist/starter/pnpm-lock.yaml +4479 -0
- package/dist/starter/public/favicon.svg +1 -0
- package/dist/starter/public/icons.svg +24 -0
- package/dist/starter/src/App.tsx +7 -0
- package/dist/starter/src/assets/hero.png +0 -0
- package/dist/starter/src/assets/vite.svg +1 -0
- package/dist/starter/src/components/error-boundary.tsx +38 -0
- package/dist/starter/src/components/not-found.tsx +16 -0
- package/dist/starter/src/components/ui/accordion.tsx +51 -0
- package/dist/starter/src/components/ui/alert-dialog.tsx +162 -0
- package/dist/starter/src/components/ui/alert.tsx +49 -0
- package/dist/starter/src/components/ui/aspect-ratio.tsx +9 -0
- package/dist/starter/src/components/ui/avatar.tsx +87 -0
- package/dist/starter/src/components/ui/badge.tsx +40 -0
- package/dist/starter/src/components/ui/breadcrumb.tsx +92 -0
- package/dist/starter/src/components/ui/button-group.tsx +74 -0
- package/dist/starter/src/components/ui/button.tsx +62 -0
- package/dist/starter/src/components/ui/calendar.tsx +158 -0
- package/dist/starter/src/components/ui/card.tsx +56 -0
- package/dist/starter/src/components/ui/carousel.tsx +215 -0
- package/dist/starter/src/components/ui/chart.tsx +296 -0
- package/dist/starter/src/components/ui/checkbox.tsx +29 -0
- package/dist/starter/src/components/ui/collapsible.tsx +15 -0
- package/dist/starter/src/components/ui/combobox.tsx +266 -0
- package/dist/starter/src/components/ui/command.tsx +136 -0
- package/dist/starter/src/components/ui/context-menu.tsx +211 -0
- package/dist/starter/src/components/ui/dialog.tsx +135 -0
- package/dist/starter/src/components/ui/direction.tsx +18 -0
- package/dist/starter/src/components/ui/drawer.tsx +106 -0
- package/dist/starter/src/components/ui/dropdown-menu.tsx +219 -0
- package/dist/starter/src/components/ui/empty.tsx +85 -0
- package/dist/starter/src/components/ui/field.tsx +225 -0
- package/dist/starter/src/components/ui/form.tsx +135 -0
- package/dist/starter/src/components/ui/hover-card.tsx +36 -0
- package/dist/starter/src/components/ui/input-group.tsx +146 -0
- package/dist/starter/src/components/ui/input-otp.tsx +68 -0
- package/dist/starter/src/components/ui/input.tsx +21 -0
- package/dist/starter/src/components/ui/item.tsx +157 -0
- package/dist/starter/src/components/ui/kbd.tsx +22 -0
- package/dist/starter/src/components/ui/label.tsx +19 -0
- package/dist/starter/src/components/ui/menubar.tsx +236 -0
- package/dist/starter/src/components/ui/native-select.tsx +44 -0
- package/dist/starter/src/components/ui/navigation-menu.tsx +142 -0
- package/dist/starter/src/components/ui/pagination.tsx +98 -0
- package/dist/starter/src/components/ui/popover.tsx +52 -0
- package/dist/starter/src/components/ui/progress.tsx +24 -0
- package/dist/starter/src/components/ui/radio-group.tsx +31 -0
- package/dist/starter/src/components/ui/resizable.tsx +47 -0
- package/dist/starter/src/components/ui/scroll-area.tsx +46 -0
- package/dist/starter/src/components/ui/select.tsx +162 -0
- package/dist/starter/src/components/ui/separator.tsx +26 -0
- package/dist/starter/src/components/ui/sheet.tsx +107 -0
- package/dist/starter/src/components/ui/sidebar.tsx +674 -0
- package/dist/starter/src/components/ui/skeleton.tsx +7 -0
- package/dist/starter/src/components/ui/slider.tsx +54 -0
- package/dist/starter/src/components/ui/sonner.tsx +31 -0
- package/dist/starter/src/components/ui/spinner.tsx +9 -0
- package/dist/starter/src/components/ui/switch.tsx +33 -0
- package/dist/starter/src/components/ui/table.tsx +75 -0
- package/dist/starter/src/components/ui/tabs.tsx +69 -0
- package/dist/starter/src/components/ui/textarea.tsx +18 -0
- package/dist/starter/src/components/ui/toggle-group.tsx +79 -0
- package/dist/starter/src/components/ui/toggle.tsx +41 -0
- package/dist/starter/src/components/ui/tooltip.tsx +42 -0
- package/dist/starter/src/hooks/use-mobile.ts +19 -0
- package/dist/starter/src/index.css +93 -0
- package/dist/starter/src/lib/graphql-client.ts +5 -0
- package/dist/starter/src/lib/providers.tsx +23 -0
- package/dist/starter/src/lib/utils.ts +6 -0
- package/dist/starter/src/main.tsx +16 -0
- package/dist/starter/tsconfig.app.json +32 -0
- package/dist/starter/tsconfig.json +4 -0
- package/dist/starter/tsconfig.node.json +26 -0
- package/dist/starter/vite.config.ts +16 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +47 -0
- package/skills/design/SKILL.md +302 -0
- package/skills/design/data/cip/deliverables.csv +51 -0
- package/skills/design/data/cip/industries.csv +21 -0
- package/skills/design/data/cip/mockup-contexts.csv +21 -0
- package/skills/design/data/cip/styles.csv +21 -0
- package/skills/design/data/icon/styles.csv +16 -0
- package/skills/design/data/logo/colors.csv +56 -0
- package/skills/design/data/logo/industries.csv +56 -0
- package/skills/design/data/logo/styles.csv +56 -0
- package/skills/design/references/banner-sizes-and-styles.md +118 -0
- package/skills/design/references/cip-deliverable-guide.md +95 -0
- package/skills/design/references/cip-design.md +121 -0
- package/skills/design/references/cip-prompt-engineering.md +84 -0
- package/skills/design/references/cip-style-guide.md +68 -0
- package/skills/design/references/design-routing.md +207 -0
- package/skills/design/references/icon-design.md +122 -0
- package/skills/design/references/logo-color-psychology.md +101 -0
- package/skills/design/references/logo-design.md +92 -0
- package/skills/design/references/logo-prompt-engineering.md +158 -0
- package/skills/design/references/logo-style-guide.md +109 -0
- package/skills/design/references/slides-copywriting-formulas.md +84 -0
- package/skills/design/references/slides-create.md +4 -0
- package/skills/design/references/slides-html-template.md +295 -0
- package/skills/design/references/slides-layout-patterns.md +137 -0
- package/skills/design/references/slides-strategies.md +94 -0
- package/skills/design/references/slides.md +42 -0
- package/skills/design/references/social-photos-design.md +329 -0
- package/skills/design/scripts/cip/core.py +215 -0
- package/skills/design/scripts/cip/generate.py +484 -0
- package/skills/design/scripts/cip/render-html.py +424 -0
- package/skills/design/scripts/cip/search.py +127 -0
- package/skills/design/scripts/icon/generate.py +487 -0
- package/skills/design/scripts/logo/core.py +175 -0
- package/skills/design/scripts/logo/generate.py +362 -0
- package/skills/design/scripts/logo/search.py +114 -0
- package/skills/design-system/SKILL.md +244 -0
- package/skills/design-system/data/slide-backgrounds.csv +11 -0
- package/skills/design-system/data/slide-charts.csv +26 -0
- package/skills/design-system/data/slide-color-logic.csv +14 -0
- package/skills/design-system/data/slide-copy.csv +26 -0
- package/skills/design-system/data/slide-layout-logic.csv +16 -0
- package/skills/design-system/data/slide-layouts.csv +26 -0
- package/skills/design-system/data/slide-strategies.csv +16 -0
- package/skills/design-system/data/slide-typography.csv +15 -0
- package/skills/design-system/references/component-specs.md +236 -0
- package/skills/design-system/references/component-tokens.md +214 -0
- package/skills/design-system/references/primitive-tokens.md +203 -0
- package/skills/design-system/references/semantic-tokens.md +215 -0
- package/skills/design-system/references/states-and-variants.md +241 -0
- package/skills/design-system/references/tailwind-integration.md +251 -0
- package/skills/design-system/references/token-architecture.md +224 -0
- package/skills/design-system/scripts/embed-tokens.cjs +97 -0
- package/skills/design-system/scripts/fetch-background.py +317 -0
- package/skills/design-system/scripts/generate-slide.py +753 -0
- package/skills/design-system/scripts/generate-tokens.cjs +213 -0
- package/skills/design-system/scripts/html-token-validator.py +327 -0
- package/skills/design-system/scripts/search-slides.py +218 -0
- package/skills/design-system/scripts/slide-token-validator.py +35 -0
- package/skills/design-system/scripts/slide_search_core.py +453 -0
- package/skills/design-system/scripts/validate-tokens.cjs +251 -0
- package/skills/design-system/templates/design-tokens-starter.json +143 -0
- package/skills/design-taste-frontend/SKILL.md +79 -0
- package/skills/emil-design-engineering/SKILL.md +108 -0
- package/skills/emil-design-engineering/animations.md +266 -0
- package/skills/emil-design-engineering/component-design.md +382 -0
- package/skills/emil-design-engineering/forms-controls.md +261 -0
- package/skills/emil-design-engineering/marketing.md +160 -0
- package/skills/emil-design-engineering/performance.md +222 -0
- package/skills/emil-design-engineering/touch-accessibility.md +236 -0
- package/skills/emil-design-engineering/ui-polish.md +303 -0
- package/skills/frontend-design/SKILL.md +42 -0
- package/skills/full-output-enforcement/SKILL.md +32 -0
- package/skills/high-end-visual-design/SKILL.md +98 -0
- package/skills/react-doctor/AGENTS.md +15 -0
- package/skills/react-doctor/SKILL.md +19 -0
- package/skills/redesign-existing-projects/SKILL.md +178 -0
- package/skills/ui-styling/LICENSE.txt +202 -0
- package/skills/ui-styling/SKILL.md +324 -0
- package/skills/ui-styling/canvas-fonts/ArsenalSC-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/BigShoulders-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Boldonse-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Boldonse-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/DMMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/DMMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/EricaOne-OFL.txt +94 -0
- package/skills/ui-styling/canvas-fonts/EricaOne-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/GeistMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Gloock-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Gloock-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Italiana-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Italiana-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-Light.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Jura-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Lora-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Lora-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/NationalPark-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Outfit-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Outfit-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Outfit-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/PixelifySans-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/PixelifySans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/PoiretOne-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/PoiretOne-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/RedHatMono-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Silkscreen-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Silkscreen-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/SmoochSans-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/SmoochSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Tektur-Medium.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/Tektur-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/Tektur-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Bold.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Italic.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/WorkSans-Regular.ttf +0 -0
- package/skills/ui-styling/canvas-fonts/YoungSerif-OFL.txt +93 -0
- package/skills/ui-styling/canvas-fonts/YoungSerif-Regular.ttf +0 -0
- package/skills/ui-styling/references/canvas-design-system.md +320 -0
- package/skills/ui-styling/references/shadcn-accessibility.md +471 -0
- package/skills/ui-styling/references/shadcn-components.md +424 -0
- package/skills/ui-styling/references/shadcn-theming.md +373 -0
- package/skills/ui-styling/references/tailwind-customization.md +483 -0
- package/skills/ui-styling/references/tailwind-responsive.md +382 -0
- package/skills/ui-styling/references/tailwind-utilities.md +455 -0
- package/skills/ui-styling/scripts/.coverage +0 -0
- package/skills/ui-styling/scripts/requirements.txt +17 -0
- package/skills/ui-styling/scripts/shadcn_add.py +292 -0
- package/skills/ui-styling/scripts/tailwind_config_gen.py +456 -0
- package/skills/ui-styling/scripts/tests/coverage-ui.json +1392 -0
- package/skills/ui-styling/scripts/tests/requirements.txt +3 -0
- package/skills/ui-styling/scripts/tests/test_shadcn_add.py +266 -0
- package/skills/ui-styling/scripts/tests/test_tailwind_config_gen.py +336 -0
- package/skills/ui-ux-pro-max/SKILL.md +659 -0
- package/skills/ui-ux-pro-max/data/_sync_all.py +414 -0
- package/skills/ui-ux-pro-max/data/app-interface.csv +31 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +162 -0
- package/skills/ui-ux-pro-max/data/design.csv +1776 -0
- package/skills/ui-ux-pro-max/data/draft.csv +1779 -0
- package/skills/ui-ux-pro-max/data/google-fonts.csv +1924 -0
- package/skills/ui-ux-pro-max/data/icons.csv +106 -0
- package/skills/ui-ux-pro-max/data/landing.csv +35 -0
- package/skills/ui-ux-pro-max/data/products.csv +162 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/styles.csv +85 -0
- package/skills/ui-ux-pro-max/data/typography.csv +74 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +162 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-314.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-314.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/core.py +247 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/skills/vercel-react-best-practices/AGENTS.md +2934 -0
- package/skills/vercel-react-best-practices/README.md +123 -0
- package/skills/vercel-react-best-practices/SKILL.md +136 -0
- package/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
- package/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
- package/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
- package/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
- package/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
- package/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
- package/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
- package/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
- package/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
- package/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
- package/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
- package/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
- package/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
- package/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
- package/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
- package/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
- package/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
- package/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
- package/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
- package/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
- package/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
- package/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
- package/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
- package/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
- package/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
- package/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
- package/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
- package/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
- package/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
- package/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
- package/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
- package/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
- package/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
- package/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
- package/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
- package/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
- package/skills/web-animation-design/PRACTICAL-TIPS.md +304 -0
- package/skills/web-animation-design/SKILL.md +336 -0
- package/skills/web-design-guidelines/SKILL.md +39 -0
- package/starter/.env.example +1 -0
- package/starter/README.md +73 -0
- package/starter/components.json +21 -0
- package/starter/eslint.config.js +23 -0
- package/starter/index.html +13 -0
- package/starter/package-lock.json +7590 -0
- package/starter/package.json +57 -0
- package/starter/pnpm-lock.yaml +4479 -0
- package/starter/public/favicon.svg +1 -0
- package/starter/public/icons.svg +24 -0
- package/starter/src/App.tsx +7 -0
- package/starter/src/assets/hero.png +0 -0
- package/starter/src/assets/vite.svg +1 -0
- package/starter/src/components/error-boundary.tsx +38 -0
- package/starter/src/components/not-found.tsx +16 -0
- package/starter/src/components/ui/accordion.tsx +51 -0
- package/starter/src/components/ui/alert-dialog.tsx +162 -0
- package/starter/src/components/ui/alert.tsx +49 -0
- package/starter/src/components/ui/aspect-ratio.tsx +9 -0
- package/starter/src/components/ui/avatar.tsx +87 -0
- package/starter/src/components/ui/badge.tsx +40 -0
- package/starter/src/components/ui/breadcrumb.tsx +92 -0
- package/starter/src/components/ui/button-group.tsx +74 -0
- package/starter/src/components/ui/button.tsx +62 -0
- package/starter/src/components/ui/calendar.tsx +158 -0
- package/starter/src/components/ui/card.tsx +56 -0
- package/starter/src/components/ui/carousel.tsx +215 -0
- package/starter/src/components/ui/chart.tsx +296 -0
- package/starter/src/components/ui/checkbox.tsx +29 -0
- package/starter/src/components/ui/collapsible.tsx +15 -0
- package/starter/src/components/ui/combobox.tsx +266 -0
- package/starter/src/components/ui/command.tsx +136 -0
- package/starter/src/components/ui/context-menu.tsx +211 -0
- package/starter/src/components/ui/dialog.tsx +135 -0
- package/starter/src/components/ui/direction.tsx +18 -0
- package/starter/src/components/ui/drawer.tsx +106 -0
- package/starter/src/components/ui/dropdown-menu.tsx +219 -0
- package/starter/src/components/ui/empty.tsx +85 -0
- package/starter/src/components/ui/field.tsx +225 -0
- package/starter/src/components/ui/form.tsx +135 -0
- package/starter/src/components/ui/hover-card.tsx +36 -0
- package/starter/src/components/ui/input-group.tsx +146 -0
- package/starter/src/components/ui/input-otp.tsx +68 -0
- package/starter/src/components/ui/input.tsx +21 -0
- package/starter/src/components/ui/item.tsx +157 -0
- package/starter/src/components/ui/kbd.tsx +22 -0
- package/starter/src/components/ui/label.tsx +19 -0
- package/starter/src/components/ui/menubar.tsx +236 -0
- package/starter/src/components/ui/native-select.tsx +44 -0
- package/starter/src/components/ui/navigation-menu.tsx +142 -0
- package/starter/src/components/ui/pagination.tsx +98 -0
- package/starter/src/components/ui/popover.tsx +52 -0
- package/starter/src/components/ui/progress.tsx +24 -0
- package/starter/src/components/ui/radio-group.tsx +31 -0
- package/starter/src/components/ui/resizable.tsx +47 -0
- package/starter/src/components/ui/scroll-area.tsx +46 -0
- package/starter/src/components/ui/select.tsx +162 -0
- package/starter/src/components/ui/separator.tsx +26 -0
- package/starter/src/components/ui/sheet.tsx +107 -0
- package/starter/src/components/ui/sidebar.tsx +674 -0
- package/starter/src/components/ui/skeleton.tsx +7 -0
- package/starter/src/components/ui/slider.tsx +54 -0
- package/starter/src/components/ui/sonner.tsx +31 -0
- package/starter/src/components/ui/spinner.tsx +9 -0
- package/starter/src/components/ui/switch.tsx +33 -0
- package/starter/src/components/ui/table.tsx +75 -0
- package/starter/src/components/ui/tabs.tsx +69 -0
- package/starter/src/components/ui/textarea.tsx +18 -0
- package/starter/src/components/ui/toggle-group.tsx +79 -0
- package/starter/src/components/ui/toggle.tsx +41 -0
- package/starter/src/components/ui/tooltip.tsx +42 -0
- package/starter/src/hooks/use-mobile.ts +19 -0
- package/starter/src/index.css +93 -0
- package/starter/src/lib/graphql-client.ts +5 -0
- package/starter/src/lib/providers.tsx +23 -0
- package/starter/src/lib/utils.ts +6 -0
- package/starter/src/main.tsx +16 -0
- package/starter/tsconfig.app.json +32 -0
- package/starter/tsconfig.json +4 -0
- package/starter/tsconfig.node.json +26 -0
- package/starter/vite.config.ts +16 -0
|
@@ -0,0 +1,4479 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
'@base-ui/react':
|
|
12
|
+
specifier: ^1.3.0
|
|
13
|
+
version: 1.3.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
14
|
+
'@hookform/resolvers':
|
|
15
|
+
specifier: ^3.10.0
|
|
16
|
+
version: 3.10.0(react-hook-form@7.71.2(react@19.2.4))
|
|
17
|
+
'@tanstack/react-query':
|
|
18
|
+
specifier: ^5.90.21
|
|
19
|
+
version: 5.91.2(react@19.2.4)
|
|
20
|
+
class-variance-authority:
|
|
21
|
+
specifier: ^0.7.1
|
|
22
|
+
version: 0.7.1
|
|
23
|
+
clsx:
|
|
24
|
+
specifier: ^2.1.1
|
|
25
|
+
version: 2.1.1
|
|
26
|
+
cmdk:
|
|
27
|
+
specifier: ^1.1.1
|
|
28
|
+
version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
29
|
+
date-fns:
|
|
30
|
+
specifier: ^3.6.0
|
|
31
|
+
version: 3.6.0
|
|
32
|
+
embla-carousel-react:
|
|
33
|
+
specifier: ^8.6.0
|
|
34
|
+
version: 8.6.0(react@19.2.4)
|
|
35
|
+
framer-motion:
|
|
36
|
+
specifier: ^12.38.0
|
|
37
|
+
version: 12.38.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
38
|
+
graphql:
|
|
39
|
+
specifier: ^16.13.1
|
|
40
|
+
version: 16.13.1
|
|
41
|
+
graphql-request:
|
|
42
|
+
specifier: ^7.4.0
|
|
43
|
+
version: 7.4.0(graphql@16.13.1)
|
|
44
|
+
input-otp:
|
|
45
|
+
specifier: ^1.4.2
|
|
46
|
+
version: 1.4.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
47
|
+
lucide-react:
|
|
48
|
+
specifier: ^0.400.0
|
|
49
|
+
version: 0.400.0(react@19.2.4)
|
|
50
|
+
next-themes:
|
|
51
|
+
specifier: ^0.4.6
|
|
52
|
+
version: 0.4.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
53
|
+
radix-ui:
|
|
54
|
+
specifier: ^1.4.3
|
|
55
|
+
version: 1.4.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
56
|
+
react:
|
|
57
|
+
specifier: ^19.2.4
|
|
58
|
+
version: 19.2.4
|
|
59
|
+
react-day-picker:
|
|
60
|
+
specifier: ^9.14.0
|
|
61
|
+
version: 9.14.0(react@19.2.4)
|
|
62
|
+
react-dom:
|
|
63
|
+
specifier: ^19.2.4
|
|
64
|
+
version: 19.2.4(react@19.2.4)
|
|
65
|
+
react-hook-form:
|
|
66
|
+
specifier: ^7.71.2
|
|
67
|
+
version: 7.71.2(react@19.2.4)
|
|
68
|
+
react-resizable-panels:
|
|
69
|
+
specifier: ^4.7.3
|
|
70
|
+
version: 4.7.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
71
|
+
react-router-dom:
|
|
72
|
+
specifier: ^7.13.1
|
|
73
|
+
version: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
74
|
+
recharts:
|
|
75
|
+
specifier: ^2.15.4
|
|
76
|
+
version: 2.15.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
77
|
+
sonner:
|
|
78
|
+
specifier: ^1.7.4
|
|
79
|
+
version: 1.7.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
80
|
+
tailwind-merge:
|
|
81
|
+
specifier: ^2.6.1
|
|
82
|
+
version: 2.6.1
|
|
83
|
+
tailwindcss-animate:
|
|
84
|
+
specifier: ^1.0.7
|
|
85
|
+
version: 1.0.7(tailwindcss@4.2.2)
|
|
86
|
+
vaul:
|
|
87
|
+
specifier: ^1.1.2
|
|
88
|
+
version: 1.1.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
89
|
+
zod:
|
|
90
|
+
specifier: ^3.25.76
|
|
91
|
+
version: 3.25.76
|
|
92
|
+
devDependencies:
|
|
93
|
+
'@eslint/js':
|
|
94
|
+
specifier: ^9.39.4
|
|
95
|
+
version: 9.39.4
|
|
96
|
+
'@tailwindcss/vite':
|
|
97
|
+
specifier: ^4.2.1
|
|
98
|
+
version: 4.2.2(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1))
|
|
99
|
+
'@types/node':
|
|
100
|
+
specifier: ^24.12.0
|
|
101
|
+
version: 24.12.0
|
|
102
|
+
'@types/react':
|
|
103
|
+
specifier: ^19.2.14
|
|
104
|
+
version: 19.2.14
|
|
105
|
+
'@types/react-dom':
|
|
106
|
+
specifier: ^19.2.3
|
|
107
|
+
version: 19.2.3(@types/react@19.2.14)
|
|
108
|
+
'@vitejs/plugin-react':
|
|
109
|
+
specifier: ^6.0.0
|
|
110
|
+
version: 6.0.1(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1))
|
|
111
|
+
eslint:
|
|
112
|
+
specifier: ^9.39.4
|
|
113
|
+
version: 9.39.4(jiti@2.6.1)
|
|
114
|
+
eslint-plugin-react-hooks:
|
|
115
|
+
specifier: ^7.0.1
|
|
116
|
+
version: 7.0.1(eslint@9.39.4(jiti@2.6.1))
|
|
117
|
+
eslint-plugin-react-refresh:
|
|
118
|
+
specifier: ^0.5.2
|
|
119
|
+
version: 0.5.2(eslint@9.39.4(jiti@2.6.1))
|
|
120
|
+
globals:
|
|
121
|
+
specifier: ^17.4.0
|
|
122
|
+
version: 17.4.0
|
|
123
|
+
tailwindcss:
|
|
124
|
+
specifier: ^4.2.1
|
|
125
|
+
version: 4.2.2
|
|
126
|
+
typescript:
|
|
127
|
+
specifier: ~5.9.3
|
|
128
|
+
version: 5.9.3
|
|
129
|
+
typescript-eslint:
|
|
130
|
+
specifier: ^8.56.1
|
|
131
|
+
version: 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
132
|
+
vite:
|
|
133
|
+
specifier: ^8.0.0
|
|
134
|
+
version: 8.0.1(@types/node@24.12.0)(jiti@2.6.1)
|
|
135
|
+
|
|
136
|
+
packages:
|
|
137
|
+
|
|
138
|
+
'@babel/code-frame@7.29.0':
|
|
139
|
+
resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
|
|
140
|
+
engines: {node: '>=6.9.0'}
|
|
141
|
+
|
|
142
|
+
'@babel/compat-data@7.29.0':
|
|
143
|
+
resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
|
|
144
|
+
engines: {node: '>=6.9.0'}
|
|
145
|
+
|
|
146
|
+
'@babel/core@7.29.0':
|
|
147
|
+
resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
|
|
148
|
+
engines: {node: '>=6.9.0'}
|
|
149
|
+
|
|
150
|
+
'@babel/generator@7.29.1':
|
|
151
|
+
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
|
|
152
|
+
engines: {node: '>=6.9.0'}
|
|
153
|
+
|
|
154
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
155
|
+
resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
|
|
156
|
+
engines: {node: '>=6.9.0'}
|
|
157
|
+
|
|
158
|
+
'@babel/helper-globals@7.28.0':
|
|
159
|
+
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
|
160
|
+
engines: {node: '>=6.9.0'}
|
|
161
|
+
|
|
162
|
+
'@babel/helper-module-imports@7.28.6':
|
|
163
|
+
resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
|
|
164
|
+
engines: {node: '>=6.9.0'}
|
|
165
|
+
|
|
166
|
+
'@babel/helper-module-transforms@7.28.6':
|
|
167
|
+
resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
|
|
168
|
+
engines: {node: '>=6.9.0'}
|
|
169
|
+
peerDependencies:
|
|
170
|
+
'@babel/core': ^7.0.0
|
|
171
|
+
|
|
172
|
+
'@babel/helper-string-parser@7.27.1':
|
|
173
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
174
|
+
engines: {node: '>=6.9.0'}
|
|
175
|
+
|
|
176
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
177
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
178
|
+
engines: {node: '>=6.9.0'}
|
|
179
|
+
|
|
180
|
+
'@babel/helper-validator-option@7.27.1':
|
|
181
|
+
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
|
182
|
+
engines: {node: '>=6.9.0'}
|
|
183
|
+
|
|
184
|
+
'@babel/helpers@7.29.2':
|
|
185
|
+
resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==}
|
|
186
|
+
engines: {node: '>=6.9.0'}
|
|
187
|
+
|
|
188
|
+
'@babel/parser@7.29.2':
|
|
189
|
+
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
190
|
+
engines: {node: '>=6.0.0'}
|
|
191
|
+
hasBin: true
|
|
192
|
+
|
|
193
|
+
'@babel/runtime@7.29.2':
|
|
194
|
+
resolution: {integrity: sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==}
|
|
195
|
+
engines: {node: '>=6.9.0'}
|
|
196
|
+
|
|
197
|
+
'@babel/template@7.28.6':
|
|
198
|
+
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
|
|
199
|
+
engines: {node: '>=6.9.0'}
|
|
200
|
+
|
|
201
|
+
'@babel/traverse@7.29.0':
|
|
202
|
+
resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
|
|
203
|
+
engines: {node: '>=6.9.0'}
|
|
204
|
+
|
|
205
|
+
'@babel/types@7.29.0':
|
|
206
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
207
|
+
engines: {node: '>=6.9.0'}
|
|
208
|
+
|
|
209
|
+
'@base-ui/react@1.3.0':
|
|
210
|
+
resolution: {integrity: sha512-FwpKqZbPz14AITp1CVgf4AjhKPe1OeeVKSBMdgD10zbFlj3QSWelmtCMLi2+/PFZZcIm3l87G7rwtCZJwHyXWA==}
|
|
211
|
+
engines: {node: '>=14.0.0'}
|
|
212
|
+
peerDependencies:
|
|
213
|
+
'@types/react': ^17 || ^18 || ^19
|
|
214
|
+
react: ^17 || ^18 || ^19
|
|
215
|
+
react-dom: ^17 || ^18 || ^19
|
|
216
|
+
peerDependenciesMeta:
|
|
217
|
+
'@types/react':
|
|
218
|
+
optional: true
|
|
219
|
+
|
|
220
|
+
'@base-ui/utils@0.2.6':
|
|
221
|
+
resolution: {integrity: sha512-yQ+qeuqohwhsNpoYDqqXaLllYAkPCP4vYdDrVo8FQXaAPfHWm1pG/Vm+jmGTA5JFS0BAIjookyapuJFY8F9PIw==}
|
|
222
|
+
peerDependencies:
|
|
223
|
+
'@types/react': ^17 || ^18 || ^19
|
|
224
|
+
react: ^17 || ^18 || ^19
|
|
225
|
+
react-dom: ^17 || ^18 || ^19
|
|
226
|
+
peerDependenciesMeta:
|
|
227
|
+
'@types/react':
|
|
228
|
+
optional: true
|
|
229
|
+
|
|
230
|
+
'@date-fns/tz@1.4.1':
|
|
231
|
+
resolution: {integrity: sha512-P5LUNhtbj6YfI3iJjw5EL9eUAG6OitD0W3fWQcpQjDRc/QIsL0tRNuO1PcDvPccWL1fSTXXdE1ds+l95DV/OFA==}
|
|
232
|
+
|
|
233
|
+
'@emnapi/core@1.9.1':
|
|
234
|
+
resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==}
|
|
235
|
+
|
|
236
|
+
'@emnapi/runtime@1.9.1':
|
|
237
|
+
resolution: {integrity: sha512-VYi5+ZVLhpgK4hQ0TAjiQiZ6ol0oe4mBx7mVv7IflsiEp0OWoVsp/+f9Vc1hOhE0TtkORVrI1GvzyreqpgWtkA==}
|
|
238
|
+
|
|
239
|
+
'@emnapi/wasi-threads@1.2.0':
|
|
240
|
+
resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==}
|
|
241
|
+
|
|
242
|
+
'@eslint-community/eslint-utils@4.9.1':
|
|
243
|
+
resolution: {integrity: sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==}
|
|
244
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
245
|
+
peerDependencies:
|
|
246
|
+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
247
|
+
|
|
248
|
+
'@eslint-community/regexpp@4.12.2':
|
|
249
|
+
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
|
|
250
|
+
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
|
251
|
+
|
|
252
|
+
'@eslint/config-array@0.21.2':
|
|
253
|
+
resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
|
|
254
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
255
|
+
|
|
256
|
+
'@eslint/config-helpers@0.4.2':
|
|
257
|
+
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
|
|
258
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
259
|
+
|
|
260
|
+
'@eslint/core@0.17.0':
|
|
261
|
+
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
|
262
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
263
|
+
|
|
264
|
+
'@eslint/eslintrc@3.3.5':
|
|
265
|
+
resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
|
|
266
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
267
|
+
|
|
268
|
+
'@eslint/js@9.39.4':
|
|
269
|
+
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
|
|
270
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
271
|
+
|
|
272
|
+
'@eslint/object-schema@2.1.7':
|
|
273
|
+
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
|
274
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
275
|
+
|
|
276
|
+
'@eslint/plugin-kit@0.4.1':
|
|
277
|
+
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
|
278
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
279
|
+
|
|
280
|
+
'@floating-ui/core@1.7.5':
|
|
281
|
+
resolution: {integrity: sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==}
|
|
282
|
+
|
|
283
|
+
'@floating-ui/dom@1.7.6':
|
|
284
|
+
resolution: {integrity: sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==}
|
|
285
|
+
|
|
286
|
+
'@floating-ui/react-dom@2.1.8':
|
|
287
|
+
resolution: {integrity: sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==}
|
|
288
|
+
peerDependencies:
|
|
289
|
+
react: '>=16.8.0'
|
|
290
|
+
react-dom: '>=16.8.0'
|
|
291
|
+
|
|
292
|
+
'@floating-ui/utils@0.2.11':
|
|
293
|
+
resolution: {integrity: sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==}
|
|
294
|
+
|
|
295
|
+
'@graphql-typed-document-node/core@3.2.0':
|
|
296
|
+
resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==}
|
|
297
|
+
peerDependencies:
|
|
298
|
+
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
|
299
|
+
|
|
300
|
+
'@hookform/resolvers@3.10.0':
|
|
301
|
+
resolution: {integrity: sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==}
|
|
302
|
+
peerDependencies:
|
|
303
|
+
react-hook-form: ^7.0.0
|
|
304
|
+
|
|
305
|
+
'@humanfs/core@0.19.1':
|
|
306
|
+
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
|
307
|
+
engines: {node: '>=18.18.0'}
|
|
308
|
+
|
|
309
|
+
'@humanfs/node@0.16.7':
|
|
310
|
+
resolution: {integrity: sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==}
|
|
311
|
+
engines: {node: '>=18.18.0'}
|
|
312
|
+
|
|
313
|
+
'@humanwhocodes/module-importer@1.0.1':
|
|
314
|
+
resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
|
|
315
|
+
engines: {node: '>=12.22'}
|
|
316
|
+
|
|
317
|
+
'@humanwhocodes/retry@0.4.3':
|
|
318
|
+
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
|
319
|
+
engines: {node: '>=18.18'}
|
|
320
|
+
|
|
321
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
322
|
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
|
323
|
+
|
|
324
|
+
'@jridgewell/remapping@2.3.5':
|
|
325
|
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
|
|
326
|
+
|
|
327
|
+
'@jridgewell/resolve-uri@3.1.2':
|
|
328
|
+
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
|
|
329
|
+
engines: {node: '>=6.0.0'}
|
|
330
|
+
|
|
331
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
332
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
333
|
+
|
|
334
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
335
|
+
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
336
|
+
|
|
337
|
+
'@napi-rs/wasm-runtime@1.1.1':
|
|
338
|
+
resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
|
|
339
|
+
|
|
340
|
+
'@oxc-project/types@0.120.0':
|
|
341
|
+
resolution: {integrity: sha512-k1YNu55DuvAip/MGE1FTsIuU3FUCn6v/ujG9V7Nq5Df/kX2CWb13hhwD0lmJGMGqE+bE1MXvv9SZVnMzEXlWcg==}
|
|
342
|
+
|
|
343
|
+
'@radix-ui/number@1.1.1':
|
|
344
|
+
resolution: {integrity: sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==}
|
|
345
|
+
|
|
346
|
+
'@radix-ui/primitive@1.1.3':
|
|
347
|
+
resolution: {integrity: sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==}
|
|
348
|
+
|
|
349
|
+
'@radix-ui/react-accessible-icon@1.1.7':
|
|
350
|
+
resolution: {integrity: sha512-XM+E4WXl0OqUJFovy6GjmxxFyx9opfCAIUku4dlKRd5YEPqt4kALOkQOp0Of6reHuUkJuiPBEc5k0o4z4lTC8A==}
|
|
351
|
+
peerDependencies:
|
|
352
|
+
'@types/react': '*'
|
|
353
|
+
'@types/react-dom': '*'
|
|
354
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
355
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
356
|
+
peerDependenciesMeta:
|
|
357
|
+
'@types/react':
|
|
358
|
+
optional: true
|
|
359
|
+
'@types/react-dom':
|
|
360
|
+
optional: true
|
|
361
|
+
|
|
362
|
+
'@radix-ui/react-accordion@1.2.12':
|
|
363
|
+
resolution: {integrity: sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==}
|
|
364
|
+
peerDependencies:
|
|
365
|
+
'@types/react': '*'
|
|
366
|
+
'@types/react-dom': '*'
|
|
367
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
368
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
369
|
+
peerDependenciesMeta:
|
|
370
|
+
'@types/react':
|
|
371
|
+
optional: true
|
|
372
|
+
'@types/react-dom':
|
|
373
|
+
optional: true
|
|
374
|
+
|
|
375
|
+
'@radix-ui/react-alert-dialog@1.1.15':
|
|
376
|
+
resolution: {integrity: sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==}
|
|
377
|
+
peerDependencies:
|
|
378
|
+
'@types/react': '*'
|
|
379
|
+
'@types/react-dom': '*'
|
|
380
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
381
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
382
|
+
peerDependenciesMeta:
|
|
383
|
+
'@types/react':
|
|
384
|
+
optional: true
|
|
385
|
+
'@types/react-dom':
|
|
386
|
+
optional: true
|
|
387
|
+
|
|
388
|
+
'@radix-ui/react-arrow@1.1.7':
|
|
389
|
+
resolution: {integrity: sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==}
|
|
390
|
+
peerDependencies:
|
|
391
|
+
'@types/react': '*'
|
|
392
|
+
'@types/react-dom': '*'
|
|
393
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
394
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
395
|
+
peerDependenciesMeta:
|
|
396
|
+
'@types/react':
|
|
397
|
+
optional: true
|
|
398
|
+
'@types/react-dom':
|
|
399
|
+
optional: true
|
|
400
|
+
|
|
401
|
+
'@radix-ui/react-aspect-ratio@1.1.7':
|
|
402
|
+
resolution: {integrity: sha512-Yq6lvO9HQyPwev1onK1daHCHqXVLzPhSVjmsNjCa2Zcxy2f7uJD2itDtxknv6FzAKCwD1qQkeVDmX/cev13n/g==}
|
|
403
|
+
peerDependencies:
|
|
404
|
+
'@types/react': '*'
|
|
405
|
+
'@types/react-dom': '*'
|
|
406
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
407
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
408
|
+
peerDependenciesMeta:
|
|
409
|
+
'@types/react':
|
|
410
|
+
optional: true
|
|
411
|
+
'@types/react-dom':
|
|
412
|
+
optional: true
|
|
413
|
+
|
|
414
|
+
'@radix-ui/react-avatar@1.1.10':
|
|
415
|
+
resolution: {integrity: sha512-V8piFfWapM5OmNCXTzVQY+E1rDa53zY+MQ4Y7356v4fFz6vqCyUtIz2rUD44ZEdwg78/jKmMJHj07+C/Z/rcog==}
|
|
416
|
+
peerDependencies:
|
|
417
|
+
'@types/react': '*'
|
|
418
|
+
'@types/react-dom': '*'
|
|
419
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
420
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
421
|
+
peerDependenciesMeta:
|
|
422
|
+
'@types/react':
|
|
423
|
+
optional: true
|
|
424
|
+
'@types/react-dom':
|
|
425
|
+
optional: true
|
|
426
|
+
|
|
427
|
+
'@radix-ui/react-checkbox@1.3.3':
|
|
428
|
+
resolution: {integrity: sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==}
|
|
429
|
+
peerDependencies:
|
|
430
|
+
'@types/react': '*'
|
|
431
|
+
'@types/react-dom': '*'
|
|
432
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
433
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
434
|
+
peerDependenciesMeta:
|
|
435
|
+
'@types/react':
|
|
436
|
+
optional: true
|
|
437
|
+
'@types/react-dom':
|
|
438
|
+
optional: true
|
|
439
|
+
|
|
440
|
+
'@radix-ui/react-collapsible@1.1.12':
|
|
441
|
+
resolution: {integrity: sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==}
|
|
442
|
+
peerDependencies:
|
|
443
|
+
'@types/react': '*'
|
|
444
|
+
'@types/react-dom': '*'
|
|
445
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
446
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
447
|
+
peerDependenciesMeta:
|
|
448
|
+
'@types/react':
|
|
449
|
+
optional: true
|
|
450
|
+
'@types/react-dom':
|
|
451
|
+
optional: true
|
|
452
|
+
|
|
453
|
+
'@radix-ui/react-collection@1.1.7':
|
|
454
|
+
resolution: {integrity: sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==}
|
|
455
|
+
peerDependencies:
|
|
456
|
+
'@types/react': '*'
|
|
457
|
+
'@types/react-dom': '*'
|
|
458
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
459
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
460
|
+
peerDependenciesMeta:
|
|
461
|
+
'@types/react':
|
|
462
|
+
optional: true
|
|
463
|
+
'@types/react-dom':
|
|
464
|
+
optional: true
|
|
465
|
+
|
|
466
|
+
'@radix-ui/react-compose-refs@1.1.2':
|
|
467
|
+
resolution: {integrity: sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==}
|
|
468
|
+
peerDependencies:
|
|
469
|
+
'@types/react': '*'
|
|
470
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
471
|
+
peerDependenciesMeta:
|
|
472
|
+
'@types/react':
|
|
473
|
+
optional: true
|
|
474
|
+
|
|
475
|
+
'@radix-ui/react-context-menu@2.2.16':
|
|
476
|
+
resolution: {integrity: sha512-O8morBEW+HsVG28gYDZPTrT9UUovQUlJue5YO836tiTJhuIWBm/zQHc7j388sHWtdH/xUZurK9olD2+pcqx5ww==}
|
|
477
|
+
peerDependencies:
|
|
478
|
+
'@types/react': '*'
|
|
479
|
+
'@types/react-dom': '*'
|
|
480
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
481
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
482
|
+
peerDependenciesMeta:
|
|
483
|
+
'@types/react':
|
|
484
|
+
optional: true
|
|
485
|
+
'@types/react-dom':
|
|
486
|
+
optional: true
|
|
487
|
+
|
|
488
|
+
'@radix-ui/react-context@1.1.2':
|
|
489
|
+
resolution: {integrity: sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==}
|
|
490
|
+
peerDependencies:
|
|
491
|
+
'@types/react': '*'
|
|
492
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
493
|
+
peerDependenciesMeta:
|
|
494
|
+
'@types/react':
|
|
495
|
+
optional: true
|
|
496
|
+
|
|
497
|
+
'@radix-ui/react-dialog@1.1.15':
|
|
498
|
+
resolution: {integrity: sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==}
|
|
499
|
+
peerDependencies:
|
|
500
|
+
'@types/react': '*'
|
|
501
|
+
'@types/react-dom': '*'
|
|
502
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
503
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
504
|
+
peerDependenciesMeta:
|
|
505
|
+
'@types/react':
|
|
506
|
+
optional: true
|
|
507
|
+
'@types/react-dom':
|
|
508
|
+
optional: true
|
|
509
|
+
|
|
510
|
+
'@radix-ui/react-direction@1.1.1':
|
|
511
|
+
resolution: {integrity: sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==}
|
|
512
|
+
peerDependencies:
|
|
513
|
+
'@types/react': '*'
|
|
514
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
515
|
+
peerDependenciesMeta:
|
|
516
|
+
'@types/react':
|
|
517
|
+
optional: true
|
|
518
|
+
|
|
519
|
+
'@radix-ui/react-dismissable-layer@1.1.11':
|
|
520
|
+
resolution: {integrity: sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==}
|
|
521
|
+
peerDependencies:
|
|
522
|
+
'@types/react': '*'
|
|
523
|
+
'@types/react-dom': '*'
|
|
524
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
525
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
526
|
+
peerDependenciesMeta:
|
|
527
|
+
'@types/react':
|
|
528
|
+
optional: true
|
|
529
|
+
'@types/react-dom':
|
|
530
|
+
optional: true
|
|
531
|
+
|
|
532
|
+
'@radix-ui/react-dropdown-menu@2.1.16':
|
|
533
|
+
resolution: {integrity: sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==}
|
|
534
|
+
peerDependencies:
|
|
535
|
+
'@types/react': '*'
|
|
536
|
+
'@types/react-dom': '*'
|
|
537
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
538
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
539
|
+
peerDependenciesMeta:
|
|
540
|
+
'@types/react':
|
|
541
|
+
optional: true
|
|
542
|
+
'@types/react-dom':
|
|
543
|
+
optional: true
|
|
544
|
+
|
|
545
|
+
'@radix-ui/react-focus-guards@1.1.3':
|
|
546
|
+
resolution: {integrity: sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==}
|
|
547
|
+
peerDependencies:
|
|
548
|
+
'@types/react': '*'
|
|
549
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
550
|
+
peerDependenciesMeta:
|
|
551
|
+
'@types/react':
|
|
552
|
+
optional: true
|
|
553
|
+
|
|
554
|
+
'@radix-ui/react-focus-scope@1.1.7':
|
|
555
|
+
resolution: {integrity: sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==}
|
|
556
|
+
peerDependencies:
|
|
557
|
+
'@types/react': '*'
|
|
558
|
+
'@types/react-dom': '*'
|
|
559
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
560
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
561
|
+
peerDependenciesMeta:
|
|
562
|
+
'@types/react':
|
|
563
|
+
optional: true
|
|
564
|
+
'@types/react-dom':
|
|
565
|
+
optional: true
|
|
566
|
+
|
|
567
|
+
'@radix-ui/react-form@0.1.8':
|
|
568
|
+
resolution: {integrity: sha512-QM70k4Zwjttifr5a4sZFts9fn8FzHYvQ5PiB19O2HsYibaHSVt9fH9rzB0XZo/YcM+b7t/p7lYCT/F5eOeF5yQ==}
|
|
569
|
+
peerDependencies:
|
|
570
|
+
'@types/react': '*'
|
|
571
|
+
'@types/react-dom': '*'
|
|
572
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
573
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
574
|
+
peerDependenciesMeta:
|
|
575
|
+
'@types/react':
|
|
576
|
+
optional: true
|
|
577
|
+
'@types/react-dom':
|
|
578
|
+
optional: true
|
|
579
|
+
|
|
580
|
+
'@radix-ui/react-hover-card@1.1.15':
|
|
581
|
+
resolution: {integrity: sha512-qgTkjNT1CfKMoP0rcasmlH2r1DAiYicWsDsufxl940sT2wHNEWWv6FMWIQXWhVdmC1d/HYfbhQx60KYyAtKxjg==}
|
|
582
|
+
peerDependencies:
|
|
583
|
+
'@types/react': '*'
|
|
584
|
+
'@types/react-dom': '*'
|
|
585
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
586
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
587
|
+
peerDependenciesMeta:
|
|
588
|
+
'@types/react':
|
|
589
|
+
optional: true
|
|
590
|
+
'@types/react-dom':
|
|
591
|
+
optional: true
|
|
592
|
+
|
|
593
|
+
'@radix-ui/react-id@1.1.1':
|
|
594
|
+
resolution: {integrity: sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==}
|
|
595
|
+
peerDependencies:
|
|
596
|
+
'@types/react': '*'
|
|
597
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
598
|
+
peerDependenciesMeta:
|
|
599
|
+
'@types/react':
|
|
600
|
+
optional: true
|
|
601
|
+
|
|
602
|
+
'@radix-ui/react-label@2.1.7':
|
|
603
|
+
resolution: {integrity: sha512-YT1GqPSL8kJn20djelMX7/cTRp/Y9w5IZHvfxQTVHrOqa2yMl7i/UfMqKRU5V7mEyKTrUVgJXhNQPVCG8PBLoQ==}
|
|
604
|
+
peerDependencies:
|
|
605
|
+
'@types/react': '*'
|
|
606
|
+
'@types/react-dom': '*'
|
|
607
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
608
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
609
|
+
peerDependenciesMeta:
|
|
610
|
+
'@types/react':
|
|
611
|
+
optional: true
|
|
612
|
+
'@types/react-dom':
|
|
613
|
+
optional: true
|
|
614
|
+
|
|
615
|
+
'@radix-ui/react-menu@2.1.16':
|
|
616
|
+
resolution: {integrity: sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==}
|
|
617
|
+
peerDependencies:
|
|
618
|
+
'@types/react': '*'
|
|
619
|
+
'@types/react-dom': '*'
|
|
620
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
621
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
622
|
+
peerDependenciesMeta:
|
|
623
|
+
'@types/react':
|
|
624
|
+
optional: true
|
|
625
|
+
'@types/react-dom':
|
|
626
|
+
optional: true
|
|
627
|
+
|
|
628
|
+
'@radix-ui/react-menubar@1.1.16':
|
|
629
|
+
resolution: {integrity: sha512-EB1FktTz5xRRi2Er974AUQZWg2yVBb1yjip38/lgwtCVRd3a+maUoGHN/xs9Yv8SY8QwbSEb+YrxGadVWbEutA==}
|
|
630
|
+
peerDependencies:
|
|
631
|
+
'@types/react': '*'
|
|
632
|
+
'@types/react-dom': '*'
|
|
633
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
634
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
635
|
+
peerDependenciesMeta:
|
|
636
|
+
'@types/react':
|
|
637
|
+
optional: true
|
|
638
|
+
'@types/react-dom':
|
|
639
|
+
optional: true
|
|
640
|
+
|
|
641
|
+
'@radix-ui/react-navigation-menu@1.2.14':
|
|
642
|
+
resolution: {integrity: sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==}
|
|
643
|
+
peerDependencies:
|
|
644
|
+
'@types/react': '*'
|
|
645
|
+
'@types/react-dom': '*'
|
|
646
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
647
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
648
|
+
peerDependenciesMeta:
|
|
649
|
+
'@types/react':
|
|
650
|
+
optional: true
|
|
651
|
+
'@types/react-dom':
|
|
652
|
+
optional: true
|
|
653
|
+
|
|
654
|
+
'@radix-ui/react-one-time-password-field@0.1.8':
|
|
655
|
+
resolution: {integrity: sha512-ycS4rbwURavDPVjCb5iS3aG4lURFDILi6sKI/WITUMZ13gMmn/xGjpLoqBAalhJaDk8I3UbCM5GzKHrnzwHbvg==}
|
|
656
|
+
peerDependencies:
|
|
657
|
+
'@types/react': '*'
|
|
658
|
+
'@types/react-dom': '*'
|
|
659
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
660
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
661
|
+
peerDependenciesMeta:
|
|
662
|
+
'@types/react':
|
|
663
|
+
optional: true
|
|
664
|
+
'@types/react-dom':
|
|
665
|
+
optional: true
|
|
666
|
+
|
|
667
|
+
'@radix-ui/react-password-toggle-field@0.1.3':
|
|
668
|
+
resolution: {integrity: sha512-/UuCrDBWravcaMix4TdT+qlNdVwOM1Nck9kWx/vafXsdfj1ChfhOdfi3cy9SGBpWgTXwYCuboT/oYpJy3clqfw==}
|
|
669
|
+
peerDependencies:
|
|
670
|
+
'@types/react': '*'
|
|
671
|
+
'@types/react-dom': '*'
|
|
672
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
673
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
674
|
+
peerDependenciesMeta:
|
|
675
|
+
'@types/react':
|
|
676
|
+
optional: true
|
|
677
|
+
'@types/react-dom':
|
|
678
|
+
optional: true
|
|
679
|
+
|
|
680
|
+
'@radix-ui/react-popover@1.1.15':
|
|
681
|
+
resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==}
|
|
682
|
+
peerDependencies:
|
|
683
|
+
'@types/react': '*'
|
|
684
|
+
'@types/react-dom': '*'
|
|
685
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
686
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
687
|
+
peerDependenciesMeta:
|
|
688
|
+
'@types/react':
|
|
689
|
+
optional: true
|
|
690
|
+
'@types/react-dom':
|
|
691
|
+
optional: true
|
|
692
|
+
|
|
693
|
+
'@radix-ui/react-popper@1.2.8':
|
|
694
|
+
resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
|
|
695
|
+
peerDependencies:
|
|
696
|
+
'@types/react': '*'
|
|
697
|
+
'@types/react-dom': '*'
|
|
698
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
699
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
700
|
+
peerDependenciesMeta:
|
|
701
|
+
'@types/react':
|
|
702
|
+
optional: true
|
|
703
|
+
'@types/react-dom':
|
|
704
|
+
optional: true
|
|
705
|
+
|
|
706
|
+
'@radix-ui/react-portal@1.1.9':
|
|
707
|
+
resolution: {integrity: sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==}
|
|
708
|
+
peerDependencies:
|
|
709
|
+
'@types/react': '*'
|
|
710
|
+
'@types/react-dom': '*'
|
|
711
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
712
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
713
|
+
peerDependenciesMeta:
|
|
714
|
+
'@types/react':
|
|
715
|
+
optional: true
|
|
716
|
+
'@types/react-dom':
|
|
717
|
+
optional: true
|
|
718
|
+
|
|
719
|
+
'@radix-ui/react-presence@1.1.5':
|
|
720
|
+
resolution: {integrity: sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==}
|
|
721
|
+
peerDependencies:
|
|
722
|
+
'@types/react': '*'
|
|
723
|
+
'@types/react-dom': '*'
|
|
724
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
725
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
726
|
+
peerDependenciesMeta:
|
|
727
|
+
'@types/react':
|
|
728
|
+
optional: true
|
|
729
|
+
'@types/react-dom':
|
|
730
|
+
optional: true
|
|
731
|
+
|
|
732
|
+
'@radix-ui/react-primitive@2.1.3':
|
|
733
|
+
resolution: {integrity: sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==}
|
|
734
|
+
peerDependencies:
|
|
735
|
+
'@types/react': '*'
|
|
736
|
+
'@types/react-dom': '*'
|
|
737
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
738
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
739
|
+
peerDependenciesMeta:
|
|
740
|
+
'@types/react':
|
|
741
|
+
optional: true
|
|
742
|
+
'@types/react-dom':
|
|
743
|
+
optional: true
|
|
744
|
+
|
|
745
|
+
'@radix-ui/react-primitive@2.1.4':
|
|
746
|
+
resolution: {integrity: sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==}
|
|
747
|
+
peerDependencies:
|
|
748
|
+
'@types/react': '*'
|
|
749
|
+
'@types/react-dom': '*'
|
|
750
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
751
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
752
|
+
peerDependenciesMeta:
|
|
753
|
+
'@types/react':
|
|
754
|
+
optional: true
|
|
755
|
+
'@types/react-dom':
|
|
756
|
+
optional: true
|
|
757
|
+
|
|
758
|
+
'@radix-ui/react-progress@1.1.7':
|
|
759
|
+
resolution: {integrity: sha512-vPdg/tF6YC/ynuBIJlk1mm7Le0VgW6ub6J2UWnTQ7/D23KXcPI1qy+0vBkgKgd38RCMJavBXpB83HPNFMTb0Fg==}
|
|
760
|
+
peerDependencies:
|
|
761
|
+
'@types/react': '*'
|
|
762
|
+
'@types/react-dom': '*'
|
|
763
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
764
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
765
|
+
peerDependenciesMeta:
|
|
766
|
+
'@types/react':
|
|
767
|
+
optional: true
|
|
768
|
+
'@types/react-dom':
|
|
769
|
+
optional: true
|
|
770
|
+
|
|
771
|
+
'@radix-ui/react-radio-group@1.3.8':
|
|
772
|
+
resolution: {integrity: sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==}
|
|
773
|
+
peerDependencies:
|
|
774
|
+
'@types/react': '*'
|
|
775
|
+
'@types/react-dom': '*'
|
|
776
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
777
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
778
|
+
peerDependenciesMeta:
|
|
779
|
+
'@types/react':
|
|
780
|
+
optional: true
|
|
781
|
+
'@types/react-dom':
|
|
782
|
+
optional: true
|
|
783
|
+
|
|
784
|
+
'@radix-ui/react-roving-focus@1.1.11':
|
|
785
|
+
resolution: {integrity: sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==}
|
|
786
|
+
peerDependencies:
|
|
787
|
+
'@types/react': '*'
|
|
788
|
+
'@types/react-dom': '*'
|
|
789
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
790
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
791
|
+
peerDependenciesMeta:
|
|
792
|
+
'@types/react':
|
|
793
|
+
optional: true
|
|
794
|
+
'@types/react-dom':
|
|
795
|
+
optional: true
|
|
796
|
+
|
|
797
|
+
'@radix-ui/react-scroll-area@1.2.10':
|
|
798
|
+
resolution: {integrity: sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==}
|
|
799
|
+
peerDependencies:
|
|
800
|
+
'@types/react': '*'
|
|
801
|
+
'@types/react-dom': '*'
|
|
802
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
803
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
804
|
+
peerDependenciesMeta:
|
|
805
|
+
'@types/react':
|
|
806
|
+
optional: true
|
|
807
|
+
'@types/react-dom':
|
|
808
|
+
optional: true
|
|
809
|
+
|
|
810
|
+
'@radix-ui/react-select@2.2.6':
|
|
811
|
+
resolution: {integrity: sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==}
|
|
812
|
+
peerDependencies:
|
|
813
|
+
'@types/react': '*'
|
|
814
|
+
'@types/react-dom': '*'
|
|
815
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
816
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
817
|
+
peerDependenciesMeta:
|
|
818
|
+
'@types/react':
|
|
819
|
+
optional: true
|
|
820
|
+
'@types/react-dom':
|
|
821
|
+
optional: true
|
|
822
|
+
|
|
823
|
+
'@radix-ui/react-separator@1.1.7':
|
|
824
|
+
resolution: {integrity: sha512-0HEb8R9E8A+jZjvmFCy/J4xhbXy3TV+9XSnGJ3KvTtjlIUy/YQ/p6UYZvi7YbeoeXdyU9+Y3scizK6hkY37baA==}
|
|
825
|
+
peerDependencies:
|
|
826
|
+
'@types/react': '*'
|
|
827
|
+
'@types/react-dom': '*'
|
|
828
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
829
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
830
|
+
peerDependenciesMeta:
|
|
831
|
+
'@types/react':
|
|
832
|
+
optional: true
|
|
833
|
+
'@types/react-dom':
|
|
834
|
+
optional: true
|
|
835
|
+
|
|
836
|
+
'@radix-ui/react-slider@1.3.6':
|
|
837
|
+
resolution: {integrity: sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==}
|
|
838
|
+
peerDependencies:
|
|
839
|
+
'@types/react': '*'
|
|
840
|
+
'@types/react-dom': '*'
|
|
841
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
842
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
843
|
+
peerDependenciesMeta:
|
|
844
|
+
'@types/react':
|
|
845
|
+
optional: true
|
|
846
|
+
'@types/react-dom':
|
|
847
|
+
optional: true
|
|
848
|
+
|
|
849
|
+
'@radix-ui/react-slot@1.2.3':
|
|
850
|
+
resolution: {integrity: sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==}
|
|
851
|
+
peerDependencies:
|
|
852
|
+
'@types/react': '*'
|
|
853
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
854
|
+
peerDependenciesMeta:
|
|
855
|
+
'@types/react':
|
|
856
|
+
optional: true
|
|
857
|
+
|
|
858
|
+
'@radix-ui/react-slot@1.2.4':
|
|
859
|
+
resolution: {integrity: sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==}
|
|
860
|
+
peerDependencies:
|
|
861
|
+
'@types/react': '*'
|
|
862
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
863
|
+
peerDependenciesMeta:
|
|
864
|
+
'@types/react':
|
|
865
|
+
optional: true
|
|
866
|
+
|
|
867
|
+
'@radix-ui/react-switch@1.2.6':
|
|
868
|
+
resolution: {integrity: sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==}
|
|
869
|
+
peerDependencies:
|
|
870
|
+
'@types/react': '*'
|
|
871
|
+
'@types/react-dom': '*'
|
|
872
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
873
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
874
|
+
peerDependenciesMeta:
|
|
875
|
+
'@types/react':
|
|
876
|
+
optional: true
|
|
877
|
+
'@types/react-dom':
|
|
878
|
+
optional: true
|
|
879
|
+
|
|
880
|
+
'@radix-ui/react-tabs@1.1.13':
|
|
881
|
+
resolution: {integrity: sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==}
|
|
882
|
+
peerDependencies:
|
|
883
|
+
'@types/react': '*'
|
|
884
|
+
'@types/react-dom': '*'
|
|
885
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
886
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
887
|
+
peerDependenciesMeta:
|
|
888
|
+
'@types/react':
|
|
889
|
+
optional: true
|
|
890
|
+
'@types/react-dom':
|
|
891
|
+
optional: true
|
|
892
|
+
|
|
893
|
+
'@radix-ui/react-toast@1.2.15':
|
|
894
|
+
resolution: {integrity: sha512-3OSz3TacUWy4WtOXV38DggwxoqJK4+eDkNMl5Z/MJZaoUPaP4/9lf81xXMe1I2ReTAptverZUpbPY4wWwWyL5g==}
|
|
895
|
+
peerDependencies:
|
|
896
|
+
'@types/react': '*'
|
|
897
|
+
'@types/react-dom': '*'
|
|
898
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
899
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
900
|
+
peerDependenciesMeta:
|
|
901
|
+
'@types/react':
|
|
902
|
+
optional: true
|
|
903
|
+
'@types/react-dom':
|
|
904
|
+
optional: true
|
|
905
|
+
|
|
906
|
+
'@radix-ui/react-toggle-group@1.1.11':
|
|
907
|
+
resolution: {integrity: sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==}
|
|
908
|
+
peerDependencies:
|
|
909
|
+
'@types/react': '*'
|
|
910
|
+
'@types/react-dom': '*'
|
|
911
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
912
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
913
|
+
peerDependenciesMeta:
|
|
914
|
+
'@types/react':
|
|
915
|
+
optional: true
|
|
916
|
+
'@types/react-dom':
|
|
917
|
+
optional: true
|
|
918
|
+
|
|
919
|
+
'@radix-ui/react-toggle@1.1.10':
|
|
920
|
+
resolution: {integrity: sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==}
|
|
921
|
+
peerDependencies:
|
|
922
|
+
'@types/react': '*'
|
|
923
|
+
'@types/react-dom': '*'
|
|
924
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
925
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
926
|
+
peerDependenciesMeta:
|
|
927
|
+
'@types/react':
|
|
928
|
+
optional: true
|
|
929
|
+
'@types/react-dom':
|
|
930
|
+
optional: true
|
|
931
|
+
|
|
932
|
+
'@radix-ui/react-toolbar@1.1.11':
|
|
933
|
+
resolution: {integrity: sha512-4ol06/1bLoFu1nwUqzdD4Y5RZ9oDdKeiHIsntug54Hcr1pgaHiPqHFEaXI1IFP/EsOfROQZ8Mig9VTIRza6Tjg==}
|
|
934
|
+
peerDependencies:
|
|
935
|
+
'@types/react': '*'
|
|
936
|
+
'@types/react-dom': '*'
|
|
937
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
938
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
939
|
+
peerDependenciesMeta:
|
|
940
|
+
'@types/react':
|
|
941
|
+
optional: true
|
|
942
|
+
'@types/react-dom':
|
|
943
|
+
optional: true
|
|
944
|
+
|
|
945
|
+
'@radix-ui/react-tooltip@1.2.8':
|
|
946
|
+
resolution: {integrity: sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==}
|
|
947
|
+
peerDependencies:
|
|
948
|
+
'@types/react': '*'
|
|
949
|
+
'@types/react-dom': '*'
|
|
950
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
951
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
952
|
+
peerDependenciesMeta:
|
|
953
|
+
'@types/react':
|
|
954
|
+
optional: true
|
|
955
|
+
'@types/react-dom':
|
|
956
|
+
optional: true
|
|
957
|
+
|
|
958
|
+
'@radix-ui/react-use-callback-ref@1.1.1':
|
|
959
|
+
resolution: {integrity: sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==}
|
|
960
|
+
peerDependencies:
|
|
961
|
+
'@types/react': '*'
|
|
962
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
963
|
+
peerDependenciesMeta:
|
|
964
|
+
'@types/react':
|
|
965
|
+
optional: true
|
|
966
|
+
|
|
967
|
+
'@radix-ui/react-use-controllable-state@1.2.2':
|
|
968
|
+
resolution: {integrity: sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==}
|
|
969
|
+
peerDependencies:
|
|
970
|
+
'@types/react': '*'
|
|
971
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
972
|
+
peerDependenciesMeta:
|
|
973
|
+
'@types/react':
|
|
974
|
+
optional: true
|
|
975
|
+
|
|
976
|
+
'@radix-ui/react-use-effect-event@0.0.2':
|
|
977
|
+
resolution: {integrity: sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==}
|
|
978
|
+
peerDependencies:
|
|
979
|
+
'@types/react': '*'
|
|
980
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
981
|
+
peerDependenciesMeta:
|
|
982
|
+
'@types/react':
|
|
983
|
+
optional: true
|
|
984
|
+
|
|
985
|
+
'@radix-ui/react-use-escape-keydown@1.1.1':
|
|
986
|
+
resolution: {integrity: sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==}
|
|
987
|
+
peerDependencies:
|
|
988
|
+
'@types/react': '*'
|
|
989
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
990
|
+
peerDependenciesMeta:
|
|
991
|
+
'@types/react':
|
|
992
|
+
optional: true
|
|
993
|
+
|
|
994
|
+
'@radix-ui/react-use-is-hydrated@0.1.0':
|
|
995
|
+
resolution: {integrity: sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==}
|
|
996
|
+
peerDependencies:
|
|
997
|
+
'@types/react': '*'
|
|
998
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
999
|
+
peerDependenciesMeta:
|
|
1000
|
+
'@types/react':
|
|
1001
|
+
optional: true
|
|
1002
|
+
|
|
1003
|
+
'@radix-ui/react-use-layout-effect@1.1.1':
|
|
1004
|
+
resolution: {integrity: sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==}
|
|
1005
|
+
peerDependencies:
|
|
1006
|
+
'@types/react': '*'
|
|
1007
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1008
|
+
peerDependenciesMeta:
|
|
1009
|
+
'@types/react':
|
|
1010
|
+
optional: true
|
|
1011
|
+
|
|
1012
|
+
'@radix-ui/react-use-previous@1.1.1':
|
|
1013
|
+
resolution: {integrity: sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==}
|
|
1014
|
+
peerDependencies:
|
|
1015
|
+
'@types/react': '*'
|
|
1016
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1017
|
+
peerDependenciesMeta:
|
|
1018
|
+
'@types/react':
|
|
1019
|
+
optional: true
|
|
1020
|
+
|
|
1021
|
+
'@radix-ui/react-use-rect@1.1.1':
|
|
1022
|
+
resolution: {integrity: sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==}
|
|
1023
|
+
peerDependencies:
|
|
1024
|
+
'@types/react': '*'
|
|
1025
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1026
|
+
peerDependenciesMeta:
|
|
1027
|
+
'@types/react':
|
|
1028
|
+
optional: true
|
|
1029
|
+
|
|
1030
|
+
'@radix-ui/react-use-size@1.1.1':
|
|
1031
|
+
resolution: {integrity: sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==}
|
|
1032
|
+
peerDependencies:
|
|
1033
|
+
'@types/react': '*'
|
|
1034
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1035
|
+
peerDependenciesMeta:
|
|
1036
|
+
'@types/react':
|
|
1037
|
+
optional: true
|
|
1038
|
+
|
|
1039
|
+
'@radix-ui/react-visually-hidden@1.2.3':
|
|
1040
|
+
resolution: {integrity: sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==}
|
|
1041
|
+
peerDependencies:
|
|
1042
|
+
'@types/react': '*'
|
|
1043
|
+
'@types/react-dom': '*'
|
|
1044
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1045
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1046
|
+
peerDependenciesMeta:
|
|
1047
|
+
'@types/react':
|
|
1048
|
+
optional: true
|
|
1049
|
+
'@types/react-dom':
|
|
1050
|
+
optional: true
|
|
1051
|
+
|
|
1052
|
+
'@radix-ui/rect@1.1.1':
|
|
1053
|
+
resolution: {integrity: sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==}
|
|
1054
|
+
|
|
1055
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.10':
|
|
1056
|
+
resolution: {integrity: sha512-jOHxwXhxmFKuXztiu1ORieJeTbx5vrTkcOkkkn2d35726+iwhrY1w/+nYY/AGgF12thg33qC3R1LMBF5tHTZHg==}
|
|
1057
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1058
|
+
cpu: [arm64]
|
|
1059
|
+
os: [android]
|
|
1060
|
+
|
|
1061
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.10':
|
|
1062
|
+
resolution: {integrity: sha512-gED05Teg/vtTZbIJBc4VNMAxAFDUPkuO/rAIyyxZjTj1a1/s6z5TII/5yMGZ0uLRCifEtwUQn8OlYzuYc0m70w==}
|
|
1063
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1064
|
+
cpu: [arm64]
|
|
1065
|
+
os: [darwin]
|
|
1066
|
+
|
|
1067
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.10':
|
|
1068
|
+
resolution: {integrity: sha512-rI15NcM1mA48lqrIxVkHfAqcyFLcQwyXWThy+BQ5+mkKKPvSO26ir+ZDp36AgYoYVkqvMcdS8zOE6SeBsR9e8A==}
|
|
1069
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1070
|
+
cpu: [x64]
|
|
1071
|
+
os: [darwin]
|
|
1072
|
+
|
|
1073
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.10':
|
|
1074
|
+
resolution: {integrity: sha512-XZRXHdTa+4ME1MuDVp021+doQ+z6Ei4CCFmNc5/sKbqb8YmkiJdj8QKlV3rCI0AJtAeSB5n0WGPuJWNL9p/L2w==}
|
|
1075
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1076
|
+
cpu: [x64]
|
|
1077
|
+
os: [freebsd]
|
|
1078
|
+
|
|
1079
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.10':
|
|
1080
|
+
resolution: {integrity: sha512-R0SQMRluISSLzFE20sPWYHVmJdDQnRyc/FzSCN72BqQmh2SOZUFG+N3/vBZpR4C6WpEUVYJLrYUXaj43sJsNLA==}
|
|
1081
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1082
|
+
cpu: [arm]
|
|
1083
|
+
os: [linux]
|
|
1084
|
+
|
|
1085
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.10':
|
|
1086
|
+
resolution: {integrity: sha512-Y1reMrV/o+cwpduYhJuOE3OMKx32RMYCidf14y+HssARRmhDuWXJ4yVguDg2R/8SyyGNo+auzz64LnPK9Hq6jg==}
|
|
1087
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1088
|
+
cpu: [arm64]
|
|
1089
|
+
os: [linux]
|
|
1090
|
+
|
|
1091
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.10':
|
|
1092
|
+
resolution: {integrity: sha512-vELN+HNb2IzuzSBUOD4NHmP9yrGwl1DVM29wlQvx1OLSclL0NgVWnVDKl/8tEks79EFek/kebQKnNJkIAA4W2g==}
|
|
1093
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1094
|
+
cpu: [arm64]
|
|
1095
|
+
os: [linux]
|
|
1096
|
+
|
|
1097
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.10':
|
|
1098
|
+
resolution: {integrity: sha512-ZqrufYTgzxbHwpqOjzSsb0UV/aV2TFIY5rP8HdsiPTv/CuAgCRjM6s9cYFwQ4CNH+hf9Y4erHW1GjZuZ7WoI7w==}
|
|
1099
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1100
|
+
cpu: [ppc64]
|
|
1101
|
+
os: [linux]
|
|
1102
|
+
|
|
1103
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.10':
|
|
1104
|
+
resolution: {integrity: sha512-gSlmVS1FZJSRicA6IyjoRoKAFK7IIHBs7xJuHRSmjImqk3mPPWbR7RhbnfH2G6bcmMEllCt2vQ/7u9e6bBnByg==}
|
|
1105
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1106
|
+
cpu: [s390x]
|
|
1107
|
+
os: [linux]
|
|
1108
|
+
|
|
1109
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.10':
|
|
1110
|
+
resolution: {integrity: sha512-eOCKUpluKgfObT2pHjztnaWEIbUabWzk3qPZ5PuacuPmr4+JtQG4k2vGTY0H15edaTnicgU428XW/IH6AimcQw==}
|
|
1111
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1112
|
+
cpu: [x64]
|
|
1113
|
+
os: [linux]
|
|
1114
|
+
|
|
1115
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.10':
|
|
1116
|
+
resolution: {integrity: sha512-Xdf2jQbfQowJnLcgYfD/m0Uu0Qj5OdxKallD78/IPPfzaiaI4KRAwZzHcKQ4ig1gtg1SuzC7jovNiM2TzQsBXA==}
|
|
1117
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1118
|
+
cpu: [x64]
|
|
1119
|
+
os: [linux]
|
|
1120
|
+
|
|
1121
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.10':
|
|
1122
|
+
resolution: {integrity: sha512-o1hYe8hLi1EY6jgPFyxQgQ1wcycX+qz8eEbVmot2hFkgUzPxy9+kF0u0NIQBeDq+Mko47AkaFFaChcvZa9UX9Q==}
|
|
1123
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1124
|
+
cpu: [arm64]
|
|
1125
|
+
os: [openharmony]
|
|
1126
|
+
|
|
1127
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.10':
|
|
1128
|
+
resolution: {integrity: sha512-Ugv9o7qYJudqQO5Y5y2N2SOo6S4WiqiNOpuQyoPInnhVzCY+wi/GHltcLHypG9DEUYMB0iTB/huJrpadiAcNcA==}
|
|
1129
|
+
engines: {node: '>=14.0.0'}
|
|
1130
|
+
cpu: [wasm32]
|
|
1131
|
+
|
|
1132
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.10':
|
|
1133
|
+
resolution: {integrity: sha512-7UODQb4fQUNT/vmgDZBl3XOBAIOutP5R3O/rkxg0aLfEGQ4opbCgU5vOw/scPe4xOqBwL9fw7/RP1vAMZ6QlAQ==}
|
|
1134
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1135
|
+
cpu: [arm64]
|
|
1136
|
+
os: [win32]
|
|
1137
|
+
|
|
1138
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.10':
|
|
1139
|
+
resolution: {integrity: sha512-PYxKHMVHOb5NJuDL53vBUl1VwUjymDcYI6rzpIni0C9+9mTiJedvUxSk7/RPp7OOAm3v+EjgMu9bIy3N6b408w==}
|
|
1140
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1141
|
+
cpu: [x64]
|
|
1142
|
+
os: [win32]
|
|
1143
|
+
|
|
1144
|
+
'@rolldown/pluginutils@1.0.0-rc.10':
|
|
1145
|
+
resolution: {integrity: sha512-UkVDEFk1w3mveXeKgaTuYfKWtPbvgck1dT8TUG3bnccrH0XtLTuAyfCoks4Q/M5ZGToSVJTIQYCzy2g/atAOeg==}
|
|
1146
|
+
|
|
1147
|
+
'@rolldown/pluginutils@1.0.0-rc.7':
|
|
1148
|
+
resolution: {integrity: sha512-qujRfC8sFVInYSPPMLQByRh7zhwkGFS4+tyMQ83srV1qrxL4g8E2tyxVVyxd0+8QeBM1mIk9KbWxkegRr76XzA==}
|
|
1149
|
+
|
|
1150
|
+
'@tabby_ai/hijri-converter@1.0.5':
|
|
1151
|
+
resolution: {integrity: sha512-r5bClKrcIusDoo049dSL8CawnHR6mRdDwhlQuIgZRNty68q0x8k3Lf1BtPAMxRf/GgnHBnIO4ujd3+GQdLWzxQ==}
|
|
1152
|
+
engines: {node: '>=16.0.0'}
|
|
1153
|
+
|
|
1154
|
+
'@tailwindcss/node@4.2.2':
|
|
1155
|
+
resolution: {integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==}
|
|
1156
|
+
|
|
1157
|
+
'@tailwindcss/oxide-android-arm64@4.2.2':
|
|
1158
|
+
resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==}
|
|
1159
|
+
engines: {node: '>= 20'}
|
|
1160
|
+
cpu: [arm64]
|
|
1161
|
+
os: [android]
|
|
1162
|
+
|
|
1163
|
+
'@tailwindcss/oxide-darwin-arm64@4.2.2':
|
|
1164
|
+
resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==}
|
|
1165
|
+
engines: {node: '>= 20'}
|
|
1166
|
+
cpu: [arm64]
|
|
1167
|
+
os: [darwin]
|
|
1168
|
+
|
|
1169
|
+
'@tailwindcss/oxide-darwin-x64@4.2.2':
|
|
1170
|
+
resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==}
|
|
1171
|
+
engines: {node: '>= 20'}
|
|
1172
|
+
cpu: [x64]
|
|
1173
|
+
os: [darwin]
|
|
1174
|
+
|
|
1175
|
+
'@tailwindcss/oxide-freebsd-x64@4.2.2':
|
|
1176
|
+
resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==}
|
|
1177
|
+
engines: {node: '>= 20'}
|
|
1178
|
+
cpu: [x64]
|
|
1179
|
+
os: [freebsd]
|
|
1180
|
+
|
|
1181
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
|
|
1182
|
+
resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==}
|
|
1183
|
+
engines: {node: '>= 20'}
|
|
1184
|
+
cpu: [arm]
|
|
1185
|
+
os: [linux]
|
|
1186
|
+
|
|
1187
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
|
|
1188
|
+
resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==}
|
|
1189
|
+
engines: {node: '>= 20'}
|
|
1190
|
+
cpu: [arm64]
|
|
1191
|
+
os: [linux]
|
|
1192
|
+
|
|
1193
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.2':
|
|
1194
|
+
resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==}
|
|
1195
|
+
engines: {node: '>= 20'}
|
|
1196
|
+
cpu: [arm64]
|
|
1197
|
+
os: [linux]
|
|
1198
|
+
|
|
1199
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.2':
|
|
1200
|
+
resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==}
|
|
1201
|
+
engines: {node: '>= 20'}
|
|
1202
|
+
cpu: [x64]
|
|
1203
|
+
os: [linux]
|
|
1204
|
+
|
|
1205
|
+
'@tailwindcss/oxide-linux-x64-musl@4.2.2':
|
|
1206
|
+
resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==}
|
|
1207
|
+
engines: {node: '>= 20'}
|
|
1208
|
+
cpu: [x64]
|
|
1209
|
+
os: [linux]
|
|
1210
|
+
|
|
1211
|
+
'@tailwindcss/oxide-wasm32-wasi@4.2.2':
|
|
1212
|
+
resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==}
|
|
1213
|
+
engines: {node: '>=14.0.0'}
|
|
1214
|
+
cpu: [wasm32]
|
|
1215
|
+
bundledDependencies:
|
|
1216
|
+
- '@napi-rs/wasm-runtime'
|
|
1217
|
+
- '@emnapi/core'
|
|
1218
|
+
- '@emnapi/runtime'
|
|
1219
|
+
- '@tybys/wasm-util'
|
|
1220
|
+
- '@emnapi/wasi-threads'
|
|
1221
|
+
- tslib
|
|
1222
|
+
|
|
1223
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
|
|
1224
|
+
resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==}
|
|
1225
|
+
engines: {node: '>= 20'}
|
|
1226
|
+
cpu: [arm64]
|
|
1227
|
+
os: [win32]
|
|
1228
|
+
|
|
1229
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.2':
|
|
1230
|
+
resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==}
|
|
1231
|
+
engines: {node: '>= 20'}
|
|
1232
|
+
cpu: [x64]
|
|
1233
|
+
os: [win32]
|
|
1234
|
+
|
|
1235
|
+
'@tailwindcss/oxide@4.2.2':
|
|
1236
|
+
resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==}
|
|
1237
|
+
engines: {node: '>= 20'}
|
|
1238
|
+
|
|
1239
|
+
'@tailwindcss/vite@4.2.2':
|
|
1240
|
+
resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==}
|
|
1241
|
+
peerDependencies:
|
|
1242
|
+
vite: ^5.2.0 || ^6 || ^7 || ^8
|
|
1243
|
+
|
|
1244
|
+
'@tanstack/query-core@5.91.2':
|
|
1245
|
+
resolution: {integrity: sha512-Uz2pTgPC1mhqrrSGg18RKCWT/pkduAYtxbcyIyKBhw7dTWjXZIzqmpzO2lBkyWr4hlImQgpu1m1pei3UnkFRWw==}
|
|
1246
|
+
|
|
1247
|
+
'@tanstack/react-query@5.91.2':
|
|
1248
|
+
resolution: {integrity: sha512-GClLPzbM57iFXv+FlvOUL56XVe00PxuTaVEyj1zAObhRiKF008J5vedmaq7O6ehs+VmPHe8+PUQhMuEyv8d9wQ==}
|
|
1249
|
+
peerDependencies:
|
|
1250
|
+
react: ^18 || ^19
|
|
1251
|
+
|
|
1252
|
+
'@tybys/wasm-util@0.10.1':
|
|
1253
|
+
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
1254
|
+
|
|
1255
|
+
'@types/d3-array@3.2.2':
|
|
1256
|
+
resolution: {integrity: sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==}
|
|
1257
|
+
|
|
1258
|
+
'@types/d3-color@3.1.3':
|
|
1259
|
+
resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==}
|
|
1260
|
+
|
|
1261
|
+
'@types/d3-ease@3.0.2':
|
|
1262
|
+
resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==}
|
|
1263
|
+
|
|
1264
|
+
'@types/d3-interpolate@3.0.4':
|
|
1265
|
+
resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==}
|
|
1266
|
+
|
|
1267
|
+
'@types/d3-path@3.1.1':
|
|
1268
|
+
resolution: {integrity: sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==}
|
|
1269
|
+
|
|
1270
|
+
'@types/d3-scale@4.0.9':
|
|
1271
|
+
resolution: {integrity: sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==}
|
|
1272
|
+
|
|
1273
|
+
'@types/d3-shape@3.1.8':
|
|
1274
|
+
resolution: {integrity: sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==}
|
|
1275
|
+
|
|
1276
|
+
'@types/d3-time@3.0.4':
|
|
1277
|
+
resolution: {integrity: sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==}
|
|
1278
|
+
|
|
1279
|
+
'@types/d3-timer@3.0.2':
|
|
1280
|
+
resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==}
|
|
1281
|
+
|
|
1282
|
+
'@types/estree@1.0.8':
|
|
1283
|
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
1284
|
+
|
|
1285
|
+
'@types/json-schema@7.0.15':
|
|
1286
|
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
|
1287
|
+
|
|
1288
|
+
'@types/node@24.12.0':
|
|
1289
|
+
resolution: {integrity: sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==}
|
|
1290
|
+
|
|
1291
|
+
'@types/react-dom@19.2.3':
|
|
1292
|
+
resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
|
|
1293
|
+
peerDependencies:
|
|
1294
|
+
'@types/react': ^19.2.0
|
|
1295
|
+
|
|
1296
|
+
'@types/react@19.2.14':
|
|
1297
|
+
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
|
|
1298
|
+
|
|
1299
|
+
'@typescript-eslint/eslint-plugin@8.57.1':
|
|
1300
|
+
resolution: {integrity: sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==}
|
|
1301
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1302
|
+
peerDependencies:
|
|
1303
|
+
'@typescript-eslint/parser': ^8.57.1
|
|
1304
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
1305
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1306
|
+
|
|
1307
|
+
'@typescript-eslint/parser@8.57.1':
|
|
1308
|
+
resolution: {integrity: sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==}
|
|
1309
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1310
|
+
peerDependencies:
|
|
1311
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
1312
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1313
|
+
|
|
1314
|
+
'@typescript-eslint/project-service@8.57.1':
|
|
1315
|
+
resolution: {integrity: sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==}
|
|
1316
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1317
|
+
peerDependencies:
|
|
1318
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1319
|
+
|
|
1320
|
+
'@typescript-eslint/scope-manager@8.57.1':
|
|
1321
|
+
resolution: {integrity: sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==}
|
|
1322
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1323
|
+
|
|
1324
|
+
'@typescript-eslint/tsconfig-utils@8.57.1':
|
|
1325
|
+
resolution: {integrity: sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==}
|
|
1326
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1327
|
+
peerDependencies:
|
|
1328
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1329
|
+
|
|
1330
|
+
'@typescript-eslint/type-utils@8.57.1':
|
|
1331
|
+
resolution: {integrity: sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==}
|
|
1332
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1333
|
+
peerDependencies:
|
|
1334
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
1335
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1336
|
+
|
|
1337
|
+
'@typescript-eslint/types@8.57.1':
|
|
1338
|
+
resolution: {integrity: sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==}
|
|
1339
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1340
|
+
|
|
1341
|
+
'@typescript-eslint/typescript-estree@8.57.1':
|
|
1342
|
+
resolution: {integrity: sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==}
|
|
1343
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1344
|
+
peerDependencies:
|
|
1345
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1346
|
+
|
|
1347
|
+
'@typescript-eslint/utils@8.57.1':
|
|
1348
|
+
resolution: {integrity: sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==}
|
|
1349
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1350
|
+
peerDependencies:
|
|
1351
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
1352
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
1353
|
+
|
|
1354
|
+
'@typescript-eslint/visitor-keys@8.57.1':
|
|
1355
|
+
resolution: {integrity: sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==}
|
|
1356
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1357
|
+
|
|
1358
|
+
'@vitejs/plugin-react@6.0.1':
|
|
1359
|
+
resolution: {integrity: sha512-l9X/E3cDb+xY3SWzlG1MOGt2usfEHGMNIaegaUGFsLkb3RCn/k8/TOXBcab+OndDI4TBtktT8/9BwwW8Vi9KUQ==}
|
|
1360
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
1361
|
+
peerDependencies:
|
|
1362
|
+
'@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
|
|
1363
|
+
babel-plugin-react-compiler: ^1.0.0
|
|
1364
|
+
vite: ^8.0.0
|
|
1365
|
+
peerDependenciesMeta:
|
|
1366
|
+
'@rolldown/plugin-babel':
|
|
1367
|
+
optional: true
|
|
1368
|
+
babel-plugin-react-compiler:
|
|
1369
|
+
optional: true
|
|
1370
|
+
|
|
1371
|
+
acorn-jsx@5.3.2:
|
|
1372
|
+
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
1373
|
+
peerDependencies:
|
|
1374
|
+
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
1375
|
+
|
|
1376
|
+
acorn@8.16.0:
|
|
1377
|
+
resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
|
|
1378
|
+
engines: {node: '>=0.4.0'}
|
|
1379
|
+
hasBin: true
|
|
1380
|
+
|
|
1381
|
+
ajv@6.14.0:
|
|
1382
|
+
resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
|
|
1383
|
+
|
|
1384
|
+
ansi-styles@4.3.0:
|
|
1385
|
+
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
1386
|
+
engines: {node: '>=8'}
|
|
1387
|
+
|
|
1388
|
+
argparse@2.0.1:
|
|
1389
|
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
|
|
1390
|
+
|
|
1391
|
+
aria-hidden@1.2.6:
|
|
1392
|
+
resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
|
|
1393
|
+
engines: {node: '>=10'}
|
|
1394
|
+
|
|
1395
|
+
balanced-match@1.0.2:
|
|
1396
|
+
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
|
1397
|
+
|
|
1398
|
+
balanced-match@4.0.4:
|
|
1399
|
+
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
1400
|
+
engines: {node: 18 || 20 || >=22}
|
|
1401
|
+
|
|
1402
|
+
baseline-browser-mapping@2.10.9:
|
|
1403
|
+
resolution: {integrity: sha512-OZd0e2mU11ClX8+IdXe3r0dbqMEznRiT4TfbhYIbcRPZkqJ7Qwer8ij3GZAmLsRKa+II9V1v5czCkvmHH3XZBg==}
|
|
1404
|
+
engines: {node: '>=6.0.0'}
|
|
1405
|
+
hasBin: true
|
|
1406
|
+
|
|
1407
|
+
brace-expansion@1.1.12:
|
|
1408
|
+
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
|
|
1409
|
+
|
|
1410
|
+
brace-expansion@5.0.4:
|
|
1411
|
+
resolution: {integrity: sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==}
|
|
1412
|
+
engines: {node: 18 || 20 || >=22}
|
|
1413
|
+
|
|
1414
|
+
browserslist@4.28.1:
|
|
1415
|
+
resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
|
|
1416
|
+
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
|
1417
|
+
hasBin: true
|
|
1418
|
+
|
|
1419
|
+
callsites@3.1.0:
|
|
1420
|
+
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
|
|
1421
|
+
engines: {node: '>=6'}
|
|
1422
|
+
|
|
1423
|
+
caniuse-lite@1.0.30001780:
|
|
1424
|
+
resolution: {integrity: sha512-llngX0E7nQci5BPJDqoZSbuZ5Bcs9F5db7EtgfwBerX9XGtkkiO4NwfDDIRzHTTwcYC8vC7bmeUEPGrKlR/TkQ==}
|
|
1425
|
+
|
|
1426
|
+
chalk@4.1.2:
|
|
1427
|
+
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
1428
|
+
engines: {node: '>=10'}
|
|
1429
|
+
|
|
1430
|
+
class-variance-authority@0.7.1:
|
|
1431
|
+
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
|
1432
|
+
|
|
1433
|
+
clsx@2.1.1:
|
|
1434
|
+
resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
|
|
1435
|
+
engines: {node: '>=6'}
|
|
1436
|
+
|
|
1437
|
+
cmdk@1.1.1:
|
|
1438
|
+
resolution: {integrity: sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==}
|
|
1439
|
+
peerDependencies:
|
|
1440
|
+
react: ^18 || ^19 || ^19.0.0-rc
|
|
1441
|
+
react-dom: ^18 || ^19 || ^19.0.0-rc
|
|
1442
|
+
|
|
1443
|
+
color-convert@2.0.1:
|
|
1444
|
+
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
|
|
1445
|
+
engines: {node: '>=7.0.0'}
|
|
1446
|
+
|
|
1447
|
+
color-name@1.1.4:
|
|
1448
|
+
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
1449
|
+
|
|
1450
|
+
concat-map@0.0.1:
|
|
1451
|
+
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
|
1452
|
+
|
|
1453
|
+
convert-source-map@2.0.0:
|
|
1454
|
+
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
|
|
1455
|
+
|
|
1456
|
+
cookie@1.1.1:
|
|
1457
|
+
resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==}
|
|
1458
|
+
engines: {node: '>=18'}
|
|
1459
|
+
|
|
1460
|
+
cross-spawn@7.0.6:
|
|
1461
|
+
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
|
1462
|
+
engines: {node: '>= 8'}
|
|
1463
|
+
|
|
1464
|
+
csstype@3.2.3:
|
|
1465
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
1466
|
+
|
|
1467
|
+
d3-array@3.2.4:
|
|
1468
|
+
resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==}
|
|
1469
|
+
engines: {node: '>=12'}
|
|
1470
|
+
|
|
1471
|
+
d3-color@3.1.0:
|
|
1472
|
+
resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==}
|
|
1473
|
+
engines: {node: '>=12'}
|
|
1474
|
+
|
|
1475
|
+
d3-ease@3.0.1:
|
|
1476
|
+
resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==}
|
|
1477
|
+
engines: {node: '>=12'}
|
|
1478
|
+
|
|
1479
|
+
d3-format@3.1.2:
|
|
1480
|
+
resolution: {integrity: sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==}
|
|
1481
|
+
engines: {node: '>=12'}
|
|
1482
|
+
|
|
1483
|
+
d3-interpolate@3.0.1:
|
|
1484
|
+
resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==}
|
|
1485
|
+
engines: {node: '>=12'}
|
|
1486
|
+
|
|
1487
|
+
d3-path@3.1.0:
|
|
1488
|
+
resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==}
|
|
1489
|
+
engines: {node: '>=12'}
|
|
1490
|
+
|
|
1491
|
+
d3-scale@4.0.2:
|
|
1492
|
+
resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==}
|
|
1493
|
+
engines: {node: '>=12'}
|
|
1494
|
+
|
|
1495
|
+
d3-shape@3.2.0:
|
|
1496
|
+
resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==}
|
|
1497
|
+
engines: {node: '>=12'}
|
|
1498
|
+
|
|
1499
|
+
d3-time-format@4.1.0:
|
|
1500
|
+
resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==}
|
|
1501
|
+
engines: {node: '>=12'}
|
|
1502
|
+
|
|
1503
|
+
d3-time@3.1.0:
|
|
1504
|
+
resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==}
|
|
1505
|
+
engines: {node: '>=12'}
|
|
1506
|
+
|
|
1507
|
+
d3-timer@3.0.1:
|
|
1508
|
+
resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==}
|
|
1509
|
+
engines: {node: '>=12'}
|
|
1510
|
+
|
|
1511
|
+
date-fns-jalali@4.1.0-0:
|
|
1512
|
+
resolution: {integrity: sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==}
|
|
1513
|
+
|
|
1514
|
+
date-fns@3.6.0:
|
|
1515
|
+
resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==}
|
|
1516
|
+
|
|
1517
|
+
date-fns@4.1.0:
|
|
1518
|
+
resolution: {integrity: sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==}
|
|
1519
|
+
|
|
1520
|
+
debug@4.4.3:
|
|
1521
|
+
resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
|
|
1522
|
+
engines: {node: '>=6.0'}
|
|
1523
|
+
peerDependencies:
|
|
1524
|
+
supports-color: '*'
|
|
1525
|
+
peerDependenciesMeta:
|
|
1526
|
+
supports-color:
|
|
1527
|
+
optional: true
|
|
1528
|
+
|
|
1529
|
+
decimal.js-light@2.5.1:
|
|
1530
|
+
resolution: {integrity: sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==}
|
|
1531
|
+
|
|
1532
|
+
deep-is@0.1.4:
|
|
1533
|
+
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
|
1534
|
+
|
|
1535
|
+
detect-libc@2.1.2:
|
|
1536
|
+
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
|
1537
|
+
engines: {node: '>=8'}
|
|
1538
|
+
|
|
1539
|
+
detect-node-es@1.1.0:
|
|
1540
|
+
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
|
1541
|
+
|
|
1542
|
+
dom-helpers@5.2.1:
|
|
1543
|
+
resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==}
|
|
1544
|
+
|
|
1545
|
+
electron-to-chromium@1.5.321:
|
|
1546
|
+
resolution: {integrity: sha512-L2C7Q279W2D/J4PLZLk7sebOILDSWos7bMsMNN06rK482umHUrh/3lM8G7IlHFOYip2oAg5nha1rCMxr/rs6ZQ==}
|
|
1547
|
+
|
|
1548
|
+
embla-carousel-react@8.6.0:
|
|
1549
|
+
resolution: {integrity: sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==}
|
|
1550
|
+
peerDependencies:
|
|
1551
|
+
react: ^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
1552
|
+
|
|
1553
|
+
embla-carousel-reactive-utils@8.6.0:
|
|
1554
|
+
resolution: {integrity: sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==}
|
|
1555
|
+
peerDependencies:
|
|
1556
|
+
embla-carousel: 8.6.0
|
|
1557
|
+
|
|
1558
|
+
embla-carousel@8.6.0:
|
|
1559
|
+
resolution: {integrity: sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==}
|
|
1560
|
+
|
|
1561
|
+
enhanced-resolve@5.20.1:
|
|
1562
|
+
resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==}
|
|
1563
|
+
engines: {node: '>=10.13.0'}
|
|
1564
|
+
|
|
1565
|
+
escalade@3.2.0:
|
|
1566
|
+
resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
|
|
1567
|
+
engines: {node: '>=6'}
|
|
1568
|
+
|
|
1569
|
+
escape-string-regexp@4.0.0:
|
|
1570
|
+
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
1571
|
+
engines: {node: '>=10'}
|
|
1572
|
+
|
|
1573
|
+
eslint-plugin-react-hooks@7.0.1:
|
|
1574
|
+
resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==}
|
|
1575
|
+
engines: {node: '>=18'}
|
|
1576
|
+
peerDependencies:
|
|
1577
|
+
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
|
|
1578
|
+
|
|
1579
|
+
eslint-plugin-react-refresh@0.5.2:
|
|
1580
|
+
resolution: {integrity: sha512-hmgTH57GfzoTFjVN0yBwTggnsVUF2tcqi7RJZHqi9lIezSs4eFyAMktA68YD4r5kNw1mxyY4dmkyoFDb3FIqrA==}
|
|
1581
|
+
peerDependencies:
|
|
1582
|
+
eslint: ^9 || ^10
|
|
1583
|
+
|
|
1584
|
+
eslint-scope@8.4.0:
|
|
1585
|
+
resolution: {integrity: sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==}
|
|
1586
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1587
|
+
|
|
1588
|
+
eslint-visitor-keys@3.4.3:
|
|
1589
|
+
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
1590
|
+
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
1591
|
+
|
|
1592
|
+
eslint-visitor-keys@4.2.1:
|
|
1593
|
+
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
|
1594
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1595
|
+
|
|
1596
|
+
eslint-visitor-keys@5.0.1:
|
|
1597
|
+
resolution: {integrity: sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==}
|
|
1598
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=24}
|
|
1599
|
+
|
|
1600
|
+
eslint@9.39.4:
|
|
1601
|
+
resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==}
|
|
1602
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1603
|
+
hasBin: true
|
|
1604
|
+
peerDependencies:
|
|
1605
|
+
jiti: '*'
|
|
1606
|
+
peerDependenciesMeta:
|
|
1607
|
+
jiti:
|
|
1608
|
+
optional: true
|
|
1609
|
+
|
|
1610
|
+
espree@10.4.0:
|
|
1611
|
+
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
|
|
1612
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
1613
|
+
|
|
1614
|
+
esquery@1.7.0:
|
|
1615
|
+
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
|
|
1616
|
+
engines: {node: '>=0.10'}
|
|
1617
|
+
|
|
1618
|
+
esrecurse@4.3.0:
|
|
1619
|
+
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
|
|
1620
|
+
engines: {node: '>=4.0'}
|
|
1621
|
+
|
|
1622
|
+
estraverse@5.3.0:
|
|
1623
|
+
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
|
1624
|
+
engines: {node: '>=4.0'}
|
|
1625
|
+
|
|
1626
|
+
esutils@2.0.3:
|
|
1627
|
+
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
|
1628
|
+
engines: {node: '>=0.10.0'}
|
|
1629
|
+
|
|
1630
|
+
eventemitter3@4.0.7:
|
|
1631
|
+
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
1632
|
+
|
|
1633
|
+
fast-deep-equal@3.1.3:
|
|
1634
|
+
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
|
1635
|
+
|
|
1636
|
+
fast-equals@5.4.0:
|
|
1637
|
+
resolution: {integrity: sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==}
|
|
1638
|
+
engines: {node: '>=6.0.0'}
|
|
1639
|
+
|
|
1640
|
+
fast-json-stable-stringify@2.1.0:
|
|
1641
|
+
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
|
1642
|
+
|
|
1643
|
+
fast-levenshtein@2.0.6:
|
|
1644
|
+
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
1645
|
+
|
|
1646
|
+
fdir@6.5.0:
|
|
1647
|
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
|
|
1648
|
+
engines: {node: '>=12.0.0'}
|
|
1649
|
+
peerDependencies:
|
|
1650
|
+
picomatch: ^3 || ^4
|
|
1651
|
+
peerDependenciesMeta:
|
|
1652
|
+
picomatch:
|
|
1653
|
+
optional: true
|
|
1654
|
+
|
|
1655
|
+
file-entry-cache@8.0.0:
|
|
1656
|
+
resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==}
|
|
1657
|
+
engines: {node: '>=16.0.0'}
|
|
1658
|
+
|
|
1659
|
+
find-up@5.0.0:
|
|
1660
|
+
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
1661
|
+
engines: {node: '>=10'}
|
|
1662
|
+
|
|
1663
|
+
flat-cache@4.0.1:
|
|
1664
|
+
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
1665
|
+
engines: {node: '>=16'}
|
|
1666
|
+
|
|
1667
|
+
flatted@3.4.2:
|
|
1668
|
+
resolution: {integrity: sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==}
|
|
1669
|
+
|
|
1670
|
+
framer-motion@12.38.0:
|
|
1671
|
+
resolution: {integrity: sha512-rFYkY/pigbcswl1XQSb7q424kSTQ8q6eAC+YUsSKooHQYuLdzdHjrt6uxUC+PRAO++q5IS7+TamgIw1AphxR+g==}
|
|
1672
|
+
peerDependencies:
|
|
1673
|
+
'@emotion/is-prop-valid': '*'
|
|
1674
|
+
react: ^18.0.0 || ^19.0.0
|
|
1675
|
+
react-dom: ^18.0.0 || ^19.0.0
|
|
1676
|
+
peerDependenciesMeta:
|
|
1677
|
+
'@emotion/is-prop-valid':
|
|
1678
|
+
optional: true
|
|
1679
|
+
react:
|
|
1680
|
+
optional: true
|
|
1681
|
+
react-dom:
|
|
1682
|
+
optional: true
|
|
1683
|
+
|
|
1684
|
+
fsevents@2.3.3:
|
|
1685
|
+
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
|
1686
|
+
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
|
1687
|
+
os: [darwin]
|
|
1688
|
+
|
|
1689
|
+
gensync@1.0.0-beta.2:
|
|
1690
|
+
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
|
|
1691
|
+
engines: {node: '>=6.9.0'}
|
|
1692
|
+
|
|
1693
|
+
get-nonce@1.0.1:
|
|
1694
|
+
resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
|
|
1695
|
+
engines: {node: '>=6'}
|
|
1696
|
+
|
|
1697
|
+
glob-parent@6.0.2:
|
|
1698
|
+
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
|
|
1699
|
+
engines: {node: '>=10.13.0'}
|
|
1700
|
+
|
|
1701
|
+
globals@14.0.0:
|
|
1702
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
|
1703
|
+
engines: {node: '>=18'}
|
|
1704
|
+
|
|
1705
|
+
globals@17.4.0:
|
|
1706
|
+
resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==}
|
|
1707
|
+
engines: {node: '>=18'}
|
|
1708
|
+
|
|
1709
|
+
graceful-fs@4.2.11:
|
|
1710
|
+
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
|
|
1711
|
+
|
|
1712
|
+
graphql-request@7.4.0:
|
|
1713
|
+
resolution: {integrity: sha512-xfr+zFb/QYbs4l4ty0dltqiXIp07U6sl+tOKAb0t50/EnQek6CVVBLjETXi+FghElytvgaAWtIOt3EV7zLzIAQ==}
|
|
1714
|
+
peerDependencies:
|
|
1715
|
+
graphql: 14 - 16
|
|
1716
|
+
|
|
1717
|
+
graphql@16.13.1:
|
|
1718
|
+
resolution: {integrity: sha512-gGgrVCoDKlIZ8fIqXBBb0pPKqDgki0Z/FSKNiQzSGj2uEYHr1tq5wmBegGwJx6QB5S5cM0khSBpi/JFHMCvsmQ==}
|
|
1719
|
+
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
|
1720
|
+
|
|
1721
|
+
has-flag@4.0.0:
|
|
1722
|
+
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
|
|
1723
|
+
engines: {node: '>=8'}
|
|
1724
|
+
|
|
1725
|
+
hermes-estree@0.25.1:
|
|
1726
|
+
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
|
1727
|
+
|
|
1728
|
+
hermes-parser@0.25.1:
|
|
1729
|
+
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
|
1730
|
+
|
|
1731
|
+
ignore@5.3.2:
|
|
1732
|
+
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
|
1733
|
+
engines: {node: '>= 4'}
|
|
1734
|
+
|
|
1735
|
+
ignore@7.0.5:
|
|
1736
|
+
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
|
|
1737
|
+
engines: {node: '>= 4'}
|
|
1738
|
+
|
|
1739
|
+
import-fresh@3.3.1:
|
|
1740
|
+
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
1741
|
+
engines: {node: '>=6'}
|
|
1742
|
+
|
|
1743
|
+
imurmurhash@0.1.4:
|
|
1744
|
+
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
1745
|
+
engines: {node: '>=0.8.19'}
|
|
1746
|
+
|
|
1747
|
+
input-otp@1.4.2:
|
|
1748
|
+
resolution: {integrity: sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==}
|
|
1749
|
+
peerDependencies:
|
|
1750
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
|
|
1751
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
|
|
1752
|
+
|
|
1753
|
+
internmap@2.0.3:
|
|
1754
|
+
resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==}
|
|
1755
|
+
engines: {node: '>=12'}
|
|
1756
|
+
|
|
1757
|
+
is-extglob@2.1.1:
|
|
1758
|
+
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
|
1759
|
+
engines: {node: '>=0.10.0'}
|
|
1760
|
+
|
|
1761
|
+
is-glob@4.0.3:
|
|
1762
|
+
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
1763
|
+
engines: {node: '>=0.10.0'}
|
|
1764
|
+
|
|
1765
|
+
isexe@2.0.0:
|
|
1766
|
+
resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
|
|
1767
|
+
|
|
1768
|
+
jiti@2.6.1:
|
|
1769
|
+
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
1770
|
+
hasBin: true
|
|
1771
|
+
|
|
1772
|
+
js-tokens@4.0.0:
|
|
1773
|
+
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
1774
|
+
|
|
1775
|
+
js-yaml@4.1.1:
|
|
1776
|
+
resolution: {integrity: sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==}
|
|
1777
|
+
hasBin: true
|
|
1778
|
+
|
|
1779
|
+
jsesc@3.1.0:
|
|
1780
|
+
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
|
|
1781
|
+
engines: {node: '>=6'}
|
|
1782
|
+
hasBin: true
|
|
1783
|
+
|
|
1784
|
+
json-buffer@3.0.1:
|
|
1785
|
+
resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
|
|
1786
|
+
|
|
1787
|
+
json-schema-traverse@0.4.1:
|
|
1788
|
+
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
1789
|
+
|
|
1790
|
+
json-stable-stringify-without-jsonify@1.0.1:
|
|
1791
|
+
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
1792
|
+
|
|
1793
|
+
json5@2.2.3:
|
|
1794
|
+
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
|
|
1795
|
+
engines: {node: '>=6'}
|
|
1796
|
+
hasBin: true
|
|
1797
|
+
|
|
1798
|
+
keyv@4.5.4:
|
|
1799
|
+
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
|
|
1800
|
+
|
|
1801
|
+
levn@0.4.1:
|
|
1802
|
+
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
|
|
1803
|
+
engines: {node: '>= 0.8.0'}
|
|
1804
|
+
|
|
1805
|
+
lightningcss-android-arm64@1.32.0:
|
|
1806
|
+
resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
|
|
1807
|
+
engines: {node: '>= 12.0.0'}
|
|
1808
|
+
cpu: [arm64]
|
|
1809
|
+
os: [android]
|
|
1810
|
+
|
|
1811
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
1812
|
+
resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
|
|
1813
|
+
engines: {node: '>= 12.0.0'}
|
|
1814
|
+
cpu: [arm64]
|
|
1815
|
+
os: [darwin]
|
|
1816
|
+
|
|
1817
|
+
lightningcss-darwin-x64@1.32.0:
|
|
1818
|
+
resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
|
|
1819
|
+
engines: {node: '>= 12.0.0'}
|
|
1820
|
+
cpu: [x64]
|
|
1821
|
+
os: [darwin]
|
|
1822
|
+
|
|
1823
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
1824
|
+
resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
|
|
1825
|
+
engines: {node: '>= 12.0.0'}
|
|
1826
|
+
cpu: [x64]
|
|
1827
|
+
os: [freebsd]
|
|
1828
|
+
|
|
1829
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
1830
|
+
resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
|
|
1831
|
+
engines: {node: '>= 12.0.0'}
|
|
1832
|
+
cpu: [arm]
|
|
1833
|
+
os: [linux]
|
|
1834
|
+
|
|
1835
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
1836
|
+
resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
|
|
1837
|
+
engines: {node: '>= 12.0.0'}
|
|
1838
|
+
cpu: [arm64]
|
|
1839
|
+
os: [linux]
|
|
1840
|
+
|
|
1841
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
1842
|
+
resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
|
|
1843
|
+
engines: {node: '>= 12.0.0'}
|
|
1844
|
+
cpu: [arm64]
|
|
1845
|
+
os: [linux]
|
|
1846
|
+
|
|
1847
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
1848
|
+
resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
|
|
1849
|
+
engines: {node: '>= 12.0.0'}
|
|
1850
|
+
cpu: [x64]
|
|
1851
|
+
os: [linux]
|
|
1852
|
+
|
|
1853
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
1854
|
+
resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
|
|
1855
|
+
engines: {node: '>= 12.0.0'}
|
|
1856
|
+
cpu: [x64]
|
|
1857
|
+
os: [linux]
|
|
1858
|
+
|
|
1859
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
1860
|
+
resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
|
|
1861
|
+
engines: {node: '>= 12.0.0'}
|
|
1862
|
+
cpu: [arm64]
|
|
1863
|
+
os: [win32]
|
|
1864
|
+
|
|
1865
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
1866
|
+
resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
|
|
1867
|
+
engines: {node: '>= 12.0.0'}
|
|
1868
|
+
cpu: [x64]
|
|
1869
|
+
os: [win32]
|
|
1870
|
+
|
|
1871
|
+
lightningcss@1.32.0:
|
|
1872
|
+
resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
|
|
1873
|
+
engines: {node: '>= 12.0.0'}
|
|
1874
|
+
|
|
1875
|
+
locate-path@6.0.0:
|
|
1876
|
+
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
1877
|
+
engines: {node: '>=10'}
|
|
1878
|
+
|
|
1879
|
+
lodash.merge@4.6.2:
|
|
1880
|
+
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
1881
|
+
|
|
1882
|
+
lodash@4.17.23:
|
|
1883
|
+
resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==}
|
|
1884
|
+
|
|
1885
|
+
loose-envify@1.4.0:
|
|
1886
|
+
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
1887
|
+
hasBin: true
|
|
1888
|
+
|
|
1889
|
+
lru-cache@5.1.1:
|
|
1890
|
+
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
1891
|
+
|
|
1892
|
+
lucide-react@0.400.0:
|
|
1893
|
+
resolution: {integrity: sha512-rpp7pFHh3Xd93KHixNgB0SqThMHpYNzsGUu69UaQbSZ75Q/J3m5t6EhKyMT3m4w2WOxmJ2mY0tD3vebnXqQryQ==}
|
|
1894
|
+
peerDependencies:
|
|
1895
|
+
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
1896
|
+
|
|
1897
|
+
magic-string@0.30.21:
|
|
1898
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
1899
|
+
|
|
1900
|
+
minimatch@10.2.4:
|
|
1901
|
+
resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==}
|
|
1902
|
+
engines: {node: 18 || 20 || >=22}
|
|
1903
|
+
|
|
1904
|
+
minimatch@3.1.5:
|
|
1905
|
+
resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
|
|
1906
|
+
|
|
1907
|
+
motion-dom@12.38.0:
|
|
1908
|
+
resolution: {integrity: sha512-pdkHLD8QYRp8VfiNLb8xIBJis1byQ9gPT3Jnh2jqfFtAsWUA3dEepDlsWe/xMpO8McV+VdpKVcp+E+TGJEtOoA==}
|
|
1909
|
+
|
|
1910
|
+
motion-utils@12.36.0:
|
|
1911
|
+
resolution: {integrity: sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg==}
|
|
1912
|
+
|
|
1913
|
+
ms@2.1.3:
|
|
1914
|
+
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
|
1915
|
+
|
|
1916
|
+
nanoid@3.3.11:
|
|
1917
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
1918
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
1919
|
+
hasBin: true
|
|
1920
|
+
|
|
1921
|
+
natural-compare@1.4.0:
|
|
1922
|
+
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
|
|
1923
|
+
|
|
1924
|
+
next-themes@0.4.6:
|
|
1925
|
+
resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==}
|
|
1926
|
+
peerDependencies:
|
|
1927
|
+
react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
1928
|
+
react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
1929
|
+
|
|
1930
|
+
node-releases@2.0.36:
|
|
1931
|
+
resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
|
|
1932
|
+
|
|
1933
|
+
object-assign@4.1.1:
|
|
1934
|
+
resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
|
|
1935
|
+
engines: {node: '>=0.10.0'}
|
|
1936
|
+
|
|
1937
|
+
optionator@0.9.4:
|
|
1938
|
+
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
|
|
1939
|
+
engines: {node: '>= 0.8.0'}
|
|
1940
|
+
|
|
1941
|
+
p-limit@3.1.0:
|
|
1942
|
+
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
1943
|
+
engines: {node: '>=10'}
|
|
1944
|
+
|
|
1945
|
+
p-locate@5.0.0:
|
|
1946
|
+
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
1947
|
+
engines: {node: '>=10'}
|
|
1948
|
+
|
|
1949
|
+
parent-module@1.0.1:
|
|
1950
|
+
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
1951
|
+
engines: {node: '>=6'}
|
|
1952
|
+
|
|
1953
|
+
path-exists@4.0.0:
|
|
1954
|
+
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
1955
|
+
engines: {node: '>=8'}
|
|
1956
|
+
|
|
1957
|
+
path-key@3.1.1:
|
|
1958
|
+
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
|
|
1959
|
+
engines: {node: '>=8'}
|
|
1960
|
+
|
|
1961
|
+
picocolors@1.1.1:
|
|
1962
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
1963
|
+
|
|
1964
|
+
picomatch@4.0.3:
|
|
1965
|
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
|
|
1966
|
+
engines: {node: '>=12'}
|
|
1967
|
+
|
|
1968
|
+
postcss@8.5.8:
|
|
1969
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
1970
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
1971
|
+
|
|
1972
|
+
prelude-ls@1.2.1:
|
|
1973
|
+
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
1974
|
+
engines: {node: '>= 0.8.0'}
|
|
1975
|
+
|
|
1976
|
+
prop-types@15.8.1:
|
|
1977
|
+
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
|
1978
|
+
|
|
1979
|
+
punycode@2.3.1:
|
|
1980
|
+
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
|
1981
|
+
engines: {node: '>=6'}
|
|
1982
|
+
|
|
1983
|
+
radix-ui@1.4.3:
|
|
1984
|
+
resolution: {integrity: sha512-aWizCQiyeAenIdUbqEpXgRA1ya65P13NKn/W8rWkcN0OPkRDxdBVLWnIEDsS2RpwCK2nobI7oMUSmexzTDyAmA==}
|
|
1985
|
+
peerDependencies:
|
|
1986
|
+
'@types/react': '*'
|
|
1987
|
+
'@types/react-dom': '*'
|
|
1988
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1989
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
|
1990
|
+
peerDependenciesMeta:
|
|
1991
|
+
'@types/react':
|
|
1992
|
+
optional: true
|
|
1993
|
+
'@types/react-dom':
|
|
1994
|
+
optional: true
|
|
1995
|
+
|
|
1996
|
+
react-day-picker@9.14.0:
|
|
1997
|
+
resolution: {integrity: sha512-tBaoDWjPwe0M5pGrum4H0SR6Lyk+BO9oHnp9JbKpGKW2mlraNPgP9BMfsg5pWpwrssARmeqk7YBl2oXutZTaHA==}
|
|
1998
|
+
engines: {node: '>=18'}
|
|
1999
|
+
peerDependencies:
|
|
2000
|
+
react: '>=16.8.0'
|
|
2001
|
+
|
|
2002
|
+
react-dom@19.2.4:
|
|
2003
|
+
resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
|
|
2004
|
+
peerDependencies:
|
|
2005
|
+
react: ^19.2.4
|
|
2006
|
+
|
|
2007
|
+
react-hook-form@7.71.2:
|
|
2008
|
+
resolution: {integrity: sha512-1CHvcDYzuRUNOflt4MOq3ZM46AronNJtQ1S7tnX6YN4y72qhgiUItpacZUAQ0TyWYci3yz1X+rXaSxiuEm86PA==}
|
|
2009
|
+
engines: {node: '>=18.0.0'}
|
|
2010
|
+
peerDependencies:
|
|
2011
|
+
react: ^16.8.0 || ^17 || ^18 || ^19
|
|
2012
|
+
|
|
2013
|
+
react-is@16.13.1:
|
|
2014
|
+
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
|
2015
|
+
|
|
2016
|
+
react-is@18.3.1:
|
|
2017
|
+
resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
|
|
2018
|
+
|
|
2019
|
+
react-remove-scroll-bar@2.3.8:
|
|
2020
|
+
resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
|
|
2021
|
+
engines: {node: '>=10'}
|
|
2022
|
+
peerDependencies:
|
|
2023
|
+
'@types/react': '*'
|
|
2024
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2025
|
+
peerDependenciesMeta:
|
|
2026
|
+
'@types/react':
|
|
2027
|
+
optional: true
|
|
2028
|
+
|
|
2029
|
+
react-remove-scroll@2.7.2:
|
|
2030
|
+
resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==}
|
|
2031
|
+
engines: {node: '>=10'}
|
|
2032
|
+
peerDependencies:
|
|
2033
|
+
'@types/react': '*'
|
|
2034
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2035
|
+
peerDependenciesMeta:
|
|
2036
|
+
'@types/react':
|
|
2037
|
+
optional: true
|
|
2038
|
+
|
|
2039
|
+
react-resizable-panels@4.7.3:
|
|
2040
|
+
resolution: {integrity: sha512-PYcYMLtvJD+Pr0TQNeMvddcnLOwUa/Yb4iNwU7ThNLlHaQYEEC9MIBWHaBGODzYuXIkPRZ/OWe5sbzG1Rzq5ew==}
|
|
2041
|
+
peerDependencies:
|
|
2042
|
+
react: ^18.0.0 || ^19.0.0
|
|
2043
|
+
react-dom: ^18.0.0 || ^19.0.0
|
|
2044
|
+
|
|
2045
|
+
react-router-dom@7.13.1:
|
|
2046
|
+
resolution: {integrity: sha512-UJnV3Rxc5TgUPJt2KJpo1Jpy0OKQr0AjgbZzBFjaPJcFOb2Y8jA5H3LT8HUJAiRLlWrEXWHbF1Z4SCZaQjWDHw==}
|
|
2047
|
+
engines: {node: '>=20.0.0'}
|
|
2048
|
+
peerDependencies:
|
|
2049
|
+
react: '>=18'
|
|
2050
|
+
react-dom: '>=18'
|
|
2051
|
+
|
|
2052
|
+
react-router@7.13.1:
|
|
2053
|
+
resolution: {integrity: sha512-td+xP4X2/6BJvZoX6xw++A2DdEi++YypA69bJUV5oVvqf6/9/9nNlD70YO1e9d3MyamJEBQFEzk6mbfDYbqrSA==}
|
|
2054
|
+
engines: {node: '>=20.0.0'}
|
|
2055
|
+
peerDependencies:
|
|
2056
|
+
react: '>=18'
|
|
2057
|
+
react-dom: '>=18'
|
|
2058
|
+
peerDependenciesMeta:
|
|
2059
|
+
react-dom:
|
|
2060
|
+
optional: true
|
|
2061
|
+
|
|
2062
|
+
react-smooth@4.0.4:
|
|
2063
|
+
resolution: {integrity: sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==}
|
|
2064
|
+
peerDependencies:
|
|
2065
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2066
|
+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2067
|
+
|
|
2068
|
+
react-style-singleton@2.2.3:
|
|
2069
|
+
resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
|
|
2070
|
+
engines: {node: '>=10'}
|
|
2071
|
+
peerDependencies:
|
|
2072
|
+
'@types/react': '*'
|
|
2073
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2074
|
+
peerDependenciesMeta:
|
|
2075
|
+
'@types/react':
|
|
2076
|
+
optional: true
|
|
2077
|
+
|
|
2078
|
+
react-transition-group@4.4.5:
|
|
2079
|
+
resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==}
|
|
2080
|
+
peerDependencies:
|
|
2081
|
+
react: '>=16.6.0'
|
|
2082
|
+
react-dom: '>=16.6.0'
|
|
2083
|
+
|
|
2084
|
+
react@19.2.4:
|
|
2085
|
+
resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
|
|
2086
|
+
engines: {node: '>=0.10.0'}
|
|
2087
|
+
|
|
2088
|
+
recharts-scale@0.4.5:
|
|
2089
|
+
resolution: {integrity: sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==}
|
|
2090
|
+
|
|
2091
|
+
recharts@2.15.4:
|
|
2092
|
+
resolution: {integrity: sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==}
|
|
2093
|
+
engines: {node: '>=14'}
|
|
2094
|
+
peerDependencies:
|
|
2095
|
+
react: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2096
|
+
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2097
|
+
|
|
2098
|
+
reselect@5.1.1:
|
|
2099
|
+
resolution: {integrity: sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==}
|
|
2100
|
+
|
|
2101
|
+
resolve-from@4.0.0:
|
|
2102
|
+
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
|
|
2103
|
+
engines: {node: '>=4'}
|
|
2104
|
+
|
|
2105
|
+
rolldown@1.0.0-rc.10:
|
|
2106
|
+
resolution: {integrity: sha512-q7j6vvarRFmKpgJUT8HCAUljkgzEp4LAhPlJUvQhA5LA1SUL36s5QCysMutErzL3EbNOZOkoziSx9iZC4FddKA==}
|
|
2107
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2108
|
+
hasBin: true
|
|
2109
|
+
|
|
2110
|
+
scheduler@0.27.0:
|
|
2111
|
+
resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
|
|
2112
|
+
|
|
2113
|
+
semver@6.3.1:
|
|
2114
|
+
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
|
|
2115
|
+
hasBin: true
|
|
2116
|
+
|
|
2117
|
+
semver@7.7.4:
|
|
2118
|
+
resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
|
|
2119
|
+
engines: {node: '>=10'}
|
|
2120
|
+
hasBin: true
|
|
2121
|
+
|
|
2122
|
+
set-cookie-parser@2.7.2:
|
|
2123
|
+
resolution: {integrity: sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==}
|
|
2124
|
+
|
|
2125
|
+
shebang-command@2.0.0:
|
|
2126
|
+
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
2127
|
+
engines: {node: '>=8'}
|
|
2128
|
+
|
|
2129
|
+
shebang-regex@3.0.0:
|
|
2130
|
+
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
|
2131
|
+
engines: {node: '>=8'}
|
|
2132
|
+
|
|
2133
|
+
sonner@1.7.4:
|
|
2134
|
+
resolution: {integrity: sha512-DIS8z4PfJRbIyfVFDVnK9rO3eYDtse4Omcm6bt0oEr5/jtLgysmjuBl1frJ9E/EQZrFmKx2A8m/s5s9CRXIzhw==}
|
|
2135
|
+
peerDependencies:
|
|
2136
|
+
react: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2137
|
+
react-dom: ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2138
|
+
|
|
2139
|
+
source-map-js@1.2.1:
|
|
2140
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
2141
|
+
engines: {node: '>=0.10.0'}
|
|
2142
|
+
|
|
2143
|
+
strip-json-comments@3.1.1:
|
|
2144
|
+
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
2145
|
+
engines: {node: '>=8'}
|
|
2146
|
+
|
|
2147
|
+
supports-color@7.2.0:
|
|
2148
|
+
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
|
2149
|
+
engines: {node: '>=8'}
|
|
2150
|
+
|
|
2151
|
+
tabbable@6.4.0:
|
|
2152
|
+
resolution: {integrity: sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==}
|
|
2153
|
+
|
|
2154
|
+
tailwind-merge@2.6.1:
|
|
2155
|
+
resolution: {integrity: sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==}
|
|
2156
|
+
|
|
2157
|
+
tailwindcss-animate@1.0.7:
|
|
2158
|
+
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
|
|
2159
|
+
peerDependencies:
|
|
2160
|
+
tailwindcss: '>=3.0.0 || insiders'
|
|
2161
|
+
|
|
2162
|
+
tailwindcss@4.2.2:
|
|
2163
|
+
resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==}
|
|
2164
|
+
|
|
2165
|
+
tapable@2.3.0:
|
|
2166
|
+
resolution: {integrity: sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==}
|
|
2167
|
+
engines: {node: '>=6'}
|
|
2168
|
+
|
|
2169
|
+
tiny-invariant@1.3.3:
|
|
2170
|
+
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
|
2171
|
+
|
|
2172
|
+
tinyglobby@0.2.15:
|
|
2173
|
+
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
|
2174
|
+
engines: {node: '>=12.0.0'}
|
|
2175
|
+
|
|
2176
|
+
ts-api-utils@2.5.0:
|
|
2177
|
+
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
|
2178
|
+
engines: {node: '>=18.12'}
|
|
2179
|
+
peerDependencies:
|
|
2180
|
+
typescript: '>=4.8.4'
|
|
2181
|
+
|
|
2182
|
+
tslib@2.8.1:
|
|
2183
|
+
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2184
|
+
|
|
2185
|
+
type-check@0.4.0:
|
|
2186
|
+
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
|
2187
|
+
engines: {node: '>= 0.8.0'}
|
|
2188
|
+
|
|
2189
|
+
typescript-eslint@8.57.1:
|
|
2190
|
+
resolution: {integrity: sha512-fLvZWf+cAGw3tqMCYzGIU6yR8K+Y9NT2z23RwOjlNFF2HwSB3KhdEFI5lSBv8tNmFkkBShSjsCjzx1vahZfISA==}
|
|
2191
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2192
|
+
peerDependencies:
|
|
2193
|
+
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
|
|
2194
|
+
typescript: '>=4.8.4 <6.0.0'
|
|
2195
|
+
|
|
2196
|
+
typescript@5.9.3:
|
|
2197
|
+
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
|
2198
|
+
engines: {node: '>=14.17'}
|
|
2199
|
+
hasBin: true
|
|
2200
|
+
|
|
2201
|
+
undici-types@7.16.0:
|
|
2202
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
2203
|
+
|
|
2204
|
+
update-browserslist-db@1.2.3:
|
|
2205
|
+
resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
|
|
2206
|
+
hasBin: true
|
|
2207
|
+
peerDependencies:
|
|
2208
|
+
browserslist: '>= 4.21.0'
|
|
2209
|
+
|
|
2210
|
+
uri-js@4.4.1:
|
|
2211
|
+
resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
|
|
2212
|
+
|
|
2213
|
+
use-callback-ref@1.3.3:
|
|
2214
|
+
resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
|
|
2215
|
+
engines: {node: '>=10'}
|
|
2216
|
+
peerDependencies:
|
|
2217
|
+
'@types/react': '*'
|
|
2218
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2219
|
+
peerDependenciesMeta:
|
|
2220
|
+
'@types/react':
|
|
2221
|
+
optional: true
|
|
2222
|
+
|
|
2223
|
+
use-sidecar@1.1.3:
|
|
2224
|
+
resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
|
|
2225
|
+
engines: {node: '>=10'}
|
|
2226
|
+
peerDependencies:
|
|
2227
|
+
'@types/react': '*'
|
|
2228
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
|
|
2229
|
+
peerDependenciesMeta:
|
|
2230
|
+
'@types/react':
|
|
2231
|
+
optional: true
|
|
2232
|
+
|
|
2233
|
+
use-sync-external-store@1.6.0:
|
|
2234
|
+
resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
|
|
2235
|
+
peerDependencies:
|
|
2236
|
+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
|
2237
|
+
|
|
2238
|
+
vaul@1.1.2:
|
|
2239
|
+
resolution: {integrity: sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==}
|
|
2240
|
+
peerDependencies:
|
|
2241
|
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
|
|
2242
|
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc
|
|
2243
|
+
|
|
2244
|
+
victory-vendor@36.9.2:
|
|
2245
|
+
resolution: {integrity: sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==}
|
|
2246
|
+
|
|
2247
|
+
vite@8.0.1:
|
|
2248
|
+
resolution: {integrity: sha512-wt+Z2qIhfFt85uiyRt5LPU4oVEJBXj8hZNWKeqFG4gRG/0RaRGJ7njQCwzFVjO+v4+Ipmf5CY7VdmZRAYYBPHw==}
|
|
2249
|
+
engines: {node: ^20.19.0 || >=22.12.0}
|
|
2250
|
+
hasBin: true
|
|
2251
|
+
peerDependencies:
|
|
2252
|
+
'@types/node': ^20.19.0 || >=22.12.0
|
|
2253
|
+
'@vitejs/devtools': ^0.1.0
|
|
2254
|
+
esbuild: ^0.27.0
|
|
2255
|
+
jiti: '>=1.21.0'
|
|
2256
|
+
less: ^4.0.0
|
|
2257
|
+
sass: ^1.70.0
|
|
2258
|
+
sass-embedded: ^1.70.0
|
|
2259
|
+
stylus: '>=0.54.8'
|
|
2260
|
+
sugarss: ^5.0.0
|
|
2261
|
+
terser: ^5.16.0
|
|
2262
|
+
tsx: ^4.8.1
|
|
2263
|
+
yaml: ^2.4.2
|
|
2264
|
+
peerDependenciesMeta:
|
|
2265
|
+
'@types/node':
|
|
2266
|
+
optional: true
|
|
2267
|
+
'@vitejs/devtools':
|
|
2268
|
+
optional: true
|
|
2269
|
+
esbuild:
|
|
2270
|
+
optional: true
|
|
2271
|
+
jiti:
|
|
2272
|
+
optional: true
|
|
2273
|
+
less:
|
|
2274
|
+
optional: true
|
|
2275
|
+
sass:
|
|
2276
|
+
optional: true
|
|
2277
|
+
sass-embedded:
|
|
2278
|
+
optional: true
|
|
2279
|
+
stylus:
|
|
2280
|
+
optional: true
|
|
2281
|
+
sugarss:
|
|
2282
|
+
optional: true
|
|
2283
|
+
terser:
|
|
2284
|
+
optional: true
|
|
2285
|
+
tsx:
|
|
2286
|
+
optional: true
|
|
2287
|
+
yaml:
|
|
2288
|
+
optional: true
|
|
2289
|
+
|
|
2290
|
+
which@2.0.2:
|
|
2291
|
+
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
2292
|
+
engines: {node: '>= 8'}
|
|
2293
|
+
hasBin: true
|
|
2294
|
+
|
|
2295
|
+
word-wrap@1.2.5:
|
|
2296
|
+
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
|
|
2297
|
+
engines: {node: '>=0.10.0'}
|
|
2298
|
+
|
|
2299
|
+
yallist@3.1.1:
|
|
2300
|
+
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
|
2301
|
+
|
|
2302
|
+
yocto-queue@0.1.0:
|
|
2303
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
2304
|
+
engines: {node: '>=10'}
|
|
2305
|
+
|
|
2306
|
+
zod-validation-error@4.0.2:
|
|
2307
|
+
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
|
|
2308
|
+
engines: {node: '>=18.0.0'}
|
|
2309
|
+
peerDependencies:
|
|
2310
|
+
zod: ^3.25.0 || ^4.0.0
|
|
2311
|
+
|
|
2312
|
+
zod@3.25.76:
|
|
2313
|
+
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
|
2314
|
+
|
|
2315
|
+
snapshots:
|
|
2316
|
+
|
|
2317
|
+
'@babel/code-frame@7.29.0':
|
|
2318
|
+
dependencies:
|
|
2319
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
2320
|
+
js-tokens: 4.0.0
|
|
2321
|
+
picocolors: 1.1.1
|
|
2322
|
+
|
|
2323
|
+
'@babel/compat-data@7.29.0': {}
|
|
2324
|
+
|
|
2325
|
+
'@babel/core@7.29.0':
|
|
2326
|
+
dependencies:
|
|
2327
|
+
'@babel/code-frame': 7.29.0
|
|
2328
|
+
'@babel/generator': 7.29.1
|
|
2329
|
+
'@babel/helper-compilation-targets': 7.28.6
|
|
2330
|
+
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
|
|
2331
|
+
'@babel/helpers': 7.29.2
|
|
2332
|
+
'@babel/parser': 7.29.2
|
|
2333
|
+
'@babel/template': 7.28.6
|
|
2334
|
+
'@babel/traverse': 7.29.0
|
|
2335
|
+
'@babel/types': 7.29.0
|
|
2336
|
+
'@jridgewell/remapping': 2.3.5
|
|
2337
|
+
convert-source-map: 2.0.0
|
|
2338
|
+
debug: 4.4.3
|
|
2339
|
+
gensync: 1.0.0-beta.2
|
|
2340
|
+
json5: 2.2.3
|
|
2341
|
+
semver: 6.3.1
|
|
2342
|
+
transitivePeerDependencies:
|
|
2343
|
+
- supports-color
|
|
2344
|
+
|
|
2345
|
+
'@babel/generator@7.29.1':
|
|
2346
|
+
dependencies:
|
|
2347
|
+
'@babel/parser': 7.29.2
|
|
2348
|
+
'@babel/types': 7.29.0
|
|
2349
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
2350
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2351
|
+
jsesc: 3.1.0
|
|
2352
|
+
|
|
2353
|
+
'@babel/helper-compilation-targets@7.28.6':
|
|
2354
|
+
dependencies:
|
|
2355
|
+
'@babel/compat-data': 7.29.0
|
|
2356
|
+
'@babel/helper-validator-option': 7.27.1
|
|
2357
|
+
browserslist: 4.28.1
|
|
2358
|
+
lru-cache: 5.1.1
|
|
2359
|
+
semver: 6.3.1
|
|
2360
|
+
|
|
2361
|
+
'@babel/helper-globals@7.28.0': {}
|
|
2362
|
+
|
|
2363
|
+
'@babel/helper-module-imports@7.28.6':
|
|
2364
|
+
dependencies:
|
|
2365
|
+
'@babel/traverse': 7.29.0
|
|
2366
|
+
'@babel/types': 7.29.0
|
|
2367
|
+
transitivePeerDependencies:
|
|
2368
|
+
- supports-color
|
|
2369
|
+
|
|
2370
|
+
'@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
|
|
2371
|
+
dependencies:
|
|
2372
|
+
'@babel/core': 7.29.0
|
|
2373
|
+
'@babel/helper-module-imports': 7.28.6
|
|
2374
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
2375
|
+
'@babel/traverse': 7.29.0
|
|
2376
|
+
transitivePeerDependencies:
|
|
2377
|
+
- supports-color
|
|
2378
|
+
|
|
2379
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
2380
|
+
|
|
2381
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
2382
|
+
|
|
2383
|
+
'@babel/helper-validator-option@7.27.1': {}
|
|
2384
|
+
|
|
2385
|
+
'@babel/helpers@7.29.2':
|
|
2386
|
+
dependencies:
|
|
2387
|
+
'@babel/template': 7.28.6
|
|
2388
|
+
'@babel/types': 7.29.0
|
|
2389
|
+
|
|
2390
|
+
'@babel/parser@7.29.2':
|
|
2391
|
+
dependencies:
|
|
2392
|
+
'@babel/types': 7.29.0
|
|
2393
|
+
|
|
2394
|
+
'@babel/runtime@7.29.2': {}
|
|
2395
|
+
|
|
2396
|
+
'@babel/template@7.28.6':
|
|
2397
|
+
dependencies:
|
|
2398
|
+
'@babel/code-frame': 7.29.0
|
|
2399
|
+
'@babel/parser': 7.29.2
|
|
2400
|
+
'@babel/types': 7.29.0
|
|
2401
|
+
|
|
2402
|
+
'@babel/traverse@7.29.0':
|
|
2403
|
+
dependencies:
|
|
2404
|
+
'@babel/code-frame': 7.29.0
|
|
2405
|
+
'@babel/generator': 7.29.1
|
|
2406
|
+
'@babel/helper-globals': 7.28.0
|
|
2407
|
+
'@babel/parser': 7.29.2
|
|
2408
|
+
'@babel/template': 7.28.6
|
|
2409
|
+
'@babel/types': 7.29.0
|
|
2410
|
+
debug: 4.4.3
|
|
2411
|
+
transitivePeerDependencies:
|
|
2412
|
+
- supports-color
|
|
2413
|
+
|
|
2414
|
+
'@babel/types@7.29.0':
|
|
2415
|
+
dependencies:
|
|
2416
|
+
'@babel/helper-string-parser': 7.27.1
|
|
2417
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
2418
|
+
|
|
2419
|
+
'@base-ui/react@1.3.0(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2420
|
+
dependencies:
|
|
2421
|
+
'@babel/runtime': 7.29.2
|
|
2422
|
+
'@base-ui/utils': 0.2.6(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2423
|
+
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2424
|
+
'@floating-ui/utils': 0.2.11
|
|
2425
|
+
react: 19.2.4
|
|
2426
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2427
|
+
tabbable: 6.4.0
|
|
2428
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
2429
|
+
optionalDependencies:
|
|
2430
|
+
'@types/react': 19.2.14
|
|
2431
|
+
|
|
2432
|
+
'@base-ui/utils@0.2.6(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2433
|
+
dependencies:
|
|
2434
|
+
'@babel/runtime': 7.29.2
|
|
2435
|
+
'@floating-ui/utils': 0.2.11
|
|
2436
|
+
react: 19.2.4
|
|
2437
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2438
|
+
reselect: 5.1.1
|
|
2439
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
2440
|
+
optionalDependencies:
|
|
2441
|
+
'@types/react': 19.2.14
|
|
2442
|
+
|
|
2443
|
+
'@date-fns/tz@1.4.1': {}
|
|
2444
|
+
|
|
2445
|
+
'@emnapi/core@1.9.1':
|
|
2446
|
+
dependencies:
|
|
2447
|
+
'@emnapi/wasi-threads': 1.2.0
|
|
2448
|
+
tslib: 2.8.1
|
|
2449
|
+
optional: true
|
|
2450
|
+
|
|
2451
|
+
'@emnapi/runtime@1.9.1':
|
|
2452
|
+
dependencies:
|
|
2453
|
+
tslib: 2.8.1
|
|
2454
|
+
optional: true
|
|
2455
|
+
|
|
2456
|
+
'@emnapi/wasi-threads@1.2.0':
|
|
2457
|
+
dependencies:
|
|
2458
|
+
tslib: 2.8.1
|
|
2459
|
+
optional: true
|
|
2460
|
+
|
|
2461
|
+
'@eslint-community/eslint-utils@4.9.1(eslint@9.39.4(jiti@2.6.1))':
|
|
2462
|
+
dependencies:
|
|
2463
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
2464
|
+
eslint-visitor-keys: 3.4.3
|
|
2465
|
+
|
|
2466
|
+
'@eslint-community/regexpp@4.12.2': {}
|
|
2467
|
+
|
|
2468
|
+
'@eslint/config-array@0.21.2':
|
|
2469
|
+
dependencies:
|
|
2470
|
+
'@eslint/object-schema': 2.1.7
|
|
2471
|
+
debug: 4.4.3
|
|
2472
|
+
minimatch: 3.1.5
|
|
2473
|
+
transitivePeerDependencies:
|
|
2474
|
+
- supports-color
|
|
2475
|
+
|
|
2476
|
+
'@eslint/config-helpers@0.4.2':
|
|
2477
|
+
dependencies:
|
|
2478
|
+
'@eslint/core': 0.17.0
|
|
2479
|
+
|
|
2480
|
+
'@eslint/core@0.17.0':
|
|
2481
|
+
dependencies:
|
|
2482
|
+
'@types/json-schema': 7.0.15
|
|
2483
|
+
|
|
2484
|
+
'@eslint/eslintrc@3.3.5':
|
|
2485
|
+
dependencies:
|
|
2486
|
+
ajv: 6.14.0
|
|
2487
|
+
debug: 4.4.3
|
|
2488
|
+
espree: 10.4.0
|
|
2489
|
+
globals: 14.0.0
|
|
2490
|
+
ignore: 5.3.2
|
|
2491
|
+
import-fresh: 3.3.1
|
|
2492
|
+
js-yaml: 4.1.1
|
|
2493
|
+
minimatch: 3.1.5
|
|
2494
|
+
strip-json-comments: 3.1.1
|
|
2495
|
+
transitivePeerDependencies:
|
|
2496
|
+
- supports-color
|
|
2497
|
+
|
|
2498
|
+
'@eslint/js@9.39.4': {}
|
|
2499
|
+
|
|
2500
|
+
'@eslint/object-schema@2.1.7': {}
|
|
2501
|
+
|
|
2502
|
+
'@eslint/plugin-kit@0.4.1':
|
|
2503
|
+
dependencies:
|
|
2504
|
+
'@eslint/core': 0.17.0
|
|
2505
|
+
levn: 0.4.1
|
|
2506
|
+
|
|
2507
|
+
'@floating-ui/core@1.7.5':
|
|
2508
|
+
dependencies:
|
|
2509
|
+
'@floating-ui/utils': 0.2.11
|
|
2510
|
+
|
|
2511
|
+
'@floating-ui/dom@1.7.6':
|
|
2512
|
+
dependencies:
|
|
2513
|
+
'@floating-ui/core': 1.7.5
|
|
2514
|
+
'@floating-ui/utils': 0.2.11
|
|
2515
|
+
|
|
2516
|
+
'@floating-ui/react-dom@2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2517
|
+
dependencies:
|
|
2518
|
+
'@floating-ui/dom': 1.7.6
|
|
2519
|
+
react: 19.2.4
|
|
2520
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2521
|
+
|
|
2522
|
+
'@floating-ui/utils@0.2.11': {}
|
|
2523
|
+
|
|
2524
|
+
'@graphql-typed-document-node/core@3.2.0(graphql@16.13.1)':
|
|
2525
|
+
dependencies:
|
|
2526
|
+
graphql: 16.13.1
|
|
2527
|
+
|
|
2528
|
+
'@hookform/resolvers@3.10.0(react-hook-form@7.71.2(react@19.2.4))':
|
|
2529
|
+
dependencies:
|
|
2530
|
+
react-hook-form: 7.71.2(react@19.2.4)
|
|
2531
|
+
|
|
2532
|
+
'@humanfs/core@0.19.1': {}
|
|
2533
|
+
|
|
2534
|
+
'@humanfs/node@0.16.7':
|
|
2535
|
+
dependencies:
|
|
2536
|
+
'@humanfs/core': 0.19.1
|
|
2537
|
+
'@humanwhocodes/retry': 0.4.3
|
|
2538
|
+
|
|
2539
|
+
'@humanwhocodes/module-importer@1.0.1': {}
|
|
2540
|
+
|
|
2541
|
+
'@humanwhocodes/retry@0.4.3': {}
|
|
2542
|
+
|
|
2543
|
+
'@jridgewell/gen-mapping@0.3.13':
|
|
2544
|
+
dependencies:
|
|
2545
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2546
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2547
|
+
|
|
2548
|
+
'@jridgewell/remapping@2.3.5':
|
|
2549
|
+
dependencies:
|
|
2550
|
+
'@jridgewell/gen-mapping': 0.3.13
|
|
2551
|
+
'@jridgewell/trace-mapping': 0.3.31
|
|
2552
|
+
|
|
2553
|
+
'@jridgewell/resolve-uri@3.1.2': {}
|
|
2554
|
+
|
|
2555
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
2556
|
+
|
|
2557
|
+
'@jridgewell/trace-mapping@0.3.31':
|
|
2558
|
+
dependencies:
|
|
2559
|
+
'@jridgewell/resolve-uri': 3.1.2
|
|
2560
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
2561
|
+
|
|
2562
|
+
'@napi-rs/wasm-runtime@1.1.1':
|
|
2563
|
+
dependencies:
|
|
2564
|
+
'@emnapi/core': 1.9.1
|
|
2565
|
+
'@emnapi/runtime': 1.9.1
|
|
2566
|
+
'@tybys/wasm-util': 0.10.1
|
|
2567
|
+
optional: true
|
|
2568
|
+
|
|
2569
|
+
'@oxc-project/types@0.120.0': {}
|
|
2570
|
+
|
|
2571
|
+
'@radix-ui/number@1.1.1': {}
|
|
2572
|
+
|
|
2573
|
+
'@radix-ui/primitive@1.1.3': {}
|
|
2574
|
+
|
|
2575
|
+
'@radix-ui/react-accessible-icon@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2576
|
+
dependencies:
|
|
2577
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2578
|
+
react: 19.2.4
|
|
2579
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2580
|
+
optionalDependencies:
|
|
2581
|
+
'@types/react': 19.2.14
|
|
2582
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2583
|
+
|
|
2584
|
+
'@radix-ui/react-accordion@1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2585
|
+
dependencies:
|
|
2586
|
+
'@radix-ui/primitive': 1.1.3
|
|
2587
|
+
'@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2588
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2589
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2590
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2591
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2592
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2593
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2594
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2595
|
+
react: 19.2.4
|
|
2596
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2597
|
+
optionalDependencies:
|
|
2598
|
+
'@types/react': 19.2.14
|
|
2599
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2600
|
+
|
|
2601
|
+
'@radix-ui/react-alert-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2602
|
+
dependencies:
|
|
2603
|
+
'@radix-ui/primitive': 1.1.3
|
|
2604
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2605
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2606
|
+
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2607
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2608
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
2609
|
+
react: 19.2.4
|
|
2610
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2611
|
+
optionalDependencies:
|
|
2612
|
+
'@types/react': 19.2.14
|
|
2613
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2614
|
+
|
|
2615
|
+
'@radix-ui/react-arrow@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2616
|
+
dependencies:
|
|
2617
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2618
|
+
react: 19.2.4
|
|
2619
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2620
|
+
optionalDependencies:
|
|
2621
|
+
'@types/react': 19.2.14
|
|
2622
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2623
|
+
|
|
2624
|
+
'@radix-ui/react-aspect-ratio@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2625
|
+
dependencies:
|
|
2626
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2627
|
+
react: 19.2.4
|
|
2628
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2629
|
+
optionalDependencies:
|
|
2630
|
+
'@types/react': 19.2.14
|
|
2631
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2632
|
+
|
|
2633
|
+
'@radix-ui/react-avatar@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2634
|
+
dependencies:
|
|
2635
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2636
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2637
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2638
|
+
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
2639
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2640
|
+
react: 19.2.4
|
|
2641
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2642
|
+
optionalDependencies:
|
|
2643
|
+
'@types/react': 19.2.14
|
|
2644
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2645
|
+
|
|
2646
|
+
'@radix-ui/react-checkbox@1.3.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2647
|
+
dependencies:
|
|
2648
|
+
'@radix-ui/primitive': 1.1.3
|
|
2649
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2650
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2651
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2652
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2653
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2654
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2655
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2656
|
+
react: 19.2.4
|
|
2657
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2658
|
+
optionalDependencies:
|
|
2659
|
+
'@types/react': 19.2.14
|
|
2660
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2661
|
+
|
|
2662
|
+
'@radix-ui/react-collapsible@1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2663
|
+
dependencies:
|
|
2664
|
+
'@radix-ui/primitive': 1.1.3
|
|
2665
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2666
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2667
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2668
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2669
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2670
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2671
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2672
|
+
react: 19.2.4
|
|
2673
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2674
|
+
optionalDependencies:
|
|
2675
|
+
'@types/react': 19.2.14
|
|
2676
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2677
|
+
|
|
2678
|
+
'@radix-ui/react-collection@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2679
|
+
dependencies:
|
|
2680
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2681
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2682
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2683
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
2684
|
+
react: 19.2.4
|
|
2685
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2686
|
+
optionalDependencies:
|
|
2687
|
+
'@types/react': 19.2.14
|
|
2688
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2689
|
+
|
|
2690
|
+
'@radix-ui/react-compose-refs@1.1.2(@types/react@19.2.14)(react@19.2.4)':
|
|
2691
|
+
dependencies:
|
|
2692
|
+
react: 19.2.4
|
|
2693
|
+
optionalDependencies:
|
|
2694
|
+
'@types/react': 19.2.14
|
|
2695
|
+
|
|
2696
|
+
'@radix-ui/react-context-menu@2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2697
|
+
dependencies:
|
|
2698
|
+
'@radix-ui/primitive': 1.1.3
|
|
2699
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2700
|
+
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2701
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2702
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2703
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2704
|
+
react: 19.2.4
|
|
2705
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2706
|
+
optionalDependencies:
|
|
2707
|
+
'@types/react': 19.2.14
|
|
2708
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2709
|
+
|
|
2710
|
+
'@radix-ui/react-context@1.1.2(@types/react@19.2.14)(react@19.2.4)':
|
|
2711
|
+
dependencies:
|
|
2712
|
+
react: 19.2.4
|
|
2713
|
+
optionalDependencies:
|
|
2714
|
+
'@types/react': 19.2.14
|
|
2715
|
+
|
|
2716
|
+
'@radix-ui/react-dialog@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2717
|
+
dependencies:
|
|
2718
|
+
'@radix-ui/primitive': 1.1.3
|
|
2719
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2720
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2721
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2722
|
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
2723
|
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2724
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2725
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2726
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2727
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2728
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
2729
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2730
|
+
aria-hidden: 1.2.6
|
|
2731
|
+
react: 19.2.4
|
|
2732
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2733
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
2734
|
+
optionalDependencies:
|
|
2735
|
+
'@types/react': 19.2.14
|
|
2736
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2737
|
+
|
|
2738
|
+
'@radix-ui/react-direction@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
2739
|
+
dependencies:
|
|
2740
|
+
react: 19.2.4
|
|
2741
|
+
optionalDependencies:
|
|
2742
|
+
'@types/react': 19.2.14
|
|
2743
|
+
|
|
2744
|
+
'@radix-ui/react-dismissable-layer@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2745
|
+
dependencies:
|
|
2746
|
+
'@radix-ui/primitive': 1.1.3
|
|
2747
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2748
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2749
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2750
|
+
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2751
|
+
react: 19.2.4
|
|
2752
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2753
|
+
optionalDependencies:
|
|
2754
|
+
'@types/react': 19.2.14
|
|
2755
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2756
|
+
|
|
2757
|
+
'@radix-ui/react-dropdown-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2758
|
+
dependencies:
|
|
2759
|
+
'@radix-ui/primitive': 1.1.3
|
|
2760
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2761
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2762
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2763
|
+
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2764
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2765
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2766
|
+
react: 19.2.4
|
|
2767
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2768
|
+
optionalDependencies:
|
|
2769
|
+
'@types/react': 19.2.14
|
|
2770
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2771
|
+
|
|
2772
|
+
'@radix-ui/react-focus-guards@1.1.3(@types/react@19.2.14)(react@19.2.4)':
|
|
2773
|
+
dependencies:
|
|
2774
|
+
react: 19.2.4
|
|
2775
|
+
optionalDependencies:
|
|
2776
|
+
'@types/react': 19.2.14
|
|
2777
|
+
|
|
2778
|
+
'@radix-ui/react-focus-scope@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2779
|
+
dependencies:
|
|
2780
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2781
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2782
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2783
|
+
react: 19.2.4
|
|
2784
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2785
|
+
optionalDependencies:
|
|
2786
|
+
'@types/react': 19.2.14
|
|
2787
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2788
|
+
|
|
2789
|
+
'@radix-ui/react-form@0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2790
|
+
dependencies:
|
|
2791
|
+
'@radix-ui/primitive': 1.1.3
|
|
2792
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2793
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2794
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2795
|
+
'@radix-ui/react-label': 2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2796
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2797
|
+
react: 19.2.4
|
|
2798
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2799
|
+
optionalDependencies:
|
|
2800
|
+
'@types/react': 19.2.14
|
|
2801
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2802
|
+
|
|
2803
|
+
'@radix-ui/react-hover-card@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2804
|
+
dependencies:
|
|
2805
|
+
'@radix-ui/primitive': 1.1.3
|
|
2806
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2807
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2808
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2809
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2810
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2811
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2812
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2813
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2814
|
+
react: 19.2.4
|
|
2815
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2816
|
+
optionalDependencies:
|
|
2817
|
+
'@types/react': 19.2.14
|
|
2818
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2819
|
+
|
|
2820
|
+
'@radix-ui/react-id@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
2821
|
+
dependencies:
|
|
2822
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2823
|
+
react: 19.2.4
|
|
2824
|
+
optionalDependencies:
|
|
2825
|
+
'@types/react': 19.2.14
|
|
2826
|
+
|
|
2827
|
+
'@radix-ui/react-label@2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2828
|
+
dependencies:
|
|
2829
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2830
|
+
react: 19.2.4
|
|
2831
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2832
|
+
optionalDependencies:
|
|
2833
|
+
'@types/react': 19.2.14
|
|
2834
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2835
|
+
|
|
2836
|
+
'@radix-ui/react-menu@2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2837
|
+
dependencies:
|
|
2838
|
+
'@radix-ui/primitive': 1.1.3
|
|
2839
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2840
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2841
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2842
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2843
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2844
|
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
2845
|
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2846
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2847
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2848
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2849
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2850
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2851
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2852
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
2853
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2854
|
+
aria-hidden: 1.2.6
|
|
2855
|
+
react: 19.2.4
|
|
2856
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2857
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
2858
|
+
optionalDependencies:
|
|
2859
|
+
'@types/react': 19.2.14
|
|
2860
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2861
|
+
|
|
2862
|
+
'@radix-ui/react-menubar@1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2863
|
+
dependencies:
|
|
2864
|
+
'@radix-ui/primitive': 1.1.3
|
|
2865
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2866
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2867
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2868
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2869
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2870
|
+
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2871
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2872
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2873
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2874
|
+
react: 19.2.4
|
|
2875
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2876
|
+
optionalDependencies:
|
|
2877
|
+
'@types/react': 19.2.14
|
|
2878
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2879
|
+
|
|
2880
|
+
'@radix-ui/react-navigation-menu@1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2881
|
+
dependencies:
|
|
2882
|
+
'@radix-ui/primitive': 1.1.3
|
|
2883
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2884
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2885
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2886
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2887
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2888
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2889
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2890
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2891
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2892
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2893
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2894
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2895
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2896
|
+
react: 19.2.4
|
|
2897
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2898
|
+
optionalDependencies:
|
|
2899
|
+
'@types/react': 19.2.14
|
|
2900
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2901
|
+
|
|
2902
|
+
'@radix-ui/react-one-time-password-field@0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2903
|
+
dependencies:
|
|
2904
|
+
'@radix-ui/number': 1.1.1
|
|
2905
|
+
'@radix-ui/primitive': 1.1.3
|
|
2906
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2907
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2908
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2909
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2910
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2911
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2912
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2913
|
+
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
2914
|
+
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
2915
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2916
|
+
react: 19.2.4
|
|
2917
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2918
|
+
optionalDependencies:
|
|
2919
|
+
'@types/react': 19.2.14
|
|
2920
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2921
|
+
|
|
2922
|
+
'@radix-ui/react-password-toggle-field@0.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2923
|
+
dependencies:
|
|
2924
|
+
'@radix-ui/primitive': 1.1.3
|
|
2925
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2926
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2927
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2928
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2929
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2930
|
+
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
2931
|
+
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
2932
|
+
react: 19.2.4
|
|
2933
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2934
|
+
optionalDependencies:
|
|
2935
|
+
'@types/react': 19.2.14
|
|
2936
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2937
|
+
|
|
2938
|
+
'@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2939
|
+
dependencies:
|
|
2940
|
+
'@radix-ui/primitive': 1.1.3
|
|
2941
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2942
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2943
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2944
|
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
2945
|
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2946
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2947
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2948
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2949
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2950
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2951
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
2952
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
2953
|
+
aria-hidden: 1.2.6
|
|
2954
|
+
react: 19.2.4
|
|
2955
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2956
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
2957
|
+
optionalDependencies:
|
|
2958
|
+
'@types/react': 19.2.14
|
|
2959
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2960
|
+
|
|
2961
|
+
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2962
|
+
dependencies:
|
|
2963
|
+
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2964
|
+
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2965
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2966
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2967
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2968
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2969
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2970
|
+
'@radix-ui/react-use-rect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2971
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2972
|
+
'@radix-ui/rect': 1.1.1
|
|
2973
|
+
react: 19.2.4
|
|
2974
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2975
|
+
optionalDependencies:
|
|
2976
|
+
'@types/react': 19.2.14
|
|
2977
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2978
|
+
|
|
2979
|
+
'@radix-ui/react-portal@1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2980
|
+
dependencies:
|
|
2981
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
2982
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2983
|
+
react: 19.2.4
|
|
2984
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2985
|
+
optionalDependencies:
|
|
2986
|
+
'@types/react': 19.2.14
|
|
2987
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2988
|
+
|
|
2989
|
+
'@radix-ui/react-presence@1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
2990
|
+
dependencies:
|
|
2991
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
2992
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
2993
|
+
react: 19.2.4
|
|
2994
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
2995
|
+
optionalDependencies:
|
|
2996
|
+
'@types/react': 19.2.14
|
|
2997
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
2998
|
+
|
|
2999
|
+
'@radix-ui/react-primitive@2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3000
|
+
dependencies:
|
|
3001
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
3002
|
+
react: 19.2.4
|
|
3003
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3004
|
+
optionalDependencies:
|
|
3005
|
+
'@types/react': 19.2.14
|
|
3006
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3007
|
+
|
|
3008
|
+
'@radix-ui/react-primitive@2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3009
|
+
dependencies:
|
|
3010
|
+
'@radix-ui/react-slot': 1.2.4(@types/react@19.2.14)(react@19.2.4)
|
|
3011
|
+
react: 19.2.4
|
|
3012
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3013
|
+
optionalDependencies:
|
|
3014
|
+
'@types/react': 19.2.14
|
|
3015
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3016
|
+
|
|
3017
|
+
'@radix-ui/react-progress@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3018
|
+
dependencies:
|
|
3019
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3020
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3021
|
+
react: 19.2.4
|
|
3022
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3023
|
+
optionalDependencies:
|
|
3024
|
+
'@types/react': 19.2.14
|
|
3025
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3026
|
+
|
|
3027
|
+
'@radix-ui/react-radio-group@1.3.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3028
|
+
dependencies:
|
|
3029
|
+
'@radix-ui/primitive': 1.1.3
|
|
3030
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3031
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3032
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3033
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3034
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3035
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3036
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3037
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3038
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3039
|
+
react: 19.2.4
|
|
3040
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3041
|
+
optionalDependencies:
|
|
3042
|
+
'@types/react': 19.2.14
|
|
3043
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3044
|
+
|
|
3045
|
+
'@radix-ui/react-roving-focus@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3046
|
+
dependencies:
|
|
3047
|
+
'@radix-ui/primitive': 1.1.3
|
|
3048
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3049
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3050
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3051
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3052
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3053
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3054
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3055
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3056
|
+
react: 19.2.4
|
|
3057
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3058
|
+
optionalDependencies:
|
|
3059
|
+
'@types/react': 19.2.14
|
|
3060
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3061
|
+
|
|
3062
|
+
'@radix-ui/react-scroll-area@1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3063
|
+
dependencies:
|
|
3064
|
+
'@radix-ui/number': 1.1.1
|
|
3065
|
+
'@radix-ui/primitive': 1.1.3
|
|
3066
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3067
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3068
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3069
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3070
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3071
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3072
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3073
|
+
react: 19.2.4
|
|
3074
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3075
|
+
optionalDependencies:
|
|
3076
|
+
'@types/react': 19.2.14
|
|
3077
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3078
|
+
|
|
3079
|
+
'@radix-ui/react-select@2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3080
|
+
dependencies:
|
|
3081
|
+
'@radix-ui/number': 1.1.1
|
|
3082
|
+
'@radix-ui/primitive': 1.1.3
|
|
3083
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3084
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3085
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3086
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3087
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3088
|
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
3089
|
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3090
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3091
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3092
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3093
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3094
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
3095
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3096
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3097
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3098
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3099
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3100
|
+
aria-hidden: 1.2.6
|
|
3101
|
+
react: 19.2.4
|
|
3102
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3103
|
+
react-remove-scroll: 2.7.2(@types/react@19.2.14)(react@19.2.4)
|
|
3104
|
+
optionalDependencies:
|
|
3105
|
+
'@types/react': 19.2.14
|
|
3106
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3107
|
+
|
|
3108
|
+
'@radix-ui/react-separator@1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3109
|
+
dependencies:
|
|
3110
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3111
|
+
react: 19.2.4
|
|
3112
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3113
|
+
optionalDependencies:
|
|
3114
|
+
'@types/react': 19.2.14
|
|
3115
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3116
|
+
|
|
3117
|
+
'@radix-ui/react-slider@1.3.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3118
|
+
dependencies:
|
|
3119
|
+
'@radix-ui/number': 1.1.1
|
|
3120
|
+
'@radix-ui/primitive': 1.1.3
|
|
3121
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3122
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3123
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3124
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3125
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3126
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3127
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3128
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3129
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3130
|
+
react: 19.2.4
|
|
3131
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3132
|
+
optionalDependencies:
|
|
3133
|
+
'@types/react': 19.2.14
|
|
3134
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3135
|
+
|
|
3136
|
+
'@radix-ui/react-slot@1.2.3(@types/react@19.2.14)(react@19.2.4)':
|
|
3137
|
+
dependencies:
|
|
3138
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3139
|
+
react: 19.2.4
|
|
3140
|
+
optionalDependencies:
|
|
3141
|
+
'@types/react': 19.2.14
|
|
3142
|
+
|
|
3143
|
+
'@radix-ui/react-slot@1.2.4(@types/react@19.2.14)(react@19.2.4)':
|
|
3144
|
+
dependencies:
|
|
3145
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3146
|
+
react: 19.2.4
|
|
3147
|
+
optionalDependencies:
|
|
3148
|
+
'@types/react': 19.2.14
|
|
3149
|
+
|
|
3150
|
+
'@radix-ui/react-switch@1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3151
|
+
dependencies:
|
|
3152
|
+
'@radix-ui/primitive': 1.1.3
|
|
3153
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3154
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3155
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3156
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3157
|
+
'@radix-ui/react-use-previous': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3158
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3159
|
+
react: 19.2.4
|
|
3160
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3161
|
+
optionalDependencies:
|
|
3162
|
+
'@types/react': 19.2.14
|
|
3163
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3164
|
+
|
|
3165
|
+
'@radix-ui/react-tabs@1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3166
|
+
dependencies:
|
|
3167
|
+
'@radix-ui/primitive': 1.1.3
|
|
3168
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3169
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3170
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3171
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3172
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3173
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3174
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3175
|
+
react: 19.2.4
|
|
3176
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3177
|
+
optionalDependencies:
|
|
3178
|
+
'@types/react': 19.2.14
|
|
3179
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3180
|
+
|
|
3181
|
+
'@radix-ui/react-toast@1.2.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3182
|
+
dependencies:
|
|
3183
|
+
'@radix-ui/primitive': 1.1.3
|
|
3184
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3185
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3186
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3187
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3188
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3189
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3190
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3191
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3192
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3193
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3194
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3195
|
+
react: 19.2.4
|
|
3196
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3197
|
+
optionalDependencies:
|
|
3198
|
+
'@types/react': 19.2.14
|
|
3199
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3200
|
+
|
|
3201
|
+
'@radix-ui/react-toggle-group@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3202
|
+
dependencies:
|
|
3203
|
+
'@radix-ui/primitive': 1.1.3
|
|
3204
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3205
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3206
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3207
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3208
|
+
'@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3209
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3210
|
+
react: 19.2.4
|
|
3211
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3212
|
+
optionalDependencies:
|
|
3213
|
+
'@types/react': 19.2.14
|
|
3214
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3215
|
+
|
|
3216
|
+
'@radix-ui/react-toggle@1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3217
|
+
dependencies:
|
|
3218
|
+
'@radix-ui/primitive': 1.1.3
|
|
3219
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3220
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3221
|
+
react: 19.2.4
|
|
3222
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3223
|
+
optionalDependencies:
|
|
3224
|
+
'@types/react': 19.2.14
|
|
3225
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3226
|
+
|
|
3227
|
+
'@radix-ui/react-toolbar@1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3228
|
+
dependencies:
|
|
3229
|
+
'@radix-ui/primitive': 1.1.3
|
|
3230
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3231
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3232
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3233
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3234
|
+
'@radix-ui/react-separator': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3235
|
+
'@radix-ui/react-toggle-group': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3236
|
+
react: 19.2.4
|
|
3237
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3238
|
+
optionalDependencies:
|
|
3239
|
+
'@types/react': 19.2.14
|
|
3240
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3241
|
+
|
|
3242
|
+
'@radix-ui/react-tooltip@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3243
|
+
dependencies:
|
|
3244
|
+
'@radix-ui/primitive': 1.1.3
|
|
3245
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3246
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3247
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3248
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3249
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3250
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3251
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3252
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3253
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
3254
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
3255
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3256
|
+
react: 19.2.4
|
|
3257
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3258
|
+
optionalDependencies:
|
|
3259
|
+
'@types/react': 19.2.14
|
|
3260
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3261
|
+
|
|
3262
|
+
'@radix-ui/react-use-callback-ref@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3263
|
+
dependencies:
|
|
3264
|
+
react: 19.2.4
|
|
3265
|
+
optionalDependencies:
|
|
3266
|
+
'@types/react': 19.2.14
|
|
3267
|
+
|
|
3268
|
+
'@radix-ui/react-use-controllable-state@1.2.2(@types/react@19.2.14)(react@19.2.4)':
|
|
3269
|
+
dependencies:
|
|
3270
|
+
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
3271
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3272
|
+
react: 19.2.4
|
|
3273
|
+
optionalDependencies:
|
|
3274
|
+
'@types/react': 19.2.14
|
|
3275
|
+
|
|
3276
|
+
'@radix-ui/react-use-effect-event@0.0.2(@types/react@19.2.14)(react@19.2.4)':
|
|
3277
|
+
dependencies:
|
|
3278
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3279
|
+
react: 19.2.4
|
|
3280
|
+
optionalDependencies:
|
|
3281
|
+
'@types/react': 19.2.14
|
|
3282
|
+
|
|
3283
|
+
'@radix-ui/react-use-escape-keydown@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3284
|
+
dependencies:
|
|
3285
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3286
|
+
react: 19.2.4
|
|
3287
|
+
optionalDependencies:
|
|
3288
|
+
'@types/react': 19.2.14
|
|
3289
|
+
|
|
3290
|
+
'@radix-ui/react-use-is-hydrated@0.1.0(@types/react@19.2.14)(react@19.2.4)':
|
|
3291
|
+
dependencies:
|
|
3292
|
+
react: 19.2.4
|
|
3293
|
+
use-sync-external-store: 1.6.0(react@19.2.4)
|
|
3294
|
+
optionalDependencies:
|
|
3295
|
+
'@types/react': 19.2.14
|
|
3296
|
+
|
|
3297
|
+
'@radix-ui/react-use-layout-effect@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3298
|
+
dependencies:
|
|
3299
|
+
react: 19.2.4
|
|
3300
|
+
optionalDependencies:
|
|
3301
|
+
'@types/react': 19.2.14
|
|
3302
|
+
|
|
3303
|
+
'@radix-ui/react-use-previous@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3304
|
+
dependencies:
|
|
3305
|
+
react: 19.2.4
|
|
3306
|
+
optionalDependencies:
|
|
3307
|
+
'@types/react': 19.2.14
|
|
3308
|
+
|
|
3309
|
+
'@radix-ui/react-use-rect@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3310
|
+
dependencies:
|
|
3311
|
+
'@radix-ui/rect': 1.1.1
|
|
3312
|
+
react: 19.2.4
|
|
3313
|
+
optionalDependencies:
|
|
3314
|
+
'@types/react': 19.2.14
|
|
3315
|
+
|
|
3316
|
+
'@radix-ui/react-use-size@1.1.1(@types/react@19.2.14)(react@19.2.4)':
|
|
3317
|
+
dependencies:
|
|
3318
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3319
|
+
react: 19.2.4
|
|
3320
|
+
optionalDependencies:
|
|
3321
|
+
'@types/react': 19.2.14
|
|
3322
|
+
|
|
3323
|
+
'@radix-ui/react-visually-hidden@1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
|
3324
|
+
dependencies:
|
|
3325
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3326
|
+
react: 19.2.4
|
|
3327
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3328
|
+
optionalDependencies:
|
|
3329
|
+
'@types/react': 19.2.14
|
|
3330
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
3331
|
+
|
|
3332
|
+
'@radix-ui/rect@1.1.1': {}
|
|
3333
|
+
|
|
3334
|
+
'@rolldown/binding-android-arm64@1.0.0-rc.10':
|
|
3335
|
+
optional: true
|
|
3336
|
+
|
|
3337
|
+
'@rolldown/binding-darwin-arm64@1.0.0-rc.10':
|
|
3338
|
+
optional: true
|
|
3339
|
+
|
|
3340
|
+
'@rolldown/binding-darwin-x64@1.0.0-rc.10':
|
|
3341
|
+
optional: true
|
|
3342
|
+
|
|
3343
|
+
'@rolldown/binding-freebsd-x64@1.0.0-rc.10':
|
|
3344
|
+
optional: true
|
|
3345
|
+
|
|
3346
|
+
'@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.10':
|
|
3347
|
+
optional: true
|
|
3348
|
+
|
|
3349
|
+
'@rolldown/binding-linux-arm64-gnu@1.0.0-rc.10':
|
|
3350
|
+
optional: true
|
|
3351
|
+
|
|
3352
|
+
'@rolldown/binding-linux-arm64-musl@1.0.0-rc.10':
|
|
3353
|
+
optional: true
|
|
3354
|
+
|
|
3355
|
+
'@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.10':
|
|
3356
|
+
optional: true
|
|
3357
|
+
|
|
3358
|
+
'@rolldown/binding-linux-s390x-gnu@1.0.0-rc.10':
|
|
3359
|
+
optional: true
|
|
3360
|
+
|
|
3361
|
+
'@rolldown/binding-linux-x64-gnu@1.0.0-rc.10':
|
|
3362
|
+
optional: true
|
|
3363
|
+
|
|
3364
|
+
'@rolldown/binding-linux-x64-musl@1.0.0-rc.10':
|
|
3365
|
+
optional: true
|
|
3366
|
+
|
|
3367
|
+
'@rolldown/binding-openharmony-arm64@1.0.0-rc.10':
|
|
3368
|
+
optional: true
|
|
3369
|
+
|
|
3370
|
+
'@rolldown/binding-wasm32-wasi@1.0.0-rc.10':
|
|
3371
|
+
dependencies:
|
|
3372
|
+
'@napi-rs/wasm-runtime': 1.1.1
|
|
3373
|
+
optional: true
|
|
3374
|
+
|
|
3375
|
+
'@rolldown/binding-win32-arm64-msvc@1.0.0-rc.10':
|
|
3376
|
+
optional: true
|
|
3377
|
+
|
|
3378
|
+
'@rolldown/binding-win32-x64-msvc@1.0.0-rc.10':
|
|
3379
|
+
optional: true
|
|
3380
|
+
|
|
3381
|
+
'@rolldown/pluginutils@1.0.0-rc.10': {}
|
|
3382
|
+
|
|
3383
|
+
'@rolldown/pluginutils@1.0.0-rc.7': {}
|
|
3384
|
+
|
|
3385
|
+
'@tabby_ai/hijri-converter@1.0.5': {}
|
|
3386
|
+
|
|
3387
|
+
'@tailwindcss/node@4.2.2':
|
|
3388
|
+
dependencies:
|
|
3389
|
+
'@jridgewell/remapping': 2.3.5
|
|
3390
|
+
enhanced-resolve: 5.20.1
|
|
3391
|
+
jiti: 2.6.1
|
|
3392
|
+
lightningcss: 1.32.0
|
|
3393
|
+
magic-string: 0.30.21
|
|
3394
|
+
source-map-js: 1.2.1
|
|
3395
|
+
tailwindcss: 4.2.2
|
|
3396
|
+
|
|
3397
|
+
'@tailwindcss/oxide-android-arm64@4.2.2':
|
|
3398
|
+
optional: true
|
|
3399
|
+
|
|
3400
|
+
'@tailwindcss/oxide-darwin-arm64@4.2.2':
|
|
3401
|
+
optional: true
|
|
3402
|
+
|
|
3403
|
+
'@tailwindcss/oxide-darwin-x64@4.2.2':
|
|
3404
|
+
optional: true
|
|
3405
|
+
|
|
3406
|
+
'@tailwindcss/oxide-freebsd-x64@4.2.2':
|
|
3407
|
+
optional: true
|
|
3408
|
+
|
|
3409
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
|
|
3410
|
+
optional: true
|
|
3411
|
+
|
|
3412
|
+
'@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
|
|
3413
|
+
optional: true
|
|
3414
|
+
|
|
3415
|
+
'@tailwindcss/oxide-linux-arm64-musl@4.2.2':
|
|
3416
|
+
optional: true
|
|
3417
|
+
|
|
3418
|
+
'@tailwindcss/oxide-linux-x64-gnu@4.2.2':
|
|
3419
|
+
optional: true
|
|
3420
|
+
|
|
3421
|
+
'@tailwindcss/oxide-linux-x64-musl@4.2.2':
|
|
3422
|
+
optional: true
|
|
3423
|
+
|
|
3424
|
+
'@tailwindcss/oxide-wasm32-wasi@4.2.2':
|
|
3425
|
+
optional: true
|
|
3426
|
+
|
|
3427
|
+
'@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
|
|
3428
|
+
optional: true
|
|
3429
|
+
|
|
3430
|
+
'@tailwindcss/oxide-win32-x64-msvc@4.2.2':
|
|
3431
|
+
optional: true
|
|
3432
|
+
|
|
3433
|
+
'@tailwindcss/oxide@4.2.2':
|
|
3434
|
+
optionalDependencies:
|
|
3435
|
+
'@tailwindcss/oxide-android-arm64': 4.2.2
|
|
3436
|
+
'@tailwindcss/oxide-darwin-arm64': 4.2.2
|
|
3437
|
+
'@tailwindcss/oxide-darwin-x64': 4.2.2
|
|
3438
|
+
'@tailwindcss/oxide-freebsd-x64': 4.2.2
|
|
3439
|
+
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2
|
|
3440
|
+
'@tailwindcss/oxide-linux-arm64-gnu': 4.2.2
|
|
3441
|
+
'@tailwindcss/oxide-linux-arm64-musl': 4.2.2
|
|
3442
|
+
'@tailwindcss/oxide-linux-x64-gnu': 4.2.2
|
|
3443
|
+
'@tailwindcss/oxide-linux-x64-musl': 4.2.2
|
|
3444
|
+
'@tailwindcss/oxide-wasm32-wasi': 4.2.2
|
|
3445
|
+
'@tailwindcss/oxide-win32-arm64-msvc': 4.2.2
|
|
3446
|
+
'@tailwindcss/oxide-win32-x64-msvc': 4.2.2
|
|
3447
|
+
|
|
3448
|
+
'@tailwindcss/vite@4.2.2(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1))':
|
|
3449
|
+
dependencies:
|
|
3450
|
+
'@tailwindcss/node': 4.2.2
|
|
3451
|
+
'@tailwindcss/oxide': 4.2.2
|
|
3452
|
+
tailwindcss: 4.2.2
|
|
3453
|
+
vite: 8.0.1(@types/node@24.12.0)(jiti@2.6.1)
|
|
3454
|
+
|
|
3455
|
+
'@tanstack/query-core@5.91.2': {}
|
|
3456
|
+
|
|
3457
|
+
'@tanstack/react-query@5.91.2(react@19.2.4)':
|
|
3458
|
+
dependencies:
|
|
3459
|
+
'@tanstack/query-core': 5.91.2
|
|
3460
|
+
react: 19.2.4
|
|
3461
|
+
|
|
3462
|
+
'@tybys/wasm-util@0.10.1':
|
|
3463
|
+
dependencies:
|
|
3464
|
+
tslib: 2.8.1
|
|
3465
|
+
optional: true
|
|
3466
|
+
|
|
3467
|
+
'@types/d3-array@3.2.2': {}
|
|
3468
|
+
|
|
3469
|
+
'@types/d3-color@3.1.3': {}
|
|
3470
|
+
|
|
3471
|
+
'@types/d3-ease@3.0.2': {}
|
|
3472
|
+
|
|
3473
|
+
'@types/d3-interpolate@3.0.4':
|
|
3474
|
+
dependencies:
|
|
3475
|
+
'@types/d3-color': 3.1.3
|
|
3476
|
+
|
|
3477
|
+
'@types/d3-path@3.1.1': {}
|
|
3478
|
+
|
|
3479
|
+
'@types/d3-scale@4.0.9':
|
|
3480
|
+
dependencies:
|
|
3481
|
+
'@types/d3-time': 3.0.4
|
|
3482
|
+
|
|
3483
|
+
'@types/d3-shape@3.1.8':
|
|
3484
|
+
dependencies:
|
|
3485
|
+
'@types/d3-path': 3.1.1
|
|
3486
|
+
|
|
3487
|
+
'@types/d3-time@3.0.4': {}
|
|
3488
|
+
|
|
3489
|
+
'@types/d3-timer@3.0.2': {}
|
|
3490
|
+
|
|
3491
|
+
'@types/estree@1.0.8': {}
|
|
3492
|
+
|
|
3493
|
+
'@types/json-schema@7.0.15': {}
|
|
3494
|
+
|
|
3495
|
+
'@types/node@24.12.0':
|
|
3496
|
+
dependencies:
|
|
3497
|
+
undici-types: 7.16.0
|
|
3498
|
+
|
|
3499
|
+
'@types/react-dom@19.2.3(@types/react@19.2.14)':
|
|
3500
|
+
dependencies:
|
|
3501
|
+
'@types/react': 19.2.14
|
|
3502
|
+
|
|
3503
|
+
'@types/react@19.2.14':
|
|
3504
|
+
dependencies:
|
|
3505
|
+
csstype: 3.2.3
|
|
3506
|
+
|
|
3507
|
+
'@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
|
|
3508
|
+
dependencies:
|
|
3509
|
+
'@eslint-community/regexpp': 4.12.2
|
|
3510
|
+
'@typescript-eslint/parser': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
3511
|
+
'@typescript-eslint/scope-manager': 8.57.1
|
|
3512
|
+
'@typescript-eslint/type-utils': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
3513
|
+
'@typescript-eslint/utils': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
3514
|
+
'@typescript-eslint/visitor-keys': 8.57.1
|
|
3515
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3516
|
+
ignore: 7.0.5
|
|
3517
|
+
natural-compare: 1.4.0
|
|
3518
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
3519
|
+
typescript: 5.9.3
|
|
3520
|
+
transitivePeerDependencies:
|
|
3521
|
+
- supports-color
|
|
3522
|
+
|
|
3523
|
+
'@typescript-eslint/parser@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
|
|
3524
|
+
dependencies:
|
|
3525
|
+
'@typescript-eslint/scope-manager': 8.57.1
|
|
3526
|
+
'@typescript-eslint/types': 8.57.1
|
|
3527
|
+
'@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3)
|
|
3528
|
+
'@typescript-eslint/visitor-keys': 8.57.1
|
|
3529
|
+
debug: 4.4.3
|
|
3530
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3531
|
+
typescript: 5.9.3
|
|
3532
|
+
transitivePeerDependencies:
|
|
3533
|
+
- supports-color
|
|
3534
|
+
|
|
3535
|
+
'@typescript-eslint/project-service@8.57.1(typescript@5.9.3)':
|
|
3536
|
+
dependencies:
|
|
3537
|
+
'@typescript-eslint/tsconfig-utils': 8.57.1(typescript@5.9.3)
|
|
3538
|
+
'@typescript-eslint/types': 8.57.1
|
|
3539
|
+
debug: 4.4.3
|
|
3540
|
+
typescript: 5.9.3
|
|
3541
|
+
transitivePeerDependencies:
|
|
3542
|
+
- supports-color
|
|
3543
|
+
|
|
3544
|
+
'@typescript-eslint/scope-manager@8.57.1':
|
|
3545
|
+
dependencies:
|
|
3546
|
+
'@typescript-eslint/types': 8.57.1
|
|
3547
|
+
'@typescript-eslint/visitor-keys': 8.57.1
|
|
3548
|
+
|
|
3549
|
+
'@typescript-eslint/tsconfig-utils@8.57.1(typescript@5.9.3)':
|
|
3550
|
+
dependencies:
|
|
3551
|
+
typescript: 5.9.3
|
|
3552
|
+
|
|
3553
|
+
'@typescript-eslint/type-utils@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
|
|
3554
|
+
dependencies:
|
|
3555
|
+
'@typescript-eslint/types': 8.57.1
|
|
3556
|
+
'@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3)
|
|
3557
|
+
'@typescript-eslint/utils': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
3558
|
+
debug: 4.4.3
|
|
3559
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3560
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
3561
|
+
typescript: 5.9.3
|
|
3562
|
+
transitivePeerDependencies:
|
|
3563
|
+
- supports-color
|
|
3564
|
+
|
|
3565
|
+
'@typescript-eslint/types@8.57.1': {}
|
|
3566
|
+
|
|
3567
|
+
'@typescript-eslint/typescript-estree@8.57.1(typescript@5.9.3)':
|
|
3568
|
+
dependencies:
|
|
3569
|
+
'@typescript-eslint/project-service': 8.57.1(typescript@5.9.3)
|
|
3570
|
+
'@typescript-eslint/tsconfig-utils': 8.57.1(typescript@5.9.3)
|
|
3571
|
+
'@typescript-eslint/types': 8.57.1
|
|
3572
|
+
'@typescript-eslint/visitor-keys': 8.57.1
|
|
3573
|
+
debug: 4.4.3
|
|
3574
|
+
minimatch: 10.2.4
|
|
3575
|
+
semver: 7.7.4
|
|
3576
|
+
tinyglobby: 0.2.15
|
|
3577
|
+
ts-api-utils: 2.5.0(typescript@5.9.3)
|
|
3578
|
+
typescript: 5.9.3
|
|
3579
|
+
transitivePeerDependencies:
|
|
3580
|
+
- supports-color
|
|
3581
|
+
|
|
3582
|
+
'@typescript-eslint/utils@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)':
|
|
3583
|
+
dependencies:
|
|
3584
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1))
|
|
3585
|
+
'@typescript-eslint/scope-manager': 8.57.1
|
|
3586
|
+
'@typescript-eslint/types': 8.57.1
|
|
3587
|
+
'@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3)
|
|
3588
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3589
|
+
typescript: 5.9.3
|
|
3590
|
+
transitivePeerDependencies:
|
|
3591
|
+
- supports-color
|
|
3592
|
+
|
|
3593
|
+
'@typescript-eslint/visitor-keys@8.57.1':
|
|
3594
|
+
dependencies:
|
|
3595
|
+
'@typescript-eslint/types': 8.57.1
|
|
3596
|
+
eslint-visitor-keys: 5.0.1
|
|
3597
|
+
|
|
3598
|
+
'@vitejs/plugin-react@6.0.1(vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1))':
|
|
3599
|
+
dependencies:
|
|
3600
|
+
'@rolldown/pluginutils': 1.0.0-rc.7
|
|
3601
|
+
vite: 8.0.1(@types/node@24.12.0)(jiti@2.6.1)
|
|
3602
|
+
|
|
3603
|
+
acorn-jsx@5.3.2(acorn@8.16.0):
|
|
3604
|
+
dependencies:
|
|
3605
|
+
acorn: 8.16.0
|
|
3606
|
+
|
|
3607
|
+
acorn@8.16.0: {}
|
|
3608
|
+
|
|
3609
|
+
ajv@6.14.0:
|
|
3610
|
+
dependencies:
|
|
3611
|
+
fast-deep-equal: 3.1.3
|
|
3612
|
+
fast-json-stable-stringify: 2.1.0
|
|
3613
|
+
json-schema-traverse: 0.4.1
|
|
3614
|
+
uri-js: 4.4.1
|
|
3615
|
+
|
|
3616
|
+
ansi-styles@4.3.0:
|
|
3617
|
+
dependencies:
|
|
3618
|
+
color-convert: 2.0.1
|
|
3619
|
+
|
|
3620
|
+
argparse@2.0.1: {}
|
|
3621
|
+
|
|
3622
|
+
aria-hidden@1.2.6:
|
|
3623
|
+
dependencies:
|
|
3624
|
+
tslib: 2.8.1
|
|
3625
|
+
|
|
3626
|
+
balanced-match@1.0.2: {}
|
|
3627
|
+
|
|
3628
|
+
balanced-match@4.0.4: {}
|
|
3629
|
+
|
|
3630
|
+
baseline-browser-mapping@2.10.9: {}
|
|
3631
|
+
|
|
3632
|
+
brace-expansion@1.1.12:
|
|
3633
|
+
dependencies:
|
|
3634
|
+
balanced-match: 1.0.2
|
|
3635
|
+
concat-map: 0.0.1
|
|
3636
|
+
|
|
3637
|
+
brace-expansion@5.0.4:
|
|
3638
|
+
dependencies:
|
|
3639
|
+
balanced-match: 4.0.4
|
|
3640
|
+
|
|
3641
|
+
browserslist@4.28.1:
|
|
3642
|
+
dependencies:
|
|
3643
|
+
baseline-browser-mapping: 2.10.9
|
|
3644
|
+
caniuse-lite: 1.0.30001780
|
|
3645
|
+
electron-to-chromium: 1.5.321
|
|
3646
|
+
node-releases: 2.0.36
|
|
3647
|
+
update-browserslist-db: 1.2.3(browserslist@4.28.1)
|
|
3648
|
+
|
|
3649
|
+
callsites@3.1.0: {}
|
|
3650
|
+
|
|
3651
|
+
caniuse-lite@1.0.30001780: {}
|
|
3652
|
+
|
|
3653
|
+
chalk@4.1.2:
|
|
3654
|
+
dependencies:
|
|
3655
|
+
ansi-styles: 4.3.0
|
|
3656
|
+
supports-color: 7.2.0
|
|
3657
|
+
|
|
3658
|
+
class-variance-authority@0.7.1:
|
|
3659
|
+
dependencies:
|
|
3660
|
+
clsx: 2.1.1
|
|
3661
|
+
|
|
3662
|
+
clsx@2.1.1: {}
|
|
3663
|
+
|
|
3664
|
+
cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
3665
|
+
dependencies:
|
|
3666
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
3667
|
+
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3668
|
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
3669
|
+
'@radix-ui/react-primitive': 2.1.4(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
3670
|
+
react: 19.2.4
|
|
3671
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3672
|
+
transitivePeerDependencies:
|
|
3673
|
+
- '@types/react'
|
|
3674
|
+
- '@types/react-dom'
|
|
3675
|
+
|
|
3676
|
+
color-convert@2.0.1:
|
|
3677
|
+
dependencies:
|
|
3678
|
+
color-name: 1.1.4
|
|
3679
|
+
|
|
3680
|
+
color-name@1.1.4: {}
|
|
3681
|
+
|
|
3682
|
+
concat-map@0.0.1: {}
|
|
3683
|
+
|
|
3684
|
+
convert-source-map@2.0.0: {}
|
|
3685
|
+
|
|
3686
|
+
cookie@1.1.1: {}
|
|
3687
|
+
|
|
3688
|
+
cross-spawn@7.0.6:
|
|
3689
|
+
dependencies:
|
|
3690
|
+
path-key: 3.1.1
|
|
3691
|
+
shebang-command: 2.0.0
|
|
3692
|
+
which: 2.0.2
|
|
3693
|
+
|
|
3694
|
+
csstype@3.2.3: {}
|
|
3695
|
+
|
|
3696
|
+
d3-array@3.2.4:
|
|
3697
|
+
dependencies:
|
|
3698
|
+
internmap: 2.0.3
|
|
3699
|
+
|
|
3700
|
+
d3-color@3.1.0: {}
|
|
3701
|
+
|
|
3702
|
+
d3-ease@3.0.1: {}
|
|
3703
|
+
|
|
3704
|
+
d3-format@3.1.2: {}
|
|
3705
|
+
|
|
3706
|
+
d3-interpolate@3.0.1:
|
|
3707
|
+
dependencies:
|
|
3708
|
+
d3-color: 3.1.0
|
|
3709
|
+
|
|
3710
|
+
d3-path@3.1.0: {}
|
|
3711
|
+
|
|
3712
|
+
d3-scale@4.0.2:
|
|
3713
|
+
dependencies:
|
|
3714
|
+
d3-array: 3.2.4
|
|
3715
|
+
d3-format: 3.1.2
|
|
3716
|
+
d3-interpolate: 3.0.1
|
|
3717
|
+
d3-time: 3.1.0
|
|
3718
|
+
d3-time-format: 4.1.0
|
|
3719
|
+
|
|
3720
|
+
d3-shape@3.2.0:
|
|
3721
|
+
dependencies:
|
|
3722
|
+
d3-path: 3.1.0
|
|
3723
|
+
|
|
3724
|
+
d3-time-format@4.1.0:
|
|
3725
|
+
dependencies:
|
|
3726
|
+
d3-time: 3.1.0
|
|
3727
|
+
|
|
3728
|
+
d3-time@3.1.0:
|
|
3729
|
+
dependencies:
|
|
3730
|
+
d3-array: 3.2.4
|
|
3731
|
+
|
|
3732
|
+
d3-timer@3.0.1: {}
|
|
3733
|
+
|
|
3734
|
+
date-fns-jalali@4.1.0-0: {}
|
|
3735
|
+
|
|
3736
|
+
date-fns@3.6.0: {}
|
|
3737
|
+
|
|
3738
|
+
date-fns@4.1.0: {}
|
|
3739
|
+
|
|
3740
|
+
debug@4.4.3:
|
|
3741
|
+
dependencies:
|
|
3742
|
+
ms: 2.1.3
|
|
3743
|
+
|
|
3744
|
+
decimal.js-light@2.5.1: {}
|
|
3745
|
+
|
|
3746
|
+
deep-is@0.1.4: {}
|
|
3747
|
+
|
|
3748
|
+
detect-libc@2.1.2: {}
|
|
3749
|
+
|
|
3750
|
+
detect-node-es@1.1.0: {}
|
|
3751
|
+
|
|
3752
|
+
dom-helpers@5.2.1:
|
|
3753
|
+
dependencies:
|
|
3754
|
+
'@babel/runtime': 7.29.2
|
|
3755
|
+
csstype: 3.2.3
|
|
3756
|
+
|
|
3757
|
+
electron-to-chromium@1.5.321: {}
|
|
3758
|
+
|
|
3759
|
+
embla-carousel-react@8.6.0(react@19.2.4):
|
|
3760
|
+
dependencies:
|
|
3761
|
+
embla-carousel: 8.6.0
|
|
3762
|
+
embla-carousel-reactive-utils: 8.6.0(embla-carousel@8.6.0)
|
|
3763
|
+
react: 19.2.4
|
|
3764
|
+
|
|
3765
|
+
embla-carousel-reactive-utils@8.6.0(embla-carousel@8.6.0):
|
|
3766
|
+
dependencies:
|
|
3767
|
+
embla-carousel: 8.6.0
|
|
3768
|
+
|
|
3769
|
+
embla-carousel@8.6.0: {}
|
|
3770
|
+
|
|
3771
|
+
enhanced-resolve@5.20.1:
|
|
3772
|
+
dependencies:
|
|
3773
|
+
graceful-fs: 4.2.11
|
|
3774
|
+
tapable: 2.3.0
|
|
3775
|
+
|
|
3776
|
+
escalade@3.2.0: {}
|
|
3777
|
+
|
|
3778
|
+
escape-string-regexp@4.0.0: {}
|
|
3779
|
+
|
|
3780
|
+
eslint-plugin-react-hooks@7.0.1(eslint@9.39.4(jiti@2.6.1)):
|
|
3781
|
+
dependencies:
|
|
3782
|
+
'@babel/core': 7.29.0
|
|
3783
|
+
'@babel/parser': 7.29.2
|
|
3784
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3785
|
+
hermes-parser: 0.25.1
|
|
3786
|
+
zod: 3.25.76
|
|
3787
|
+
zod-validation-error: 4.0.2(zod@3.25.76)
|
|
3788
|
+
transitivePeerDependencies:
|
|
3789
|
+
- supports-color
|
|
3790
|
+
|
|
3791
|
+
eslint-plugin-react-refresh@0.5.2(eslint@9.39.4(jiti@2.6.1)):
|
|
3792
|
+
dependencies:
|
|
3793
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
3794
|
+
|
|
3795
|
+
eslint-scope@8.4.0:
|
|
3796
|
+
dependencies:
|
|
3797
|
+
esrecurse: 4.3.0
|
|
3798
|
+
estraverse: 5.3.0
|
|
3799
|
+
|
|
3800
|
+
eslint-visitor-keys@3.4.3: {}
|
|
3801
|
+
|
|
3802
|
+
eslint-visitor-keys@4.2.1: {}
|
|
3803
|
+
|
|
3804
|
+
eslint-visitor-keys@5.0.1: {}
|
|
3805
|
+
|
|
3806
|
+
eslint@9.39.4(jiti@2.6.1):
|
|
3807
|
+
dependencies:
|
|
3808
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4(jiti@2.6.1))
|
|
3809
|
+
'@eslint-community/regexpp': 4.12.2
|
|
3810
|
+
'@eslint/config-array': 0.21.2
|
|
3811
|
+
'@eslint/config-helpers': 0.4.2
|
|
3812
|
+
'@eslint/core': 0.17.0
|
|
3813
|
+
'@eslint/eslintrc': 3.3.5
|
|
3814
|
+
'@eslint/js': 9.39.4
|
|
3815
|
+
'@eslint/plugin-kit': 0.4.1
|
|
3816
|
+
'@humanfs/node': 0.16.7
|
|
3817
|
+
'@humanwhocodes/module-importer': 1.0.1
|
|
3818
|
+
'@humanwhocodes/retry': 0.4.3
|
|
3819
|
+
'@types/estree': 1.0.8
|
|
3820
|
+
ajv: 6.14.0
|
|
3821
|
+
chalk: 4.1.2
|
|
3822
|
+
cross-spawn: 7.0.6
|
|
3823
|
+
debug: 4.4.3
|
|
3824
|
+
escape-string-regexp: 4.0.0
|
|
3825
|
+
eslint-scope: 8.4.0
|
|
3826
|
+
eslint-visitor-keys: 4.2.1
|
|
3827
|
+
espree: 10.4.0
|
|
3828
|
+
esquery: 1.7.0
|
|
3829
|
+
esutils: 2.0.3
|
|
3830
|
+
fast-deep-equal: 3.1.3
|
|
3831
|
+
file-entry-cache: 8.0.0
|
|
3832
|
+
find-up: 5.0.0
|
|
3833
|
+
glob-parent: 6.0.2
|
|
3834
|
+
ignore: 5.3.2
|
|
3835
|
+
imurmurhash: 0.1.4
|
|
3836
|
+
is-glob: 4.0.3
|
|
3837
|
+
json-stable-stringify-without-jsonify: 1.0.1
|
|
3838
|
+
lodash.merge: 4.6.2
|
|
3839
|
+
minimatch: 3.1.5
|
|
3840
|
+
natural-compare: 1.4.0
|
|
3841
|
+
optionator: 0.9.4
|
|
3842
|
+
optionalDependencies:
|
|
3843
|
+
jiti: 2.6.1
|
|
3844
|
+
transitivePeerDependencies:
|
|
3845
|
+
- supports-color
|
|
3846
|
+
|
|
3847
|
+
espree@10.4.0:
|
|
3848
|
+
dependencies:
|
|
3849
|
+
acorn: 8.16.0
|
|
3850
|
+
acorn-jsx: 5.3.2(acorn@8.16.0)
|
|
3851
|
+
eslint-visitor-keys: 4.2.1
|
|
3852
|
+
|
|
3853
|
+
esquery@1.7.0:
|
|
3854
|
+
dependencies:
|
|
3855
|
+
estraverse: 5.3.0
|
|
3856
|
+
|
|
3857
|
+
esrecurse@4.3.0:
|
|
3858
|
+
dependencies:
|
|
3859
|
+
estraverse: 5.3.0
|
|
3860
|
+
|
|
3861
|
+
estraverse@5.3.0: {}
|
|
3862
|
+
|
|
3863
|
+
esutils@2.0.3: {}
|
|
3864
|
+
|
|
3865
|
+
eventemitter3@4.0.7: {}
|
|
3866
|
+
|
|
3867
|
+
fast-deep-equal@3.1.3: {}
|
|
3868
|
+
|
|
3869
|
+
fast-equals@5.4.0: {}
|
|
3870
|
+
|
|
3871
|
+
fast-json-stable-stringify@2.1.0: {}
|
|
3872
|
+
|
|
3873
|
+
fast-levenshtein@2.0.6: {}
|
|
3874
|
+
|
|
3875
|
+
fdir@6.5.0(picomatch@4.0.3):
|
|
3876
|
+
optionalDependencies:
|
|
3877
|
+
picomatch: 4.0.3
|
|
3878
|
+
|
|
3879
|
+
file-entry-cache@8.0.0:
|
|
3880
|
+
dependencies:
|
|
3881
|
+
flat-cache: 4.0.1
|
|
3882
|
+
|
|
3883
|
+
find-up@5.0.0:
|
|
3884
|
+
dependencies:
|
|
3885
|
+
locate-path: 6.0.0
|
|
3886
|
+
path-exists: 4.0.0
|
|
3887
|
+
|
|
3888
|
+
flat-cache@4.0.1:
|
|
3889
|
+
dependencies:
|
|
3890
|
+
flatted: 3.4.2
|
|
3891
|
+
keyv: 4.5.4
|
|
3892
|
+
|
|
3893
|
+
flatted@3.4.2: {}
|
|
3894
|
+
|
|
3895
|
+
framer-motion@12.38.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
3896
|
+
dependencies:
|
|
3897
|
+
motion-dom: 12.38.0
|
|
3898
|
+
motion-utils: 12.36.0
|
|
3899
|
+
tslib: 2.8.1
|
|
3900
|
+
optionalDependencies:
|
|
3901
|
+
react: 19.2.4
|
|
3902
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3903
|
+
|
|
3904
|
+
fsevents@2.3.3:
|
|
3905
|
+
optional: true
|
|
3906
|
+
|
|
3907
|
+
gensync@1.0.0-beta.2: {}
|
|
3908
|
+
|
|
3909
|
+
get-nonce@1.0.1: {}
|
|
3910
|
+
|
|
3911
|
+
glob-parent@6.0.2:
|
|
3912
|
+
dependencies:
|
|
3913
|
+
is-glob: 4.0.3
|
|
3914
|
+
|
|
3915
|
+
globals@14.0.0: {}
|
|
3916
|
+
|
|
3917
|
+
globals@17.4.0: {}
|
|
3918
|
+
|
|
3919
|
+
graceful-fs@4.2.11: {}
|
|
3920
|
+
|
|
3921
|
+
graphql-request@7.4.0(graphql@16.13.1):
|
|
3922
|
+
dependencies:
|
|
3923
|
+
'@graphql-typed-document-node/core': 3.2.0(graphql@16.13.1)
|
|
3924
|
+
graphql: 16.13.1
|
|
3925
|
+
|
|
3926
|
+
graphql@16.13.1: {}
|
|
3927
|
+
|
|
3928
|
+
has-flag@4.0.0: {}
|
|
3929
|
+
|
|
3930
|
+
hermes-estree@0.25.1: {}
|
|
3931
|
+
|
|
3932
|
+
hermes-parser@0.25.1:
|
|
3933
|
+
dependencies:
|
|
3934
|
+
hermes-estree: 0.25.1
|
|
3935
|
+
|
|
3936
|
+
ignore@5.3.2: {}
|
|
3937
|
+
|
|
3938
|
+
ignore@7.0.5: {}
|
|
3939
|
+
|
|
3940
|
+
import-fresh@3.3.1:
|
|
3941
|
+
dependencies:
|
|
3942
|
+
parent-module: 1.0.1
|
|
3943
|
+
resolve-from: 4.0.0
|
|
3944
|
+
|
|
3945
|
+
imurmurhash@0.1.4: {}
|
|
3946
|
+
|
|
3947
|
+
input-otp@1.4.2(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
3948
|
+
dependencies:
|
|
3949
|
+
react: 19.2.4
|
|
3950
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
3951
|
+
|
|
3952
|
+
internmap@2.0.3: {}
|
|
3953
|
+
|
|
3954
|
+
is-extglob@2.1.1: {}
|
|
3955
|
+
|
|
3956
|
+
is-glob@4.0.3:
|
|
3957
|
+
dependencies:
|
|
3958
|
+
is-extglob: 2.1.1
|
|
3959
|
+
|
|
3960
|
+
isexe@2.0.0: {}
|
|
3961
|
+
|
|
3962
|
+
jiti@2.6.1: {}
|
|
3963
|
+
|
|
3964
|
+
js-tokens@4.0.0: {}
|
|
3965
|
+
|
|
3966
|
+
js-yaml@4.1.1:
|
|
3967
|
+
dependencies:
|
|
3968
|
+
argparse: 2.0.1
|
|
3969
|
+
|
|
3970
|
+
jsesc@3.1.0: {}
|
|
3971
|
+
|
|
3972
|
+
json-buffer@3.0.1: {}
|
|
3973
|
+
|
|
3974
|
+
json-schema-traverse@0.4.1: {}
|
|
3975
|
+
|
|
3976
|
+
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
3977
|
+
|
|
3978
|
+
json5@2.2.3: {}
|
|
3979
|
+
|
|
3980
|
+
keyv@4.5.4:
|
|
3981
|
+
dependencies:
|
|
3982
|
+
json-buffer: 3.0.1
|
|
3983
|
+
|
|
3984
|
+
levn@0.4.1:
|
|
3985
|
+
dependencies:
|
|
3986
|
+
prelude-ls: 1.2.1
|
|
3987
|
+
type-check: 0.4.0
|
|
3988
|
+
|
|
3989
|
+
lightningcss-android-arm64@1.32.0:
|
|
3990
|
+
optional: true
|
|
3991
|
+
|
|
3992
|
+
lightningcss-darwin-arm64@1.32.0:
|
|
3993
|
+
optional: true
|
|
3994
|
+
|
|
3995
|
+
lightningcss-darwin-x64@1.32.0:
|
|
3996
|
+
optional: true
|
|
3997
|
+
|
|
3998
|
+
lightningcss-freebsd-x64@1.32.0:
|
|
3999
|
+
optional: true
|
|
4000
|
+
|
|
4001
|
+
lightningcss-linux-arm-gnueabihf@1.32.0:
|
|
4002
|
+
optional: true
|
|
4003
|
+
|
|
4004
|
+
lightningcss-linux-arm64-gnu@1.32.0:
|
|
4005
|
+
optional: true
|
|
4006
|
+
|
|
4007
|
+
lightningcss-linux-arm64-musl@1.32.0:
|
|
4008
|
+
optional: true
|
|
4009
|
+
|
|
4010
|
+
lightningcss-linux-x64-gnu@1.32.0:
|
|
4011
|
+
optional: true
|
|
4012
|
+
|
|
4013
|
+
lightningcss-linux-x64-musl@1.32.0:
|
|
4014
|
+
optional: true
|
|
4015
|
+
|
|
4016
|
+
lightningcss-win32-arm64-msvc@1.32.0:
|
|
4017
|
+
optional: true
|
|
4018
|
+
|
|
4019
|
+
lightningcss-win32-x64-msvc@1.32.0:
|
|
4020
|
+
optional: true
|
|
4021
|
+
|
|
4022
|
+
lightningcss@1.32.0:
|
|
4023
|
+
dependencies:
|
|
4024
|
+
detect-libc: 2.1.2
|
|
4025
|
+
optionalDependencies:
|
|
4026
|
+
lightningcss-android-arm64: 1.32.0
|
|
4027
|
+
lightningcss-darwin-arm64: 1.32.0
|
|
4028
|
+
lightningcss-darwin-x64: 1.32.0
|
|
4029
|
+
lightningcss-freebsd-x64: 1.32.0
|
|
4030
|
+
lightningcss-linux-arm-gnueabihf: 1.32.0
|
|
4031
|
+
lightningcss-linux-arm64-gnu: 1.32.0
|
|
4032
|
+
lightningcss-linux-arm64-musl: 1.32.0
|
|
4033
|
+
lightningcss-linux-x64-gnu: 1.32.0
|
|
4034
|
+
lightningcss-linux-x64-musl: 1.32.0
|
|
4035
|
+
lightningcss-win32-arm64-msvc: 1.32.0
|
|
4036
|
+
lightningcss-win32-x64-msvc: 1.32.0
|
|
4037
|
+
|
|
4038
|
+
locate-path@6.0.0:
|
|
4039
|
+
dependencies:
|
|
4040
|
+
p-locate: 5.0.0
|
|
4041
|
+
|
|
4042
|
+
lodash.merge@4.6.2: {}
|
|
4043
|
+
|
|
4044
|
+
lodash@4.17.23: {}
|
|
4045
|
+
|
|
4046
|
+
loose-envify@1.4.0:
|
|
4047
|
+
dependencies:
|
|
4048
|
+
js-tokens: 4.0.0
|
|
4049
|
+
|
|
4050
|
+
lru-cache@5.1.1:
|
|
4051
|
+
dependencies:
|
|
4052
|
+
yallist: 3.1.1
|
|
4053
|
+
|
|
4054
|
+
lucide-react@0.400.0(react@19.2.4):
|
|
4055
|
+
dependencies:
|
|
4056
|
+
react: 19.2.4
|
|
4057
|
+
|
|
4058
|
+
magic-string@0.30.21:
|
|
4059
|
+
dependencies:
|
|
4060
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
4061
|
+
|
|
4062
|
+
minimatch@10.2.4:
|
|
4063
|
+
dependencies:
|
|
4064
|
+
brace-expansion: 5.0.4
|
|
4065
|
+
|
|
4066
|
+
minimatch@3.1.5:
|
|
4067
|
+
dependencies:
|
|
4068
|
+
brace-expansion: 1.1.12
|
|
4069
|
+
|
|
4070
|
+
motion-dom@12.38.0:
|
|
4071
|
+
dependencies:
|
|
4072
|
+
motion-utils: 12.36.0
|
|
4073
|
+
|
|
4074
|
+
motion-utils@12.36.0: {}
|
|
4075
|
+
|
|
4076
|
+
ms@2.1.3: {}
|
|
4077
|
+
|
|
4078
|
+
nanoid@3.3.11: {}
|
|
4079
|
+
|
|
4080
|
+
natural-compare@1.4.0: {}
|
|
4081
|
+
|
|
4082
|
+
next-themes@0.4.6(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4083
|
+
dependencies:
|
|
4084
|
+
react: 19.2.4
|
|
4085
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4086
|
+
|
|
4087
|
+
node-releases@2.0.36: {}
|
|
4088
|
+
|
|
4089
|
+
object-assign@4.1.1: {}
|
|
4090
|
+
|
|
4091
|
+
optionator@0.9.4:
|
|
4092
|
+
dependencies:
|
|
4093
|
+
deep-is: 0.1.4
|
|
4094
|
+
fast-levenshtein: 2.0.6
|
|
4095
|
+
levn: 0.4.1
|
|
4096
|
+
prelude-ls: 1.2.1
|
|
4097
|
+
type-check: 0.4.0
|
|
4098
|
+
word-wrap: 1.2.5
|
|
4099
|
+
|
|
4100
|
+
p-limit@3.1.0:
|
|
4101
|
+
dependencies:
|
|
4102
|
+
yocto-queue: 0.1.0
|
|
4103
|
+
|
|
4104
|
+
p-locate@5.0.0:
|
|
4105
|
+
dependencies:
|
|
4106
|
+
p-limit: 3.1.0
|
|
4107
|
+
|
|
4108
|
+
parent-module@1.0.1:
|
|
4109
|
+
dependencies:
|
|
4110
|
+
callsites: 3.1.0
|
|
4111
|
+
|
|
4112
|
+
path-exists@4.0.0: {}
|
|
4113
|
+
|
|
4114
|
+
path-key@3.1.1: {}
|
|
4115
|
+
|
|
4116
|
+
picocolors@1.1.1: {}
|
|
4117
|
+
|
|
4118
|
+
picomatch@4.0.3: {}
|
|
4119
|
+
|
|
4120
|
+
postcss@8.5.8:
|
|
4121
|
+
dependencies:
|
|
4122
|
+
nanoid: 3.3.11
|
|
4123
|
+
picocolors: 1.1.1
|
|
4124
|
+
source-map-js: 1.2.1
|
|
4125
|
+
|
|
4126
|
+
prelude-ls@1.2.1: {}
|
|
4127
|
+
|
|
4128
|
+
prop-types@15.8.1:
|
|
4129
|
+
dependencies:
|
|
4130
|
+
loose-envify: 1.4.0
|
|
4131
|
+
object-assign: 4.1.1
|
|
4132
|
+
react-is: 16.13.1
|
|
4133
|
+
|
|
4134
|
+
punycode@2.3.1: {}
|
|
4135
|
+
|
|
4136
|
+
radix-ui@1.4.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4137
|
+
dependencies:
|
|
4138
|
+
'@radix-ui/primitive': 1.1.3
|
|
4139
|
+
'@radix-ui/react-accessible-icon': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4140
|
+
'@radix-ui/react-accordion': 1.2.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4141
|
+
'@radix-ui/react-alert-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4142
|
+
'@radix-ui/react-arrow': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4143
|
+
'@radix-ui/react-aspect-ratio': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4144
|
+
'@radix-ui/react-avatar': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4145
|
+
'@radix-ui/react-checkbox': 1.3.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4146
|
+
'@radix-ui/react-collapsible': 1.1.12(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4147
|
+
'@radix-ui/react-collection': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4148
|
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
4149
|
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.14)(react@19.2.4)
|
|
4150
|
+
'@radix-ui/react-context-menu': 2.2.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4151
|
+
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4152
|
+
'@radix-ui/react-direction': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
4153
|
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4154
|
+
'@radix-ui/react-dropdown-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4155
|
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
4156
|
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4157
|
+
'@radix-ui/react-form': 0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4158
|
+
'@radix-ui/react-hover-card': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4159
|
+
'@radix-ui/react-label': 2.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4160
|
+
'@radix-ui/react-menu': 2.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4161
|
+
'@radix-ui/react-menubar': 1.1.16(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4162
|
+
'@radix-ui/react-navigation-menu': 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4163
|
+
'@radix-ui/react-one-time-password-field': 0.1.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4164
|
+
'@radix-ui/react-password-toggle-field': 0.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4165
|
+
'@radix-ui/react-popover': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4166
|
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4167
|
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4168
|
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4169
|
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4170
|
+
'@radix-ui/react-progress': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4171
|
+
'@radix-ui/react-radio-group': 1.3.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4172
|
+
'@radix-ui/react-roving-focus': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4173
|
+
'@radix-ui/react-scroll-area': 1.2.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4174
|
+
'@radix-ui/react-select': 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4175
|
+
'@radix-ui/react-separator': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4176
|
+
'@radix-ui/react-slider': 1.3.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4177
|
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
4178
|
+
'@radix-ui/react-switch': 1.2.6(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4179
|
+
'@radix-ui/react-tabs': 1.1.13(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4180
|
+
'@radix-ui/react-toast': 1.2.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4181
|
+
'@radix-ui/react-toggle': 1.1.10(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4182
|
+
'@radix-ui/react-toggle-group': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4183
|
+
'@radix-ui/react-toolbar': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4184
|
+
'@radix-ui/react-tooltip': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4185
|
+
'@radix-ui/react-use-callback-ref': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
4186
|
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.14)(react@19.2.4)
|
|
4187
|
+
'@radix-ui/react-use-effect-event': 0.0.2(@types/react@19.2.14)(react@19.2.4)
|
|
4188
|
+
'@radix-ui/react-use-escape-keydown': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
4189
|
+
'@radix-ui/react-use-is-hydrated': 0.1.0(@types/react@19.2.14)(react@19.2.4)
|
|
4190
|
+
'@radix-ui/react-use-layout-effect': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
4191
|
+
'@radix-ui/react-use-size': 1.1.1(@types/react@19.2.14)(react@19.2.4)
|
|
4192
|
+
'@radix-ui/react-visually-hidden': 1.2.3(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4193
|
+
react: 19.2.4
|
|
4194
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4195
|
+
optionalDependencies:
|
|
4196
|
+
'@types/react': 19.2.14
|
|
4197
|
+
'@types/react-dom': 19.2.3(@types/react@19.2.14)
|
|
4198
|
+
|
|
4199
|
+
react-day-picker@9.14.0(react@19.2.4):
|
|
4200
|
+
dependencies:
|
|
4201
|
+
'@date-fns/tz': 1.4.1
|
|
4202
|
+
'@tabby_ai/hijri-converter': 1.0.5
|
|
4203
|
+
date-fns: 4.1.0
|
|
4204
|
+
date-fns-jalali: 4.1.0-0
|
|
4205
|
+
react: 19.2.4
|
|
4206
|
+
|
|
4207
|
+
react-dom@19.2.4(react@19.2.4):
|
|
4208
|
+
dependencies:
|
|
4209
|
+
react: 19.2.4
|
|
4210
|
+
scheduler: 0.27.0
|
|
4211
|
+
|
|
4212
|
+
react-hook-form@7.71.2(react@19.2.4):
|
|
4213
|
+
dependencies:
|
|
4214
|
+
react: 19.2.4
|
|
4215
|
+
|
|
4216
|
+
react-is@16.13.1: {}
|
|
4217
|
+
|
|
4218
|
+
react-is@18.3.1: {}
|
|
4219
|
+
|
|
4220
|
+
react-remove-scroll-bar@2.3.8(@types/react@19.2.14)(react@19.2.4):
|
|
4221
|
+
dependencies:
|
|
4222
|
+
react: 19.2.4
|
|
4223
|
+
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
4224
|
+
tslib: 2.8.1
|
|
4225
|
+
optionalDependencies:
|
|
4226
|
+
'@types/react': 19.2.14
|
|
4227
|
+
|
|
4228
|
+
react-remove-scroll@2.7.2(@types/react@19.2.14)(react@19.2.4):
|
|
4229
|
+
dependencies:
|
|
4230
|
+
react: 19.2.4
|
|
4231
|
+
react-remove-scroll-bar: 2.3.8(@types/react@19.2.14)(react@19.2.4)
|
|
4232
|
+
react-style-singleton: 2.2.3(@types/react@19.2.14)(react@19.2.4)
|
|
4233
|
+
tslib: 2.8.1
|
|
4234
|
+
use-callback-ref: 1.3.3(@types/react@19.2.14)(react@19.2.4)
|
|
4235
|
+
use-sidecar: 1.1.3(@types/react@19.2.14)(react@19.2.4)
|
|
4236
|
+
optionalDependencies:
|
|
4237
|
+
'@types/react': 19.2.14
|
|
4238
|
+
|
|
4239
|
+
react-resizable-panels@4.7.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4240
|
+
dependencies:
|
|
4241
|
+
react: 19.2.4
|
|
4242
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4243
|
+
|
|
4244
|
+
react-router-dom@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4245
|
+
dependencies:
|
|
4246
|
+
react: 19.2.4
|
|
4247
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4248
|
+
react-router: 7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4249
|
+
|
|
4250
|
+
react-router@7.13.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4251
|
+
dependencies:
|
|
4252
|
+
cookie: 1.1.1
|
|
4253
|
+
react: 19.2.4
|
|
4254
|
+
set-cookie-parser: 2.7.2
|
|
4255
|
+
optionalDependencies:
|
|
4256
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4257
|
+
|
|
4258
|
+
react-smooth@4.0.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4259
|
+
dependencies:
|
|
4260
|
+
fast-equals: 5.4.0
|
|
4261
|
+
prop-types: 15.8.1
|
|
4262
|
+
react: 19.2.4
|
|
4263
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4264
|
+
react-transition-group: 4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4265
|
+
|
|
4266
|
+
react-style-singleton@2.2.3(@types/react@19.2.14)(react@19.2.4):
|
|
4267
|
+
dependencies:
|
|
4268
|
+
get-nonce: 1.0.1
|
|
4269
|
+
react: 19.2.4
|
|
4270
|
+
tslib: 2.8.1
|
|
4271
|
+
optionalDependencies:
|
|
4272
|
+
'@types/react': 19.2.14
|
|
4273
|
+
|
|
4274
|
+
react-transition-group@4.4.5(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4275
|
+
dependencies:
|
|
4276
|
+
'@babel/runtime': 7.29.2
|
|
4277
|
+
dom-helpers: 5.2.1
|
|
4278
|
+
loose-envify: 1.4.0
|
|
4279
|
+
prop-types: 15.8.1
|
|
4280
|
+
react: 19.2.4
|
|
4281
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4282
|
+
|
|
4283
|
+
react@19.2.4: {}
|
|
4284
|
+
|
|
4285
|
+
recharts-scale@0.4.5:
|
|
4286
|
+
dependencies:
|
|
4287
|
+
decimal.js-light: 2.5.1
|
|
4288
|
+
|
|
4289
|
+
recharts@2.15.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4290
|
+
dependencies:
|
|
4291
|
+
clsx: 2.1.1
|
|
4292
|
+
eventemitter3: 4.0.7
|
|
4293
|
+
lodash: 4.17.23
|
|
4294
|
+
react: 19.2.4
|
|
4295
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4296
|
+
react-is: 18.3.1
|
|
4297
|
+
react-smooth: 4.0.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4298
|
+
recharts-scale: 0.4.5
|
|
4299
|
+
tiny-invariant: 1.3.3
|
|
4300
|
+
victory-vendor: 36.9.2
|
|
4301
|
+
|
|
4302
|
+
reselect@5.1.1: {}
|
|
4303
|
+
|
|
4304
|
+
resolve-from@4.0.0: {}
|
|
4305
|
+
|
|
4306
|
+
rolldown@1.0.0-rc.10:
|
|
4307
|
+
dependencies:
|
|
4308
|
+
'@oxc-project/types': 0.120.0
|
|
4309
|
+
'@rolldown/pluginutils': 1.0.0-rc.10
|
|
4310
|
+
optionalDependencies:
|
|
4311
|
+
'@rolldown/binding-android-arm64': 1.0.0-rc.10
|
|
4312
|
+
'@rolldown/binding-darwin-arm64': 1.0.0-rc.10
|
|
4313
|
+
'@rolldown/binding-darwin-x64': 1.0.0-rc.10
|
|
4314
|
+
'@rolldown/binding-freebsd-x64': 1.0.0-rc.10
|
|
4315
|
+
'@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.10
|
|
4316
|
+
'@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.10
|
|
4317
|
+
'@rolldown/binding-linux-arm64-musl': 1.0.0-rc.10
|
|
4318
|
+
'@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.10
|
|
4319
|
+
'@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.10
|
|
4320
|
+
'@rolldown/binding-linux-x64-gnu': 1.0.0-rc.10
|
|
4321
|
+
'@rolldown/binding-linux-x64-musl': 1.0.0-rc.10
|
|
4322
|
+
'@rolldown/binding-openharmony-arm64': 1.0.0-rc.10
|
|
4323
|
+
'@rolldown/binding-wasm32-wasi': 1.0.0-rc.10
|
|
4324
|
+
'@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.10
|
|
4325
|
+
'@rolldown/binding-win32-x64-msvc': 1.0.0-rc.10
|
|
4326
|
+
|
|
4327
|
+
scheduler@0.27.0: {}
|
|
4328
|
+
|
|
4329
|
+
semver@6.3.1: {}
|
|
4330
|
+
|
|
4331
|
+
semver@7.7.4: {}
|
|
4332
|
+
|
|
4333
|
+
set-cookie-parser@2.7.2: {}
|
|
4334
|
+
|
|
4335
|
+
shebang-command@2.0.0:
|
|
4336
|
+
dependencies:
|
|
4337
|
+
shebang-regex: 3.0.0
|
|
4338
|
+
|
|
4339
|
+
shebang-regex@3.0.0: {}
|
|
4340
|
+
|
|
4341
|
+
sonner@1.7.4(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4342
|
+
dependencies:
|
|
4343
|
+
react: 19.2.4
|
|
4344
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4345
|
+
|
|
4346
|
+
source-map-js@1.2.1: {}
|
|
4347
|
+
|
|
4348
|
+
strip-json-comments@3.1.1: {}
|
|
4349
|
+
|
|
4350
|
+
supports-color@7.2.0:
|
|
4351
|
+
dependencies:
|
|
4352
|
+
has-flag: 4.0.0
|
|
4353
|
+
|
|
4354
|
+
tabbable@6.4.0: {}
|
|
4355
|
+
|
|
4356
|
+
tailwind-merge@2.6.1: {}
|
|
4357
|
+
|
|
4358
|
+
tailwindcss-animate@1.0.7(tailwindcss@4.2.2):
|
|
4359
|
+
dependencies:
|
|
4360
|
+
tailwindcss: 4.2.2
|
|
4361
|
+
|
|
4362
|
+
tailwindcss@4.2.2: {}
|
|
4363
|
+
|
|
4364
|
+
tapable@2.3.0: {}
|
|
4365
|
+
|
|
4366
|
+
tiny-invariant@1.3.3: {}
|
|
4367
|
+
|
|
4368
|
+
tinyglobby@0.2.15:
|
|
4369
|
+
dependencies:
|
|
4370
|
+
fdir: 6.5.0(picomatch@4.0.3)
|
|
4371
|
+
picomatch: 4.0.3
|
|
4372
|
+
|
|
4373
|
+
ts-api-utils@2.5.0(typescript@5.9.3):
|
|
4374
|
+
dependencies:
|
|
4375
|
+
typescript: 5.9.3
|
|
4376
|
+
|
|
4377
|
+
tslib@2.8.1: {}
|
|
4378
|
+
|
|
4379
|
+
type-check@0.4.0:
|
|
4380
|
+
dependencies:
|
|
4381
|
+
prelude-ls: 1.2.1
|
|
4382
|
+
|
|
4383
|
+
typescript-eslint@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3):
|
|
4384
|
+
dependencies:
|
|
4385
|
+
'@typescript-eslint/eslint-plugin': 8.57.1(@typescript-eslint/parser@8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
4386
|
+
'@typescript-eslint/parser': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
4387
|
+
'@typescript-eslint/typescript-estree': 8.57.1(typescript@5.9.3)
|
|
4388
|
+
'@typescript-eslint/utils': 8.57.1(eslint@9.39.4(jiti@2.6.1))(typescript@5.9.3)
|
|
4389
|
+
eslint: 9.39.4(jiti@2.6.1)
|
|
4390
|
+
typescript: 5.9.3
|
|
4391
|
+
transitivePeerDependencies:
|
|
4392
|
+
- supports-color
|
|
4393
|
+
|
|
4394
|
+
typescript@5.9.3: {}
|
|
4395
|
+
|
|
4396
|
+
undici-types@7.16.0: {}
|
|
4397
|
+
|
|
4398
|
+
update-browserslist-db@1.2.3(browserslist@4.28.1):
|
|
4399
|
+
dependencies:
|
|
4400
|
+
browserslist: 4.28.1
|
|
4401
|
+
escalade: 3.2.0
|
|
4402
|
+
picocolors: 1.1.1
|
|
4403
|
+
|
|
4404
|
+
uri-js@4.4.1:
|
|
4405
|
+
dependencies:
|
|
4406
|
+
punycode: 2.3.1
|
|
4407
|
+
|
|
4408
|
+
use-callback-ref@1.3.3(@types/react@19.2.14)(react@19.2.4):
|
|
4409
|
+
dependencies:
|
|
4410
|
+
react: 19.2.4
|
|
4411
|
+
tslib: 2.8.1
|
|
4412
|
+
optionalDependencies:
|
|
4413
|
+
'@types/react': 19.2.14
|
|
4414
|
+
|
|
4415
|
+
use-sidecar@1.1.3(@types/react@19.2.14)(react@19.2.4):
|
|
4416
|
+
dependencies:
|
|
4417
|
+
detect-node-es: 1.1.0
|
|
4418
|
+
react: 19.2.4
|
|
4419
|
+
tslib: 2.8.1
|
|
4420
|
+
optionalDependencies:
|
|
4421
|
+
'@types/react': 19.2.14
|
|
4422
|
+
|
|
4423
|
+
use-sync-external-store@1.6.0(react@19.2.4):
|
|
4424
|
+
dependencies:
|
|
4425
|
+
react: 19.2.4
|
|
4426
|
+
|
|
4427
|
+
vaul@1.1.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
|
|
4428
|
+
dependencies:
|
|
4429
|
+
'@radix-ui/react-dialog': 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
|
4430
|
+
react: 19.2.4
|
|
4431
|
+
react-dom: 19.2.4(react@19.2.4)
|
|
4432
|
+
transitivePeerDependencies:
|
|
4433
|
+
- '@types/react'
|
|
4434
|
+
- '@types/react-dom'
|
|
4435
|
+
|
|
4436
|
+
victory-vendor@36.9.2:
|
|
4437
|
+
dependencies:
|
|
4438
|
+
'@types/d3-array': 3.2.2
|
|
4439
|
+
'@types/d3-ease': 3.0.2
|
|
4440
|
+
'@types/d3-interpolate': 3.0.4
|
|
4441
|
+
'@types/d3-scale': 4.0.9
|
|
4442
|
+
'@types/d3-shape': 3.1.8
|
|
4443
|
+
'@types/d3-time': 3.0.4
|
|
4444
|
+
'@types/d3-timer': 3.0.2
|
|
4445
|
+
d3-array: 3.2.4
|
|
4446
|
+
d3-ease: 3.0.1
|
|
4447
|
+
d3-interpolate: 3.0.1
|
|
4448
|
+
d3-scale: 4.0.2
|
|
4449
|
+
d3-shape: 3.2.0
|
|
4450
|
+
d3-time: 3.1.0
|
|
4451
|
+
d3-timer: 3.0.1
|
|
4452
|
+
|
|
4453
|
+
vite@8.0.1(@types/node@24.12.0)(jiti@2.6.1):
|
|
4454
|
+
dependencies:
|
|
4455
|
+
lightningcss: 1.32.0
|
|
4456
|
+
picomatch: 4.0.3
|
|
4457
|
+
postcss: 8.5.8
|
|
4458
|
+
rolldown: 1.0.0-rc.10
|
|
4459
|
+
tinyglobby: 0.2.15
|
|
4460
|
+
optionalDependencies:
|
|
4461
|
+
'@types/node': 24.12.0
|
|
4462
|
+
fsevents: 2.3.3
|
|
4463
|
+
jiti: 2.6.1
|
|
4464
|
+
|
|
4465
|
+
which@2.0.2:
|
|
4466
|
+
dependencies:
|
|
4467
|
+
isexe: 2.0.0
|
|
4468
|
+
|
|
4469
|
+
word-wrap@1.2.5: {}
|
|
4470
|
+
|
|
4471
|
+
yallist@3.1.1: {}
|
|
4472
|
+
|
|
4473
|
+
yocto-queue@0.1.0: {}
|
|
4474
|
+
|
|
4475
|
+
zod-validation-error@4.0.2(zod@3.25.76):
|
|
4476
|
+
dependencies:
|
|
4477
|
+
zod: 3.25.76
|
|
4478
|
+
|
|
4479
|
+
zod@3.25.76: {}
|