package-lock.json 216 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495
{
      "name": "Food Labeling Management Platform",
      "version": "0.1.0",
      "lockfileVersion": 3,
      "requires": true,
      "packages": {
            "": {
                  "name": "Food Labeling Management Platform",
                  "version": "0.1.0",
                  "dependencies": {
                        "@jsr/supabase__supabase-js": "^2.49.8",
                        "@radix-ui/react-accordion": "^1.2.3",
                        "@radix-ui/react-alert-dialog": "^1.1.6",
                        "@radix-ui/react-aspect-ratio": "^1.1.2",
                        "@radix-ui/react-avatar": "^1.1.3",
                        "@radix-ui/react-checkbox": "^1.1.4",
                        "@radix-ui/react-collapsible": "^1.1.3",
                        "@radix-ui/react-context-menu": "^2.2.6",
                        "@radix-ui/react-dialog": "^1.1.6",
                        "@radix-ui/react-dropdown-menu": "^2.1.6",
                        "@radix-ui/react-hover-card": "^1.1.6",
                        "@radix-ui/react-label": "^2.1.2",
                        "@radix-ui/react-menubar": "^1.1.6",
                        "@radix-ui/react-navigation-menu": "^1.2.5",
                        "@radix-ui/react-popover": "^1.1.6",
                        "@radix-ui/react-progress": "^1.1.2",
                        "@radix-ui/react-radio-group": "^1.2.3",
                        "@radix-ui/react-scroll-area": "^1.2.3",
                        "@radix-ui/react-select": "^2.1.6",
                        "@radix-ui/react-separator": "^1.1.2",
                        "@radix-ui/react-slider": "^1.2.3",
                        "@radix-ui/react-slot": "^1.1.2",
                        "@radix-ui/react-switch": "^1.1.3",
                        "@radix-ui/react-tabs": "^1.1.3",
                        "@radix-ui/react-toggle": "^1.1.2",
                        "@radix-ui/react-toggle-group": "^1.1.2",
                        "@radix-ui/react-tooltip": "^1.1.8",
                        "@supabase/supabase-js": "*",
                        "class-variance-authority": "^0.7.1",
                        "clsx": "*",
                        "cmdk": "^1.1.1",
                        "embla-carousel-react": "^8.6.0",
                        "hono": "*",
                        "input-otp": "^1.4.2",
                        "jsbarcode": "^3.12.3",
                        "lucide-react": "^0.487.0",
                        "next-themes": "^0.4.6",
                        "qrcode.react": "^4.2.0",
                        "react": "^18.3.1",
                        "react-day-picker": "^8.10.1",
                        "react-dom": "^18.3.1",
                        "react-hook-form": "^7.55.0",
                        "react-resizable-panels": "^2.1.7",
                        "recharts": "^2.15.2",
                        "sonner": "^2.0.3",
                        "tailwind-merge": "*",
                        "vaul": "^1.1.2"
                  },
                  "devDependencies": {
                        "@types/node": "^20.10.0",
                        "@types/react": "^19.2.10",
                        "@types/react-dom": "^19.2.3",
                        "@vitejs/plugin-react-swc": "^3.10.2",
                        "vite": "6.3.5"
                  },
                  "optionalDependencies": {
                        "@rollup/rollup-darwin-arm64": "^4.57.0"
                  }
            },
            "node_modules/@babel/runtime": {
                  "version": "7.28.6",
                  "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.28.6.tgz",
                  "integrity": "sha512-05WQkdpL9COIMz4LjTxGpPNCdlpyimKppYNoJ5Di5EUObifl8t4tuLuUBBZEpoLYOmfvIWrsp9fCl0HoPRVTdA==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=6.9.0"
                  }
            },
            "node_modules/@esbuild/aix-ppc64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
                  "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
                  "cpu": [
                        "ppc64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "aix"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/android-arm": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
                  "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "android"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/android-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
                  "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "android"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/android-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
                  "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "android"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/darwin-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
                  "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/darwin-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
                  "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/freebsd-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
                  "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "freebsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/freebsd-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
                  "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "freebsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-arm": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
                  "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
                  "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-ia32": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
                  "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
                  "cpu": [
                        "ia32"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-loong64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
                  "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
                  "cpu": [
                        "loong64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-mips64el": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
                  "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
                  "cpu": [
                        "mips64el"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-ppc64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
                  "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
                  "cpu": [
                        "ppc64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-riscv64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
                  "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
                  "cpu": [
                        "riscv64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-s390x": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
                  "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
                  "cpu": [
                        "s390x"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/linux-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
                  "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/netbsd-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
                  "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "netbsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/netbsd-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
                  "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "netbsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/openbsd-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
                  "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "openbsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/openbsd-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
                  "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "openbsd"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/openharmony-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
                  "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "openharmony"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/sunos-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
                  "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "sunos"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/win32-arm64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
                  "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/win32-ia32": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
                  "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
                  "cpu": [
                        "ia32"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@esbuild/win32-x64": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
                  "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=18"
                  }
            },
            "node_modules/@floating-ui/core": {
                  "version": "1.7.4",
                  "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.7.4.tgz",
                  "integrity": "sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==",
                  "license": "MIT",
                  "dependencies": {
                        "@floating-ui/utils": "^0.2.10"
                  }
            },
            "node_modules/@floating-ui/dom": {
                  "version": "1.7.5",
                  "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.7.5.tgz",
                  "integrity": "sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==",
                  "license": "MIT",
                  "dependencies": {
                        "@floating-ui/core": "^1.7.4",
                        "@floating-ui/utils": "^0.2.10"
                  }
            },
            "node_modules/@floating-ui/react-dom": {
                  "version": "2.1.7",
                  "resolved": "https://registry.npmmirror.com/@floating-ui/react-dom/-/react-dom-2.1.7.tgz",
                  "integrity": "sha512-0tLRojf/1Go2JgEVm+3Frg9A3IW8bJgKgdO0BN5RkF//ufuz2joZM63Npau2ff3J6lUVYgDSNzNkR+aH3IVfjg==",
                  "license": "MIT",
                  "dependencies": {
                        "@floating-ui/dom": "^1.7.5"
                  },
                  "peerDependencies": {
                        "react": ">=16.8.0",
                        "react-dom": ">=16.8.0"
                  }
            },
            "node_modules/@floating-ui/utils": {
                  "version": "0.2.10",
                  "resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.2.10.tgz",
                  "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
                  "license": "MIT"
            },
            "node_modules/@jsr/supabase__functions-js": {
                  "version": "0.0.0-jsr-test.1",
                  "resolved": "https://npm.jsr.io/~/11/@jsr/supabase__functions-js/0.0.0-jsr-test.1.tgz",
                  "integrity": "sha512-BW7Zmo8c0l/+yUl8//5G5LOgvRaUSHesTTAF+aGsYmSNdM8E5FNVl+SH6vLbBazra601FjnaETh7+UZ5x7cXpw==",
                  "dependencies": {
                        "openai": "^4.52.5"
                  }
            },
            "node_modules/@jsr/supabase__supabase-js": {
                  "version": "2.93.3",
                  "resolved": "https://npm.jsr.io/~/11/@jsr/supabase__supabase-js/2.93.3.tgz",
                  "integrity": "sha512-xPYovw9NQaweLqnS1PRLcuRxqSsKW4aGJ1tHvgUhkYAwBKiwU6IQctqcxOuryaWqcHemwNYSMGZPlUpo6i9Uhw==",
                  "dependencies": {
                        "@jsr/supabase__functions-js": "^0.0.0-automated",
                        "@supabase/auth-js": "2.93.3",
                        "@supabase/postgrest-js": "2.93.3",
                        "@supabase/realtime-js": "2.93.3",
                        "@supabase/storage-js": "2.93.3"
                  }
            },
            "node_modules/@radix-ui/number": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/number/-/number-1.1.1.tgz",
                  "integrity": "sha512-MkKCwxlXTgz6CFoJx3pCwn07GKp36+aZyu/u2Ln2VrA5DcdyCZkASEDBTd8x5whTQQL5CiYf4prXKLcgQdv29g==",
                  "license": "MIT"
            },
            "node_modules/@radix-ui/primitive": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/primitive/-/primitive-1.1.3.tgz",
                  "integrity": "sha512-JTF99U/6XIjCBo0wqkU5sK10glYe27MRRsfwoiq5zzOEZLHU3A3KCMa5X/azekYRCJ0HlwI0crAXS/5dEHTzDg==",
                  "license": "MIT"
            },
            "node_modules/@radix-ui/react-accordion": {
                  "version": "1.2.12",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-accordion/-/react-accordion-1.2.12.tgz",
                  "integrity": "sha512-T4nygeh9YE9dLRPhAHSeOZi7HBXo+0kYIPJXayZfvWOWA0+n3dESrZbjfDPUABkUNym6Hd+f2IR113To8D2GPA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collapsible": "1.1.12",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-alert-dialog": {
                  "version": "1.1.15",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.15.tgz",
                  "integrity": "sha512-oTVLkEw5GpdRe29BqJ0LSDFWI3qu0vR1M0mUkOQWDIUnY/QIkLpgDMWuKxP94c2NAC2LGcgVhG1ImF3jkZ5wXw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-dialog": "1.1.15",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-arrow": {
                  "version": "1.1.7",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-arrow/-/react-arrow-1.1.7.tgz",
                  "integrity": "sha512-F+M1tLhO+mlQaOWspE8Wstg+z6PwxwRd8oQ8IXceWz92kfAmalTRf0EjrouQeo7QssEPfCn05B4Ihs1K9WQ/7w==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-aspect-ratio": {
                  "version": "1.1.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.8.tgz",
                  "integrity": "sha512-5nZrJTF7gH+e0nZS7/QxFz6tJV4VimhQb1avEgtsJxvvIp5JilL+c58HICsKzPxghdwaDt48hEfPM1au4zGy+w==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-aspect-ratio/node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz",
                  "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-avatar": {
                  "version": "1.1.11",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-avatar/-/react-avatar-1.1.11.tgz",
                  "integrity": "sha512-0Qk603AHGV28BOBO34p7IgD5m+V5Sg/YovfayABkoDDBM5d3NCx0Mp4gGrjzLGes1jV5eNOE1r3itqOR33VC6Q==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-context": "1.1.3",
                        "@radix-ui/react-primitive": "2.1.4",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-is-hydrated": "0.1.0",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.1.3.tgz",
                  "integrity": "sha512-ieIFACdMpYfMEjF0rEf5KLvfVyIkOz6PDGyNnP+u+4xQ6jny3VCgA4OgXOwNx2aUkxn8zx9fiVcM8CfFYv9Lxw==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz",
                  "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-checkbox": {
                  "version": "1.3.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-checkbox/-/react-checkbox-1.3.3.tgz",
                  "integrity": "sha512-wBbpv+NQftHDdG86Qc0pIyXk5IR3tM8Vd0nWLKDcX8nNn4nXFOFwsKuqw2okA/1D/mpaAkmuyndrPJTYDNZtFw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-use-size": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-collapsible": {
                  "version": "1.1.12",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-collapsible/-/react-collapsible-1.1.12.tgz",
                  "integrity": "sha512-Uu+mSh4agx2ib1uIGPP4/CKNULyajb3p92LsVXmH2EHVMTfZWpll88XJ0j4W0z3f8NK1eYl1+Mf/szHPmcHzyA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-collection": {
                  "version": "1.1.7",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-collection/-/react-collection-1.1.7.tgz",
                  "integrity": "sha512-Fh9rGN0MoI4ZFUNyfFVNU4y9LUz93u9/0K+yLgA2bwRojxM8JU1DyvvMBabnZPBgMWREAJvU2jjVzq+LrFUglw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-compose-refs": {
                  "version": "1.1.2",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.2.tgz",
                  "integrity": "sha512-z4eqJvfiNnFMHIIvXP3CY57y2WJs5g2v3X0zm9mEJkrkNv4rDxu+sg9Jh8EkXyeqBkB7SOcboo9dMVqhyrACIg==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-context": {
                  "version": "1.1.2",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.1.2.tgz",
                  "integrity": "sha512-jCi/QKUM2r1Ju5a3J64TH2A5SpKAgh0LpknyqdQ4m6DCV0xJ2HG1xARRwNGPQfi1SLdLWZ1OJz6F4OMBBNiGJA==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-context-menu": {
                  "version": "2.2.16",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-context-menu/-/react-context-menu-2.2.16.tgz",
                  "integrity": "sha512-O8morBEW+HsVG28gYDZPTrT9UUovQUlJue5YO836tiTJhuIWBm/zQHc7j388sHWtdH/xUZurK9olD2+pcqx5ww==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-menu": "2.1.16",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-dialog": {
                  "version": "1.1.15",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-dialog/-/react-dialog-1.1.15.tgz",
                  "integrity": "sha512-TCglVRtzlffRNxRMEyR36DGBLJpeusFcgMVD9PZEzAKnUs1lKCgX5u9BmC2Yg+LL9MgZDugFFs1Vl+Jp4t/PGw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-focus-guards": "1.1.3",
                        "@radix-ui/react-focus-scope": "1.1.7",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "aria-hidden": "^1.2.4",
                        "react-remove-scroll": "^2.6.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-direction": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-direction/-/react-direction-1.1.1.tgz",
                  "integrity": "sha512-1UEWRX6jnOA2y4H5WczZ44gOOjTEmlqv1uNW4GAJEO5+bauCBhv8snY65Iw5/VOS/ghKN9gr2KjnLKxrsvoMVw==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-dismissable-layer": {
                  "version": "1.1.11",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.11.tgz",
                  "integrity": "sha512-Nqcp+t5cTB8BinFkZgXiMJniQH0PsUt2k51FUhbdfeKvc4ACcG2uQniY/8+h1Yv6Kza4Q7lD7PQV0z0oicE0Mg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-escape-keydown": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-dropdown-menu": {
                  "version": "2.1.16",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.16.tgz",
                  "integrity": "sha512-1PLGQEynI/3OX/ftV54COn+3Sud/Mn8vALg2rWnBLnRaGtJDduNW/22XjlGgPdpcIbiQxjKtb7BkcjP00nqfJw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-menu": "2.1.16",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-focus-guards": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.3.tgz",
                  "integrity": "sha512-0rFg/Rj2Q62NCm62jZw0QX7a3sz6QCQU0LpZdNrJX8byRGaGVTqbrW9jAoIAHyMQqsNpeZ81YgSizOt5WXq0Pw==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-focus-scope": {
                  "version": "1.1.7",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.7.tgz",
                  "integrity": "sha512-t2ODlkXBQyn7jkl6TNaw/MtVEVvIGelJDCG41Okq/KwUsJBwQ4XVZsHAVUkK4mBv3ewiAS3PGuUWuY2BoK4ZUw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-hover-card": {
                  "version": "1.1.15",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-hover-card/-/react-hover-card-1.1.15.tgz",
                  "integrity": "sha512-qgTkjNT1CfKMoP0rcasmlH2r1DAiYicWsDsufxl940sT2wHNEWWv6FMWIQXWhVdmC1d/HYfbhQx60KYyAtKxjg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-popper": "1.2.8",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-id": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-id/-/react-id-1.1.1.tgz",
                  "integrity": "sha512-kGkGegYIdQsOb4XjsfM97rXsiHaBwco+hFI66oO4s9LU+PLAC5oJ7khdOVFxkhsmlbpUqDAvXw11CluXP+jkHg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-label": {
                  "version": "2.1.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-label/-/react-label-2.1.8.tgz",
                  "integrity": "sha512-FmXs37I6hSBVDlO4y764TNz1rLgKwjJMQ0EGte6F3Cb3f4bIuHB/iLa/8I9VKkmOy+gNHq8rql3j686ACVV21A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz",
                  "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-menu": {
                  "version": "2.1.16",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-menu/-/react-menu-2.1.16.tgz",
                  "integrity": "sha512-72F2T+PLlphrqLcAotYPp0uJMr5SjP5SL01wfEspJbru5Zs5vQaSHb4VB3ZMJPimgHHCHG7gMOeOB9H3Hdmtxg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-focus-guards": "1.1.3",
                        "@radix-ui/react-focus-scope": "1.1.7",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-popper": "1.2.8",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-roving-focus": "1.1.11",
                        "@radix-ui/react-slot": "1.2.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "aria-hidden": "^1.2.4",
                        "react-remove-scroll": "^2.6.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-menubar": {
                  "version": "1.1.16",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-menubar/-/react-menubar-1.1.16.tgz",
                  "integrity": "sha512-EB1FktTz5xRRi2Er974AUQZWg2yVBb1yjip38/lgwtCVRd3a+maUoGHN/xs9Yv8SY8QwbSEb+YrxGadVWbEutA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-menu": "2.1.16",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-roving-focus": "1.1.11",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-navigation-menu": {
                  "version": "1.2.14",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.14.tgz",
                  "integrity": "sha512-YB9mTFQvCOAQMHU+C/jVl96WmuWeltyUEpRJJky51huhds5W2FQr1J8D/16sQlf0ozxkPK8uF3niQMdUwZPv5w==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-visually-hidden": "1.2.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-popover": {
                  "version": "1.1.15",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-popover/-/react-popover-1.1.15.tgz",
                  "integrity": "sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-focus-guards": "1.1.3",
                        "@radix-ui/react-focus-scope": "1.1.7",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-popper": "1.2.8",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "aria-hidden": "^1.2.4",
                        "react-remove-scroll": "^2.6.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-popper": {
                  "version": "1.2.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-popper/-/react-popper-1.2.8.tgz",
                  "integrity": "sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==",
                  "license": "MIT",
                  "dependencies": {
                        "@floating-ui/react-dom": "^2.0.0",
                        "@radix-ui/react-arrow": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-layout-effect": "1.1.1",
                        "@radix-ui/react-use-rect": "1.1.1",
                        "@radix-ui/react-use-size": "1.1.1",
                        "@radix-ui/rect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-portal": {
                  "version": "1.1.9",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-portal/-/react-portal-1.1.9.tgz",
                  "integrity": "sha512-bpIxvq03if6UNwXZ+HTK71JLh4APvnXntDc6XOX8UVq4XQOVl7lwok0AvIl+b8zgCw3fSaVTZMpAPPagXbKmHQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-presence": {
                  "version": "1.1.5",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-presence/-/react-presence-1.1.5.tgz",
                  "integrity": "sha512-/jfEwNDdQVBCNvjkGit4h6pMOzq8bHkopq458dPt2lMjx+eBQUohZNG9A7DtO/O5ukSbxuaNGXMjHicgwy6rQQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.3.tgz",
                  "integrity": "sha512-m9gTwRkhy2lvCPe6QJp4d3G1TYEUHn/FzJUtq9MjH46an1wJU+GdoGC5VLof8RX8Ft/DlpshApkhswDLZzHIcQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-progress": {
                  "version": "1.1.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-progress/-/react-progress-1.1.8.tgz",
                  "integrity": "sha512-+gISHcSPUJ7ktBy9RnTqbdKW78bcGke3t6taawyZ71pio1JewwGSJizycs7rLhGTvMJYCQB1DBK4KQsxs7U8dA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-context": "1.1.3",
                        "@radix-ui/react-primitive": "2.1.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-context/-/react-context-1.1.3.tgz",
                  "integrity": "sha512-ieIFACdMpYfMEjF0rEf5KLvfVyIkOz6PDGyNnP+u+4xQ6jny3VCgA4OgXOwNx2aUkxn8zx9fiVcM8CfFYv9Lxw==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz",
                  "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-radio-group": {
                  "version": "1.3.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-radio-group/-/react-radio-group-1.3.8.tgz",
                  "integrity": "sha512-VBKYIYImA5zsxACdisNQ3BjCBfmbGH3kQlnFVqlWU4tXwjy7cGX8ta80BcrO+WJXIn5iBylEH3K6ZTlee//lgQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-roving-focus": "1.1.11",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-use-size": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-roving-focus": {
                  "version": "1.1.11",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.11.tgz",
                  "integrity": "sha512-7A6S9jSgm/S+7MdtNDSb+IU859vQqJ/QAtcYQcfFC6W8RS4IxIZDldLR0xqCFZ6DCyrQLjLPsxtTNch5jVA4lA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-scroll-area": {
                  "version": "1.2.10",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.10.tgz",
                  "integrity": "sha512-tAXIa1g3sM5CGpVT0uIbUx/U3Gs5N8T52IICuCtObaos1S8fzsrPXG5WObkQN3S6NVl6wKgPhAIiBGbWnvc97A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/number": "1.1.1",
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-select": {
                  "version": "2.2.6",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-select/-/react-select-2.2.6.tgz",
                  "integrity": "sha512-I30RydO+bnn2PQztvo25tswPH+wFBjehVGtmagkU78yMdwTwVf12wnAOF+AeP8S2N8xD+5UPbGhkUfPyvT+mwQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/number": "1.1.1",
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-focus-guards": "1.1.3",
                        "@radix-ui/react-focus-scope": "1.1.7",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-popper": "1.2.8",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3",
                        "@radix-ui/react-use-callback-ref": "1.1.1",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-visually-hidden": "1.2.3",
                        "aria-hidden": "^1.2.4",
                        "react-remove-scroll": "^2.6.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-separator": {
                  "version": "1.1.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-separator/-/react-separator-1.1.8.tgz",
                  "integrity": "sha512-sDvqVY4itsKwwSMEe0jtKgfTh+72Sy3gPmQpjqcQneqQ4PFmr/1I0YA+2/puilhggCe2gJcx5EBAYFkWkdpa5g==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": {
                  "version": "2.1.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.1.4.tgz",
                  "integrity": "sha512-9hQc4+GNVtJAIEPEqlYqW5RiYdrr8ea5XQ0ZOnD6fgru+83kqT15mq2OCcbe8KnjRZl5vF3ks69AKz3kh1jrhg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-slot": "1.2.4"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-slider": {
                  "version": "1.3.6",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slider/-/react-slider-1.3.6.tgz",
                  "integrity": "sha512-JPYb1GuM1bxfjMRlNLE+BcmBC8onfCi60Blk7OBqi2MLTFdS+8401U4uFjnwkOr49BLmXxLC6JHkvAsx5OJvHw==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/number": "1.1.1",
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-collection": "1.1.7",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-use-size": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-slot": {
                  "version": "1.2.4",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.4.tgz",
                  "integrity": "sha512-Jl+bCv8HxKnlTLVrcDE8zTMJ09R9/ukw4qBs/oZClOfoQk/cOTbDn+NceXfV7j09YPVQUryJPHurafcSg6EVKA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-switch": {
                  "version": "1.2.6",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-switch/-/react-switch-1.2.6.tgz",
                  "integrity": "sha512-bByzr1+ep1zk4VubeEVViV592vu2lHE2BZY5OnzehZqOOgogN80+mNtCqPkhn2gklJqOpxWgPoYTSnhBCqpOXQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-use-previous": "1.1.1",
                        "@radix-ui/react-use-size": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-tabs": {
                  "version": "1.1.13",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-tabs/-/react-tabs-1.1.13.tgz",
                  "integrity": "sha512-7xdcatg7/U+7+Udyoj2zodtI9H/IIopqo+YOIcZOq1nJwXWBZ9p8xiu5llXlekDbZkca79a/fozEYQXIA4sW6A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-roving-focus": "1.1.11",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-toggle": {
                  "version": "1.1.10",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle/-/react-toggle-1.1.10.tgz",
                  "integrity": "sha512-lS1odchhFTeZv3xwHH31YPObmJn8gOg7Lq12inrr0+BH/l3Tsq32VfjqH1oh80ARM3mlkfMic15n0kg4sD1poQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-toggle-group": {
                  "version": "1.1.11",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.11.tgz",
                  "integrity": "sha512-5umnS0T8JQzQT6HbPyO7Hh9dgd82NmS36DQr+X/YJ9ctFNCiiQd6IJAYYZ33LUwm8M+taCz5t2ui29fHZc4Y6Q==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-direction": "1.1.1",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-roving-focus": "1.1.11",
                        "@radix-ui/react-toggle": "1.1.10",
                        "@radix-ui/react-use-controllable-state": "1.2.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-tooltip": {
                  "version": "1.2.8",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-tooltip/-/react-tooltip-1.2.8.tgz",
                  "integrity": "sha512-tY7sVt1yL9ozIxvmbtN5qtmH2krXcBCfjEiCgKGLqunJHvgvZG2Pcl2oQ3kbcZARb1BGEHdkLzcYGO8ynVlieg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/primitive": "1.1.3",
                        "@radix-ui/react-compose-refs": "1.1.2",
                        "@radix-ui/react-context": "1.1.2",
                        "@radix-ui/react-dismissable-layer": "1.1.11",
                        "@radix-ui/react-id": "1.1.1",
                        "@radix-ui/react-popper": "1.2.8",
                        "@radix-ui/react-portal": "1.1.9",
                        "@radix-ui/react-presence": "1.1.5",
                        "@radix-ui/react-primitive": "2.1.3",
                        "@radix-ui/react-slot": "1.2.3",
                        "@radix-ui/react-use-controllable-state": "1.2.2",
                        "@radix-ui/react-visually-hidden": "1.2.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.2.3.tgz",
                  "integrity": "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "1.1.2"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-callback-ref": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.1.tgz",
                  "integrity": "sha512-FkBMwD+qbGQeMu1cOHnuGB6x4yzPjho8ap5WtbEJ26umhgqVXbhekKUQO+hZEL1vU92a3wHwdp0HAcqAUF5iDg==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-controllable-state": {
                  "version": "1.2.2",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.2.2.tgz",
                  "integrity": "sha512-BjasUjixPFdS+NKkypcyyN5Pmg83Olst0+c6vGov0diwTEo6mgdqVR6hxcEgFuh4QrAs7Rc+9KuGJ9TVCj0Zzg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-use-effect-event": "0.0.2",
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-effect-event": {
                  "version": "0.0.2",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-effect-event/-/react-use-effect-event-0.0.2.tgz",
                  "integrity": "sha512-Qp8WbZOBe+blgpuUT+lw2xheLP8q0oatc9UpmiemEICxGvFLYmHm9QowVZGHtJlGbS6A6yJ3iViad/2cVjnOiA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-escape-keydown": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.1.tgz",
                  "integrity": "sha512-Il0+boE7w/XebUHyBjroE+DbByORGR9KKmITzbR7MyQ4akpORYP/ZmbhAr0DG7RmmBqoOnZdy2QlvajJ2QA59g==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-use-callback-ref": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-is-hydrated": {
                  "version": "0.1.0",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-is-hydrated/-/react-use-is-hydrated-0.1.0.tgz",
                  "integrity": "sha512-U+UORVEq+cTnRIaostJv9AGdV3G6Y+zbVd+12e18jQ5A3c0xL03IhnHuiU4UV69wolOQp5GfR58NW/EgdQhwOA==",
                  "license": "MIT",
                  "dependencies": {
                        "use-sync-external-store": "^1.5.0"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-layout-effect": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.1.tgz",
                  "integrity": "sha512-RbJRS4UWQFkzHTTwVymMTUv8EqYhOp8dOOviLj2ugtTiXRaRQS7GLGxZTLL1jWhMeoSCf5zmcZkqTl9IiYfXcQ==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-previous": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-previous/-/react-use-previous-1.1.1.tgz",
                  "integrity": "sha512-2dHfToCj/pzca2Ck724OZ5L0EVrr3eHRNsG/b3xQJLA2hZpVCS99bLAX+hm1IHXDEnzU6by5z/5MIY794/a8NQ==",
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-rect": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-rect/-/react-use-rect-1.1.1.tgz",
                  "integrity": "sha512-QTYuDesS0VtuHNNvMh+CjlKJ4LJickCMUAqjlE3+j8w+RlRpwyX3apEQKGFzbZGdo7XNG1tXa+bQqIE7HIXT2w==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/rect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-use-size": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-use-size/-/react-use-size-1.1.1.tgz",
                  "integrity": "sha512-ewrXRDTAqAXlkl6t/fkXWNAhFX9I+CkKlw6zjEwk86RSPKwZr3xpBRso655aqYafwtnbpHLj6toFzmd6xdVptQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-use-layout-effect": "1.1.1"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/react-visually-hidden": {
                  "version": "1.2.3",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.2.3.tgz",
                  "integrity": "sha512-pzJq12tEaaIhqjbzpCuv/OypJY/BPavOofm+dbab+MHLajy277+1lLm6JFcGgF5eskJ6mquGirhXY2GD/8u8Ug==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-primitive": "2.1.3"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "@types/react-dom": "*",
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        },
                        "@types/react-dom": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@radix-ui/rect": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/@radix-ui/rect/-/rect-1.1.1.tgz",
                  "integrity": "sha512-HPwpGIzkl28mWyZqG52jiqDJ12waP11Pa1lGoiyUkIEuMLBP0oeK/C89esbXrxsky5we7dfd8U58nm0SgAWpVw==",
                  "license": "MIT"
            },
            "node_modules/@rolldown/pluginutils": {
                  "version": "1.0.0-beta.27",
                  "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
                  "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
                  "dev": true,
                  "license": "MIT"
            },
            "node_modules/@rollup/rollup-android-arm-eabi": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.0.tgz",
                  "integrity": "sha512-tPgXB6cDTndIe1ah7u6amCI1T0SsnlOuKgg10Xh3uizJk4e5M1JGaUMk7J4ciuAUcFpbOiNhm2XIjP9ON0dUqA==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "android"
                  ]
            },
            "node_modules/@rollup/rollup-android-arm64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.0.tgz",
                  "integrity": "sha512-sa4LyseLLXr1onr97StkU1Nb7fWcg6niokTwEVNOO7awaKaoRObQ54+V/hrF/BP1noMEaaAW6Fg2d/CfLiq3Mg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "android"
                  ]
            },
            "node_modules/@rollup/rollup-darwin-arm64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.0.tgz",
                  "integrity": "sha512-/NNIj9A7yLjKdmkx5dC2XQ9DmjIECpGpwHoGmA5E1AhU0fuICSqSWScPhN1yLCkEdkCwJIDu2xIeLPs60MNIVg==",
                  "cpu": [
                        "arm64"
                  ],
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ]
            },
            "node_modules/@rollup/rollup-darwin-x64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.0.tgz",
                  "integrity": "sha512-xoh8abqgPrPYPr7pTYipqnUi1V3em56JzE/HgDgitTqZBZ3yKCWI+7KUkceM6tNweyUKYru1UMi7FC060RyKwA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ]
            },
            "node_modules/@rollup/rollup-freebsd-arm64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.0.tgz",
                  "integrity": "sha512-PCkMh7fNahWSbA0OTUQ2OpYHpjZZr0hPr8lId8twD7a7SeWrvT3xJVyza+dQwXSSq4yEQTMoXgNOfMCsn8584g==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "freebsd"
                  ]
            },
            "node_modules/@rollup/rollup-freebsd-x64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.0.tgz",
                  "integrity": "sha512-1j3stGx+qbhXql4OCDZhnK7b01s6rBKNybfsX+TNrEe9JNq4DLi1yGiR1xW+nL+FNVvI4D02PUnl6gJ/2y6WJA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "freebsd"
                  ]
            },
            "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.0.tgz",
                  "integrity": "sha512-eyrr5W08Ms9uM0mLcKfM/Uzx7hjhz2bcjv8P2uynfj0yU8GGPdz8iYrBPhiLOZqahoAMB8ZiolRZPbbU2MAi6Q==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-arm-musleabihf": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.0.tgz",
                  "integrity": "sha512-Xds90ITXJCNyX9pDhqf85MKWUI4lqjiPAipJ8OLp8xqI2Ehk+TCVhF9rvOoN8xTbcafow3QOThkNnrM33uCFQA==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-arm64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.0.tgz",
                  "integrity": "sha512-Xws2KA4CLvZmXjy46SQaXSejuKPhwVdaNinldoYfqruZBaJHqVo6hnRa8SDo9z7PBW5x84SH64+izmldCgbezw==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-arm64-musl": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.0.tgz",
                  "integrity": "sha512-hrKXKbX5FdaRJj7lTMusmvKbhMJSGWJ+w++4KmjiDhpTgNlhYobMvKfDoIWecy4O60K6yA4SnztGuNTQF+Lplw==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-loong64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.0.tgz",
                  "integrity": "sha512-6A+nccfSDGKsPm00d3xKcrsBcbqzCTAukjwWK6rbuAnB2bHaL3r9720HBVZ/no7+FhZLz/U3GwwZZEh6tOSI8Q==",
                  "cpu": [
                        "loong64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-loong64-musl": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.0.tgz",
                  "integrity": "sha512-4P1VyYUe6XAJtQH1Hh99THxr0GKMMwIXsRNOceLrJnaHTDgk1FTcTimDgneRJPvB3LqDQxUmroBclQ1S0cIJwQ==",
                  "cpu": [
                        "loong64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-ppc64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.0.tgz",
                  "integrity": "sha512-8Vv6pLuIZCMcgXre6c3nOPhE0gjz1+nZP6T+hwWjr7sVH8k0jRkH+XnfjjOTglyMBdSKBPPz54/y1gToSKwrSQ==",
                  "cpu": [
                        "ppc64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-ppc64-musl": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.0.tgz",
                  "integrity": "sha512-r1te1M0Sm2TBVD/RxBPC6RZVwNqUTwJTA7w+C/IW5v9Ssu6xmxWEi+iJQlpBhtUiT1raJ5b48pI8tBvEjEFnFA==",
                  "cpu": [
                        "ppc64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-riscv64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.0.tgz",
                  "integrity": "sha512-say0uMU/RaPm3CDQLxUUTF2oNWL8ysvHkAjcCzV2znxBr23kFfaxocS9qJm+NdkRhF8wtdEEAJuYcLPhSPbjuQ==",
                  "cpu": [
                        "riscv64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-riscv64-musl": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.0.tgz",
                  "integrity": "sha512-/MU7/HizQGsnBREtRpcSbSV1zfkoxSTR7wLsRmBPQ8FwUj5sykrP1MyJTvsxP5KBq9SyE6kH8UQQQwa0ASeoQQ==",
                  "cpu": [
                        "riscv64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-s390x-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.0.tgz",
                  "integrity": "sha512-Q9eh+gUGILIHEaJf66aF6a414jQbDnn29zeu0eX3dHMuysnhTvsUvZTCAyZ6tJhUjnvzBKE4FtuaYxutxRZpOg==",
                  "cpu": [
                        "s390x"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-x64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz",
                  "integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-linux-x64-musl": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.0.tgz",
                  "integrity": "sha512-XeatKzo4lHDsVEbm1XDHZlhYZZSQYym6dg2X/Ko0kSFgio+KXLsxwJQprnR48GvdIKDOpqWqssC3iBCjoMcMpw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ]
            },
            "node_modules/@rollup/rollup-openbsd-x64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.0.tgz",
                  "integrity": "sha512-Lu71y78F5qOfYmubYLHPcJm74GZLU6UJ4THkf/a1K7Tz2ycwC2VUbsqbJAXaR6Bx70SRdlVrt2+n5l7F0agTUw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "openbsd"
                  ]
            },
            "node_modules/@rollup/rollup-openharmony-arm64": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.0.tgz",
                  "integrity": "sha512-v5xwKDWcu7qhAEcsUubiav7r+48Uk/ENWdr82MBZZRIm7zThSxCIVDfb3ZeRRq9yqk+oIzMdDo6fCcA5DHfMyA==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "openharmony"
                  ]
            },
            "node_modules/@rollup/rollup-win32-arm64-msvc": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.0.tgz",
                  "integrity": "sha512-XnaaaSMGSI6Wk8F4KK3QP7GfuuhjGchElsVerCplUuxRIzdvZ7hRBpLR0omCmw+kI2RFJB80nenhOoGXlJ5TfQ==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ]
            },
            "node_modules/@rollup/rollup-win32-ia32-msvc": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.0.tgz",
                  "integrity": "sha512-3K1lP+3BXY4t4VihLw5MEg6IZD3ojSYzqzBG571W3kNQe4G4CcFpSUQVgurYgib5d+YaCjeFow8QivWp8vuSvA==",
                  "cpu": [
                        "ia32"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ]
            },
            "node_modules/@rollup/rollup-win32-x64-gnu": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.0.tgz",
                  "integrity": "sha512-MDk610P/vJGc5L5ImE4k5s+GZT3en0KoK1MKPXCRgzmksAMk79j4h3k1IerxTNqwDLxsGxStEZVBqG0gIqZqoA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ]
            },
            "node_modules/@rollup/rollup-win32-x64-msvc": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.0.tgz",
                  "integrity": "sha512-Zv7v6q6aV+VslnpwzqKAmrk5JdVkLUzok2208ZXGipjb+msxBr/fJPZyeEXiFgH7k62Ak0SLIfxQRZQvTuf7rQ==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ]
            },
            "node_modules/@supabase/auth-js": {
                  "version": "2.93.3",
                  "resolved": "https://registry.npmmirror.com/@supabase/auth-js/-/auth-js-2.93.3.tgz",
                  "integrity": "sha512-JdnkHZPKexVGSNONtu89RHU4bxz3X9kxx+f5ZnR5osoCIX+vs/MckwWRPZEybAEvlJXt5xjomDb3IB876QCxWQ==",
                  "license": "MIT",
                  "dependencies": {
                        "tslib": "2.8.1"
                  },
                  "engines": {
                        "node": ">=20.0.0"
                  }
            },
            "node_modules/@supabase/functions-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/functions-js/-/functions-js-2.78.0.tgz",
                  "integrity": "sha512-t1jOvArBsOINyqaRee1xJ3gryXLvkBzqnKfi6q3YRzzhJbGS6eXz0pXR5fqmJeB01fLC+1njpf3YhMszdPEF7g==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/node-fetch": "2.6.15",
                        "tslib": "2.8.1"
                  }
            },
            "node_modules/@supabase/node-fetch": {
                  "version": "2.6.15",
                  "resolved": "https://registry.npmmirror.com/@supabase/node-fetch/-/node-fetch-2.6.15.tgz",
                  "integrity": "sha512-1ibVeYUacxWYi9i0cf5efil6adJ9WRyZBLivgjs+AUpewx1F3xPi7gLgaASI2SmIQxPoCEjAsLAzKPgMJVgOUQ==",
                  "license": "MIT",
                  "dependencies": {
                        "whatwg-url": "^5.0.0"
                  },
                  "engines": {
                        "node": "4.x || >=6.0.0"
                  }
            },
            "node_modules/@supabase/postgrest-js": {
                  "version": "2.93.3",
                  "resolved": "https://registry.npmmirror.com/@supabase/postgrest-js/-/postgrest-js-2.93.3.tgz",
                  "integrity": "sha512-+iJ96g94skO2e4clsRSmEXg22NUOjh9BziapsJSAvnB1grOBf/BA8vGtCHjNOA+Z6lvKXL1jwBqcL9+fS1W/Lg==",
                  "license": "MIT",
                  "dependencies": {
                        "tslib": "2.8.1"
                  },
                  "engines": {
                        "node": ">=20.0.0"
                  }
            },
            "node_modules/@supabase/realtime-js": {
                  "version": "2.93.3",
                  "resolved": "https://registry.npmmirror.com/@supabase/realtime-js/-/realtime-js-2.93.3.tgz",
                  "integrity": "sha512-gnYpcFzwy8IkezRP4CDbT5I8jOsiOjrWrqTY1B+7jIriXsnpifmlM6RRjLBm9oD7OwPG0/WksniGPdKW67sXOA==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/phoenix": "^1.6.6",
                        "@types/ws": "^8.18.1",
                        "tslib": "2.8.1",
                        "ws": "^8.18.2"
                  },
                  "engines": {
                        "node": ">=20.0.0"
                  }
            },
            "node_modules/@supabase/storage-js": {
                  "version": "2.93.3",
                  "resolved": "https://registry.npmmirror.com/@supabase/storage-js/-/storage-js-2.93.3.tgz",
                  "integrity": "sha512-cw4qXiLrx3apglDM02Tx/w/stvFlrkKocC6vCvuFAz3JtVEl1zH8MUfDQDTH59kJAQVaVdbewrMWSoBob7REnA==",
                  "license": "MIT",
                  "dependencies": {
                        "iceberg-js": "^0.8.1",
                        "tslib": "2.8.1"
                  },
                  "engines": {
                        "node": ">=20.0.0"
                  }
            },
            "node_modules/@supabase/supabase-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/supabase-js/-/supabase-js-2.78.0.tgz",
                  "integrity": "sha512-xYMRNBFmKp2m1gMuwcp/gr/HlfZKqjye1Ib8kJe29XJNsgwsfO/f8skxnWiscFKTlkOKLuBexNgl5L8dzGt6vA==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/auth-js": "2.78.0",
                        "@supabase/functions-js": "2.78.0",
                        "@supabase/node-fetch": "2.6.15",
                        "@supabase/postgrest-js": "2.78.0",
                        "@supabase/realtime-js": "2.78.0",
                        "@supabase/storage-js": "2.78.0"
                  }
            },
            "node_modules/@supabase/supabase-js/node_modules/@supabase/auth-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/auth-js/-/auth-js-2.78.0.tgz",
                  "integrity": "sha512-cXDtu1U0LeZj/xfnFoV7yCze37TcbNo8FCxy1FpqhMbB9u9QxxDSW6pA5gm/07Ei7m260Lof4CZx67Cu6DPeig==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/node-fetch": "2.6.15",
                        "tslib": "2.8.1"
                  }
            },
            "node_modules/@supabase/supabase-js/node_modules/@supabase/postgrest-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/postgrest-js/-/postgrest-js-2.78.0.tgz",
                  "integrity": "sha512-AwhpYlSvJ+PSnPmIK8sHj7NGDyDENYfQGKrMtpVIEzQA2ApUjgpUGxzXWN4Z0wEtLQsvv7g4y9HVad9Hzo1TNA==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/node-fetch": "2.6.15",
                        "tslib": "2.8.1"
                  }
            },
            "node_modules/@supabase/supabase-js/node_modules/@supabase/realtime-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/realtime-js/-/realtime-js-2.78.0.tgz",
                  "integrity": "sha512-rCs1zmLe7of7hj4s7G9z8rTqzWuNVtmwDr3FiCRCJFawEoa+RQO1xpZGbdeuVvVmKDyVN6b542Okci+117y/LQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/node-fetch": "2.6.15",
                        "@types/phoenix": "^1.6.6",
                        "@types/ws": "^8.18.1",
                        "tslib": "2.8.1",
                        "ws": "^8.18.2"
                  }
            },
            "node_modules/@supabase/supabase-js/node_modules/@supabase/storage-js": {
                  "version": "2.78.0",
                  "resolved": "https://registry.npmmirror.com/@supabase/storage-js/-/storage-js-2.78.0.tgz",
                  "integrity": "sha512-n17P0JbjHOlxqJpkaGFOn97i3EusEKPEbWOpuk1r4t00Wg06B8Z4GUiq0O0n1vUpjiMgJUkLIMuBVp+bEgunzQ==",
                  "license": "MIT",
                  "dependencies": {
                        "@supabase/node-fetch": "2.6.15",
                        "tslib": "2.8.1"
                  }
            },
            "node_modules/@swc/core": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core/-/core-1.15.11.tgz",
                  "integrity": "sha512-iLmLTodbYxU39HhMPaMUooPwO/zqJWvsqkrXv1ZI38rMb048p6N7qtAtTp37sw9NzSrvH6oli8EdDygo09IZ/w==",
                  "dev": true,
                  "hasInstallScript": true,
                  "license": "Apache-2.0",
                  "dependencies": {
                        "@swc/counter": "^0.1.3",
                        "@swc/types": "^0.1.25"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "funding": {
                        "type": "opencollective",
                        "url": "https://opencollective.com/swc"
                  },
                  "optionalDependencies": {
                        "@swc/core-darwin-arm64": "1.15.11",
                        "@swc/core-darwin-x64": "1.15.11",
                        "@swc/core-linux-arm-gnueabihf": "1.15.11",
                        "@swc/core-linux-arm64-gnu": "1.15.11",
                        "@swc/core-linux-arm64-musl": "1.15.11",
                        "@swc/core-linux-x64-gnu": "1.15.11",
                        "@swc/core-linux-x64-musl": "1.15.11",
                        "@swc/core-win32-arm64-msvc": "1.15.11",
                        "@swc/core-win32-ia32-msvc": "1.15.11",
                        "@swc/core-win32-x64-msvc": "1.15.11"
                  },
                  "peerDependencies": {
                        "@swc/helpers": ">=0.5.17"
                  },
                  "peerDependenciesMeta": {
                        "@swc/helpers": {
                              "optional": true
                        }
                  }
            },
            "node_modules/@swc/core-darwin-arm64": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.11.tgz",
                  "integrity": "sha512-QoIupRWVH8AF1TgxYyeA5nS18dtqMuxNwchjBIwJo3RdwLEFiJq6onOx9JAxHtuPwUkIVuU2Xbp+jCJ7Vzmgtg==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-darwin-x64": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.15.11.tgz",
                  "integrity": "sha512-S52Gu1QtPSfBYDiejlcfp9GlN+NjTZBRRNsz8PNwBgSE626/FUf2PcllVUix7jqkoMC+t0rS8t+2/aSWlMuQtA==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-linux-arm-gnueabihf": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.11.tgz",
                  "integrity": "sha512-lXJs8oXo6Z4yCpimpQ8vPeCjkgoHu5NoMvmJZ8qxDyU99KVdg6KwU9H79vzrmB+HfH+dCZ7JGMqMF//f8Cfvdg==",
                  "cpu": [
                        "arm"
                  ],
                  "dev": true,
                  "license": "Apache-2.0",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-linux-arm64-gnu": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.11.tgz",
                  "integrity": "sha512-chRsz1K52/vj8Mfq/QOugVphlKPWlMh10V99qfH41hbGvwAU6xSPd681upO4bKiOr9+mRIZZW+EfJqY42ZzRyA==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-linux-arm64-musl": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.11.tgz",
                  "integrity": "sha512-PYftgsTaGnfDK4m6/dty9ryK1FbLk+LosDJ/RJR2nkXGc8rd+WenXIlvHjWULiBVnS1RsjHHOXmTS4nDhe0v0w==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-linux-x64-gnu": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.11.tgz",
                  "integrity": "sha512-DKtnJKIHiZdARyTKiX7zdRjiDS1KihkQWatQiCHMv+zc2sfwb4Glrodx2VLOX4rsa92NLR0Sw8WLcPEMFY1szQ==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-linux-x64-musl": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.11.tgz",
                  "integrity": "sha512-mUjjntHj4+8WBaiDe5UwRNHuEzLjIWBTSGTw0JT9+C9/Yyuh4KQqlcEQ3ro6GkHmBGXBFpGIj/o5VMyRWfVfWw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "linux"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-win32-arm64-msvc": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.11.tgz",
                  "integrity": "sha512-ZkNNG5zL49YpaFzfl6fskNOSxtcZ5uOYmWBkY4wVAvgbSAQzLRVBp+xArGWh2oXlY/WgL99zQSGTv7RI5E6nzA==",
                  "cpu": [
                        "arm64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-win32-ia32-msvc": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.11.tgz",
                  "integrity": "sha512-6XnzORkZCQzvTQ6cPrU7iaT9+i145oLwnin8JrfsLG41wl26+5cNQ2XV3zcbrnFEV6esjOceom9YO1w9mGJByw==",
                  "cpu": [
                        "ia32"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/core-win32-x64-msvc": {
                  "version": "1.15.11",
                  "resolved": "https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.11.tgz",
                  "integrity": "sha512-IQ2n6af7XKLL6P1gIeZACskSxK8jWtoKpJWLZmdXTDj1MGzktUy4i+FvpdtxFmJWNavRWH1VmTr6kAubRDHeKw==",
                  "cpu": [
                        "x64"
                  ],
                  "dev": true,
                  "license": "Apache-2.0 AND MIT",
                  "optional": true,
                  "os": [
                        "win32"
                  ],
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/@swc/counter": {
                  "version": "0.1.3",
                  "resolved": "https://registry.npmmirror.com/@swc/counter/-/counter-0.1.3.tgz",
                  "integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
                  "dev": true,
                  "license": "Apache-2.0"
            },
            "node_modules/@swc/types": {
                  "version": "0.1.25",
                  "resolved": "https://registry.npmmirror.com/@swc/types/-/types-0.1.25.tgz",
                  "integrity": "sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==",
                  "dev": true,
                  "license": "Apache-2.0",
                  "dependencies": {
                        "@swc/counter": "^0.1.3"
                  }
            },
            "node_modules/@types/d3-array": {
                  "version": "3.2.2",
                  "resolved": "https://registry.npmmirror.com/@types/d3-array/-/d3-array-3.2.2.tgz",
                  "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
                  "license": "MIT"
            },
            "node_modules/@types/d3-color": {
                  "version": "3.1.3",
                  "resolved": "https://registry.npmmirror.com/@types/d3-color/-/d3-color-3.1.3.tgz",
                  "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
                  "license": "MIT"
            },
            "node_modules/@types/d3-ease": {
                  "version": "3.0.2",
                  "resolved": "https://registry.npmmirror.com/@types/d3-ease/-/d3-ease-3.0.2.tgz",
                  "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
                  "license": "MIT"
            },
            "node_modules/@types/d3-interpolate": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmmirror.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
                  "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/d3-color": "*"
                  }
            },
            "node_modules/@types/d3-path": {
                  "version": "3.1.1",
                  "resolved": "https://registry.npmmirror.com/@types/d3-path/-/d3-path-3.1.1.tgz",
                  "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
                  "license": "MIT"
            },
            "node_modules/@types/d3-scale": {
                  "version": "4.0.9",
                  "resolved": "https://registry.npmmirror.com/@types/d3-scale/-/d3-scale-4.0.9.tgz",
                  "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/d3-time": "*"
                  }
            },
            "node_modules/@types/d3-shape": {
                  "version": "3.1.8",
                  "resolved": "https://registry.npmmirror.com/@types/d3-shape/-/d3-shape-3.1.8.tgz",
                  "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/d3-path": "*"
                  }
            },
            "node_modules/@types/d3-time": {
                  "version": "3.0.4",
                  "resolved": "https://registry.npmmirror.com/@types/d3-time/-/d3-time-3.0.4.tgz",
                  "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
                  "license": "MIT"
            },
            "node_modules/@types/d3-timer": {
                  "version": "3.0.2",
                  "resolved": "https://registry.npmmirror.com/@types/d3-timer/-/d3-timer-3.0.2.tgz",
                  "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
                  "license": "MIT"
            },
            "node_modules/@types/estree": {
                  "version": "1.0.8",
                  "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
                  "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
                  "dev": true,
                  "license": "MIT"
            },
            "node_modules/@types/node": {
                  "version": "20.19.30",
                  "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.19.30.tgz",
                  "integrity": "sha512-WJtwWJu7UdlvzEAUm484QNg5eAoq5QR08KDNx7g45Usrs2NtOPiX8ugDqmKdXkyL03rBqU5dYNYVQetEpBHq2g==",
                  "license": "MIT",
                  "dependencies": {
                        "undici-types": "~6.21.0"
                  }
            },
            "node_modules/@types/node-fetch": {
                  "version": "2.6.13",
                  "resolved": "https://registry.npmmirror.com/@types/node-fetch/-/node-fetch-2.6.13.tgz",
                  "integrity": "sha512-QGpRVpzSaUs30JBSGPjOg4Uveu384erbHBoT1zeONvyCfwQxIkUshLAOqN/k9EjGviPRmWTTe6aH2qySWKTVSw==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/node": "*",
                        "form-data": "^4.0.4"
                  }
            },
            "node_modules/@types/phoenix": {
                  "version": "1.6.7",
                  "resolved": "https://registry.npmmirror.com/@types/phoenix/-/phoenix-1.6.7.tgz",
                  "integrity": "sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==",
                  "license": "MIT"
            },
            "node_modules/@types/react": {
                  "version": "19.2.10",
                  "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz",
                  "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==",
                  "devOptional": true,
                  "license": "MIT",
                  "dependencies": {
                        "csstype": "^3.2.2"
                  }
            },
            "node_modules/@types/react-dom": {
                  "version": "19.2.3",
                  "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
                  "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
                  "devOptional": true,
                  "license": "MIT",
                  "peerDependencies": {
                        "@types/react": "^19.2.0"
                  }
            },
            "node_modules/@types/ws": {
                  "version": "8.18.1",
                  "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.18.1.tgz",
                  "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
                  "license": "MIT",
                  "dependencies": {
                        "@types/node": "*"
                  }
            },
            "node_modules/@vitejs/plugin-react-swc": {
                  "version": "3.11.0",
                  "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react-swc/-/plugin-react-swc-3.11.0.tgz",
                  "integrity": "sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==",
                  "dev": true,
                  "license": "MIT",
                  "dependencies": {
                        "@rolldown/pluginutils": "1.0.0-beta.27",
                        "@swc/core": "^1.12.11"
                  },
                  "peerDependencies": {
                        "vite": "^4 || ^5 || ^6 || ^7"
                  }
            },
            "node_modules/abort-controller": {
                  "version": "3.0.0",
                  "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
                  "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
                  "license": "MIT",
                  "dependencies": {
                        "event-target-shim": "^5.0.0"
                  },
                  "engines": {
                        "node": ">=6.5"
                  }
            },
            "node_modules/agentkeepalive": {
                  "version": "4.6.0",
                  "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-4.6.0.tgz",
                  "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==",
                  "license": "MIT",
                  "dependencies": {
                        "humanize-ms": "^1.2.1"
                  },
                  "engines": {
                        "node": ">= 8.0.0"
                  }
            },
            "node_modules/aria-hidden": {
                  "version": "1.2.6",
                  "resolved": "https://registry.npmmirror.com/aria-hidden/-/aria-hidden-1.2.6.tgz",
                  "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
                  "license": "MIT",
                  "dependencies": {
                        "tslib": "^2.0.0"
                  },
                  "engines": {
                        "node": ">=10"
                  }
            },
            "node_modules/asynckit": {
                  "version": "0.4.0",
                  "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
                  "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
                  "license": "MIT"
            },
            "node_modules/call-bind-apply-helpers": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
                  "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
                  "license": "MIT",
                  "dependencies": {
                        "es-errors": "^1.3.0",
                        "function-bind": "^1.1.2"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/class-variance-authority": {
                  "version": "0.7.1",
                  "resolved": "https://registry.npmmirror.com/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
                  "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
                  "license": "Apache-2.0",
                  "dependencies": {
                        "clsx": "^2.1.1"
                  },
                  "funding": {
                        "url": "https://polar.sh/cva"
                  }
            },
            "node_modules/clsx": {
                  "version": "2.1.1",
                  "resolved": "https://registry.npmmirror.com/clsx/-/clsx-2.1.1.tgz",
                  "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=6"
                  }
            },
            "node_modules/cmdk": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/cmdk/-/cmdk-1.1.1.tgz",
                  "integrity": "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-compose-refs": "^1.1.1",
                        "@radix-ui/react-dialog": "^1.1.6",
                        "@radix-ui/react-id": "^1.1.0",
                        "@radix-ui/react-primitive": "^2.0.2"
                  },
                  "peerDependencies": {
                        "react": "^18 || ^19 || ^19.0.0-rc",
                        "react-dom": "^18 || ^19 || ^19.0.0-rc"
                  }
            },
            "node_modules/combined-stream": {
                  "version": "1.0.8",
                  "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
                  "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
                  "license": "MIT",
                  "dependencies": {
                        "delayed-stream": "~1.0.0"
                  },
                  "engines": {
                        "node": ">= 0.8"
                  }
            },
            "node_modules/csstype": {
                  "version": "3.2.3",
                  "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
                  "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
                  "license": "MIT"
            },
            "node_modules/d3-array": {
                  "version": "3.2.4",
                  "resolved": "https://registry.npmmirror.com/d3-array/-/d3-array-3.2.4.tgz",
                  "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
                  "license": "ISC",
                  "dependencies": {
                        "internmap": "1 - 2"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-color": {
                  "version": "3.1.0",
                  "resolved": "https://registry.npmmirror.com/d3-color/-/d3-color-3.1.0.tgz",
                  "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
                  "license": "ISC",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-ease": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmmirror.com/d3-ease/-/d3-ease-3.0.1.tgz",
                  "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
                  "license": "BSD-3-Clause",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-format": {
                  "version": "3.1.2",
                  "resolved": "https://registry.npmmirror.com/d3-format/-/d3-format-3.1.2.tgz",
                  "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
                  "license": "ISC",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-interpolate": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmmirror.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
                  "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
                  "license": "ISC",
                  "dependencies": {
                        "d3-color": "1 - 3"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-path": {
                  "version": "3.1.0",
                  "resolved": "https://registry.npmmirror.com/d3-path/-/d3-path-3.1.0.tgz",
                  "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
                  "license": "ISC",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-scale": {
                  "version": "4.0.2",
                  "resolved": "https://registry.npmmirror.com/d3-scale/-/d3-scale-4.0.2.tgz",
                  "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
                  "license": "ISC",
                  "dependencies": {
                        "d3-array": "2.10.0 - 3",
                        "d3-format": "1 - 3",
                        "d3-interpolate": "1.2.0 - 3",
                        "d3-time": "2.1.1 - 3",
                        "d3-time-format": "2 - 4"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-shape": {
                  "version": "3.2.0",
                  "resolved": "https://registry.npmmirror.com/d3-shape/-/d3-shape-3.2.0.tgz",
                  "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
                  "license": "ISC",
                  "dependencies": {
                        "d3-path": "^3.1.0"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-time": {
                  "version": "3.1.0",
                  "resolved": "https://registry.npmmirror.com/d3-time/-/d3-time-3.1.0.tgz",
                  "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
                  "license": "ISC",
                  "dependencies": {
                        "d3-array": "2 - 3"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-time-format": {
                  "version": "4.1.0",
                  "resolved": "https://registry.npmmirror.com/d3-time-format/-/d3-time-format-4.1.0.tgz",
                  "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
                  "license": "ISC",
                  "dependencies": {
                        "d3-time": "1 - 3"
                  },
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/d3-timer": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmmirror.com/d3-timer/-/d3-timer-3.0.1.tgz",
                  "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
                  "license": "ISC",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/date-fns": {
                  "version": "3.6.0",
                  "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-3.6.0.tgz",
                  "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
                  "license": "MIT",
                  "peer": true,
                  "funding": {
                        "type": "github",
                        "url": "https://github.com/sponsors/kossnocorp"
                  }
            },
            "node_modules/decimal.js-light": {
                  "version": "2.5.1",
                  "resolved": "https://registry.npmmirror.com/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
                  "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
                  "license": "MIT"
            },
            "node_modules/delayed-stream": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
                  "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=0.4.0"
                  }
            },
            "node_modules/detect-node-es": {
                  "version": "1.1.0",
                  "resolved": "https://registry.npmmirror.com/detect-node-es/-/detect-node-es-1.1.0.tgz",
                  "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
                  "license": "MIT"
            },
            "node_modules/dom-helpers": {
                  "version": "5.2.1",
                  "resolved": "https://registry.npmmirror.com/dom-helpers/-/dom-helpers-5.2.1.tgz",
                  "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
                  "license": "MIT",
                  "dependencies": {
                        "@babel/runtime": "^7.8.7",
                        "csstype": "^3.0.2"
                  }
            },
            "node_modules/dunder-proto": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
                  "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
                  "license": "MIT",
                  "dependencies": {
                        "call-bind-apply-helpers": "^1.0.1",
                        "es-errors": "^1.3.0",
                        "gopd": "^1.2.0"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/embla-carousel": {
                  "version": "8.6.0",
                  "resolved": "https://registry.npmmirror.com/embla-carousel/-/embla-carousel-8.6.0.tgz",
                  "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
                  "license": "MIT"
            },
            "node_modules/embla-carousel-react": {
                  "version": "8.6.0",
                  "resolved": "https://registry.npmmirror.com/embla-carousel-react/-/embla-carousel-react-8.6.0.tgz",
                  "integrity": "sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==",
                  "license": "MIT",
                  "dependencies": {
                        "embla-carousel": "8.6.0",
                        "embla-carousel-reactive-utils": "8.6.0"
                  },
                  "peerDependencies": {
                        "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  }
            },
            "node_modules/embla-carousel-reactive-utils": {
                  "version": "8.6.0",
                  "resolved": "https://registry.npmmirror.com/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
                  "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
                  "license": "MIT",
                  "peerDependencies": {
                        "embla-carousel": "8.6.0"
                  }
            },
            "node_modules/es-define-property": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
                  "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/es-errors": {
                  "version": "1.3.0",
                  "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
                  "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/es-object-atoms": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
                  "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
                  "license": "MIT",
                  "dependencies": {
                        "es-errors": "^1.3.0"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/es-set-tostringtag": {
                  "version": "2.1.0",
                  "resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
                  "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
                  "license": "MIT",
                  "dependencies": {
                        "es-errors": "^1.3.0",
                        "get-intrinsic": "^1.2.6",
                        "has-tostringtag": "^1.0.2",
                        "hasown": "^2.0.2"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/esbuild": {
                  "version": "0.25.12",
                  "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.25.12.tgz",
                  "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
                  "dev": true,
                  "hasInstallScript": true,
                  "license": "MIT",
                  "bin": {
                        "esbuild": "bin/esbuild"
                  },
                  "engines": {
                        "node": ">=18"
                  },
                  "optionalDependencies": {
                        "@esbuild/aix-ppc64": "0.25.12",
                        "@esbuild/android-arm": "0.25.12",
                        "@esbuild/android-arm64": "0.25.12",
                        "@esbuild/android-x64": "0.25.12",
                        "@esbuild/darwin-arm64": "0.25.12",
                        "@esbuild/darwin-x64": "0.25.12",
                        "@esbuild/freebsd-arm64": "0.25.12",
                        "@esbuild/freebsd-x64": "0.25.12",
                        "@esbuild/linux-arm": "0.25.12",
                        "@esbuild/linux-arm64": "0.25.12",
                        "@esbuild/linux-ia32": "0.25.12",
                        "@esbuild/linux-loong64": "0.25.12",
                        "@esbuild/linux-mips64el": "0.25.12",
                        "@esbuild/linux-ppc64": "0.25.12",
                        "@esbuild/linux-riscv64": "0.25.12",
                        "@esbuild/linux-s390x": "0.25.12",
                        "@esbuild/linux-x64": "0.25.12",
                        "@esbuild/netbsd-arm64": "0.25.12",
                        "@esbuild/netbsd-x64": "0.25.12",
                        "@esbuild/openbsd-arm64": "0.25.12",
                        "@esbuild/openbsd-x64": "0.25.12",
                        "@esbuild/openharmony-arm64": "0.25.12",
                        "@esbuild/sunos-x64": "0.25.12",
                        "@esbuild/win32-arm64": "0.25.12",
                        "@esbuild/win32-ia32": "0.25.12",
                        "@esbuild/win32-x64": "0.25.12"
                  }
            },
            "node_modules/event-target-shim": {
                  "version": "5.0.1",
                  "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
                  "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=6"
                  }
            },
            "node_modules/eventemitter3": {
                  "version": "4.0.7",
                  "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
                  "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
                  "license": "MIT"
            },
            "node_modules/fast-equals": {
                  "version": "5.4.0",
                  "resolved": "https://registry.npmmirror.com/fast-equals/-/fast-equals-5.4.0.tgz",
                  "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=6.0.0"
                  }
            },
            "node_modules/fdir": {
                  "version": "6.5.0",
                  "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
                  "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
                  "dev": true,
                  "license": "MIT",
                  "engines": {
                        "node": ">=12.0.0"
                  },
                  "peerDependencies": {
                        "picomatch": "^3 || ^4"
                  },
                  "peerDependenciesMeta": {
                        "picomatch": {
                              "optional": true
                        }
                  }
            },
            "node_modules/form-data": {
                  "version": "4.0.5",
                  "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
                  "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
                  "license": "MIT",
                  "dependencies": {
                        "asynckit": "^0.4.0",
                        "combined-stream": "^1.0.8",
                        "es-set-tostringtag": "^2.1.0",
                        "hasown": "^2.0.2",
                        "mime-types": "^2.1.12"
                  },
                  "engines": {
                        "node": ">= 6"
                  }
            },
            "node_modules/form-data-encoder": {
                  "version": "1.7.2",
                  "resolved": "https://registry.npmmirror.com/form-data-encoder/-/form-data-encoder-1.7.2.tgz",
                  "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==",
                  "license": "MIT"
            },
            "node_modules/formdata-node": {
                  "version": "4.4.1",
                  "resolved": "https://registry.npmmirror.com/formdata-node/-/formdata-node-4.4.1.tgz",
                  "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==",
                  "license": "MIT",
                  "dependencies": {
                        "node-domexception": "1.0.0",
                        "web-streams-polyfill": "4.0.0-beta.3"
                  },
                  "engines": {
                        "node": ">= 12.20"
                  }
            },
            "node_modules/fsevents": {
                  "version": "2.3.3",
                  "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
                  "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
                  "dev": true,
                  "hasInstallScript": true,
                  "license": "MIT",
                  "optional": true,
                  "os": [
                        "darwin"
                  ],
                  "engines": {
                        "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
                  }
            },
            "node_modules/function-bind": {
                  "version": "1.1.2",
                  "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
                  "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
                  "license": "MIT",
                  "funding": {
                        "url": "https://github.com/sponsors/ljharb"
                  }
            },
            "node_modules/get-intrinsic": {
                  "version": "1.3.0",
                  "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
                  "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
                  "license": "MIT",
                  "dependencies": {
                        "call-bind-apply-helpers": "^1.0.2",
                        "es-define-property": "^1.0.1",
                        "es-errors": "^1.3.0",
                        "es-object-atoms": "^1.1.1",
                        "function-bind": "^1.1.2",
                        "get-proto": "^1.0.1",
                        "gopd": "^1.2.0",
                        "has-symbols": "^1.1.0",
                        "hasown": "^2.0.2",
                        "math-intrinsics": "^1.1.0"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/ljharb"
                  }
            },
            "node_modules/get-nonce": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmmirror.com/get-nonce/-/get-nonce-1.0.1.tgz",
                  "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=6"
                  }
            },
            "node_modules/get-proto": {
                  "version": "1.0.1",
                  "resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
                  "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
                  "license": "MIT",
                  "dependencies": {
                        "dunder-proto": "^1.0.1",
                        "es-object-atoms": "^1.0.0"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/gopd": {
                  "version": "1.2.0",
                  "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
                  "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.4"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/ljharb"
                  }
            },
            "node_modules/has-symbols": {
                  "version": "1.1.0",
                  "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
                  "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.4"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/ljharb"
                  }
            },
            "node_modules/has-tostringtag": {
                  "version": "1.0.2",
                  "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
                  "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
                  "license": "MIT",
                  "dependencies": {
                        "has-symbols": "^1.0.3"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/ljharb"
                  }
            },
            "node_modules/hasown": {
                  "version": "2.0.2",
                  "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
                  "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
                  "license": "MIT",
                  "dependencies": {
                        "function-bind": "^1.1.2"
                  },
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/hono": {
                  "version": "4.11.7",
                  "resolved": "https://registry.npmmirror.com/hono/-/hono-4.11.7.tgz",
                  "integrity": "sha512-l7qMiNee7t82bH3SeyUCt9UF15EVmaBvsppY2zQtrbIhl/yzBTny+YUxsVjSjQ6gaqaeVtZmGocom8TzBlA4Yw==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=16.9.0"
                  }
            },
            "node_modules/humanize-ms": {
                  "version": "1.2.1",
                  "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
                  "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
                  "license": "MIT",
                  "dependencies": {
                        "ms": "^2.0.0"
                  }
            },
            "node_modules/iceberg-js": {
                  "version": "0.8.1",
                  "resolved": "https://registry.npmmirror.com/iceberg-js/-/iceberg-js-0.8.1.tgz",
                  "integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=20.0.0"
                  }
            },
            "node_modules/input-otp": {
                  "version": "1.4.2",
                  "resolved": "https://registry.npmmirror.com/input-otp/-/input-otp-1.4.2.tgz",
                  "integrity": "sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==",
                  "license": "MIT",
                  "peerDependencies": {
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
                  }
            },
            "node_modules/internmap": {
                  "version": "2.0.3",
                  "resolved": "https://registry.npmmirror.com/internmap/-/internmap-2.0.3.tgz",
                  "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
                  "license": "ISC",
                  "engines": {
                        "node": ">=12"
                  }
            },
            "node_modules/js-tokens": {
                  "version": "4.0.0",
                  "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz",
                  "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
                  "license": "MIT"
            },
            "node_modules/jsbarcode": {
                  "version": "3.12.3",
                  "resolved": "https://registry.npmjs.org/jsbarcode/-/jsbarcode-3.12.3.tgz",
                  "integrity": "sha512-CuHU9hC6dPsHF5oVFMo8NW76uQVjH4L22CsP4hW+dNnGywJHC/B0ThA1CTDVLnxKLrrpYdicBLnd2xsgTfRnvg==",
                  "license": "MIT"
            },
            "node_modules/lodash": {
                  "version": "4.17.23",
                  "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.23.tgz",
                  "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
                  "license": "MIT"
            },
            "node_modules/loose-envify": {
                  "version": "1.4.0",
                  "resolved": "https://registry.npmmirror.com/loose-envify/-/loose-envify-1.4.0.tgz",
                  "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
                  "license": "MIT",
                  "dependencies": {
                        "js-tokens": "^3.0.0 || ^4.0.0"
                  },
                  "bin": {
                        "loose-envify": "cli.js"
                  }
            },
            "node_modules/lucide-react": {
                  "version": "0.487.0",
                  "resolved": "https://registry.npmmirror.com/lucide-react/-/lucide-react-0.487.0.tgz",
                  "integrity": "sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==",
                  "license": "ISC",
                  "peerDependencies": {
                        "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  }
            },
            "node_modules/math-intrinsics": {
                  "version": "1.1.0",
                  "resolved": "https://registry.npmmirror.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
                  "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.4"
                  }
            },
            "node_modules/mime-db": {
                  "version": "1.52.0",
                  "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
                  "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 0.6"
                  }
            },
            "node_modules/mime-types": {
                  "version": "2.1.35",
                  "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
                  "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
                  "license": "MIT",
                  "dependencies": {
                        "mime-db": "1.52.0"
                  },
                  "engines": {
                        "node": ">= 0.6"
                  }
            },
            "node_modules/ms": {
                  "version": "2.1.3",
                  "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
                  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
                  "license": "MIT"
            },
            "node_modules/nanoid": {
                  "version": "3.3.11",
                  "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
                  "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
                  "dev": true,
                  "funding": [
                        {
                              "type": "github",
                              "url": "https://github.com/sponsors/ai"
                        }
                  ],
                  "license": "MIT",
                  "bin": {
                        "nanoid": "bin/nanoid.cjs"
                  },
                  "engines": {
                        "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
                  }
            },
            "node_modules/next-themes": {
                  "version": "0.4.6",
                  "resolved": "https://registry.npmmirror.com/next-themes/-/next-themes-0.4.6.tgz",
                  "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
                  "license": "MIT",
                  "peerDependencies": {
                        "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
                  }
            },
            "node_modules/node-domexception": {
                  "version": "1.0.0",
                  "resolved": "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz",
                  "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
                  "deprecated": "Use your platform's native DOMException instead",
                  "funding": [
                        {
                              "type": "github",
                              "url": "https://github.com/sponsors/jimmywarting"
                        },
                        {
                              "type": "github",
                              "url": "https://paypal.me/jimmywarting"
                        }
                  ],
                  "license": "MIT",
                  "engines": {
                        "node": ">=10.5.0"
                  }
            },
            "node_modules/node-fetch": {
                  "version": "2.7.0",
                  "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
                  "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
                  "license": "MIT",
                  "dependencies": {
                        "whatwg-url": "^5.0.0"
                  },
                  "engines": {
                        "node": "4.x || >=6.0.0"
                  },
                  "peerDependencies": {
                        "encoding": "^0.1.0"
                  },
                  "peerDependenciesMeta": {
                        "encoding": {
                              "optional": true
                        }
                  }
            },
            "node_modules/object-assign": {
                  "version": "4.1.1",
                  "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
                  "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=0.10.0"
                  }
            },
            "node_modules/openai": {
                  "version": "4.104.0",
                  "resolved": "https://registry.npmmirror.com/openai/-/openai-4.104.0.tgz",
                  "integrity": "sha512-p99EFNsA/yX6UhVO93f5kJsDRLAg+CTA2RBqdHK4RtK8u5IJw32Hyb2dTGKbnnFmnuoBv5r7Z2CURI9sGZpSuA==",
                  "license": "Apache-2.0",
                  "dependencies": {
                        "@types/node": "^18.11.18",
                        "@types/node-fetch": "^2.6.4",
                        "abort-controller": "^3.0.0",
                        "agentkeepalive": "^4.2.1",
                        "form-data-encoder": "1.7.2",
                        "formdata-node": "^4.3.2",
                        "node-fetch": "^2.6.7"
                  },
                  "bin": {
                        "openai": "bin/cli"
                  },
                  "peerDependencies": {
                        "ws": "^8.18.0",
                        "zod": "^3.23.8"
                  },
                  "peerDependenciesMeta": {
                        "ws": {
                              "optional": true
                        },
                        "zod": {
                              "optional": true
                        }
                  }
            },
            "node_modules/openai/node_modules/@types/node": {
                  "version": "18.19.130",
                  "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.130.tgz",
                  "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
                  "license": "MIT",
                  "dependencies": {
                        "undici-types": "~5.26.4"
                  }
            },
            "node_modules/openai/node_modules/undici-types": {
                  "version": "5.26.5",
                  "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
                  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
                  "license": "MIT"
            },
            "node_modules/picocolors": {
                  "version": "1.1.1",
                  "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
                  "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
                  "dev": true,
                  "license": "ISC"
            },
            "node_modules/picomatch": {
                  "version": "4.0.3",
                  "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.3.tgz",
                  "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
                  "dev": true,
                  "license": "MIT",
                  "engines": {
                        "node": ">=12"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/jonschlinkert"
                  }
            },
            "node_modules/postcss": {
                  "version": "8.5.6",
                  "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
                  "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
                  "dev": true,
                  "funding": [
                        {
                              "type": "opencollective",
                              "url": "https://opencollective.com/postcss/"
                        },
                        {
                              "type": "tidelift",
                              "url": "https://tidelift.com/funding/github/npm/postcss"
                        },
                        {
                              "type": "github",
                              "url": "https://github.com/sponsors/ai"
                        }
                  ],
                  "license": "MIT",
                  "dependencies": {
                        "nanoid": "^3.3.11",
                        "picocolors": "^1.1.1",
                        "source-map-js": "^1.2.1"
                  },
                  "engines": {
                        "node": "^10 || ^12 || >=14"
                  }
            },
            "node_modules/prop-types": {
                  "version": "15.8.1",
                  "resolved": "https://registry.npmmirror.com/prop-types/-/prop-types-15.8.1.tgz",
                  "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
                  "license": "MIT",
                  "dependencies": {
                        "loose-envify": "^1.4.0",
                        "object-assign": "^4.1.1",
                        "react-is": "^16.13.1"
                  }
            },
            "node_modules/prop-types/node_modules/react-is": {
                  "version": "16.13.1",
                  "resolved": "https://registry.npmmirror.com/react-is/-/react-is-16.13.1.tgz",
                  "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
                  "license": "MIT"
            },
            "node_modules/qrcode.react": {
                  "version": "4.2.0",
                  "resolved": "https://registry.npmjs.org/qrcode.react/-/qrcode.react-4.2.0.tgz",
                  "integrity": "sha512-QpgqWi8rD9DsS9EP3z7BT+5lY5SFhsqGjpgW5DY/i3mK4M9DTBNz3ErMi8BWYEfI3L0d8GIbGmcdFAS1uIRGjA==",
                  "license": "ISC",
                  "peerDependencies": {
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  }
            },
            "node_modules/react": {
                  "version": "18.3.1",
                  "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
                  "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
                  "license": "MIT",
                  "dependencies": {
                        "loose-envify": "^1.1.0"
                  },
                  "engines": {
                        "node": ">=0.10.0"
                  }
            },
            "node_modules/react-day-picker": {
                  "version": "8.10.1",
                  "resolved": "https://registry.npmmirror.com/react-day-picker/-/react-day-picker-8.10.1.tgz",
                  "integrity": "sha512-TMx7fNbhLk15eqcMt+7Z7S2KF7mfTId/XJDjKE8f+IUcFn0l08/kI4FiYTL/0yuOLmEcbR4Fwe3GJf/NiiMnPA==",
                  "license": "MIT",
                  "funding": {
                        "type": "individual",
                        "url": "https://github.com/sponsors/gpbl"
                  },
                  "peerDependencies": {
                        "date-fns": "^2.28.0 || ^3.0.0",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
                  }
            },
            "node_modules/react-dom": {
                  "version": "18.3.1",
                  "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-18.3.1.tgz",
                  "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
                  "license": "MIT",
                  "dependencies": {
                        "loose-envify": "^1.1.0",
                        "scheduler": "^0.23.2"
                  },
                  "peerDependencies": {
                        "react": "^18.3.1"
                  }
            },
            "node_modules/react-hook-form": {
                  "version": "7.71.1",
                  "resolved": "https://registry.npmmirror.com/react-hook-form/-/react-hook-form-7.71.1.tgz",
                  "integrity": "sha512-9SUJKCGKo8HUSsCO+y0CtqkqI5nNuaDqTxyqPsZPqIwudpj4rCrAz/jZV+jn57bx5gtZKOh3neQu94DXMc+w5w==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=18.0.0"
                  },
                  "funding": {
                        "type": "opencollective",
                        "url": "https://opencollective.com/react-hook-form"
                  },
                  "peerDependencies": {
                        "react": "^16.8.0 || ^17 || ^18 || ^19"
                  }
            },
            "node_modules/react-is": {
                  "version": "18.3.1",
                  "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.3.1.tgz",
                  "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
                  "license": "MIT"
            },
            "node_modules/react-remove-scroll": {
                  "version": "2.7.2",
                  "resolved": "https://registry.npmmirror.com/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz",
                  "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==",
                  "license": "MIT",
                  "dependencies": {
                        "react-remove-scroll-bar": "^2.3.7",
                        "react-style-singleton": "^2.2.3",
                        "tslib": "^2.1.0",
                        "use-callback-ref": "^1.3.3",
                        "use-sidecar": "^1.1.3"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/react-remove-scroll-bar": {
                  "version": "2.3.8",
                  "resolved": "https://registry.npmmirror.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
                  "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
                  "license": "MIT",
                  "dependencies": {
                        "react-style-singleton": "^2.2.2",
                        "tslib": "^2.0.0"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/react-resizable-panels": {
                  "version": "2.1.9",
                  "resolved": "https://registry.npmmirror.com/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz",
                  "integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==",
                  "license": "MIT",
                  "peerDependencies": {
                        "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
                        "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  }
            },
            "node_modules/react-smooth": {
                  "version": "4.0.4",
                  "resolved": "https://registry.npmmirror.com/react-smooth/-/react-smooth-4.0.4.tgz",
                  "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
                  "license": "MIT",
                  "dependencies": {
                        "fast-equals": "^5.0.1",
                        "prop-types": "^15.8.1",
                        "react-transition-group": "^4.4.5"
                  },
                  "peerDependencies": {
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
                        "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  }
            },
            "node_modules/react-style-singleton": {
                  "version": "2.2.3",
                  "resolved": "https://registry.npmmirror.com/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
                  "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
                  "license": "MIT",
                  "dependencies": {
                        "get-nonce": "^1.0.0",
                        "tslib": "^2.0.0"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/react-transition-group": {
                  "version": "4.4.5",
                  "resolved": "https://registry.npmmirror.com/react-transition-group/-/react-transition-group-4.4.5.tgz",
                  "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
                  "license": "BSD-3-Clause",
                  "dependencies": {
                        "@babel/runtime": "^7.5.5",
                        "dom-helpers": "^5.0.1",
                        "loose-envify": "^1.4.0",
                        "prop-types": "^15.6.2"
                  },
                  "peerDependencies": {
                        "react": ">=16.6.0",
                        "react-dom": ">=16.6.0"
                  }
            },
            "node_modules/recharts": {
                  "version": "2.15.4",
                  "resolved": "https://registry.npmmirror.com/recharts/-/recharts-2.15.4.tgz",
                  "integrity": "sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==",
                  "license": "MIT",
                  "dependencies": {
                        "clsx": "^2.0.0",
                        "eventemitter3": "^4.0.1",
                        "lodash": "^4.17.21",
                        "react-is": "^18.3.1",
                        "react-smooth": "^4.0.4",
                        "recharts-scale": "^0.4.4",
                        "tiny-invariant": "^1.3.1",
                        "victory-vendor": "^36.6.8"
                  },
                  "engines": {
                        "node": ">=14"
                  },
                  "peerDependencies": {
                        "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
                        "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  }
            },
            "node_modules/recharts-scale": {
                  "version": "0.4.5",
                  "resolved": "https://registry.npmmirror.com/recharts-scale/-/recharts-scale-0.4.5.tgz",
                  "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
                  "license": "MIT",
                  "dependencies": {
                        "decimal.js-light": "^2.4.1"
                  }
            },
            "node_modules/rollup": {
                  "version": "4.57.0",
                  "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.57.0.tgz",
                  "integrity": "sha512-e5lPJi/aui4TO1LpAXIRLySmwXSE8k3b9zoGfd42p67wzxog4WHjiZF3M2uheQih4DGyc25QEV4yRBbpueNiUA==",
                  "dev": true,
                  "license": "MIT",
                  "dependencies": {
                        "@types/estree": "1.0.8"
                  },
                  "bin": {
                        "rollup": "dist/bin/rollup"
                  },
                  "engines": {
                        "node": ">=18.0.0",
                        "npm": ">=8.0.0"
                  },
                  "optionalDependencies": {
                        "@rollup/rollup-android-arm-eabi": "4.57.0",
                        "@rollup/rollup-android-arm64": "4.57.0",
                        "@rollup/rollup-darwin-arm64": "4.57.0",
                        "@rollup/rollup-darwin-x64": "4.57.0",
                        "@rollup/rollup-freebsd-arm64": "4.57.0",
                        "@rollup/rollup-freebsd-x64": "4.57.0",
                        "@rollup/rollup-linux-arm-gnueabihf": "4.57.0",
                        "@rollup/rollup-linux-arm-musleabihf": "4.57.0",
                        "@rollup/rollup-linux-arm64-gnu": "4.57.0",
                        "@rollup/rollup-linux-arm64-musl": "4.57.0",
                        "@rollup/rollup-linux-loong64-gnu": "4.57.0",
                        "@rollup/rollup-linux-loong64-musl": "4.57.0",
                        "@rollup/rollup-linux-ppc64-gnu": "4.57.0",
                        "@rollup/rollup-linux-ppc64-musl": "4.57.0",
                        "@rollup/rollup-linux-riscv64-gnu": "4.57.0",
                        "@rollup/rollup-linux-riscv64-musl": "4.57.0",
                        "@rollup/rollup-linux-s390x-gnu": "4.57.0",
                        "@rollup/rollup-linux-x64-gnu": "4.57.0",
                        "@rollup/rollup-linux-x64-musl": "4.57.0",
                        "@rollup/rollup-openbsd-x64": "4.57.0",
                        "@rollup/rollup-openharmony-arm64": "4.57.0",
                        "@rollup/rollup-win32-arm64-msvc": "4.57.0",
                        "@rollup/rollup-win32-ia32-msvc": "4.57.0",
                        "@rollup/rollup-win32-x64-gnu": "4.57.0",
                        "@rollup/rollup-win32-x64-msvc": "4.57.0",
                        "fsevents": "~2.3.2"
                  }
            },
            "node_modules/scheduler": {
                  "version": "0.23.2",
                  "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.23.2.tgz",
                  "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
                  "license": "MIT",
                  "dependencies": {
                        "loose-envify": "^1.1.0"
                  }
            },
            "node_modules/sonner": {
                  "version": "2.0.7",
                  "resolved": "https://registry.npmmirror.com/sonner/-/sonner-2.0.7.tgz",
                  "integrity": "sha512-W6ZN4p58k8aDKA4XPcx2hpIQXBRAgyiWVkYhT7CvK6D3iAu7xjvVyhQHg2/iaKJZ1XVJ4r7XuwGL+WGEK37i9w==",
                  "license": "MIT",
                  "peerDependencies": {
                        "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
                        "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  }
            },
            "node_modules/source-map-js": {
                  "version": "1.2.1",
                  "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
                  "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
                  "dev": true,
                  "license": "BSD-3-Clause",
                  "engines": {
                        "node": ">=0.10.0"
                  }
            },
            "node_modules/tailwind-merge": {
                  "version": "3.4.0",
                  "resolved": "https://registry.npmmirror.com/tailwind-merge/-/tailwind-merge-3.4.0.tgz",
                  "integrity": "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==",
                  "license": "MIT",
                  "funding": {
                        "type": "github",
                        "url": "https://github.com/sponsors/dcastil"
                  }
            },
            "node_modules/tiny-invariant": {
                  "version": "1.3.3",
                  "resolved": "https://registry.npmmirror.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
                  "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
                  "license": "MIT"
            },
            "node_modules/tinyglobby": {
                  "version": "0.2.15",
                  "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.15.tgz",
                  "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
                  "dev": true,
                  "license": "MIT",
                  "dependencies": {
                        "fdir": "^6.5.0",
                        "picomatch": "^4.0.3"
                  },
                  "engines": {
                        "node": ">=12.0.0"
                  },
                  "funding": {
                        "url": "https://github.com/sponsors/SuperchupuDev"
                  }
            },
            "node_modules/tr46": {
                  "version": "0.0.3",
                  "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
                  "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
                  "license": "MIT"
            },
            "node_modules/tslib": {
                  "version": "2.8.1",
                  "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
                  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
                  "license": "0BSD"
            },
            "node_modules/undici-types": {
                  "version": "6.21.0",
                  "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.21.0.tgz",
                  "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
                  "license": "MIT"
            },
            "node_modules/use-callback-ref": {
                  "version": "1.3.3",
                  "resolved": "https://registry.npmmirror.com/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
                  "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
                  "license": "MIT",
                  "dependencies": {
                        "tslib": "^2.0.0"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/use-sidecar": {
                  "version": "1.1.3",
                  "resolved": "https://registry.npmmirror.com/use-sidecar/-/use-sidecar-1.1.3.tgz",
                  "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
                  "license": "MIT",
                  "dependencies": {
                        "detect-node-es": "^1.1.0",
                        "tslib": "^2.0.0"
                  },
                  "engines": {
                        "node": ">=10"
                  },
                  "peerDependencies": {
                        "@types/react": "*",
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
                  },
                  "peerDependenciesMeta": {
                        "@types/react": {
                              "optional": true
                        }
                  }
            },
            "node_modules/use-sync-external-store": {
                  "version": "1.6.0",
                  "resolved": "https://registry.npmmirror.com/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
                  "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
                  "license": "MIT",
                  "peerDependencies": {
                        "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
                  }
            },
            "node_modules/vaul": {
                  "version": "1.1.2",
                  "resolved": "https://registry.npmmirror.com/vaul/-/vaul-1.1.2.tgz",
                  "integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==",
                  "license": "MIT",
                  "dependencies": {
                        "@radix-ui/react-dialog": "^1.1.1"
                  },
                  "peerDependencies": {
                        "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
                        "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
                  }
            },
            "node_modules/victory-vendor": {
                  "version": "36.9.2",
                  "resolved": "https://registry.npmmirror.com/victory-vendor/-/victory-vendor-36.9.2.tgz",
                  "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
                  "license": "MIT AND ISC",
                  "dependencies": {
                        "@types/d3-array": "^3.0.3",
                        "@types/d3-ease": "^3.0.0",
                        "@types/d3-interpolate": "^3.0.1",
                        "@types/d3-scale": "^4.0.2",
                        "@types/d3-shape": "^3.1.0",
                        "@types/d3-time": "^3.0.0",
                        "@types/d3-timer": "^3.0.0",
                        "d3-array": "^3.1.6",
                        "d3-ease": "^3.0.1",
                        "d3-interpolate": "^3.0.1",
                        "d3-scale": "^4.0.2",
                        "d3-shape": "^3.1.0",
                        "d3-time": "^3.0.0",
                        "d3-timer": "^3.0.1"
                  }
            },
            "node_modules/vite": {
                  "version": "6.3.5",
                  "resolved": "https://registry.npmmirror.com/vite/-/vite-6.3.5.tgz",
                  "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
                  "dev": true,
                  "license": "MIT",
                  "dependencies": {
                        "esbuild": "^0.25.0",
                        "fdir": "^6.4.4",
                        "picomatch": "^4.0.2",
                        "postcss": "^8.5.3",
                        "rollup": "^4.34.9",
                        "tinyglobby": "^0.2.13"
                  },
                  "bin": {
                        "vite": "bin/vite.js"
                  },
                  "engines": {
                        "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
                  },
                  "funding": {
                        "url": "https://github.com/vitejs/vite?sponsor=1"
                  },
                  "optionalDependencies": {
                        "fsevents": "~2.3.3"
                  },
                  "peerDependencies": {
                        "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
                        "jiti": ">=1.21.0",
                        "less": "*",
                        "lightningcss": "^1.21.0",
                        "sass": "*",
                        "sass-embedded": "*",
                        "stylus": "*",
                        "sugarss": "*",
                        "terser": "^5.16.0",
                        "tsx": "^4.8.1",
                        "yaml": "^2.4.2"
                  },
                  "peerDependenciesMeta": {
                        "@types/node": {
                              "optional": true
                        },
                        "jiti": {
                              "optional": true
                        },
                        "less": {
                              "optional": true
                        },
                        "lightningcss": {
                              "optional": true
                        },
                        "sass": {
                              "optional": true
                        },
                        "sass-embedded": {
                              "optional": true
                        },
                        "stylus": {
                              "optional": true
                        },
                        "sugarss": {
                              "optional": true
                        },
                        "terser": {
                              "optional": true
                        },
                        "tsx": {
                              "optional": true
                        },
                        "yaml": {
                              "optional": true
                        }
                  }
            },
            "node_modules/web-streams-polyfill": {
                  "version": "4.0.0-beta.3",
                  "resolved": "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz",
                  "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==",
                  "license": "MIT",
                  "engines": {
                        "node": ">= 14"
                  }
            },
            "node_modules/webidl-conversions": {
                  "version": "3.0.1",
                  "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
                  "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
                  "license": "BSD-2-Clause"
            },
            "node_modules/whatwg-url": {
                  "version": "5.0.0",
                  "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
                  "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
                  "license": "MIT",
                  "dependencies": {
                        "tr46": "~0.0.3",
                        "webidl-conversions": "^3.0.0"
                  }
            },
            "node_modules/ws": {
                  "version": "8.19.0",
                  "resolved": "https://registry.npmmirror.com/ws/-/ws-8.19.0.tgz",
                  "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
                  "license": "MIT",
                  "engines": {
                        "node": ">=10.0.0"
                  },
                  "peerDependencies": {
                        "bufferutil": "^4.0.1",
                        "utf-8-validate": ">=5.0.2"
                  },
                  "peerDependenciesMeta": {
                        "bufferutil": {
                              "optional": true
                        },
                        "utf-8-validate": {
                              "optional": true
                        }
                  }
            }
      }
}