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