pnpm-lock.yaml 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732
  1. lockfileVersion: '9.0'
  2. settings:
  3. autoInstallPeers: true
  4. excludeLinksFromLockfile: false
  5. importers:
  6. .:
  7. dependencies:
  8. '@ant-design/icons-vue':
  9. specifier: ^7.0.1
  10. version: 7.0.1(vue@3.2.47)
  11. '@types/three':
  12. specifier: ^0.169.0
  13. version: 0.169.0
  14. ant-design-vue:
  15. specifier: 4.1.0
  16. version: 4.1.0(vue@3.2.47)
  17. axios:
  18. specifier: ^0.27.2
  19. version: 0.27.2
  20. coordtransform:
  21. specifier: ^2.1.2
  22. version: 2.1.2
  23. dayjs:
  24. specifier: ^1.11.13
  25. version: 1.11.13
  26. js-base64:
  27. specifier: ^3.7.8
  28. version: 3.7.8
  29. konva:
  30. specifier: ^9.3.18
  31. version: 9.3.20
  32. less:
  33. specifier: ^4.1.3
  34. version: 4.3.0
  35. mitt:
  36. specifier: ^3.0.0
  37. version: 3.0.1
  38. simaqcore:
  39. specifier: ^1.2.0
  40. version: 1.2.0
  41. swiper:
  42. specifier: ^11.1.15
  43. version: 11.2.6
  44. three:
  45. specifier: ^0.169.0
  46. version: 0.169.0
  47. uuid:
  48. specifier: ^11.0.2
  49. version: 11.1.0
  50. vite-plugin-mkcert:
  51. specifier: ^1.10.1
  52. version: 1.17.8(vite@3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0))
  53. vue:
  54. specifier: 3.2.47
  55. version: 3.2.47
  56. vue-cropper:
  57. specifier: 1.0.2
  58. version: 1.0.2
  59. vue-konva:
  60. specifier: 3.2.0
  61. version: 3.2.0(konva@9.3.20)(vue@3.2.47)
  62. vue-router:
  63. specifier: ^4.5.0
  64. version: 4.5.1(vue@3.2.47)
  65. vuedraggable:
  66. specifier: ^4.1.0
  67. version: 4.1.0(vue@3.2.47)
  68. devDependencies:
  69. '@types/node':
  70. specifier: ^18.6.5
  71. version: 18.19.87
  72. '@vitejs/plugin-vue':
  73. specifier: ^3.0.0
  74. version: 3.2.0(vite@3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0))(vue@3.2.47)
  75. sass:
  76. specifier: ^1.54.3
  77. version: 1.87.0
  78. typescript:
  79. specifier: ^4.6.4
  80. version: 4.9.5
  81. vite:
  82. specifier: ^3.0.0
  83. version: 3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0)
  84. vue-tsc:
  85. specifier: ^0.38.4
  86. version: 0.38.9(typescript@4.9.5)
  87. packages:
  88. '@ant-design/colors@6.0.0':
  89. resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
  90. '@ant-design/icons-svg@4.4.2':
  91. resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
  92. '@ant-design/icons-vue@7.0.1':
  93. resolution: {integrity: sha512-eCqY2unfZK6Fe02AwFlDHLfoyEFreP6rBwAZMIJ1LugmfMiVgwWDYlp1YsRugaPtICYOabV1iWxXdP12u9U43Q==}
  94. peerDependencies:
  95. vue: '>=3.0.3'
  96. '@babel/helper-string-parser@7.25.9':
  97. resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==}
  98. engines: {node: '>=6.9.0'}
  99. '@babel/helper-validator-identifier@7.25.9':
  100. resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==}
  101. engines: {node: '>=6.9.0'}
  102. '@babel/parser@7.27.0':
  103. resolution: {integrity: sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==}
  104. engines: {node: '>=6.0.0'}
  105. hasBin: true
  106. '@babel/runtime@7.27.0':
  107. resolution: {integrity: sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==}
  108. engines: {node: '>=6.9.0'}
  109. '@babel/types@7.27.0':
  110. resolution: {integrity: sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==}
  111. engines: {node: '>=6.9.0'}
  112. '@ctrl/tinycolor@3.6.1':
  113. resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
  114. engines: {node: '>=10'}
  115. '@emotion/hash@0.9.2':
  116. resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
  117. '@emotion/unitless@0.8.1':
  118. resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
  119. '@esbuild/android-arm@0.15.18':
  120. resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==}
  121. engines: {node: '>=12'}
  122. cpu: [arm]
  123. os: [android]
  124. '@esbuild/linux-loong64@0.15.18':
  125. resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==}
  126. engines: {node: '>=12'}
  127. cpu: [loong64]
  128. os: [linux]
  129. '@jridgewell/sourcemap-codec@1.5.0':
  130. resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
  131. '@parcel/watcher-android-arm64@2.5.0':
  132. resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==}
  133. engines: {node: '>= 10.0.0'}
  134. cpu: [arm64]
  135. os: [android]
  136. '@parcel/watcher-darwin-arm64@2.5.0':
  137. resolution: {integrity: sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==}
  138. engines: {node: '>= 10.0.0'}
  139. cpu: [arm64]
  140. os: [darwin]
  141. '@parcel/watcher-darwin-x64@2.5.0':
  142. resolution: {integrity: sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==}
  143. engines: {node: '>= 10.0.0'}
  144. cpu: [x64]
  145. os: [darwin]
  146. '@parcel/watcher-freebsd-x64@2.5.0':
  147. resolution: {integrity: sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==}
  148. engines: {node: '>= 10.0.0'}
  149. cpu: [x64]
  150. os: [freebsd]
  151. '@parcel/watcher-linux-arm-glibc@2.5.0':
  152. resolution: {integrity: sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==}
  153. engines: {node: '>= 10.0.0'}
  154. cpu: [arm]
  155. os: [linux]
  156. libc: [glibc]
  157. '@parcel/watcher-linux-arm-musl@2.5.0':
  158. resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==}
  159. engines: {node: '>= 10.0.0'}
  160. cpu: [arm]
  161. os: [linux]
  162. libc: [musl]
  163. '@parcel/watcher-linux-arm64-glibc@2.5.0':
  164. resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==}
  165. engines: {node: '>= 10.0.0'}
  166. cpu: [arm64]
  167. os: [linux]
  168. libc: [glibc]
  169. '@parcel/watcher-linux-arm64-musl@2.5.0':
  170. resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==}
  171. engines: {node: '>= 10.0.0'}
  172. cpu: [arm64]
  173. os: [linux]
  174. libc: [musl]
  175. '@parcel/watcher-linux-x64-glibc@2.5.0':
  176. resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==}
  177. engines: {node: '>= 10.0.0'}
  178. cpu: [x64]
  179. os: [linux]
  180. libc: [glibc]
  181. '@parcel/watcher-linux-x64-musl@2.5.0':
  182. resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==}
  183. engines: {node: '>= 10.0.0'}
  184. cpu: [x64]
  185. os: [linux]
  186. libc: [musl]
  187. '@parcel/watcher-win32-arm64@2.5.0':
  188. resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==}
  189. engines: {node: '>= 10.0.0'}
  190. cpu: [arm64]
  191. os: [win32]
  192. '@parcel/watcher-win32-ia32@2.5.0':
  193. resolution: {integrity: sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==}
  194. engines: {node: '>= 10.0.0'}
  195. cpu: [ia32]
  196. os: [win32]
  197. '@parcel/watcher-win32-x64@2.5.0':
  198. resolution: {integrity: sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==}
  199. engines: {node: '>= 10.0.0'}
  200. cpu: [x64]
  201. os: [win32]
  202. '@parcel/watcher@2.5.0':
  203. resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==}
  204. engines: {node: '>= 10.0.0'}
  205. '@simonwep/pickr@1.8.2':
  206. resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==}
  207. '@tweenjs/tween.js@23.1.3':
  208. resolution: {integrity: sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==}
  209. '@types/node@18.19.87':
  210. resolution: {integrity: sha512-OIAAu6ypnVZHmsHCeJ+7CCSub38QNBS9uceMQeg7K5Ur0Jr+wG9wEOEvvMbhp09pxD5czIUy/jND7s7Tb6Nw7A==}
  211. '@types/stats.js@0.17.4':
  212. resolution: {integrity: sha512-jIBvWWShCvlBqBNIZt0KAshWpvSjhkwkEu4ZUcASoAvhmrgAUI2t1dXrjSL4xXVLB4FznPrIsX3nKXFl/Dt4vA==}
  213. '@types/three@0.169.0':
  214. resolution: {integrity: sha512-oan7qCgJBt03wIaK+4xPWclYRPG9wzcg7Z2f5T8xYTNEF95kh0t0lklxLLYBDo7gQiGLYzE6iF4ta7nXF2bcsw==}
  215. '@types/webxr@0.5.22':
  216. resolution: {integrity: sha512-Vr6Stjv5jPRqH690f5I5GLjVk8GSsoQSYJ2FVd/3jJF7KaqfwPi3ehfBS96mlQ2kPCwZaX6U0rG2+NGHBKkA/A==}
  217. '@vitejs/plugin-vue@3.2.0':
  218. resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==}
  219. engines: {node: ^14.18.0 || >=16.0.0}
  220. peerDependencies:
  221. vite: ^3.0.0
  222. vue: ^3.2.25
  223. '@volar/code-gen@0.38.9':
  224. resolution: {integrity: sha512-n6LClucfA+37rQeskvh9vDoZV1VvCVNy++MAPKj2dT4FT+Fbmty/SDQqnsEBtdEe6E3OQctFvA/IcKsx3Mns0A==}
  225. '@volar/source-map@0.38.9':
  226. resolution: {integrity: sha512-ba0UFoHDYry+vwKdgkWJ6xlQT+8TFtZg1zj9tSjj4PykW1JZDuM0xplMotLun4h3YOoYfY9K1huY5gvxmrNLIw==}
  227. '@volar/vue-code-gen@0.38.9':
  228. resolution: {integrity: sha512-tzj7AoarFBKl7e41MR006ncrEmNPHALuk8aG4WdDIaG387X5//5KhWC5Ff3ZfB2InGSeNT+CVUd74M0gS20rjA==}
  229. deprecated: 'WARNING: This project has been renamed to @vue/language-core. Install using @vue/language-core instead.'
  230. '@volar/vue-typescript@0.38.9':
  231. resolution: {integrity: sha512-iJMQGU91ADi98u8V1vXd2UBmELDAaeSP0ZJaFjwosClQdKlJQYc6MlxxKfXBZisHqfbhdtrGRyaryulnYtliZw==}
  232. deprecated: 'WARNING: This project has been renamed to @vue/typescript. Install using @vue/typescript instead.'
  233. '@vue/compiler-core@3.2.47':
  234. resolution: {integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig==}
  235. '@vue/compiler-core@3.5.13':
  236. resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==}
  237. '@vue/compiler-dom@3.2.47':
  238. resolution: {integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ==}
  239. '@vue/compiler-dom@3.5.13':
  240. resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==}
  241. '@vue/compiler-sfc@3.2.47':
  242. resolution: {integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ==}
  243. '@vue/compiler-sfc@3.5.13':
  244. resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==}
  245. '@vue/compiler-ssr@3.2.47':
  246. resolution: {integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw==}
  247. '@vue/compiler-ssr@3.5.13':
  248. resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==}
  249. '@vue/devtools-api@6.6.4':
  250. resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
  251. '@vue/reactivity-transform@3.2.47':
  252. resolution: {integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA==}
  253. '@vue/reactivity@3.2.47':
  254. resolution: {integrity: sha512-7khqQ/75oyyg+N/e+iwV6lpy1f5wq759NdlS1fpAhFXa8VeAIKGgk2E/C4VF59lx5b+Ezs5fpp/5WsRYXQiKxQ==}
  255. '@vue/reactivity@3.5.13':
  256. resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==}
  257. '@vue/runtime-core@3.2.47':
  258. resolution: {integrity: sha512-RZxbLQIRB/K0ev0K9FXhNbBzT32H9iRtYbaXb0ZIz2usLms/D55dJR2t6cIEUn6vyhS3ALNvNthI+Q95C+NOpA==}
  259. '@vue/runtime-dom@3.2.47':
  260. resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==}
  261. '@vue/server-renderer@3.2.47':
  262. resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==}
  263. peerDependencies:
  264. vue: 3.2.47
  265. '@vue/shared@3.2.47':
  266. resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
  267. '@vue/shared@3.5.13':
  268. resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==}
  269. '@webgpu/types@0.1.60':
  270. resolution: {integrity: sha512-8B/tdfRFKdrnejqmvq95ogp8tf52oZ51p3f4QD5m5Paey/qlX4Rhhy5Y8tgFMi7Ms70HzcMMw3EQjH/jdhTwlA==}
  271. ant-design-vue@4.1.0:
  272. resolution: {integrity: sha512-sVQAfTCxpGRfFykM033/0ZWfNWbsL8EsqhBP9knbP4Ptc52zG57mQsCPWvq6Cj3yqmDJW6ykY05v0KB+5rAPXg==}
  273. engines: {node: '>=12.22.0'}
  274. peerDependencies:
  275. vue: '>=3.2.0'
  276. array-tree-filter@2.1.0:
  277. resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==}
  278. async-validator@4.2.5:
  279. resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
  280. asynckit@0.4.0:
  281. resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
  282. axios@0.27.2:
  283. resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==}
  284. axios@1.9.0:
  285. resolution: {integrity: sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==}
  286. braces@3.0.3:
  287. resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
  288. engines: {node: '>=8'}
  289. call-bind-apply-helpers@1.0.2:
  290. resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
  291. engines: {node: '>= 0.4'}
  292. chokidar@4.0.3:
  293. resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
  294. engines: {node: '>= 14.16.0'}
  295. combined-stream@1.0.8:
  296. resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
  297. engines: {node: '>= 0.8'}
  298. compute-scroll-into-view@1.0.20:
  299. resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
  300. coordtransform@2.1.2:
  301. resolution: {integrity: sha512-0xLJApBlrUP+clyLJWIaqg4GXE5JTbAJb5d/CDMqebIksAMMze8eAyO6YfHEIxWJ+c42mXoMHBzWTeUrG7RFhw==}
  302. copy-anything@2.0.6:
  303. resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==}
  304. core-js@3.41.0:
  305. resolution: {integrity: sha512-SJ4/EHwS36QMJd6h/Rg+GyR4A5xE0FSI3eZ+iBVpfqf1x0eTSg1smWLHrA+2jQThZSh97fmSgFSU8B61nxosxA==}
  306. csstype@2.6.21:
  307. resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
  308. csstype@3.1.3:
  309. resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
  310. dayjs@1.11.13:
  311. resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
  312. debug@4.4.0:
  313. resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
  314. engines: {node: '>=6.0'}
  315. peerDependencies:
  316. supports-color: '*'
  317. peerDependenciesMeta:
  318. supports-color:
  319. optional: true
  320. delayed-stream@1.0.0:
  321. resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
  322. engines: {node: '>=0.4.0'}
  323. detect-libc@1.0.3:
  324. resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
  325. engines: {node: '>=0.10'}
  326. hasBin: true
  327. dom-align@1.12.4:
  328. resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==}
  329. dom-scroll-into-view@2.0.1:
  330. resolution: {integrity: sha512-bvVTQe1lfaUr1oFzZX80ce9KLDlZ3iU+XGNE/bz9HnGdklTieqsbmsLHe+rT2XWqopvL0PckkYqN7ksmm5pe3w==}
  331. dunder-proto@1.0.1:
  332. resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
  333. engines: {node: '>= 0.4'}
  334. entities@4.5.0:
  335. resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
  336. engines: {node: '>=0.12'}
  337. errno@0.1.8:
  338. resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
  339. hasBin: true
  340. es-define-property@1.0.1:
  341. resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
  342. engines: {node: '>= 0.4'}
  343. es-errors@1.3.0:
  344. resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
  345. engines: {node: '>= 0.4'}
  346. es-object-atoms@1.1.1:
  347. resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
  348. engines: {node: '>= 0.4'}
  349. es-set-tostringtag@2.1.0:
  350. resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
  351. engines: {node: '>= 0.4'}
  352. esbuild-android-64@0.15.18:
  353. resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==}
  354. engines: {node: '>=12'}
  355. cpu: [x64]
  356. os: [android]
  357. esbuild-android-arm64@0.15.18:
  358. resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==}
  359. engines: {node: '>=12'}
  360. cpu: [arm64]
  361. os: [android]
  362. esbuild-darwin-64@0.15.18:
  363. resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==}
  364. engines: {node: '>=12'}
  365. cpu: [x64]
  366. os: [darwin]
  367. esbuild-darwin-arm64@0.15.18:
  368. resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==}
  369. engines: {node: '>=12'}
  370. cpu: [arm64]
  371. os: [darwin]
  372. esbuild-freebsd-64@0.15.18:
  373. resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==}
  374. engines: {node: '>=12'}
  375. cpu: [x64]
  376. os: [freebsd]
  377. esbuild-freebsd-arm64@0.15.18:
  378. resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==}
  379. engines: {node: '>=12'}
  380. cpu: [arm64]
  381. os: [freebsd]
  382. esbuild-linux-32@0.15.18:
  383. resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==}
  384. engines: {node: '>=12'}
  385. cpu: [ia32]
  386. os: [linux]
  387. esbuild-linux-64@0.15.18:
  388. resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==}
  389. engines: {node: '>=12'}
  390. cpu: [x64]
  391. os: [linux]
  392. esbuild-linux-arm64@0.15.18:
  393. resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==}
  394. engines: {node: '>=12'}
  395. cpu: [arm64]
  396. os: [linux]
  397. esbuild-linux-arm@0.15.18:
  398. resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==}
  399. engines: {node: '>=12'}
  400. cpu: [arm]
  401. os: [linux]
  402. esbuild-linux-mips64le@0.15.18:
  403. resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==}
  404. engines: {node: '>=12'}
  405. cpu: [mips64el]
  406. os: [linux]
  407. esbuild-linux-ppc64le@0.15.18:
  408. resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==}
  409. engines: {node: '>=12'}
  410. cpu: [ppc64]
  411. os: [linux]
  412. esbuild-linux-riscv64@0.15.18:
  413. resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==}
  414. engines: {node: '>=12'}
  415. cpu: [riscv64]
  416. os: [linux]
  417. esbuild-linux-s390x@0.15.18:
  418. resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==}
  419. engines: {node: '>=12'}
  420. cpu: [s390x]
  421. os: [linux]
  422. esbuild-netbsd-64@0.15.18:
  423. resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==}
  424. engines: {node: '>=12'}
  425. cpu: [x64]
  426. os: [netbsd]
  427. esbuild-openbsd-64@0.15.18:
  428. resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==}
  429. engines: {node: '>=12'}
  430. cpu: [x64]
  431. os: [openbsd]
  432. esbuild-sunos-64@0.15.18:
  433. resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==}
  434. engines: {node: '>=12'}
  435. cpu: [x64]
  436. os: [sunos]
  437. esbuild-windows-32@0.15.18:
  438. resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==}
  439. engines: {node: '>=12'}
  440. cpu: [ia32]
  441. os: [win32]
  442. esbuild-windows-64@0.15.18:
  443. resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==}
  444. engines: {node: '>=12'}
  445. cpu: [x64]
  446. os: [win32]
  447. esbuild-windows-arm64@0.15.18:
  448. resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==}
  449. engines: {node: '>=12'}
  450. cpu: [arm64]
  451. os: [win32]
  452. esbuild@0.15.18:
  453. resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==}
  454. engines: {node: '>=12'}
  455. hasBin: true
  456. estree-walker@2.0.2:
  457. resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
  458. eventemitter3@4.0.7:
  459. resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
  460. fflate@0.8.2:
  461. resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==}
  462. fill-range@7.1.1:
  463. resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
  464. engines: {node: '>=8'}
  465. follow-redirects@1.15.9:
  466. resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
  467. engines: {node: '>=4.0'}
  468. peerDependencies:
  469. debug: '*'
  470. peerDependenciesMeta:
  471. debug:
  472. optional: true
  473. form-data@4.0.2:
  474. resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==}
  475. engines: {node: '>= 6'}
  476. fsevents@2.3.3:
  477. resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
  478. engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
  479. os: [darwin]
  480. function-bind@1.1.2:
  481. resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
  482. get-intrinsic@1.3.0:
  483. resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
  484. engines: {node: '>= 0.4'}
  485. get-proto@1.0.1:
  486. resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
  487. engines: {node: '>= 0.4'}
  488. gopd@1.2.0:
  489. resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
  490. engines: {node: '>= 0.4'}
  491. graceful-fs@4.2.11:
  492. resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
  493. has-symbols@1.1.0:
  494. resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
  495. engines: {node: '>= 0.4'}
  496. has-tostringtag@1.0.2:
  497. resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
  498. engines: {node: '>= 0.4'}
  499. hasown@2.0.2:
  500. resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
  501. engines: {node: '>= 0.4'}
  502. iconv-lite@0.6.3:
  503. resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==}
  504. engines: {node: '>=0.10.0'}
  505. image-size@0.5.5:
  506. resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==}
  507. engines: {node: '>=0.10.0'}
  508. hasBin: true
  509. immutable@5.1.1:
  510. resolution: {integrity: sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==}
  511. is-core-module@2.16.1:
  512. resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
  513. engines: {node: '>= 0.4'}
  514. is-extglob@2.1.1:
  515. resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
  516. engines: {node: '>=0.10.0'}
  517. is-glob@4.0.3:
  518. resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
  519. engines: {node: '>=0.10.0'}
  520. is-number@7.0.0:
  521. resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
  522. engines: {node: '>=0.12.0'}
  523. is-plain-object@3.0.1:
  524. resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==}
  525. engines: {node: '>=0.10.0'}
  526. is-what@3.14.1:
  527. resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
  528. js-base64@3.7.8:
  529. resolution: {integrity: sha512-hNngCeKxIUQiEUN3GPJOkz4wF/YvdUdbNL9hsBcMQTkKzboD7T/q3OYOuuPZLUE6dBxSGpwhk5mwuDud7JVAow==}
  530. js-tokens@4.0.0:
  531. resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
  532. konva@9.3.20:
  533. resolution: {integrity: sha512-7XPD/YtgfzC8b1c7z0hhY5TF1IO/pBYNa29zMTA2PeBaqI0n5YplUeo4JRuRcljeAF8lWtW65jePZZF7064c8w==}
  534. less@4.3.0:
  535. resolution: {integrity: sha512-X9RyH9fvemArzfdP8Pi3irr7lor2Ok4rOttDXBhlwDg+wKQsXOXgHWduAJE1EsF7JJx0w0bcO6BC6tCKKYnXKA==}
  536. engines: {node: '>=14'}
  537. hasBin: true
  538. lodash-es@4.17.21:
  539. resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
  540. lodash@4.17.21:
  541. resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
  542. loose-envify@1.4.0:
  543. resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
  544. hasBin: true
  545. magic-string@0.25.9:
  546. resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==}
  547. magic-string@0.30.17:
  548. resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
  549. make-dir@2.1.0:
  550. resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
  551. engines: {node: '>=6'}
  552. math-intrinsics@1.1.0:
  553. resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
  554. engines: {node: '>= 0.4'}
  555. meshoptimizer@0.18.1:
  556. resolution: {integrity: sha512-ZhoIoL7TNV4s5B6+rx5mC//fw8/POGyNxS/DZyCJeiZ12ScLfVwRE/GfsxwiTkMYYD5DmK2/JXnEVXqL4rF+Sw==}
  557. micromatch@4.0.8:
  558. resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
  559. engines: {node: '>=8.6'}
  560. mime-db@1.52.0:
  561. resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
  562. engines: {node: '>= 0.6'}
  563. mime-types@2.1.35:
  564. resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
  565. engines: {node: '>= 0.6'}
  566. mime@1.6.0:
  567. resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
  568. engines: {node: '>=4'}
  569. hasBin: true
  570. mitt@3.0.1:
  571. resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==}
  572. ms@2.1.3:
  573. resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
  574. nanoid@3.3.11:
  575. resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
  576. engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
  577. hasBin: true
  578. nanopop@2.4.2:
  579. resolution: {integrity: sha512-NzOgmMQ+elxxHeIha+OG/Pv3Oc3p4RU2aBhwWwAqDpXrdTbtRylbRLQztLy8dMMwfl6pclznBdfUhccEn9ZIzw==}
  580. needle@3.3.1:
  581. resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==}
  582. engines: {node: '>= 4.4.x'}
  583. hasBin: true
  584. node-addon-api@7.1.1:
  585. resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
  586. parse-node-version@1.0.1:
  587. resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==}
  588. engines: {node: '>= 0.10'}
  589. path-parse@1.0.7:
  590. resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
  591. picocolors@1.1.1:
  592. resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
  593. picomatch@2.3.1:
  594. resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
  595. engines: {node: '>=8.6'}
  596. pify@4.0.1:
  597. resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
  598. engines: {node: '>=6'}
  599. postcss@8.5.3:
  600. resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
  601. engines: {node: ^10 || ^12 || >=14}
  602. proxy-from-env@1.1.0:
  603. resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
  604. prr@1.0.1:
  605. resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
  606. readdirp@4.1.2:
  607. resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
  608. engines: {node: '>= 14.18.0'}
  609. regenerator-runtime@0.14.1:
  610. resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
  611. resize-observer-polyfill@1.5.1:
  612. resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
  613. resolve@1.22.10:
  614. resolution: {integrity: sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==}
  615. engines: {node: '>= 0.4'}
  616. hasBin: true
  617. rollup@2.79.2:
  618. resolution: {integrity: sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==}
  619. engines: {node: '>=10.0.0'}
  620. hasBin: true
  621. rxjs@7.5.7:
  622. resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==}
  623. safer-buffer@2.1.2:
  624. resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
  625. sass@1.87.0:
  626. resolution: {integrity: sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==}
  627. engines: {node: '>=14.0.0'}
  628. hasBin: true
  629. sax@1.4.1:
  630. resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
  631. scroll-into-view-if-needed@2.2.31:
  632. resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
  633. semver@5.7.2:
  634. resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==}
  635. hasBin: true
  636. shallow-equal@1.2.1:
  637. resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==}
  638. simaqcore@1.2.0:
  639. resolution: {integrity: sha512-WViM7DhEJ/2JlF23apBIYP0KcjHqTjqxlMOlPXJsZ6Fp/726APxT0s9P/hsApHYJMu3/Ztkd/3iTOGEOFTPE0Q==}
  640. sortablejs@1.14.0:
  641. resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==}
  642. source-map-js@1.2.1:
  643. resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
  644. engines: {node: '>=0.10.0'}
  645. source-map@0.6.1:
  646. resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
  647. engines: {node: '>=0.10.0'}
  648. sourcemap-codec@1.4.8:
  649. resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==}
  650. deprecated: Please use @jridgewell/sourcemap-codec instead
  651. stylis@4.3.6:
  652. resolution: {integrity: sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==}
  653. supports-preserve-symlinks-flag@1.0.0:
  654. resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
  655. engines: {node: '>= 0.4'}
  656. swiper@11.2.6:
  657. resolution: {integrity: sha512-8aXpYKtjy3DjcbzZfz+/OX/GhcU5h+looA6PbAzHMZT6ESSycSp9nAjPCenczgJyslV+rUGse64LMGpWE3PX9Q==}
  658. engines: {node: '>= 4.7.0'}
  659. three@0.169.0:
  660. resolution: {integrity: sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==}
  661. throttle-debounce@5.0.2:
  662. resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==}
  663. engines: {node: '>=12.22'}
  664. to-regex-range@5.0.1:
  665. resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
  666. engines: {node: '>=8.0'}
  667. tslib@2.8.1:
  668. resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
  669. typescript@4.9.5:
  670. resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
  671. engines: {node: '>=4.2.0'}
  672. hasBin: true
  673. undici-types@5.26.5:
  674. resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
  675. uuid@11.1.0:
  676. resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
  677. hasBin: true
  678. vite-plugin-mkcert@1.17.8:
  679. resolution: {integrity: sha512-S+4tNEyGqdZQ3RLAG54ETeO2qyURHWrVjUWKYikLAbmhh/iJ+36gDEja4OWwFyXNuvyXcZwNt5TZZR9itPeG5Q==}
  680. engines: {node: '>=v16.7.0'}
  681. peerDependencies:
  682. vite: '>=3'
  683. vite@3.2.11:
  684. resolution: {integrity: sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==}
  685. engines: {node: ^14.18.0 || >=16.0.0}
  686. hasBin: true
  687. peerDependencies:
  688. '@types/node': '>= 14'
  689. less: '*'
  690. sass: '*'
  691. stylus: '*'
  692. sugarss: '*'
  693. terser: ^5.4.0
  694. peerDependenciesMeta:
  695. '@types/node':
  696. optional: true
  697. less:
  698. optional: true
  699. sass:
  700. optional: true
  701. stylus:
  702. optional: true
  703. sugarss:
  704. optional: true
  705. terser:
  706. optional: true
  707. vue-cropper@1.0.2:
  708. resolution: {integrity: sha512-ZD1kl8OMMrDXJOS1ZRdnohh2BFfYjTeq+r7+yAahydQvrVOKbzXixx6f8LCoMjB+AgAf5BXnlWsZxmu964wJYA==}
  709. vue-konva@3.2.0:
  710. resolution: {integrity: sha512-n1KcOJDvTsgBRy/9HNAEm+5mNgvIxatImIjeuietH5Qt3yHbIK8mp1sP6TQL+a3Pne45UiMO9W+Gwrq1cjptkw==}
  711. engines: {node: '>= 4.0.0', npm: '>= 3.0.0'}
  712. peerDependencies:
  713. konva: '>7'
  714. vue: ^3
  715. vue-router@4.5.1:
  716. resolution: {integrity: sha512-ogAF3P97NPm8fJsE4by9dwSYtDwXIY1nFY9T6DyQnGHd1E2Da94w9JIolpe42LJGIl0DwOHBi8TcRPlPGwbTtw==}
  717. peerDependencies:
  718. vue: ^3.2.0
  719. vue-tsc@0.38.9:
  720. resolution: {integrity: sha512-Yoy5phgvGqyF98Fb4mYqboR4Q149jrdcGv5kSmufXJUq++RZJ2iMVG0g6zl+v3t4ORVWkQmRpsV4x2szufZ0LQ==}
  721. hasBin: true
  722. peerDependencies:
  723. typescript: '*'
  724. vue-types@3.0.2:
  725. resolution: {integrity: sha512-IwUC0Aq2zwaXqy74h4WCvFCUtoV0iSWr0snWnE9TnU18S66GAQyqQbRf2qfJtUuiFsBf6qp0MEwdonlwznlcrw==}
  726. engines: {node: '>=10.15.0'}
  727. peerDependencies:
  728. vue: ^3.0.0
  729. vue@3.2.47:
  730. resolution: {integrity: sha512-60188y/9Dc9WVrAZeUVSDxRQOZ+z+y5nO2ts9jWXSTkMvayiWxCWOWtBQoYjLeccfXkiiPZWAHcV+WTPhkqJHQ==}
  731. vuedraggable@4.1.0:
  732. resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==}
  733. peerDependencies:
  734. vue: ^3.0.1
  735. warning@4.0.3:
  736. resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==}
  737. snapshots:
  738. '@ant-design/colors@6.0.0':
  739. dependencies:
  740. '@ctrl/tinycolor': 3.6.1
  741. '@ant-design/icons-svg@4.4.2': {}
  742. '@ant-design/icons-vue@7.0.1(vue@3.2.47)':
  743. dependencies:
  744. '@ant-design/colors': 6.0.0
  745. '@ant-design/icons-svg': 4.4.2
  746. vue: 3.2.47
  747. '@babel/helper-string-parser@7.25.9': {}
  748. '@babel/helper-validator-identifier@7.25.9': {}
  749. '@babel/parser@7.27.0':
  750. dependencies:
  751. '@babel/types': 7.27.0
  752. '@babel/runtime@7.27.0':
  753. dependencies:
  754. regenerator-runtime: 0.14.1
  755. '@babel/types@7.27.0':
  756. dependencies:
  757. '@babel/helper-string-parser': 7.25.9
  758. '@babel/helper-validator-identifier': 7.25.9
  759. '@ctrl/tinycolor@3.6.1': {}
  760. '@emotion/hash@0.9.2': {}
  761. '@emotion/unitless@0.8.1': {}
  762. '@esbuild/android-arm@0.15.18':
  763. optional: true
  764. '@esbuild/linux-loong64@0.15.18':
  765. optional: true
  766. '@jridgewell/sourcemap-codec@1.5.0': {}
  767. '@parcel/watcher-android-arm64@2.5.0':
  768. optional: true
  769. '@parcel/watcher-darwin-arm64@2.5.0':
  770. optional: true
  771. '@parcel/watcher-darwin-x64@2.5.0':
  772. optional: true
  773. '@parcel/watcher-freebsd-x64@2.5.0':
  774. optional: true
  775. '@parcel/watcher-linux-arm-glibc@2.5.0':
  776. optional: true
  777. '@parcel/watcher-linux-arm-musl@2.5.0':
  778. optional: true
  779. '@parcel/watcher-linux-arm64-glibc@2.5.0':
  780. optional: true
  781. '@parcel/watcher-linux-arm64-musl@2.5.0':
  782. optional: true
  783. '@parcel/watcher-linux-x64-glibc@2.5.0':
  784. optional: true
  785. '@parcel/watcher-linux-x64-musl@2.5.0':
  786. optional: true
  787. '@parcel/watcher-win32-arm64@2.5.0':
  788. optional: true
  789. '@parcel/watcher-win32-ia32@2.5.0':
  790. optional: true
  791. '@parcel/watcher-win32-x64@2.5.0':
  792. optional: true
  793. '@parcel/watcher@2.5.0':
  794. dependencies:
  795. detect-libc: 1.0.3
  796. is-glob: 4.0.3
  797. micromatch: 4.0.8
  798. node-addon-api: 7.1.1
  799. optionalDependencies:
  800. '@parcel/watcher-android-arm64': 2.5.0
  801. '@parcel/watcher-darwin-arm64': 2.5.0
  802. '@parcel/watcher-darwin-x64': 2.5.0
  803. '@parcel/watcher-freebsd-x64': 2.5.0
  804. '@parcel/watcher-linux-arm-glibc': 2.5.0
  805. '@parcel/watcher-linux-arm-musl': 2.5.0
  806. '@parcel/watcher-linux-arm64-glibc': 2.5.0
  807. '@parcel/watcher-linux-arm64-musl': 2.5.0
  808. '@parcel/watcher-linux-x64-glibc': 2.5.0
  809. '@parcel/watcher-linux-x64-musl': 2.5.0
  810. '@parcel/watcher-win32-arm64': 2.5.0
  811. '@parcel/watcher-win32-ia32': 2.5.0
  812. '@parcel/watcher-win32-x64': 2.5.0
  813. optional: true
  814. '@simonwep/pickr@1.8.2':
  815. dependencies:
  816. core-js: 3.41.0
  817. nanopop: 2.4.2
  818. '@tweenjs/tween.js@23.1.3': {}
  819. '@types/node@18.19.87':
  820. dependencies:
  821. undici-types: 5.26.5
  822. '@types/stats.js@0.17.4': {}
  823. '@types/three@0.169.0':
  824. dependencies:
  825. '@tweenjs/tween.js': 23.1.3
  826. '@types/stats.js': 0.17.4
  827. '@types/webxr': 0.5.22
  828. '@webgpu/types': 0.1.60
  829. fflate: 0.8.2
  830. meshoptimizer: 0.18.1
  831. '@types/webxr@0.5.22': {}
  832. '@vitejs/plugin-vue@3.2.0(vite@3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0))(vue@3.2.47)':
  833. dependencies:
  834. vite: 3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0)
  835. vue: 3.2.47
  836. '@volar/code-gen@0.38.9':
  837. dependencies:
  838. '@volar/source-map': 0.38.9
  839. '@volar/source-map@0.38.9': {}
  840. '@volar/vue-code-gen@0.38.9':
  841. dependencies:
  842. '@volar/code-gen': 0.38.9
  843. '@volar/source-map': 0.38.9
  844. '@vue/compiler-core': 3.5.13
  845. '@vue/compiler-dom': 3.5.13
  846. '@vue/shared': 3.5.13
  847. '@volar/vue-typescript@0.38.9':
  848. dependencies:
  849. '@volar/code-gen': 0.38.9
  850. '@volar/source-map': 0.38.9
  851. '@volar/vue-code-gen': 0.38.9
  852. '@vue/compiler-sfc': 3.5.13
  853. '@vue/reactivity': 3.5.13
  854. '@vue/compiler-core@3.2.47':
  855. dependencies:
  856. '@babel/parser': 7.27.0
  857. '@vue/shared': 3.2.47
  858. estree-walker: 2.0.2
  859. source-map: 0.6.1
  860. '@vue/compiler-core@3.5.13':
  861. dependencies:
  862. '@babel/parser': 7.27.0
  863. '@vue/shared': 3.5.13
  864. entities: 4.5.0
  865. estree-walker: 2.0.2
  866. source-map-js: 1.2.1
  867. '@vue/compiler-dom@3.2.47':
  868. dependencies:
  869. '@vue/compiler-core': 3.2.47
  870. '@vue/shared': 3.2.47
  871. '@vue/compiler-dom@3.5.13':
  872. dependencies:
  873. '@vue/compiler-core': 3.5.13
  874. '@vue/shared': 3.5.13
  875. '@vue/compiler-sfc@3.2.47':
  876. dependencies:
  877. '@babel/parser': 7.27.0
  878. '@vue/compiler-core': 3.2.47
  879. '@vue/compiler-dom': 3.2.47
  880. '@vue/compiler-ssr': 3.2.47
  881. '@vue/reactivity-transform': 3.2.47
  882. '@vue/shared': 3.2.47
  883. estree-walker: 2.0.2
  884. magic-string: 0.25.9
  885. postcss: 8.5.3
  886. source-map: 0.6.1
  887. '@vue/compiler-sfc@3.5.13':
  888. dependencies:
  889. '@babel/parser': 7.27.0
  890. '@vue/compiler-core': 3.5.13
  891. '@vue/compiler-dom': 3.5.13
  892. '@vue/compiler-ssr': 3.5.13
  893. '@vue/shared': 3.5.13
  894. estree-walker: 2.0.2
  895. magic-string: 0.30.17
  896. postcss: 8.5.3
  897. source-map-js: 1.2.1
  898. '@vue/compiler-ssr@3.2.47':
  899. dependencies:
  900. '@vue/compiler-dom': 3.2.47
  901. '@vue/shared': 3.2.47
  902. '@vue/compiler-ssr@3.5.13':
  903. dependencies:
  904. '@vue/compiler-dom': 3.5.13
  905. '@vue/shared': 3.5.13
  906. '@vue/devtools-api@6.6.4': {}
  907. '@vue/reactivity-transform@3.2.47':
  908. dependencies:
  909. '@babel/parser': 7.27.0
  910. '@vue/compiler-core': 3.2.47
  911. '@vue/shared': 3.2.47
  912. estree-walker: 2.0.2
  913. magic-string: 0.25.9
  914. '@vue/reactivity@3.2.47':
  915. dependencies:
  916. '@vue/shared': 3.2.47
  917. '@vue/reactivity@3.5.13':
  918. dependencies:
  919. '@vue/shared': 3.5.13
  920. '@vue/runtime-core@3.2.47':
  921. dependencies:
  922. '@vue/reactivity': 3.2.47
  923. '@vue/shared': 3.2.47
  924. '@vue/runtime-dom@3.2.47':
  925. dependencies:
  926. '@vue/runtime-core': 3.2.47
  927. '@vue/shared': 3.2.47
  928. csstype: 2.6.21
  929. '@vue/server-renderer@3.2.47(vue@3.2.47)':
  930. dependencies:
  931. '@vue/compiler-ssr': 3.2.47
  932. '@vue/shared': 3.2.47
  933. vue: 3.2.47
  934. '@vue/shared@3.2.47': {}
  935. '@vue/shared@3.5.13': {}
  936. '@webgpu/types@0.1.60': {}
  937. ant-design-vue@4.1.0(vue@3.2.47):
  938. dependencies:
  939. '@ant-design/colors': 6.0.0
  940. '@ant-design/icons-vue': 7.0.1(vue@3.2.47)
  941. '@babel/runtime': 7.27.0
  942. '@ctrl/tinycolor': 3.6.1
  943. '@emotion/hash': 0.9.2
  944. '@emotion/unitless': 0.8.1
  945. '@simonwep/pickr': 1.8.2
  946. array-tree-filter: 2.1.0
  947. async-validator: 4.2.5
  948. csstype: 3.1.3
  949. dayjs: 1.11.13
  950. dom-align: 1.12.4
  951. dom-scroll-into-view: 2.0.1
  952. lodash: 4.17.21
  953. lodash-es: 4.17.21
  954. resize-observer-polyfill: 1.5.1
  955. scroll-into-view-if-needed: 2.2.31
  956. shallow-equal: 1.2.1
  957. stylis: 4.3.6
  958. throttle-debounce: 5.0.2
  959. vue: 3.2.47
  960. vue-types: 3.0.2(vue@3.2.47)
  961. warning: 4.0.3
  962. array-tree-filter@2.1.0: {}
  963. async-validator@4.2.5: {}
  964. asynckit@0.4.0: {}
  965. axios@0.27.2:
  966. dependencies:
  967. follow-redirects: 1.15.9(debug@4.4.0)
  968. form-data: 4.0.2
  969. transitivePeerDependencies:
  970. - debug
  971. axios@1.9.0(debug@4.4.0):
  972. dependencies:
  973. follow-redirects: 1.15.9(debug@4.4.0)
  974. form-data: 4.0.2
  975. proxy-from-env: 1.1.0
  976. transitivePeerDependencies:
  977. - debug
  978. braces@3.0.3:
  979. dependencies:
  980. fill-range: 7.1.1
  981. optional: true
  982. call-bind-apply-helpers@1.0.2:
  983. dependencies:
  984. es-errors: 1.3.0
  985. function-bind: 1.1.2
  986. chokidar@4.0.3:
  987. dependencies:
  988. readdirp: 4.1.2
  989. combined-stream@1.0.8:
  990. dependencies:
  991. delayed-stream: 1.0.0
  992. compute-scroll-into-view@1.0.20: {}
  993. coordtransform@2.1.2: {}
  994. copy-anything@2.0.6:
  995. dependencies:
  996. is-what: 3.14.1
  997. core-js@3.41.0: {}
  998. csstype@2.6.21: {}
  999. csstype@3.1.3: {}
  1000. dayjs@1.11.13: {}
  1001. debug@4.4.0:
  1002. dependencies:
  1003. ms: 2.1.3
  1004. delayed-stream@1.0.0: {}
  1005. detect-libc@1.0.3:
  1006. optional: true
  1007. dom-align@1.12.4: {}
  1008. dom-scroll-into-view@2.0.1: {}
  1009. dunder-proto@1.0.1:
  1010. dependencies:
  1011. call-bind-apply-helpers: 1.0.2
  1012. es-errors: 1.3.0
  1013. gopd: 1.2.0
  1014. entities@4.5.0: {}
  1015. errno@0.1.8:
  1016. dependencies:
  1017. prr: 1.0.1
  1018. optional: true
  1019. es-define-property@1.0.1: {}
  1020. es-errors@1.3.0: {}
  1021. es-object-atoms@1.1.1:
  1022. dependencies:
  1023. es-errors: 1.3.0
  1024. es-set-tostringtag@2.1.0:
  1025. dependencies:
  1026. es-errors: 1.3.0
  1027. get-intrinsic: 1.3.0
  1028. has-tostringtag: 1.0.2
  1029. hasown: 2.0.2
  1030. esbuild-android-64@0.15.18:
  1031. optional: true
  1032. esbuild-android-arm64@0.15.18:
  1033. optional: true
  1034. esbuild-darwin-64@0.15.18:
  1035. optional: true
  1036. esbuild-darwin-arm64@0.15.18:
  1037. optional: true
  1038. esbuild-freebsd-64@0.15.18:
  1039. optional: true
  1040. esbuild-freebsd-arm64@0.15.18:
  1041. optional: true
  1042. esbuild-linux-32@0.15.18:
  1043. optional: true
  1044. esbuild-linux-64@0.15.18:
  1045. optional: true
  1046. esbuild-linux-arm64@0.15.18:
  1047. optional: true
  1048. esbuild-linux-arm@0.15.18:
  1049. optional: true
  1050. esbuild-linux-mips64le@0.15.18:
  1051. optional: true
  1052. esbuild-linux-ppc64le@0.15.18:
  1053. optional: true
  1054. esbuild-linux-riscv64@0.15.18:
  1055. optional: true
  1056. esbuild-linux-s390x@0.15.18:
  1057. optional: true
  1058. esbuild-netbsd-64@0.15.18:
  1059. optional: true
  1060. esbuild-openbsd-64@0.15.18:
  1061. optional: true
  1062. esbuild-sunos-64@0.15.18:
  1063. optional: true
  1064. esbuild-windows-32@0.15.18:
  1065. optional: true
  1066. esbuild-windows-64@0.15.18:
  1067. optional: true
  1068. esbuild-windows-arm64@0.15.18:
  1069. optional: true
  1070. esbuild@0.15.18:
  1071. optionalDependencies:
  1072. '@esbuild/android-arm': 0.15.18
  1073. '@esbuild/linux-loong64': 0.15.18
  1074. esbuild-android-64: 0.15.18
  1075. esbuild-android-arm64: 0.15.18
  1076. esbuild-darwin-64: 0.15.18
  1077. esbuild-darwin-arm64: 0.15.18
  1078. esbuild-freebsd-64: 0.15.18
  1079. esbuild-freebsd-arm64: 0.15.18
  1080. esbuild-linux-32: 0.15.18
  1081. esbuild-linux-64: 0.15.18
  1082. esbuild-linux-arm: 0.15.18
  1083. esbuild-linux-arm64: 0.15.18
  1084. esbuild-linux-mips64le: 0.15.18
  1085. esbuild-linux-ppc64le: 0.15.18
  1086. esbuild-linux-riscv64: 0.15.18
  1087. esbuild-linux-s390x: 0.15.18
  1088. esbuild-netbsd-64: 0.15.18
  1089. esbuild-openbsd-64: 0.15.18
  1090. esbuild-sunos-64: 0.15.18
  1091. esbuild-windows-32: 0.15.18
  1092. esbuild-windows-64: 0.15.18
  1093. esbuild-windows-arm64: 0.15.18
  1094. estree-walker@2.0.2: {}
  1095. eventemitter3@4.0.7: {}
  1096. fflate@0.8.2: {}
  1097. fill-range@7.1.1:
  1098. dependencies:
  1099. to-regex-range: 5.0.1
  1100. optional: true
  1101. follow-redirects@1.15.9(debug@4.4.0):
  1102. optionalDependencies:
  1103. debug: 4.4.0
  1104. form-data@4.0.2:
  1105. dependencies:
  1106. asynckit: 0.4.0
  1107. combined-stream: 1.0.8
  1108. es-set-tostringtag: 2.1.0
  1109. mime-types: 2.1.35
  1110. fsevents@2.3.3:
  1111. optional: true
  1112. function-bind@1.1.2: {}
  1113. get-intrinsic@1.3.0:
  1114. dependencies:
  1115. call-bind-apply-helpers: 1.0.2
  1116. es-define-property: 1.0.1
  1117. es-errors: 1.3.0
  1118. es-object-atoms: 1.1.1
  1119. function-bind: 1.1.2
  1120. get-proto: 1.0.1
  1121. gopd: 1.2.0
  1122. has-symbols: 1.1.0
  1123. hasown: 2.0.2
  1124. math-intrinsics: 1.1.0
  1125. get-proto@1.0.1:
  1126. dependencies:
  1127. dunder-proto: 1.0.1
  1128. es-object-atoms: 1.1.1
  1129. gopd@1.2.0: {}
  1130. graceful-fs@4.2.11:
  1131. optional: true
  1132. has-symbols@1.1.0: {}
  1133. has-tostringtag@1.0.2:
  1134. dependencies:
  1135. has-symbols: 1.1.0
  1136. hasown@2.0.2:
  1137. dependencies:
  1138. function-bind: 1.1.2
  1139. iconv-lite@0.6.3:
  1140. dependencies:
  1141. safer-buffer: 2.1.2
  1142. optional: true
  1143. image-size@0.5.5:
  1144. optional: true
  1145. immutable@5.1.1: {}
  1146. is-core-module@2.16.1:
  1147. dependencies:
  1148. hasown: 2.0.2
  1149. is-extglob@2.1.1:
  1150. optional: true
  1151. is-glob@4.0.3:
  1152. dependencies:
  1153. is-extglob: 2.1.1
  1154. optional: true
  1155. is-number@7.0.0:
  1156. optional: true
  1157. is-plain-object@3.0.1: {}
  1158. is-what@3.14.1: {}
  1159. js-base64@3.7.8: {}
  1160. js-tokens@4.0.0: {}
  1161. konva@9.3.20: {}
  1162. less@4.3.0:
  1163. dependencies:
  1164. copy-anything: 2.0.6
  1165. parse-node-version: 1.0.1
  1166. tslib: 2.8.1
  1167. optionalDependencies:
  1168. errno: 0.1.8
  1169. graceful-fs: 4.2.11
  1170. image-size: 0.5.5
  1171. make-dir: 2.1.0
  1172. mime: 1.6.0
  1173. needle: 3.3.1
  1174. source-map: 0.6.1
  1175. lodash-es@4.17.21: {}
  1176. lodash@4.17.21: {}
  1177. loose-envify@1.4.0:
  1178. dependencies:
  1179. js-tokens: 4.0.0
  1180. magic-string@0.25.9:
  1181. dependencies:
  1182. sourcemap-codec: 1.4.8
  1183. magic-string@0.30.17:
  1184. dependencies:
  1185. '@jridgewell/sourcemap-codec': 1.5.0
  1186. make-dir@2.1.0:
  1187. dependencies:
  1188. pify: 4.0.1
  1189. semver: 5.7.2
  1190. optional: true
  1191. math-intrinsics@1.1.0: {}
  1192. meshoptimizer@0.18.1: {}
  1193. micromatch@4.0.8:
  1194. dependencies:
  1195. braces: 3.0.3
  1196. picomatch: 2.3.1
  1197. optional: true
  1198. mime-db@1.52.0: {}
  1199. mime-types@2.1.35:
  1200. dependencies:
  1201. mime-db: 1.52.0
  1202. mime@1.6.0:
  1203. optional: true
  1204. mitt@3.0.1: {}
  1205. ms@2.1.3: {}
  1206. nanoid@3.3.11: {}
  1207. nanopop@2.4.2: {}
  1208. needle@3.3.1:
  1209. dependencies:
  1210. iconv-lite: 0.6.3
  1211. sax: 1.4.1
  1212. optional: true
  1213. node-addon-api@7.1.1:
  1214. optional: true
  1215. parse-node-version@1.0.1: {}
  1216. path-parse@1.0.7: {}
  1217. picocolors@1.1.1: {}
  1218. picomatch@2.3.1:
  1219. optional: true
  1220. pify@4.0.1:
  1221. optional: true
  1222. postcss@8.5.3:
  1223. dependencies:
  1224. nanoid: 3.3.11
  1225. picocolors: 1.1.1
  1226. source-map-js: 1.2.1
  1227. proxy-from-env@1.1.0: {}
  1228. prr@1.0.1:
  1229. optional: true
  1230. readdirp@4.1.2: {}
  1231. regenerator-runtime@0.14.1: {}
  1232. resize-observer-polyfill@1.5.1: {}
  1233. resolve@1.22.10:
  1234. dependencies:
  1235. is-core-module: 2.16.1
  1236. path-parse: 1.0.7
  1237. supports-preserve-symlinks-flag: 1.0.0
  1238. rollup@2.79.2:
  1239. optionalDependencies:
  1240. fsevents: 2.3.3
  1241. rxjs@7.5.7:
  1242. dependencies:
  1243. tslib: 2.8.1
  1244. safer-buffer@2.1.2:
  1245. optional: true
  1246. sass@1.87.0:
  1247. dependencies:
  1248. chokidar: 4.0.3
  1249. immutable: 5.1.1
  1250. source-map-js: 1.2.1
  1251. optionalDependencies:
  1252. '@parcel/watcher': 2.5.0
  1253. sax@1.4.1:
  1254. optional: true
  1255. scroll-into-view-if-needed@2.2.31:
  1256. dependencies:
  1257. compute-scroll-into-view: 1.0.20
  1258. semver@5.7.2:
  1259. optional: true
  1260. shallow-equal@1.2.1: {}
  1261. simaqcore@1.2.0:
  1262. dependencies:
  1263. eventemitter3: 4.0.7
  1264. rxjs: 7.5.7
  1265. sortablejs@1.14.0: {}
  1266. source-map-js@1.2.1: {}
  1267. source-map@0.6.1: {}
  1268. sourcemap-codec@1.4.8: {}
  1269. stylis@4.3.6: {}
  1270. supports-preserve-symlinks-flag@1.0.0: {}
  1271. swiper@11.2.6: {}
  1272. three@0.169.0: {}
  1273. throttle-debounce@5.0.2: {}
  1274. to-regex-range@5.0.1:
  1275. dependencies:
  1276. is-number: 7.0.0
  1277. optional: true
  1278. tslib@2.8.1: {}
  1279. typescript@4.9.5: {}
  1280. undici-types@5.26.5: {}
  1281. uuid@11.1.0: {}
  1282. vite-plugin-mkcert@1.17.8(vite@3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0)):
  1283. dependencies:
  1284. axios: 1.9.0(debug@4.4.0)
  1285. debug: 4.4.0
  1286. picocolors: 1.1.1
  1287. vite: 3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0)
  1288. transitivePeerDependencies:
  1289. - supports-color
  1290. vite@3.2.11(@types/node@18.19.87)(less@4.3.0)(sass@1.87.0):
  1291. dependencies:
  1292. esbuild: 0.15.18
  1293. postcss: 8.5.3
  1294. resolve: 1.22.10
  1295. rollup: 2.79.2
  1296. optionalDependencies:
  1297. '@types/node': 18.19.87
  1298. fsevents: 2.3.3
  1299. less: 4.3.0
  1300. sass: 1.87.0
  1301. vue-cropper@1.0.2: {}
  1302. vue-konva@3.2.0(konva@9.3.20)(vue@3.2.47):
  1303. dependencies:
  1304. konva: 9.3.20
  1305. vue: 3.2.47
  1306. vue-router@4.5.1(vue@3.2.47):
  1307. dependencies:
  1308. '@vue/devtools-api': 6.6.4
  1309. vue: 3.2.47
  1310. vue-tsc@0.38.9(typescript@4.9.5):
  1311. dependencies:
  1312. '@volar/vue-typescript': 0.38.9
  1313. typescript: 4.9.5
  1314. vue-types@3.0.2(vue@3.2.47):
  1315. dependencies:
  1316. is-plain-object: 3.0.1
  1317. vue: 3.2.47
  1318. vue@3.2.47:
  1319. dependencies:
  1320. '@vue/compiler-dom': 3.2.47
  1321. '@vue/compiler-sfc': 3.2.47
  1322. '@vue/runtime-dom': 3.2.47
  1323. '@vue/server-renderer': 3.2.47(vue@3.2.47)
  1324. '@vue/shared': 3.2.47
  1325. vuedraggable@4.1.0(vue@3.2.47):
  1326. dependencies:
  1327. sortablejs: 1.14.0
  1328. vue: 3.2.47
  1329. warning@4.0.3:
  1330. dependencies:
  1331. loose-envify: 1.4.0