package-lock.json 212 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054
  1. {
  2. "name": "@figma/my-make-file",
  3. "version": "0.0.1",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "@figma/my-make-file",
  9. "version": "0.0.1",
  10. "dependencies": {
  11. "@emotion/react": "11.14.0",
  12. "@emotion/styled": "11.14.1",
  13. "@mui/icons-material": "7.3.5",
  14. "@mui/material": "7.3.5",
  15. "@popperjs/core": "2.11.8",
  16. "@radix-ui/react-accordion": "1.2.3",
  17. "@radix-ui/react-alert-dialog": "1.1.6",
  18. "@radix-ui/react-aspect-ratio": "1.1.2",
  19. "@radix-ui/react-avatar": "1.1.3",
  20. "@radix-ui/react-checkbox": "1.1.4",
  21. "@radix-ui/react-collapsible": "1.1.3",
  22. "@radix-ui/react-context-menu": "2.2.6",
  23. "@radix-ui/react-dialog": "1.1.6",
  24. "@radix-ui/react-dropdown-menu": "2.1.6",
  25. "@radix-ui/react-hover-card": "1.1.6",
  26. "@radix-ui/react-label": "2.1.2",
  27. "@radix-ui/react-menubar": "1.1.6",
  28. "@radix-ui/react-navigation-menu": "1.2.5",
  29. "@radix-ui/react-popover": "1.1.6",
  30. "@radix-ui/react-progress": "1.1.2",
  31. "@radix-ui/react-radio-group": "1.2.3",
  32. "@radix-ui/react-scroll-area": "1.2.3",
  33. "@radix-ui/react-select": "2.1.6",
  34. "@radix-ui/react-separator": "1.1.2",
  35. "@radix-ui/react-slider": "1.2.3",
  36. "@radix-ui/react-slot": "1.1.2",
  37. "@radix-ui/react-switch": "1.1.3",
  38. "@radix-ui/react-tabs": "1.1.3",
  39. "@radix-ui/react-toggle": "1.1.2",
  40. "@radix-ui/react-toggle-group": "1.1.2",
  41. "@radix-ui/react-tooltip": "1.1.8",
  42. "canvas-confetti": "1.9.4",
  43. "class-variance-authority": "0.7.1",
  44. "clsx": "2.1.1",
  45. "cmdk": "1.1.1",
  46. "date-fns": "3.6.0",
  47. "embla-carousel-react": "8.6.0",
  48. "input-otp": "1.4.2",
  49. "lucide-react": "0.487.0",
  50. "motion": "12.23.24",
  51. "next-themes": "0.4.6",
  52. "react": "18.3.1",
  53. "react-day-picker": "8.10.1",
  54. "react-dnd": "16.0.1",
  55. "react-dnd-html5-backend": "16.0.1",
  56. "react-dom": "18.3.1",
  57. "react-hook-form": "7.55.0",
  58. "react-popper": "2.3.0",
  59. "react-resizable-panels": "2.1.7",
  60. "react-responsive-masonry": "2.7.1",
  61. "react-router": "7.13.0",
  62. "react-slick": "0.31.0",
  63. "recharts": "2.15.2",
  64. "sonner": "2.0.3",
  65. "tailwind-merge": "3.2.0",
  66. "tw-animate-css": "1.3.8",
  67. "vaul": "1.1.2"
  68. },
  69. "devDependencies": {
  70. "@tailwindcss/vite": "4.1.12",
  71. "@types/node": "22.15.3",
  72. "@types/react": "18.3.20",
  73. "@types/react-dom": "18.3.6",
  74. "@vitejs/plugin-react": "4.7.0",
  75. "tailwindcss": "4.1.12",
  76. "typescript": "5.8.3",
  77. "vite": "6.3.5",
  78. "vitest": "^3.2.7"
  79. }
  80. },
  81. "node_modules/@babel/code-frame": {
  82. "version": "7.29.7",
  83. "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
  84. "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
  85. "license": "MIT",
  86. "dependencies": {
  87. "@babel/helper-validator-identifier": "^7.29.7",
  88. "js-tokens": "^4.0.0",
  89. "picocolors": "^1.1.1"
  90. },
  91. "engines": {
  92. "node": ">=6.9.0"
  93. }
  94. },
  95. "node_modules/@babel/compat-data": {
  96. "version": "7.29.7",
  97. "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
  98. "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
  99. "dev": true,
  100. "license": "MIT",
  101. "engines": {
  102. "node": ">=6.9.0"
  103. }
  104. },
  105. "node_modules/@babel/core": {
  106. "version": "7.29.7",
  107. "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
  108. "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
  109. "dev": true,
  110. "license": "MIT",
  111. "dependencies": {
  112. "@babel/code-frame": "^7.29.7",
  113. "@babel/generator": "^7.29.7",
  114. "@babel/helper-compilation-targets": "^7.29.7",
  115. "@babel/helper-module-transforms": "^7.29.7",
  116. "@babel/helpers": "^7.29.7",
  117. "@babel/parser": "^7.29.7",
  118. "@babel/template": "^7.29.7",
  119. "@babel/traverse": "^7.29.7",
  120. "@babel/types": "^7.29.7",
  121. "@jridgewell/remapping": "^2.3.5",
  122. "convert-source-map": "^2.0.0",
  123. "debug": "^4.1.0",
  124. "gensync": "^1.0.0-beta.2",
  125. "json5": "^2.2.3",
  126. "semver": "^6.3.1"
  127. },
  128. "engines": {
  129. "node": ">=6.9.0"
  130. },
  131. "funding": {
  132. "type": "opencollective",
  133. "url": "https://opencollective.com/babel"
  134. }
  135. },
  136. "node_modules/@babel/core/node_modules/convert-source-map": {
  137. "version": "2.0.0",
  138. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
  139. "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
  140. "dev": true,
  141. "license": "MIT"
  142. },
  143. "node_modules/@babel/generator": {
  144. "version": "7.29.7",
  145. "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
  146. "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
  147. "license": "MIT",
  148. "dependencies": {
  149. "@babel/parser": "^7.29.7",
  150. "@babel/types": "^7.29.7",
  151. "@jridgewell/gen-mapping": "^0.3.12",
  152. "@jridgewell/trace-mapping": "^0.3.28",
  153. "jsesc": "^3.0.2"
  154. },
  155. "engines": {
  156. "node": ">=6.9.0"
  157. }
  158. },
  159. "node_modules/@babel/helper-compilation-targets": {
  160. "version": "7.29.7",
  161. "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
  162. "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
  163. "dev": true,
  164. "license": "MIT",
  165. "dependencies": {
  166. "@babel/compat-data": "^7.29.7",
  167. "@babel/helper-validator-option": "^7.29.7",
  168. "browserslist": "^4.24.0",
  169. "lru-cache": "^5.1.1",
  170. "semver": "^6.3.1"
  171. },
  172. "engines": {
  173. "node": ">=6.9.0"
  174. }
  175. },
  176. "node_modules/@babel/helper-globals": {
  177. "version": "7.29.7",
  178. "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
  179. "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
  180. "license": "MIT",
  181. "engines": {
  182. "node": ">=6.9.0"
  183. }
  184. },
  185. "node_modules/@babel/helper-module-imports": {
  186. "version": "7.29.7",
  187. "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
  188. "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
  189. "license": "MIT",
  190. "dependencies": {
  191. "@babel/traverse": "^7.29.7",
  192. "@babel/types": "^7.29.7"
  193. },
  194. "engines": {
  195. "node": ">=6.9.0"
  196. }
  197. },
  198. "node_modules/@babel/helper-module-transforms": {
  199. "version": "7.29.7",
  200. "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
  201. "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
  202. "dev": true,
  203. "license": "MIT",
  204. "dependencies": {
  205. "@babel/helper-module-imports": "^7.29.7",
  206. "@babel/helper-validator-identifier": "^7.29.7",
  207. "@babel/traverse": "^7.29.7"
  208. },
  209. "engines": {
  210. "node": ">=6.9.0"
  211. },
  212. "peerDependencies": {
  213. "@babel/core": "^7.0.0"
  214. }
  215. },
  216. "node_modules/@babel/helper-plugin-utils": {
  217. "version": "7.29.7",
  218. "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
  219. "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
  220. "dev": true,
  221. "license": "MIT",
  222. "engines": {
  223. "node": ">=6.9.0"
  224. }
  225. },
  226. "node_modules/@babel/helper-string-parser": {
  227. "version": "7.29.7",
  228. "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
  229. "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
  230. "license": "MIT",
  231. "engines": {
  232. "node": ">=6.9.0"
  233. }
  234. },
  235. "node_modules/@babel/helper-validator-identifier": {
  236. "version": "7.29.7",
  237. "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
  238. "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
  239. "license": "MIT",
  240. "engines": {
  241. "node": ">=6.9.0"
  242. }
  243. },
  244. "node_modules/@babel/helper-validator-option": {
  245. "version": "7.29.7",
  246. "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
  247. "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
  248. "dev": true,
  249. "license": "MIT",
  250. "engines": {
  251. "node": ">=6.9.0"
  252. }
  253. },
  254. "node_modules/@babel/helpers": {
  255. "version": "7.29.7",
  256. "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
  257. "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
  258. "dev": true,
  259. "license": "MIT",
  260. "dependencies": {
  261. "@babel/template": "^7.29.7",
  262. "@babel/types": "^7.29.7"
  263. },
  264. "engines": {
  265. "node": ">=6.9.0"
  266. }
  267. },
  268. "node_modules/@babel/parser": {
  269. "version": "7.29.7",
  270. "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
  271. "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
  272. "license": "MIT",
  273. "dependencies": {
  274. "@babel/types": "^7.29.7"
  275. },
  276. "bin": {
  277. "parser": "bin/babel-parser.js"
  278. },
  279. "engines": {
  280. "node": ">=6.0.0"
  281. }
  282. },
  283. "node_modules/@babel/plugin-transform-react-jsx-self": {
  284. "version": "7.29.7",
  285. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
  286. "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
  287. "dev": true,
  288. "license": "MIT",
  289. "dependencies": {
  290. "@babel/helper-plugin-utils": "^7.29.7"
  291. },
  292. "engines": {
  293. "node": ">=6.9.0"
  294. },
  295. "peerDependencies": {
  296. "@babel/core": "^7.0.0-0"
  297. }
  298. },
  299. "node_modules/@babel/plugin-transform-react-jsx-source": {
  300. "version": "7.29.7",
  301. "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
  302. "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
  303. "dev": true,
  304. "license": "MIT",
  305. "dependencies": {
  306. "@babel/helper-plugin-utils": "^7.29.7"
  307. },
  308. "engines": {
  309. "node": ">=6.9.0"
  310. },
  311. "peerDependencies": {
  312. "@babel/core": "^7.0.0-0"
  313. }
  314. },
  315. "node_modules/@babel/runtime": {
  316. "version": "7.29.7",
  317. "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
  318. "integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
  319. "license": "MIT",
  320. "engines": {
  321. "node": ">=6.9.0"
  322. }
  323. },
  324. "node_modules/@babel/template": {
  325. "version": "7.29.7",
  326. "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
  327. "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
  328. "license": "MIT",
  329. "dependencies": {
  330. "@babel/code-frame": "^7.29.7",
  331. "@babel/parser": "^7.29.7",
  332. "@babel/types": "^7.29.7"
  333. },
  334. "engines": {
  335. "node": ">=6.9.0"
  336. }
  337. },
  338. "node_modules/@babel/traverse": {
  339. "version": "7.29.7",
  340. "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
  341. "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
  342. "license": "MIT",
  343. "dependencies": {
  344. "@babel/code-frame": "^7.29.7",
  345. "@babel/generator": "^7.29.7",
  346. "@babel/helper-globals": "^7.29.7",
  347. "@babel/parser": "^7.29.7",
  348. "@babel/template": "^7.29.7",
  349. "@babel/types": "^7.29.7",
  350. "debug": "^4.3.1"
  351. },
  352. "engines": {
  353. "node": ">=6.9.0"
  354. }
  355. },
  356. "node_modules/@babel/types": {
  357. "version": "7.29.7",
  358. "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
  359. "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
  360. "license": "MIT",
  361. "dependencies": {
  362. "@babel/helper-string-parser": "^7.29.7",
  363. "@babel/helper-validator-identifier": "^7.29.7"
  364. },
  365. "engines": {
  366. "node": ">=6.9.0"
  367. }
  368. },
  369. "node_modules/@emotion/babel-plugin": {
  370. "version": "11.13.5",
  371. "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz",
  372. "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==",
  373. "license": "MIT",
  374. "dependencies": {
  375. "@babel/helper-module-imports": "^7.16.7",
  376. "@babel/runtime": "^7.18.3",
  377. "@emotion/hash": "^0.9.2",
  378. "@emotion/memoize": "^0.9.0",
  379. "@emotion/serialize": "^1.3.3",
  380. "babel-plugin-macros": "^3.1.0",
  381. "convert-source-map": "^1.5.0",
  382. "escape-string-regexp": "^4.0.0",
  383. "find-root": "^1.1.0",
  384. "source-map": "^0.5.7",
  385. "stylis": "4.2.0"
  386. }
  387. },
  388. "node_modules/@emotion/cache": {
  389. "version": "11.14.0",
  390. "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz",
  391. "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==",
  392. "license": "MIT",
  393. "dependencies": {
  394. "@emotion/memoize": "^0.9.0",
  395. "@emotion/sheet": "^1.4.0",
  396. "@emotion/utils": "^1.4.2",
  397. "@emotion/weak-memoize": "^0.4.0",
  398. "stylis": "4.2.0"
  399. }
  400. },
  401. "node_modules/@emotion/hash": {
  402. "version": "0.9.2",
  403. "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
  404. "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
  405. "license": "MIT"
  406. },
  407. "node_modules/@emotion/is-prop-valid": {
  408. "version": "1.4.0",
  409. "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",
  410. "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",
  411. "license": "MIT",
  412. "dependencies": {
  413. "@emotion/memoize": "^0.9.0"
  414. }
  415. },
  416. "node_modules/@emotion/memoize": {
  417. "version": "0.9.0",
  418. "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
  419. "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
  420. "license": "MIT"
  421. },
  422. "node_modules/@emotion/react": {
  423. "version": "11.14.0",
  424. "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
  425. "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
  426. "license": "MIT",
  427. "dependencies": {
  428. "@babel/runtime": "^7.18.3",
  429. "@emotion/babel-plugin": "^11.13.5",
  430. "@emotion/cache": "^11.14.0",
  431. "@emotion/serialize": "^1.3.3",
  432. "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
  433. "@emotion/utils": "^1.4.2",
  434. "@emotion/weak-memoize": "^0.4.0",
  435. "hoist-non-react-statics": "^3.3.1"
  436. },
  437. "peerDependencies": {
  438. "react": ">=16.8.0"
  439. },
  440. "peerDependenciesMeta": {
  441. "@types/react": {
  442. "optional": true
  443. }
  444. }
  445. },
  446. "node_modules/@emotion/serialize": {
  447. "version": "1.3.3",
  448. "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz",
  449. "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==",
  450. "license": "MIT",
  451. "dependencies": {
  452. "@emotion/hash": "^0.9.2",
  453. "@emotion/memoize": "^0.9.0",
  454. "@emotion/unitless": "^0.10.0",
  455. "@emotion/utils": "^1.4.2",
  456. "csstype": "^3.0.2"
  457. }
  458. },
  459. "node_modules/@emotion/sheet": {
  460. "version": "1.4.0",
  461. "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz",
  462. "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==",
  463. "license": "MIT"
  464. },
  465. "node_modules/@emotion/styled": {
  466. "version": "11.14.1",
  467. "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
  468. "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
  469. "license": "MIT",
  470. "dependencies": {
  471. "@babel/runtime": "^7.18.3",
  472. "@emotion/babel-plugin": "^11.13.5",
  473. "@emotion/is-prop-valid": "^1.3.0",
  474. "@emotion/serialize": "^1.3.3",
  475. "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
  476. "@emotion/utils": "^1.4.2"
  477. },
  478. "peerDependencies": {
  479. "@emotion/react": "^11.0.0-rc.0",
  480. "react": ">=16.8.0"
  481. },
  482. "peerDependenciesMeta": {
  483. "@types/react": {
  484. "optional": true
  485. }
  486. }
  487. },
  488. "node_modules/@emotion/unitless": {
  489. "version": "0.10.0",
  490. "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz",
  491. "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==",
  492. "license": "MIT"
  493. },
  494. "node_modules/@emotion/use-insertion-effect-with-fallbacks": {
  495. "version": "1.2.0",
  496. "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz",
  497. "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==",
  498. "license": "MIT",
  499. "peerDependencies": {
  500. "react": ">=16.8.0"
  501. }
  502. },
  503. "node_modules/@emotion/utils": {
  504. "version": "1.4.2",
  505. "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz",
  506. "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==",
  507. "license": "MIT"
  508. },
  509. "node_modules/@emotion/weak-memoize": {
  510. "version": "0.4.0",
  511. "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz",
  512. "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==",
  513. "license": "MIT"
  514. },
  515. "node_modules/@esbuild/aix-ppc64": {
  516. "version": "0.25.12",
  517. "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
  518. "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
  519. "cpu": [
  520. "ppc64"
  521. ],
  522. "dev": true,
  523. "license": "MIT",
  524. "optional": true,
  525. "os": [
  526. "aix"
  527. ],
  528. "engines": {
  529. "node": ">=18"
  530. }
  531. },
  532. "node_modules/@esbuild/android-arm": {
  533. "version": "0.25.12",
  534. "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
  535. "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
  536. "cpu": [
  537. "arm"
  538. ],
  539. "dev": true,
  540. "license": "MIT",
  541. "optional": true,
  542. "os": [
  543. "android"
  544. ],
  545. "engines": {
  546. "node": ">=18"
  547. }
  548. },
  549. "node_modules/@esbuild/android-arm64": {
  550. "version": "0.25.12",
  551. "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
  552. "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
  553. "cpu": [
  554. "arm64"
  555. ],
  556. "dev": true,
  557. "license": "MIT",
  558. "optional": true,
  559. "os": [
  560. "android"
  561. ],
  562. "engines": {
  563. "node": ">=18"
  564. }
  565. },
  566. "node_modules/@esbuild/android-x64": {
  567. "version": "0.25.12",
  568. "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
  569. "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
  570. "cpu": [
  571. "x64"
  572. ],
  573. "dev": true,
  574. "license": "MIT",
  575. "optional": true,
  576. "os": [
  577. "android"
  578. ],
  579. "engines": {
  580. "node": ">=18"
  581. }
  582. },
  583. "node_modules/@esbuild/darwin-arm64": {
  584. "version": "0.25.12",
  585. "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
  586. "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
  587. "cpu": [
  588. "arm64"
  589. ],
  590. "dev": true,
  591. "license": "MIT",
  592. "optional": true,
  593. "os": [
  594. "darwin"
  595. ],
  596. "engines": {
  597. "node": ">=18"
  598. }
  599. },
  600. "node_modules/@esbuild/darwin-x64": {
  601. "version": "0.25.12",
  602. "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
  603. "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
  604. "cpu": [
  605. "x64"
  606. ],
  607. "dev": true,
  608. "license": "MIT",
  609. "optional": true,
  610. "os": [
  611. "darwin"
  612. ],
  613. "engines": {
  614. "node": ">=18"
  615. }
  616. },
  617. "node_modules/@esbuild/freebsd-arm64": {
  618. "version": "0.25.12",
  619. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
  620. "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
  621. "cpu": [
  622. "arm64"
  623. ],
  624. "dev": true,
  625. "license": "MIT",
  626. "optional": true,
  627. "os": [
  628. "freebsd"
  629. ],
  630. "engines": {
  631. "node": ">=18"
  632. }
  633. },
  634. "node_modules/@esbuild/freebsd-x64": {
  635. "version": "0.25.12",
  636. "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
  637. "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
  638. "cpu": [
  639. "x64"
  640. ],
  641. "dev": true,
  642. "license": "MIT",
  643. "optional": true,
  644. "os": [
  645. "freebsd"
  646. ],
  647. "engines": {
  648. "node": ">=18"
  649. }
  650. },
  651. "node_modules/@esbuild/linux-arm": {
  652. "version": "0.25.12",
  653. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
  654. "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
  655. "cpu": [
  656. "arm"
  657. ],
  658. "dev": true,
  659. "license": "MIT",
  660. "optional": true,
  661. "os": [
  662. "linux"
  663. ],
  664. "engines": {
  665. "node": ">=18"
  666. }
  667. },
  668. "node_modules/@esbuild/linux-arm64": {
  669. "version": "0.25.12",
  670. "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
  671. "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
  672. "cpu": [
  673. "arm64"
  674. ],
  675. "dev": true,
  676. "license": "MIT",
  677. "optional": true,
  678. "os": [
  679. "linux"
  680. ],
  681. "engines": {
  682. "node": ">=18"
  683. }
  684. },
  685. "node_modules/@esbuild/linux-ia32": {
  686. "version": "0.25.12",
  687. "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
  688. "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
  689. "cpu": [
  690. "ia32"
  691. ],
  692. "dev": true,
  693. "license": "MIT",
  694. "optional": true,
  695. "os": [
  696. "linux"
  697. ],
  698. "engines": {
  699. "node": ">=18"
  700. }
  701. },
  702. "node_modules/@esbuild/linux-loong64": {
  703. "version": "0.25.12",
  704. "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
  705. "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
  706. "cpu": [
  707. "loong64"
  708. ],
  709. "dev": true,
  710. "license": "MIT",
  711. "optional": true,
  712. "os": [
  713. "linux"
  714. ],
  715. "engines": {
  716. "node": ">=18"
  717. }
  718. },
  719. "node_modules/@esbuild/linux-mips64el": {
  720. "version": "0.25.12",
  721. "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
  722. "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
  723. "cpu": [
  724. "mips64el"
  725. ],
  726. "dev": true,
  727. "license": "MIT",
  728. "optional": true,
  729. "os": [
  730. "linux"
  731. ],
  732. "engines": {
  733. "node": ">=18"
  734. }
  735. },
  736. "node_modules/@esbuild/linux-ppc64": {
  737. "version": "0.25.12",
  738. "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
  739. "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
  740. "cpu": [
  741. "ppc64"
  742. ],
  743. "dev": true,
  744. "license": "MIT",
  745. "optional": true,
  746. "os": [
  747. "linux"
  748. ],
  749. "engines": {
  750. "node": ">=18"
  751. }
  752. },
  753. "node_modules/@esbuild/linux-riscv64": {
  754. "version": "0.25.12",
  755. "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
  756. "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
  757. "cpu": [
  758. "riscv64"
  759. ],
  760. "dev": true,
  761. "license": "MIT",
  762. "optional": true,
  763. "os": [
  764. "linux"
  765. ],
  766. "engines": {
  767. "node": ">=18"
  768. }
  769. },
  770. "node_modules/@esbuild/linux-s390x": {
  771. "version": "0.25.12",
  772. "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
  773. "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
  774. "cpu": [
  775. "s390x"
  776. ],
  777. "dev": true,
  778. "license": "MIT",
  779. "optional": true,
  780. "os": [
  781. "linux"
  782. ],
  783. "engines": {
  784. "node": ">=18"
  785. }
  786. },
  787. "node_modules/@esbuild/linux-x64": {
  788. "version": "0.25.12",
  789. "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
  790. "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
  791. "cpu": [
  792. "x64"
  793. ],
  794. "dev": true,
  795. "license": "MIT",
  796. "optional": true,
  797. "os": [
  798. "linux"
  799. ],
  800. "engines": {
  801. "node": ">=18"
  802. }
  803. },
  804. "node_modules/@esbuild/netbsd-arm64": {
  805. "version": "0.25.12",
  806. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
  807. "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
  808. "cpu": [
  809. "arm64"
  810. ],
  811. "dev": true,
  812. "license": "MIT",
  813. "optional": true,
  814. "os": [
  815. "netbsd"
  816. ],
  817. "engines": {
  818. "node": ">=18"
  819. }
  820. },
  821. "node_modules/@esbuild/netbsd-x64": {
  822. "version": "0.25.12",
  823. "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
  824. "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
  825. "cpu": [
  826. "x64"
  827. ],
  828. "dev": true,
  829. "license": "MIT",
  830. "optional": true,
  831. "os": [
  832. "netbsd"
  833. ],
  834. "engines": {
  835. "node": ">=18"
  836. }
  837. },
  838. "node_modules/@esbuild/openbsd-arm64": {
  839. "version": "0.25.12",
  840. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
  841. "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
  842. "cpu": [
  843. "arm64"
  844. ],
  845. "dev": true,
  846. "license": "MIT",
  847. "optional": true,
  848. "os": [
  849. "openbsd"
  850. ],
  851. "engines": {
  852. "node": ">=18"
  853. }
  854. },
  855. "node_modules/@esbuild/openbsd-x64": {
  856. "version": "0.25.12",
  857. "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
  858. "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
  859. "cpu": [
  860. "x64"
  861. ],
  862. "dev": true,
  863. "license": "MIT",
  864. "optional": true,
  865. "os": [
  866. "openbsd"
  867. ],
  868. "engines": {
  869. "node": ">=18"
  870. }
  871. },
  872. "node_modules/@esbuild/openharmony-arm64": {
  873. "version": "0.25.12",
  874. "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
  875. "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
  876. "cpu": [
  877. "arm64"
  878. ],
  879. "dev": true,
  880. "license": "MIT",
  881. "optional": true,
  882. "os": [
  883. "openharmony"
  884. ],
  885. "engines": {
  886. "node": ">=18"
  887. }
  888. },
  889. "node_modules/@esbuild/sunos-x64": {
  890. "version": "0.25.12",
  891. "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
  892. "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
  893. "cpu": [
  894. "x64"
  895. ],
  896. "dev": true,
  897. "license": "MIT",
  898. "optional": true,
  899. "os": [
  900. "sunos"
  901. ],
  902. "engines": {
  903. "node": ">=18"
  904. }
  905. },
  906. "node_modules/@esbuild/win32-arm64": {
  907. "version": "0.25.12",
  908. "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
  909. "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
  910. "cpu": [
  911. "arm64"
  912. ],
  913. "dev": true,
  914. "license": "MIT",
  915. "optional": true,
  916. "os": [
  917. "win32"
  918. ],
  919. "engines": {
  920. "node": ">=18"
  921. }
  922. },
  923. "node_modules/@esbuild/win32-ia32": {
  924. "version": "0.25.12",
  925. "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
  926. "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
  927. "cpu": [
  928. "ia32"
  929. ],
  930. "dev": true,
  931. "license": "MIT",
  932. "optional": true,
  933. "os": [
  934. "win32"
  935. ],
  936. "engines": {
  937. "node": ">=18"
  938. }
  939. },
  940. "node_modules/@esbuild/win32-x64": {
  941. "version": "0.25.12",
  942. "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
  943. "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
  944. "cpu": [
  945. "x64"
  946. ],
  947. "dev": true,
  948. "license": "MIT",
  949. "optional": true,
  950. "os": [
  951. "win32"
  952. ],
  953. "engines": {
  954. "node": ">=18"
  955. }
  956. },
  957. "node_modules/@floating-ui/core": {
  958. "version": "1.8.0",
  959. "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.8.0.tgz",
  960. "integrity": "sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==",
  961. "license": "MIT",
  962. "dependencies": {
  963. "@floating-ui/utils": "^0.2.12"
  964. }
  965. },
  966. "node_modules/@floating-ui/dom": {
  967. "version": "1.8.0",
  968. "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.8.0.tgz",
  969. "integrity": "sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==",
  970. "license": "MIT",
  971. "dependencies": {
  972. "@floating-ui/core": "^1.8.0",
  973. "@floating-ui/utils": "^0.2.12"
  974. }
  975. },
  976. "node_modules/@floating-ui/react-dom": {
  977. "version": "2.1.9",
  978. "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.9.tgz",
  979. "integrity": "sha512-JDjEFGCpImxDCA7JJKviA0M9+RtmJdj0m/NVU5IMgBK+AmZouAQQ7/+2GLH0GXXY0YMw9oXPB8hKdbPYg5QLYg==",
  980. "license": "MIT",
  981. "dependencies": {
  982. "@floating-ui/dom": "^1.8.0"
  983. },
  984. "peerDependencies": {
  985. "react": ">=16.8.0",
  986. "react-dom": ">=16.8.0"
  987. }
  988. },
  989. "node_modules/@floating-ui/utils": {
  990. "version": "0.2.12",
  991. "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.12.tgz",
  992. "integrity": "sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==",
  993. "license": "MIT"
  994. },
  995. "node_modules/@isaacs/fs-minipass": {
  996. "version": "4.0.1",
  997. "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  998. "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  999. "dev": true,
  1000. "license": "ISC",
  1001. "dependencies": {
  1002. "minipass": "^7.0.4"
  1003. },
  1004. "engines": {
  1005. "node": ">=18.0.0"
  1006. }
  1007. },
  1008. "node_modules/@jridgewell/gen-mapping": {
  1009. "version": "0.3.13",
  1010. "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
  1011. "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
  1012. "license": "MIT",
  1013. "dependencies": {
  1014. "@jridgewell/sourcemap-codec": "^1.5.0",
  1015. "@jridgewell/trace-mapping": "^0.3.24"
  1016. }
  1017. },
  1018. "node_modules/@jridgewell/remapping": {
  1019. "version": "2.3.5",
  1020. "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
  1021. "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
  1022. "dev": true,
  1023. "license": "MIT",
  1024. "dependencies": {
  1025. "@jridgewell/gen-mapping": "^0.3.5",
  1026. "@jridgewell/trace-mapping": "^0.3.24"
  1027. }
  1028. },
  1029. "node_modules/@jridgewell/resolve-uri": {
  1030. "version": "3.1.2",
  1031. "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
  1032. "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
  1033. "license": "MIT",
  1034. "engines": {
  1035. "node": ">=6.0.0"
  1036. }
  1037. },
  1038. "node_modules/@jridgewell/sourcemap-codec": {
  1039. "version": "1.5.5",
  1040. "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
  1041. "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
  1042. "license": "MIT"
  1043. },
  1044. "node_modules/@jridgewell/trace-mapping": {
  1045. "version": "0.3.31",
  1046. "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
  1047. "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
  1048. "license": "MIT",
  1049. "dependencies": {
  1050. "@jridgewell/resolve-uri": "^3.1.0",
  1051. "@jridgewell/sourcemap-codec": "^1.4.14"
  1052. }
  1053. },
  1054. "node_modules/@mui/core-downloads-tracker": {
  1055. "version": "7.3.11",
  1056. "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-7.3.11.tgz",
  1057. "integrity": "sha512-a7I/b/nBTdXYz2cOSlEmkQ9WWE1x8FHpqMhFPp+Y1VPFxcOw91G5ELOHARQAGSPy5V+UCgJua6K/1x70bAtQPw==",
  1058. "license": "MIT",
  1059. "funding": {
  1060. "type": "opencollective",
  1061. "url": "https://opencollective.com/mui-org"
  1062. }
  1063. },
  1064. "node_modules/@mui/icons-material": {
  1065. "version": "7.3.5",
  1066. "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.5.tgz",
  1067. "integrity": "sha512-LciL1GLMZ+VlzyHAALSVAR22t8IST4LCXmljcUSx2NOutgO2XnxdIp8ilFbeNf9wpo0iUFbAuoQcB7h+HHIf3A==",
  1068. "license": "MIT",
  1069. "dependencies": {
  1070. "@babel/runtime": "^7.28.4"
  1071. },
  1072. "engines": {
  1073. "node": ">=14.0.0"
  1074. },
  1075. "funding": {
  1076. "type": "opencollective",
  1077. "url": "https://opencollective.com/mui-org"
  1078. },
  1079. "peerDependencies": {
  1080. "@mui/material": "^7.3.5",
  1081. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1082. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1083. },
  1084. "peerDependenciesMeta": {
  1085. "@types/react": {
  1086. "optional": true
  1087. }
  1088. }
  1089. },
  1090. "node_modules/@mui/material": {
  1091. "version": "7.3.5",
  1092. "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.5.tgz",
  1093. "integrity": "sha512-8VVxFmp1GIm9PpmnQoCoYo0UWHoOrdA57tDL62vkpzEgvb/d71Wsbv4FRg7r1Gyx7PuSo0tflH34cdl/NvfHNQ==",
  1094. "license": "MIT",
  1095. "dependencies": {
  1096. "@babel/runtime": "^7.28.4",
  1097. "@mui/core-downloads-tracker": "^7.3.5",
  1098. "@mui/system": "^7.3.5",
  1099. "@mui/types": "^7.4.8",
  1100. "@mui/utils": "^7.3.5",
  1101. "@popperjs/core": "^2.11.8",
  1102. "@types/react-transition-group": "^4.4.12",
  1103. "clsx": "^2.1.1",
  1104. "csstype": "^3.1.3",
  1105. "prop-types": "^15.8.1",
  1106. "react-is": "^19.2.0",
  1107. "react-transition-group": "^4.4.5"
  1108. },
  1109. "engines": {
  1110. "node": ">=14.0.0"
  1111. },
  1112. "funding": {
  1113. "type": "opencollective",
  1114. "url": "https://opencollective.com/mui-org"
  1115. },
  1116. "peerDependencies": {
  1117. "@emotion/react": "^11.5.0",
  1118. "@emotion/styled": "^11.3.0",
  1119. "@mui/material-pigment-css": "^7.3.5",
  1120. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1121. "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1122. "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1123. },
  1124. "peerDependenciesMeta": {
  1125. "@emotion/react": {
  1126. "optional": true
  1127. },
  1128. "@emotion/styled": {
  1129. "optional": true
  1130. },
  1131. "@mui/material-pigment-css": {
  1132. "optional": true
  1133. },
  1134. "@types/react": {
  1135. "optional": true
  1136. }
  1137. }
  1138. },
  1139. "node_modules/@mui/private-theming": {
  1140. "version": "7.3.11",
  1141. "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-7.3.11.tgz",
  1142. "integrity": "sha512-9B+YKms0fRHbNrqp9tOT/DNbNnU5gyvJ1o3qAGXfq8GmZcbJnE3At9x07Zr/o0pkhzg4aDdwXVqe4+AcgtOCPA==",
  1143. "license": "MIT",
  1144. "dependencies": {
  1145. "@babel/runtime": "^7.28.6",
  1146. "@mui/utils": "^7.3.11",
  1147. "prop-types": "^15.8.1"
  1148. },
  1149. "engines": {
  1150. "node": ">=14.0.0"
  1151. },
  1152. "funding": {
  1153. "type": "opencollective",
  1154. "url": "https://opencollective.com/mui-org"
  1155. },
  1156. "peerDependencies": {
  1157. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1158. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1159. },
  1160. "peerDependenciesMeta": {
  1161. "@types/react": {
  1162. "optional": true
  1163. }
  1164. }
  1165. },
  1166. "node_modules/@mui/styled-engine": {
  1167. "version": "7.3.10",
  1168. "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-7.3.10.tgz",
  1169. "integrity": "sha512-WxE9SiF8xskAQqGjsp0poXCkCqsoXFEsSr0HBXfApmGHR+DBnXRp+z46Vsltg4gpPM4Z96DeAQRpeAOnhNg7Ng==",
  1170. "license": "MIT",
  1171. "dependencies": {
  1172. "@babel/runtime": "^7.28.6",
  1173. "@emotion/cache": "^11.14.0",
  1174. "@emotion/serialize": "^1.3.3",
  1175. "@emotion/sheet": "^1.4.0",
  1176. "csstype": "^3.2.3",
  1177. "prop-types": "^15.8.1"
  1178. },
  1179. "engines": {
  1180. "node": ">=14.0.0"
  1181. },
  1182. "funding": {
  1183. "type": "opencollective",
  1184. "url": "https://opencollective.com/mui-org"
  1185. },
  1186. "peerDependencies": {
  1187. "@emotion/react": "^11.4.1",
  1188. "@emotion/styled": "^11.3.0",
  1189. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1190. },
  1191. "peerDependenciesMeta": {
  1192. "@emotion/react": {
  1193. "optional": true
  1194. },
  1195. "@emotion/styled": {
  1196. "optional": true
  1197. }
  1198. }
  1199. },
  1200. "node_modules/@mui/system": {
  1201. "version": "7.3.11",
  1202. "resolved": "https://registry.npmjs.org/@mui/system/-/system-7.3.11.tgz",
  1203. "integrity": "sha512-7izwGWdNawAKpBKcRlx7f2gFnAAjmASBWvMcyX4YYEeLOFsbfGRbUYGInvnAcUeql3rPxI7F9Ft4oY2OLRz44g==",
  1204. "license": "MIT",
  1205. "dependencies": {
  1206. "@babel/runtime": "^7.28.6",
  1207. "@mui/private-theming": "^7.3.11",
  1208. "@mui/styled-engine": "^7.3.10",
  1209. "@mui/types": "^7.4.12",
  1210. "@mui/utils": "^7.3.11",
  1211. "clsx": "^2.1.1",
  1212. "csstype": "^3.2.3",
  1213. "prop-types": "^15.8.1"
  1214. },
  1215. "engines": {
  1216. "node": ">=14.0.0"
  1217. },
  1218. "funding": {
  1219. "type": "opencollective",
  1220. "url": "https://opencollective.com/mui-org"
  1221. },
  1222. "peerDependencies": {
  1223. "@emotion/react": "^11.5.0",
  1224. "@emotion/styled": "^11.3.0",
  1225. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1226. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1227. },
  1228. "peerDependenciesMeta": {
  1229. "@emotion/react": {
  1230. "optional": true
  1231. },
  1232. "@emotion/styled": {
  1233. "optional": true
  1234. },
  1235. "@types/react": {
  1236. "optional": true
  1237. }
  1238. }
  1239. },
  1240. "node_modules/@mui/types": {
  1241. "version": "7.4.12",
  1242. "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.4.12.tgz",
  1243. "integrity": "sha512-iKNAF2u9PzSIj40CjvKJWxFXJo122jXVdrmdh0hMYd+FR+NuJMkr/L88XwWLCRiJ5P1j+uyac25+Kp6YC4hu6w==",
  1244. "license": "MIT",
  1245. "dependencies": {
  1246. "@babel/runtime": "^7.28.6"
  1247. },
  1248. "peerDependencies": {
  1249. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1250. },
  1251. "peerDependenciesMeta": {
  1252. "@types/react": {
  1253. "optional": true
  1254. }
  1255. }
  1256. },
  1257. "node_modules/@mui/utils": {
  1258. "version": "7.3.11",
  1259. "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-7.3.11.tgz",
  1260. "integrity": "sha512-XTjGnifwteg71/ij+0e7Y7d+hwyntMYP5wPoA/g2drdGH+Flkvjwy0OfrVpKBbaOvofq4zU/LIyUZyKgmWu18g==",
  1261. "license": "MIT",
  1262. "dependencies": {
  1263. "@babel/runtime": "^7.28.6",
  1264. "@mui/types": "^7.4.12",
  1265. "@types/prop-types": "^15.7.15",
  1266. "clsx": "^2.1.1",
  1267. "prop-types": "^15.8.1",
  1268. "react-is": "^19.2.3"
  1269. },
  1270. "engines": {
  1271. "node": ">=14.0.0"
  1272. },
  1273. "funding": {
  1274. "type": "opencollective",
  1275. "url": "https://opencollective.com/mui-org"
  1276. },
  1277. "peerDependencies": {
  1278. "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
  1279. "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
  1280. },
  1281. "peerDependenciesMeta": {
  1282. "@types/react": {
  1283. "optional": true
  1284. }
  1285. }
  1286. },
  1287. "node_modules/@popperjs/core": {
  1288. "version": "2.11.8",
  1289. "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
  1290. "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
  1291. "license": "MIT",
  1292. "funding": {
  1293. "type": "opencollective",
  1294. "url": "https://opencollective.com/popperjs"
  1295. }
  1296. },
  1297. "node_modules/@radix-ui/number": {
  1298. "version": "1.1.0",
  1299. "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.0.tgz",
  1300. "integrity": "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==",
  1301. "license": "MIT"
  1302. },
  1303. "node_modules/@radix-ui/primitive": {
  1304. "version": "1.1.1",
  1305. "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
  1306. "integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
  1307. "license": "MIT"
  1308. },
  1309. "node_modules/@radix-ui/react-accordion": {
  1310. "version": "1.2.3",
  1311. "resolved": "https://registry.npmjs.org/@radix-ui/react-accordion/-/react-accordion-1.2.3.tgz",
  1312. "integrity": "sha512-RIQ15mrcvqIkDARJeERSuXSry2N8uYnxkdDetpfmalT/+0ntOXLkFOsh9iwlAsCv+qcmhZjbdJogIm6WBa6c4A==",
  1313. "license": "MIT",
  1314. "dependencies": {
  1315. "@radix-ui/primitive": "1.1.1",
  1316. "@radix-ui/react-collapsible": "1.1.3",
  1317. "@radix-ui/react-collection": "1.1.2",
  1318. "@radix-ui/react-compose-refs": "1.1.1",
  1319. "@radix-ui/react-context": "1.1.1",
  1320. "@radix-ui/react-direction": "1.1.0",
  1321. "@radix-ui/react-id": "1.1.0",
  1322. "@radix-ui/react-primitive": "2.0.2",
  1323. "@radix-ui/react-use-controllable-state": "1.1.0"
  1324. },
  1325. "peerDependencies": {
  1326. "@types/react": "*",
  1327. "@types/react-dom": "*",
  1328. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1329. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1330. },
  1331. "peerDependenciesMeta": {
  1332. "@types/react": {
  1333. "optional": true
  1334. },
  1335. "@types/react-dom": {
  1336. "optional": true
  1337. }
  1338. }
  1339. },
  1340. "node_modules/@radix-ui/react-alert-dialog": {
  1341. "version": "1.1.6",
  1342. "resolved": "https://registry.npmjs.org/@radix-ui/react-alert-dialog/-/react-alert-dialog-1.1.6.tgz",
  1343. "integrity": "sha512-p4XnPqgej8sZAAReCAKgz1REYZEBLR8hU9Pg27wFnCWIMc8g1ccCs0FjBcy05V15VTu8pAePw/VDYeOm/uZ6yQ==",
  1344. "license": "MIT",
  1345. "dependencies": {
  1346. "@radix-ui/primitive": "1.1.1",
  1347. "@radix-ui/react-compose-refs": "1.1.1",
  1348. "@radix-ui/react-context": "1.1.1",
  1349. "@radix-ui/react-dialog": "1.1.6",
  1350. "@radix-ui/react-primitive": "2.0.2",
  1351. "@radix-ui/react-slot": "1.1.2"
  1352. },
  1353. "peerDependencies": {
  1354. "@types/react": "*",
  1355. "@types/react-dom": "*",
  1356. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1357. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1358. },
  1359. "peerDependenciesMeta": {
  1360. "@types/react": {
  1361. "optional": true
  1362. },
  1363. "@types/react-dom": {
  1364. "optional": true
  1365. }
  1366. }
  1367. },
  1368. "node_modules/@radix-ui/react-arrow": {
  1369. "version": "1.1.2",
  1370. "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.2.tgz",
  1371. "integrity": "sha512-G+KcpzXHq24iH0uGG/pF8LyzpFJYGD4RfLjCIBfGdSLXvjLHST31RUiRVrupIBMvIppMgSzQ6l66iAxl03tdlg==",
  1372. "license": "MIT",
  1373. "dependencies": {
  1374. "@radix-ui/react-primitive": "2.0.2"
  1375. },
  1376. "peerDependencies": {
  1377. "@types/react": "*",
  1378. "@types/react-dom": "*",
  1379. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1380. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1381. },
  1382. "peerDependenciesMeta": {
  1383. "@types/react": {
  1384. "optional": true
  1385. },
  1386. "@types/react-dom": {
  1387. "optional": true
  1388. }
  1389. }
  1390. },
  1391. "node_modules/@radix-ui/react-aspect-ratio": {
  1392. "version": "1.1.2",
  1393. "resolved": "https://registry.npmjs.org/@radix-ui/react-aspect-ratio/-/react-aspect-ratio-1.1.2.tgz",
  1394. "integrity": "sha512-TaJxYoCpxJ7vfEkv2PTNox/6zzmpKXT6ewvCuf2tTOIVN45/Jahhlld29Yw4pciOXS2Xq91/rSGEdmEnUWZCqA==",
  1395. "license": "MIT",
  1396. "dependencies": {
  1397. "@radix-ui/react-primitive": "2.0.2"
  1398. },
  1399. "peerDependencies": {
  1400. "@types/react": "*",
  1401. "@types/react-dom": "*",
  1402. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1403. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1404. },
  1405. "peerDependenciesMeta": {
  1406. "@types/react": {
  1407. "optional": true
  1408. },
  1409. "@types/react-dom": {
  1410. "optional": true
  1411. }
  1412. }
  1413. },
  1414. "node_modules/@radix-ui/react-avatar": {
  1415. "version": "1.1.3",
  1416. "resolved": "https://registry.npmjs.org/@radix-ui/react-avatar/-/react-avatar-1.1.3.tgz",
  1417. "integrity": "sha512-Paen00T4P8L8gd9bNsRMw7Cbaz85oxiv+hzomsRZgFm2byltPFDtfcoqlWJ8GyZlIBWgLssJlzLCnKU0G0302g==",
  1418. "license": "MIT",
  1419. "dependencies": {
  1420. "@radix-ui/react-context": "1.1.1",
  1421. "@radix-ui/react-primitive": "2.0.2",
  1422. "@radix-ui/react-use-callback-ref": "1.1.0",
  1423. "@radix-ui/react-use-layout-effect": "1.1.0"
  1424. },
  1425. "peerDependencies": {
  1426. "@types/react": "*",
  1427. "@types/react-dom": "*",
  1428. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1429. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1430. },
  1431. "peerDependenciesMeta": {
  1432. "@types/react": {
  1433. "optional": true
  1434. },
  1435. "@types/react-dom": {
  1436. "optional": true
  1437. }
  1438. }
  1439. },
  1440. "node_modules/@radix-ui/react-checkbox": {
  1441. "version": "1.1.4",
  1442. "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.1.4.tgz",
  1443. "integrity": "sha512-wP0CPAHq+P5I4INKe3hJrIa1WoNqqrejzW+zoU0rOvo1b9gDEJJFl2rYfO1PYJUQCc2H1WZxIJmyv9BS8i5fLw==",
  1444. "license": "MIT",
  1445. "dependencies": {
  1446. "@radix-ui/primitive": "1.1.1",
  1447. "@radix-ui/react-compose-refs": "1.1.1",
  1448. "@radix-ui/react-context": "1.1.1",
  1449. "@radix-ui/react-presence": "1.1.2",
  1450. "@radix-ui/react-primitive": "2.0.2",
  1451. "@radix-ui/react-use-controllable-state": "1.1.0",
  1452. "@radix-ui/react-use-previous": "1.1.0",
  1453. "@radix-ui/react-use-size": "1.1.0"
  1454. },
  1455. "peerDependencies": {
  1456. "@types/react": "*",
  1457. "@types/react-dom": "*",
  1458. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1459. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1460. },
  1461. "peerDependenciesMeta": {
  1462. "@types/react": {
  1463. "optional": true
  1464. },
  1465. "@types/react-dom": {
  1466. "optional": true
  1467. }
  1468. }
  1469. },
  1470. "node_modules/@radix-ui/react-collapsible": {
  1471. "version": "1.1.3",
  1472. "resolved": "https://registry.npmjs.org/@radix-ui/react-collapsible/-/react-collapsible-1.1.3.tgz",
  1473. "integrity": "sha512-jFSerheto1X03MUC0g6R7LedNW9EEGWdg9W1+MlpkMLwGkgkbUXLPBH/KIuWKXUoeYRVY11llqbTBDzuLg7qrw==",
  1474. "license": "MIT",
  1475. "dependencies": {
  1476. "@radix-ui/primitive": "1.1.1",
  1477. "@radix-ui/react-compose-refs": "1.1.1",
  1478. "@radix-ui/react-context": "1.1.1",
  1479. "@radix-ui/react-id": "1.1.0",
  1480. "@radix-ui/react-presence": "1.1.2",
  1481. "@radix-ui/react-primitive": "2.0.2",
  1482. "@radix-ui/react-use-controllable-state": "1.1.0",
  1483. "@radix-ui/react-use-layout-effect": "1.1.0"
  1484. },
  1485. "peerDependencies": {
  1486. "@types/react": "*",
  1487. "@types/react-dom": "*",
  1488. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1489. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1490. },
  1491. "peerDependenciesMeta": {
  1492. "@types/react": {
  1493. "optional": true
  1494. },
  1495. "@types/react-dom": {
  1496. "optional": true
  1497. }
  1498. }
  1499. },
  1500. "node_modules/@radix-ui/react-collection": {
  1501. "version": "1.1.2",
  1502. "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.2.tgz",
  1503. "integrity": "sha512-9z54IEKRxIa9VityapoEYMuByaG42iSy1ZXlY2KcuLSEtq8x4987/N6m15ppoMffgZX72gER2uHe1D9Y6Unlcw==",
  1504. "license": "MIT",
  1505. "dependencies": {
  1506. "@radix-ui/react-compose-refs": "1.1.1",
  1507. "@radix-ui/react-context": "1.1.1",
  1508. "@radix-ui/react-primitive": "2.0.2",
  1509. "@radix-ui/react-slot": "1.1.2"
  1510. },
  1511. "peerDependencies": {
  1512. "@types/react": "*",
  1513. "@types/react-dom": "*",
  1514. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1515. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1516. },
  1517. "peerDependenciesMeta": {
  1518. "@types/react": {
  1519. "optional": true
  1520. },
  1521. "@types/react-dom": {
  1522. "optional": true
  1523. }
  1524. }
  1525. },
  1526. "node_modules/@radix-ui/react-compose-refs": {
  1527. "version": "1.1.1",
  1528. "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
  1529. "integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
  1530. "license": "MIT",
  1531. "peerDependencies": {
  1532. "@types/react": "*",
  1533. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1534. },
  1535. "peerDependenciesMeta": {
  1536. "@types/react": {
  1537. "optional": true
  1538. }
  1539. }
  1540. },
  1541. "node_modules/@radix-ui/react-context": {
  1542. "version": "1.1.1",
  1543. "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
  1544. "integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
  1545. "license": "MIT",
  1546. "peerDependencies": {
  1547. "@types/react": "*",
  1548. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1549. },
  1550. "peerDependenciesMeta": {
  1551. "@types/react": {
  1552. "optional": true
  1553. }
  1554. }
  1555. },
  1556. "node_modules/@radix-ui/react-context-menu": {
  1557. "version": "2.2.6",
  1558. "resolved": "https://registry.npmjs.org/@radix-ui/react-context-menu/-/react-context-menu-2.2.6.tgz",
  1559. "integrity": "sha512-aUP99QZ3VU84NPsHeaFt4cQUNgJqFsLLOt/RbbWXszZ6MP0DpDyjkFZORr4RpAEx3sUBk+Kc8h13yGtC5Qw8dg==",
  1560. "license": "MIT",
  1561. "dependencies": {
  1562. "@radix-ui/primitive": "1.1.1",
  1563. "@radix-ui/react-context": "1.1.1",
  1564. "@radix-ui/react-menu": "2.1.6",
  1565. "@radix-ui/react-primitive": "2.0.2",
  1566. "@radix-ui/react-use-callback-ref": "1.1.0",
  1567. "@radix-ui/react-use-controllable-state": "1.1.0"
  1568. },
  1569. "peerDependencies": {
  1570. "@types/react": "*",
  1571. "@types/react-dom": "*",
  1572. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1573. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1574. },
  1575. "peerDependenciesMeta": {
  1576. "@types/react": {
  1577. "optional": true
  1578. },
  1579. "@types/react-dom": {
  1580. "optional": true
  1581. }
  1582. }
  1583. },
  1584. "node_modules/@radix-ui/react-dialog": {
  1585. "version": "1.1.6",
  1586. "resolved": "https://registry.npmjs.org/@radix-ui/react-dialog/-/react-dialog-1.1.6.tgz",
  1587. "integrity": "sha512-/IVhJV5AceX620DUJ4uYVMymzsipdKBzo3edo+omeskCKGm9FRHM0ebIdbPnlQVJqyuHbuBltQUOG2mOTq2IYw==",
  1588. "license": "MIT",
  1589. "dependencies": {
  1590. "@radix-ui/primitive": "1.1.1",
  1591. "@radix-ui/react-compose-refs": "1.1.1",
  1592. "@radix-ui/react-context": "1.1.1",
  1593. "@radix-ui/react-dismissable-layer": "1.1.5",
  1594. "@radix-ui/react-focus-guards": "1.1.1",
  1595. "@radix-ui/react-focus-scope": "1.1.2",
  1596. "@radix-ui/react-id": "1.1.0",
  1597. "@radix-ui/react-portal": "1.1.4",
  1598. "@radix-ui/react-presence": "1.1.2",
  1599. "@radix-ui/react-primitive": "2.0.2",
  1600. "@radix-ui/react-slot": "1.1.2",
  1601. "@radix-ui/react-use-controllable-state": "1.1.0",
  1602. "aria-hidden": "^1.2.4",
  1603. "react-remove-scroll": "^2.6.3"
  1604. },
  1605. "peerDependencies": {
  1606. "@types/react": "*",
  1607. "@types/react-dom": "*",
  1608. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1609. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1610. },
  1611. "peerDependenciesMeta": {
  1612. "@types/react": {
  1613. "optional": true
  1614. },
  1615. "@types/react-dom": {
  1616. "optional": true
  1617. }
  1618. }
  1619. },
  1620. "node_modules/@radix-ui/react-direction": {
  1621. "version": "1.1.0",
  1622. "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
  1623. "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
  1624. "license": "MIT",
  1625. "peerDependencies": {
  1626. "@types/react": "*",
  1627. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1628. },
  1629. "peerDependenciesMeta": {
  1630. "@types/react": {
  1631. "optional": true
  1632. }
  1633. }
  1634. },
  1635. "node_modules/@radix-ui/react-dismissable-layer": {
  1636. "version": "1.1.5",
  1637. "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.5.tgz",
  1638. "integrity": "sha512-E4TywXY6UsXNRhFrECa5HAvE5/4BFcGyfTyK36gP+pAW1ed7UTK4vKwdr53gAJYwqbfCWC6ATvJa3J3R/9+Qrg==",
  1639. "license": "MIT",
  1640. "dependencies": {
  1641. "@radix-ui/primitive": "1.1.1",
  1642. "@radix-ui/react-compose-refs": "1.1.1",
  1643. "@radix-ui/react-primitive": "2.0.2",
  1644. "@radix-ui/react-use-callback-ref": "1.1.0",
  1645. "@radix-ui/react-use-escape-keydown": "1.1.0"
  1646. },
  1647. "peerDependencies": {
  1648. "@types/react": "*",
  1649. "@types/react-dom": "*",
  1650. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1651. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1652. },
  1653. "peerDependenciesMeta": {
  1654. "@types/react": {
  1655. "optional": true
  1656. },
  1657. "@types/react-dom": {
  1658. "optional": true
  1659. }
  1660. }
  1661. },
  1662. "node_modules/@radix-ui/react-dropdown-menu": {
  1663. "version": "2.1.6",
  1664. "resolved": "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.1.6.tgz",
  1665. "integrity": "sha512-no3X7V5fD487wab/ZYSHXq3H37u4NVeLDKI/Ks724X/eEFSSEFYZxWgsIlr1UBeEyDaM29HM5x9p1Nv8DuTYPA==",
  1666. "license": "MIT",
  1667. "dependencies": {
  1668. "@radix-ui/primitive": "1.1.1",
  1669. "@radix-ui/react-compose-refs": "1.1.1",
  1670. "@radix-ui/react-context": "1.1.1",
  1671. "@radix-ui/react-id": "1.1.0",
  1672. "@radix-ui/react-menu": "2.1.6",
  1673. "@radix-ui/react-primitive": "2.0.2",
  1674. "@radix-ui/react-use-controllable-state": "1.1.0"
  1675. },
  1676. "peerDependencies": {
  1677. "@types/react": "*",
  1678. "@types/react-dom": "*",
  1679. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1680. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1681. },
  1682. "peerDependenciesMeta": {
  1683. "@types/react": {
  1684. "optional": true
  1685. },
  1686. "@types/react-dom": {
  1687. "optional": true
  1688. }
  1689. }
  1690. },
  1691. "node_modules/@radix-ui/react-focus-guards": {
  1692. "version": "1.1.1",
  1693. "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz",
  1694. "integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==",
  1695. "license": "MIT",
  1696. "peerDependencies": {
  1697. "@types/react": "*",
  1698. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1699. },
  1700. "peerDependenciesMeta": {
  1701. "@types/react": {
  1702. "optional": true
  1703. }
  1704. }
  1705. },
  1706. "node_modules/@radix-ui/react-focus-scope": {
  1707. "version": "1.1.2",
  1708. "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.2.tgz",
  1709. "integrity": "sha512-zxwE80FCU7lcXUGWkdt6XpTTCKPitG1XKOwViTxHVKIJhZl9MvIl2dVHeZENCWD9+EdWv05wlaEkRXUykU27RA==",
  1710. "license": "MIT",
  1711. "dependencies": {
  1712. "@radix-ui/react-compose-refs": "1.1.1",
  1713. "@radix-ui/react-primitive": "2.0.2",
  1714. "@radix-ui/react-use-callback-ref": "1.1.0"
  1715. },
  1716. "peerDependencies": {
  1717. "@types/react": "*",
  1718. "@types/react-dom": "*",
  1719. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1720. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1721. },
  1722. "peerDependenciesMeta": {
  1723. "@types/react": {
  1724. "optional": true
  1725. },
  1726. "@types/react-dom": {
  1727. "optional": true
  1728. }
  1729. }
  1730. },
  1731. "node_modules/@radix-ui/react-hover-card": {
  1732. "version": "1.1.6",
  1733. "resolved": "https://registry.npmjs.org/@radix-ui/react-hover-card/-/react-hover-card-1.1.6.tgz",
  1734. "integrity": "sha512-E4ozl35jq0VRlrdc4dhHrNSV0JqBb4Jy73WAhBEK7JoYnQ83ED5r0Rb/XdVKw89ReAJN38N492BAPBZQ57VmqQ==",
  1735. "license": "MIT",
  1736. "dependencies": {
  1737. "@radix-ui/primitive": "1.1.1",
  1738. "@radix-ui/react-compose-refs": "1.1.1",
  1739. "@radix-ui/react-context": "1.1.1",
  1740. "@radix-ui/react-dismissable-layer": "1.1.5",
  1741. "@radix-ui/react-popper": "1.2.2",
  1742. "@radix-ui/react-portal": "1.1.4",
  1743. "@radix-ui/react-presence": "1.1.2",
  1744. "@radix-ui/react-primitive": "2.0.2",
  1745. "@radix-ui/react-use-controllable-state": "1.1.0"
  1746. },
  1747. "peerDependencies": {
  1748. "@types/react": "*",
  1749. "@types/react-dom": "*",
  1750. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1751. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1752. },
  1753. "peerDependenciesMeta": {
  1754. "@types/react": {
  1755. "optional": true
  1756. },
  1757. "@types/react-dom": {
  1758. "optional": true
  1759. }
  1760. }
  1761. },
  1762. "node_modules/@radix-ui/react-id": {
  1763. "version": "1.1.0",
  1764. "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
  1765. "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
  1766. "license": "MIT",
  1767. "dependencies": {
  1768. "@radix-ui/react-use-layout-effect": "1.1.0"
  1769. },
  1770. "peerDependencies": {
  1771. "@types/react": "*",
  1772. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1773. },
  1774. "peerDependenciesMeta": {
  1775. "@types/react": {
  1776. "optional": true
  1777. }
  1778. }
  1779. },
  1780. "node_modules/@radix-ui/react-label": {
  1781. "version": "2.1.2",
  1782. "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-2.1.2.tgz",
  1783. "integrity": "sha512-zo1uGMTaNlHehDyFQcDZXRJhUPDuukcnHz0/jnrup0JA6qL+AFpAnty+7VKa9esuU5xTblAZzTGYJKSKaBxBhw==",
  1784. "license": "MIT",
  1785. "dependencies": {
  1786. "@radix-ui/react-primitive": "2.0.2"
  1787. },
  1788. "peerDependencies": {
  1789. "@types/react": "*",
  1790. "@types/react-dom": "*",
  1791. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1792. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1793. },
  1794. "peerDependenciesMeta": {
  1795. "@types/react": {
  1796. "optional": true
  1797. },
  1798. "@types/react-dom": {
  1799. "optional": true
  1800. }
  1801. }
  1802. },
  1803. "node_modules/@radix-ui/react-menu": {
  1804. "version": "2.1.6",
  1805. "resolved": "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.1.6.tgz",
  1806. "integrity": "sha512-tBBb5CXDJW3t2mo9WlO7r6GTmWV0F0uzHZVFmlRmYpiSK1CDU5IKojP1pm7oknpBOrFZx/YgBRW9oorPO2S/Lg==",
  1807. "license": "MIT",
  1808. "dependencies": {
  1809. "@radix-ui/primitive": "1.1.1",
  1810. "@radix-ui/react-collection": "1.1.2",
  1811. "@radix-ui/react-compose-refs": "1.1.1",
  1812. "@radix-ui/react-context": "1.1.1",
  1813. "@radix-ui/react-direction": "1.1.0",
  1814. "@radix-ui/react-dismissable-layer": "1.1.5",
  1815. "@radix-ui/react-focus-guards": "1.1.1",
  1816. "@radix-ui/react-focus-scope": "1.1.2",
  1817. "@radix-ui/react-id": "1.1.0",
  1818. "@radix-ui/react-popper": "1.2.2",
  1819. "@radix-ui/react-portal": "1.1.4",
  1820. "@radix-ui/react-presence": "1.1.2",
  1821. "@radix-ui/react-primitive": "2.0.2",
  1822. "@radix-ui/react-roving-focus": "1.1.2",
  1823. "@radix-ui/react-slot": "1.1.2",
  1824. "@radix-ui/react-use-callback-ref": "1.1.0",
  1825. "aria-hidden": "^1.2.4",
  1826. "react-remove-scroll": "^2.6.3"
  1827. },
  1828. "peerDependencies": {
  1829. "@types/react": "*",
  1830. "@types/react-dom": "*",
  1831. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1832. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1833. },
  1834. "peerDependenciesMeta": {
  1835. "@types/react": {
  1836. "optional": true
  1837. },
  1838. "@types/react-dom": {
  1839. "optional": true
  1840. }
  1841. }
  1842. },
  1843. "node_modules/@radix-ui/react-menubar": {
  1844. "version": "1.1.6",
  1845. "resolved": "https://registry.npmjs.org/@radix-ui/react-menubar/-/react-menubar-1.1.6.tgz",
  1846. "integrity": "sha512-FHq7+3DlXwh/7FOM4i0G4bC4vPjiq89VEEvNF4VMLchGnaUuUbE5uKXMUCjdKaOghEEMeiKa5XCa2Pk4kteWmg==",
  1847. "license": "MIT",
  1848. "dependencies": {
  1849. "@radix-ui/primitive": "1.1.1",
  1850. "@radix-ui/react-collection": "1.1.2",
  1851. "@radix-ui/react-compose-refs": "1.1.1",
  1852. "@radix-ui/react-context": "1.1.1",
  1853. "@radix-ui/react-direction": "1.1.0",
  1854. "@radix-ui/react-id": "1.1.0",
  1855. "@radix-ui/react-menu": "2.1.6",
  1856. "@radix-ui/react-primitive": "2.0.2",
  1857. "@radix-ui/react-roving-focus": "1.1.2",
  1858. "@radix-ui/react-use-controllable-state": "1.1.0"
  1859. },
  1860. "peerDependencies": {
  1861. "@types/react": "*",
  1862. "@types/react-dom": "*",
  1863. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1864. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1865. },
  1866. "peerDependenciesMeta": {
  1867. "@types/react": {
  1868. "optional": true
  1869. },
  1870. "@types/react-dom": {
  1871. "optional": true
  1872. }
  1873. }
  1874. },
  1875. "node_modules/@radix-ui/react-navigation-menu": {
  1876. "version": "1.2.5",
  1877. "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.5.tgz",
  1878. "integrity": "sha512-myMHHQUZ3ZLTi8W381/Vu43Ia0NqakkQZ2vzynMmTUtQQ9kNkjzhOwkZC9TAM5R07OZUVIQyHC06f/9JZJpvvA==",
  1879. "license": "MIT",
  1880. "dependencies": {
  1881. "@radix-ui/primitive": "1.1.1",
  1882. "@radix-ui/react-collection": "1.1.2",
  1883. "@radix-ui/react-compose-refs": "1.1.1",
  1884. "@radix-ui/react-context": "1.1.1",
  1885. "@radix-ui/react-direction": "1.1.0",
  1886. "@radix-ui/react-dismissable-layer": "1.1.5",
  1887. "@radix-ui/react-id": "1.1.0",
  1888. "@radix-ui/react-presence": "1.1.2",
  1889. "@radix-ui/react-primitive": "2.0.2",
  1890. "@radix-ui/react-use-callback-ref": "1.1.0",
  1891. "@radix-ui/react-use-controllable-state": "1.1.0",
  1892. "@radix-ui/react-use-layout-effect": "1.1.0",
  1893. "@radix-ui/react-use-previous": "1.1.0",
  1894. "@radix-ui/react-visually-hidden": "1.1.2"
  1895. },
  1896. "peerDependencies": {
  1897. "@types/react": "*",
  1898. "@types/react-dom": "*",
  1899. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1900. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1901. },
  1902. "peerDependenciesMeta": {
  1903. "@types/react": {
  1904. "optional": true
  1905. },
  1906. "@types/react-dom": {
  1907. "optional": true
  1908. }
  1909. }
  1910. },
  1911. "node_modules/@radix-ui/react-popover": {
  1912. "version": "1.1.6",
  1913. "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.1.6.tgz",
  1914. "integrity": "sha512-NQouW0x4/GnkFJ/pRqsIS3rM/k97VzKnVb2jB7Gq7VEGPy5g7uNV1ykySFt7eWSp3i2uSGFwaJcvIRJBAHmmFg==",
  1915. "license": "MIT",
  1916. "dependencies": {
  1917. "@radix-ui/primitive": "1.1.1",
  1918. "@radix-ui/react-compose-refs": "1.1.1",
  1919. "@radix-ui/react-context": "1.1.1",
  1920. "@radix-ui/react-dismissable-layer": "1.1.5",
  1921. "@radix-ui/react-focus-guards": "1.1.1",
  1922. "@radix-ui/react-focus-scope": "1.1.2",
  1923. "@radix-ui/react-id": "1.1.0",
  1924. "@radix-ui/react-popper": "1.2.2",
  1925. "@radix-ui/react-portal": "1.1.4",
  1926. "@radix-ui/react-presence": "1.1.2",
  1927. "@radix-ui/react-primitive": "2.0.2",
  1928. "@radix-ui/react-slot": "1.1.2",
  1929. "@radix-ui/react-use-controllable-state": "1.1.0",
  1930. "aria-hidden": "^1.2.4",
  1931. "react-remove-scroll": "^2.6.3"
  1932. },
  1933. "peerDependencies": {
  1934. "@types/react": "*",
  1935. "@types/react-dom": "*",
  1936. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1937. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1938. },
  1939. "peerDependenciesMeta": {
  1940. "@types/react": {
  1941. "optional": true
  1942. },
  1943. "@types/react-dom": {
  1944. "optional": true
  1945. }
  1946. }
  1947. },
  1948. "node_modules/@radix-ui/react-popper": {
  1949. "version": "1.2.2",
  1950. "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.2.tgz",
  1951. "integrity": "sha512-Rvqc3nOpwseCyj/rgjlJDYAgyfw7OC1tTkKn2ivhaMGcYt8FSBlahHOZak2i3QwkRXUXgGgzeEe2RuqeEHuHgA==",
  1952. "license": "MIT",
  1953. "dependencies": {
  1954. "@floating-ui/react-dom": "^2.0.0",
  1955. "@radix-ui/react-arrow": "1.1.2",
  1956. "@radix-ui/react-compose-refs": "1.1.1",
  1957. "@radix-ui/react-context": "1.1.1",
  1958. "@radix-ui/react-primitive": "2.0.2",
  1959. "@radix-ui/react-use-callback-ref": "1.1.0",
  1960. "@radix-ui/react-use-layout-effect": "1.1.0",
  1961. "@radix-ui/react-use-rect": "1.1.0",
  1962. "@radix-ui/react-use-size": "1.1.0",
  1963. "@radix-ui/rect": "1.1.0"
  1964. },
  1965. "peerDependencies": {
  1966. "@types/react": "*",
  1967. "@types/react-dom": "*",
  1968. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1969. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1970. },
  1971. "peerDependenciesMeta": {
  1972. "@types/react": {
  1973. "optional": true
  1974. },
  1975. "@types/react-dom": {
  1976. "optional": true
  1977. }
  1978. }
  1979. },
  1980. "node_modules/@radix-ui/react-portal": {
  1981. "version": "1.1.4",
  1982. "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.4.tgz",
  1983. "integrity": "sha512-sn2O9k1rPFYVyKd5LAJfo96JlSGVFpa1fS6UuBJfrZadudiw5tAmru+n1x7aMRQ84qDM71Zh1+SzK5QwU0tJfA==",
  1984. "license": "MIT",
  1985. "dependencies": {
  1986. "@radix-ui/react-primitive": "2.0.2",
  1987. "@radix-ui/react-use-layout-effect": "1.1.0"
  1988. },
  1989. "peerDependencies": {
  1990. "@types/react": "*",
  1991. "@types/react-dom": "*",
  1992. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  1993. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  1994. },
  1995. "peerDependenciesMeta": {
  1996. "@types/react": {
  1997. "optional": true
  1998. },
  1999. "@types/react-dom": {
  2000. "optional": true
  2001. }
  2002. }
  2003. },
  2004. "node_modules/@radix-ui/react-presence": {
  2005. "version": "1.1.2",
  2006. "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.2.tgz",
  2007. "integrity": "sha512-18TFr80t5EVgL9x1SwF/YGtfG+l0BS0PRAlCWBDoBEiDQjeKgnNZRVJp/oVBl24sr3Gbfwc/Qpj4OcWTQMsAEg==",
  2008. "license": "MIT",
  2009. "dependencies": {
  2010. "@radix-ui/react-compose-refs": "1.1.1",
  2011. "@radix-ui/react-use-layout-effect": "1.1.0"
  2012. },
  2013. "peerDependencies": {
  2014. "@types/react": "*",
  2015. "@types/react-dom": "*",
  2016. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2017. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2018. },
  2019. "peerDependenciesMeta": {
  2020. "@types/react": {
  2021. "optional": true
  2022. },
  2023. "@types/react-dom": {
  2024. "optional": true
  2025. }
  2026. }
  2027. },
  2028. "node_modules/@radix-ui/react-primitive": {
  2029. "version": "2.0.2",
  2030. "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.2.tgz",
  2031. "integrity": "sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==",
  2032. "license": "MIT",
  2033. "dependencies": {
  2034. "@radix-ui/react-slot": "1.1.2"
  2035. },
  2036. "peerDependencies": {
  2037. "@types/react": "*",
  2038. "@types/react-dom": "*",
  2039. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2040. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2041. },
  2042. "peerDependenciesMeta": {
  2043. "@types/react": {
  2044. "optional": true
  2045. },
  2046. "@types/react-dom": {
  2047. "optional": true
  2048. }
  2049. }
  2050. },
  2051. "node_modules/@radix-ui/react-progress": {
  2052. "version": "1.1.2",
  2053. "resolved": "https://registry.npmjs.org/@radix-ui/react-progress/-/react-progress-1.1.2.tgz",
  2054. "integrity": "sha512-u1IgJFQ4zNAUTjGdDL5dcl/U8ntOR6jsnhxKb5RKp5Ozwl88xKR9EqRZOe/Mk8tnx0x5tNUe2F+MzsyjqMg0MA==",
  2055. "license": "MIT",
  2056. "dependencies": {
  2057. "@radix-ui/react-context": "1.1.1",
  2058. "@radix-ui/react-primitive": "2.0.2"
  2059. },
  2060. "peerDependencies": {
  2061. "@types/react": "*",
  2062. "@types/react-dom": "*",
  2063. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2064. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2065. },
  2066. "peerDependenciesMeta": {
  2067. "@types/react": {
  2068. "optional": true
  2069. },
  2070. "@types/react-dom": {
  2071. "optional": true
  2072. }
  2073. }
  2074. },
  2075. "node_modules/@radix-ui/react-radio-group": {
  2076. "version": "1.2.3",
  2077. "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.2.3.tgz",
  2078. "integrity": "sha512-xtCsqt8Rp09FK50ItqEqTJ7Sxanz8EM8dnkVIhJrc/wkMMomSmXHvYbhv3E7Zx4oXh98aaLt9W679SUYXg4IDA==",
  2079. "license": "MIT",
  2080. "dependencies": {
  2081. "@radix-ui/primitive": "1.1.1",
  2082. "@radix-ui/react-compose-refs": "1.1.1",
  2083. "@radix-ui/react-context": "1.1.1",
  2084. "@radix-ui/react-direction": "1.1.0",
  2085. "@radix-ui/react-presence": "1.1.2",
  2086. "@radix-ui/react-primitive": "2.0.2",
  2087. "@radix-ui/react-roving-focus": "1.1.2",
  2088. "@radix-ui/react-use-controllable-state": "1.1.0",
  2089. "@radix-ui/react-use-previous": "1.1.0",
  2090. "@radix-ui/react-use-size": "1.1.0"
  2091. },
  2092. "peerDependencies": {
  2093. "@types/react": "*",
  2094. "@types/react-dom": "*",
  2095. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2096. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2097. },
  2098. "peerDependenciesMeta": {
  2099. "@types/react": {
  2100. "optional": true
  2101. },
  2102. "@types/react-dom": {
  2103. "optional": true
  2104. }
  2105. }
  2106. },
  2107. "node_modules/@radix-ui/react-roving-focus": {
  2108. "version": "1.1.2",
  2109. "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.1.2.tgz",
  2110. "integrity": "sha512-zgMQWkNO169GtGqRvYrzb0Zf8NhMHS2DuEB/TiEmVnpr5OqPU3i8lfbxaAmC2J/KYuIQxyoQQ6DxepyXp61/xw==",
  2111. "license": "MIT",
  2112. "dependencies": {
  2113. "@radix-ui/primitive": "1.1.1",
  2114. "@radix-ui/react-collection": "1.1.2",
  2115. "@radix-ui/react-compose-refs": "1.1.1",
  2116. "@radix-ui/react-context": "1.1.1",
  2117. "@radix-ui/react-direction": "1.1.0",
  2118. "@radix-ui/react-id": "1.1.0",
  2119. "@radix-ui/react-primitive": "2.0.2",
  2120. "@radix-ui/react-use-callback-ref": "1.1.0",
  2121. "@radix-ui/react-use-controllable-state": "1.1.0"
  2122. },
  2123. "peerDependencies": {
  2124. "@types/react": "*",
  2125. "@types/react-dom": "*",
  2126. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2127. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2128. },
  2129. "peerDependenciesMeta": {
  2130. "@types/react": {
  2131. "optional": true
  2132. },
  2133. "@types/react-dom": {
  2134. "optional": true
  2135. }
  2136. }
  2137. },
  2138. "node_modules/@radix-ui/react-scroll-area": {
  2139. "version": "1.2.3",
  2140. "resolved": "https://registry.npmjs.org/@radix-ui/react-scroll-area/-/react-scroll-area-1.2.3.tgz",
  2141. "integrity": "sha512-l7+NNBfBYYJa9tNqVcP2AGvxdE3lmE6kFTBXdvHgUaZuy+4wGCL1Cl2AfaR7RKyimj7lZURGLwFO59k4eBnDJQ==",
  2142. "license": "MIT",
  2143. "dependencies": {
  2144. "@radix-ui/number": "1.1.0",
  2145. "@radix-ui/primitive": "1.1.1",
  2146. "@radix-ui/react-compose-refs": "1.1.1",
  2147. "@radix-ui/react-context": "1.1.1",
  2148. "@radix-ui/react-direction": "1.1.0",
  2149. "@radix-ui/react-presence": "1.1.2",
  2150. "@radix-ui/react-primitive": "2.0.2",
  2151. "@radix-ui/react-use-callback-ref": "1.1.0",
  2152. "@radix-ui/react-use-layout-effect": "1.1.0"
  2153. },
  2154. "peerDependencies": {
  2155. "@types/react": "*",
  2156. "@types/react-dom": "*",
  2157. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2158. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2159. },
  2160. "peerDependenciesMeta": {
  2161. "@types/react": {
  2162. "optional": true
  2163. },
  2164. "@types/react-dom": {
  2165. "optional": true
  2166. }
  2167. }
  2168. },
  2169. "node_modules/@radix-ui/react-select": {
  2170. "version": "2.1.6",
  2171. "resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.6.tgz",
  2172. "integrity": "sha512-T6ajELxRvTuAMWH0YmRJ1qez+x4/7Nq7QIx7zJ0VK3qaEWdnWpNbEDnmWldG1zBDwqrLy5aLMUWcoGirVj5kMg==",
  2173. "license": "MIT",
  2174. "dependencies": {
  2175. "@radix-ui/number": "1.1.0",
  2176. "@radix-ui/primitive": "1.1.1",
  2177. "@radix-ui/react-collection": "1.1.2",
  2178. "@radix-ui/react-compose-refs": "1.1.1",
  2179. "@radix-ui/react-context": "1.1.1",
  2180. "@radix-ui/react-direction": "1.1.0",
  2181. "@radix-ui/react-dismissable-layer": "1.1.5",
  2182. "@radix-ui/react-focus-guards": "1.1.1",
  2183. "@radix-ui/react-focus-scope": "1.1.2",
  2184. "@radix-ui/react-id": "1.1.0",
  2185. "@radix-ui/react-popper": "1.2.2",
  2186. "@radix-ui/react-portal": "1.1.4",
  2187. "@radix-ui/react-primitive": "2.0.2",
  2188. "@radix-ui/react-slot": "1.1.2",
  2189. "@radix-ui/react-use-callback-ref": "1.1.0",
  2190. "@radix-ui/react-use-controllable-state": "1.1.0",
  2191. "@radix-ui/react-use-layout-effect": "1.1.0",
  2192. "@radix-ui/react-use-previous": "1.1.0",
  2193. "@radix-ui/react-visually-hidden": "1.1.2",
  2194. "aria-hidden": "^1.2.4",
  2195. "react-remove-scroll": "^2.6.3"
  2196. },
  2197. "peerDependencies": {
  2198. "@types/react": "*",
  2199. "@types/react-dom": "*",
  2200. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2201. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2202. },
  2203. "peerDependenciesMeta": {
  2204. "@types/react": {
  2205. "optional": true
  2206. },
  2207. "@types/react-dom": {
  2208. "optional": true
  2209. }
  2210. }
  2211. },
  2212. "node_modules/@radix-ui/react-separator": {
  2213. "version": "1.1.2",
  2214. "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.1.2.tgz",
  2215. "integrity": "sha512-oZfHcaAp2Y6KFBX6I5P1u7CQoy4lheCGiYj+pGFrHy8E/VNRb5E39TkTr3JrV520csPBTZjkuKFdEsjS5EUNKQ==",
  2216. "license": "MIT",
  2217. "dependencies": {
  2218. "@radix-ui/react-primitive": "2.0.2"
  2219. },
  2220. "peerDependencies": {
  2221. "@types/react": "*",
  2222. "@types/react-dom": "*",
  2223. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2224. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2225. },
  2226. "peerDependenciesMeta": {
  2227. "@types/react": {
  2228. "optional": true
  2229. },
  2230. "@types/react-dom": {
  2231. "optional": true
  2232. }
  2233. }
  2234. },
  2235. "node_modules/@radix-ui/react-slider": {
  2236. "version": "1.2.3",
  2237. "resolved": "https://registry.npmjs.org/@radix-ui/react-slider/-/react-slider-1.2.3.tgz",
  2238. "integrity": "sha512-nNrLAWLjGESnhqBqcCNW4w2nn7LxudyMzeB6VgdyAnFLC6kfQgnAjSL2v6UkQTnDctJBlxrmxfplWS4iYjdUTw==",
  2239. "license": "MIT",
  2240. "dependencies": {
  2241. "@radix-ui/number": "1.1.0",
  2242. "@radix-ui/primitive": "1.1.1",
  2243. "@radix-ui/react-collection": "1.1.2",
  2244. "@radix-ui/react-compose-refs": "1.1.1",
  2245. "@radix-ui/react-context": "1.1.1",
  2246. "@radix-ui/react-direction": "1.1.0",
  2247. "@radix-ui/react-primitive": "2.0.2",
  2248. "@radix-ui/react-use-controllable-state": "1.1.0",
  2249. "@radix-ui/react-use-layout-effect": "1.1.0",
  2250. "@radix-ui/react-use-previous": "1.1.0",
  2251. "@radix-ui/react-use-size": "1.1.0"
  2252. },
  2253. "peerDependencies": {
  2254. "@types/react": "*",
  2255. "@types/react-dom": "*",
  2256. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2257. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2258. },
  2259. "peerDependenciesMeta": {
  2260. "@types/react": {
  2261. "optional": true
  2262. },
  2263. "@types/react-dom": {
  2264. "optional": true
  2265. }
  2266. }
  2267. },
  2268. "node_modules/@radix-ui/react-slot": {
  2269. "version": "1.1.2",
  2270. "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.2.tgz",
  2271. "integrity": "sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==",
  2272. "license": "MIT",
  2273. "dependencies": {
  2274. "@radix-ui/react-compose-refs": "1.1.1"
  2275. },
  2276. "peerDependencies": {
  2277. "@types/react": "*",
  2278. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2279. },
  2280. "peerDependenciesMeta": {
  2281. "@types/react": {
  2282. "optional": true
  2283. }
  2284. }
  2285. },
  2286. "node_modules/@radix-ui/react-switch": {
  2287. "version": "1.1.3",
  2288. "resolved": "https://registry.npmjs.org/@radix-ui/react-switch/-/react-switch-1.1.3.tgz",
  2289. "integrity": "sha512-1nc+vjEOQkJVsJtWPSiISGT6OKm4SiOdjMo+/icLxo2G4vxz1GntC5MzfL4v8ey9OEfw787QCD1y3mUv0NiFEQ==",
  2290. "license": "MIT",
  2291. "dependencies": {
  2292. "@radix-ui/primitive": "1.1.1",
  2293. "@radix-ui/react-compose-refs": "1.1.1",
  2294. "@radix-ui/react-context": "1.1.1",
  2295. "@radix-ui/react-primitive": "2.0.2",
  2296. "@radix-ui/react-use-controllable-state": "1.1.0",
  2297. "@radix-ui/react-use-previous": "1.1.0",
  2298. "@radix-ui/react-use-size": "1.1.0"
  2299. },
  2300. "peerDependencies": {
  2301. "@types/react": "*",
  2302. "@types/react-dom": "*",
  2303. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2304. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2305. },
  2306. "peerDependenciesMeta": {
  2307. "@types/react": {
  2308. "optional": true
  2309. },
  2310. "@types/react-dom": {
  2311. "optional": true
  2312. }
  2313. }
  2314. },
  2315. "node_modules/@radix-ui/react-tabs": {
  2316. "version": "1.1.3",
  2317. "resolved": "https://registry.npmjs.org/@radix-ui/react-tabs/-/react-tabs-1.1.3.tgz",
  2318. "integrity": "sha512-9mFyI30cuRDImbmFF6O2KUJdgEOsGh9Vmx9x/Dh9tOhL7BngmQPQfwW4aejKm5OHpfWIdmeV6ySyuxoOGjtNng==",
  2319. "license": "MIT",
  2320. "dependencies": {
  2321. "@radix-ui/primitive": "1.1.1",
  2322. "@radix-ui/react-context": "1.1.1",
  2323. "@radix-ui/react-direction": "1.1.0",
  2324. "@radix-ui/react-id": "1.1.0",
  2325. "@radix-ui/react-presence": "1.1.2",
  2326. "@radix-ui/react-primitive": "2.0.2",
  2327. "@radix-ui/react-roving-focus": "1.1.2",
  2328. "@radix-ui/react-use-controllable-state": "1.1.0"
  2329. },
  2330. "peerDependencies": {
  2331. "@types/react": "*",
  2332. "@types/react-dom": "*",
  2333. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2334. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2335. },
  2336. "peerDependenciesMeta": {
  2337. "@types/react": {
  2338. "optional": true
  2339. },
  2340. "@types/react-dom": {
  2341. "optional": true
  2342. }
  2343. }
  2344. },
  2345. "node_modules/@radix-ui/react-toggle": {
  2346. "version": "1.1.2",
  2347. "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle/-/react-toggle-1.1.2.tgz",
  2348. "integrity": "sha512-lntKchNWx3aCHuWKiDY+8WudiegQvBpDRAYL8dKLRvKEH8VOpl0XX6SSU/bUBqIRJbcTy4+MW06Wv8vgp10rzQ==",
  2349. "license": "MIT",
  2350. "dependencies": {
  2351. "@radix-ui/primitive": "1.1.1",
  2352. "@radix-ui/react-primitive": "2.0.2",
  2353. "@radix-ui/react-use-controllable-state": "1.1.0"
  2354. },
  2355. "peerDependencies": {
  2356. "@types/react": "*",
  2357. "@types/react-dom": "*",
  2358. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2359. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2360. },
  2361. "peerDependenciesMeta": {
  2362. "@types/react": {
  2363. "optional": true
  2364. },
  2365. "@types/react-dom": {
  2366. "optional": true
  2367. }
  2368. }
  2369. },
  2370. "node_modules/@radix-ui/react-toggle-group": {
  2371. "version": "1.1.2",
  2372. "resolved": "https://registry.npmjs.org/@radix-ui/react-toggle-group/-/react-toggle-group-1.1.2.tgz",
  2373. "integrity": "sha512-JBm6s6aVG/nwuY5eadhU2zDi/IwYS0sDM5ZWb4nymv/hn3hZdkw+gENn0LP4iY1yCd7+bgJaCwueMYJIU3vk4A==",
  2374. "license": "MIT",
  2375. "dependencies": {
  2376. "@radix-ui/primitive": "1.1.1",
  2377. "@radix-ui/react-context": "1.1.1",
  2378. "@radix-ui/react-direction": "1.1.0",
  2379. "@radix-ui/react-primitive": "2.0.2",
  2380. "@radix-ui/react-roving-focus": "1.1.2",
  2381. "@radix-ui/react-toggle": "1.1.2",
  2382. "@radix-ui/react-use-controllable-state": "1.1.0"
  2383. },
  2384. "peerDependencies": {
  2385. "@types/react": "*",
  2386. "@types/react-dom": "*",
  2387. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2388. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2389. },
  2390. "peerDependenciesMeta": {
  2391. "@types/react": {
  2392. "optional": true
  2393. },
  2394. "@types/react-dom": {
  2395. "optional": true
  2396. }
  2397. }
  2398. },
  2399. "node_modules/@radix-ui/react-tooltip": {
  2400. "version": "1.1.8",
  2401. "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.1.8.tgz",
  2402. "integrity": "sha512-YAA2cu48EkJZdAMHC0dqo9kialOcRStbtiY4nJPaht7Ptrhcvpo+eDChaM6BIs8kL6a8Z5l5poiqLnXcNduOkA==",
  2403. "license": "MIT",
  2404. "dependencies": {
  2405. "@radix-ui/primitive": "1.1.1",
  2406. "@radix-ui/react-compose-refs": "1.1.1",
  2407. "@radix-ui/react-context": "1.1.1",
  2408. "@radix-ui/react-dismissable-layer": "1.1.5",
  2409. "@radix-ui/react-id": "1.1.0",
  2410. "@radix-ui/react-popper": "1.2.2",
  2411. "@radix-ui/react-portal": "1.1.4",
  2412. "@radix-ui/react-presence": "1.1.2",
  2413. "@radix-ui/react-primitive": "2.0.2",
  2414. "@radix-ui/react-slot": "1.1.2",
  2415. "@radix-ui/react-use-controllable-state": "1.1.0",
  2416. "@radix-ui/react-visually-hidden": "1.1.2"
  2417. },
  2418. "peerDependencies": {
  2419. "@types/react": "*",
  2420. "@types/react-dom": "*",
  2421. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2422. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2423. },
  2424. "peerDependenciesMeta": {
  2425. "@types/react": {
  2426. "optional": true
  2427. },
  2428. "@types/react-dom": {
  2429. "optional": true
  2430. }
  2431. }
  2432. },
  2433. "node_modules/@radix-ui/react-use-callback-ref": {
  2434. "version": "1.1.0",
  2435. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
  2436. "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
  2437. "license": "MIT",
  2438. "peerDependencies": {
  2439. "@types/react": "*",
  2440. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2441. },
  2442. "peerDependenciesMeta": {
  2443. "@types/react": {
  2444. "optional": true
  2445. }
  2446. }
  2447. },
  2448. "node_modules/@radix-ui/react-use-controllable-state": {
  2449. "version": "1.1.0",
  2450. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
  2451. "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
  2452. "license": "MIT",
  2453. "dependencies": {
  2454. "@radix-ui/react-use-callback-ref": "1.1.0"
  2455. },
  2456. "peerDependencies": {
  2457. "@types/react": "*",
  2458. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2459. },
  2460. "peerDependenciesMeta": {
  2461. "@types/react": {
  2462. "optional": true
  2463. }
  2464. }
  2465. },
  2466. "node_modules/@radix-ui/react-use-escape-keydown": {
  2467. "version": "1.1.0",
  2468. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
  2469. "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
  2470. "license": "MIT",
  2471. "dependencies": {
  2472. "@radix-ui/react-use-callback-ref": "1.1.0"
  2473. },
  2474. "peerDependencies": {
  2475. "@types/react": "*",
  2476. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2477. },
  2478. "peerDependenciesMeta": {
  2479. "@types/react": {
  2480. "optional": true
  2481. }
  2482. }
  2483. },
  2484. "node_modules/@radix-ui/react-use-layout-effect": {
  2485. "version": "1.1.0",
  2486. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
  2487. "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
  2488. "license": "MIT",
  2489. "peerDependencies": {
  2490. "@types/react": "*",
  2491. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2492. },
  2493. "peerDependenciesMeta": {
  2494. "@types/react": {
  2495. "optional": true
  2496. }
  2497. }
  2498. },
  2499. "node_modules/@radix-ui/react-use-previous": {
  2500. "version": "1.1.0",
  2501. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
  2502. "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
  2503. "license": "MIT",
  2504. "peerDependencies": {
  2505. "@types/react": "*",
  2506. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2507. },
  2508. "peerDependenciesMeta": {
  2509. "@types/react": {
  2510. "optional": true
  2511. }
  2512. }
  2513. },
  2514. "node_modules/@radix-ui/react-use-rect": {
  2515. "version": "1.1.0",
  2516. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
  2517. "integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
  2518. "license": "MIT",
  2519. "dependencies": {
  2520. "@radix-ui/rect": "1.1.0"
  2521. },
  2522. "peerDependencies": {
  2523. "@types/react": "*",
  2524. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2525. },
  2526. "peerDependenciesMeta": {
  2527. "@types/react": {
  2528. "optional": true
  2529. }
  2530. }
  2531. },
  2532. "node_modules/@radix-ui/react-use-size": {
  2533. "version": "1.1.0",
  2534. "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
  2535. "integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
  2536. "license": "MIT",
  2537. "dependencies": {
  2538. "@radix-ui/react-use-layout-effect": "1.1.0"
  2539. },
  2540. "peerDependencies": {
  2541. "@types/react": "*",
  2542. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2543. },
  2544. "peerDependenciesMeta": {
  2545. "@types/react": {
  2546. "optional": true
  2547. }
  2548. }
  2549. },
  2550. "node_modules/@radix-ui/react-visually-hidden": {
  2551. "version": "1.1.2",
  2552. "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.2.tgz",
  2553. "integrity": "sha512-1SzA4ns2M1aRlvxErqhLHsBHoS5eI5UUcI2awAMgGUp4LoaoWOKYmvqDY2s/tltuPkh3Yk77YF/r3IRj+Amx4Q==",
  2554. "license": "MIT",
  2555. "dependencies": {
  2556. "@radix-ui/react-primitive": "2.0.2"
  2557. },
  2558. "peerDependencies": {
  2559. "@types/react": "*",
  2560. "@types/react-dom": "*",
  2561. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
  2562. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
  2563. },
  2564. "peerDependenciesMeta": {
  2565. "@types/react": {
  2566. "optional": true
  2567. },
  2568. "@types/react-dom": {
  2569. "optional": true
  2570. }
  2571. }
  2572. },
  2573. "node_modules/@radix-ui/rect": {
  2574. "version": "1.1.0",
  2575. "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
  2576. "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
  2577. "license": "MIT"
  2578. },
  2579. "node_modules/@react-dnd/asap": {
  2580. "version": "5.0.2",
  2581. "resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-5.0.2.tgz",
  2582. "integrity": "sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==",
  2583. "license": "MIT"
  2584. },
  2585. "node_modules/@react-dnd/invariant": {
  2586. "version": "4.0.2",
  2587. "resolved": "https://registry.npmjs.org/@react-dnd/invariant/-/invariant-4.0.2.tgz",
  2588. "integrity": "sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==",
  2589. "license": "MIT"
  2590. },
  2591. "node_modules/@react-dnd/shallowequal": {
  2592. "version": "4.0.2",
  2593. "resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-4.0.2.tgz",
  2594. "integrity": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==",
  2595. "license": "MIT"
  2596. },
  2597. "node_modules/@rolldown/pluginutils": {
  2598. "version": "1.0.0-beta.27",
  2599. "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
  2600. "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
  2601. "dev": true,
  2602. "license": "MIT"
  2603. },
  2604. "node_modules/@rollup/rollup-android-arm-eabi": {
  2605. "version": "4.62.2",
  2606. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
  2607. "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
  2608. "cpu": [
  2609. "arm"
  2610. ],
  2611. "dev": true,
  2612. "license": "MIT",
  2613. "optional": true,
  2614. "os": [
  2615. "android"
  2616. ]
  2617. },
  2618. "node_modules/@rollup/rollup-android-arm64": {
  2619. "version": "4.62.2",
  2620. "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
  2621. "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
  2622. "cpu": [
  2623. "arm64"
  2624. ],
  2625. "dev": true,
  2626. "license": "MIT",
  2627. "optional": true,
  2628. "os": [
  2629. "android"
  2630. ]
  2631. },
  2632. "node_modules/@rollup/rollup-darwin-arm64": {
  2633. "version": "4.62.2",
  2634. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
  2635. "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
  2636. "cpu": [
  2637. "arm64"
  2638. ],
  2639. "dev": true,
  2640. "license": "MIT",
  2641. "optional": true,
  2642. "os": [
  2643. "darwin"
  2644. ]
  2645. },
  2646. "node_modules/@rollup/rollup-darwin-x64": {
  2647. "version": "4.62.2",
  2648. "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
  2649. "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
  2650. "cpu": [
  2651. "x64"
  2652. ],
  2653. "dev": true,
  2654. "license": "MIT",
  2655. "optional": true,
  2656. "os": [
  2657. "darwin"
  2658. ]
  2659. },
  2660. "node_modules/@rollup/rollup-freebsd-arm64": {
  2661. "version": "4.62.2",
  2662. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
  2663. "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
  2664. "cpu": [
  2665. "arm64"
  2666. ],
  2667. "dev": true,
  2668. "license": "MIT",
  2669. "optional": true,
  2670. "os": [
  2671. "freebsd"
  2672. ]
  2673. },
  2674. "node_modules/@rollup/rollup-freebsd-x64": {
  2675. "version": "4.62.2",
  2676. "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
  2677. "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
  2678. "cpu": [
  2679. "x64"
  2680. ],
  2681. "dev": true,
  2682. "license": "MIT",
  2683. "optional": true,
  2684. "os": [
  2685. "freebsd"
  2686. ]
  2687. },
  2688. "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
  2689. "version": "4.62.2",
  2690. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
  2691. "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
  2692. "cpu": [
  2693. "arm"
  2694. ],
  2695. "dev": true,
  2696. "license": "MIT",
  2697. "optional": true,
  2698. "os": [
  2699. "linux"
  2700. ]
  2701. },
  2702. "node_modules/@rollup/rollup-linux-arm-musleabihf": {
  2703. "version": "4.62.2",
  2704. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
  2705. "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
  2706. "cpu": [
  2707. "arm"
  2708. ],
  2709. "dev": true,
  2710. "license": "MIT",
  2711. "optional": true,
  2712. "os": [
  2713. "linux"
  2714. ]
  2715. },
  2716. "node_modules/@rollup/rollup-linux-arm64-gnu": {
  2717. "version": "4.62.2",
  2718. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
  2719. "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
  2720. "cpu": [
  2721. "arm64"
  2722. ],
  2723. "dev": true,
  2724. "license": "MIT",
  2725. "optional": true,
  2726. "os": [
  2727. "linux"
  2728. ]
  2729. },
  2730. "node_modules/@rollup/rollup-linux-arm64-musl": {
  2731. "version": "4.62.2",
  2732. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
  2733. "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
  2734. "cpu": [
  2735. "arm64"
  2736. ],
  2737. "dev": true,
  2738. "license": "MIT",
  2739. "optional": true,
  2740. "os": [
  2741. "linux"
  2742. ]
  2743. },
  2744. "node_modules/@rollup/rollup-linux-loong64-gnu": {
  2745. "version": "4.62.2",
  2746. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
  2747. "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
  2748. "cpu": [
  2749. "loong64"
  2750. ],
  2751. "dev": true,
  2752. "license": "MIT",
  2753. "optional": true,
  2754. "os": [
  2755. "linux"
  2756. ]
  2757. },
  2758. "node_modules/@rollup/rollup-linux-loong64-musl": {
  2759. "version": "4.62.2",
  2760. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
  2761. "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
  2762. "cpu": [
  2763. "loong64"
  2764. ],
  2765. "dev": true,
  2766. "license": "MIT",
  2767. "optional": true,
  2768. "os": [
  2769. "linux"
  2770. ]
  2771. },
  2772. "node_modules/@rollup/rollup-linux-ppc64-gnu": {
  2773. "version": "4.62.2",
  2774. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
  2775. "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
  2776. "cpu": [
  2777. "ppc64"
  2778. ],
  2779. "dev": true,
  2780. "license": "MIT",
  2781. "optional": true,
  2782. "os": [
  2783. "linux"
  2784. ]
  2785. },
  2786. "node_modules/@rollup/rollup-linux-ppc64-musl": {
  2787. "version": "4.62.2",
  2788. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
  2789. "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
  2790. "cpu": [
  2791. "ppc64"
  2792. ],
  2793. "dev": true,
  2794. "license": "MIT",
  2795. "optional": true,
  2796. "os": [
  2797. "linux"
  2798. ]
  2799. },
  2800. "node_modules/@rollup/rollup-linux-riscv64-gnu": {
  2801. "version": "4.62.2",
  2802. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
  2803. "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
  2804. "cpu": [
  2805. "riscv64"
  2806. ],
  2807. "dev": true,
  2808. "license": "MIT",
  2809. "optional": true,
  2810. "os": [
  2811. "linux"
  2812. ]
  2813. },
  2814. "node_modules/@rollup/rollup-linux-riscv64-musl": {
  2815. "version": "4.62.2",
  2816. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
  2817. "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
  2818. "cpu": [
  2819. "riscv64"
  2820. ],
  2821. "dev": true,
  2822. "license": "MIT",
  2823. "optional": true,
  2824. "os": [
  2825. "linux"
  2826. ]
  2827. },
  2828. "node_modules/@rollup/rollup-linux-s390x-gnu": {
  2829. "version": "4.62.2",
  2830. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
  2831. "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
  2832. "cpu": [
  2833. "s390x"
  2834. ],
  2835. "dev": true,
  2836. "license": "MIT",
  2837. "optional": true,
  2838. "os": [
  2839. "linux"
  2840. ]
  2841. },
  2842. "node_modules/@rollup/rollup-linux-x64-gnu": {
  2843. "version": "4.62.2",
  2844. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
  2845. "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
  2846. "cpu": [
  2847. "x64"
  2848. ],
  2849. "dev": true,
  2850. "license": "MIT",
  2851. "optional": true,
  2852. "os": [
  2853. "linux"
  2854. ]
  2855. },
  2856. "node_modules/@rollup/rollup-linux-x64-musl": {
  2857. "version": "4.62.2",
  2858. "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
  2859. "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
  2860. "cpu": [
  2861. "x64"
  2862. ],
  2863. "dev": true,
  2864. "license": "MIT",
  2865. "optional": true,
  2866. "os": [
  2867. "linux"
  2868. ]
  2869. },
  2870. "node_modules/@rollup/rollup-openbsd-x64": {
  2871. "version": "4.62.2",
  2872. "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
  2873. "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
  2874. "cpu": [
  2875. "x64"
  2876. ],
  2877. "dev": true,
  2878. "license": "MIT",
  2879. "optional": true,
  2880. "os": [
  2881. "openbsd"
  2882. ]
  2883. },
  2884. "node_modules/@rollup/rollup-openharmony-arm64": {
  2885. "version": "4.62.2",
  2886. "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
  2887. "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
  2888. "cpu": [
  2889. "arm64"
  2890. ],
  2891. "dev": true,
  2892. "license": "MIT",
  2893. "optional": true,
  2894. "os": [
  2895. "openharmony"
  2896. ]
  2897. },
  2898. "node_modules/@rollup/rollup-win32-arm64-msvc": {
  2899. "version": "4.62.2",
  2900. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
  2901. "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
  2902. "cpu": [
  2903. "arm64"
  2904. ],
  2905. "dev": true,
  2906. "license": "MIT",
  2907. "optional": true,
  2908. "os": [
  2909. "win32"
  2910. ]
  2911. },
  2912. "node_modules/@rollup/rollup-win32-ia32-msvc": {
  2913. "version": "4.62.2",
  2914. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
  2915. "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
  2916. "cpu": [
  2917. "ia32"
  2918. ],
  2919. "dev": true,
  2920. "license": "MIT",
  2921. "optional": true,
  2922. "os": [
  2923. "win32"
  2924. ]
  2925. },
  2926. "node_modules/@rollup/rollup-win32-x64-gnu": {
  2927. "version": "4.62.2",
  2928. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
  2929. "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
  2930. "cpu": [
  2931. "x64"
  2932. ],
  2933. "dev": true,
  2934. "license": "MIT",
  2935. "optional": true,
  2936. "os": [
  2937. "win32"
  2938. ]
  2939. },
  2940. "node_modules/@rollup/rollup-win32-x64-msvc": {
  2941. "version": "4.62.2",
  2942. "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
  2943. "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
  2944. "cpu": [
  2945. "x64"
  2946. ],
  2947. "dev": true,
  2948. "license": "MIT",
  2949. "optional": true,
  2950. "os": [
  2951. "win32"
  2952. ]
  2953. },
  2954. "node_modules/@tailwindcss/node": {
  2955. "version": "4.1.12",
  2956. "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.1.12.tgz",
  2957. "integrity": "sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==",
  2958. "dev": true,
  2959. "license": "MIT",
  2960. "dependencies": {
  2961. "@jridgewell/remapping": "^2.3.4",
  2962. "enhanced-resolve": "^5.18.3",
  2963. "jiti": "^2.5.1",
  2964. "lightningcss": "1.30.1",
  2965. "magic-string": "^0.30.17",
  2966. "source-map-js": "^1.2.1",
  2967. "tailwindcss": "4.1.12"
  2968. }
  2969. },
  2970. "node_modules/@tailwindcss/oxide": {
  2971. "version": "4.1.12",
  2972. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz",
  2973. "integrity": "sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==",
  2974. "dev": true,
  2975. "hasInstallScript": true,
  2976. "license": "MIT",
  2977. "dependencies": {
  2978. "detect-libc": "^2.0.4",
  2979. "tar": "^7.4.3"
  2980. },
  2981. "engines": {
  2982. "node": ">= 10"
  2983. },
  2984. "optionalDependencies": {
  2985. "@tailwindcss/oxide-android-arm64": "4.1.12",
  2986. "@tailwindcss/oxide-darwin-arm64": "4.1.12",
  2987. "@tailwindcss/oxide-darwin-x64": "4.1.12",
  2988. "@tailwindcss/oxide-freebsd-x64": "4.1.12",
  2989. "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.12",
  2990. "@tailwindcss/oxide-linux-arm64-gnu": "4.1.12",
  2991. "@tailwindcss/oxide-linux-arm64-musl": "4.1.12",
  2992. "@tailwindcss/oxide-linux-x64-gnu": "4.1.12",
  2993. "@tailwindcss/oxide-linux-x64-musl": "4.1.12",
  2994. "@tailwindcss/oxide-wasm32-wasi": "4.1.12",
  2995. "@tailwindcss/oxide-win32-arm64-msvc": "4.1.12",
  2996. "@tailwindcss/oxide-win32-x64-msvc": "4.1.12"
  2997. }
  2998. },
  2999. "node_modules/@tailwindcss/oxide-android-arm64": {
  3000. "version": "4.1.12",
  3001. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.1.12.tgz",
  3002. "integrity": "sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==",
  3003. "cpu": [
  3004. "arm64"
  3005. ],
  3006. "dev": true,
  3007. "license": "MIT",
  3008. "optional": true,
  3009. "os": [
  3010. "android"
  3011. ],
  3012. "engines": {
  3013. "node": ">= 10"
  3014. }
  3015. },
  3016. "node_modules/@tailwindcss/oxide-darwin-arm64": {
  3017. "version": "4.1.12",
  3018. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.1.12.tgz",
  3019. "integrity": "sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==",
  3020. "cpu": [
  3021. "arm64"
  3022. ],
  3023. "dev": true,
  3024. "license": "MIT",
  3025. "optional": true,
  3026. "os": [
  3027. "darwin"
  3028. ],
  3029. "engines": {
  3030. "node": ">= 10"
  3031. }
  3032. },
  3033. "node_modules/@tailwindcss/oxide-darwin-x64": {
  3034. "version": "4.1.12",
  3035. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.1.12.tgz",
  3036. "integrity": "sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==",
  3037. "cpu": [
  3038. "x64"
  3039. ],
  3040. "dev": true,
  3041. "license": "MIT",
  3042. "optional": true,
  3043. "os": [
  3044. "darwin"
  3045. ],
  3046. "engines": {
  3047. "node": ">= 10"
  3048. }
  3049. },
  3050. "node_modules/@tailwindcss/oxide-freebsd-x64": {
  3051. "version": "4.1.12",
  3052. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.1.12.tgz",
  3053. "integrity": "sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==",
  3054. "cpu": [
  3055. "x64"
  3056. ],
  3057. "dev": true,
  3058. "license": "MIT",
  3059. "optional": true,
  3060. "os": [
  3061. "freebsd"
  3062. ],
  3063. "engines": {
  3064. "node": ">= 10"
  3065. }
  3066. },
  3067. "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
  3068. "version": "4.1.12",
  3069. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.1.12.tgz",
  3070. "integrity": "sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==",
  3071. "cpu": [
  3072. "arm"
  3073. ],
  3074. "dev": true,
  3075. "license": "MIT",
  3076. "optional": true,
  3077. "os": [
  3078. "linux"
  3079. ],
  3080. "engines": {
  3081. "node": ">= 10"
  3082. }
  3083. },
  3084. "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
  3085. "version": "4.1.12",
  3086. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.1.12.tgz",
  3087. "integrity": "sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==",
  3088. "cpu": [
  3089. "arm64"
  3090. ],
  3091. "dev": true,
  3092. "license": "MIT",
  3093. "optional": true,
  3094. "os": [
  3095. "linux"
  3096. ],
  3097. "engines": {
  3098. "node": ">= 10"
  3099. }
  3100. },
  3101. "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
  3102. "version": "4.1.12",
  3103. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.1.12.tgz",
  3104. "integrity": "sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==",
  3105. "cpu": [
  3106. "arm64"
  3107. ],
  3108. "dev": true,
  3109. "license": "MIT",
  3110. "optional": true,
  3111. "os": [
  3112. "linux"
  3113. ],
  3114. "engines": {
  3115. "node": ">= 10"
  3116. }
  3117. },
  3118. "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
  3119. "version": "4.1.12",
  3120. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.1.12.tgz",
  3121. "integrity": "sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==",
  3122. "cpu": [
  3123. "x64"
  3124. ],
  3125. "dev": true,
  3126. "license": "MIT",
  3127. "optional": true,
  3128. "os": [
  3129. "linux"
  3130. ],
  3131. "engines": {
  3132. "node": ">= 10"
  3133. }
  3134. },
  3135. "node_modules/@tailwindcss/oxide-linux-x64-musl": {
  3136. "version": "4.1.12",
  3137. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.1.12.tgz",
  3138. "integrity": "sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==",
  3139. "cpu": [
  3140. "x64"
  3141. ],
  3142. "dev": true,
  3143. "license": "MIT",
  3144. "optional": true,
  3145. "os": [
  3146. "linux"
  3147. ],
  3148. "engines": {
  3149. "node": ">= 10"
  3150. }
  3151. },
  3152. "node_modules/@tailwindcss/oxide-wasm32-wasi": {
  3153. "version": "4.1.12",
  3154. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.1.12.tgz",
  3155. "integrity": "sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==",
  3156. "bundleDependencies": [
  3157. "@napi-rs/wasm-runtime",
  3158. "@emnapi/core",
  3159. "@emnapi/runtime",
  3160. "@tybys/wasm-util",
  3161. "@emnapi/wasi-threads",
  3162. "tslib"
  3163. ],
  3164. "cpu": [
  3165. "wasm32"
  3166. ],
  3167. "dev": true,
  3168. "license": "MIT",
  3169. "optional": true,
  3170. "dependencies": {
  3171. "@emnapi/core": "^1.4.5",
  3172. "@emnapi/runtime": "^1.4.5",
  3173. "@emnapi/wasi-threads": "^1.0.4",
  3174. "@napi-rs/wasm-runtime": "^0.2.12",
  3175. "@tybys/wasm-util": "^0.10.0",
  3176. "tslib": "^2.8.0"
  3177. },
  3178. "engines": {
  3179. "node": ">=14.0.0"
  3180. }
  3181. },
  3182. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": {
  3183. "version": "1.4.5",
  3184. "dev": true,
  3185. "inBundle": true,
  3186. "license": "MIT",
  3187. "optional": true,
  3188. "dependencies": {
  3189. "@emnapi/wasi-threads": "1.0.4",
  3190. "tslib": "^2.4.0"
  3191. }
  3192. },
  3193. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": {
  3194. "version": "1.4.5",
  3195. "dev": true,
  3196. "inBundle": true,
  3197. "license": "MIT",
  3198. "optional": true,
  3199. "dependencies": {
  3200. "tslib": "^2.4.0"
  3201. }
  3202. },
  3203. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": {
  3204. "version": "1.0.4",
  3205. "dev": true,
  3206. "inBundle": true,
  3207. "license": "MIT",
  3208. "optional": true,
  3209. "dependencies": {
  3210. "tslib": "^2.4.0"
  3211. }
  3212. },
  3213. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": {
  3214. "version": "0.2.12",
  3215. "dev": true,
  3216. "inBundle": true,
  3217. "license": "MIT",
  3218. "optional": true,
  3219. "dependencies": {
  3220. "@emnapi/core": "^1.4.3",
  3221. "@emnapi/runtime": "^1.4.3",
  3222. "@tybys/wasm-util": "^0.10.0"
  3223. }
  3224. },
  3225. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": {
  3226. "version": "0.10.0",
  3227. "dev": true,
  3228. "inBundle": true,
  3229. "license": "MIT",
  3230. "optional": true,
  3231. "dependencies": {
  3232. "tslib": "^2.4.0"
  3233. }
  3234. },
  3235. "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": {
  3236. "version": "2.8.0",
  3237. "dev": true,
  3238. "inBundle": true,
  3239. "license": "0BSD",
  3240. "optional": true
  3241. },
  3242. "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
  3243. "version": "4.1.12",
  3244. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.12.tgz",
  3245. "integrity": "sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==",
  3246. "cpu": [
  3247. "arm64"
  3248. ],
  3249. "dev": true,
  3250. "license": "MIT",
  3251. "optional": true,
  3252. "os": [
  3253. "win32"
  3254. ],
  3255. "engines": {
  3256. "node": ">= 10"
  3257. }
  3258. },
  3259. "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
  3260. "version": "4.1.12",
  3261. "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.1.12.tgz",
  3262. "integrity": "sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==",
  3263. "cpu": [
  3264. "x64"
  3265. ],
  3266. "dev": true,
  3267. "license": "MIT",
  3268. "optional": true,
  3269. "os": [
  3270. "win32"
  3271. ],
  3272. "engines": {
  3273. "node": ">= 10"
  3274. }
  3275. },
  3276. "node_modules/@tailwindcss/vite": {
  3277. "version": "4.1.12",
  3278. "resolved": "https://registry.npmjs.org/@tailwindcss/vite/-/vite-4.1.12.tgz",
  3279. "integrity": "sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ==",
  3280. "dev": true,
  3281. "license": "MIT",
  3282. "dependencies": {
  3283. "@tailwindcss/node": "4.1.12",
  3284. "@tailwindcss/oxide": "4.1.12",
  3285. "tailwindcss": "4.1.12"
  3286. },
  3287. "peerDependencies": {
  3288. "vite": "^5.2.0 || ^6 || ^7"
  3289. }
  3290. },
  3291. "node_modules/@types/babel__core": {
  3292. "version": "7.20.5",
  3293. "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
  3294. "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
  3295. "dev": true,
  3296. "license": "MIT",
  3297. "dependencies": {
  3298. "@babel/parser": "^7.20.7",
  3299. "@babel/types": "^7.20.7",
  3300. "@types/babel__generator": "*",
  3301. "@types/babel__template": "*",
  3302. "@types/babel__traverse": "*"
  3303. }
  3304. },
  3305. "node_modules/@types/babel__generator": {
  3306. "version": "7.27.0",
  3307. "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
  3308. "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
  3309. "dev": true,
  3310. "license": "MIT",
  3311. "dependencies": {
  3312. "@babel/types": "^7.0.0"
  3313. }
  3314. },
  3315. "node_modules/@types/babel__template": {
  3316. "version": "7.4.4",
  3317. "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
  3318. "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
  3319. "dev": true,
  3320. "license": "MIT",
  3321. "dependencies": {
  3322. "@babel/parser": "^7.1.0",
  3323. "@babel/types": "^7.0.0"
  3324. }
  3325. },
  3326. "node_modules/@types/babel__traverse": {
  3327. "version": "7.28.0",
  3328. "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
  3329. "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
  3330. "dev": true,
  3331. "license": "MIT",
  3332. "dependencies": {
  3333. "@babel/types": "^7.28.2"
  3334. }
  3335. },
  3336. "node_modules/@types/chai": {
  3337. "version": "5.2.3",
  3338. "resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
  3339. "integrity": "sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==",
  3340. "dev": true,
  3341. "license": "MIT",
  3342. "dependencies": {
  3343. "@types/deep-eql": "*",
  3344. "assertion-error": "^2.0.1"
  3345. }
  3346. },
  3347. "node_modules/@types/d3-array": {
  3348. "version": "3.2.2",
  3349. "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
  3350. "integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
  3351. "license": "MIT"
  3352. },
  3353. "node_modules/@types/d3-color": {
  3354. "version": "3.1.3",
  3355. "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
  3356. "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
  3357. "license": "MIT"
  3358. },
  3359. "node_modules/@types/d3-ease": {
  3360. "version": "3.0.2",
  3361. "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
  3362. "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
  3363. "license": "MIT"
  3364. },
  3365. "node_modules/@types/d3-interpolate": {
  3366. "version": "3.0.4",
  3367. "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
  3368. "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
  3369. "license": "MIT",
  3370. "dependencies": {
  3371. "@types/d3-color": "*"
  3372. }
  3373. },
  3374. "node_modules/@types/d3-path": {
  3375. "version": "3.1.1",
  3376. "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
  3377. "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
  3378. "license": "MIT"
  3379. },
  3380. "node_modules/@types/d3-scale": {
  3381. "version": "4.0.9",
  3382. "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
  3383. "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
  3384. "license": "MIT",
  3385. "dependencies": {
  3386. "@types/d3-time": "*"
  3387. }
  3388. },
  3389. "node_modules/@types/d3-shape": {
  3390. "version": "3.1.8",
  3391. "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
  3392. "integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
  3393. "license": "MIT",
  3394. "dependencies": {
  3395. "@types/d3-path": "*"
  3396. }
  3397. },
  3398. "node_modules/@types/d3-time": {
  3399. "version": "3.0.4",
  3400. "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
  3401. "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
  3402. "license": "MIT"
  3403. },
  3404. "node_modules/@types/d3-timer": {
  3405. "version": "3.0.2",
  3406. "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
  3407. "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
  3408. "license": "MIT"
  3409. },
  3410. "node_modules/@types/deep-eql": {
  3411. "version": "4.0.2",
  3412. "resolved": "https://registry.npmjs.org/@types/deep-eql/-/deep-eql-4.0.2.tgz",
  3413. "integrity": "sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==",
  3414. "dev": true,
  3415. "license": "MIT"
  3416. },
  3417. "node_modules/@types/estree": {
  3418. "version": "1.0.9",
  3419. "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
  3420. "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
  3421. "dev": true,
  3422. "license": "MIT"
  3423. },
  3424. "node_modules/@types/node": {
  3425. "version": "22.15.3",
  3426. "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz",
  3427. "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==",
  3428. "dev": true,
  3429. "license": "MIT",
  3430. "dependencies": {
  3431. "undici-types": "~6.21.0"
  3432. }
  3433. },
  3434. "node_modules/@types/parse-json": {
  3435. "version": "4.0.2",
  3436. "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz",
  3437. "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==",
  3438. "license": "MIT"
  3439. },
  3440. "node_modules/@types/prop-types": {
  3441. "version": "15.7.15",
  3442. "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
  3443. "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
  3444. "license": "MIT"
  3445. },
  3446. "node_modules/@types/react": {
  3447. "version": "18.3.20",
  3448. "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.20.tgz",
  3449. "integrity": "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==",
  3450. "dev": true,
  3451. "license": "MIT",
  3452. "dependencies": {
  3453. "@types/prop-types": "*",
  3454. "csstype": "^3.0.2"
  3455. }
  3456. },
  3457. "node_modules/@types/react-dom": {
  3458. "version": "18.3.6",
  3459. "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.6.tgz",
  3460. "integrity": "sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==",
  3461. "dev": true,
  3462. "license": "MIT",
  3463. "peerDependencies": {
  3464. "@types/react": "^18.0.0"
  3465. }
  3466. },
  3467. "node_modules/@types/react-transition-group": {
  3468. "version": "4.4.12",
  3469. "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz",
  3470. "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==",
  3471. "license": "MIT",
  3472. "peerDependencies": {
  3473. "@types/react": "*"
  3474. }
  3475. },
  3476. "node_modules/@vitejs/plugin-react": {
  3477. "version": "4.7.0",
  3478. "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
  3479. "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
  3480. "dev": true,
  3481. "license": "MIT",
  3482. "dependencies": {
  3483. "@babel/core": "^7.28.0",
  3484. "@babel/plugin-transform-react-jsx-self": "^7.27.1",
  3485. "@babel/plugin-transform-react-jsx-source": "^7.27.1",
  3486. "@rolldown/pluginutils": "1.0.0-beta.27",
  3487. "@types/babel__core": "^7.20.5",
  3488. "react-refresh": "^0.17.0"
  3489. },
  3490. "engines": {
  3491. "node": "^14.18.0 || >=16.0.0"
  3492. },
  3493. "peerDependencies": {
  3494. "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  3495. }
  3496. },
  3497. "node_modules/@vitest/expect": {
  3498. "version": "3.2.7",
  3499. "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-3.2.7.tgz",
  3500. "integrity": "sha512-E8eBXaKibuvH2pSZErOjdVb5vF4PbKYcrnluBTYxEk1l/VhhwZg1kZQsdtjq+CsF5CFydf2Rdkz7jDHKSisi3w==",
  3501. "dev": true,
  3502. "license": "MIT",
  3503. "dependencies": {
  3504. "@types/chai": "^5.2.2",
  3505. "@vitest/spy": "3.2.7",
  3506. "@vitest/utils": "3.2.7",
  3507. "chai": "^5.2.0",
  3508. "tinyrainbow": "^2.0.0"
  3509. },
  3510. "funding": {
  3511. "url": "https://opencollective.com/vitest"
  3512. }
  3513. },
  3514. "node_modules/@vitest/mocker": {
  3515. "version": "3.2.7",
  3516. "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-3.2.7.tgz",
  3517. "integrity": "sha512-Trr0hYO9CM3Wj6ksWHRhK9IZpIY6wTMO5u/MqXurMxT57sWBaOPEtP3Oq60ihZuh5JsiagKfz95OcxdEP6dBrA==",
  3518. "dev": true,
  3519. "license": "MIT",
  3520. "dependencies": {
  3521. "@vitest/spy": "3.2.7",
  3522. "estree-walker": "^3.0.3",
  3523. "magic-string": "^0.30.17"
  3524. },
  3525. "funding": {
  3526. "url": "https://opencollective.com/vitest"
  3527. },
  3528. "peerDependencies": {
  3529. "msw": "^2.4.9",
  3530. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  3531. },
  3532. "peerDependenciesMeta": {
  3533. "msw": {
  3534. "optional": true
  3535. },
  3536. "vite": {
  3537. "optional": true
  3538. }
  3539. }
  3540. },
  3541. "node_modules/@vitest/pretty-format": {
  3542. "version": "3.2.7",
  3543. "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-3.2.7.tgz",
  3544. "integrity": "sha512-KUHlwqVu0sRlhCdyPdQ/wBoTfRahjUky1MubOmYw9fWfIZy1gNoHpuaaQBPAaMaVYdQYHJLurzj8ECCj5OwTqA==",
  3545. "dev": true,
  3546. "license": "MIT",
  3547. "dependencies": {
  3548. "tinyrainbow": "^2.0.0"
  3549. },
  3550. "funding": {
  3551. "url": "https://opencollective.com/vitest"
  3552. }
  3553. },
  3554. "node_modules/@vitest/runner": {
  3555. "version": "3.2.7",
  3556. "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-3.2.7.tgz",
  3557. "integrity": "sha512-sB9y4ovltoQP+WaUPwmSxO9WIg9Ig694Di5PalVPsYHklAdE027mehpWF2SQSVq+k6sFgaivbTjTJwZLSHbedA==",
  3558. "dev": true,
  3559. "license": "MIT",
  3560. "dependencies": {
  3561. "@vitest/utils": "3.2.7",
  3562. "pathe": "^2.0.3",
  3563. "strip-literal": "^3.0.0"
  3564. },
  3565. "funding": {
  3566. "url": "https://opencollective.com/vitest"
  3567. }
  3568. },
  3569. "node_modules/@vitest/snapshot": {
  3570. "version": "3.2.7",
  3571. "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-3.2.7.tgz",
  3572. "integrity": "sha512-7C+MwShwtBSI5Buwoyg3s/iY1eHL9PKAf+O1wVh/TdnjXUtkoL/9YQtre90i4MtNXM6edP1wJ2zOBpfCyhIS7g==",
  3573. "dev": true,
  3574. "license": "MIT",
  3575. "dependencies": {
  3576. "@vitest/pretty-format": "3.2.7",
  3577. "magic-string": "^0.30.17",
  3578. "pathe": "^2.0.3"
  3579. },
  3580. "funding": {
  3581. "url": "https://opencollective.com/vitest"
  3582. }
  3583. },
  3584. "node_modules/@vitest/spy": {
  3585. "version": "3.2.7",
  3586. "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-3.2.7.tgz",
  3587. "integrity": "sha512-Q2eQGI6d2L/hBtZ0qNuKcAGid68XK6cv1xsoaIma6PaJhHPoqcEJhYpXZ/5myCMqkNgtP6UKuBhbc0nHKnrkuQ==",
  3588. "dev": true,
  3589. "license": "MIT",
  3590. "dependencies": {
  3591. "tinyspy": "^4.0.3"
  3592. },
  3593. "funding": {
  3594. "url": "https://opencollective.com/vitest"
  3595. }
  3596. },
  3597. "node_modules/@vitest/utils": {
  3598. "version": "3.2.7",
  3599. "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-3.2.7.tgz",
  3600. "integrity": "sha512-x6BDOd7dyo3PFLY3I9/HJ25X/6OurhGXk2/B9gOZNPF7XDVjeBK4k01lQE5uvDpbuheErh91qYuE1E2OEjK3Rw==",
  3601. "dev": true,
  3602. "license": "MIT",
  3603. "dependencies": {
  3604. "@vitest/pretty-format": "3.2.7",
  3605. "loupe": "^3.1.4",
  3606. "tinyrainbow": "^2.0.0"
  3607. },
  3608. "funding": {
  3609. "url": "https://opencollective.com/vitest"
  3610. }
  3611. },
  3612. "node_modules/aria-hidden": {
  3613. "version": "1.2.6",
  3614. "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.6.tgz",
  3615. "integrity": "sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==",
  3616. "license": "MIT",
  3617. "dependencies": {
  3618. "tslib": "^2.0.0"
  3619. },
  3620. "engines": {
  3621. "node": ">=10"
  3622. }
  3623. },
  3624. "node_modules/assertion-error": {
  3625. "version": "2.0.1",
  3626. "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
  3627. "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==",
  3628. "dev": true,
  3629. "license": "MIT",
  3630. "engines": {
  3631. "node": ">=12"
  3632. }
  3633. },
  3634. "node_modules/babel-plugin-macros": {
  3635. "version": "3.1.0",
  3636. "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
  3637. "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==",
  3638. "license": "MIT",
  3639. "dependencies": {
  3640. "@babel/runtime": "^7.12.5",
  3641. "cosmiconfig": "^7.0.0",
  3642. "resolve": "^1.19.0"
  3643. },
  3644. "engines": {
  3645. "node": ">=10",
  3646. "npm": ">=6"
  3647. }
  3648. },
  3649. "node_modules/baseline-browser-mapping": {
  3650. "version": "2.11.1",
  3651. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.1.tgz",
  3652. "integrity": "sha512-HYXq73DDpCtNzOmrFsm9eSwCvWCql0RzqjpDzXN9EadiLJ4DNat0nsZ/Bzmy+Ud12mb4/zKDY0cQ805ZzN+i0A==",
  3653. "dev": true,
  3654. "license": "Apache-2.0",
  3655. "bin": {
  3656. "baseline-browser-mapping": "dist/cli.cjs"
  3657. },
  3658. "engines": {
  3659. "node": ">=6.0.0"
  3660. }
  3661. },
  3662. "node_modules/browserslist": {
  3663. "version": "4.28.7",
  3664. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz",
  3665. "integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==",
  3666. "dev": true,
  3667. "funding": [
  3668. {
  3669. "type": "opencollective",
  3670. "url": "https://opencollective.com/browserslist"
  3671. },
  3672. {
  3673. "type": "tidelift",
  3674. "url": "https://tidelift.com/funding/github/npm/browserslist"
  3675. },
  3676. {
  3677. "type": "github",
  3678. "url": "https://github.com/sponsors/ai"
  3679. }
  3680. ],
  3681. "license": "MIT",
  3682. "dependencies": {
  3683. "baseline-browser-mapping": "^2.10.44",
  3684. "caniuse-lite": "^1.0.30001806",
  3685. "electron-to-chromium": "^1.5.393",
  3686. "node-releases": "^2.0.51",
  3687. "update-browserslist-db": "^1.2.3"
  3688. },
  3689. "bin": {
  3690. "browserslist": "cli.js"
  3691. },
  3692. "engines": {
  3693. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  3694. }
  3695. },
  3696. "node_modules/cac": {
  3697. "version": "6.7.14",
  3698. "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz",
  3699. "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==",
  3700. "dev": true,
  3701. "license": "MIT",
  3702. "engines": {
  3703. "node": ">=8"
  3704. }
  3705. },
  3706. "node_modules/callsites": {
  3707. "version": "3.1.0",
  3708. "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
  3709. "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
  3710. "license": "MIT",
  3711. "engines": {
  3712. "node": ">=6"
  3713. }
  3714. },
  3715. "node_modules/caniuse-lite": {
  3716. "version": "1.0.30001806",
  3717. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",
  3718. "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
  3719. "dev": true,
  3720. "funding": [
  3721. {
  3722. "type": "opencollective",
  3723. "url": "https://opencollective.com/browserslist"
  3724. },
  3725. {
  3726. "type": "tidelift",
  3727. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  3728. },
  3729. {
  3730. "type": "github",
  3731. "url": "https://github.com/sponsors/ai"
  3732. }
  3733. ],
  3734. "license": "CC-BY-4.0"
  3735. },
  3736. "node_modules/canvas-confetti": {
  3737. "version": "1.9.4",
  3738. "resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.4.tgz",
  3739. "integrity": "sha512-yxQbJkAVrFXWNbTUjPqjF7G+g6pDotOUHGbkZq2NELZUMDpiJ85rIEazVb8GTaAptNW2miJAXbs1BtioA251Pw==",
  3740. "license": "ISC",
  3741. "funding": {
  3742. "type": "donate",
  3743. "url": "https://www.paypal.me/kirilvatev"
  3744. }
  3745. },
  3746. "node_modules/chai": {
  3747. "version": "5.3.3",
  3748. "resolved": "https://registry.npmjs.org/chai/-/chai-5.3.3.tgz",
  3749. "integrity": "sha512-4zNhdJD/iOjSH0A05ea+Ke6MU5mmpQcbQsSOkgdaUMJ9zTlDTD/GYlwohmIE2u0gaxHYiVHEn1Fw9mZ/ktJWgw==",
  3750. "dev": true,
  3751. "license": "MIT",
  3752. "dependencies": {
  3753. "assertion-error": "^2.0.1",
  3754. "check-error": "^2.1.1",
  3755. "deep-eql": "^5.0.1",
  3756. "loupe": "^3.1.0",
  3757. "pathval": "^2.0.0"
  3758. },
  3759. "engines": {
  3760. "node": ">=18"
  3761. }
  3762. },
  3763. "node_modules/check-error": {
  3764. "version": "2.1.3",
  3765. "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz",
  3766. "integrity": "sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA==",
  3767. "dev": true,
  3768. "license": "MIT",
  3769. "engines": {
  3770. "node": ">= 16"
  3771. }
  3772. },
  3773. "node_modules/chownr": {
  3774. "version": "3.0.0",
  3775. "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz",
  3776. "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==",
  3777. "dev": true,
  3778. "license": "BlueOak-1.0.0",
  3779. "engines": {
  3780. "node": ">=18"
  3781. }
  3782. },
  3783. "node_modules/class-variance-authority": {
  3784. "version": "0.7.1",
  3785. "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz",
  3786. "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==",
  3787. "license": "Apache-2.0",
  3788. "dependencies": {
  3789. "clsx": "^2.1.1"
  3790. },
  3791. "funding": {
  3792. "url": "https://polar.sh/cva"
  3793. }
  3794. },
  3795. "node_modules/classnames": {
  3796. "version": "2.5.1",
  3797. "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
  3798. "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
  3799. "license": "MIT"
  3800. },
  3801. "node_modules/clsx": {
  3802. "version": "2.1.1",
  3803. "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
  3804. "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
  3805. "license": "MIT",
  3806. "engines": {
  3807. "node": ">=6"
  3808. }
  3809. },
  3810. "node_modules/cmdk": {
  3811. "version": "1.1.1",
  3812. "resolved": "https://registry.npmjs.org/cmdk/-/cmdk-1.1.1.tgz",
  3813. "integrity": "sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==",
  3814. "license": "MIT",
  3815. "dependencies": {
  3816. "@radix-ui/react-compose-refs": "^1.1.1",
  3817. "@radix-ui/react-dialog": "^1.1.6",
  3818. "@radix-ui/react-id": "^1.1.0",
  3819. "@radix-ui/react-primitive": "^2.0.2"
  3820. },
  3821. "peerDependencies": {
  3822. "react": "^18 || ^19 || ^19.0.0-rc",
  3823. "react-dom": "^18 || ^19 || ^19.0.0-rc"
  3824. }
  3825. },
  3826. "node_modules/convert-source-map": {
  3827. "version": "1.9.0",
  3828. "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
  3829. "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
  3830. "license": "MIT"
  3831. },
  3832. "node_modules/cookie": {
  3833. "version": "1.1.1",
  3834. "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
  3835. "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  3836. "license": "MIT",
  3837. "engines": {
  3838. "node": ">=18"
  3839. },
  3840. "funding": {
  3841. "type": "opencollective",
  3842. "url": "https://opencollective.com/express"
  3843. }
  3844. },
  3845. "node_modules/cosmiconfig": {
  3846. "version": "7.1.0",
  3847. "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
  3848. "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
  3849. "license": "MIT",
  3850. "dependencies": {
  3851. "@types/parse-json": "^4.0.0",
  3852. "import-fresh": "^3.2.1",
  3853. "parse-json": "^5.0.0",
  3854. "path-type": "^4.0.0",
  3855. "yaml": "^1.10.0"
  3856. },
  3857. "engines": {
  3858. "node": ">=10"
  3859. }
  3860. },
  3861. "node_modules/csstype": {
  3862. "version": "3.2.3",
  3863. "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
  3864. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  3865. "license": "MIT"
  3866. },
  3867. "node_modules/d3-array": {
  3868. "version": "3.2.4",
  3869. "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
  3870. "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
  3871. "license": "ISC",
  3872. "dependencies": {
  3873. "internmap": "1 - 2"
  3874. },
  3875. "engines": {
  3876. "node": ">=12"
  3877. }
  3878. },
  3879. "node_modules/d3-color": {
  3880. "version": "3.1.0",
  3881. "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
  3882. "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
  3883. "license": "ISC",
  3884. "engines": {
  3885. "node": ">=12"
  3886. }
  3887. },
  3888. "node_modules/d3-ease": {
  3889. "version": "3.0.1",
  3890. "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
  3891. "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
  3892. "license": "BSD-3-Clause",
  3893. "engines": {
  3894. "node": ">=12"
  3895. }
  3896. },
  3897. "node_modules/d3-format": {
  3898. "version": "3.1.2",
  3899. "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
  3900. "integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  3901. "license": "ISC",
  3902. "engines": {
  3903. "node": ">=12"
  3904. }
  3905. },
  3906. "node_modules/d3-interpolate": {
  3907. "version": "3.0.1",
  3908. "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
  3909. "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
  3910. "license": "ISC",
  3911. "dependencies": {
  3912. "d3-color": "1 - 3"
  3913. },
  3914. "engines": {
  3915. "node": ">=12"
  3916. }
  3917. },
  3918. "node_modules/d3-path": {
  3919. "version": "3.1.0",
  3920. "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
  3921. "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
  3922. "license": "ISC",
  3923. "engines": {
  3924. "node": ">=12"
  3925. }
  3926. },
  3927. "node_modules/d3-scale": {
  3928. "version": "4.0.2",
  3929. "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
  3930. "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
  3931. "license": "ISC",
  3932. "dependencies": {
  3933. "d3-array": "2.10.0 - 3",
  3934. "d3-format": "1 - 3",
  3935. "d3-interpolate": "1.2.0 - 3",
  3936. "d3-time": "2.1.1 - 3",
  3937. "d3-time-format": "2 - 4"
  3938. },
  3939. "engines": {
  3940. "node": ">=12"
  3941. }
  3942. },
  3943. "node_modules/d3-shape": {
  3944. "version": "3.2.0",
  3945. "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
  3946. "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  3947. "license": "ISC",
  3948. "dependencies": {
  3949. "d3-path": "^3.1.0"
  3950. },
  3951. "engines": {
  3952. "node": ">=12"
  3953. }
  3954. },
  3955. "node_modules/d3-time": {
  3956. "version": "3.1.0",
  3957. "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
  3958. "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
  3959. "license": "ISC",
  3960. "dependencies": {
  3961. "d3-array": "2 - 3"
  3962. },
  3963. "engines": {
  3964. "node": ">=12"
  3965. }
  3966. },
  3967. "node_modules/d3-time-format": {
  3968. "version": "4.1.0",
  3969. "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
  3970. "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
  3971. "license": "ISC",
  3972. "dependencies": {
  3973. "d3-time": "1 - 3"
  3974. },
  3975. "engines": {
  3976. "node": ">=12"
  3977. }
  3978. },
  3979. "node_modules/d3-timer": {
  3980. "version": "3.0.1",
  3981. "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
  3982. "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
  3983. "license": "ISC",
  3984. "engines": {
  3985. "node": ">=12"
  3986. }
  3987. },
  3988. "node_modules/date-fns": {
  3989. "version": "3.6.0",
  3990. "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz",
  3991. "integrity": "sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==",
  3992. "license": "MIT",
  3993. "funding": {
  3994. "type": "github",
  3995. "url": "https://github.com/sponsors/kossnocorp"
  3996. }
  3997. },
  3998. "node_modules/debug": {
  3999. "version": "4.4.3",
  4000. "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
  4001. "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
  4002. "license": "MIT",
  4003. "dependencies": {
  4004. "ms": "^2.1.3"
  4005. },
  4006. "engines": {
  4007. "node": ">=6.0"
  4008. },
  4009. "peerDependenciesMeta": {
  4010. "supports-color": {
  4011. "optional": true
  4012. }
  4013. }
  4014. },
  4015. "node_modules/decimal.js-light": {
  4016. "version": "2.5.1",
  4017. "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz",
  4018. "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==",
  4019. "license": "MIT"
  4020. },
  4021. "node_modules/deep-eql": {
  4022. "version": "5.0.2",
  4023. "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz",
  4024. "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==",
  4025. "dev": true,
  4026. "license": "MIT",
  4027. "engines": {
  4028. "node": ">=6"
  4029. }
  4030. },
  4031. "node_modules/detect-libc": {
  4032. "version": "2.1.2",
  4033. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
  4034. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  4035. "dev": true,
  4036. "license": "Apache-2.0",
  4037. "engines": {
  4038. "node": ">=8"
  4039. }
  4040. },
  4041. "node_modules/detect-node-es": {
  4042. "version": "1.1.0",
  4043. "resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
  4044. "integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==",
  4045. "license": "MIT"
  4046. },
  4047. "node_modules/dnd-core": {
  4048. "version": "16.0.1",
  4049. "resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-16.0.1.tgz",
  4050. "integrity": "sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==",
  4051. "license": "MIT",
  4052. "dependencies": {
  4053. "@react-dnd/asap": "^5.0.1",
  4054. "@react-dnd/invariant": "^4.0.1",
  4055. "redux": "^4.2.0"
  4056. }
  4057. },
  4058. "node_modules/dom-helpers": {
  4059. "version": "5.2.1",
  4060. "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
  4061. "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
  4062. "license": "MIT",
  4063. "dependencies": {
  4064. "@babel/runtime": "^7.8.7",
  4065. "csstype": "^3.0.2"
  4066. }
  4067. },
  4068. "node_modules/electron-to-chromium": {
  4069. "version": "1.5.395",
  4070. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.395.tgz",
  4071. "integrity": "sha512-7zt9Aw+SrmxLWLN0zhaTWZQiCdryLVrYTq5R7iZakLvi2UQPYMMsROYV/2qVCzMeCiSXHwKOU+sZ4zOVVlrtKA==",
  4072. "dev": true,
  4073. "license": "ISC"
  4074. },
  4075. "node_modules/embla-carousel": {
  4076. "version": "8.6.0",
  4077. "resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
  4078. "integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
  4079. "license": "MIT"
  4080. },
  4081. "node_modules/embla-carousel-react": {
  4082. "version": "8.6.0",
  4083. "resolved": "https://registry.npmjs.org/embla-carousel-react/-/embla-carousel-react-8.6.0.tgz",
  4084. "integrity": "sha512-0/PjqU7geVmo6F734pmPqpyHqiM99olvyecY7zdweCw+6tKEXnrE90pBiBbMMU8s5tICemzpQ3hi5EpxzGW+JA==",
  4085. "license": "MIT",
  4086. "dependencies": {
  4087. "embla-carousel": "8.6.0",
  4088. "embla-carousel-reactive-utils": "8.6.0"
  4089. },
  4090. "peerDependencies": {
  4091. "react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  4092. }
  4093. },
  4094. "node_modules/embla-carousel-reactive-utils": {
  4095. "version": "8.6.0",
  4096. "resolved": "https://registry.npmjs.org/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.6.0.tgz",
  4097. "integrity": "sha512-fMVUDUEx0/uIEDM0Mz3dHznDhfX+znCCDCeIophYb1QGVM7YThSWX+wz11zlYwWFOr74b4QLGg0hrGPJeG2s4A==",
  4098. "license": "MIT",
  4099. "peerDependencies": {
  4100. "embla-carousel": "8.6.0"
  4101. }
  4102. },
  4103. "node_modules/enhanced-resolve": {
  4104. "version": "5.24.3",
  4105. "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.3.tgz",
  4106. "integrity": "sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==",
  4107. "dev": true,
  4108. "license": "MIT",
  4109. "dependencies": {
  4110. "graceful-fs": "^4.2.4",
  4111. "tapable": "^2.3.3"
  4112. },
  4113. "engines": {
  4114. "node": ">=10.13.0"
  4115. }
  4116. },
  4117. "node_modules/error-ex": {
  4118. "version": "1.3.4",
  4119. "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
  4120. "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
  4121. "license": "MIT",
  4122. "dependencies": {
  4123. "is-arrayish": "^0.2.1"
  4124. }
  4125. },
  4126. "node_modules/es-errors": {
  4127. "version": "1.3.0",
  4128. "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
  4129. "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
  4130. "license": "MIT",
  4131. "engines": {
  4132. "node": ">= 0.4"
  4133. }
  4134. },
  4135. "node_modules/es-module-lexer": {
  4136. "version": "1.7.0",
  4137. "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
  4138. "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
  4139. "dev": true,
  4140. "license": "MIT"
  4141. },
  4142. "node_modules/esbuild": {
  4143. "version": "0.25.12",
  4144. "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
  4145. "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
  4146. "dev": true,
  4147. "hasInstallScript": true,
  4148. "license": "MIT",
  4149. "bin": {
  4150. "esbuild": "bin/esbuild"
  4151. },
  4152. "engines": {
  4153. "node": ">=18"
  4154. },
  4155. "optionalDependencies": {
  4156. "@esbuild/aix-ppc64": "0.25.12",
  4157. "@esbuild/android-arm": "0.25.12",
  4158. "@esbuild/android-arm64": "0.25.12",
  4159. "@esbuild/android-x64": "0.25.12",
  4160. "@esbuild/darwin-arm64": "0.25.12",
  4161. "@esbuild/darwin-x64": "0.25.12",
  4162. "@esbuild/freebsd-arm64": "0.25.12",
  4163. "@esbuild/freebsd-x64": "0.25.12",
  4164. "@esbuild/linux-arm": "0.25.12",
  4165. "@esbuild/linux-arm64": "0.25.12",
  4166. "@esbuild/linux-ia32": "0.25.12",
  4167. "@esbuild/linux-loong64": "0.25.12",
  4168. "@esbuild/linux-mips64el": "0.25.12",
  4169. "@esbuild/linux-ppc64": "0.25.12",
  4170. "@esbuild/linux-riscv64": "0.25.12",
  4171. "@esbuild/linux-s390x": "0.25.12",
  4172. "@esbuild/linux-x64": "0.25.12",
  4173. "@esbuild/netbsd-arm64": "0.25.12",
  4174. "@esbuild/netbsd-x64": "0.25.12",
  4175. "@esbuild/openbsd-arm64": "0.25.12",
  4176. "@esbuild/openbsd-x64": "0.25.12",
  4177. "@esbuild/openharmony-arm64": "0.25.12",
  4178. "@esbuild/sunos-x64": "0.25.12",
  4179. "@esbuild/win32-arm64": "0.25.12",
  4180. "@esbuild/win32-ia32": "0.25.12",
  4181. "@esbuild/win32-x64": "0.25.12"
  4182. }
  4183. },
  4184. "node_modules/escalade": {
  4185. "version": "3.2.0",
  4186. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  4187. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  4188. "dev": true,
  4189. "license": "MIT",
  4190. "engines": {
  4191. "node": ">=6"
  4192. }
  4193. },
  4194. "node_modules/escape-string-regexp": {
  4195. "version": "4.0.0",
  4196. "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
  4197. "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
  4198. "license": "MIT",
  4199. "engines": {
  4200. "node": ">=10"
  4201. },
  4202. "funding": {
  4203. "url": "https://github.com/sponsors/sindresorhus"
  4204. }
  4205. },
  4206. "node_modules/estree-walker": {
  4207. "version": "3.0.3",
  4208. "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz",
  4209. "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==",
  4210. "dev": true,
  4211. "license": "MIT",
  4212. "dependencies": {
  4213. "@types/estree": "^1.0.0"
  4214. }
  4215. },
  4216. "node_modules/eventemitter3": {
  4217. "version": "4.0.7",
  4218. "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
  4219. "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
  4220. "license": "MIT"
  4221. },
  4222. "node_modules/expect-type": {
  4223. "version": "1.4.0",
  4224. "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz",
  4225. "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==",
  4226. "dev": true,
  4227. "license": "Apache-2.0",
  4228. "engines": {
  4229. "node": ">=12.0.0"
  4230. }
  4231. },
  4232. "node_modules/fast-deep-equal": {
  4233. "version": "3.1.3",
  4234. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  4235. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  4236. "license": "MIT"
  4237. },
  4238. "node_modules/fast-equals": {
  4239. "version": "5.4.1",
  4240. "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.1.tgz",
  4241. "integrity": "sha512-DjlFSM5Pk9cGcL0q5QXl66eGzx0N6szNgaswwc5ZphlBohjTVJSnGgI+rJVOgOi65qUoQnDZN4nDqi33udtydQ==",
  4242. "license": "MIT",
  4243. "engines": {
  4244. "node": ">=6.0.0"
  4245. }
  4246. },
  4247. "node_modules/fdir": {
  4248. "version": "6.5.0",
  4249. "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
  4250. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  4251. "dev": true,
  4252. "license": "MIT",
  4253. "engines": {
  4254. "node": ">=12.0.0"
  4255. },
  4256. "peerDependencies": {
  4257. "picomatch": "^3 || ^4"
  4258. },
  4259. "peerDependenciesMeta": {
  4260. "picomatch": {
  4261. "optional": true
  4262. }
  4263. }
  4264. },
  4265. "node_modules/find-root": {
  4266. "version": "1.1.0",
  4267. "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz",
  4268. "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==",
  4269. "license": "MIT"
  4270. },
  4271. "node_modules/framer-motion": {
  4272. "version": "12.42.2",
  4273. "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.42.2.tgz",
  4274. "integrity": "sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==",
  4275. "license": "MIT",
  4276. "dependencies": {
  4277. "motion-dom": "^12.42.2",
  4278. "motion-utils": "^12.39.0",
  4279. "tslib": "^2.4.0"
  4280. },
  4281. "peerDependencies": {
  4282. "@emotion/is-prop-valid": "*",
  4283. "react": "^18.0.0 || ^19.0.0",
  4284. "react-dom": "^18.0.0 || ^19.0.0"
  4285. },
  4286. "peerDependenciesMeta": {
  4287. "@emotion/is-prop-valid": {
  4288. "optional": true
  4289. },
  4290. "react": {
  4291. "optional": true
  4292. },
  4293. "react-dom": {
  4294. "optional": true
  4295. }
  4296. }
  4297. },
  4298. "node_modules/fsevents": {
  4299. "version": "2.3.3",
  4300. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
  4301. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  4302. "dev": true,
  4303. "hasInstallScript": true,
  4304. "license": "MIT",
  4305. "optional": true,
  4306. "os": [
  4307. "darwin"
  4308. ],
  4309. "engines": {
  4310. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  4311. }
  4312. },
  4313. "node_modules/function-bind": {
  4314. "version": "1.1.2",
  4315. "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  4316. "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  4317. "license": "MIT",
  4318. "funding": {
  4319. "url": "https://github.com/sponsors/ljharb"
  4320. }
  4321. },
  4322. "node_modules/gensync": {
  4323. "version": "1.0.0-beta.2",
  4324. "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
  4325. "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
  4326. "dev": true,
  4327. "license": "MIT",
  4328. "engines": {
  4329. "node": ">=6.9.0"
  4330. }
  4331. },
  4332. "node_modules/get-nonce": {
  4333. "version": "1.0.1",
  4334. "resolved": "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz",
  4335. "integrity": "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==",
  4336. "license": "MIT",
  4337. "engines": {
  4338. "node": ">=6"
  4339. }
  4340. },
  4341. "node_modules/graceful-fs": {
  4342. "version": "4.2.11",
  4343. "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
  4344. "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
  4345. "dev": true,
  4346. "license": "ISC"
  4347. },
  4348. "node_modules/hasown": {
  4349. "version": "2.0.4",
  4350. "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
  4351. "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
  4352. "license": "MIT",
  4353. "dependencies": {
  4354. "function-bind": "^1.1.2"
  4355. },
  4356. "engines": {
  4357. "node": ">= 0.4"
  4358. }
  4359. },
  4360. "node_modules/hoist-non-react-statics": {
  4361. "version": "3.3.2",
  4362. "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
  4363. "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
  4364. "license": "BSD-3-Clause",
  4365. "dependencies": {
  4366. "react-is": "^16.7.0"
  4367. }
  4368. },
  4369. "node_modules/hoist-non-react-statics/node_modules/react-is": {
  4370. "version": "16.13.1",
  4371. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  4372. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  4373. "license": "MIT"
  4374. },
  4375. "node_modules/import-fresh": {
  4376. "version": "3.3.1",
  4377. "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
  4378. "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
  4379. "license": "MIT",
  4380. "dependencies": {
  4381. "parent-module": "^1.0.0",
  4382. "resolve-from": "^4.0.0"
  4383. },
  4384. "engines": {
  4385. "node": ">=6"
  4386. },
  4387. "funding": {
  4388. "url": "https://github.com/sponsors/sindresorhus"
  4389. }
  4390. },
  4391. "node_modules/input-otp": {
  4392. "version": "1.4.2",
  4393. "resolved": "https://registry.npmjs.org/input-otp/-/input-otp-1.4.2.tgz",
  4394. "integrity": "sha512-l3jWwYNvrEa6NTCt7BECfCm48GvwuZzkoeG3gBL2w4CHeOXW3eKFmf9UNYkNfYc3mxMrthMnxjIE07MT0zLBQA==",
  4395. "license": "MIT",
  4396. "peerDependencies": {
  4397. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
  4398. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
  4399. }
  4400. },
  4401. "node_modules/internmap": {
  4402. "version": "2.0.3",
  4403. "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
  4404. "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  4405. "license": "ISC",
  4406. "engines": {
  4407. "node": ">=12"
  4408. }
  4409. },
  4410. "node_modules/is-arrayish": {
  4411. "version": "0.2.1",
  4412. "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
  4413. "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
  4414. "license": "MIT"
  4415. },
  4416. "node_modules/is-core-module": {
  4417. "version": "2.16.2",
  4418. "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
  4419. "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
  4420. "license": "MIT",
  4421. "dependencies": {
  4422. "hasown": "^2.0.3"
  4423. },
  4424. "engines": {
  4425. "node": ">= 0.4"
  4426. },
  4427. "funding": {
  4428. "url": "https://github.com/sponsors/ljharb"
  4429. }
  4430. },
  4431. "node_modules/jiti": {
  4432. "version": "2.7.0",
  4433. "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
  4434. "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
  4435. "dev": true,
  4436. "license": "MIT",
  4437. "bin": {
  4438. "jiti": "lib/jiti-cli.mjs"
  4439. }
  4440. },
  4441. "node_modules/js-tokens": {
  4442. "version": "4.0.0",
  4443. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
  4444. "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
  4445. "license": "MIT"
  4446. },
  4447. "node_modules/jsesc": {
  4448. "version": "3.1.0",
  4449. "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
  4450. "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
  4451. "license": "MIT",
  4452. "bin": {
  4453. "jsesc": "bin/jsesc"
  4454. },
  4455. "engines": {
  4456. "node": ">=6"
  4457. }
  4458. },
  4459. "node_modules/json-parse-even-better-errors": {
  4460. "version": "2.3.1",
  4461. "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  4462. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  4463. "license": "MIT"
  4464. },
  4465. "node_modules/json2mq": {
  4466. "version": "0.2.0",
  4467. "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
  4468. "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
  4469. "license": "MIT",
  4470. "dependencies": {
  4471. "string-convert": "^0.2.0"
  4472. }
  4473. },
  4474. "node_modules/json5": {
  4475. "version": "2.2.3",
  4476. "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
  4477. "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
  4478. "dev": true,
  4479. "license": "MIT",
  4480. "bin": {
  4481. "json5": "lib/cli.js"
  4482. },
  4483. "engines": {
  4484. "node": ">=6"
  4485. }
  4486. },
  4487. "node_modules/lightningcss": {
  4488. "version": "1.30.1",
  4489. "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.30.1.tgz",
  4490. "integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
  4491. "dev": true,
  4492. "license": "MPL-2.0",
  4493. "dependencies": {
  4494. "detect-libc": "^2.0.3"
  4495. },
  4496. "engines": {
  4497. "node": ">= 12.0.0"
  4498. },
  4499. "funding": {
  4500. "type": "opencollective",
  4501. "url": "https://opencollective.com/parcel"
  4502. },
  4503. "optionalDependencies": {
  4504. "lightningcss-darwin-arm64": "1.30.1",
  4505. "lightningcss-darwin-x64": "1.30.1",
  4506. "lightningcss-freebsd-x64": "1.30.1",
  4507. "lightningcss-linux-arm-gnueabihf": "1.30.1",
  4508. "lightningcss-linux-arm64-gnu": "1.30.1",
  4509. "lightningcss-linux-arm64-musl": "1.30.1",
  4510. "lightningcss-linux-x64-gnu": "1.30.1",
  4511. "lightningcss-linux-x64-musl": "1.30.1",
  4512. "lightningcss-win32-arm64-msvc": "1.30.1",
  4513. "lightningcss-win32-x64-msvc": "1.30.1"
  4514. }
  4515. },
  4516. "node_modules/lightningcss-darwin-arm64": {
  4517. "version": "1.30.1",
  4518. "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.30.1.tgz",
  4519. "integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
  4520. "cpu": [
  4521. "arm64"
  4522. ],
  4523. "dev": true,
  4524. "license": "MPL-2.0",
  4525. "optional": true,
  4526. "os": [
  4527. "darwin"
  4528. ],
  4529. "engines": {
  4530. "node": ">= 12.0.0"
  4531. },
  4532. "funding": {
  4533. "type": "opencollective",
  4534. "url": "https://opencollective.com/parcel"
  4535. }
  4536. },
  4537. "node_modules/lightningcss-darwin-x64": {
  4538. "version": "1.30.1",
  4539. "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.30.1.tgz",
  4540. "integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
  4541. "cpu": [
  4542. "x64"
  4543. ],
  4544. "dev": true,
  4545. "license": "MPL-2.0",
  4546. "optional": true,
  4547. "os": [
  4548. "darwin"
  4549. ],
  4550. "engines": {
  4551. "node": ">= 12.0.0"
  4552. },
  4553. "funding": {
  4554. "type": "opencollective",
  4555. "url": "https://opencollective.com/parcel"
  4556. }
  4557. },
  4558. "node_modules/lightningcss-freebsd-x64": {
  4559. "version": "1.30.1",
  4560. "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.30.1.tgz",
  4561. "integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
  4562. "cpu": [
  4563. "x64"
  4564. ],
  4565. "dev": true,
  4566. "license": "MPL-2.0",
  4567. "optional": true,
  4568. "os": [
  4569. "freebsd"
  4570. ],
  4571. "engines": {
  4572. "node": ">= 12.0.0"
  4573. },
  4574. "funding": {
  4575. "type": "opencollective",
  4576. "url": "https://opencollective.com/parcel"
  4577. }
  4578. },
  4579. "node_modules/lightningcss-linux-arm-gnueabihf": {
  4580. "version": "1.30.1",
  4581. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.30.1.tgz",
  4582. "integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
  4583. "cpu": [
  4584. "arm"
  4585. ],
  4586. "dev": true,
  4587. "license": "MPL-2.0",
  4588. "optional": true,
  4589. "os": [
  4590. "linux"
  4591. ],
  4592. "engines": {
  4593. "node": ">= 12.0.0"
  4594. },
  4595. "funding": {
  4596. "type": "opencollective",
  4597. "url": "https://opencollective.com/parcel"
  4598. }
  4599. },
  4600. "node_modules/lightningcss-linux-arm64-gnu": {
  4601. "version": "1.30.1",
  4602. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.30.1.tgz",
  4603. "integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
  4604. "cpu": [
  4605. "arm64"
  4606. ],
  4607. "dev": true,
  4608. "license": "MPL-2.0",
  4609. "optional": true,
  4610. "os": [
  4611. "linux"
  4612. ],
  4613. "engines": {
  4614. "node": ">= 12.0.0"
  4615. },
  4616. "funding": {
  4617. "type": "opencollective",
  4618. "url": "https://opencollective.com/parcel"
  4619. }
  4620. },
  4621. "node_modules/lightningcss-linux-arm64-musl": {
  4622. "version": "1.30.1",
  4623. "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.30.1.tgz",
  4624. "integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
  4625. "cpu": [
  4626. "arm64"
  4627. ],
  4628. "dev": true,
  4629. "license": "MPL-2.0",
  4630. "optional": true,
  4631. "os": [
  4632. "linux"
  4633. ],
  4634. "engines": {
  4635. "node": ">= 12.0.0"
  4636. },
  4637. "funding": {
  4638. "type": "opencollective",
  4639. "url": "https://opencollective.com/parcel"
  4640. }
  4641. },
  4642. "node_modules/lightningcss-linux-x64-gnu": {
  4643. "version": "1.30.1",
  4644. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.30.1.tgz",
  4645. "integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
  4646. "cpu": [
  4647. "x64"
  4648. ],
  4649. "dev": true,
  4650. "license": "MPL-2.0",
  4651. "optional": true,
  4652. "os": [
  4653. "linux"
  4654. ],
  4655. "engines": {
  4656. "node": ">= 12.0.0"
  4657. },
  4658. "funding": {
  4659. "type": "opencollective",
  4660. "url": "https://opencollective.com/parcel"
  4661. }
  4662. },
  4663. "node_modules/lightningcss-linux-x64-musl": {
  4664. "version": "1.30.1",
  4665. "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.30.1.tgz",
  4666. "integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
  4667. "cpu": [
  4668. "x64"
  4669. ],
  4670. "dev": true,
  4671. "license": "MPL-2.0",
  4672. "optional": true,
  4673. "os": [
  4674. "linux"
  4675. ],
  4676. "engines": {
  4677. "node": ">= 12.0.0"
  4678. },
  4679. "funding": {
  4680. "type": "opencollective",
  4681. "url": "https://opencollective.com/parcel"
  4682. }
  4683. },
  4684. "node_modules/lightningcss-win32-arm64-msvc": {
  4685. "version": "1.30.1",
  4686. "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.30.1.tgz",
  4687. "integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
  4688. "cpu": [
  4689. "arm64"
  4690. ],
  4691. "dev": true,
  4692. "license": "MPL-2.0",
  4693. "optional": true,
  4694. "os": [
  4695. "win32"
  4696. ],
  4697. "engines": {
  4698. "node": ">= 12.0.0"
  4699. },
  4700. "funding": {
  4701. "type": "opencollective",
  4702. "url": "https://opencollective.com/parcel"
  4703. }
  4704. },
  4705. "node_modules/lightningcss-win32-x64-msvc": {
  4706. "version": "1.30.1",
  4707. "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.30.1.tgz",
  4708. "integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
  4709. "cpu": [
  4710. "x64"
  4711. ],
  4712. "dev": true,
  4713. "license": "MPL-2.0",
  4714. "optional": true,
  4715. "os": [
  4716. "win32"
  4717. ],
  4718. "engines": {
  4719. "node": ">= 12.0.0"
  4720. },
  4721. "funding": {
  4722. "type": "opencollective",
  4723. "url": "https://opencollective.com/parcel"
  4724. }
  4725. },
  4726. "node_modules/lines-and-columns": {
  4727. "version": "1.2.4",
  4728. "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
  4729. "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
  4730. "license": "MIT"
  4731. },
  4732. "node_modules/lodash": {
  4733. "version": "4.18.1",
  4734. "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
  4735. "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
  4736. "license": "MIT"
  4737. },
  4738. "node_modules/lodash.debounce": {
  4739. "version": "4.0.8",
  4740. "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
  4741. "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
  4742. "license": "MIT"
  4743. },
  4744. "node_modules/loose-envify": {
  4745. "version": "1.4.0",
  4746. "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
  4747. "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
  4748. "license": "MIT",
  4749. "dependencies": {
  4750. "js-tokens": "^3.0.0 || ^4.0.0"
  4751. },
  4752. "bin": {
  4753. "loose-envify": "cli.js"
  4754. }
  4755. },
  4756. "node_modules/loupe": {
  4757. "version": "3.2.1",
  4758. "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.2.1.tgz",
  4759. "integrity": "sha512-CdzqowRJCeLU72bHvWqwRBBlLcMEtIvGrlvef74kMnV2AolS9Y8xUv1I0U/MNAWMhBlKIoyuEgoJ0t/bbwHbLQ==",
  4760. "dev": true,
  4761. "license": "MIT"
  4762. },
  4763. "node_modules/lru-cache": {
  4764. "version": "5.1.1",
  4765. "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
  4766. "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
  4767. "dev": true,
  4768. "license": "ISC",
  4769. "dependencies": {
  4770. "yallist": "^3.0.2"
  4771. }
  4772. },
  4773. "node_modules/lucide-react": {
  4774. "version": "0.487.0",
  4775. "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.487.0.tgz",
  4776. "integrity": "sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==",
  4777. "license": "ISC",
  4778. "peerDependencies": {
  4779. "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  4780. }
  4781. },
  4782. "node_modules/magic-string": {
  4783. "version": "0.30.21",
  4784. "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
  4785. "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
  4786. "dev": true,
  4787. "license": "MIT",
  4788. "dependencies": {
  4789. "@jridgewell/sourcemap-codec": "^1.5.5"
  4790. }
  4791. },
  4792. "node_modules/minipass": {
  4793. "version": "7.1.3",
  4794. "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
  4795. "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
  4796. "dev": true,
  4797. "license": "BlueOak-1.0.0",
  4798. "engines": {
  4799. "node": ">=16 || 14 >=14.17"
  4800. }
  4801. },
  4802. "node_modules/minizlib": {
  4803. "version": "3.1.0",
  4804. "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
  4805. "integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
  4806. "dev": true,
  4807. "license": "MIT",
  4808. "dependencies": {
  4809. "minipass": "^7.1.2"
  4810. },
  4811. "engines": {
  4812. "node": ">= 18"
  4813. }
  4814. },
  4815. "node_modules/motion": {
  4816. "version": "12.23.24",
  4817. "resolved": "https://registry.npmjs.org/motion/-/motion-12.23.24.tgz",
  4818. "integrity": "sha512-Rc5E7oe2YZ72N//S3QXGzbnXgqNrTESv8KKxABR20q2FLch9gHLo0JLyYo2hZ238bZ9Gx6cWhj9VO0IgwbMjCw==",
  4819. "license": "MIT",
  4820. "dependencies": {
  4821. "framer-motion": "^12.23.24",
  4822. "tslib": "^2.4.0"
  4823. },
  4824. "peerDependencies": {
  4825. "@emotion/is-prop-valid": "*",
  4826. "react": "^18.0.0 || ^19.0.0",
  4827. "react-dom": "^18.0.0 || ^19.0.0"
  4828. },
  4829. "peerDependenciesMeta": {
  4830. "@emotion/is-prop-valid": {
  4831. "optional": true
  4832. },
  4833. "react": {
  4834. "optional": true
  4835. },
  4836. "react-dom": {
  4837. "optional": true
  4838. }
  4839. }
  4840. },
  4841. "node_modules/motion-dom": {
  4842. "version": "12.42.2",
  4843. "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.42.2.tgz",
  4844. "integrity": "sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==",
  4845. "license": "MIT",
  4846. "dependencies": {
  4847. "motion-utils": "^12.39.0"
  4848. }
  4849. },
  4850. "node_modules/motion-utils": {
  4851. "version": "12.39.0",
  4852. "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz",
  4853. "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==",
  4854. "license": "MIT"
  4855. },
  4856. "node_modules/ms": {
  4857. "version": "2.1.3",
  4858. "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
  4859. "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
  4860. "license": "MIT"
  4861. },
  4862. "node_modules/nanoid": {
  4863. "version": "3.3.16",
  4864. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
  4865. "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
  4866. "dev": true,
  4867. "funding": [
  4868. {
  4869. "type": "github",
  4870. "url": "https://github.com/sponsors/ai"
  4871. }
  4872. ],
  4873. "license": "MIT",
  4874. "bin": {
  4875. "nanoid": "bin/nanoid.cjs"
  4876. },
  4877. "engines": {
  4878. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  4879. }
  4880. },
  4881. "node_modules/next-themes": {
  4882. "version": "0.4.6",
  4883. "resolved": "https://registry.npmjs.org/next-themes/-/next-themes-0.4.6.tgz",
  4884. "integrity": "sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==",
  4885. "license": "MIT",
  4886. "peerDependencies": {
  4887. "react": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc",
  4888. "react-dom": "^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc"
  4889. }
  4890. },
  4891. "node_modules/node-releases": {
  4892. "version": "2.0.51",
  4893. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
  4894. "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
  4895. "dev": true,
  4896. "license": "MIT",
  4897. "engines": {
  4898. "node": ">=18"
  4899. }
  4900. },
  4901. "node_modules/object-assign": {
  4902. "version": "4.1.1",
  4903. "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
  4904. "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
  4905. "license": "MIT",
  4906. "engines": {
  4907. "node": ">=0.10.0"
  4908. }
  4909. },
  4910. "node_modules/parent-module": {
  4911. "version": "1.0.1",
  4912. "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
  4913. "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
  4914. "license": "MIT",
  4915. "dependencies": {
  4916. "callsites": "^3.0.0"
  4917. },
  4918. "engines": {
  4919. "node": ">=6"
  4920. }
  4921. },
  4922. "node_modules/parse-json": {
  4923. "version": "5.2.0",
  4924. "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
  4925. "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
  4926. "license": "MIT",
  4927. "dependencies": {
  4928. "@babel/code-frame": "^7.0.0",
  4929. "error-ex": "^1.3.1",
  4930. "json-parse-even-better-errors": "^2.3.0",
  4931. "lines-and-columns": "^1.1.6"
  4932. },
  4933. "engines": {
  4934. "node": ">=8"
  4935. },
  4936. "funding": {
  4937. "url": "https://github.com/sponsors/sindresorhus"
  4938. }
  4939. },
  4940. "node_modules/path-parse": {
  4941. "version": "1.0.7",
  4942. "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
  4943. "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
  4944. "license": "MIT"
  4945. },
  4946. "node_modules/path-type": {
  4947. "version": "4.0.0",
  4948. "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
  4949. "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
  4950. "license": "MIT",
  4951. "engines": {
  4952. "node": ">=8"
  4953. }
  4954. },
  4955. "node_modules/pathe": {
  4956. "version": "2.0.3",
  4957. "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
  4958. "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
  4959. "dev": true,
  4960. "license": "MIT"
  4961. },
  4962. "node_modules/pathval": {
  4963. "version": "2.0.1",
  4964. "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.1.tgz",
  4965. "integrity": "sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==",
  4966. "dev": true,
  4967. "license": "MIT",
  4968. "engines": {
  4969. "node": ">= 14.16"
  4970. }
  4971. },
  4972. "node_modules/picocolors": {
  4973. "version": "1.1.1",
  4974. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  4975. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  4976. "license": "ISC"
  4977. },
  4978. "node_modules/picomatch": {
  4979. "version": "4.0.5",
  4980. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
  4981. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  4982. "dev": true,
  4983. "license": "MIT",
  4984. "engines": {
  4985. "node": ">=12"
  4986. },
  4987. "funding": {
  4988. "url": "https://github.com/sponsors/jonschlinkert"
  4989. }
  4990. },
  4991. "node_modules/postcss": {
  4992. "version": "8.5.22",
  4993. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.22.tgz",
  4994. "integrity": "sha512-KBDEIpLrvpv16pp3K0Fw+UCoZfopFjjgeB+0tA/aaThfEE74kKDLrgg603YvOWJyg3+WYtyq3xYsQWsIyZlPqQ==",
  4995. "dev": true,
  4996. "funding": [
  4997. {
  4998. "type": "opencollective",
  4999. "url": "https://opencollective.com/postcss/"
  5000. },
  5001. {
  5002. "type": "tidelift",
  5003. "url": "https://tidelift.com/funding/github/npm/postcss"
  5004. },
  5005. {
  5006. "type": "github",
  5007. "url": "https://github.com/sponsors/ai"
  5008. }
  5009. ],
  5010. "license": "MIT",
  5011. "dependencies": {
  5012. "nanoid": "^3.3.16",
  5013. "picocolors": "^1.1.1",
  5014. "source-map-js": "^1.2.1"
  5015. },
  5016. "engines": {
  5017. "node": "^10 || ^12 || >=14"
  5018. }
  5019. },
  5020. "node_modules/prop-types": {
  5021. "version": "15.8.1",
  5022. "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
  5023. "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
  5024. "license": "MIT",
  5025. "dependencies": {
  5026. "loose-envify": "^1.4.0",
  5027. "object-assign": "^4.1.1",
  5028. "react-is": "^16.13.1"
  5029. }
  5030. },
  5031. "node_modules/prop-types/node_modules/react-is": {
  5032. "version": "16.13.1",
  5033. "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
  5034. "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
  5035. "license": "MIT"
  5036. },
  5037. "node_modules/react": {
  5038. "version": "18.3.1",
  5039. "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
  5040. "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
  5041. "license": "MIT",
  5042. "dependencies": {
  5043. "loose-envify": "^1.1.0"
  5044. },
  5045. "engines": {
  5046. "node": ">=0.10.0"
  5047. }
  5048. },
  5049. "node_modules/react-day-picker": {
  5050. "version": "8.10.1",
  5051. "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.10.1.tgz",
  5052. "integrity": "sha512-TMx7fNbhLk15eqcMt+7Z7S2KF7mfTId/XJDjKE8f+IUcFn0l08/kI4FiYTL/0yuOLmEcbR4Fwe3GJf/NiiMnPA==",
  5053. "license": "MIT",
  5054. "funding": {
  5055. "type": "individual",
  5056. "url": "https://github.com/sponsors/gpbl"
  5057. },
  5058. "peerDependencies": {
  5059. "date-fns": "^2.28.0 || ^3.0.0",
  5060. "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  5061. }
  5062. },
  5063. "node_modules/react-dnd": {
  5064. "version": "16.0.1",
  5065. "resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-16.0.1.tgz",
  5066. "integrity": "sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==",
  5067. "license": "MIT",
  5068. "dependencies": {
  5069. "@react-dnd/invariant": "^4.0.1",
  5070. "@react-dnd/shallowequal": "^4.0.1",
  5071. "dnd-core": "^16.0.1",
  5072. "fast-deep-equal": "^3.1.3",
  5073. "hoist-non-react-statics": "^3.3.2"
  5074. },
  5075. "peerDependencies": {
  5076. "@types/hoist-non-react-statics": ">= 3.3.1",
  5077. "@types/node": ">= 12",
  5078. "@types/react": ">= 16",
  5079. "react": ">= 16.14"
  5080. },
  5081. "peerDependenciesMeta": {
  5082. "@types/hoist-non-react-statics": {
  5083. "optional": true
  5084. },
  5085. "@types/node": {
  5086. "optional": true
  5087. },
  5088. "@types/react": {
  5089. "optional": true
  5090. }
  5091. }
  5092. },
  5093. "node_modules/react-dnd-html5-backend": {
  5094. "version": "16.0.1",
  5095. "resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-16.0.1.tgz",
  5096. "integrity": "sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==",
  5097. "license": "MIT",
  5098. "dependencies": {
  5099. "dnd-core": "^16.0.1"
  5100. }
  5101. },
  5102. "node_modules/react-dom": {
  5103. "version": "18.3.1",
  5104. "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
  5105. "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
  5106. "license": "MIT",
  5107. "dependencies": {
  5108. "loose-envify": "^1.1.0",
  5109. "scheduler": "^0.23.2"
  5110. },
  5111. "peerDependencies": {
  5112. "react": "^18.3.1"
  5113. }
  5114. },
  5115. "node_modules/react-fast-compare": {
  5116. "version": "3.2.2",
  5117. "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
  5118. "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
  5119. "license": "MIT"
  5120. },
  5121. "node_modules/react-hook-form": {
  5122. "version": "7.55.0",
  5123. "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.55.0.tgz",
  5124. "integrity": "sha512-XRnjsH3GVMQz1moZTW53MxfoWN7aDpUg/GpVNc4A3eXRVNdGXfbzJ4vM4aLQ8g6XCUh1nIbx70aaNCl7kxnjog==",
  5125. "license": "MIT",
  5126. "engines": {
  5127. "node": ">=18.0.0"
  5128. },
  5129. "funding": {
  5130. "type": "opencollective",
  5131. "url": "https://opencollective.com/react-hook-form"
  5132. },
  5133. "peerDependencies": {
  5134. "react": "^16.8.0 || ^17 || ^18 || ^19"
  5135. }
  5136. },
  5137. "node_modules/react-is": {
  5138. "version": "19.2.8",
  5139. "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.8.tgz",
  5140. "integrity": "sha512-s5un28nYxKJw5gvUHyW5PCC28CvBqLu9r3cWgzHT4Vo/5fqqkFcdRYsGcKf50WMPpjjFZS5d76fn3YCo2njKwQ==",
  5141. "license": "MIT"
  5142. },
  5143. "node_modules/react-popper": {
  5144. "version": "2.3.0",
  5145. "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz",
  5146. "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==",
  5147. "license": "MIT",
  5148. "dependencies": {
  5149. "react-fast-compare": "^3.0.1",
  5150. "warning": "^4.0.2"
  5151. },
  5152. "peerDependencies": {
  5153. "@popperjs/core": "^2.0.0",
  5154. "react": "^16.8.0 || ^17 || ^18",
  5155. "react-dom": "^16.8.0 || ^17 || ^18"
  5156. }
  5157. },
  5158. "node_modules/react-refresh": {
  5159. "version": "0.17.0",
  5160. "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
  5161. "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
  5162. "dev": true,
  5163. "license": "MIT",
  5164. "engines": {
  5165. "node": ">=0.10.0"
  5166. }
  5167. },
  5168. "node_modules/react-remove-scroll": {
  5169. "version": "2.7.2",
  5170. "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.7.2.tgz",
  5171. "integrity": "sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==",
  5172. "license": "MIT",
  5173. "dependencies": {
  5174. "react-remove-scroll-bar": "^2.3.7",
  5175. "react-style-singleton": "^2.2.3",
  5176. "tslib": "^2.1.0",
  5177. "use-callback-ref": "^1.3.3",
  5178. "use-sidecar": "^1.1.3"
  5179. },
  5180. "engines": {
  5181. "node": ">=10"
  5182. },
  5183. "peerDependencies": {
  5184. "@types/react": "*",
  5185. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5186. },
  5187. "peerDependenciesMeta": {
  5188. "@types/react": {
  5189. "optional": true
  5190. }
  5191. }
  5192. },
  5193. "node_modules/react-remove-scroll-bar": {
  5194. "version": "2.3.8",
  5195. "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
  5196. "integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
  5197. "license": "MIT",
  5198. "dependencies": {
  5199. "react-style-singleton": "^2.2.2",
  5200. "tslib": "^2.0.0"
  5201. },
  5202. "engines": {
  5203. "node": ">=10"
  5204. },
  5205. "peerDependencies": {
  5206. "@types/react": "*",
  5207. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5208. },
  5209. "peerDependenciesMeta": {
  5210. "@types/react": {
  5211. "optional": true
  5212. }
  5213. }
  5214. },
  5215. "node_modules/react-resizable-panels": {
  5216. "version": "2.1.7",
  5217. "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.7.tgz",
  5218. "integrity": "sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==",
  5219. "license": "MIT",
  5220. "peerDependencies": {
  5221. "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
  5222. "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5223. }
  5224. },
  5225. "node_modules/react-responsive-masonry": {
  5226. "version": "2.7.1",
  5227. "resolved": "https://registry.npmjs.org/react-responsive-masonry/-/react-responsive-masonry-2.7.1.tgz",
  5228. "integrity": "sha512-Q+u+nOH87PzjqGFd2PgTcmLpHPZnCmUPREHYoNBc8dwJv6fi51p9U6hqwG8g/T8MN86HrFjrU+uQU6yvETU7cA==",
  5229. "license": "MIT"
  5230. },
  5231. "node_modules/react-router": {
  5232. "version": "7.13.0",
  5233. "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz",
  5234. "integrity": "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==",
  5235. "license": "MIT",
  5236. "dependencies": {
  5237. "cookie": "^1.0.1",
  5238. "set-cookie-parser": "^2.6.0"
  5239. },
  5240. "engines": {
  5241. "node": ">=20.0.0"
  5242. },
  5243. "peerDependencies": {
  5244. "react": ">=18",
  5245. "react-dom": ">=18"
  5246. },
  5247. "peerDependenciesMeta": {
  5248. "react-dom": {
  5249. "optional": true
  5250. }
  5251. }
  5252. },
  5253. "node_modules/react-slick": {
  5254. "version": "0.31.0",
  5255. "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.31.0.tgz",
  5256. "integrity": "sha512-zo6VLT8wuSBJffg/TFPbzrw2dEnfZ/cUKmYsKByh3AgatRv29m2LoFbq5vRMa3R3A4wp4d8gwbJKO2fWZFaI3g==",
  5257. "license": "MIT",
  5258. "dependencies": {
  5259. "classnames": "^2.2.5",
  5260. "json2mq": "^0.2.0",
  5261. "lodash.debounce": "^4.0.8",
  5262. "resize-observer-polyfill": "^1.5.0"
  5263. },
  5264. "peerDependencies": {
  5265. "react": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  5266. "react-dom": "^0.14.0 || ^15.0.1 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5267. }
  5268. },
  5269. "node_modules/react-smooth": {
  5270. "version": "4.0.4",
  5271. "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz",
  5272. "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
  5273. "license": "MIT",
  5274. "dependencies": {
  5275. "fast-equals": "^5.0.1",
  5276. "prop-types": "^15.8.1",
  5277. "react-transition-group": "^4.4.5"
  5278. },
  5279. "peerDependencies": {
  5280. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  5281. "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5282. }
  5283. },
  5284. "node_modules/react-style-singleton": {
  5285. "version": "2.2.3",
  5286. "resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
  5287. "integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
  5288. "license": "MIT",
  5289. "dependencies": {
  5290. "get-nonce": "^1.0.0",
  5291. "tslib": "^2.0.0"
  5292. },
  5293. "engines": {
  5294. "node": ">=10"
  5295. },
  5296. "peerDependencies": {
  5297. "@types/react": "*",
  5298. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5299. },
  5300. "peerDependenciesMeta": {
  5301. "@types/react": {
  5302. "optional": true
  5303. }
  5304. }
  5305. },
  5306. "node_modules/react-transition-group": {
  5307. "version": "4.4.5",
  5308. "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
  5309. "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
  5310. "license": "BSD-3-Clause",
  5311. "dependencies": {
  5312. "@babel/runtime": "^7.5.5",
  5313. "dom-helpers": "^5.0.1",
  5314. "loose-envify": "^1.4.0",
  5315. "prop-types": "^15.6.2"
  5316. },
  5317. "peerDependencies": {
  5318. "react": ">=16.6.0",
  5319. "react-dom": ">=16.6.0"
  5320. }
  5321. },
  5322. "node_modules/recharts": {
  5323. "version": "2.15.2",
  5324. "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.2.tgz",
  5325. "integrity": "sha512-xv9lVztv3ingk7V3Jf05wfAZbM9Q2umJzu5t/cfnAK7LUslNrGT7LPBr74G+ok8kSCeFMaePmWMg0rcYOnczTw==",
  5326. "deprecated": "1.x and 2.x branches are no longer active. Bump to Recharts v3 to receive latest features and bugfixes. See https://github.com/recharts/recharts/wiki/3.0-migration-guide",
  5327. "license": "MIT",
  5328. "dependencies": {
  5329. "clsx": "^2.0.0",
  5330. "eventemitter3": "^4.0.1",
  5331. "lodash": "^4.17.21",
  5332. "react-is": "^18.3.1",
  5333. "react-smooth": "^4.0.4",
  5334. "recharts-scale": "^0.4.4",
  5335. "tiny-invariant": "^1.3.1",
  5336. "victory-vendor": "^36.6.8"
  5337. },
  5338. "engines": {
  5339. "node": ">=14"
  5340. },
  5341. "peerDependencies": {
  5342. "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
  5343. "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  5344. }
  5345. },
  5346. "node_modules/recharts-scale": {
  5347. "version": "0.4.5",
  5348. "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz",
  5349. "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
  5350. "license": "MIT",
  5351. "dependencies": {
  5352. "decimal.js-light": "^2.4.1"
  5353. }
  5354. },
  5355. "node_modules/recharts/node_modules/react-is": {
  5356. "version": "18.3.1",
  5357. "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
  5358. "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
  5359. "license": "MIT"
  5360. },
  5361. "node_modules/redux": {
  5362. "version": "4.2.1",
  5363. "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
  5364. "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
  5365. "license": "MIT",
  5366. "dependencies": {
  5367. "@babel/runtime": "^7.9.2"
  5368. }
  5369. },
  5370. "node_modules/resize-observer-polyfill": {
  5371. "version": "1.5.1",
  5372. "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  5373. "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  5374. "license": "MIT"
  5375. },
  5376. "node_modules/resolve": {
  5377. "version": "1.22.12",
  5378. "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
  5379. "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
  5380. "license": "MIT",
  5381. "dependencies": {
  5382. "es-errors": "^1.3.0",
  5383. "is-core-module": "^2.16.1",
  5384. "path-parse": "^1.0.7",
  5385. "supports-preserve-symlinks-flag": "^1.0.0"
  5386. },
  5387. "bin": {
  5388. "resolve": "bin/resolve"
  5389. },
  5390. "engines": {
  5391. "node": ">= 0.4"
  5392. },
  5393. "funding": {
  5394. "url": "https://github.com/sponsors/ljharb"
  5395. }
  5396. },
  5397. "node_modules/resolve-from": {
  5398. "version": "4.0.0",
  5399. "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
  5400. "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
  5401. "license": "MIT",
  5402. "engines": {
  5403. "node": ">=4"
  5404. }
  5405. },
  5406. "node_modules/rollup": {
  5407. "version": "4.62.2",
  5408. "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
  5409. "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
  5410. "dev": true,
  5411. "license": "MIT",
  5412. "dependencies": {
  5413. "@types/estree": "1.0.9"
  5414. },
  5415. "bin": {
  5416. "rollup": "dist/bin/rollup"
  5417. },
  5418. "engines": {
  5419. "node": ">=18.0.0",
  5420. "npm": ">=8.0.0"
  5421. },
  5422. "optionalDependencies": {
  5423. "@rollup/rollup-android-arm-eabi": "4.62.2",
  5424. "@rollup/rollup-android-arm64": "4.62.2",
  5425. "@rollup/rollup-darwin-arm64": "4.62.2",
  5426. "@rollup/rollup-darwin-x64": "4.62.2",
  5427. "@rollup/rollup-freebsd-arm64": "4.62.2",
  5428. "@rollup/rollup-freebsd-x64": "4.62.2",
  5429. "@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
  5430. "@rollup/rollup-linux-arm-musleabihf": "4.62.2",
  5431. "@rollup/rollup-linux-arm64-gnu": "4.62.2",
  5432. "@rollup/rollup-linux-arm64-musl": "4.62.2",
  5433. "@rollup/rollup-linux-loong64-gnu": "4.62.2",
  5434. "@rollup/rollup-linux-loong64-musl": "4.62.2",
  5435. "@rollup/rollup-linux-ppc64-gnu": "4.62.2",
  5436. "@rollup/rollup-linux-ppc64-musl": "4.62.2",
  5437. "@rollup/rollup-linux-riscv64-gnu": "4.62.2",
  5438. "@rollup/rollup-linux-riscv64-musl": "4.62.2",
  5439. "@rollup/rollup-linux-s390x-gnu": "4.62.2",
  5440. "@rollup/rollup-linux-x64-gnu": "4.62.2",
  5441. "@rollup/rollup-linux-x64-musl": "4.62.2",
  5442. "@rollup/rollup-openbsd-x64": "4.62.2",
  5443. "@rollup/rollup-openharmony-arm64": "4.62.2",
  5444. "@rollup/rollup-win32-arm64-msvc": "4.62.2",
  5445. "@rollup/rollup-win32-ia32-msvc": "4.62.2",
  5446. "@rollup/rollup-win32-x64-gnu": "4.62.2",
  5447. "@rollup/rollup-win32-x64-msvc": "4.62.2",
  5448. "fsevents": "~2.3.2"
  5449. }
  5450. },
  5451. "node_modules/scheduler": {
  5452. "version": "0.23.2",
  5453. "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
  5454. "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
  5455. "license": "MIT",
  5456. "dependencies": {
  5457. "loose-envify": "^1.1.0"
  5458. }
  5459. },
  5460. "node_modules/semver": {
  5461. "version": "6.3.1",
  5462. "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
  5463. "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
  5464. "dev": true,
  5465. "license": "ISC",
  5466. "bin": {
  5467. "semver": "bin/semver.js"
  5468. }
  5469. },
  5470. "node_modules/set-cookie-parser": {
  5471. "version": "2.7.2",
  5472. "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
  5473. "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
  5474. "license": "MIT"
  5475. },
  5476. "node_modules/siginfo": {
  5477. "version": "2.0.0",
  5478. "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz",
  5479. "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==",
  5480. "dev": true,
  5481. "license": "ISC"
  5482. },
  5483. "node_modules/sonner": {
  5484. "version": "2.0.3",
  5485. "resolved": "https://registry.npmjs.org/sonner/-/sonner-2.0.3.tgz",
  5486. "integrity": "sha512-njQ4Hht92m0sMqqHVDL32V2Oun9W1+PHO9NDv9FHfJjT3JT22IG4Jpo3FPQy+mouRKCXFWO+r67v6MrHX2zeIA==",
  5487. "license": "MIT",
  5488. "peerDependencies": {
  5489. "react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
  5490. "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5491. }
  5492. },
  5493. "node_modules/source-map": {
  5494. "version": "0.5.7",
  5495. "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
  5496. "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
  5497. "license": "BSD-3-Clause",
  5498. "engines": {
  5499. "node": ">=0.10.0"
  5500. }
  5501. },
  5502. "node_modules/source-map-js": {
  5503. "version": "1.2.1",
  5504. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  5505. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  5506. "dev": true,
  5507. "license": "BSD-3-Clause",
  5508. "engines": {
  5509. "node": ">=0.10.0"
  5510. }
  5511. },
  5512. "node_modules/stackback": {
  5513. "version": "0.0.2",
  5514. "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz",
  5515. "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==",
  5516. "dev": true,
  5517. "license": "MIT"
  5518. },
  5519. "node_modules/std-env": {
  5520. "version": "3.10.0",
  5521. "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.10.0.tgz",
  5522. "integrity": "sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==",
  5523. "dev": true,
  5524. "license": "MIT"
  5525. },
  5526. "node_modules/string-convert": {
  5527. "version": "0.2.1",
  5528. "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
  5529. "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
  5530. "license": "MIT"
  5531. },
  5532. "node_modules/strip-literal": {
  5533. "version": "3.1.0",
  5534. "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-3.1.0.tgz",
  5535. "integrity": "sha512-8r3mkIM/2+PpjHoOtiAW8Rg3jJLHaV7xPwG+YRGrv6FP0wwk/toTpATxWYOW0BKdWwl82VT2tFYi5DlROa0Mxg==",
  5536. "dev": true,
  5537. "license": "MIT",
  5538. "dependencies": {
  5539. "js-tokens": "^9.0.1"
  5540. },
  5541. "funding": {
  5542. "url": "https://github.com/sponsors/antfu"
  5543. }
  5544. },
  5545. "node_modules/strip-literal/node_modules/js-tokens": {
  5546. "version": "9.0.1",
  5547. "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-9.0.1.tgz",
  5548. "integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
  5549. "dev": true,
  5550. "license": "MIT"
  5551. },
  5552. "node_modules/stylis": {
  5553. "version": "4.2.0",
  5554. "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz",
  5555. "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==",
  5556. "license": "MIT"
  5557. },
  5558. "node_modules/supports-preserve-symlinks-flag": {
  5559. "version": "1.0.0",
  5560. "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  5561. "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  5562. "license": "MIT",
  5563. "engines": {
  5564. "node": ">= 0.4"
  5565. },
  5566. "funding": {
  5567. "url": "https://github.com/sponsors/ljharb"
  5568. }
  5569. },
  5570. "node_modules/tailwind-merge": {
  5571. "version": "3.2.0",
  5572. "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.2.0.tgz",
  5573. "integrity": "sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==",
  5574. "license": "MIT",
  5575. "funding": {
  5576. "type": "github",
  5577. "url": "https://github.com/sponsors/dcastil"
  5578. }
  5579. },
  5580. "node_modules/tailwindcss": {
  5581. "version": "4.1.12",
  5582. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz",
  5583. "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==",
  5584. "dev": true,
  5585. "license": "MIT"
  5586. },
  5587. "node_modules/tapable": {
  5588. "version": "2.3.3",
  5589. "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
  5590. "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
  5591. "dev": true,
  5592. "license": "MIT",
  5593. "engines": {
  5594. "node": ">=6"
  5595. },
  5596. "funding": {
  5597. "type": "opencollective",
  5598. "url": "https://opencollective.com/webpack"
  5599. }
  5600. },
  5601. "node_modules/tar": {
  5602. "version": "7.5.21",
  5603. "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.21.tgz",
  5604. "integrity": "sha512-XdhtCvlMywwxpCW8YEq3lOXBJpUPTR2OHHcwLPO3HwsJqOHa2Ok/oJ7ruGzp+JrKoRPVCzJwAdEjqLW/vNRPHA==",
  5605. "dev": true,
  5606. "license": "BlueOak-1.0.0",
  5607. "dependencies": {
  5608. "@isaacs/fs-minipass": "^4.0.0",
  5609. "chownr": "^3.0.0",
  5610. "minipass": "^7.1.2",
  5611. "minizlib": "^3.1.0",
  5612. "yallist": "^5.0.0"
  5613. },
  5614. "engines": {
  5615. "node": ">=18"
  5616. }
  5617. },
  5618. "node_modules/tar/node_modules/yallist": {
  5619. "version": "5.0.0",
  5620. "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
  5621. "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==",
  5622. "dev": true,
  5623. "license": "BlueOak-1.0.0",
  5624. "engines": {
  5625. "node": ">=18"
  5626. }
  5627. },
  5628. "node_modules/tiny-invariant": {
  5629. "version": "1.3.3",
  5630. "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
  5631. "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==",
  5632. "license": "MIT"
  5633. },
  5634. "node_modules/tinybench": {
  5635. "version": "2.9.0",
  5636. "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz",
  5637. "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==",
  5638. "dev": true,
  5639. "license": "MIT"
  5640. },
  5641. "node_modules/tinyexec": {
  5642. "version": "0.3.2",
  5643. "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
  5644. "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
  5645. "dev": true,
  5646. "license": "MIT"
  5647. },
  5648. "node_modules/tinyglobby": {
  5649. "version": "0.2.17",
  5650. "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
  5651. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  5652. "dev": true,
  5653. "license": "MIT",
  5654. "dependencies": {
  5655. "fdir": "^6.5.0",
  5656. "picomatch": "^4.0.4"
  5657. },
  5658. "engines": {
  5659. "node": ">=12.0.0"
  5660. },
  5661. "funding": {
  5662. "url": "https://github.com/sponsors/SuperchupuDev"
  5663. }
  5664. },
  5665. "node_modules/tinypool": {
  5666. "version": "1.1.1",
  5667. "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.1.1.tgz",
  5668. "integrity": "sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg==",
  5669. "dev": true,
  5670. "license": "MIT",
  5671. "engines": {
  5672. "node": "^18.0.0 || >=20.0.0"
  5673. }
  5674. },
  5675. "node_modules/tinyrainbow": {
  5676. "version": "2.0.0",
  5677. "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-2.0.0.tgz",
  5678. "integrity": "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==",
  5679. "dev": true,
  5680. "license": "MIT",
  5681. "engines": {
  5682. "node": ">=14.0.0"
  5683. }
  5684. },
  5685. "node_modules/tinyspy": {
  5686. "version": "4.0.4",
  5687. "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-4.0.4.tgz",
  5688. "integrity": "sha512-azl+t0z7pw/z958Gy9svOTuzqIk6xq+NSheJzn5MMWtWTFywIacg2wUlzKFGtt3cthx0r2SxMK0yzJOR0IES7Q==",
  5689. "dev": true,
  5690. "license": "MIT",
  5691. "engines": {
  5692. "node": ">=14.0.0"
  5693. }
  5694. },
  5695. "node_modules/tslib": {
  5696. "version": "2.8.1",
  5697. "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
  5698. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  5699. "license": "0BSD"
  5700. },
  5701. "node_modules/tw-animate-css": {
  5702. "version": "1.3.8",
  5703. "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.8.tgz",
  5704. "integrity": "sha512-Qrk3PZ7l7wUcGYhwZloqfkWCmaXZAoqjkdbIDvzfGshwGtexa/DAs9koXxIkrpEasyevandomzCBAV1Yyop5rw==",
  5705. "license": "MIT",
  5706. "funding": {
  5707. "url": "https://github.com/sponsors/Wombosvideo"
  5708. }
  5709. },
  5710. "node_modules/typescript": {
  5711. "version": "5.8.3",
  5712. "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
  5713. "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
  5714. "dev": true,
  5715. "license": "Apache-2.0",
  5716. "bin": {
  5717. "tsc": "bin/tsc",
  5718. "tsserver": "bin/tsserver"
  5719. },
  5720. "engines": {
  5721. "node": ">=14.17"
  5722. }
  5723. },
  5724. "node_modules/undici-types": {
  5725. "version": "6.21.0",
  5726. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
  5727. "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
  5728. "dev": true,
  5729. "license": "MIT"
  5730. },
  5731. "node_modules/update-browserslist-db": {
  5732. "version": "1.2.3",
  5733. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  5734. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  5735. "dev": true,
  5736. "funding": [
  5737. {
  5738. "type": "opencollective",
  5739. "url": "https://opencollective.com/browserslist"
  5740. },
  5741. {
  5742. "type": "tidelift",
  5743. "url": "https://tidelift.com/funding/github/npm/browserslist"
  5744. },
  5745. {
  5746. "type": "github",
  5747. "url": "https://github.com/sponsors/ai"
  5748. }
  5749. ],
  5750. "license": "MIT",
  5751. "dependencies": {
  5752. "escalade": "^3.2.0",
  5753. "picocolors": "^1.1.1"
  5754. },
  5755. "bin": {
  5756. "update-browserslist-db": "cli.js"
  5757. },
  5758. "peerDependencies": {
  5759. "browserslist": ">= 4.21.0"
  5760. }
  5761. },
  5762. "node_modules/use-callback-ref": {
  5763. "version": "1.3.3",
  5764. "resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
  5765. "integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
  5766. "license": "MIT",
  5767. "dependencies": {
  5768. "tslib": "^2.0.0"
  5769. },
  5770. "engines": {
  5771. "node": ">=10"
  5772. },
  5773. "peerDependencies": {
  5774. "@types/react": "*",
  5775. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5776. },
  5777. "peerDependenciesMeta": {
  5778. "@types/react": {
  5779. "optional": true
  5780. }
  5781. }
  5782. },
  5783. "node_modules/use-sidecar": {
  5784. "version": "1.1.3",
  5785. "resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
  5786. "integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
  5787. "license": "MIT",
  5788. "dependencies": {
  5789. "detect-node-es": "^1.1.0",
  5790. "tslib": "^2.0.0"
  5791. },
  5792. "engines": {
  5793. "node": ">=10"
  5794. },
  5795. "peerDependencies": {
  5796. "@types/react": "*",
  5797. "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
  5798. },
  5799. "peerDependenciesMeta": {
  5800. "@types/react": {
  5801. "optional": true
  5802. }
  5803. }
  5804. },
  5805. "node_modules/vaul": {
  5806. "version": "1.1.2",
  5807. "resolved": "https://registry.npmjs.org/vaul/-/vaul-1.1.2.tgz",
  5808. "integrity": "sha512-ZFkClGpWyI2WUQjdLJ/BaGuV6AVQiJ3uELGk3OYtP+B6yCO7Cmn9vPFXVJkRaGkOJu3m8bQMgtyzNHixULceQA==",
  5809. "license": "MIT",
  5810. "dependencies": {
  5811. "@radix-ui/react-dialog": "^1.1.1"
  5812. },
  5813. "peerDependencies": {
  5814. "react": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc",
  5815. "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0.0 || ^19.0.0-rc"
  5816. }
  5817. },
  5818. "node_modules/victory-vendor": {
  5819. "version": "36.9.2",
  5820. "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz",
  5821. "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
  5822. "license": "MIT AND ISC",
  5823. "dependencies": {
  5824. "@types/d3-array": "^3.0.3",
  5825. "@types/d3-ease": "^3.0.0",
  5826. "@types/d3-interpolate": "^3.0.1",
  5827. "@types/d3-scale": "^4.0.2",
  5828. "@types/d3-shape": "^3.1.0",
  5829. "@types/d3-time": "^3.0.0",
  5830. "@types/d3-timer": "^3.0.0",
  5831. "d3-array": "^3.1.6",
  5832. "d3-ease": "^3.0.1",
  5833. "d3-interpolate": "^3.0.1",
  5834. "d3-scale": "^4.0.2",
  5835. "d3-shape": "^3.1.0",
  5836. "d3-time": "^3.0.0",
  5837. "d3-timer": "^3.0.1"
  5838. }
  5839. },
  5840. "node_modules/vite": {
  5841. "version": "6.3.5",
  5842. "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
  5843. "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
  5844. "dev": true,
  5845. "license": "MIT",
  5846. "dependencies": {
  5847. "esbuild": "^0.25.0",
  5848. "fdir": "^6.4.4",
  5849. "picomatch": "^4.0.2",
  5850. "postcss": "^8.5.3",
  5851. "rollup": "^4.34.9",
  5852. "tinyglobby": "^0.2.13"
  5853. },
  5854. "bin": {
  5855. "vite": "bin/vite.js"
  5856. },
  5857. "engines": {
  5858. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  5859. },
  5860. "funding": {
  5861. "url": "https://github.com/vitejs/vite?sponsor=1"
  5862. },
  5863. "optionalDependencies": {
  5864. "fsevents": "~2.3.3"
  5865. },
  5866. "peerDependencies": {
  5867. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  5868. "jiti": ">=1.21.0",
  5869. "less": "*",
  5870. "lightningcss": "^1.21.0",
  5871. "sass": "*",
  5872. "sass-embedded": "*",
  5873. "stylus": "*",
  5874. "sugarss": "*",
  5875. "terser": "^5.16.0",
  5876. "tsx": "^4.8.1",
  5877. "yaml": "^2.4.2"
  5878. },
  5879. "peerDependenciesMeta": {
  5880. "@types/node": {
  5881. "optional": true
  5882. },
  5883. "jiti": {
  5884. "optional": true
  5885. },
  5886. "less": {
  5887. "optional": true
  5888. },
  5889. "lightningcss": {
  5890. "optional": true
  5891. },
  5892. "sass": {
  5893. "optional": true
  5894. },
  5895. "sass-embedded": {
  5896. "optional": true
  5897. },
  5898. "stylus": {
  5899. "optional": true
  5900. },
  5901. "sugarss": {
  5902. "optional": true
  5903. },
  5904. "terser": {
  5905. "optional": true
  5906. },
  5907. "tsx": {
  5908. "optional": true
  5909. },
  5910. "yaml": {
  5911. "optional": true
  5912. }
  5913. }
  5914. },
  5915. "node_modules/vite-node": {
  5916. "version": "3.2.4",
  5917. "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-3.2.4.tgz",
  5918. "integrity": "sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==",
  5919. "dev": true,
  5920. "license": "MIT",
  5921. "dependencies": {
  5922. "cac": "^6.7.14",
  5923. "debug": "^4.4.1",
  5924. "es-module-lexer": "^1.7.0",
  5925. "pathe": "^2.0.3",
  5926. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0"
  5927. },
  5928. "bin": {
  5929. "vite-node": "vite-node.mjs"
  5930. },
  5931. "engines": {
  5932. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  5933. },
  5934. "funding": {
  5935. "url": "https://opencollective.com/vitest"
  5936. }
  5937. },
  5938. "node_modules/vitest": {
  5939. "version": "3.2.7",
  5940. "resolved": "https://registry.npmjs.org/vitest/-/vitest-3.2.7.tgz",
  5941. "integrity": "sha512-KrxIJ62Fd89gfysR4WotlgZABiz2dqFPgqGzX7s+CwsqLFomRH7777ZcrOD6+WVAh7khPQP41A+BKbpcJFrdEg==",
  5942. "dev": true,
  5943. "license": "MIT",
  5944. "dependencies": {
  5945. "@types/chai": "^5.2.2",
  5946. "@vitest/expect": "3.2.7",
  5947. "@vitest/mocker": "3.2.7",
  5948. "@vitest/pretty-format": "^3.2.7",
  5949. "@vitest/runner": "3.2.7",
  5950. "@vitest/snapshot": "3.2.7",
  5951. "@vitest/spy": "3.2.7",
  5952. "@vitest/utils": "3.2.7",
  5953. "chai": "^5.2.0",
  5954. "debug": "^4.4.1",
  5955. "expect-type": "^1.2.1",
  5956. "magic-string": "^0.30.17",
  5957. "pathe": "^2.0.3",
  5958. "picomatch": "^4.0.2",
  5959. "std-env": "^3.9.0",
  5960. "tinybench": "^2.9.0",
  5961. "tinyexec": "^0.3.2",
  5962. "tinyglobby": "^0.2.14",
  5963. "tinypool": "^1.1.1",
  5964. "tinyrainbow": "^2.0.0",
  5965. "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0",
  5966. "vite-node": "3.2.4",
  5967. "why-is-node-running": "^2.3.0"
  5968. },
  5969. "bin": {
  5970. "vitest": "vitest.mjs"
  5971. },
  5972. "engines": {
  5973. "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
  5974. },
  5975. "funding": {
  5976. "url": "https://opencollective.com/vitest"
  5977. },
  5978. "peerDependencies": {
  5979. "@edge-runtime/vm": "*",
  5980. "@types/debug": "^4.1.12",
  5981. "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
  5982. "@vitest/browser": "3.2.7",
  5983. "@vitest/ui": "3.2.7",
  5984. "happy-dom": "*",
  5985. "jsdom": "*"
  5986. },
  5987. "peerDependenciesMeta": {
  5988. "@edge-runtime/vm": {
  5989. "optional": true
  5990. },
  5991. "@types/debug": {
  5992. "optional": true
  5993. },
  5994. "@types/node": {
  5995. "optional": true
  5996. },
  5997. "@vitest/browser": {
  5998. "optional": true
  5999. },
  6000. "@vitest/ui": {
  6001. "optional": true
  6002. },
  6003. "happy-dom": {
  6004. "optional": true
  6005. },
  6006. "jsdom": {
  6007. "optional": true
  6008. }
  6009. }
  6010. },
  6011. "node_modules/warning": {
  6012. "version": "4.0.3",
  6013. "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
  6014. "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
  6015. "license": "MIT",
  6016. "dependencies": {
  6017. "loose-envify": "^1.0.0"
  6018. }
  6019. },
  6020. "node_modules/why-is-node-running": {
  6021. "version": "2.3.0",
  6022. "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz",
  6023. "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==",
  6024. "dev": true,
  6025. "license": "MIT",
  6026. "dependencies": {
  6027. "siginfo": "^2.0.0",
  6028. "stackback": "0.0.2"
  6029. },
  6030. "bin": {
  6031. "why-is-node-running": "cli.js"
  6032. },
  6033. "engines": {
  6034. "node": ">=8"
  6035. }
  6036. },
  6037. "node_modules/yallist": {
  6038. "version": "3.1.1",
  6039. "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
  6040. "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
  6041. "dev": true,
  6042. "license": "ISC"
  6043. },
  6044. "node_modules/yaml": {
  6045. "version": "1.10.3",
  6046. "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
  6047. "integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
  6048. "license": "ISC",
  6049. "engines": {
  6050. "node": ">= 6"
  6051. }
  6052. }
  6053. }
  6054. }