@tyroneross/navgator 0.2.0 → 0.2.2
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/.claude-plugin/marketplace.json +23 -0
- package/.claude-plugin/plugin.json +10 -7
- package/CLAUDE.md +72 -0
- package/README.md +49 -80
- package/dist/cli/index.js +1 -1
- package/hooks/hooks.json +5 -5
- package/package.json +5 -3
- package/scripts/install-plugin.sh +98 -0
- package/skills/check/SKILL.md +64 -0
- package/skills/connections/SKILL.md +54 -0
- package/skills/diagram/SKILL.md +64 -0
- package/skills/export/SKILL.md +49 -0
- package/skills/impact/SKILL.md +58 -0
- package/skills/install/SKILL.md +94 -0
- package/skills/scan/SKILL.md +75 -0
- package/skills/status/SKILL.md +37 -0
- package/skills/ui/SKILL.md +43 -0
- package/skills/update/SKILL.md +43 -0
- package/web/.next/standalone/web/.next/BUILD_ID +1 -0
- package/web/.next/standalone/web/.next/app-path-routes-manifest.json +13 -0
- package/web/.next/standalone/web/.next/build-manifest.json +20 -0
- package/web/.next/standalone/web/.next/package.json +1 -0
- package/web/.next/standalone/web/.next/prerender-manifest.json +88 -0
- package/web/.next/standalone/web/.next/required-server-files.json +317 -0
- package/web/.next/standalone/web/.next/routes-manifest.json +110 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js +10 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.html +2 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.meta +15 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.rsc +12 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_head.segment.rsc +7 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
- package/web/.next/standalone/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/next-font-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js +13 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.html +1 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.meta +16 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.rsc +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_head.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_index.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
- package/web/.next/standalone/web/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/components/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/connections/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/graph/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/projects/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js +7 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/prompts/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/scan/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/settings/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/build-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js +6 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/api/status/route_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app/index.html +1 -0
- package/web/.next/standalone/web/.next/server/app/index.meta +14 -0
- package/web/.next/standalone/web/.next/server/app/index.rsc +23 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/__PAGE__.segment.rsc +9 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_full.segment.rsc +23 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_head.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_index.segment.rsc +8 -0
- package/web/.next/standalone/web/.next/server/app/index.segments/_tree.segment.rsc +5 -0
- package/web/.next/standalone/web/.next/server/app/page/app-paths-manifest.json +3 -0
- package/web/.next/standalone/web/.next/server/app/page/build-manifest.json +17 -0
- package/web/.next/standalone/web/.next/server/app/page/next-font-manifest.json +11 -0
- package/web/.next/standalone/web/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/web/.next/standalone/web/.next/server/app/page/server-reference-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/app/page.js +15 -0
- package/web/.next/standalone/web/.next/server/app/page.js.map +5 -0
- package/web/.next/standalone/web/.next/server/app/page.js.nft.json +1 -0
- package/web/.next/standalone/web/.next/server/app/page_client-reference-manifest.js +2 -0
- package/web/.next/standalone/web/.next/server/app-paths-manifest.json +13 -0
- package/web/.next/standalone/web/.next/server/chunks/2374f_next_dist_esm_build_templates_app-route_0bb4e66a.js +19 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__006b837d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__1ab91221._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__2e09fec9._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__38d0390f._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__539ef30d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__594bcf20._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__b888fadf._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__f3450c22._.js +21 -0
- package/web/.next/standalone/web/.next/server/chunks/[root-of-the-server]__fa2ec862._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/[turbopack]_runtime.js +770 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_e6039567._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_09351209._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_222be7ae._.js +6 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_2346e1b3._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_cec86455._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_9c5d1a14._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_forbidden_8eae0c85.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_global-error_81159d60.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_client_components_builtin_unauthorized_7d34a31c.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_e03afa0e._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_esm_build_templates_app-page_2c8d71b9.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/2374f_next_dist_server_route-modules_app-page_vendored_ssr_react-dom_8910f04c.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__1a0663e6._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__4306eafc._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__44903626._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__60278e3f._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__61942f24._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__8c45c3c9._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__9a2f110d._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__ed07bd88._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[root-of-the-server]__f2db61af._.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/[turbopack]_runtime.js +770 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web_0103e631._.js +4 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web_171de0df._.js +14 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__global-error_page_actions_2a1e94d4.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app__not-found_page_actions_9eaa9845.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/ssr/web__next-internal_server_app_page_actions_ec26bf28.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_components_route_actions_c88bf2a6.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_connections_route_actions_b1d5e95a.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_graph_route_actions_e2dd052c.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_projects_route_actions_3f671cbb.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_prompts_route_actions_85b56166.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_scan_route_actions_861cde8d.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_settings_route_actions_e19026ae.js +3 -0
- package/web/.next/standalone/web/.next/server/chunks/web__next-internal_server_app_api_status_route_actions_8b8c6c89.js +3 -0
- package/web/.next/standalone/web/.next/server/functions-config-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/middleware-build-manifest.js +21 -0
- package/web/.next/standalone/web/.next/server/middleware-manifest.json +6 -0
- package/web/.next/standalone/web/.next/server/next-font-manifest.js +1 -0
- package/web/.next/standalone/web/.next/server/next-font-manifest.json +15 -0
- package/web/.next/standalone/web/.next/server/pages/404.html +1 -0
- package/web/.next/standalone/web/.next/server/pages/500.html +2 -0
- package/web/.next/standalone/web/.next/server/pages-manifest.json +4 -0
- package/web/.next/standalone/web/.next/server/server-reference-manifest.js +1 -0
- package/web/.next/standalone/web/.next/server/server-reference-manifest.json +5 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
- package/web/.next/standalone/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/062ae79751df2759.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
- package/web/.next/standalone/web/.next/static/chunks/458d6f37339fc069.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
- package/web/.next/standalone/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
- package/web/.next/standalone/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/cb3513192b63e480.js +12 -0
- package/web/.next/standalone/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
- package/web/.next/standalone/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
- package/web/.next/standalone/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
- package/web/.next/standalone/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/web/.next/standalone/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/web/.next/standalone/web/app/api/components/route.ts +252 -0
- package/web/.next/standalone/web/app/api/connections/route.ts +319 -0
- package/web/.next/standalone/web/app/api/graph/route.ts +235 -0
- package/web/.next/standalone/web/app/api/projects/route.ts +221 -0
- package/web/.next/standalone/web/app/api/prompts/route.ts +328 -0
- package/web/.next/standalone/web/app/api/scan/route.ts +108 -0
- package/web/.next/standalone/web/app/api/settings/route.ts +198 -0
- package/web/.next/standalone/web/app/api/status/route.ts +169 -0
- package/web/.next/standalone/web/app/globals.css +99 -0
- package/web/.next/standalone/web/app/layout.tsx +49 -0
- package/web/.next/standalone/web/app/page.tsx +94 -0
- package/web/.next/standalone/web/components/components-panel.tsx +240 -0
- package/web/.next/standalone/web/components/connections-panel.tsx +220 -0
- package/web/.next/standalone/web/components/diagram-view.tsx +735 -0
- package/web/.next/standalone/web/components/header.tsx +225 -0
- package/web/.next/standalone/web/components/impact-analysis.tsx +358 -0
- package/web/.next/standalone/web/components/llm-tracking-panel.tsx +1483 -0
- package/web/.next/standalone/web/components/settings-panel.tsx +671 -0
- package/web/.next/standalone/web/components/sidebar.tsx +74 -0
- package/web/.next/standalone/web/components/status-overview.tsx +326 -0
- package/web/.next/standalone/web/components/theme-provider.tsx +11 -0
- package/web/.next/standalone/web/components/ui/accordion.tsx +66 -0
- package/web/.next/standalone/web/components/ui/alert-dialog.tsx +157 -0
- package/web/.next/standalone/web/components/ui/alert.tsx +66 -0
- package/web/.next/standalone/web/components/ui/aspect-ratio.tsx +11 -0
- package/web/.next/standalone/web/components/ui/avatar.tsx +53 -0
- package/web/.next/standalone/web/components/ui/badge.tsx +46 -0
- package/web/.next/standalone/web/components/ui/breadcrumb.tsx +109 -0
- package/web/.next/standalone/web/components/ui/button-group.tsx +83 -0
- package/web/.next/standalone/web/components/ui/button.tsx +60 -0
- package/web/.next/standalone/web/components/ui/calendar.tsx +213 -0
- package/web/.next/standalone/web/components/ui/card.tsx +92 -0
- package/web/.next/standalone/web/components/ui/carousel.tsx +241 -0
- package/web/.next/standalone/web/components/ui/chart.tsx +353 -0
- package/web/.next/standalone/web/components/ui/checkbox.tsx +32 -0
- package/web/.next/standalone/web/components/ui/collapsible.tsx +33 -0
- package/web/.next/standalone/web/components/ui/command.tsx +184 -0
- package/web/.next/standalone/web/components/ui/context-menu.tsx +252 -0
- package/web/.next/standalone/web/components/ui/dialog.tsx +143 -0
- package/web/.next/standalone/web/components/ui/drawer.tsx +135 -0
- package/web/.next/standalone/web/components/ui/dropdown-menu.tsx +257 -0
- package/web/.next/standalone/web/components/ui/empty.tsx +104 -0
- package/web/.next/standalone/web/components/ui/field.tsx +244 -0
- package/web/.next/standalone/web/components/ui/form.tsx +167 -0
- package/web/.next/standalone/web/components/ui/hover-card.tsx +44 -0
- package/web/.next/standalone/web/components/ui/input-group.tsx +169 -0
- package/web/.next/standalone/web/components/ui/input-otp.tsx +77 -0
- package/web/.next/standalone/web/components/ui/input.tsx +21 -0
- package/web/.next/standalone/web/components/ui/item.tsx +193 -0
- package/web/.next/standalone/web/components/ui/kbd.tsx +28 -0
- package/web/.next/standalone/web/components/ui/label.tsx +24 -0
- package/web/.next/standalone/web/components/ui/menubar.tsx +276 -0
- package/web/.next/standalone/web/components/ui/navigation-menu.tsx +166 -0
- package/web/.next/standalone/web/components/ui/pagination.tsx +127 -0
- package/web/.next/standalone/web/components/ui/popover.tsx +48 -0
- package/web/.next/standalone/web/components/ui/progress.tsx +31 -0
- package/web/.next/standalone/web/components/ui/radio-group.tsx +45 -0
- package/web/.next/standalone/web/components/ui/resizable.tsx +56 -0
- package/web/.next/standalone/web/components/ui/scroll-area.tsx +58 -0
- package/web/.next/standalone/web/components/ui/select.tsx +185 -0
- package/web/.next/standalone/web/components/ui/separator.tsx +28 -0
- package/web/.next/standalone/web/components/ui/sheet.tsx +139 -0
- package/web/.next/standalone/web/components/ui/sidebar.tsx +726 -0
- package/web/.next/standalone/web/components/ui/skeleton.tsx +13 -0
- package/web/.next/standalone/web/components/ui/slider.tsx +63 -0
- package/web/.next/standalone/web/components/ui/sonner.tsx +25 -0
- package/web/.next/standalone/web/components/ui/spinner.tsx +16 -0
- package/web/.next/standalone/web/components/ui/switch.tsx +31 -0
- package/web/.next/standalone/web/components/ui/table.tsx +116 -0
- package/web/.next/standalone/web/components/ui/tabs.tsx +66 -0
- package/web/.next/standalone/web/components/ui/textarea.tsx +18 -0
- package/web/.next/standalone/web/components/ui/toast.tsx +129 -0
- package/web/.next/standalone/web/components/ui/toaster.tsx +35 -0
- package/web/.next/standalone/web/components/ui/toggle-group.tsx +73 -0
- package/web/.next/standalone/web/components/ui/toggle.tsx +47 -0
- package/web/.next/standalone/web/components/ui/tooltip.tsx +61 -0
- package/web/.next/standalone/web/components/ui/use-mobile.tsx +19 -0
- package/web/.next/standalone/web/components/ui/use-toast.ts +191 -0
- package/web/.next/standalone/web/components.json +21 -0
- package/web/.next/standalone/web/hooks/use-mobile.ts +19 -0
- package/web/.next/standalone/web/hooks/use-toast.ts +191 -0
- package/web/.next/standalone/web/lib/hooks/index.ts +8 -0
- package/web/.next/standalone/web/lib/hooks/use-components.ts +83 -0
- package/web/.next/standalone/web/lib/hooks/use-connections.ts +83 -0
- package/web/.next/standalone/web/lib/hooks/use-projects.ts +116 -0
- package/web/.next/standalone/web/lib/hooks/use-prompts.ts +122 -0
- package/web/.next/standalone/web/lib/hooks/use-settings.ts +135 -0
- package/web/.next/standalone/web/lib/hooks/use-status.ts +80 -0
- package/web/.next/standalone/web/lib/project-context.tsx +46 -0
- package/web/.next/standalone/web/lib/transform.ts +625 -0
- package/web/.next/standalone/web/lib/types.ts +198 -0
- package/web/.next/standalone/web/lib/utils.ts +6 -0
- package/web/.next/standalone/web/next.config.mjs +12 -0
- package/web/.next/standalone/web/package-lock.json +3987 -0
- package/web/.next/standalone/web/package.json +73 -0
- package/web/.next/standalone/web/pnpm-lock.yaml +5 -0
- package/web/.next/standalone/web/postcss.config.mjs +8 -0
- package/web/.next/standalone/web/public/apple-icon.png +0 -0
- package/web/.next/standalone/web/public/icon-dark-32x32.png +0 -0
- package/web/.next/standalone/web/public/icon-light-32x32.png +0 -0
- package/web/.next/standalone/web/public/icon.svg +26 -0
- package/web/.next/standalone/web/public/navgator-logo.png +0 -0
- package/web/.next/standalone/web/public/placeholder-logo.png +0 -0
- package/web/.next/standalone/web/public/placeholder-logo.svg +1 -0
- package/web/.next/standalone/web/public/placeholder-user.jpg +0 -0
- package/web/.next/standalone/web/public/placeholder.jpg +0 -0
- package/web/.next/standalone/web/public/placeholder.svg +1 -0
- package/web/.next/standalone/web/public/public/apple-icon.png +0 -0
- package/web/.next/standalone/web/public/public/icon-dark-32x32.png +0 -0
- package/web/.next/standalone/web/public/public/icon-light-32x32.png +0 -0
- package/web/.next/standalone/web/public/public/icon.svg +26 -0
- package/web/.next/standalone/web/public/public/navgator-logo.png +0 -0
- package/web/.next/standalone/web/public/public/placeholder-logo.png +0 -0
- package/web/.next/standalone/web/public/public/placeholder-logo.svg +1 -0
- package/web/.next/standalone/web/public/public/placeholder-user.jpg +0 -0
- package/web/.next/standalone/web/public/public/placeholder.jpg +0 -0
- package/web/.next/standalone/web/public/public/placeholder.svg +1 -0
- package/web/.next/standalone/web/server.js +38 -0
- package/web/.next/standalone/web/styles/globals.css +125 -0
- package/web/.next/standalone/web/tsconfig.json +41 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_buildManifest.js +11 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_clientMiddlewareManifest.json +1 -0
- package/web/.next/static/P-ZMQO7_Wnj487ks3guqa/_ssgManifest.js +1 -0
- package/web/.next/static/chunks/062ae79751df2759.js +1 -0
- package/web/.next/static/chunks/159889e17b2cf1f8.js +2 -0
- package/web/.next/static/chunks/458d6f37339fc069.js +1 -0
- package/web/.next/static/chunks/6d3d39425a878d7f.js +1 -0
- package/web/.next/static/chunks/8a80e7184ad3a13f.css +2 -0
- package/web/.next/static/chunks/a6dad97d9634a72d.js +1 -0
- package/web/.next/static/chunks/c056475f5f4424b6.css +1 -0
- package/web/.next/static/chunks/c57fee8cce8d7cb9.js +1 -0
- package/web/.next/static/chunks/cb3513192b63e480.js +12 -0
- package/web/.next/static/chunks/dd22b5f2beb2cc31.js +1 -0
- package/web/.next/static/chunks/e0affeef0ddb9a97.js +4 -0
- package/web/.next/static/chunks/f74a6859e1c4d5e3.js +1 -0
- package/web/.next/static/chunks/turbopack-c0c89f9e6f0a38c4.js +3 -0
- package/web/.next/static/media/4fa387ec64143e14-s.c1fdd6c2.woff2 +0 -0
- package/web/.next/static/media/7178b3e590c64307-s.b97b3418.woff2 +0 -0
- package/web/.next/static/media/797e433ab948586e-s.p.dbea232f.woff2 +0 -0
- package/web/.next/static/media/8a480f0b521d4e75-s.8e0177b5.woff2 +0 -0
- package/web/.next/static/media/bbc41e54d2fcbd21-s.799d8ef8.woff2 +0 -0
- package/web/.next/static/media/caa3a2e1cccd8315-s.p.853070df.woff2 +0 -0
- package/commands/nav-check.md +0 -64
- package/commands/nav-connections.md +0 -58
- package/commands/nav-diagram.md +0 -106
- package/commands/nav-export.md +0 -71
- package/commands/nav-impact.md +0 -58
- package/commands/nav-scan.md +0 -46
- package/commands/nav-status.md +0 -44
- package/skills/architecture-awareness/SKILL.md +0 -141
|
@@ -0,0 +1,3987 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tyroneross/navgator-web",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@tyroneross/navgator-web",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@hookform/resolvers": "^3.10.0",
|
|
12
|
+
"@radix-ui/react-accordion": "1.2.2",
|
|
13
|
+
"@radix-ui/react-alert-dialog": "1.1.4",
|
|
14
|
+
"@radix-ui/react-aspect-ratio": "1.1.1",
|
|
15
|
+
"@radix-ui/react-avatar": "1.1.2",
|
|
16
|
+
"@radix-ui/react-checkbox": "1.1.3",
|
|
17
|
+
"@radix-ui/react-collapsible": "1.1.2",
|
|
18
|
+
"@radix-ui/react-context-menu": "2.2.4",
|
|
19
|
+
"@radix-ui/react-dialog": "1.1.4",
|
|
20
|
+
"@radix-ui/react-dropdown-menu": "2.1.4",
|
|
21
|
+
"@radix-ui/react-hover-card": "1.1.4",
|
|
22
|
+
"@radix-ui/react-label": "2.1.1",
|
|
23
|
+
"@radix-ui/react-menubar": "1.1.4",
|
|
24
|
+
"@radix-ui/react-navigation-menu": "1.2.3",
|
|
25
|
+
"@radix-ui/react-popover": "1.1.4",
|
|
26
|
+
"@radix-ui/react-progress": "1.1.1",
|
|
27
|
+
"@radix-ui/react-radio-group": "1.2.2",
|
|
28
|
+
"@radix-ui/react-scroll-area": "1.2.2",
|
|
29
|
+
"@radix-ui/react-select": "2.1.4",
|
|
30
|
+
"@radix-ui/react-separator": "1.1.1",
|
|
31
|
+
"@radix-ui/react-slider": "1.2.2",
|
|
32
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
33
|
+
"@radix-ui/react-switch": "1.1.2",
|
|
34
|
+
"@radix-ui/react-tabs": "1.1.2",
|
|
35
|
+
"@radix-ui/react-toast": "1.2.4",
|
|
36
|
+
"@radix-ui/react-toggle": "1.1.1",
|
|
37
|
+
"@radix-ui/react-toggle-group": "1.1.1",
|
|
38
|
+
"@radix-ui/react-tooltip": "1.1.6",
|
|
39
|
+
"@vercel/analytics": "1.3.1",
|
|
40
|
+
"autoprefixer": "^10.4.20",
|
|
41
|
+
"class-variance-authority": "^0.7.1",
|
|
42
|
+
"clsx": "^2.1.1",
|
|
43
|
+
"cmdk": "1.0.4",
|
|
44
|
+
"date-fns": "4.1.0",
|
|
45
|
+
"embla-carousel-react": "8.5.1",
|
|
46
|
+
"input-otp": "1.4.1",
|
|
47
|
+
"lucide-react": "^0.454.0",
|
|
48
|
+
"next": "16.0.10",
|
|
49
|
+
"next-themes": "^0.4.6",
|
|
50
|
+
"react": "19.2.0",
|
|
51
|
+
"react-day-picker": "9.8.0",
|
|
52
|
+
"react-dom": "19.2.0",
|
|
53
|
+
"react-hook-form": "^7.60.0",
|
|
54
|
+
"react-resizable-panels": "^2.1.7",
|
|
55
|
+
"recharts": "2.15.4",
|
|
56
|
+
"sonner": "^1.7.4",
|
|
57
|
+
"tailwind-merge": "^3.3.1",
|
|
58
|
+
"tailwindcss-animate": "^1.0.7",
|
|
59
|
+
"vaul": "^1.1.2",
|
|
60
|
+
"zod": "3.25.76"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@tailwindcss/postcss": "^4.1.9",
|
|
64
|
+
"@types/node": "^22",
|
|
65
|
+
"@types/react": "^19",
|
|
66
|
+
"@types/react-dom": "^19",
|
|
67
|
+
"postcss": "^8.5",
|
|
68
|
+
"tailwindcss": "^4.1.9",
|
|
69
|
+
"tw-animate-css": "1.3.3",
|
|
70
|
+
"typescript": "^5"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"node_modules/@alloc/quick-lru": {
|
|
74
|
+
"version": "5.2.0",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
76
|
+
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
77
|
+
"dev": true,
|
|
78
|
+
"license": "MIT",
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": ">=10"
|
|
81
|
+
},
|
|
82
|
+
"funding": {
|
|
83
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"node_modules/@babel/runtime": {
|
|
87
|
+
"version": "7.28.6",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.6.tgz",
|
|
89
|
+
"integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
|
|
90
|
+
"license": "MIT",
|
|
91
|
+
"engines": {
|
|
92
|
+
"node": ">=6.9.0"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"node_modules/@date-fns/tz": {
|
|
96
|
+
"version": "1.2.0",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@date-fns/tz/-/tz-1.2.0.tgz",
|
|
98
|
+
"integrity": "sha512-LBrd7MiJZ9McsOgxqWX7AaxrDjcFVjWH/tIKJd7pnR7McaslGYOP1QmmiBXdJH/H/yLCT+rcQ7FaPBUxRGUtrg==",
|
|
99
|
+
"license": "MIT"
|
|
100
|
+
},
|
|
101
|
+
"node_modules/@emnapi/runtime": {
|
|
102
|
+
"version": "1.8.1",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
|
|
104
|
+
"integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"optional": true,
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"tslib": "^2.4.0"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"node_modules/@floating-ui/core": {
|
|
112
|
+
"version": "1.7.3",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
|
|
114
|
+
"integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"@floating-ui/utils": "^0.2.10"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"node_modules/@floating-ui/dom": {
|
|
121
|
+
"version": "1.7.4",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
|
|
123
|
+
"integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
|
|
124
|
+
"license": "MIT",
|
|
125
|
+
"dependencies": {
|
|
126
|
+
"@floating-ui/core": "^1.7.3",
|
|
127
|
+
"@floating-ui/utils": "^0.2.10"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
"node_modules/@floating-ui/react-dom": {
|
|
131
|
+
"version": "2.1.6",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",
|
|
133
|
+
"integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",
|
|
134
|
+
"license": "MIT",
|
|
135
|
+
"dependencies": {
|
|
136
|
+
"@floating-ui/dom": "^1.7.4"
|
|
137
|
+
},
|
|
138
|
+
"peerDependencies": {
|
|
139
|
+
"react": ">=16.8.0",
|
|
140
|
+
"react-dom": ">=16.8.0"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"node_modules/@floating-ui/utils": {
|
|
144
|
+
"version": "0.2.10",
|
|
145
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
|
|
146
|
+
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
147
|
+
"license": "MIT"
|
|
148
|
+
},
|
|
149
|
+
"node_modules/@hookform/resolvers": {
|
|
150
|
+
"version": "3.10.0",
|
|
151
|
+
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.10.0.tgz",
|
|
152
|
+
"integrity": "sha512-79Dv+3mDF7i+2ajj7SkypSKHhl1cbln1OGavqrsF7p6mbUv11xpqpacPsGDCTRvCSjEEIez2ef1NveSVL3b0Ag==",
|
|
153
|
+
"license": "MIT",
|
|
154
|
+
"peerDependencies": {
|
|
155
|
+
"react-hook-form": "^7.0.0"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"node_modules/@img/colour": {
|
|
159
|
+
"version": "1.0.0",
|
|
160
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",
|
|
161
|
+
"integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",
|
|
162
|
+
"license": "MIT",
|
|
163
|
+
"optional": true,
|
|
164
|
+
"engines": {
|
|
165
|
+
"node": ">=18"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
169
|
+
"version": "0.34.5",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
171
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
172
|
+
"cpu": [
|
|
173
|
+
"arm64"
|
|
174
|
+
],
|
|
175
|
+
"license": "Apache-2.0",
|
|
176
|
+
"optional": true,
|
|
177
|
+
"os": [
|
|
178
|
+
"darwin"
|
|
179
|
+
],
|
|
180
|
+
"engines": {
|
|
181
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
182
|
+
},
|
|
183
|
+
"funding": {
|
|
184
|
+
"url": "https://opencollective.com/libvips"
|
|
185
|
+
},
|
|
186
|
+
"optionalDependencies": {
|
|
187
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
191
|
+
"version": "0.34.5",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
193
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
194
|
+
"cpu": [
|
|
195
|
+
"x64"
|
|
196
|
+
],
|
|
197
|
+
"license": "Apache-2.0",
|
|
198
|
+
"optional": true,
|
|
199
|
+
"os": [
|
|
200
|
+
"darwin"
|
|
201
|
+
],
|
|
202
|
+
"engines": {
|
|
203
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
204
|
+
},
|
|
205
|
+
"funding": {
|
|
206
|
+
"url": "https://opencollective.com/libvips"
|
|
207
|
+
},
|
|
208
|
+
"optionalDependencies": {
|
|
209
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
213
|
+
"version": "1.2.4",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
215
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
216
|
+
"cpu": [
|
|
217
|
+
"arm64"
|
|
218
|
+
],
|
|
219
|
+
"license": "LGPL-3.0-or-later",
|
|
220
|
+
"optional": true,
|
|
221
|
+
"os": [
|
|
222
|
+
"darwin"
|
|
223
|
+
],
|
|
224
|
+
"funding": {
|
|
225
|
+
"url": "https://opencollective.com/libvips"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
229
|
+
"version": "1.2.4",
|
|
230
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
231
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
232
|
+
"cpu": [
|
|
233
|
+
"x64"
|
|
234
|
+
],
|
|
235
|
+
"license": "LGPL-3.0-or-later",
|
|
236
|
+
"optional": true,
|
|
237
|
+
"os": [
|
|
238
|
+
"darwin"
|
|
239
|
+
],
|
|
240
|
+
"funding": {
|
|
241
|
+
"url": "https://opencollective.com/libvips"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
245
|
+
"version": "1.2.4",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
247
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
248
|
+
"cpu": [
|
|
249
|
+
"arm"
|
|
250
|
+
],
|
|
251
|
+
"license": "LGPL-3.0-or-later",
|
|
252
|
+
"optional": true,
|
|
253
|
+
"os": [
|
|
254
|
+
"linux"
|
|
255
|
+
],
|
|
256
|
+
"funding": {
|
|
257
|
+
"url": "https://opencollective.com/libvips"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
261
|
+
"version": "1.2.4",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
263
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
264
|
+
"cpu": [
|
|
265
|
+
"arm64"
|
|
266
|
+
],
|
|
267
|
+
"license": "LGPL-3.0-or-later",
|
|
268
|
+
"optional": true,
|
|
269
|
+
"os": [
|
|
270
|
+
"linux"
|
|
271
|
+
],
|
|
272
|
+
"funding": {
|
|
273
|
+
"url": "https://opencollective.com/libvips"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
277
|
+
"version": "1.2.4",
|
|
278
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
279
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
280
|
+
"cpu": [
|
|
281
|
+
"ppc64"
|
|
282
|
+
],
|
|
283
|
+
"license": "LGPL-3.0-or-later",
|
|
284
|
+
"optional": true,
|
|
285
|
+
"os": [
|
|
286
|
+
"linux"
|
|
287
|
+
],
|
|
288
|
+
"funding": {
|
|
289
|
+
"url": "https://opencollective.com/libvips"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
293
|
+
"version": "1.2.4",
|
|
294
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
295
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
296
|
+
"cpu": [
|
|
297
|
+
"riscv64"
|
|
298
|
+
],
|
|
299
|
+
"license": "LGPL-3.0-or-later",
|
|
300
|
+
"optional": true,
|
|
301
|
+
"os": [
|
|
302
|
+
"linux"
|
|
303
|
+
],
|
|
304
|
+
"funding": {
|
|
305
|
+
"url": "https://opencollective.com/libvips"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
309
|
+
"version": "1.2.4",
|
|
310
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
311
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
312
|
+
"cpu": [
|
|
313
|
+
"s390x"
|
|
314
|
+
],
|
|
315
|
+
"license": "LGPL-3.0-or-later",
|
|
316
|
+
"optional": true,
|
|
317
|
+
"os": [
|
|
318
|
+
"linux"
|
|
319
|
+
],
|
|
320
|
+
"funding": {
|
|
321
|
+
"url": "https://opencollective.com/libvips"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
325
|
+
"version": "1.2.4",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
327
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
328
|
+
"cpu": [
|
|
329
|
+
"x64"
|
|
330
|
+
],
|
|
331
|
+
"license": "LGPL-3.0-or-later",
|
|
332
|
+
"optional": true,
|
|
333
|
+
"os": [
|
|
334
|
+
"linux"
|
|
335
|
+
],
|
|
336
|
+
"funding": {
|
|
337
|
+
"url": "https://opencollective.com/libvips"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
341
|
+
"version": "1.2.4",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
343
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
344
|
+
"cpu": [
|
|
345
|
+
"arm64"
|
|
346
|
+
],
|
|
347
|
+
"license": "LGPL-3.0-or-later",
|
|
348
|
+
"optional": true,
|
|
349
|
+
"os": [
|
|
350
|
+
"linux"
|
|
351
|
+
],
|
|
352
|
+
"funding": {
|
|
353
|
+
"url": "https://opencollective.com/libvips"
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
357
|
+
"version": "1.2.4",
|
|
358
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
359
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
360
|
+
"cpu": [
|
|
361
|
+
"x64"
|
|
362
|
+
],
|
|
363
|
+
"license": "LGPL-3.0-or-later",
|
|
364
|
+
"optional": true,
|
|
365
|
+
"os": [
|
|
366
|
+
"linux"
|
|
367
|
+
],
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://opencollective.com/libvips"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
373
|
+
"version": "0.34.5",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
375
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
376
|
+
"cpu": [
|
|
377
|
+
"arm"
|
|
378
|
+
],
|
|
379
|
+
"license": "Apache-2.0",
|
|
380
|
+
"optional": true,
|
|
381
|
+
"os": [
|
|
382
|
+
"linux"
|
|
383
|
+
],
|
|
384
|
+
"engines": {
|
|
385
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
386
|
+
},
|
|
387
|
+
"funding": {
|
|
388
|
+
"url": "https://opencollective.com/libvips"
|
|
389
|
+
},
|
|
390
|
+
"optionalDependencies": {
|
|
391
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
395
|
+
"version": "0.34.5",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
397
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
398
|
+
"cpu": [
|
|
399
|
+
"arm64"
|
|
400
|
+
],
|
|
401
|
+
"license": "Apache-2.0",
|
|
402
|
+
"optional": true,
|
|
403
|
+
"os": [
|
|
404
|
+
"linux"
|
|
405
|
+
],
|
|
406
|
+
"engines": {
|
|
407
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
408
|
+
},
|
|
409
|
+
"funding": {
|
|
410
|
+
"url": "https://opencollective.com/libvips"
|
|
411
|
+
},
|
|
412
|
+
"optionalDependencies": {
|
|
413
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
417
|
+
"version": "0.34.5",
|
|
418
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
419
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
420
|
+
"cpu": [
|
|
421
|
+
"ppc64"
|
|
422
|
+
],
|
|
423
|
+
"license": "Apache-2.0",
|
|
424
|
+
"optional": true,
|
|
425
|
+
"os": [
|
|
426
|
+
"linux"
|
|
427
|
+
],
|
|
428
|
+
"engines": {
|
|
429
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
430
|
+
},
|
|
431
|
+
"funding": {
|
|
432
|
+
"url": "https://opencollective.com/libvips"
|
|
433
|
+
},
|
|
434
|
+
"optionalDependencies": {
|
|
435
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
439
|
+
"version": "0.34.5",
|
|
440
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
441
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
442
|
+
"cpu": [
|
|
443
|
+
"riscv64"
|
|
444
|
+
],
|
|
445
|
+
"license": "Apache-2.0",
|
|
446
|
+
"optional": true,
|
|
447
|
+
"os": [
|
|
448
|
+
"linux"
|
|
449
|
+
],
|
|
450
|
+
"engines": {
|
|
451
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
452
|
+
},
|
|
453
|
+
"funding": {
|
|
454
|
+
"url": "https://opencollective.com/libvips"
|
|
455
|
+
},
|
|
456
|
+
"optionalDependencies": {
|
|
457
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
461
|
+
"version": "0.34.5",
|
|
462
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
463
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
464
|
+
"cpu": [
|
|
465
|
+
"s390x"
|
|
466
|
+
],
|
|
467
|
+
"license": "Apache-2.0",
|
|
468
|
+
"optional": true,
|
|
469
|
+
"os": [
|
|
470
|
+
"linux"
|
|
471
|
+
],
|
|
472
|
+
"engines": {
|
|
473
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
474
|
+
},
|
|
475
|
+
"funding": {
|
|
476
|
+
"url": "https://opencollective.com/libvips"
|
|
477
|
+
},
|
|
478
|
+
"optionalDependencies": {
|
|
479
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
483
|
+
"version": "0.34.5",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
485
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
486
|
+
"cpu": [
|
|
487
|
+
"x64"
|
|
488
|
+
],
|
|
489
|
+
"license": "Apache-2.0",
|
|
490
|
+
"optional": true,
|
|
491
|
+
"os": [
|
|
492
|
+
"linux"
|
|
493
|
+
],
|
|
494
|
+
"engines": {
|
|
495
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
496
|
+
},
|
|
497
|
+
"funding": {
|
|
498
|
+
"url": "https://opencollective.com/libvips"
|
|
499
|
+
},
|
|
500
|
+
"optionalDependencies": {
|
|
501
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
505
|
+
"version": "0.34.5",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
507
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
508
|
+
"cpu": [
|
|
509
|
+
"arm64"
|
|
510
|
+
],
|
|
511
|
+
"license": "Apache-2.0",
|
|
512
|
+
"optional": true,
|
|
513
|
+
"os": [
|
|
514
|
+
"linux"
|
|
515
|
+
],
|
|
516
|
+
"engines": {
|
|
517
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
518
|
+
},
|
|
519
|
+
"funding": {
|
|
520
|
+
"url": "https://opencollective.com/libvips"
|
|
521
|
+
},
|
|
522
|
+
"optionalDependencies": {
|
|
523
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
527
|
+
"version": "0.34.5",
|
|
528
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
529
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
530
|
+
"cpu": [
|
|
531
|
+
"x64"
|
|
532
|
+
],
|
|
533
|
+
"license": "Apache-2.0",
|
|
534
|
+
"optional": true,
|
|
535
|
+
"os": [
|
|
536
|
+
"linux"
|
|
537
|
+
],
|
|
538
|
+
"engines": {
|
|
539
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
540
|
+
},
|
|
541
|
+
"funding": {
|
|
542
|
+
"url": "https://opencollective.com/libvips"
|
|
543
|
+
},
|
|
544
|
+
"optionalDependencies": {
|
|
545
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"node_modules/@img/sharp-wasm32": {
|
|
549
|
+
"version": "0.34.5",
|
|
550
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
551
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
552
|
+
"cpu": [
|
|
553
|
+
"wasm32"
|
|
554
|
+
],
|
|
555
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
556
|
+
"optional": true,
|
|
557
|
+
"dependencies": {
|
|
558
|
+
"@emnapi/runtime": "^1.7.0"
|
|
559
|
+
},
|
|
560
|
+
"engines": {
|
|
561
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
562
|
+
},
|
|
563
|
+
"funding": {
|
|
564
|
+
"url": "https://opencollective.com/libvips"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
568
|
+
"version": "0.34.5",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
570
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
571
|
+
"cpu": [
|
|
572
|
+
"arm64"
|
|
573
|
+
],
|
|
574
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
575
|
+
"optional": true,
|
|
576
|
+
"os": [
|
|
577
|
+
"win32"
|
|
578
|
+
],
|
|
579
|
+
"engines": {
|
|
580
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
581
|
+
},
|
|
582
|
+
"funding": {
|
|
583
|
+
"url": "https://opencollective.com/libvips"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
587
|
+
"version": "0.34.5",
|
|
588
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
589
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
590
|
+
"cpu": [
|
|
591
|
+
"ia32"
|
|
592
|
+
],
|
|
593
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
594
|
+
"optional": true,
|
|
595
|
+
"os": [
|
|
596
|
+
"win32"
|
|
597
|
+
],
|
|
598
|
+
"engines": {
|
|
599
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
600
|
+
},
|
|
601
|
+
"funding": {
|
|
602
|
+
"url": "https://opencollective.com/libvips"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
606
|
+
"version": "0.34.5",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
608
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
609
|
+
"cpu": [
|
|
610
|
+
"x64"
|
|
611
|
+
],
|
|
612
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
613
|
+
"optional": true,
|
|
614
|
+
"os": [
|
|
615
|
+
"win32"
|
|
616
|
+
],
|
|
617
|
+
"engines": {
|
|
618
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
619
|
+
},
|
|
620
|
+
"funding": {
|
|
621
|
+
"url": "https://opencollective.com/libvips"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
625
|
+
"version": "0.3.13",
|
|
626
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
627
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
628
|
+
"dev": true,
|
|
629
|
+
"license": "MIT",
|
|
630
|
+
"dependencies": {
|
|
631
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
632
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"node_modules/@jridgewell/remapping": {
|
|
636
|
+
"version": "2.3.5",
|
|
637
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
638
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
639
|
+
"dev": true,
|
|
640
|
+
"license": "MIT",
|
|
641
|
+
"dependencies": {
|
|
642
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
643
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
647
|
+
"version": "3.1.2",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
649
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
650
|
+
"dev": true,
|
|
651
|
+
"license": "MIT",
|
|
652
|
+
"engines": {
|
|
653
|
+
"node": ">=6.0.0"
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
657
|
+
"version": "1.5.5",
|
|
658
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
659
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
660
|
+
"dev": true,
|
|
661
|
+
"license": "MIT"
|
|
662
|
+
},
|
|
663
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
664
|
+
"version": "0.3.31",
|
|
665
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
666
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
667
|
+
"dev": true,
|
|
668
|
+
"license": "MIT",
|
|
669
|
+
"dependencies": {
|
|
670
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
671
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"node_modules/@next/env": {
|
|
675
|
+
"version": "16.0.10",
|
|
676
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.0.10.tgz",
|
|
677
|
+
"integrity": "sha512-8tuaQkyDVgeONQ1MeT9Mkk8pQmZapMKFh5B+OrFUlG3rVmYTXcXlBetBgTurKXGaIZvkoqRT9JL5K3phXcgang==",
|
|
678
|
+
"license": "MIT"
|
|
679
|
+
},
|
|
680
|
+
"node_modules/@next/swc-darwin-arm64": {
|
|
681
|
+
"version": "16.0.10",
|
|
682
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.0.10.tgz",
|
|
683
|
+
"integrity": "sha512-4XgdKtdVsaflErz+B5XeG0T5PeXKDdruDf3CRpnhN+8UebNa5N2H58+3GDgpn/9GBurrQ1uWW768FfscwYkJRg==",
|
|
684
|
+
"cpu": [
|
|
685
|
+
"arm64"
|
|
686
|
+
],
|
|
687
|
+
"license": "MIT",
|
|
688
|
+
"optional": true,
|
|
689
|
+
"os": [
|
|
690
|
+
"darwin"
|
|
691
|
+
],
|
|
692
|
+
"engines": {
|
|
693
|
+
"node": ">= 10"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
"node_modules/@next/swc-darwin-x64": {
|
|
697
|
+
"version": "16.0.10",
|
|
698
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.0.10.tgz",
|
|
699
|
+
"integrity": "sha512-spbEObMvRKkQ3CkYVOME+ocPDFo5UqHb8EMTS78/0mQ+O1nqE8toHJVioZo4TvebATxgA8XMTHHrScPrn68OGw==",
|
|
700
|
+
"cpu": [
|
|
701
|
+
"x64"
|
|
702
|
+
],
|
|
703
|
+
"license": "MIT",
|
|
704
|
+
"optional": true,
|
|
705
|
+
"os": [
|
|
706
|
+
"darwin"
|
|
707
|
+
],
|
|
708
|
+
"engines": {
|
|
709
|
+
"node": ">= 10"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
713
|
+
"version": "16.0.10",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.0.10.tgz",
|
|
715
|
+
"integrity": "sha512-uQtWE3X0iGB8apTIskOMi2w/MKONrPOUCi5yLO+v3O8Mb5c7K4Q5KD1jvTpTF5gJKa3VH/ijKjKUq9O9UhwOYw==",
|
|
716
|
+
"cpu": [
|
|
717
|
+
"arm64"
|
|
718
|
+
],
|
|
719
|
+
"license": "MIT",
|
|
720
|
+
"optional": true,
|
|
721
|
+
"os": [
|
|
722
|
+
"linux"
|
|
723
|
+
],
|
|
724
|
+
"engines": {
|
|
725
|
+
"node": ">= 10"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"node_modules/@next/swc-linux-arm64-musl": {
|
|
729
|
+
"version": "16.0.10",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.0.10.tgz",
|
|
731
|
+
"integrity": "sha512-llA+hiDTrYvyWI21Z0L1GiXwjQaanPVQQwru5peOgtooeJ8qx3tlqRV2P7uH2pKQaUfHxI/WVarvI5oYgGxaTw==",
|
|
732
|
+
"cpu": [
|
|
733
|
+
"arm64"
|
|
734
|
+
],
|
|
735
|
+
"license": "MIT",
|
|
736
|
+
"optional": true,
|
|
737
|
+
"os": [
|
|
738
|
+
"linux"
|
|
739
|
+
],
|
|
740
|
+
"engines": {
|
|
741
|
+
"node": ">= 10"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"node_modules/@next/swc-linux-x64-gnu": {
|
|
745
|
+
"version": "16.0.10",
|
|
746
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.0.10.tgz",
|
|
747
|
+
"integrity": "sha512-AK2q5H0+a9nsXbeZ3FZdMtbtu9jxW4R/NgzZ6+lrTm3d6Zb7jYrWcgjcpM1k8uuqlSy4xIyPR2YiuUr+wXsavA==",
|
|
748
|
+
"cpu": [
|
|
749
|
+
"x64"
|
|
750
|
+
],
|
|
751
|
+
"license": "MIT",
|
|
752
|
+
"optional": true,
|
|
753
|
+
"os": [
|
|
754
|
+
"linux"
|
|
755
|
+
],
|
|
756
|
+
"engines": {
|
|
757
|
+
"node": ">= 10"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"node_modules/@next/swc-linux-x64-musl": {
|
|
761
|
+
"version": "16.0.10",
|
|
762
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.0.10.tgz",
|
|
763
|
+
"integrity": "sha512-1TDG9PDKivNw5550S111gsO4RGennLVl9cipPhtkXIFVwo31YZ73nEbLjNC8qG3SgTz/QZyYyaFYMeY4BKZR/g==",
|
|
764
|
+
"cpu": [
|
|
765
|
+
"x64"
|
|
766
|
+
],
|
|
767
|
+
"license": "MIT",
|
|
768
|
+
"optional": true,
|
|
769
|
+
"os": [
|
|
770
|
+
"linux"
|
|
771
|
+
],
|
|
772
|
+
"engines": {
|
|
773
|
+
"node": ">= 10"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
777
|
+
"version": "16.0.10",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.0.10.tgz",
|
|
779
|
+
"integrity": "sha512-aEZIS4Hh32xdJQbHz121pyuVZniSNoqDVx1yIr2hy+ZwJGipeqnMZBJHyMxv2tiuAXGx6/xpTcQJ6btIiBjgmg==",
|
|
780
|
+
"cpu": [
|
|
781
|
+
"arm64"
|
|
782
|
+
],
|
|
783
|
+
"license": "MIT",
|
|
784
|
+
"optional": true,
|
|
785
|
+
"os": [
|
|
786
|
+
"win32"
|
|
787
|
+
],
|
|
788
|
+
"engines": {
|
|
789
|
+
"node": ">= 10"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
"node_modules/@next/swc-win32-x64-msvc": {
|
|
793
|
+
"version": "16.0.10",
|
|
794
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.0.10.tgz",
|
|
795
|
+
"integrity": "sha512-E+njfCoFLb01RAFEnGZn6ERoOqhK1Gl3Lfz1Kjnj0Ulfu7oJbuMyvBKNj/bw8XZnenHDASlygTjZICQW+rYW1Q==",
|
|
796
|
+
"cpu": [
|
|
797
|
+
"x64"
|
|
798
|
+
],
|
|
799
|
+
"license": "MIT",
|
|
800
|
+
"optional": true,
|
|
801
|
+
"os": [
|
|
802
|
+
"win32"
|
|
803
|
+
],
|
|
804
|
+
"engines": {
|
|
805
|
+
"node": ">= 10"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"node_modules/@radix-ui/number": {
|
|
809
|
+
"version": "1.1.0",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.0.tgz",
|
|
811
|
+
"integrity": "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==",
|
|
812
|
+
"license": "MIT"
|
|
813
|
+
},
|
|
814
|
+
"node_modules/@radix-ui/primitive": {
|
|
815
|
+
"version": "1.1.1",
|
|
816
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
|
|
817
|
+
"integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
|
|
818
|
+
"license": "MIT"
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@radix-ui/react-accordion": {
|
|
821
|
+
"version": "1.2.2",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.2.tgz",
|
|
823
|
+
"integrity": "sha512-b1oh54x4DMCdGsB4/7ahiSrViXxaBwRPotiZNnYXjLha9vfuURSAZErki6qjDoSIV0eXx5v57XnTGVtGwnfp2g==",
|
|
824
|
+
"license": "MIT",
|
|
825
|
+
"dependencies": {
|
|
826
|
+
"@radix-ui/primitive": "1.1.1",
|
|
827
|
+
"@radix-ui/react-collapsible": "1.1.2",
|
|
828
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
829
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
830
|
+
"@radix-ui/react-context": "1.1.1",
|
|
831
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
832
|
+
"@radix-ui/react-id": "1.1.0",
|
|
833
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
834
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
835
|
+
},
|
|
836
|
+
"peerDependencies": {
|
|
837
|
+
"@types/react": "*",
|
|
838
|
+
"@types/react-dom": "*",
|
|
839
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
840
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
841
|
+
},
|
|
842
|
+
"peerDependenciesMeta": {
|
|
843
|
+
"@types/react": {
|
|
844
|
+
"optional": true
|
|
845
|
+
},
|
|
846
|
+
"@types/react-dom": {
|
|
847
|
+
"optional": true
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
},
|
|
851
|
+
"node_modules/@radix-ui/react-alert-dialog": {
|
|
852
|
+
"version": "1.1.4",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.4.tgz",
|
|
854
|
+
"integrity": "sha512-A6Kh23qZDLy3PSU4bh2UJZznOrUdHImIXqF8YtUa6CN73f8EOO9XlXSCd9IHyPvIquTaa/kwaSWzZTtUvgXVGw==",
|
|
855
|
+
"license": "MIT",
|
|
856
|
+
"dependencies": {
|
|
857
|
+
"@radix-ui/primitive": "1.1.1",
|
|
858
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
859
|
+
"@radix-ui/react-context": "1.1.1",
|
|
860
|
+
"@radix-ui/react-dialog": "1.1.4",
|
|
861
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
862
|
+
"@radix-ui/react-slot": "1.1.1"
|
|
863
|
+
},
|
|
864
|
+
"peerDependencies": {
|
|
865
|
+
"@types/react": "*",
|
|
866
|
+
"@types/react-dom": "*",
|
|
867
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
868
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
869
|
+
},
|
|
870
|
+
"peerDependenciesMeta": {
|
|
871
|
+
"@types/react": {
|
|
872
|
+
"optional": true
|
|
873
|
+
},
|
|
874
|
+
"@types/react-dom": {
|
|
875
|
+
"optional": true
|
|
876
|
+
}
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"node_modules/@radix-ui/react-arrow": {
|
|
880
|
+
"version": "1.1.1",
|
|
881
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.1.tgz",
|
|
882
|
+
"integrity": "sha512-NaVpZfmv8SKeZbn4ijN2V3jlHA9ngBG16VnIIm22nUR0Yk8KUALyBxT3KYEUnNuch9sTE8UTsS3whzBgKOL30w==",
|
|
883
|
+
"license": "MIT",
|
|
884
|
+
"dependencies": {
|
|
885
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
886
|
+
},
|
|
887
|
+
"peerDependencies": {
|
|
888
|
+
"@types/react": "*",
|
|
889
|
+
"@types/react-dom": "*",
|
|
890
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
891
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
892
|
+
},
|
|
893
|
+
"peerDependenciesMeta": {
|
|
894
|
+
"@types/react": {
|
|
895
|
+
"optional": true
|
|
896
|
+
},
|
|
897
|
+
"@types/react-dom": {
|
|
898
|
+
"optional": true
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"node_modules/@radix-ui/react-aspect-ratio": {
|
|
903
|
+
"version": "1.1.1",
|
|
904
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.1.tgz",
|
|
905
|
+
"integrity": "sha512-kNU4FIpcFMBLkOUcgeIteH06/8JLBcYY6Le1iKenDGCYNYFX3TQqCZjzkOsz37h7r94/99GTb7YhEr98ZBJibw==",
|
|
906
|
+
"license": "MIT",
|
|
907
|
+
"dependencies": {
|
|
908
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
909
|
+
},
|
|
910
|
+
"peerDependencies": {
|
|
911
|
+
"@types/react": "*",
|
|
912
|
+
"@types/react-dom": "*",
|
|
913
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
914
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
915
|
+
},
|
|
916
|
+
"peerDependenciesMeta": {
|
|
917
|
+
"@types/react": {
|
|
918
|
+
"optional": true
|
|
919
|
+
},
|
|
920
|
+
"@types/react-dom": {
|
|
921
|
+
"optional": true
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"node_modules/@radix-ui/react-avatar": {
|
|
926
|
+
"version": "1.1.2",
|
|
927
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.2.tgz",
|
|
928
|
+
"integrity": "sha512-GaC7bXQZ5VgZvVvsJ5mu/AEbjYLnhhkoidOboC50Z6FFlLA03wG2ianUoH+zgDQ31/9gCF59bE4+2bBgTyMiig==",
|
|
929
|
+
"license": "MIT",
|
|
930
|
+
"dependencies": {
|
|
931
|
+
"@radix-ui/react-context": "1.1.1",
|
|
932
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
933
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
934
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
935
|
+
},
|
|
936
|
+
"peerDependencies": {
|
|
937
|
+
"@types/react": "*",
|
|
938
|
+
"@types/react-dom": "*",
|
|
939
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
940
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
941
|
+
},
|
|
942
|
+
"peerDependenciesMeta": {
|
|
943
|
+
"@types/react": {
|
|
944
|
+
"optional": true
|
|
945
|
+
},
|
|
946
|
+
"@types/react-dom": {
|
|
947
|
+
"optional": true
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"node_modules/@radix-ui/react-checkbox": {
|
|
952
|
+
"version": "1.1.3",
|
|
953
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.1.3.tgz",
|
|
954
|
+
"integrity": "sha512-HD7/ocp8f1B3e6OHygH0n7ZKjONkhciy1Nh0yuBgObqThc3oyx+vuMfFHKAknXRHHWVE9XvXStxJFyjUmB8PIw==",
|
|
955
|
+
"license": "MIT",
|
|
956
|
+
"dependencies": {
|
|
957
|
+
"@radix-ui/primitive": "1.1.1",
|
|
958
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
959
|
+
"@radix-ui/react-context": "1.1.1",
|
|
960
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
961
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
962
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
963
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
964
|
+
"@radix-ui/react-use-size": "1.1.0"
|
|
965
|
+
},
|
|
966
|
+
"peerDependencies": {
|
|
967
|
+
"@types/react": "*",
|
|
968
|
+
"@types/react-dom": "*",
|
|
969
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
970
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
971
|
+
},
|
|
972
|
+
"peerDependenciesMeta": {
|
|
973
|
+
"@types/react": {
|
|
974
|
+
"optional": true
|
|
975
|
+
},
|
|
976
|
+
"@types/react-dom": {
|
|
977
|
+
"optional": true
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"node_modules/@radix-ui/react-collapsible": {
|
|
982
|
+
"version": "1.1.2",
|
|
983
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.2.tgz",
|
|
984
|
+
"integrity": "sha512-PliMB63vxz7vggcyq0IxNYk8vGDrLXVWw4+W4B8YnwI1s18x7YZYqlG9PLX7XxAJUi0g2DxP4XKJMFHh/iVh9A==",
|
|
985
|
+
"license": "MIT",
|
|
986
|
+
"dependencies": {
|
|
987
|
+
"@radix-ui/primitive": "1.1.1",
|
|
988
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
989
|
+
"@radix-ui/react-context": "1.1.1",
|
|
990
|
+
"@radix-ui/react-id": "1.1.0",
|
|
991
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
992
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
993
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
994
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
995
|
+
},
|
|
996
|
+
"peerDependencies": {
|
|
997
|
+
"@types/react": "*",
|
|
998
|
+
"@types/react-dom": "*",
|
|
999
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1000
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1001
|
+
},
|
|
1002
|
+
"peerDependenciesMeta": {
|
|
1003
|
+
"@types/react": {
|
|
1004
|
+
"optional": true
|
|
1005
|
+
},
|
|
1006
|
+
"@types/react-dom": {
|
|
1007
|
+
"optional": true
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
"node_modules/@radix-ui/react-collection": {
|
|
1012
|
+
"version": "1.1.1",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.1.tgz",
|
|
1014
|
+
"integrity": "sha512-LwT3pSho9Dljg+wY2KN2mrrh6y3qELfftINERIzBUO9e0N+t0oMTyn3k9iv+ZqgrwGkRnLpNJrsMv9BZlt2yuA==",
|
|
1015
|
+
"license": "MIT",
|
|
1016
|
+
"dependencies": {
|
|
1017
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1018
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1019
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1020
|
+
"@radix-ui/react-slot": "1.1.1"
|
|
1021
|
+
},
|
|
1022
|
+
"peerDependencies": {
|
|
1023
|
+
"@types/react": "*",
|
|
1024
|
+
"@types/react-dom": "*",
|
|
1025
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1026
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1027
|
+
},
|
|
1028
|
+
"peerDependenciesMeta": {
|
|
1029
|
+
"@types/react": {
|
|
1030
|
+
"optional": true
|
|
1031
|
+
},
|
|
1032
|
+
"@types/react-dom": {
|
|
1033
|
+
"optional": true
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"node_modules/@radix-ui/react-compose-refs": {
|
|
1038
|
+
"version": "1.1.1",
|
|
1039
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
|
|
1040
|
+
"integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
|
|
1041
|
+
"license": "MIT",
|
|
1042
|
+
"peerDependencies": {
|
|
1043
|
+
"@types/react": "*",
|
|
1044
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1045
|
+
},
|
|
1046
|
+
"peerDependenciesMeta": {
|
|
1047
|
+
"@types/react": {
|
|
1048
|
+
"optional": true
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"node_modules/@radix-ui/react-context": {
|
|
1053
|
+
"version": "1.1.1",
|
|
1054
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
|
|
1055
|
+
"integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
|
|
1056
|
+
"license": "MIT",
|
|
1057
|
+
"peerDependencies": {
|
|
1058
|
+
"@types/react": "*",
|
|
1059
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1060
|
+
},
|
|
1061
|
+
"peerDependenciesMeta": {
|
|
1062
|
+
"@types/react": {
|
|
1063
|
+
"optional": true
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"node_modules/@radix-ui/react-context-menu": {
|
|
1068
|
+
"version": "2.2.4",
|
|
1069
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-context-menu/-/react-context-menu-2.2.4.tgz",
|
|
1070
|
+
"integrity": "sha512-ap4wdGwK52rJxGkwukU1NrnEodsUFQIooANKu+ey7d6raQ2biTcEf8za1zr0mgFHieevRTB2nK4dJeN8pTAZGQ==",
|
|
1071
|
+
"license": "MIT",
|
|
1072
|
+
"dependencies": {
|
|
1073
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1074
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1075
|
+
"@radix-ui/react-menu": "2.1.4",
|
|
1076
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1077
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1078
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1079
|
+
},
|
|
1080
|
+
"peerDependencies": {
|
|
1081
|
+
"@types/react": "*",
|
|
1082
|
+
"@types/react-dom": "*",
|
|
1083
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1084
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1085
|
+
},
|
|
1086
|
+
"peerDependenciesMeta": {
|
|
1087
|
+
"@types/react": {
|
|
1088
|
+
"optional": true
|
|
1089
|
+
},
|
|
1090
|
+
"@types/react-dom": {
|
|
1091
|
+
"optional": true
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"node_modules/@radix-ui/react-dialog": {
|
|
1096
|
+
"version": "1.1.4",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.4.tgz",
|
|
1098
|
+
"integrity": "sha512-Ur7EV1IwQGCyaAuyDRiOLA5JIUZxELJljF+MbM/2NC0BYwfuRrbpS30BiQBJrVruscgUkieKkqXYDOoByaxIoA==",
|
|
1099
|
+
"license": "MIT",
|
|
1100
|
+
"dependencies": {
|
|
1101
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1102
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1103
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1104
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1105
|
+
"@radix-ui/react-focus-guards": "1.1.1",
|
|
1106
|
+
"@radix-ui/react-focus-scope": "1.1.1",
|
|
1107
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1108
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1109
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1110
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1111
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1112
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1113
|
+
"aria-hidden": "^1.1.1",
|
|
1114
|
+
"react-remove-scroll": "^2.6.1"
|
|
1115
|
+
},
|
|
1116
|
+
"peerDependencies": {
|
|
1117
|
+
"@types/react": "*",
|
|
1118
|
+
"@types/react-dom": "*",
|
|
1119
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1120
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1121
|
+
},
|
|
1122
|
+
"peerDependenciesMeta": {
|
|
1123
|
+
"@types/react": {
|
|
1124
|
+
"optional": true
|
|
1125
|
+
},
|
|
1126
|
+
"@types/react-dom": {
|
|
1127
|
+
"optional": true
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"node_modules/@radix-ui/react-direction": {
|
|
1132
|
+
"version": "1.1.0",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
|
|
1134
|
+
"integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
|
|
1135
|
+
"license": "MIT",
|
|
1136
|
+
"peerDependencies": {
|
|
1137
|
+
"@types/react": "*",
|
|
1138
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1139
|
+
},
|
|
1140
|
+
"peerDependenciesMeta": {
|
|
1141
|
+
"@types/react": {
|
|
1142
|
+
"optional": true
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
},
|
|
1146
|
+
"node_modules/@radix-ui/react-dismissable-layer": {
|
|
1147
|
+
"version": "1.1.3",
|
|
1148
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.3.tgz",
|
|
1149
|
+
"integrity": "sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==",
|
|
1150
|
+
"license": "MIT",
|
|
1151
|
+
"dependencies": {
|
|
1152
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1153
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1154
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1155
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1156
|
+
"@radix-ui/react-use-escape-keydown": "1.1.0"
|
|
1157
|
+
},
|
|
1158
|
+
"peerDependencies": {
|
|
1159
|
+
"@types/react": "*",
|
|
1160
|
+
"@types/react-dom": "*",
|
|
1161
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1162
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1163
|
+
},
|
|
1164
|
+
"peerDependenciesMeta": {
|
|
1165
|
+
"@types/react": {
|
|
1166
|
+
"optional": true
|
|
1167
|
+
},
|
|
1168
|
+
"@types/react-dom": {
|
|
1169
|
+
"optional": true
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
"node_modules/@radix-ui/react-dropdown-menu": {
|
|
1174
|
+
"version": "2.1.4",
|
|
1175
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.4.tgz",
|
|
1176
|
+
"integrity": "sha512-iXU1Ab5ecM+yEepGAWK8ZhMyKX4ubFdCNtol4sT9D0OVErG9PNElfx3TQhjw7n7BC5nFVz68/5//clWy+8TXzA==",
|
|
1177
|
+
"license": "MIT",
|
|
1178
|
+
"dependencies": {
|
|
1179
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1180
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1181
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1182
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1183
|
+
"@radix-ui/react-menu": "2.1.4",
|
|
1184
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1185
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1186
|
+
},
|
|
1187
|
+
"peerDependencies": {
|
|
1188
|
+
"@types/react": "*",
|
|
1189
|
+
"@types/react-dom": "*",
|
|
1190
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1191
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1192
|
+
},
|
|
1193
|
+
"peerDependenciesMeta": {
|
|
1194
|
+
"@types/react": {
|
|
1195
|
+
"optional": true
|
|
1196
|
+
},
|
|
1197
|
+
"@types/react-dom": {
|
|
1198
|
+
"optional": true
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"node_modules/@radix-ui/react-focus-guards": {
|
|
1203
|
+
"version": "1.1.1",
|
|
1204
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz",
|
|
1205
|
+
"integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==",
|
|
1206
|
+
"license": "MIT",
|
|
1207
|
+
"peerDependencies": {
|
|
1208
|
+
"@types/react": "*",
|
|
1209
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1210
|
+
},
|
|
1211
|
+
"peerDependenciesMeta": {
|
|
1212
|
+
"@types/react": {
|
|
1213
|
+
"optional": true
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"node_modules/@radix-ui/react-focus-scope": {
|
|
1218
|
+
"version": "1.1.1",
|
|
1219
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.1.tgz",
|
|
1220
|
+
"integrity": "sha512-01omzJAYRxXdG2/he/+xy+c8a8gCydoQ1yOxnWNcRhrrBW5W+RQJ22EK1SaO8tb3WoUsuEw7mJjBozPzihDFjA==",
|
|
1221
|
+
"license": "MIT",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1224
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1225
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
1226
|
+
},
|
|
1227
|
+
"peerDependencies": {
|
|
1228
|
+
"@types/react": "*",
|
|
1229
|
+
"@types/react-dom": "*",
|
|
1230
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1231
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1232
|
+
},
|
|
1233
|
+
"peerDependenciesMeta": {
|
|
1234
|
+
"@types/react": {
|
|
1235
|
+
"optional": true
|
|
1236
|
+
},
|
|
1237
|
+
"@types/react-dom": {
|
|
1238
|
+
"optional": true
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"node_modules/@radix-ui/react-hover-card": {
|
|
1243
|
+
"version": "1.1.4",
|
|
1244
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-hover-card/-/react-hover-card-1.1.4.tgz",
|
|
1245
|
+
"integrity": "sha512-QSUUnRA3PQ2UhvoCv3eYvMnCAgGQW+sTu86QPuNb+ZMi+ZENd6UWpiXbcWDQ4AEaKF9KKpCHBeaJz9Rw6lRlaQ==",
|
|
1246
|
+
"license": "MIT",
|
|
1247
|
+
"dependencies": {
|
|
1248
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1249
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1250
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1251
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1252
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1253
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1254
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1255
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1256
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1257
|
+
},
|
|
1258
|
+
"peerDependencies": {
|
|
1259
|
+
"@types/react": "*",
|
|
1260
|
+
"@types/react-dom": "*",
|
|
1261
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1262
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1263
|
+
},
|
|
1264
|
+
"peerDependenciesMeta": {
|
|
1265
|
+
"@types/react": {
|
|
1266
|
+
"optional": true
|
|
1267
|
+
},
|
|
1268
|
+
"@types/react-dom": {
|
|
1269
|
+
"optional": true
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"node_modules/@radix-ui/react-id": {
|
|
1274
|
+
"version": "1.1.0",
|
|
1275
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
|
|
1276
|
+
"integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
|
|
1277
|
+
"license": "MIT",
|
|
1278
|
+
"dependencies": {
|
|
1279
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1280
|
+
},
|
|
1281
|
+
"peerDependencies": {
|
|
1282
|
+
"@types/react": "*",
|
|
1283
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1284
|
+
},
|
|
1285
|
+
"peerDependenciesMeta": {
|
|
1286
|
+
"@types/react": {
|
|
1287
|
+
"optional": true
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"node_modules/@radix-ui/react-label": {
|
|
1292
|
+
"version": "2.1.1",
|
|
1293
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.1.tgz",
|
|
1294
|
+
"integrity": "sha512-UUw5E4e/2+4kFMH7+YxORXGWggtY6sM8WIwh5RZchhLuUg2H1hc98Py+pr8HMz6rdaYrK2t296ZEjYLOCO5uUw==",
|
|
1295
|
+
"license": "MIT",
|
|
1296
|
+
"dependencies": {
|
|
1297
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
1298
|
+
},
|
|
1299
|
+
"peerDependencies": {
|
|
1300
|
+
"@types/react": "*",
|
|
1301
|
+
"@types/react-dom": "*",
|
|
1302
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1303
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1304
|
+
},
|
|
1305
|
+
"peerDependenciesMeta": {
|
|
1306
|
+
"@types/react": {
|
|
1307
|
+
"optional": true
|
|
1308
|
+
},
|
|
1309
|
+
"@types/react-dom": {
|
|
1310
|
+
"optional": true
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"node_modules/@radix-ui/react-menu": {
|
|
1315
|
+
"version": "2.1.4",
|
|
1316
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.4.tgz",
|
|
1317
|
+
"integrity": "sha512-BnOgVoL6YYdHAG6DtXONaR29Eq4nvbi8rutrV/xlr3RQCMMb3yqP85Qiw/3NReozrSW+4dfLkK+rc1hb4wPU/A==",
|
|
1318
|
+
"license": "MIT",
|
|
1319
|
+
"dependencies": {
|
|
1320
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1321
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1322
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1323
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1324
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1325
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1326
|
+
"@radix-ui/react-focus-guards": "1.1.1",
|
|
1327
|
+
"@radix-ui/react-focus-scope": "1.1.1",
|
|
1328
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1329
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1330
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1331
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1332
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1333
|
+
"@radix-ui/react-roving-focus": "1.1.1",
|
|
1334
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1335
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1336
|
+
"aria-hidden": "^1.1.1",
|
|
1337
|
+
"react-remove-scroll": "^2.6.1"
|
|
1338
|
+
},
|
|
1339
|
+
"peerDependencies": {
|
|
1340
|
+
"@types/react": "*",
|
|
1341
|
+
"@types/react-dom": "*",
|
|
1342
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1343
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1344
|
+
},
|
|
1345
|
+
"peerDependenciesMeta": {
|
|
1346
|
+
"@types/react": {
|
|
1347
|
+
"optional": true
|
|
1348
|
+
},
|
|
1349
|
+
"@types/react-dom": {
|
|
1350
|
+
"optional": true
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
},
|
|
1354
|
+
"node_modules/@radix-ui/react-menubar": {
|
|
1355
|
+
"version": "1.1.4",
|
|
1356
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-menubar/-/react-menubar-1.1.4.tgz",
|
|
1357
|
+
"integrity": "sha512-+KMpi7VAZuB46+1LD7a30zb5IxyzLgC8m8j42gk3N4TUCcViNQdX8FhoH1HDvYiA8quuqcek4R4bYpPn/SY1GA==",
|
|
1358
|
+
"license": "MIT",
|
|
1359
|
+
"dependencies": {
|
|
1360
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1361
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1362
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1363
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1364
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1365
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1366
|
+
"@radix-ui/react-menu": "2.1.4",
|
|
1367
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1368
|
+
"@radix-ui/react-roving-focus": "1.1.1",
|
|
1369
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1370
|
+
},
|
|
1371
|
+
"peerDependencies": {
|
|
1372
|
+
"@types/react": "*",
|
|
1373
|
+
"@types/react-dom": "*",
|
|
1374
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1375
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1376
|
+
},
|
|
1377
|
+
"peerDependenciesMeta": {
|
|
1378
|
+
"@types/react": {
|
|
1379
|
+
"optional": true
|
|
1380
|
+
},
|
|
1381
|
+
"@types/react-dom": {
|
|
1382
|
+
"optional": true
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"node_modules/@radix-ui/react-navigation-menu": {
|
|
1387
|
+
"version": "1.2.3",
|
|
1388
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.3.tgz",
|
|
1389
|
+
"integrity": "sha512-IQWAsQ7dsLIYDrn0WqPU+cdM7MONTv9nqrLVYoie3BPiabSfUVDe6Fr+oEt0Cofsr9ONDcDe9xhmJbL1Uq1yKg==",
|
|
1390
|
+
"license": "MIT",
|
|
1391
|
+
"dependencies": {
|
|
1392
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1393
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1394
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1395
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1396
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1397
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1398
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1399
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1400
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1401
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1402
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1403
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1404
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1405
|
+
"@radix-ui/react-visually-hidden": "1.1.1"
|
|
1406
|
+
},
|
|
1407
|
+
"peerDependencies": {
|
|
1408
|
+
"@types/react": "*",
|
|
1409
|
+
"@types/react-dom": "*",
|
|
1410
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1411
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1412
|
+
},
|
|
1413
|
+
"peerDependenciesMeta": {
|
|
1414
|
+
"@types/react": {
|
|
1415
|
+
"optional": true
|
|
1416
|
+
},
|
|
1417
|
+
"@types/react-dom": {
|
|
1418
|
+
"optional": true
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"node_modules/@radix-ui/react-popover": {
|
|
1423
|
+
"version": "1.1.4",
|
|
1424
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.4.tgz",
|
|
1425
|
+
"integrity": "sha512-aUACAkXx8LaFymDma+HQVji7WhvEhpFJ7+qPz17Nf4lLZqtreGOFRiNQWQmhzp7kEWg9cOyyQJpdIMUMPc/CPw==",
|
|
1426
|
+
"license": "MIT",
|
|
1427
|
+
"dependencies": {
|
|
1428
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1429
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1430
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1431
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1432
|
+
"@radix-ui/react-focus-guards": "1.1.1",
|
|
1433
|
+
"@radix-ui/react-focus-scope": "1.1.1",
|
|
1434
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1435
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1436
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1437
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1438
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1439
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1440
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1441
|
+
"aria-hidden": "^1.1.1",
|
|
1442
|
+
"react-remove-scroll": "^2.6.1"
|
|
1443
|
+
},
|
|
1444
|
+
"peerDependencies": {
|
|
1445
|
+
"@types/react": "*",
|
|
1446
|
+
"@types/react-dom": "*",
|
|
1447
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1448
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1449
|
+
},
|
|
1450
|
+
"peerDependenciesMeta": {
|
|
1451
|
+
"@types/react": {
|
|
1452
|
+
"optional": true
|
|
1453
|
+
},
|
|
1454
|
+
"@types/react-dom": {
|
|
1455
|
+
"optional": true
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"node_modules/@radix-ui/react-popper": {
|
|
1460
|
+
"version": "1.2.1",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.1.tgz",
|
|
1462
|
+
"integrity": "sha512-3kn5Me69L+jv82EKRuQCXdYyf1DqHwD2U/sxoNgBGCB7K9TRc3bQamQ+5EPM9EvyPdli0W41sROd+ZU1dTCztw==",
|
|
1463
|
+
"license": "MIT",
|
|
1464
|
+
"dependencies": {
|
|
1465
|
+
"@floating-ui/react-dom": "^2.0.0",
|
|
1466
|
+
"@radix-ui/react-arrow": "1.1.1",
|
|
1467
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1468
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1469
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1470
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1471
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1472
|
+
"@radix-ui/react-use-rect": "1.1.0",
|
|
1473
|
+
"@radix-ui/react-use-size": "1.1.0",
|
|
1474
|
+
"@radix-ui/rect": "1.1.0"
|
|
1475
|
+
},
|
|
1476
|
+
"peerDependencies": {
|
|
1477
|
+
"@types/react": "*",
|
|
1478
|
+
"@types/react-dom": "*",
|
|
1479
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1480
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1481
|
+
},
|
|
1482
|
+
"peerDependenciesMeta": {
|
|
1483
|
+
"@types/react": {
|
|
1484
|
+
"optional": true
|
|
1485
|
+
},
|
|
1486
|
+
"@types/react-dom": {
|
|
1487
|
+
"optional": true
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"node_modules/@radix-ui/react-portal": {
|
|
1492
|
+
"version": "1.1.3",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.3.tgz",
|
|
1494
|
+
"integrity": "sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==",
|
|
1495
|
+
"license": "MIT",
|
|
1496
|
+
"dependencies": {
|
|
1497
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1498
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1499
|
+
},
|
|
1500
|
+
"peerDependencies": {
|
|
1501
|
+
"@types/react": "*",
|
|
1502
|
+
"@types/react-dom": "*",
|
|
1503
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1504
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1505
|
+
},
|
|
1506
|
+
"peerDependenciesMeta": {
|
|
1507
|
+
"@types/react": {
|
|
1508
|
+
"optional": true
|
|
1509
|
+
},
|
|
1510
|
+
"@types/react-dom": {
|
|
1511
|
+
"optional": true
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"node_modules/@radix-ui/react-presence": {
|
|
1516
|
+
"version": "1.1.2",
|
|
1517
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.2.tgz",
|
|
1518
|
+
"integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==",
|
|
1519
|
+
"license": "MIT",
|
|
1520
|
+
"dependencies": {
|
|
1521
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1522
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1523
|
+
},
|
|
1524
|
+
"peerDependencies": {
|
|
1525
|
+
"@types/react": "*",
|
|
1526
|
+
"@types/react-dom": "*",
|
|
1527
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1528
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1529
|
+
},
|
|
1530
|
+
"peerDependenciesMeta": {
|
|
1531
|
+
"@types/react": {
|
|
1532
|
+
"optional": true
|
|
1533
|
+
},
|
|
1534
|
+
"@types/react-dom": {
|
|
1535
|
+
"optional": true
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"node_modules/@radix-ui/react-primitive": {
|
|
1540
|
+
"version": "2.0.1",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.1.tgz",
|
|
1542
|
+
"integrity": "sha512-sHCWTtxwNn3L3fH8qAfnF3WbUZycW93SM1j3NFDzXBiz8D6F5UTTy8G1+WFEaiCdvCVRJWj6N2R4Xq6HdiHmDg==",
|
|
1543
|
+
"license": "MIT",
|
|
1544
|
+
"dependencies": {
|
|
1545
|
+
"@radix-ui/react-slot": "1.1.1"
|
|
1546
|
+
},
|
|
1547
|
+
"peerDependencies": {
|
|
1548
|
+
"@types/react": "*",
|
|
1549
|
+
"@types/react-dom": "*",
|
|
1550
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1551
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1552
|
+
},
|
|
1553
|
+
"peerDependenciesMeta": {
|
|
1554
|
+
"@types/react": {
|
|
1555
|
+
"optional": true
|
|
1556
|
+
},
|
|
1557
|
+
"@types/react-dom": {
|
|
1558
|
+
"optional": true
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
"node_modules/@radix-ui/react-progress": {
|
|
1563
|
+
"version": "1.1.1",
|
|
1564
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-progress/-/react-progress-1.1.1.tgz",
|
|
1565
|
+
"integrity": "sha512-6diOawA84f/eMxFHcWut0aE1C2kyE9dOyCTQOMRR2C/qPiXz/X0SaiA/RLbapQaXUCmy0/hLMf9meSccD1N0pA==",
|
|
1566
|
+
"license": "MIT",
|
|
1567
|
+
"dependencies": {
|
|
1568
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1569
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
1570
|
+
},
|
|
1571
|
+
"peerDependencies": {
|
|
1572
|
+
"@types/react": "*",
|
|
1573
|
+
"@types/react-dom": "*",
|
|
1574
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1575
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1576
|
+
},
|
|
1577
|
+
"peerDependenciesMeta": {
|
|
1578
|
+
"@types/react": {
|
|
1579
|
+
"optional": true
|
|
1580
|
+
},
|
|
1581
|
+
"@types/react-dom": {
|
|
1582
|
+
"optional": true
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"node_modules/@radix-ui/react-radio-group": {
|
|
1587
|
+
"version": "1.2.2",
|
|
1588
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.2.2.tgz",
|
|
1589
|
+
"integrity": "sha512-E0MLLGfOP0l8P/NxgVzfXJ8w3Ch8cdO6UDzJfDChu4EJDy+/WdO5LqpdY8PYnCErkmZH3gZhDL1K7kQ41fAHuQ==",
|
|
1590
|
+
"license": "MIT",
|
|
1591
|
+
"dependencies": {
|
|
1592
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1593
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1594
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1595
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1596
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1597
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1598
|
+
"@radix-ui/react-roving-focus": "1.1.1",
|
|
1599
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1600
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1601
|
+
"@radix-ui/react-use-size": "1.1.0"
|
|
1602
|
+
},
|
|
1603
|
+
"peerDependencies": {
|
|
1604
|
+
"@types/react": "*",
|
|
1605
|
+
"@types/react-dom": "*",
|
|
1606
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1607
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1608
|
+
},
|
|
1609
|
+
"peerDependenciesMeta": {
|
|
1610
|
+
"@types/react": {
|
|
1611
|
+
"optional": true
|
|
1612
|
+
},
|
|
1613
|
+
"@types/react-dom": {
|
|
1614
|
+
"optional": true
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
},
|
|
1618
|
+
"node_modules/@radix-ui/react-roving-focus": {
|
|
1619
|
+
"version": "1.1.1",
|
|
1620
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.1.tgz",
|
|
1621
|
+
"integrity": "sha512-QE1RoxPGJ/Nm8Qmk0PxP8ojmoaS67i0s7hVssS7KuI2FQoc/uzVlZsqKfQvxPE6D8hICCPHJ4D88zNhT3OOmkw==",
|
|
1622
|
+
"license": "MIT",
|
|
1623
|
+
"dependencies": {
|
|
1624
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1625
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1626
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1627
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1628
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1629
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1630
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1631
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1632
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1633
|
+
},
|
|
1634
|
+
"peerDependencies": {
|
|
1635
|
+
"@types/react": "*",
|
|
1636
|
+
"@types/react-dom": "*",
|
|
1637
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1638
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1639
|
+
},
|
|
1640
|
+
"peerDependenciesMeta": {
|
|
1641
|
+
"@types/react": {
|
|
1642
|
+
"optional": true
|
|
1643
|
+
},
|
|
1644
|
+
"@types/react-dom": {
|
|
1645
|
+
"optional": true
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"node_modules/@radix-ui/react-scroll-area": {
|
|
1650
|
+
"version": "1.2.2",
|
|
1651
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.2.tgz",
|
|
1652
|
+
"integrity": "sha512-EFI1N/S3YxZEW/lJ/H1jY3njlvTd8tBmgKEn4GHi51+aMm94i6NmAJstsm5cu3yJwYqYc93gpCPm21FeAbFk6g==",
|
|
1653
|
+
"license": "MIT",
|
|
1654
|
+
"dependencies": {
|
|
1655
|
+
"@radix-ui/number": "1.1.0",
|
|
1656
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1657
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1658
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1659
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1660
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1661
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1662
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1663
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1664
|
+
},
|
|
1665
|
+
"peerDependencies": {
|
|
1666
|
+
"@types/react": "*",
|
|
1667
|
+
"@types/react-dom": "*",
|
|
1668
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1669
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1670
|
+
},
|
|
1671
|
+
"peerDependenciesMeta": {
|
|
1672
|
+
"@types/react": {
|
|
1673
|
+
"optional": true
|
|
1674
|
+
},
|
|
1675
|
+
"@types/react-dom": {
|
|
1676
|
+
"optional": true
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
"node_modules/@radix-ui/react-select": {
|
|
1681
|
+
"version": "2.1.4",
|
|
1682
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.4.tgz",
|
|
1683
|
+
"integrity": "sha512-pOkb2u8KgO47j/h7AylCj7dJsm69BXcjkrvTqMptFqsE2i0p8lHkfgneXKjAgPzBMivnoMyt8o4KiV4wYzDdyQ==",
|
|
1684
|
+
"license": "MIT",
|
|
1685
|
+
"dependencies": {
|
|
1686
|
+
"@radix-ui/number": "1.1.0",
|
|
1687
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1688
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1689
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1690
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1691
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1692
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1693
|
+
"@radix-ui/react-focus-guards": "1.1.1",
|
|
1694
|
+
"@radix-ui/react-focus-scope": "1.1.1",
|
|
1695
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1696
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1697
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1698
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1699
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1700
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1701
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1702
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1703
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1704
|
+
"@radix-ui/react-visually-hidden": "1.1.1",
|
|
1705
|
+
"aria-hidden": "^1.1.1",
|
|
1706
|
+
"react-remove-scroll": "^2.6.1"
|
|
1707
|
+
},
|
|
1708
|
+
"peerDependencies": {
|
|
1709
|
+
"@types/react": "*",
|
|
1710
|
+
"@types/react-dom": "*",
|
|
1711
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1712
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1713
|
+
},
|
|
1714
|
+
"peerDependenciesMeta": {
|
|
1715
|
+
"@types/react": {
|
|
1716
|
+
"optional": true
|
|
1717
|
+
},
|
|
1718
|
+
"@types/react-dom": {
|
|
1719
|
+
"optional": true
|
|
1720
|
+
}
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"node_modules/@radix-ui/react-separator": {
|
|
1724
|
+
"version": "1.1.1",
|
|
1725
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.1.tgz",
|
|
1726
|
+
"integrity": "sha512-RRiNRSrD8iUiXriq/Y5n4/3iE8HzqgLHsusUSg5jVpU2+3tqcUFPJXHDymwEypunc2sWxDUS3UC+rkZRlHedsw==",
|
|
1727
|
+
"license": "MIT",
|
|
1728
|
+
"dependencies": {
|
|
1729
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
1730
|
+
},
|
|
1731
|
+
"peerDependencies": {
|
|
1732
|
+
"@types/react": "*",
|
|
1733
|
+
"@types/react-dom": "*",
|
|
1734
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1735
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1736
|
+
},
|
|
1737
|
+
"peerDependenciesMeta": {
|
|
1738
|
+
"@types/react": {
|
|
1739
|
+
"optional": true
|
|
1740
|
+
},
|
|
1741
|
+
"@types/react-dom": {
|
|
1742
|
+
"optional": true
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
"node_modules/@radix-ui/react-slider": {
|
|
1747
|
+
"version": "1.2.2",
|
|
1748
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-slider/-/react-slider-1.2.2.tgz",
|
|
1749
|
+
"integrity": "sha512-sNlU06ii1/ZcbHf8I9En54ZPW0Vil/yPVg4vQMcFNjrIx51jsHbFl1HYHQvCIWJSr1q0ZmA+iIs/ZTv8h7HHSA==",
|
|
1750
|
+
"license": "MIT",
|
|
1751
|
+
"dependencies": {
|
|
1752
|
+
"@radix-ui/number": "1.1.0",
|
|
1753
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1754
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1755
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1756
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1757
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1758
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1759
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1760
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1761
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1762
|
+
"@radix-ui/react-use-size": "1.1.0"
|
|
1763
|
+
},
|
|
1764
|
+
"peerDependencies": {
|
|
1765
|
+
"@types/react": "*",
|
|
1766
|
+
"@types/react-dom": "*",
|
|
1767
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1768
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1769
|
+
},
|
|
1770
|
+
"peerDependenciesMeta": {
|
|
1771
|
+
"@types/react": {
|
|
1772
|
+
"optional": true
|
|
1773
|
+
},
|
|
1774
|
+
"@types/react-dom": {
|
|
1775
|
+
"optional": true
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
"node_modules/@radix-ui/react-slot": {
|
|
1780
|
+
"version": "1.1.1",
|
|
1781
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.1.tgz",
|
|
1782
|
+
"integrity": "sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==",
|
|
1783
|
+
"license": "MIT",
|
|
1784
|
+
"dependencies": {
|
|
1785
|
+
"@radix-ui/react-compose-refs": "1.1.1"
|
|
1786
|
+
},
|
|
1787
|
+
"peerDependencies": {
|
|
1788
|
+
"@types/react": "*",
|
|
1789
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1790
|
+
},
|
|
1791
|
+
"peerDependenciesMeta": {
|
|
1792
|
+
"@types/react": {
|
|
1793
|
+
"optional": true
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
"node_modules/@radix-ui/react-switch": {
|
|
1798
|
+
"version": "1.1.2",
|
|
1799
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.1.2.tgz",
|
|
1800
|
+
"integrity": "sha512-zGukiWHjEdBCRyXvKR6iXAQG6qXm2esuAD6kDOi9Cn+1X6ev3ASo4+CsYaD6Fov9r/AQFekqnD/7+V0Cs6/98g==",
|
|
1801
|
+
"license": "MIT",
|
|
1802
|
+
"dependencies": {
|
|
1803
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1804
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1805
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1806
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1807
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1808
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1809
|
+
"@radix-ui/react-use-size": "1.1.0"
|
|
1810
|
+
},
|
|
1811
|
+
"peerDependencies": {
|
|
1812
|
+
"@types/react": "*",
|
|
1813
|
+
"@types/react-dom": "*",
|
|
1814
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1815
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1816
|
+
},
|
|
1817
|
+
"peerDependenciesMeta": {
|
|
1818
|
+
"@types/react": {
|
|
1819
|
+
"optional": true
|
|
1820
|
+
},
|
|
1821
|
+
"@types/react-dom": {
|
|
1822
|
+
"optional": true
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"node_modules/@radix-ui/react-tabs": {
|
|
1827
|
+
"version": "1.1.2",
|
|
1828
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.2.tgz",
|
|
1829
|
+
"integrity": "sha512-9u/tQJMcC2aGq7KXpGivMm1mgq7oRJKXphDwdypPd/j21j/2znamPU8WkXgnhUaTrSFNIt8XhOyCAupg8/GbwQ==",
|
|
1830
|
+
"license": "MIT",
|
|
1831
|
+
"dependencies": {
|
|
1832
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1833
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1834
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1835
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1836
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1837
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1838
|
+
"@radix-ui/react-roving-focus": "1.1.1",
|
|
1839
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1840
|
+
},
|
|
1841
|
+
"peerDependencies": {
|
|
1842
|
+
"@types/react": "*",
|
|
1843
|
+
"@types/react-dom": "*",
|
|
1844
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1845
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1846
|
+
},
|
|
1847
|
+
"peerDependenciesMeta": {
|
|
1848
|
+
"@types/react": {
|
|
1849
|
+
"optional": true
|
|
1850
|
+
},
|
|
1851
|
+
"@types/react-dom": {
|
|
1852
|
+
"optional": true
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"node_modules/@radix-ui/react-toast": {
|
|
1857
|
+
"version": "1.2.4",
|
|
1858
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toast/-/react-toast-1.2.4.tgz",
|
|
1859
|
+
"integrity": "sha512-Sch9idFJHJTMH9YNpxxESqABcAFweJG4tKv+0zo0m5XBvUSL8FM5xKcJLFLXononpePs8IclyX1KieL5SDUNgA==",
|
|
1860
|
+
"license": "MIT",
|
|
1861
|
+
"dependencies": {
|
|
1862
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1863
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1864
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1865
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1866
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1867
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1868
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1869
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1870
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1871
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1872
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1873
|
+
"@radix-ui/react-visually-hidden": "1.1.1"
|
|
1874
|
+
},
|
|
1875
|
+
"peerDependencies": {
|
|
1876
|
+
"@types/react": "*",
|
|
1877
|
+
"@types/react-dom": "*",
|
|
1878
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1879
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1880
|
+
},
|
|
1881
|
+
"peerDependenciesMeta": {
|
|
1882
|
+
"@types/react": {
|
|
1883
|
+
"optional": true
|
|
1884
|
+
},
|
|
1885
|
+
"@types/react-dom": {
|
|
1886
|
+
"optional": true
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
"node_modules/@radix-ui/react-toggle": {
|
|
1891
|
+
"version": "1.1.1",
|
|
1892
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.1.tgz",
|
|
1893
|
+
"integrity": "sha512-i77tcgObYr743IonC1hrsnnPmszDRn8p+EGUsUt+5a/JFn28fxaM88Py6V2mc8J5kELMWishI0rLnuGLFD/nnQ==",
|
|
1894
|
+
"license": "MIT",
|
|
1895
|
+
"dependencies": {
|
|
1896
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1897
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1898
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1899
|
+
},
|
|
1900
|
+
"peerDependencies": {
|
|
1901
|
+
"@types/react": "*",
|
|
1902
|
+
"@types/react-dom": "*",
|
|
1903
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1904
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1905
|
+
},
|
|
1906
|
+
"peerDependenciesMeta": {
|
|
1907
|
+
"@types/react": {
|
|
1908
|
+
"optional": true
|
|
1909
|
+
},
|
|
1910
|
+
"@types/react-dom": {
|
|
1911
|
+
"optional": true
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
"node_modules/@radix-ui/react-toggle-group": {
|
|
1916
|
+
"version": "1.1.1",
|
|
1917
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.1.tgz",
|
|
1918
|
+
"integrity": "sha512-OgDLZEA30Ylyz8YSXvnGqIHtERqnUt1KUYTKdw/y8u7Ci6zGiJfXc02jahmcSNK3YcErqioj/9flWC9S1ihfwg==",
|
|
1919
|
+
"license": "MIT",
|
|
1920
|
+
"dependencies": {
|
|
1921
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1922
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1923
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1924
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1925
|
+
"@radix-ui/react-roving-focus": "1.1.1",
|
|
1926
|
+
"@radix-ui/react-toggle": "1.1.1",
|
|
1927
|
+
"@radix-ui/react-use-controllable-state": "1.1.0"
|
|
1928
|
+
},
|
|
1929
|
+
"peerDependencies": {
|
|
1930
|
+
"@types/react": "*",
|
|
1931
|
+
"@types/react-dom": "*",
|
|
1932
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1933
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1934
|
+
},
|
|
1935
|
+
"peerDependenciesMeta": {
|
|
1936
|
+
"@types/react": {
|
|
1937
|
+
"optional": true
|
|
1938
|
+
},
|
|
1939
|
+
"@types/react-dom": {
|
|
1940
|
+
"optional": true
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"node_modules/@radix-ui/react-tooltip": {
|
|
1945
|
+
"version": "1.1.6",
|
|
1946
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.1.6.tgz",
|
|
1947
|
+
"integrity": "sha512-TLB5D8QLExS1uDn7+wH/bjEmRurNMTzNrtq7IjaS4kjion9NtzsTGkvR5+i7yc9q01Pi2KMM2cN3f8UG4IvvXA==",
|
|
1948
|
+
"license": "MIT",
|
|
1949
|
+
"dependencies": {
|
|
1950
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1951
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1952
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1953
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1954
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1955
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1956
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1957
|
+
"@radix-ui/react-presence": "1.1.2",
|
|
1958
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1959
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1960
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1961
|
+
"@radix-ui/react-visually-hidden": "1.1.1"
|
|
1962
|
+
},
|
|
1963
|
+
"peerDependencies": {
|
|
1964
|
+
"@types/react": "*",
|
|
1965
|
+
"@types/react-dom": "*",
|
|
1966
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1967
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1968
|
+
},
|
|
1969
|
+
"peerDependenciesMeta": {
|
|
1970
|
+
"@types/react": {
|
|
1971
|
+
"optional": true
|
|
1972
|
+
},
|
|
1973
|
+
"@types/react-dom": {
|
|
1974
|
+
"optional": true
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
"node_modules/@radix-ui/react-use-callback-ref": {
|
|
1979
|
+
"version": "1.1.0",
|
|
1980
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
|
|
1981
|
+
"integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
|
|
1982
|
+
"license": "MIT",
|
|
1983
|
+
"peerDependencies": {
|
|
1984
|
+
"@types/react": "*",
|
|
1985
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1986
|
+
},
|
|
1987
|
+
"peerDependenciesMeta": {
|
|
1988
|
+
"@types/react": {
|
|
1989
|
+
"optional": true
|
|
1990
|
+
}
|
|
1991
|
+
}
|
|
1992
|
+
},
|
|
1993
|
+
"node_modules/@radix-ui/react-use-controllable-state": {
|
|
1994
|
+
"version": "1.1.0",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
|
|
1996
|
+
"integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
|
|
1997
|
+
"license": "MIT",
|
|
1998
|
+
"dependencies": {
|
|
1999
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
2000
|
+
},
|
|
2001
|
+
"peerDependencies": {
|
|
2002
|
+
"@types/react": "*",
|
|
2003
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2004
|
+
},
|
|
2005
|
+
"peerDependenciesMeta": {
|
|
2006
|
+
"@types/react": {
|
|
2007
|
+
"optional": true
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
2011
|
+
"node_modules/@radix-ui/react-use-escape-keydown": {
|
|
2012
|
+
"version": "1.1.0",
|
|
2013
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
|
|
2014
|
+
"integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
|
|
2015
|
+
"license": "MIT",
|
|
2016
|
+
"dependencies": {
|
|
2017
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
2018
|
+
},
|
|
2019
|
+
"peerDependencies": {
|
|
2020
|
+
"@types/react": "*",
|
|
2021
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2022
|
+
},
|
|
2023
|
+
"peerDependenciesMeta": {
|
|
2024
|
+
"@types/react": {
|
|
2025
|
+
"optional": true
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"node_modules/@radix-ui/react-use-layout-effect": {
|
|
2030
|
+
"version": "1.1.0",
|
|
2031
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
|
|
2032
|
+
"integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
|
|
2033
|
+
"license": "MIT",
|
|
2034
|
+
"peerDependencies": {
|
|
2035
|
+
"@types/react": "*",
|
|
2036
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2037
|
+
},
|
|
2038
|
+
"peerDependenciesMeta": {
|
|
2039
|
+
"@types/react": {
|
|
2040
|
+
"optional": true
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"node_modules/@radix-ui/react-use-previous": {
|
|
2045
|
+
"version": "1.1.0",
|
|
2046
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
|
|
2047
|
+
"integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
|
|
2048
|
+
"license": "MIT",
|
|
2049
|
+
"peerDependencies": {
|
|
2050
|
+
"@types/react": "*",
|
|
2051
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2052
|
+
},
|
|
2053
|
+
"peerDependenciesMeta": {
|
|
2054
|
+
"@types/react": {
|
|
2055
|
+
"optional": true
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
"node_modules/@radix-ui/react-use-rect": {
|
|
2060
|
+
"version": "1.1.0",
|
|
2061
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
|
|
2062
|
+
"integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
|
|
2063
|
+
"license": "MIT",
|
|
2064
|
+
"dependencies": {
|
|
2065
|
+
"@radix-ui/rect": "1.1.0"
|
|
2066
|
+
},
|
|
2067
|
+
"peerDependencies": {
|
|
2068
|
+
"@types/react": "*",
|
|
2069
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2070
|
+
},
|
|
2071
|
+
"peerDependenciesMeta": {
|
|
2072
|
+
"@types/react": {
|
|
2073
|
+
"optional": true
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"node_modules/@radix-ui/react-use-size": {
|
|
2078
|
+
"version": "1.1.0",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
|
|
2080
|
+
"integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
|
|
2081
|
+
"license": "MIT",
|
|
2082
|
+
"dependencies": {
|
|
2083
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
2084
|
+
},
|
|
2085
|
+
"peerDependencies": {
|
|
2086
|
+
"@types/react": "*",
|
|
2087
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2088
|
+
},
|
|
2089
|
+
"peerDependenciesMeta": {
|
|
2090
|
+
"@types/react": {
|
|
2091
|
+
"optional": true
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
"node_modules/@radix-ui/react-visually-hidden": {
|
|
2096
|
+
"version": "1.1.1",
|
|
2097
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.1.tgz",
|
|
2098
|
+
"integrity": "sha512-vVfA2IZ9q/J+gEamvj761Oq1FpWgCDaNOOIfbPVp2MVPLEomUr5+Vf7kJGwQ24YxZSlQVar7Bes8kyTo5Dshpg==",
|
|
2099
|
+
"license": "MIT",
|
|
2100
|
+
"dependencies": {
|
|
2101
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
2102
|
+
},
|
|
2103
|
+
"peerDependencies": {
|
|
2104
|
+
"@types/react": "*",
|
|
2105
|
+
"@types/react-dom": "*",
|
|
2106
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2107
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2108
|
+
},
|
|
2109
|
+
"peerDependenciesMeta": {
|
|
2110
|
+
"@types/react": {
|
|
2111
|
+
"optional": true
|
|
2112
|
+
},
|
|
2113
|
+
"@types/react-dom": {
|
|
2114
|
+
"optional": true
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
"node_modules/@radix-ui/rect": {
|
|
2119
|
+
"version": "1.1.0",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
|
|
2121
|
+
"integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
|
|
2122
|
+
"license": "MIT"
|
|
2123
|
+
},
|
|
2124
|
+
"node_modules/@swc/helpers": {
|
|
2125
|
+
"version": "0.5.15",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
2127
|
+
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
2128
|
+
"license": "Apache-2.0",
|
|
2129
|
+
"dependencies": {
|
|
2130
|
+
"tslib": "^2.8.0"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
"node_modules/@tailwindcss/node": {
|
|
2134
|
+
"version": "4.1.18",
|
|
2135
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
|
|
2136
|
+
"integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
|
|
2137
|
+
"dev": true,
|
|
2138
|
+
"license": "MIT",
|
|
2139
|
+
"dependencies": {
|
|
2140
|
+
"@jridgewell/remapping": "^2.3.4",
|
|
2141
|
+
"enhanced-resolve": "^5.18.3",
|
|
2142
|
+
"jiti": "^2.6.1",
|
|
2143
|
+
"lightningcss": "1.30.2",
|
|
2144
|
+
"magic-string": "^0.30.21",
|
|
2145
|
+
"source-map-js": "^1.2.1",
|
|
2146
|
+
"tailwindcss": "4.1.18"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
"node_modules/@tailwindcss/oxide": {
|
|
2150
|
+
"version": "4.1.18",
|
|
2151
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
|
|
2152
|
+
"integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
|
|
2153
|
+
"dev": true,
|
|
2154
|
+
"license": "MIT",
|
|
2155
|
+
"engines": {
|
|
2156
|
+
"node": ">= 10"
|
|
2157
|
+
},
|
|
2158
|
+
"optionalDependencies": {
|
|
2159
|
+
"@tailwindcss/oxide-android-arm64": "4.1.18",
|
|
2160
|
+
"@tailwindcss/oxide-darwin-arm64": "4.1.18",
|
|
2161
|
+
"@tailwindcss/oxide-darwin-x64": "4.1.18",
|
|
2162
|
+
"@tailwindcss/oxide-freebsd-x64": "4.1.18",
|
|
2163
|
+
"@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
|
|
2164
|
+
"@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
|
|
2165
|
+
"@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
|
|
2166
|
+
"@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
|
|
2167
|
+
"@tailwindcss/oxide-linux-x64-musl": "4.1.18",
|
|
2168
|
+
"@tailwindcss/oxide-wasm32-wasi": "4.1.18",
|
|
2169
|
+
"@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
|
|
2170
|
+
"@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
"node_modules/@tailwindcss/oxide-android-arm64": {
|
|
2174
|
+
"version": "4.1.18",
|
|
2175
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
|
|
2176
|
+
"integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
|
|
2177
|
+
"cpu": [
|
|
2178
|
+
"arm64"
|
|
2179
|
+
],
|
|
2180
|
+
"dev": true,
|
|
2181
|
+
"license": "MIT",
|
|
2182
|
+
"optional": true,
|
|
2183
|
+
"os": [
|
|
2184
|
+
"android"
|
|
2185
|
+
],
|
|
2186
|
+
"engines": {
|
|
2187
|
+
"node": ">= 10"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"node_modules/@tailwindcss/oxide-darwin-arm64": {
|
|
2191
|
+
"version": "4.1.18",
|
|
2192
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
|
|
2193
|
+
"integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
|
|
2194
|
+
"cpu": [
|
|
2195
|
+
"arm64"
|
|
2196
|
+
],
|
|
2197
|
+
"dev": true,
|
|
2198
|
+
"license": "MIT",
|
|
2199
|
+
"optional": true,
|
|
2200
|
+
"os": [
|
|
2201
|
+
"darwin"
|
|
2202
|
+
],
|
|
2203
|
+
"engines": {
|
|
2204
|
+
"node": ">= 10"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"node_modules/@tailwindcss/oxide-darwin-x64": {
|
|
2208
|
+
"version": "4.1.18",
|
|
2209
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
|
|
2210
|
+
"integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
|
|
2211
|
+
"cpu": [
|
|
2212
|
+
"x64"
|
|
2213
|
+
],
|
|
2214
|
+
"dev": true,
|
|
2215
|
+
"license": "MIT",
|
|
2216
|
+
"optional": true,
|
|
2217
|
+
"os": [
|
|
2218
|
+
"darwin"
|
|
2219
|
+
],
|
|
2220
|
+
"engines": {
|
|
2221
|
+
"node": ">= 10"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"node_modules/@tailwindcss/oxide-freebsd-x64": {
|
|
2225
|
+
"version": "4.1.18",
|
|
2226
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
|
|
2227
|
+
"integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
|
|
2228
|
+
"cpu": [
|
|
2229
|
+
"x64"
|
|
2230
|
+
],
|
|
2231
|
+
"dev": true,
|
|
2232
|
+
"license": "MIT",
|
|
2233
|
+
"optional": true,
|
|
2234
|
+
"os": [
|
|
2235
|
+
"freebsd"
|
|
2236
|
+
],
|
|
2237
|
+
"engines": {
|
|
2238
|
+
"node": ">= 10"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
"node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
|
|
2242
|
+
"version": "4.1.18",
|
|
2243
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
|
|
2244
|
+
"integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
|
|
2245
|
+
"cpu": [
|
|
2246
|
+
"arm"
|
|
2247
|
+
],
|
|
2248
|
+
"dev": true,
|
|
2249
|
+
"license": "MIT",
|
|
2250
|
+
"optional": true,
|
|
2251
|
+
"os": [
|
|
2252
|
+
"linux"
|
|
2253
|
+
],
|
|
2254
|
+
"engines": {
|
|
2255
|
+
"node": ">= 10"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
|
|
2259
|
+
"version": "4.1.18",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
|
|
2261
|
+
"integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
|
|
2262
|
+
"cpu": [
|
|
2263
|
+
"arm64"
|
|
2264
|
+
],
|
|
2265
|
+
"dev": true,
|
|
2266
|
+
"license": "MIT",
|
|
2267
|
+
"optional": true,
|
|
2268
|
+
"os": [
|
|
2269
|
+
"linux"
|
|
2270
|
+
],
|
|
2271
|
+
"engines": {
|
|
2272
|
+
"node": ">= 10"
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
"node_modules/@tailwindcss/oxide-linux-arm64-musl": {
|
|
2276
|
+
"version": "4.1.18",
|
|
2277
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
|
|
2278
|
+
"integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
|
|
2279
|
+
"cpu": [
|
|
2280
|
+
"arm64"
|
|
2281
|
+
],
|
|
2282
|
+
"dev": true,
|
|
2283
|
+
"license": "MIT",
|
|
2284
|
+
"optional": true,
|
|
2285
|
+
"os": [
|
|
2286
|
+
"linux"
|
|
2287
|
+
],
|
|
2288
|
+
"engines": {
|
|
2289
|
+
"node": ">= 10"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
"node_modules/@tailwindcss/oxide-linux-x64-gnu": {
|
|
2293
|
+
"version": "4.1.18",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
|
|
2295
|
+
"integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
|
|
2296
|
+
"cpu": [
|
|
2297
|
+
"x64"
|
|
2298
|
+
],
|
|
2299
|
+
"dev": true,
|
|
2300
|
+
"license": "MIT",
|
|
2301
|
+
"optional": true,
|
|
2302
|
+
"os": [
|
|
2303
|
+
"linux"
|
|
2304
|
+
],
|
|
2305
|
+
"engines": {
|
|
2306
|
+
"node": ">= 10"
|
|
2307
|
+
}
|
|
2308
|
+
},
|
|
2309
|
+
"node_modules/@tailwindcss/oxide-linux-x64-musl": {
|
|
2310
|
+
"version": "4.1.18",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
|
|
2312
|
+
"integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
|
|
2313
|
+
"cpu": [
|
|
2314
|
+
"x64"
|
|
2315
|
+
],
|
|
2316
|
+
"dev": true,
|
|
2317
|
+
"license": "MIT",
|
|
2318
|
+
"optional": true,
|
|
2319
|
+
"os": [
|
|
2320
|
+
"linux"
|
|
2321
|
+
],
|
|
2322
|
+
"engines": {
|
|
2323
|
+
"node": ">= 10"
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"node_modules/@tailwindcss/oxide-wasm32-wasi": {
|
|
2327
|
+
"version": "4.1.18",
|
|
2328
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
|
|
2329
|
+
"integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
|
|
2330
|
+
"bundleDependencies": [
|
|
2331
|
+
"@napi-rs/wasm-runtime",
|
|
2332
|
+
"@emnapi/core",
|
|
2333
|
+
"@emnapi/runtime",
|
|
2334
|
+
"@tybys/wasm-util",
|
|
2335
|
+
"@emnapi/wasi-threads",
|
|
2336
|
+
"tslib"
|
|
2337
|
+
],
|
|
2338
|
+
"cpu": [
|
|
2339
|
+
"wasm32"
|
|
2340
|
+
],
|
|
2341
|
+
"dev": true,
|
|
2342
|
+
"license": "MIT",
|
|
2343
|
+
"optional": true,
|
|
2344
|
+
"dependencies": {
|
|
2345
|
+
"@emnapi/core": "^1.7.1",
|
|
2346
|
+
"@emnapi/runtime": "^1.7.1",
|
|
2347
|
+
"@emnapi/wasi-threads": "^1.1.0",
|
|
2348
|
+
"@napi-rs/wasm-runtime": "^1.1.0",
|
|
2349
|
+
"@tybys/wasm-util": "^0.10.1",
|
|
2350
|
+
"tslib": "^2.4.0"
|
|
2351
|
+
},
|
|
2352
|
+
"engines": {
|
|
2353
|
+
"node": ">=14.0.0"
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
"node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
|
|
2357
|
+
"version": "4.1.18",
|
|
2358
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
|
|
2359
|
+
"integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
|
|
2360
|
+
"cpu": [
|
|
2361
|
+
"arm64"
|
|
2362
|
+
],
|
|
2363
|
+
"dev": true,
|
|
2364
|
+
"license": "MIT",
|
|
2365
|
+
"optional": true,
|
|
2366
|
+
"os": [
|
|
2367
|
+
"win32"
|
|
2368
|
+
],
|
|
2369
|
+
"engines": {
|
|
2370
|
+
"node": ">= 10"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
"node_modules/@tailwindcss/oxide-win32-x64-msvc": {
|
|
2374
|
+
"version": "4.1.18",
|
|
2375
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
|
|
2376
|
+
"integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
|
|
2377
|
+
"cpu": [
|
|
2378
|
+
"x64"
|
|
2379
|
+
],
|
|
2380
|
+
"dev": true,
|
|
2381
|
+
"license": "MIT",
|
|
2382
|
+
"optional": true,
|
|
2383
|
+
"os": [
|
|
2384
|
+
"win32"
|
|
2385
|
+
],
|
|
2386
|
+
"engines": {
|
|
2387
|
+
"node": ">= 10"
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"node_modules/@tailwindcss/postcss": {
|
|
2391
|
+
"version": "4.1.18",
|
|
2392
|
+
"resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.1.18.tgz",
|
|
2393
|
+
"integrity": "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g==",
|
|
2394
|
+
"dev": true,
|
|
2395
|
+
"license": "MIT",
|
|
2396
|
+
"dependencies": {
|
|
2397
|
+
"@alloc/quick-lru": "^5.2.0",
|
|
2398
|
+
"@tailwindcss/node": "4.1.18",
|
|
2399
|
+
"@tailwindcss/oxide": "4.1.18",
|
|
2400
|
+
"postcss": "^8.4.41",
|
|
2401
|
+
"tailwindcss": "4.1.18"
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2404
|
+
"node_modules/@types/d3-array": {
|
|
2405
|
+
"version": "3.2.2",
|
|
2406
|
+
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
|
|
2407
|
+
"integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
|
|
2408
|
+
"license": "MIT"
|
|
2409
|
+
},
|
|
2410
|
+
"node_modules/@types/d3-color": {
|
|
2411
|
+
"version": "3.1.3",
|
|
2412
|
+
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
|
|
2413
|
+
"integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
|
|
2414
|
+
"license": "MIT"
|
|
2415
|
+
},
|
|
2416
|
+
"node_modules/@types/d3-ease": {
|
|
2417
|
+
"version": "3.0.2",
|
|
2418
|
+
"resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
|
|
2419
|
+
"integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
|
|
2420
|
+
"license": "MIT"
|
|
2421
|
+
},
|
|
2422
|
+
"node_modules/@types/d3-interpolate": {
|
|
2423
|
+
"version": "3.0.4",
|
|
2424
|
+
"resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
|
|
2425
|
+
"integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
|
|
2426
|
+
"license": "MIT",
|
|
2427
|
+
"dependencies": {
|
|
2428
|
+
"@types/d3-color": "*"
|
|
2429
|
+
}
|
|
2430
|
+
},
|
|
2431
|
+
"node_modules/@types/d3-path": {
|
|
2432
|
+
"version": "3.1.1",
|
|
2433
|
+
"resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
|
|
2434
|
+
"integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
|
|
2435
|
+
"license": "MIT"
|
|
2436
|
+
},
|
|
2437
|
+
"node_modules/@types/d3-scale": {
|
|
2438
|
+
"version": "4.0.9",
|
|
2439
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
|
|
2440
|
+
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
|
|
2441
|
+
"license": "MIT",
|
|
2442
|
+
"dependencies": {
|
|
2443
|
+
"@types/d3-time": "*"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
"node_modules/@types/d3-shape": {
|
|
2447
|
+
"version": "3.1.8",
|
|
2448
|
+
"resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
|
|
2449
|
+
"integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
|
|
2450
|
+
"license": "MIT",
|
|
2451
|
+
"dependencies": {
|
|
2452
|
+
"@types/d3-path": "*"
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
"node_modules/@types/d3-time": {
|
|
2456
|
+
"version": "3.0.4",
|
|
2457
|
+
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
|
|
2458
|
+
"integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
|
|
2459
|
+
"license": "MIT"
|
|
2460
|
+
},
|
|
2461
|
+
"node_modules/@types/d3-timer": {
|
|
2462
|
+
"version": "3.0.2",
|
|
2463
|
+
"resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
|
|
2464
|
+
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
|
|
2465
|
+
"license": "MIT"
|
|
2466
|
+
},
|
|
2467
|
+
"node_modules/@types/node": {
|
|
2468
|
+
"version": "22.19.7",
|
|
2469
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz",
|
|
2470
|
+
"integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==",
|
|
2471
|
+
"dev": true,
|
|
2472
|
+
"license": "MIT",
|
|
2473
|
+
"dependencies": {
|
|
2474
|
+
"undici-types": "~6.21.0"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"node_modules/@types/react": {
|
|
2478
|
+
"version": "19.2.9",
|
|
2479
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz",
|
|
2480
|
+
"integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==",
|
|
2481
|
+
"devOptional": true,
|
|
2482
|
+
"license": "MIT",
|
|
2483
|
+
"dependencies": {
|
|
2484
|
+
"csstype": "^3.2.2"
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"node_modules/@types/react-dom": {
|
|
2488
|
+
"version": "19.2.3",
|
|
2489
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
2490
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
2491
|
+
"devOptional": true,
|
|
2492
|
+
"license": "MIT",
|
|
2493
|
+
"peerDependencies": {
|
|
2494
|
+
"@types/react": "^19.2.0"
|
|
2495
|
+
}
|
|
2496
|
+
},
|
|
2497
|
+
"node_modules/@vercel/analytics": {
|
|
2498
|
+
"version": "1.3.1",
|
|
2499
|
+
"resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.3.1.tgz",
|
|
2500
|
+
"integrity": "sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==",
|
|
2501
|
+
"license": "MPL-2.0",
|
|
2502
|
+
"dependencies": {
|
|
2503
|
+
"server-only": "^0.0.1"
|
|
2504
|
+
},
|
|
2505
|
+
"peerDependencies": {
|
|
2506
|
+
"next": ">= 13",
|
|
2507
|
+
"react": "^18 || ^19"
|
|
2508
|
+
},
|
|
2509
|
+
"peerDependenciesMeta": {
|
|
2510
|
+
"next": {
|
|
2511
|
+
"optional": true
|
|
2512
|
+
},
|
|
2513
|
+
"react": {
|
|
2514
|
+
"optional": true
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2518
|
+
"node_modules/aria-hidden": {
|
|
2519
|
+
"version": "1.2.6",
|
|
2520
|
+
"resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
|
|
2521
|
+
"integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
|
|
2522
|
+
"license": "MIT",
|
|
2523
|
+
"dependencies": {
|
|
2524
|
+
"tslib": "^2.0.0"
|
|
2525
|
+
},
|
|
2526
|
+
"engines": {
|
|
2527
|
+
"node": ">=10"
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
"node_modules/autoprefixer": {
|
|
2531
|
+
"version": "10.4.23",
|
|
2532
|
+
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz",
|
|
2533
|
+
"integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
|
|
2534
|
+
"funding": [
|
|
2535
|
+
{
|
|
2536
|
+
"type": "opencollective",
|
|
2537
|
+
"url": "https://opencollective.com/postcss/"
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"type": "tidelift",
|
|
2541
|
+
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
"type": "github",
|
|
2545
|
+
"url": "https://github.com/sponsors/ai"
|
|
2546
|
+
}
|
|
2547
|
+
],
|
|
2548
|
+
"license": "MIT",
|
|
2549
|
+
"dependencies": {
|
|
2550
|
+
"browserslist": "^4.28.1",
|
|
2551
|
+
"caniuse-lite": "^1.0.30001760",
|
|
2552
|
+
"fraction.js": "^5.3.4",
|
|
2553
|
+
"picocolors": "^1.1.1",
|
|
2554
|
+
"postcss-value-parser": "^4.2.0"
|
|
2555
|
+
},
|
|
2556
|
+
"bin": {
|
|
2557
|
+
"autoprefixer": "bin/autoprefixer"
|
|
2558
|
+
},
|
|
2559
|
+
"engines": {
|
|
2560
|
+
"node": "^10 || ^12 || >=14"
|
|
2561
|
+
},
|
|
2562
|
+
"peerDependencies": {
|
|
2563
|
+
"postcss": "^8.1.0"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
"node_modules/baseline-browser-mapping": {
|
|
2567
|
+
"version": "2.9.18",
|
|
2568
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.18.tgz",
|
|
2569
|
+
"integrity": "sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==",
|
|
2570
|
+
"license": "Apache-2.0",
|
|
2571
|
+
"bin": {
|
|
2572
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
"node_modules/browserslist": {
|
|
2576
|
+
"version": "4.28.1",
|
|
2577
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
|
|
2578
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
2579
|
+
"funding": [
|
|
2580
|
+
{
|
|
2581
|
+
"type": "opencollective",
|
|
2582
|
+
"url": "https://opencollective.com/browserslist"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"type": "tidelift",
|
|
2586
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"type": "github",
|
|
2590
|
+
"url": "https://github.com/sponsors/ai"
|
|
2591
|
+
}
|
|
2592
|
+
],
|
|
2593
|
+
"license": "MIT",
|
|
2594
|
+
"dependencies": {
|
|
2595
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
2596
|
+
"caniuse-lite": "^1.0.30001759",
|
|
2597
|
+
"electron-to-chromium": "^1.5.263",
|
|
2598
|
+
"node-releases": "^2.0.27",
|
|
2599
|
+
"update-browserslist-db": "^1.2.0"
|
|
2600
|
+
},
|
|
2601
|
+
"bin": {
|
|
2602
|
+
"browserslist": "cli.js"
|
|
2603
|
+
},
|
|
2604
|
+
"engines": {
|
|
2605
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2608
|
+
"node_modules/caniuse-lite": {
|
|
2609
|
+
"version": "1.0.30001766",
|
|
2610
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
|
|
2611
|
+
"integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
|
|
2612
|
+
"funding": [
|
|
2613
|
+
{
|
|
2614
|
+
"type": "opencollective",
|
|
2615
|
+
"url": "https://opencollective.com/browserslist"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"type": "tidelift",
|
|
2619
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"type": "github",
|
|
2623
|
+
"url": "https://github.com/sponsors/ai"
|
|
2624
|
+
}
|
|
2625
|
+
],
|
|
2626
|
+
"license": "CC-BY-4.0"
|
|
2627
|
+
},
|
|
2628
|
+
"node_modules/class-variance-authority": {
|
|
2629
|
+
"version": "0.7.1",
|
|
2630
|
+
"resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
|
|
2631
|
+
"integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
|
|
2632
|
+
"license": "Apache-2.0",
|
|
2633
|
+
"dependencies": {
|
|
2634
|
+
"clsx": "^2.1.1"
|
|
2635
|
+
},
|
|
2636
|
+
"funding": {
|
|
2637
|
+
"url": "https://polar.sh/cva"
|
|
2638
|
+
}
|
|
2639
|
+
},
|
|
2640
|
+
"node_modules/client-only": {
|
|
2641
|
+
"version": "0.0.1",
|
|
2642
|
+
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
2643
|
+
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
|
2644
|
+
"license": "MIT"
|
|
2645
|
+
},
|
|
2646
|
+
"node_modules/clsx": {
|
|
2647
|
+
"version": "2.1.1",
|
|
2648
|
+
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
2649
|
+
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
2650
|
+
"license": "MIT",
|
|
2651
|
+
"engines": {
|
|
2652
|
+
"node": ">=6"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
"node_modules/cmdk": {
|
|
2656
|
+
"version": "1.0.4",
|
|
2657
|
+
"resolved": "https://registry.npmjs.org/cmdk/-/cmdk-1.0.4.tgz",
|
|
2658
|
+
"integrity": "sha512-AnsjfHyHpQ/EFeAnG216WY7A5LiYCoZzCSygiLvfXC3H3LFGCprErteUcszaVluGOhuOTbJS3jWHrSDYPBBygg==",
|
|
2659
|
+
"license": "MIT",
|
|
2660
|
+
"dependencies": {
|
|
2661
|
+
"@radix-ui/react-dialog": "^1.1.2",
|
|
2662
|
+
"@radix-ui/react-id": "^1.1.0",
|
|
2663
|
+
"@radix-ui/react-primitive": "^2.0.0",
|
|
2664
|
+
"use-sync-external-store": "^1.2.2"
|
|
2665
|
+
},
|
|
2666
|
+
"peerDependencies": {
|
|
2667
|
+
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
2668
|
+
"react-dom": "^18 || ^19 || ^19.0.0-rc"
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2671
|
+
"node_modules/csstype": {
|
|
2672
|
+
"version": "3.2.3",
|
|
2673
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
2674
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
2675
|
+
"license": "MIT"
|
|
2676
|
+
},
|
|
2677
|
+
"node_modules/d3-array": {
|
|
2678
|
+
"version": "3.2.4",
|
|
2679
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
|
|
2680
|
+
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
2681
|
+
"license": "ISC",
|
|
2682
|
+
"dependencies": {
|
|
2683
|
+
"internmap": "1 - 2"
|
|
2684
|
+
},
|
|
2685
|
+
"engines": {
|
|
2686
|
+
"node": ">=12"
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2689
|
+
"node_modules/d3-color": {
|
|
2690
|
+
"version": "3.1.0",
|
|
2691
|
+
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
|
|
2692
|
+
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
2693
|
+
"license": "ISC",
|
|
2694
|
+
"engines": {
|
|
2695
|
+
"node": ">=12"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
"node_modules/d3-ease": {
|
|
2699
|
+
"version": "3.0.1",
|
|
2700
|
+
"resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
|
|
2701
|
+
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
2702
|
+
"license": "BSD-3-Clause",
|
|
2703
|
+
"engines": {
|
|
2704
|
+
"node": ">=12"
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
"node_modules/d3-format": {
|
|
2708
|
+
"version": "3.1.2",
|
|
2709
|
+
"resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
|
|
2710
|
+
"integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
|
|
2711
|
+
"license": "ISC",
|
|
2712
|
+
"engines": {
|
|
2713
|
+
"node": ">=12"
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"node_modules/d3-interpolate": {
|
|
2717
|
+
"version": "3.0.1",
|
|
2718
|
+
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
|
|
2719
|
+
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
2720
|
+
"license": "ISC",
|
|
2721
|
+
"dependencies": {
|
|
2722
|
+
"d3-color": "1 - 3"
|
|
2723
|
+
},
|
|
2724
|
+
"engines": {
|
|
2725
|
+
"node": ">=12"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
"node_modules/d3-path": {
|
|
2729
|
+
"version": "3.1.0",
|
|
2730
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
|
|
2731
|
+
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
2732
|
+
"license": "ISC",
|
|
2733
|
+
"engines": {
|
|
2734
|
+
"node": ">=12"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
"node_modules/d3-scale": {
|
|
2738
|
+
"version": "4.0.2",
|
|
2739
|
+
"resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
|
|
2740
|
+
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
2741
|
+
"license": "ISC",
|
|
2742
|
+
"dependencies": {
|
|
2743
|
+
"d3-array": "2.10.0 - 3",
|
|
2744
|
+
"d3-format": "1 - 3",
|
|
2745
|
+
"d3-interpolate": "1.2.0 - 3",
|
|
2746
|
+
"d3-time": "2.1.1 - 3",
|
|
2747
|
+
"d3-time-format": "2 - 4"
|
|
2748
|
+
},
|
|
2749
|
+
"engines": {
|
|
2750
|
+
"node": ">=12"
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
"node_modules/d3-shape": {
|
|
2754
|
+
"version": "3.2.0",
|
|
2755
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
2756
|
+
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
2757
|
+
"license": "ISC",
|
|
2758
|
+
"dependencies": {
|
|
2759
|
+
"d3-path": "^3.1.0"
|
|
2760
|
+
},
|
|
2761
|
+
"engines": {
|
|
2762
|
+
"node": ">=12"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"node_modules/d3-time": {
|
|
2766
|
+
"version": "3.1.0",
|
|
2767
|
+
"resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
|
|
2768
|
+
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
2769
|
+
"license": "ISC",
|
|
2770
|
+
"dependencies": {
|
|
2771
|
+
"d3-array": "2 - 3"
|
|
2772
|
+
},
|
|
2773
|
+
"engines": {
|
|
2774
|
+
"node": ">=12"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/d3-time-format": {
|
|
2778
|
+
"version": "4.1.0",
|
|
2779
|
+
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
|
|
2780
|
+
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
2781
|
+
"license": "ISC",
|
|
2782
|
+
"dependencies": {
|
|
2783
|
+
"d3-time": "1 - 3"
|
|
2784
|
+
},
|
|
2785
|
+
"engines": {
|
|
2786
|
+
"node": ">=12"
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"node_modules/d3-timer": {
|
|
2790
|
+
"version": "3.0.1",
|
|
2791
|
+
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
|
|
2792
|
+
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
2793
|
+
"license": "ISC",
|
|
2794
|
+
"engines": {
|
|
2795
|
+
"node": ">=12"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
"node_modules/date-fns": {
|
|
2799
|
+
"version": "4.1.0",
|
|
2800
|
+
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
|
|
2801
|
+
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
|
|
2802
|
+
"license": "MIT",
|
|
2803
|
+
"funding": {
|
|
2804
|
+
"type": "github",
|
|
2805
|
+
"url": "https://github.com/sponsors/kossnocorp"
|
|
2806
|
+
}
|
|
2807
|
+
},
|
|
2808
|
+
"node_modules/date-fns-jalali": {
|
|
2809
|
+
"version": "4.1.0-0",
|
|
2810
|
+
"resolved": "https://registry.npmjs.org/date-fns-jalali/-/date-fns-jalali-4.1.0-0.tgz",
|
|
2811
|
+
"integrity": "sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==",
|
|
2812
|
+
"license": "MIT"
|
|
2813
|
+
},
|
|
2814
|
+
"node_modules/decimal.js-light": {
|
|
2815
|
+
"version": "2.5.1",
|
|
2816
|
+
"resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
|
|
2817
|
+
"integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
|
|
2818
|
+
"license": "MIT"
|
|
2819
|
+
},
|
|
2820
|
+
"node_modules/detect-libc": {
|
|
2821
|
+
"version": "2.1.2",
|
|
2822
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
2823
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
2824
|
+
"devOptional": true,
|
|
2825
|
+
"license": "Apache-2.0",
|
|
2826
|
+
"engines": {
|
|
2827
|
+
"node": ">=8"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"node_modules/detect-node-es": {
|
|
2831
|
+
"version": "1.1.0",
|
|
2832
|
+
"resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
|
|
2833
|
+
"integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
|
|
2834
|
+
"license": "MIT"
|
|
2835
|
+
},
|
|
2836
|
+
"node_modules/dom-helpers": {
|
|
2837
|
+
"version": "5.2.1",
|
|
2838
|
+
"resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
|
|
2839
|
+
"integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
|
|
2840
|
+
"license": "MIT",
|
|
2841
|
+
"dependencies": {
|
|
2842
|
+
"@babel/runtime": "^7.8.7",
|
|
2843
|
+
"csstype": "^3.0.2"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"node_modules/electron-to-chromium": {
|
|
2847
|
+
"version": "1.5.279",
|
|
2848
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.279.tgz",
|
|
2849
|
+
"integrity": "sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==",
|
|
2850
|
+
"license": "ISC"
|
|
2851
|
+
},
|
|
2852
|
+
"node_modules/embla-carousel": {
|
|
2853
|
+
"version": "8.5.1",
|
|
2854
|
+
"resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.5.1.tgz",
|
|
2855
|
+
"integrity": "sha512-JUb5+FOHobSiWQ2EJNaueCNT/cQU9L6XWBbWmorWPQT9bkbk+fhsuLr8wWrzXKagO3oWszBO7MSx+GfaRk4E6A==",
|
|
2856
|
+
"license": "MIT"
|
|
2857
|
+
},
|
|
2858
|
+
"node_modules/embla-carousel-react": {
|
|
2859
|
+
"version": "8.5.1",
|
|
2860
|
+
"resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.5.1.tgz",
|
|
2861
|
+
"integrity": "sha512-z9Y0K84BJvhChXgqn2CFYbfEi6AwEr+FFVVKm/MqbTQ2zIzO1VQri6w67LcfpVF0AjbhwVMywDZqY4alYkjW5w==",
|
|
2862
|
+
"license": "MIT",
|
|
2863
|
+
"dependencies": {
|
|
2864
|
+
"embla-carousel": "8.5.1",
|
|
2865
|
+
"embla-carousel-reactive-utils": "8.5.1"
|
|
2866
|
+
},
|
|
2867
|
+
"peerDependencies": {
|
|
2868
|
+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
"node_modules/embla-carousel-reactive-utils": {
|
|
2872
|
+
"version": "8.5.1",
|
|
2873
|
+
"resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.5.1.tgz",
|
|
2874
|
+
"integrity": "sha512-n7VSoGIiiDIc4MfXF3ZRTO59KDp820QDuyBDGlt5/65+lumPHxX2JLz0EZ23hZ4eg4vZGUXwMkYv02fw2JVo/A==",
|
|
2875
|
+
"license": "MIT",
|
|
2876
|
+
"peerDependencies": {
|
|
2877
|
+
"embla-carousel": "8.5.1"
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
"node_modules/enhanced-resolve": {
|
|
2881
|
+
"version": "5.18.4",
|
|
2882
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
|
|
2883
|
+
"integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
|
|
2884
|
+
"dev": true,
|
|
2885
|
+
"license": "MIT",
|
|
2886
|
+
"dependencies": {
|
|
2887
|
+
"graceful-fs": "^4.2.4",
|
|
2888
|
+
"tapable": "^2.2.0"
|
|
2889
|
+
},
|
|
2890
|
+
"engines": {
|
|
2891
|
+
"node": ">=10.13.0"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
"node_modules/escalade": {
|
|
2895
|
+
"version": "3.2.0",
|
|
2896
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2897
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2898
|
+
"license": "MIT",
|
|
2899
|
+
"engines": {
|
|
2900
|
+
"node": ">=6"
|
|
2901
|
+
}
|
|
2902
|
+
},
|
|
2903
|
+
"node_modules/eventemitter3": {
|
|
2904
|
+
"version": "4.0.7",
|
|
2905
|
+
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
|
2906
|
+
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
|
|
2907
|
+
"license": "MIT"
|
|
2908
|
+
},
|
|
2909
|
+
"node_modules/fast-equals": {
|
|
2910
|
+
"version": "5.4.0",
|
|
2911
|
+
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz",
|
|
2912
|
+
"integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
|
|
2913
|
+
"license": "MIT",
|
|
2914
|
+
"engines": {
|
|
2915
|
+
"node": ">=6.0.0"
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
"node_modules/fraction.js": {
|
|
2919
|
+
"version": "5.3.4",
|
|
2920
|
+
"resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
|
|
2921
|
+
"integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
|
|
2922
|
+
"license": "MIT",
|
|
2923
|
+
"engines": {
|
|
2924
|
+
"node": "*"
|
|
2925
|
+
},
|
|
2926
|
+
"funding": {
|
|
2927
|
+
"type": "github",
|
|
2928
|
+
"url": "https://github.com/sponsors/rawify"
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"node_modules/get-nonce": {
|
|
2932
|
+
"version": "1.0.1",
|
|
2933
|
+
"resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
|
|
2934
|
+
"integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
|
|
2935
|
+
"license": "MIT",
|
|
2936
|
+
"engines": {
|
|
2937
|
+
"node": ">=6"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
"node_modules/graceful-fs": {
|
|
2941
|
+
"version": "4.2.11",
|
|
2942
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
2943
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
2944
|
+
"dev": true,
|
|
2945
|
+
"license": "ISC"
|
|
2946
|
+
},
|
|
2947
|
+
"node_modules/input-otp": {
|
|
2948
|
+
"version": "1.4.1",
|
|
2949
|
+
"resolved": "https://registry.npmjs.org/input-otp/-/input-otp-1.4.1.tgz",
|
|
2950
|
+
"integrity": "sha512-+yvpmKYKHi9jIGngxagY9oWiiblPB7+nEO75F2l2o4vs+6vpPZZmUl4tBNYuTCvQjhvEIbdNeJu70bhfYP2nbw==",
|
|
2951
|
+
"license": "MIT",
|
|
2952
|
+
"peerDependencies": {
|
|
2953
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
2954
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"node_modules/internmap": {
|
|
2958
|
+
"version": "2.0.3",
|
|
2959
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
|
2960
|
+
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
2961
|
+
"license": "ISC",
|
|
2962
|
+
"engines": {
|
|
2963
|
+
"node": ">=12"
|
|
2964
|
+
}
|
|
2965
|
+
},
|
|
2966
|
+
"node_modules/jiti": {
|
|
2967
|
+
"version": "2.6.1",
|
|
2968
|
+
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
|
|
2969
|
+
"integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
|
|
2970
|
+
"dev": true,
|
|
2971
|
+
"license": "MIT",
|
|
2972
|
+
"bin": {
|
|
2973
|
+
"jiti": "lib/jiti-cli.mjs"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"node_modules/js-tokens": {
|
|
2977
|
+
"version": "4.0.0",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
2979
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
2980
|
+
"license": "MIT"
|
|
2981
|
+
},
|
|
2982
|
+
"node_modules/lightningcss": {
|
|
2983
|
+
"version": "1.30.2",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
|
|
2985
|
+
"integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
|
|
2986
|
+
"dev": true,
|
|
2987
|
+
"license": "MPL-2.0",
|
|
2988
|
+
"dependencies": {
|
|
2989
|
+
"detect-libc": "^2.0.3"
|
|
2990
|
+
},
|
|
2991
|
+
"engines": {
|
|
2992
|
+
"node": ">= 12.0.0"
|
|
2993
|
+
},
|
|
2994
|
+
"funding": {
|
|
2995
|
+
"type": "opencollective",
|
|
2996
|
+
"url": "https://opencollective.com/parcel"
|
|
2997
|
+
},
|
|
2998
|
+
"optionalDependencies": {
|
|
2999
|
+
"lightningcss-android-arm64": "1.30.2",
|
|
3000
|
+
"lightningcss-darwin-arm64": "1.30.2",
|
|
3001
|
+
"lightningcss-darwin-x64": "1.30.2",
|
|
3002
|
+
"lightningcss-freebsd-x64": "1.30.2",
|
|
3003
|
+
"lightningcss-linux-arm-gnueabihf": "1.30.2",
|
|
3004
|
+
"lightningcss-linux-arm64-gnu": "1.30.2",
|
|
3005
|
+
"lightningcss-linux-arm64-musl": "1.30.2",
|
|
3006
|
+
"lightningcss-linux-x64-gnu": "1.30.2",
|
|
3007
|
+
"lightningcss-linux-x64-musl": "1.30.2",
|
|
3008
|
+
"lightningcss-win32-arm64-msvc": "1.30.2",
|
|
3009
|
+
"lightningcss-win32-x64-msvc": "1.30.2"
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
3012
|
+
"node_modules/lightningcss-android-arm64": {
|
|
3013
|
+
"version": "1.30.2",
|
|
3014
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
|
|
3015
|
+
"integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
|
|
3016
|
+
"cpu": [
|
|
3017
|
+
"arm64"
|
|
3018
|
+
],
|
|
3019
|
+
"dev": true,
|
|
3020
|
+
"license": "MPL-2.0",
|
|
3021
|
+
"optional": true,
|
|
3022
|
+
"os": [
|
|
3023
|
+
"android"
|
|
3024
|
+
],
|
|
3025
|
+
"engines": {
|
|
3026
|
+
"node": ">= 12.0.0"
|
|
3027
|
+
},
|
|
3028
|
+
"funding": {
|
|
3029
|
+
"type": "opencollective",
|
|
3030
|
+
"url": "https://opencollective.com/parcel"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"node_modules/lightningcss-darwin-arm64": {
|
|
3034
|
+
"version": "1.30.2",
|
|
3035
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
|
|
3036
|
+
"integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
|
|
3037
|
+
"cpu": [
|
|
3038
|
+
"arm64"
|
|
3039
|
+
],
|
|
3040
|
+
"dev": true,
|
|
3041
|
+
"license": "MPL-2.0",
|
|
3042
|
+
"optional": true,
|
|
3043
|
+
"os": [
|
|
3044
|
+
"darwin"
|
|
3045
|
+
],
|
|
3046
|
+
"engines": {
|
|
3047
|
+
"node": ">= 12.0.0"
|
|
3048
|
+
},
|
|
3049
|
+
"funding": {
|
|
3050
|
+
"type": "opencollective",
|
|
3051
|
+
"url": "https://opencollective.com/parcel"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"node_modules/lightningcss-darwin-x64": {
|
|
3055
|
+
"version": "1.30.2",
|
|
3056
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
|
|
3057
|
+
"integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
|
|
3058
|
+
"cpu": [
|
|
3059
|
+
"x64"
|
|
3060
|
+
],
|
|
3061
|
+
"dev": true,
|
|
3062
|
+
"license": "MPL-2.0",
|
|
3063
|
+
"optional": true,
|
|
3064
|
+
"os": [
|
|
3065
|
+
"darwin"
|
|
3066
|
+
],
|
|
3067
|
+
"engines": {
|
|
3068
|
+
"node": ">= 12.0.0"
|
|
3069
|
+
},
|
|
3070
|
+
"funding": {
|
|
3071
|
+
"type": "opencollective",
|
|
3072
|
+
"url": "https://opencollective.com/parcel"
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
"node_modules/lightningcss-freebsd-x64": {
|
|
3076
|
+
"version": "1.30.2",
|
|
3077
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
|
|
3078
|
+
"integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
|
|
3079
|
+
"cpu": [
|
|
3080
|
+
"x64"
|
|
3081
|
+
],
|
|
3082
|
+
"dev": true,
|
|
3083
|
+
"license": "MPL-2.0",
|
|
3084
|
+
"optional": true,
|
|
3085
|
+
"os": [
|
|
3086
|
+
"freebsd"
|
|
3087
|
+
],
|
|
3088
|
+
"engines": {
|
|
3089
|
+
"node": ">= 12.0.0"
|
|
3090
|
+
},
|
|
3091
|
+
"funding": {
|
|
3092
|
+
"type": "opencollective",
|
|
3093
|
+
"url": "https://opencollective.com/parcel"
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
3097
|
+
"version": "1.30.2",
|
|
3098
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
|
|
3099
|
+
"integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
|
|
3100
|
+
"cpu": [
|
|
3101
|
+
"arm"
|
|
3102
|
+
],
|
|
3103
|
+
"dev": true,
|
|
3104
|
+
"license": "MPL-2.0",
|
|
3105
|
+
"optional": true,
|
|
3106
|
+
"os": [
|
|
3107
|
+
"linux"
|
|
3108
|
+
],
|
|
3109
|
+
"engines": {
|
|
3110
|
+
"node": ">= 12.0.0"
|
|
3111
|
+
},
|
|
3112
|
+
"funding": {
|
|
3113
|
+
"type": "opencollective",
|
|
3114
|
+
"url": "https://opencollective.com/parcel"
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
3117
|
+
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
3118
|
+
"version": "1.30.2",
|
|
3119
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
|
|
3120
|
+
"integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
|
|
3121
|
+
"cpu": [
|
|
3122
|
+
"arm64"
|
|
3123
|
+
],
|
|
3124
|
+
"dev": true,
|
|
3125
|
+
"license": "MPL-2.0",
|
|
3126
|
+
"optional": true,
|
|
3127
|
+
"os": [
|
|
3128
|
+
"linux"
|
|
3129
|
+
],
|
|
3130
|
+
"engines": {
|
|
3131
|
+
"node": ">= 12.0.0"
|
|
3132
|
+
},
|
|
3133
|
+
"funding": {
|
|
3134
|
+
"type": "opencollective",
|
|
3135
|
+
"url": "https://opencollective.com/parcel"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"node_modules/lightningcss-linux-arm64-musl": {
|
|
3139
|
+
"version": "1.30.2",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
|
|
3141
|
+
"integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
|
|
3142
|
+
"cpu": [
|
|
3143
|
+
"arm64"
|
|
3144
|
+
],
|
|
3145
|
+
"dev": true,
|
|
3146
|
+
"license": "MPL-2.0",
|
|
3147
|
+
"optional": true,
|
|
3148
|
+
"os": [
|
|
3149
|
+
"linux"
|
|
3150
|
+
],
|
|
3151
|
+
"engines": {
|
|
3152
|
+
"node": ">= 12.0.0"
|
|
3153
|
+
},
|
|
3154
|
+
"funding": {
|
|
3155
|
+
"type": "opencollective",
|
|
3156
|
+
"url": "https://opencollective.com/parcel"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"node_modules/lightningcss-linux-x64-gnu": {
|
|
3160
|
+
"version": "1.30.2",
|
|
3161
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
|
|
3162
|
+
"integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
|
|
3163
|
+
"cpu": [
|
|
3164
|
+
"x64"
|
|
3165
|
+
],
|
|
3166
|
+
"dev": true,
|
|
3167
|
+
"license": "MPL-2.0",
|
|
3168
|
+
"optional": true,
|
|
3169
|
+
"os": [
|
|
3170
|
+
"linux"
|
|
3171
|
+
],
|
|
3172
|
+
"engines": {
|
|
3173
|
+
"node": ">= 12.0.0"
|
|
3174
|
+
},
|
|
3175
|
+
"funding": {
|
|
3176
|
+
"type": "opencollective",
|
|
3177
|
+
"url": "https://opencollective.com/parcel"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"node_modules/lightningcss-linux-x64-musl": {
|
|
3181
|
+
"version": "1.30.2",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
|
|
3183
|
+
"integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
|
|
3184
|
+
"cpu": [
|
|
3185
|
+
"x64"
|
|
3186
|
+
],
|
|
3187
|
+
"dev": true,
|
|
3188
|
+
"license": "MPL-2.0",
|
|
3189
|
+
"optional": true,
|
|
3190
|
+
"os": [
|
|
3191
|
+
"linux"
|
|
3192
|
+
],
|
|
3193
|
+
"engines": {
|
|
3194
|
+
"node": ">= 12.0.0"
|
|
3195
|
+
},
|
|
3196
|
+
"funding": {
|
|
3197
|
+
"type": "opencollective",
|
|
3198
|
+
"url": "https://opencollective.com/parcel"
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
3202
|
+
"version": "1.30.2",
|
|
3203
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
|
|
3204
|
+
"integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
|
|
3205
|
+
"cpu": [
|
|
3206
|
+
"arm64"
|
|
3207
|
+
],
|
|
3208
|
+
"dev": true,
|
|
3209
|
+
"license": "MPL-2.0",
|
|
3210
|
+
"optional": true,
|
|
3211
|
+
"os": [
|
|
3212
|
+
"win32"
|
|
3213
|
+
],
|
|
3214
|
+
"engines": {
|
|
3215
|
+
"node": ">= 12.0.0"
|
|
3216
|
+
},
|
|
3217
|
+
"funding": {
|
|
3218
|
+
"type": "opencollective",
|
|
3219
|
+
"url": "https://opencollective.com/parcel"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
"node_modules/lightningcss-win32-x64-msvc": {
|
|
3223
|
+
"version": "1.30.2",
|
|
3224
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
|
|
3225
|
+
"integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
|
|
3226
|
+
"cpu": [
|
|
3227
|
+
"x64"
|
|
3228
|
+
],
|
|
3229
|
+
"dev": true,
|
|
3230
|
+
"license": "MPL-2.0",
|
|
3231
|
+
"optional": true,
|
|
3232
|
+
"os": [
|
|
3233
|
+
"win32"
|
|
3234
|
+
],
|
|
3235
|
+
"engines": {
|
|
3236
|
+
"node": ">= 12.0.0"
|
|
3237
|
+
},
|
|
3238
|
+
"funding": {
|
|
3239
|
+
"type": "opencollective",
|
|
3240
|
+
"url": "https://opencollective.com/parcel"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"node_modules/lodash": {
|
|
3244
|
+
"version": "4.17.23",
|
|
3245
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
3246
|
+
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
3247
|
+
"license": "MIT"
|
|
3248
|
+
},
|
|
3249
|
+
"node_modules/loose-envify": {
|
|
3250
|
+
"version": "1.4.0",
|
|
3251
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
3252
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
3253
|
+
"license": "MIT",
|
|
3254
|
+
"dependencies": {
|
|
3255
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
3256
|
+
},
|
|
3257
|
+
"bin": {
|
|
3258
|
+
"loose-envify": "cli.js"
|
|
3259
|
+
}
|
|
3260
|
+
},
|
|
3261
|
+
"node_modules/lucide-react": {
|
|
3262
|
+
"version": "0.454.0",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.454.0.tgz",
|
|
3264
|
+
"integrity": "sha512-hw7zMDwykCLnEzgncEEjHeA6+45aeEzRYuKHuyRSOPkhko+J3ySGjGIzu+mmMfDFG1vazHepMaYFYHbTFAZAAQ==",
|
|
3265
|
+
"license": "ISC",
|
|
3266
|
+
"peerDependencies": {
|
|
3267
|
+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"node_modules/magic-string": {
|
|
3271
|
+
"version": "0.30.21",
|
|
3272
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
3273
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
3274
|
+
"dev": true,
|
|
3275
|
+
"license": "MIT",
|
|
3276
|
+
"dependencies": {
|
|
3277
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
"node_modules/nanoid": {
|
|
3281
|
+
"version": "3.3.11",
|
|
3282
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
3283
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
3284
|
+
"funding": [
|
|
3285
|
+
{
|
|
3286
|
+
"type": "github",
|
|
3287
|
+
"url": "https://github.com/sponsors/ai"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"license": "MIT",
|
|
3291
|
+
"bin": {
|
|
3292
|
+
"nanoid": "bin/nanoid.cjs"
|
|
3293
|
+
},
|
|
3294
|
+
"engines": {
|
|
3295
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
"node_modules/next": {
|
|
3299
|
+
"version": "16.0.10",
|
|
3300
|
+
"resolved": "https://registry.npmjs.org/next/-/next-16.0.10.tgz",
|
|
3301
|
+
"integrity": "sha512-RtWh5PUgI+vxlV3HdR+IfWA1UUHu0+Ram/JBO4vWB54cVPentCD0e+lxyAYEsDTqGGMg7qpjhKh6dc6aW7W/sA==",
|
|
3302
|
+
"license": "MIT",
|
|
3303
|
+
"dependencies": {
|
|
3304
|
+
"@next/env": "16.0.10",
|
|
3305
|
+
"@swc/helpers": "0.5.15",
|
|
3306
|
+
"caniuse-lite": "^1.0.30001579",
|
|
3307
|
+
"postcss": "8.4.31",
|
|
3308
|
+
"styled-jsx": "5.1.6"
|
|
3309
|
+
},
|
|
3310
|
+
"bin": {
|
|
3311
|
+
"next": "dist/bin/next"
|
|
3312
|
+
},
|
|
3313
|
+
"engines": {
|
|
3314
|
+
"node": ">=20.9.0"
|
|
3315
|
+
},
|
|
3316
|
+
"optionalDependencies": {
|
|
3317
|
+
"@next/swc-darwin-arm64": "16.0.10",
|
|
3318
|
+
"@next/swc-darwin-x64": "16.0.10",
|
|
3319
|
+
"@next/swc-linux-arm64-gnu": "16.0.10",
|
|
3320
|
+
"@next/swc-linux-arm64-musl": "16.0.10",
|
|
3321
|
+
"@next/swc-linux-x64-gnu": "16.0.10",
|
|
3322
|
+
"@next/swc-linux-x64-musl": "16.0.10",
|
|
3323
|
+
"@next/swc-win32-arm64-msvc": "16.0.10",
|
|
3324
|
+
"@next/swc-win32-x64-msvc": "16.0.10",
|
|
3325
|
+
"sharp": "^0.34.4"
|
|
3326
|
+
},
|
|
3327
|
+
"peerDependencies": {
|
|
3328
|
+
"@opentelemetry/api": "^1.1.0",
|
|
3329
|
+
"@playwright/test": "^1.51.1",
|
|
3330
|
+
"babel-plugin-react-compiler": "*",
|
|
3331
|
+
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
3332
|
+
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
3333
|
+
"sass": "^1.3.0"
|
|
3334
|
+
},
|
|
3335
|
+
"peerDependenciesMeta": {
|
|
3336
|
+
"@opentelemetry/api": {
|
|
3337
|
+
"optional": true
|
|
3338
|
+
},
|
|
3339
|
+
"@playwright/test": {
|
|
3340
|
+
"optional": true
|
|
3341
|
+
},
|
|
3342
|
+
"babel-plugin-react-compiler": {
|
|
3343
|
+
"optional": true
|
|
3344
|
+
},
|
|
3345
|
+
"sass": {
|
|
3346
|
+
"optional": true
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3350
|
+
"node_modules/next-themes": {
|
|
3351
|
+
"version": "0.4.6",
|
|
3352
|
+
"resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
|
|
3353
|
+
"integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
|
|
3354
|
+
"license": "MIT",
|
|
3355
|
+
"peerDependencies": {
|
|
3356
|
+
"react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
|
|
3357
|
+
"react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
|
|
3358
|
+
}
|
|
3359
|
+
},
|
|
3360
|
+
"node_modules/next/node_modules/postcss": {
|
|
3361
|
+
"version": "8.4.31",
|
|
3362
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
|
|
3363
|
+
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
|
|
3364
|
+
"funding": [
|
|
3365
|
+
{
|
|
3366
|
+
"type": "opencollective",
|
|
3367
|
+
"url": "https://opencollective.com/postcss/"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "tidelift",
|
|
3371
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"type": "github",
|
|
3375
|
+
"url": "https://github.com/sponsors/ai"
|
|
3376
|
+
}
|
|
3377
|
+
],
|
|
3378
|
+
"license": "MIT",
|
|
3379
|
+
"dependencies": {
|
|
3380
|
+
"nanoid": "^3.3.6",
|
|
3381
|
+
"picocolors": "^1.0.0",
|
|
3382
|
+
"source-map-js": "^1.0.2"
|
|
3383
|
+
},
|
|
3384
|
+
"engines": {
|
|
3385
|
+
"node": "^10 || ^12 || >=14"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
"node_modules/node-releases": {
|
|
3389
|
+
"version": "2.0.27",
|
|
3390
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
3391
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
3392
|
+
"license": "MIT"
|
|
3393
|
+
},
|
|
3394
|
+
"node_modules/object-assign": {
|
|
3395
|
+
"version": "4.1.1",
|
|
3396
|
+
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
3397
|
+
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
3398
|
+
"license": "MIT",
|
|
3399
|
+
"engines": {
|
|
3400
|
+
"node": ">=0.10.0"
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
"node_modules/picocolors": {
|
|
3404
|
+
"version": "1.1.1",
|
|
3405
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3406
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3407
|
+
"license": "ISC"
|
|
3408
|
+
},
|
|
3409
|
+
"node_modules/postcss": {
|
|
3410
|
+
"version": "8.5.6",
|
|
3411
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
3412
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
3413
|
+
"funding": [
|
|
3414
|
+
{
|
|
3415
|
+
"type": "opencollective",
|
|
3416
|
+
"url": "https://opencollective.com/postcss/"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"type": "tidelift",
|
|
3420
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"type": "github",
|
|
3424
|
+
"url": "https://github.com/sponsors/ai"
|
|
3425
|
+
}
|
|
3426
|
+
],
|
|
3427
|
+
"license": "MIT",
|
|
3428
|
+
"dependencies": {
|
|
3429
|
+
"nanoid": "^3.3.11",
|
|
3430
|
+
"picocolors": "^1.1.1",
|
|
3431
|
+
"source-map-js": "^1.2.1"
|
|
3432
|
+
},
|
|
3433
|
+
"engines": {
|
|
3434
|
+
"node": "^10 || ^12 || >=14"
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3437
|
+
"node_modules/postcss-value-parser": {
|
|
3438
|
+
"version": "4.2.0",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
3440
|
+
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
|
|
3441
|
+
"license": "MIT"
|
|
3442
|
+
},
|
|
3443
|
+
"node_modules/prop-types": {
|
|
3444
|
+
"version": "15.8.1",
|
|
3445
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
3446
|
+
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
|
|
3447
|
+
"license": "MIT",
|
|
3448
|
+
"dependencies": {
|
|
3449
|
+
"loose-envify": "^1.4.0",
|
|
3450
|
+
"object-assign": "^4.1.1",
|
|
3451
|
+
"react-is": "^16.13.1"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
"node_modules/prop-types/node_modules/react-is": {
|
|
3455
|
+
"version": "16.13.1",
|
|
3456
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
3457
|
+
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
|
|
3458
|
+
"license": "MIT"
|
|
3459
|
+
},
|
|
3460
|
+
"node_modules/react": {
|
|
3461
|
+
"version": "19.2.0",
|
|
3462
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz",
|
|
3463
|
+
"integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==",
|
|
3464
|
+
"license": "MIT",
|
|
3465
|
+
"engines": {
|
|
3466
|
+
"node": ">=0.10.0"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"node_modules/react-day-picker": {
|
|
3470
|
+
"version": "9.8.0",
|
|
3471
|
+
"resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-9.8.0.tgz",
|
|
3472
|
+
"integrity": "sha512-E0yhhg7R+pdgbl/2toTb0xBhsEAtmAx1l7qjIWYfcxOy8w4rTSVfbtBoSzVVhPwKP/5E9iL38LivzoE3AQDhCQ==",
|
|
3473
|
+
"license": "MIT",
|
|
3474
|
+
"dependencies": {
|
|
3475
|
+
"@date-fns/tz": "1.2.0",
|
|
3476
|
+
"date-fns": "4.1.0",
|
|
3477
|
+
"date-fns-jalali": "4.1.0-0"
|
|
3478
|
+
},
|
|
3479
|
+
"engines": {
|
|
3480
|
+
"node": ">=18"
|
|
3481
|
+
},
|
|
3482
|
+
"funding": {
|
|
3483
|
+
"type": "individual",
|
|
3484
|
+
"url": "https://github.com/sponsors/gpbl"
|
|
3485
|
+
},
|
|
3486
|
+
"peerDependencies": {
|
|
3487
|
+
"react": ">=16.8.0"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
"node_modules/react-dom": {
|
|
3491
|
+
"version": "19.2.0",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
|
|
3493
|
+
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
|
|
3494
|
+
"license": "MIT",
|
|
3495
|
+
"dependencies": {
|
|
3496
|
+
"scheduler": "^0.27.0"
|
|
3497
|
+
},
|
|
3498
|
+
"peerDependencies": {
|
|
3499
|
+
"react": "^19.2.0"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
"node_modules/react-hook-form": {
|
|
3503
|
+
"version": "7.71.1",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.1.tgz",
|
|
3505
|
+
"integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==",
|
|
3506
|
+
"license": "MIT",
|
|
3507
|
+
"engines": {
|
|
3508
|
+
"node": ">=18.0.0"
|
|
3509
|
+
},
|
|
3510
|
+
"funding": {
|
|
3511
|
+
"type": "opencollective",
|
|
3512
|
+
"url": "https://opencollective.com/react-hook-form"
|
|
3513
|
+
},
|
|
3514
|
+
"peerDependencies": {
|
|
3515
|
+
"react": "^16.8.0 || ^17 || ^18 || ^19"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
"node_modules/react-is": {
|
|
3519
|
+
"version": "18.3.1",
|
|
3520
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
3521
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
3522
|
+
"license": "MIT"
|
|
3523
|
+
},
|
|
3524
|
+
"node_modules/react-remove-scroll": {
|
|
3525
|
+
"version": "2.7.2",
|
|
3526
|
+
"resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz",
|
|
3527
|
+
"integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==",
|
|
3528
|
+
"license": "MIT",
|
|
3529
|
+
"dependencies": {
|
|
3530
|
+
"react-remove-scroll-bar": "^2.3.7",
|
|
3531
|
+
"react-style-singleton": "^2.2.3",
|
|
3532
|
+
"tslib": "^2.1.0",
|
|
3533
|
+
"use-callback-ref": "^1.3.3",
|
|
3534
|
+
"use-sidecar": "^1.1.3"
|
|
3535
|
+
},
|
|
3536
|
+
"engines": {
|
|
3537
|
+
"node": ">=10"
|
|
3538
|
+
},
|
|
3539
|
+
"peerDependencies": {
|
|
3540
|
+
"@types/react": "*",
|
|
3541
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3542
|
+
},
|
|
3543
|
+
"peerDependenciesMeta": {
|
|
3544
|
+
"@types/react": {
|
|
3545
|
+
"optional": true
|
|
3546
|
+
}
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
"node_modules/react-remove-scroll-bar": {
|
|
3550
|
+
"version": "2.3.8",
|
|
3551
|
+
"resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
|
|
3552
|
+
"integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
|
|
3553
|
+
"license": "MIT",
|
|
3554
|
+
"dependencies": {
|
|
3555
|
+
"react-style-singleton": "^2.2.2",
|
|
3556
|
+
"tslib": "^2.0.0"
|
|
3557
|
+
},
|
|
3558
|
+
"engines": {
|
|
3559
|
+
"node": ">=10"
|
|
3560
|
+
},
|
|
3561
|
+
"peerDependencies": {
|
|
3562
|
+
"@types/react": "*",
|
|
3563
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
3564
|
+
},
|
|
3565
|
+
"peerDependenciesMeta": {
|
|
3566
|
+
"@types/react": {
|
|
3567
|
+
"optional": true
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3571
|
+
"node_modules/react-resizable-panels": {
|
|
3572
|
+
"version": "2.1.9",
|
|
3573
|
+
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz",
|
|
3574
|
+
"integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==",
|
|
3575
|
+
"license": "MIT",
|
|
3576
|
+
"peerDependencies": {
|
|
3577
|
+
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
3578
|
+
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
"node_modules/react-smooth": {
|
|
3582
|
+
"version": "4.0.4",
|
|
3583
|
+
"resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz",
|
|
3584
|
+
"integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
|
|
3585
|
+
"license": "MIT",
|
|
3586
|
+
"dependencies": {
|
|
3587
|
+
"fast-equals": "^5.0.1",
|
|
3588
|
+
"prop-types": "^15.8.1",
|
|
3589
|
+
"react-transition-group": "^4.4.5"
|
|
3590
|
+
},
|
|
3591
|
+
"peerDependencies": {
|
|
3592
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
3593
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3596
|
+
"node_modules/react-style-singleton": {
|
|
3597
|
+
"version": "2.2.3",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
|
|
3599
|
+
"integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
|
|
3600
|
+
"license": "MIT",
|
|
3601
|
+
"dependencies": {
|
|
3602
|
+
"get-nonce": "^1.0.0",
|
|
3603
|
+
"tslib": "^2.0.0"
|
|
3604
|
+
},
|
|
3605
|
+
"engines": {
|
|
3606
|
+
"node": ">=10"
|
|
3607
|
+
},
|
|
3608
|
+
"peerDependencies": {
|
|
3609
|
+
"@types/react": "*",
|
|
3610
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3611
|
+
},
|
|
3612
|
+
"peerDependenciesMeta": {
|
|
3613
|
+
"@types/react": {
|
|
3614
|
+
"optional": true
|
|
3615
|
+
}
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
"node_modules/react-transition-group": {
|
|
3619
|
+
"version": "4.4.5",
|
|
3620
|
+
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
|
|
3621
|
+
"integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
|
|
3622
|
+
"license": "BSD-3-Clause",
|
|
3623
|
+
"dependencies": {
|
|
3624
|
+
"@babel/runtime": "^7.5.5",
|
|
3625
|
+
"dom-helpers": "^5.0.1",
|
|
3626
|
+
"loose-envify": "^1.4.0",
|
|
3627
|
+
"prop-types": "^15.6.2"
|
|
3628
|
+
},
|
|
3629
|
+
"peerDependencies": {
|
|
3630
|
+
"react": ">=16.6.0",
|
|
3631
|
+
"react-dom": ">=16.6.0"
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
"node_modules/recharts": {
|
|
3635
|
+
"version": "2.15.4",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.4.tgz",
|
|
3637
|
+
"integrity": "sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==",
|
|
3638
|
+
"license": "MIT",
|
|
3639
|
+
"dependencies": {
|
|
3640
|
+
"clsx": "^2.0.0",
|
|
3641
|
+
"eventemitter3": "^4.0.1",
|
|
3642
|
+
"lodash": "^4.17.21",
|
|
3643
|
+
"react-is": "^18.3.1",
|
|
3644
|
+
"react-smooth": "^4.0.4",
|
|
3645
|
+
"recharts-scale": "^0.4.4",
|
|
3646
|
+
"tiny-invariant": "^1.3.1",
|
|
3647
|
+
"victory-vendor": "^36.6.8"
|
|
3648
|
+
},
|
|
3649
|
+
"engines": {
|
|
3650
|
+
"node": ">=14"
|
|
3651
|
+
},
|
|
3652
|
+
"peerDependencies": {
|
|
3653
|
+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
3654
|
+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
"node_modules/recharts-scale": {
|
|
3658
|
+
"version": "0.4.5",
|
|
3659
|
+
"resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz",
|
|
3660
|
+
"integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
|
|
3661
|
+
"license": "MIT",
|
|
3662
|
+
"dependencies": {
|
|
3663
|
+
"decimal.js-light": "^2.4.1"
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"node_modules/scheduler": {
|
|
3667
|
+
"version": "0.27.0",
|
|
3668
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
3669
|
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
3670
|
+
"license": "MIT"
|
|
3671
|
+
},
|
|
3672
|
+
"node_modules/semver": {
|
|
3673
|
+
"version": "7.7.3",
|
|
3674
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
3675
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
3676
|
+
"license": "ISC",
|
|
3677
|
+
"optional": true,
|
|
3678
|
+
"bin": {
|
|
3679
|
+
"semver": "bin/semver.js"
|
|
3680
|
+
},
|
|
3681
|
+
"engines": {
|
|
3682
|
+
"node": ">=10"
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"node_modules/server-only": {
|
|
3686
|
+
"version": "0.0.1",
|
|
3687
|
+
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
|
|
3688
|
+
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
|
|
3689
|
+
"license": "MIT"
|
|
3690
|
+
},
|
|
3691
|
+
"node_modules/sharp": {
|
|
3692
|
+
"version": "0.34.5",
|
|
3693
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
3694
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
3695
|
+
"hasInstallScript": true,
|
|
3696
|
+
"license": "Apache-2.0",
|
|
3697
|
+
"optional": true,
|
|
3698
|
+
"dependencies": {
|
|
3699
|
+
"@img/colour": "^1.0.0",
|
|
3700
|
+
"detect-libc": "^2.1.2",
|
|
3701
|
+
"semver": "^7.7.3"
|
|
3702
|
+
},
|
|
3703
|
+
"engines": {
|
|
3704
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3705
|
+
},
|
|
3706
|
+
"funding": {
|
|
3707
|
+
"url": "https://opencollective.com/libvips"
|
|
3708
|
+
},
|
|
3709
|
+
"optionalDependencies": {
|
|
3710
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
3711
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
3712
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
3713
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
3714
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
3715
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
3716
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
3717
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
3718
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
3719
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
3720
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
3721
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
3722
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
3723
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
3724
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
3725
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
3726
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
3727
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
3728
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
3729
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
3730
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
3731
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
3732
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
3733
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"node_modules/sonner": {
|
|
3737
|
+
"version": "1.7.4",
|
|
3738
|
+
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.4.tgz",
|
|
3739
|
+
"integrity": "sha512-DIS8z4PfJRbIyfVFDVnK9rO3eYDtse4Omcm6bt0oEr5/jtLgysmjuBl1frJ9E/EQZrFmKx2A8m/s5s9CRXIzhw==",
|
|
3740
|
+
"license": "MIT",
|
|
3741
|
+
"peerDependencies": {
|
|
3742
|
+
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
3743
|
+
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3746
|
+
"node_modules/source-map-js": {
|
|
3747
|
+
"version": "1.2.1",
|
|
3748
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3749
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3750
|
+
"license": "BSD-3-Clause",
|
|
3751
|
+
"engines": {
|
|
3752
|
+
"node": ">=0.10.0"
|
|
3753
|
+
}
|
|
3754
|
+
},
|
|
3755
|
+
"node_modules/styled-jsx": {
|
|
3756
|
+
"version": "5.1.6",
|
|
3757
|
+
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
3758
|
+
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
3759
|
+
"license": "MIT",
|
|
3760
|
+
"dependencies": {
|
|
3761
|
+
"client-only": "0.0.1"
|
|
3762
|
+
},
|
|
3763
|
+
"engines": {
|
|
3764
|
+
"node": ">= 12.0.0"
|
|
3765
|
+
},
|
|
3766
|
+
"peerDependencies": {
|
|
3767
|
+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
|
|
3768
|
+
},
|
|
3769
|
+
"peerDependenciesMeta": {
|
|
3770
|
+
"@babel/core": {
|
|
3771
|
+
"optional": true
|
|
3772
|
+
},
|
|
3773
|
+
"babel-plugin-macros": {
|
|
3774
|
+
"optional": true
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
},
|
|
3778
|
+
"node_modules/tailwind-merge": {
|
|
3779
|
+
"version": "3.4.0",
|
|
3780
|
+
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
|
|
3781
|
+
"integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
|
|
3782
|
+
"license": "MIT",
|
|
3783
|
+
"funding": {
|
|
3784
|
+
"type": "github",
|
|
3785
|
+
"url": "https://github.com/sponsors/dcastil"
|
|
3786
|
+
}
|
|
3787
|
+
},
|
|
3788
|
+
"node_modules/tailwindcss": {
|
|
3789
|
+
"version": "4.1.18",
|
|
3790
|
+
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
|
|
3791
|
+
"integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
|
|
3792
|
+
"license": "MIT"
|
|
3793
|
+
},
|
|
3794
|
+
"node_modules/tailwindcss-animate": {
|
|
3795
|
+
"version": "1.0.7",
|
|
3796
|
+
"resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz",
|
|
3797
|
+
"integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==",
|
|
3798
|
+
"license": "MIT",
|
|
3799
|
+
"peerDependencies": {
|
|
3800
|
+
"tailwindcss": ">=3.0.0 || insiders"
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3803
|
+
"node_modules/tapable": {
|
|
3804
|
+
"version": "2.3.0",
|
|
3805
|
+
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
|
|
3806
|
+
"integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
|
|
3807
|
+
"dev": true,
|
|
3808
|
+
"license": "MIT",
|
|
3809
|
+
"engines": {
|
|
3810
|
+
"node": ">=6"
|
|
3811
|
+
},
|
|
3812
|
+
"funding": {
|
|
3813
|
+
"type": "opencollective",
|
|
3814
|
+
"url": "https://opencollective.com/webpack"
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
"node_modules/tiny-invariant": {
|
|
3818
|
+
"version": "1.3.3",
|
|
3819
|
+
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
|
|
3820
|
+
"integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
|
|
3821
|
+
"license": "MIT"
|
|
3822
|
+
},
|
|
3823
|
+
"node_modules/tslib": {
|
|
3824
|
+
"version": "2.8.1",
|
|
3825
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3826
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3827
|
+
"license": "0BSD"
|
|
3828
|
+
},
|
|
3829
|
+
"node_modules/tw-animate-css": {
|
|
3830
|
+
"version": "1.3.3",
|
|
3831
|
+
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.3.tgz",
|
|
3832
|
+
"integrity": "sha512-tXE2TRWrskc4TU3RDd7T8n8Np/wCfoeH9gz22c7PzYqNPQ9FBGFbWWzwL0JyHcFp+jHozmF76tbHfPAx22ua2Q==",
|
|
3833
|
+
"dev": true,
|
|
3834
|
+
"license": "MIT",
|
|
3835
|
+
"funding": {
|
|
3836
|
+
"url": "https://github.com/sponsors/Wombosvideo"
|
|
3837
|
+
}
|
|
3838
|
+
},
|
|
3839
|
+
"node_modules/typescript": {
|
|
3840
|
+
"version": "5.9.3",
|
|
3841
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3842
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3843
|
+
"dev": true,
|
|
3844
|
+
"license": "Apache-2.0",
|
|
3845
|
+
"bin": {
|
|
3846
|
+
"tsc": "bin/tsc",
|
|
3847
|
+
"tsserver": "bin/tsserver"
|
|
3848
|
+
},
|
|
3849
|
+
"engines": {
|
|
3850
|
+
"node": ">=14.17"
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
"node_modules/undici-types": {
|
|
3854
|
+
"version": "6.21.0",
|
|
3855
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
3856
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
3857
|
+
"dev": true,
|
|
3858
|
+
"license": "MIT"
|
|
3859
|
+
},
|
|
3860
|
+
"node_modules/update-browserslist-db": {
|
|
3861
|
+
"version": "1.2.3",
|
|
3862
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
3863
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
3864
|
+
"funding": [
|
|
3865
|
+
{
|
|
3866
|
+
"type": "opencollective",
|
|
3867
|
+
"url": "https://opencollective.com/browserslist"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"type": "tidelift",
|
|
3871
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"type": "github",
|
|
3875
|
+
"url": "https://github.com/sponsors/ai"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"license": "MIT",
|
|
3879
|
+
"dependencies": {
|
|
3880
|
+
"escalade": "^3.2.0",
|
|
3881
|
+
"picocolors": "^1.1.1"
|
|
3882
|
+
},
|
|
3883
|
+
"bin": {
|
|
3884
|
+
"update-browserslist-db": "cli.js"
|
|
3885
|
+
},
|
|
3886
|
+
"peerDependencies": {
|
|
3887
|
+
"browserslist": ">= 4.21.0"
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
"node_modules/use-callback-ref": {
|
|
3891
|
+
"version": "1.3.3",
|
|
3892
|
+
"resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
|
|
3893
|
+
"integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
|
|
3894
|
+
"license": "MIT",
|
|
3895
|
+
"dependencies": {
|
|
3896
|
+
"tslib": "^2.0.0"
|
|
3897
|
+
},
|
|
3898
|
+
"engines": {
|
|
3899
|
+
"node": ">=10"
|
|
3900
|
+
},
|
|
3901
|
+
"peerDependencies": {
|
|
3902
|
+
"@types/react": "*",
|
|
3903
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3904
|
+
},
|
|
3905
|
+
"peerDependenciesMeta": {
|
|
3906
|
+
"@types/react": {
|
|
3907
|
+
"optional": true
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
},
|
|
3911
|
+
"node_modules/use-sidecar": {
|
|
3912
|
+
"version": "1.1.3",
|
|
3913
|
+
"resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
|
|
3914
|
+
"integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
|
|
3915
|
+
"license": "MIT",
|
|
3916
|
+
"dependencies": {
|
|
3917
|
+
"detect-node-es": "^1.1.0",
|
|
3918
|
+
"tslib": "^2.0.0"
|
|
3919
|
+
},
|
|
3920
|
+
"engines": {
|
|
3921
|
+
"node": ">=10"
|
|
3922
|
+
},
|
|
3923
|
+
"peerDependencies": {
|
|
3924
|
+
"@types/react": "*",
|
|
3925
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3926
|
+
},
|
|
3927
|
+
"peerDependenciesMeta": {
|
|
3928
|
+
"@types/react": {
|
|
3929
|
+
"optional": true
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
3932
|
+
},
|
|
3933
|
+
"node_modules/use-sync-external-store": {
|
|
3934
|
+
"version": "1.6.0",
|
|
3935
|
+
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
|
|
3936
|
+
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
|
|
3937
|
+
"license": "MIT",
|
|
3938
|
+
"peerDependencies": {
|
|
3939
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
"node_modules/vaul": {
|
|
3943
|
+
"version": "1.1.2",
|
|
3944
|
+
"resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.2.tgz",
|
|
3945
|
+
"integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==",
|
|
3946
|
+
"license": "MIT",
|
|
3947
|
+
"dependencies": {
|
|
3948
|
+
"@radix-ui/react-dialog": "^1.1.1"
|
|
3949
|
+
},
|
|
3950
|
+
"peerDependencies": {
|
|
3951
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
|
|
3952
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
|
|
3953
|
+
}
|
|
3954
|
+
},
|
|
3955
|
+
"node_modules/victory-vendor": {
|
|
3956
|
+
"version": "36.9.2",
|
|
3957
|
+
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz",
|
|
3958
|
+
"integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
|
|
3959
|
+
"license": "MIT AND ISC",
|
|
3960
|
+
"dependencies": {
|
|
3961
|
+
"@types/d3-array": "^3.0.3",
|
|
3962
|
+
"@types/d3-ease": "^3.0.0",
|
|
3963
|
+
"@types/d3-interpolate": "^3.0.1",
|
|
3964
|
+
"@types/d3-scale": "^4.0.2",
|
|
3965
|
+
"@types/d3-shape": "^3.1.0",
|
|
3966
|
+
"@types/d3-time": "^3.0.0",
|
|
3967
|
+
"@types/d3-timer": "^3.0.0",
|
|
3968
|
+
"d3-array": "^3.1.6",
|
|
3969
|
+
"d3-ease": "^3.0.1",
|
|
3970
|
+
"d3-interpolate": "^3.0.1",
|
|
3971
|
+
"d3-scale": "^4.0.2",
|
|
3972
|
+
"d3-shape": "^3.1.0",
|
|
3973
|
+
"d3-time": "^3.0.0",
|
|
3974
|
+
"d3-timer": "^3.0.1"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3977
|
+
"node_modules/zod": {
|
|
3978
|
+
"version": "3.25.76",
|
|
3979
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3980
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3981
|
+
"license": "MIT",
|
|
3982
|
+
"funding": {
|
|
3983
|
+
"url": "https://github.com/sponsors/colinhacks"
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
}
|