pnpm-lock.yaml 54 KB

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