package-lock.json 99 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537
  1. {
  2. "name": "smartbotic-microbit-webui",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "smartbotic-microbit-webui",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@tailwindcss/vite": "^4.1.18",
  12. "@tanstack/react-query": "^5.90.16",
  13. "clsx": "^2.1.1",
  14. "lucide-react": "^0.562.0",
  15. "react": "^19.2.0",
  16. "react-dom": "^19.2.0",
  17. "react-router-dom": "^7.11.0",
  18. "tailwindcss": "^4.1.18",
  19. "zustand": "^5.0.10"
  20. },
  21. "devDependencies": {
  22. "@types/node": "^22.15.0",
  23. "@types/react": "^19.2.5",
  24. "@types/react-dom": "^19.2.3",
  25. "@vitejs/plugin-react": "^5.1.1",
  26. "typescript": "~5.9.3",
  27. "vite": "^7.2.4"
  28. }
  29. },
  30. "node_modules/@babel/code-frame": {
  31. "version": "7.29.0",
  32. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
  33. "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
  34. "dev": true,
  35. "license": "MIT",
  36. "dependencies": {
  37. "@babel/helper-validator-identifier": "^7.28.5",
  38. "js-tokens": "^4.0.0",
  39. "picocolors": "^1.1.1"
  40. },
  41. "engines": {
  42. "node": ">=6.9.0"
  43. }
  44. },
  45. "node_modules/@babel/compat-data": {
  46. "version": "7.29.0",
  47. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.0.tgz",
  48. "integrity": "sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==",
  49. "dev": true,
  50. "license": "MIT",
  51. "engines": {
  52. "node": ">=6.9.0"
  53. }
  54. },
  55. "node_modules/@babel/core": {
  56. "version": "7.29.0",
  57. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
  58. "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
  59. "dev": true,
  60. "license": "MIT",
  61. "peer": true,
  62. "dependencies": {
  63. "@babel/code-frame": "^7.29.0",
  64. "@babel/generator": "^7.29.0",
  65. "@babel/helper-compilation-targets": "^7.28.6",
  66. "@babel/helper-module-transforms": "^7.28.6",
  67. "@babel/helpers": "^7.28.6",
  68. "@babel/parser": "^7.29.0",
  69. "@babel/template": "^7.28.6",
  70. "@babel/traverse": "^7.29.0",
  71. "@babel/types": "^7.29.0",
  72. "@jridgewell/remapping": "^2.3.5",
  73. "convert-source-map": "^2.0.0",
  74. "debug": "^4.1.0",
  75. "gensync": "^1.0.0-beta.2",
  76. "json5": "^2.2.3",
  77. "semver": "^6.3.1"
  78. },
  79. "engines": {
  80. "node": ">=6.9.0"
  81. },
  82. "funding": {
  83. "type": "opencollective",
  84. "url": "https://opencollective.com/babel"
  85. }
  86. },
  87. "node_modules/@babel/generator": {
  88. "version": "7.29.1",
  89. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
  90. "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
  91. "dev": true,
  92. "license": "MIT",
  93. "dependencies": {
  94. "@babel/parser": "^7.29.0",
  95. "@babel/types": "^7.29.0",
  96. "@jridgewell/gen-mapping": "^0.3.12",
  97. "@jridgewell/trace-mapping": "^0.3.28",
  98. "jsesc": "^3.0.2"
  99. },
  100. "engines": {
  101. "node": ">=6.9.0"
  102. }
  103. },
  104. "node_modules/@babel/helper-compilation-targets": {
  105. "version": "7.28.6",
  106. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
  107. "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
  108. "dev": true,
  109. "license": "MIT",
  110. "dependencies": {
  111. "@babel/compat-data": "^7.28.6",
  112. "@babel/helper-validator-option": "^7.27.1",
  113. "browserslist": "^4.24.0",
  114. "lru-cache": "^5.1.1",
  115. "semver": "^6.3.1"
  116. },
  117. "engines": {
  118. "node": ">=6.9.0"
  119. }
  120. },
  121. "node_modules/@babel/helper-globals": {
  122. "version": "7.28.0",
  123. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
  124. "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
  125. "dev": true,
  126. "license": "MIT",
  127. "engines": {
  128. "node": ">=6.9.0"
  129. }
  130. },
  131. "node_modules/@babel/helper-module-imports": {
  132. "version": "7.28.6",
  133. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
  134. "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
  135. "dev": true,
  136. "license": "MIT",
  137. "dependencies": {
  138. "@babel/traverse": "^7.28.6",
  139. "@babel/types": "^7.28.6"
  140. },
  141. "engines": {
  142. "node": ">=6.9.0"
  143. }
  144. },
  145. "node_modules/@babel/helper-module-transforms": {
  146. "version": "7.28.6",
  147. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
  148. "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
  149. "dev": true,
  150. "license": "MIT",
  151. "dependencies": {
  152. "@babel/helper-module-imports": "^7.28.6",
  153. "@babel/helper-validator-identifier": "^7.28.5",
  154. "@babel/traverse": "^7.28.6"
  155. },
  156. "engines": {
  157. "node": ">=6.9.0"
  158. },
  159. "peerDependencies": {
  160. "@babel/core": "^7.0.0"
  161. }
  162. },
  163. "node_modules/@babel/helper-plugin-utils": {
  164. "version": "7.28.6",
  165. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz",
  166. "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==",
  167. "dev": true,
  168. "license": "MIT",
  169. "engines": {
  170. "node": ">=6.9.0"
  171. }
  172. },
  173. "node_modules/@babel/helper-string-parser": {
  174. "version": "7.27.1",
  175. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
  176. "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
  177. "dev": true,
  178. "license": "MIT",
  179. "engines": {
  180. "node": ">=6.9.0"
  181. }
  182. },
  183. "node_modules/@babel/helper-validator-identifier": {
  184. "version": "7.28.5",
  185. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
  186. "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
  187. "dev": true,
  188. "license": "MIT",
  189. "engines": {
  190. "node": ">=6.9.0"
  191. }
  192. },
  193. "node_modules/@babel/helper-validator-option": {
  194. "version": "7.27.1",
  195. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
  196. "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
  197. "dev": true,
  198. "license": "MIT",
  199. "engines": {
  200. "node": ">=6.9.0"
  201. }
  202. },
  203. "node_modules/@babel/helpers": {
  204. "version": "7.28.6",
  205. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
  206. "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
  207. "dev": true,
  208. "license": "MIT",
  209. "dependencies": {
  210. "@babel/template": "^7.28.6",
  211. "@babel/types": "^7.28.6"
  212. },
  213. "engines": {
  214. "node": ">=6.9.0"
  215. }
  216. },
  217. "node_modules/@babel/parser": {
  218. "version": "7.29.0",
  219. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.0.tgz",
  220. "integrity": "sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==",
  221. "dev": true,
  222. "license": "MIT",
  223. "dependencies": {
  224. "@babel/types": "^7.29.0"
  225. },
  226. "bin": {
  227. "parser": "bin/babel-parser.js"
  228. },
  229. "engines": {
  230. "node": ">=6.0.0"
  231. }
  232. },
  233. "node_modules/@babel/plugin-transform-react-jsx-self": {
  234. "version": "7.27.1",
  235. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
  236. "integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
  237. "dev": true,
  238. "license": "MIT",
  239. "dependencies": {
  240. "@babel/helper-plugin-utils": "^7.27.1"
  241. },
  242. "engines": {
  243. "node": ">=6.9.0"
  244. },
  245. "peerDependencies": {
  246. "@babel/core": "^7.0.0-0"
  247. }
  248. },
  249. "node_modules/@babel/plugin-transform-react-jsx-source": {
  250. "version": "7.27.1",
  251. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
  252. "integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
  253. "dev": true,
  254. "license": "MIT",
  255. "dependencies": {
  256. "@babel/helper-plugin-utils": "^7.27.1"
  257. },
  258. "engines": {
  259. "node": ">=6.9.0"
  260. },
  261. "peerDependencies": {
  262. "@babel/core": "^7.0.0-0"
  263. }
  264. },
  265. "node_modules/@babel/template": {
  266. "version": "7.28.6",
  267. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
  268. "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  269. "dev": true,
  270. "license": "MIT",
  271. "dependencies": {
  272. "@babel/code-frame": "^7.28.6",
  273. "@babel/parser": "^7.28.6",
  274. "@babel/types": "^7.28.6"
  275. },
  276. "engines": {
  277. "node": ">=6.9.0"
  278. }
  279. },
  280. "node_modules/@babel/traverse": {
  281. "version": "7.29.0",
  282. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
  283. "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
  284. "dev": true,
  285. "license": "MIT",
  286. "dependencies": {
  287. "@babel/code-frame": "^7.29.0",
  288. "@babel/generator": "^7.29.0",
  289. "@babel/helper-globals": "^7.28.0",
  290. "@babel/parser": "^7.29.0",
  291. "@babel/template": "^7.28.6",
  292. "@babel/types": "^7.29.0",
  293. "debug": "^4.3.1"
  294. },
  295. "engines": {
  296. "node": ">=6.9.0"
  297. }
  298. },
  299. "node_modules/@babel/types": {
  300. "version": "7.29.0",
  301. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
  302. "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
  303. "dev": true,
  304. "license": "MIT",
  305. "dependencies": {
  306. "@babel/helper-string-parser": "^7.27.1",
  307. "@babel/helper-validator-identifier": "^7.28.5"
  308. },
  309. "engines": {
  310. "node": ">=6.9.0"
  311. }
  312. },
  313. "node_modules/@esbuild/aix-ppc64": {
  314. "version": "0.27.3",
  315. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz",
  316. "integrity": "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg==",
  317. "cpu": [
  318. "ppc64"
  319. ],
  320. "license": "MIT",
  321. "optional": true,
  322. "os": [
  323. "aix"
  324. ],
  325. "engines": {
  326. "node": ">=18"
  327. }
  328. },
  329. "node_modules/@esbuild/android-arm": {
  330. "version": "0.27.3",
  331. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.3.tgz",
  332. "integrity": "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA==",
  333. "cpu": [
  334. "arm"
  335. ],
  336. "license": "MIT",
  337. "optional": true,
  338. "os": [
  339. "android"
  340. ],
  341. "engines": {
  342. "node": ">=18"
  343. }
  344. },
  345. "node_modules/@esbuild/android-arm64": {
  346. "version": "0.27.3",
  347. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz",
  348. "integrity": "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg==",
  349. "cpu": [
  350. "arm64"
  351. ],
  352. "license": "MIT",
  353. "optional": true,
  354. "os": [
  355. "android"
  356. ],
  357. "engines": {
  358. "node": ">=18"
  359. }
  360. },
  361. "node_modules/@esbuild/android-x64": {
  362. "version": "0.27.3",
  363. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.3.tgz",
  364. "integrity": "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ==",
  365. "cpu": [
  366. "x64"
  367. ],
  368. "license": "MIT",
  369. "optional": true,
  370. "os": [
  371. "android"
  372. ],
  373. "engines": {
  374. "node": ">=18"
  375. }
  376. },
  377. "node_modules/@esbuild/darwin-arm64": {
  378. "version": "0.27.3",
  379. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz",
  380. "integrity": "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg==",
  381. "cpu": [
  382. "arm64"
  383. ],
  384. "license": "MIT",
  385. "optional": true,
  386. "os": [
  387. "darwin"
  388. ],
  389. "engines": {
  390. "node": ">=18"
  391. }
  392. },
  393. "node_modules/@esbuild/darwin-x64": {
  394. "version": "0.27.3",
  395. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz",
  396. "integrity": "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg==",
  397. "cpu": [
  398. "x64"
  399. ],
  400. "license": "MIT",
  401. "optional": true,
  402. "os": [
  403. "darwin"
  404. ],
  405. "engines": {
  406. "node": ">=18"
  407. }
  408. },
  409. "node_modules/@esbuild/freebsd-arm64": {
  410. "version": "0.27.3",
  411. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz",
  412. "integrity": "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w==",
  413. "cpu": [
  414. "arm64"
  415. ],
  416. "license": "MIT",
  417. "optional": true,
  418. "os": [
  419. "freebsd"
  420. ],
  421. "engines": {
  422. "node": ">=18"
  423. }
  424. },
  425. "node_modules/@esbuild/freebsd-x64": {
  426. "version": "0.27.3",
  427. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz",
  428. "integrity": "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA==",
  429. "cpu": [
  430. "x64"
  431. ],
  432. "license": "MIT",
  433. "optional": true,
  434. "os": [
  435. "freebsd"
  436. ],
  437. "engines": {
  438. "node": ">=18"
  439. }
  440. },
  441. "node_modules/@esbuild/linux-arm": {
  442. "version": "0.27.3",
  443. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz",
  444. "integrity": "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw==",
  445. "cpu": [
  446. "arm"
  447. ],
  448. "license": "MIT",
  449. "optional": true,
  450. "os": [
  451. "linux"
  452. ],
  453. "engines": {
  454. "node": ">=18"
  455. }
  456. },
  457. "node_modules/@esbuild/linux-arm64": {
  458. "version": "0.27.3",
  459. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz",
  460. "integrity": "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg==",
  461. "cpu": [
  462. "arm64"
  463. ],
  464. "license": "MIT",
  465. "optional": true,
  466. "os": [
  467. "linux"
  468. ],
  469. "engines": {
  470. "node": ">=18"
  471. }
  472. },
  473. "node_modules/@esbuild/linux-ia32": {
  474. "version": "0.27.3",
  475. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz",
  476. "integrity": "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg==",
  477. "cpu": [
  478. "ia32"
  479. ],
  480. "license": "MIT",
  481. "optional": true,
  482. "os": [
  483. "linux"
  484. ],
  485. "engines": {
  486. "node": ">=18"
  487. }
  488. },
  489. "node_modules/@esbuild/linux-loong64": {
  490. "version": "0.27.3",
  491. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz",
  492. "integrity": "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA==",
  493. "cpu": [
  494. "loong64"
  495. ],
  496. "license": "MIT",
  497. "optional": true,
  498. "os": [
  499. "linux"
  500. ],
  501. "engines": {
  502. "node": ">=18"
  503. }
  504. },
  505. "node_modules/@esbuild/linux-mips64el": {
  506. "version": "0.27.3",
  507. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz",
  508. "integrity": "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw==",
  509. "cpu": [
  510. "mips64el"
  511. ],
  512. "license": "MIT",
  513. "optional": true,
  514. "os": [
  515. "linux"
  516. ],
  517. "engines": {
  518. "node": ">=18"
  519. }
  520. },
  521. "node_modules/@esbuild/linux-ppc64": {
  522. "version": "0.27.3",
  523. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz",
  524. "integrity": "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA==",
  525. "cpu": [
  526. "ppc64"
  527. ],
  528. "license": "MIT",
  529. "optional": true,
  530. "os": [
  531. "linux"
  532. ],
  533. "engines": {
  534. "node": ">=18"
  535. }
  536. },
  537. "node_modules/@esbuild/linux-riscv64": {
  538. "version": "0.27.3",
  539. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz",
  540. "integrity": "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ==",
  541. "cpu": [
  542. "riscv64"
  543. ],
  544. "license": "MIT",
  545. "optional": true,
  546. "os": [
  547. "linux"
  548. ],
  549. "engines": {
  550. "node": ">=18"
  551. }
  552. },
  553. "node_modules/@esbuild/linux-s390x": {
  554. "version": "0.27.3",
  555. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz",
  556. "integrity": "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw==",
  557. "cpu": [
  558. "s390x"
  559. ],
  560. "license": "MIT",
  561. "optional": true,
  562. "os": [
  563. "linux"
  564. ],
  565. "engines": {
  566. "node": ">=18"
  567. }
  568. },
  569. "node_modules/@esbuild/linux-x64": {
  570. "version": "0.27.3",
  571. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz",
  572. "integrity": "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA==",
  573. "cpu": [
  574. "x64"
  575. ],
  576. "license": "MIT",
  577. "optional": true,
  578. "os": [
  579. "linux"
  580. ],
  581. "engines": {
  582. "node": ">=18"
  583. }
  584. },
  585. "node_modules/@esbuild/netbsd-arm64": {
  586. "version": "0.27.3",
  587. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz",
  588. "integrity": "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA==",
  589. "cpu": [
  590. "arm64"
  591. ],
  592. "license": "MIT",
  593. "optional": true,
  594. "os": [
  595. "netbsd"
  596. ],
  597. "engines": {
  598. "node": ">=18"
  599. }
  600. },
  601. "node_modules/@esbuild/netbsd-x64": {
  602. "version": "0.27.3",
  603. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz",
  604. "integrity": "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA==",
  605. "cpu": [
  606. "x64"
  607. ],
  608. "license": "MIT",
  609. "optional": true,
  610. "os": [
  611. "netbsd"
  612. ],
  613. "engines": {
  614. "node": ">=18"
  615. }
  616. },
  617. "node_modules/@esbuild/openbsd-arm64": {
  618. "version": "0.27.3",
  619. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz",
  620. "integrity": "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw==",
  621. "cpu": [
  622. "arm64"
  623. ],
  624. "license": "MIT",
  625. "optional": true,
  626. "os": [
  627. "openbsd"
  628. ],
  629. "engines": {
  630. "node": ">=18"
  631. }
  632. },
  633. "node_modules/@esbuild/openbsd-x64": {
  634. "version": "0.27.3",
  635. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz",
  636. "integrity": "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ==",
  637. "cpu": [
  638. "x64"
  639. ],
  640. "license": "MIT",
  641. "optional": true,
  642. "os": [
  643. "openbsd"
  644. ],
  645. "engines": {
  646. "node": ">=18"
  647. }
  648. },
  649. "node_modules/@esbuild/openharmony-arm64": {
  650. "version": "0.27.3",
  651. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz",
  652. "integrity": "sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g==",
  653. "cpu": [
  654. "arm64"
  655. ],
  656. "license": "MIT",
  657. "optional": true,
  658. "os": [
  659. "openharmony"
  660. ],
  661. "engines": {
  662. "node": ">=18"
  663. }
  664. },
  665. "node_modules/@esbuild/sunos-x64": {
  666. "version": "0.27.3",
  667. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz",
  668. "integrity": "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA==",
  669. "cpu": [
  670. "x64"
  671. ],
  672. "license": "MIT",
  673. "optional": true,
  674. "os": [
  675. "sunos"
  676. ],
  677. "engines": {
  678. "node": ">=18"
  679. }
  680. },
  681. "node_modules/@esbuild/win32-arm64": {
  682. "version": "0.27.3",
  683. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz",
  684. "integrity": "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA==",
  685. "cpu": [
  686. "arm64"
  687. ],
  688. "license": "MIT",
  689. "optional": true,
  690. "os": [
  691. "win32"
  692. ],
  693. "engines": {
  694. "node": ">=18"
  695. }
  696. },
  697. "node_modules/@esbuild/win32-ia32": {
  698. "version": "0.27.3",
  699. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz",
  700. "integrity": "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q==",
  701. "cpu": [
  702. "ia32"
  703. ],
  704. "license": "MIT",
  705. "optional": true,
  706. "os": [
  707. "win32"
  708. ],
  709. "engines": {
  710. "node": ">=18"
  711. }
  712. },
  713. "node_modules/@esbuild/win32-x64": {
  714. "version": "0.27.3",
  715. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz",
  716. "integrity": "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA==",
  717. "cpu": [
  718. "x64"
  719. ],
  720. "license": "MIT",
  721. "optional": true,
  722. "os": [
  723. "win32"
  724. ],
  725. "engines": {
  726. "node": ">=18"
  727. }
  728. },
  729. "node_modules/@jridgewell/gen-mapping": {
  730. "version": "0.3.13",
  731. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  732. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  733. "license": "MIT",
  734. "dependencies": {
  735. "@jridgewell/sourcemap-codec": "^1.5.0",
  736. "@jridgewell/trace-mapping": "^0.3.24"
  737. }
  738. },
  739. "node_modules/@jridgewell/remapping": {
  740. "version": "2.3.5",
  741. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  742. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  743. "license": "MIT",
  744. "dependencies": {
  745. "@jridgewell/gen-mapping": "^0.3.5",
  746. "@jridgewell/trace-mapping": "^0.3.24"
  747. }
  748. },
  749. "node_modules/@jridgewell/resolve-uri": {
  750. "version": "3.1.2",
  751. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  752. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  753. "license": "MIT",
  754. "engines": {
  755. "node": ">=6.0.0"
  756. }
  757. },
  758. "node_modules/@jridgewell/sourcemap-codec": {
  759. "version": "1.5.5",
  760. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  761. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  762. "license": "MIT"
  763. },
  764. "node_modules/@jridgewell/trace-mapping": {
  765. "version": "0.3.31",
  766. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  767. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  768. "license": "MIT",
  769. "dependencies": {
  770. "@jridgewell/resolve-uri": "^3.1.0",
  771. "@jridgewell/sourcemap-codec": "^1.4.14"
  772. }
  773. },
  774. "node_modules/@rolldown/pluginutils": {
  775. "version": "1.0.0-rc.2",
  776. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz",
  777. "integrity": "sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==",
  778. "dev": true,
  779. "license": "MIT"
  780. },
  781. "node_modules/@rollup/rollup-android-arm-eabi": {
  782. "version": "4.57.1",
  783. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz",
  784. "integrity": "sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==",
  785. "cpu": [
  786. "arm"
  787. ],
  788. "license": "MIT",
  789. "optional": true,
  790. "os": [
  791. "android"
  792. ]
  793. },
  794. "node_modules/@rollup/rollup-android-arm64": {
  795. "version": "4.57.1",
  796. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.57.1.tgz",
  797. "integrity": "sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==",
  798. "cpu": [
  799. "arm64"
  800. ],
  801. "license": "MIT",
  802. "optional": true,
  803. "os": [
  804. "android"
  805. ]
  806. },
  807. "node_modules/@rollup/rollup-darwin-arm64": {
  808. "version": "4.57.1",
  809. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.57.1.tgz",
  810. "integrity": "sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==",
  811. "cpu": [
  812. "arm64"
  813. ],
  814. "license": "MIT",
  815. "optional": true,
  816. "os": [
  817. "darwin"
  818. ]
  819. },
  820. "node_modules/@rollup/rollup-darwin-x64": {
  821. "version": "4.57.1",
  822. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.57.1.tgz",
  823. "integrity": "sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==",
  824. "cpu": [
  825. "x64"
  826. ],
  827. "license": "MIT",
  828. "optional": true,
  829. "os": [
  830. "darwin"
  831. ]
  832. },
  833. "node_modules/@rollup/rollup-freebsd-arm64": {
  834. "version": "4.57.1",
  835. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.57.1.tgz",
  836. "integrity": "sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==",
  837. "cpu": [
  838. "arm64"
  839. ],
  840. "license": "MIT",
  841. "optional": true,
  842. "os": [
  843. "freebsd"
  844. ]
  845. },
  846. "node_modules/@rollup/rollup-freebsd-x64": {
  847. "version": "4.57.1",
  848. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.57.1.tgz",
  849. "integrity": "sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==",
  850. "cpu": [
  851. "x64"
  852. ],
  853. "license": "MIT",
  854. "optional": true,
  855. "os": [
  856. "freebsd"
  857. ]
  858. },
  859. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  860. "version": "4.57.1",
  861. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.57.1.tgz",
  862. "integrity": "sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==",
  863. "cpu": [
  864. "arm"
  865. ],
  866. "license": "MIT",
  867. "optional": true,
  868. "os": [
  869. "linux"
  870. ]
  871. },
  872. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  873. "version": "4.57.1",
  874. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.57.1.tgz",
  875. "integrity": "sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==",
  876. "cpu": [
  877. "arm"
  878. ],
  879. "license": "MIT",
  880. "optional": true,
  881. "os": [
  882. "linux"
  883. ]
  884. },
  885. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  886. "version": "4.57.1",
  887. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.57.1.tgz",
  888. "integrity": "sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==",
  889. "cpu": [
  890. "arm64"
  891. ],
  892. "license": "MIT",
  893. "optional": true,
  894. "os": [
  895. "linux"
  896. ]
  897. },
  898. "node_modules/@rollup/rollup-linux-arm64-musl": {
  899. "version": "4.57.1",
  900. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.57.1.tgz",
  901. "integrity": "sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==",
  902. "cpu": [
  903. "arm64"
  904. ],
  905. "license": "MIT",
  906. "optional": true,
  907. "os": [
  908. "linux"
  909. ]
  910. },
  911. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  912. "version": "4.57.1",
  913. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.57.1.tgz",
  914. "integrity": "sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==",
  915. "cpu": [
  916. "loong64"
  917. ],
  918. "license": "MIT",
  919. "optional": true,
  920. "os": [
  921. "linux"
  922. ]
  923. },
  924. "node_modules/@rollup/rollup-linux-loong64-musl": {
  925. "version": "4.57.1",
  926. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.57.1.tgz",
  927. "integrity": "sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==",
  928. "cpu": [
  929. "loong64"
  930. ],
  931. "license": "MIT",
  932. "optional": true,
  933. "os": [
  934. "linux"
  935. ]
  936. },
  937. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  938. "version": "4.57.1",
  939. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.57.1.tgz",
  940. "integrity": "sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==",
  941. "cpu": [
  942. "ppc64"
  943. ],
  944. "license": "MIT",
  945. "optional": true,
  946. "os": [
  947. "linux"
  948. ]
  949. },
  950. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  951. "version": "4.57.1",
  952. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.57.1.tgz",
  953. "integrity": "sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==",
  954. "cpu": [
  955. "ppc64"
  956. ],
  957. "license": "MIT",
  958. "optional": true,
  959. "os": [
  960. "linux"
  961. ]
  962. },
  963. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  964. "version": "4.57.1",
  965. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.57.1.tgz",
  966. "integrity": "sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==",
  967. "cpu": [
  968. "riscv64"
  969. ],
  970. "license": "MIT",
  971. "optional": true,
  972. "os": [
  973. "linux"
  974. ]
  975. },
  976. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  977. "version": "4.57.1",
  978. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.57.1.tgz",
  979. "integrity": "sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==",
  980. "cpu": [
  981. "riscv64"
  982. ],
  983. "license": "MIT",
  984. "optional": true,
  985. "os": [
  986. "linux"
  987. ]
  988. },
  989. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  990. "version": "4.57.1",
  991. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.57.1.tgz",
  992. "integrity": "sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==",
  993. "cpu": [
  994. "s390x"
  995. ],
  996. "license": "MIT",
  997. "optional": true,
  998. "os": [
  999. "linux"
  1000. ]
  1001. },
  1002. "node_modules/@rollup/rollup-linux-x64-gnu": {
  1003. "version": "4.57.1",
  1004. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz",
  1005. "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==",
  1006. "cpu": [
  1007. "x64"
  1008. ],
  1009. "license": "MIT",
  1010. "optional": true,
  1011. "os": [
  1012. "linux"
  1013. ]
  1014. },
  1015. "node_modules/@rollup/rollup-linux-x64-musl": {
  1016. "version": "4.57.1",
  1017. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.57.1.tgz",
  1018. "integrity": "sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==",
  1019. "cpu": [
  1020. "x64"
  1021. ],
  1022. "license": "MIT",
  1023. "optional": true,
  1024. "os": [
  1025. "linux"
  1026. ]
  1027. },
  1028. "node_modules/@rollup/rollup-openbsd-x64": {
  1029. "version": "4.57.1",
  1030. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.57.1.tgz",
  1031. "integrity": "sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==",
  1032. "cpu": [
  1033. "x64"
  1034. ],
  1035. "license": "MIT",
  1036. "optional": true,
  1037. "os": [
  1038. "openbsd"
  1039. ]
  1040. },
  1041. "node_modules/@rollup/rollup-openharmony-arm64": {
  1042. "version": "4.57.1",
  1043. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.57.1.tgz",
  1044. "integrity": "sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==",
  1045. "cpu": [
  1046. "arm64"
  1047. ],
  1048. "license": "MIT",
  1049. "optional": true,
  1050. "os": [
  1051. "openharmony"
  1052. ]
  1053. },
  1054. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  1055. "version": "4.57.1",
  1056. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.57.1.tgz",
  1057. "integrity": "sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==",
  1058. "cpu": [
  1059. "arm64"
  1060. ],
  1061. "license": "MIT",
  1062. "optional": true,
  1063. "os": [
  1064. "win32"
  1065. ]
  1066. },
  1067. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  1068. "version": "4.57.1",
  1069. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.57.1.tgz",
  1070. "integrity": "sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==",
  1071. "cpu": [
  1072. "ia32"
  1073. ],
  1074. "license": "MIT",
  1075. "optional": true,
  1076. "os": [
  1077. "win32"
  1078. ]
  1079. },
  1080. "node_modules/@rollup/rollup-win32-x64-gnu": {
  1081. "version": "4.57.1",
  1082. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.57.1.tgz",
  1083. "integrity": "sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==",
  1084. "cpu": [
  1085. "x64"
  1086. ],
  1087. "license": "MIT",
  1088. "optional": true,
  1089. "os": [
  1090. "win32"
  1091. ]
  1092. },
  1093. "node_modules/@rollup/rollup-win32-x64-msvc": {
  1094. "version": "4.57.1",
  1095. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.57.1.tgz",
  1096. "integrity": "sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==",
  1097. "cpu": [
  1098. "x64"
  1099. ],
  1100. "license": "MIT",
  1101. "optional": true,
  1102. "os": [
  1103. "win32"
  1104. ]
  1105. },
  1106. "node_modules/@tailwindcss/node": {
  1107. "version": "4.1.18",
  1108. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.18.tgz",
  1109. "integrity": "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==",
  1110. "license": "MIT",
  1111. "dependencies": {
  1112. "@jridgewell/remapping": "^2.3.4",
  1113. "enhanced-resolve": "^5.18.3",
  1114. "jiti": "^2.6.1",
  1115. "lightningcss": "1.30.2",
  1116. "magic-string": "^0.30.21",
  1117. "source-map-js": "^1.2.1",
  1118. "tailwindcss": "4.1.18"
  1119. }
  1120. },
  1121. "node_modules/@tailwindcss/oxide": {
  1122. "version": "4.1.18",
  1123. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.18.tgz",
  1124. "integrity": "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A==",
  1125. "license": "MIT",
  1126. "engines": {
  1127. "node": ">= 10"
  1128. },
  1129. "optionalDependencies": {
  1130. "@tailwindcss/oxide-android-arm64": "4.1.18",
  1131. "@tailwindcss/oxide-darwin-arm64": "4.1.18",
  1132. "@tailwindcss/oxide-darwin-x64": "4.1.18",
  1133. "@tailwindcss/oxide-freebsd-x64": "4.1.18",
  1134. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18",
  1135. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18",
  1136. "@tailwindcss/oxide-linux-arm64-musl": "4.1.18",
  1137. "@tailwindcss/oxide-linux-x64-gnu": "4.1.18",
  1138. "@tailwindcss/oxide-linux-x64-musl": "4.1.18",
  1139. "@tailwindcss/oxide-wasm32-wasi": "4.1.18",
  1140. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18",
  1141. "@tailwindcss/oxide-win32-x64-msvc": "4.1.18"
  1142. }
  1143. },
  1144. "node_modules/@tailwindcss/oxide-android-arm64": {
  1145. "version": "4.1.18",
  1146. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.18.tgz",
  1147. "integrity": "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q==",
  1148. "cpu": [
  1149. "arm64"
  1150. ],
  1151. "license": "MIT",
  1152. "optional": true,
  1153. "os": [
  1154. "android"
  1155. ],
  1156. "engines": {
  1157. "node": ">= 10"
  1158. }
  1159. },
  1160. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  1161. "version": "4.1.18",
  1162. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.18.tgz",
  1163. "integrity": "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A==",
  1164. "cpu": [
  1165. "arm64"
  1166. ],
  1167. "license": "MIT",
  1168. "optional": true,
  1169. "os": [
  1170. "darwin"
  1171. ],
  1172. "engines": {
  1173. "node": ">= 10"
  1174. }
  1175. },
  1176. "node_modules/@tailwindcss/oxide-darwin-x64": {
  1177. "version": "4.1.18",
  1178. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.18.tgz",
  1179. "integrity": "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw==",
  1180. "cpu": [
  1181. "x64"
  1182. ],
  1183. "license": "MIT",
  1184. "optional": true,
  1185. "os": [
  1186. "darwin"
  1187. ],
  1188. "engines": {
  1189. "node": ">= 10"
  1190. }
  1191. },
  1192. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  1193. "version": "4.1.18",
  1194. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.18.tgz",
  1195. "integrity": "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA==",
  1196. "cpu": [
  1197. "x64"
  1198. ],
  1199. "license": "MIT",
  1200. "optional": true,
  1201. "os": [
  1202. "freebsd"
  1203. ],
  1204. "engines": {
  1205. "node": ">= 10"
  1206. }
  1207. },
  1208. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  1209. "version": "4.1.18",
  1210. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.18.tgz",
  1211. "integrity": "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA==",
  1212. "cpu": [
  1213. "arm"
  1214. ],
  1215. "license": "MIT",
  1216. "optional": true,
  1217. "os": [
  1218. "linux"
  1219. ],
  1220. "engines": {
  1221. "node": ">= 10"
  1222. }
  1223. },
  1224. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  1225. "version": "4.1.18",
  1226. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.18.tgz",
  1227. "integrity": "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw==",
  1228. "cpu": [
  1229. "arm64"
  1230. ],
  1231. "license": "MIT",
  1232. "optional": true,
  1233. "os": [
  1234. "linux"
  1235. ],
  1236. "engines": {
  1237. "node": ">= 10"
  1238. }
  1239. },
  1240. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  1241. "version": "4.1.18",
  1242. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.18.tgz",
  1243. "integrity": "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==",
  1244. "cpu": [
  1245. "arm64"
  1246. ],
  1247. "license": "MIT",
  1248. "optional": true,
  1249. "os": [
  1250. "linux"
  1251. ],
  1252. "engines": {
  1253. "node": ">= 10"
  1254. }
  1255. },
  1256. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  1257. "version": "4.1.18",
  1258. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.18.tgz",
  1259. "integrity": "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==",
  1260. "cpu": [
  1261. "x64"
  1262. ],
  1263. "license": "MIT",
  1264. "optional": true,
  1265. "os": [
  1266. "linux"
  1267. ],
  1268. "engines": {
  1269. "node": ">= 10"
  1270. }
  1271. },
  1272. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  1273. "version": "4.1.18",
  1274. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.18.tgz",
  1275. "integrity": "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==",
  1276. "cpu": [
  1277. "x64"
  1278. ],
  1279. "license": "MIT",
  1280. "optional": true,
  1281. "os": [
  1282. "linux"
  1283. ],
  1284. "engines": {
  1285. "node": ">= 10"
  1286. }
  1287. },
  1288. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  1289. "version": "4.1.18",
  1290. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.18.tgz",
  1291. "integrity": "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==",
  1292. "bundleDependencies": [
  1293. "@napi-rs/wasm-runtime",
  1294. "@emnapi/core",
  1295. "@emnapi/runtime",
  1296. "@tybys/wasm-util",
  1297. "@emnapi/wasi-threads",
  1298. "tslib"
  1299. ],
  1300. "cpu": [
  1301. "wasm32"
  1302. ],
  1303. "license": "MIT",
  1304. "optional": true,
  1305. "dependencies": {
  1306. "@emnapi/core": "^1.7.1",
  1307. "@emnapi/runtime": "^1.7.1",
  1308. "@emnapi/wasi-threads": "^1.1.0",
  1309. "@napi-rs/wasm-runtime": "^1.1.0",
  1310. "@tybys/wasm-util": "^0.10.1",
  1311. "tslib": "^2.4.0"
  1312. },
  1313. "engines": {
  1314. "node": ">=14.0.0"
  1315. }
  1316. },
  1317. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
  1318. "version": "1.7.1",
  1319. "inBundle": true,
  1320. "license": "MIT",
  1321. "optional": true,
  1322. "dependencies": {
  1323. "@emnapi/wasi-threads": "1.1.0",
  1324. "tslib": "^2.4.0"
  1325. }
  1326. },
  1327. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
  1328. "version": "1.7.1",
  1329. "inBundle": true,
  1330. "license": "MIT",
  1331. "optional": true,
  1332. "dependencies": {
  1333. "tslib": "^2.4.0"
  1334. }
  1335. },
  1336. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
  1337. "version": "1.1.0",
  1338. "inBundle": true,
  1339. "license": "MIT",
  1340. "optional": true,
  1341. "dependencies": {
  1342. "tslib": "^2.4.0"
  1343. }
  1344. },
  1345. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
  1346. "version": "1.1.0",
  1347. "inBundle": true,
  1348. "license": "MIT",
  1349. "optional": true,
  1350. "dependencies": {
  1351. "@emnapi/core": "^1.7.1",
  1352. "@emnapi/runtime": "^1.7.1",
  1353. "@tybys/wasm-util": "^0.10.1"
  1354. }
  1355. },
  1356. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
  1357. "version": "0.10.1",
  1358. "inBundle": true,
  1359. "license": "MIT",
  1360. "optional": true,
  1361. "dependencies": {
  1362. "tslib": "^2.4.0"
  1363. }
  1364. },
  1365. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
  1366. "version": "2.8.1",
  1367. "inBundle": true,
  1368. "license": "0BSD",
  1369. "optional": true
  1370. },
  1371. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  1372. "version": "4.1.18",
  1373. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz",
  1374. "integrity": "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA==",
  1375. "cpu": [
  1376. "arm64"
  1377. ],
  1378. "license": "MIT",
  1379. "optional": true,
  1380. "os": [
  1381. "win32"
  1382. ],
  1383. "engines": {
  1384. "node": ">= 10"
  1385. }
  1386. },
  1387. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  1388. "version": "4.1.18",
  1389. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.18.tgz",
  1390. "integrity": "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q==",
  1391. "cpu": [
  1392. "x64"
  1393. ],
  1394. "license": "MIT",
  1395. "optional": true,
  1396. "os": [
  1397. "win32"
  1398. ],
  1399. "engines": {
  1400. "node": ">= 10"
  1401. }
  1402. },
  1403. "node_modules/@tailwindcss/vite": {
  1404. "version": "4.1.18",
  1405. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.18.tgz",
  1406. "integrity": "sha512-jVA+/UpKL1vRLg6Hkao5jldawNmRo7mQYrZtNHMIVpLfLhDml5nMRUo/8MwoX2vNXvnaXNNMedrMfMugAVX1nA==",
  1407. "license": "MIT",
  1408. "dependencies": {
  1409. "@tailwindcss/node": "4.1.18",
  1410. "@tailwindcss/oxide": "4.1.18",
  1411. "tailwindcss": "4.1.18"
  1412. },
  1413. "peerDependencies": {
  1414. "vite": "^5.2.0 || ^6 || ^7"
  1415. }
  1416. },
  1417. "node_modules/@tanstack/query-core": {
  1418. "version": "5.90.20",
  1419. "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.20.tgz",
  1420. "integrity": "sha512-OMD2HLpNouXEfZJWcKeVKUgQ5n+n3A2JFmBaScpNDUqSrQSjiveC7dKMe53uJUg1nDG16ttFPz2xfilz6i2uVg==",
  1421. "license": "MIT",
  1422. "funding": {
  1423. "type": "github",
  1424. "url": "https://github.com/sponsors/tannerlinsley"
  1425. }
  1426. },
  1427. "node_modules/@tanstack/react-query": {
  1428. "version": "5.90.20",
  1429. "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.20.tgz",
  1430. "integrity": "sha512-vXBxa+qeyveVO7OA0jX1z+DeyCA4JKnThKv411jd5SORpBKgkcVnYKCiBgECvADvniBX7tobwBmg01qq9JmMJw==",
  1431. "license": "MIT",
  1432. "dependencies": {
  1433. "@tanstack/query-core": "5.90.20"
  1434. },
  1435. "funding": {
  1436. "type": "github",
  1437. "url": "https://github.com/sponsors/tannerlinsley"
  1438. },
  1439. "peerDependencies": {
  1440. "react": "^18 || ^19"
  1441. }
  1442. },
  1443. "node_modules/@types/babel__core": {
  1444. "version": "7.20.5",
  1445. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  1446. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  1447. "dev": true,
  1448. "license": "MIT",
  1449. "dependencies": {
  1450. "@babel/parser": "^7.20.7",
  1451. "@babel/types": "^7.20.7",
  1452. "@types/babel__generator": "*",
  1453. "@types/babel__template": "*",
  1454. "@types/babel__traverse": "*"
  1455. }
  1456. },
  1457. "node_modules/@types/babel__generator": {
  1458. "version": "7.27.0",
  1459. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  1460. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  1461. "dev": true,
  1462. "license": "MIT",
  1463. "dependencies": {
  1464. "@babel/types": "^7.0.0"
  1465. }
  1466. },
  1467. "node_modules/@types/babel__template": {
  1468. "version": "7.4.4",
  1469. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  1470. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  1471. "dev": true,
  1472. "license": "MIT",
  1473. "dependencies": {
  1474. "@babel/parser": "^7.1.0",
  1475. "@babel/types": "^7.0.0"
  1476. }
  1477. },
  1478. "node_modules/@types/babel__traverse": {
  1479. "version": "7.28.0",
  1480. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  1481. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  1482. "dev": true,
  1483. "license": "MIT",
  1484. "dependencies": {
  1485. "@babel/types": "^7.28.2"
  1486. }
  1487. },
  1488. "node_modules/@types/estree": {
  1489. "version": "1.0.8",
  1490. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
  1491. "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
  1492. "license": "MIT"
  1493. },
  1494. "node_modules/@types/node": {
  1495. "version": "22.19.9",
  1496. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.9.tgz",
  1497. "integrity": "sha512-PD03/U8g1F9T9MI+1OBisaIARhSzeidsUjQaf51fOxrfjeiKN9bLVO06lHuHYjxdnqLWJijJHfqXPSJri2EM2A==",
  1498. "devOptional": true,
  1499. "license": "MIT",
  1500. "peer": true,
  1501. "dependencies": {
  1502. "undici-types": "~6.21.0"
  1503. }
  1504. },
  1505. "node_modules/@types/react": {
  1506. "version": "19.2.13",
  1507. "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.13.tgz",
  1508. "integrity": "sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ==",
  1509. "devOptional": true,
  1510. "license": "MIT",
  1511. "peer": true,
  1512. "dependencies": {
  1513. "csstype": "^3.2.2"
  1514. }
  1515. },
  1516. "node_modules/@types/react-dom": {
  1517. "version": "19.2.3",
  1518. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
  1519. "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
  1520. "dev": true,
  1521. "license": "MIT",
  1522. "peerDependencies": {
  1523. "@types/react": "^19.2.0"
  1524. }
  1525. },
  1526. "node_modules/@vitejs/plugin-react": {
  1527. "version": "5.1.3",
  1528. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz",
  1529. "integrity": "sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==",
  1530. "dev": true,
  1531. "license": "MIT",
  1532. "dependencies": {
  1533. "@babel/core": "^7.29.0",
  1534. "@babel/plugin-transform-react-jsx-self": "^7.27.1",
  1535. "@babel/plugin-transform-react-jsx-source": "^7.27.1",
  1536. "@rolldown/pluginutils": "1.0.0-rc.2",
  1537. "@types/babel__core": "^7.20.5",
  1538. "react-refresh": "^0.18.0"
  1539. },
  1540. "engines": {
  1541. "node": "^20.19.0 || >=22.12.0"
  1542. },
  1543. "peerDependencies": {
  1544. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  1545. }
  1546. },
  1547. "node_modules/baseline-browser-mapping": {
  1548. "version": "2.9.19",
  1549. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.19.tgz",
  1550. "integrity": "sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==",
  1551. "dev": true,
  1552. "license": "Apache-2.0",
  1553. "bin": {
  1554. "baseline-browser-mapping": "dist/cli.js"
  1555. }
  1556. },
  1557. "node_modules/browserslist": {
  1558. "version": "4.28.1",
  1559. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
  1560. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  1561. "dev": true,
  1562. "funding": [
  1563. {
  1564. "type": "opencollective",
  1565. "url": "https://opencollective.com/browserslist"
  1566. },
  1567. {
  1568. "type": "tidelift",
  1569. "url": "https://tidelift.com/funding/github/npm/browserslist"
  1570. },
  1571. {
  1572. "type": "github",
  1573. "url": "https://github.com/sponsors/ai"
  1574. }
  1575. ],
  1576. "license": "MIT",
  1577. "peer": true,
  1578. "dependencies": {
  1579. "baseline-browser-mapping": "^2.9.0",
  1580. "caniuse-lite": "^1.0.30001759",
  1581. "electron-to-chromium": "^1.5.263",
  1582. "node-releases": "^2.0.27",
  1583. "update-browserslist-db": "^1.2.0"
  1584. },
  1585. "bin": {
  1586. "browserslist": "cli.js"
  1587. },
  1588. "engines": {
  1589. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  1590. }
  1591. },
  1592. "node_modules/caniuse-lite": {
  1593. "version": "1.0.30001769",
  1594. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz",
  1595. "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==",
  1596. "dev": true,
  1597. "funding": [
  1598. {
  1599. "type": "opencollective",
  1600. "url": "https://opencollective.com/browserslist"
  1601. },
  1602. {
  1603. "type": "tidelift",
  1604. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  1605. },
  1606. {
  1607. "type": "github",
  1608. "url": "https://github.com/sponsors/ai"
  1609. }
  1610. ],
  1611. "license": "CC-BY-4.0"
  1612. },
  1613. "node_modules/clsx": {
  1614. "version": "2.1.1",
  1615. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  1616. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  1617. "license": "MIT",
  1618. "engines": {
  1619. "node": ">=6"
  1620. }
  1621. },
  1622. "node_modules/convert-source-map": {
  1623. "version": "2.0.0",
  1624. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  1625. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  1626. "dev": true,
  1627. "license": "MIT"
  1628. },
  1629. "node_modules/cookie": {
  1630. "version": "1.1.1",
  1631. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
  1632. "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  1633. "license": "MIT",
  1634. "engines": {
  1635. "node": ">=18"
  1636. },
  1637. "funding": {
  1638. "type": "opencollective",
  1639. "url": "https://opencollective.com/express"
  1640. }
  1641. },
  1642. "node_modules/csstype": {
  1643. "version": "3.2.3",
  1644. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  1645. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  1646. "devOptional": true,
  1647. "license": "MIT"
  1648. },
  1649. "node_modules/debug": {
  1650. "version": "4.4.3",
  1651. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  1652. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  1653. "dev": true,
  1654. "license": "MIT",
  1655. "dependencies": {
  1656. "ms": "^2.1.3"
  1657. },
  1658. "engines": {
  1659. "node": ">=6.0"
  1660. },
  1661. "peerDependenciesMeta": {
  1662. "supports-color": {
  1663. "optional": true
  1664. }
  1665. }
  1666. },
  1667. "node_modules/detect-libc": {
  1668. "version": "2.1.2",
  1669. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  1670. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  1671. "license": "Apache-2.0",
  1672. "engines": {
  1673. "node": ">=8"
  1674. }
  1675. },
  1676. "node_modules/electron-to-chromium": {
  1677. "version": "1.5.286",
  1678. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.286.tgz",
  1679. "integrity": "sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==",
  1680. "dev": true,
  1681. "license": "ISC"
  1682. },
  1683. "node_modules/enhanced-resolve": {
  1684. "version": "5.19.0",
  1685. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.19.0.tgz",
  1686. "integrity": "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==",
  1687. "license": "MIT",
  1688. "dependencies": {
  1689. "graceful-fs": "^4.2.4",
  1690. "tapable": "^2.3.0"
  1691. },
  1692. "engines": {
  1693. "node": ">=10.13.0"
  1694. }
  1695. },
  1696. "node_modules/esbuild": {
  1697. "version": "0.27.3",
  1698. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.27.3.tgz",
  1699. "integrity": "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==",
  1700. "hasInstallScript": true,
  1701. "license": "MIT",
  1702. "bin": {
  1703. "esbuild": "bin/esbuild"
  1704. },
  1705. "engines": {
  1706. "node": ">=18"
  1707. },
  1708. "optionalDependencies": {
  1709. "@esbuild/aix-ppc64": "0.27.3",
  1710. "@esbuild/android-arm": "0.27.3",
  1711. "@esbuild/android-arm64": "0.27.3",
  1712. "@esbuild/android-x64": "0.27.3",
  1713. "@esbuild/darwin-arm64": "0.27.3",
  1714. "@esbuild/darwin-x64": "0.27.3",
  1715. "@esbuild/freebsd-arm64": "0.27.3",
  1716. "@esbuild/freebsd-x64": "0.27.3",
  1717. "@esbuild/linux-arm": "0.27.3",
  1718. "@esbuild/linux-arm64": "0.27.3",
  1719. "@esbuild/linux-ia32": "0.27.3",
  1720. "@esbuild/linux-loong64": "0.27.3",
  1721. "@esbuild/linux-mips64el": "0.27.3",
  1722. "@esbuild/linux-ppc64": "0.27.3",
  1723. "@esbuild/linux-riscv64": "0.27.3",
  1724. "@esbuild/linux-s390x": "0.27.3",
  1725. "@esbuild/linux-x64": "0.27.3",
  1726. "@esbuild/netbsd-arm64": "0.27.3",
  1727. "@esbuild/netbsd-x64": "0.27.3",
  1728. "@esbuild/openbsd-arm64": "0.27.3",
  1729. "@esbuild/openbsd-x64": "0.27.3",
  1730. "@esbuild/openharmony-arm64": "0.27.3",
  1731. "@esbuild/sunos-x64": "0.27.3",
  1732. "@esbuild/win32-arm64": "0.27.3",
  1733. "@esbuild/win32-ia32": "0.27.3",
  1734. "@esbuild/win32-x64": "0.27.3"
  1735. }
  1736. },
  1737. "node_modules/escalade": {
  1738. "version": "3.2.0",
  1739. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  1740. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  1741. "dev": true,
  1742. "license": "MIT",
  1743. "engines": {
  1744. "node": ">=6"
  1745. }
  1746. },
  1747. "node_modules/fdir": {
  1748. "version": "6.5.0",
  1749. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  1750. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  1751. "license": "MIT",
  1752. "engines": {
  1753. "node": ">=12.0.0"
  1754. },
  1755. "peerDependencies": {
  1756. "picomatch": "^3 || ^4"
  1757. },
  1758. "peerDependenciesMeta": {
  1759. "picomatch": {
  1760. "optional": true
  1761. }
  1762. }
  1763. },
  1764. "node_modules/fsevents": {
  1765. "version": "2.3.3",
  1766. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  1767. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  1768. "hasInstallScript": true,
  1769. "license": "MIT",
  1770. "optional": true,
  1771. "os": [
  1772. "darwin"
  1773. ],
  1774. "engines": {
  1775. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  1776. }
  1777. },
  1778. "node_modules/gensync": {
  1779. "version": "1.0.0-beta.2",
  1780. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  1781. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  1782. "dev": true,
  1783. "license": "MIT",
  1784. "engines": {
  1785. "node": ">=6.9.0"
  1786. }
  1787. },
  1788. "node_modules/graceful-fs": {
  1789. "version": "4.2.11",
  1790. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  1791. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  1792. "license": "ISC"
  1793. },
  1794. "node_modules/jiti": {
  1795. "version": "2.6.1",
  1796. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
  1797. "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
  1798. "license": "MIT",
  1799. "bin": {
  1800. "jiti": "lib/jiti-cli.mjs"
  1801. }
  1802. },
  1803. "node_modules/js-tokens": {
  1804. "version": "4.0.0",
  1805. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  1806. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  1807. "dev": true,
  1808. "license": "MIT"
  1809. },
  1810. "node_modules/jsesc": {
  1811. "version": "3.1.0",
  1812. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  1813. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  1814. "dev": true,
  1815. "license": "MIT",
  1816. "bin": {
  1817. "jsesc": "bin/jsesc"
  1818. },
  1819. "engines": {
  1820. "node": ">=6"
  1821. }
  1822. },
  1823. "node_modules/json5": {
  1824. "version": "2.2.3",
  1825. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  1826. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  1827. "dev": true,
  1828. "license": "MIT",
  1829. "bin": {
  1830. "json5": "lib/cli.js"
  1831. },
  1832. "engines": {
  1833. "node": ">=6"
  1834. }
  1835. },
  1836. "node_modules/lightningcss": {
  1837. "version": "1.30.2",
  1838. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.2.tgz",
  1839. "integrity": "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==",
  1840. "license": "MPL-2.0",
  1841. "dependencies": {
  1842. "detect-libc": "^2.0.3"
  1843. },
  1844. "engines": {
  1845. "node": ">= 12.0.0"
  1846. },
  1847. "funding": {
  1848. "type": "opencollective",
  1849. "url": "https://opencollective.com/parcel"
  1850. },
  1851. "optionalDependencies": {
  1852. "lightningcss-android-arm64": "1.30.2",
  1853. "lightningcss-darwin-arm64": "1.30.2",
  1854. "lightningcss-darwin-x64": "1.30.2",
  1855. "lightningcss-freebsd-x64": "1.30.2",
  1856. "lightningcss-linux-arm-gnueabihf": "1.30.2",
  1857. "lightningcss-linux-arm64-gnu": "1.30.2",
  1858. "lightningcss-linux-arm64-musl": "1.30.2",
  1859. "lightningcss-linux-x64-gnu": "1.30.2",
  1860. "lightningcss-linux-x64-musl": "1.30.2",
  1861. "lightningcss-win32-arm64-msvc": "1.30.2",
  1862. "lightningcss-win32-x64-msvc": "1.30.2"
  1863. }
  1864. },
  1865. "node_modules/lightningcss-android-arm64": {
  1866. "version": "1.30.2",
  1867. "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.30.2.tgz",
  1868. "integrity": "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==",
  1869. "cpu": [
  1870. "arm64"
  1871. ],
  1872. "license": "MPL-2.0",
  1873. "optional": true,
  1874. "os": [
  1875. "android"
  1876. ],
  1877. "engines": {
  1878. "node": ">= 12.0.0"
  1879. },
  1880. "funding": {
  1881. "type": "opencollective",
  1882. "url": "https://opencollective.com/parcel"
  1883. }
  1884. },
  1885. "node_modules/lightningcss-darwin-arm64": {
  1886. "version": "1.30.2",
  1887. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.2.tgz",
  1888. "integrity": "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==",
  1889. "cpu": [
  1890. "arm64"
  1891. ],
  1892. "license": "MPL-2.0",
  1893. "optional": true,
  1894. "os": [
  1895. "darwin"
  1896. ],
  1897. "engines": {
  1898. "node": ">= 12.0.0"
  1899. },
  1900. "funding": {
  1901. "type": "opencollective",
  1902. "url": "https://opencollective.com/parcel"
  1903. }
  1904. },
  1905. "node_modules/lightningcss-darwin-x64": {
  1906. "version": "1.30.2",
  1907. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.2.tgz",
  1908. "integrity": "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==",
  1909. "cpu": [
  1910. "x64"
  1911. ],
  1912. "license": "MPL-2.0",
  1913. "optional": true,
  1914. "os": [
  1915. "darwin"
  1916. ],
  1917. "engines": {
  1918. "node": ">= 12.0.0"
  1919. },
  1920. "funding": {
  1921. "type": "opencollective",
  1922. "url": "https://opencollective.com/parcel"
  1923. }
  1924. },
  1925. "node_modules/lightningcss-freebsd-x64": {
  1926. "version": "1.30.2",
  1927. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.2.tgz",
  1928. "integrity": "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==",
  1929. "cpu": [
  1930. "x64"
  1931. ],
  1932. "license": "MPL-2.0",
  1933. "optional": true,
  1934. "os": [
  1935. "freebsd"
  1936. ],
  1937. "engines": {
  1938. "node": ">= 12.0.0"
  1939. },
  1940. "funding": {
  1941. "type": "opencollective",
  1942. "url": "https://opencollective.com/parcel"
  1943. }
  1944. },
  1945. "node_modules/lightningcss-linux-arm-gnueabihf": {
  1946. "version": "1.30.2",
  1947. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.2.tgz",
  1948. "integrity": "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==",
  1949. "cpu": [
  1950. "arm"
  1951. ],
  1952. "license": "MPL-2.0",
  1953. "optional": true,
  1954. "os": [
  1955. "linux"
  1956. ],
  1957. "engines": {
  1958. "node": ">= 12.0.0"
  1959. },
  1960. "funding": {
  1961. "type": "opencollective",
  1962. "url": "https://opencollective.com/parcel"
  1963. }
  1964. },
  1965. "node_modules/lightningcss-linux-arm64-gnu": {
  1966. "version": "1.30.2",
  1967. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.2.tgz",
  1968. "integrity": "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==",
  1969. "cpu": [
  1970. "arm64"
  1971. ],
  1972. "license": "MPL-2.0",
  1973. "optional": true,
  1974. "os": [
  1975. "linux"
  1976. ],
  1977. "engines": {
  1978. "node": ">= 12.0.0"
  1979. },
  1980. "funding": {
  1981. "type": "opencollective",
  1982. "url": "https://opencollective.com/parcel"
  1983. }
  1984. },
  1985. "node_modules/lightningcss-linux-arm64-musl": {
  1986. "version": "1.30.2",
  1987. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.2.tgz",
  1988. "integrity": "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==",
  1989. "cpu": [
  1990. "arm64"
  1991. ],
  1992. "license": "MPL-2.0",
  1993. "optional": true,
  1994. "os": [
  1995. "linux"
  1996. ],
  1997. "engines": {
  1998. "node": ">= 12.0.0"
  1999. },
  2000. "funding": {
  2001. "type": "opencollective",
  2002. "url": "https://opencollective.com/parcel"
  2003. }
  2004. },
  2005. "node_modules/lightningcss-linux-x64-gnu": {
  2006. "version": "1.30.2",
  2007. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.2.tgz",
  2008. "integrity": "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==",
  2009. "cpu": [
  2010. "x64"
  2011. ],
  2012. "license": "MPL-2.0",
  2013. "optional": true,
  2014. "os": [
  2015. "linux"
  2016. ],
  2017. "engines": {
  2018. "node": ">= 12.0.0"
  2019. },
  2020. "funding": {
  2021. "type": "opencollective",
  2022. "url": "https://opencollective.com/parcel"
  2023. }
  2024. },
  2025. "node_modules/lightningcss-linux-x64-musl": {
  2026. "version": "1.30.2",
  2027. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.2.tgz",
  2028. "integrity": "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==",
  2029. "cpu": [
  2030. "x64"
  2031. ],
  2032. "license": "MPL-2.0",
  2033. "optional": true,
  2034. "os": [
  2035. "linux"
  2036. ],
  2037. "engines": {
  2038. "node": ">= 12.0.0"
  2039. },
  2040. "funding": {
  2041. "type": "opencollective",
  2042. "url": "https://opencollective.com/parcel"
  2043. }
  2044. },
  2045. "node_modules/lightningcss-win32-arm64-msvc": {
  2046. "version": "1.30.2",
  2047. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.2.tgz",
  2048. "integrity": "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==",
  2049. "cpu": [
  2050. "arm64"
  2051. ],
  2052. "license": "MPL-2.0",
  2053. "optional": true,
  2054. "os": [
  2055. "win32"
  2056. ],
  2057. "engines": {
  2058. "node": ">= 12.0.0"
  2059. },
  2060. "funding": {
  2061. "type": "opencollective",
  2062. "url": "https://opencollective.com/parcel"
  2063. }
  2064. },
  2065. "node_modules/lightningcss-win32-x64-msvc": {
  2066. "version": "1.30.2",
  2067. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.2.tgz",
  2068. "integrity": "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==",
  2069. "cpu": [
  2070. "x64"
  2071. ],
  2072. "license": "MPL-2.0",
  2073. "optional": true,
  2074. "os": [
  2075. "win32"
  2076. ],
  2077. "engines": {
  2078. "node": ">= 12.0.0"
  2079. },
  2080. "funding": {
  2081. "type": "opencollective",
  2082. "url": "https://opencollective.com/parcel"
  2083. }
  2084. },
  2085. "node_modules/lru-cache": {
  2086. "version": "5.1.1",
  2087. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  2088. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  2089. "dev": true,
  2090. "license": "ISC",
  2091. "dependencies": {
  2092. "yallist": "^3.0.2"
  2093. }
  2094. },
  2095. "node_modules/lucide-react": {
  2096. "version": "0.562.0",
  2097. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.562.0.tgz",
  2098. "integrity": "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw==",
  2099. "license": "ISC",
  2100. "peerDependencies": {
  2101. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  2102. }
  2103. },
  2104. "node_modules/magic-string": {
  2105. "version": "0.30.21",
  2106. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  2107. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  2108. "license": "MIT",
  2109. "dependencies": {
  2110. "@jridgewell/sourcemap-codec": "^1.5.5"
  2111. }
  2112. },
  2113. "node_modules/ms": {
  2114. "version": "2.1.3",
  2115. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  2116. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  2117. "dev": true,
  2118. "license": "MIT"
  2119. },
  2120. "node_modules/nanoid": {
  2121. "version": "3.3.11",
  2122. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  2123. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  2124. "funding": [
  2125. {
  2126. "type": "github",
  2127. "url": "https://github.com/sponsors/ai"
  2128. }
  2129. ],
  2130. "license": "MIT",
  2131. "bin": {
  2132. "nanoid": "bin/nanoid.cjs"
  2133. },
  2134. "engines": {
  2135. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  2136. }
  2137. },
  2138. "node_modules/node-releases": {
  2139. "version": "2.0.27",
  2140. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
  2141. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  2142. "dev": true,
  2143. "license": "MIT"
  2144. },
  2145. "node_modules/picocolors": {
  2146. "version": "1.1.1",
  2147. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  2148. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  2149. "license": "ISC"
  2150. },
  2151. "node_modules/picomatch": {
  2152. "version": "4.0.3",
  2153. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
  2154. "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
  2155. "license": "MIT",
  2156. "peer": true,
  2157. "engines": {
  2158. "node": ">=12"
  2159. },
  2160. "funding": {
  2161. "url": "https://github.com/sponsors/jonschlinkert"
  2162. }
  2163. },
  2164. "node_modules/postcss": {
  2165. "version": "8.5.6",
  2166. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  2167. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  2168. "funding": [
  2169. {
  2170. "type": "opencollective",
  2171. "url": "https://opencollective.com/postcss/"
  2172. },
  2173. {
  2174. "type": "tidelift",
  2175. "url": "https://tidelift.com/funding/github/npm/postcss"
  2176. },
  2177. {
  2178. "type": "github",
  2179. "url": "https://github.com/sponsors/ai"
  2180. }
  2181. ],
  2182. "license": "MIT",
  2183. "dependencies": {
  2184. "nanoid": "^3.3.11",
  2185. "picocolors": "^1.1.1",
  2186. "source-map-js": "^1.2.1"
  2187. },
  2188. "engines": {
  2189. "node": "^10 || ^12 || >=14"
  2190. }
  2191. },
  2192. "node_modules/react": {
  2193. "version": "19.2.4",
  2194. "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
  2195. "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
  2196. "license": "MIT",
  2197. "peer": true,
  2198. "engines": {
  2199. "node": ">=0.10.0"
  2200. }
  2201. },
  2202. "node_modules/react-dom": {
  2203. "version": "19.2.4",
  2204. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
  2205. "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
  2206. "license": "MIT",
  2207. "peer": true,
  2208. "dependencies": {
  2209. "scheduler": "^0.27.0"
  2210. },
  2211. "peerDependencies": {
  2212. "react": "^19.2.4"
  2213. }
  2214. },
  2215. "node_modules/react-refresh": {
  2216. "version": "0.18.0",
  2217. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
  2218. "integrity": "sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==",
  2219. "dev": true,
  2220. "license": "MIT",
  2221. "engines": {
  2222. "node": ">=0.10.0"
  2223. }
  2224. },
  2225. "node_modules/react-router": {
  2226. "version": "7.13.0",
  2227. "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz",
  2228. "integrity": "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==",
  2229. "license": "MIT",
  2230. "dependencies": {
  2231. "cookie": "^1.0.1",
  2232. "set-cookie-parser": "^2.6.0"
  2233. },
  2234. "engines": {
  2235. "node": ">=20.0.0"
  2236. },
  2237. "peerDependencies": {
  2238. "react": ">=18",
  2239. "react-dom": ">=18"
  2240. },
  2241. "peerDependenciesMeta": {
  2242. "react-dom": {
  2243. "optional": true
  2244. }
  2245. }
  2246. },
  2247. "node_modules/react-router-dom": {
  2248. "version": "7.13.0",
  2249. "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.0.tgz",
  2250. "integrity": "sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==",
  2251. "license": "MIT",
  2252. "dependencies": {
  2253. "react-router": "7.13.0"
  2254. },
  2255. "engines": {
  2256. "node": ">=20.0.0"
  2257. },
  2258. "peerDependencies": {
  2259. "react": ">=18",
  2260. "react-dom": ">=18"
  2261. }
  2262. },
  2263. "node_modules/rollup": {
  2264. "version": "4.57.1",
  2265. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.57.1.tgz",
  2266. "integrity": "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==",
  2267. "license": "MIT",
  2268. "dependencies": {
  2269. "@types/estree": "1.0.8"
  2270. },
  2271. "bin": {
  2272. "rollup": "dist/bin/rollup"
  2273. },
  2274. "engines": {
  2275. "node": ">=18.0.0",
  2276. "npm": ">=8.0.0"
  2277. },
  2278. "optionalDependencies": {
  2279. "@rollup/rollup-android-arm-eabi": "4.57.1",
  2280. "@rollup/rollup-android-arm64": "4.57.1",
  2281. "@rollup/rollup-darwin-arm64": "4.57.1",
  2282. "@rollup/rollup-darwin-x64": "4.57.1",
  2283. "@rollup/rollup-freebsd-arm64": "4.57.1",
  2284. "@rollup/rollup-freebsd-x64": "4.57.1",
  2285. "@rollup/rollup-linux-arm-gnueabihf": "4.57.1",
  2286. "@rollup/rollup-linux-arm-musleabihf": "4.57.1",
  2287. "@rollup/rollup-linux-arm64-gnu": "4.57.1",
  2288. "@rollup/rollup-linux-arm64-musl": "4.57.1",
  2289. "@rollup/rollup-linux-loong64-gnu": "4.57.1",
  2290. "@rollup/rollup-linux-loong64-musl": "4.57.1",
  2291. "@rollup/rollup-linux-ppc64-gnu": "4.57.1",
  2292. "@rollup/rollup-linux-ppc64-musl": "4.57.1",
  2293. "@rollup/rollup-linux-riscv64-gnu": "4.57.1",
  2294. "@rollup/rollup-linux-riscv64-musl": "4.57.1",
  2295. "@rollup/rollup-linux-s390x-gnu": "4.57.1",
  2296. "@rollup/rollup-linux-x64-gnu": "4.57.1",
  2297. "@rollup/rollup-linux-x64-musl": "4.57.1",
  2298. "@rollup/rollup-openbsd-x64": "4.57.1",
  2299. "@rollup/rollup-openharmony-arm64": "4.57.1",
  2300. "@rollup/rollup-win32-arm64-msvc": "4.57.1",
  2301. "@rollup/rollup-win32-ia32-msvc": "4.57.1",
  2302. "@rollup/rollup-win32-x64-gnu": "4.57.1",
  2303. "@rollup/rollup-win32-x64-msvc": "4.57.1",
  2304. "fsevents": "~2.3.2"
  2305. }
  2306. },
  2307. "node_modules/scheduler": {
  2308. "version": "0.27.0",
  2309. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
  2310. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  2311. "license": "MIT"
  2312. },
  2313. "node_modules/semver": {
  2314. "version": "6.3.1",
  2315. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  2316. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  2317. "dev": true,
  2318. "license": "ISC",
  2319. "bin": {
  2320. "semver": "bin/semver.js"
  2321. }
  2322. },
  2323. "node_modules/set-cookie-parser": {
  2324. "version": "2.7.2",
  2325. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
  2326. "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
  2327. "license": "MIT"
  2328. },
  2329. "node_modules/source-map-js": {
  2330. "version": "1.2.1",
  2331. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  2332. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  2333. "license": "BSD-3-Clause",
  2334. "engines": {
  2335. "node": ">=0.10.0"
  2336. }
  2337. },
  2338. "node_modules/tailwindcss": {
  2339. "version": "4.1.18",
  2340. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
  2341. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  2342. "license": "MIT"
  2343. },
  2344. "node_modules/tapable": {
  2345. "version": "2.3.0",
  2346. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
  2347. "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  2348. "license": "MIT",
  2349. "engines": {
  2350. "node": ">=6"
  2351. },
  2352. "funding": {
  2353. "type": "opencollective",
  2354. "url": "https://opencollective.com/webpack"
  2355. }
  2356. },
  2357. "node_modules/tinyglobby": {
  2358. "version": "0.2.15",
  2359. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
  2360. "integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
  2361. "license": "MIT",
  2362. "dependencies": {
  2363. "fdir": "^6.5.0",
  2364. "picomatch": "^4.0.3"
  2365. },
  2366. "engines": {
  2367. "node": ">=12.0.0"
  2368. },
  2369. "funding": {
  2370. "url": "https://github.com/sponsors/SuperchupuDev"
  2371. }
  2372. },
  2373. "node_modules/typescript": {
  2374. "version": "5.9.3",
  2375. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
  2376. "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
  2377. "dev": true,
  2378. "license": "Apache-2.0",
  2379. "bin": {
  2380. "tsc": "bin/tsc",
  2381. "tsserver": "bin/tsserver"
  2382. },
  2383. "engines": {
  2384. "node": ">=14.17"
  2385. }
  2386. },
  2387. "node_modules/undici-types": {
  2388. "version": "6.21.0",
  2389. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  2390. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  2391. "devOptional": true,
  2392. "license": "MIT"
  2393. },
  2394. "node_modules/update-browserslist-db": {
  2395. "version": "1.2.3",
  2396. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  2397. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  2398. "dev": true,
  2399. "funding": [
  2400. {
  2401. "type": "opencollective",
  2402. "url": "https://opencollective.com/browserslist"
  2403. },
  2404. {
  2405. "type": "tidelift",
  2406. "url": "https://tidelift.com/funding/github/npm/browserslist"
  2407. },
  2408. {
  2409. "type": "github",
  2410. "url": "https://github.com/sponsors/ai"
  2411. }
  2412. ],
  2413. "license": "MIT",
  2414. "dependencies": {
  2415. "escalade": "^3.2.0",
  2416. "picocolors": "^1.1.1"
  2417. },
  2418. "bin": {
  2419. "update-browserslist-db": "cli.js"
  2420. },
  2421. "peerDependencies": {
  2422. "browserslist": ">= 4.21.0"
  2423. }
  2424. },
  2425. "node_modules/vite": {
  2426. "version": "7.3.1",
  2427. "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
  2428. "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
  2429. "license": "MIT",
  2430. "peer": true,
  2431. "dependencies": {
  2432. "esbuild": "^0.27.0",
  2433. "fdir": "^6.5.0",
  2434. "picomatch": "^4.0.3",
  2435. "postcss": "^8.5.6",
  2436. "rollup": "^4.43.0",
  2437. "tinyglobby": "^0.2.15"
  2438. },
  2439. "bin": {
  2440. "vite": "bin/vite.js"
  2441. },
  2442. "engines": {
  2443. "node": "^20.19.0 || >=22.12.0"
  2444. },
  2445. "funding": {
  2446. "url": "https://github.com/vitejs/vite?sponsor=1"
  2447. },
  2448. "optionalDependencies": {
  2449. "fsevents": "~2.3.3"
  2450. },
  2451. "peerDependencies": {
  2452. "@types/node": "^20.19.0 || >=22.12.0",
  2453. "jiti": ">=1.21.0",
  2454. "less": "^4.0.0",
  2455. "lightningcss": "^1.21.0",
  2456. "sass": "^1.70.0",
  2457. "sass-embedded": "^1.70.0",
  2458. "stylus": ">=0.54.8",
  2459. "sugarss": "^5.0.0",
  2460. "terser": "^5.16.0",
  2461. "tsx": "^4.8.1",
  2462. "yaml": "^2.4.2"
  2463. },
  2464. "peerDependenciesMeta": {
  2465. "@types/node": {
  2466. "optional": true
  2467. },
  2468. "jiti": {
  2469. "optional": true
  2470. },
  2471. "less": {
  2472. "optional": true
  2473. },
  2474. "lightningcss": {
  2475. "optional": true
  2476. },
  2477. "sass": {
  2478. "optional": true
  2479. },
  2480. "sass-embedded": {
  2481. "optional": true
  2482. },
  2483. "stylus": {
  2484. "optional": true
  2485. },
  2486. "sugarss": {
  2487. "optional": true
  2488. },
  2489. "terser": {
  2490. "optional": true
  2491. },
  2492. "tsx": {
  2493. "optional": true
  2494. },
  2495. "yaml": {
  2496. "optional": true
  2497. }
  2498. }
  2499. },
  2500. "node_modules/yallist": {
  2501. "version": "3.1.1",
  2502. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  2503. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  2504. "dev": true,
  2505. "license": "ISC"
  2506. },
  2507. "node_modules/zustand": {
  2508. "version": "5.0.11",
  2509. "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz",
  2510. "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==",
  2511. "license": "MIT",
  2512. "engines": {
  2513. "node": ">=12.20.0"
  2514. },
  2515. "peerDependencies": {
  2516. "@types/react": ">=18.0.0",
  2517. "immer": ">=9.0.6",
  2518. "react": ">=18.0.0",
  2519. "use-sync-external-store": ">=1.2.0"
  2520. },
  2521. "peerDependenciesMeta": {
  2522. "@types/react": {
  2523. "optional": true
  2524. },
  2525. "immer": {
  2526. "optional": true
  2527. },
  2528. "react": {
  2529. "optional": true
  2530. },
  2531. "use-sync-external-store": {
  2532. "optional": true
  2533. }
  2534. }
  2535. }
  2536. }
  2537. }