Spaces:
Sleeping
Sleeping
fix
Browse files- pnpm-lock.yaml +712 -0
pnpm-lock.yaml
CHANGED
|
@@ -38,6 +38,9 @@ importers:
|
|
| 38 |
'@radix-ui/react-navigation-menu':
|
| 39 |
specifier: ^1.2.5
|
| 40 |
version: 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
|
|
|
|
|
|
|
|
| 41 |
'@radix-ui/react-select':
|
| 42 |
specifier: ^2.1.6
|
| 43 |
version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
@@ -95,6 +98,9 @@ importers:
|
|
| 95 |
react-dom:
|
| 96 |
specifier: ^19.2.0
|
| 97 |
version: 19.2.6(react@19.2.6)
|
|
|
|
|
|
|
|
|
|
| 98 |
sonner:
|
| 99 |
specifier: ^2.0.0
|
| 100 |
version: 2.0.7(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
@@ -628,6 +634,19 @@ packages:
|
|
| 628 |
'@types/react-dom':
|
| 629 |
optional: true
|
| 630 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 631 |
'@radix-ui/react-popper@1.2.8':
|
| 632 |
resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
|
| 633 |
peerDependencies:
|
|
@@ -1134,15 +1153,30 @@ packages:
|
|
| 1134 |
'@types/babel__traverse@7.28.0':
|
| 1135 |
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
| 1136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1137 |
'@types/estree@1.0.9':
|
| 1138 |
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
| 1139 |
|
|
|
|
|
|
|
|
|
|
| 1140 |
'@types/json-schema@7.0.15':
|
| 1141 |
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
| 1142 |
|
| 1143 |
'@types/json5@0.0.29':
|
| 1144 |
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
| 1145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1146 |
'@types/node@22.19.19':
|
| 1147 |
resolution: {integrity: sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==}
|
| 1148 |
|
|
@@ -1154,6 +1188,12 @@ packages:
|
|
| 1154 |
'@types/react@19.2.15':
|
| 1155 |
resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==}
|
| 1156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1157 |
'@typescript-eslint/eslint-plugin@8.60.0':
|
| 1158 |
resolution: {integrity: sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==}
|
| 1159 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
@@ -1213,6 +1253,9 @@ packages:
|
|
| 1213 |
resolution: {integrity: sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==}
|
| 1214 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 1215 |
|
|
|
|
|
|
|
|
|
|
| 1216 |
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
| 1217 |
resolution: {integrity: sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==}
|
| 1218 |
cpu: [arm]
|
|
@@ -1400,6 +1443,9 @@ packages:
|
|
| 1400 |
babel-plugin-react-compiler@1.0.0:
|
| 1401 |
resolution: {integrity: sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==}
|
| 1402 |
|
|
|
|
|
|
|
|
|
|
| 1403 |
balanced-match@1.0.2:
|
| 1404 |
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
| 1405 |
|
|
@@ -1443,10 +1489,25 @@ packages:
|
|
| 1443 |
caniuse-lite@1.0.30001793:
|
| 1444 |
resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==}
|
| 1445 |
|
|
|
|
|
|
|
|
|
|
| 1446 |
chalk@4.1.2:
|
| 1447 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
| 1448 |
engines: {node: '>=10'}
|
| 1449 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1450 |
class-variance-authority@0.7.1:
|
| 1451 |
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
| 1452 |
|
|
@@ -1465,6 +1526,9 @@ packages:
|
|
| 1465 |
color-name@1.1.4:
|
| 1466 |
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
| 1467 |
|
|
|
|
|
|
|
|
|
|
| 1468 |
concat-map@0.0.1:
|
| 1469 |
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
| 1470 |
|
|
@@ -1512,6 +1576,9 @@ packages:
|
|
| 1512 |
supports-color:
|
| 1513 |
optional: true
|
| 1514 |
|
|
|
|
|
|
|
|
|
|
| 1515 |
deep-is@0.1.4:
|
| 1516 |
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
| 1517 |
|
|
@@ -1523,6 +1590,10 @@ packages:
|
|
| 1523 |
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
| 1524 |
engines: {node: '>= 0.4'}
|
| 1525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1526 |
detect-libc@2.1.2:
|
| 1527 |
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
| 1528 |
engines: {node: '>=8'}
|
|
@@ -1530,6 +1601,9 @@ packages:
|
|
| 1530 |
detect-node-es@1.1.0:
|
| 1531 |
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
| 1532 |
|
|
|
|
|
|
|
|
|
|
| 1533 |
doctrine@2.1.0:
|
| 1534 |
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
|
| 1535 |
engines: {node: '>=0.10.0'}
|
|
@@ -1707,10 +1781,16 @@ packages:
|
|
| 1707 |
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
| 1708 |
engines: {node: '>=4.0'}
|
| 1709 |
|
|
|
|
|
|
|
|
|
|
| 1710 |
esutils@2.0.3:
|
| 1711 |
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
| 1712 |
engines: {node: '>=0.10.0'}
|
| 1713 |
|
|
|
|
|
|
|
|
|
|
| 1714 |
fast-deep-equal@3.1.3:
|
| 1715 |
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
| 1716 |
|
|
@@ -1844,12 +1924,21 @@ packages:
|
|
| 1844 |
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
|
| 1845 |
engines: {node: '>= 0.4'}
|
| 1846 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1847 |
hermes-estree@0.25.1:
|
| 1848 |
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
| 1849 |
|
| 1850 |
hermes-parser@0.25.1:
|
| 1851 |
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
| 1852 |
|
|
|
|
|
|
|
|
|
|
| 1853 |
ignore@5.3.2:
|
| 1854 |
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
| 1855 |
engines: {node: '>= 4'}
|
|
@@ -1866,6 +1955,9 @@ packages:
|
|
| 1866 |
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
| 1867 |
engines: {node: '>=0.8.19'}
|
| 1868 |
|
|
|
|
|
|
|
|
|
|
| 1869 |
input-otp@1.4.2:
|
| 1870 |
resolution: {integrity: sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==}
|
| 1871 |
peerDependencies:
|
|
@@ -1876,6 +1968,12 @@ packages:
|
|
| 1876 |
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
| 1877 |
engines: {node: '>= 0.4'}
|
| 1878 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1879 |
is-array-buffer@3.0.5:
|
| 1880 |
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
|
| 1881 |
engines: {node: '>= 0.4'}
|
|
@@ -1911,6 +2009,9 @@ packages:
|
|
| 1911 |
resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
|
| 1912 |
engines: {node: '>= 0.4'}
|
| 1913 |
|
|
|
|
|
|
|
|
|
|
| 1914 |
is-extglob@2.1.1:
|
| 1915 |
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
| 1916 |
engines: {node: '>=0.10.0'}
|
|
@@ -1931,6 +2032,9 @@ packages:
|
|
| 1931 |
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
| 1932 |
engines: {node: '>=0.10.0'}
|
| 1933 |
|
|
|
|
|
|
|
|
|
|
| 1934 |
is-map@2.0.3:
|
| 1935 |
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
| 1936 |
engines: {node: '>= 0.4'}
|
|
@@ -1943,6 +2047,10 @@ packages:
|
|
| 1943 |
resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==}
|
| 1944 |
engines: {node: '>= 0.4'}
|
| 1945 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1946 |
is-regex@1.2.1:
|
| 1947 |
resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
|
| 1948 |
engines: {node: '>= 0.4'}
|
|
@@ -2130,6 +2238,9 @@ packages:
|
|
| 2130 |
lodash.merge@4.6.2:
|
| 2131 |
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
| 2132 |
|
|
|
|
|
|
|
|
|
|
| 2133 |
loose-envify@1.4.0:
|
| 2134 |
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
| 2135 |
hasBin: true
|
|
@@ -2149,6 +2260,93 @@ packages:
|
|
| 2149 |
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
| 2150 |
engines: {node: '>= 0.4'}
|
| 2151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2152 |
minimatch@10.2.5:
|
| 2153 |
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
|
| 2154 |
engines: {node: 18 || 20 || >=22}
|
|
@@ -2235,6 +2433,9 @@ packages:
|
|
| 2235 |
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
| 2236 |
engines: {node: '>=6'}
|
| 2237 |
|
|
|
|
|
|
|
|
|
|
| 2238 |
path-exists@4.0.0:
|
| 2239 |
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
| 2240 |
engines: {node: '>=8'}
|
|
@@ -2338,6 +2539,9 @@ packages:
|
|
| 2338 |
prop-types@15.8.1:
|
| 2339 |
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
| 2340 |
|
|
|
|
|
|
|
|
|
|
| 2341 |
punycode@2.3.1:
|
| 2342 |
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
| 2343 |
engines: {node: '>=6'}
|
|
@@ -2356,6 +2560,12 @@ packages:
|
|
| 2356 |
react-is@16.13.1:
|
| 2357 |
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
| 2358 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2359 |
react-refresh@0.18.0:
|
| 2360 |
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
| 2361 |
engines: {node: '>=0.10.0'}
|
|
@@ -2407,6 +2617,12 @@ packages:
|
|
| 2407 |
resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
|
| 2408 |
engines: {node: '>= 0.4'}
|
| 2409 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2410 |
require-directory@2.1.1:
|
| 2411 |
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
| 2412 |
engines: {node: '>=0.10.0'}
|
|
@@ -2505,6 +2721,9 @@ packages:
|
|
| 2505 |
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
| 2506 |
engines: {node: '>=0.10.0'}
|
| 2507 |
|
|
|
|
|
|
|
|
|
|
| 2508 |
stable-hash-x@0.2.0:
|
| 2509 |
resolution: {integrity: sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==}
|
| 2510 |
engines: {node: '>=12.0.0'}
|
|
@@ -2536,6 +2755,9 @@ packages:
|
|
| 2536 |
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
| 2537 |
engines: {node: '>= 0.4'}
|
| 2538 |
|
|
|
|
|
|
|
|
|
|
| 2539 |
strip-ansi@6.0.1:
|
| 2540 |
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
| 2541 |
engines: {node: '>=8'}
|
|
@@ -2548,6 +2770,12 @@ packages:
|
|
| 2548 |
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
| 2549 |
engines: {node: '>=8'}
|
| 2550 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2551 |
supports-color@7.2.0:
|
| 2552 |
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
| 2553 |
engines: {node: '>=8'}
|
|
@@ -2581,6 +2809,12 @@ packages:
|
|
| 2581 |
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
| 2582 |
hasBin: true
|
| 2583 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2584 |
ts-api-utils@2.5.0:
|
| 2585 |
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
| 2586 |
engines: {node: '>=18.12'}
|
|
@@ -2635,6 +2869,24 @@ packages:
|
|
| 2635 |
undici-types@6.21.0:
|
| 2636 |
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
| 2637 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2638 |
unrs-resolver@1.12.2:
|
| 2639 |
resolution: {integrity: sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==}
|
| 2640 |
|
|
@@ -2672,6 +2924,12 @@ packages:
|
|
| 2672 |
peerDependencies:
|
| 2673 |
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
| 2674 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2675 |
vite-plugin-full-reload@1.2.0:
|
| 2676 |
resolution: {integrity: sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==}
|
| 2677 |
|
|
@@ -2775,6 +3033,9 @@ packages:
|
|
| 2775 |
zod@4.4.3:
|
| 2776 |
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
|
| 2777 |
|
|
|
|
|
|
|
|
|
|
| 2778 |
snapshots:
|
| 2779 |
|
| 2780 |
'@babel/code-frame@7.29.7':
|
|
@@ -3293,6 +3554,29 @@ snapshots:
|
|
| 3293 |
'@types/react': 19.2.15
|
| 3294 |
'@types/react-dom': 19.2.3(@types/react@19.2.15)
|
| 3295 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3296 |
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)':
|
| 3297 |
dependencies:
|
| 3298 |
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
@@ -3732,12 +4016,30 @@ snapshots:
|
|
| 3732 |
dependencies:
|
| 3733 |
'@babel/types': 7.29.7
|
| 3734 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3735 |
'@types/estree@1.0.9': {}
|
| 3736 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3737 |
'@types/json-schema@7.0.15': {}
|
| 3738 |
|
| 3739 |
'@types/json5@0.0.29': {}
|
| 3740 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3741 |
'@types/node@22.19.19':
|
| 3742 |
dependencies:
|
| 3743 |
undici-types: 6.21.0
|
|
@@ -3750,6 +4052,10 @@ snapshots:
|
|
| 3750 |
dependencies:
|
| 3751 |
csstype: 3.2.3
|
| 3752 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3753 |
'@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3)':
|
| 3754 |
dependencies:
|
| 3755 |
'@eslint-community/regexpp': 4.12.2
|
|
@@ -3841,6 +4147,8 @@ snapshots:
|
|
| 3841 |
'@typescript-eslint/types': 8.60.0
|
| 3842 |
eslint-visitor-keys: 5.0.1
|
| 3843 |
|
|
|
|
|
|
|
| 3844 |
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
| 3845 |
optional: true
|
| 3846 |
|
|
@@ -4025,6 +4333,8 @@ snapshots:
|
|
| 4025 |
dependencies:
|
| 4026 |
'@babel/types': 7.29.7
|
| 4027 |
|
|
|
|
|
|
|
| 4028 |
balanced-match@1.0.2: {}
|
| 4029 |
|
| 4030 |
balanced-match@4.0.4: {}
|
|
@@ -4069,11 +4379,21 @@ snapshots:
|
|
| 4069 |
|
| 4070 |
caniuse-lite@1.0.30001793: {}
|
| 4071 |
|
|
|
|
|
|
|
| 4072 |
chalk@4.1.2:
|
| 4073 |
dependencies:
|
| 4074 |
ansi-styles: 4.3.0
|
| 4075 |
supports-color: 7.2.0
|
| 4076 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4077 |
class-variance-authority@0.7.1:
|
| 4078 |
dependencies:
|
| 4079 |
clsx: 2.1.1
|
|
@@ -4092,6 +4412,8 @@ snapshots:
|
|
| 4092 |
|
| 4093 |
color-name@1.1.4: {}
|
| 4094 |
|
|
|
|
|
|
|
| 4095 |
concat-map@0.0.1: {}
|
| 4096 |
|
| 4097 |
concurrently@9.2.1:
|
|
@@ -4139,6 +4461,10 @@ snapshots:
|
|
| 4139 |
dependencies:
|
| 4140 |
ms: 2.1.3
|
| 4141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4142 |
deep-is@0.1.4: {}
|
| 4143 |
|
| 4144 |
define-data-property@1.1.4:
|
|
@@ -4153,10 +4479,16 @@ snapshots:
|
|
| 4153 |
has-property-descriptors: 1.0.2
|
| 4154 |
object-keys: 1.1.1
|
| 4155 |
|
|
|
|
|
|
|
| 4156 |
detect-libc@2.1.2: {}
|
| 4157 |
|
| 4158 |
detect-node-es@1.1.0: {}
|
| 4159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4160 |
doctrine@2.1.0:
|
| 4161 |
dependencies:
|
| 4162 |
esutils: 2.0.3
|
|
@@ -4458,8 +4790,12 @@ snapshots:
|
|
| 4458 |
|
| 4459 |
estraverse@5.3.0: {}
|
| 4460 |
|
|
|
|
|
|
|
| 4461 |
esutils@2.0.3: {}
|
| 4462 |
|
|
|
|
|
|
|
| 4463 |
fast-deep-equal@3.1.3: {}
|
| 4464 |
|
| 4465 |
fast-json-stable-stringify@2.1.0: {}
|
|
@@ -4581,12 +4917,38 @@ snapshots:
|
|
| 4581 |
dependencies:
|
| 4582 |
function-bind: 1.1.2
|
| 4583 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4584 |
hermes-estree@0.25.1: {}
|
| 4585 |
|
| 4586 |
hermes-parser@0.25.1:
|
| 4587 |
dependencies:
|
| 4588 |
hermes-estree: 0.25.1
|
| 4589 |
|
|
|
|
|
|
|
| 4590 |
ignore@5.3.2: {}
|
| 4591 |
|
| 4592 |
ignore@7.0.5: {}
|
|
@@ -4598,6 +4960,8 @@ snapshots:
|
|
| 4598 |
|
| 4599 |
imurmurhash@0.1.4: {}
|
| 4600 |
|
|
|
|
|
|
|
| 4601 |
input-otp@1.4.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
|
| 4602 |
dependencies:
|
| 4603 |
react: 19.2.6
|
|
@@ -4609,6 +4973,13 @@ snapshots:
|
|
| 4609 |
hasown: 2.0.3
|
| 4610 |
side-channel: 1.1.0
|
| 4611 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4612 |
is-array-buffer@3.0.5:
|
| 4613 |
dependencies:
|
| 4614 |
call-bind: 1.0.9
|
|
@@ -4653,6 +5024,8 @@ snapshots:
|
|
| 4653 |
call-bound: 1.0.4
|
| 4654 |
has-tostringtag: 1.0.2
|
| 4655 |
|
|
|
|
|
|
|
| 4656 |
is-extglob@2.1.1: {}
|
| 4657 |
|
| 4658 |
is-finalizationregistry@1.1.1:
|
|
@@ -4673,6 +5046,8 @@ snapshots:
|
|
| 4673 |
dependencies:
|
| 4674 |
is-extglob: 2.1.1
|
| 4675 |
|
|
|
|
|
|
|
| 4676 |
is-map@2.0.3: {}
|
| 4677 |
|
| 4678 |
is-negative-zero@2.0.3: {}
|
|
@@ -4682,6 +5057,8 @@ snapshots:
|
|
| 4682 |
call-bound: 1.0.4
|
| 4683 |
has-tostringtag: 1.0.2
|
| 4684 |
|
|
|
|
|
|
|
| 4685 |
is-regex@1.2.1:
|
| 4686 |
dependencies:
|
| 4687 |
call-bound: 1.0.4
|
|
@@ -4838,6 +5215,8 @@ snapshots:
|
|
| 4838 |
|
| 4839 |
lodash.merge@4.6.2: {}
|
| 4840 |
|
|
|
|
|
|
|
| 4841 |
loose-envify@1.4.0:
|
| 4842 |
dependencies:
|
| 4843 |
js-tokens: 4.0.0
|
|
@@ -4856,6 +5235,228 @@ snapshots:
|
|
| 4856 |
|
| 4857 |
math-intrinsics@1.1.0: {}
|
| 4858 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4859 |
minimatch@10.2.5:
|
| 4860 |
dependencies:
|
| 4861 |
brace-expansion: 5.0.6
|
|
@@ -4952,6 +5553,16 @@ snapshots:
|
|
| 4952 |
dependencies:
|
| 4953 |
callsites: 3.1.0
|
| 4954 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4955 |
path-exists@4.0.0: {}
|
| 4956 |
|
| 4957 |
path-key@3.1.1: {}
|
|
@@ -4986,6 +5597,8 @@ snapshots:
|
|
| 4986 |
object-assign: 4.1.1
|
| 4987 |
react-is: 16.13.1
|
| 4988 |
|
|
|
|
|
|
|
| 4989 |
punycode@2.3.1: {}
|
| 4990 |
|
| 4991 |
react-aria@3.48.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
|
|
@@ -5009,6 +5622,24 @@ snapshots:
|
|
| 5009 |
|
| 5010 |
react-is@16.13.1: {}
|
| 5011 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5012 |
react-refresh@0.18.0: {}
|
| 5013 |
|
| 5014 |
react-remove-scroll-bar@2.3.8(@types/react@19.2.15)(react@19.2.6):
|
|
@@ -5070,6 +5701,23 @@ snapshots:
|
|
| 5070 |
gopd: 1.2.0
|
| 5071 |
set-function-name: 2.0.2
|
| 5072 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5073 |
require-directory@2.1.1: {}
|
| 5074 |
|
| 5075 |
resolve-from@4.0.0: {}
|
|
@@ -5200,6 +5848,8 @@ snapshots:
|
|
| 5200 |
|
| 5201 |
source-map-js@1.2.1: {}
|
| 5202 |
|
|
|
|
|
|
|
| 5203 |
stable-hash-x@0.2.0: {}
|
| 5204 |
|
| 5205 |
stop-iteration-iterator@1.1.0:
|
|
@@ -5257,6 +5907,11 @@ snapshots:
|
|
| 5257 |
define-properties: 1.2.1
|
| 5258 |
es-object-atoms: 1.1.2
|
| 5259 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5260 |
strip-ansi@6.0.1:
|
| 5261 |
dependencies:
|
| 5262 |
ansi-regex: 5.0.1
|
|
@@ -5265,6 +5920,14 @@ snapshots:
|
|
| 5265 |
|
| 5266 |
strip-json-comments@3.1.1: {}
|
| 5267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5268 |
supports-color@7.2.0:
|
| 5269 |
dependencies:
|
| 5270 |
has-flag: 4.0.0
|
|
@@ -5290,6 +5953,10 @@ snapshots:
|
|
| 5290 |
|
| 5291 |
tree-kill@1.2.2: {}
|
| 5292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5293 |
ts-api-utils@2.5.0(typescript@5.9.3):
|
| 5294 |
dependencies:
|
| 5295 |
typescript: 5.9.3
|
|
@@ -5364,6 +6031,39 @@ snapshots:
|
|
| 5364 |
|
| 5365 |
undici-types@6.21.0: {}
|
| 5366 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5367 |
unrs-resolver@1.12.2:
|
| 5368 |
dependencies:
|
| 5369 |
napi-postinstall: 0.3.4
|
|
@@ -5420,6 +6120,16 @@ snapshots:
|
|
| 5420 |
dependencies:
|
| 5421 |
react: 19.2.6
|
| 5422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5423 |
vite-plugin-full-reload@1.2.0:
|
| 5424 |
dependencies:
|
| 5425 |
picocolors: 1.1.1
|
|
@@ -5513,3 +6223,5 @@ snapshots:
|
|
| 5513 |
zod: 4.4.3
|
| 5514 |
|
| 5515 |
zod@4.4.3: {}
|
|
|
|
|
|
|
|
|
| 38 |
'@radix-ui/react-navigation-menu':
|
| 39 |
specifier: ^1.2.5
|
| 40 |
version: 1.2.14(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 41 |
+
'@radix-ui/react-popover':
|
| 42 |
+
specifier: ^1.1.15
|
| 43 |
+
version: 1.1.15(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 44 |
'@radix-ui/react-select':
|
| 45 |
specifier: ^2.1.6
|
| 46 |
version: 2.2.6(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
|
|
| 98 |
react-dom:
|
| 99 |
specifier: ^19.2.0
|
| 100 |
version: 19.2.6(react@19.2.6)
|
| 101 |
+
react-markdown:
|
| 102 |
+
specifier: ^10.1.0
|
| 103 |
+
version: 10.1.0(@types/react@19.2.15)(react@19.2.6)
|
| 104 |
sonner:
|
| 105 |
specifier: ^2.0.0
|
| 106 |
version: 2.0.7(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
|
|
| 634 |
'@types/react-dom':
|
| 635 |
optional: true
|
| 636 |
|
| 637 |
+
'@radix-ui/react-popover@1.1.15':
|
| 638 |
+
resolution: {integrity: sha512-kr0X2+6Yy/vJzLYJUPCZEc8SfQcf+1COFoAqauJm74umQhta9M7lNJHP7QQS3vkvcGLQUbWpMzwrXYwrYztHKA==}
|
| 639 |
+
peerDependencies:
|
| 640 |
+
'@types/react': '*'
|
| 641 |
+
'@types/react-dom': '*'
|
| 642 |
+
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
| 643 |
+
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
| 644 |
+
peerDependenciesMeta:
|
| 645 |
+
'@types/react':
|
| 646 |
+
optional: true
|
| 647 |
+
'@types/react-dom':
|
| 648 |
+
optional: true
|
| 649 |
+
|
| 650 |
'@radix-ui/react-popper@1.2.8':
|
| 651 |
resolution: {integrity: sha512-0NJQ4LFFUuWkE7Oxf0htBKS6zLkkjBH+hM1uk7Ng705ReR8m/uelduy1DBo0PyBXPKVnBA6YBlU94MBGXrSBCw==}
|
| 652 |
peerDependencies:
|
|
|
|
| 1153 |
'@types/babel__traverse@7.28.0':
|
| 1154 |
resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
|
| 1155 |
|
| 1156 |
+
'@types/debug@4.1.13':
|
| 1157 |
+
resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
|
| 1158 |
+
|
| 1159 |
+
'@types/estree-jsx@1.0.5':
|
| 1160 |
+
resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
|
| 1161 |
+
|
| 1162 |
'@types/estree@1.0.9':
|
| 1163 |
resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
|
| 1164 |
|
| 1165 |
+
'@types/hast@3.0.4':
|
| 1166 |
+
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
|
| 1167 |
+
|
| 1168 |
'@types/json-schema@7.0.15':
|
| 1169 |
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
| 1170 |
|
| 1171 |
'@types/json5@0.0.29':
|
| 1172 |
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
|
| 1173 |
|
| 1174 |
+
'@types/mdast@4.0.4':
|
| 1175 |
+
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
|
| 1176 |
+
|
| 1177 |
+
'@types/ms@2.1.0':
|
| 1178 |
+
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
| 1179 |
+
|
| 1180 |
'@types/node@22.19.19':
|
| 1181 |
resolution: {integrity: sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==}
|
| 1182 |
|
|
|
|
| 1188 |
'@types/react@19.2.15':
|
| 1189 |
resolution: {integrity: sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==}
|
| 1190 |
|
| 1191 |
+
'@types/unist@2.0.11':
|
| 1192 |
+
resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
|
| 1193 |
+
|
| 1194 |
+
'@types/unist@3.0.3':
|
| 1195 |
+
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
| 1196 |
+
|
| 1197 |
'@typescript-eslint/eslint-plugin@8.60.0':
|
| 1198 |
resolution: {integrity: sha512-QYb/sa74/s7OKMbACMjrYnGspj9Hs5YI5aaffSL65UfeBUzVzBJfVo3oWSpbzPurvm7yaCCo2Lk7lVj610HqKw==}
|
| 1199 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
|
|
| 1253 |
resolution: {integrity: sha512-9WI52t8ZGLVGrPMBet25yAftqY/n95+zmoUUtJBBQTKDSKUu7OsPTroT2op7U9JatkoRccL0YkWDNMFfC4Sjxg==}
|
| 1254 |
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
| 1255 |
|
| 1256 |
+
'@ungap/structured-clone@1.3.1':
|
| 1257 |
+
resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==}
|
| 1258 |
+
|
| 1259 |
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
| 1260 |
resolution: {integrity: sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==}
|
| 1261 |
cpu: [arm]
|
|
|
|
| 1443 |
babel-plugin-react-compiler@1.0.0:
|
| 1444 |
resolution: {integrity: sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==}
|
| 1445 |
|
| 1446 |
+
bail@2.0.2:
|
| 1447 |
+
resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
|
| 1448 |
+
|
| 1449 |
balanced-match@1.0.2:
|
| 1450 |
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
| 1451 |
|
|
|
|
| 1489 |
caniuse-lite@1.0.30001793:
|
| 1490 |
resolution: {integrity: sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==}
|
| 1491 |
|
| 1492 |
+
ccount@2.0.1:
|
| 1493 |
+
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
| 1494 |
+
|
| 1495 |
chalk@4.1.2:
|
| 1496 |
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
| 1497 |
engines: {node: '>=10'}
|
| 1498 |
|
| 1499 |
+
character-entities-html4@2.1.0:
|
| 1500 |
+
resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
|
| 1501 |
+
|
| 1502 |
+
character-entities-legacy@3.0.0:
|
| 1503 |
+
resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
|
| 1504 |
+
|
| 1505 |
+
character-entities@2.0.2:
|
| 1506 |
+
resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
|
| 1507 |
+
|
| 1508 |
+
character-reference-invalid@2.0.1:
|
| 1509 |
+
resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
|
| 1510 |
+
|
| 1511 |
class-variance-authority@0.7.1:
|
| 1512 |
resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
|
| 1513 |
|
|
|
|
| 1526 |
color-name@1.1.4:
|
| 1527 |
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
| 1528 |
|
| 1529 |
+
comma-separated-tokens@2.0.3:
|
| 1530 |
+
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
|
| 1531 |
+
|
| 1532 |
concat-map@0.0.1:
|
| 1533 |
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
| 1534 |
|
|
|
|
| 1576 |
supports-color:
|
| 1577 |
optional: true
|
| 1578 |
|
| 1579 |
+
decode-named-character-reference@1.3.0:
|
| 1580 |
+
resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
|
| 1581 |
+
|
| 1582 |
deep-is@0.1.4:
|
| 1583 |
resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
|
| 1584 |
|
|
|
|
| 1590 |
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
| 1591 |
engines: {node: '>= 0.4'}
|
| 1592 |
|
| 1593 |
+
dequal@2.0.3:
|
| 1594 |
+
resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
|
| 1595 |
+
engines: {node: '>=6'}
|
| 1596 |
+
|
| 1597 |
detect-libc@2.1.2:
|
| 1598 |
resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
|
| 1599 |
engines: {node: '>=8'}
|
|
|
|
| 1601 |
detect-node-es@1.1.0:
|
| 1602 |
resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
|
| 1603 |
|
| 1604 |
+
devlop@1.1.0:
|
| 1605 |
+
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
| 1606 |
+
|
| 1607 |
doctrine@2.1.0:
|
| 1608 |
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
|
| 1609 |
engines: {node: '>=0.10.0'}
|
|
|
|
| 1781 |
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
|
| 1782 |
engines: {node: '>=4.0'}
|
| 1783 |
|
| 1784 |
+
estree-util-is-identifier-name@3.0.0:
|
| 1785 |
+
resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
|
| 1786 |
+
|
| 1787 |
esutils@2.0.3:
|
| 1788 |
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
|
| 1789 |
engines: {node: '>=0.10.0'}
|
| 1790 |
|
| 1791 |
+
extend@3.0.2:
|
| 1792 |
+
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
|
| 1793 |
+
|
| 1794 |
fast-deep-equal@3.1.3:
|
| 1795 |
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
|
| 1796 |
|
|
|
|
| 1924 |
resolution: {integrity: sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==}
|
| 1925 |
engines: {node: '>= 0.4'}
|
| 1926 |
|
| 1927 |
+
hast-util-to-jsx-runtime@2.3.6:
|
| 1928 |
+
resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
|
| 1929 |
+
|
| 1930 |
+
hast-util-whitespace@3.0.0:
|
| 1931 |
+
resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
|
| 1932 |
+
|
| 1933 |
hermes-estree@0.25.1:
|
| 1934 |
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
| 1935 |
|
| 1936 |
hermes-parser@0.25.1:
|
| 1937 |
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
| 1938 |
|
| 1939 |
+
html-url-attributes@3.0.1:
|
| 1940 |
+
resolution: {integrity: sha512-ol6UPyBWqsrO6EJySPz2O7ZSr856WDrEzM5zMqp+FJJLGMW35cLYmmZnl0vztAZxRUoNZJFTCohfjuIJ8I4QBQ==}
|
| 1941 |
+
|
| 1942 |
ignore@5.3.2:
|
| 1943 |
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
| 1944 |
engines: {node: '>= 4'}
|
|
|
|
| 1955 |
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
| 1956 |
engines: {node: '>=0.8.19'}
|
| 1957 |
|
| 1958 |
+
inline-style-parser@0.2.7:
|
| 1959 |
+
resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
|
| 1960 |
+
|
| 1961 |
input-otp@1.4.2:
|
| 1962 |
resolution: {integrity: sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==}
|
| 1963 |
peerDependencies:
|
|
|
|
| 1968 |
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
| 1969 |
engines: {node: '>= 0.4'}
|
| 1970 |
|
| 1971 |
+
is-alphabetical@2.0.1:
|
| 1972 |
+
resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
|
| 1973 |
+
|
| 1974 |
+
is-alphanumerical@2.0.1:
|
| 1975 |
+
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
|
| 1976 |
+
|
| 1977 |
is-array-buffer@3.0.5:
|
| 1978 |
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
|
| 1979 |
engines: {node: '>= 0.4'}
|
|
|
|
| 2009 |
resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==}
|
| 2010 |
engines: {node: '>= 0.4'}
|
| 2011 |
|
| 2012 |
+
is-decimal@2.0.1:
|
| 2013 |
+
resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
|
| 2014 |
+
|
| 2015 |
is-extglob@2.1.1:
|
| 2016 |
resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
|
| 2017 |
engines: {node: '>=0.10.0'}
|
|
|
|
| 2032 |
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
| 2033 |
engines: {node: '>=0.10.0'}
|
| 2034 |
|
| 2035 |
+
is-hexadecimal@2.0.1:
|
| 2036 |
+
resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
|
| 2037 |
+
|
| 2038 |
is-map@2.0.3:
|
| 2039 |
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
| 2040 |
engines: {node: '>= 0.4'}
|
|
|
|
| 2047 |
resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==}
|
| 2048 |
engines: {node: '>= 0.4'}
|
| 2049 |
|
| 2050 |
+
is-plain-obj@4.1.0:
|
| 2051 |
+
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
|
| 2052 |
+
engines: {node: '>=12'}
|
| 2053 |
+
|
| 2054 |
is-regex@1.2.1:
|
| 2055 |
resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
|
| 2056 |
engines: {node: '>= 0.4'}
|
|
|
|
| 2238 |
lodash.merge@4.6.2:
|
| 2239 |
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
| 2240 |
|
| 2241 |
+
longest-streak@3.1.0:
|
| 2242 |
+
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
|
| 2243 |
+
|
| 2244 |
loose-envify@1.4.0:
|
| 2245 |
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
| 2246 |
hasBin: true
|
|
|
|
| 2260 |
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
| 2261 |
engines: {node: '>= 0.4'}
|
| 2262 |
|
| 2263 |
+
mdast-util-from-markdown@2.0.3:
|
| 2264 |
+
resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
|
| 2265 |
+
|
| 2266 |
+
mdast-util-mdx-expression@2.0.1:
|
| 2267 |
+
resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
|
| 2268 |
+
|
| 2269 |
+
mdast-util-mdx-jsx@3.2.0:
|
| 2270 |
+
resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==}
|
| 2271 |
+
|
| 2272 |
+
mdast-util-mdxjs-esm@2.0.1:
|
| 2273 |
+
resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
|
| 2274 |
+
|
| 2275 |
+
mdast-util-phrasing@4.1.0:
|
| 2276 |
+
resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
|
| 2277 |
+
|
| 2278 |
+
mdast-util-to-hast@13.2.1:
|
| 2279 |
+
resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
|
| 2280 |
+
|
| 2281 |
+
mdast-util-to-markdown@2.1.2:
|
| 2282 |
+
resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
|
| 2283 |
+
|
| 2284 |
+
mdast-util-to-string@4.0.0:
|
| 2285 |
+
resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
|
| 2286 |
+
|
| 2287 |
+
micromark-core-commonmark@2.0.3:
|
| 2288 |
+
resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
|
| 2289 |
+
|
| 2290 |
+
micromark-factory-destination@2.0.1:
|
| 2291 |
+
resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
|
| 2292 |
+
|
| 2293 |
+
micromark-factory-label@2.0.1:
|
| 2294 |
+
resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
|
| 2295 |
+
|
| 2296 |
+
micromark-factory-space@2.0.1:
|
| 2297 |
+
resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==}
|
| 2298 |
+
|
| 2299 |
+
micromark-factory-title@2.0.1:
|
| 2300 |
+
resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==}
|
| 2301 |
+
|
| 2302 |
+
micromark-factory-whitespace@2.0.1:
|
| 2303 |
+
resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==}
|
| 2304 |
+
|
| 2305 |
+
micromark-util-character@2.1.1:
|
| 2306 |
+
resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
|
| 2307 |
+
|
| 2308 |
+
micromark-util-chunked@2.0.1:
|
| 2309 |
+
resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==}
|
| 2310 |
+
|
| 2311 |
+
micromark-util-classify-character@2.0.1:
|
| 2312 |
+
resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==}
|
| 2313 |
+
|
| 2314 |
+
micromark-util-combine-extensions@2.0.1:
|
| 2315 |
+
resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==}
|
| 2316 |
+
|
| 2317 |
+
micromark-util-decode-numeric-character-reference@2.0.2:
|
| 2318 |
+
resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==}
|
| 2319 |
+
|
| 2320 |
+
micromark-util-decode-string@2.0.1:
|
| 2321 |
+
resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==}
|
| 2322 |
+
|
| 2323 |
+
micromark-util-encode@2.0.1:
|
| 2324 |
+
resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
|
| 2325 |
+
|
| 2326 |
+
micromark-util-html-tag-name@2.0.1:
|
| 2327 |
+
resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==}
|
| 2328 |
+
|
| 2329 |
+
micromark-util-normalize-identifier@2.0.1:
|
| 2330 |
+
resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==}
|
| 2331 |
+
|
| 2332 |
+
micromark-util-resolve-all@2.0.1:
|
| 2333 |
+
resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==}
|
| 2334 |
+
|
| 2335 |
+
micromark-util-sanitize-uri@2.0.1:
|
| 2336 |
+
resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
|
| 2337 |
+
|
| 2338 |
+
micromark-util-subtokenize@2.1.0:
|
| 2339 |
+
resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==}
|
| 2340 |
+
|
| 2341 |
+
micromark-util-symbol@2.0.1:
|
| 2342 |
+
resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
|
| 2343 |
+
|
| 2344 |
+
micromark-util-types@2.0.2:
|
| 2345 |
+
resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
|
| 2346 |
+
|
| 2347 |
+
micromark@4.0.2:
|
| 2348 |
+
resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
|
| 2349 |
+
|
| 2350 |
minimatch@10.2.5:
|
| 2351 |
resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==}
|
| 2352 |
engines: {node: 18 || 20 || >=22}
|
|
|
|
| 2433 |
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
| 2434 |
engines: {node: '>=6'}
|
| 2435 |
|
| 2436 |
+
parse-entities@4.0.2:
|
| 2437 |
+
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
|
| 2438 |
+
|
| 2439 |
path-exists@4.0.0:
|
| 2440 |
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
| 2441 |
engines: {node: '>=8'}
|
|
|
|
| 2539 |
prop-types@15.8.1:
|
| 2540 |
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
| 2541 |
|
| 2542 |
+
property-information@7.2.0:
|
| 2543 |
+
resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==}
|
| 2544 |
+
|
| 2545 |
punycode@2.3.1:
|
| 2546 |
resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
|
| 2547 |
engines: {node: '>=6'}
|
|
|
|
| 2560 |
react-is@16.13.1:
|
| 2561 |
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
| 2562 |
|
| 2563 |
+
react-markdown@10.1.0:
|
| 2564 |
+
resolution: {integrity: sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ==}
|
| 2565 |
+
peerDependencies:
|
| 2566 |
+
'@types/react': '>=18'
|
| 2567 |
+
react: '>=18'
|
| 2568 |
+
|
| 2569 |
react-refresh@0.18.0:
|
| 2570 |
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
| 2571 |
engines: {node: '>=0.10.0'}
|
|
|
|
| 2617 |
resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==}
|
| 2618 |
engines: {node: '>= 0.4'}
|
| 2619 |
|
| 2620 |
+
remark-parse@11.0.0:
|
| 2621 |
+
resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
|
| 2622 |
+
|
| 2623 |
+
remark-rehype@11.1.2:
|
| 2624 |
+
resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==}
|
| 2625 |
+
|
| 2626 |
require-directory@2.1.1:
|
| 2627 |
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
|
| 2628 |
engines: {node: '>=0.10.0'}
|
|
|
|
| 2721 |
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
| 2722 |
engines: {node: '>=0.10.0'}
|
| 2723 |
|
| 2724 |
+
space-separated-tokens@2.0.2:
|
| 2725 |
+
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
|
| 2726 |
+
|
| 2727 |
stable-hash-x@0.2.0:
|
| 2728 |
resolution: {integrity: sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==}
|
| 2729 |
engines: {node: '>=12.0.0'}
|
|
|
|
| 2755 |
resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==}
|
| 2756 |
engines: {node: '>= 0.4'}
|
| 2757 |
|
| 2758 |
+
stringify-entities@4.0.4:
|
| 2759 |
+
resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
|
| 2760 |
+
|
| 2761 |
strip-ansi@6.0.1:
|
| 2762 |
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
| 2763 |
engines: {node: '>=8'}
|
|
|
|
| 2770 |
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
| 2771 |
engines: {node: '>=8'}
|
| 2772 |
|
| 2773 |
+
style-to-js@1.1.21:
|
| 2774 |
+
resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
|
| 2775 |
+
|
| 2776 |
+
style-to-object@1.0.14:
|
| 2777 |
+
resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
|
| 2778 |
+
|
| 2779 |
supports-color@7.2.0:
|
| 2780 |
resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
|
| 2781 |
engines: {node: '>=8'}
|
|
|
|
| 2809 |
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
| 2810 |
hasBin: true
|
| 2811 |
|
| 2812 |
+
trim-lines@3.0.1:
|
| 2813 |
+
resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
|
| 2814 |
+
|
| 2815 |
+
trough@2.2.0:
|
| 2816 |
+
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
|
| 2817 |
+
|
| 2818 |
ts-api-utils@2.5.0:
|
| 2819 |
resolution: {integrity: sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==}
|
| 2820 |
engines: {node: '>=18.12'}
|
|
|
|
| 2869 |
undici-types@6.21.0:
|
| 2870 |
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
| 2871 |
|
| 2872 |
+
unified@11.0.5:
|
| 2873 |
+
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
|
| 2874 |
+
|
| 2875 |
+
unist-util-is@6.0.1:
|
| 2876 |
+
resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
|
| 2877 |
+
|
| 2878 |
+
unist-util-position@5.0.0:
|
| 2879 |
+
resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
|
| 2880 |
+
|
| 2881 |
+
unist-util-stringify-position@4.0.0:
|
| 2882 |
+
resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
|
| 2883 |
+
|
| 2884 |
+
unist-util-visit-parents@6.0.2:
|
| 2885 |
+
resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
|
| 2886 |
+
|
| 2887 |
+
unist-util-visit@5.1.0:
|
| 2888 |
+
resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
|
| 2889 |
+
|
| 2890 |
unrs-resolver@1.12.2:
|
| 2891 |
resolution: {integrity: sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==}
|
| 2892 |
|
|
|
|
| 2924 |
peerDependencies:
|
| 2925 |
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
| 2926 |
|
| 2927 |
+
vfile-message@4.0.3:
|
| 2928 |
+
resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
|
| 2929 |
+
|
| 2930 |
+
vfile@6.0.3:
|
| 2931 |
+
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
| 2932 |
+
|
| 2933 |
vite-plugin-full-reload@1.2.0:
|
| 2934 |
resolution: {integrity: sha512-kz18NW79x0IHbxRSHm0jttP4zoO9P9gXh+n6UTwlNKnviTTEpOlum6oS9SmecrTtSr+muHEn5TUuC75UovQzcA==}
|
| 2935 |
|
|
|
|
| 3033 |
zod@4.4.3:
|
| 3034 |
resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
|
| 3035 |
|
| 3036 |
+
zwitch@2.0.4:
|
| 3037 |
+
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
| 3038 |
+
|
| 3039 |
snapshots:
|
| 3040 |
|
| 3041 |
'@babel/code-frame@7.29.7':
|
|
|
|
| 3554 |
'@types/react': 19.2.15
|
| 3555 |
'@types/react-dom': 19.2.3(@types/react@19.2.15)
|
| 3556 |
|
| 3557 |
+
'@radix-ui/react-popover@1.1.15(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)':
|
| 3558 |
+
dependencies:
|
| 3559 |
+
'@radix-ui/primitive': 1.1.3
|
| 3560 |
+
'@radix-ui/react-compose-refs': 1.1.2(@types/react@19.2.15)(react@19.2.6)
|
| 3561 |
+
'@radix-ui/react-context': 1.1.2(@types/react@19.2.15)(react@19.2.6)
|
| 3562 |
+
'@radix-ui/react-dismissable-layer': 1.1.11(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3563 |
+
'@radix-ui/react-focus-guards': 1.1.3(@types/react@19.2.15)(react@19.2.6)
|
| 3564 |
+
'@radix-ui/react-focus-scope': 1.1.7(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3565 |
+
'@radix-ui/react-id': 1.1.1(@types/react@19.2.15)(react@19.2.6)
|
| 3566 |
+
'@radix-ui/react-popper': 1.2.8(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3567 |
+
'@radix-ui/react-portal': 1.1.9(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3568 |
+
'@radix-ui/react-presence': 1.1.5(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3569 |
+
'@radix-ui/react-primitive': 2.1.3(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
| 3570 |
+
'@radix-ui/react-slot': 1.2.3(@types/react@19.2.15)(react@19.2.6)
|
| 3571 |
+
'@radix-ui/react-use-controllable-state': 1.2.2(@types/react@19.2.15)(react@19.2.6)
|
| 3572 |
+
aria-hidden: 1.2.6
|
| 3573 |
+
react: 19.2.6
|
| 3574 |
+
react-dom: 19.2.6(react@19.2.6)
|
| 3575 |
+
react-remove-scroll: 2.7.2(@types/react@19.2.15)(react@19.2.6)
|
| 3576 |
+
optionalDependencies:
|
| 3577 |
+
'@types/react': 19.2.15
|
| 3578 |
+
'@types/react-dom': 19.2.3(@types/react@19.2.15)
|
| 3579 |
+
|
| 3580 |
'@radix-ui/react-popper@1.2.8(@types/react-dom@19.2.3(@types/react@19.2.15))(@types/react@19.2.15)(react-dom@19.2.6(react@19.2.6))(react@19.2.6)':
|
| 3581 |
dependencies:
|
| 3582 |
'@floating-ui/react-dom': 2.1.8(react-dom@19.2.6(react@19.2.6))(react@19.2.6)
|
|
|
|
| 4016 |
dependencies:
|
| 4017 |
'@babel/types': 7.29.7
|
| 4018 |
|
| 4019 |
+
'@types/debug@4.1.13':
|
| 4020 |
+
dependencies:
|
| 4021 |
+
'@types/ms': 2.1.0
|
| 4022 |
+
|
| 4023 |
+
'@types/estree-jsx@1.0.5':
|
| 4024 |
+
dependencies:
|
| 4025 |
+
'@types/estree': 1.0.9
|
| 4026 |
+
|
| 4027 |
'@types/estree@1.0.9': {}
|
| 4028 |
|
| 4029 |
+
'@types/hast@3.0.4':
|
| 4030 |
+
dependencies:
|
| 4031 |
+
'@types/unist': 3.0.3
|
| 4032 |
+
|
| 4033 |
'@types/json-schema@7.0.15': {}
|
| 4034 |
|
| 4035 |
'@types/json5@0.0.29': {}
|
| 4036 |
|
| 4037 |
+
'@types/mdast@4.0.4':
|
| 4038 |
+
dependencies:
|
| 4039 |
+
'@types/unist': 3.0.3
|
| 4040 |
+
|
| 4041 |
+
'@types/ms@2.1.0': {}
|
| 4042 |
+
|
| 4043 |
'@types/node@22.19.19':
|
| 4044 |
dependencies:
|
| 4045 |
undici-types: 6.21.0
|
|
|
|
| 4052 |
dependencies:
|
| 4053 |
csstype: 3.2.3
|
| 4054 |
|
| 4055 |
+
'@types/unist@2.0.11': {}
|
| 4056 |
+
|
| 4057 |
+
'@types/unist@3.0.3': {}
|
| 4058 |
+
|
| 4059 |
'@typescript-eslint/eslint-plugin@8.60.0(@typescript-eslint/parser@8.60.0(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3))(eslint@9.39.4(jiti@2.7.0))(typescript@5.9.3)':
|
| 4060 |
dependencies:
|
| 4061 |
'@eslint-community/regexpp': 4.12.2
|
|
|
|
| 4147 |
'@typescript-eslint/types': 8.60.0
|
| 4148 |
eslint-visitor-keys: 5.0.1
|
| 4149 |
|
| 4150 |
+
'@ungap/structured-clone@1.3.1': {}
|
| 4151 |
+
|
| 4152 |
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
| 4153 |
optional: true
|
| 4154 |
|
|
|
|
| 4333 |
dependencies:
|
| 4334 |
'@babel/types': 7.29.7
|
| 4335 |
|
| 4336 |
+
bail@2.0.2: {}
|
| 4337 |
+
|
| 4338 |
balanced-match@1.0.2: {}
|
| 4339 |
|
| 4340 |
balanced-match@4.0.4: {}
|
|
|
|
| 4379 |
|
| 4380 |
caniuse-lite@1.0.30001793: {}
|
| 4381 |
|
| 4382 |
+
ccount@2.0.1: {}
|
| 4383 |
+
|
| 4384 |
chalk@4.1.2:
|
| 4385 |
dependencies:
|
| 4386 |
ansi-styles: 4.3.0
|
| 4387 |
supports-color: 7.2.0
|
| 4388 |
|
| 4389 |
+
character-entities-html4@2.1.0: {}
|
| 4390 |
+
|
| 4391 |
+
character-entities-legacy@3.0.0: {}
|
| 4392 |
+
|
| 4393 |
+
character-entities@2.0.2: {}
|
| 4394 |
+
|
| 4395 |
+
character-reference-invalid@2.0.1: {}
|
| 4396 |
+
|
| 4397 |
class-variance-authority@0.7.1:
|
| 4398 |
dependencies:
|
| 4399 |
clsx: 2.1.1
|
|
|
|
| 4412 |
|
| 4413 |
color-name@1.1.4: {}
|
| 4414 |
|
| 4415 |
+
comma-separated-tokens@2.0.3: {}
|
| 4416 |
+
|
| 4417 |
concat-map@0.0.1: {}
|
| 4418 |
|
| 4419 |
concurrently@9.2.1:
|
|
|
|
| 4461 |
dependencies:
|
| 4462 |
ms: 2.1.3
|
| 4463 |
|
| 4464 |
+
decode-named-character-reference@1.3.0:
|
| 4465 |
+
dependencies:
|
| 4466 |
+
character-entities: 2.0.2
|
| 4467 |
+
|
| 4468 |
deep-is@0.1.4: {}
|
| 4469 |
|
| 4470 |
define-data-property@1.1.4:
|
|
|
|
| 4479 |
has-property-descriptors: 1.0.2
|
| 4480 |
object-keys: 1.1.1
|
| 4481 |
|
| 4482 |
+
dequal@2.0.3: {}
|
| 4483 |
+
|
| 4484 |
detect-libc@2.1.2: {}
|
| 4485 |
|
| 4486 |
detect-node-es@1.1.0: {}
|
| 4487 |
|
| 4488 |
+
devlop@1.1.0:
|
| 4489 |
+
dependencies:
|
| 4490 |
+
dequal: 2.0.3
|
| 4491 |
+
|
| 4492 |
doctrine@2.1.0:
|
| 4493 |
dependencies:
|
| 4494 |
esutils: 2.0.3
|
|
|
|
| 4790 |
|
| 4791 |
estraverse@5.3.0: {}
|
| 4792 |
|
| 4793 |
+
estree-util-is-identifier-name@3.0.0: {}
|
| 4794 |
+
|
| 4795 |
esutils@2.0.3: {}
|
| 4796 |
|
| 4797 |
+
extend@3.0.2: {}
|
| 4798 |
+
|
| 4799 |
fast-deep-equal@3.1.3: {}
|
| 4800 |
|
| 4801 |
fast-json-stable-stringify@2.1.0: {}
|
|
|
|
| 4917 |
dependencies:
|
| 4918 |
function-bind: 1.1.2
|
| 4919 |
|
| 4920 |
+
hast-util-to-jsx-runtime@2.3.6:
|
| 4921 |
+
dependencies:
|
| 4922 |
+
'@types/estree': 1.0.9
|
| 4923 |
+
'@types/hast': 3.0.4
|
| 4924 |
+
'@types/unist': 3.0.3
|
| 4925 |
+
comma-separated-tokens: 2.0.3
|
| 4926 |
+
devlop: 1.1.0
|
| 4927 |
+
estree-util-is-identifier-name: 3.0.0
|
| 4928 |
+
hast-util-whitespace: 3.0.0
|
| 4929 |
+
mdast-util-mdx-expression: 2.0.1
|
| 4930 |
+
mdast-util-mdx-jsx: 3.2.0
|
| 4931 |
+
mdast-util-mdxjs-esm: 2.0.1
|
| 4932 |
+
property-information: 7.2.0
|
| 4933 |
+
space-separated-tokens: 2.0.2
|
| 4934 |
+
style-to-js: 1.1.21
|
| 4935 |
+
unist-util-position: 5.0.0
|
| 4936 |
+
vfile-message: 4.0.3
|
| 4937 |
+
transitivePeerDependencies:
|
| 4938 |
+
- supports-color
|
| 4939 |
+
|
| 4940 |
+
hast-util-whitespace@3.0.0:
|
| 4941 |
+
dependencies:
|
| 4942 |
+
'@types/hast': 3.0.4
|
| 4943 |
+
|
| 4944 |
hermes-estree@0.25.1: {}
|
| 4945 |
|
| 4946 |
hermes-parser@0.25.1:
|
| 4947 |
dependencies:
|
| 4948 |
hermes-estree: 0.25.1
|
| 4949 |
|
| 4950 |
+
html-url-attributes@3.0.1: {}
|
| 4951 |
+
|
| 4952 |
ignore@5.3.2: {}
|
| 4953 |
|
| 4954 |
ignore@7.0.5: {}
|
|
|
|
| 4960 |
|
| 4961 |
imurmurhash@0.1.4: {}
|
| 4962 |
|
| 4963 |
+
inline-style-parser@0.2.7: {}
|
| 4964 |
+
|
| 4965 |
input-otp@1.4.2(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
|
| 4966 |
dependencies:
|
| 4967 |
react: 19.2.6
|
|
|
|
| 4973 |
hasown: 2.0.3
|
| 4974 |
side-channel: 1.1.0
|
| 4975 |
|
| 4976 |
+
is-alphabetical@2.0.1: {}
|
| 4977 |
+
|
| 4978 |
+
is-alphanumerical@2.0.1:
|
| 4979 |
+
dependencies:
|
| 4980 |
+
is-alphabetical: 2.0.1
|
| 4981 |
+
is-decimal: 2.0.1
|
| 4982 |
+
|
| 4983 |
is-array-buffer@3.0.5:
|
| 4984 |
dependencies:
|
| 4985 |
call-bind: 1.0.9
|
|
|
|
| 5024 |
call-bound: 1.0.4
|
| 5025 |
has-tostringtag: 1.0.2
|
| 5026 |
|
| 5027 |
+
is-decimal@2.0.1: {}
|
| 5028 |
+
|
| 5029 |
is-extglob@2.1.1: {}
|
| 5030 |
|
| 5031 |
is-finalizationregistry@1.1.1:
|
|
|
|
| 5046 |
dependencies:
|
| 5047 |
is-extglob: 2.1.1
|
| 5048 |
|
| 5049 |
+
is-hexadecimal@2.0.1: {}
|
| 5050 |
+
|
| 5051 |
is-map@2.0.3: {}
|
| 5052 |
|
| 5053 |
is-negative-zero@2.0.3: {}
|
|
|
|
| 5057 |
call-bound: 1.0.4
|
| 5058 |
has-tostringtag: 1.0.2
|
| 5059 |
|
| 5060 |
+
is-plain-obj@4.1.0: {}
|
| 5061 |
+
|
| 5062 |
is-regex@1.2.1:
|
| 5063 |
dependencies:
|
| 5064 |
call-bound: 1.0.4
|
|
|
|
| 5215 |
|
| 5216 |
lodash.merge@4.6.2: {}
|
| 5217 |
|
| 5218 |
+
longest-streak@3.1.0: {}
|
| 5219 |
+
|
| 5220 |
loose-envify@1.4.0:
|
| 5221 |
dependencies:
|
| 5222 |
js-tokens: 4.0.0
|
|
|
|
| 5235 |
|
| 5236 |
math-intrinsics@1.1.0: {}
|
| 5237 |
|
| 5238 |
+
mdast-util-from-markdown@2.0.3:
|
| 5239 |
+
dependencies:
|
| 5240 |
+
'@types/mdast': 4.0.4
|
| 5241 |
+
'@types/unist': 3.0.3
|
| 5242 |
+
decode-named-character-reference: 1.3.0
|
| 5243 |
+
devlop: 1.1.0
|
| 5244 |
+
mdast-util-to-string: 4.0.0
|
| 5245 |
+
micromark: 4.0.2
|
| 5246 |
+
micromark-util-decode-numeric-character-reference: 2.0.2
|
| 5247 |
+
micromark-util-decode-string: 2.0.1
|
| 5248 |
+
micromark-util-normalize-identifier: 2.0.1
|
| 5249 |
+
micromark-util-symbol: 2.0.1
|
| 5250 |
+
micromark-util-types: 2.0.2
|
| 5251 |
+
unist-util-stringify-position: 4.0.0
|
| 5252 |
+
transitivePeerDependencies:
|
| 5253 |
+
- supports-color
|
| 5254 |
+
|
| 5255 |
+
mdast-util-mdx-expression@2.0.1:
|
| 5256 |
+
dependencies:
|
| 5257 |
+
'@types/estree-jsx': 1.0.5
|
| 5258 |
+
'@types/hast': 3.0.4
|
| 5259 |
+
'@types/mdast': 4.0.4
|
| 5260 |
+
devlop: 1.1.0
|
| 5261 |
+
mdast-util-from-markdown: 2.0.3
|
| 5262 |
+
mdast-util-to-markdown: 2.1.2
|
| 5263 |
+
transitivePeerDependencies:
|
| 5264 |
+
- supports-color
|
| 5265 |
+
|
| 5266 |
+
mdast-util-mdx-jsx@3.2.0:
|
| 5267 |
+
dependencies:
|
| 5268 |
+
'@types/estree-jsx': 1.0.5
|
| 5269 |
+
'@types/hast': 3.0.4
|
| 5270 |
+
'@types/mdast': 4.0.4
|
| 5271 |
+
'@types/unist': 3.0.3
|
| 5272 |
+
ccount: 2.0.1
|
| 5273 |
+
devlop: 1.1.0
|
| 5274 |
+
mdast-util-from-markdown: 2.0.3
|
| 5275 |
+
mdast-util-to-markdown: 2.1.2
|
| 5276 |
+
parse-entities: 4.0.2
|
| 5277 |
+
stringify-entities: 4.0.4
|
| 5278 |
+
unist-util-stringify-position: 4.0.0
|
| 5279 |
+
vfile-message: 4.0.3
|
| 5280 |
+
transitivePeerDependencies:
|
| 5281 |
+
- supports-color
|
| 5282 |
+
|
| 5283 |
+
mdast-util-mdxjs-esm@2.0.1:
|
| 5284 |
+
dependencies:
|
| 5285 |
+
'@types/estree-jsx': 1.0.5
|
| 5286 |
+
'@types/hast': 3.0.4
|
| 5287 |
+
'@types/mdast': 4.0.4
|
| 5288 |
+
devlop: 1.1.0
|
| 5289 |
+
mdast-util-from-markdown: 2.0.3
|
| 5290 |
+
mdast-util-to-markdown: 2.1.2
|
| 5291 |
+
transitivePeerDependencies:
|
| 5292 |
+
- supports-color
|
| 5293 |
+
|
| 5294 |
+
mdast-util-phrasing@4.1.0:
|
| 5295 |
+
dependencies:
|
| 5296 |
+
'@types/mdast': 4.0.4
|
| 5297 |
+
unist-util-is: 6.0.1
|
| 5298 |
+
|
| 5299 |
+
mdast-util-to-hast@13.2.1:
|
| 5300 |
+
dependencies:
|
| 5301 |
+
'@types/hast': 3.0.4
|
| 5302 |
+
'@types/mdast': 4.0.4
|
| 5303 |
+
'@ungap/structured-clone': 1.3.1
|
| 5304 |
+
devlop: 1.1.0
|
| 5305 |
+
micromark-util-sanitize-uri: 2.0.1
|
| 5306 |
+
trim-lines: 3.0.1
|
| 5307 |
+
unist-util-position: 5.0.0
|
| 5308 |
+
unist-util-visit: 5.1.0
|
| 5309 |
+
vfile: 6.0.3
|
| 5310 |
+
|
| 5311 |
+
mdast-util-to-markdown@2.1.2:
|
| 5312 |
+
dependencies:
|
| 5313 |
+
'@types/mdast': 4.0.4
|
| 5314 |
+
'@types/unist': 3.0.3
|
| 5315 |
+
longest-streak: 3.1.0
|
| 5316 |
+
mdast-util-phrasing: 4.1.0
|
| 5317 |
+
mdast-util-to-string: 4.0.0
|
| 5318 |
+
micromark-util-classify-character: 2.0.1
|
| 5319 |
+
micromark-util-decode-string: 2.0.1
|
| 5320 |
+
unist-util-visit: 5.1.0
|
| 5321 |
+
zwitch: 2.0.4
|
| 5322 |
+
|
| 5323 |
+
mdast-util-to-string@4.0.0:
|
| 5324 |
+
dependencies:
|
| 5325 |
+
'@types/mdast': 4.0.4
|
| 5326 |
+
|
| 5327 |
+
micromark-core-commonmark@2.0.3:
|
| 5328 |
+
dependencies:
|
| 5329 |
+
decode-named-character-reference: 1.3.0
|
| 5330 |
+
devlop: 1.1.0
|
| 5331 |
+
micromark-factory-destination: 2.0.1
|
| 5332 |
+
micromark-factory-label: 2.0.1
|
| 5333 |
+
micromark-factory-space: 2.0.1
|
| 5334 |
+
micromark-factory-title: 2.0.1
|
| 5335 |
+
micromark-factory-whitespace: 2.0.1
|
| 5336 |
+
micromark-util-character: 2.1.1
|
| 5337 |
+
micromark-util-chunked: 2.0.1
|
| 5338 |
+
micromark-util-classify-character: 2.0.1
|
| 5339 |
+
micromark-util-html-tag-name: 2.0.1
|
| 5340 |
+
micromark-util-normalize-identifier: 2.0.1
|
| 5341 |
+
micromark-util-resolve-all: 2.0.1
|
| 5342 |
+
micromark-util-subtokenize: 2.1.0
|
| 5343 |
+
micromark-util-symbol: 2.0.1
|
| 5344 |
+
micromark-util-types: 2.0.2
|
| 5345 |
+
|
| 5346 |
+
micromark-factory-destination@2.0.1:
|
| 5347 |
+
dependencies:
|
| 5348 |
+
micromark-util-character: 2.1.1
|
| 5349 |
+
micromark-util-symbol: 2.0.1
|
| 5350 |
+
micromark-util-types: 2.0.2
|
| 5351 |
+
|
| 5352 |
+
micromark-factory-label@2.0.1:
|
| 5353 |
+
dependencies:
|
| 5354 |
+
devlop: 1.1.0
|
| 5355 |
+
micromark-util-character: 2.1.1
|
| 5356 |
+
micromark-util-symbol: 2.0.1
|
| 5357 |
+
micromark-util-types: 2.0.2
|
| 5358 |
+
|
| 5359 |
+
micromark-factory-space@2.0.1:
|
| 5360 |
+
dependencies:
|
| 5361 |
+
micromark-util-character: 2.1.1
|
| 5362 |
+
micromark-util-types: 2.0.2
|
| 5363 |
+
|
| 5364 |
+
micromark-factory-title@2.0.1:
|
| 5365 |
+
dependencies:
|
| 5366 |
+
micromark-factory-space: 2.0.1
|
| 5367 |
+
micromark-util-character: 2.1.1
|
| 5368 |
+
micromark-util-symbol: 2.0.1
|
| 5369 |
+
micromark-util-types: 2.0.2
|
| 5370 |
+
|
| 5371 |
+
micromark-factory-whitespace@2.0.1:
|
| 5372 |
+
dependencies:
|
| 5373 |
+
micromark-factory-space: 2.0.1
|
| 5374 |
+
micromark-util-character: 2.1.1
|
| 5375 |
+
micromark-util-symbol: 2.0.1
|
| 5376 |
+
micromark-util-types: 2.0.2
|
| 5377 |
+
|
| 5378 |
+
micromark-util-character@2.1.1:
|
| 5379 |
+
dependencies:
|
| 5380 |
+
micromark-util-symbol: 2.0.1
|
| 5381 |
+
micromark-util-types: 2.0.2
|
| 5382 |
+
|
| 5383 |
+
micromark-util-chunked@2.0.1:
|
| 5384 |
+
dependencies:
|
| 5385 |
+
micromark-util-symbol: 2.0.1
|
| 5386 |
+
|
| 5387 |
+
micromark-util-classify-character@2.0.1:
|
| 5388 |
+
dependencies:
|
| 5389 |
+
micromark-util-character: 2.1.1
|
| 5390 |
+
micromark-util-symbol: 2.0.1
|
| 5391 |
+
micromark-util-types: 2.0.2
|
| 5392 |
+
|
| 5393 |
+
micromark-util-combine-extensions@2.0.1:
|
| 5394 |
+
dependencies:
|
| 5395 |
+
micromark-util-chunked: 2.0.1
|
| 5396 |
+
micromark-util-types: 2.0.2
|
| 5397 |
+
|
| 5398 |
+
micromark-util-decode-numeric-character-reference@2.0.2:
|
| 5399 |
+
dependencies:
|
| 5400 |
+
micromark-util-symbol: 2.0.1
|
| 5401 |
+
|
| 5402 |
+
micromark-util-decode-string@2.0.1:
|
| 5403 |
+
dependencies:
|
| 5404 |
+
decode-named-character-reference: 1.3.0
|
| 5405 |
+
micromark-util-character: 2.1.1
|
| 5406 |
+
micromark-util-decode-numeric-character-reference: 2.0.2
|
| 5407 |
+
micromark-util-symbol: 2.0.1
|
| 5408 |
+
|
| 5409 |
+
micromark-util-encode@2.0.1: {}
|
| 5410 |
+
|
| 5411 |
+
micromark-util-html-tag-name@2.0.1: {}
|
| 5412 |
+
|
| 5413 |
+
micromark-util-normalize-identifier@2.0.1:
|
| 5414 |
+
dependencies:
|
| 5415 |
+
micromark-util-symbol: 2.0.1
|
| 5416 |
+
|
| 5417 |
+
micromark-util-resolve-all@2.0.1:
|
| 5418 |
+
dependencies:
|
| 5419 |
+
micromark-util-types: 2.0.2
|
| 5420 |
+
|
| 5421 |
+
micromark-util-sanitize-uri@2.0.1:
|
| 5422 |
+
dependencies:
|
| 5423 |
+
micromark-util-character: 2.1.1
|
| 5424 |
+
micromark-util-encode: 2.0.1
|
| 5425 |
+
micromark-util-symbol: 2.0.1
|
| 5426 |
+
|
| 5427 |
+
micromark-util-subtokenize@2.1.0:
|
| 5428 |
+
dependencies:
|
| 5429 |
+
devlop: 1.1.0
|
| 5430 |
+
micromark-util-chunked: 2.0.1
|
| 5431 |
+
micromark-util-symbol: 2.0.1
|
| 5432 |
+
micromark-util-types: 2.0.2
|
| 5433 |
+
|
| 5434 |
+
micromark-util-symbol@2.0.1: {}
|
| 5435 |
+
|
| 5436 |
+
micromark-util-types@2.0.2: {}
|
| 5437 |
+
|
| 5438 |
+
micromark@4.0.2:
|
| 5439 |
+
dependencies:
|
| 5440 |
+
'@types/debug': 4.1.13
|
| 5441 |
+
debug: 4.4.3
|
| 5442 |
+
decode-named-character-reference: 1.3.0
|
| 5443 |
+
devlop: 1.1.0
|
| 5444 |
+
micromark-core-commonmark: 2.0.3
|
| 5445 |
+
micromark-factory-space: 2.0.1
|
| 5446 |
+
micromark-util-character: 2.1.1
|
| 5447 |
+
micromark-util-chunked: 2.0.1
|
| 5448 |
+
micromark-util-combine-extensions: 2.0.1
|
| 5449 |
+
micromark-util-decode-numeric-character-reference: 2.0.2
|
| 5450 |
+
micromark-util-encode: 2.0.1
|
| 5451 |
+
micromark-util-normalize-identifier: 2.0.1
|
| 5452 |
+
micromark-util-resolve-all: 2.0.1
|
| 5453 |
+
micromark-util-sanitize-uri: 2.0.1
|
| 5454 |
+
micromark-util-subtokenize: 2.1.0
|
| 5455 |
+
micromark-util-symbol: 2.0.1
|
| 5456 |
+
micromark-util-types: 2.0.2
|
| 5457 |
+
transitivePeerDependencies:
|
| 5458 |
+
- supports-color
|
| 5459 |
+
|
| 5460 |
minimatch@10.2.5:
|
| 5461 |
dependencies:
|
| 5462 |
brace-expansion: 5.0.6
|
|
|
|
| 5553 |
dependencies:
|
| 5554 |
callsites: 3.1.0
|
| 5555 |
|
| 5556 |
+
parse-entities@4.0.2:
|
| 5557 |
+
dependencies:
|
| 5558 |
+
'@types/unist': 2.0.11
|
| 5559 |
+
character-entities-legacy: 3.0.0
|
| 5560 |
+
character-reference-invalid: 2.0.1
|
| 5561 |
+
decode-named-character-reference: 1.3.0
|
| 5562 |
+
is-alphanumerical: 2.0.1
|
| 5563 |
+
is-decimal: 2.0.1
|
| 5564 |
+
is-hexadecimal: 2.0.1
|
| 5565 |
+
|
| 5566 |
path-exists@4.0.0: {}
|
| 5567 |
|
| 5568 |
path-key@3.1.1: {}
|
|
|
|
| 5597 |
object-assign: 4.1.1
|
| 5598 |
react-is: 16.13.1
|
| 5599 |
|
| 5600 |
+
property-information@7.2.0: {}
|
| 5601 |
+
|
| 5602 |
punycode@2.3.1: {}
|
| 5603 |
|
| 5604 |
react-aria@3.48.0(react-dom@19.2.6(react@19.2.6))(react@19.2.6):
|
|
|
|
| 5622 |
|
| 5623 |
react-is@16.13.1: {}
|
| 5624 |
|
| 5625 |
+
react-markdown@10.1.0(@types/react@19.2.15)(react@19.2.6):
|
| 5626 |
+
dependencies:
|
| 5627 |
+
'@types/hast': 3.0.4
|
| 5628 |
+
'@types/mdast': 4.0.4
|
| 5629 |
+
'@types/react': 19.2.15
|
| 5630 |
+
devlop: 1.1.0
|
| 5631 |
+
hast-util-to-jsx-runtime: 2.3.6
|
| 5632 |
+
html-url-attributes: 3.0.1
|
| 5633 |
+
mdast-util-to-hast: 13.2.1
|
| 5634 |
+
react: 19.2.6
|
| 5635 |
+
remark-parse: 11.0.0
|
| 5636 |
+
remark-rehype: 11.1.2
|
| 5637 |
+
unified: 11.0.5
|
| 5638 |
+
unist-util-visit: 5.1.0
|
| 5639 |
+
vfile: 6.0.3
|
| 5640 |
+
transitivePeerDependencies:
|
| 5641 |
+
- supports-color
|
| 5642 |
+
|
| 5643 |
react-refresh@0.18.0: {}
|
| 5644 |
|
| 5645 |
react-remove-scroll-bar@2.3.8(@types/react@19.2.15)(react@19.2.6):
|
|
|
|
| 5701 |
gopd: 1.2.0
|
| 5702 |
set-function-name: 2.0.2
|
| 5703 |
|
| 5704 |
+
remark-parse@11.0.0:
|
| 5705 |
+
dependencies:
|
| 5706 |
+
'@types/mdast': 4.0.4
|
| 5707 |
+
mdast-util-from-markdown: 2.0.3
|
| 5708 |
+
micromark-util-types: 2.0.2
|
| 5709 |
+
unified: 11.0.5
|
| 5710 |
+
transitivePeerDependencies:
|
| 5711 |
+
- supports-color
|
| 5712 |
+
|
| 5713 |
+
remark-rehype@11.1.2:
|
| 5714 |
+
dependencies:
|
| 5715 |
+
'@types/hast': 3.0.4
|
| 5716 |
+
'@types/mdast': 4.0.4
|
| 5717 |
+
mdast-util-to-hast: 13.2.1
|
| 5718 |
+
unified: 11.0.5
|
| 5719 |
+
vfile: 6.0.3
|
| 5720 |
+
|
| 5721 |
require-directory@2.1.1: {}
|
| 5722 |
|
| 5723 |
resolve-from@4.0.0: {}
|
|
|
|
| 5848 |
|
| 5849 |
source-map-js@1.2.1: {}
|
| 5850 |
|
| 5851 |
+
space-separated-tokens@2.0.2: {}
|
| 5852 |
+
|
| 5853 |
stable-hash-x@0.2.0: {}
|
| 5854 |
|
| 5855 |
stop-iteration-iterator@1.1.0:
|
|
|
|
| 5907 |
define-properties: 1.2.1
|
| 5908 |
es-object-atoms: 1.1.2
|
| 5909 |
|
| 5910 |
+
stringify-entities@4.0.4:
|
| 5911 |
+
dependencies:
|
| 5912 |
+
character-entities-html4: 2.1.0
|
| 5913 |
+
character-entities-legacy: 3.0.0
|
| 5914 |
+
|
| 5915 |
strip-ansi@6.0.1:
|
| 5916 |
dependencies:
|
| 5917 |
ansi-regex: 5.0.1
|
|
|
|
| 5920 |
|
| 5921 |
strip-json-comments@3.1.1: {}
|
| 5922 |
|
| 5923 |
+
style-to-js@1.1.21:
|
| 5924 |
+
dependencies:
|
| 5925 |
+
style-to-object: 1.0.14
|
| 5926 |
+
|
| 5927 |
+
style-to-object@1.0.14:
|
| 5928 |
+
dependencies:
|
| 5929 |
+
inline-style-parser: 0.2.7
|
| 5930 |
+
|
| 5931 |
supports-color@7.2.0:
|
| 5932 |
dependencies:
|
| 5933 |
has-flag: 4.0.0
|
|
|
|
| 5953 |
|
| 5954 |
tree-kill@1.2.2: {}
|
| 5955 |
|
| 5956 |
+
trim-lines@3.0.1: {}
|
| 5957 |
+
|
| 5958 |
+
trough@2.2.0: {}
|
| 5959 |
+
|
| 5960 |
ts-api-utils@2.5.0(typescript@5.9.3):
|
| 5961 |
dependencies:
|
| 5962 |
typescript: 5.9.3
|
|
|
|
| 6031 |
|
| 6032 |
undici-types@6.21.0: {}
|
| 6033 |
|
| 6034 |
+
unified@11.0.5:
|
| 6035 |
+
dependencies:
|
| 6036 |
+
'@types/unist': 3.0.3
|
| 6037 |
+
bail: 2.0.2
|
| 6038 |
+
devlop: 1.1.0
|
| 6039 |
+
extend: 3.0.2
|
| 6040 |
+
is-plain-obj: 4.1.0
|
| 6041 |
+
trough: 2.2.0
|
| 6042 |
+
vfile: 6.0.3
|
| 6043 |
+
|
| 6044 |
+
unist-util-is@6.0.1:
|
| 6045 |
+
dependencies:
|
| 6046 |
+
'@types/unist': 3.0.3
|
| 6047 |
+
|
| 6048 |
+
unist-util-position@5.0.0:
|
| 6049 |
+
dependencies:
|
| 6050 |
+
'@types/unist': 3.0.3
|
| 6051 |
+
|
| 6052 |
+
unist-util-stringify-position@4.0.0:
|
| 6053 |
+
dependencies:
|
| 6054 |
+
'@types/unist': 3.0.3
|
| 6055 |
+
|
| 6056 |
+
unist-util-visit-parents@6.0.2:
|
| 6057 |
+
dependencies:
|
| 6058 |
+
'@types/unist': 3.0.3
|
| 6059 |
+
unist-util-is: 6.0.1
|
| 6060 |
+
|
| 6061 |
+
unist-util-visit@5.1.0:
|
| 6062 |
+
dependencies:
|
| 6063 |
+
'@types/unist': 3.0.3
|
| 6064 |
+
unist-util-is: 6.0.1
|
| 6065 |
+
unist-util-visit-parents: 6.0.2
|
| 6066 |
+
|
| 6067 |
unrs-resolver@1.12.2:
|
| 6068 |
dependencies:
|
| 6069 |
napi-postinstall: 0.3.4
|
|
|
|
| 6120 |
dependencies:
|
| 6121 |
react: 19.2.6
|
| 6122 |
|
| 6123 |
+
vfile-message@4.0.3:
|
| 6124 |
+
dependencies:
|
| 6125 |
+
'@types/unist': 3.0.3
|
| 6126 |
+
unist-util-stringify-position: 4.0.0
|
| 6127 |
+
|
| 6128 |
+
vfile@6.0.3:
|
| 6129 |
+
dependencies:
|
| 6130 |
+
'@types/unist': 3.0.3
|
| 6131 |
+
vfile-message: 4.0.3
|
| 6132 |
+
|
| 6133 |
vite-plugin-full-reload@1.2.0:
|
| 6134 |
dependencies:
|
| 6135 |
picocolors: 1.1.1
|
|
|
|
| 6223 |
zod: 4.4.3
|
| 6224 |
|
| 6225 |
zod@4.4.3: {}
|
| 6226 |
+
|
| 6227 |
+
zwitch@2.0.4: {}
|