jac-client 0.1.0__py3-none-any.whl

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 (33) hide show
  1. jac_client/docs/README.md +629 -0
  2. jac_client/docs/advanced-state.md +706 -0
  3. jac_client/docs/imports.md +650 -0
  4. jac_client/docs/lifecycle-hooks.md +554 -0
  5. jac_client/docs/routing.md +530 -0
  6. jac_client/examples/little-x/app.jac +615 -0
  7. jac_client/examples/little-x/package-lock.json +2840 -0
  8. jac_client/examples/little-x/package.json +23 -0
  9. jac_client/examples/little-x/submit-button.jac +8 -0
  10. jac_client/examples/todo-app/README.md +82 -0
  11. jac_client/examples/todo-app/app.jac +683 -0
  12. jac_client/examples/todo-app/package-lock.json +999 -0
  13. jac_client/examples/todo-app/package.json +22 -0
  14. jac_client/plugin/cli.py +328 -0
  15. jac_client/plugin/client.py +41 -0
  16. jac_client/plugin/client_runtime.jac +941 -0
  17. jac_client/plugin/vite_client_bundle.py +470 -0
  18. jac_client/tests/__init__.py +2 -0
  19. jac_client/tests/fixtures/button.jac +6 -0
  20. jac_client/tests/fixtures/client_app.jac +18 -0
  21. jac_client/tests/fixtures/client_app_with_antd.jac +21 -0
  22. jac_client/tests/fixtures/js_import.jac +30 -0
  23. jac_client/tests/fixtures/package-lock.json +329 -0
  24. jac_client/tests/fixtures/package.json +11 -0
  25. jac_client/tests/fixtures/relative_import.jac +13 -0
  26. jac_client/tests/fixtures/test_fragments_spread.jac +44 -0
  27. jac_client/tests/fixtures/utils.js +22 -0
  28. jac_client/tests/test_cl.py +360 -0
  29. jac_client/tests/test_create_jac_app.py +139 -0
  30. jac_client-0.1.0.dist-info/METADATA +126 -0
  31. jac_client-0.1.0.dist-info/RECORD +33 -0
  32. jac_client-0.1.0.dist-info/WHEEL +4 -0
  33. jac_client-0.1.0.dist-info/entry_points.txt +4 -0
@@ -0,0 +1,2840 @@
1
+ {
2
+ "name": "littlex-vite-bundler",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "littlex-vite-bundler",
9
+ "version": "1.0.0",
10
+ "dependencies": {
11
+ "antd": "^5.27.6",
12
+ "bootstrap": "^5.3.8",
13
+ "lodash": "^4.17.21",
14
+ "pluralize": "^8.0.0",
15
+ "precise-ui": "^2.1.17",
16
+ "react": "^18.2.0",
17
+ "react-animated-components": "^3.0.1",
18
+ "react-bootstrap": "^2.10.10",
19
+ "react-dom": "^18.2.0"
20
+ },
21
+ "devDependencies": {
22
+ "vite": "^5.0.0"
23
+ }
24
+ },
25
+ "node_modules/@ant-design/colors": {
26
+ "version": "7.2.1",
27
+ "resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-7.2.1.tgz",
28
+ "integrity": "sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "@ant-design/fast-color": "^2.0.6"
32
+ }
33
+ },
34
+ "node_modules/@ant-design/cssinjs": {
35
+ "version": "1.24.0",
36
+ "resolved": "https://registry.npmjs.org/@ant-design/cssinjs/-/cssinjs-1.24.0.tgz",
37
+ "integrity": "sha512-K4cYrJBsgvL+IoozUXYjbT6LHHNt+19a9zkvpBPxLjFHas1UpPM2A5MlhROb0BT8N8WoavM5VsP9MeSeNK/3mg==",
38
+ "license": "MIT",
39
+ "dependencies": {
40
+ "@babel/runtime": "^7.11.1",
41
+ "@emotion/hash": "^0.8.0",
42
+ "@emotion/unitless": "^0.7.5",
43
+ "classnames": "^2.3.1",
44
+ "csstype": "^3.1.3",
45
+ "rc-util": "^5.35.0",
46
+ "stylis": "^4.3.4"
47
+ },
48
+ "peerDependencies": {
49
+ "react": ">=16.0.0",
50
+ "react-dom": ">=16.0.0"
51
+ }
52
+ },
53
+ "node_modules/@ant-design/cssinjs-utils": {
54
+ "version": "1.1.3",
55
+ "resolved": "https://registry.npmjs.org/@ant-design/cssinjs-utils/-/cssinjs-utils-1.1.3.tgz",
56
+ "integrity": "sha512-nOoQMLW1l+xR1Co8NFVYiP8pZp3VjIIzqV6D6ShYF2ljtdwWJn5WSsH+7kvCktXL/yhEtWURKOfH5Xz/gzlwsg==",
57
+ "license": "MIT",
58
+ "dependencies": {
59
+ "@ant-design/cssinjs": "^1.21.0",
60
+ "@babel/runtime": "^7.23.2",
61
+ "rc-util": "^5.38.0"
62
+ },
63
+ "peerDependencies": {
64
+ "react": ">=16.9.0",
65
+ "react-dom": ">=16.9.0"
66
+ }
67
+ },
68
+ "node_modules/@ant-design/fast-color": {
69
+ "version": "2.0.6",
70
+ "resolved": "https://registry.npmjs.org/@ant-design/fast-color/-/fast-color-2.0.6.tgz",
71
+ "integrity": "sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==",
72
+ "license": "MIT",
73
+ "dependencies": {
74
+ "@babel/runtime": "^7.24.7"
75
+ },
76
+ "engines": {
77
+ "node": ">=8.x"
78
+ }
79
+ },
80
+ "node_modules/@ant-design/icons": {
81
+ "version": "5.6.1",
82
+ "resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-5.6.1.tgz",
83
+ "integrity": "sha512-0/xS39c91WjPAZOWsvi1//zjx6kAp4kxWwctR6kuU6p133w8RU0D2dSCvZC19uQyharg/sAvYxGYWl01BbZZfg==",
84
+ "license": "MIT",
85
+ "dependencies": {
86
+ "@ant-design/colors": "^7.0.0",
87
+ "@ant-design/icons-svg": "^4.4.0",
88
+ "@babel/runtime": "^7.24.8",
89
+ "classnames": "^2.2.6",
90
+ "rc-util": "^5.31.1"
91
+ },
92
+ "engines": {
93
+ "node": ">=8"
94
+ },
95
+ "peerDependencies": {
96
+ "react": ">=16.0.0",
97
+ "react-dom": ">=16.0.0"
98
+ }
99
+ },
100
+ "node_modules/@ant-design/icons-svg": {
101
+ "version": "4.4.2",
102
+ "resolved": "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.4.2.tgz",
103
+ "integrity": "sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==",
104
+ "license": "MIT"
105
+ },
106
+ "node_modules/@ant-design/react-slick": {
107
+ "version": "1.1.2",
108
+ "resolved": "https://registry.npmjs.org/@ant-design/react-slick/-/react-slick-1.1.2.tgz",
109
+ "integrity": "sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==",
110
+ "license": "MIT",
111
+ "dependencies": {
112
+ "@babel/runtime": "^7.10.4",
113
+ "classnames": "^2.2.5",
114
+ "json2mq": "^0.2.0",
115
+ "resize-observer-polyfill": "^1.5.1",
116
+ "throttle-debounce": "^5.0.0"
117
+ },
118
+ "peerDependencies": {
119
+ "react": ">=16.9.0"
120
+ }
121
+ },
122
+ "node_modules/@babel/code-frame": {
123
+ "version": "7.27.1",
124
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
125
+ "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
126
+ "license": "MIT",
127
+ "dependencies": {
128
+ "@babel/helper-validator-identifier": "^7.27.1",
129
+ "js-tokens": "^4.0.0",
130
+ "picocolors": "^1.1.1"
131
+ },
132
+ "engines": {
133
+ "node": ">=6.9.0"
134
+ }
135
+ },
136
+ "node_modules/@babel/generator": {
137
+ "version": "7.28.5",
138
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
139
+ "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
140
+ "license": "MIT",
141
+ "dependencies": {
142
+ "@babel/parser": "^7.28.5",
143
+ "@babel/types": "^7.28.5",
144
+ "@jridgewell/gen-mapping": "^0.3.12",
145
+ "@jridgewell/trace-mapping": "^0.3.28",
146
+ "jsesc": "^3.0.2"
147
+ },
148
+ "engines": {
149
+ "node": ">=6.9.0"
150
+ }
151
+ },
152
+ "node_modules/@babel/helper-annotate-as-pure": {
153
+ "version": "7.27.3",
154
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
155
+ "integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
156
+ "license": "MIT",
157
+ "dependencies": {
158
+ "@babel/types": "^7.27.3"
159
+ },
160
+ "engines": {
161
+ "node": ">=6.9.0"
162
+ }
163
+ },
164
+ "node_modules/@babel/helper-globals": {
165
+ "version": "7.28.0",
166
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
167
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
168
+ "license": "MIT",
169
+ "engines": {
170
+ "node": ">=6.9.0"
171
+ }
172
+ },
173
+ "node_modules/@babel/helper-module-imports": {
174
+ "version": "7.27.1",
175
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
176
+ "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
177
+ "license": "MIT",
178
+ "dependencies": {
179
+ "@babel/traverse": "^7.27.1",
180
+ "@babel/types": "^7.27.1"
181
+ },
182
+ "engines": {
183
+ "node": ">=6.9.0"
184
+ }
185
+ },
186
+ "node_modules/@babel/helper-plugin-utils": {
187
+ "version": "7.27.1",
188
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
189
+ "integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
190
+ "license": "MIT",
191
+ "engines": {
192
+ "node": ">=6.9.0"
193
+ }
194
+ },
195
+ "node_modules/@babel/helper-string-parser": {
196
+ "version": "7.27.1",
197
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
198
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
199
+ "license": "MIT",
200
+ "engines": {
201
+ "node": ">=6.9.0"
202
+ }
203
+ },
204
+ "node_modules/@babel/helper-validator-identifier": {
205
+ "version": "7.28.5",
206
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
207
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
208
+ "license": "MIT",
209
+ "engines": {
210
+ "node": ">=6.9.0"
211
+ }
212
+ },
213
+ "node_modules/@babel/parser": {
214
+ "version": "7.28.5",
215
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
216
+ "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
217
+ "license": "MIT",
218
+ "dependencies": {
219
+ "@babel/types": "^7.28.5"
220
+ },
221
+ "bin": {
222
+ "parser": "bin/babel-parser.js"
223
+ },
224
+ "engines": {
225
+ "node": ">=6.0.0"
226
+ }
227
+ },
228
+ "node_modules/@babel/plugin-syntax-jsx": {
229
+ "version": "7.27.1",
230
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz",
231
+ "integrity": "sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==",
232
+ "license": "MIT",
233
+ "dependencies": {
234
+ "@babel/helper-plugin-utils": "^7.27.1"
235
+ },
236
+ "engines": {
237
+ "node": ">=6.9.0"
238
+ },
239
+ "peerDependencies": {
240
+ "@babel/core": "^7.0.0-0"
241
+ }
242
+ },
243
+ "node_modules/@babel/runtime": {
244
+ "version": "7.28.4",
245
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
246
+ "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
247
+ "license": "MIT",
248
+ "engines": {
249
+ "node": ">=6.9.0"
250
+ }
251
+ },
252
+ "node_modules/@babel/template": {
253
+ "version": "7.27.2",
254
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
255
+ "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
256
+ "license": "MIT",
257
+ "dependencies": {
258
+ "@babel/code-frame": "^7.27.1",
259
+ "@babel/parser": "^7.27.2",
260
+ "@babel/types": "^7.27.1"
261
+ },
262
+ "engines": {
263
+ "node": ">=6.9.0"
264
+ }
265
+ },
266
+ "node_modules/@babel/traverse": {
267
+ "version": "7.28.5",
268
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
269
+ "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
270
+ "license": "MIT",
271
+ "dependencies": {
272
+ "@babel/code-frame": "^7.27.1",
273
+ "@babel/generator": "^7.28.5",
274
+ "@babel/helper-globals": "^7.28.0",
275
+ "@babel/parser": "^7.28.5",
276
+ "@babel/template": "^7.27.2",
277
+ "@babel/types": "^7.28.5",
278
+ "debug": "^4.3.1"
279
+ },
280
+ "engines": {
281
+ "node": ">=6.9.0"
282
+ }
283
+ },
284
+ "node_modules/@babel/types": {
285
+ "version": "7.28.5",
286
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
287
+ "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
288
+ "license": "MIT",
289
+ "dependencies": {
290
+ "@babel/helper-string-parser": "^7.27.1",
291
+ "@babel/helper-validator-identifier": "^7.28.5"
292
+ },
293
+ "engines": {
294
+ "node": ">=6.9.0"
295
+ }
296
+ },
297
+ "node_modules/@emotion/hash": {
298
+ "version": "0.8.0",
299
+ "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
300
+ "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
301
+ "license": "MIT"
302
+ },
303
+ "node_modules/@emotion/is-prop-valid": {
304
+ "version": "1.4.0",
305
+ "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.4.0.tgz",
306
+ "integrity": "sha512-QgD4fyscGcbbKwJmqNvUMSE02OsHUa+lAWKdEUIJKgqe5IwRSKd7+KhibEWdaKwgjLj0DRSHA9biAIqGBk05lw==",
307
+ "license": "MIT",
308
+ "dependencies": {
309
+ "@emotion/memoize": "^0.9.0"
310
+ }
311
+ },
312
+ "node_modules/@emotion/memoize": {
313
+ "version": "0.9.0",
314
+ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz",
315
+ "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==",
316
+ "license": "MIT"
317
+ },
318
+ "node_modules/@emotion/stylis": {
319
+ "version": "0.8.5",
320
+ "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
321
+ "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==",
322
+ "license": "MIT"
323
+ },
324
+ "node_modules/@emotion/unitless": {
325
+ "version": "0.7.5",
326
+ "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
327
+ "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==",
328
+ "license": "MIT"
329
+ },
330
+ "node_modules/@esbuild/aix-ppc64": {
331
+ "version": "0.21.5",
332
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
333
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
334
+ "cpu": [
335
+ "ppc64"
336
+ ],
337
+ "dev": true,
338
+ "license": "MIT",
339
+ "optional": true,
340
+ "os": [
341
+ "aix"
342
+ ],
343
+ "engines": {
344
+ "node": ">=12"
345
+ }
346
+ },
347
+ "node_modules/@esbuild/android-arm": {
348
+ "version": "0.21.5",
349
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
350
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
351
+ "cpu": [
352
+ "arm"
353
+ ],
354
+ "dev": true,
355
+ "license": "MIT",
356
+ "optional": true,
357
+ "os": [
358
+ "android"
359
+ ],
360
+ "engines": {
361
+ "node": ">=12"
362
+ }
363
+ },
364
+ "node_modules/@esbuild/android-arm64": {
365
+ "version": "0.21.5",
366
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
367
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
368
+ "cpu": [
369
+ "arm64"
370
+ ],
371
+ "dev": true,
372
+ "license": "MIT",
373
+ "optional": true,
374
+ "os": [
375
+ "android"
376
+ ],
377
+ "engines": {
378
+ "node": ">=12"
379
+ }
380
+ },
381
+ "node_modules/@esbuild/android-x64": {
382
+ "version": "0.21.5",
383
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
384
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
385
+ "cpu": [
386
+ "x64"
387
+ ],
388
+ "dev": true,
389
+ "license": "MIT",
390
+ "optional": true,
391
+ "os": [
392
+ "android"
393
+ ],
394
+ "engines": {
395
+ "node": ">=12"
396
+ }
397
+ },
398
+ "node_modules/@esbuild/darwin-arm64": {
399
+ "version": "0.21.5",
400
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
401
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
402
+ "cpu": [
403
+ "arm64"
404
+ ],
405
+ "dev": true,
406
+ "license": "MIT",
407
+ "optional": true,
408
+ "os": [
409
+ "darwin"
410
+ ],
411
+ "engines": {
412
+ "node": ">=12"
413
+ }
414
+ },
415
+ "node_modules/@esbuild/darwin-x64": {
416
+ "version": "0.21.5",
417
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
418
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
419
+ "cpu": [
420
+ "x64"
421
+ ],
422
+ "dev": true,
423
+ "license": "MIT",
424
+ "optional": true,
425
+ "os": [
426
+ "darwin"
427
+ ],
428
+ "engines": {
429
+ "node": ">=12"
430
+ }
431
+ },
432
+ "node_modules/@esbuild/freebsd-arm64": {
433
+ "version": "0.21.5",
434
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
435
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
436
+ "cpu": [
437
+ "arm64"
438
+ ],
439
+ "dev": true,
440
+ "license": "MIT",
441
+ "optional": true,
442
+ "os": [
443
+ "freebsd"
444
+ ],
445
+ "engines": {
446
+ "node": ">=12"
447
+ }
448
+ },
449
+ "node_modules/@esbuild/freebsd-x64": {
450
+ "version": "0.21.5",
451
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
452
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
453
+ "cpu": [
454
+ "x64"
455
+ ],
456
+ "dev": true,
457
+ "license": "MIT",
458
+ "optional": true,
459
+ "os": [
460
+ "freebsd"
461
+ ],
462
+ "engines": {
463
+ "node": ">=12"
464
+ }
465
+ },
466
+ "node_modules/@esbuild/linux-arm": {
467
+ "version": "0.21.5",
468
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
469
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
470
+ "cpu": [
471
+ "arm"
472
+ ],
473
+ "dev": true,
474
+ "license": "MIT",
475
+ "optional": true,
476
+ "os": [
477
+ "linux"
478
+ ],
479
+ "engines": {
480
+ "node": ">=12"
481
+ }
482
+ },
483
+ "node_modules/@esbuild/linux-arm64": {
484
+ "version": "0.21.5",
485
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
486
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
487
+ "cpu": [
488
+ "arm64"
489
+ ],
490
+ "dev": true,
491
+ "license": "MIT",
492
+ "optional": true,
493
+ "os": [
494
+ "linux"
495
+ ],
496
+ "engines": {
497
+ "node": ">=12"
498
+ }
499
+ },
500
+ "node_modules/@esbuild/linux-ia32": {
501
+ "version": "0.21.5",
502
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
503
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
504
+ "cpu": [
505
+ "ia32"
506
+ ],
507
+ "dev": true,
508
+ "license": "MIT",
509
+ "optional": true,
510
+ "os": [
511
+ "linux"
512
+ ],
513
+ "engines": {
514
+ "node": ">=12"
515
+ }
516
+ },
517
+ "node_modules/@esbuild/linux-loong64": {
518
+ "version": "0.21.5",
519
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
520
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
521
+ "cpu": [
522
+ "loong64"
523
+ ],
524
+ "dev": true,
525
+ "license": "MIT",
526
+ "optional": true,
527
+ "os": [
528
+ "linux"
529
+ ],
530
+ "engines": {
531
+ "node": ">=12"
532
+ }
533
+ },
534
+ "node_modules/@esbuild/linux-mips64el": {
535
+ "version": "0.21.5",
536
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
537
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
538
+ "cpu": [
539
+ "mips64el"
540
+ ],
541
+ "dev": true,
542
+ "license": "MIT",
543
+ "optional": true,
544
+ "os": [
545
+ "linux"
546
+ ],
547
+ "engines": {
548
+ "node": ">=12"
549
+ }
550
+ },
551
+ "node_modules/@esbuild/linux-ppc64": {
552
+ "version": "0.21.5",
553
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
554
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
555
+ "cpu": [
556
+ "ppc64"
557
+ ],
558
+ "dev": true,
559
+ "license": "MIT",
560
+ "optional": true,
561
+ "os": [
562
+ "linux"
563
+ ],
564
+ "engines": {
565
+ "node": ">=12"
566
+ }
567
+ },
568
+ "node_modules/@esbuild/linux-riscv64": {
569
+ "version": "0.21.5",
570
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
571
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
572
+ "cpu": [
573
+ "riscv64"
574
+ ],
575
+ "dev": true,
576
+ "license": "MIT",
577
+ "optional": true,
578
+ "os": [
579
+ "linux"
580
+ ],
581
+ "engines": {
582
+ "node": ">=12"
583
+ }
584
+ },
585
+ "node_modules/@esbuild/linux-s390x": {
586
+ "version": "0.21.5",
587
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
588
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
589
+ "cpu": [
590
+ "s390x"
591
+ ],
592
+ "dev": true,
593
+ "license": "MIT",
594
+ "optional": true,
595
+ "os": [
596
+ "linux"
597
+ ],
598
+ "engines": {
599
+ "node": ">=12"
600
+ }
601
+ },
602
+ "node_modules/@esbuild/linux-x64": {
603
+ "version": "0.21.5",
604
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
605
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
606
+ "cpu": [
607
+ "x64"
608
+ ],
609
+ "dev": true,
610
+ "license": "MIT",
611
+ "optional": true,
612
+ "os": [
613
+ "linux"
614
+ ],
615
+ "engines": {
616
+ "node": ">=12"
617
+ }
618
+ },
619
+ "node_modules/@esbuild/netbsd-x64": {
620
+ "version": "0.21.5",
621
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
622
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
623
+ "cpu": [
624
+ "x64"
625
+ ],
626
+ "dev": true,
627
+ "license": "MIT",
628
+ "optional": true,
629
+ "os": [
630
+ "netbsd"
631
+ ],
632
+ "engines": {
633
+ "node": ">=12"
634
+ }
635
+ },
636
+ "node_modules/@esbuild/openbsd-x64": {
637
+ "version": "0.21.5",
638
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
639
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
640
+ "cpu": [
641
+ "x64"
642
+ ],
643
+ "dev": true,
644
+ "license": "MIT",
645
+ "optional": true,
646
+ "os": [
647
+ "openbsd"
648
+ ],
649
+ "engines": {
650
+ "node": ">=12"
651
+ }
652
+ },
653
+ "node_modules/@esbuild/sunos-x64": {
654
+ "version": "0.21.5",
655
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
656
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
657
+ "cpu": [
658
+ "x64"
659
+ ],
660
+ "dev": true,
661
+ "license": "MIT",
662
+ "optional": true,
663
+ "os": [
664
+ "sunos"
665
+ ],
666
+ "engines": {
667
+ "node": ">=12"
668
+ }
669
+ },
670
+ "node_modules/@esbuild/win32-arm64": {
671
+ "version": "0.21.5",
672
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
673
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
674
+ "cpu": [
675
+ "arm64"
676
+ ],
677
+ "dev": true,
678
+ "license": "MIT",
679
+ "optional": true,
680
+ "os": [
681
+ "win32"
682
+ ],
683
+ "engines": {
684
+ "node": ">=12"
685
+ }
686
+ },
687
+ "node_modules/@esbuild/win32-ia32": {
688
+ "version": "0.21.5",
689
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
690
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
691
+ "cpu": [
692
+ "ia32"
693
+ ],
694
+ "dev": true,
695
+ "license": "MIT",
696
+ "optional": true,
697
+ "os": [
698
+ "win32"
699
+ ],
700
+ "engines": {
701
+ "node": ">=12"
702
+ }
703
+ },
704
+ "node_modules/@esbuild/win32-x64": {
705
+ "version": "0.21.5",
706
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
707
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
708
+ "cpu": [
709
+ "x64"
710
+ ],
711
+ "dev": true,
712
+ "license": "MIT",
713
+ "optional": true,
714
+ "os": [
715
+ "win32"
716
+ ],
717
+ "engines": {
718
+ "node": ">=12"
719
+ }
720
+ },
721
+ "node_modules/@jridgewell/gen-mapping": {
722
+ "version": "0.3.13",
723
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
724
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
725
+ "license": "MIT",
726
+ "dependencies": {
727
+ "@jridgewell/sourcemap-codec": "^1.5.0",
728
+ "@jridgewell/trace-mapping": "^0.3.24"
729
+ }
730
+ },
731
+ "node_modules/@jridgewell/resolve-uri": {
732
+ "version": "3.1.2",
733
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
734
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
735
+ "license": "MIT",
736
+ "engines": {
737
+ "node": ">=6.0.0"
738
+ }
739
+ },
740
+ "node_modules/@jridgewell/sourcemap-codec": {
741
+ "version": "1.5.5",
742
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
743
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
744
+ "license": "MIT"
745
+ },
746
+ "node_modules/@jridgewell/trace-mapping": {
747
+ "version": "0.3.31",
748
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
749
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
750
+ "license": "MIT",
751
+ "dependencies": {
752
+ "@jridgewell/resolve-uri": "^3.1.0",
753
+ "@jridgewell/sourcemap-codec": "^1.4.14"
754
+ }
755
+ },
756
+ "node_modules/@popperjs/core": {
757
+ "version": "2.11.8",
758
+ "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
759
+ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
760
+ "license": "MIT",
761
+ "funding": {
762
+ "type": "opencollective",
763
+ "url": "https://opencollective.com/popperjs"
764
+ }
765
+ },
766
+ "node_modules/@rc-component/async-validator": {
767
+ "version": "5.0.4",
768
+ "resolved": "https://registry.npmjs.org/@rc-component/async-validator/-/async-validator-5.0.4.tgz",
769
+ "integrity": "sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==",
770
+ "license": "MIT",
771
+ "dependencies": {
772
+ "@babel/runtime": "^7.24.4"
773
+ },
774
+ "engines": {
775
+ "node": ">=14.x"
776
+ }
777
+ },
778
+ "node_modules/@rc-component/color-picker": {
779
+ "version": "2.0.1",
780
+ "resolved": "https://registry.npmjs.org/@rc-component/color-picker/-/color-picker-2.0.1.tgz",
781
+ "integrity": "sha512-WcZYwAThV/b2GISQ8F+7650r5ZZJ043E57aVBFkQ+kSY4C6wdofXgB0hBx+GPGpIU0Z81eETNoDUJMr7oy/P8Q==",
782
+ "license": "MIT",
783
+ "dependencies": {
784
+ "@ant-design/fast-color": "^2.0.6",
785
+ "@babel/runtime": "^7.23.6",
786
+ "classnames": "^2.2.6",
787
+ "rc-util": "^5.38.1"
788
+ },
789
+ "peerDependencies": {
790
+ "react": ">=16.9.0",
791
+ "react-dom": ">=16.9.0"
792
+ }
793
+ },
794
+ "node_modules/@rc-component/context": {
795
+ "version": "1.4.0",
796
+ "resolved": "https://registry.npmjs.org/@rc-component/context/-/context-1.4.0.tgz",
797
+ "integrity": "sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==",
798
+ "license": "MIT",
799
+ "dependencies": {
800
+ "@babel/runtime": "^7.10.1",
801
+ "rc-util": "^5.27.0"
802
+ },
803
+ "peerDependencies": {
804
+ "react": ">=16.9.0",
805
+ "react-dom": ">=16.9.0"
806
+ }
807
+ },
808
+ "node_modules/@rc-component/mini-decimal": {
809
+ "version": "1.1.0",
810
+ "resolved": "https://registry.npmjs.org/@rc-component/mini-decimal/-/mini-decimal-1.1.0.tgz",
811
+ "integrity": "sha512-jS4E7T9Li2GuYwI6PyiVXmxTiM6b07rlD9Ge8uGZSCz3WlzcG5ZK7g5bbuKNeZ9pgUuPK/5guV781ujdVpm4HQ==",
812
+ "license": "MIT",
813
+ "dependencies": {
814
+ "@babel/runtime": "^7.18.0"
815
+ },
816
+ "engines": {
817
+ "node": ">=8.x"
818
+ }
819
+ },
820
+ "node_modules/@rc-component/mutate-observer": {
821
+ "version": "1.1.0",
822
+ "resolved": "https://registry.npmjs.org/@rc-component/mutate-observer/-/mutate-observer-1.1.0.tgz",
823
+ "integrity": "sha512-QjrOsDXQusNwGZPf4/qRQasg7UFEj06XiCJ8iuiq/Io7CrHrgVi6Uuetw60WAMG1799v+aM8kyc+1L/GBbHSlw==",
824
+ "license": "MIT",
825
+ "dependencies": {
826
+ "@babel/runtime": "^7.18.0",
827
+ "classnames": "^2.3.2",
828
+ "rc-util": "^5.24.4"
829
+ },
830
+ "engines": {
831
+ "node": ">=8.x"
832
+ },
833
+ "peerDependencies": {
834
+ "react": ">=16.9.0",
835
+ "react-dom": ">=16.9.0"
836
+ }
837
+ },
838
+ "node_modules/@rc-component/portal": {
839
+ "version": "1.1.2",
840
+ "resolved": "https://registry.npmjs.org/@rc-component/portal/-/portal-1.1.2.tgz",
841
+ "integrity": "sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==",
842
+ "license": "MIT",
843
+ "dependencies": {
844
+ "@babel/runtime": "^7.18.0",
845
+ "classnames": "^2.3.2",
846
+ "rc-util": "^5.24.4"
847
+ },
848
+ "engines": {
849
+ "node": ">=8.x"
850
+ },
851
+ "peerDependencies": {
852
+ "react": ">=16.9.0",
853
+ "react-dom": ">=16.9.0"
854
+ }
855
+ },
856
+ "node_modules/@rc-component/qrcode": {
857
+ "version": "1.0.1",
858
+ "resolved": "https://registry.npmjs.org/@rc-component/qrcode/-/qrcode-1.0.1.tgz",
859
+ "integrity": "sha512-g8eeeaMyFXVlq8cZUeaxCDhfIYjpao0l9cvm5gFwKXy/Vm1yDWV7h2sjH5jHYzdFedlVKBpATFB1VKMrHzwaWQ==",
860
+ "license": "MIT",
861
+ "dependencies": {
862
+ "@babel/runtime": "^7.24.7",
863
+ "classnames": "^2.3.2"
864
+ },
865
+ "engines": {
866
+ "node": ">=8.x"
867
+ },
868
+ "peerDependencies": {
869
+ "react": ">=16.9.0",
870
+ "react-dom": ">=16.9.0"
871
+ }
872
+ },
873
+ "node_modules/@rc-component/tour": {
874
+ "version": "1.15.1",
875
+ "resolved": "https://registry.npmjs.org/@rc-component/tour/-/tour-1.15.1.tgz",
876
+ "integrity": "sha512-Tr2t7J1DKZUpfJuDZWHxyxWpfmj8EZrqSgyMZ+BCdvKZ6r1UDsfU46M/iWAAFBy961Ssfom2kv5f3UcjIL2CmQ==",
877
+ "license": "MIT",
878
+ "dependencies": {
879
+ "@babel/runtime": "^7.18.0",
880
+ "@rc-component/portal": "^1.0.0-9",
881
+ "@rc-component/trigger": "^2.0.0",
882
+ "classnames": "^2.3.2",
883
+ "rc-util": "^5.24.4"
884
+ },
885
+ "engines": {
886
+ "node": ">=8.x"
887
+ },
888
+ "peerDependencies": {
889
+ "react": ">=16.9.0",
890
+ "react-dom": ">=16.9.0"
891
+ }
892
+ },
893
+ "node_modules/@rc-component/trigger": {
894
+ "version": "2.3.0",
895
+ "resolved": "https://registry.npmjs.org/@rc-component/trigger/-/trigger-2.3.0.tgz",
896
+ "integrity": "sha512-iwaxZyzOuK0D7lS+0AQEtW52zUWxoGqTGkke3dRyb8pYiShmRpCjB/8TzPI4R6YySCH7Vm9BZj/31VPiiQTLBg==",
897
+ "license": "MIT",
898
+ "dependencies": {
899
+ "@babel/runtime": "^7.23.2",
900
+ "@rc-component/portal": "^1.1.0",
901
+ "classnames": "^2.3.2",
902
+ "rc-motion": "^2.0.0",
903
+ "rc-resize-observer": "^1.3.1",
904
+ "rc-util": "^5.44.0"
905
+ },
906
+ "engines": {
907
+ "node": ">=8.x"
908
+ },
909
+ "peerDependencies": {
910
+ "react": ">=16.9.0",
911
+ "react-dom": ">=16.9.0"
912
+ }
913
+ },
914
+ "node_modules/@react-aria/ssr": {
915
+ "version": "3.9.10",
916
+ "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.10.tgz",
917
+ "integrity": "sha512-hvTm77Pf+pMBhuBm760Li0BVIO38jv1IBws1xFm1NoL26PU+fe+FMW5+VZWyANR6nYL65joaJKZqOdTQMkO9IQ==",
918
+ "license": "Apache-2.0",
919
+ "dependencies": {
920
+ "@swc/helpers": "^0.5.0"
921
+ },
922
+ "engines": {
923
+ "node": ">= 12"
924
+ },
925
+ "peerDependencies": {
926
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
927
+ }
928
+ },
929
+ "node_modules/@restart/hooks": {
930
+ "version": "0.4.16",
931
+ "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.16.tgz",
932
+ "integrity": "sha512-f7aCv7c+nU/3mF7NWLtVVr0Ra80RqsO89hO72r+Y/nvQr5+q0UFGkocElTH6MJApvReVh6JHUFYn2cw1WdHF3w==",
933
+ "license": "MIT",
934
+ "dependencies": {
935
+ "dequal": "^2.0.3"
936
+ },
937
+ "peerDependencies": {
938
+ "react": ">=16.8.0"
939
+ }
940
+ },
941
+ "node_modules/@restart/ui": {
942
+ "version": "1.9.4",
943
+ "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.9.4.tgz",
944
+ "integrity": "sha512-N4C7haUc3vn4LTwVUPlkJN8Ach/+yIMvRuTVIhjilNHqegY60SGLrzud6errOMNJwSnmYFnt1J0H/k8FE3A4KA==",
945
+ "license": "MIT",
946
+ "dependencies": {
947
+ "@babel/runtime": "^7.26.0",
948
+ "@popperjs/core": "^2.11.8",
949
+ "@react-aria/ssr": "^3.5.0",
950
+ "@restart/hooks": "^0.5.0",
951
+ "@types/warning": "^3.0.3",
952
+ "dequal": "^2.0.3",
953
+ "dom-helpers": "^5.2.0",
954
+ "uncontrollable": "^8.0.4",
955
+ "warning": "^4.0.3"
956
+ },
957
+ "peerDependencies": {
958
+ "react": ">=16.14.0",
959
+ "react-dom": ">=16.14.0"
960
+ }
961
+ },
962
+ "node_modules/@restart/ui/node_modules/@restart/hooks": {
963
+ "version": "0.5.1",
964
+ "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.5.1.tgz",
965
+ "integrity": "sha512-EMoH04NHS1pbn07iLTjIjgttuqb7qu4+/EyhAx27MHpoENcB2ZdSsLTNxmKD+WEPnZigo62Qc8zjGnNxoSE/5Q==",
966
+ "license": "MIT",
967
+ "dependencies": {
968
+ "dequal": "^2.0.3"
969
+ },
970
+ "peerDependencies": {
971
+ "react": ">=16.8.0"
972
+ }
973
+ },
974
+ "node_modules/@restart/ui/node_modules/uncontrollable": {
975
+ "version": "8.0.4",
976
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-8.0.4.tgz",
977
+ "integrity": "sha512-ulRWYWHvscPFc0QQXvyJjY6LIXU56f0h8pQFvhxiKk5V1fcI8gp9Ht9leVAhrVjzqMw0BgjspBINx9r6oyJUvQ==",
978
+ "license": "MIT",
979
+ "peerDependencies": {
980
+ "react": ">=16.14.0"
981
+ }
982
+ },
983
+ "node_modules/@rollup/rollup-android-arm-eabi": {
984
+ "version": "4.52.5",
985
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.52.5.tgz",
986
+ "integrity": "sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==",
987
+ "cpu": [
988
+ "arm"
989
+ ],
990
+ "dev": true,
991
+ "license": "MIT",
992
+ "optional": true,
993
+ "os": [
994
+ "android"
995
+ ]
996
+ },
997
+ "node_modules/@rollup/rollup-android-arm64": {
998
+ "version": "4.52.5",
999
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.52.5.tgz",
1000
+ "integrity": "sha512-mQGfsIEFcu21mvqkEKKu2dYmtuSZOBMmAl5CFlPGLY94Vlcm+zWApK7F/eocsNzp8tKmbeBP8yXyAbx0XHsFNA==",
1001
+ "cpu": [
1002
+ "arm64"
1003
+ ],
1004
+ "dev": true,
1005
+ "license": "MIT",
1006
+ "optional": true,
1007
+ "os": [
1008
+ "android"
1009
+ ]
1010
+ },
1011
+ "node_modules/@rollup/rollup-darwin-arm64": {
1012
+ "version": "4.52.5",
1013
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.52.5.tgz",
1014
+ "integrity": "sha512-takF3CR71mCAGA+v794QUZ0b6ZSrgJkArC+gUiG6LB6TQty9T0Mqh3m2ImRBOxS2IeYBo4lKWIieSvnEk2OQWA==",
1015
+ "cpu": [
1016
+ "arm64"
1017
+ ],
1018
+ "dev": true,
1019
+ "license": "MIT",
1020
+ "optional": true,
1021
+ "os": [
1022
+ "darwin"
1023
+ ]
1024
+ },
1025
+ "node_modules/@rollup/rollup-darwin-x64": {
1026
+ "version": "4.52.5",
1027
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.52.5.tgz",
1028
+ "integrity": "sha512-W901Pla8Ya95WpxDn//VF9K9u2JbocwV/v75TE0YIHNTbhqUTv9w4VuQ9MaWlNOkkEfFwkdNhXgcLqPSmHy0fA==",
1029
+ "cpu": [
1030
+ "x64"
1031
+ ],
1032
+ "dev": true,
1033
+ "license": "MIT",
1034
+ "optional": true,
1035
+ "os": [
1036
+ "darwin"
1037
+ ]
1038
+ },
1039
+ "node_modules/@rollup/rollup-freebsd-arm64": {
1040
+ "version": "4.52.5",
1041
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.52.5.tgz",
1042
+ "integrity": "sha512-QofO7i7JycsYOWxe0GFqhLmF6l1TqBswJMvICnRUjqCx8b47MTo46W8AoeQwiokAx3zVryVnxtBMcGcnX12LvA==",
1043
+ "cpu": [
1044
+ "arm64"
1045
+ ],
1046
+ "dev": true,
1047
+ "license": "MIT",
1048
+ "optional": true,
1049
+ "os": [
1050
+ "freebsd"
1051
+ ]
1052
+ },
1053
+ "node_modules/@rollup/rollup-freebsd-x64": {
1054
+ "version": "4.52.5",
1055
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.52.5.tgz",
1056
+ "integrity": "sha512-jr21b/99ew8ujZubPo9skbrItHEIE50WdV86cdSoRkKtmWa+DDr6fu2c/xyRT0F/WazZpam6kk7IHBerSL7LDQ==",
1057
+ "cpu": [
1058
+ "x64"
1059
+ ],
1060
+ "dev": true,
1061
+ "license": "MIT",
1062
+ "optional": true,
1063
+ "os": [
1064
+ "freebsd"
1065
+ ]
1066
+ },
1067
+ "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
1068
+ "version": "4.52.5",
1069
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.52.5.tgz",
1070
+ "integrity": "sha512-PsNAbcyv9CcecAUagQefwX8fQn9LQ4nZkpDboBOttmyffnInRy8R8dSg6hxxl2Re5QhHBf6FYIDhIj5v982ATQ==",
1071
+ "cpu": [
1072
+ "arm"
1073
+ ],
1074
+ "dev": true,
1075
+ "license": "MIT",
1076
+ "optional": true,
1077
+ "os": [
1078
+ "linux"
1079
+ ]
1080
+ },
1081
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
1082
+ "version": "4.52.5",
1083
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.52.5.tgz",
1084
+ "integrity": "sha512-Fw4tysRutyQc/wwkmcyoqFtJhh0u31K+Q6jYjeicsGJJ7bbEq8LwPWV/w0cnzOqR2m694/Af6hpFayLJZkG2VQ==",
1085
+ "cpu": [
1086
+ "arm"
1087
+ ],
1088
+ "dev": true,
1089
+ "license": "MIT",
1090
+ "optional": true,
1091
+ "os": [
1092
+ "linux"
1093
+ ]
1094
+ },
1095
+ "node_modules/@rollup/rollup-linux-arm64-gnu": {
1096
+ "version": "4.52.5",
1097
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.52.5.tgz",
1098
+ "integrity": "sha512-a+3wVnAYdQClOTlyapKmyI6BLPAFYs0JM8HRpgYZQO02rMR09ZcV9LbQB+NL6sljzG38869YqThrRnfPMCDtZg==",
1099
+ "cpu": [
1100
+ "arm64"
1101
+ ],
1102
+ "dev": true,
1103
+ "license": "MIT",
1104
+ "optional": true,
1105
+ "os": [
1106
+ "linux"
1107
+ ]
1108
+ },
1109
+ "node_modules/@rollup/rollup-linux-arm64-musl": {
1110
+ "version": "4.52.5",
1111
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.52.5.tgz",
1112
+ "integrity": "sha512-AvttBOMwO9Pcuuf7m9PkC1PUIKsfaAJ4AYhy944qeTJgQOqJYJ9oVl2nYgY7Rk0mkbsuOpCAYSs6wLYB2Xiw0Q==",
1113
+ "cpu": [
1114
+ "arm64"
1115
+ ],
1116
+ "dev": true,
1117
+ "license": "MIT",
1118
+ "optional": true,
1119
+ "os": [
1120
+ "linux"
1121
+ ]
1122
+ },
1123
+ "node_modules/@rollup/rollup-linux-loong64-gnu": {
1124
+ "version": "4.52.5",
1125
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.52.5.tgz",
1126
+ "integrity": "sha512-DkDk8pmXQV2wVrF6oq5tONK6UHLz/XcEVow4JTTerdeV1uqPeHxwcg7aFsfnSm9L+OO8WJsWotKM2JJPMWrQtA==",
1127
+ "cpu": [
1128
+ "loong64"
1129
+ ],
1130
+ "dev": true,
1131
+ "license": "MIT",
1132
+ "optional": true,
1133
+ "os": [
1134
+ "linux"
1135
+ ]
1136
+ },
1137
+ "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1138
+ "version": "4.52.5",
1139
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.52.5.tgz",
1140
+ "integrity": "sha512-W/b9ZN/U9+hPQVvlGwjzi+Wy4xdoH2I8EjaCkMvzpI7wJUs8sWJ03Rq96jRnHkSrcHTpQe8h5Tg3ZzUPGauvAw==",
1141
+ "cpu": [
1142
+ "ppc64"
1143
+ ],
1144
+ "dev": true,
1145
+ "license": "MIT",
1146
+ "optional": true,
1147
+ "os": [
1148
+ "linux"
1149
+ ]
1150
+ },
1151
+ "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1152
+ "version": "4.52.5",
1153
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.52.5.tgz",
1154
+ "integrity": "sha512-sjQLr9BW7R/ZiXnQiWPkErNfLMkkWIoCz7YMn27HldKsADEKa5WYdobaa1hmN6slu9oWQbB6/jFpJ+P2IkVrmw==",
1155
+ "cpu": [
1156
+ "riscv64"
1157
+ ],
1158
+ "dev": true,
1159
+ "license": "MIT",
1160
+ "optional": true,
1161
+ "os": [
1162
+ "linux"
1163
+ ]
1164
+ },
1165
+ "node_modules/@rollup/rollup-linux-riscv64-musl": {
1166
+ "version": "4.52.5",
1167
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.52.5.tgz",
1168
+ "integrity": "sha512-hq3jU/kGyjXWTvAh2awn8oHroCbrPm8JqM7RUpKjalIRWWXE01CQOf/tUNWNHjmbMHg/hmNCwc/Pz3k1T/j/Lg==",
1169
+ "cpu": [
1170
+ "riscv64"
1171
+ ],
1172
+ "dev": true,
1173
+ "license": "MIT",
1174
+ "optional": true,
1175
+ "os": [
1176
+ "linux"
1177
+ ]
1178
+ },
1179
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
1180
+ "version": "4.52.5",
1181
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.52.5.tgz",
1182
+ "integrity": "sha512-gn8kHOrku8D4NGHMK1Y7NA7INQTRdVOntt1OCYypZPRt6skGbddska44K8iocdpxHTMMNui5oH4elPH4QOLrFQ==",
1183
+ "cpu": [
1184
+ "s390x"
1185
+ ],
1186
+ "dev": true,
1187
+ "license": "MIT",
1188
+ "optional": true,
1189
+ "os": [
1190
+ "linux"
1191
+ ]
1192
+ },
1193
+ "node_modules/@rollup/rollup-linux-x64-gnu": {
1194
+ "version": "4.52.5",
1195
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz",
1196
+ "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==",
1197
+ "cpu": [
1198
+ "x64"
1199
+ ],
1200
+ "dev": true,
1201
+ "license": "MIT",
1202
+ "optional": true,
1203
+ "os": [
1204
+ "linux"
1205
+ ]
1206
+ },
1207
+ "node_modules/@rollup/rollup-linux-x64-musl": {
1208
+ "version": "4.52.5",
1209
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.52.5.tgz",
1210
+ "integrity": "sha512-arCGIcuNKjBoKAXD+y7XomR9gY6Mw7HnFBv5Rw7wQRvwYLR7gBAgV7Mb2QTyjXfTveBNFAtPt46/36vV9STLNg==",
1211
+ "cpu": [
1212
+ "x64"
1213
+ ],
1214
+ "dev": true,
1215
+ "license": "MIT",
1216
+ "optional": true,
1217
+ "os": [
1218
+ "linux"
1219
+ ]
1220
+ },
1221
+ "node_modules/@rollup/rollup-openharmony-arm64": {
1222
+ "version": "4.52.5",
1223
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.52.5.tgz",
1224
+ "integrity": "sha512-QoFqB6+/9Rly/RiPjaomPLmR/13cgkIGfA40LHly9zcH1S0bN2HVFYk3a1eAyHQyjs3ZJYlXvIGtcCs5tko9Cw==",
1225
+ "cpu": [
1226
+ "arm64"
1227
+ ],
1228
+ "dev": true,
1229
+ "license": "MIT",
1230
+ "optional": true,
1231
+ "os": [
1232
+ "openharmony"
1233
+ ]
1234
+ },
1235
+ "node_modules/@rollup/rollup-win32-arm64-msvc": {
1236
+ "version": "4.52.5",
1237
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.52.5.tgz",
1238
+ "integrity": "sha512-w0cDWVR6MlTstla1cIfOGyl8+qb93FlAVutcor14Gf5Md5ap5ySfQ7R9S/NjNaMLSFdUnKGEasmVnu3lCMqB7w==",
1239
+ "cpu": [
1240
+ "arm64"
1241
+ ],
1242
+ "dev": true,
1243
+ "license": "MIT",
1244
+ "optional": true,
1245
+ "os": [
1246
+ "win32"
1247
+ ]
1248
+ },
1249
+ "node_modules/@rollup/rollup-win32-ia32-msvc": {
1250
+ "version": "4.52.5",
1251
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.52.5.tgz",
1252
+ "integrity": "sha512-Aufdpzp7DpOTULJCuvzqcItSGDH73pF3ko/f+ckJhxQyHtp67rHw3HMNxoIdDMUITJESNE6a8uh4Lo4SLouOUg==",
1253
+ "cpu": [
1254
+ "ia32"
1255
+ ],
1256
+ "dev": true,
1257
+ "license": "MIT",
1258
+ "optional": true,
1259
+ "os": [
1260
+ "win32"
1261
+ ]
1262
+ },
1263
+ "node_modules/@rollup/rollup-win32-x64-gnu": {
1264
+ "version": "4.52.5",
1265
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.52.5.tgz",
1266
+ "integrity": "sha512-UGBUGPFp1vkj6p8wCRraqNhqwX/4kNQPS57BCFc8wYh0g94iVIW33wJtQAx3G7vrjjNtRaxiMUylM0ktp/TRSQ==",
1267
+ "cpu": [
1268
+ "x64"
1269
+ ],
1270
+ "dev": true,
1271
+ "license": "MIT",
1272
+ "optional": true,
1273
+ "os": [
1274
+ "win32"
1275
+ ]
1276
+ },
1277
+ "node_modules/@rollup/rollup-win32-x64-msvc": {
1278
+ "version": "4.52.5",
1279
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.52.5.tgz",
1280
+ "integrity": "sha512-TAcgQh2sSkykPRWLrdyy2AiceMckNf5loITqXxFI5VuQjS5tSuw3WlwdN8qv8vzjLAUTvYaH/mVjSFpbkFbpTg==",
1281
+ "cpu": [
1282
+ "x64"
1283
+ ],
1284
+ "dev": true,
1285
+ "license": "MIT",
1286
+ "optional": true,
1287
+ "os": [
1288
+ "win32"
1289
+ ]
1290
+ },
1291
+ "node_modules/@swc/helpers": {
1292
+ "version": "0.5.17",
1293
+ "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
1294
+ "integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
1295
+ "license": "Apache-2.0",
1296
+ "dependencies": {
1297
+ "tslib": "^2.8.0"
1298
+ }
1299
+ },
1300
+ "node_modules/@types/estree": {
1301
+ "version": "1.0.8",
1302
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
1303
+ "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
1304
+ "dev": true,
1305
+ "license": "MIT"
1306
+ },
1307
+ "node_modules/@types/prop-types": {
1308
+ "version": "15.7.15",
1309
+ "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
1310
+ "integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
1311
+ "license": "MIT"
1312
+ },
1313
+ "node_modules/@types/react": {
1314
+ "version": "19.2.2",
1315
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz",
1316
+ "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==",
1317
+ "license": "MIT",
1318
+ "dependencies": {
1319
+ "csstype": "^3.0.2"
1320
+ }
1321
+ },
1322
+ "node_modules/@types/react-transition-group": {
1323
+ "version": "4.4.12",
1324
+ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz",
1325
+ "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==",
1326
+ "license": "MIT",
1327
+ "peerDependencies": {
1328
+ "@types/react": "*"
1329
+ }
1330
+ },
1331
+ "node_modules/@types/warning": {
1332
+ "version": "3.0.3",
1333
+ "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz",
1334
+ "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==",
1335
+ "license": "MIT"
1336
+ },
1337
+ "node_modules/antd": {
1338
+ "version": "5.27.6",
1339
+ "resolved": "https://registry.npmjs.org/antd/-/antd-5.27.6.tgz",
1340
+ "integrity": "sha512-70HrjVbzDXvtiUQ5MP1XdNudr/wGAk9Ivaemk6f36yrAeJurJSmZ8KngOIilolLRHdGuNc6/Vk+4T1OZpSjpag==",
1341
+ "license": "MIT",
1342
+ "dependencies": {
1343
+ "@ant-design/colors": "^7.2.1",
1344
+ "@ant-design/cssinjs": "^1.23.0",
1345
+ "@ant-design/cssinjs-utils": "^1.1.3",
1346
+ "@ant-design/fast-color": "^2.0.6",
1347
+ "@ant-design/icons": "^5.6.1",
1348
+ "@ant-design/react-slick": "~1.1.2",
1349
+ "@babel/runtime": "^7.26.0",
1350
+ "@rc-component/color-picker": "~2.0.1",
1351
+ "@rc-component/mutate-observer": "^1.1.0",
1352
+ "@rc-component/qrcode": "~1.0.1",
1353
+ "@rc-component/tour": "~1.15.1",
1354
+ "@rc-component/trigger": "^2.3.0",
1355
+ "classnames": "^2.5.1",
1356
+ "copy-to-clipboard": "^3.3.3",
1357
+ "dayjs": "^1.11.11",
1358
+ "rc-cascader": "~3.34.0",
1359
+ "rc-checkbox": "~3.5.0",
1360
+ "rc-collapse": "~3.9.0",
1361
+ "rc-dialog": "~9.6.0",
1362
+ "rc-drawer": "~7.3.0",
1363
+ "rc-dropdown": "~4.2.1",
1364
+ "rc-field-form": "~2.7.0",
1365
+ "rc-image": "~7.12.0",
1366
+ "rc-input": "~1.8.0",
1367
+ "rc-input-number": "~9.5.0",
1368
+ "rc-mentions": "~2.20.0",
1369
+ "rc-menu": "~9.16.1",
1370
+ "rc-motion": "^2.9.5",
1371
+ "rc-notification": "~5.6.4",
1372
+ "rc-pagination": "~5.1.0",
1373
+ "rc-picker": "~4.11.3",
1374
+ "rc-progress": "~4.0.0",
1375
+ "rc-rate": "~2.13.1",
1376
+ "rc-resize-observer": "^1.4.3",
1377
+ "rc-segmented": "~2.7.0",
1378
+ "rc-select": "~14.16.8",
1379
+ "rc-slider": "~11.1.9",
1380
+ "rc-steps": "~6.0.1",
1381
+ "rc-switch": "~4.1.0",
1382
+ "rc-table": "~7.54.0",
1383
+ "rc-tabs": "~15.7.0",
1384
+ "rc-textarea": "~1.10.2",
1385
+ "rc-tooltip": "~6.4.0",
1386
+ "rc-tree": "~5.13.1",
1387
+ "rc-tree-select": "~5.27.0",
1388
+ "rc-upload": "~4.9.2",
1389
+ "rc-util": "^5.44.4",
1390
+ "scroll-into-view-if-needed": "^3.1.0",
1391
+ "throttle-debounce": "^5.0.2"
1392
+ },
1393
+ "funding": {
1394
+ "type": "opencollective",
1395
+ "url": "https://opencollective.com/ant-design"
1396
+ },
1397
+ "peerDependencies": {
1398
+ "react": ">=16.9.0",
1399
+ "react-dom": ">=16.9.0"
1400
+ }
1401
+ },
1402
+ "node_modules/babel-plugin-styled-components": {
1403
+ "version": "2.1.4",
1404
+ "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz",
1405
+ "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==",
1406
+ "license": "MIT",
1407
+ "dependencies": {
1408
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1409
+ "@babel/helper-module-imports": "^7.22.5",
1410
+ "@babel/plugin-syntax-jsx": "^7.22.5",
1411
+ "lodash": "^4.17.21",
1412
+ "picomatch": "^2.3.1"
1413
+ },
1414
+ "peerDependencies": {
1415
+ "styled-components": ">= 2"
1416
+ }
1417
+ },
1418
+ "node_modules/bootstrap": {
1419
+ "version": "5.3.8",
1420
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.8.tgz",
1421
+ "integrity": "sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==",
1422
+ "funding": [
1423
+ {
1424
+ "type": "github",
1425
+ "url": "https://github.com/sponsors/twbs"
1426
+ },
1427
+ {
1428
+ "type": "opencollective",
1429
+ "url": "https://opencollective.com/bootstrap"
1430
+ }
1431
+ ],
1432
+ "license": "MIT",
1433
+ "peerDependencies": {
1434
+ "@popperjs/core": "^2.11.8"
1435
+ }
1436
+ },
1437
+ "node_modules/camelize": {
1438
+ "version": "1.0.1",
1439
+ "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
1440
+ "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
1441
+ "license": "MIT",
1442
+ "funding": {
1443
+ "url": "https://github.com/sponsors/ljharb"
1444
+ }
1445
+ },
1446
+ "node_modules/classnames": {
1447
+ "version": "2.5.1",
1448
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
1449
+ "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
1450
+ "license": "MIT"
1451
+ },
1452
+ "node_modules/compute-scroll-into-view": {
1453
+ "version": "3.1.1",
1454
+ "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz",
1455
+ "integrity": "sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==",
1456
+ "license": "MIT"
1457
+ },
1458
+ "node_modules/copy-to-clipboard": {
1459
+ "version": "3.3.3",
1460
+ "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz",
1461
+ "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==",
1462
+ "license": "MIT",
1463
+ "dependencies": {
1464
+ "toggle-selection": "^1.0.6"
1465
+ }
1466
+ },
1467
+ "node_modules/css-color-keywords": {
1468
+ "version": "1.0.0",
1469
+ "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
1470
+ "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
1471
+ "license": "ISC",
1472
+ "engines": {
1473
+ "node": ">=4"
1474
+ }
1475
+ },
1476
+ "node_modules/css-to-react-native": {
1477
+ "version": "3.2.0",
1478
+ "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
1479
+ "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
1480
+ "license": "MIT",
1481
+ "dependencies": {
1482
+ "camelize": "^1.0.0",
1483
+ "css-color-keywords": "^1.0.0",
1484
+ "postcss-value-parser": "^4.0.2"
1485
+ }
1486
+ },
1487
+ "node_modules/csstype": {
1488
+ "version": "3.1.3",
1489
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
1490
+ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
1491
+ "license": "MIT"
1492
+ },
1493
+ "node_modules/date-fns": {
1494
+ "version": "2.30.0",
1495
+ "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz",
1496
+ "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
1497
+ "license": "MIT",
1498
+ "dependencies": {
1499
+ "@babel/runtime": "^7.21.0"
1500
+ },
1501
+ "engines": {
1502
+ "node": ">=0.11"
1503
+ },
1504
+ "funding": {
1505
+ "type": "opencollective",
1506
+ "url": "https://opencollective.com/date-fns"
1507
+ }
1508
+ },
1509
+ "node_modules/dayjs": {
1510
+ "version": "1.11.18",
1511
+ "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.18.tgz",
1512
+ "integrity": "sha512-zFBQ7WFRvVRhKcWoUh+ZA1g2HVgUbsZm9sbddh8EC5iv93sui8DVVz1Npvz+r6meo9VKfa8NyLWBsQK1VvIKPA==",
1513
+ "license": "MIT"
1514
+ },
1515
+ "node_modules/debug": {
1516
+ "version": "4.4.3",
1517
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
1518
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
1519
+ "license": "MIT",
1520
+ "dependencies": {
1521
+ "ms": "^2.1.3"
1522
+ },
1523
+ "engines": {
1524
+ "node": ">=6.0"
1525
+ },
1526
+ "peerDependenciesMeta": {
1527
+ "supports-color": {
1528
+ "optional": true
1529
+ }
1530
+ }
1531
+ },
1532
+ "node_modules/dequal": {
1533
+ "version": "2.0.3",
1534
+ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
1535
+ "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
1536
+ "license": "MIT",
1537
+ "engines": {
1538
+ "node": ">=6"
1539
+ }
1540
+ },
1541
+ "node_modules/dom-helpers": {
1542
+ "version": "5.2.1",
1543
+ "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
1544
+ "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
1545
+ "license": "MIT",
1546
+ "dependencies": {
1547
+ "@babel/runtime": "^7.8.7",
1548
+ "csstype": "^3.0.2"
1549
+ }
1550
+ },
1551
+ "node_modules/esbuild": {
1552
+ "version": "0.21.5",
1553
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
1554
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
1555
+ "dev": true,
1556
+ "hasInstallScript": true,
1557
+ "license": "MIT",
1558
+ "bin": {
1559
+ "esbuild": "bin/esbuild"
1560
+ },
1561
+ "engines": {
1562
+ "node": ">=12"
1563
+ },
1564
+ "optionalDependencies": {
1565
+ "@esbuild/aix-ppc64": "0.21.5",
1566
+ "@esbuild/android-arm": "0.21.5",
1567
+ "@esbuild/android-arm64": "0.21.5",
1568
+ "@esbuild/android-x64": "0.21.5",
1569
+ "@esbuild/darwin-arm64": "0.21.5",
1570
+ "@esbuild/darwin-x64": "0.21.5",
1571
+ "@esbuild/freebsd-arm64": "0.21.5",
1572
+ "@esbuild/freebsd-x64": "0.21.5",
1573
+ "@esbuild/linux-arm": "0.21.5",
1574
+ "@esbuild/linux-arm64": "0.21.5",
1575
+ "@esbuild/linux-ia32": "0.21.5",
1576
+ "@esbuild/linux-loong64": "0.21.5",
1577
+ "@esbuild/linux-mips64el": "0.21.5",
1578
+ "@esbuild/linux-ppc64": "0.21.5",
1579
+ "@esbuild/linux-riscv64": "0.21.5",
1580
+ "@esbuild/linux-s390x": "0.21.5",
1581
+ "@esbuild/linux-x64": "0.21.5",
1582
+ "@esbuild/netbsd-x64": "0.21.5",
1583
+ "@esbuild/openbsd-x64": "0.21.5",
1584
+ "@esbuild/sunos-x64": "0.21.5",
1585
+ "@esbuild/win32-arm64": "0.21.5",
1586
+ "@esbuild/win32-ia32": "0.21.5",
1587
+ "@esbuild/win32-x64": "0.21.5"
1588
+ }
1589
+ },
1590
+ "node_modules/fsevents": {
1591
+ "version": "2.3.3",
1592
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
1593
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
1594
+ "dev": true,
1595
+ "hasInstallScript": true,
1596
+ "license": "MIT",
1597
+ "optional": true,
1598
+ "os": [
1599
+ "darwin"
1600
+ ],
1601
+ "engines": {
1602
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1603
+ }
1604
+ },
1605
+ "node_modules/has-flag": {
1606
+ "version": "3.0.0",
1607
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
1608
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
1609
+ "license": "MIT",
1610
+ "engines": {
1611
+ "node": ">=4"
1612
+ }
1613
+ },
1614
+ "node_modules/hoist-non-react-statics": {
1615
+ "version": "3.3.2",
1616
+ "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
1617
+ "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
1618
+ "license": "BSD-3-Clause",
1619
+ "dependencies": {
1620
+ "react-is": "^16.7.0"
1621
+ }
1622
+ },
1623
+ "node_modules/invariant": {
1624
+ "version": "2.2.4",
1625
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
1626
+ "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
1627
+ "license": "MIT",
1628
+ "dependencies": {
1629
+ "loose-envify": "^1.0.0"
1630
+ }
1631
+ },
1632
+ "node_modules/js-tokens": {
1633
+ "version": "4.0.0",
1634
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1635
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1636
+ "license": "MIT"
1637
+ },
1638
+ "node_modules/jsesc": {
1639
+ "version": "3.1.0",
1640
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
1641
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
1642
+ "license": "MIT",
1643
+ "bin": {
1644
+ "jsesc": "bin/jsesc"
1645
+ },
1646
+ "engines": {
1647
+ "node": ">=6"
1648
+ }
1649
+ },
1650
+ "node_modules/json2mq": {
1651
+ "version": "0.2.0",
1652
+ "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
1653
+ "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
1654
+ "license": "MIT",
1655
+ "dependencies": {
1656
+ "string-convert": "^0.2.0"
1657
+ }
1658
+ },
1659
+ "node_modules/lodash": {
1660
+ "version": "4.17.21",
1661
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
1662
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
1663
+ "license": "MIT"
1664
+ },
1665
+ "node_modules/loose-envify": {
1666
+ "version": "1.4.0",
1667
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
1668
+ "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
1669
+ "license": "MIT",
1670
+ "dependencies": {
1671
+ "js-tokens": "^3.0.0 || ^4.0.0"
1672
+ },
1673
+ "bin": {
1674
+ "loose-envify": "cli.js"
1675
+ }
1676
+ },
1677
+ "node_modules/memoize-one": {
1678
+ "version": "5.2.1",
1679
+ "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
1680
+ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==",
1681
+ "license": "MIT"
1682
+ },
1683
+ "node_modules/ms": {
1684
+ "version": "2.1.3",
1685
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
1686
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
1687
+ "license": "MIT"
1688
+ },
1689
+ "node_modules/nanoid": {
1690
+ "version": "3.3.11",
1691
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1692
+ "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1693
+ "dev": true,
1694
+ "funding": [
1695
+ {
1696
+ "type": "github",
1697
+ "url": "https://github.com/sponsors/ai"
1698
+ }
1699
+ ],
1700
+ "license": "MIT",
1701
+ "bin": {
1702
+ "nanoid": "bin/nanoid.cjs"
1703
+ },
1704
+ "engines": {
1705
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1706
+ }
1707
+ },
1708
+ "node_modules/object-assign": {
1709
+ "version": "4.1.1",
1710
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1711
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
1712
+ "license": "MIT",
1713
+ "engines": {
1714
+ "node": ">=0.10.0"
1715
+ }
1716
+ },
1717
+ "node_modules/picocolors": {
1718
+ "version": "1.1.1",
1719
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1720
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1721
+ "license": "ISC"
1722
+ },
1723
+ "node_modules/picomatch": {
1724
+ "version": "2.3.1",
1725
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
1726
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
1727
+ "license": "MIT",
1728
+ "engines": {
1729
+ "node": ">=8.6"
1730
+ },
1731
+ "funding": {
1732
+ "url": "https://github.com/sponsors/jonschlinkert"
1733
+ }
1734
+ },
1735
+ "node_modules/pluralize": {
1736
+ "version": "8.0.0",
1737
+ "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
1738
+ "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
1739
+ "license": "MIT",
1740
+ "engines": {
1741
+ "node": ">=4"
1742
+ }
1743
+ },
1744
+ "node_modules/postcss": {
1745
+ "version": "8.5.6",
1746
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
1747
+ "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
1748
+ "dev": true,
1749
+ "funding": [
1750
+ {
1751
+ "type": "opencollective",
1752
+ "url": "https://opencollective.com/postcss/"
1753
+ },
1754
+ {
1755
+ "type": "tidelift",
1756
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1757
+ },
1758
+ {
1759
+ "type": "github",
1760
+ "url": "https://github.com/sponsors/ai"
1761
+ }
1762
+ ],
1763
+ "license": "MIT",
1764
+ "dependencies": {
1765
+ "nanoid": "^3.3.11",
1766
+ "picocolors": "^1.1.1",
1767
+ "source-map-js": "^1.2.1"
1768
+ },
1769
+ "engines": {
1770
+ "node": "^10 || ^12 || >=14"
1771
+ }
1772
+ },
1773
+ "node_modules/postcss-value-parser": {
1774
+ "version": "4.2.0",
1775
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
1776
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
1777
+ "license": "MIT"
1778
+ },
1779
+ "node_modules/precise-ui": {
1780
+ "version": "2.1.17",
1781
+ "resolved": "https://registry.npmjs.org/precise-ui/-/precise-ui-2.1.17.tgz",
1782
+ "integrity": "sha512-WY3RKNvFnMEhwFn4kctZSj87pgOPUNl1ErchIz7jsq4jq5xR4m5lSc30cg1s9ywxEfBnk5SLmv8dXPNHMLr99Q==",
1783
+ "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.",
1784
+ "license": "MIT",
1785
+ "dependencies": {
1786
+ "@popperjs/core": "^2.9.2",
1787
+ "date-fns": "^2.23.0",
1788
+ "memoize-one": "^5.1.0",
1789
+ "react-datepicker": "^4.2.1",
1790
+ "react-onclickoutside": "^6.11.2",
1791
+ "react-popper": "^2.2.5",
1792
+ "typescript-plugin-inner-jsx": "^0.1.9"
1793
+ },
1794
+ "engines": {
1795
+ "node": ">=10.0.0"
1796
+ },
1797
+ "peerDependencies": {
1798
+ "react": "^16.14",
1799
+ "react-dom": "^16.14",
1800
+ "styled-components": "^5.x"
1801
+ }
1802
+ },
1803
+ "node_modules/prop-types": {
1804
+ "version": "15.8.1",
1805
+ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
1806
+ "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
1807
+ "license": "MIT",
1808
+ "dependencies": {
1809
+ "loose-envify": "^1.4.0",
1810
+ "object-assign": "^4.1.1",
1811
+ "react-is": "^16.13.1"
1812
+ }
1813
+ },
1814
+ "node_modules/prop-types-extra": {
1815
+ "version": "1.1.1",
1816
+ "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz",
1817
+ "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==",
1818
+ "license": "MIT",
1819
+ "dependencies": {
1820
+ "react-is": "^16.3.2",
1821
+ "warning": "^4.0.0"
1822
+ },
1823
+ "peerDependencies": {
1824
+ "react": ">=0.14.0"
1825
+ }
1826
+ },
1827
+ "node_modules/rc-cascader": {
1828
+ "version": "3.34.0",
1829
+ "resolved": "https://registry.npmjs.org/rc-cascader/-/rc-cascader-3.34.0.tgz",
1830
+ "integrity": "sha512-KpXypcvju9ptjW9FaN2NFcA2QH9E9LHKq169Y0eWtH4e/wHQ5Wh5qZakAgvb8EKZ736WZ3B0zLLOBsrsja5Dag==",
1831
+ "license": "MIT",
1832
+ "dependencies": {
1833
+ "@babel/runtime": "^7.25.7",
1834
+ "classnames": "^2.3.1",
1835
+ "rc-select": "~14.16.2",
1836
+ "rc-tree": "~5.13.0",
1837
+ "rc-util": "^5.43.0"
1838
+ },
1839
+ "peerDependencies": {
1840
+ "react": ">=16.9.0",
1841
+ "react-dom": ">=16.9.0"
1842
+ }
1843
+ },
1844
+ "node_modules/rc-checkbox": {
1845
+ "version": "3.5.0",
1846
+ "resolved": "https://registry.npmjs.org/rc-checkbox/-/rc-checkbox-3.5.0.tgz",
1847
+ "integrity": "sha512-aOAQc3E98HteIIsSqm6Xk2FPKIER6+5vyEFMZfo73TqM+VVAIqOkHoPjgKLqSNtVLWScoaM7vY2ZrGEheI79yg==",
1848
+ "license": "MIT",
1849
+ "dependencies": {
1850
+ "@babel/runtime": "^7.10.1",
1851
+ "classnames": "^2.3.2",
1852
+ "rc-util": "^5.25.2"
1853
+ },
1854
+ "peerDependencies": {
1855
+ "react": ">=16.9.0",
1856
+ "react-dom": ">=16.9.0"
1857
+ }
1858
+ },
1859
+ "node_modules/rc-collapse": {
1860
+ "version": "3.9.0",
1861
+ "resolved": "https://registry.npmjs.org/rc-collapse/-/rc-collapse-3.9.0.tgz",
1862
+ "integrity": "sha512-swDdz4QZ4dFTo4RAUMLL50qP0EY62N2kvmk2We5xYdRwcRn8WcYtuetCJpwpaCbUfUt5+huLpVxhvmnK+PHrkA==",
1863
+ "license": "MIT",
1864
+ "dependencies": {
1865
+ "@babel/runtime": "^7.10.1",
1866
+ "classnames": "2.x",
1867
+ "rc-motion": "^2.3.4",
1868
+ "rc-util": "^5.27.0"
1869
+ },
1870
+ "peerDependencies": {
1871
+ "react": ">=16.9.0",
1872
+ "react-dom": ">=16.9.0"
1873
+ }
1874
+ },
1875
+ "node_modules/rc-dialog": {
1876
+ "version": "9.6.0",
1877
+ "resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.6.0.tgz",
1878
+ "integrity": "sha512-ApoVi9Z8PaCQg6FsUzS8yvBEQy0ZL2PkuvAgrmohPkN3okps5WZ5WQWPc1RNuiOKaAYv8B97ACdsFU5LizzCqg==",
1879
+ "license": "MIT",
1880
+ "dependencies": {
1881
+ "@babel/runtime": "^7.10.1",
1882
+ "@rc-component/portal": "^1.0.0-8",
1883
+ "classnames": "^2.2.6",
1884
+ "rc-motion": "^2.3.0",
1885
+ "rc-util": "^5.21.0"
1886
+ },
1887
+ "peerDependencies": {
1888
+ "react": ">=16.9.0",
1889
+ "react-dom": ">=16.9.0"
1890
+ }
1891
+ },
1892
+ "node_modules/rc-drawer": {
1893
+ "version": "7.3.0",
1894
+ "resolved": "https://registry.npmjs.org/rc-drawer/-/rc-drawer-7.3.0.tgz",
1895
+ "integrity": "sha512-DX6CIgiBWNpJIMGFO8BAISFkxiuKitoizooj4BDyee8/SnBn0zwO2FHrNDpqqepj0E/TFTDpmEBCyFuTgC7MOg==",
1896
+ "license": "MIT",
1897
+ "dependencies": {
1898
+ "@babel/runtime": "^7.23.9",
1899
+ "@rc-component/portal": "^1.1.1",
1900
+ "classnames": "^2.2.6",
1901
+ "rc-motion": "^2.6.1",
1902
+ "rc-util": "^5.38.1"
1903
+ },
1904
+ "peerDependencies": {
1905
+ "react": ">=16.9.0",
1906
+ "react-dom": ">=16.9.0"
1907
+ }
1908
+ },
1909
+ "node_modules/rc-dropdown": {
1910
+ "version": "4.2.1",
1911
+ "resolved": "https://registry.npmjs.org/rc-dropdown/-/rc-dropdown-4.2.1.tgz",
1912
+ "integrity": "sha512-YDAlXsPv3I1n42dv1JpdM7wJ+gSUBfeyPK59ZpBD9jQhK9jVuxpjj3NmWQHOBceA1zEPVX84T2wbdb2SD0UjmA==",
1913
+ "license": "MIT",
1914
+ "dependencies": {
1915
+ "@babel/runtime": "^7.18.3",
1916
+ "@rc-component/trigger": "^2.0.0",
1917
+ "classnames": "^2.2.6",
1918
+ "rc-util": "^5.44.1"
1919
+ },
1920
+ "peerDependencies": {
1921
+ "react": ">=16.11.0",
1922
+ "react-dom": ">=16.11.0"
1923
+ }
1924
+ },
1925
+ "node_modules/rc-field-form": {
1926
+ "version": "2.7.0",
1927
+ "resolved": "https://registry.npmjs.org/rc-field-form/-/rc-field-form-2.7.0.tgz",
1928
+ "integrity": "sha512-hgKsCay2taxzVnBPZl+1n4ZondsV78G++XVsMIJCAoioMjlMQR9YwAp7JZDIECzIu2Z66R+f4SFIRrO2DjDNAA==",
1929
+ "license": "MIT",
1930
+ "dependencies": {
1931
+ "@babel/runtime": "^7.18.0",
1932
+ "@rc-component/async-validator": "^5.0.3",
1933
+ "rc-util": "^5.32.2"
1934
+ },
1935
+ "engines": {
1936
+ "node": ">=8.x"
1937
+ },
1938
+ "peerDependencies": {
1939
+ "react": ">=16.9.0",
1940
+ "react-dom": ">=16.9.0"
1941
+ }
1942
+ },
1943
+ "node_modules/rc-image": {
1944
+ "version": "7.12.0",
1945
+ "resolved": "https://registry.npmjs.org/rc-image/-/rc-image-7.12.0.tgz",
1946
+ "integrity": "sha512-cZ3HTyyckPnNnUb9/DRqduqzLfrQRyi+CdHjdqgsyDpI3Ln5UX1kXnAhPBSJj9pVRzwRFgqkN7p9b6HBDjmu/Q==",
1947
+ "license": "MIT",
1948
+ "dependencies": {
1949
+ "@babel/runtime": "^7.11.2",
1950
+ "@rc-component/portal": "^1.0.2",
1951
+ "classnames": "^2.2.6",
1952
+ "rc-dialog": "~9.6.0",
1953
+ "rc-motion": "^2.6.2",
1954
+ "rc-util": "^5.34.1"
1955
+ },
1956
+ "peerDependencies": {
1957
+ "react": ">=16.9.0",
1958
+ "react-dom": ">=16.9.0"
1959
+ }
1960
+ },
1961
+ "node_modules/rc-input": {
1962
+ "version": "1.8.0",
1963
+ "resolved": "https://registry.npmjs.org/rc-input/-/rc-input-1.8.0.tgz",
1964
+ "integrity": "sha512-KXvaTbX+7ha8a/k+eg6SYRVERK0NddX8QX7a7AnRvUa/rEH0CNMlpcBzBkhI0wp2C8C4HlMoYl8TImSN+fuHKA==",
1965
+ "license": "MIT",
1966
+ "dependencies": {
1967
+ "@babel/runtime": "^7.11.1",
1968
+ "classnames": "^2.2.1",
1969
+ "rc-util": "^5.18.1"
1970
+ },
1971
+ "peerDependencies": {
1972
+ "react": ">=16.0.0",
1973
+ "react-dom": ">=16.0.0"
1974
+ }
1975
+ },
1976
+ "node_modules/rc-input-number": {
1977
+ "version": "9.5.0",
1978
+ "resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-9.5.0.tgz",
1979
+ "integrity": "sha512-bKaEvB5tHebUURAEXw35LDcnRZLq3x1k7GxfAqBMzmpHkDGzjAtnUL8y4y5N15rIFIg5IJgwr211jInl3cipag==",
1980
+ "license": "MIT",
1981
+ "dependencies": {
1982
+ "@babel/runtime": "^7.10.1",
1983
+ "@rc-component/mini-decimal": "^1.0.1",
1984
+ "classnames": "^2.2.5",
1985
+ "rc-input": "~1.8.0",
1986
+ "rc-util": "^5.40.1"
1987
+ },
1988
+ "peerDependencies": {
1989
+ "react": ">=16.9.0",
1990
+ "react-dom": ">=16.9.0"
1991
+ }
1992
+ },
1993
+ "node_modules/rc-mentions": {
1994
+ "version": "2.20.0",
1995
+ "resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-2.20.0.tgz",
1996
+ "integrity": "sha512-w8HCMZEh3f0nR8ZEd466ATqmXFCMGMN5UFCzEUL0bM/nGw/wOS2GgRzKBcm19K++jDyuWCOJOdgcKGXU3fXfbQ==",
1997
+ "license": "MIT",
1998
+ "dependencies": {
1999
+ "@babel/runtime": "^7.22.5",
2000
+ "@rc-component/trigger": "^2.0.0",
2001
+ "classnames": "^2.2.6",
2002
+ "rc-input": "~1.8.0",
2003
+ "rc-menu": "~9.16.0",
2004
+ "rc-textarea": "~1.10.0",
2005
+ "rc-util": "^5.34.1"
2006
+ },
2007
+ "peerDependencies": {
2008
+ "react": ">=16.9.0",
2009
+ "react-dom": ">=16.9.0"
2010
+ }
2011
+ },
2012
+ "node_modules/rc-menu": {
2013
+ "version": "9.16.1",
2014
+ "resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.16.1.tgz",
2015
+ "integrity": "sha512-ghHx6/6Dvp+fw8CJhDUHFHDJ84hJE3BXNCzSgLdmNiFErWSOaZNsihDAsKq9ByTALo/xkNIwtDFGIl6r+RPXBg==",
2016
+ "license": "MIT",
2017
+ "dependencies": {
2018
+ "@babel/runtime": "^7.10.1",
2019
+ "@rc-component/trigger": "^2.0.0",
2020
+ "classnames": "2.x",
2021
+ "rc-motion": "^2.4.3",
2022
+ "rc-overflow": "^1.3.1",
2023
+ "rc-util": "^5.27.0"
2024
+ },
2025
+ "peerDependencies": {
2026
+ "react": ">=16.9.0",
2027
+ "react-dom": ">=16.9.0"
2028
+ }
2029
+ },
2030
+ "node_modules/rc-motion": {
2031
+ "version": "2.9.5",
2032
+ "resolved": "https://registry.npmjs.org/rc-motion/-/rc-motion-2.9.5.tgz",
2033
+ "integrity": "sha512-w+XTUrfh7ArbYEd2582uDrEhmBHwK1ZENJiSJVb7uRxdE7qJSYjbO2eksRXmndqyKqKoYPc9ClpPh5242mV1vA==",
2034
+ "license": "MIT",
2035
+ "dependencies": {
2036
+ "@babel/runtime": "^7.11.1",
2037
+ "classnames": "^2.2.1",
2038
+ "rc-util": "^5.44.0"
2039
+ },
2040
+ "peerDependencies": {
2041
+ "react": ">=16.9.0",
2042
+ "react-dom": ">=16.9.0"
2043
+ }
2044
+ },
2045
+ "node_modules/rc-notification": {
2046
+ "version": "5.6.4",
2047
+ "resolved": "https://registry.npmjs.org/rc-notification/-/rc-notification-5.6.4.tgz",
2048
+ "integrity": "sha512-KcS4O6B4qzM3KH7lkwOB7ooLPZ4b6J+VMmQgT51VZCeEcmghdeR4IrMcFq0LG+RPdnbe/ArT086tGM8Snimgiw==",
2049
+ "license": "MIT",
2050
+ "dependencies": {
2051
+ "@babel/runtime": "^7.10.1",
2052
+ "classnames": "2.x",
2053
+ "rc-motion": "^2.9.0",
2054
+ "rc-util": "^5.20.1"
2055
+ },
2056
+ "engines": {
2057
+ "node": ">=8.x"
2058
+ },
2059
+ "peerDependencies": {
2060
+ "react": ">=16.9.0",
2061
+ "react-dom": ">=16.9.0"
2062
+ }
2063
+ },
2064
+ "node_modules/rc-overflow": {
2065
+ "version": "1.5.0",
2066
+ "resolved": "https://registry.npmjs.org/rc-overflow/-/rc-overflow-1.5.0.tgz",
2067
+ "integrity": "sha512-Lm/v9h0LymeUYJf0x39OveU52InkdRXqnn2aYXfWmo8WdOonIKB2kfau+GF0fWq6jPgtdO9yMqveGcK6aIhJmg==",
2068
+ "license": "MIT",
2069
+ "dependencies": {
2070
+ "@babel/runtime": "^7.11.1",
2071
+ "classnames": "^2.2.1",
2072
+ "rc-resize-observer": "^1.0.0",
2073
+ "rc-util": "^5.37.0"
2074
+ },
2075
+ "peerDependencies": {
2076
+ "react": ">=16.9.0",
2077
+ "react-dom": ">=16.9.0"
2078
+ }
2079
+ },
2080
+ "node_modules/rc-pagination": {
2081
+ "version": "5.1.0",
2082
+ "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-5.1.0.tgz",
2083
+ "integrity": "sha512-8416Yip/+eclTFdHXLKTxZvn70duYVGTvUUWbckCCZoIl3jagqke3GLsFrMs0bsQBikiYpZLD9206Ej4SOdOXQ==",
2084
+ "license": "MIT",
2085
+ "dependencies": {
2086
+ "@babel/runtime": "^7.10.1",
2087
+ "classnames": "^2.3.2",
2088
+ "rc-util": "^5.38.0"
2089
+ },
2090
+ "peerDependencies": {
2091
+ "react": ">=16.9.0",
2092
+ "react-dom": ">=16.9.0"
2093
+ }
2094
+ },
2095
+ "node_modules/rc-picker": {
2096
+ "version": "4.11.3",
2097
+ "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-4.11.3.tgz",
2098
+ "integrity": "sha512-MJ5teb7FlNE0NFHTncxXQ62Y5lytq6sh5nUw0iH8OkHL/TjARSEvSHpr940pWgjGANpjCwyMdvsEV55l5tYNSg==",
2099
+ "license": "MIT",
2100
+ "dependencies": {
2101
+ "@babel/runtime": "^7.24.7",
2102
+ "@rc-component/trigger": "^2.0.0",
2103
+ "classnames": "^2.2.1",
2104
+ "rc-overflow": "^1.3.2",
2105
+ "rc-resize-observer": "^1.4.0",
2106
+ "rc-util": "^5.43.0"
2107
+ },
2108
+ "engines": {
2109
+ "node": ">=8.x"
2110
+ },
2111
+ "peerDependencies": {
2112
+ "date-fns": ">= 2.x",
2113
+ "dayjs": ">= 1.x",
2114
+ "luxon": ">= 3.x",
2115
+ "moment": ">= 2.x",
2116
+ "react": ">=16.9.0",
2117
+ "react-dom": ">=16.9.0"
2118
+ },
2119
+ "peerDependenciesMeta": {
2120
+ "date-fns": {
2121
+ "optional": true
2122
+ },
2123
+ "dayjs": {
2124
+ "optional": true
2125
+ },
2126
+ "luxon": {
2127
+ "optional": true
2128
+ },
2129
+ "moment": {
2130
+ "optional": true
2131
+ }
2132
+ }
2133
+ },
2134
+ "node_modules/rc-progress": {
2135
+ "version": "4.0.0",
2136
+ "resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-4.0.0.tgz",
2137
+ "integrity": "sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==",
2138
+ "license": "MIT",
2139
+ "dependencies": {
2140
+ "@babel/runtime": "^7.10.1",
2141
+ "classnames": "^2.2.6",
2142
+ "rc-util": "^5.16.1"
2143
+ },
2144
+ "peerDependencies": {
2145
+ "react": ">=16.9.0",
2146
+ "react-dom": ">=16.9.0"
2147
+ }
2148
+ },
2149
+ "node_modules/rc-rate": {
2150
+ "version": "2.13.1",
2151
+ "resolved": "https://registry.npmjs.org/rc-rate/-/rc-rate-2.13.1.tgz",
2152
+ "integrity": "sha512-QUhQ9ivQ8Gy7mtMZPAjLbxBt5y9GRp65VcUyGUMF3N3fhiftivPHdpuDIaWIMOTEprAjZPC08bls1dQB+I1F2Q==",
2153
+ "license": "MIT",
2154
+ "dependencies": {
2155
+ "@babel/runtime": "^7.10.1",
2156
+ "classnames": "^2.2.5",
2157
+ "rc-util": "^5.0.1"
2158
+ },
2159
+ "engines": {
2160
+ "node": ">=8.x"
2161
+ },
2162
+ "peerDependencies": {
2163
+ "react": ">=16.9.0",
2164
+ "react-dom": ">=16.9.0"
2165
+ }
2166
+ },
2167
+ "node_modules/rc-resize-observer": {
2168
+ "version": "1.4.3",
2169
+ "resolved": "https://registry.npmjs.org/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz",
2170
+ "integrity": "sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==",
2171
+ "license": "MIT",
2172
+ "dependencies": {
2173
+ "@babel/runtime": "^7.20.7",
2174
+ "classnames": "^2.2.1",
2175
+ "rc-util": "^5.44.1",
2176
+ "resize-observer-polyfill": "^1.5.1"
2177
+ },
2178
+ "peerDependencies": {
2179
+ "react": ">=16.9.0",
2180
+ "react-dom": ">=16.9.0"
2181
+ }
2182
+ },
2183
+ "node_modules/rc-segmented": {
2184
+ "version": "2.7.0",
2185
+ "resolved": "https://registry.npmjs.org/rc-segmented/-/rc-segmented-2.7.0.tgz",
2186
+ "integrity": "sha512-liijAjXz+KnTRVnxxXG2sYDGd6iLL7VpGGdR8gwoxAXy2KglviKCxLWZdjKYJzYzGSUwKDSTdYk8brj54Bn5BA==",
2187
+ "license": "MIT",
2188
+ "dependencies": {
2189
+ "@babel/runtime": "^7.11.1",
2190
+ "classnames": "^2.2.1",
2191
+ "rc-motion": "^2.4.4",
2192
+ "rc-util": "^5.17.0"
2193
+ },
2194
+ "peerDependencies": {
2195
+ "react": ">=16.0.0",
2196
+ "react-dom": ">=16.0.0"
2197
+ }
2198
+ },
2199
+ "node_modules/rc-select": {
2200
+ "version": "14.16.8",
2201
+ "resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.16.8.tgz",
2202
+ "integrity": "sha512-NOV5BZa1wZrsdkKaiK7LHRuo5ZjZYMDxPP6/1+09+FB4KoNi8jcG1ZqLE3AVCxEsYMBe65OBx71wFoHRTP3LRg==",
2203
+ "license": "MIT",
2204
+ "dependencies": {
2205
+ "@babel/runtime": "^7.10.1",
2206
+ "@rc-component/trigger": "^2.1.1",
2207
+ "classnames": "2.x",
2208
+ "rc-motion": "^2.0.1",
2209
+ "rc-overflow": "^1.3.1",
2210
+ "rc-util": "^5.16.1",
2211
+ "rc-virtual-list": "^3.5.2"
2212
+ },
2213
+ "engines": {
2214
+ "node": ">=8.x"
2215
+ },
2216
+ "peerDependencies": {
2217
+ "react": "*",
2218
+ "react-dom": "*"
2219
+ }
2220
+ },
2221
+ "node_modules/rc-slider": {
2222
+ "version": "11.1.9",
2223
+ "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-11.1.9.tgz",
2224
+ "integrity": "sha512-h8IknhzSh3FEM9u8ivkskh+Ef4Yo4JRIY2nj7MrH6GQmrwV6mcpJf5/4KgH5JaVI1H3E52yCdpOlVyGZIeph5A==",
2225
+ "license": "MIT",
2226
+ "dependencies": {
2227
+ "@babel/runtime": "^7.10.1",
2228
+ "classnames": "^2.2.5",
2229
+ "rc-util": "^5.36.0"
2230
+ },
2231
+ "engines": {
2232
+ "node": ">=8.x"
2233
+ },
2234
+ "peerDependencies": {
2235
+ "react": ">=16.9.0",
2236
+ "react-dom": ">=16.9.0"
2237
+ }
2238
+ },
2239
+ "node_modules/rc-steps": {
2240
+ "version": "6.0.1",
2241
+ "resolved": "https://registry.npmjs.org/rc-steps/-/rc-steps-6.0.1.tgz",
2242
+ "integrity": "sha512-lKHL+Sny0SeHkQKKDJlAjV5oZ8DwCdS2hFhAkIjuQt1/pB81M0cA0ErVFdHq9+jmPmFw1vJB2F5NBzFXLJxV+g==",
2243
+ "license": "MIT",
2244
+ "dependencies": {
2245
+ "@babel/runtime": "^7.16.7",
2246
+ "classnames": "^2.2.3",
2247
+ "rc-util": "^5.16.1"
2248
+ },
2249
+ "engines": {
2250
+ "node": ">=8.x"
2251
+ },
2252
+ "peerDependencies": {
2253
+ "react": ">=16.9.0",
2254
+ "react-dom": ">=16.9.0"
2255
+ }
2256
+ },
2257
+ "node_modules/rc-switch": {
2258
+ "version": "4.1.0",
2259
+ "resolved": "https://registry.npmjs.org/rc-switch/-/rc-switch-4.1.0.tgz",
2260
+ "integrity": "sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==",
2261
+ "license": "MIT",
2262
+ "dependencies": {
2263
+ "@babel/runtime": "^7.21.0",
2264
+ "classnames": "^2.2.1",
2265
+ "rc-util": "^5.30.0"
2266
+ },
2267
+ "peerDependencies": {
2268
+ "react": ">=16.9.0",
2269
+ "react-dom": ">=16.9.0"
2270
+ }
2271
+ },
2272
+ "node_modules/rc-table": {
2273
+ "version": "7.54.0",
2274
+ "resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.54.0.tgz",
2275
+ "integrity": "sha512-/wDTkki6wBTjwylwAGjpLKYklKo9YgjZwAU77+7ME5mBoS32Q4nAwoqhA2lSge6fobLW3Tap6uc5xfwaL2p0Sw==",
2276
+ "license": "MIT",
2277
+ "dependencies": {
2278
+ "@babel/runtime": "^7.10.1",
2279
+ "@rc-component/context": "^1.4.0",
2280
+ "classnames": "^2.2.5",
2281
+ "rc-resize-observer": "^1.1.0",
2282
+ "rc-util": "^5.44.3",
2283
+ "rc-virtual-list": "^3.14.2"
2284
+ },
2285
+ "engines": {
2286
+ "node": ">=8.x"
2287
+ },
2288
+ "peerDependencies": {
2289
+ "react": ">=16.9.0",
2290
+ "react-dom": ">=16.9.0"
2291
+ }
2292
+ },
2293
+ "node_modules/rc-tabs": {
2294
+ "version": "15.7.0",
2295
+ "resolved": "https://registry.npmjs.org/rc-tabs/-/rc-tabs-15.7.0.tgz",
2296
+ "integrity": "sha512-ZepiE+6fmozYdWf/9gVp7k56PKHB1YYoDsKeQA1CBlJ/POIhjkcYiv0AGP0w2Jhzftd3AVvZP/K+V+Lpi2ankA==",
2297
+ "license": "MIT",
2298
+ "dependencies": {
2299
+ "@babel/runtime": "^7.11.2",
2300
+ "classnames": "2.x",
2301
+ "rc-dropdown": "~4.2.0",
2302
+ "rc-menu": "~9.16.0",
2303
+ "rc-motion": "^2.6.2",
2304
+ "rc-resize-observer": "^1.0.0",
2305
+ "rc-util": "^5.34.1"
2306
+ },
2307
+ "engines": {
2308
+ "node": ">=8.x"
2309
+ },
2310
+ "peerDependencies": {
2311
+ "react": ">=16.9.0",
2312
+ "react-dom": ">=16.9.0"
2313
+ }
2314
+ },
2315
+ "node_modules/rc-textarea": {
2316
+ "version": "1.10.2",
2317
+ "resolved": "https://registry.npmjs.org/rc-textarea/-/rc-textarea-1.10.2.tgz",
2318
+ "integrity": "sha512-HfaeXiaSlpiSp0I/pvWpecFEHpVysZ9tpDLNkxQbMvMz6gsr7aVZ7FpWP9kt4t7DB+jJXesYS0us1uPZnlRnwQ==",
2319
+ "license": "MIT",
2320
+ "dependencies": {
2321
+ "@babel/runtime": "^7.10.1",
2322
+ "classnames": "^2.2.1",
2323
+ "rc-input": "~1.8.0",
2324
+ "rc-resize-observer": "^1.0.0",
2325
+ "rc-util": "^5.27.0"
2326
+ },
2327
+ "peerDependencies": {
2328
+ "react": ">=16.9.0",
2329
+ "react-dom": ">=16.9.0"
2330
+ }
2331
+ },
2332
+ "node_modules/rc-tooltip": {
2333
+ "version": "6.4.0",
2334
+ "resolved": "https://registry.npmjs.org/rc-tooltip/-/rc-tooltip-6.4.0.tgz",
2335
+ "integrity": "sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==",
2336
+ "license": "MIT",
2337
+ "dependencies": {
2338
+ "@babel/runtime": "^7.11.2",
2339
+ "@rc-component/trigger": "^2.0.0",
2340
+ "classnames": "^2.3.1",
2341
+ "rc-util": "^5.44.3"
2342
+ },
2343
+ "peerDependencies": {
2344
+ "react": ">=16.9.0",
2345
+ "react-dom": ">=16.9.0"
2346
+ }
2347
+ },
2348
+ "node_modules/rc-tree": {
2349
+ "version": "5.13.1",
2350
+ "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-5.13.1.tgz",
2351
+ "integrity": "sha512-FNhIefhftobCdUJshO7M8uZTA9F4OPGVXqGfZkkD/5soDeOhwO06T/aKTrg0WD8gRg/pyfq+ql3aMymLHCTC4A==",
2352
+ "license": "MIT",
2353
+ "dependencies": {
2354
+ "@babel/runtime": "^7.10.1",
2355
+ "classnames": "2.x",
2356
+ "rc-motion": "^2.0.1",
2357
+ "rc-util": "^5.16.1",
2358
+ "rc-virtual-list": "^3.5.1"
2359
+ },
2360
+ "engines": {
2361
+ "node": ">=10.x"
2362
+ },
2363
+ "peerDependencies": {
2364
+ "react": "*",
2365
+ "react-dom": "*"
2366
+ }
2367
+ },
2368
+ "node_modules/rc-tree-select": {
2369
+ "version": "5.27.0",
2370
+ "resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-5.27.0.tgz",
2371
+ "integrity": "sha512-2qTBTzwIT7LRI1o7zLyrCzmo5tQanmyGbSaGTIf7sYimCklAToVVfpMC6OAldSKolcnjorBYPNSKQqJmN3TCww==",
2372
+ "license": "MIT",
2373
+ "dependencies": {
2374
+ "@babel/runtime": "^7.25.7",
2375
+ "classnames": "2.x",
2376
+ "rc-select": "~14.16.2",
2377
+ "rc-tree": "~5.13.0",
2378
+ "rc-util": "^5.43.0"
2379
+ },
2380
+ "peerDependencies": {
2381
+ "react": "*",
2382
+ "react-dom": "*"
2383
+ }
2384
+ },
2385
+ "node_modules/rc-upload": {
2386
+ "version": "4.9.2",
2387
+ "resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.9.2.tgz",
2388
+ "integrity": "sha512-nHx+9rbd1FKMiMRYsqQ3NkXUv7COHPBo3X1Obwq9SWS6/diF/A0aJ5OHubvwUAIDs+4RMleljV0pcrNUc823GQ==",
2389
+ "license": "MIT",
2390
+ "dependencies": {
2391
+ "@babel/runtime": "^7.18.3",
2392
+ "classnames": "^2.2.5",
2393
+ "rc-util": "^5.2.0"
2394
+ },
2395
+ "peerDependencies": {
2396
+ "react": ">=16.9.0",
2397
+ "react-dom": ">=16.9.0"
2398
+ }
2399
+ },
2400
+ "node_modules/rc-util": {
2401
+ "version": "5.44.4",
2402
+ "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.44.4.tgz",
2403
+ "integrity": "sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==",
2404
+ "license": "MIT",
2405
+ "dependencies": {
2406
+ "@babel/runtime": "^7.18.3",
2407
+ "react-is": "^18.2.0"
2408
+ },
2409
+ "peerDependencies": {
2410
+ "react": ">=16.9.0",
2411
+ "react-dom": ">=16.9.0"
2412
+ }
2413
+ },
2414
+ "node_modules/rc-util/node_modules/react-is": {
2415
+ "version": "18.3.1",
2416
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
2417
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
2418
+ "license": "MIT"
2419
+ },
2420
+ "node_modules/rc-virtual-list": {
2421
+ "version": "3.19.2",
2422
+ "resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.19.2.tgz",
2423
+ "integrity": "sha512-Ys6NcjwGkuwkeaWBDqfI3xWuZ7rDiQXlH1o2zLfFzATfEgXcqpk8CkgMfbJD81McqjcJVez25a3kPxCR807evA==",
2424
+ "license": "MIT",
2425
+ "dependencies": {
2426
+ "@babel/runtime": "^7.20.0",
2427
+ "classnames": "^2.2.6",
2428
+ "rc-resize-observer": "^1.0.0",
2429
+ "rc-util": "^5.36.0"
2430
+ },
2431
+ "engines": {
2432
+ "node": ">=8.x"
2433
+ },
2434
+ "peerDependencies": {
2435
+ "react": ">=16.9.0",
2436
+ "react-dom": ">=16.9.0"
2437
+ }
2438
+ },
2439
+ "node_modules/react": {
2440
+ "version": "18.3.1",
2441
+ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
2442
+ "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
2443
+ "license": "MIT",
2444
+ "dependencies": {
2445
+ "loose-envify": "^1.1.0"
2446
+ },
2447
+ "engines": {
2448
+ "node": ">=0.10.0"
2449
+ }
2450
+ },
2451
+ "node_modules/react-animated-components": {
2452
+ "version": "3.0.1",
2453
+ "resolved": "https://registry.npmjs.org/react-animated-components/-/react-animated-components-3.0.1.tgz",
2454
+ "integrity": "sha512-eV1Pdo5Am83xHsCoiDsQ0sw8vNwUZ1+YWJ86hW1NVfKsbX/+7haChZIFdgGWlJ1UGh0TntvLoX2DmMQOuCZ2zw==",
2455
+ "license": "MIT",
2456
+ "dependencies": {
2457
+ "styled-components": "^5.0.0"
2458
+ },
2459
+ "peerDependencies": {
2460
+ "react": "^17.0.2",
2461
+ "react-dom": "^17.0.2"
2462
+ }
2463
+ },
2464
+ "node_modules/react-bootstrap": {
2465
+ "version": "2.10.10",
2466
+ "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.10.10.tgz",
2467
+ "integrity": "sha512-gMckKUqn8aK/vCnfwoBpBVFUGT9SVQxwsYrp9yDHt0arXMamxALerliKBxr1TPbntirK/HGrUAHYbAeQTa9GHQ==",
2468
+ "license": "MIT",
2469
+ "dependencies": {
2470
+ "@babel/runtime": "^7.24.7",
2471
+ "@restart/hooks": "^0.4.9",
2472
+ "@restart/ui": "^1.9.4",
2473
+ "@types/prop-types": "^15.7.12",
2474
+ "@types/react-transition-group": "^4.4.6",
2475
+ "classnames": "^2.3.2",
2476
+ "dom-helpers": "^5.2.1",
2477
+ "invariant": "^2.2.4",
2478
+ "prop-types": "^15.8.1",
2479
+ "prop-types-extra": "^1.1.0",
2480
+ "react-transition-group": "^4.4.5",
2481
+ "uncontrollable": "^7.2.1",
2482
+ "warning": "^4.0.3"
2483
+ },
2484
+ "peerDependencies": {
2485
+ "@types/react": ">=16.14.8",
2486
+ "react": ">=16.14.0",
2487
+ "react-dom": ">=16.14.0"
2488
+ },
2489
+ "peerDependenciesMeta": {
2490
+ "@types/react": {
2491
+ "optional": true
2492
+ }
2493
+ }
2494
+ },
2495
+ "node_modules/react-datepicker": {
2496
+ "version": "4.25.0",
2497
+ "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-4.25.0.tgz",
2498
+ "integrity": "sha512-zB7CSi44SJ0sqo8hUQ3BF1saE/knn7u25qEMTO1CQGofY1VAKahO8k9drZtp0cfW1DMfoYLR3uSY1/uMvbEzbg==",
2499
+ "license": "MIT",
2500
+ "dependencies": {
2501
+ "@popperjs/core": "^2.11.8",
2502
+ "classnames": "^2.2.6",
2503
+ "date-fns": "^2.30.0",
2504
+ "prop-types": "^15.7.2",
2505
+ "react-onclickoutside": "^6.13.0",
2506
+ "react-popper": "^2.3.0"
2507
+ },
2508
+ "peerDependencies": {
2509
+ "react": "^16.9.0 || ^17 || ^18",
2510
+ "react-dom": "^16.9.0 || ^17 || ^18"
2511
+ }
2512
+ },
2513
+ "node_modules/react-dom": {
2514
+ "version": "18.3.1",
2515
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
2516
+ "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
2517
+ "license": "MIT",
2518
+ "dependencies": {
2519
+ "loose-envify": "^1.1.0",
2520
+ "scheduler": "^0.23.2"
2521
+ },
2522
+ "peerDependencies": {
2523
+ "react": "^18.3.1"
2524
+ }
2525
+ },
2526
+ "node_modules/react-fast-compare": {
2527
+ "version": "3.2.2",
2528
+ "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",
2529
+ "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
2530
+ "license": "MIT"
2531
+ },
2532
+ "node_modules/react-is": {
2533
+ "version": "16.13.1",
2534
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
2535
+ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==",
2536
+ "license": "MIT"
2537
+ },
2538
+ "node_modules/react-lifecycles-compat": {
2539
+ "version": "3.0.4",
2540
+ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
2541
+ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
2542
+ "license": "MIT"
2543
+ },
2544
+ "node_modules/react-onclickoutside": {
2545
+ "version": "6.13.2",
2546
+ "resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.2.tgz",
2547
+ "integrity": "sha512-h6Hbf1c8b7tIYY4u90mDdBLY4+AGQVMFtIE89HgC0DtVCh/JfKl477gYqUtGLmjZBKK3MJxomP/lFiLbz4sq9A==",
2548
+ "license": "MIT",
2549
+ "funding": {
2550
+ "type": "individual",
2551
+ "url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md"
2552
+ },
2553
+ "peerDependencies": {
2554
+ "react": "^15.5.x || ^16.x || ^17.x || ^18.x",
2555
+ "react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x"
2556
+ }
2557
+ },
2558
+ "node_modules/react-popper": {
2559
+ "version": "2.3.0",
2560
+ "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz",
2561
+ "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==",
2562
+ "license": "MIT",
2563
+ "dependencies": {
2564
+ "react-fast-compare": "^3.0.1",
2565
+ "warning": "^4.0.2"
2566
+ },
2567
+ "peerDependencies": {
2568
+ "@popperjs/core": "^2.0.0",
2569
+ "react": "^16.8.0 || ^17 || ^18",
2570
+ "react-dom": "^16.8.0 || ^17 || ^18"
2571
+ }
2572
+ },
2573
+ "node_modules/react-transition-group": {
2574
+ "version": "4.4.5",
2575
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
2576
+ "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
2577
+ "license": "BSD-3-Clause",
2578
+ "dependencies": {
2579
+ "@babel/runtime": "^7.5.5",
2580
+ "dom-helpers": "^5.0.1",
2581
+ "loose-envify": "^1.4.0",
2582
+ "prop-types": "^15.6.2"
2583
+ },
2584
+ "peerDependencies": {
2585
+ "react": ">=16.6.0",
2586
+ "react-dom": ">=16.6.0"
2587
+ }
2588
+ },
2589
+ "node_modules/resize-observer-polyfill": {
2590
+ "version": "1.5.1",
2591
+ "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
2592
+ "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
2593
+ "license": "MIT"
2594
+ },
2595
+ "node_modules/rollup": {
2596
+ "version": "4.52.5",
2597
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.5.tgz",
2598
+ "integrity": "sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==",
2599
+ "dev": true,
2600
+ "license": "MIT",
2601
+ "dependencies": {
2602
+ "@types/estree": "1.0.8"
2603
+ },
2604
+ "bin": {
2605
+ "rollup": "dist/bin/rollup"
2606
+ },
2607
+ "engines": {
2608
+ "node": ">=18.0.0",
2609
+ "npm": ">=8.0.0"
2610
+ },
2611
+ "optionalDependencies": {
2612
+ "@rollup/rollup-android-arm-eabi": "4.52.5",
2613
+ "@rollup/rollup-android-arm64": "4.52.5",
2614
+ "@rollup/rollup-darwin-arm64": "4.52.5",
2615
+ "@rollup/rollup-darwin-x64": "4.52.5",
2616
+ "@rollup/rollup-freebsd-arm64": "4.52.5",
2617
+ "@rollup/rollup-freebsd-x64": "4.52.5",
2618
+ "@rollup/rollup-linux-arm-gnueabihf": "4.52.5",
2619
+ "@rollup/rollup-linux-arm-musleabihf": "4.52.5",
2620
+ "@rollup/rollup-linux-arm64-gnu": "4.52.5",
2621
+ "@rollup/rollup-linux-arm64-musl": "4.52.5",
2622
+ "@rollup/rollup-linux-loong64-gnu": "4.52.5",
2623
+ "@rollup/rollup-linux-ppc64-gnu": "4.52.5",
2624
+ "@rollup/rollup-linux-riscv64-gnu": "4.52.5",
2625
+ "@rollup/rollup-linux-riscv64-musl": "4.52.5",
2626
+ "@rollup/rollup-linux-s390x-gnu": "4.52.5",
2627
+ "@rollup/rollup-linux-x64-gnu": "4.52.5",
2628
+ "@rollup/rollup-linux-x64-musl": "4.52.5",
2629
+ "@rollup/rollup-openharmony-arm64": "4.52.5",
2630
+ "@rollup/rollup-win32-arm64-msvc": "4.52.5",
2631
+ "@rollup/rollup-win32-ia32-msvc": "4.52.5",
2632
+ "@rollup/rollup-win32-x64-gnu": "4.52.5",
2633
+ "@rollup/rollup-win32-x64-msvc": "4.52.5",
2634
+ "fsevents": "~2.3.2"
2635
+ }
2636
+ },
2637
+ "node_modules/scheduler": {
2638
+ "version": "0.23.2",
2639
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
2640
+ "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
2641
+ "license": "MIT",
2642
+ "dependencies": {
2643
+ "loose-envify": "^1.1.0"
2644
+ }
2645
+ },
2646
+ "node_modules/scroll-into-view-if-needed": {
2647
+ "version": "3.1.0",
2648
+ "resolved": "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz",
2649
+ "integrity": "sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==",
2650
+ "license": "MIT",
2651
+ "dependencies": {
2652
+ "compute-scroll-into-view": "^3.0.2"
2653
+ }
2654
+ },
2655
+ "node_modules/shallowequal": {
2656
+ "version": "1.1.0",
2657
+ "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz",
2658
+ "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==",
2659
+ "license": "MIT"
2660
+ },
2661
+ "node_modules/source-map-js": {
2662
+ "version": "1.2.1",
2663
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
2664
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
2665
+ "dev": true,
2666
+ "license": "BSD-3-Clause",
2667
+ "engines": {
2668
+ "node": ">=0.10.0"
2669
+ }
2670
+ },
2671
+ "node_modules/string-convert": {
2672
+ "version": "0.2.1",
2673
+ "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
2674
+ "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==",
2675
+ "license": "MIT"
2676
+ },
2677
+ "node_modules/styled-components": {
2678
+ "version": "5.3.11",
2679
+ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz",
2680
+ "integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==",
2681
+ "license": "MIT",
2682
+ "dependencies": {
2683
+ "@babel/helper-module-imports": "^7.0.0",
2684
+ "@babel/traverse": "^7.4.5",
2685
+ "@emotion/is-prop-valid": "^1.1.0",
2686
+ "@emotion/stylis": "^0.8.4",
2687
+ "@emotion/unitless": "^0.7.4",
2688
+ "babel-plugin-styled-components": ">= 1.12.0",
2689
+ "css-to-react-native": "^3.0.0",
2690
+ "hoist-non-react-statics": "^3.0.0",
2691
+ "shallowequal": "^1.1.0",
2692
+ "supports-color": "^5.5.0"
2693
+ },
2694
+ "engines": {
2695
+ "node": ">=10"
2696
+ },
2697
+ "funding": {
2698
+ "type": "opencollective",
2699
+ "url": "https://opencollective.com/styled-components"
2700
+ },
2701
+ "peerDependencies": {
2702
+ "react": ">= 16.8.0",
2703
+ "react-dom": ">= 16.8.0",
2704
+ "react-is": ">= 16.8.0"
2705
+ }
2706
+ },
2707
+ "node_modules/stylis": {
2708
+ "version": "4.3.6",
2709
+ "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
2710
+ "integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
2711
+ "license": "MIT"
2712
+ },
2713
+ "node_modules/supports-color": {
2714
+ "version": "5.5.0",
2715
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2716
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2717
+ "license": "MIT",
2718
+ "dependencies": {
2719
+ "has-flag": "^3.0.0"
2720
+ },
2721
+ "engines": {
2722
+ "node": ">=4"
2723
+ }
2724
+ },
2725
+ "node_modules/throttle-debounce": {
2726
+ "version": "5.0.2",
2727
+ "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.2.tgz",
2728
+ "integrity": "sha512-B71/4oyj61iNH0KeCamLuE2rmKuTO5byTOSVwECM5FA7TiAiAW+UqTKZ9ERueC4qvgSttUhdmq1mXC3kJqGX7A==",
2729
+ "license": "MIT",
2730
+ "engines": {
2731
+ "node": ">=12.22"
2732
+ }
2733
+ },
2734
+ "node_modules/toggle-selection": {
2735
+ "version": "1.0.6",
2736
+ "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz",
2737
+ "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==",
2738
+ "license": "MIT"
2739
+ },
2740
+ "node_modules/tslib": {
2741
+ "version": "2.8.1",
2742
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
2743
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
2744
+ "license": "0BSD"
2745
+ },
2746
+ "node_modules/typescript-plugin-inner-jsx": {
2747
+ "version": "0.1.9",
2748
+ "resolved": "https://registry.npmjs.org/typescript-plugin-inner-jsx/-/typescript-plugin-inner-jsx-0.1.9.tgz",
2749
+ "integrity": "sha512-vgVkkWG/HBTRWkHXEnLva0z5sJ/E2S6Fkesu9HPani0vvQ6NzF9WifvW8iXLy4koPsEQzqCkRz1+cnFuTOebeg==",
2750
+ "license": "MIT",
2751
+ "bin": {
2752
+ "build-with-transform-jsx": "bin/build"
2753
+ }
2754
+ },
2755
+ "node_modules/uncontrollable": {
2756
+ "version": "7.2.1",
2757
+ "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz",
2758
+ "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==",
2759
+ "license": "MIT",
2760
+ "dependencies": {
2761
+ "@babel/runtime": "^7.6.3",
2762
+ "@types/react": ">=16.9.11",
2763
+ "invariant": "^2.2.4",
2764
+ "react-lifecycles-compat": "^3.0.4"
2765
+ },
2766
+ "peerDependencies": {
2767
+ "react": ">=15.0.0"
2768
+ }
2769
+ },
2770
+ "node_modules/vite": {
2771
+ "version": "5.4.21",
2772
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
2773
+ "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
2774
+ "dev": true,
2775
+ "license": "MIT",
2776
+ "dependencies": {
2777
+ "esbuild": "^0.21.3",
2778
+ "postcss": "^8.4.43",
2779
+ "rollup": "^4.20.0"
2780
+ },
2781
+ "bin": {
2782
+ "vite": "bin/vite.js"
2783
+ },
2784
+ "engines": {
2785
+ "node": "^18.0.0 || >=20.0.0"
2786
+ },
2787
+ "funding": {
2788
+ "url": "https://github.com/vitejs/vite?sponsor=1"
2789
+ },
2790
+ "optionalDependencies": {
2791
+ "fsevents": "~2.3.3"
2792
+ },
2793
+ "peerDependencies": {
2794
+ "@types/node": "^18.0.0 || >=20.0.0",
2795
+ "less": "*",
2796
+ "lightningcss": "^1.21.0",
2797
+ "sass": "*",
2798
+ "sass-embedded": "*",
2799
+ "stylus": "*",
2800
+ "sugarss": "*",
2801
+ "terser": "^5.4.0"
2802
+ },
2803
+ "peerDependenciesMeta": {
2804
+ "@types/node": {
2805
+ "optional": true
2806
+ },
2807
+ "less": {
2808
+ "optional": true
2809
+ },
2810
+ "lightningcss": {
2811
+ "optional": true
2812
+ },
2813
+ "sass": {
2814
+ "optional": true
2815
+ },
2816
+ "sass-embedded": {
2817
+ "optional": true
2818
+ },
2819
+ "stylus": {
2820
+ "optional": true
2821
+ },
2822
+ "sugarss": {
2823
+ "optional": true
2824
+ },
2825
+ "terser": {
2826
+ "optional": true
2827
+ }
2828
+ }
2829
+ },
2830
+ "node_modules/warning": {
2831
+ "version": "4.0.3",
2832
+ "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz",
2833
+ "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==",
2834
+ "license": "MIT",
2835
+ "dependencies": {
2836
+ "loose-envify": "^1.0.0"
2837
+ }
2838
+ }
2839
+ }
2840
+ }