package-lock.json 217 KB

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