@yyp92-cli/template-react-pc 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +15 -0
  3. package/template/.env.development +5 -0
  4. package/template/.env.production +4 -0
  5. package/template/.env.test +4 -0
  6. package/template/.eslintrc.cjs +18 -0
  7. package/template/README.md +9 -0
  8. package/template/index.html +13 -0
  9. package/template/package.json +42 -0
  10. package/template/pnpm-lock.yaml +3583 -0
  11. package/template/public/vite.svg +1 -0
  12. package/template/src/antdTheme/darkTheme.ts +1 -0
  13. package/template/src/antdTheme/lightTheme.ts +68 -0
  14. package/template/src/app.scss +29 -0
  15. package/template/src/app.tsx +14 -0
  16. package/template/src/assets/iconfont/demo.css +539 -0
  17. package/template/src/assets/iconfont/demo_index.html +211 -0
  18. package/template/src/assets/iconfont/iconfont.css +19 -0
  19. package/template/src/assets/iconfont/iconfont.js +1 -0
  20. package/template/src/assets/iconfont/iconfont.json +16 -0
  21. package/template/src/assets/iconfont/iconfont.ttf +0 -0
  22. package/template/src/assets/iconfont/iconfont.woff +0 -0
  23. package/template/src/assets/iconfont/iconfont.woff2 +0 -0
  24. package/template/src/assets/react.svg +1 -0
  25. package/template/src/components/403/index.tsx +22 -0
  26. package/template/src/components/404/index.tsx +24 -0
  27. package/template/src/components/index.ts +3 -0
  28. package/template/src/components/layout/content/index.module.scss +22 -0
  29. package/template/src/components/layout/content/index.tsx +77 -0
  30. package/template/src/components/layout/footer/index.module.scss +12 -0
  31. package/template/src/components/layout/footer/index.tsx +15 -0
  32. package/template/src/components/layout/header/index.module.scss +21 -0
  33. package/template/src/components/layout/header/index.tsx +104 -0
  34. package/template/src/components/layout/index.module.scss +8 -0
  35. package/template/src/components/layout/index.tsx +59 -0
  36. package/template/src/components/layout/side/index.module.scss +31 -0
  37. package/template/src/components/layout/side/index.tsx +116 -0
  38. package/template/src/components/layout-horizontal/content/index.module.scss +22 -0
  39. package/template/src/components/layout-horizontal/content/index.tsx +73 -0
  40. package/template/src/components/layout-horizontal/footer/index.module.scss +12 -0
  41. package/template/src/components/layout-horizontal/footer/index.tsx +15 -0
  42. package/template/src/components/layout-horizontal/header/index.module.scss +23 -0
  43. package/template/src/components/layout-horizontal/header/index.tsx +105 -0
  44. package/template/src/components/layout-horizontal/index.module.scss +8 -0
  45. package/template/src/components/layout-horizontal/index.tsx +59 -0
  46. package/template/src/components/layout-horizontal/side/index.module.scss +32 -0
  47. package/template/src/components/layout-horizontal/side/index.tsx +115 -0
  48. package/template/src/components/login/index.module.scss +23 -0
  49. package/template/src/components/login/index.tsx +121 -0
  50. package/template/src/global/constants.ts +4 -0
  51. package/template/src/pages/home/index.module.scss +0 -0
  52. package/template/src/pages/home/index.tsx +85 -0
  53. package/template/src/router/router.tsx +164 -0
  54. package/template/src/service/api.ts +9 -0
  55. package/template/src/service/config.ts +9 -0
  56. package/template/src/service/index.ts +1 -0
  57. package/template/src/service/request/index.ts +265 -0
  58. package/template/src/service/request/type.ts +5 -0
  59. package/template/src/service/service.ts +27 -0
  60. package/template/src/store/login.ts +40 -0
  61. package/template/src/store/menus.ts +28 -0
  62. package/template/src/store/permission.ts +28 -0
  63. package/template/src/theme/darkTheme.scss +47 -0
  64. package/template/src/theme/lightTheme.scss +49 -0
  65. package/template/src/utils/base64ToBlob.ts +41 -0
  66. package/template/src/utils/cache.ts +44 -0
  67. package/template/src/utils/changeTheme.ts +14 -0
  68. package/template/src/utils/download.ts +45 -0
  69. package/template/src/utils/filterMenu.ts +34 -0
  70. package/template/src/utils/index.ts +5 -0
  71. package/template/src/vite-env.d.ts +5 -0
  72. package/template/tsconfig.json +45 -0
  73. package/template/tsconfig.node.json +10 -0
  74. package/template/vite.config.ts +49 -0
@@ -0,0 +1,3583 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@ant-design/icons':
12
+ specifier: ^5.2.6
13
+ version: 5.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
14
+ antd:
15
+ specifier: ^5.11.3
16
+ version: 5.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
17
+ axios:
18
+ specifier: ^1.6.7
19
+ version: 1.7.7
20
+ dayjs:
21
+ specifier: ^1.11.10
22
+ version: 1.11.13
23
+ lodash-es:
24
+ specifier: ^4.17.21
25
+ version: 4.17.21
26
+ react:
27
+ specifier: ^18.2.0
28
+ version: 18.3.1
29
+ react-dom:
30
+ specifier: ^18.2.0
31
+ version: 18.3.1(react@18.3.1)
32
+ react-router-dom:
33
+ specifier: ^6.20.0
34
+ version: 6.26.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
35
+ uuid:
36
+ specifier: ^11.1.0
37
+ version: 11.1.0
38
+ zustand:
39
+ specifier: ^5.0.5
40
+ version: 5.0.5(@types/react@18.3.11)(react@18.3.1)
41
+ devDependencies:
42
+ '@types/lodash-es':
43
+ specifier: ^4.17.12
44
+ version: 4.17.12
45
+ '@types/node':
46
+ specifier: ^24.2.0
47
+ version: 24.2.0
48
+ '@types/react':
49
+ specifier: ^18.2.37
50
+ version: 18.3.11
51
+ '@types/react-dom':
52
+ specifier: ^18.2.15
53
+ version: 18.3.0
54
+ '@typescript-eslint/eslint-plugin':
55
+ specifier: ^6.10.0
56
+ version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)
57
+ '@typescript-eslint/parser':
58
+ specifier: ^6.10.0
59
+ version: 6.21.0(eslint@8.57.1)(typescript@5.6.3)
60
+ '@vitejs/plugin-react':
61
+ specifier: ^4.2.0
62
+ version: 4.3.2(vite@5.4.8(@types/node@24.2.0)(sass@1.79.5))
63
+ eslint:
64
+ specifier: ^8.53.0
65
+ version: 8.57.1
66
+ eslint-plugin-react-hooks:
67
+ specifier: ^4.6.0
68
+ version: 4.6.2(eslint@8.57.1)
69
+ eslint-plugin-react-refresh:
70
+ specifier: ^0.4.4
71
+ version: 0.4.12(eslint@8.57.1)
72
+ path:
73
+ specifier: ^0.12.7
74
+ version: 0.12.7
75
+ sass:
76
+ specifier: ^1.69.5
77
+ version: 1.79.5
78
+ typescript:
79
+ specifier: ^5.2.2
80
+ version: 5.6.3
81
+ url:
82
+ specifier: ^0.11.3
83
+ version: 0.11.4
84
+ vite:
85
+ specifier: ^5.0.0
86
+ version: 5.4.8(@types/node@24.2.0)(sass@1.79.5)
87
+
88
+ packages:
89
+
90
+ '@ampproject/remapping@2.3.0':
91
+ resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
92
+ engines: {node: '>=6.0.0'}
93
+
94
+ '@ant-design/colors@7.1.0':
95
+ resolution: {integrity: sha512-MMoDGWn1y9LdQJQSHiCC20x3uZ3CwQnv9QMz6pCmJOrqdgM9YxsoVVY0wtrdXbmfSgnV0KNk6zi09NAhMR2jvg==}
96
+
97
+ '@ant-design/cssinjs-utils@1.1.0':
98
+ resolution: {integrity: sha512-E9nOWObXx7Dy7hdyuYlOFaer/LtPO7oyZVxZphh0CYEslr5EmhJPM3WI0Q2RBHRtYg6dSNqeSK73kvZjPN3IMQ==}
99
+ peerDependencies:
100
+ react: '>=16.9.0'
101
+ react-dom: '>=16.9.0'
102
+
103
+ '@ant-design/cssinjs@1.21.1':
104
+ resolution: {integrity: sha512-tyWnlK+XH7Bumd0byfbCiZNK43HEubMoCcu9VxwsAwiHdHTgWa+tMN0/yvxa+e8EzuFP1WdUNNPclRpVtD33lg==}
105
+ peerDependencies:
106
+ react: '>=16.0.0'
107
+ react-dom: '>=16.0.0'
108
+
109
+ '@ant-design/fast-color@2.0.6':
110
+ resolution: {integrity: sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==}
111
+ engines: {node: '>=8.x'}
112
+
113
+ '@ant-design/icons-svg@4.4.2':
114
+ resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
115
+
116
+ '@ant-design/icons@5.5.1':
117
+ resolution: {integrity: sha512-0UrM02MA2iDIgvLatWrj6YTCYe0F/cwXvVE0E2SqGrL7PZireQwgEKTKBisWpZyal5eXZLvuM98kju6YtYne8w==}
118
+ engines: {node: '>=8'}
119
+ peerDependencies:
120
+ react: '>=16.0.0'
121
+ react-dom: '>=16.0.0'
122
+
123
+ '@ant-design/react-slick@1.1.2':
124
+ resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==}
125
+ peerDependencies:
126
+ react: '>=16.9.0'
127
+
128
+ '@babel/code-frame@7.25.7':
129
+ resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==}
130
+ engines: {node: '>=6.9.0'}
131
+
132
+ '@babel/compat-data@7.25.8':
133
+ resolution: {integrity: sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA==}
134
+ engines: {node: '>=6.9.0'}
135
+
136
+ '@babel/core@7.25.8':
137
+ resolution: {integrity: sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==}
138
+ engines: {node: '>=6.9.0'}
139
+
140
+ '@babel/generator@7.25.7':
141
+ resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==}
142
+ engines: {node: '>=6.9.0'}
143
+
144
+ '@babel/helper-compilation-targets@7.25.7':
145
+ resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==}
146
+ engines: {node: '>=6.9.0'}
147
+
148
+ '@babel/helper-module-imports@7.25.7':
149
+ resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==}
150
+ engines: {node: '>=6.9.0'}
151
+
152
+ '@babel/helper-module-transforms@7.25.7':
153
+ resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==}
154
+ engines: {node: '>=6.9.0'}
155
+ peerDependencies:
156
+ '@babel/core': ^7.0.0
157
+
158
+ '@babel/helper-plugin-utils@7.25.7':
159
+ resolution: {integrity: sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==}
160
+ engines: {node: '>=6.9.0'}
161
+
162
+ '@babel/helper-simple-access@7.25.7':
163
+ resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==}
164
+ engines: {node: '>=6.9.0'}
165
+
166
+ '@babel/helper-string-parser@7.25.7':
167
+ resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==}
168
+ engines: {node: '>=6.9.0'}
169
+
170
+ '@babel/helper-validator-identifier@7.25.7':
171
+ resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==}
172
+ engines: {node: '>=6.9.0'}
173
+
174
+ '@babel/helper-validator-option@7.25.7':
175
+ resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==}
176
+ engines: {node: '>=6.9.0'}
177
+
178
+ '@babel/helpers@7.25.7':
179
+ resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==}
180
+ engines: {node: '>=6.9.0'}
181
+
182
+ '@babel/highlight@7.25.7':
183
+ resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==}
184
+ engines: {node: '>=6.9.0'}
185
+
186
+ '@babel/parser@7.25.8':
187
+ resolution: {integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==}
188
+ engines: {node: '>=6.0.0'}
189
+ hasBin: true
190
+
191
+ '@babel/plugin-transform-react-jsx-self@7.25.7':
192
+ resolution: {integrity: sha512-JD9MUnLbPL0WdVK8AWC7F7tTG2OS6u/AKKnsK+NdRhUiVdnzyR1S3kKQCaRLOiaULvUiqK6Z4JQE635VgtCFeg==}
193
+ engines: {node: '>=6.9.0'}
194
+ peerDependencies:
195
+ '@babel/core': ^7.0.0-0
196
+
197
+ '@babel/plugin-transform-react-jsx-source@7.25.7':
198
+ resolution: {integrity: sha512-S/JXG/KrbIY06iyJPKfxr0qRxnhNOdkNXYBl/rmwgDd72cQLH9tEGkDm/yJPGvcSIUoikzfjMios9i+xT/uv9w==}
199
+ engines: {node: '>=6.9.0'}
200
+ peerDependencies:
201
+ '@babel/core': ^7.0.0-0
202
+
203
+ '@babel/runtime@7.25.7':
204
+ resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==}
205
+ engines: {node: '>=6.9.0'}
206
+
207
+ '@babel/template@7.25.7':
208
+ resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==}
209
+ engines: {node: '>=6.9.0'}
210
+
211
+ '@babel/traverse@7.25.7':
212
+ resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==}
213
+ engines: {node: '>=6.9.0'}
214
+
215
+ '@babel/types@7.25.8':
216
+ resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==}
217
+ engines: {node: '>=6.9.0'}
218
+
219
+ '@ctrl/tinycolor@3.6.1':
220
+ resolution: {integrity: sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==}
221
+ engines: {node: '>=10'}
222
+
223
+ '@emotion/hash@0.8.0':
224
+ resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==}
225
+
226
+ '@emotion/unitless@0.7.5':
227
+ resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==}
228
+
229
+ '@esbuild/aix-ppc64@0.21.5':
230
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
231
+ engines: {node: '>=12'}
232
+ cpu: [ppc64]
233
+ os: [aix]
234
+
235
+ '@esbuild/android-arm64@0.21.5':
236
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
237
+ engines: {node: '>=12'}
238
+ cpu: [arm64]
239
+ os: [android]
240
+
241
+ '@esbuild/android-arm@0.21.5':
242
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
243
+ engines: {node: '>=12'}
244
+ cpu: [arm]
245
+ os: [android]
246
+
247
+ '@esbuild/android-x64@0.21.5':
248
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
249
+ engines: {node: '>=12'}
250
+ cpu: [x64]
251
+ os: [android]
252
+
253
+ '@esbuild/darwin-arm64@0.21.5':
254
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
255
+ engines: {node: '>=12'}
256
+ cpu: [arm64]
257
+ os: [darwin]
258
+
259
+ '@esbuild/darwin-x64@0.21.5':
260
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
261
+ engines: {node: '>=12'}
262
+ cpu: [x64]
263
+ os: [darwin]
264
+
265
+ '@esbuild/freebsd-arm64@0.21.5':
266
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
267
+ engines: {node: '>=12'}
268
+ cpu: [arm64]
269
+ os: [freebsd]
270
+
271
+ '@esbuild/freebsd-x64@0.21.5':
272
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
273
+ engines: {node: '>=12'}
274
+ cpu: [x64]
275
+ os: [freebsd]
276
+
277
+ '@esbuild/linux-arm64@0.21.5':
278
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
279
+ engines: {node: '>=12'}
280
+ cpu: [arm64]
281
+ os: [linux]
282
+
283
+ '@esbuild/linux-arm@0.21.5':
284
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
285
+ engines: {node: '>=12'}
286
+ cpu: [arm]
287
+ os: [linux]
288
+
289
+ '@esbuild/linux-ia32@0.21.5':
290
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
291
+ engines: {node: '>=12'}
292
+ cpu: [ia32]
293
+ os: [linux]
294
+
295
+ '@esbuild/linux-loong64@0.21.5':
296
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
297
+ engines: {node: '>=12'}
298
+ cpu: [loong64]
299
+ os: [linux]
300
+
301
+ '@esbuild/linux-mips64el@0.21.5':
302
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
303
+ engines: {node: '>=12'}
304
+ cpu: [mips64el]
305
+ os: [linux]
306
+
307
+ '@esbuild/linux-ppc64@0.21.5':
308
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
309
+ engines: {node: '>=12'}
310
+ cpu: [ppc64]
311
+ os: [linux]
312
+
313
+ '@esbuild/linux-riscv64@0.21.5':
314
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
315
+ engines: {node: '>=12'}
316
+ cpu: [riscv64]
317
+ os: [linux]
318
+
319
+ '@esbuild/linux-s390x@0.21.5':
320
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
321
+ engines: {node: '>=12'}
322
+ cpu: [s390x]
323
+ os: [linux]
324
+
325
+ '@esbuild/linux-x64@0.21.5':
326
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
327
+ engines: {node: '>=12'}
328
+ cpu: [x64]
329
+ os: [linux]
330
+
331
+ '@esbuild/netbsd-x64@0.21.5':
332
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
333
+ engines: {node: '>=12'}
334
+ cpu: [x64]
335
+ os: [netbsd]
336
+
337
+ '@esbuild/openbsd-x64@0.21.5':
338
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
339
+ engines: {node: '>=12'}
340
+ cpu: [x64]
341
+ os: [openbsd]
342
+
343
+ '@esbuild/sunos-x64@0.21.5':
344
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
345
+ engines: {node: '>=12'}
346
+ cpu: [x64]
347
+ os: [sunos]
348
+
349
+ '@esbuild/win32-arm64@0.21.5':
350
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
351
+ engines: {node: '>=12'}
352
+ cpu: [arm64]
353
+ os: [win32]
354
+
355
+ '@esbuild/win32-ia32@0.21.5':
356
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
357
+ engines: {node: '>=12'}
358
+ cpu: [ia32]
359
+ os: [win32]
360
+
361
+ '@esbuild/win32-x64@0.21.5':
362
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
363
+ engines: {node: '>=12'}
364
+ cpu: [x64]
365
+ os: [win32]
366
+
367
+ '@eslint-community/eslint-utils@4.4.0':
368
+ resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
369
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
370
+ peerDependencies:
371
+ eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
372
+
373
+ '@eslint-community/regexpp@4.11.1':
374
+ resolution: {integrity: sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==}
375
+ engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
376
+
377
+ '@eslint/eslintrc@2.1.4':
378
+ resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
379
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
380
+
381
+ '@eslint/js@8.57.1':
382
+ resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==}
383
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
384
+
385
+ '@humanwhocodes/config-array@0.13.0':
386
+ resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==}
387
+ engines: {node: '>=10.10.0'}
388
+ deprecated: Use @eslint/config-array instead
389
+
390
+ '@humanwhocodes/module-importer@1.0.1':
391
+ resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==}
392
+ engines: {node: '>=12.22'}
393
+
394
+ '@humanwhocodes/object-schema@2.0.3':
395
+ resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
396
+ deprecated: Use @eslint/object-schema instead
397
+
398
+ '@jridgewell/gen-mapping@0.3.5':
399
+ resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==}
400
+ engines: {node: '>=6.0.0'}
401
+
402
+ '@jridgewell/resolve-uri@3.1.2':
403
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
404
+ engines: {node: '>=6.0.0'}
405
+
406
+ '@jridgewell/set-array@1.2.1':
407
+ resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
408
+ engines: {node: '>=6.0.0'}
409
+
410
+ '@jridgewell/sourcemap-codec@1.5.0':
411
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
412
+
413
+ '@jridgewell/trace-mapping@0.3.25':
414
+ resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
415
+
416
+ '@nodelib/fs.scandir@2.1.5':
417
+ resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
418
+ engines: {node: '>= 8'}
419
+
420
+ '@nodelib/fs.stat@2.0.5':
421
+ resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==}
422
+ engines: {node: '>= 8'}
423
+
424
+ '@nodelib/fs.walk@1.2.8':
425
+ resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
426
+ engines: {node: '>= 8'}
427
+
428
+ '@parcel/watcher-android-arm64@2.4.1':
429
+ resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==}
430
+ engines: {node: '>= 10.0.0'}
431
+ cpu: [arm64]
432
+ os: [android]
433
+
434
+ '@parcel/watcher-darwin-arm64@2.4.1':
435
+ resolution: {integrity: sha512-ln41eihm5YXIY043vBrrHfn94SIBlqOWmoROhsMVTSXGh0QahKGy77tfEywQ7v3NywyxBBkGIfrWRHm0hsKtzA==}
436
+ engines: {node: '>= 10.0.0'}
437
+ cpu: [arm64]
438
+ os: [darwin]
439
+
440
+ '@parcel/watcher-darwin-x64@2.4.1':
441
+ resolution: {integrity: sha512-yrw81BRLjjtHyDu7J61oPuSoeYWR3lDElcPGJyOvIXmor6DEo7/G2u1o7I38cwlcoBHQFULqF6nesIX3tsEXMg==}
442
+ engines: {node: '>= 10.0.0'}
443
+ cpu: [x64]
444
+ os: [darwin]
445
+
446
+ '@parcel/watcher-freebsd-x64@2.4.1':
447
+ resolution: {integrity: sha512-TJa3Pex/gX3CWIx/Co8k+ykNdDCLx+TuZj3f3h7eOjgpdKM+Mnix37RYsYU4LHhiYJz3DK5nFCCra81p6g050w==}
448
+ engines: {node: '>= 10.0.0'}
449
+ cpu: [x64]
450
+ os: [freebsd]
451
+
452
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
453
+ resolution: {integrity: sha512-4rVYDlsMEYfa537BRXxJ5UF4ddNwnr2/1O4MHM5PjI9cvV2qymvhwZSFgXqbS8YoTk5i/JR0L0JDs69BUn45YA==}
454
+ engines: {node: '>= 10.0.0'}
455
+ cpu: [arm]
456
+ os: [linux]
457
+
458
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
459
+ resolution: {integrity: sha512-BJ7mH985OADVLpbrzCLgrJ3TOpiZggE9FMblfO65PlOCdG++xJpKUJ0Aol74ZUIYfb8WsRlUdgrZxKkz3zXWYA==}
460
+ engines: {node: '>= 10.0.0'}
461
+ cpu: [arm64]
462
+ os: [linux]
463
+
464
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
465
+ resolution: {integrity: sha512-p4Xb7JGq3MLgAfYhslU2SjoV9G0kI0Xry0kuxeG/41UfpjHGOhv7UoUDAz/jb1u2elbhazy4rRBL8PegPJFBhA==}
466
+ engines: {node: '>= 10.0.0'}
467
+ cpu: [arm64]
468
+ os: [linux]
469
+
470
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
471
+ resolution: {integrity: sha512-s9O3fByZ/2pyYDPoLM6zt92yu6P4E39a03zvO0qCHOTjxmt3GHRMLuRZEWhWLASTMSrrnVNWdVI/+pUElJBBBg==}
472
+ engines: {node: '>= 10.0.0'}
473
+ cpu: [x64]
474
+ os: [linux]
475
+
476
+ '@parcel/watcher-linux-x64-musl@2.4.1':
477
+ resolution: {integrity: sha512-L2nZTYR1myLNST0O632g0Dx9LyMNHrn6TOt76sYxWLdff3cB22/GZX2UPtJnaqQPdCRoszoY5rcOj4oMTtp5fQ==}
478
+ engines: {node: '>= 10.0.0'}
479
+ cpu: [x64]
480
+ os: [linux]
481
+
482
+ '@parcel/watcher-win32-arm64@2.4.1':
483
+ resolution: {integrity: sha512-Uq2BPp5GWhrq/lcuItCHoqxjULU1QYEcyjSO5jqqOK8RNFDBQnenMMx4gAl3v8GiWa59E9+uDM7yZ6LxwUIfRg==}
484
+ engines: {node: '>= 10.0.0'}
485
+ cpu: [arm64]
486
+ os: [win32]
487
+
488
+ '@parcel/watcher-win32-ia32@2.4.1':
489
+ resolution: {integrity: sha512-maNRit5QQV2kgHFSYwftmPBxiuK5u4DXjbXx7q6eKjq5dsLXZ4FJiVvlcw35QXzk0KrUecJmuVFbj4uV9oYrcw==}
490
+ engines: {node: '>= 10.0.0'}
491
+ cpu: [ia32]
492
+ os: [win32]
493
+
494
+ '@parcel/watcher-win32-x64@2.4.1':
495
+ resolution: {integrity: sha512-+DvS92F9ezicfswqrvIRM2njcYJbd5mb9CUgtrHCHmvn7pPPa+nMDRu1o1bYYz/l5IB2NVGNJWiH7h1E58IF2A==}
496
+ engines: {node: '>= 10.0.0'}
497
+ cpu: [x64]
498
+ os: [win32]
499
+
500
+ '@parcel/watcher@2.4.1':
501
+ resolution: {integrity: sha512-HNjmfLQEVRZmHRET336f20H/8kOozUGwk7yajvsonjNxbj2wBTK1WsQuHkD5yYh9RxFGL2EyDHryOihOwUoKDA==}
502
+ engines: {node: '>= 10.0.0'}
503
+
504
+ '@rc-component/async-validator@5.0.4':
505
+ resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==}
506
+ engines: {node: '>=14.x'}
507
+
508
+ '@rc-component/color-picker@2.0.1':
509
+ resolution: {integrity: sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==}
510
+ peerDependencies:
511
+ react: '>=16.9.0'
512
+ react-dom: '>=16.9.0'
513
+
514
+ '@rc-component/context@1.4.0':
515
+ resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==}
516
+ peerDependencies:
517
+ react: '>=16.9.0'
518
+ react-dom: '>=16.9.0'
519
+
520
+ '@rc-component/mini-decimal@1.1.0':
521
+ resolution: {integrity: sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==}
522
+ engines: {node: '>=8.x'}
523
+
524
+ '@rc-component/mutate-observer@1.1.0':
525
+ resolution: {integrity: sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==}
526
+ engines: {node: '>=8.x'}
527
+ peerDependencies:
528
+ react: '>=16.9.0'
529
+ react-dom: '>=16.9.0'
530
+
531
+ '@rc-component/portal@1.1.2':
532
+ resolution: {integrity: sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==}
533
+ engines: {node: '>=8.x'}
534
+ peerDependencies:
535
+ react: '>=16.9.0'
536
+ react-dom: '>=16.9.0'
537
+
538
+ '@rc-component/qrcode@1.0.0':
539
+ resolution: {integrity: sha512-L+rZ4HXP2sJ1gHMGHjsg9jlYBX/SLN2D6OxP9Zn3qgtpMWtO2vUfxVFwiogHpAIqs54FnALxraUy/BCO1yRIgg==}
540
+ engines: {node: '>=8.x'}
541
+ peerDependencies:
542
+ react: '>=16.9.0'
543
+ react-dom: '>=16.9.0'
544
+
545
+ '@rc-component/tour@1.15.1':
546
+ resolution: {integrity: sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==}
547
+ engines: {node: '>=8.x'}
548
+ peerDependencies:
549
+ react: '>=16.9.0'
550
+ react-dom: '>=16.9.0'
551
+
552
+ '@rc-component/trigger@2.2.3':
553
+ resolution: {integrity: sha512-X1oFIpKoXAMXNDYCviOmTfuNuYxE4h5laBsyCqVAVMjNHxoF3/uiyA7XdegK1XbCvBbCZ6P6byWrEoDRpKL8+A==}
554
+ engines: {node: '>=8.x'}
555
+ peerDependencies:
556
+ react: '>=16.9.0'
557
+ react-dom: '>=16.9.0'
558
+
559
+ '@remix-run/router@1.19.2':
560
+ resolution: {integrity: sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==}
561
+ engines: {node: '>=14.0.0'}
562
+
563
+ '@rollup/rollup-android-arm-eabi@4.24.0':
564
+ resolution: {integrity: sha512-Q6HJd7Y6xdB48x8ZNVDOqsbh2uByBhgK8PiQgPhwkIw/HC/YX5Ghq2mQY5sRMZWHb3VsFkWooUVOZHKr7DmDIA==}
565
+ cpu: [arm]
566
+ os: [android]
567
+
568
+ '@rollup/rollup-android-arm64@4.24.0':
569
+ resolution: {integrity: sha512-ijLnS1qFId8xhKjT81uBHuuJp2lU4x2yxa4ctFPtG+MqEE6+C5f/+X/bStmxapgmwLwiL3ih122xv8kVARNAZA==}
570
+ cpu: [arm64]
571
+ os: [android]
572
+
573
+ '@rollup/rollup-darwin-arm64@4.24.0':
574
+ resolution: {integrity: sha512-bIv+X9xeSs1XCk6DVvkO+S/z8/2AMt/2lMqdQbMrmVpgFvXlmde9mLcbQpztXm1tajC3raFDqegsH18HQPMYtA==}
575
+ cpu: [arm64]
576
+ os: [darwin]
577
+
578
+ '@rollup/rollup-darwin-x64@4.24.0':
579
+ resolution: {integrity: sha512-X6/nOwoFN7RT2svEQWUsW/5C/fYMBe4fnLK9DQk4SX4mgVBiTA9h64kjUYPvGQ0F/9xwJ5U5UfTbl6BEjaQdBQ==}
580
+ cpu: [x64]
581
+ os: [darwin]
582
+
583
+ '@rollup/rollup-linux-arm-gnueabihf@4.24.0':
584
+ resolution: {integrity: sha512-0KXvIJQMOImLCVCz9uvvdPgfyWo93aHHp8ui3FrtOP57svqrF/roSSR5pjqL2hcMp0ljeGlU4q9o/rQaAQ3AYA==}
585
+ cpu: [arm]
586
+ os: [linux]
587
+
588
+ '@rollup/rollup-linux-arm-musleabihf@4.24.0':
589
+ resolution: {integrity: sha512-it2BW6kKFVh8xk/BnHfakEeoLPv8STIISekpoF+nBgWM4d55CZKc7T4Dx1pEbTnYm/xEKMgy1MNtYuoA8RFIWw==}
590
+ cpu: [arm]
591
+ os: [linux]
592
+
593
+ '@rollup/rollup-linux-arm64-gnu@4.24.0':
594
+ resolution: {integrity: sha512-i0xTLXjqap2eRfulFVlSnM5dEbTVque/3Pi4g2y7cxrs7+a9De42z4XxKLYJ7+OhE3IgxvfQM7vQc43bwTgPwA==}
595
+ cpu: [arm64]
596
+ os: [linux]
597
+
598
+ '@rollup/rollup-linux-arm64-musl@4.24.0':
599
+ resolution: {integrity: sha512-9E6MKUJhDuDh604Qco5yP/3qn3y7SLXYuiC0Rpr89aMScS2UAmK1wHP2b7KAa1nSjWJc/f/Lc0Wl1L47qjiyQw==}
600
+ cpu: [arm64]
601
+ os: [linux]
602
+
603
+ '@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
604
+ resolution: {integrity: sha512-2XFFPJ2XMEiF5Zi2EBf4h73oR1V/lycirxZxHZNc93SqDN/IWhYYSYj8I9381ikUFXZrz2v7r2tOVk2NBwxrWw==}
605
+ cpu: [ppc64]
606
+ os: [linux]
607
+
608
+ '@rollup/rollup-linux-riscv64-gnu@4.24.0':
609
+ resolution: {integrity: sha512-M3Dg4hlwuntUCdzU7KjYqbbd+BLq3JMAOhCKdBE3TcMGMZbKkDdJ5ivNdehOssMCIokNHFOsv7DO4rlEOfyKpg==}
610
+ cpu: [riscv64]
611
+ os: [linux]
612
+
613
+ '@rollup/rollup-linux-s390x-gnu@4.24.0':
614
+ resolution: {integrity: sha512-mjBaoo4ocxJppTorZVKWFpy1bfFj9FeCMJqzlMQGjpNPY9JwQi7OuS1axzNIk0nMX6jSgy6ZURDZ2w0QW6D56g==}
615
+ cpu: [s390x]
616
+ os: [linux]
617
+
618
+ '@rollup/rollup-linux-x64-gnu@4.24.0':
619
+ resolution: {integrity: sha512-ZXFk7M72R0YYFN5q13niV0B7G8/5dcQ9JDp8keJSfr3GoZeXEoMHP/HlvqROA3OMbMdfr19IjCeNAnPUG93b6A==}
620
+ cpu: [x64]
621
+ os: [linux]
622
+
623
+ '@rollup/rollup-linux-x64-musl@4.24.0':
624
+ resolution: {integrity: sha512-w1i+L7kAXZNdYl+vFvzSZy8Y1arS7vMgIy8wusXJzRrPyof5LAb02KGr1PD2EkRcl73kHulIID0M501lN+vobQ==}
625
+ cpu: [x64]
626
+ os: [linux]
627
+
628
+ '@rollup/rollup-win32-arm64-msvc@4.24.0':
629
+ resolution: {integrity: sha512-VXBrnPWgBpVDCVY6XF3LEW0pOU51KbaHhccHw6AS6vBWIC60eqsH19DAeeObl+g8nKAz04QFdl/Cefta0xQtUQ==}
630
+ cpu: [arm64]
631
+ os: [win32]
632
+
633
+ '@rollup/rollup-win32-ia32-msvc@4.24.0':
634
+ resolution: {integrity: sha512-xrNcGDU0OxVcPTH/8n/ShH4UevZxKIO6HJFK0e15XItZP2UcaiLFd5kiX7hJnqCbSztUF8Qot+JWBC/QXRPYWQ==}
635
+ cpu: [ia32]
636
+ os: [win32]
637
+
638
+ '@rollup/rollup-win32-x64-msvc@4.24.0':
639
+ resolution: {integrity: sha512-fbMkAF7fufku0N2dE5TBXcNlg0pt0cJue4xBRE2Qc5Vqikxr4VCgKj/ht6SMdFcOacVA9rqF70APJ8RN/4vMJw==}
640
+ cpu: [x64]
641
+ os: [win32]
642
+
643
+ '@types/babel__core@7.20.5':
644
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
645
+
646
+ '@types/babel__generator@7.6.8':
647
+ resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==}
648
+
649
+ '@types/babel__template@7.4.4':
650
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
651
+
652
+ '@types/babel__traverse@7.20.6':
653
+ resolution: {integrity: sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==}
654
+
655
+ '@types/estree@1.0.6':
656
+ resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
657
+
658
+ '@types/json-schema@7.0.15':
659
+ resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
660
+
661
+ '@types/lodash-es@4.17.12':
662
+ resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==}
663
+
664
+ '@types/lodash@4.17.17':
665
+ resolution: {integrity: sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==}
666
+
667
+ '@types/node@24.2.0':
668
+ resolution: {integrity: sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==}
669
+
670
+ '@types/prop-types@15.7.13':
671
+ resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
672
+
673
+ '@types/react-dom@18.3.0':
674
+ resolution: {integrity: sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==}
675
+
676
+ '@types/react@18.3.11':
677
+ resolution: {integrity: sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==}
678
+
679
+ '@types/semver@7.5.8':
680
+ resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==}
681
+
682
+ '@typescript-eslint/eslint-plugin@6.21.0':
683
+ resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
684
+ engines: {node: ^16.0.0 || >=18.0.0}
685
+ peerDependencies:
686
+ '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
687
+ eslint: ^7.0.0 || ^8.0.0
688
+ typescript: '*'
689
+ peerDependenciesMeta:
690
+ typescript:
691
+ optional: true
692
+
693
+ '@typescript-eslint/parser@6.21.0':
694
+ resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==}
695
+ engines: {node: ^16.0.0 || >=18.0.0}
696
+ peerDependencies:
697
+ eslint: ^7.0.0 || ^8.0.0
698
+ typescript: '*'
699
+ peerDependenciesMeta:
700
+ typescript:
701
+ optional: true
702
+
703
+ '@typescript-eslint/scope-manager@6.21.0':
704
+ resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==}
705
+ engines: {node: ^16.0.0 || >=18.0.0}
706
+
707
+ '@typescript-eslint/type-utils@6.21.0':
708
+ resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==}
709
+ engines: {node: ^16.0.0 || >=18.0.0}
710
+ peerDependencies:
711
+ eslint: ^7.0.0 || ^8.0.0
712
+ typescript: '*'
713
+ peerDependenciesMeta:
714
+ typescript:
715
+ optional: true
716
+
717
+ '@typescript-eslint/types@6.21.0':
718
+ resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==}
719
+ engines: {node: ^16.0.0 || >=18.0.0}
720
+
721
+ '@typescript-eslint/typescript-estree@6.21.0':
722
+ resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==}
723
+ engines: {node: ^16.0.0 || >=18.0.0}
724
+ peerDependencies:
725
+ typescript: '*'
726
+ peerDependenciesMeta:
727
+ typescript:
728
+ optional: true
729
+
730
+ '@typescript-eslint/utils@6.21.0':
731
+ resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==}
732
+ engines: {node: ^16.0.0 || >=18.0.0}
733
+ peerDependencies:
734
+ eslint: ^7.0.0 || ^8.0.0
735
+
736
+ '@typescript-eslint/visitor-keys@6.21.0':
737
+ resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==}
738
+ engines: {node: ^16.0.0 || >=18.0.0}
739
+
740
+ '@ungap/structured-clone@1.2.0':
741
+ resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
742
+
743
+ '@vitejs/plugin-react@4.3.2':
744
+ resolution: {integrity: sha512-hieu+o05v4glEBucTcKMK3dlES0OeJlD9YVOAPraVMOInBCwzumaIFiUjr4bHK7NPgnAHgiskUoceKercrN8vg==}
745
+ engines: {node: ^14.18.0 || >=16.0.0}
746
+ peerDependencies:
747
+ vite: ^4.2.0 || ^5.0.0
748
+
749
+ acorn-jsx@5.3.2:
750
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
751
+ peerDependencies:
752
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
753
+
754
+ acorn@8.12.1:
755
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
756
+ engines: {node: '>=0.4.0'}
757
+ hasBin: true
758
+
759
+ ajv@6.12.6:
760
+ resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
761
+
762
+ ansi-regex@5.0.1:
763
+ resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
764
+ engines: {node: '>=8'}
765
+
766
+ ansi-styles@3.2.1:
767
+ resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==}
768
+ engines: {node: '>=4'}
769
+
770
+ ansi-styles@4.3.0:
771
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
772
+ engines: {node: '>=8'}
773
+
774
+ antd@5.21.3:
775
+ resolution: {integrity: sha512-Yby3gU6jfuvhNFRPsrHB4Yc/G3LHLNHHy0kShwNmmZf1QTCiW5TmqP3DT5m/NHbJsTgEwJpwo3AaOWo+KQyEjw==}
776
+ peerDependencies:
777
+ react: '>=16.9.0'
778
+ react-dom: '>=16.9.0'
779
+
780
+ argparse@2.0.1:
781
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
782
+
783
+ array-tree-filter@2.1.0:
784
+ resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==}
785
+
786
+ array-union@2.1.0:
787
+ resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==}
788
+ engines: {node: '>=8'}
789
+
790
+ asynckit@0.4.0:
791
+ resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
792
+
793
+ axios@1.7.7:
794
+ resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
795
+
796
+ balanced-match@1.0.2:
797
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
798
+
799
+ brace-expansion@1.1.11:
800
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
801
+
802
+ brace-expansion@2.0.1:
803
+ resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
804
+
805
+ braces@3.0.3:
806
+ resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
807
+ engines: {node: '>=8'}
808
+
809
+ browserslist@4.24.0:
810
+ resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==}
811
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
812
+ hasBin: true
813
+
814
+ call-bind@1.0.7:
815
+ resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==}
816
+ engines: {node: '>= 0.4'}
817
+
818
+ callsites@3.1.0:
819
+ resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
820
+ engines: {node: '>=6'}
821
+
822
+ caniuse-lite@1.0.30001667:
823
+ resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==}
824
+
825
+ chalk@2.4.2:
826
+ resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
827
+ engines: {node: '>=4'}
828
+
829
+ chalk@4.1.2:
830
+ resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
831
+ engines: {node: '>=10'}
832
+
833
+ chokidar@4.0.1:
834
+ resolution: {integrity: sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==}
835
+ engines: {node: '>= 14.16.0'}
836
+
837
+ classnames@2.5.1:
838
+ resolution: {integrity: sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==}
839
+
840
+ color-convert@1.9.3:
841
+ resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
842
+
843
+ color-convert@2.0.1:
844
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
845
+ engines: {node: '>=7.0.0'}
846
+
847
+ color-name@1.1.3:
848
+ resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
849
+
850
+ color-name@1.1.4:
851
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
852
+
853
+ combined-stream@1.0.8:
854
+ resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
855
+ engines: {node: '>= 0.8'}
856
+
857
+ compute-scroll-into-view@3.1.0:
858
+ resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==}
859
+
860
+ concat-map@0.0.1:
861
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
862
+
863
+ convert-source-map@2.0.0:
864
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
865
+
866
+ copy-to-clipboard@3.3.3:
867
+ resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==}
868
+
869
+ cross-spawn@7.0.3:
870
+ resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==}
871
+ engines: {node: '>= 8'}
872
+
873
+ csstype@3.1.3:
874
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
875
+
876
+ dayjs@1.11.13:
877
+ resolution: {integrity: sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==}
878
+
879
+ debug@4.3.7:
880
+ resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==}
881
+ engines: {node: '>=6.0'}
882
+ peerDependencies:
883
+ supports-color: '*'
884
+ peerDependenciesMeta:
885
+ supports-color:
886
+ optional: true
887
+
888
+ deep-is@0.1.4:
889
+ resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
890
+
891
+ define-data-property@1.1.4:
892
+ resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
893
+ engines: {node: '>= 0.4'}
894
+
895
+ delayed-stream@1.0.0:
896
+ resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
897
+ engines: {node: '>=0.4.0'}
898
+
899
+ detect-libc@1.0.3:
900
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
901
+ engines: {node: '>=0.10'}
902
+ hasBin: true
903
+
904
+ dir-glob@3.0.1:
905
+ resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==}
906
+ engines: {node: '>=8'}
907
+
908
+ doctrine@3.0.0:
909
+ resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==}
910
+ engines: {node: '>=6.0.0'}
911
+
912
+ electron-to-chromium@1.5.36:
913
+ resolution: {integrity: sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==}
914
+
915
+ es-define-property@1.0.0:
916
+ resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==}
917
+ engines: {node: '>= 0.4'}
918
+
919
+ es-errors@1.3.0:
920
+ resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
921
+ engines: {node: '>= 0.4'}
922
+
923
+ esbuild@0.21.5:
924
+ resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
925
+ engines: {node: '>=12'}
926
+ hasBin: true
927
+
928
+ escalade@3.2.0:
929
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
930
+ engines: {node: '>=6'}
931
+
932
+ escape-string-regexp@1.0.5:
933
+ resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==}
934
+ engines: {node: '>=0.8.0'}
935
+
936
+ escape-string-regexp@4.0.0:
937
+ resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
938
+ engines: {node: '>=10'}
939
+
940
+ eslint-plugin-react-hooks@4.6.2:
941
+ resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
942
+ engines: {node: '>=10'}
943
+ peerDependencies:
944
+ eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
945
+
946
+ eslint-plugin-react-refresh@0.4.12:
947
+ resolution: {integrity: sha512-9neVjoGv20FwYtCP6CB1dzR1vr57ZDNOXst21wd2xJ/cTlM2xLq0GWVlSNTdMn/4BtP6cHYBMCSp1wFBJ9jBsg==}
948
+ peerDependencies:
949
+ eslint: '>=7'
950
+
951
+ eslint-scope@7.2.2:
952
+ resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
953
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
954
+
955
+ eslint-visitor-keys@3.4.3:
956
+ resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
957
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
958
+
959
+ eslint@8.57.1:
960
+ resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
961
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
962
+ deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
963
+ hasBin: true
964
+
965
+ espree@9.6.1:
966
+ resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
967
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
968
+
969
+ esquery@1.6.0:
970
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
971
+ engines: {node: '>=0.10'}
972
+
973
+ esrecurse@4.3.0:
974
+ resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
975
+ engines: {node: '>=4.0'}
976
+
977
+ estraverse@5.3.0:
978
+ resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
979
+ engines: {node: '>=4.0'}
980
+
981
+ esutils@2.0.3:
982
+ resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
983
+ engines: {node: '>=0.10.0'}
984
+
985
+ fast-deep-equal@3.1.3:
986
+ resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
987
+
988
+ fast-glob@3.3.2:
989
+ resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
990
+ engines: {node: '>=8.6.0'}
991
+
992
+ fast-json-stable-stringify@2.1.0:
993
+ resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
994
+
995
+ fast-levenshtein@2.0.6:
996
+ resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
997
+
998
+ fastq@1.17.1:
999
+ resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==}
1000
+
1001
+ file-entry-cache@6.0.1:
1002
+ resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==}
1003
+ engines: {node: ^10.12.0 || >=12.0.0}
1004
+
1005
+ fill-range@7.1.1:
1006
+ resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
1007
+ engines: {node: '>=8'}
1008
+
1009
+ find-up@5.0.0:
1010
+ resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
1011
+ engines: {node: '>=10'}
1012
+
1013
+ flat-cache@3.2.0:
1014
+ resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
1015
+ engines: {node: ^10.12.0 || >=12.0.0}
1016
+
1017
+ flatted@3.3.1:
1018
+ resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
1019
+
1020
+ follow-redirects@1.15.9:
1021
+ resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==}
1022
+ engines: {node: '>=4.0'}
1023
+ peerDependencies:
1024
+ debug: '*'
1025
+ peerDependenciesMeta:
1026
+ debug:
1027
+ optional: true
1028
+
1029
+ form-data@4.0.1:
1030
+ resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==}
1031
+ engines: {node: '>= 6'}
1032
+
1033
+ fs.realpath@1.0.0:
1034
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
1035
+
1036
+ fsevents@2.3.3:
1037
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
1038
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
1039
+ os: [darwin]
1040
+
1041
+ function-bind@1.1.2:
1042
+ resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
1043
+
1044
+ gensync@1.0.0-beta.2:
1045
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
1046
+ engines: {node: '>=6.9.0'}
1047
+
1048
+ get-intrinsic@1.2.4:
1049
+ resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==}
1050
+ engines: {node: '>= 0.4'}
1051
+
1052
+ glob-parent@5.1.2:
1053
+ resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
1054
+ engines: {node: '>= 6'}
1055
+
1056
+ glob-parent@6.0.2:
1057
+ resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
1058
+ engines: {node: '>=10.13.0'}
1059
+
1060
+ glob@7.2.3:
1061
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
1062
+ deprecated: Glob versions prior to v9 are no longer supported
1063
+
1064
+ globals@11.12.0:
1065
+ resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
1066
+ engines: {node: '>=4'}
1067
+
1068
+ globals@13.24.0:
1069
+ resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
1070
+ engines: {node: '>=8'}
1071
+
1072
+ globby@11.1.0:
1073
+ resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==}
1074
+ engines: {node: '>=10'}
1075
+
1076
+ gopd@1.0.1:
1077
+ resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
1078
+
1079
+ graphemer@1.4.0:
1080
+ resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==}
1081
+
1082
+ has-flag@3.0.0:
1083
+ resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==}
1084
+ engines: {node: '>=4'}
1085
+
1086
+ has-flag@4.0.0:
1087
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
1088
+ engines: {node: '>=8'}
1089
+
1090
+ has-property-descriptors@1.0.2:
1091
+ resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==}
1092
+
1093
+ has-proto@1.0.3:
1094
+ resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==}
1095
+ engines: {node: '>= 0.4'}
1096
+
1097
+ has-symbols@1.0.3:
1098
+ resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
1099
+ engines: {node: '>= 0.4'}
1100
+
1101
+ hasown@2.0.2:
1102
+ resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
1103
+ engines: {node: '>= 0.4'}
1104
+
1105
+ ignore@5.3.2:
1106
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
1107
+ engines: {node: '>= 4'}
1108
+
1109
+ immutable@4.3.7:
1110
+ resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==}
1111
+
1112
+ import-fresh@3.3.0:
1113
+ resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
1114
+ engines: {node: '>=6'}
1115
+
1116
+ imurmurhash@0.1.4:
1117
+ resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
1118
+ engines: {node: '>=0.8.19'}
1119
+
1120
+ inflight@1.0.6:
1121
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
1122
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
1123
+
1124
+ inherits@2.0.3:
1125
+ resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==}
1126
+
1127
+ inherits@2.0.4:
1128
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
1129
+
1130
+ is-extglob@2.1.1:
1131
+ resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==}
1132
+ engines: {node: '>=0.10.0'}
1133
+
1134
+ is-glob@4.0.3:
1135
+ resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
1136
+ engines: {node: '>=0.10.0'}
1137
+
1138
+ is-number@7.0.0:
1139
+ resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==}
1140
+ engines: {node: '>=0.12.0'}
1141
+
1142
+ is-path-inside@3.0.3:
1143
+ resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==}
1144
+ engines: {node: '>=8'}
1145
+
1146
+ isexe@2.0.0:
1147
+ resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==}
1148
+
1149
+ js-tokens@4.0.0:
1150
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
1151
+
1152
+ js-yaml@4.1.0:
1153
+ resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
1154
+ hasBin: true
1155
+
1156
+ jsesc@3.0.2:
1157
+ resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==}
1158
+ engines: {node: '>=6'}
1159
+ hasBin: true
1160
+
1161
+ json-buffer@3.0.1:
1162
+ resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==}
1163
+
1164
+ json-schema-traverse@0.4.1:
1165
+ resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
1166
+
1167
+ json-stable-stringify-without-jsonify@1.0.1:
1168
+ resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
1169
+
1170
+ json2mq@0.2.0:
1171
+ resolution: {integrity: sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==}
1172
+
1173
+ json5@2.2.3:
1174
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
1175
+ engines: {node: '>=6'}
1176
+ hasBin: true
1177
+
1178
+ keyv@4.5.4:
1179
+ resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
1180
+
1181
+ levn@0.4.1:
1182
+ resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
1183
+ engines: {node: '>= 0.8.0'}
1184
+
1185
+ locate-path@6.0.0:
1186
+ resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
1187
+ engines: {node: '>=10'}
1188
+
1189
+ lodash-es@4.17.21:
1190
+ resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
1191
+
1192
+ lodash.merge@4.6.2:
1193
+ resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
1194
+
1195
+ loose-envify@1.4.0:
1196
+ resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
1197
+ hasBin: true
1198
+
1199
+ lru-cache@5.1.1:
1200
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
1201
+
1202
+ merge2@1.4.1:
1203
+ resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
1204
+ engines: {node: '>= 8'}
1205
+
1206
+ micromatch@4.0.8:
1207
+ resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
1208
+ engines: {node: '>=8.6'}
1209
+
1210
+ mime-db@1.52.0:
1211
+ resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
1212
+ engines: {node: '>= 0.6'}
1213
+
1214
+ mime-types@2.1.35:
1215
+ resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
1216
+ engines: {node: '>= 0.6'}
1217
+
1218
+ minimatch@3.1.2:
1219
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
1220
+
1221
+ minimatch@9.0.3:
1222
+ resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
1223
+ engines: {node: '>=16 || 14 >=14.17'}
1224
+
1225
+ ms@2.1.3:
1226
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1227
+
1228
+ nanoid@3.3.7:
1229
+ resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==}
1230
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1231
+ hasBin: true
1232
+
1233
+ natural-compare@1.4.0:
1234
+ resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
1235
+
1236
+ node-addon-api@7.1.1:
1237
+ resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
1238
+
1239
+ node-releases@2.0.18:
1240
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
1241
+
1242
+ object-inspect@1.13.2:
1243
+ resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==}
1244
+ engines: {node: '>= 0.4'}
1245
+
1246
+ once@1.4.0:
1247
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
1248
+
1249
+ optionator@0.9.4:
1250
+ resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
1251
+ engines: {node: '>= 0.8.0'}
1252
+
1253
+ p-limit@3.1.0:
1254
+ resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
1255
+ engines: {node: '>=10'}
1256
+
1257
+ p-locate@5.0.0:
1258
+ resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
1259
+ engines: {node: '>=10'}
1260
+
1261
+ parent-module@1.0.1:
1262
+ resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
1263
+ engines: {node: '>=6'}
1264
+
1265
+ path-exists@4.0.0:
1266
+ resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
1267
+ engines: {node: '>=8'}
1268
+
1269
+ path-is-absolute@1.0.1:
1270
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
1271
+ engines: {node: '>=0.10.0'}
1272
+
1273
+ path-key@3.1.1:
1274
+ resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
1275
+ engines: {node: '>=8'}
1276
+
1277
+ path-type@4.0.0:
1278
+ resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
1279
+ engines: {node: '>=8'}
1280
+
1281
+ path@0.12.7:
1282
+ resolution: {integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==}
1283
+
1284
+ picocolors@1.1.0:
1285
+ resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==}
1286
+
1287
+ picomatch@2.3.1:
1288
+ resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
1289
+ engines: {node: '>=8.6'}
1290
+
1291
+ postcss@8.4.47:
1292
+ resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==}
1293
+ engines: {node: ^10 || ^12 || >=14}
1294
+
1295
+ prelude-ls@1.2.1:
1296
+ resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
1297
+ engines: {node: '>= 0.8.0'}
1298
+
1299
+ process@0.11.10:
1300
+ resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
1301
+ engines: {node: '>= 0.6.0'}
1302
+
1303
+ proxy-from-env@1.1.0:
1304
+ resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
1305
+
1306
+ punycode@1.4.1:
1307
+ resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==}
1308
+
1309
+ punycode@2.3.1:
1310
+ resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==}
1311
+ engines: {node: '>=6'}
1312
+
1313
+ qs@6.13.0:
1314
+ resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
1315
+ engines: {node: '>=0.6'}
1316
+
1317
+ queue-microtask@1.2.3:
1318
+ resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
1319
+
1320
+ rc-cascader@3.28.1:
1321
+ resolution: {integrity: sha512-9+8oHIMWVLHxuaapDiqFNmD9KSyKN/P4bo9x/MBuDbyTqP8f2/POmmZxdXWBO3yq/uE3pKyQCXYNUxrNfHRv2A==}
1322
+ peerDependencies:
1323
+ react: '>=16.9.0'
1324
+ react-dom: '>=16.9.0'
1325
+
1326
+ rc-checkbox@3.3.0:
1327
+ resolution: {integrity: sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==}
1328
+ peerDependencies:
1329
+ react: '>=16.9.0'
1330
+ react-dom: '>=16.9.0'
1331
+
1332
+ rc-collapse@3.8.0:
1333
+ resolution: {integrity: sha512-YVBkssrKPBG09TGfcWWGj8zJBYD9G3XuTy89t5iUmSXrIXEAnO1M+qjUxRW6b4Qi0+wNWG6MHJF/+US+nmIlzA==}
1334
+ peerDependencies:
1335
+ react: '>=16.9.0'
1336
+ react-dom: '>=16.9.0'
1337
+
1338
+ rc-dialog@9.6.0:
1339
+ resolution: {integrity: sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==}
1340
+ peerDependencies:
1341
+ react: '>=16.9.0'
1342
+ react-dom: '>=16.9.0'
1343
+
1344
+ rc-drawer@7.2.0:
1345
+ resolution: {integrity: sha512-9lOQ7kBekEJRdEpScHvtmEtXnAsy+NGDXiRWc2ZVC7QXAazNVbeT4EraQKYwCME8BJLa8Bxqxvs5swwyOepRwg==}
1346
+ peerDependencies:
1347
+ react: '>=16.9.0'
1348
+ react-dom: '>=16.9.0'
1349
+
1350
+ rc-dropdown@4.2.0:
1351
+ resolution: {integrity: sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==}
1352
+ peerDependencies:
1353
+ react: '>=16.11.0'
1354
+ react-dom: '>=16.11.0'
1355
+
1356
+ rc-field-form@2.4.0:
1357
+ resolution: {integrity: sha512-XZ/lF9iqf9HXApIHQHqzJK5v2w4mkUMsVqAzOyWVzoiwwXEavY6Tpuw7HavgzIoD+huVff4JghSGcgEfX6eycg==}
1358
+ engines: {node: '>=8.x'}
1359
+ peerDependencies:
1360
+ react: '>=16.9.0'
1361
+ react-dom: '>=16.9.0'
1362
+
1363
+ rc-image@7.11.0:
1364
+ resolution: {integrity: sha512-aZkTEZXqeqfPZtnSdNUnKQA0N/3MbgR7nUnZ+/4MfSFWPFHZau4p5r5ShaI0KPEMnNjv4kijSCFq/9wtJpwykw==}
1365
+ peerDependencies:
1366
+ react: '>=16.9.0'
1367
+ react-dom: '>=16.9.0'
1368
+
1369
+ rc-input-number@9.2.0:
1370
+ resolution: {integrity: sha512-5XZFhBCV5f9UQ62AZ2hFbEY8iZT/dm23Q1kAg0H8EvOgD3UDbYYJAayoVIkM3lQaCqYAW5gV0yV3vjw1XtzWHg==}
1371
+ peerDependencies:
1372
+ react: '>=16.9.0'
1373
+ react-dom: '>=16.9.0'
1374
+
1375
+ rc-input@1.6.3:
1376
+ resolution: {integrity: sha512-wI4NzuqBS8vvKr8cljsvnTUqItMfG1QbJoxovCgL+DX4eVUcHIjVwharwevIxyy7H/jbLryh+K7ysnJr23aWIA==}
1377
+ peerDependencies:
1378
+ react: '>=16.0.0'
1379
+ react-dom: '>=16.0.0'
1380
+
1381
+ rc-mentions@2.16.1:
1382
+ resolution: {integrity: sha512-GnhSTGP9Mtv6pqFFGQze44LlrtWOjHNrUUAcsdo9DnNAhN4pwVPEWy4z+2jpjkiGlJ3VoXdvMHcNDQdfI9fEaw==}
1383
+ peerDependencies:
1384
+ react: '>=16.9.0'
1385
+ react-dom: '>=16.9.0'
1386
+
1387
+ rc-menu@9.15.1:
1388
+ resolution: {integrity: sha512-UKporqU6LPfHnpPmtP6hdEK4iO5Q+b7BRv/uRpxdIyDGplZy9jwUjsnpev5bs3PQKB0H0n34WAPDfjAfn3kAPA==}
1389
+ peerDependencies:
1390
+ react: '>=16.9.0'
1391
+ react-dom: '>=16.9.0'
1392
+
1393
+ rc-motion@2.9.3:
1394
+ resolution: {integrity: sha512-rkW47ABVkic7WEB0EKJqzySpvDqwl60/tdkY7hWP7dYnh5pm0SzJpo54oW3TDUGXV5wfxXFmMkxrzRRbotQ0+w==}
1395
+ peerDependencies:
1396
+ react: '>=16.9.0'
1397
+ react-dom: '>=16.9.0'
1398
+
1399
+ rc-notification@5.6.2:
1400
+ resolution: {integrity: sha512-Id4IYMoii3zzrG0lB0gD6dPgJx4Iu95Xu0BQrhHIbp7ZnAZbLqdqQ73aIWH0d0UFcElxwaKjnzNovTjo7kXz7g==}
1401
+ engines: {node: '>=8.x'}
1402
+ peerDependencies:
1403
+ react: '>=16.9.0'
1404
+ react-dom: '>=16.9.0'
1405
+
1406
+ rc-overflow@1.3.2:
1407
+ resolution: {integrity: sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==}
1408
+ peerDependencies:
1409
+ react: '>=16.9.0'
1410
+ react-dom: '>=16.9.0'
1411
+
1412
+ rc-pagination@4.3.0:
1413
+ resolution: {integrity: sha512-UubEWA0ShnroQ1tDa291Fzw6kj0iOeF26IsUObxYTpimgj4/qPCWVFl18RLZE+0Up1IZg0IK4pMn6nB3mjvB7g==}
1414
+ peerDependencies:
1415
+ react: '>=16.9.0'
1416
+ react-dom: '>=16.9.0'
1417
+
1418
+ rc-picker@4.6.15:
1419
+ resolution: {integrity: sha512-OWZ1yrMie+KN2uEUfYCfS4b2Vu6RC1FWwNI0s+qypsc3wRt7g+peuZKVIzXCTaJwyyZruo80+akPg2+GmyiJjw==}
1420
+ engines: {node: '>=8.x'}
1421
+ peerDependencies:
1422
+ date-fns: '>= 2.x'
1423
+ dayjs: '>= 1.x'
1424
+ luxon: '>= 3.x'
1425
+ moment: '>= 2.x'
1426
+ react: '>=16.9.0'
1427
+ react-dom: '>=16.9.0'
1428
+ peerDependenciesMeta:
1429
+ date-fns:
1430
+ optional: true
1431
+ dayjs:
1432
+ optional: true
1433
+ luxon:
1434
+ optional: true
1435
+ moment:
1436
+ optional: true
1437
+
1438
+ rc-progress@4.0.0:
1439
+ resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==}
1440
+ peerDependencies:
1441
+ react: '>=16.9.0'
1442
+ react-dom: '>=16.9.0'
1443
+
1444
+ rc-rate@2.13.0:
1445
+ resolution: {integrity: sha512-oxvx1Q5k5wD30sjN5tqAyWTvJfLNNJn7Oq3IeS4HxWfAiC4BOXMITNAsw7u/fzdtO4MS8Ki8uRLOzcnEuoQiAw==}
1446
+ engines: {node: '>=8.x'}
1447
+ peerDependencies:
1448
+ react: '>=16.9.0'
1449
+ react-dom: '>=16.9.0'
1450
+
1451
+ rc-resize-observer@1.4.0:
1452
+ resolution: {integrity: sha512-PnMVyRid9JLxFavTjeDXEXo65HCRqbmLBw9xX9gfC4BZiSzbLXKzW3jPz+J0P71pLbD5tBMTT+mkstV5gD0c9Q==}
1453
+ peerDependencies:
1454
+ react: '>=16.9.0'
1455
+ react-dom: '>=16.9.0'
1456
+
1457
+ rc-segmented@2.5.0:
1458
+ resolution: {integrity: sha512-B28Fe3J9iUFOhFJET3RoXAPFJ2u47QvLSYcZWC4tFYNGPEjug5LAxEasZlA/PpAxhdOPqGWsGbSj7ftneukJnw==}
1459
+ peerDependencies:
1460
+ react: '>=16.0.0'
1461
+ react-dom: '>=16.0.0'
1462
+
1463
+ rc-select@14.15.2:
1464
+ resolution: {integrity: sha512-oNoXlaFmpqXYcQDzcPVLrEqS2J9c+/+oJuGrlXeVVX/gVgrbHa5YcyiRUXRydFjyuA7GP3elRuLF7Y3Tfwltlw==}
1465
+ engines: {node: '>=8.x'}
1466
+ peerDependencies:
1467
+ react: '*'
1468
+ react-dom: '*'
1469
+
1470
+ rc-slider@11.1.7:
1471
+ resolution: {integrity: sha512-ytYbZei81TX7otdC0QvoYD72XSlxvTihNth5OeZ6PMXyEDq/vHdWFulQmfDGyXK1NwKwSlKgpvINOa88uT5g2A==}
1472
+ engines: {node: '>=8.x'}
1473
+ peerDependencies:
1474
+ react: '>=16.9.0'
1475
+ react-dom: '>=16.9.0'
1476
+
1477
+ rc-steps@6.0.1:
1478
+ resolution: {integrity: sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==}
1479
+ engines: {node: '>=8.x'}
1480
+ peerDependencies:
1481
+ react: '>=16.9.0'
1482
+ react-dom: '>=16.9.0'
1483
+
1484
+ rc-switch@4.1.0:
1485
+ resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==}
1486
+ peerDependencies:
1487
+ react: '>=16.9.0'
1488
+ react-dom: '>=16.9.0'
1489
+
1490
+ rc-table@7.47.5:
1491
+ resolution: {integrity: sha512-fzq+V9j/atbPIcvs3emuclaEoXulwQpIiJA6/7ey52j8+9cJ4P8DGmp4YzfUVDrb3qhgedcVeD6eRgUrokwVEQ==}
1492
+ engines: {node: '>=8.x'}
1493
+ peerDependencies:
1494
+ react: '>=16.9.0'
1495
+ react-dom: '>=16.9.0'
1496
+
1497
+ rc-tabs@15.3.0:
1498
+ resolution: {integrity: sha512-lzE18r+zppT/jZWOAWS6ntdkDUKHOLJzqMi5UAij1LeKwOaQaupupAoI9Srn73GRzVpmGznkECMRrzkRusC40A==}
1499
+ engines: {node: '>=8.x'}
1500
+ peerDependencies:
1501
+ react: '>=16.9.0'
1502
+ react-dom: '>=16.9.0'
1503
+
1504
+ rc-textarea@1.8.2:
1505
+ resolution: {integrity: sha512-UFAezAqltyR00a8Lf0IPAyTd29Jj9ee8wt8DqXyDMal7r/Cg/nDt3e1OOv3Th4W6mKaZijjgwuPXhAfVNTN8sw==}
1506
+ peerDependencies:
1507
+ react: '>=16.9.0'
1508
+ react-dom: '>=16.9.0'
1509
+
1510
+ rc-tooltip@6.2.1:
1511
+ resolution: {integrity: sha512-rws0duD/3sHHsD905Nex7FvoUGy2UBQRhTkKxeEvr2FB+r21HsOxcDJI0TzyO8NHhnAA8ILr8pfbSBg5Jj5KBg==}
1512
+ peerDependencies:
1513
+ react: '>=16.9.0'
1514
+ react-dom: '>=16.9.0'
1515
+
1516
+ rc-tree-select@5.23.0:
1517
+ resolution: {integrity: sha512-aQGi2tFSRw1WbXv0UVXPzHm09E0cSvUVZMLxQtMv3rnZZpNmdRXWrnd9QkLNlVH31F+X5rgghmdSFF3yZW0N9A==}
1518
+ peerDependencies:
1519
+ react: '*'
1520
+ react-dom: '*'
1521
+
1522
+ rc-tree@5.9.0:
1523
+ resolution: {integrity: sha512-CPrgOvm9d/9E+izTONKSngNzQdIEjMox2PBufWjS1wf7vxtvmCWzK1SlpHbRY6IaBfJIeZ+88RkcIevf729cRg==}
1524
+ engines: {node: '>=10.x'}
1525
+ peerDependencies:
1526
+ react: '*'
1527
+ react-dom: '*'
1528
+
1529
+ rc-upload@4.8.1:
1530
+ resolution: {integrity: sha512-toEAhwl4hjLAI1u8/CgKWt30BR06ulPa4iGQSMvSXoHzO88gPCslxqV/mnn4gJU7PDoltGIC9Eh+wkeudqgHyw==}
1531
+ peerDependencies:
1532
+ react: '>=16.9.0'
1533
+ react-dom: '>=16.9.0'
1534
+
1535
+ rc-util@5.43.0:
1536
+ resolution: {integrity: sha512-AzC7KKOXFqAdIBqdGWepL9Xn7cm3vnAmjlHqUnoQaTMZYhM4VlXGLkkHHxj/BZ7Td0+SOPKB4RGPboBVKT9htw==}
1537
+ peerDependencies:
1538
+ react: '>=16.9.0'
1539
+ react-dom: '>=16.9.0'
1540
+
1541
+ rc-virtual-list@3.14.8:
1542
+ resolution: {integrity: sha512-8D0KfzpRYi6YZvlOWIxiOm9BGt4Wf2hQyEaM6RXlDDiY2NhLheuYI+RA+7ZaZj1lq+XQqy3KHlaeeXQfzI5fGg==}
1543
+ engines: {node: '>=8.x'}
1544
+ peerDependencies:
1545
+ react: '>=16.9.0'
1546
+ react-dom: '>=16.9.0'
1547
+
1548
+ react-dom@18.3.1:
1549
+ resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==}
1550
+ peerDependencies:
1551
+ react: ^18.3.1
1552
+
1553
+ react-is@18.3.1:
1554
+ resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==}
1555
+
1556
+ react-refresh@0.14.2:
1557
+ resolution: {integrity: sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==}
1558
+ engines: {node: '>=0.10.0'}
1559
+
1560
+ react-router-dom@6.26.2:
1561
+ resolution: {integrity: sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==}
1562
+ engines: {node: '>=14.0.0'}
1563
+ peerDependencies:
1564
+ react: '>=16.8'
1565
+ react-dom: '>=16.8'
1566
+
1567
+ react-router@6.26.2:
1568
+ resolution: {integrity: sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==}
1569
+ engines: {node: '>=14.0.0'}
1570
+ peerDependencies:
1571
+ react: '>=16.8'
1572
+
1573
+ react@18.3.1:
1574
+ resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
1575
+ engines: {node: '>=0.10.0'}
1576
+
1577
+ readdirp@4.0.2:
1578
+ resolution: {integrity: sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==}
1579
+ engines: {node: '>= 14.16.0'}
1580
+
1581
+ regenerator-runtime@0.14.1:
1582
+ resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==}
1583
+
1584
+ resize-observer-polyfill@1.5.1:
1585
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
1586
+
1587
+ resolve-from@4.0.0:
1588
+ resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
1589
+ engines: {node: '>=4'}
1590
+
1591
+ reusify@1.0.4:
1592
+ resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==}
1593
+ engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
1594
+
1595
+ rimraf@3.0.2:
1596
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
1597
+ deprecated: Rimraf versions prior to v4 are no longer supported
1598
+ hasBin: true
1599
+
1600
+ rollup@4.24.0:
1601
+ resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==}
1602
+ engines: {node: '>=18.0.0', npm: '>=8.0.0'}
1603
+ hasBin: true
1604
+
1605
+ run-parallel@1.2.0:
1606
+ resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
1607
+
1608
+ sass@1.79.5:
1609
+ resolution: {integrity: sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==}
1610
+ engines: {node: '>=14.0.0'}
1611
+ hasBin: true
1612
+
1613
+ scheduler@0.23.2:
1614
+ resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
1615
+
1616
+ scroll-into-view-if-needed@3.1.0:
1617
+ resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
1618
+
1619
+ semver@6.3.1:
1620
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
1621
+ hasBin: true
1622
+
1623
+ semver@7.6.3:
1624
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
1625
+ engines: {node: '>=10'}
1626
+ hasBin: true
1627
+
1628
+ set-function-length@1.2.2:
1629
+ resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==}
1630
+ engines: {node: '>= 0.4'}
1631
+
1632
+ shebang-command@2.0.0:
1633
+ resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
1634
+ engines: {node: '>=8'}
1635
+
1636
+ shebang-regex@3.0.0:
1637
+ resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
1638
+ engines: {node: '>=8'}
1639
+
1640
+ side-channel@1.0.6:
1641
+ resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==}
1642
+ engines: {node: '>= 0.4'}
1643
+
1644
+ slash@3.0.0:
1645
+ resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==}
1646
+ engines: {node: '>=8'}
1647
+
1648
+ source-map-js@1.2.1:
1649
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1650
+ engines: {node: '>=0.10.0'}
1651
+
1652
+ string-convert@0.2.1:
1653
+ resolution: {integrity: sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==}
1654
+
1655
+ strip-ansi@6.0.1:
1656
+ resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
1657
+ engines: {node: '>=8'}
1658
+
1659
+ strip-json-comments@3.1.1:
1660
+ resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
1661
+ engines: {node: '>=8'}
1662
+
1663
+ stylis@4.3.4:
1664
+ resolution: {integrity: sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==}
1665
+
1666
+ supports-color@5.5.0:
1667
+ resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
1668
+ engines: {node: '>=4'}
1669
+
1670
+ supports-color@7.2.0:
1671
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
1672
+ engines: {node: '>=8'}
1673
+
1674
+ text-table@0.2.0:
1675
+ resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
1676
+
1677
+ throttle-debounce@5.0.2:
1678
+ resolution: {integrity: sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==}
1679
+ engines: {node: '>=12.22'}
1680
+
1681
+ to-fast-properties@2.0.0:
1682
+ resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
1683
+ engines: {node: '>=4'}
1684
+
1685
+ to-regex-range@5.0.1:
1686
+ resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
1687
+ engines: {node: '>=8.0'}
1688
+
1689
+ toggle-selection@1.0.6:
1690
+ resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==}
1691
+
1692
+ ts-api-utils@1.3.0:
1693
+ resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==}
1694
+ engines: {node: '>=16'}
1695
+ peerDependencies:
1696
+ typescript: '>=4.2.0'
1697
+
1698
+ type-check@0.4.0:
1699
+ resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
1700
+ engines: {node: '>= 0.8.0'}
1701
+
1702
+ type-fest@0.20.2:
1703
+ resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==}
1704
+ engines: {node: '>=10'}
1705
+
1706
+ typescript@5.6.3:
1707
+ resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
1708
+ engines: {node: '>=14.17'}
1709
+ hasBin: true
1710
+
1711
+ undici-types@7.10.0:
1712
+ resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
1713
+
1714
+ update-browserslist-db@1.1.1:
1715
+ resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==}
1716
+ hasBin: true
1717
+ peerDependencies:
1718
+ browserslist: '>= 4.21.0'
1719
+
1720
+ uri-js@4.4.1:
1721
+ resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==}
1722
+
1723
+ url@0.11.4:
1724
+ resolution: {integrity: sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==}
1725
+ engines: {node: '>= 0.4'}
1726
+
1727
+ util@0.10.4:
1728
+ resolution: {integrity: sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==}
1729
+
1730
+ uuid@11.1.0:
1731
+ resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
1732
+ hasBin: true
1733
+
1734
+ vite@5.4.8:
1735
+ resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==}
1736
+ engines: {node: ^18.0.0 || >=20.0.0}
1737
+ hasBin: true
1738
+ peerDependencies:
1739
+ '@types/node': ^18.0.0 || >=20.0.0
1740
+ less: '*'
1741
+ lightningcss: ^1.21.0
1742
+ sass: '*'
1743
+ sass-embedded: '*'
1744
+ stylus: '*'
1745
+ sugarss: '*'
1746
+ terser: ^5.4.0
1747
+ peerDependenciesMeta:
1748
+ '@types/node':
1749
+ optional: true
1750
+ less:
1751
+ optional: true
1752
+ lightningcss:
1753
+ optional: true
1754
+ sass:
1755
+ optional: true
1756
+ sass-embedded:
1757
+ optional: true
1758
+ stylus:
1759
+ optional: true
1760
+ sugarss:
1761
+ optional: true
1762
+ terser:
1763
+ optional: true
1764
+
1765
+ which@2.0.2:
1766
+ resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
1767
+ engines: {node: '>= 8'}
1768
+ hasBin: true
1769
+
1770
+ word-wrap@1.2.5:
1771
+ resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
1772
+ engines: {node: '>=0.10.0'}
1773
+
1774
+ wrappy@1.0.2:
1775
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
1776
+
1777
+ yallist@3.1.1:
1778
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1779
+
1780
+ yocto-queue@0.1.0:
1781
+ resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
1782
+ engines: {node: '>=10'}
1783
+
1784
+ zustand@5.0.5:
1785
+ resolution: {integrity: sha512-mILtRfKW9xM47hqxGIxCv12gXusoY/xTSHBYApXozR0HmQv299whhBeeAcRy+KrPPybzosvJBCOmVjq6x12fCg==}
1786
+ engines: {node: '>=12.20.0'}
1787
+ peerDependencies:
1788
+ '@types/react': '>=18.0.0'
1789
+ immer: '>=9.0.6'
1790
+ react: '>=18.0.0'
1791
+ use-sync-external-store: '>=1.2.0'
1792
+ peerDependenciesMeta:
1793
+ '@types/react':
1794
+ optional: true
1795
+ immer:
1796
+ optional: true
1797
+ react:
1798
+ optional: true
1799
+ use-sync-external-store:
1800
+ optional: true
1801
+
1802
+ snapshots:
1803
+
1804
+ '@ampproject/remapping@2.3.0':
1805
+ dependencies:
1806
+ '@jridgewell/gen-mapping': 0.3.5
1807
+ '@jridgewell/trace-mapping': 0.3.25
1808
+
1809
+ '@ant-design/colors@7.1.0':
1810
+ dependencies:
1811
+ '@ctrl/tinycolor': 3.6.1
1812
+
1813
+ '@ant-design/cssinjs-utils@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
1814
+ dependencies:
1815
+ '@ant-design/cssinjs': 1.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
1816
+ '@babel/runtime': 7.25.7
1817
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
1818
+ react: 18.3.1
1819
+ react-dom: 18.3.1(react@18.3.1)
1820
+
1821
+ '@ant-design/cssinjs@1.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
1822
+ dependencies:
1823
+ '@babel/runtime': 7.25.7
1824
+ '@emotion/hash': 0.8.0
1825
+ '@emotion/unitless': 0.7.5
1826
+ classnames: 2.5.1
1827
+ csstype: 3.1.3
1828
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
1829
+ react: 18.3.1
1830
+ react-dom: 18.3.1(react@18.3.1)
1831
+ stylis: 4.3.4
1832
+
1833
+ '@ant-design/fast-color@2.0.6':
1834
+ dependencies:
1835
+ '@babel/runtime': 7.25.7
1836
+
1837
+ '@ant-design/icons-svg@4.4.2': {}
1838
+
1839
+ '@ant-design/icons@5.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
1840
+ dependencies:
1841
+ '@ant-design/colors': 7.1.0
1842
+ '@ant-design/icons-svg': 4.4.2
1843
+ '@babel/runtime': 7.25.7
1844
+ classnames: 2.5.1
1845
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
1846
+ react: 18.3.1
1847
+ react-dom: 18.3.1(react@18.3.1)
1848
+
1849
+ '@ant-design/react-slick@1.1.2(react@18.3.1)':
1850
+ dependencies:
1851
+ '@babel/runtime': 7.25.7
1852
+ classnames: 2.5.1
1853
+ json2mq: 0.2.0
1854
+ react: 18.3.1
1855
+ resize-observer-polyfill: 1.5.1
1856
+ throttle-debounce: 5.0.2
1857
+
1858
+ '@babel/code-frame@7.25.7':
1859
+ dependencies:
1860
+ '@babel/highlight': 7.25.7
1861
+ picocolors: 1.1.0
1862
+
1863
+ '@babel/compat-data@7.25.8': {}
1864
+
1865
+ '@babel/core@7.25.8':
1866
+ dependencies:
1867
+ '@ampproject/remapping': 2.3.0
1868
+ '@babel/code-frame': 7.25.7
1869
+ '@babel/generator': 7.25.7
1870
+ '@babel/helper-compilation-targets': 7.25.7
1871
+ '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8)
1872
+ '@babel/helpers': 7.25.7
1873
+ '@babel/parser': 7.25.8
1874
+ '@babel/template': 7.25.7
1875
+ '@babel/traverse': 7.25.7
1876
+ '@babel/types': 7.25.8
1877
+ convert-source-map: 2.0.0
1878
+ debug: 4.3.7
1879
+ gensync: 1.0.0-beta.2
1880
+ json5: 2.2.3
1881
+ semver: 6.3.1
1882
+ transitivePeerDependencies:
1883
+ - supports-color
1884
+
1885
+ '@babel/generator@7.25.7':
1886
+ dependencies:
1887
+ '@babel/types': 7.25.8
1888
+ '@jridgewell/gen-mapping': 0.3.5
1889
+ '@jridgewell/trace-mapping': 0.3.25
1890
+ jsesc: 3.0.2
1891
+
1892
+ '@babel/helper-compilation-targets@7.25.7':
1893
+ dependencies:
1894
+ '@babel/compat-data': 7.25.8
1895
+ '@babel/helper-validator-option': 7.25.7
1896
+ browserslist: 4.24.0
1897
+ lru-cache: 5.1.1
1898
+ semver: 6.3.1
1899
+
1900
+ '@babel/helper-module-imports@7.25.7':
1901
+ dependencies:
1902
+ '@babel/traverse': 7.25.7
1903
+ '@babel/types': 7.25.8
1904
+ transitivePeerDependencies:
1905
+ - supports-color
1906
+
1907
+ '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.8)':
1908
+ dependencies:
1909
+ '@babel/core': 7.25.8
1910
+ '@babel/helper-module-imports': 7.25.7
1911
+ '@babel/helper-simple-access': 7.25.7
1912
+ '@babel/helper-validator-identifier': 7.25.7
1913
+ '@babel/traverse': 7.25.7
1914
+ transitivePeerDependencies:
1915
+ - supports-color
1916
+
1917
+ '@babel/helper-plugin-utils@7.25.7': {}
1918
+
1919
+ '@babel/helper-simple-access@7.25.7':
1920
+ dependencies:
1921
+ '@babel/traverse': 7.25.7
1922
+ '@babel/types': 7.25.8
1923
+ transitivePeerDependencies:
1924
+ - supports-color
1925
+
1926
+ '@babel/helper-string-parser@7.25.7': {}
1927
+
1928
+ '@babel/helper-validator-identifier@7.25.7': {}
1929
+
1930
+ '@babel/helper-validator-option@7.25.7': {}
1931
+
1932
+ '@babel/helpers@7.25.7':
1933
+ dependencies:
1934
+ '@babel/template': 7.25.7
1935
+ '@babel/types': 7.25.8
1936
+
1937
+ '@babel/highlight@7.25.7':
1938
+ dependencies:
1939
+ '@babel/helper-validator-identifier': 7.25.7
1940
+ chalk: 2.4.2
1941
+ js-tokens: 4.0.0
1942
+ picocolors: 1.1.0
1943
+
1944
+ '@babel/parser@7.25.8':
1945
+ dependencies:
1946
+ '@babel/types': 7.25.8
1947
+
1948
+ '@babel/plugin-transform-react-jsx-self@7.25.7(@babel/core@7.25.8)':
1949
+ dependencies:
1950
+ '@babel/core': 7.25.8
1951
+ '@babel/helper-plugin-utils': 7.25.7
1952
+
1953
+ '@babel/plugin-transform-react-jsx-source@7.25.7(@babel/core@7.25.8)':
1954
+ dependencies:
1955
+ '@babel/core': 7.25.8
1956
+ '@babel/helper-plugin-utils': 7.25.7
1957
+
1958
+ '@babel/runtime@7.25.7':
1959
+ dependencies:
1960
+ regenerator-runtime: 0.14.1
1961
+
1962
+ '@babel/template@7.25.7':
1963
+ dependencies:
1964
+ '@babel/code-frame': 7.25.7
1965
+ '@babel/parser': 7.25.8
1966
+ '@babel/types': 7.25.8
1967
+
1968
+ '@babel/traverse@7.25.7':
1969
+ dependencies:
1970
+ '@babel/code-frame': 7.25.7
1971
+ '@babel/generator': 7.25.7
1972
+ '@babel/parser': 7.25.8
1973
+ '@babel/template': 7.25.7
1974
+ '@babel/types': 7.25.8
1975
+ debug: 4.3.7
1976
+ globals: 11.12.0
1977
+ transitivePeerDependencies:
1978
+ - supports-color
1979
+
1980
+ '@babel/types@7.25.8':
1981
+ dependencies:
1982
+ '@babel/helper-string-parser': 7.25.7
1983
+ '@babel/helper-validator-identifier': 7.25.7
1984
+ to-fast-properties: 2.0.0
1985
+
1986
+ '@ctrl/tinycolor@3.6.1': {}
1987
+
1988
+ '@emotion/hash@0.8.0': {}
1989
+
1990
+ '@emotion/unitless@0.7.5': {}
1991
+
1992
+ '@esbuild/aix-ppc64@0.21.5':
1993
+ optional: true
1994
+
1995
+ '@esbuild/android-arm64@0.21.5':
1996
+ optional: true
1997
+
1998
+ '@esbuild/android-arm@0.21.5':
1999
+ optional: true
2000
+
2001
+ '@esbuild/android-x64@0.21.5':
2002
+ optional: true
2003
+
2004
+ '@esbuild/darwin-arm64@0.21.5':
2005
+ optional: true
2006
+
2007
+ '@esbuild/darwin-x64@0.21.5':
2008
+ optional: true
2009
+
2010
+ '@esbuild/freebsd-arm64@0.21.5':
2011
+ optional: true
2012
+
2013
+ '@esbuild/freebsd-x64@0.21.5':
2014
+ optional: true
2015
+
2016
+ '@esbuild/linux-arm64@0.21.5':
2017
+ optional: true
2018
+
2019
+ '@esbuild/linux-arm@0.21.5':
2020
+ optional: true
2021
+
2022
+ '@esbuild/linux-ia32@0.21.5':
2023
+ optional: true
2024
+
2025
+ '@esbuild/linux-loong64@0.21.5':
2026
+ optional: true
2027
+
2028
+ '@esbuild/linux-mips64el@0.21.5':
2029
+ optional: true
2030
+
2031
+ '@esbuild/linux-ppc64@0.21.5':
2032
+ optional: true
2033
+
2034
+ '@esbuild/linux-riscv64@0.21.5':
2035
+ optional: true
2036
+
2037
+ '@esbuild/linux-s390x@0.21.5':
2038
+ optional: true
2039
+
2040
+ '@esbuild/linux-x64@0.21.5':
2041
+ optional: true
2042
+
2043
+ '@esbuild/netbsd-x64@0.21.5':
2044
+ optional: true
2045
+
2046
+ '@esbuild/openbsd-x64@0.21.5':
2047
+ optional: true
2048
+
2049
+ '@esbuild/sunos-x64@0.21.5':
2050
+ optional: true
2051
+
2052
+ '@esbuild/win32-arm64@0.21.5':
2053
+ optional: true
2054
+
2055
+ '@esbuild/win32-ia32@0.21.5':
2056
+ optional: true
2057
+
2058
+ '@esbuild/win32-x64@0.21.5':
2059
+ optional: true
2060
+
2061
+ '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)':
2062
+ dependencies:
2063
+ eslint: 8.57.1
2064
+ eslint-visitor-keys: 3.4.3
2065
+
2066
+ '@eslint-community/regexpp@4.11.1': {}
2067
+
2068
+ '@eslint/eslintrc@2.1.4':
2069
+ dependencies:
2070
+ ajv: 6.12.6
2071
+ debug: 4.3.7
2072
+ espree: 9.6.1
2073
+ globals: 13.24.0
2074
+ ignore: 5.3.2
2075
+ import-fresh: 3.3.0
2076
+ js-yaml: 4.1.0
2077
+ minimatch: 3.1.2
2078
+ strip-json-comments: 3.1.1
2079
+ transitivePeerDependencies:
2080
+ - supports-color
2081
+
2082
+ '@eslint/js@8.57.1': {}
2083
+
2084
+ '@humanwhocodes/config-array@0.13.0':
2085
+ dependencies:
2086
+ '@humanwhocodes/object-schema': 2.0.3
2087
+ debug: 4.3.7
2088
+ minimatch: 3.1.2
2089
+ transitivePeerDependencies:
2090
+ - supports-color
2091
+
2092
+ '@humanwhocodes/module-importer@1.0.1': {}
2093
+
2094
+ '@humanwhocodes/object-schema@2.0.3': {}
2095
+
2096
+ '@jridgewell/gen-mapping@0.3.5':
2097
+ dependencies:
2098
+ '@jridgewell/set-array': 1.2.1
2099
+ '@jridgewell/sourcemap-codec': 1.5.0
2100
+ '@jridgewell/trace-mapping': 0.3.25
2101
+
2102
+ '@jridgewell/resolve-uri@3.1.2': {}
2103
+
2104
+ '@jridgewell/set-array@1.2.1': {}
2105
+
2106
+ '@jridgewell/sourcemap-codec@1.5.0': {}
2107
+
2108
+ '@jridgewell/trace-mapping@0.3.25':
2109
+ dependencies:
2110
+ '@jridgewell/resolve-uri': 3.1.2
2111
+ '@jridgewell/sourcemap-codec': 1.5.0
2112
+
2113
+ '@nodelib/fs.scandir@2.1.5':
2114
+ dependencies:
2115
+ '@nodelib/fs.stat': 2.0.5
2116
+ run-parallel: 1.2.0
2117
+
2118
+ '@nodelib/fs.stat@2.0.5': {}
2119
+
2120
+ '@nodelib/fs.walk@1.2.8':
2121
+ dependencies:
2122
+ '@nodelib/fs.scandir': 2.1.5
2123
+ fastq: 1.17.1
2124
+
2125
+ '@parcel/watcher-android-arm64@2.4.1':
2126
+ optional: true
2127
+
2128
+ '@parcel/watcher-darwin-arm64@2.4.1':
2129
+ optional: true
2130
+
2131
+ '@parcel/watcher-darwin-x64@2.4.1':
2132
+ optional: true
2133
+
2134
+ '@parcel/watcher-freebsd-x64@2.4.1':
2135
+ optional: true
2136
+
2137
+ '@parcel/watcher-linux-arm-glibc@2.4.1':
2138
+ optional: true
2139
+
2140
+ '@parcel/watcher-linux-arm64-glibc@2.4.1':
2141
+ optional: true
2142
+
2143
+ '@parcel/watcher-linux-arm64-musl@2.4.1':
2144
+ optional: true
2145
+
2146
+ '@parcel/watcher-linux-x64-glibc@2.4.1':
2147
+ optional: true
2148
+
2149
+ '@parcel/watcher-linux-x64-musl@2.4.1':
2150
+ optional: true
2151
+
2152
+ '@parcel/watcher-win32-arm64@2.4.1':
2153
+ optional: true
2154
+
2155
+ '@parcel/watcher-win32-ia32@2.4.1':
2156
+ optional: true
2157
+
2158
+ '@parcel/watcher-win32-x64@2.4.1':
2159
+ optional: true
2160
+
2161
+ '@parcel/watcher@2.4.1':
2162
+ dependencies:
2163
+ detect-libc: 1.0.3
2164
+ is-glob: 4.0.3
2165
+ micromatch: 4.0.8
2166
+ node-addon-api: 7.1.1
2167
+ optionalDependencies:
2168
+ '@parcel/watcher-android-arm64': 2.4.1
2169
+ '@parcel/watcher-darwin-arm64': 2.4.1
2170
+ '@parcel/watcher-darwin-x64': 2.4.1
2171
+ '@parcel/watcher-freebsd-x64': 2.4.1
2172
+ '@parcel/watcher-linux-arm-glibc': 2.4.1
2173
+ '@parcel/watcher-linux-arm64-glibc': 2.4.1
2174
+ '@parcel/watcher-linux-arm64-musl': 2.4.1
2175
+ '@parcel/watcher-linux-x64-glibc': 2.4.1
2176
+ '@parcel/watcher-linux-x64-musl': 2.4.1
2177
+ '@parcel/watcher-win32-arm64': 2.4.1
2178
+ '@parcel/watcher-win32-ia32': 2.4.1
2179
+ '@parcel/watcher-win32-x64': 2.4.1
2180
+
2181
+ '@rc-component/async-validator@5.0.4':
2182
+ dependencies:
2183
+ '@babel/runtime': 7.25.7
2184
+
2185
+ '@rc-component/color-picker@2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2186
+ dependencies:
2187
+ '@ant-design/fast-color': 2.0.6
2188
+ '@babel/runtime': 7.25.7
2189
+ classnames: 2.5.1
2190
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2191
+ react: 18.3.1
2192
+ react-dom: 18.3.1(react@18.3.1)
2193
+
2194
+ '@rc-component/context@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2195
+ dependencies:
2196
+ '@babel/runtime': 7.25.7
2197
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2198
+ react: 18.3.1
2199
+ react-dom: 18.3.1(react@18.3.1)
2200
+
2201
+ '@rc-component/mini-decimal@1.1.0':
2202
+ dependencies:
2203
+ '@babel/runtime': 7.25.7
2204
+
2205
+ '@rc-component/mutate-observer@1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2206
+ dependencies:
2207
+ '@babel/runtime': 7.25.7
2208
+ classnames: 2.5.1
2209
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2210
+ react: 18.3.1
2211
+ react-dom: 18.3.1(react@18.3.1)
2212
+
2213
+ '@rc-component/portal@1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2214
+ dependencies:
2215
+ '@babel/runtime': 7.25.7
2216
+ classnames: 2.5.1
2217
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2218
+ react: 18.3.1
2219
+ react-dom: 18.3.1(react@18.3.1)
2220
+
2221
+ '@rc-component/qrcode@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2222
+ dependencies:
2223
+ '@babel/runtime': 7.25.7
2224
+ classnames: 2.5.1
2225
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2226
+ react: 18.3.1
2227
+ react-dom: 18.3.1(react@18.3.1)
2228
+
2229
+ '@rc-component/tour@1.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2230
+ dependencies:
2231
+ '@babel/runtime': 7.25.7
2232
+ '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2233
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2234
+ classnames: 2.5.1
2235
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2236
+ react: 18.3.1
2237
+ react-dom: 18.3.1(react@18.3.1)
2238
+
2239
+ '@rc-component/trigger@2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
2240
+ dependencies:
2241
+ '@babel/runtime': 7.25.7
2242
+ '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2243
+ classnames: 2.5.1
2244
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2245
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2246
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2247
+ react: 18.3.1
2248
+ react-dom: 18.3.1(react@18.3.1)
2249
+
2250
+ '@remix-run/router@1.19.2': {}
2251
+
2252
+ '@rollup/rollup-android-arm-eabi@4.24.0':
2253
+ optional: true
2254
+
2255
+ '@rollup/rollup-android-arm64@4.24.0':
2256
+ optional: true
2257
+
2258
+ '@rollup/rollup-darwin-arm64@4.24.0':
2259
+ optional: true
2260
+
2261
+ '@rollup/rollup-darwin-x64@4.24.0':
2262
+ optional: true
2263
+
2264
+ '@rollup/rollup-linux-arm-gnueabihf@4.24.0':
2265
+ optional: true
2266
+
2267
+ '@rollup/rollup-linux-arm-musleabihf@4.24.0':
2268
+ optional: true
2269
+
2270
+ '@rollup/rollup-linux-arm64-gnu@4.24.0':
2271
+ optional: true
2272
+
2273
+ '@rollup/rollup-linux-arm64-musl@4.24.0':
2274
+ optional: true
2275
+
2276
+ '@rollup/rollup-linux-powerpc64le-gnu@4.24.0':
2277
+ optional: true
2278
+
2279
+ '@rollup/rollup-linux-riscv64-gnu@4.24.0':
2280
+ optional: true
2281
+
2282
+ '@rollup/rollup-linux-s390x-gnu@4.24.0':
2283
+ optional: true
2284
+
2285
+ '@rollup/rollup-linux-x64-gnu@4.24.0':
2286
+ optional: true
2287
+
2288
+ '@rollup/rollup-linux-x64-musl@4.24.0':
2289
+ optional: true
2290
+
2291
+ '@rollup/rollup-win32-arm64-msvc@4.24.0':
2292
+ optional: true
2293
+
2294
+ '@rollup/rollup-win32-ia32-msvc@4.24.0':
2295
+ optional: true
2296
+
2297
+ '@rollup/rollup-win32-x64-msvc@4.24.0':
2298
+ optional: true
2299
+
2300
+ '@types/babel__core@7.20.5':
2301
+ dependencies:
2302
+ '@babel/parser': 7.25.8
2303
+ '@babel/types': 7.25.8
2304
+ '@types/babel__generator': 7.6.8
2305
+ '@types/babel__template': 7.4.4
2306
+ '@types/babel__traverse': 7.20.6
2307
+
2308
+ '@types/babel__generator@7.6.8':
2309
+ dependencies:
2310
+ '@babel/types': 7.25.8
2311
+
2312
+ '@types/babel__template@7.4.4':
2313
+ dependencies:
2314
+ '@babel/parser': 7.25.8
2315
+ '@babel/types': 7.25.8
2316
+
2317
+ '@types/babel__traverse@7.20.6':
2318
+ dependencies:
2319
+ '@babel/types': 7.25.8
2320
+
2321
+ '@types/estree@1.0.6': {}
2322
+
2323
+ '@types/json-schema@7.0.15': {}
2324
+
2325
+ '@types/lodash-es@4.17.12':
2326
+ dependencies:
2327
+ '@types/lodash': 4.17.17
2328
+
2329
+ '@types/lodash@4.17.17': {}
2330
+
2331
+ '@types/node@24.2.0':
2332
+ dependencies:
2333
+ undici-types: 7.10.0
2334
+
2335
+ '@types/prop-types@15.7.13': {}
2336
+
2337
+ '@types/react-dom@18.3.0':
2338
+ dependencies:
2339
+ '@types/react': 18.3.11
2340
+
2341
+ '@types/react@18.3.11':
2342
+ dependencies:
2343
+ '@types/prop-types': 15.7.13
2344
+ csstype: 3.1.3
2345
+
2346
+ '@types/semver@7.5.8': {}
2347
+
2348
+ '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)':
2349
+ dependencies:
2350
+ '@eslint-community/regexpp': 4.11.1
2351
+ '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
2352
+ '@typescript-eslint/scope-manager': 6.21.0
2353
+ '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
2354
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
2355
+ '@typescript-eslint/visitor-keys': 6.21.0
2356
+ debug: 4.3.7
2357
+ eslint: 8.57.1
2358
+ graphemer: 1.4.0
2359
+ ignore: 5.3.2
2360
+ natural-compare: 1.4.0
2361
+ semver: 7.6.3
2362
+ ts-api-utils: 1.3.0(typescript@5.6.3)
2363
+ optionalDependencies:
2364
+ typescript: 5.6.3
2365
+ transitivePeerDependencies:
2366
+ - supports-color
2367
+
2368
+ '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.3)':
2369
+ dependencies:
2370
+ '@typescript-eslint/scope-manager': 6.21.0
2371
+ '@typescript-eslint/types': 6.21.0
2372
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.3)
2373
+ '@typescript-eslint/visitor-keys': 6.21.0
2374
+ debug: 4.3.7
2375
+ eslint: 8.57.1
2376
+ optionalDependencies:
2377
+ typescript: 5.6.3
2378
+ transitivePeerDependencies:
2379
+ - supports-color
2380
+
2381
+ '@typescript-eslint/scope-manager@6.21.0':
2382
+ dependencies:
2383
+ '@typescript-eslint/types': 6.21.0
2384
+ '@typescript-eslint/visitor-keys': 6.21.0
2385
+
2386
+ '@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.6.3)':
2387
+ dependencies:
2388
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.3)
2389
+ '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.3)
2390
+ debug: 4.3.7
2391
+ eslint: 8.57.1
2392
+ ts-api-utils: 1.3.0(typescript@5.6.3)
2393
+ optionalDependencies:
2394
+ typescript: 5.6.3
2395
+ transitivePeerDependencies:
2396
+ - supports-color
2397
+
2398
+ '@typescript-eslint/types@6.21.0': {}
2399
+
2400
+ '@typescript-eslint/typescript-estree@6.21.0(typescript@5.6.3)':
2401
+ dependencies:
2402
+ '@typescript-eslint/types': 6.21.0
2403
+ '@typescript-eslint/visitor-keys': 6.21.0
2404
+ debug: 4.3.7
2405
+ globby: 11.1.0
2406
+ is-glob: 4.0.3
2407
+ minimatch: 9.0.3
2408
+ semver: 7.6.3
2409
+ ts-api-utils: 1.3.0(typescript@5.6.3)
2410
+ optionalDependencies:
2411
+ typescript: 5.6.3
2412
+ transitivePeerDependencies:
2413
+ - supports-color
2414
+
2415
+ '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.6.3)':
2416
+ dependencies:
2417
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
2418
+ '@types/json-schema': 7.0.15
2419
+ '@types/semver': 7.5.8
2420
+ '@typescript-eslint/scope-manager': 6.21.0
2421
+ '@typescript-eslint/types': 6.21.0
2422
+ '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.3)
2423
+ eslint: 8.57.1
2424
+ semver: 7.6.3
2425
+ transitivePeerDependencies:
2426
+ - supports-color
2427
+ - typescript
2428
+
2429
+ '@typescript-eslint/visitor-keys@6.21.0':
2430
+ dependencies:
2431
+ '@typescript-eslint/types': 6.21.0
2432
+ eslint-visitor-keys: 3.4.3
2433
+
2434
+ '@ungap/structured-clone@1.2.0': {}
2435
+
2436
+ '@vitejs/plugin-react@4.3.2(vite@5.4.8(@types/node@24.2.0)(sass@1.79.5))':
2437
+ dependencies:
2438
+ '@babel/core': 7.25.8
2439
+ '@babel/plugin-transform-react-jsx-self': 7.25.7(@babel/core@7.25.8)
2440
+ '@babel/plugin-transform-react-jsx-source': 7.25.7(@babel/core@7.25.8)
2441
+ '@types/babel__core': 7.20.5
2442
+ react-refresh: 0.14.2
2443
+ vite: 5.4.8(@types/node@24.2.0)(sass@1.79.5)
2444
+ transitivePeerDependencies:
2445
+ - supports-color
2446
+
2447
+ acorn-jsx@5.3.2(acorn@8.12.1):
2448
+ dependencies:
2449
+ acorn: 8.12.1
2450
+
2451
+ acorn@8.12.1: {}
2452
+
2453
+ ajv@6.12.6:
2454
+ dependencies:
2455
+ fast-deep-equal: 3.1.3
2456
+ fast-json-stable-stringify: 2.1.0
2457
+ json-schema-traverse: 0.4.1
2458
+ uri-js: 4.4.1
2459
+
2460
+ ansi-regex@5.0.1: {}
2461
+
2462
+ ansi-styles@3.2.1:
2463
+ dependencies:
2464
+ color-convert: 1.9.3
2465
+
2466
+ ansi-styles@4.3.0:
2467
+ dependencies:
2468
+ color-convert: 2.0.1
2469
+
2470
+ antd@5.21.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
2471
+ dependencies:
2472
+ '@ant-design/colors': 7.1.0
2473
+ '@ant-design/cssinjs': 1.21.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2474
+ '@ant-design/cssinjs-utils': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2475
+ '@ant-design/icons': 5.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2476
+ '@ant-design/react-slick': 1.1.2(react@18.3.1)
2477
+ '@babel/runtime': 7.25.7
2478
+ '@ctrl/tinycolor': 3.6.1
2479
+ '@rc-component/color-picker': 2.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2480
+ '@rc-component/mutate-observer': 1.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2481
+ '@rc-component/qrcode': 1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2482
+ '@rc-component/tour': 1.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2483
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2484
+ classnames: 2.5.1
2485
+ copy-to-clipboard: 3.3.3
2486
+ dayjs: 1.11.13
2487
+ rc-cascader: 3.28.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2488
+ rc-checkbox: 3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2489
+ rc-collapse: 3.8.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2490
+ rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2491
+ rc-drawer: 7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2492
+ rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2493
+ rc-field-form: 2.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2494
+ rc-image: 7.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2495
+ rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2496
+ rc-input-number: 9.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2497
+ rc-mentions: 2.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2498
+ rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2499
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2500
+ rc-notification: 5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2501
+ rc-pagination: 4.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2502
+ rc-picker: 4.6.15(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2503
+ rc-progress: 4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2504
+ rc-rate: 2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2505
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2506
+ rc-segmented: 2.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2507
+ rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2508
+ rc-slider: 11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2509
+ rc-steps: 6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2510
+ rc-switch: 4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2511
+ rc-table: 7.47.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2512
+ rc-tabs: 15.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2513
+ rc-textarea: 1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2514
+ rc-tooltip: 6.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2515
+ rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2516
+ rc-tree-select: 5.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2517
+ rc-upload: 4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2518
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
2519
+ react: 18.3.1
2520
+ react-dom: 18.3.1(react@18.3.1)
2521
+ scroll-into-view-if-needed: 3.1.0
2522
+ throttle-debounce: 5.0.2
2523
+ transitivePeerDependencies:
2524
+ - date-fns
2525
+ - luxon
2526
+ - moment
2527
+
2528
+ argparse@2.0.1: {}
2529
+
2530
+ array-tree-filter@2.1.0: {}
2531
+
2532
+ array-union@2.1.0: {}
2533
+
2534
+ asynckit@0.4.0: {}
2535
+
2536
+ axios@1.7.7:
2537
+ dependencies:
2538
+ follow-redirects: 1.15.9
2539
+ form-data: 4.0.1
2540
+ proxy-from-env: 1.1.0
2541
+ transitivePeerDependencies:
2542
+ - debug
2543
+
2544
+ balanced-match@1.0.2: {}
2545
+
2546
+ brace-expansion@1.1.11:
2547
+ dependencies:
2548
+ balanced-match: 1.0.2
2549
+ concat-map: 0.0.1
2550
+
2551
+ brace-expansion@2.0.1:
2552
+ dependencies:
2553
+ balanced-match: 1.0.2
2554
+
2555
+ braces@3.0.3:
2556
+ dependencies:
2557
+ fill-range: 7.1.1
2558
+
2559
+ browserslist@4.24.0:
2560
+ dependencies:
2561
+ caniuse-lite: 1.0.30001667
2562
+ electron-to-chromium: 1.5.36
2563
+ node-releases: 2.0.18
2564
+ update-browserslist-db: 1.1.1(browserslist@4.24.0)
2565
+
2566
+ call-bind@1.0.7:
2567
+ dependencies:
2568
+ es-define-property: 1.0.0
2569
+ es-errors: 1.3.0
2570
+ function-bind: 1.1.2
2571
+ get-intrinsic: 1.2.4
2572
+ set-function-length: 1.2.2
2573
+
2574
+ callsites@3.1.0: {}
2575
+
2576
+ caniuse-lite@1.0.30001667: {}
2577
+
2578
+ chalk@2.4.2:
2579
+ dependencies:
2580
+ ansi-styles: 3.2.1
2581
+ escape-string-regexp: 1.0.5
2582
+ supports-color: 5.5.0
2583
+
2584
+ chalk@4.1.2:
2585
+ dependencies:
2586
+ ansi-styles: 4.3.0
2587
+ supports-color: 7.2.0
2588
+
2589
+ chokidar@4.0.1:
2590
+ dependencies:
2591
+ readdirp: 4.0.2
2592
+
2593
+ classnames@2.5.1: {}
2594
+
2595
+ color-convert@1.9.3:
2596
+ dependencies:
2597
+ color-name: 1.1.3
2598
+
2599
+ color-convert@2.0.1:
2600
+ dependencies:
2601
+ color-name: 1.1.4
2602
+
2603
+ color-name@1.1.3: {}
2604
+
2605
+ color-name@1.1.4: {}
2606
+
2607
+ combined-stream@1.0.8:
2608
+ dependencies:
2609
+ delayed-stream: 1.0.0
2610
+
2611
+ compute-scroll-into-view@3.1.0: {}
2612
+
2613
+ concat-map@0.0.1: {}
2614
+
2615
+ convert-source-map@2.0.0: {}
2616
+
2617
+ copy-to-clipboard@3.3.3:
2618
+ dependencies:
2619
+ toggle-selection: 1.0.6
2620
+
2621
+ cross-spawn@7.0.3:
2622
+ dependencies:
2623
+ path-key: 3.1.1
2624
+ shebang-command: 2.0.0
2625
+ which: 2.0.2
2626
+
2627
+ csstype@3.1.3: {}
2628
+
2629
+ dayjs@1.11.13: {}
2630
+
2631
+ debug@4.3.7:
2632
+ dependencies:
2633
+ ms: 2.1.3
2634
+
2635
+ deep-is@0.1.4: {}
2636
+
2637
+ define-data-property@1.1.4:
2638
+ dependencies:
2639
+ es-define-property: 1.0.0
2640
+ es-errors: 1.3.0
2641
+ gopd: 1.0.1
2642
+
2643
+ delayed-stream@1.0.0: {}
2644
+
2645
+ detect-libc@1.0.3: {}
2646
+
2647
+ dir-glob@3.0.1:
2648
+ dependencies:
2649
+ path-type: 4.0.0
2650
+
2651
+ doctrine@3.0.0:
2652
+ dependencies:
2653
+ esutils: 2.0.3
2654
+
2655
+ electron-to-chromium@1.5.36: {}
2656
+
2657
+ es-define-property@1.0.0:
2658
+ dependencies:
2659
+ get-intrinsic: 1.2.4
2660
+
2661
+ es-errors@1.3.0: {}
2662
+
2663
+ esbuild@0.21.5:
2664
+ optionalDependencies:
2665
+ '@esbuild/aix-ppc64': 0.21.5
2666
+ '@esbuild/android-arm': 0.21.5
2667
+ '@esbuild/android-arm64': 0.21.5
2668
+ '@esbuild/android-x64': 0.21.5
2669
+ '@esbuild/darwin-arm64': 0.21.5
2670
+ '@esbuild/darwin-x64': 0.21.5
2671
+ '@esbuild/freebsd-arm64': 0.21.5
2672
+ '@esbuild/freebsd-x64': 0.21.5
2673
+ '@esbuild/linux-arm': 0.21.5
2674
+ '@esbuild/linux-arm64': 0.21.5
2675
+ '@esbuild/linux-ia32': 0.21.5
2676
+ '@esbuild/linux-loong64': 0.21.5
2677
+ '@esbuild/linux-mips64el': 0.21.5
2678
+ '@esbuild/linux-ppc64': 0.21.5
2679
+ '@esbuild/linux-riscv64': 0.21.5
2680
+ '@esbuild/linux-s390x': 0.21.5
2681
+ '@esbuild/linux-x64': 0.21.5
2682
+ '@esbuild/netbsd-x64': 0.21.5
2683
+ '@esbuild/openbsd-x64': 0.21.5
2684
+ '@esbuild/sunos-x64': 0.21.5
2685
+ '@esbuild/win32-arm64': 0.21.5
2686
+ '@esbuild/win32-ia32': 0.21.5
2687
+ '@esbuild/win32-x64': 0.21.5
2688
+
2689
+ escalade@3.2.0: {}
2690
+
2691
+ escape-string-regexp@1.0.5: {}
2692
+
2693
+ escape-string-regexp@4.0.0: {}
2694
+
2695
+ eslint-plugin-react-hooks@4.6.2(eslint@8.57.1):
2696
+ dependencies:
2697
+ eslint: 8.57.1
2698
+
2699
+ eslint-plugin-react-refresh@0.4.12(eslint@8.57.1):
2700
+ dependencies:
2701
+ eslint: 8.57.1
2702
+
2703
+ eslint-scope@7.2.2:
2704
+ dependencies:
2705
+ esrecurse: 4.3.0
2706
+ estraverse: 5.3.0
2707
+
2708
+ eslint-visitor-keys@3.4.3: {}
2709
+
2710
+ eslint@8.57.1:
2711
+ dependencies:
2712
+ '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1)
2713
+ '@eslint-community/regexpp': 4.11.1
2714
+ '@eslint/eslintrc': 2.1.4
2715
+ '@eslint/js': 8.57.1
2716
+ '@humanwhocodes/config-array': 0.13.0
2717
+ '@humanwhocodes/module-importer': 1.0.1
2718
+ '@nodelib/fs.walk': 1.2.8
2719
+ '@ungap/structured-clone': 1.2.0
2720
+ ajv: 6.12.6
2721
+ chalk: 4.1.2
2722
+ cross-spawn: 7.0.3
2723
+ debug: 4.3.7
2724
+ doctrine: 3.0.0
2725
+ escape-string-regexp: 4.0.0
2726
+ eslint-scope: 7.2.2
2727
+ eslint-visitor-keys: 3.4.3
2728
+ espree: 9.6.1
2729
+ esquery: 1.6.0
2730
+ esutils: 2.0.3
2731
+ fast-deep-equal: 3.1.3
2732
+ file-entry-cache: 6.0.1
2733
+ find-up: 5.0.0
2734
+ glob-parent: 6.0.2
2735
+ globals: 13.24.0
2736
+ graphemer: 1.4.0
2737
+ ignore: 5.3.2
2738
+ imurmurhash: 0.1.4
2739
+ is-glob: 4.0.3
2740
+ is-path-inside: 3.0.3
2741
+ js-yaml: 4.1.0
2742
+ json-stable-stringify-without-jsonify: 1.0.1
2743
+ levn: 0.4.1
2744
+ lodash.merge: 4.6.2
2745
+ minimatch: 3.1.2
2746
+ natural-compare: 1.4.0
2747
+ optionator: 0.9.4
2748
+ strip-ansi: 6.0.1
2749
+ text-table: 0.2.0
2750
+ transitivePeerDependencies:
2751
+ - supports-color
2752
+
2753
+ espree@9.6.1:
2754
+ dependencies:
2755
+ acorn: 8.12.1
2756
+ acorn-jsx: 5.3.2(acorn@8.12.1)
2757
+ eslint-visitor-keys: 3.4.3
2758
+
2759
+ esquery@1.6.0:
2760
+ dependencies:
2761
+ estraverse: 5.3.0
2762
+
2763
+ esrecurse@4.3.0:
2764
+ dependencies:
2765
+ estraverse: 5.3.0
2766
+
2767
+ estraverse@5.3.0: {}
2768
+
2769
+ esutils@2.0.3: {}
2770
+
2771
+ fast-deep-equal@3.1.3: {}
2772
+
2773
+ fast-glob@3.3.2:
2774
+ dependencies:
2775
+ '@nodelib/fs.stat': 2.0.5
2776
+ '@nodelib/fs.walk': 1.2.8
2777
+ glob-parent: 5.1.2
2778
+ merge2: 1.4.1
2779
+ micromatch: 4.0.8
2780
+
2781
+ fast-json-stable-stringify@2.1.0: {}
2782
+
2783
+ fast-levenshtein@2.0.6: {}
2784
+
2785
+ fastq@1.17.1:
2786
+ dependencies:
2787
+ reusify: 1.0.4
2788
+
2789
+ file-entry-cache@6.0.1:
2790
+ dependencies:
2791
+ flat-cache: 3.2.0
2792
+
2793
+ fill-range@7.1.1:
2794
+ dependencies:
2795
+ to-regex-range: 5.0.1
2796
+
2797
+ find-up@5.0.0:
2798
+ dependencies:
2799
+ locate-path: 6.0.0
2800
+ path-exists: 4.0.0
2801
+
2802
+ flat-cache@3.2.0:
2803
+ dependencies:
2804
+ flatted: 3.3.1
2805
+ keyv: 4.5.4
2806
+ rimraf: 3.0.2
2807
+
2808
+ flatted@3.3.1: {}
2809
+
2810
+ follow-redirects@1.15.9: {}
2811
+
2812
+ form-data@4.0.1:
2813
+ dependencies:
2814
+ asynckit: 0.4.0
2815
+ combined-stream: 1.0.8
2816
+ mime-types: 2.1.35
2817
+
2818
+ fs.realpath@1.0.0: {}
2819
+
2820
+ fsevents@2.3.3:
2821
+ optional: true
2822
+
2823
+ function-bind@1.1.2: {}
2824
+
2825
+ gensync@1.0.0-beta.2: {}
2826
+
2827
+ get-intrinsic@1.2.4:
2828
+ dependencies:
2829
+ es-errors: 1.3.0
2830
+ function-bind: 1.1.2
2831
+ has-proto: 1.0.3
2832
+ has-symbols: 1.0.3
2833
+ hasown: 2.0.2
2834
+
2835
+ glob-parent@5.1.2:
2836
+ dependencies:
2837
+ is-glob: 4.0.3
2838
+
2839
+ glob-parent@6.0.2:
2840
+ dependencies:
2841
+ is-glob: 4.0.3
2842
+
2843
+ glob@7.2.3:
2844
+ dependencies:
2845
+ fs.realpath: 1.0.0
2846
+ inflight: 1.0.6
2847
+ inherits: 2.0.4
2848
+ minimatch: 3.1.2
2849
+ once: 1.4.0
2850
+ path-is-absolute: 1.0.1
2851
+
2852
+ globals@11.12.0: {}
2853
+
2854
+ globals@13.24.0:
2855
+ dependencies:
2856
+ type-fest: 0.20.2
2857
+
2858
+ globby@11.1.0:
2859
+ dependencies:
2860
+ array-union: 2.1.0
2861
+ dir-glob: 3.0.1
2862
+ fast-glob: 3.3.2
2863
+ ignore: 5.3.2
2864
+ merge2: 1.4.1
2865
+ slash: 3.0.0
2866
+
2867
+ gopd@1.0.1:
2868
+ dependencies:
2869
+ get-intrinsic: 1.2.4
2870
+
2871
+ graphemer@1.4.0: {}
2872
+
2873
+ has-flag@3.0.0: {}
2874
+
2875
+ has-flag@4.0.0: {}
2876
+
2877
+ has-property-descriptors@1.0.2:
2878
+ dependencies:
2879
+ es-define-property: 1.0.0
2880
+
2881
+ has-proto@1.0.3: {}
2882
+
2883
+ has-symbols@1.0.3: {}
2884
+
2885
+ hasown@2.0.2:
2886
+ dependencies:
2887
+ function-bind: 1.1.2
2888
+
2889
+ ignore@5.3.2: {}
2890
+
2891
+ immutable@4.3.7: {}
2892
+
2893
+ import-fresh@3.3.0:
2894
+ dependencies:
2895
+ parent-module: 1.0.1
2896
+ resolve-from: 4.0.0
2897
+
2898
+ imurmurhash@0.1.4: {}
2899
+
2900
+ inflight@1.0.6:
2901
+ dependencies:
2902
+ once: 1.4.0
2903
+ wrappy: 1.0.2
2904
+
2905
+ inherits@2.0.3: {}
2906
+
2907
+ inherits@2.0.4: {}
2908
+
2909
+ is-extglob@2.1.1: {}
2910
+
2911
+ is-glob@4.0.3:
2912
+ dependencies:
2913
+ is-extglob: 2.1.1
2914
+
2915
+ is-number@7.0.0: {}
2916
+
2917
+ is-path-inside@3.0.3: {}
2918
+
2919
+ isexe@2.0.0: {}
2920
+
2921
+ js-tokens@4.0.0: {}
2922
+
2923
+ js-yaml@4.1.0:
2924
+ dependencies:
2925
+ argparse: 2.0.1
2926
+
2927
+ jsesc@3.0.2: {}
2928
+
2929
+ json-buffer@3.0.1: {}
2930
+
2931
+ json-schema-traverse@0.4.1: {}
2932
+
2933
+ json-stable-stringify-without-jsonify@1.0.1: {}
2934
+
2935
+ json2mq@0.2.0:
2936
+ dependencies:
2937
+ string-convert: 0.2.1
2938
+
2939
+ json5@2.2.3: {}
2940
+
2941
+ keyv@4.5.4:
2942
+ dependencies:
2943
+ json-buffer: 3.0.1
2944
+
2945
+ levn@0.4.1:
2946
+ dependencies:
2947
+ prelude-ls: 1.2.1
2948
+ type-check: 0.4.0
2949
+
2950
+ locate-path@6.0.0:
2951
+ dependencies:
2952
+ p-locate: 5.0.0
2953
+
2954
+ lodash-es@4.17.21: {}
2955
+
2956
+ lodash.merge@4.6.2: {}
2957
+
2958
+ loose-envify@1.4.0:
2959
+ dependencies:
2960
+ js-tokens: 4.0.0
2961
+
2962
+ lru-cache@5.1.1:
2963
+ dependencies:
2964
+ yallist: 3.1.1
2965
+
2966
+ merge2@1.4.1: {}
2967
+
2968
+ micromatch@4.0.8:
2969
+ dependencies:
2970
+ braces: 3.0.3
2971
+ picomatch: 2.3.1
2972
+
2973
+ mime-db@1.52.0: {}
2974
+
2975
+ mime-types@2.1.35:
2976
+ dependencies:
2977
+ mime-db: 1.52.0
2978
+
2979
+ minimatch@3.1.2:
2980
+ dependencies:
2981
+ brace-expansion: 1.1.11
2982
+
2983
+ minimatch@9.0.3:
2984
+ dependencies:
2985
+ brace-expansion: 2.0.1
2986
+
2987
+ ms@2.1.3: {}
2988
+
2989
+ nanoid@3.3.7: {}
2990
+
2991
+ natural-compare@1.4.0: {}
2992
+
2993
+ node-addon-api@7.1.1: {}
2994
+
2995
+ node-releases@2.0.18: {}
2996
+
2997
+ object-inspect@1.13.2: {}
2998
+
2999
+ once@1.4.0:
3000
+ dependencies:
3001
+ wrappy: 1.0.2
3002
+
3003
+ optionator@0.9.4:
3004
+ dependencies:
3005
+ deep-is: 0.1.4
3006
+ fast-levenshtein: 2.0.6
3007
+ levn: 0.4.1
3008
+ prelude-ls: 1.2.1
3009
+ type-check: 0.4.0
3010
+ word-wrap: 1.2.5
3011
+
3012
+ p-limit@3.1.0:
3013
+ dependencies:
3014
+ yocto-queue: 0.1.0
3015
+
3016
+ p-locate@5.0.0:
3017
+ dependencies:
3018
+ p-limit: 3.1.0
3019
+
3020
+ parent-module@1.0.1:
3021
+ dependencies:
3022
+ callsites: 3.1.0
3023
+
3024
+ path-exists@4.0.0: {}
3025
+
3026
+ path-is-absolute@1.0.1: {}
3027
+
3028
+ path-key@3.1.1: {}
3029
+
3030
+ path-type@4.0.0: {}
3031
+
3032
+ path@0.12.7:
3033
+ dependencies:
3034
+ process: 0.11.10
3035
+ util: 0.10.4
3036
+
3037
+ picocolors@1.1.0: {}
3038
+
3039
+ picomatch@2.3.1: {}
3040
+
3041
+ postcss@8.4.47:
3042
+ dependencies:
3043
+ nanoid: 3.3.7
3044
+ picocolors: 1.1.0
3045
+ source-map-js: 1.2.1
3046
+
3047
+ prelude-ls@1.2.1: {}
3048
+
3049
+ process@0.11.10: {}
3050
+
3051
+ proxy-from-env@1.1.0: {}
3052
+
3053
+ punycode@1.4.1: {}
3054
+
3055
+ punycode@2.3.1: {}
3056
+
3057
+ qs@6.13.0:
3058
+ dependencies:
3059
+ side-channel: 1.0.6
3060
+
3061
+ queue-microtask@1.2.3: {}
3062
+
3063
+ rc-cascader@3.28.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3064
+ dependencies:
3065
+ '@babel/runtime': 7.25.7
3066
+ array-tree-filter: 2.1.0
3067
+ classnames: 2.5.1
3068
+ rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3069
+ rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3070
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3071
+ react: 18.3.1
3072
+ react-dom: 18.3.1(react@18.3.1)
3073
+
3074
+ rc-checkbox@3.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3075
+ dependencies:
3076
+ '@babel/runtime': 7.25.7
3077
+ classnames: 2.5.1
3078
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3079
+ react: 18.3.1
3080
+ react-dom: 18.3.1(react@18.3.1)
3081
+
3082
+ rc-collapse@3.8.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3083
+ dependencies:
3084
+ '@babel/runtime': 7.25.7
3085
+ classnames: 2.5.1
3086
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3087
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3088
+ react: 18.3.1
3089
+ react-dom: 18.3.1(react@18.3.1)
3090
+
3091
+ rc-dialog@9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3092
+ dependencies:
3093
+ '@babel/runtime': 7.25.7
3094
+ '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3095
+ classnames: 2.5.1
3096
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3097
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3098
+ react: 18.3.1
3099
+ react-dom: 18.3.1(react@18.3.1)
3100
+
3101
+ rc-drawer@7.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3102
+ dependencies:
3103
+ '@babel/runtime': 7.25.7
3104
+ '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3105
+ classnames: 2.5.1
3106
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3107
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3108
+ react: 18.3.1
3109
+ react-dom: 18.3.1(react@18.3.1)
3110
+
3111
+ rc-dropdown@4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3112
+ dependencies:
3113
+ '@babel/runtime': 7.25.7
3114
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3115
+ classnames: 2.5.1
3116
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3117
+ react: 18.3.1
3118
+ react-dom: 18.3.1(react@18.3.1)
3119
+
3120
+ rc-field-form@2.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3121
+ dependencies:
3122
+ '@babel/runtime': 7.25.7
3123
+ '@rc-component/async-validator': 5.0.4
3124
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3125
+ react: 18.3.1
3126
+ react-dom: 18.3.1(react@18.3.1)
3127
+
3128
+ rc-image@7.11.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3129
+ dependencies:
3130
+ '@babel/runtime': 7.25.7
3131
+ '@rc-component/portal': 1.1.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3132
+ classnames: 2.5.1
3133
+ rc-dialog: 9.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3134
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3135
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3136
+ react: 18.3.1
3137
+ react-dom: 18.3.1(react@18.3.1)
3138
+
3139
+ rc-input-number@9.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3140
+ dependencies:
3141
+ '@babel/runtime': 7.25.7
3142
+ '@rc-component/mini-decimal': 1.1.0
3143
+ classnames: 2.5.1
3144
+ rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3145
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3146
+ react: 18.3.1
3147
+ react-dom: 18.3.1(react@18.3.1)
3148
+
3149
+ rc-input@1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3150
+ dependencies:
3151
+ '@babel/runtime': 7.25.7
3152
+ classnames: 2.5.1
3153
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3154
+ react: 18.3.1
3155
+ react-dom: 18.3.1(react@18.3.1)
3156
+
3157
+ rc-mentions@2.16.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3158
+ dependencies:
3159
+ '@babel/runtime': 7.25.7
3160
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3161
+ classnames: 2.5.1
3162
+ rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3163
+ rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3164
+ rc-textarea: 1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3165
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3166
+ react: 18.3.1
3167
+ react-dom: 18.3.1(react@18.3.1)
3168
+
3169
+ rc-menu@9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3170
+ dependencies:
3171
+ '@babel/runtime': 7.25.7
3172
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3173
+ classnames: 2.5.1
3174
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3175
+ rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3176
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3177
+ react: 18.3.1
3178
+ react-dom: 18.3.1(react@18.3.1)
3179
+
3180
+ rc-motion@2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3181
+ dependencies:
3182
+ '@babel/runtime': 7.25.7
3183
+ classnames: 2.5.1
3184
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3185
+ react: 18.3.1
3186
+ react-dom: 18.3.1(react@18.3.1)
3187
+
3188
+ rc-notification@5.6.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3189
+ dependencies:
3190
+ '@babel/runtime': 7.25.7
3191
+ classnames: 2.5.1
3192
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3193
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3194
+ react: 18.3.1
3195
+ react-dom: 18.3.1(react@18.3.1)
3196
+
3197
+ rc-overflow@1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3198
+ dependencies:
3199
+ '@babel/runtime': 7.25.7
3200
+ classnames: 2.5.1
3201
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3202
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3203
+ react: 18.3.1
3204
+ react-dom: 18.3.1(react@18.3.1)
3205
+
3206
+ rc-pagination@4.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3207
+ dependencies:
3208
+ '@babel/runtime': 7.25.7
3209
+ classnames: 2.5.1
3210
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3211
+ react: 18.3.1
3212
+ react-dom: 18.3.1(react@18.3.1)
3213
+
3214
+ rc-picker@4.6.15(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3215
+ dependencies:
3216
+ '@babel/runtime': 7.25.7
3217
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3218
+ classnames: 2.5.1
3219
+ rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3220
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3221
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3222
+ react: 18.3.1
3223
+ react-dom: 18.3.1(react@18.3.1)
3224
+ optionalDependencies:
3225
+ dayjs: 1.11.13
3226
+
3227
+ rc-progress@4.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3228
+ dependencies:
3229
+ '@babel/runtime': 7.25.7
3230
+ classnames: 2.5.1
3231
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3232
+ react: 18.3.1
3233
+ react-dom: 18.3.1(react@18.3.1)
3234
+
3235
+ rc-rate@2.13.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3236
+ dependencies:
3237
+ '@babel/runtime': 7.25.7
3238
+ classnames: 2.5.1
3239
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3240
+ react: 18.3.1
3241
+ react-dom: 18.3.1(react@18.3.1)
3242
+
3243
+ rc-resize-observer@1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3244
+ dependencies:
3245
+ '@babel/runtime': 7.25.7
3246
+ classnames: 2.5.1
3247
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3248
+ react: 18.3.1
3249
+ react-dom: 18.3.1(react@18.3.1)
3250
+ resize-observer-polyfill: 1.5.1
3251
+
3252
+ rc-segmented@2.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3253
+ dependencies:
3254
+ '@babel/runtime': 7.25.7
3255
+ classnames: 2.5.1
3256
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3257
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3258
+ react: 18.3.1
3259
+ react-dom: 18.3.1(react@18.3.1)
3260
+
3261
+ rc-select@14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3262
+ dependencies:
3263
+ '@babel/runtime': 7.25.7
3264
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3265
+ classnames: 2.5.1
3266
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3267
+ rc-overflow: 1.3.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3268
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3269
+ rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3270
+ react: 18.3.1
3271
+ react-dom: 18.3.1(react@18.3.1)
3272
+
3273
+ rc-slider@11.1.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3274
+ dependencies:
3275
+ '@babel/runtime': 7.25.7
3276
+ classnames: 2.5.1
3277
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3278
+ react: 18.3.1
3279
+ react-dom: 18.3.1(react@18.3.1)
3280
+
3281
+ rc-steps@6.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3282
+ dependencies:
3283
+ '@babel/runtime': 7.25.7
3284
+ classnames: 2.5.1
3285
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3286
+ react: 18.3.1
3287
+ react-dom: 18.3.1(react@18.3.1)
3288
+
3289
+ rc-switch@4.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3290
+ dependencies:
3291
+ '@babel/runtime': 7.25.7
3292
+ classnames: 2.5.1
3293
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3294
+ react: 18.3.1
3295
+ react-dom: 18.3.1(react@18.3.1)
3296
+
3297
+ rc-table@7.47.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3298
+ dependencies:
3299
+ '@babel/runtime': 7.25.7
3300
+ '@rc-component/context': 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3301
+ classnames: 2.5.1
3302
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3303
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3304
+ rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3305
+ react: 18.3.1
3306
+ react-dom: 18.3.1(react@18.3.1)
3307
+
3308
+ rc-tabs@15.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3309
+ dependencies:
3310
+ '@babel/runtime': 7.25.7
3311
+ classnames: 2.5.1
3312
+ rc-dropdown: 4.2.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3313
+ rc-menu: 9.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3314
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3315
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3316
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3317
+ react: 18.3.1
3318
+ react-dom: 18.3.1(react@18.3.1)
3319
+
3320
+ rc-textarea@1.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3321
+ dependencies:
3322
+ '@babel/runtime': 7.25.7
3323
+ classnames: 2.5.1
3324
+ rc-input: 1.6.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3325
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3326
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3327
+ react: 18.3.1
3328
+ react-dom: 18.3.1(react@18.3.1)
3329
+
3330
+ rc-tooltip@6.2.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3331
+ dependencies:
3332
+ '@babel/runtime': 7.25.7
3333
+ '@rc-component/trigger': 2.2.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3334
+ classnames: 2.5.1
3335
+ react: 18.3.1
3336
+ react-dom: 18.3.1(react@18.3.1)
3337
+
3338
+ rc-tree-select@5.23.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3339
+ dependencies:
3340
+ '@babel/runtime': 7.25.7
3341
+ classnames: 2.5.1
3342
+ rc-select: 14.15.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3343
+ rc-tree: 5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3344
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3345
+ react: 18.3.1
3346
+ react-dom: 18.3.1(react@18.3.1)
3347
+
3348
+ rc-tree@5.9.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3349
+ dependencies:
3350
+ '@babel/runtime': 7.25.7
3351
+ classnames: 2.5.1
3352
+ rc-motion: 2.9.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3353
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3354
+ rc-virtual-list: 3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3355
+ react: 18.3.1
3356
+ react-dom: 18.3.1(react@18.3.1)
3357
+
3358
+ rc-upload@4.8.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3359
+ dependencies:
3360
+ '@babel/runtime': 7.25.7
3361
+ classnames: 2.5.1
3362
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3363
+ react: 18.3.1
3364
+ react-dom: 18.3.1(react@18.3.1)
3365
+
3366
+ rc-util@5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3367
+ dependencies:
3368
+ '@babel/runtime': 7.25.7
3369
+ react: 18.3.1
3370
+ react-dom: 18.3.1(react@18.3.1)
3371
+ react-is: 18.3.1
3372
+
3373
+ rc-virtual-list@3.14.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3374
+ dependencies:
3375
+ '@babel/runtime': 7.25.7
3376
+ classnames: 2.5.1
3377
+ rc-resize-observer: 1.4.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3378
+ rc-util: 5.43.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
3379
+ react: 18.3.1
3380
+ react-dom: 18.3.1(react@18.3.1)
3381
+
3382
+ react-dom@18.3.1(react@18.3.1):
3383
+ dependencies:
3384
+ loose-envify: 1.4.0
3385
+ react: 18.3.1
3386
+ scheduler: 0.23.2
3387
+
3388
+ react-is@18.3.1: {}
3389
+
3390
+ react-refresh@0.14.2: {}
3391
+
3392
+ react-router-dom@6.26.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
3393
+ dependencies:
3394
+ '@remix-run/router': 1.19.2
3395
+ react: 18.3.1
3396
+ react-dom: 18.3.1(react@18.3.1)
3397
+ react-router: 6.26.2(react@18.3.1)
3398
+
3399
+ react-router@6.26.2(react@18.3.1):
3400
+ dependencies:
3401
+ '@remix-run/router': 1.19.2
3402
+ react: 18.3.1
3403
+
3404
+ react@18.3.1:
3405
+ dependencies:
3406
+ loose-envify: 1.4.0
3407
+
3408
+ readdirp@4.0.2: {}
3409
+
3410
+ regenerator-runtime@0.14.1: {}
3411
+
3412
+ resize-observer-polyfill@1.5.1: {}
3413
+
3414
+ resolve-from@4.0.0: {}
3415
+
3416
+ reusify@1.0.4: {}
3417
+
3418
+ rimraf@3.0.2:
3419
+ dependencies:
3420
+ glob: 7.2.3
3421
+
3422
+ rollup@4.24.0:
3423
+ dependencies:
3424
+ '@types/estree': 1.0.6
3425
+ optionalDependencies:
3426
+ '@rollup/rollup-android-arm-eabi': 4.24.0
3427
+ '@rollup/rollup-android-arm64': 4.24.0
3428
+ '@rollup/rollup-darwin-arm64': 4.24.0
3429
+ '@rollup/rollup-darwin-x64': 4.24.0
3430
+ '@rollup/rollup-linux-arm-gnueabihf': 4.24.0
3431
+ '@rollup/rollup-linux-arm-musleabihf': 4.24.0
3432
+ '@rollup/rollup-linux-arm64-gnu': 4.24.0
3433
+ '@rollup/rollup-linux-arm64-musl': 4.24.0
3434
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.24.0
3435
+ '@rollup/rollup-linux-riscv64-gnu': 4.24.0
3436
+ '@rollup/rollup-linux-s390x-gnu': 4.24.0
3437
+ '@rollup/rollup-linux-x64-gnu': 4.24.0
3438
+ '@rollup/rollup-linux-x64-musl': 4.24.0
3439
+ '@rollup/rollup-win32-arm64-msvc': 4.24.0
3440
+ '@rollup/rollup-win32-ia32-msvc': 4.24.0
3441
+ '@rollup/rollup-win32-x64-msvc': 4.24.0
3442
+ fsevents: 2.3.3
3443
+
3444
+ run-parallel@1.2.0:
3445
+ dependencies:
3446
+ queue-microtask: 1.2.3
3447
+
3448
+ sass@1.79.5:
3449
+ dependencies:
3450
+ '@parcel/watcher': 2.4.1
3451
+ chokidar: 4.0.1
3452
+ immutable: 4.3.7
3453
+ source-map-js: 1.2.1
3454
+
3455
+ scheduler@0.23.2:
3456
+ dependencies:
3457
+ loose-envify: 1.4.0
3458
+
3459
+ scroll-into-view-if-needed@3.1.0:
3460
+ dependencies:
3461
+ compute-scroll-into-view: 3.1.0
3462
+
3463
+ semver@6.3.1: {}
3464
+
3465
+ semver@7.6.3: {}
3466
+
3467
+ set-function-length@1.2.2:
3468
+ dependencies:
3469
+ define-data-property: 1.1.4
3470
+ es-errors: 1.3.0
3471
+ function-bind: 1.1.2
3472
+ get-intrinsic: 1.2.4
3473
+ gopd: 1.0.1
3474
+ has-property-descriptors: 1.0.2
3475
+
3476
+ shebang-command@2.0.0:
3477
+ dependencies:
3478
+ shebang-regex: 3.0.0
3479
+
3480
+ shebang-regex@3.0.0: {}
3481
+
3482
+ side-channel@1.0.6:
3483
+ dependencies:
3484
+ call-bind: 1.0.7
3485
+ es-errors: 1.3.0
3486
+ get-intrinsic: 1.2.4
3487
+ object-inspect: 1.13.2
3488
+
3489
+ slash@3.0.0: {}
3490
+
3491
+ source-map-js@1.2.1: {}
3492
+
3493
+ string-convert@0.2.1: {}
3494
+
3495
+ strip-ansi@6.0.1:
3496
+ dependencies:
3497
+ ansi-regex: 5.0.1
3498
+
3499
+ strip-json-comments@3.1.1: {}
3500
+
3501
+ stylis@4.3.4: {}
3502
+
3503
+ supports-color@5.5.0:
3504
+ dependencies:
3505
+ has-flag: 3.0.0
3506
+
3507
+ supports-color@7.2.0:
3508
+ dependencies:
3509
+ has-flag: 4.0.0
3510
+
3511
+ text-table@0.2.0: {}
3512
+
3513
+ throttle-debounce@5.0.2: {}
3514
+
3515
+ to-fast-properties@2.0.0: {}
3516
+
3517
+ to-regex-range@5.0.1:
3518
+ dependencies:
3519
+ is-number: 7.0.0
3520
+
3521
+ toggle-selection@1.0.6: {}
3522
+
3523
+ ts-api-utils@1.3.0(typescript@5.6.3):
3524
+ dependencies:
3525
+ typescript: 5.6.3
3526
+
3527
+ type-check@0.4.0:
3528
+ dependencies:
3529
+ prelude-ls: 1.2.1
3530
+
3531
+ type-fest@0.20.2: {}
3532
+
3533
+ typescript@5.6.3: {}
3534
+
3535
+ undici-types@7.10.0: {}
3536
+
3537
+ update-browserslist-db@1.1.1(browserslist@4.24.0):
3538
+ dependencies:
3539
+ browserslist: 4.24.0
3540
+ escalade: 3.2.0
3541
+ picocolors: 1.1.0
3542
+
3543
+ uri-js@4.4.1:
3544
+ dependencies:
3545
+ punycode: 2.3.1
3546
+
3547
+ url@0.11.4:
3548
+ dependencies:
3549
+ punycode: 1.4.1
3550
+ qs: 6.13.0
3551
+
3552
+ util@0.10.4:
3553
+ dependencies:
3554
+ inherits: 2.0.3
3555
+
3556
+ uuid@11.1.0: {}
3557
+
3558
+ vite@5.4.8(@types/node@24.2.0)(sass@1.79.5):
3559
+ dependencies:
3560
+ esbuild: 0.21.5
3561
+ postcss: 8.4.47
3562
+ rollup: 4.24.0
3563
+ optionalDependencies:
3564
+ '@types/node': 24.2.0
3565
+ fsevents: 2.3.3
3566
+ sass: 1.79.5
3567
+
3568
+ which@2.0.2:
3569
+ dependencies:
3570
+ isexe: 2.0.0
3571
+
3572
+ word-wrap@1.2.5: {}
3573
+
3574
+ wrappy@1.0.2: {}
3575
+
3576
+ yallist@3.1.1: {}
3577
+
3578
+ yocto-queue@0.1.0: {}
3579
+
3580
+ zustand@5.0.5(@types/react@18.3.11)(react@18.3.1):
3581
+ optionalDependencies:
3582
+ '@types/react': 18.3.11
3583
+ react: 18.3.1