pnpm-lock.yaml 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. axios:
  9. specifier: ^1.13.6
  10. version: 1.14.0
  11. clsx:
  12. specifier: ^2.1.1
  13. version: 2.1.1
  14. crypto-js:
  15. specifier: ^4.2.0
  16. version: 4.2.0
  17. jotai:
  18. specifier: ^2.18.1
  19. version: 2.19.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4)
  20. lucide-react:
  21. specifier: ^0.577.0
  22. version: 0.577.0(react@19.2.4)
  23. react:
  24. specifier: ^19.2.4
  25. version: 19.2.4
  26. react-dom:
  27. specifier: ^19.2.4
  28. version: 19.2.4(react@19.2.4)
  29. react-draggable:
  30. specifier: ^4.5.0
  31. version: 4.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
  32. tailwind-merge:
  33. specifier: ^3.5.0
  34. version: 3.5.0
  35. devDependencies:
  36. '@tailwindcss/vite':
  37. specifier: ^4.2.1
  38. version: 4.2.2(vite@7.3.1(jiti@2.6.1)(lightningcss@1.32.0))
  39. '@types/crypto-js':
  40. specifier: ^4.2.2
  41. version: 4.2.2
  42. '@types/react':
  43. specifier: ^19.2.14
  44. version: 19.2.14
  45. '@types/react-dom':
  46. specifier: ^19.2.3
  47. version: 19.2.3(@types/react@19.2.14)
  48. '@vitejs/plugin-react':
  49. specifier: ^5.1.4
  50. version: 5.2.0(vite@7.3.1(jiti@2.6.1)(lightningcss@1.32.0))
  51. tailwindcss:
  52. specifier: ^4.2.1
  53. version: 4.2.2
  54. typescript:
  55. specifier: ~5.9.3
  56. version: 5.9.3
  57. vite:
  58. specifier: ^7.3.1
  59. version: 7.3.1(jiti@2.6.1)(lightningcss@1.32.0)
  60. packages:
  61. '@babel/code-frame@7.29.0':
  62. resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
  63. engines: {node: '>=6.9.0'}
  64. '@babel/compat-data@7.29.0':
  65. resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
  66. engines: {node: '>=6.9.0'}
  67. '@babel/core@7.29.0':
  68. resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
  69. engines: {node: '>=6.9.0'}
  70. '@babel/generator@7.29.1':
  71. resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
  72. engines: {node: '>=6.9.0'}
  73. '@babel/helper-compilation-targets@7.28.6':
  74. resolution: {integrity: sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==}
  75. engines: {node: '>=6.9.0'}
  76. '@babel/helper-globals@7.28.0':
  77. resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
  78. engines: {node: '>=6.9.0'}
  79. '@babel/helper-module-imports@7.28.6':
  80. resolution: {integrity: sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==}
  81. engines: {node: '>=6.9.0'}
  82. '@babel/helper-module-transforms@7.28.6':
  83. resolution: {integrity: sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==}
  84. engines: {node: '>=6.9.0'}
  85. peerDependencies:
  86. '@babel/core': ^7.0.0
  87. '@babel/helper-plugin-utils@7.28.6':
  88. resolution: {integrity: sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==}
  89. engines: {node: '>=6.9.0'}
  90. '@babel/helper-string-parser@7.27.1':
  91. resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
  92. engines: {node: '>=6.9.0'}
  93. '@babel/helper-validator-identifier@7.28.5':
  94. resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
  95. engines: {node: '>=6.9.0'}
  96. '@babel/helper-validator-option@7.27.1':
  97. resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
  98. engines: {node: '>=6.9.0'}
  99. '@babel/helpers@7.29.2':
  100. resolution: {integrity: sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==}
  101. engines: {node: '>=6.9.0'}
  102. '@babel/parser@7.29.2':
  103. resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
  104. engines: {node: '>=6.0.0'}
  105. hasBin: true
  106. '@babel/plugin-transform-react-jsx-self@7.27.1':
  107. resolution: {integrity: sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==}
  108. engines: {node: '>=6.9.0'}
  109. peerDependencies:
  110. '@babel/core': ^7.0.0-0
  111. '@babel/plugin-transform-react-jsx-source@7.27.1':
  112. resolution: {integrity: sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==}
  113. engines: {node: '>=6.9.0'}
  114. peerDependencies:
  115. '@babel/core': ^7.0.0-0
  116. '@babel/template@7.28.6':
  117. resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
  118. engines: {node: '>=6.9.0'}
  119. '@babel/traverse@7.29.0':
  120. resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
  121. engines: {node: '>=6.9.0'}
  122. '@babel/types@7.29.0':
  123. resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
  124. engines: {node: '>=6.9.0'}
  125. '@esbuild/aix-ppc64@0.27.4':
  126. resolution: {integrity: sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q==}
  127. engines: {node: '>=18'}
  128. cpu: [ppc64]
  129. os: [aix]
  130. '@esbuild/android-arm64@0.27.4':
  131. resolution: {integrity: sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw==}
  132. engines: {node: '>=18'}
  133. cpu: [arm64]
  134. os: [android]
  135. '@esbuild/android-arm@0.27.4':
  136. resolution: {integrity: sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ==}
  137. engines: {node: '>=18'}
  138. cpu: [arm]
  139. os: [android]
  140. '@esbuild/android-x64@0.27.4':
  141. resolution: {integrity: sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw==}
  142. engines: {node: '>=18'}
  143. cpu: [x64]
  144. os: [android]
  145. '@esbuild/darwin-arm64@0.27.4':
  146. resolution: {integrity: sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ==}
  147. engines: {node: '>=18'}
  148. cpu: [arm64]
  149. os: [darwin]
  150. '@esbuild/darwin-x64@0.27.4':
  151. resolution: {integrity: sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw==}
  152. engines: {node: '>=18'}
  153. cpu: [x64]
  154. os: [darwin]
  155. '@esbuild/freebsd-arm64@0.27.4':
  156. resolution: {integrity: sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw==}
  157. engines: {node: '>=18'}
  158. cpu: [arm64]
  159. os: [freebsd]
  160. '@esbuild/freebsd-x64@0.27.4':
  161. resolution: {integrity: sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ==}
  162. engines: {node: '>=18'}
  163. cpu: [x64]
  164. os: [freebsd]
  165. '@esbuild/linux-arm64@0.27.4':
  166. resolution: {integrity: sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA==}
  167. engines: {node: '>=18'}
  168. cpu: [arm64]
  169. os: [linux]
  170. '@esbuild/linux-arm@0.27.4':
  171. resolution: {integrity: sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg==}
  172. engines: {node: '>=18'}
  173. cpu: [arm]
  174. os: [linux]
  175. '@esbuild/linux-ia32@0.27.4':
  176. resolution: {integrity: sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA==}
  177. engines: {node: '>=18'}
  178. cpu: [ia32]
  179. os: [linux]
  180. '@esbuild/linux-loong64@0.27.4':
  181. resolution: {integrity: sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA==}
  182. engines: {node: '>=18'}
  183. cpu: [loong64]
  184. os: [linux]
  185. '@esbuild/linux-mips64el@0.27.4':
  186. resolution: {integrity: sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw==}
  187. engines: {node: '>=18'}
  188. cpu: [mips64el]
  189. os: [linux]
  190. '@esbuild/linux-ppc64@0.27.4':
  191. resolution: {integrity: sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA==}
  192. engines: {node: '>=18'}
  193. cpu: [ppc64]
  194. os: [linux]
  195. '@esbuild/linux-riscv64@0.27.4':
  196. resolution: {integrity: sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw==}
  197. engines: {node: '>=18'}
  198. cpu: [riscv64]
  199. os: [linux]
  200. '@esbuild/linux-s390x@0.27.4':
  201. resolution: {integrity: sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA==}
  202. engines: {node: '>=18'}
  203. cpu: [s390x]
  204. os: [linux]
  205. '@esbuild/linux-x64@0.27.4':
  206. resolution: {integrity: sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA==}
  207. engines: {node: '>=18'}
  208. cpu: [x64]
  209. os: [linux]
  210. '@esbuild/netbsd-arm64@0.27.4':
  211. resolution: {integrity: sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q==}
  212. engines: {node: '>=18'}
  213. cpu: [arm64]
  214. os: [netbsd]
  215. '@esbuild/netbsd-x64@0.27.4':
  216. resolution: {integrity: sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg==}
  217. engines: {node: '>=18'}
  218. cpu: [x64]
  219. os: [netbsd]
  220. '@esbuild/openbsd-arm64@0.27.4':
  221. resolution: {integrity: sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow==}
  222. engines: {node: '>=18'}
  223. cpu: [arm64]
  224. os: [openbsd]
  225. '@esbuild/openbsd-x64@0.27.4':
  226. resolution: {integrity: sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ==}
  227. engines: {node: '>=18'}
  228. cpu: [x64]
  229. os: [openbsd]
  230. '@esbuild/openharmony-arm64@0.27.4':
  231. resolution: {integrity: sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg==}
  232. engines: {node: '>=18'}
  233. cpu: [arm64]
  234. os: [openharmony]
  235. '@esbuild/sunos-x64@0.27.4':
  236. resolution: {integrity: sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g==}
  237. engines: {node: '>=18'}
  238. cpu: [x64]
  239. os: [sunos]
  240. '@esbuild/win32-arm64@0.27.4':
  241. resolution: {integrity: sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg==}
  242. engines: {node: '>=18'}
  243. cpu: [arm64]
  244. os: [win32]
  245. '@esbuild/win32-ia32@0.27.4':
  246. resolution: {integrity: sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw==}
  247. engines: {node: '>=18'}
  248. cpu: [ia32]
  249. os: [win32]
  250. '@esbuild/win32-x64@0.27.4':
  251. resolution: {integrity: sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg==}
  252. engines: {node: '>=18'}
  253. cpu: [x64]
  254. os: [win32]
  255. '@jridgewell/gen-mapping@0.3.13':
  256. resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
  257. '@jridgewell/remapping@2.3.5':
  258. resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
  259. '@jridgewell/resolve-uri@3.1.2':
  260. resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
  261. engines: {node: '>=6.0.0'}
  262. '@jridgewell/sourcemap-codec@1.5.5':
  263. resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
  264. '@jridgewell/trace-mapping@0.3.31':
  265. resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
  266. '@rolldown/pluginutils@1.0.0-rc.3':
  267. resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
  268. '@rollup/rollup-android-arm-eabi@4.60.0':
  269. resolution: {integrity: sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==}
  270. cpu: [arm]
  271. os: [android]
  272. '@rollup/rollup-android-arm64@4.60.0':
  273. resolution: {integrity: sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==}
  274. cpu: [arm64]
  275. os: [android]
  276. '@rollup/rollup-darwin-arm64@4.60.0':
  277. resolution: {integrity: sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==}
  278. cpu: [arm64]
  279. os: [darwin]
  280. '@rollup/rollup-darwin-x64@4.60.0':
  281. resolution: {integrity: sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==}
  282. cpu: [x64]
  283. os: [darwin]
  284. '@rollup/rollup-freebsd-arm64@4.60.0':
  285. resolution: {integrity: sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==}
  286. cpu: [arm64]
  287. os: [freebsd]
  288. '@rollup/rollup-freebsd-x64@4.60.0':
  289. resolution: {integrity: sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==}
  290. cpu: [x64]
  291. os: [freebsd]
  292. '@rollup/rollup-linux-arm-gnueabihf@4.60.0':
  293. resolution: {integrity: sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==}
  294. cpu: [arm]
  295. os: [linux]
  296. libc: [glibc]
  297. '@rollup/rollup-linux-arm-musleabihf@4.60.0':
  298. resolution: {integrity: sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==}
  299. cpu: [arm]
  300. os: [linux]
  301. libc: [musl]
  302. '@rollup/rollup-linux-arm64-gnu@4.60.0':
  303. resolution: {integrity: sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==}
  304. cpu: [arm64]
  305. os: [linux]
  306. libc: [glibc]
  307. '@rollup/rollup-linux-arm64-musl@4.60.0':
  308. resolution: {integrity: sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==}
  309. cpu: [arm64]
  310. os: [linux]
  311. libc: [musl]
  312. '@rollup/rollup-linux-loong64-gnu@4.60.0':
  313. resolution: {integrity: sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==}
  314. cpu: [loong64]
  315. os: [linux]
  316. libc: [glibc]
  317. '@rollup/rollup-linux-loong64-musl@4.60.0':
  318. resolution: {integrity: sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==}
  319. cpu: [loong64]
  320. os: [linux]
  321. libc: [musl]
  322. '@rollup/rollup-linux-ppc64-gnu@4.60.0':
  323. resolution: {integrity: sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==}
  324. cpu: [ppc64]
  325. os: [linux]
  326. libc: [glibc]
  327. '@rollup/rollup-linux-ppc64-musl@4.60.0':
  328. resolution: {integrity: sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==}
  329. cpu: [ppc64]
  330. os: [linux]
  331. libc: [musl]
  332. '@rollup/rollup-linux-riscv64-gnu@4.60.0':
  333. resolution: {integrity: sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==}
  334. cpu: [riscv64]
  335. os: [linux]
  336. libc: [glibc]
  337. '@rollup/rollup-linux-riscv64-musl@4.60.0':
  338. resolution: {integrity: sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==}
  339. cpu: [riscv64]
  340. os: [linux]
  341. libc: [musl]
  342. '@rollup/rollup-linux-s390x-gnu@4.60.0':
  343. resolution: {integrity: sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==}
  344. cpu: [s390x]
  345. os: [linux]
  346. libc: [glibc]
  347. '@rollup/rollup-linux-x64-gnu@4.60.0':
  348. resolution: {integrity: sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==}
  349. cpu: [x64]
  350. os: [linux]
  351. libc: [glibc]
  352. '@rollup/rollup-linux-x64-musl@4.60.0':
  353. resolution: {integrity: sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==}
  354. cpu: [x64]
  355. os: [linux]
  356. libc: [musl]
  357. '@rollup/rollup-openbsd-x64@4.60.0':
  358. resolution: {integrity: sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==}
  359. cpu: [x64]
  360. os: [openbsd]
  361. '@rollup/rollup-openharmony-arm64@4.60.0':
  362. resolution: {integrity: sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==}
  363. cpu: [arm64]
  364. os: [openharmony]
  365. '@rollup/rollup-win32-arm64-msvc@4.60.0':
  366. resolution: {integrity: sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==}
  367. cpu: [arm64]
  368. os: [win32]
  369. '@rollup/rollup-win32-ia32-msvc@4.60.0':
  370. resolution: {integrity: sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==}
  371. cpu: [ia32]
  372. os: [win32]
  373. '@rollup/rollup-win32-x64-gnu@4.60.0':
  374. resolution: {integrity: sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==}
  375. cpu: [x64]
  376. os: [win32]
  377. '@rollup/rollup-win32-x64-msvc@4.60.0':
  378. resolution: {integrity: sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==}
  379. cpu: [x64]
  380. os: [win32]
  381. '@tailwindcss/node@4.2.2':
  382. resolution: {integrity: sha512-pXS+wJ2gZpVXqFaUEjojq7jzMpTGf8rU6ipJz5ovJV6PUGmlJ+jvIwGrzdHdQ80Sg+wmQxUFuoW1UAAwHNEdFA==}
  383. '@tailwindcss/oxide-android-arm64@4.2.2':
  384. resolution: {integrity: sha512-dXGR1n+P3B6748jZO/SvHZq7qBOqqzQ+yFrXpoOWWALWndF9MoSKAT3Q0fYgAzYzGhxNYOoysRvYlpixRBBoDg==}
  385. engines: {node: '>= 20'}
  386. cpu: [arm64]
  387. os: [android]
  388. '@tailwindcss/oxide-darwin-arm64@4.2.2':
  389. resolution: {integrity: sha512-iq9Qjr6knfMpZHj55/37ouZeykwbDqF21gPFtfnhCCKGDcPI/21FKC9XdMO/XyBM7qKORx6UIhGgg6jLl7BZlg==}
  390. engines: {node: '>= 20'}
  391. cpu: [arm64]
  392. os: [darwin]
  393. '@tailwindcss/oxide-darwin-x64@4.2.2':
  394. resolution: {integrity: sha512-BlR+2c3nzc8f2G639LpL89YY4bdcIdUmiOOkv2GQv4/4M0vJlpXEa0JXNHhCHU7VWOKWT/CjqHdTP8aUuDJkuw==}
  395. engines: {node: '>= 20'}
  396. cpu: [x64]
  397. os: [darwin]
  398. '@tailwindcss/oxide-freebsd-x64@4.2.2':
  399. resolution: {integrity: sha512-YUqUgrGMSu2CDO82hzlQ5qSb5xmx3RUrke/QgnoEx7KvmRJHQuZHZmZTLSuuHwFf0DJPybFMXMYf+WJdxHy/nQ==}
  400. engines: {node: '>= 20'}
  401. cpu: [x64]
  402. os: [freebsd]
  403. '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
  404. resolution: {integrity: sha512-FPdhvsW6g06T9BWT0qTwiVZYE2WIFo2dY5aCSpjG/S/u1tby+wXoslXS0kl3/KXnULlLr1E3NPRRw0g7t2kgaQ==}
  405. engines: {node: '>= 20'}
  406. cpu: [arm]
  407. os: [linux]
  408. '@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
  409. resolution: {integrity: sha512-4og1V+ftEPXGttOO7eCmW7VICmzzJWgMx+QXAJRAhjrSjumCwWqMfkDrNu1LXEQzNAwz28NCUpucgQPrR4S2yw==}
  410. engines: {node: '>= 20'}
  411. cpu: [arm64]
  412. os: [linux]
  413. libc: [glibc]
  414. '@tailwindcss/oxide-linux-arm64-musl@4.2.2':
  415. resolution: {integrity: sha512-oCfG/mS+/+XRlwNjnsNLVwnMWYH7tn/kYPsNPh+JSOMlnt93mYNCKHYzylRhI51X+TbR+ufNhhKKzm6QkqX8ag==}
  416. engines: {node: '>= 20'}
  417. cpu: [arm64]
  418. os: [linux]
  419. libc: [musl]
  420. '@tailwindcss/oxide-linux-x64-gnu@4.2.2':
  421. resolution: {integrity: sha512-rTAGAkDgqbXHNp/xW0iugLVmX62wOp2PoE39BTCGKjv3Iocf6AFbRP/wZT/kuCxC9QBh9Pu8XPkv/zCZB2mcMg==}
  422. engines: {node: '>= 20'}
  423. cpu: [x64]
  424. os: [linux]
  425. libc: [glibc]
  426. '@tailwindcss/oxide-linux-x64-musl@4.2.2':
  427. resolution: {integrity: sha512-XW3t3qwbIwiSyRCggeO2zxe3KWaEbM0/kW9e8+0XpBgyKU4ATYzcVSMKteZJ1iukJ3HgHBjbg9P5YPRCVUxlnQ==}
  428. engines: {node: '>= 20'}
  429. cpu: [x64]
  430. os: [linux]
  431. libc: [musl]
  432. '@tailwindcss/oxide-wasm32-wasi@4.2.2':
  433. resolution: {integrity: sha512-eKSztKsmEsn1O5lJ4ZAfyn41NfG7vzCg496YiGtMDV86jz1q/irhms5O0VrY6ZwTUkFy/EKG3RfWgxSI3VbZ8Q==}
  434. engines: {node: '>=14.0.0'}
  435. cpu: [wasm32]
  436. bundledDependencies:
  437. - '@napi-rs/wasm-runtime'
  438. - '@emnapi/core'
  439. - '@emnapi/runtime'
  440. - '@tybys/wasm-util'
  441. - '@emnapi/wasi-threads'
  442. - tslib
  443. '@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
  444. resolution: {integrity: sha512-qPmaQM4iKu5mxpsrWZMOZRgZv1tOZpUm+zdhhQP0VhJfyGGO3aUKdbh3gDZc/dPLQwW4eSqWGrrcWNBZWUWaXQ==}
  445. engines: {node: '>= 20'}
  446. cpu: [arm64]
  447. os: [win32]
  448. '@tailwindcss/oxide-win32-x64-msvc@4.2.2':
  449. resolution: {integrity: sha512-1T/37VvI7WyH66b+vqHj/cLwnCxt7Qt3WFu5Q8hk65aOvlwAhs7rAp1VkulBJw/N4tMirXjVnylTR72uI0HGcA==}
  450. engines: {node: '>= 20'}
  451. cpu: [x64]
  452. os: [win32]
  453. '@tailwindcss/oxide@4.2.2':
  454. resolution: {integrity: sha512-qEUA07+E5kehxYp9BVMpq9E8vnJuBHfJEC0vPC5e7iL/hw7HR61aDKoVoKzrG+QKp56vhNZe4qwkRmMC0zDLvg==}
  455. engines: {node: '>= 20'}
  456. '@tailwindcss/vite@4.2.2':
  457. resolution: {integrity: sha512-mEiF5HO1QqCLXoNEfXVA1Tzo+cYsrqV7w9Juj2wdUFyW07JRenqMG225MvPwr3ZD9N1bFQj46X7r33iHxLUW0w==}
  458. peerDependencies:
  459. vite: ^5.2.0 || ^6 || ^7 || ^8
  460. '@types/babel__core@7.20.5':
  461. resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
  462. '@types/babel__generator@7.27.0':
  463. resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
  464. '@types/babel__template@7.4.4':
  465. resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
  466. '@types/babel__traverse@7.28.0':
  467. resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
  468. '@types/crypto-js@4.2.2':
  469. resolution: {integrity: sha512-sDOLlVbHhXpAUAL0YHDUUwDZf3iN4Bwi4W6a0W0b+QcAezUbRtH4FVb+9J4h+XFPW7l/gQ9F8qC7P+Ec4k8QVQ==}
  470. '@types/estree@1.0.8':
  471. resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
  472. '@types/react-dom@19.2.3':
  473. resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
  474. peerDependencies:
  475. '@types/react': ^19.2.0
  476. '@types/react@19.2.14':
  477. resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
  478. '@vitejs/plugin-react@5.2.0':
  479. resolution: {integrity: sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==}
  480. engines: {node: ^20.19.0 || >=22.12.0}
  481. peerDependencies:
  482. vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
  483. asynckit@0.4.0:
  484. resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
  485. axios@1.14.0:
  486. resolution: {integrity: sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==}
  487. baseline-browser-mapping@2.10.12:
  488. resolution: {integrity: sha512-qyq26DxfY4awP2gIRXhhLWfwzwI+N5Nxk6iQi8EFizIaWIjqicQTE4sLnZZVdeKPRcVNoJOkkpfzoIYuvCKaIQ==}
  489. engines: {node: '>=6.0.0'}
  490. hasBin: true
  491. browserslist@4.28.1:
  492. resolution: {integrity: sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==}
  493. engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
  494. hasBin: true
  495. call-bind-apply-helpers@1.0.2:
  496. resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
  497. engines: {node: '>= 0.4'}
  498. caniuse-lite@1.0.30001782:
  499. resolution: {integrity: sha512-dZcaJLJeDMh4rELYFw1tvSn1bhZWYFOt468FcbHHxx/Z/dFidd1I6ciyFdi3iwfQCyOjqo9upF6lGQYtMiJWxw==}
  500. clsx@2.1.1:
  501. resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
  502. engines: {node: '>=6'}
  503. combined-stream@1.0.8:
  504. resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
  505. engines: {node: '>= 0.8'}
  506. convert-source-map@2.0.0:
  507. resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
  508. crypto-js@4.2.0:
  509. resolution: {integrity: sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==}
  510. csstype@3.2.3:
  511. resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
  512. debug@4.4.3:
  513. resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
  514. engines: {node: '>=6.0'}
  515. peerDependencies:
  516. supports-color: '*'
  517. peerDependenciesMeta:
  518. supports-color:
  519. optional: true
  520. delayed-stream@1.0.0:
  521. resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
  522. engines: {node: '>=0.4.0'}
  523. detect-libc@2.1.2:
  524. resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
  525. engines: {node: '>=8'}
  526. dunder-proto@1.0.1:
  527. resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
  528. engines: {node: '>= 0.4'}
  529. electron-to-chromium@1.5.328:
  530. resolution: {integrity: sha512-QNQ5l45DzYytThO21403XN3FvK0hOkWDG8viNf6jqS42msJ8I4tGDSpBCgvDRRPnkffafiwAym2X2eHeGD2V0w==}
  531. enhanced-resolve@5.20.1:
  532. resolution: {integrity: sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==}
  533. engines: {node: '>=10.13.0'}
  534. es-define-property@1.0.1:
  535. resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
  536. engines: {node: '>= 0.4'}
  537. es-errors@1.3.0:
  538. resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
  539. engines: {node: '>= 0.4'}
  540. es-object-atoms@1.1.1:
  541. resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
  542. engines: {node: '>= 0.4'}
  543. es-set-tostringtag@2.1.0:
  544. resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
  545. engines: {node: '>= 0.4'}
  546. esbuild@0.27.4:
  547. resolution: {integrity: sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ==}
  548. engines: {node: '>=18'}
  549. hasBin: true
  550. escalade@3.2.0:
  551. resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
  552. engines: {node: '>=6'}
  553. fdir@6.5.0:
  554. resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
  555. engines: {node: '>=12.0.0'}
  556. peerDependencies:
  557. picomatch: ^3 || ^4
  558. peerDependenciesMeta:
  559. picomatch:
  560. optional: true
  561. follow-redirects@1.15.11:
  562. resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
  563. engines: {node: '>=4.0'}
  564. peerDependencies:
  565. debug: '*'
  566. peerDependenciesMeta:
  567. debug:
  568. optional: true
  569. form-data@4.0.5:
  570. resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
  571. engines: {node: '>= 6'}
  572. fsevents@2.3.3:
  573. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  574. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  575. os: [darwin]
  576. function-bind@1.1.2:
  577. resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
  578. gensync@1.0.0-beta.2:
  579. resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
  580. engines: {node: '>=6.9.0'}
  581. get-intrinsic@1.3.0:
  582. resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
  583. engines: {node: '>= 0.4'}
  584. get-proto@1.0.1:
  585. resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
  586. engines: {node: '>= 0.4'}
  587. gopd@1.2.0:
  588. resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
  589. engines: {node: '>= 0.4'}
  590. graceful-fs@4.2.11:
  591. resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
  592. has-symbols@1.1.0:
  593. resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
  594. engines: {node: '>= 0.4'}
  595. has-tostringtag@1.0.2:
  596. resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
  597. engines: {node: '>= 0.4'}
  598. hasown@2.0.2:
  599. resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
  600. engines: {node: '>= 0.4'}
  601. jiti@2.6.1:
  602. resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
  603. hasBin: true
  604. jotai@2.19.0:
  605. resolution: {integrity: sha512-r2wwxEXP1F2JteDLZEOPoIpAHhV89paKsN5GWVYndPNMMP/uVZDcC+fNj0A8NjKgaPWzdyO8Vp8YcYKe0uCEqQ==}
  606. engines: {node: '>=12.20.0'}
  607. peerDependencies:
  608. '@babel/core': '>=7.0.0'
  609. '@babel/template': '>=7.0.0'
  610. '@types/react': '>=17.0.0'
  611. react: '>=17.0.0'
  612. peerDependenciesMeta:
  613. '@babel/core':
  614. optional: true
  615. '@babel/template':
  616. optional: true
  617. '@types/react':
  618. optional: true
  619. react:
  620. optional: true
  621. js-tokens@4.0.0:
  622. resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
  623. jsesc@3.1.0:
  624. resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
  625. engines: {node: '>=6'}
  626. hasBin: true
  627. json5@2.2.3:
  628. resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
  629. engines: {node: '>=6'}
  630. hasBin: true
  631. lightningcss-android-arm64@1.32.0:
  632. resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
  633. engines: {node: '>= 12.0.0'}
  634. cpu: [arm64]
  635. os: [android]
  636. lightningcss-darwin-arm64@1.32.0:
  637. resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
  638. engines: {node: '>= 12.0.0'}
  639. cpu: [arm64]
  640. os: [darwin]
  641. lightningcss-darwin-x64@1.32.0:
  642. resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
  643. engines: {node: '>= 12.0.0'}
  644. cpu: [x64]
  645. os: [darwin]
  646. lightningcss-freebsd-x64@1.32.0:
  647. resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
  648. engines: {node: '>= 12.0.0'}
  649. cpu: [x64]
  650. os: [freebsd]
  651. lightningcss-linux-arm-gnueabihf@1.32.0:
  652. resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
  653. engines: {node: '>= 12.0.0'}
  654. cpu: [arm]
  655. os: [linux]
  656. lightningcss-linux-arm64-gnu@1.32.0:
  657. resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
  658. engines: {node: '>= 12.0.0'}
  659. cpu: [arm64]
  660. os: [linux]
  661. libc: [glibc]
  662. lightningcss-linux-arm64-musl@1.32.0:
  663. resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
  664. engines: {node: '>= 12.0.0'}
  665. cpu: [arm64]
  666. os: [linux]
  667. libc: [musl]
  668. lightningcss-linux-x64-gnu@1.32.0:
  669. resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
  670. engines: {node: '>= 12.0.0'}
  671. cpu: [x64]
  672. os: [linux]
  673. libc: [glibc]
  674. lightningcss-linux-x64-musl@1.32.0:
  675. resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
  676. engines: {node: '>= 12.0.0'}
  677. cpu: [x64]
  678. os: [linux]
  679. libc: [musl]
  680. lightningcss-win32-arm64-msvc@1.32.0:
  681. resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
  682. engines: {node: '>= 12.0.0'}
  683. cpu: [arm64]
  684. os: [win32]
  685. lightningcss-win32-x64-msvc@1.32.0:
  686. resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
  687. engines: {node: '>= 12.0.0'}
  688. cpu: [x64]
  689. os: [win32]
  690. lightningcss@1.32.0:
  691. resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
  692. engines: {node: '>= 12.0.0'}
  693. loose-envify@1.4.0:
  694. resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
  695. hasBin: true
  696. lru-cache@5.1.1:
  697. resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
  698. lucide-react@0.577.0:
  699. resolution: {integrity: sha512-4LjoFv2eEPwYDPg/CUdBJQSDfPyzXCRrVW1X7jrx/trgxnxkHFjnVZINbzvzxjN70dxychOfg+FTYwBiS3pQ5A==}
  700. peerDependencies:
  701. react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
  702. magic-string@0.30.21:
  703. resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
  704. math-intrinsics@1.1.0:
  705. resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
  706. engines: {node: '>= 0.4'}
  707. mime-db@1.52.0:
  708. resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
  709. engines: {node: '>= 0.6'}
  710. mime-types@2.1.35:
  711. resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
  712. engines: {node: '>= 0.6'}
  713. ms@2.1.3:
  714. resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
  715. nanoid@3.3.11:
  716. resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
  717. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  718. hasBin: true
  719. node-releases@2.0.36:
  720. resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
  721. object-assign@4.1.1:
  722. resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==}
  723. engines: {node: '>=0.10.0'}
  724. picocolors@1.1.1:
  725. resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
  726. picomatch@4.0.4:
  727. resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==}
  728. engines: {node: '>=12'}
  729. postcss@8.5.8:
  730. resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
  731. engines: {node: ^10 || ^12 || >=14}
  732. prop-types@15.8.1:
  733. resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
  734. proxy-from-env@2.1.0:
  735. resolution: {integrity: sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==}
  736. engines: {node: '>=10'}
  737. react-dom@19.2.4:
  738. resolution: {integrity: sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==}
  739. peerDependencies:
  740. react: ^19.2.4
  741. react-draggable@4.5.0:
  742. resolution: {integrity: sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==}
  743. peerDependencies:
  744. react: '>= 16.3.0'
  745. react-dom: '>= 16.3.0'
  746. react-is@16.13.1:
  747. resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
  748. react-refresh@0.18.0:
  749. resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
  750. engines: {node: '>=0.10.0'}
  751. react@19.2.4:
  752. resolution: {integrity: sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==}
  753. engines: {node: '>=0.10.0'}
  754. rollup@4.60.0:
  755. resolution: {integrity: sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==}
  756. engines: {node: '>=18.0.0', npm: '>=8.0.0'}
  757. hasBin: true
  758. scheduler@0.27.0:
  759. resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
  760. semver@6.3.1:
  761. resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
  762. hasBin: true
  763. source-map-js@1.2.1:
  764. resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
  765. engines: {node: '>=0.10.0'}
  766. tailwind-merge@3.5.0:
  767. resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
  768. tailwindcss@4.2.2:
  769. resolution: {integrity: sha512-KWBIxs1Xb6NoLdMVqhbhgwZf2PGBpPEiwOqgI4pFIYbNTfBXiKYyWoTsXgBQ9WFg/OlhnvHaY+AEpW7wSmFo2Q==}
  770. tapable@2.3.2:
  771. resolution: {integrity: sha512-1MOpMXuhGzGL5TTCZFItxCc0AARf1EZFQkGqMm7ERKj8+Hgr5oLvJOVFcC+lRmR8hCe2S3jC4T5D7Vg/d7/fhA==}
  772. engines: {node: '>=6'}
  773. tinyglobby@0.2.15:
  774. resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
  775. engines: {node: '>=12.0.0'}
  776. typescript@5.9.3:
  777. resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
  778. engines: {node: '>=14.17'}
  779. hasBin: true
  780. update-browserslist-db@1.2.3:
  781. resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
  782. hasBin: true
  783. peerDependencies:
  784. browserslist: '>= 4.21.0'
  785. vite@7.3.1:
  786. resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
  787. engines: {node: ^20.19.0 || >=22.12.0}
  788. hasBin: true
  789. peerDependencies:
  790. '@types/node': ^20.19.0 || >=22.12.0
  791. jiti: '>=1.21.0'
  792. less: ^4.0.0
  793. lightningcss: ^1.21.0
  794. sass: ^1.70.0
  795. sass-embedded: ^1.70.0
  796. stylus: '>=0.54.8'
  797. sugarss: ^5.0.0
  798. terser: ^5.16.0
  799. tsx: ^4.8.1
  800. yaml: ^2.4.2
  801. peerDependenciesMeta:
  802. '@types/node':
  803. optional: true
  804. jiti:
  805. optional: true
  806. less:
  807. optional: true
  808. lightningcss:
  809. optional: true
  810. sass:
  811. optional: true
  812. sass-embedded:
  813. optional: true
  814. stylus:
  815. optional: true
  816. sugarss:
  817. optional: true
  818. terser:
  819. optional: true
  820. tsx:
  821. optional: true
  822. yaml:
  823. optional: true
  824. yallist@3.1.1:
  825. resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
  826. snapshots:
  827. '@babel/code-frame@7.29.0':
  828. dependencies:
  829. '@babel/helper-validator-identifier': 7.28.5
  830. js-tokens: 4.0.0
  831. picocolors: 1.1.1
  832. '@babel/compat-data@7.29.0': {}
  833. '@babel/core@7.29.0':
  834. dependencies:
  835. '@babel/code-frame': 7.29.0
  836. '@babel/generator': 7.29.1
  837. '@babel/helper-compilation-targets': 7.28.6
  838. '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
  839. '@babel/helpers': 7.29.2
  840. '@babel/parser': 7.29.2
  841. '@babel/template': 7.28.6
  842. '@babel/traverse': 7.29.0
  843. '@babel/types': 7.29.0
  844. '@jridgewell/remapping': 2.3.5
  845. convert-source-map: 2.0.0
  846. debug: 4.4.3
  847. gensync: 1.0.0-beta.2
  848. json5: 2.2.3
  849. semver: 6.3.1
  850. transitivePeerDependencies:
  851. - supports-color
  852. '@babel/generator@7.29.1':
  853. dependencies:
  854. '@babel/parser': 7.29.2
  855. '@babel/types': 7.29.0
  856. '@jridgewell/gen-mapping': 0.3.13
  857. '@jridgewell/trace-mapping': 0.3.31
  858. jsesc: 3.1.0
  859. '@babel/helper-compilation-targets@7.28.6':
  860. dependencies:
  861. '@babel/compat-data': 7.29.0
  862. '@babel/helper-validator-option': 7.27.1
  863. browserslist: 4.28.1
  864. lru-cache: 5.1.1
  865. semver: 6.3.1
  866. '@babel/helper-globals@7.28.0': {}
  867. '@babel/helper-module-imports@7.28.6':
  868. dependencies:
  869. '@babel/traverse': 7.29.0
  870. '@babel/types': 7.29.0
  871. transitivePeerDependencies:
  872. - supports-color
  873. '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
  874. dependencies:
  875. '@babel/core': 7.29.0
  876. '@babel/helper-module-imports': 7.28.6
  877. '@babel/helper-validator-identifier': 7.28.5
  878. '@babel/traverse': 7.29.0
  879. transitivePeerDependencies:
  880. - supports-color
  881. '@babel/helper-plugin-utils@7.28.6': {}
  882. '@babel/helper-string-parser@7.27.1': {}
  883. '@babel/helper-validator-identifier@7.28.5': {}
  884. '@babel/helper-validator-option@7.27.1': {}
  885. '@babel/helpers@7.29.2':
  886. dependencies:
  887. '@babel/template': 7.28.6
  888. '@babel/types': 7.29.0
  889. '@babel/parser@7.29.2':
  890. dependencies:
  891. '@babel/types': 7.29.0
  892. '@babel/plugin-transform-react-jsx-self@7.27.1(@babel/core@7.29.0)':
  893. dependencies:
  894. '@babel/core': 7.29.0
  895. '@babel/helper-plugin-utils': 7.28.6
  896. '@babel/plugin-transform-react-jsx-source@7.27.1(@babel/core@7.29.0)':
  897. dependencies:
  898. '@babel/core': 7.29.0
  899. '@babel/helper-plugin-utils': 7.28.6
  900. '@babel/template@7.28.6':
  901. dependencies:
  902. '@babel/code-frame': 7.29.0
  903. '@babel/parser': 7.29.2
  904. '@babel/types': 7.29.0
  905. '@babel/traverse@7.29.0':
  906. dependencies:
  907. '@babel/code-frame': 7.29.0
  908. '@babel/generator': 7.29.1
  909. '@babel/helper-globals': 7.28.0
  910. '@babel/parser': 7.29.2
  911. '@babel/template': 7.28.6
  912. '@babel/types': 7.29.0
  913. debug: 4.4.3
  914. transitivePeerDependencies:
  915. - supports-color
  916. '@babel/types@7.29.0':
  917. dependencies:
  918. '@babel/helper-string-parser': 7.27.1
  919. '@babel/helper-validator-identifier': 7.28.5
  920. '@esbuild/aix-ppc64@0.27.4':
  921. optional: true
  922. '@esbuild/android-arm64@0.27.4':
  923. optional: true
  924. '@esbuild/android-arm@0.27.4':
  925. optional: true
  926. '@esbuild/android-x64@0.27.4':
  927. optional: true
  928. '@esbuild/darwin-arm64@0.27.4':
  929. optional: true
  930. '@esbuild/darwin-x64@0.27.4':
  931. optional: true
  932. '@esbuild/freebsd-arm64@0.27.4':
  933. optional: true
  934. '@esbuild/freebsd-x64@0.27.4':
  935. optional: true
  936. '@esbuild/linux-arm64@0.27.4':
  937. optional: true
  938. '@esbuild/linux-arm@0.27.4':
  939. optional: true
  940. '@esbuild/linux-ia32@0.27.4':
  941. optional: true
  942. '@esbuild/linux-loong64@0.27.4':
  943. optional: true
  944. '@esbuild/linux-mips64el@0.27.4':
  945. optional: true
  946. '@esbuild/linux-ppc64@0.27.4':
  947. optional: true
  948. '@esbuild/linux-riscv64@0.27.4':
  949. optional: true
  950. '@esbuild/linux-s390x@0.27.4':
  951. optional: true
  952. '@esbuild/linux-x64@0.27.4':
  953. optional: true
  954. '@esbuild/netbsd-arm64@0.27.4':
  955. optional: true
  956. '@esbuild/netbsd-x64@0.27.4':
  957. optional: true
  958. '@esbuild/openbsd-arm64@0.27.4':
  959. optional: true
  960. '@esbuild/openbsd-x64@0.27.4':
  961. optional: true
  962. '@esbuild/openharmony-arm64@0.27.4':
  963. optional: true
  964. '@esbuild/sunos-x64@0.27.4':
  965. optional: true
  966. '@esbuild/win32-arm64@0.27.4':
  967. optional: true
  968. '@esbuild/win32-ia32@0.27.4':
  969. optional: true
  970. '@esbuild/win32-x64@0.27.4':
  971. optional: true
  972. '@jridgewell/gen-mapping@0.3.13':
  973. dependencies:
  974. '@jridgewell/sourcemap-codec': 1.5.5
  975. '@jridgewell/trace-mapping': 0.3.31
  976. '@jridgewell/remapping@2.3.5':
  977. dependencies:
  978. '@jridgewell/gen-mapping': 0.3.13
  979. '@jridgewell/trace-mapping': 0.3.31
  980. '@jridgewell/resolve-uri@3.1.2': {}
  981. '@jridgewell/sourcemap-codec@1.5.5': {}
  982. '@jridgewell/trace-mapping@0.3.31':
  983. dependencies:
  984. '@jridgewell/resolve-uri': 3.1.2
  985. '@jridgewell/sourcemap-codec': 1.5.5
  986. '@rolldown/pluginutils@1.0.0-rc.3': {}
  987. '@rollup/rollup-android-arm-eabi@4.60.0':
  988. optional: true
  989. '@rollup/rollup-android-arm64@4.60.0':
  990. optional: true
  991. '@rollup/rollup-darwin-arm64@4.60.0':
  992. optional: true
  993. '@rollup/rollup-darwin-x64@4.60.0':
  994. optional: true
  995. '@rollup/rollup-freebsd-arm64@4.60.0':
  996. optional: true
  997. '@rollup/rollup-freebsd-x64@4.60.0':
  998. optional: true
  999. '@rollup/rollup-linux-arm-gnueabihf@4.60.0':
  1000. optional: true
  1001. '@rollup/rollup-linux-arm-musleabihf@4.60.0':
  1002. optional: true
  1003. '@rollup/rollup-linux-arm64-gnu@4.60.0':
  1004. optional: true
  1005. '@rollup/rollup-linux-arm64-musl@4.60.0':
  1006. optional: true
  1007. '@rollup/rollup-linux-loong64-gnu@4.60.0':
  1008. optional: true
  1009. '@rollup/rollup-linux-loong64-musl@4.60.0':
  1010. optional: true
  1011. '@rollup/rollup-linux-ppc64-gnu@4.60.0':
  1012. optional: true
  1013. '@rollup/rollup-linux-ppc64-musl@4.60.0':
  1014. optional: true
  1015. '@rollup/rollup-linux-riscv64-gnu@4.60.0':
  1016. optional: true
  1017. '@rollup/rollup-linux-riscv64-musl@4.60.0':
  1018. optional: true
  1019. '@rollup/rollup-linux-s390x-gnu@4.60.0':
  1020. optional: true
  1021. '@rollup/rollup-linux-x64-gnu@4.60.0':
  1022. optional: true
  1023. '@rollup/rollup-linux-x64-musl@4.60.0':
  1024. optional: true
  1025. '@rollup/rollup-openbsd-x64@4.60.0':
  1026. optional: true
  1027. '@rollup/rollup-openharmony-arm64@4.60.0':
  1028. optional: true
  1029. '@rollup/rollup-win32-arm64-msvc@4.60.0':
  1030. optional: true
  1031. '@rollup/rollup-win32-ia32-msvc@4.60.0':
  1032. optional: true
  1033. '@rollup/rollup-win32-x64-gnu@4.60.0':
  1034. optional: true
  1035. '@rollup/rollup-win32-x64-msvc@4.60.0':
  1036. optional: true
  1037. '@tailwindcss/node@4.2.2':
  1038. dependencies:
  1039. '@jridgewell/remapping': 2.3.5
  1040. enhanced-resolve: 5.20.1
  1041. jiti: 2.6.1
  1042. lightningcss: 1.32.0
  1043. magic-string: 0.30.21
  1044. source-map-js: 1.2.1
  1045. tailwindcss: 4.2.2
  1046. '@tailwindcss/oxide-android-arm64@4.2.2':
  1047. optional: true
  1048. '@tailwindcss/oxide-darwin-arm64@4.2.2':
  1049. optional: true
  1050. '@tailwindcss/oxide-darwin-x64@4.2.2':
  1051. optional: true
  1052. '@tailwindcss/oxide-freebsd-x64@4.2.2':
  1053. optional: true
  1054. '@tailwindcss/oxide-linux-arm-gnueabihf@4.2.2':
  1055. optional: true
  1056. '@tailwindcss/oxide-linux-arm64-gnu@4.2.2':
  1057. optional: true
  1058. '@tailwindcss/oxide-linux-arm64-musl@4.2.2':
  1059. optional: true
  1060. '@tailwindcss/oxide-linux-x64-gnu@4.2.2':
  1061. optional: true
  1062. '@tailwindcss/oxide-linux-x64-musl@4.2.2':
  1063. optional: true
  1064. '@tailwindcss/oxide-wasm32-wasi@4.2.2':
  1065. optional: true
  1066. '@tailwindcss/oxide-win32-arm64-msvc@4.2.2':
  1067. optional: true
  1068. '@tailwindcss/oxide-win32-x64-msvc@4.2.2':
  1069. optional: true
  1070. '@tailwindcss/oxide@4.2.2':
  1071. optionalDependencies:
  1072. '@tailwindcss/oxide-android-arm64': 4.2.2
  1073. '@tailwindcss/oxide-darwin-arm64': 4.2.2
  1074. '@tailwindcss/oxide-darwin-x64': 4.2.2
  1075. '@tailwindcss/oxide-freebsd-x64': 4.2.2
  1076. '@tailwindcss/oxide-linux-arm-gnueabihf': 4.2.2
  1077. '@tailwindcss/oxide-linux-arm64-gnu': 4.2.2
  1078. '@tailwindcss/oxide-linux-arm64-musl': 4.2.2
  1079. '@tailwindcss/oxide-linux-x64-gnu': 4.2.2
  1080. '@tailwindcss/oxide-linux-x64-musl': 4.2.2
  1081. '@tailwindcss/oxide-wasm32-wasi': 4.2.2
  1082. '@tailwindcss/oxide-win32-arm64-msvc': 4.2.2
  1083. '@tailwindcss/oxide-win32-x64-msvc': 4.2.2
  1084. '@tailwindcss/vite@4.2.2(vite@7.3.1(jiti@2.6.1)(lightningcss@1.32.0))':
  1085. dependencies:
  1086. '@tailwindcss/node': 4.2.2
  1087. '@tailwindcss/oxide': 4.2.2
  1088. tailwindcss: 4.2.2
  1089. vite: 7.3.1(jiti@2.6.1)(lightningcss@1.32.0)
  1090. '@types/babel__core@7.20.5':
  1091. dependencies:
  1092. '@babel/parser': 7.29.2
  1093. '@babel/types': 7.29.0
  1094. '@types/babel__generator': 7.27.0
  1095. '@types/babel__template': 7.4.4
  1096. '@types/babel__traverse': 7.28.0
  1097. '@types/babel__generator@7.27.0':
  1098. dependencies:
  1099. '@babel/types': 7.29.0
  1100. '@types/babel__template@7.4.4':
  1101. dependencies:
  1102. '@babel/parser': 7.29.2
  1103. '@babel/types': 7.29.0
  1104. '@types/babel__traverse@7.28.0':
  1105. dependencies:
  1106. '@babel/types': 7.29.0
  1107. '@types/crypto-js@4.2.2': {}
  1108. '@types/estree@1.0.8': {}
  1109. '@types/react-dom@19.2.3(@types/react@19.2.14)':
  1110. dependencies:
  1111. '@types/react': 19.2.14
  1112. '@types/react@19.2.14':
  1113. dependencies:
  1114. csstype: 3.2.3
  1115. '@vitejs/plugin-react@5.2.0(vite@7.3.1(jiti@2.6.1)(lightningcss@1.32.0))':
  1116. dependencies:
  1117. '@babel/core': 7.29.0
  1118. '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.29.0)
  1119. '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.29.0)
  1120. '@rolldown/pluginutils': 1.0.0-rc.3
  1121. '@types/babel__core': 7.20.5
  1122. react-refresh: 0.18.0
  1123. vite: 7.3.1(jiti@2.6.1)(lightningcss@1.32.0)
  1124. transitivePeerDependencies:
  1125. - supports-color
  1126. asynckit@0.4.0: {}
  1127. axios@1.14.0:
  1128. dependencies:
  1129. follow-redirects: 1.15.11
  1130. form-data: 4.0.5
  1131. proxy-from-env: 2.1.0
  1132. transitivePeerDependencies:
  1133. - debug
  1134. baseline-browser-mapping@2.10.12: {}
  1135. browserslist@4.28.1:
  1136. dependencies:
  1137. baseline-browser-mapping: 2.10.12
  1138. caniuse-lite: 1.0.30001782
  1139. electron-to-chromium: 1.5.328
  1140. node-releases: 2.0.36
  1141. update-browserslist-db: 1.2.3(browserslist@4.28.1)
  1142. call-bind-apply-helpers@1.0.2:
  1143. dependencies:
  1144. es-errors: 1.3.0
  1145. function-bind: 1.1.2
  1146. caniuse-lite@1.0.30001782: {}
  1147. clsx@2.1.1: {}
  1148. combined-stream@1.0.8:
  1149. dependencies:
  1150. delayed-stream: 1.0.0
  1151. convert-source-map@2.0.0: {}
  1152. crypto-js@4.2.0: {}
  1153. csstype@3.2.3: {}
  1154. debug@4.4.3:
  1155. dependencies:
  1156. ms: 2.1.3
  1157. delayed-stream@1.0.0: {}
  1158. detect-libc@2.1.2: {}
  1159. dunder-proto@1.0.1:
  1160. dependencies:
  1161. call-bind-apply-helpers: 1.0.2
  1162. es-errors: 1.3.0
  1163. gopd: 1.2.0
  1164. electron-to-chromium@1.5.328: {}
  1165. enhanced-resolve@5.20.1:
  1166. dependencies:
  1167. graceful-fs: 4.2.11
  1168. tapable: 2.3.2
  1169. es-define-property@1.0.1: {}
  1170. es-errors@1.3.0: {}
  1171. es-object-atoms@1.1.1:
  1172. dependencies:
  1173. es-errors: 1.3.0
  1174. es-set-tostringtag@2.1.0:
  1175. dependencies:
  1176. es-errors: 1.3.0
  1177. get-intrinsic: 1.3.0
  1178. has-tostringtag: 1.0.2
  1179. hasown: 2.0.2
  1180. esbuild@0.27.4:
  1181. optionalDependencies:
  1182. '@esbuild/aix-ppc64': 0.27.4
  1183. '@esbuild/android-arm': 0.27.4
  1184. '@esbuild/android-arm64': 0.27.4
  1185. '@esbuild/android-x64': 0.27.4
  1186. '@esbuild/darwin-arm64': 0.27.4
  1187. '@esbuild/darwin-x64': 0.27.4
  1188. '@esbuild/freebsd-arm64': 0.27.4
  1189. '@esbuild/freebsd-x64': 0.27.4
  1190. '@esbuild/linux-arm': 0.27.4
  1191. '@esbuild/linux-arm64': 0.27.4
  1192. '@esbuild/linux-ia32': 0.27.4
  1193. '@esbuild/linux-loong64': 0.27.4
  1194. '@esbuild/linux-mips64el': 0.27.4
  1195. '@esbuild/linux-ppc64': 0.27.4
  1196. '@esbuild/linux-riscv64': 0.27.4
  1197. '@esbuild/linux-s390x': 0.27.4
  1198. '@esbuild/linux-x64': 0.27.4
  1199. '@esbuild/netbsd-arm64': 0.27.4
  1200. '@esbuild/netbsd-x64': 0.27.4
  1201. '@esbuild/openbsd-arm64': 0.27.4
  1202. '@esbuild/openbsd-x64': 0.27.4
  1203. '@esbuild/openharmony-arm64': 0.27.4
  1204. '@esbuild/sunos-x64': 0.27.4
  1205. '@esbuild/win32-arm64': 0.27.4
  1206. '@esbuild/win32-ia32': 0.27.4
  1207. '@esbuild/win32-x64': 0.27.4
  1208. escalade@3.2.0: {}
  1209. fdir@6.5.0(picomatch@4.0.4):
  1210. optionalDependencies:
  1211. picomatch: 4.0.4
  1212. follow-redirects@1.15.11: {}
  1213. form-data@4.0.5:
  1214. dependencies:
  1215. asynckit: 0.4.0
  1216. combined-stream: 1.0.8
  1217. es-set-tostringtag: 2.1.0
  1218. hasown: 2.0.2
  1219. mime-types: 2.1.35
  1220. fsevents@2.3.3:
  1221. optional: true
  1222. function-bind@1.1.2: {}
  1223. gensync@1.0.0-beta.2: {}
  1224. get-intrinsic@1.3.0:
  1225. dependencies:
  1226. call-bind-apply-helpers: 1.0.2
  1227. es-define-property: 1.0.1
  1228. es-errors: 1.3.0
  1229. es-object-atoms: 1.1.1
  1230. function-bind: 1.1.2
  1231. get-proto: 1.0.1
  1232. gopd: 1.2.0
  1233. has-symbols: 1.1.0
  1234. hasown: 2.0.2
  1235. math-intrinsics: 1.1.0
  1236. get-proto@1.0.1:
  1237. dependencies:
  1238. dunder-proto: 1.0.1
  1239. es-object-atoms: 1.1.1
  1240. gopd@1.2.0: {}
  1241. graceful-fs@4.2.11: {}
  1242. has-symbols@1.1.0: {}
  1243. has-tostringtag@1.0.2:
  1244. dependencies:
  1245. has-symbols: 1.1.0
  1246. hasown@2.0.2:
  1247. dependencies:
  1248. function-bind: 1.1.2
  1249. jiti@2.6.1: {}
  1250. jotai@2.19.0(@babel/core@7.29.0)(@babel/template@7.28.6)(@types/react@19.2.14)(react@19.2.4):
  1251. optionalDependencies:
  1252. '@babel/core': 7.29.0
  1253. '@babel/template': 7.28.6
  1254. '@types/react': 19.2.14
  1255. react: 19.2.4
  1256. js-tokens@4.0.0: {}
  1257. jsesc@3.1.0: {}
  1258. json5@2.2.3: {}
  1259. lightningcss-android-arm64@1.32.0:
  1260. optional: true
  1261. lightningcss-darwin-arm64@1.32.0:
  1262. optional: true
  1263. lightningcss-darwin-x64@1.32.0:
  1264. optional: true
  1265. lightningcss-freebsd-x64@1.32.0:
  1266. optional: true
  1267. lightningcss-linux-arm-gnueabihf@1.32.0:
  1268. optional: true
  1269. lightningcss-linux-arm64-gnu@1.32.0:
  1270. optional: true
  1271. lightningcss-linux-arm64-musl@1.32.0:
  1272. optional: true
  1273. lightningcss-linux-x64-gnu@1.32.0:
  1274. optional: true
  1275. lightningcss-linux-x64-musl@1.32.0:
  1276. optional: true
  1277. lightningcss-win32-arm64-msvc@1.32.0:
  1278. optional: true
  1279. lightningcss-win32-x64-msvc@1.32.0:
  1280. optional: true
  1281. lightningcss@1.32.0:
  1282. dependencies:
  1283. detect-libc: 2.1.2
  1284. optionalDependencies:
  1285. lightningcss-android-arm64: 1.32.0
  1286. lightningcss-darwin-arm64: 1.32.0
  1287. lightningcss-darwin-x64: 1.32.0
  1288. lightningcss-freebsd-x64: 1.32.0
  1289. lightningcss-linux-arm-gnueabihf: 1.32.0
  1290. lightningcss-linux-arm64-gnu: 1.32.0
  1291. lightningcss-linux-arm64-musl: 1.32.0
  1292. lightningcss-linux-x64-gnu: 1.32.0
  1293. lightningcss-linux-x64-musl: 1.32.0
  1294. lightningcss-win32-arm64-msvc: 1.32.0
  1295. lightningcss-win32-x64-msvc: 1.32.0
  1296. loose-envify@1.4.0:
  1297. dependencies:
  1298. js-tokens: 4.0.0
  1299. lru-cache@5.1.1:
  1300. dependencies:
  1301. yallist: 3.1.1
  1302. lucide-react@0.577.0(react@19.2.4):
  1303. dependencies:
  1304. react: 19.2.4
  1305. magic-string@0.30.21:
  1306. dependencies:
  1307. '@jridgewell/sourcemap-codec': 1.5.5
  1308. math-intrinsics@1.1.0: {}
  1309. mime-db@1.52.0: {}
  1310. mime-types@2.1.35:
  1311. dependencies:
  1312. mime-db: 1.52.0
  1313. ms@2.1.3: {}
  1314. nanoid@3.3.11: {}
  1315. node-releases@2.0.36: {}
  1316. object-assign@4.1.1: {}
  1317. picocolors@1.1.1: {}
  1318. picomatch@4.0.4: {}
  1319. postcss@8.5.8:
  1320. dependencies:
  1321. nanoid: 3.3.11
  1322. picocolors: 1.1.1
  1323. source-map-js: 1.2.1
  1324. prop-types@15.8.1:
  1325. dependencies:
  1326. loose-envify: 1.4.0
  1327. object-assign: 4.1.1
  1328. react-is: 16.13.1
  1329. proxy-from-env@2.1.0: {}
  1330. react-dom@19.2.4(react@19.2.4):
  1331. dependencies:
  1332. react: 19.2.4
  1333. scheduler: 0.27.0
  1334. react-draggable@4.5.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
  1335. dependencies:
  1336. clsx: 2.1.1
  1337. prop-types: 15.8.1
  1338. react: 19.2.4
  1339. react-dom: 19.2.4(react@19.2.4)
  1340. react-is@16.13.1: {}
  1341. react-refresh@0.18.0: {}
  1342. react@19.2.4: {}
  1343. rollup@4.60.0:
  1344. dependencies:
  1345. '@types/estree': 1.0.8
  1346. optionalDependencies:
  1347. '@rollup/rollup-android-arm-eabi': 4.60.0
  1348. '@rollup/rollup-android-arm64': 4.60.0
  1349. '@rollup/rollup-darwin-arm64': 4.60.0
  1350. '@rollup/rollup-darwin-x64': 4.60.0
  1351. '@rollup/rollup-freebsd-arm64': 4.60.0
  1352. '@rollup/rollup-freebsd-x64': 4.60.0
  1353. '@rollup/rollup-linux-arm-gnueabihf': 4.60.0
  1354. '@rollup/rollup-linux-arm-musleabihf': 4.60.0
  1355. '@rollup/rollup-linux-arm64-gnu': 4.60.0
  1356. '@rollup/rollup-linux-arm64-musl': 4.60.0
  1357. '@rollup/rollup-linux-loong64-gnu': 4.60.0
  1358. '@rollup/rollup-linux-loong64-musl': 4.60.0
  1359. '@rollup/rollup-linux-ppc64-gnu': 4.60.0
  1360. '@rollup/rollup-linux-ppc64-musl': 4.60.0
  1361. '@rollup/rollup-linux-riscv64-gnu': 4.60.0
  1362. '@rollup/rollup-linux-riscv64-musl': 4.60.0
  1363. '@rollup/rollup-linux-s390x-gnu': 4.60.0
  1364. '@rollup/rollup-linux-x64-gnu': 4.60.0
  1365. '@rollup/rollup-linux-x64-musl': 4.60.0
  1366. '@rollup/rollup-openbsd-x64': 4.60.0
  1367. '@rollup/rollup-openharmony-arm64': 4.60.0
  1368. '@rollup/rollup-win32-arm64-msvc': 4.60.0
  1369. '@rollup/rollup-win32-ia32-msvc': 4.60.0
  1370. '@rollup/rollup-win32-x64-gnu': 4.60.0
  1371. '@rollup/rollup-win32-x64-msvc': 4.60.0
  1372. fsevents: 2.3.3
  1373. scheduler@0.27.0: {}
  1374. semver@6.3.1: {}
  1375. source-map-js@1.2.1: {}
  1376. tailwind-merge@3.5.0: {}
  1377. tailwindcss@4.2.2: {}
  1378. tapable@2.3.2: {}
  1379. tinyglobby@0.2.15:
  1380. dependencies:
  1381. fdir: 6.5.0(picomatch@4.0.4)
  1382. picomatch: 4.0.4
  1383. typescript@5.9.3: {}
  1384. update-browserslist-db@1.2.3(browserslist@4.28.1):
  1385. dependencies:
  1386. browserslist: 4.28.1
  1387. escalade: 3.2.0
  1388. picocolors: 1.1.1
  1389. vite@7.3.1(jiti@2.6.1)(lightningcss@1.32.0):
  1390. dependencies:
  1391. esbuild: 0.27.4
  1392. fdir: 6.5.0(picomatch@4.0.4)
  1393. picomatch: 4.0.4
  1394. postcss: 8.5.8
  1395. rollup: 4.60.0
  1396. tinyglobby: 0.2.15
  1397. optionalDependencies:
  1398. fsevents: 2.3.3
  1399. jiti: 2.6.1
  1400. lightningcss: 1.32.0
  1401. yallist@3.1.1: {}