package-lock.json 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423
  1. {
  2. "name": "yingqian-frontend",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "yingqian-frontend",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "react": "^19.2.8",
  12. "react-dom": "^19.2.8",
  13. "react-router-dom": "^7.18.2"
  14. },
  15. "devDependencies": {
  16. "@types/node": "^24.13.3",
  17. "@types/react": "^19.2.17",
  18. "@types/react-dom": "^19.2.3",
  19. "@vitejs/plugin-react": "^6.0.4",
  20. "oxlint": "^1.75.0",
  21. "typescript": "~6.0.2",
  22. "vite": "^8.2.0"
  23. }
  24. },
  25. "node_modules/@emnapi/core": {
  26. "version": "2.0.0-alpha.3",
  27. "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-2.0.0-alpha.3.tgz",
  28. "integrity": "sha512-AZypUeJ/yByuxyS7BlSNRDOMLMlROYtjYdIAuBmJssVz1UJDSeYxLrdizhXCFYhedC5bqd/ASy8EuNXbVVXp9g==",
  29. "dev": true,
  30. "license": "MIT",
  31. "optional": true,
  32. "dependencies": {
  33. "@emnapi/wasi-threads": "2.0.1",
  34. "tslib": "^2.4.0"
  35. }
  36. },
  37. "node_modules/@emnapi/runtime": {
  38. "version": "2.0.0-alpha.3",
  39. "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-2.0.0-alpha.3.tgz",
  40. "integrity": "sha512-hFPAhMUjJD9BSyCANEISPOogeXC9Zo9ZQl7L6vKnaVsMkCtzznaW/naYypeyl0Gv5rYfWYsZbpixTMpjDJzQeA==",
  41. "dev": true,
  42. "license": "MIT",
  43. "optional": true,
  44. "dependencies": {
  45. "tslib": "^2.4.0"
  46. }
  47. },
  48. "node_modules/@emnapi/wasi-threads": {
  49. "version": "2.0.1",
  50. "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-2.0.1.tgz",
  51. "integrity": "sha512-9DsSk+o5NBX0CCJT8s0EROGSGxjR/tKu6aBTaVyq+SjAEQH4XcdcRxPBRzsBLizTTJ49MJjF+jgu3qnO9GLQcQ==",
  52. "dev": true,
  53. "license": "MIT",
  54. "optional": true,
  55. "dependencies": {
  56. "tslib": "^2.4.0"
  57. }
  58. },
  59. "node_modules/@napi-rs/wasm-runtime": {
  60. "version": "1.2.2",
  61. "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.2.2.tgz",
  62. "integrity": "sha512-JfB4kuJQjaoHuCTseIINHtHWeJnvgEcxjwA5t/Y00ZgaOO1Crz3fjT/p8kT28zA/Caz7oiUMn3d6H2yOVCVwuw==",
  63. "dev": true,
  64. "license": "MIT",
  65. "optional": true,
  66. "dependencies": {
  67. "@tybys/wasm-util": "^0.10.3"
  68. },
  69. "engines": {
  70. "node": "^20.19.0 || ^22.13.0 || >=23.5.0"
  71. },
  72. "funding": {
  73. "type": "github",
  74. "url": "https://github.com/sponsors/Brooooooklyn"
  75. },
  76. "peerDependencies": {
  77. "@emnapi/core": "^1.7.1 || ^2.0.0-alpha.3",
  78. "@emnapi/runtime": "^1.7.1 || ^2.0.0-alpha.3"
  79. }
  80. },
  81. "node_modules/@oxc-project/types": {
  82. "version": "0.142.0",
  83. "resolved": "https://registry.npmmirror.com/@oxc-project/types/-/types-0.142.0.tgz",
  84. "integrity": "sha512-7W+2q5AKQVU36fkaryontrHn3YDt1RyUYXatw9i5H8ocYe2sPKSFB6eS8WNPeRKiN1qAWWZUPm7gwFzJGrccqQ==",
  85. "dev": true,
  86. "license": "MIT",
  87. "funding": {
  88. "url": "https://github.com/sponsors/Boshen"
  89. }
  90. },
  91. "node_modules/@oxlint/binding-android-arm-eabi": {
  92. "version": "1.76.0",
  93. "resolved": "https://registry.npmmirror.com/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.76.0.tgz",
  94. "integrity": "sha512-ZHIE5Zt9AsPDcY4nOlofXt0YfneEeo+QrKMPcPzLf2Z6Q8VtV2W73d7SFJ920WUwyik783u/doKCs3KXdwG+7w==",
  95. "cpu": [
  96. "arm"
  97. ],
  98. "dev": true,
  99. "license": "MIT",
  100. "optional": true,
  101. "os": [
  102. "android"
  103. ],
  104. "engines": {
  105. "node": "^20.19.0 || >=22.12.0"
  106. }
  107. },
  108. "node_modules/@oxlint/binding-android-arm64": {
  109. "version": "1.76.0",
  110. "resolved": "https://registry.npmmirror.com/@oxlint/binding-android-arm64/-/binding-android-arm64-1.76.0.tgz",
  111. "integrity": "sha512-shm/ngQilHK6bs+ElJWa4oHfNj5vL1Gl/iVEJldTQjpr0/67oSgr0KUpbmcnLig5Fo0v/l6j2567A7TOL89ONA==",
  112. "cpu": [
  113. "arm64"
  114. ],
  115. "dev": true,
  116. "license": "MIT",
  117. "optional": true,
  118. "os": [
  119. "android"
  120. ],
  121. "engines": {
  122. "node": "^20.19.0 || >=22.12.0"
  123. }
  124. },
  125. "node_modules/@oxlint/binding-darwin-arm64": {
  126. "version": "1.76.0",
  127. "resolved": "https://registry.npmmirror.com/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.76.0.tgz",
  128. "integrity": "sha512-rvJmrAPKSQ9aWJ6wIS6CK2tJjwzfW0ApQH9qokq6sfDvmHwoyIHxHFMq7z7i7GiV6fdE6s8qvBqWKPTu8RmT6Q==",
  129. "cpu": [
  130. "arm64"
  131. ],
  132. "dev": true,
  133. "license": "MIT",
  134. "optional": true,
  135. "os": [
  136. "darwin"
  137. ],
  138. "engines": {
  139. "node": "^20.19.0 || >=22.12.0"
  140. }
  141. },
  142. "node_modules/@oxlint/binding-darwin-x64": {
  143. "version": "1.76.0",
  144. "resolved": "https://registry.npmmirror.com/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.76.0.tgz",
  145. "integrity": "sha512-U/zYdb7VYKGY6pA9Vd2rYl9O/HlCylcOlb5PGPvVLtg+oLGsk6H3XGKEMHKyqD3nmmtmlmwb/8SwU2vfSAtvMw==",
  146. "cpu": [
  147. "x64"
  148. ],
  149. "dev": true,
  150. "license": "MIT",
  151. "optional": true,
  152. "os": [
  153. "darwin"
  154. ],
  155. "engines": {
  156. "node": "^20.19.0 || >=22.12.0"
  157. }
  158. },
  159. "node_modules/@oxlint/binding-freebsd-x64": {
  160. "version": "1.76.0",
  161. "resolved": "https://registry.npmmirror.com/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.76.0.tgz",
  162. "integrity": "sha512-WvKG9CAriuo0XNiFzpXjDngUZcRGFNpaK2kLyMUsnJlShxkT96u+BpJQ3KqdQwGOrvI14L6V8bAwXwAYNNY6Jg==",
  163. "cpu": [
  164. "x64"
  165. ],
  166. "dev": true,
  167. "license": "MIT",
  168. "optional": true,
  169. "os": [
  170. "freebsd"
  171. ],
  172. "engines": {
  173. "node": "^20.19.0 || >=22.12.0"
  174. }
  175. },
  176. "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
  177. "version": "1.76.0",
  178. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.76.0.tgz",
  179. "integrity": "sha512-qJ5+RH99TqFRq3UCDxkW0zJJu9c+OAHFY72vGlxZLEpuO+MpKo3POgqb8sYipL9KYm8XY6ofb0HsOuvY6hQNqQ==",
  180. "cpu": [
  181. "arm"
  182. ],
  183. "dev": true,
  184. "license": "MIT",
  185. "optional": true,
  186. "os": [
  187. "linux"
  188. ],
  189. "engines": {
  190. "node": "^20.19.0 || >=22.12.0"
  191. }
  192. },
  193. "node_modules/@oxlint/binding-linux-arm-musleabihf": {
  194. "version": "1.76.0",
  195. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.76.0.tgz",
  196. "integrity": "sha512-PvPCVptkgVARsucgIqFQQcSmJ6xc6GtnVB5bRBekRahTc9eObMtjHfMjy5M+C2tHt5UCMttWM9RuSk/H9NqYeg==",
  197. "cpu": [
  198. "arm"
  199. ],
  200. "dev": true,
  201. "license": "MIT",
  202. "optional": true,
  203. "os": [
  204. "linux"
  205. ],
  206. "engines": {
  207. "node": "^20.19.0 || >=22.12.0"
  208. }
  209. },
  210. "node_modules/@oxlint/binding-linux-arm64-gnu": {
  211. "version": "1.76.0",
  212. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.76.0.tgz",
  213. "integrity": "sha512-3KeFDx8Bu4HPAXbuHZOr/oHvN+QT+JQhMw/NYPz7Z071xLSsG27Jfh9PIQVEY7hk1I+jr43ExqRIeJ6VKk2yLw==",
  214. "cpu": [
  215. "arm64"
  216. ],
  217. "dev": true,
  218. "license": "MIT",
  219. "optional": true,
  220. "os": [
  221. "linux"
  222. ],
  223. "engines": {
  224. "node": "^20.19.0 || >=22.12.0"
  225. }
  226. },
  227. "node_modules/@oxlint/binding-linux-arm64-musl": {
  228. "version": "1.76.0",
  229. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.76.0.tgz",
  230. "integrity": "sha512-oPFkkKTgl0K/EIg9fQ8oA3IGcI05/Mq1en04iFa41mmNPT+6KEiByVazTOZZJiHMBBrbsns1YJ2e1Scqwzesjw==",
  231. "cpu": [
  232. "arm64"
  233. ],
  234. "dev": true,
  235. "license": "MIT",
  236. "optional": true,
  237. "os": [
  238. "linux"
  239. ],
  240. "engines": {
  241. "node": "^20.19.0 || >=22.12.0"
  242. }
  243. },
  244. "node_modules/@oxlint/binding-linux-ppc64-gnu": {
  245. "version": "1.76.0",
  246. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.76.0.tgz",
  247. "integrity": "sha512-gN7yZ0eqflA5Fhf1wvHxGUltIV3FsvmB1zhNMDEK9vSHhc7E6qg9CuPeBgPZab66Tjzq6w6kHAtNEvnTHf4cyw==",
  248. "cpu": [
  249. "ppc64"
  250. ],
  251. "dev": true,
  252. "license": "MIT",
  253. "optional": true,
  254. "os": [
  255. "linux"
  256. ],
  257. "engines": {
  258. "node": "^20.19.0 || >=22.12.0"
  259. }
  260. },
  261. "node_modules/@oxlint/binding-linux-riscv64-gnu": {
  262. "version": "1.76.0",
  263. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.76.0.tgz",
  264. "integrity": "sha512-S/HqMbn22mQrjtErUxEoS/a55u8kIeXvreIxiJu5G7Le3UecEd6SQZxrDIpuhtgaFnsY/nVra3ytP+pRljDilA==",
  265. "cpu": [
  266. "riscv64"
  267. ],
  268. "dev": true,
  269. "license": "MIT",
  270. "optional": true,
  271. "os": [
  272. "linux"
  273. ],
  274. "engines": {
  275. "node": "^20.19.0 || >=22.12.0"
  276. }
  277. },
  278. "node_modules/@oxlint/binding-linux-riscv64-musl": {
  279. "version": "1.76.0",
  280. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.76.0.tgz",
  281. "integrity": "sha512-ZIga3097VJZolGZk6SrIAUokIGfRkxRlhiHDUznZptGBfwrhD7pNfD1rzEzsCwvk/1DX0A1bLz+liuNh5QKIVQ==",
  282. "cpu": [
  283. "riscv64"
  284. ],
  285. "dev": true,
  286. "license": "MIT",
  287. "optional": true,
  288. "os": [
  289. "linux"
  290. ],
  291. "engines": {
  292. "node": "^20.19.0 || >=22.12.0"
  293. }
  294. },
  295. "node_modules/@oxlint/binding-linux-s390x-gnu": {
  296. "version": "1.76.0",
  297. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.76.0.tgz",
  298. "integrity": "sha512-ZGiiA7pFzMJSyMWYZTVlPgbTsx+Vl8ihLGMIujPwaslUF7kIPPWAbVmAlTc+9lWDV+DCiB8Ikixu+lSHeOIIWQ==",
  299. "cpu": [
  300. "s390x"
  301. ],
  302. "dev": true,
  303. "license": "MIT",
  304. "optional": true,
  305. "os": [
  306. "linux"
  307. ],
  308. "engines": {
  309. "node": "^20.19.0 || >=22.12.0"
  310. }
  311. },
  312. "node_modules/@oxlint/binding-linux-x64-gnu": {
  313. "version": "1.76.0",
  314. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.76.0.tgz",
  315. "integrity": "sha512-JLiy5WuvEBFTT6ErIFV35SLzi0R7Iri6MKU6dZbTxfIx8pndbbPs3Mj780nMipBFcPkti+okAPOJ9POKkHFEgg==",
  316. "cpu": [
  317. "x64"
  318. ],
  319. "dev": true,
  320. "license": "MIT",
  321. "optional": true,
  322. "os": [
  323. "linux"
  324. ],
  325. "engines": {
  326. "node": "^20.19.0 || >=22.12.0"
  327. }
  328. },
  329. "node_modules/@oxlint/binding-linux-x64-musl": {
  330. "version": "1.76.0",
  331. "resolved": "https://registry.npmmirror.com/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.76.0.tgz",
  332. "integrity": "sha512-z7lgKQtbo/I1NIe8G5NHLesxJDv0tRSUWTpXKb9Pm3E9nKFKfO4IOSDtFroKgXtOYb0jQbcdH+0wzTyMXVes+A==",
  333. "cpu": [
  334. "x64"
  335. ],
  336. "dev": true,
  337. "license": "MIT",
  338. "optional": true,
  339. "os": [
  340. "linux"
  341. ],
  342. "engines": {
  343. "node": "^20.19.0 || >=22.12.0"
  344. }
  345. },
  346. "node_modules/@oxlint/binding-openharmony-arm64": {
  347. "version": "1.76.0",
  348. "resolved": "https://registry.npmmirror.com/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.76.0.tgz",
  349. "integrity": "sha512-JOjKymIpb9QcYfEhZsN6h4V9Ivd474W38cNIBRv6bg2TbIvogbMTH0Mg6YWW9TiRDqfcX+/Hyfsbo5vcSE5guQ==",
  350. "cpu": [
  351. "arm64"
  352. ],
  353. "dev": true,
  354. "license": "MIT",
  355. "optional": true,
  356. "os": [
  357. "openharmony"
  358. ],
  359. "engines": {
  360. "node": "^20.19.0 || >=22.12.0"
  361. }
  362. },
  363. "node_modules/@oxlint/binding-win32-arm64-msvc": {
  364. "version": "1.76.0",
  365. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.76.0.tgz",
  366. "integrity": "sha512-pqDWZiwcmByWUEm1NFUBNiT6aentCcaoMWJv0HbXEmuYermJ4sg8ppVrshubYP2MZ6SHccJJcpr6x469PuDFIw==",
  367. "cpu": [
  368. "arm64"
  369. ],
  370. "dev": true,
  371. "license": "MIT",
  372. "optional": true,
  373. "os": [
  374. "win32"
  375. ],
  376. "engines": {
  377. "node": "^20.19.0 || >=22.12.0"
  378. }
  379. },
  380. "node_modules/@oxlint/binding-win32-ia32-msvc": {
  381. "version": "1.76.0",
  382. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.76.0.tgz",
  383. "integrity": "sha512-Ba0O659kgMv6pwO3z9PdO+K3aMxQRaw9HnG+e6AtOfgwcKFvYilciQYBoUBmxfQvOCKZe1SwjMkuB542NkuDMQ==",
  384. "cpu": [
  385. "ia32"
  386. ],
  387. "dev": true,
  388. "license": "MIT",
  389. "optional": true,
  390. "os": [
  391. "win32"
  392. ],
  393. "engines": {
  394. "node": "^20.19.0 || >=22.12.0"
  395. }
  396. },
  397. "node_modules/@oxlint/binding-win32-x64-msvc": {
  398. "version": "1.76.0",
  399. "resolved": "https://registry.npmmirror.com/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.76.0.tgz",
  400. "integrity": "sha512-5qcirPHO8nKfkoowEVWtpAoVTcYDy6g0UT0NGic450Qv8J2NrOqg4uQ8QppRP4MDTC7Xx47lbZnmadTH03CGGA==",
  401. "cpu": [
  402. "x64"
  403. ],
  404. "dev": true,
  405. "license": "MIT",
  406. "optional": true,
  407. "os": [
  408. "win32"
  409. ],
  410. "engines": {
  411. "node": "^20.19.0 || >=22.12.0"
  412. }
  413. },
  414. "node_modules/@rolldown/binding-android-arm64": {
  415. "version": "1.2.1",
  416. "resolved": "https://registry.npmmirror.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.1.tgz",
  417. "integrity": "sha512-02hOeOSryYxVrOIphmLAsqnCJWxwlzFk+pEt/N/i6OgT3lShHO7xGCU5cpgchRDHboAEbSjzgGh+O/u1GswQmA==",
  418. "cpu": [
  419. "arm64"
  420. ],
  421. "dev": true,
  422. "license": "MIT",
  423. "optional": true,
  424. "os": [
  425. "android"
  426. ],
  427. "engines": {
  428. "node": "^20.19.0 || >=22.12.0"
  429. }
  430. },
  431. "node_modules/@rolldown/binding-darwin-arm64": {
  432. "version": "1.2.1",
  433. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.1.tgz",
  434. "integrity": "sha512-fMsTOnN0OjFm3CyppWPitKnc8UlliVARUULW6cfU6AIqjdtgmSFWSk9vecHzZduv/yMWIHDlRhM1e8Iff9uAfA==",
  435. "cpu": [
  436. "arm64"
  437. ],
  438. "dev": true,
  439. "license": "MIT",
  440. "optional": true,
  441. "os": [
  442. "darwin"
  443. ],
  444. "engines": {
  445. "node": "^20.19.0 || >=22.12.0"
  446. }
  447. },
  448. "node_modules/@rolldown/binding-darwin-x64": {
  449. "version": "1.2.1",
  450. "resolved": "https://registry.npmmirror.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.1.tgz",
  451. "integrity": "sha512-1wjKdz/XLGKHaTNHjQveQ/B23TKx4ItAqm1JbyVuvNPc4Ze0Fb48s49TAd/2zcplPl8okE/UbTgmlVfwT7eFeQ==",
  452. "cpu": [
  453. "x64"
  454. ],
  455. "dev": true,
  456. "license": "MIT",
  457. "optional": true,
  458. "os": [
  459. "darwin"
  460. ],
  461. "engines": {
  462. "node": "^20.19.0 || >=22.12.0"
  463. }
  464. },
  465. "node_modules/@rolldown/binding-freebsd-x64": {
  466. "version": "1.2.1",
  467. "resolved": "https://registry.npmmirror.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.1.tgz",
  468. "integrity": "sha512-Fa0jHR07E7YBN4vOEsbVf2briYNsuOowfLJaXULZM0ldMlaCaj2LJgLMbMe4iacRyZmvR8efFhgR9wKuGclQUg==",
  469. "cpu": [
  470. "x64"
  471. ],
  472. "dev": true,
  473. "license": "MIT",
  474. "optional": true,
  475. "os": [
  476. "freebsd"
  477. ],
  478. "engines": {
  479. "node": "^20.19.0 || >=22.12.0"
  480. }
  481. },
  482. "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
  483. "version": "1.2.1",
  484. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.1.tgz",
  485. "integrity": "sha512-pzkgu1SSHGgRRyRZ4fbmSgmajbVt+epaLP99NDjFft69v/ypfTi6swBMiVdh2EkQ0OSnHE1lZDM7DRGkyAzUpA==",
  486. "cpu": [
  487. "arm"
  488. ],
  489. "dev": true,
  490. "license": "MIT",
  491. "optional": true,
  492. "os": [
  493. "linux"
  494. ],
  495. "engines": {
  496. "node": "^20.19.0 || >=22.12.0"
  497. }
  498. },
  499. "node_modules/@rolldown/binding-linux-arm64-gnu": {
  500. "version": "1.2.1",
  501. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.1.tgz",
  502. "integrity": "sha512-QI5SEDY8cbiYWHx0VO4vIc3UlS6a32vXHjU8Qy/17adEmZIPuByJg13UEvo9c/UCiUkdcVWY83C+b+JrwnNyUg==",
  503. "cpu": [
  504. "arm64"
  505. ],
  506. "dev": true,
  507. "license": "MIT",
  508. "optional": true,
  509. "os": [
  510. "linux"
  511. ],
  512. "engines": {
  513. "node": "^20.19.0 || >=22.12.0"
  514. }
  515. },
  516. "node_modules/@rolldown/binding-linux-arm64-musl": {
  517. "version": "1.2.1",
  518. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.1.tgz",
  519. "integrity": "sha512-Sm41FyCeXqmYcERoYOCbGIL5hNfd8w9LQ7Y61Bev48HkcjaJqV/iiVOaiDxjVTRMS+QKrZmD8cfPt4uMVnvM+A==",
  520. "cpu": [
  521. "arm64"
  522. ],
  523. "dev": true,
  524. "license": "MIT",
  525. "optional": true,
  526. "os": [
  527. "linux"
  528. ],
  529. "engines": {
  530. "node": "^20.19.0 || >=22.12.0"
  531. }
  532. },
  533. "node_modules/@rolldown/binding-linux-ppc64-gnu": {
  534. "version": "1.2.1",
  535. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.1.tgz",
  536. "integrity": "sha512-2x+WhXTGl9yJYPbltW/BSEPTVz9OIWQyER4N+gJEDWkkn904eRcBzELqh/Hf7K0w/ubGbKNMv0ZC+94QK/IFEg==",
  537. "cpu": [
  538. "ppc64"
  539. ],
  540. "dev": true,
  541. "license": "MIT",
  542. "optional": true,
  543. "os": [
  544. "linux"
  545. ],
  546. "engines": {
  547. "node": "^20.19.0 || >=22.12.0"
  548. }
  549. },
  550. "node_modules/@rolldown/binding-linux-s390x-gnu": {
  551. "version": "1.2.1",
  552. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.1.tgz",
  553. "integrity": "sha512-eEjmQpuRQayHPWWnywaWHkFT3ToPbP3RYy42VVd/B9aBGDA+Ol25EIWHxKQST3IiWJjikCWUF7KtbfqwZrzVwQ==",
  554. "cpu": [
  555. "s390x"
  556. ],
  557. "dev": true,
  558. "license": "MIT",
  559. "optional": true,
  560. "os": [
  561. "linux"
  562. ],
  563. "engines": {
  564. "node": "^20.19.0 || >=22.12.0"
  565. }
  566. },
  567. "node_modules/@rolldown/binding-linux-x64-gnu": {
  568. "version": "1.2.1",
  569. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.1.tgz",
  570. "integrity": "sha512-/Orga1fZYkLc/56jBICcHrKchl8Z2UKdDSr3LG9ToWO1lQ6a4Livk9Xz+9WN91zsz5QR3XQz2NNoSDEvP6qadw==",
  571. "cpu": [
  572. "x64"
  573. ],
  574. "dev": true,
  575. "license": "MIT",
  576. "optional": true,
  577. "os": [
  578. "linux"
  579. ],
  580. "engines": {
  581. "node": "^20.19.0 || >=22.12.0"
  582. }
  583. },
  584. "node_modules/@rolldown/binding-linux-x64-musl": {
  585. "version": "1.2.1",
  586. "resolved": "https://registry.npmmirror.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.1.tgz",
  587. "integrity": "sha512-xxBJRL+0q0Kce7orznGWLuylHDY65vuARXZRpX+hPdv+DqK2c3NlCsVA98tlWzWNEE7yPqA/1NQ5nnCrj49Y5A==",
  588. "cpu": [
  589. "x64"
  590. ],
  591. "dev": true,
  592. "license": "MIT",
  593. "optional": true,
  594. "os": [
  595. "linux"
  596. ],
  597. "engines": {
  598. "node": "^20.19.0 || >=22.12.0"
  599. }
  600. },
  601. "node_modules/@rolldown/binding-openharmony-arm64": {
  602. "version": "1.2.1",
  603. "resolved": "https://registry.npmmirror.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.1.tgz",
  604. "integrity": "sha512-M6AdXIXw3s+/8XpKMzdGDEXGS1S7kwUsy+rcTIUIOx5Ge4nXKCtAFHFV9YKkXvGcC5WMoTjAteLzlsQROVI0Yw==",
  605. "cpu": [
  606. "arm64"
  607. ],
  608. "dev": true,
  609. "license": "MIT",
  610. "optional": true,
  611. "os": [
  612. "openharmony"
  613. ],
  614. "engines": {
  615. "node": "^20.19.0 || >=22.12.0"
  616. }
  617. },
  618. "node_modules/@rolldown/binding-wasm32-wasi": {
  619. "version": "1.2.1",
  620. "resolved": "https://registry.npmmirror.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.2.1.tgz",
  621. "integrity": "sha512-/TX0SoRGojHzSAHpfVBbavRVSazg5U3h3Y3VXfcc0cdugq6kxdqw8LPGFiPr+/7gE/60zRcsOY2Vi9b9eT0jww==",
  622. "dev": true,
  623. "license": "MIT",
  624. "optional": true,
  625. "dependencies": {
  626. "@emnapi/core": "2.0.0-alpha.3",
  627. "@emnapi/runtime": "2.0.0-alpha.3",
  628. "@napi-rs/wasm-runtime": "^1.2.0"
  629. },
  630. "engines": {
  631. "node": "^20.19.0 || ^22.13.0 || >=23.5.0"
  632. }
  633. },
  634. "node_modules/@rolldown/binding-win32-arm64-msvc": {
  635. "version": "1.2.1",
  636. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.1.tgz",
  637. "integrity": "sha512-EvRrivJieyHG+AO9lleZWgq+g0+S7oV2C51yuqlcyU/R9net+sI4Pj0F+lUoP2bEr6TWX3SqFaaS0SzfLxSzkw==",
  638. "cpu": [
  639. "arm64"
  640. ],
  641. "dev": true,
  642. "license": "MIT",
  643. "optional": true,
  644. "os": [
  645. "win32"
  646. ],
  647. "engines": {
  648. "node": "^20.19.0 || >=22.12.0"
  649. }
  650. },
  651. "node_modules/@rolldown/binding-win32-x64-msvc": {
  652. "version": "1.2.1",
  653. "resolved": "https://registry.npmmirror.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.1.tgz",
  654. "integrity": "sha512-Z4eCmn5QJ/5+azF9knpLWKfVd9aidn0mAe9TpJgvBLId9Ax3t0+JVxBmT25Bv7NBbVW1TZyKjQjQReouMeH5UQ==",
  655. "cpu": [
  656. "x64"
  657. ],
  658. "dev": true,
  659. "license": "MIT",
  660. "optional": true,
  661. "os": [
  662. "win32"
  663. ],
  664. "engines": {
  665. "node": "^20.19.0 || >=22.12.0"
  666. }
  667. },
  668. "node_modules/@rolldown/pluginutils": {
  669. "version": "1.0.1",
  670. "resolved": "https://registry.npmmirror.com/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
  671. "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
  672. "dev": true,
  673. "license": "MIT"
  674. },
  675. "node_modules/@tybys/wasm-util": {
  676. "version": "0.10.3",
  677. "resolved": "https://registry.npmmirror.com/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
  678. "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
  679. "dev": true,
  680. "license": "MIT",
  681. "optional": true,
  682. "dependencies": {
  683. "tslib": "^2.4.0"
  684. }
  685. },
  686. "node_modules/@types/node": {
  687. "version": "24.13.3",
  688. "resolved": "https://registry.npmmirror.com/@types/node/-/node-24.13.3.tgz",
  689. "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
  690. "dev": true,
  691. "license": "MIT",
  692. "dependencies": {
  693. "undici-types": "~7.18.0"
  694. }
  695. },
  696. "node_modules/@types/react": {
  697. "version": "19.2.18",
  698. "resolved": "https://registry.npmmirror.com/@types/react/-/react-19.2.18.tgz",
  699. "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
  700. "dev": true,
  701. "license": "MIT",
  702. "dependencies": {
  703. "csstype": "^3.2.2"
  704. }
  705. },
  706. "node_modules/@types/react-dom": {
  707. "version": "19.2.4",
  708. "resolved": "https://registry.npmmirror.com/@types/react-dom/-/react-dom-19.2.4.tgz",
  709. "integrity": "sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==",
  710. "dev": true,
  711. "license": "MIT",
  712. "peerDependencies": {
  713. "@types/react": "^19.2.0"
  714. }
  715. },
  716. "node_modules/@vitejs/plugin-react": {
  717. "version": "6.0.5",
  718. "resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz",
  719. "integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==",
  720. "dev": true,
  721. "license": "MIT",
  722. "dependencies": {
  723. "@rolldown/pluginutils": "^1.0.1"
  724. },
  725. "engines": {
  726. "node": "^20.19.0 || >=22.12.0"
  727. },
  728. "peerDependencies": {
  729. "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
  730. "babel-plugin-react-compiler": "^1.0.0",
  731. "vite": "^8.0.0"
  732. },
  733. "peerDependenciesMeta": {
  734. "@rolldown/plugin-babel": {
  735. "optional": true
  736. },
  737. "babel-plugin-react-compiler": {
  738. "optional": true
  739. }
  740. }
  741. },
  742. "node_modules/cookie": {
  743. "version": "1.1.1",
  744. "resolved": "https://registry.npmmirror.com/cookie/-/cookie-1.1.1.tgz",
  745. "integrity": "sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==",
  746. "license": "MIT",
  747. "engines": {
  748. "node": ">=18"
  749. },
  750. "funding": {
  751. "type": "opencollective",
  752. "url": "https://opencollective.com/express"
  753. }
  754. },
  755. "node_modules/csstype": {
  756. "version": "3.2.3",
  757. "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.2.3.tgz",
  758. "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
  759. "dev": true,
  760. "license": "MIT"
  761. },
  762. "node_modules/detect-libc": {
  763. "version": "2.1.2",
  764. "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.1.2.tgz",
  765. "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
  766. "dev": true,
  767. "license": "Apache-2.0",
  768. "engines": {
  769. "node": ">=8"
  770. }
  771. },
  772. "node_modules/fdir": {
  773. "version": "6.5.0",
  774. "resolved": "https://registry.npmmirror.com/fdir/-/fdir-6.5.0.tgz",
  775. "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
  776. "dev": true,
  777. "license": "MIT",
  778. "engines": {
  779. "node": ">=12.0.0"
  780. },
  781. "peerDependencies": {
  782. "picomatch": "^3 || ^4"
  783. },
  784. "peerDependenciesMeta": {
  785. "picomatch": {
  786. "optional": true
  787. }
  788. }
  789. },
  790. "node_modules/fsevents": {
  791. "version": "2.3.3",
  792. "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
  793. "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
  794. "dev": true,
  795. "hasInstallScript": true,
  796. "license": "MIT",
  797. "optional": true,
  798. "os": [
  799. "darwin"
  800. ],
  801. "engines": {
  802. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  803. }
  804. },
  805. "node_modules/lightningcss": {
  806. "version": "1.33.0",
  807. "resolved": "https://registry.npmmirror.com/lightningcss/-/lightningcss-1.33.0.tgz",
  808. "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
  809. "dev": true,
  810. "license": "MPL-2.0",
  811. "dependencies": {
  812. "detect-libc": "^2.0.3"
  813. },
  814. "engines": {
  815. "node": ">= 12.0.0"
  816. },
  817. "funding": {
  818. "type": "opencollective",
  819. "url": "https://opencollective.com/parcel"
  820. },
  821. "optionalDependencies": {
  822. "lightningcss-android-arm64": "1.33.0",
  823. "lightningcss-darwin-arm64": "1.33.0",
  824. "lightningcss-darwin-x64": "1.33.0",
  825. "lightningcss-freebsd-x64": "1.33.0",
  826. "lightningcss-linux-arm-gnueabihf": "1.33.0",
  827. "lightningcss-linux-arm64-gnu": "1.33.0",
  828. "lightningcss-linux-arm64-musl": "1.33.0",
  829. "lightningcss-linux-x64-gnu": "1.33.0",
  830. "lightningcss-linux-x64-musl": "1.33.0",
  831. "lightningcss-win32-arm64-msvc": "1.33.0",
  832. "lightningcss-win32-x64-msvc": "1.33.0"
  833. }
  834. },
  835. "node_modules/lightningcss-android-arm64": {
  836. "version": "1.33.0",
  837. "resolved": "https://registry.npmmirror.com/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
  838. "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
  839. "cpu": [
  840. "arm64"
  841. ],
  842. "dev": true,
  843. "license": "MPL-2.0",
  844. "optional": true,
  845. "os": [
  846. "android"
  847. ],
  848. "engines": {
  849. "node": ">= 12.0.0"
  850. },
  851. "funding": {
  852. "type": "opencollective",
  853. "url": "https://opencollective.com/parcel"
  854. }
  855. },
  856. "node_modules/lightningcss-darwin-arm64": {
  857. "version": "1.33.0",
  858. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
  859. "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
  860. "cpu": [
  861. "arm64"
  862. ],
  863. "dev": true,
  864. "license": "MPL-2.0",
  865. "optional": true,
  866. "os": [
  867. "darwin"
  868. ],
  869. "engines": {
  870. "node": ">= 12.0.0"
  871. },
  872. "funding": {
  873. "type": "opencollective",
  874. "url": "https://opencollective.com/parcel"
  875. }
  876. },
  877. "node_modules/lightningcss-darwin-x64": {
  878. "version": "1.33.0",
  879. "resolved": "https://registry.npmmirror.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
  880. "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
  881. "cpu": [
  882. "x64"
  883. ],
  884. "dev": true,
  885. "license": "MPL-2.0",
  886. "optional": true,
  887. "os": [
  888. "darwin"
  889. ],
  890. "engines": {
  891. "node": ">= 12.0.0"
  892. },
  893. "funding": {
  894. "type": "opencollective",
  895. "url": "https://opencollective.com/parcel"
  896. }
  897. },
  898. "node_modules/lightningcss-freebsd-x64": {
  899. "version": "1.33.0",
  900. "resolved": "https://registry.npmmirror.com/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
  901. "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
  902. "cpu": [
  903. "x64"
  904. ],
  905. "dev": true,
  906. "license": "MPL-2.0",
  907. "optional": true,
  908. "os": [
  909. "freebsd"
  910. ],
  911. "engines": {
  912. "node": ">= 12.0.0"
  913. },
  914. "funding": {
  915. "type": "opencollective",
  916. "url": "https://opencollective.com/parcel"
  917. }
  918. },
  919. "node_modules/lightningcss-linux-arm-gnueabihf": {
  920. "version": "1.33.0",
  921. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
  922. "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
  923. "cpu": [
  924. "arm"
  925. ],
  926. "dev": true,
  927. "license": "MPL-2.0",
  928. "optional": true,
  929. "os": [
  930. "linux"
  931. ],
  932. "engines": {
  933. "node": ">= 12.0.0"
  934. },
  935. "funding": {
  936. "type": "opencollective",
  937. "url": "https://opencollective.com/parcel"
  938. }
  939. },
  940. "node_modules/lightningcss-linux-arm64-gnu": {
  941. "version": "1.33.0",
  942. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
  943. "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
  944. "cpu": [
  945. "arm64"
  946. ],
  947. "dev": true,
  948. "license": "MPL-2.0",
  949. "optional": true,
  950. "os": [
  951. "linux"
  952. ],
  953. "engines": {
  954. "node": ">= 12.0.0"
  955. },
  956. "funding": {
  957. "type": "opencollective",
  958. "url": "https://opencollective.com/parcel"
  959. }
  960. },
  961. "node_modules/lightningcss-linux-arm64-musl": {
  962. "version": "1.33.0",
  963. "resolved": "https://registry.npmmirror.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
  964. "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
  965. "cpu": [
  966. "arm64"
  967. ],
  968. "dev": true,
  969. "license": "MPL-2.0",
  970. "optional": true,
  971. "os": [
  972. "linux"
  973. ],
  974. "engines": {
  975. "node": ">= 12.0.0"
  976. },
  977. "funding": {
  978. "type": "opencollective",
  979. "url": "https://opencollective.com/parcel"
  980. }
  981. },
  982. "node_modules/lightningcss-linux-x64-gnu": {
  983. "version": "1.33.0",
  984. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
  985. "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
  986. "cpu": [
  987. "x64"
  988. ],
  989. "dev": true,
  990. "license": "MPL-2.0",
  991. "optional": true,
  992. "os": [
  993. "linux"
  994. ],
  995. "engines": {
  996. "node": ">= 12.0.0"
  997. },
  998. "funding": {
  999. "type": "opencollective",
  1000. "url": "https://opencollective.com/parcel"
  1001. }
  1002. },
  1003. "node_modules/lightningcss-linux-x64-musl": {
  1004. "version": "1.33.0",
  1005. "resolved": "https://registry.npmmirror.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
  1006. "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
  1007. "cpu": [
  1008. "x64"
  1009. ],
  1010. "dev": true,
  1011. "license": "MPL-2.0",
  1012. "optional": true,
  1013. "os": [
  1014. "linux"
  1015. ],
  1016. "engines": {
  1017. "node": ">= 12.0.0"
  1018. },
  1019. "funding": {
  1020. "type": "opencollective",
  1021. "url": "https://opencollective.com/parcel"
  1022. }
  1023. },
  1024. "node_modules/lightningcss-win32-arm64-msvc": {
  1025. "version": "1.33.0",
  1026. "resolved": "https://registry.npmmirror.com/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
  1027. "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
  1028. "cpu": [
  1029. "arm64"
  1030. ],
  1031. "dev": true,
  1032. "license": "MPL-2.0",
  1033. "optional": true,
  1034. "os": [
  1035. "win32"
  1036. ],
  1037. "engines": {
  1038. "node": ">= 12.0.0"
  1039. },
  1040. "funding": {
  1041. "type": "opencollective",
  1042. "url": "https://opencollective.com/parcel"
  1043. }
  1044. },
  1045. "node_modules/lightningcss-win32-x64-msvc": {
  1046. "version": "1.33.0",
  1047. "resolved": "https://registry.npmmirror.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
  1048. "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
  1049. "cpu": [
  1050. "x64"
  1051. ],
  1052. "dev": true,
  1053. "license": "MPL-2.0",
  1054. "optional": true,
  1055. "os": [
  1056. "win32"
  1057. ],
  1058. "engines": {
  1059. "node": ">= 12.0.0"
  1060. },
  1061. "funding": {
  1062. "type": "opencollective",
  1063. "url": "https://opencollective.com/parcel"
  1064. }
  1065. },
  1066. "node_modules/nanoid": {
  1067. "version": "3.3.16",
  1068. "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.16.tgz",
  1069. "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
  1070. "dev": true,
  1071. "funding": [
  1072. {
  1073. "type": "github",
  1074. "url": "https://github.com/sponsors/ai"
  1075. }
  1076. ],
  1077. "license": "MIT",
  1078. "bin": {
  1079. "nanoid": "bin/nanoid.cjs"
  1080. },
  1081. "engines": {
  1082. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  1083. }
  1084. },
  1085. "node_modules/oxlint": {
  1086. "version": "1.76.0",
  1087. "resolved": "https://registry.npmmirror.com/oxlint/-/oxlint-1.76.0.tgz",
  1088. "integrity": "sha512-6QoFioEU4fNdiUx/2Eo6TRd6NG7H7njnRCz8rhB66cZmMHDTqcm1Rjvl8Wry+ZTQMBAmyb4Mlf62Mk5X+eHSOw==",
  1089. "dev": true,
  1090. "license": "MIT",
  1091. "bin": {
  1092. "oxlint": "bin/oxlint"
  1093. },
  1094. "engines": {
  1095. "node": "^20.19.0 || >=22.12.0"
  1096. },
  1097. "funding": {
  1098. "url": "https://github.com/sponsors/Boshen"
  1099. },
  1100. "optionalDependencies": {
  1101. "@oxlint/binding-android-arm-eabi": "1.76.0",
  1102. "@oxlint/binding-android-arm64": "1.76.0",
  1103. "@oxlint/binding-darwin-arm64": "1.76.0",
  1104. "@oxlint/binding-darwin-x64": "1.76.0",
  1105. "@oxlint/binding-freebsd-x64": "1.76.0",
  1106. "@oxlint/binding-linux-arm-gnueabihf": "1.76.0",
  1107. "@oxlint/binding-linux-arm-musleabihf": "1.76.0",
  1108. "@oxlint/binding-linux-arm64-gnu": "1.76.0",
  1109. "@oxlint/binding-linux-arm64-musl": "1.76.0",
  1110. "@oxlint/binding-linux-ppc64-gnu": "1.76.0",
  1111. "@oxlint/binding-linux-riscv64-gnu": "1.76.0",
  1112. "@oxlint/binding-linux-riscv64-musl": "1.76.0",
  1113. "@oxlint/binding-linux-s390x-gnu": "1.76.0",
  1114. "@oxlint/binding-linux-x64-gnu": "1.76.0",
  1115. "@oxlint/binding-linux-x64-musl": "1.76.0",
  1116. "@oxlint/binding-openharmony-arm64": "1.76.0",
  1117. "@oxlint/binding-win32-arm64-msvc": "1.76.0",
  1118. "@oxlint/binding-win32-ia32-msvc": "1.76.0",
  1119. "@oxlint/binding-win32-x64-msvc": "1.76.0"
  1120. },
  1121. "peerDependencies": {
  1122. "oxlint-tsgolint": ">=7.0.2001",
  1123. "vite-plus": "*"
  1124. },
  1125. "peerDependenciesMeta": {
  1126. "oxlint-tsgolint": {
  1127. "optional": true
  1128. },
  1129. "vite-plus": {
  1130. "optional": true
  1131. }
  1132. }
  1133. },
  1134. "node_modules/picocolors": {
  1135. "version": "1.1.1",
  1136. "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  1137. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  1138. "dev": true,
  1139. "license": "ISC"
  1140. },
  1141. "node_modules/picomatch": {
  1142. "version": "4.0.5",
  1143. "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-4.0.5.tgz",
  1144. "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
  1145. "dev": true,
  1146. "license": "MIT",
  1147. "engines": {
  1148. "node": ">=12"
  1149. },
  1150. "funding": {
  1151. "url": "https://github.com/sponsors/jonschlinkert"
  1152. }
  1153. },
  1154. "node_modules/postcss": {
  1155. "version": "8.5.25",
  1156. "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.25.tgz",
  1157. "integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
  1158. "dev": true,
  1159. "funding": [
  1160. {
  1161. "type": "opencollective",
  1162. "url": "https://opencollective.com/postcss/"
  1163. },
  1164. {
  1165. "type": "tidelift",
  1166. "url": "https://tidelift.com/funding/github/npm/postcss"
  1167. },
  1168. {
  1169. "type": "github",
  1170. "url": "https://github.com/sponsors/ai"
  1171. }
  1172. ],
  1173. "license": "MIT",
  1174. "dependencies": {
  1175. "nanoid": "^3.3.16",
  1176. "picocolors": "^1.1.1",
  1177. "source-map-js": "^1.2.1"
  1178. },
  1179. "engines": {
  1180. "node": "^10 || ^12 || >=14"
  1181. }
  1182. },
  1183. "node_modules/react": {
  1184. "version": "19.2.8",
  1185. "resolved": "https://registry.npmmirror.com/react/-/react-19.2.8.tgz",
  1186. "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
  1187. "license": "MIT",
  1188. "engines": {
  1189. "node": ">=0.10.0"
  1190. }
  1191. },
  1192. "node_modules/react-dom": {
  1193. "version": "19.2.8",
  1194. "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.8.tgz",
  1195. "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
  1196. "license": "MIT",
  1197. "dependencies": {
  1198. "scheduler": "^0.27.0"
  1199. },
  1200. "peerDependencies": {
  1201. "react": "^19.2.8"
  1202. }
  1203. },
  1204. "node_modules/react-router": {
  1205. "version": "7.18.2",
  1206. "resolved": "https://registry.npmmirror.com/react-router/-/react-router-7.18.2.tgz",
  1207. "integrity": "sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg==",
  1208. "license": "MIT",
  1209. "dependencies": {
  1210. "cookie": "^1.0.1",
  1211. "set-cookie-parser": "^2.6.0"
  1212. },
  1213. "engines": {
  1214. "node": ">=20.0.0"
  1215. },
  1216. "peerDependencies": {
  1217. "react": ">=18",
  1218. "react-dom": ">=18"
  1219. },
  1220. "peerDependenciesMeta": {
  1221. "react-dom": {
  1222. "optional": true
  1223. }
  1224. }
  1225. },
  1226. "node_modules/react-router-dom": {
  1227. "version": "7.18.2",
  1228. "resolved": "https://registry.npmmirror.com/react-router-dom/-/react-router-dom-7.18.2.tgz",
  1229. "integrity": "sha512-AIKJ/jgGlFb3EbfCXk5Gzshiwt+l3mqbCrNjmEWMMjqQxNJ3svBa6bgzFyCC2Sw3RA0VWF1kg3uQf2OFhxb8hw==",
  1230. "license": "MIT",
  1231. "dependencies": {
  1232. "react-router": "7.18.2"
  1233. },
  1234. "engines": {
  1235. "node": ">=20.0.0"
  1236. },
  1237. "peerDependencies": {
  1238. "react": ">=18",
  1239. "react-dom": ">=18"
  1240. }
  1241. },
  1242. "node_modules/rolldown": {
  1243. "version": "1.2.1",
  1244. "resolved": "https://registry.npmmirror.com/rolldown/-/rolldown-1.2.1.tgz",
  1245. "integrity": "sha512-4FKJhg8d3OiyQOA6Q1Q0hoFFpW9/OoX+VsHzpECsdsIZoOArrAK90gl59YK/Z+gnDel45bgJZK03ozH/9bCqEw==",
  1246. "dev": true,
  1247. "license": "MIT",
  1248. "dependencies": {
  1249. "@oxc-project/types": "=0.142.0",
  1250. "@rolldown/pluginutils": "^1.0.0"
  1251. },
  1252. "bin": {
  1253. "rolldown": "bin/cli.mjs"
  1254. },
  1255. "engines": {
  1256. "node": "^20.19.0 || >=22.12.0"
  1257. },
  1258. "optionalDependencies": {
  1259. "@rolldown/binding-android-arm64": "1.2.1",
  1260. "@rolldown/binding-darwin-arm64": "1.2.1",
  1261. "@rolldown/binding-darwin-x64": "1.2.1",
  1262. "@rolldown/binding-freebsd-x64": "1.2.1",
  1263. "@rolldown/binding-linux-arm-gnueabihf": "1.2.1",
  1264. "@rolldown/binding-linux-arm64-gnu": "1.2.1",
  1265. "@rolldown/binding-linux-arm64-musl": "1.2.1",
  1266. "@rolldown/binding-linux-ppc64-gnu": "1.2.1",
  1267. "@rolldown/binding-linux-s390x-gnu": "1.2.1",
  1268. "@rolldown/binding-linux-x64-gnu": "1.2.1",
  1269. "@rolldown/binding-linux-x64-musl": "1.2.1",
  1270. "@rolldown/binding-openharmony-arm64": "1.2.1",
  1271. "@rolldown/binding-wasm32-wasi": "1.2.1",
  1272. "@rolldown/binding-win32-arm64-msvc": "1.2.1",
  1273. "@rolldown/binding-win32-x64-msvc": "1.2.1"
  1274. }
  1275. },
  1276. "node_modules/scheduler": {
  1277. "version": "0.27.0",
  1278. "resolved": "https://registry.npmmirror.com/scheduler/-/scheduler-0.27.0.tgz",
  1279. "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
  1280. "license": "MIT"
  1281. },
  1282. "node_modules/set-cookie-parser": {
  1283. "version": "2.7.2",
  1284. "resolved": "https://registry.npmmirror.com/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
  1285. "integrity": "sha512-oeM1lpU/UvhTxw+g3cIfxXHyJRc/uidd3yK1P242gzHds0udQBYzs3y8j4gCCW+ZJ7ad0yctld8RYO+bdurlvw==",
  1286. "license": "MIT"
  1287. },
  1288. "node_modules/source-map-js": {
  1289. "version": "1.2.1",
  1290. "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
  1291. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  1292. "dev": true,
  1293. "license": "BSD-3-Clause",
  1294. "engines": {
  1295. "node": ">=0.10.0"
  1296. }
  1297. },
  1298. "node_modules/tinyglobby": {
  1299. "version": "0.2.17",
  1300. "resolved": "https://registry.npmmirror.com/tinyglobby/-/tinyglobby-0.2.17.tgz",
  1301. "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
  1302. "dev": true,
  1303. "license": "MIT",
  1304. "dependencies": {
  1305. "fdir": "^6.5.0",
  1306. "picomatch": "^4.0.4"
  1307. },
  1308. "engines": {
  1309. "node": ">=12.0.0"
  1310. },
  1311. "funding": {
  1312. "url": "https://github.com/sponsors/SuperchupuDev"
  1313. }
  1314. },
  1315. "node_modules/tslib": {
  1316. "version": "2.8.1",
  1317. "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.8.1.tgz",
  1318. "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
  1319. "dev": true,
  1320. "license": "0BSD",
  1321. "optional": true
  1322. },
  1323. "node_modules/typescript": {
  1324. "version": "6.0.3",
  1325. "resolved": "https://registry.npmmirror.com/typescript/-/typescript-6.0.3.tgz",
  1326. "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
  1327. "dev": true,
  1328. "license": "Apache-2.0",
  1329. "bin": {
  1330. "tsc": "bin/tsc",
  1331. "tsserver": "bin/tsserver"
  1332. },
  1333. "engines": {
  1334. "node": ">=14.17"
  1335. }
  1336. },
  1337. "node_modules/undici-types": {
  1338. "version": "7.18.2",
  1339. "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-7.18.2.tgz",
  1340. "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
  1341. "dev": true,
  1342. "license": "MIT"
  1343. },
  1344. "node_modules/vite": {
  1345. "version": "8.2.0",
  1346. "resolved": "https://registry.npmmirror.com/vite/-/vite-8.2.0.tgz",
  1347. "integrity": "sha512-pn+CFpM0lwDeKwmOq1ZaBK/9sjorZcgqxki6MbY/jPEVd9vichIlmlD4HmQ5wdP5EgqQCFRaACBxMC7uEGc6lQ==",
  1348. "dev": true,
  1349. "license": "MIT",
  1350. "dependencies": {
  1351. "lightningcss": "^1.33.0",
  1352. "picomatch": "^4.0.5",
  1353. "postcss": "^8.5.23",
  1354. "rolldown": "~1.2.0",
  1355. "tinyglobby": "^0.2.17"
  1356. },
  1357. "bin": {
  1358. "vite": "bin/vite.js"
  1359. },
  1360. "engines": {
  1361. "node": "^20.19.0 || >=22.12.0"
  1362. },
  1363. "funding": {
  1364. "url": "https://github.com/vitejs/vite?sponsor=1"
  1365. },
  1366. "optionalDependencies": {
  1367. "fsevents": "~2.3.3"
  1368. },
  1369. "peerDependencies": {
  1370. "@types/node": "^20.19.0 || >=22.12.0",
  1371. "@vitejs/devtools": "^0.4.0",
  1372. "esbuild": "^0.27.0 || ^0.28.0",
  1373. "jiti": ">=1.21.0",
  1374. "less": "^4.0.0",
  1375. "sass": "^1.70.0",
  1376. "sass-embedded": "^1.70.0",
  1377. "stylus": ">=0.54.8",
  1378. "sugarss": "^5.0.0",
  1379. "terser": "^5.16.0",
  1380. "tsx": "^4.8.1",
  1381. "yaml": "^2.4.2"
  1382. },
  1383. "peerDependenciesMeta": {
  1384. "@types/node": {
  1385. "optional": true
  1386. },
  1387. "@vitejs/devtools": {
  1388. "optional": true
  1389. },
  1390. "esbuild": {
  1391. "optional": true
  1392. },
  1393. "jiti": {
  1394. "optional": true
  1395. },
  1396. "less": {
  1397. "optional": true
  1398. },
  1399. "sass": {
  1400. "optional": true
  1401. },
  1402. "sass-embedded": {
  1403. "optional": true
  1404. },
  1405. "stylus": {
  1406. "optional": true
  1407. },
  1408. "sugarss": {
  1409. "optional": true
  1410. },
  1411. "terser": {
  1412. "optional": true
  1413. },
  1414. "tsx": {
  1415. "optional": true
  1416. },
  1417. "yaml": {
  1418. "optional": true
  1419. }
  1420. }
  1421. }
  1422. }
  1423. }