@cyco77/pptb-plugin-documentation-generator 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +674 -0
- package/README.md +444 -0
- package/dist/assets/index-D_uwVyf8.js +13 -0
- package/dist/assets/plugin-documentation_small-0KTcZSnt.png +0 -0
- package/dist/index.html +14 -0
- package/index.html +12 -0
- package/npm-shrinkwrap.json +3544 -0
- package/package.json +52 -0
|
@@ -0,0 +1,3544 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cyco77/pptb-plugin-documentation-generator",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@cyco77/pptb-plugin-documentation-generator",
|
|
9
|
+
"version": "0.1.0",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@fluentui/react-components": "^9.72.7",
|
|
13
|
+
"react": "^18.3.1",
|
|
14
|
+
"react-dom": "^18.3.1"
|
|
15
|
+
},
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@pptb/types": "^1.0.1",
|
|
18
|
+
"@types/react": "^18.3.12",
|
|
19
|
+
"@types/react-dom": "^18.3.1",
|
|
20
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
21
|
+
"typescript": "^5.6.3",
|
|
22
|
+
"vite": "^7.1.11"
|
|
23
|
+
},
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">=18.0.0"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"node_modules/@babel/code-frame": {
|
|
29
|
+
"version": "7.27.1",
|
|
30
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
31
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
32
|
+
"dev": true,
|
|
33
|
+
"license": "MIT",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
36
|
+
"js-tokens": "^4.0.0",
|
|
37
|
+
"picocolors": "^1.1.1"
|
|
38
|
+
},
|
|
39
|
+
"engines": {
|
|
40
|
+
"node": ">=6.9.0"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"node_modules/@babel/compat-data": {
|
|
44
|
+
"version": "7.28.5",
|
|
45
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
|
|
46
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
47
|
+
"dev": true,
|
|
48
|
+
"license": "MIT",
|
|
49
|
+
"engines": {
|
|
50
|
+
"node": ">=6.9.0"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"node_modules/@babel/core": {
|
|
54
|
+
"version": "7.28.5",
|
|
55
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
|
|
56
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
57
|
+
"dev": true,
|
|
58
|
+
"license": "MIT",
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"@babel/code-frame": "^7.27.1",
|
|
61
|
+
"@babel/generator": "^7.28.5",
|
|
62
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
63
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
64
|
+
"@babel/helpers": "^7.28.4",
|
|
65
|
+
"@babel/parser": "^7.28.5",
|
|
66
|
+
"@babel/template": "^7.27.2",
|
|
67
|
+
"@babel/traverse": "^7.28.5",
|
|
68
|
+
"@babel/types": "^7.28.5",
|
|
69
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
70
|
+
"convert-source-map": "^2.0.0",
|
|
71
|
+
"debug": "^4.1.0",
|
|
72
|
+
"gensync": "^1.0.0-beta.2",
|
|
73
|
+
"json5": "^2.2.3",
|
|
74
|
+
"semver": "^6.3.1"
|
|
75
|
+
},
|
|
76
|
+
"engines": {
|
|
77
|
+
"node": ">=6.9.0"
|
|
78
|
+
},
|
|
79
|
+
"funding": {
|
|
80
|
+
"type": "opencollective",
|
|
81
|
+
"url": "https://opencollective.com/babel"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"node_modules/@babel/generator": {
|
|
85
|
+
"version": "7.28.5",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
|
|
87
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
88
|
+
"dev": true,
|
|
89
|
+
"license": "MIT",
|
|
90
|
+
"dependencies": {
|
|
91
|
+
"@babel/parser": "^7.28.5",
|
|
92
|
+
"@babel/types": "^7.28.5",
|
|
93
|
+
"@jridgewell/gen-mapping": "^0.3.12",
|
|
94
|
+
"@jridgewell/trace-mapping": "^0.3.28",
|
|
95
|
+
"jsesc": "^3.0.2"
|
|
96
|
+
},
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": ">=6.9.0"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/@babel/helper-compilation-targets": {
|
|
102
|
+
"version": "7.27.2",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
|
|
104
|
+
"integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
|
|
105
|
+
"dev": true,
|
|
106
|
+
"license": "MIT",
|
|
107
|
+
"dependencies": {
|
|
108
|
+
"@babel/compat-data": "^7.27.2",
|
|
109
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
110
|
+
"browserslist": "^4.24.0",
|
|
111
|
+
"lru-cache": "^5.1.1",
|
|
112
|
+
"semver": "^6.3.1"
|
|
113
|
+
},
|
|
114
|
+
"engines": {
|
|
115
|
+
"node": ">=6.9.0"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"node_modules/@babel/helper-globals": {
|
|
119
|
+
"version": "7.28.0",
|
|
120
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
121
|
+
"integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
122
|
+
"dev": true,
|
|
123
|
+
"license": "MIT",
|
|
124
|
+
"engines": {
|
|
125
|
+
"node": ">=6.9.0"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@babel/helper-module-imports": {
|
|
129
|
+
"version": "7.27.1",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
|
|
131
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
132
|
+
"dev": true,
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"@babel/traverse": "^7.27.1",
|
|
136
|
+
"@babel/types": "^7.27.1"
|
|
137
|
+
},
|
|
138
|
+
"engines": {
|
|
139
|
+
"node": ">=6.9.0"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"node_modules/@babel/helper-module-transforms": {
|
|
143
|
+
"version": "7.28.3",
|
|
144
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
|
|
145
|
+
"integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
|
|
146
|
+
"dev": true,
|
|
147
|
+
"license": "MIT",
|
|
148
|
+
"dependencies": {
|
|
149
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
150
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
151
|
+
"@babel/traverse": "^7.28.3"
|
|
152
|
+
},
|
|
153
|
+
"engines": {
|
|
154
|
+
"node": ">=6.9.0"
|
|
155
|
+
},
|
|
156
|
+
"peerDependencies": {
|
|
157
|
+
"@babel/core": "^7.0.0"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"node_modules/@babel/helper-plugin-utils": {
|
|
161
|
+
"version": "7.27.1",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz",
|
|
163
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
164
|
+
"dev": true,
|
|
165
|
+
"license": "MIT",
|
|
166
|
+
"engines": {
|
|
167
|
+
"node": ">=6.9.0"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"node_modules/@babel/helper-string-parser": {
|
|
171
|
+
"version": "7.27.1",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
173
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
174
|
+
"dev": true,
|
|
175
|
+
"license": "MIT",
|
|
176
|
+
"engines": {
|
|
177
|
+
"node": ">=6.9.0"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
181
|
+
"version": "7.28.5",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
183
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
184
|
+
"dev": true,
|
|
185
|
+
"license": "MIT",
|
|
186
|
+
"engines": {
|
|
187
|
+
"node": ">=6.9.0"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"node_modules/@babel/helper-validator-option": {
|
|
191
|
+
"version": "7.27.1",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
|
|
193
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
194
|
+
"dev": true,
|
|
195
|
+
"license": "MIT",
|
|
196
|
+
"engines": {
|
|
197
|
+
"node": ">=6.9.0"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"node_modules/@babel/helpers": {
|
|
201
|
+
"version": "7.28.4",
|
|
202
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
|
|
203
|
+
"integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
|
|
204
|
+
"dev": true,
|
|
205
|
+
"license": "MIT",
|
|
206
|
+
"dependencies": {
|
|
207
|
+
"@babel/template": "^7.27.2",
|
|
208
|
+
"@babel/types": "^7.28.4"
|
|
209
|
+
},
|
|
210
|
+
"engines": {
|
|
211
|
+
"node": ">=6.9.0"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"node_modules/@babel/parser": {
|
|
215
|
+
"version": "7.28.5",
|
|
216
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
|
|
217
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
218
|
+
"dev": true,
|
|
219
|
+
"license": "MIT",
|
|
220
|
+
"dependencies": {
|
|
221
|
+
"@babel/types": "^7.28.5"
|
|
222
|
+
},
|
|
223
|
+
"bin": {
|
|
224
|
+
"parser": "bin/babel-parser.js"
|
|
225
|
+
},
|
|
226
|
+
"engines": {
|
|
227
|
+
"node": ">=6.0.0"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
231
|
+
"version": "7.27.1",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.27.1.tgz",
|
|
233
|
+
"integrity": "sha512-6UzkCs+ejGdZ5mFFC/OCUrv028ab2fp1znZmCZjAOBKiBK2jXD1O+BPSfX8X2qjJ75fZBMSnQn3Rq2mrBJK2mw==",
|
|
234
|
+
"dev": true,
|
|
235
|
+
"license": "MIT",
|
|
236
|
+
"dependencies": {
|
|
237
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
238
|
+
},
|
|
239
|
+
"engines": {
|
|
240
|
+
"node": ">=6.9.0"
|
|
241
|
+
},
|
|
242
|
+
"peerDependencies": {
|
|
243
|
+
"@babel/core": "^7.0.0-0"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
247
|
+
"version": "7.27.1",
|
|
248
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.27.1.tgz",
|
|
249
|
+
"integrity": "sha512-zbwoTsBruTeKB9hSq73ha66iFeJHuaFkUbwvqElnygoNbj/jHRsSeokowZFN3CZ64IvEqcmmkVe89OPXc7ldAw==",
|
|
250
|
+
"dev": true,
|
|
251
|
+
"license": "MIT",
|
|
252
|
+
"dependencies": {
|
|
253
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
254
|
+
},
|
|
255
|
+
"engines": {
|
|
256
|
+
"node": ">=6.9.0"
|
|
257
|
+
},
|
|
258
|
+
"peerDependencies": {
|
|
259
|
+
"@babel/core": "^7.0.0-0"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"node_modules/@babel/runtime": {
|
|
263
|
+
"version": "7.28.4",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
|
|
265
|
+
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
|
|
266
|
+
"license": "MIT",
|
|
267
|
+
"engines": {
|
|
268
|
+
"node": ">=6.9.0"
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
"node_modules/@babel/template": {
|
|
272
|
+
"version": "7.27.2",
|
|
273
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
|
|
274
|
+
"integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
|
|
275
|
+
"dev": true,
|
|
276
|
+
"license": "MIT",
|
|
277
|
+
"dependencies": {
|
|
278
|
+
"@babel/code-frame": "^7.27.1",
|
|
279
|
+
"@babel/parser": "^7.27.2",
|
|
280
|
+
"@babel/types": "^7.27.1"
|
|
281
|
+
},
|
|
282
|
+
"engines": {
|
|
283
|
+
"node": ">=6.9.0"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"node_modules/@babel/traverse": {
|
|
287
|
+
"version": "7.28.5",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
|
|
289
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
290
|
+
"dev": true,
|
|
291
|
+
"license": "MIT",
|
|
292
|
+
"dependencies": {
|
|
293
|
+
"@babel/code-frame": "^7.27.1",
|
|
294
|
+
"@babel/generator": "^7.28.5",
|
|
295
|
+
"@babel/helper-globals": "^7.28.0",
|
|
296
|
+
"@babel/parser": "^7.28.5",
|
|
297
|
+
"@babel/template": "^7.27.2",
|
|
298
|
+
"@babel/types": "^7.28.5",
|
|
299
|
+
"debug": "^4.3.1"
|
|
300
|
+
},
|
|
301
|
+
"engines": {
|
|
302
|
+
"node": ">=6.9.0"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
"node_modules/@babel/types": {
|
|
306
|
+
"version": "7.28.5",
|
|
307
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
|
|
308
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
309
|
+
"dev": true,
|
|
310
|
+
"license": "MIT",
|
|
311
|
+
"dependencies": {
|
|
312
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
313
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
314
|
+
},
|
|
315
|
+
"engines": {
|
|
316
|
+
"node": ">=6.9.0"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/@ctrl/tinycolor": {
|
|
320
|
+
"version": "3.6.1",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz",
|
|
322
|
+
"integrity": "sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==",
|
|
323
|
+
"license": "MIT",
|
|
324
|
+
"engines": {
|
|
325
|
+
"node": ">=10"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"node_modules/@emotion/hash": {
|
|
329
|
+
"version": "0.9.2",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz",
|
|
331
|
+
"integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==",
|
|
332
|
+
"license": "MIT"
|
|
333
|
+
},
|
|
334
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
335
|
+
"version": "0.25.12",
|
|
336
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
|
|
337
|
+
"integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
|
|
338
|
+
"cpu": [
|
|
339
|
+
"ppc64"
|
|
340
|
+
],
|
|
341
|
+
"dev": true,
|
|
342
|
+
"license": "MIT",
|
|
343
|
+
"optional": true,
|
|
344
|
+
"os": [
|
|
345
|
+
"aix"
|
|
346
|
+
],
|
|
347
|
+
"engines": {
|
|
348
|
+
"node": ">=18"
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
"node_modules/@esbuild/android-arm": {
|
|
352
|
+
"version": "0.25.12",
|
|
353
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
|
|
354
|
+
"integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
|
|
355
|
+
"cpu": [
|
|
356
|
+
"arm"
|
|
357
|
+
],
|
|
358
|
+
"dev": true,
|
|
359
|
+
"license": "MIT",
|
|
360
|
+
"optional": true,
|
|
361
|
+
"os": [
|
|
362
|
+
"android"
|
|
363
|
+
],
|
|
364
|
+
"engines": {
|
|
365
|
+
"node": ">=18"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"node_modules/@esbuild/android-arm64": {
|
|
369
|
+
"version": "0.25.12",
|
|
370
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
|
|
371
|
+
"integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
|
|
372
|
+
"cpu": [
|
|
373
|
+
"arm64"
|
|
374
|
+
],
|
|
375
|
+
"dev": true,
|
|
376
|
+
"license": "MIT",
|
|
377
|
+
"optional": true,
|
|
378
|
+
"os": [
|
|
379
|
+
"android"
|
|
380
|
+
],
|
|
381
|
+
"engines": {
|
|
382
|
+
"node": ">=18"
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"node_modules/@esbuild/android-x64": {
|
|
386
|
+
"version": "0.25.12",
|
|
387
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
|
|
388
|
+
"integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
|
|
389
|
+
"cpu": [
|
|
390
|
+
"x64"
|
|
391
|
+
],
|
|
392
|
+
"dev": true,
|
|
393
|
+
"license": "MIT",
|
|
394
|
+
"optional": true,
|
|
395
|
+
"os": [
|
|
396
|
+
"android"
|
|
397
|
+
],
|
|
398
|
+
"engines": {
|
|
399
|
+
"node": ">=18"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
403
|
+
"version": "0.25.12",
|
|
404
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
|
|
405
|
+
"integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
|
|
406
|
+
"cpu": [
|
|
407
|
+
"arm64"
|
|
408
|
+
],
|
|
409
|
+
"dev": true,
|
|
410
|
+
"license": "MIT",
|
|
411
|
+
"optional": true,
|
|
412
|
+
"os": [
|
|
413
|
+
"darwin"
|
|
414
|
+
],
|
|
415
|
+
"engines": {
|
|
416
|
+
"node": ">=18"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
420
|
+
"version": "0.25.12",
|
|
421
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
|
|
422
|
+
"integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
|
|
423
|
+
"cpu": [
|
|
424
|
+
"x64"
|
|
425
|
+
],
|
|
426
|
+
"dev": true,
|
|
427
|
+
"license": "MIT",
|
|
428
|
+
"optional": true,
|
|
429
|
+
"os": [
|
|
430
|
+
"darwin"
|
|
431
|
+
],
|
|
432
|
+
"engines": {
|
|
433
|
+
"node": ">=18"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
437
|
+
"version": "0.25.12",
|
|
438
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
|
|
439
|
+
"integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
|
|
440
|
+
"cpu": [
|
|
441
|
+
"arm64"
|
|
442
|
+
],
|
|
443
|
+
"dev": true,
|
|
444
|
+
"license": "MIT",
|
|
445
|
+
"optional": true,
|
|
446
|
+
"os": [
|
|
447
|
+
"freebsd"
|
|
448
|
+
],
|
|
449
|
+
"engines": {
|
|
450
|
+
"node": ">=18"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
454
|
+
"version": "0.25.12",
|
|
455
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
|
|
456
|
+
"integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
|
|
457
|
+
"cpu": [
|
|
458
|
+
"x64"
|
|
459
|
+
],
|
|
460
|
+
"dev": true,
|
|
461
|
+
"license": "MIT",
|
|
462
|
+
"optional": true,
|
|
463
|
+
"os": [
|
|
464
|
+
"freebsd"
|
|
465
|
+
],
|
|
466
|
+
"engines": {
|
|
467
|
+
"node": ">=18"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"node_modules/@esbuild/linux-arm": {
|
|
471
|
+
"version": "0.25.12",
|
|
472
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
|
|
473
|
+
"integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
|
|
474
|
+
"cpu": [
|
|
475
|
+
"arm"
|
|
476
|
+
],
|
|
477
|
+
"dev": true,
|
|
478
|
+
"license": "MIT",
|
|
479
|
+
"optional": true,
|
|
480
|
+
"os": [
|
|
481
|
+
"linux"
|
|
482
|
+
],
|
|
483
|
+
"engines": {
|
|
484
|
+
"node": ">=18"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
488
|
+
"version": "0.25.12",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
|
|
490
|
+
"integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
|
|
491
|
+
"cpu": [
|
|
492
|
+
"arm64"
|
|
493
|
+
],
|
|
494
|
+
"dev": true,
|
|
495
|
+
"license": "MIT",
|
|
496
|
+
"optional": true,
|
|
497
|
+
"os": [
|
|
498
|
+
"linux"
|
|
499
|
+
],
|
|
500
|
+
"engines": {
|
|
501
|
+
"node": ">=18"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
505
|
+
"version": "0.25.12",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
|
|
507
|
+
"integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
|
|
508
|
+
"cpu": [
|
|
509
|
+
"ia32"
|
|
510
|
+
],
|
|
511
|
+
"dev": true,
|
|
512
|
+
"license": "MIT",
|
|
513
|
+
"optional": true,
|
|
514
|
+
"os": [
|
|
515
|
+
"linux"
|
|
516
|
+
],
|
|
517
|
+
"engines": {
|
|
518
|
+
"node": ">=18"
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
522
|
+
"version": "0.25.12",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
|
|
524
|
+
"integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
|
|
525
|
+
"cpu": [
|
|
526
|
+
"loong64"
|
|
527
|
+
],
|
|
528
|
+
"dev": true,
|
|
529
|
+
"license": "MIT",
|
|
530
|
+
"optional": true,
|
|
531
|
+
"os": [
|
|
532
|
+
"linux"
|
|
533
|
+
],
|
|
534
|
+
"engines": {
|
|
535
|
+
"node": ">=18"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
539
|
+
"version": "0.25.12",
|
|
540
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
|
|
541
|
+
"integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
|
|
542
|
+
"cpu": [
|
|
543
|
+
"mips64el"
|
|
544
|
+
],
|
|
545
|
+
"dev": true,
|
|
546
|
+
"license": "MIT",
|
|
547
|
+
"optional": true,
|
|
548
|
+
"os": [
|
|
549
|
+
"linux"
|
|
550
|
+
],
|
|
551
|
+
"engines": {
|
|
552
|
+
"node": ">=18"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
556
|
+
"version": "0.25.12",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
|
|
558
|
+
"integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
|
|
559
|
+
"cpu": [
|
|
560
|
+
"ppc64"
|
|
561
|
+
],
|
|
562
|
+
"dev": true,
|
|
563
|
+
"license": "MIT",
|
|
564
|
+
"optional": true,
|
|
565
|
+
"os": [
|
|
566
|
+
"linux"
|
|
567
|
+
],
|
|
568
|
+
"engines": {
|
|
569
|
+
"node": ">=18"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
573
|
+
"version": "0.25.12",
|
|
574
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
|
|
575
|
+
"integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
|
|
576
|
+
"cpu": [
|
|
577
|
+
"riscv64"
|
|
578
|
+
],
|
|
579
|
+
"dev": true,
|
|
580
|
+
"license": "MIT",
|
|
581
|
+
"optional": true,
|
|
582
|
+
"os": [
|
|
583
|
+
"linux"
|
|
584
|
+
],
|
|
585
|
+
"engines": {
|
|
586
|
+
"node": ">=18"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
590
|
+
"version": "0.25.12",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
|
|
592
|
+
"integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
|
|
593
|
+
"cpu": [
|
|
594
|
+
"s390x"
|
|
595
|
+
],
|
|
596
|
+
"dev": true,
|
|
597
|
+
"license": "MIT",
|
|
598
|
+
"optional": true,
|
|
599
|
+
"os": [
|
|
600
|
+
"linux"
|
|
601
|
+
],
|
|
602
|
+
"engines": {
|
|
603
|
+
"node": ">=18"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"node_modules/@esbuild/linux-x64": {
|
|
607
|
+
"version": "0.25.12",
|
|
608
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
|
|
609
|
+
"integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
|
|
610
|
+
"cpu": [
|
|
611
|
+
"x64"
|
|
612
|
+
],
|
|
613
|
+
"dev": true,
|
|
614
|
+
"license": "MIT",
|
|
615
|
+
"optional": true,
|
|
616
|
+
"os": [
|
|
617
|
+
"linux"
|
|
618
|
+
],
|
|
619
|
+
"engines": {
|
|
620
|
+
"node": ">=18"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"node_modules/@esbuild/netbsd-arm64": {
|
|
624
|
+
"version": "0.25.12",
|
|
625
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
|
|
626
|
+
"integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
|
|
627
|
+
"cpu": [
|
|
628
|
+
"arm64"
|
|
629
|
+
],
|
|
630
|
+
"dev": true,
|
|
631
|
+
"license": "MIT",
|
|
632
|
+
"optional": true,
|
|
633
|
+
"os": [
|
|
634
|
+
"netbsd"
|
|
635
|
+
],
|
|
636
|
+
"engines": {
|
|
637
|
+
"node": ">=18"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
641
|
+
"version": "0.25.12",
|
|
642
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
|
|
643
|
+
"integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
|
|
644
|
+
"cpu": [
|
|
645
|
+
"x64"
|
|
646
|
+
],
|
|
647
|
+
"dev": true,
|
|
648
|
+
"license": "MIT",
|
|
649
|
+
"optional": true,
|
|
650
|
+
"os": [
|
|
651
|
+
"netbsd"
|
|
652
|
+
],
|
|
653
|
+
"engines": {
|
|
654
|
+
"node": ">=18"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
"node_modules/@esbuild/openbsd-arm64": {
|
|
658
|
+
"version": "0.25.12",
|
|
659
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
|
|
660
|
+
"integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
|
|
661
|
+
"cpu": [
|
|
662
|
+
"arm64"
|
|
663
|
+
],
|
|
664
|
+
"dev": true,
|
|
665
|
+
"license": "MIT",
|
|
666
|
+
"optional": true,
|
|
667
|
+
"os": [
|
|
668
|
+
"openbsd"
|
|
669
|
+
],
|
|
670
|
+
"engines": {
|
|
671
|
+
"node": ">=18"
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
675
|
+
"version": "0.25.12",
|
|
676
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
|
|
677
|
+
"integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
|
|
678
|
+
"cpu": [
|
|
679
|
+
"x64"
|
|
680
|
+
],
|
|
681
|
+
"dev": true,
|
|
682
|
+
"license": "MIT",
|
|
683
|
+
"optional": true,
|
|
684
|
+
"os": [
|
|
685
|
+
"openbsd"
|
|
686
|
+
],
|
|
687
|
+
"engines": {
|
|
688
|
+
"node": ">=18"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"node_modules/@esbuild/openharmony-arm64": {
|
|
692
|
+
"version": "0.25.12",
|
|
693
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
|
|
694
|
+
"integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
|
|
695
|
+
"cpu": [
|
|
696
|
+
"arm64"
|
|
697
|
+
],
|
|
698
|
+
"dev": true,
|
|
699
|
+
"license": "MIT",
|
|
700
|
+
"optional": true,
|
|
701
|
+
"os": [
|
|
702
|
+
"openharmony"
|
|
703
|
+
],
|
|
704
|
+
"engines": {
|
|
705
|
+
"node": ">=18"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
709
|
+
"version": "0.25.12",
|
|
710
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
|
|
711
|
+
"integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
|
|
712
|
+
"cpu": [
|
|
713
|
+
"x64"
|
|
714
|
+
],
|
|
715
|
+
"dev": true,
|
|
716
|
+
"license": "MIT",
|
|
717
|
+
"optional": true,
|
|
718
|
+
"os": [
|
|
719
|
+
"sunos"
|
|
720
|
+
],
|
|
721
|
+
"engines": {
|
|
722
|
+
"node": ">=18"
|
|
723
|
+
}
|
|
724
|
+
},
|
|
725
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
726
|
+
"version": "0.25.12",
|
|
727
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
|
|
728
|
+
"integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
|
|
729
|
+
"cpu": [
|
|
730
|
+
"arm64"
|
|
731
|
+
],
|
|
732
|
+
"dev": true,
|
|
733
|
+
"license": "MIT",
|
|
734
|
+
"optional": true,
|
|
735
|
+
"os": [
|
|
736
|
+
"win32"
|
|
737
|
+
],
|
|
738
|
+
"engines": {
|
|
739
|
+
"node": ">=18"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
743
|
+
"version": "0.25.12",
|
|
744
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
|
|
745
|
+
"integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
|
|
746
|
+
"cpu": [
|
|
747
|
+
"ia32"
|
|
748
|
+
],
|
|
749
|
+
"dev": true,
|
|
750
|
+
"license": "MIT",
|
|
751
|
+
"optional": true,
|
|
752
|
+
"os": [
|
|
753
|
+
"win32"
|
|
754
|
+
],
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">=18"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/@esbuild/win32-x64": {
|
|
760
|
+
"version": "0.25.12",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
|
|
762
|
+
"integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
|
|
763
|
+
"cpu": [
|
|
764
|
+
"x64"
|
|
765
|
+
],
|
|
766
|
+
"dev": true,
|
|
767
|
+
"license": "MIT",
|
|
768
|
+
"optional": true,
|
|
769
|
+
"os": [
|
|
770
|
+
"win32"
|
|
771
|
+
],
|
|
772
|
+
"engines": {
|
|
773
|
+
"node": ">=18"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"node_modules/@floating-ui/core": {
|
|
777
|
+
"version": "1.7.3",
|
|
778
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
|
|
779
|
+
"integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",
|
|
780
|
+
"license": "MIT",
|
|
781
|
+
"dependencies": {
|
|
782
|
+
"@floating-ui/utils": "^0.2.10"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"node_modules/@floating-ui/devtools": {
|
|
786
|
+
"version": "0.2.3",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/devtools/-/devtools-0.2.3.tgz",
|
|
788
|
+
"integrity": "sha512-ZTcxTvgo9CRlP7vJV62yCxdqmahHTGpSTi5QaTDgGoyQq0OyjaVZhUhXv/qdkQFOI3Sxlfmz0XGG4HaZMsDf8Q==",
|
|
789
|
+
"license": "MIT",
|
|
790
|
+
"peerDependencies": {
|
|
791
|
+
"@floating-ui/dom": "^1.0.0"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"node_modules/@floating-ui/dom": {
|
|
795
|
+
"version": "1.7.4",
|
|
796
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",
|
|
797
|
+
"integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",
|
|
798
|
+
"license": "MIT",
|
|
799
|
+
"dependencies": {
|
|
800
|
+
"@floating-ui/core": "^1.7.3",
|
|
801
|
+
"@floating-ui/utils": "^0.2.10"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"node_modules/@floating-ui/utils": {
|
|
805
|
+
"version": "0.2.10",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",
|
|
807
|
+
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
808
|
+
"license": "MIT"
|
|
809
|
+
},
|
|
810
|
+
"node_modules/@fluentui/keyboard-keys": {
|
|
811
|
+
"version": "9.0.8",
|
|
812
|
+
"resolved": "https://registry.npmjs.org/@fluentui/keyboard-keys/-/keyboard-keys-9.0.8.tgz",
|
|
813
|
+
"integrity": "sha512-iUSJUUHAyTosnXK8O2Ilbfxma+ZyZPMua5vB028Ys96z80v+LFwntoehlFsdH3rMuPsA8GaC1RE7LMezwPBPdw==",
|
|
814
|
+
"license": "MIT",
|
|
815
|
+
"dependencies": {
|
|
816
|
+
"@swc/helpers": "^0.5.1"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"node_modules/@fluentui/priority-overflow": {
|
|
820
|
+
"version": "9.2.1",
|
|
821
|
+
"resolved": "https://registry.npmjs.org/@fluentui/priority-overflow/-/priority-overflow-9.2.1.tgz",
|
|
822
|
+
"integrity": "sha512-WH5dv54aEqWo/kKQuADAwjv66W6OUMFllQMjpdkrktQp7pu4JXtmF60iYcp9+iuIX9iCeW01j8gNTU08MQlfIQ==",
|
|
823
|
+
"license": "MIT",
|
|
824
|
+
"dependencies": {
|
|
825
|
+
"@swc/helpers": "^0.5.1"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"node_modules/@fluentui/react-accordion": {
|
|
829
|
+
"version": "9.8.14",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-accordion/-/react-accordion-9.8.14.tgz",
|
|
831
|
+
"integrity": "sha512-jTcfYDRUotRhUEjE1LeG1Qm10515CQUKxHWQhppBYhq7yAZcS5jOms5tMZHtHs0EQsWv3nMgUYYqoOqAsU0jDQ==",
|
|
832
|
+
"license": "MIT",
|
|
833
|
+
"dependencies": {
|
|
834
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
835
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
836
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
837
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
838
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
839
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
840
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
841
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
842
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
843
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
844
|
+
"@griffel/react": "^1.5.32",
|
|
845
|
+
"@swc/helpers": "^0.5.1"
|
|
846
|
+
},
|
|
847
|
+
"peerDependencies": {
|
|
848
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
849
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
850
|
+
"react": ">=16.14.0 <20.0.0",
|
|
851
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"node_modules/@fluentui/react-alert": {
|
|
855
|
+
"version": "9.0.0-beta.129",
|
|
856
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-alert/-/react-alert-9.0.0-beta.129.tgz",
|
|
857
|
+
"integrity": "sha512-afS5Mvf9EH5je3ZOnF96GNaXL5nA/eI69AhO4nsbsvc1RaO/CkEt9+6iVyGy2zeqbQgpsP9UkNwEYyToQ1CrzA==",
|
|
858
|
+
"license": "MIT",
|
|
859
|
+
"dependencies": {
|
|
860
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
861
|
+
"@fluentui/react-button": "^9.6.12",
|
|
862
|
+
"@fluentui/react-icons": "^2.0.239",
|
|
863
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
864
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
865
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
866
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
867
|
+
"@griffel/react": "^1.5.32",
|
|
868
|
+
"@swc/helpers": "^0.5.1"
|
|
869
|
+
},
|
|
870
|
+
"peerDependencies": {
|
|
871
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
872
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
873
|
+
"react": ">=16.14.0 <20.0.0",
|
|
874
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"node_modules/@fluentui/react-aria": {
|
|
878
|
+
"version": "9.17.6",
|
|
879
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-aria/-/react-aria-9.17.6.tgz",
|
|
880
|
+
"integrity": "sha512-O421keKMgf9BkHH15kTnKGFuCFKN3ukydJLEfSQJmOfdAHyJMzAul8/zMvkd4vmMr84+PtZUD1+Tylk4NvpN4g==",
|
|
881
|
+
"license": "MIT",
|
|
882
|
+
"dependencies": {
|
|
883
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
884
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
885
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
886
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
887
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
888
|
+
"@swc/helpers": "^0.5.1"
|
|
889
|
+
},
|
|
890
|
+
"peerDependencies": {
|
|
891
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
892
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
893
|
+
"react": ">=16.14.0 <20.0.0",
|
|
894
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"node_modules/@fluentui/react-avatar": {
|
|
898
|
+
"version": "9.9.12",
|
|
899
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-avatar/-/react-avatar-9.9.12.tgz",
|
|
900
|
+
"integrity": "sha512-dlJ5mOKCDChMAECFhpcPHoQicA28ATWQXLtz26hAuVJH2/gC/6mZ0j7drIVl9YECqT/ZbZ3/hpVeZu/S/FVrOA==",
|
|
901
|
+
"license": "MIT",
|
|
902
|
+
"dependencies": {
|
|
903
|
+
"@fluentui/react-badge": "^9.4.11",
|
|
904
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
905
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
906
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
907
|
+
"@fluentui/react-popover": "^9.12.12",
|
|
908
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
909
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
910
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
911
|
+
"@fluentui/react-tooltip": "^9.8.11",
|
|
912
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
913
|
+
"@griffel/react": "^1.5.32",
|
|
914
|
+
"@swc/helpers": "^0.5.1"
|
|
915
|
+
},
|
|
916
|
+
"peerDependencies": {
|
|
917
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
918
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
919
|
+
"react": ">=16.14.0 <20.0.0",
|
|
920
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"node_modules/@fluentui/react-badge": {
|
|
924
|
+
"version": "9.4.11",
|
|
925
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-badge/-/react-badge-9.4.11.tgz",
|
|
926
|
+
"integrity": "sha512-u2gTg+QeD5uaieAwE89n8MLg2MyZN/kGMx3hJewFKtq3SzvU4xcgcna2Gp4UgpaA3pnGZsJjjjDIHwsv4EyO9Q==",
|
|
927
|
+
"license": "MIT",
|
|
928
|
+
"dependencies": {
|
|
929
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
930
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
931
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
932
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
933
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
934
|
+
"@griffel/react": "^1.5.32",
|
|
935
|
+
"@swc/helpers": "^0.5.1"
|
|
936
|
+
},
|
|
937
|
+
"peerDependencies": {
|
|
938
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
939
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
940
|
+
"react": ">=16.14.0 <20.0.0",
|
|
941
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"node_modules/@fluentui/react-breadcrumb": {
|
|
945
|
+
"version": "9.3.12",
|
|
946
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-breadcrumb/-/react-breadcrumb-9.3.12.tgz",
|
|
947
|
+
"integrity": "sha512-cT5xmYQbAYH7HslJu6O5WvSYzsBvaQ54Q6yIPgV5kCo5n3M6OSrJ0Ga6Zbfqid/GnY4G60FfjOvbfHNNhmx2Sw==",
|
|
948
|
+
"license": "MIT",
|
|
949
|
+
"dependencies": {
|
|
950
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
951
|
+
"@fluentui/react-button": "^9.6.12",
|
|
952
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
953
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
954
|
+
"@fluentui/react-link": "^9.7.0",
|
|
955
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
956
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
957
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
958
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
959
|
+
"@griffel/react": "^1.5.32",
|
|
960
|
+
"@swc/helpers": "^0.5.1"
|
|
961
|
+
},
|
|
962
|
+
"peerDependencies": {
|
|
963
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
964
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
965
|
+
"react": ">=16.14.0 <20.0.0",
|
|
966
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"node_modules/@fluentui/react-button": {
|
|
970
|
+
"version": "9.6.12",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-button/-/react-button-9.6.12.tgz",
|
|
972
|
+
"integrity": "sha512-seI9L9O0fCHzlfKD/via1qqzaLFeiFKQeR1/97nXL06reC3DqLSCeiZP3UTxFljFE1CYZQRJfk1wH/D6j0ZCTA==",
|
|
973
|
+
"license": "MIT",
|
|
974
|
+
"dependencies": {
|
|
975
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
976
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
977
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
978
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
979
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
980
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
981
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
982
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
983
|
+
"@griffel/react": "^1.5.32",
|
|
984
|
+
"@swc/helpers": "^0.5.1"
|
|
985
|
+
},
|
|
986
|
+
"peerDependencies": {
|
|
987
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
988
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
989
|
+
"react": ">=16.14.0 <20.0.0",
|
|
990
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"node_modules/@fluentui/react-card": {
|
|
994
|
+
"version": "9.5.6",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-card/-/react-card-9.5.6.tgz",
|
|
996
|
+
"integrity": "sha512-hCY6VWrKqq+y0yqUkqgkpTN5TVJSU5ZlKtZU+Sed+TlnKlojkS6cYRvsnWdAKwyFLJF9ZYTn+uos9Vi0wQyjtg==",
|
|
997
|
+
"license": "MIT",
|
|
998
|
+
"dependencies": {
|
|
999
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1000
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1001
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1002
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1003
|
+
"@fluentui/react-text": "^9.6.11",
|
|
1004
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1005
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1006
|
+
"@griffel/react": "^1.5.32",
|
|
1007
|
+
"@swc/helpers": "^0.5.1"
|
|
1008
|
+
},
|
|
1009
|
+
"peerDependencies": {
|
|
1010
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1011
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1012
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1013
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"node_modules/@fluentui/react-carousel": {
|
|
1017
|
+
"version": "9.8.12",
|
|
1018
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-carousel/-/react-carousel-9.8.12.tgz",
|
|
1019
|
+
"integrity": "sha512-Gjn6cd67FodcjfU2MQTBI2xjijzgy54TdQA8vxObZ27I6y9OHeDR07PWTqaCkX8mcBR8ilTxVD5bQ+zuqfb66g==",
|
|
1020
|
+
"license": "MIT",
|
|
1021
|
+
"dependencies": {
|
|
1022
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1023
|
+
"@fluentui/react-button": "^9.6.12",
|
|
1024
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1025
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1026
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1027
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1028
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1029
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1030
|
+
"@fluentui/react-tooltip": "^9.8.11",
|
|
1031
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1032
|
+
"@griffel/react": "^1.5.32",
|
|
1033
|
+
"@swc/helpers": "^0.5.1",
|
|
1034
|
+
"embla-carousel": "^8.5.1",
|
|
1035
|
+
"embla-carousel-autoplay": "^8.5.1",
|
|
1036
|
+
"embla-carousel-fade": "^8.5.1"
|
|
1037
|
+
},
|
|
1038
|
+
"peerDependencies": {
|
|
1039
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1040
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1041
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1042
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"node_modules/@fluentui/react-checkbox": {
|
|
1046
|
+
"version": "9.5.11",
|
|
1047
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-checkbox/-/react-checkbox-9.5.11.tgz",
|
|
1048
|
+
"integrity": "sha512-M8DTBQK0Z7+HKfRx4mjypH0fEagKK7YMNhGMy18aW3iYWeooA0ut81MzsRM5feqhl+Q8v4VJ0aN9qHNqshkD5g==",
|
|
1049
|
+
"license": "MIT",
|
|
1050
|
+
"dependencies": {
|
|
1051
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1052
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1053
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1054
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1055
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1056
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1057
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1058
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1059
|
+
"@griffel/react": "^1.5.32",
|
|
1060
|
+
"@swc/helpers": "^0.5.1"
|
|
1061
|
+
},
|
|
1062
|
+
"peerDependencies": {
|
|
1063
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1064
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1065
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1066
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"node_modules/@fluentui/react-color-picker": {
|
|
1070
|
+
"version": "9.2.11",
|
|
1071
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-color-picker/-/react-color-picker-9.2.11.tgz",
|
|
1072
|
+
"integrity": "sha512-L1ZKJAyioey3glmzMrpawUrzsdu/Nz0m6nVMOznJVuw0vu0BfQuMh/1/0QOoGYXFEbsc4+gSGSCnah4X0EJIsQ==",
|
|
1073
|
+
"license": "MIT",
|
|
1074
|
+
"dependencies": {
|
|
1075
|
+
"@ctrl/tinycolor": "^3.3.4",
|
|
1076
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1077
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1078
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1079
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1080
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1081
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1082
|
+
"@griffel/react": "^1.5.32",
|
|
1083
|
+
"@swc/helpers": "^0.5.1"
|
|
1084
|
+
},
|
|
1085
|
+
"peerDependencies": {
|
|
1086
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1087
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1088
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1089
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"node_modules/@fluentui/react-combobox": {
|
|
1093
|
+
"version": "9.16.12",
|
|
1094
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-combobox/-/react-combobox-9.16.12.tgz",
|
|
1095
|
+
"integrity": "sha512-SimZpXzTGyDAGHQZmzUl9AsrIOlLDinTbvEwELEYh9X+yE33SZatcPwdpCmBXldBOs/eh+xOuNSOwgerJ3T3qQ==",
|
|
1096
|
+
"license": "MIT",
|
|
1097
|
+
"dependencies": {
|
|
1098
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1099
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1100
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1101
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1102
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1103
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1104
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1105
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
1106
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1107
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1108
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1109
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1110
|
+
"@griffel/react": "^1.5.32",
|
|
1111
|
+
"@swc/helpers": "^0.5.1"
|
|
1112
|
+
},
|
|
1113
|
+
"peerDependencies": {
|
|
1114
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1115
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1116
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1117
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"node_modules/@fluentui/react-components": {
|
|
1121
|
+
"version": "9.72.7",
|
|
1122
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-components/-/react-components-9.72.7.tgz",
|
|
1123
|
+
"integrity": "sha512-tuC8ZMBQicF4p+f9MJv9cVYZUSktQVreAGJq/YJxQ0Ts1mO2rnAuIBkBFlgjnjyebDiAO1FoAAz/wW99hrIh6A==",
|
|
1124
|
+
"license": "MIT",
|
|
1125
|
+
"dependencies": {
|
|
1126
|
+
"@fluentui/react-accordion": "^9.8.14",
|
|
1127
|
+
"@fluentui/react-alert": "9.0.0-beta.129",
|
|
1128
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1129
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
1130
|
+
"@fluentui/react-badge": "^9.4.11",
|
|
1131
|
+
"@fluentui/react-breadcrumb": "^9.3.12",
|
|
1132
|
+
"@fluentui/react-button": "^9.6.12",
|
|
1133
|
+
"@fluentui/react-card": "^9.5.6",
|
|
1134
|
+
"@fluentui/react-carousel": "^9.8.12",
|
|
1135
|
+
"@fluentui/react-checkbox": "^9.5.11",
|
|
1136
|
+
"@fluentui/react-color-picker": "^9.2.11",
|
|
1137
|
+
"@fluentui/react-combobox": "^9.16.12",
|
|
1138
|
+
"@fluentui/react-dialog": "^9.16.3",
|
|
1139
|
+
"@fluentui/react-divider": "^9.4.11",
|
|
1140
|
+
"@fluentui/react-drawer": "^9.10.9",
|
|
1141
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1142
|
+
"@fluentui/react-image": "^9.3.11",
|
|
1143
|
+
"@fluentui/react-infobutton": "9.0.0-beta.107",
|
|
1144
|
+
"@fluentui/react-infolabel": "^9.4.12",
|
|
1145
|
+
"@fluentui/react-input": "^9.7.11",
|
|
1146
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1147
|
+
"@fluentui/react-link": "^9.7.0",
|
|
1148
|
+
"@fluentui/react-list": "^9.6.6",
|
|
1149
|
+
"@fluentui/react-menu": "^9.20.5",
|
|
1150
|
+
"@fluentui/react-message-bar": "^9.6.14",
|
|
1151
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
1152
|
+
"@fluentui/react-nav": "^9.3.14",
|
|
1153
|
+
"@fluentui/react-overflow": "^9.6.5",
|
|
1154
|
+
"@fluentui/react-persona": "^9.5.12",
|
|
1155
|
+
"@fluentui/react-popover": "^9.12.12",
|
|
1156
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1157
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
1158
|
+
"@fluentui/react-progress": "^9.4.11",
|
|
1159
|
+
"@fluentui/react-provider": "^9.22.11",
|
|
1160
|
+
"@fluentui/react-radio": "^9.5.11",
|
|
1161
|
+
"@fluentui/react-rating": "^9.3.11",
|
|
1162
|
+
"@fluentui/react-search": "^9.3.11",
|
|
1163
|
+
"@fluentui/react-select": "^9.4.11",
|
|
1164
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1165
|
+
"@fluentui/react-skeleton": "^9.4.11",
|
|
1166
|
+
"@fluentui/react-slider": "^9.5.11",
|
|
1167
|
+
"@fluentui/react-spinbutton": "^9.5.11",
|
|
1168
|
+
"@fluentui/react-spinner": "^9.7.11",
|
|
1169
|
+
"@fluentui/react-swatch-picker": "^9.4.11",
|
|
1170
|
+
"@fluentui/react-switch": "^9.4.11",
|
|
1171
|
+
"@fluentui/react-table": "^9.19.5",
|
|
1172
|
+
"@fluentui/react-tabs": "^9.10.7",
|
|
1173
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1174
|
+
"@fluentui/react-tag-picker": "^9.7.12",
|
|
1175
|
+
"@fluentui/react-tags": "^9.7.12",
|
|
1176
|
+
"@fluentui/react-teaching-popover": "^9.6.12",
|
|
1177
|
+
"@fluentui/react-text": "^9.6.11",
|
|
1178
|
+
"@fluentui/react-textarea": "^9.6.11",
|
|
1179
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1180
|
+
"@fluentui/react-toast": "^9.7.9",
|
|
1181
|
+
"@fluentui/react-toolbar": "^9.6.12",
|
|
1182
|
+
"@fluentui/react-tooltip": "^9.8.11",
|
|
1183
|
+
"@fluentui/react-tree": "^9.15.6",
|
|
1184
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1185
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.107",
|
|
1186
|
+
"@griffel/react": "^1.5.32",
|
|
1187
|
+
"@swc/helpers": "^0.5.1"
|
|
1188
|
+
},
|
|
1189
|
+
"peerDependencies": {
|
|
1190
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1191
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1192
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1193
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
"node_modules/@fluentui/react-context-selector": {
|
|
1197
|
+
"version": "9.2.12",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-context-selector/-/react-context-selector-9.2.12.tgz",
|
|
1199
|
+
"integrity": "sha512-4hj+rv+4Uwn9EeDyXD1YCEpVkm0iMLG403QAGd5vZZhcgB2tg/iazewKeTff+HMRkusx+lWBYzBEGcRohY/FiA==",
|
|
1200
|
+
"license": "MIT",
|
|
1201
|
+
"dependencies": {
|
|
1202
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1203
|
+
"@swc/helpers": "^0.5.1"
|
|
1204
|
+
},
|
|
1205
|
+
"peerDependencies": {
|
|
1206
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1207
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1208
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1209
|
+
"react-dom": ">=16.14.0 <20.0.0",
|
|
1210
|
+
"scheduler": ">=0.19.0"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"node_modules/@fluentui/react-dialog": {
|
|
1214
|
+
"version": "9.16.3",
|
|
1215
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-dialog/-/react-dialog-9.16.3.tgz",
|
|
1216
|
+
"integrity": "sha512-aUnErTbSf2oqrqbQOCrjXp/12qHVfnxCR71/5hXJLME7BtYZ/m2lvs5r9MTjQSXBy8ar4G5jobS/+XJ0Lq3XqA==",
|
|
1217
|
+
"license": "MIT",
|
|
1218
|
+
"dependencies": {
|
|
1219
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1220
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1221
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1222
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1223
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1224
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
1225
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
1226
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1227
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1228
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1229
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1230
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1231
|
+
"@griffel/react": "^1.5.32",
|
|
1232
|
+
"@swc/helpers": "^0.5.1"
|
|
1233
|
+
},
|
|
1234
|
+
"peerDependencies": {
|
|
1235
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1236
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1237
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1238
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"node_modules/@fluentui/react-divider": {
|
|
1242
|
+
"version": "9.4.11",
|
|
1243
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-divider/-/react-divider-9.4.11.tgz",
|
|
1244
|
+
"integrity": "sha512-aESagOX6l7Ja9lb+3zJa6V5m1mjFnI4NEu8TccAu1VUlMZxX6flbMBJplgjN76dJjcHgs8uoa5xxxD74WNZBXg==",
|
|
1245
|
+
"license": "MIT",
|
|
1246
|
+
"dependencies": {
|
|
1247
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1248
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1249
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1250
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1251
|
+
"@griffel/react": "^1.5.32",
|
|
1252
|
+
"@swc/helpers": "^0.5.1"
|
|
1253
|
+
},
|
|
1254
|
+
"peerDependencies": {
|
|
1255
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1256
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1257
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1258
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
"node_modules/@fluentui/react-drawer": {
|
|
1262
|
+
"version": "9.10.9",
|
|
1263
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-drawer/-/react-drawer-9.10.9.tgz",
|
|
1264
|
+
"integrity": "sha512-tlHZBkILOHnA7Lg2v/vzmOvTNrPYJnPJAqiceuFlUZWncIWWAUfpw4Teh5V0wGNr6/yC/HjUD5xnynvIhr/ZuA==",
|
|
1265
|
+
"license": "MIT",
|
|
1266
|
+
"dependencies": {
|
|
1267
|
+
"@fluentui/react-dialog": "^9.16.3",
|
|
1268
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1269
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
1270
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
1271
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1272
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1273
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1274
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1275
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1276
|
+
"@griffel/react": "^1.5.32",
|
|
1277
|
+
"@swc/helpers": "^0.5.1"
|
|
1278
|
+
},
|
|
1279
|
+
"peerDependencies": {
|
|
1280
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1281
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1282
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1283
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
"node_modules/@fluentui/react-field": {
|
|
1287
|
+
"version": "9.4.11",
|
|
1288
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-field/-/react-field-9.4.11.tgz",
|
|
1289
|
+
"integrity": "sha512-kF93G+LGEKaFJcEAUHJKZUc1xeV/q+JTygYVnEDkPbQ/4j+l+J3rVuHL8U7bhE+8cJG3wDP8jt4jqHsDgKyn5w==",
|
|
1290
|
+
"license": "MIT",
|
|
1291
|
+
"dependencies": {
|
|
1292
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1293
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1294
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1295
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1296
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1297
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1298
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1299
|
+
"@griffel/react": "^1.5.32",
|
|
1300
|
+
"@swc/helpers": "^0.5.1"
|
|
1301
|
+
},
|
|
1302
|
+
"peerDependencies": {
|
|
1303
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1304
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1305
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1306
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1307
|
+
}
|
|
1308
|
+
},
|
|
1309
|
+
"node_modules/@fluentui/react-icons": {
|
|
1310
|
+
"version": "2.0.313",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.313.tgz",
|
|
1312
|
+
"integrity": "sha512-mSBEAR0E+v98bdNReT+JWjFJBgH66gY5eIQz9DUT+HASEB8EAGhwF6rmvhrK/lv8L8XFzHVIS50Z+j3ONSI1YQ==",
|
|
1313
|
+
"license": "MIT",
|
|
1314
|
+
"dependencies": {
|
|
1315
|
+
"@griffel/react": "^1.0.0",
|
|
1316
|
+
"tslib": "^2.1.0"
|
|
1317
|
+
},
|
|
1318
|
+
"peerDependencies": {
|
|
1319
|
+
"react": ">=16.8.0 <20.0.0"
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
"node_modules/@fluentui/react-image": {
|
|
1323
|
+
"version": "9.3.11",
|
|
1324
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-image/-/react-image-9.3.11.tgz",
|
|
1325
|
+
"integrity": "sha512-aLpz0/C6T0Uit6SmyhOJjYBvndZzfvmKv1vg+JRnE0aHS5jSUPoCLI6apxyMC6/LcqqTBklpqK3AD9kYpUxfqQ==",
|
|
1326
|
+
"license": "MIT",
|
|
1327
|
+
"dependencies": {
|
|
1328
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1329
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1330
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1331
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1332
|
+
"@griffel/react": "^1.5.32",
|
|
1333
|
+
"@swc/helpers": "^0.5.1"
|
|
1334
|
+
},
|
|
1335
|
+
"peerDependencies": {
|
|
1336
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1337
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1338
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1339
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"node_modules/@fluentui/react-infobutton": {
|
|
1343
|
+
"version": "9.0.0-beta.107",
|
|
1344
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-infobutton/-/react-infobutton-9.0.0-beta.107.tgz",
|
|
1345
|
+
"integrity": "sha512-BcI4e+Oj1B/Qk4CMd0O9H0YF+IL4nhK8xuzI5bsZ5mdCaXiwIBgy5RyP8HVSq3y+Ml4XD2IRwufplcxF2cgTOA==",
|
|
1346
|
+
"license": "MIT",
|
|
1347
|
+
"dependencies": {
|
|
1348
|
+
"@fluentui/react-icons": "^2.0.237",
|
|
1349
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1350
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1351
|
+
"@fluentui/react-popover": "^9.12.12",
|
|
1352
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1353
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1354
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1355
|
+
"@griffel/react": "^1.5.32",
|
|
1356
|
+
"@swc/helpers": "^0.5.1"
|
|
1357
|
+
},
|
|
1358
|
+
"peerDependencies": {
|
|
1359
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1360
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1361
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1362
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"node_modules/@fluentui/react-infolabel": {
|
|
1366
|
+
"version": "9.4.12",
|
|
1367
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-infolabel/-/react-infolabel-9.4.12.tgz",
|
|
1368
|
+
"integrity": "sha512-inXlz5EAwQHKsGyB3wc5WmgQ1F9zc18x0HRd/otc2R7Oo1yRW5hXQCG5K5A9/wUge2pRiQVcBCsIurggmCNUhA==",
|
|
1369
|
+
"license": "MIT",
|
|
1370
|
+
"dependencies": {
|
|
1371
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1372
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1373
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1374
|
+
"@fluentui/react-popover": "^9.12.12",
|
|
1375
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1376
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1377
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1378
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1379
|
+
"@griffel/react": "^1.5.32",
|
|
1380
|
+
"@swc/helpers": "^0.5.1"
|
|
1381
|
+
},
|
|
1382
|
+
"peerDependencies": {
|
|
1383
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1384
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1385
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1386
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"node_modules/@fluentui/react-input": {
|
|
1390
|
+
"version": "9.7.11",
|
|
1391
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-input/-/react-input-9.7.11.tgz",
|
|
1392
|
+
"integrity": "sha512-ae/5ttJf25+J8akeEXpXRFqUAePPt2Moyfx4Tj0u7ZgG1U9IFbcBsshKEHAmIaygueXf6KdRyOduh1CF6a/D2w==",
|
|
1393
|
+
"license": "MIT",
|
|
1394
|
+
"dependencies": {
|
|
1395
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1396
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1397
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1398
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1399
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1400
|
+
"@griffel/react": "^1.5.32",
|
|
1401
|
+
"@swc/helpers": "^0.5.1"
|
|
1402
|
+
},
|
|
1403
|
+
"peerDependencies": {
|
|
1404
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1405
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1406
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1407
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1408
|
+
}
|
|
1409
|
+
},
|
|
1410
|
+
"node_modules/@fluentui/react-jsx-runtime": {
|
|
1411
|
+
"version": "9.3.3",
|
|
1412
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-jsx-runtime/-/react-jsx-runtime-9.3.3.tgz",
|
|
1413
|
+
"integrity": "sha512-KOy85JqR6MSmp7OKUk/IPleaRlUSWF247AM2Ksu9uEKzDBQ2MO3sYUt8X9457GZjIuKLn5J2Vk127W/Khe+/Bg==",
|
|
1414
|
+
"license": "MIT",
|
|
1415
|
+
"dependencies": {
|
|
1416
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1417
|
+
"@swc/helpers": "^0.5.1",
|
|
1418
|
+
"react-is": "^17.0.2"
|
|
1419
|
+
},
|
|
1420
|
+
"peerDependencies": {
|
|
1421
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1422
|
+
"react": ">=16.14.0 <20.0.0"
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"node_modules/@fluentui/react-label": {
|
|
1426
|
+
"version": "9.3.11",
|
|
1427
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-label/-/react-label-9.3.11.tgz",
|
|
1428
|
+
"integrity": "sha512-9LORj4JQJCbp2J5ftW7ZjDxzD3Y4BkszX3Y7L1mK8DPRVAKOuGiakbH7U0q7ClGOMhCinWIQJjKAwzPZLo7xgA==",
|
|
1429
|
+
"license": "MIT",
|
|
1430
|
+
"dependencies": {
|
|
1431
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1432
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1433
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1434
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1435
|
+
"@griffel/react": "^1.5.32",
|
|
1436
|
+
"@swc/helpers": "^0.5.1"
|
|
1437
|
+
},
|
|
1438
|
+
"peerDependencies": {
|
|
1439
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1440
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1441
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1442
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"node_modules/@fluentui/react-link": {
|
|
1446
|
+
"version": "9.7.0",
|
|
1447
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-link/-/react-link-9.7.0.tgz",
|
|
1448
|
+
"integrity": "sha512-NQ5Jhe5WBYfANSmIcl6fE/oBeh7G4iAq1FU9L/hyva5dxQ9OtiOpU5wxqVFLKEID/r144rhdtOZPL5AcAuJKdg==",
|
|
1449
|
+
"license": "MIT",
|
|
1450
|
+
"dependencies": {
|
|
1451
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1452
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1453
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1454
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1455
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1456
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1457
|
+
"@griffel/react": "^1.5.32",
|
|
1458
|
+
"@swc/helpers": "^0.5.1"
|
|
1459
|
+
},
|
|
1460
|
+
"peerDependencies": {
|
|
1461
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1462
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1463
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1464
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
"node_modules/@fluentui/react-list": {
|
|
1468
|
+
"version": "9.6.6",
|
|
1469
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-list/-/react-list-9.6.6.tgz",
|
|
1470
|
+
"integrity": "sha512-t0ret56WXP86rDfnhuRrWg/DuS2zZkomB/Nu444rVygE8hsjPUTm5DXx7JKy+sGKVLyFbtsbXNMICkbxhGSSRA==",
|
|
1471
|
+
"license": "MIT",
|
|
1472
|
+
"dependencies": {
|
|
1473
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1474
|
+
"@fluentui/react-checkbox": "^9.5.11",
|
|
1475
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1476
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1477
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1478
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1479
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1480
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1481
|
+
"@griffel/react": "^1.5.32",
|
|
1482
|
+
"@swc/helpers": "^0.5.1"
|
|
1483
|
+
},
|
|
1484
|
+
"peerDependencies": {
|
|
1485
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1486
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1487
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1488
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"node_modules/@fluentui/react-menu": {
|
|
1492
|
+
"version": "9.20.5",
|
|
1493
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-menu/-/react-menu-9.20.5.tgz",
|
|
1494
|
+
"integrity": "sha512-vshb/OXBZxvk+ghdmdVb2mJ/LJBYjlwpZRhWGJ8ZU0hmPTh74m5jTFWditSk8aL9oMvVuIo0MYLQyUJyJsFoqg==",
|
|
1495
|
+
"license": "MIT",
|
|
1496
|
+
"dependencies": {
|
|
1497
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1498
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1499
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1500
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1501
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1502
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1503
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
1504
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1505
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1506
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1507
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1508
|
+
"@griffel/react": "^1.5.32",
|
|
1509
|
+
"@swc/helpers": "^0.5.1"
|
|
1510
|
+
},
|
|
1511
|
+
"peerDependencies": {
|
|
1512
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1513
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1514
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1515
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"node_modules/@fluentui/react-message-bar": {
|
|
1519
|
+
"version": "9.6.14",
|
|
1520
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-message-bar/-/react-message-bar-9.6.14.tgz",
|
|
1521
|
+
"integrity": "sha512-UR4Uvkx4VHQyS04T5ikf9gYOH52dloo1vjmK+pFKiqRzZhflHEXID9R1AZFuuZ572KUMXnxRlyEevpXnWqE70w==",
|
|
1522
|
+
"license": "MIT",
|
|
1523
|
+
"dependencies": {
|
|
1524
|
+
"@fluentui/react-button": "^9.6.12",
|
|
1525
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1526
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1527
|
+
"@fluentui/react-link": "^9.7.0",
|
|
1528
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
1529
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
1530
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1531
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1532
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1533
|
+
"@griffel/react": "^1.5.32",
|
|
1534
|
+
"@swc/helpers": "^0.5.1"
|
|
1535
|
+
},
|
|
1536
|
+
"peerDependencies": {
|
|
1537
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1538
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1539
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1540
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1541
|
+
}
|
|
1542
|
+
},
|
|
1543
|
+
"node_modules/@fluentui/react-motion": {
|
|
1544
|
+
"version": "9.11.4",
|
|
1545
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-motion/-/react-motion-9.11.4.tgz",
|
|
1546
|
+
"integrity": "sha512-rLxz6DSAtp3O+W+mJnov2qXtvZkIgcC1BQOAyUH6tl6u2YmsC1/zRKWhVsf/WUgZwqu3G4jlq15ptyuCITAcDA==",
|
|
1547
|
+
"license": "MIT",
|
|
1548
|
+
"dependencies": {
|
|
1549
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1550
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1551
|
+
"@swc/helpers": "^0.5.1"
|
|
1552
|
+
},
|
|
1553
|
+
"peerDependencies": {
|
|
1554
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1555
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1556
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1557
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"node_modules/@fluentui/react-motion-components-preview": {
|
|
1561
|
+
"version": "0.14.1",
|
|
1562
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-motion-components-preview/-/react-motion-components-preview-0.14.1.tgz",
|
|
1563
|
+
"integrity": "sha512-+2MK7d2g3mD+6Z3o9/fitO+V4u5OKGeRUoUjwlU1v56JHP43hj+NCJynoe4Cym8FeSwTyipks6hvdqBF4W+jtw==",
|
|
1564
|
+
"license": "MIT",
|
|
1565
|
+
"dependencies": {
|
|
1566
|
+
"@fluentui/react-motion": "*",
|
|
1567
|
+
"@fluentui/react-utilities": "*",
|
|
1568
|
+
"@swc/helpers": "^0.5.1"
|
|
1569
|
+
},
|
|
1570
|
+
"peerDependencies": {
|
|
1571
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1572
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1573
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1574
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"node_modules/@fluentui/react-nav": {
|
|
1578
|
+
"version": "9.3.14",
|
|
1579
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-nav/-/react-nav-9.3.14.tgz",
|
|
1580
|
+
"integrity": "sha512-0Lylul5g/9y3Cay5qHLtzW4SB9kdkTmvjHSffPJZDKE/Wv7GBbDypBxoB+f2L1K4f0qzRJ1NvIiwatH4hAsUDA==",
|
|
1581
|
+
"license": "MIT",
|
|
1582
|
+
"dependencies": {
|
|
1583
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1584
|
+
"@fluentui/react-button": "^9.6.12",
|
|
1585
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1586
|
+
"@fluentui/react-divider": "^9.4.11",
|
|
1587
|
+
"@fluentui/react-drawer": "^9.10.9",
|
|
1588
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1589
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1590
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
1591
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
1592
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1593
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1594
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1595
|
+
"@fluentui/react-tooltip": "^9.8.11",
|
|
1596
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1597
|
+
"@griffel/react": "^1.5.32",
|
|
1598
|
+
"@swc/helpers": "^0.5.1"
|
|
1599
|
+
},
|
|
1600
|
+
"peerDependencies": {
|
|
1601
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1602
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1603
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1604
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"node_modules/@fluentui/react-overflow": {
|
|
1608
|
+
"version": "9.6.5",
|
|
1609
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-overflow/-/react-overflow-9.6.5.tgz",
|
|
1610
|
+
"integrity": "sha512-4MlXASDodkwk4QWhUPLgMbUPwDYAOAWDnQGJz4q6Hs9eZvx83dSpWdWjkmQ6mwjYf2HwooMkqsjR/kAFvg+ipg==",
|
|
1611
|
+
"license": "MIT",
|
|
1612
|
+
"dependencies": {
|
|
1613
|
+
"@fluentui/priority-overflow": "^9.2.1",
|
|
1614
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1615
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1616
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1617
|
+
"@griffel/react": "^1.5.32",
|
|
1618
|
+
"@swc/helpers": "^0.5.1"
|
|
1619
|
+
},
|
|
1620
|
+
"peerDependencies": {
|
|
1621
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1622
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1623
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1624
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1625
|
+
}
|
|
1626
|
+
},
|
|
1627
|
+
"node_modules/@fluentui/react-persona": {
|
|
1628
|
+
"version": "9.5.12",
|
|
1629
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-persona/-/react-persona-9.5.12.tgz",
|
|
1630
|
+
"integrity": "sha512-ja3t1o6XDJWCJnOVDTM48G7bFPAbNxcsQKwAPfiuROVu8ODbTQefutCHl0Hno40AsftQk6N4zGbKcn7BYSZ09Q==",
|
|
1631
|
+
"license": "MIT",
|
|
1632
|
+
"dependencies": {
|
|
1633
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
1634
|
+
"@fluentui/react-badge": "^9.4.11",
|
|
1635
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1636
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1637
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1638
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1639
|
+
"@griffel/react": "^1.5.32",
|
|
1640
|
+
"@swc/helpers": "^0.5.1"
|
|
1641
|
+
},
|
|
1642
|
+
"peerDependencies": {
|
|
1643
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1644
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1645
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1646
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"node_modules/@fluentui/react-popover": {
|
|
1650
|
+
"version": "9.12.12",
|
|
1651
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-popover/-/react-popover-9.12.12.tgz",
|
|
1652
|
+
"integrity": "sha512-IytuasB4b4lCnEhFC0OC66a3mzBSePLpg78/BceKYepuG7IC6iGuCwYartqSQCSUlSU12rT02/V0rqCO81f4Nw==",
|
|
1653
|
+
"license": "MIT",
|
|
1654
|
+
"dependencies": {
|
|
1655
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1656
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
1657
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1658
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1659
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
1660
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
1661
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1662
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1663
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1664
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1665
|
+
"@griffel/react": "^1.5.32",
|
|
1666
|
+
"@swc/helpers": "^0.5.1"
|
|
1667
|
+
},
|
|
1668
|
+
"peerDependencies": {
|
|
1669
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1670
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1671
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1672
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"node_modules/@fluentui/react-portal": {
|
|
1676
|
+
"version": "9.8.8",
|
|
1677
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-portal/-/react-portal-9.8.8.tgz",
|
|
1678
|
+
"integrity": "sha512-RVvhWYfcwIUYXiokgFw3oxb7Q6xox2e7jcsgFtheDm2X/BHT6WJigW4OaCjOkvugkBEYQkwgIpL9iS2QG3HMFA==",
|
|
1679
|
+
"license": "MIT",
|
|
1680
|
+
"dependencies": {
|
|
1681
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1682
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1683
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1684
|
+
"@griffel/react": "^1.5.32",
|
|
1685
|
+
"@swc/helpers": "^0.5.1"
|
|
1686
|
+
},
|
|
1687
|
+
"peerDependencies": {
|
|
1688
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1689
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1690
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1691
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"node_modules/@fluentui/react-positioning": {
|
|
1695
|
+
"version": "9.20.10",
|
|
1696
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-positioning/-/react-positioning-9.20.10.tgz",
|
|
1697
|
+
"integrity": "sha512-mjuiqh+urV5SzAP2NfzUzsvtWut0aNcO9m/jIuz374iTVGRfDNeVIl7aPI4yK5sdCDR6dGALiNMTFHpjz1YXyw==",
|
|
1698
|
+
"license": "MIT",
|
|
1699
|
+
"dependencies": {
|
|
1700
|
+
"@floating-ui/devtools": "^0.2.3",
|
|
1701
|
+
"@floating-ui/dom": "^1.6.12",
|
|
1702
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1703
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1704
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1705
|
+
"@griffel/react": "^1.5.32",
|
|
1706
|
+
"@swc/helpers": "^0.5.1",
|
|
1707
|
+
"use-sync-external-store": "^1.2.0"
|
|
1708
|
+
},
|
|
1709
|
+
"peerDependencies": {
|
|
1710
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1711
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1712
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1713
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
"node_modules/@fluentui/react-progress": {
|
|
1717
|
+
"version": "9.4.11",
|
|
1718
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-progress/-/react-progress-9.4.11.tgz",
|
|
1719
|
+
"integrity": "sha512-L0Yh2D0vLPJX0jYfc9VHf8c/idW+e/oRxYNXfrTrvtW1bX80bAmrXWgdRPr/VEtvbJh//2ol2TRmTTQsn2ECNQ==",
|
|
1720
|
+
"license": "MIT",
|
|
1721
|
+
"dependencies": {
|
|
1722
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1723
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1724
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1725
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1726
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1727
|
+
"@griffel/react": "^1.5.32",
|
|
1728
|
+
"@swc/helpers": "^0.5.1"
|
|
1729
|
+
},
|
|
1730
|
+
"peerDependencies": {
|
|
1731
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1732
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1733
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1734
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1737
|
+
"node_modules/@fluentui/react-provider": {
|
|
1738
|
+
"version": "9.22.11",
|
|
1739
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-provider/-/react-provider-9.22.11.tgz",
|
|
1740
|
+
"integrity": "sha512-XrinA7DVEqsPHeN9XljwTENiIQypiF9cmDYXHN9Emsz6Od4hnmsbt4pnR4Xsf+GcSxVtxkIImfgwtS0aENzYbQ==",
|
|
1741
|
+
"license": "MIT",
|
|
1742
|
+
"dependencies": {
|
|
1743
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1744
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1745
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1746
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1747
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1748
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1749
|
+
"@griffel/core": "^1.16.0",
|
|
1750
|
+
"@griffel/react": "^1.5.32",
|
|
1751
|
+
"@swc/helpers": "^0.5.1"
|
|
1752
|
+
},
|
|
1753
|
+
"peerDependencies": {
|
|
1754
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1755
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1756
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1757
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"node_modules/@fluentui/react-radio": {
|
|
1761
|
+
"version": "9.5.11",
|
|
1762
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-radio/-/react-radio-9.5.11.tgz",
|
|
1763
|
+
"integrity": "sha512-tMxCcqRSSYqYr6hy1dKkzS6LymRc8wM089vr4eBLPQCGCvi3OCd6P7XH8aIcXnzxE3+v03Gs7E/wbzi2CXN6gA==",
|
|
1764
|
+
"license": "MIT",
|
|
1765
|
+
"dependencies": {
|
|
1766
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1767
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1768
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1769
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1770
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1771
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1772
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1773
|
+
"@griffel/react": "^1.5.32",
|
|
1774
|
+
"@swc/helpers": "^0.5.1"
|
|
1775
|
+
},
|
|
1776
|
+
"peerDependencies": {
|
|
1777
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1778
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1779
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1780
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
"node_modules/@fluentui/react-rating": {
|
|
1784
|
+
"version": "9.3.11",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-rating/-/react-rating-9.3.11.tgz",
|
|
1786
|
+
"integrity": "sha512-9Bl/sESNbFTbz8peGt9vxLxHDO0AWvS12oMiQ80S1GQOt1ua4S9/SKC83OvyVLEdpBDpBkXTelNz5whczcWexQ==",
|
|
1787
|
+
"license": "MIT",
|
|
1788
|
+
"dependencies": {
|
|
1789
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1790
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1791
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1792
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1793
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1794
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1795
|
+
"@griffel/react": "^1.5.32",
|
|
1796
|
+
"@swc/helpers": "^0.5.1"
|
|
1797
|
+
},
|
|
1798
|
+
"peerDependencies": {
|
|
1799
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1800
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1801
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1802
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
"node_modules/@fluentui/react-search": {
|
|
1806
|
+
"version": "9.3.11",
|
|
1807
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-search/-/react-search-9.3.11.tgz",
|
|
1808
|
+
"integrity": "sha512-inLoPgbGnupfwhBxFS59mF/ThsntusfYp9TaaTB3SJmqfEEx6YXi5soxszzrXsNvrqpgEoCGIduRpEICuUz5pw==",
|
|
1809
|
+
"license": "MIT",
|
|
1810
|
+
"dependencies": {
|
|
1811
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1812
|
+
"@fluentui/react-input": "^9.7.11",
|
|
1813
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1814
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1815
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1816
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1817
|
+
"@griffel/react": "^1.5.32",
|
|
1818
|
+
"@swc/helpers": "^0.5.1"
|
|
1819
|
+
},
|
|
1820
|
+
"peerDependencies": {
|
|
1821
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1822
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1823
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1824
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"node_modules/@fluentui/react-select": {
|
|
1828
|
+
"version": "9.4.11",
|
|
1829
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-select/-/react-select-9.4.11.tgz",
|
|
1830
|
+
"integrity": "sha512-/mcdl/lkKccT+GKXu22y2/ANeLhFNUdjkOX+0rvBdl3u49xkqS9Y4Bi0zM1EhhTV2jE8+yjMjzPDzfzJaXVK1A==",
|
|
1831
|
+
"license": "MIT",
|
|
1832
|
+
"dependencies": {
|
|
1833
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1834
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1835
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1836
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1837
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1838
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1839
|
+
"@griffel/react": "^1.5.32",
|
|
1840
|
+
"@swc/helpers": "^0.5.1"
|
|
1841
|
+
},
|
|
1842
|
+
"peerDependencies": {
|
|
1843
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1844
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1845
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1846
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"node_modules/@fluentui/react-shared-contexts": {
|
|
1850
|
+
"version": "9.26.0",
|
|
1851
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-shared-contexts/-/react-shared-contexts-9.26.0.tgz",
|
|
1852
|
+
"integrity": "sha512-r52B+LUevs930pe45pFsppM9XNvY+ojgRgnDE+T/6aiwR/Mo4YoGrtjhLEzlQBeTGuySICTeaAiXfuH6Keo5Dg==",
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1856
|
+
"@swc/helpers": "^0.5.1"
|
|
1857
|
+
},
|
|
1858
|
+
"peerDependencies": {
|
|
1859
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1860
|
+
"react": ">=16.14.0 <20.0.0"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
"node_modules/@fluentui/react-skeleton": {
|
|
1864
|
+
"version": "9.4.11",
|
|
1865
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-skeleton/-/react-skeleton-9.4.11.tgz",
|
|
1866
|
+
"integrity": "sha512-nw6NlTBXS7lNSxsebLuADYQi9gJ83jFBFsFq+AGIpAoZLBOCHOhk8/XwV3vYtPwVrKcZtOtXqh9NdCqTR3OAIA==",
|
|
1867
|
+
"license": "MIT",
|
|
1868
|
+
"dependencies": {
|
|
1869
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1870
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1871
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1872
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1873
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1874
|
+
"@griffel/react": "^1.5.32",
|
|
1875
|
+
"@swc/helpers": "^0.5.1"
|
|
1876
|
+
},
|
|
1877
|
+
"peerDependencies": {
|
|
1878
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1879
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1880
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1881
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"node_modules/@fluentui/react-slider": {
|
|
1885
|
+
"version": "9.5.11",
|
|
1886
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-slider/-/react-slider-9.5.11.tgz",
|
|
1887
|
+
"integrity": "sha512-kxZKklJbcG/521muQaIDMdcftoClbwV7yMOcu8PMG+VXsaIuoandoBleBYdzM2XdpY62iK6vUPAMZWBZh3B5Ng==",
|
|
1888
|
+
"license": "MIT",
|
|
1889
|
+
"dependencies": {
|
|
1890
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1891
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1892
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1893
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1894
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1895
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1896
|
+
"@griffel/react": "^1.5.32",
|
|
1897
|
+
"@swc/helpers": "^0.5.1"
|
|
1898
|
+
},
|
|
1899
|
+
"peerDependencies": {
|
|
1900
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1901
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1902
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1903
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"node_modules/@fluentui/react-spinbutton": {
|
|
1907
|
+
"version": "9.5.11",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-spinbutton/-/react-spinbutton-9.5.11.tgz",
|
|
1909
|
+
"integrity": "sha512-pYR3RkJfks+0WV47KoDKD04D0pTHtT+lu3AeOpBlIswxtsb1gZEDmTrEHHNeLDKKVhWMWNoEPlxfXuX9tOh7yA==",
|
|
1910
|
+
"license": "MIT",
|
|
1911
|
+
"dependencies": {
|
|
1912
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
1913
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1914
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1915
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1916
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1917
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1918
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1919
|
+
"@griffel/react": "^1.5.32",
|
|
1920
|
+
"@swc/helpers": "^0.5.1"
|
|
1921
|
+
},
|
|
1922
|
+
"peerDependencies": {
|
|
1923
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1924
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1925
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1926
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"node_modules/@fluentui/react-spinner": {
|
|
1930
|
+
"version": "9.7.11",
|
|
1931
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-spinner/-/react-spinner-9.7.11.tgz",
|
|
1932
|
+
"integrity": "sha512-MhmAisICa3BzBNQH9CnLI5NVPTTXFo1Yaey8kbQPU+gVVF4vIGORB7M1MXSHFxZvojtFpBixiVHqRwh9mowJww==",
|
|
1933
|
+
"license": "MIT",
|
|
1934
|
+
"dependencies": {
|
|
1935
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1936
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1937
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1938
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1939
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1940
|
+
"@griffel/react": "^1.5.32",
|
|
1941
|
+
"@swc/helpers": "^0.5.1"
|
|
1942
|
+
},
|
|
1943
|
+
"peerDependencies": {
|
|
1944
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1945
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1946
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1947
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"node_modules/@fluentui/react-swatch-picker": {
|
|
1951
|
+
"version": "9.4.11",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-swatch-picker/-/react-swatch-picker-9.4.11.tgz",
|
|
1953
|
+
"integrity": "sha512-M/ZfHqo63F69y2ymEQDDN/BZuI3afeW3U+omyGZZoHts3rVCjPk6sKFemTRpUhGgGfxBdexWEPithZx3dk0IPA==",
|
|
1954
|
+
"license": "MIT",
|
|
1955
|
+
"dependencies": {
|
|
1956
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
1957
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1958
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1959
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1960
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1961
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1962
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1963
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1964
|
+
"@griffel/react": "^1.5.32",
|
|
1965
|
+
"@swc/helpers": "^0.5.1"
|
|
1966
|
+
},
|
|
1967
|
+
"peerDependencies": {
|
|
1968
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
1969
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
1970
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1971
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
"node_modules/@fluentui/react-switch": {
|
|
1975
|
+
"version": "9.4.11",
|
|
1976
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-switch/-/react-switch-9.4.11.tgz",
|
|
1977
|
+
"integrity": "sha512-/WDcoVFQ3I2fe5FTINfyVTIW6wuTgM5QkJgcwbU7HTANq/+wJ2f8wzywoI4x16cJOckBdy+ByDpW7uJ/Uvs8RA==",
|
|
1978
|
+
"license": "MIT",
|
|
1979
|
+
"dependencies": {
|
|
1980
|
+
"@fluentui/react-field": "^9.4.11",
|
|
1981
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
1982
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
1983
|
+
"@fluentui/react-label": "^9.3.11",
|
|
1984
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
1985
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
1986
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
1987
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
1988
|
+
"@griffel/react": "^1.5.32",
|
|
1989
|
+
"@swc/helpers": "^0.5.1"
|
|
1990
|
+
},
|
|
1991
|
+
"peerDependencies": {
|
|
1992
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
1993
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
1994
|
+
"react": ">=16.14.0 <20.0.0",
|
|
1995
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"node_modules/@fluentui/react-table": {
|
|
1999
|
+
"version": "9.19.5",
|
|
2000
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-table/-/react-table-9.19.5.tgz",
|
|
2001
|
+
"integrity": "sha512-In9egEdytjFd6N1RBZd5+3UgdXvEVDP7rz+/I79J10ui2+Nb7r9ah68m5CQB15AKA8F5XFDWPEGvGG3Tmuq4Jg==",
|
|
2002
|
+
"license": "MIT",
|
|
2003
|
+
"dependencies": {
|
|
2004
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2005
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2006
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
2007
|
+
"@fluentui/react-checkbox": "^9.5.11",
|
|
2008
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2009
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2010
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2011
|
+
"@fluentui/react-radio": "^9.5.11",
|
|
2012
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2013
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2014
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2015
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2016
|
+
"@griffel/react": "^1.5.32",
|
|
2017
|
+
"@swc/helpers": "^0.5.1"
|
|
2018
|
+
},
|
|
2019
|
+
"peerDependencies": {
|
|
2020
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2021
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2022
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2023
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"node_modules/@fluentui/react-tabs": {
|
|
2027
|
+
"version": "9.10.7",
|
|
2028
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tabs/-/react-tabs-9.10.7.tgz",
|
|
2029
|
+
"integrity": "sha512-Kfq6GxZXEKsMdGKmHWNMcEYOYHxl5+fXJOH6ZRgeR2FkHUsPUUe2BHaFnOMRSvCwzECvhOMYs+Ekqt7JzW3BWQ==",
|
|
2030
|
+
"license": "MIT",
|
|
2031
|
+
"dependencies": {
|
|
2032
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2033
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2034
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2035
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2036
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2037
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2038
|
+
"@griffel/react": "^1.5.32",
|
|
2039
|
+
"@swc/helpers": "^0.5.1"
|
|
2040
|
+
},
|
|
2041
|
+
"peerDependencies": {
|
|
2042
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2043
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2044
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2045
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"node_modules/@fluentui/react-tabster": {
|
|
2049
|
+
"version": "9.26.10",
|
|
2050
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tabster/-/react-tabster-9.26.10.tgz",
|
|
2051
|
+
"integrity": "sha512-KrddtwbnbgYVAnOkx1pQsMMgq7Kfi+lMRrUrDDJ9Y5X6wiXiajbWRRxYgKiOJc3MpeDCaTCEtjOWNG92vcinMw==",
|
|
2052
|
+
"license": "MIT",
|
|
2053
|
+
"dependencies": {
|
|
2054
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2055
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2056
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2057
|
+
"@griffel/react": "^1.5.32",
|
|
2058
|
+
"@swc/helpers": "^0.5.1",
|
|
2059
|
+
"keyborg": "^2.6.0",
|
|
2060
|
+
"tabster": "^8.5.5"
|
|
2061
|
+
},
|
|
2062
|
+
"peerDependencies": {
|
|
2063
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2064
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2065
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2066
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2069
|
+
"node_modules/@fluentui/react-tag-picker": {
|
|
2070
|
+
"version": "9.7.12",
|
|
2071
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tag-picker/-/react-tag-picker-9.7.12.tgz",
|
|
2072
|
+
"integrity": "sha512-OJucCDub6b3ceGL6v2UXL+SD3x6nJMbmJ70v38BmrA9t3fNcDvn6RnsfHhF2O0pRGGUOrXbK7vDwVhUAG4Py8w==",
|
|
2073
|
+
"license": "MIT",
|
|
2074
|
+
"dependencies": {
|
|
2075
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2076
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2077
|
+
"@fluentui/react-combobox": "^9.16.12",
|
|
2078
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2079
|
+
"@fluentui/react-field": "^9.4.11",
|
|
2080
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2081
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2082
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
2083
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
2084
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2085
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2086
|
+
"@fluentui/react-tags": "^9.7.12",
|
|
2087
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2088
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2089
|
+
"@griffel/react": "^1.5.32",
|
|
2090
|
+
"@swc/helpers": "^0.5.1"
|
|
2091
|
+
},
|
|
2092
|
+
"peerDependencies": {
|
|
2093
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2094
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2095
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2096
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
"node_modules/@fluentui/react-tags": {
|
|
2100
|
+
"version": "9.7.12",
|
|
2101
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tags/-/react-tags-9.7.12.tgz",
|
|
2102
|
+
"integrity": "sha512-G7pxP0GGa6J/7mYvB9ycOmD9Jpm6ByUz6JsJI4OBL9UnhenUVTtE7ZKJ9GJ0SiG0GVxS152aSlOR7NLHV7mCqw==",
|
|
2103
|
+
"license": "MIT",
|
|
2104
|
+
"dependencies": {
|
|
2105
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2106
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2107
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
2108
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2109
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2110
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2111
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2112
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2113
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2114
|
+
"@griffel/react": "^1.5.32",
|
|
2115
|
+
"@swc/helpers": "^0.5.1"
|
|
2116
|
+
},
|
|
2117
|
+
"peerDependencies": {
|
|
2118
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2119
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2120
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2121
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2122
|
+
}
|
|
2123
|
+
},
|
|
2124
|
+
"node_modules/@fluentui/react-teaching-popover": {
|
|
2125
|
+
"version": "9.6.12",
|
|
2126
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-teaching-popover/-/react-teaching-popover-9.6.12.tgz",
|
|
2127
|
+
"integrity": "sha512-Ugo5SQ3yzSlxUWkeeEdumTWTw662KDh3UPc6RGhU0Jq13skpmsClSJL678BZwsYdAaJXvvG9Bi4PjPeezeB/SA==",
|
|
2128
|
+
"license": "MIT",
|
|
2129
|
+
"dependencies": {
|
|
2130
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2131
|
+
"@fluentui/react-button": "^9.6.12",
|
|
2132
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2133
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2134
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2135
|
+
"@fluentui/react-popover": "^9.12.12",
|
|
2136
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2137
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2138
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2139
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2140
|
+
"@griffel/react": "^1.5.32",
|
|
2141
|
+
"@swc/helpers": "^0.5.1",
|
|
2142
|
+
"use-sync-external-store": "^1.2.0"
|
|
2143
|
+
},
|
|
2144
|
+
"peerDependencies": {
|
|
2145
|
+
"@types/react": ">=16.8.0 <20.0.0",
|
|
2146
|
+
"@types/react-dom": ">=16.8.0 <20.0.0",
|
|
2147
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2148
|
+
"react-dom": ">=16.8.0 <20.0.0"
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"node_modules/@fluentui/react-text": {
|
|
2152
|
+
"version": "9.6.11",
|
|
2153
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-text/-/react-text-9.6.11.tgz",
|
|
2154
|
+
"integrity": "sha512-U7EiCesOWjkALf7LM6sy+yvE59Px3c6f27jg4aa21UMo61HCVNbjKV8Lz6GzEftEvv++/EZ25yZBiQcKgh/5iA==",
|
|
2155
|
+
"license": "MIT",
|
|
2156
|
+
"dependencies": {
|
|
2157
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2158
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2159
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2160
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2161
|
+
"@griffel/react": "^1.5.32",
|
|
2162
|
+
"@swc/helpers": "^0.5.1"
|
|
2163
|
+
},
|
|
2164
|
+
"peerDependencies": {
|
|
2165
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2166
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2167
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2168
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
"node_modules/@fluentui/react-textarea": {
|
|
2172
|
+
"version": "9.6.11",
|
|
2173
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-textarea/-/react-textarea-9.6.11.tgz",
|
|
2174
|
+
"integrity": "sha512-5ds8u8hzSqj8cOy0e7HJWjUMq1aO0MIJiaNt/SyIxoZFvsklj/2yaMRVXpWxr3GvX5bzScvFoBY53gPdLKtE/g==",
|
|
2175
|
+
"license": "MIT",
|
|
2176
|
+
"dependencies": {
|
|
2177
|
+
"@fluentui/react-field": "^9.4.11",
|
|
2178
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2179
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2180
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2181
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2182
|
+
"@griffel/react": "^1.5.32",
|
|
2183
|
+
"@swc/helpers": "^0.5.1"
|
|
2184
|
+
},
|
|
2185
|
+
"peerDependencies": {
|
|
2186
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2187
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2188
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2189
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2192
|
+
"node_modules/@fluentui/react-theme": {
|
|
2193
|
+
"version": "9.2.0",
|
|
2194
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-theme/-/react-theme-9.2.0.tgz",
|
|
2195
|
+
"integrity": "sha512-Q0zp/MY1m5RjlkcwMcjn/PQRT2T+q3bgxuxWbhgaD07V+tLzBhGROvuqbsdg4YWF/IK21zPfLhmGyifhEu0DnQ==",
|
|
2196
|
+
"license": "MIT",
|
|
2197
|
+
"dependencies": {
|
|
2198
|
+
"@fluentui/tokens": "1.0.0-alpha.22",
|
|
2199
|
+
"@swc/helpers": "^0.5.1"
|
|
2200
|
+
}
|
|
2201
|
+
},
|
|
2202
|
+
"node_modules/@fluentui/react-toast": {
|
|
2203
|
+
"version": "9.7.9",
|
|
2204
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-toast/-/react-toast-9.7.9.tgz",
|
|
2205
|
+
"integrity": "sha512-PaFh2CwVK4tgvRzBMb46ODHsB+ZYSYE8mx735vqgIG8Oj1AL3wZ5Y9TrjJGxn/lppZgtnwLgt4GQ+GI7MM+e+g==",
|
|
2206
|
+
"license": "MIT",
|
|
2207
|
+
"dependencies": {
|
|
2208
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2209
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2210
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2211
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2212
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
2213
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
2214
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
2215
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2216
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2217
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2218
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2219
|
+
"@griffel/react": "^1.5.32",
|
|
2220
|
+
"@swc/helpers": "^0.5.1"
|
|
2221
|
+
},
|
|
2222
|
+
"peerDependencies": {
|
|
2223
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2224
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2225
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2226
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"node_modules/@fluentui/react-toolbar": {
|
|
2230
|
+
"version": "9.6.12",
|
|
2231
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-toolbar/-/react-toolbar-9.6.12.tgz",
|
|
2232
|
+
"integrity": "sha512-AuOZvp6Jcc/Sngk0OddTsHlJVU/u9mVEw6JDhsCYiwKeq04kdgfco1sjSTGjDhJbf1SnkhmyR6YN16SrpVQWtA==",
|
|
2233
|
+
"license": "MIT",
|
|
2234
|
+
"dependencies": {
|
|
2235
|
+
"@fluentui/react-button": "^9.6.12",
|
|
2236
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2237
|
+
"@fluentui/react-divider": "^9.4.11",
|
|
2238
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2239
|
+
"@fluentui/react-radio": "^9.5.11",
|
|
2240
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2241
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2242
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2243
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2244
|
+
"@griffel/react": "^1.5.32",
|
|
2245
|
+
"@swc/helpers": "^0.5.1"
|
|
2246
|
+
},
|
|
2247
|
+
"peerDependencies": {
|
|
2248
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2249
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2250
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2251
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
"node_modules/@fluentui/react-tooltip": {
|
|
2255
|
+
"version": "9.8.11",
|
|
2256
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tooltip/-/react-tooltip-9.8.11.tgz",
|
|
2257
|
+
"integrity": "sha512-ke7Hbom3dtC3f9QjJG/F7QfNfukwTtAhoYLmwwQnXYTh/CIVxoC2rVh4c/V8jUD0lnjNPBZZ5ttVUopWljHuFg==",
|
|
2258
|
+
"license": "MIT",
|
|
2259
|
+
"dependencies": {
|
|
2260
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2261
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2262
|
+
"@fluentui/react-portal": "^9.8.8",
|
|
2263
|
+
"@fluentui/react-positioning": "^9.20.10",
|
|
2264
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2265
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2266
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2267
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2268
|
+
"@griffel/react": "^1.5.32",
|
|
2269
|
+
"@swc/helpers": "^0.5.1"
|
|
2270
|
+
},
|
|
2271
|
+
"peerDependencies": {
|
|
2272
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2273
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2274
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2275
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"node_modules/@fluentui/react-tree": {
|
|
2279
|
+
"version": "9.15.6",
|
|
2280
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-tree/-/react-tree-9.15.6.tgz",
|
|
2281
|
+
"integrity": "sha512-L/uc+SgwXW8DXgSZsyIg5tQkixfrGllANg0I2578WRlfOkERehkg1eSW8Uib/Mbk+W3tB0I8CL20ifoSTL7Ztw==",
|
|
2282
|
+
"license": "MIT",
|
|
2283
|
+
"dependencies": {
|
|
2284
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2285
|
+
"@fluentui/react-aria": "^9.17.6",
|
|
2286
|
+
"@fluentui/react-avatar": "^9.9.12",
|
|
2287
|
+
"@fluentui/react-button": "^9.6.12",
|
|
2288
|
+
"@fluentui/react-checkbox": "^9.5.11",
|
|
2289
|
+
"@fluentui/react-context-selector": "^9.2.12",
|
|
2290
|
+
"@fluentui/react-icons": "^2.0.245",
|
|
2291
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2292
|
+
"@fluentui/react-motion": "^9.11.4",
|
|
2293
|
+
"@fluentui/react-motion-components-preview": "^0.14.1",
|
|
2294
|
+
"@fluentui/react-radio": "^9.5.11",
|
|
2295
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2296
|
+
"@fluentui/react-tabster": "^9.26.10",
|
|
2297
|
+
"@fluentui/react-theme": "^9.2.0",
|
|
2298
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2299
|
+
"@griffel/react": "^1.5.32",
|
|
2300
|
+
"@swc/helpers": "^0.5.1"
|
|
2301
|
+
},
|
|
2302
|
+
"peerDependencies": {
|
|
2303
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2304
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2305
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2306
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2307
|
+
}
|
|
2308
|
+
},
|
|
2309
|
+
"node_modules/@fluentui/react-utilities": {
|
|
2310
|
+
"version": "9.25.4",
|
|
2311
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-utilities/-/react-utilities-9.25.4.tgz",
|
|
2312
|
+
"integrity": "sha512-vvEIFTfqkcBnKNJhlm8csdGNtOWDWDkqAM4tGlW7jLlFrhNkOfDsqdNuBElENPNJ1foHyVTF5ZSr20kVoKWPjQ==",
|
|
2313
|
+
"license": "MIT",
|
|
2314
|
+
"dependencies": {
|
|
2315
|
+
"@fluentui/keyboard-keys": "^9.0.8",
|
|
2316
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2317
|
+
"@swc/helpers": "^0.5.1"
|
|
2318
|
+
},
|
|
2319
|
+
"peerDependencies": {
|
|
2320
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2321
|
+
"react": ">=16.14.0 <20.0.0"
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
"node_modules/@fluentui/react-virtualizer": {
|
|
2325
|
+
"version": "9.0.0-alpha.107",
|
|
2326
|
+
"resolved": "https://registry.npmjs.org/@fluentui/react-virtualizer/-/react-virtualizer-9.0.0-alpha.107.tgz",
|
|
2327
|
+
"integrity": "sha512-zpTVzJB2BUNv7QdTUlLSBMCbt/EfALRuls/u/8FYaO4PGOFVeS3equytyxSOizz9zJZVhm8sjdp326DEQNiaPA==",
|
|
2328
|
+
"license": "MIT",
|
|
2329
|
+
"dependencies": {
|
|
2330
|
+
"@fluentui/react-jsx-runtime": "^9.3.3",
|
|
2331
|
+
"@fluentui/react-shared-contexts": "^9.26.0",
|
|
2332
|
+
"@fluentui/react-utilities": "^9.25.4",
|
|
2333
|
+
"@griffel/react": "^1.5.32",
|
|
2334
|
+
"@swc/helpers": "^0.5.1"
|
|
2335
|
+
},
|
|
2336
|
+
"peerDependencies": {
|
|
2337
|
+
"@types/react": ">=16.14.0 <20.0.0",
|
|
2338
|
+
"@types/react-dom": ">=16.9.0 <20.0.0",
|
|
2339
|
+
"react": ">=16.14.0 <20.0.0",
|
|
2340
|
+
"react-dom": ">=16.14.0 <20.0.0"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"node_modules/@fluentui/tokens": {
|
|
2344
|
+
"version": "1.0.0-alpha.22",
|
|
2345
|
+
"resolved": "https://registry.npmjs.org/@fluentui/tokens/-/tokens-1.0.0-alpha.22.tgz",
|
|
2346
|
+
"integrity": "sha512-i9fgYyyCWFRdUi+vQwnV6hp7wpLGK4p09B+O/f2u71GBXzPuniubPYvrIJYtl444DD6shLjYToJhQ1S6XTFwLg==",
|
|
2347
|
+
"license": "MIT",
|
|
2348
|
+
"dependencies": {
|
|
2349
|
+
"@swc/helpers": "^0.5.1"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
"node_modules/@griffel/core": {
|
|
2353
|
+
"version": "1.19.2",
|
|
2354
|
+
"resolved": "https://registry.npmjs.org/@griffel/core/-/core-1.19.2.tgz",
|
|
2355
|
+
"integrity": "sha512-WkB/QQkjy9dE4vrNYGhQvRRUHFkYVOuaznVOMNTDT4pS9aTJ9XPrMTXXlkpcwaf0D3vNKoerj4zAwnU2lBzbOg==",
|
|
2356
|
+
"license": "MIT",
|
|
2357
|
+
"dependencies": {
|
|
2358
|
+
"@emotion/hash": "^0.9.0",
|
|
2359
|
+
"@griffel/style-types": "^1.3.0",
|
|
2360
|
+
"csstype": "^3.1.3",
|
|
2361
|
+
"rtl-css-js": "^1.16.1",
|
|
2362
|
+
"stylis": "^4.2.0",
|
|
2363
|
+
"tslib": "^2.1.0"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"node_modules/@griffel/react": {
|
|
2367
|
+
"version": "1.5.32",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/@griffel/react/-/react-1.5.32.tgz",
|
|
2369
|
+
"integrity": "sha512-jN3SmSwAUcWFUQuQ9jlhqZ5ELtKY21foaUR0q1mJtiAeSErVgjkpKJyMLRYpvaFGWrDql0Uz23nXUogXbsS2wQ==",
|
|
2370
|
+
"license": "MIT",
|
|
2371
|
+
"dependencies": {
|
|
2372
|
+
"@griffel/core": "^1.19.2",
|
|
2373
|
+
"tslib": "^2.1.0"
|
|
2374
|
+
},
|
|
2375
|
+
"peerDependencies": {
|
|
2376
|
+
"react": ">=16.8.0 <20.0.0"
|
|
2377
|
+
}
|
|
2378
|
+
},
|
|
2379
|
+
"node_modules/@griffel/style-types": {
|
|
2380
|
+
"version": "1.3.0",
|
|
2381
|
+
"resolved": "https://registry.npmjs.org/@griffel/style-types/-/style-types-1.3.0.tgz",
|
|
2382
|
+
"integrity": "sha512-bHwD3sUE84Xwv4dH011gOKe1jul77M1S6ZFN9Tnq8pvZ48UMdY//vtES6fv7GRS5wXYT4iqxQPBluAiYAfkpmw==",
|
|
2383
|
+
"license": "MIT",
|
|
2384
|
+
"dependencies": {
|
|
2385
|
+
"csstype": "^3.1.3"
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
"node_modules/@jridgewell/gen-mapping": {
|
|
2389
|
+
"version": "0.3.13",
|
|
2390
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
|
|
2391
|
+
"integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
|
|
2392
|
+
"dev": true,
|
|
2393
|
+
"license": "MIT",
|
|
2394
|
+
"dependencies": {
|
|
2395
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
2396
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"node_modules/@jridgewell/remapping": {
|
|
2400
|
+
"version": "2.3.5",
|
|
2401
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
|
|
2402
|
+
"integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
|
|
2403
|
+
"dev": true,
|
|
2404
|
+
"license": "MIT",
|
|
2405
|
+
"dependencies": {
|
|
2406
|
+
"@jridgewell/gen-mapping": "^0.3.5",
|
|
2407
|
+
"@jridgewell/trace-mapping": "^0.3.24"
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
"node_modules/@jridgewell/resolve-uri": {
|
|
2411
|
+
"version": "3.1.2",
|
|
2412
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
2413
|
+
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
2414
|
+
"dev": true,
|
|
2415
|
+
"license": "MIT",
|
|
2416
|
+
"engines": {
|
|
2417
|
+
"node": ">=6.0.0"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
2421
|
+
"version": "1.5.5",
|
|
2422
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
2423
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
2424
|
+
"dev": true,
|
|
2425
|
+
"license": "MIT"
|
|
2426
|
+
},
|
|
2427
|
+
"node_modules/@jridgewell/trace-mapping": {
|
|
2428
|
+
"version": "0.3.31",
|
|
2429
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
|
|
2430
|
+
"integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
|
|
2431
|
+
"dev": true,
|
|
2432
|
+
"license": "MIT",
|
|
2433
|
+
"dependencies": {
|
|
2434
|
+
"@jridgewell/resolve-uri": "^3.1.0",
|
|
2435
|
+
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
"node_modules/@pptb/types": {
|
|
2439
|
+
"version": "1.0.8",
|
|
2440
|
+
"resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.0.8.tgz",
|
|
2441
|
+
"integrity": "sha512-qGjif4qCFvGsHFB4Ly0xcvfTMkr+IB9WXh2/Zn0/C//orX6IBpnlSXn2D3xUjj69a9hAiqjVMhNJ1fpJJNqO7g==",
|
|
2442
|
+
"dev": true,
|
|
2443
|
+
"license": "GPL-3.0"
|
|
2444
|
+
},
|
|
2445
|
+
"node_modules/@rolldown/pluginutils": {
|
|
2446
|
+
"version": "1.0.0-beta.27",
|
|
2447
|
+
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
|
|
2448
|
+
"integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
|
|
2449
|
+
"dev": true,
|
|
2450
|
+
"license": "MIT"
|
|
2451
|
+
},
|
|
2452
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
2453
|
+
"version": "4.53.2",
|
|
2454
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.2.tgz",
|
|
2455
|
+
"integrity": "sha512-yDPzwsgiFO26RJA4nZo8I+xqzh7sJTZIWQOxn+/XOdPE31lAvLIYCKqjV+lNH/vxE2L2iH3plKxDCRK6i+CwhA==",
|
|
2456
|
+
"cpu": [
|
|
2457
|
+
"arm"
|
|
2458
|
+
],
|
|
2459
|
+
"dev": true,
|
|
2460
|
+
"license": "MIT",
|
|
2461
|
+
"optional": true,
|
|
2462
|
+
"os": [
|
|
2463
|
+
"android"
|
|
2464
|
+
]
|
|
2465
|
+
},
|
|
2466
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
2467
|
+
"version": "4.53.2",
|
|
2468
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.2.tgz",
|
|
2469
|
+
"integrity": "sha512-k8FontTxIE7b0/OGKeSN5B6j25EuppBcWM33Z19JoVT7UTXFSo3D9CdU39wGTeb29NO3XxpMNauh09B+Ibw+9g==",
|
|
2470
|
+
"cpu": [
|
|
2471
|
+
"arm64"
|
|
2472
|
+
],
|
|
2473
|
+
"dev": true,
|
|
2474
|
+
"license": "MIT",
|
|
2475
|
+
"optional": true,
|
|
2476
|
+
"os": [
|
|
2477
|
+
"android"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
2481
|
+
"version": "4.53.2",
|
|
2482
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.2.tgz",
|
|
2483
|
+
"integrity": "sha512-A6s4gJpomNBtJ2yioj8bflM2oogDwzUiMl2yNJ2v9E7++sHrSrsQ29fOfn5DM/iCzpWcebNYEdXpaK4tr2RhfQ==",
|
|
2484
|
+
"cpu": [
|
|
2485
|
+
"arm64"
|
|
2486
|
+
],
|
|
2487
|
+
"dev": true,
|
|
2488
|
+
"license": "MIT",
|
|
2489
|
+
"optional": true,
|
|
2490
|
+
"os": [
|
|
2491
|
+
"darwin"
|
|
2492
|
+
]
|
|
2493
|
+
},
|
|
2494
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
2495
|
+
"version": "4.53.2",
|
|
2496
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.2.tgz",
|
|
2497
|
+
"integrity": "sha512-e6XqVmXlHrBlG56obu9gDRPW3O3hLxpwHpLsBJvuI8qqnsrtSZ9ERoWUXtPOkY8c78WghyPHZdmPhHLWNdAGEw==",
|
|
2498
|
+
"cpu": [
|
|
2499
|
+
"x64"
|
|
2500
|
+
],
|
|
2501
|
+
"dev": true,
|
|
2502
|
+
"license": "MIT",
|
|
2503
|
+
"optional": true,
|
|
2504
|
+
"os": [
|
|
2505
|
+
"darwin"
|
|
2506
|
+
]
|
|
2507
|
+
},
|
|
2508
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
2509
|
+
"version": "4.53.2",
|
|
2510
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.2.tgz",
|
|
2511
|
+
"integrity": "sha512-v0E9lJW8VsrwPux5Qe5CwmH/CF/2mQs6xU1MF3nmUxmZUCHazCjLgYvToOk+YuuUqLQBio1qkkREhxhc656ViA==",
|
|
2512
|
+
"cpu": [
|
|
2513
|
+
"arm64"
|
|
2514
|
+
],
|
|
2515
|
+
"dev": true,
|
|
2516
|
+
"license": "MIT",
|
|
2517
|
+
"optional": true,
|
|
2518
|
+
"os": [
|
|
2519
|
+
"freebsd"
|
|
2520
|
+
]
|
|
2521
|
+
},
|
|
2522
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
2523
|
+
"version": "4.53.2",
|
|
2524
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.2.tgz",
|
|
2525
|
+
"integrity": "sha512-ClAmAPx3ZCHtp6ysl4XEhWU69GUB1D+s7G9YjHGhIGCSrsg00nEGRRZHmINYxkdoJehde8VIsDC5t9C0gb6yqA==",
|
|
2526
|
+
"cpu": [
|
|
2527
|
+
"x64"
|
|
2528
|
+
],
|
|
2529
|
+
"dev": true,
|
|
2530
|
+
"license": "MIT",
|
|
2531
|
+
"optional": true,
|
|
2532
|
+
"os": [
|
|
2533
|
+
"freebsd"
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2536
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
2537
|
+
"version": "4.53.2",
|
|
2538
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.2.tgz",
|
|
2539
|
+
"integrity": "sha512-EPlb95nUsz6Dd9Qy13fI5kUPXNSljaG9FiJ4YUGU1O/Q77i5DYFW5KR8g1OzTcdZUqQQ1KdDqsTohdFVwCwjqg==",
|
|
2540
|
+
"cpu": [
|
|
2541
|
+
"arm"
|
|
2542
|
+
],
|
|
2543
|
+
"dev": true,
|
|
2544
|
+
"license": "MIT",
|
|
2545
|
+
"optional": true,
|
|
2546
|
+
"os": [
|
|
2547
|
+
"linux"
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
2551
|
+
"version": "4.53.2",
|
|
2552
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.2.tgz",
|
|
2553
|
+
"integrity": "sha512-BOmnVW+khAUX+YZvNfa0tGTEMVVEerOxN0pDk2E6N6DsEIa2Ctj48FOMfNDdrwinocKaC7YXUZ1pHlKpnkja/Q==",
|
|
2554
|
+
"cpu": [
|
|
2555
|
+
"arm"
|
|
2556
|
+
],
|
|
2557
|
+
"dev": true,
|
|
2558
|
+
"license": "MIT",
|
|
2559
|
+
"optional": true,
|
|
2560
|
+
"os": [
|
|
2561
|
+
"linux"
|
|
2562
|
+
]
|
|
2563
|
+
},
|
|
2564
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
2565
|
+
"version": "4.53.2",
|
|
2566
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.2.tgz",
|
|
2567
|
+
"integrity": "sha512-Xt2byDZ+6OVNuREgBXr4+CZDJtrVso5woFtpKdGPhpTPHcNG7D8YXeQzpNbFRxzTVqJf7kvPMCub/pcGUWgBjA==",
|
|
2568
|
+
"cpu": [
|
|
2569
|
+
"arm64"
|
|
2570
|
+
],
|
|
2571
|
+
"dev": true,
|
|
2572
|
+
"license": "MIT",
|
|
2573
|
+
"optional": true,
|
|
2574
|
+
"os": [
|
|
2575
|
+
"linux"
|
|
2576
|
+
]
|
|
2577
|
+
},
|
|
2578
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
2579
|
+
"version": "4.53.2",
|
|
2580
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.2.tgz",
|
|
2581
|
+
"integrity": "sha512-+LdZSldy/I9N8+klim/Y1HsKbJ3BbInHav5qE9Iy77dtHC/pibw1SR/fXlWyAk0ThnpRKoODwnAuSjqxFRDHUQ==",
|
|
2582
|
+
"cpu": [
|
|
2583
|
+
"arm64"
|
|
2584
|
+
],
|
|
2585
|
+
"dev": true,
|
|
2586
|
+
"license": "MIT",
|
|
2587
|
+
"optional": true,
|
|
2588
|
+
"os": [
|
|
2589
|
+
"linux"
|
|
2590
|
+
]
|
|
2591
|
+
},
|
|
2592
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
2593
|
+
"version": "4.53.2",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.2.tgz",
|
|
2595
|
+
"integrity": "sha512-8ms8sjmyc1jWJS6WdNSA23rEfdjWB30LH8Wqj0Cqvv7qSHnvw6kgMMXRdop6hkmGPlyYBdRPkjJnj3KCUHV/uQ==",
|
|
2596
|
+
"cpu": [
|
|
2597
|
+
"loong64"
|
|
2598
|
+
],
|
|
2599
|
+
"dev": true,
|
|
2600
|
+
"license": "MIT",
|
|
2601
|
+
"optional": true,
|
|
2602
|
+
"os": [
|
|
2603
|
+
"linux"
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2606
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
2607
|
+
"version": "4.53.2",
|
|
2608
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.2.tgz",
|
|
2609
|
+
"integrity": "sha512-3HRQLUQbpBDMmzoxPJYd3W6vrVHOo2cVW8RUo87Xz0JPJcBLBr5kZ1pGcQAhdZgX9VV7NbGNipah1omKKe23/g==",
|
|
2610
|
+
"cpu": [
|
|
2611
|
+
"ppc64"
|
|
2612
|
+
],
|
|
2613
|
+
"dev": true,
|
|
2614
|
+
"license": "MIT",
|
|
2615
|
+
"optional": true,
|
|
2616
|
+
"os": [
|
|
2617
|
+
"linux"
|
|
2618
|
+
]
|
|
2619
|
+
},
|
|
2620
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
2621
|
+
"version": "4.53.2",
|
|
2622
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.2.tgz",
|
|
2623
|
+
"integrity": "sha512-fMjKi+ojnmIvhk34gZP94vjogXNNUKMEYs+EDaB/5TG/wUkoeua7p7VCHnE6T2Tx+iaghAqQX8teQzcvrYpaQA==",
|
|
2624
|
+
"cpu": [
|
|
2625
|
+
"riscv64"
|
|
2626
|
+
],
|
|
2627
|
+
"dev": true,
|
|
2628
|
+
"license": "MIT",
|
|
2629
|
+
"optional": true,
|
|
2630
|
+
"os": [
|
|
2631
|
+
"linux"
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
2635
|
+
"version": "4.53.2",
|
|
2636
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.2.tgz",
|
|
2637
|
+
"integrity": "sha512-XuGFGU+VwUUV5kLvoAdi0Wz5Xbh2SrjIxCtZj6Wq8MDp4bflb/+ThZsVxokM7n0pcbkEr2h5/pzqzDYI7cCgLQ==",
|
|
2638
|
+
"cpu": [
|
|
2639
|
+
"riscv64"
|
|
2640
|
+
],
|
|
2641
|
+
"dev": true,
|
|
2642
|
+
"license": "MIT",
|
|
2643
|
+
"optional": true,
|
|
2644
|
+
"os": [
|
|
2645
|
+
"linux"
|
|
2646
|
+
]
|
|
2647
|
+
},
|
|
2648
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
2649
|
+
"version": "4.53.2",
|
|
2650
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.2.tgz",
|
|
2651
|
+
"integrity": "sha512-w6yjZF0P+NGzWR3AXWX9zc0DNEGdtvykB03uhonSHMRa+oWA6novflo2WaJr6JZakG2ucsyb+rvhrKac6NIy+w==",
|
|
2652
|
+
"cpu": [
|
|
2653
|
+
"s390x"
|
|
2654
|
+
],
|
|
2655
|
+
"dev": true,
|
|
2656
|
+
"license": "MIT",
|
|
2657
|
+
"optional": true,
|
|
2658
|
+
"os": [
|
|
2659
|
+
"linux"
|
|
2660
|
+
]
|
|
2661
|
+
},
|
|
2662
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
2663
|
+
"version": "4.53.2",
|
|
2664
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.2.tgz",
|
|
2665
|
+
"integrity": "sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==",
|
|
2666
|
+
"cpu": [
|
|
2667
|
+
"x64"
|
|
2668
|
+
],
|
|
2669
|
+
"dev": true,
|
|
2670
|
+
"license": "MIT",
|
|
2671
|
+
"optional": true,
|
|
2672
|
+
"os": [
|
|
2673
|
+
"linux"
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2676
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
2677
|
+
"version": "4.53.2",
|
|
2678
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.2.tgz",
|
|
2679
|
+
"integrity": "sha512-ah59c1YkCxKExPP8O9PwOvs+XRLKwh/mV+3YdKqQ5AMQ0r4M4ZDuOrpWkUaqO7fzAHdINzV9tEVu8vNw48z0lA==",
|
|
2680
|
+
"cpu": [
|
|
2681
|
+
"x64"
|
|
2682
|
+
],
|
|
2683
|
+
"dev": true,
|
|
2684
|
+
"license": "MIT",
|
|
2685
|
+
"optional": true,
|
|
2686
|
+
"os": [
|
|
2687
|
+
"linux"
|
|
2688
|
+
]
|
|
2689
|
+
},
|
|
2690
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
2691
|
+
"version": "4.53.2",
|
|
2692
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.2.tgz",
|
|
2693
|
+
"integrity": "sha512-4VEd19Wmhr+Zy7hbUsFZ6YXEiP48hE//KPLCSVNY5RMGX2/7HZ+QkN55a3atM1C/BZCGIgqN+xrVgtdak2S9+A==",
|
|
2694
|
+
"cpu": [
|
|
2695
|
+
"arm64"
|
|
2696
|
+
],
|
|
2697
|
+
"dev": true,
|
|
2698
|
+
"license": "MIT",
|
|
2699
|
+
"optional": true,
|
|
2700
|
+
"os": [
|
|
2701
|
+
"openharmony"
|
|
2702
|
+
]
|
|
2703
|
+
},
|
|
2704
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
2705
|
+
"version": "4.53.2",
|
|
2706
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.2.tgz",
|
|
2707
|
+
"integrity": "sha512-IlbHFYc/pQCgew/d5fslcy1KEaYVCJ44G8pajugd8VoOEI8ODhtb/j8XMhLpwHCMB3yk2J07ctup10gpw2nyMA==",
|
|
2708
|
+
"cpu": [
|
|
2709
|
+
"arm64"
|
|
2710
|
+
],
|
|
2711
|
+
"dev": true,
|
|
2712
|
+
"license": "MIT",
|
|
2713
|
+
"optional": true,
|
|
2714
|
+
"os": [
|
|
2715
|
+
"win32"
|
|
2716
|
+
]
|
|
2717
|
+
},
|
|
2718
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
2719
|
+
"version": "4.53.2",
|
|
2720
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.2.tgz",
|
|
2721
|
+
"integrity": "sha512-lNlPEGgdUfSzdCWU176ku/dQRnA7W+Gp8d+cWv73jYrb8uT7HTVVxq62DUYxjbaByuf1Yk0RIIAbDzp+CnOTFg==",
|
|
2722
|
+
"cpu": [
|
|
2723
|
+
"ia32"
|
|
2724
|
+
],
|
|
2725
|
+
"dev": true,
|
|
2726
|
+
"license": "MIT",
|
|
2727
|
+
"optional": true,
|
|
2728
|
+
"os": [
|
|
2729
|
+
"win32"
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
2733
|
+
"version": "4.53.2",
|
|
2734
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.2.tgz",
|
|
2735
|
+
"integrity": "sha512-S6YojNVrHybQis2lYov1sd+uj7K0Q05NxHcGktuMMdIQ2VixGwAfbJ23NnlvvVV1bdpR2m5MsNBViHJKcA4ADw==",
|
|
2736
|
+
"cpu": [
|
|
2737
|
+
"x64"
|
|
2738
|
+
],
|
|
2739
|
+
"dev": true,
|
|
2740
|
+
"license": "MIT",
|
|
2741
|
+
"optional": true,
|
|
2742
|
+
"os": [
|
|
2743
|
+
"win32"
|
|
2744
|
+
]
|
|
2745
|
+
},
|
|
2746
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
2747
|
+
"version": "4.53.2",
|
|
2748
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.2.tgz",
|
|
2749
|
+
"integrity": "sha512-k+/Rkcyx//P6fetPoLMb8pBeqJBNGx81uuf7iljX9++yNBVRDQgD04L+SVXmXmh5ZP4/WOp4mWF0kmi06PW2tA==",
|
|
2750
|
+
"cpu": [
|
|
2751
|
+
"x64"
|
|
2752
|
+
],
|
|
2753
|
+
"dev": true,
|
|
2754
|
+
"license": "MIT",
|
|
2755
|
+
"optional": true,
|
|
2756
|
+
"os": [
|
|
2757
|
+
"win32"
|
|
2758
|
+
]
|
|
2759
|
+
},
|
|
2760
|
+
"node_modules/@swc/helpers": {
|
|
2761
|
+
"version": "0.5.17",
|
|
2762
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.17.tgz",
|
|
2763
|
+
"integrity": "sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==",
|
|
2764
|
+
"license": "Apache-2.0",
|
|
2765
|
+
"dependencies": {
|
|
2766
|
+
"tslib": "^2.8.0"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"node_modules/@types/babel__core": {
|
|
2770
|
+
"version": "7.20.5",
|
|
2771
|
+
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
2772
|
+
"integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
|
|
2773
|
+
"dev": true,
|
|
2774
|
+
"license": "MIT",
|
|
2775
|
+
"dependencies": {
|
|
2776
|
+
"@babel/parser": "^7.20.7",
|
|
2777
|
+
"@babel/types": "^7.20.7",
|
|
2778
|
+
"@types/babel__generator": "*",
|
|
2779
|
+
"@types/babel__template": "*",
|
|
2780
|
+
"@types/babel__traverse": "*"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/@types/babel__generator": {
|
|
2784
|
+
"version": "7.27.0",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
2786
|
+
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
2787
|
+
"dev": true,
|
|
2788
|
+
"license": "MIT",
|
|
2789
|
+
"dependencies": {
|
|
2790
|
+
"@babel/types": "^7.0.0"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2793
|
+
"node_modules/@types/babel__template": {
|
|
2794
|
+
"version": "7.4.4",
|
|
2795
|
+
"resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
|
|
2796
|
+
"integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
|
|
2797
|
+
"dev": true,
|
|
2798
|
+
"license": "MIT",
|
|
2799
|
+
"dependencies": {
|
|
2800
|
+
"@babel/parser": "^7.1.0",
|
|
2801
|
+
"@babel/types": "^7.0.0"
|
|
2802
|
+
}
|
|
2803
|
+
},
|
|
2804
|
+
"node_modules/@types/babel__traverse": {
|
|
2805
|
+
"version": "7.28.0",
|
|
2806
|
+
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
|
|
2807
|
+
"integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
|
|
2808
|
+
"dev": true,
|
|
2809
|
+
"license": "MIT",
|
|
2810
|
+
"dependencies": {
|
|
2811
|
+
"@babel/types": "^7.28.2"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
"node_modules/@types/estree": {
|
|
2815
|
+
"version": "1.0.8",
|
|
2816
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
2817
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
2818
|
+
"dev": true,
|
|
2819
|
+
"license": "MIT"
|
|
2820
|
+
},
|
|
2821
|
+
"node_modules/@types/prop-types": {
|
|
2822
|
+
"version": "15.7.15",
|
|
2823
|
+
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
|
|
2824
|
+
"integrity": "sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==",
|
|
2825
|
+
"license": "MIT"
|
|
2826
|
+
},
|
|
2827
|
+
"node_modules/@types/react": {
|
|
2828
|
+
"version": "18.3.26",
|
|
2829
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.26.tgz",
|
|
2830
|
+
"integrity": "sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==",
|
|
2831
|
+
"license": "MIT",
|
|
2832
|
+
"dependencies": {
|
|
2833
|
+
"@types/prop-types": "*",
|
|
2834
|
+
"csstype": "^3.0.2"
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
"node_modules/@types/react-dom": {
|
|
2838
|
+
"version": "18.3.7",
|
|
2839
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz",
|
|
2840
|
+
"integrity": "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==",
|
|
2841
|
+
"license": "MIT",
|
|
2842
|
+
"peerDependencies": {
|
|
2843
|
+
"@types/react": "^18.0.0"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"node_modules/@vitejs/plugin-react": {
|
|
2847
|
+
"version": "4.7.0",
|
|
2848
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
|
|
2849
|
+
"integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
|
|
2850
|
+
"dev": true,
|
|
2851
|
+
"license": "MIT",
|
|
2852
|
+
"dependencies": {
|
|
2853
|
+
"@babel/core": "^7.28.0",
|
|
2854
|
+
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
|
|
2855
|
+
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
|
2856
|
+
"@rolldown/pluginutils": "1.0.0-beta.27",
|
|
2857
|
+
"@types/babel__core": "^7.20.5",
|
|
2858
|
+
"react-refresh": "^0.17.0"
|
|
2859
|
+
},
|
|
2860
|
+
"engines": {
|
|
2861
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
2862
|
+
},
|
|
2863
|
+
"peerDependencies": {
|
|
2864
|
+
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
2865
|
+
}
|
|
2866
|
+
},
|
|
2867
|
+
"node_modules/baseline-browser-mapping": {
|
|
2868
|
+
"version": "2.8.27",
|
|
2869
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.27.tgz",
|
|
2870
|
+
"integrity": "sha512-2CXFpkjVnY2FT+B6GrSYxzYf65BJWEqz5tIRHCvNsZZ2F3CmsCB37h8SpYgKG7y9C4YAeTipIPWG7EmFmhAeXA==",
|
|
2871
|
+
"dev": true,
|
|
2872
|
+
"license": "Apache-2.0",
|
|
2873
|
+
"bin": {
|
|
2874
|
+
"baseline-browser-mapping": "dist/cli.js"
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
"node_modules/browserslist": {
|
|
2878
|
+
"version": "4.28.0",
|
|
2879
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
|
|
2880
|
+
"integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
|
|
2881
|
+
"dev": true,
|
|
2882
|
+
"funding": [
|
|
2883
|
+
{
|
|
2884
|
+
"type": "opencollective",
|
|
2885
|
+
"url": "https://opencollective.com/browserslist"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"type": "tidelift",
|
|
2889
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"type": "github",
|
|
2893
|
+
"url": "https://github.com/sponsors/ai"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"license": "MIT",
|
|
2897
|
+
"dependencies": {
|
|
2898
|
+
"baseline-browser-mapping": "^2.8.25",
|
|
2899
|
+
"caniuse-lite": "^1.0.30001754",
|
|
2900
|
+
"electron-to-chromium": "^1.5.249",
|
|
2901
|
+
"node-releases": "^2.0.27",
|
|
2902
|
+
"update-browserslist-db": "^1.1.4"
|
|
2903
|
+
},
|
|
2904
|
+
"bin": {
|
|
2905
|
+
"browserslist": "cli.js"
|
|
2906
|
+
},
|
|
2907
|
+
"engines": {
|
|
2908
|
+
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2909
|
+
}
|
|
2910
|
+
},
|
|
2911
|
+
"node_modules/caniuse-lite": {
|
|
2912
|
+
"version": "1.0.30001754",
|
|
2913
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001754.tgz",
|
|
2914
|
+
"integrity": "sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==",
|
|
2915
|
+
"dev": true,
|
|
2916
|
+
"funding": [
|
|
2917
|
+
{
|
|
2918
|
+
"type": "opencollective",
|
|
2919
|
+
"url": "https://opencollective.com/browserslist"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"type": "tidelift",
|
|
2923
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"type": "github",
|
|
2927
|
+
"url": "https://github.com/sponsors/ai"
|
|
2928
|
+
}
|
|
2929
|
+
],
|
|
2930
|
+
"license": "CC-BY-4.0"
|
|
2931
|
+
},
|
|
2932
|
+
"node_modules/convert-source-map": {
|
|
2933
|
+
"version": "2.0.0",
|
|
2934
|
+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
2935
|
+
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
2936
|
+
"dev": true,
|
|
2937
|
+
"license": "MIT"
|
|
2938
|
+
},
|
|
2939
|
+
"node_modules/csstype": {
|
|
2940
|
+
"version": "3.1.3",
|
|
2941
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
2942
|
+
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
2943
|
+
"license": "MIT"
|
|
2944
|
+
},
|
|
2945
|
+
"node_modules/debug": {
|
|
2946
|
+
"version": "4.4.3",
|
|
2947
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
2948
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
2949
|
+
"dev": true,
|
|
2950
|
+
"license": "MIT",
|
|
2951
|
+
"dependencies": {
|
|
2952
|
+
"ms": "^2.1.3"
|
|
2953
|
+
},
|
|
2954
|
+
"engines": {
|
|
2955
|
+
"node": ">=6.0"
|
|
2956
|
+
},
|
|
2957
|
+
"peerDependenciesMeta": {
|
|
2958
|
+
"supports-color": {
|
|
2959
|
+
"optional": true
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
"node_modules/electron-to-chromium": {
|
|
2964
|
+
"version": "1.5.250",
|
|
2965
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.250.tgz",
|
|
2966
|
+
"integrity": "sha512-/5UMj9IiGDMOFBnN4i7/Ry5onJrAGSbOGo3s9FEKmwobGq6xw832ccET0CE3CkkMBZ8GJSlUIesZofpyurqDXw==",
|
|
2967
|
+
"dev": true,
|
|
2968
|
+
"license": "ISC"
|
|
2969
|
+
},
|
|
2970
|
+
"node_modules/embla-carousel": {
|
|
2971
|
+
"version": "8.6.0",
|
|
2972
|
+
"resolved": "https://registry.npmjs.org/embla-carousel/-/embla-carousel-8.6.0.tgz",
|
|
2973
|
+
"integrity": "sha512-SjWyZBHJPbqxHOzckOfo8lHisEaJWmwd23XppYFYVh10bU66/Pn5tkVkbkCMZVdbUE5eTCI2nD8OyIP4Z+uwkA==",
|
|
2974
|
+
"license": "MIT"
|
|
2975
|
+
},
|
|
2976
|
+
"node_modules/embla-carousel-autoplay": {
|
|
2977
|
+
"version": "8.6.0",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/embla-carousel-autoplay/-/embla-carousel-autoplay-8.6.0.tgz",
|
|
2979
|
+
"integrity": "sha512-OBu5G3nwaSXkZCo1A6LTaFMZ8EpkYbwIaH+bPqdBnDGQ2fh4+NbzjXjs2SktoPNKCtflfVMc75njaDHOYXcrsA==",
|
|
2980
|
+
"license": "MIT",
|
|
2981
|
+
"peerDependencies": {
|
|
2982
|
+
"embla-carousel": "8.6.0"
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2985
|
+
"node_modules/embla-carousel-fade": {
|
|
2986
|
+
"version": "8.6.0",
|
|
2987
|
+
"resolved": "https://registry.npmjs.org/embla-carousel-fade/-/embla-carousel-fade-8.6.0.tgz",
|
|
2988
|
+
"integrity": "sha512-qaYsx5mwCz72ZrjlsXgs1nKejSrW+UhkbOMwLgfRT7w2LtdEB03nPRI06GHuHv5ac2USvbEiX2/nAHctcDwvpg==",
|
|
2989
|
+
"license": "MIT",
|
|
2990
|
+
"peerDependencies": {
|
|
2991
|
+
"embla-carousel": "8.6.0"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/esbuild": {
|
|
2995
|
+
"version": "0.25.12",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
|
|
2997
|
+
"integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
|
|
2998
|
+
"dev": true,
|
|
2999
|
+
"hasInstallScript": true,
|
|
3000
|
+
"license": "MIT",
|
|
3001
|
+
"bin": {
|
|
3002
|
+
"esbuild": "bin/esbuild"
|
|
3003
|
+
},
|
|
3004
|
+
"engines": {
|
|
3005
|
+
"node": ">=18"
|
|
3006
|
+
},
|
|
3007
|
+
"optionalDependencies": {
|
|
3008
|
+
"@esbuild/aix-ppc64": "0.25.12",
|
|
3009
|
+
"@esbuild/android-arm": "0.25.12",
|
|
3010
|
+
"@esbuild/android-arm64": "0.25.12",
|
|
3011
|
+
"@esbuild/android-x64": "0.25.12",
|
|
3012
|
+
"@esbuild/darwin-arm64": "0.25.12",
|
|
3013
|
+
"@esbuild/darwin-x64": "0.25.12",
|
|
3014
|
+
"@esbuild/freebsd-arm64": "0.25.12",
|
|
3015
|
+
"@esbuild/freebsd-x64": "0.25.12",
|
|
3016
|
+
"@esbuild/linux-arm": "0.25.12",
|
|
3017
|
+
"@esbuild/linux-arm64": "0.25.12",
|
|
3018
|
+
"@esbuild/linux-ia32": "0.25.12",
|
|
3019
|
+
"@esbuild/linux-loong64": "0.25.12",
|
|
3020
|
+
"@esbuild/linux-mips64el": "0.25.12",
|
|
3021
|
+
"@esbuild/linux-ppc64": "0.25.12",
|
|
3022
|
+
"@esbuild/linux-riscv64": "0.25.12",
|
|
3023
|
+
"@esbuild/linux-s390x": "0.25.12",
|
|
3024
|
+
"@esbuild/linux-x64": "0.25.12",
|
|
3025
|
+
"@esbuild/netbsd-arm64": "0.25.12",
|
|
3026
|
+
"@esbuild/netbsd-x64": "0.25.12",
|
|
3027
|
+
"@esbuild/openbsd-arm64": "0.25.12",
|
|
3028
|
+
"@esbuild/openbsd-x64": "0.25.12",
|
|
3029
|
+
"@esbuild/openharmony-arm64": "0.25.12",
|
|
3030
|
+
"@esbuild/sunos-x64": "0.25.12",
|
|
3031
|
+
"@esbuild/win32-arm64": "0.25.12",
|
|
3032
|
+
"@esbuild/win32-ia32": "0.25.12",
|
|
3033
|
+
"@esbuild/win32-x64": "0.25.12"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3036
|
+
"node_modules/escalade": {
|
|
3037
|
+
"version": "3.2.0",
|
|
3038
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
3039
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
3040
|
+
"dev": true,
|
|
3041
|
+
"license": "MIT",
|
|
3042
|
+
"engines": {
|
|
3043
|
+
"node": ">=6"
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
3046
|
+
"node_modules/fdir": {
|
|
3047
|
+
"version": "6.5.0",
|
|
3048
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
3049
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
3050
|
+
"dev": true,
|
|
3051
|
+
"license": "MIT",
|
|
3052
|
+
"engines": {
|
|
3053
|
+
"node": ">=12.0.0"
|
|
3054
|
+
},
|
|
3055
|
+
"peerDependencies": {
|
|
3056
|
+
"picomatch": "^3 || ^4"
|
|
3057
|
+
},
|
|
3058
|
+
"peerDependenciesMeta": {
|
|
3059
|
+
"picomatch": {
|
|
3060
|
+
"optional": true
|
|
3061
|
+
}
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
"node_modules/fsevents": {
|
|
3065
|
+
"version": "2.3.3",
|
|
3066
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
3067
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
3068
|
+
"dev": true,
|
|
3069
|
+
"hasInstallScript": true,
|
|
3070
|
+
"license": "MIT",
|
|
3071
|
+
"optional": true,
|
|
3072
|
+
"os": [
|
|
3073
|
+
"darwin"
|
|
3074
|
+
],
|
|
3075
|
+
"engines": {
|
|
3076
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
3079
|
+
"node_modules/gensync": {
|
|
3080
|
+
"version": "1.0.0-beta.2",
|
|
3081
|
+
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
|
|
3082
|
+
"integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
|
|
3083
|
+
"dev": true,
|
|
3084
|
+
"license": "MIT",
|
|
3085
|
+
"engines": {
|
|
3086
|
+
"node": ">=6.9.0"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
"node_modules/js-tokens": {
|
|
3090
|
+
"version": "4.0.0",
|
|
3091
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
3092
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
3093
|
+
"license": "MIT"
|
|
3094
|
+
},
|
|
3095
|
+
"node_modules/jsesc": {
|
|
3096
|
+
"version": "3.1.0",
|
|
3097
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
3098
|
+
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
3099
|
+
"dev": true,
|
|
3100
|
+
"license": "MIT",
|
|
3101
|
+
"bin": {
|
|
3102
|
+
"jsesc": "bin/jsesc"
|
|
3103
|
+
},
|
|
3104
|
+
"engines": {
|
|
3105
|
+
"node": ">=6"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
"node_modules/json5": {
|
|
3109
|
+
"version": "2.2.3",
|
|
3110
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
3111
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
3112
|
+
"dev": true,
|
|
3113
|
+
"license": "MIT",
|
|
3114
|
+
"bin": {
|
|
3115
|
+
"json5": "lib/cli.js"
|
|
3116
|
+
},
|
|
3117
|
+
"engines": {
|
|
3118
|
+
"node": ">=6"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
"node_modules/keyborg": {
|
|
3122
|
+
"version": "2.6.0",
|
|
3123
|
+
"resolved": "https://registry.npmjs.org/keyborg/-/keyborg-2.6.0.tgz",
|
|
3124
|
+
"integrity": "sha512-o5kvLbuTF+o326CMVYpjlaykxqYP9DphFQZ2ZpgrvBouyvOxyEB7oqe8nOLFpiV5VCtz0D3pt8gXQYWpLpBnmA==",
|
|
3125
|
+
"license": "MIT"
|
|
3126
|
+
},
|
|
3127
|
+
"node_modules/loose-envify": {
|
|
3128
|
+
"version": "1.4.0",
|
|
3129
|
+
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
3130
|
+
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
3131
|
+
"license": "MIT",
|
|
3132
|
+
"dependencies": {
|
|
3133
|
+
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
3134
|
+
},
|
|
3135
|
+
"bin": {
|
|
3136
|
+
"loose-envify": "cli.js"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
"node_modules/lru-cache": {
|
|
3140
|
+
"version": "5.1.1",
|
|
3141
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
3142
|
+
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
3143
|
+
"dev": true,
|
|
3144
|
+
"license": "ISC",
|
|
3145
|
+
"dependencies": {
|
|
3146
|
+
"yallist": "^3.0.2"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
3149
|
+
"node_modules/ms": {
|
|
3150
|
+
"version": "2.1.3",
|
|
3151
|
+
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
3152
|
+
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3153
|
+
"dev": true,
|
|
3154
|
+
"license": "MIT"
|
|
3155
|
+
},
|
|
3156
|
+
"node_modules/nanoid": {
|
|
3157
|
+
"version": "3.3.11",
|
|
3158
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
3159
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
3160
|
+
"dev": true,
|
|
3161
|
+
"funding": [
|
|
3162
|
+
{
|
|
3163
|
+
"type": "github",
|
|
3164
|
+
"url": "https://github.com/sponsors/ai"
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"license": "MIT",
|
|
3168
|
+
"bin": {
|
|
3169
|
+
"nanoid": "bin/nanoid.cjs"
|
|
3170
|
+
},
|
|
3171
|
+
"engines": {
|
|
3172
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
3173
|
+
}
|
|
3174
|
+
},
|
|
3175
|
+
"node_modules/node-releases": {
|
|
3176
|
+
"version": "2.0.27",
|
|
3177
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
|
|
3178
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
3179
|
+
"dev": true,
|
|
3180
|
+
"license": "MIT"
|
|
3181
|
+
},
|
|
3182
|
+
"node_modules/picocolors": {
|
|
3183
|
+
"version": "1.1.1",
|
|
3184
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3185
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3186
|
+
"dev": true,
|
|
3187
|
+
"license": "ISC"
|
|
3188
|
+
},
|
|
3189
|
+
"node_modules/picomatch": {
|
|
3190
|
+
"version": "4.0.3",
|
|
3191
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
3192
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
3193
|
+
"dev": true,
|
|
3194
|
+
"license": "MIT",
|
|
3195
|
+
"engines": {
|
|
3196
|
+
"node": ">=12"
|
|
3197
|
+
},
|
|
3198
|
+
"funding": {
|
|
3199
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"node_modules/postcss": {
|
|
3203
|
+
"version": "8.5.6",
|
|
3204
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
|
|
3205
|
+
"integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
|
|
3206
|
+
"dev": true,
|
|
3207
|
+
"funding": [
|
|
3208
|
+
{
|
|
3209
|
+
"type": "opencollective",
|
|
3210
|
+
"url": "https://opencollective.com/postcss/"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"type": "tidelift",
|
|
3214
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"type": "github",
|
|
3218
|
+
"url": "https://github.com/sponsors/ai"
|
|
3219
|
+
}
|
|
3220
|
+
],
|
|
3221
|
+
"license": "MIT",
|
|
3222
|
+
"dependencies": {
|
|
3223
|
+
"nanoid": "^3.3.11",
|
|
3224
|
+
"picocolors": "^1.1.1",
|
|
3225
|
+
"source-map-js": "^1.2.1"
|
|
3226
|
+
},
|
|
3227
|
+
"engines": {
|
|
3228
|
+
"node": "^10 || ^12 || >=14"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
"node_modules/react": {
|
|
3232
|
+
"version": "18.3.1",
|
|
3233
|
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
3234
|
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
3235
|
+
"license": "MIT",
|
|
3236
|
+
"dependencies": {
|
|
3237
|
+
"loose-envify": "^1.1.0"
|
|
3238
|
+
},
|
|
3239
|
+
"engines": {
|
|
3240
|
+
"node": ">=0.10.0"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
"node_modules/react-dom": {
|
|
3244
|
+
"version": "18.3.1",
|
|
3245
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
3246
|
+
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
3247
|
+
"license": "MIT",
|
|
3248
|
+
"dependencies": {
|
|
3249
|
+
"loose-envify": "^1.1.0",
|
|
3250
|
+
"scheduler": "^0.23.2"
|
|
3251
|
+
},
|
|
3252
|
+
"peerDependencies": {
|
|
3253
|
+
"react": "^18.3.1"
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3256
|
+
"node_modules/react-is": {
|
|
3257
|
+
"version": "17.0.2",
|
|
3258
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
3259
|
+
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
|
|
3260
|
+
"license": "MIT"
|
|
3261
|
+
},
|
|
3262
|
+
"node_modules/react-refresh": {
|
|
3263
|
+
"version": "0.17.0",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
|
|
3265
|
+
"integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
|
|
3266
|
+
"dev": true,
|
|
3267
|
+
"license": "MIT",
|
|
3268
|
+
"engines": {
|
|
3269
|
+
"node": ">=0.10.0"
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
"node_modules/rollup": {
|
|
3273
|
+
"version": "4.53.2",
|
|
3274
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.53.2.tgz",
|
|
3275
|
+
"integrity": "sha512-MHngMYwGJVi6Fmnk6ISmnk7JAHRNF0UkuucA0CUW3N3a4KnONPEZz+vUanQP/ZC/iY1Qkf3bwPWzyY84wEks1g==",
|
|
3276
|
+
"dev": true,
|
|
3277
|
+
"license": "MIT",
|
|
3278
|
+
"dependencies": {
|
|
3279
|
+
"@types/estree": "1.0.8"
|
|
3280
|
+
},
|
|
3281
|
+
"bin": {
|
|
3282
|
+
"rollup": "dist/bin/rollup"
|
|
3283
|
+
},
|
|
3284
|
+
"engines": {
|
|
3285
|
+
"node": ">=18.0.0",
|
|
3286
|
+
"npm": ">=8.0.0"
|
|
3287
|
+
},
|
|
3288
|
+
"optionalDependencies": {
|
|
3289
|
+
"@rollup/rollup-android-arm-eabi": "4.53.2",
|
|
3290
|
+
"@rollup/rollup-android-arm64": "4.53.2",
|
|
3291
|
+
"@rollup/rollup-darwin-arm64": "4.53.2",
|
|
3292
|
+
"@rollup/rollup-darwin-x64": "4.53.2",
|
|
3293
|
+
"@rollup/rollup-freebsd-arm64": "4.53.2",
|
|
3294
|
+
"@rollup/rollup-freebsd-x64": "4.53.2",
|
|
3295
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.53.2",
|
|
3296
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.53.2",
|
|
3297
|
+
"@rollup/rollup-linux-arm64-gnu": "4.53.2",
|
|
3298
|
+
"@rollup/rollup-linux-arm64-musl": "4.53.2",
|
|
3299
|
+
"@rollup/rollup-linux-loong64-gnu": "4.53.2",
|
|
3300
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.53.2",
|
|
3301
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.53.2",
|
|
3302
|
+
"@rollup/rollup-linux-riscv64-musl": "4.53.2",
|
|
3303
|
+
"@rollup/rollup-linux-s390x-gnu": "4.53.2",
|
|
3304
|
+
"@rollup/rollup-linux-x64-gnu": "4.53.2",
|
|
3305
|
+
"@rollup/rollup-linux-x64-musl": "4.53.2",
|
|
3306
|
+
"@rollup/rollup-openharmony-arm64": "4.53.2",
|
|
3307
|
+
"@rollup/rollup-win32-arm64-msvc": "4.53.2",
|
|
3308
|
+
"@rollup/rollup-win32-ia32-msvc": "4.53.2",
|
|
3309
|
+
"@rollup/rollup-win32-x64-gnu": "4.53.2",
|
|
3310
|
+
"@rollup/rollup-win32-x64-msvc": "4.53.2",
|
|
3311
|
+
"fsevents": "~2.3.2"
|
|
3312
|
+
}
|
|
3313
|
+
},
|
|
3314
|
+
"node_modules/rtl-css-js": {
|
|
3315
|
+
"version": "1.16.1",
|
|
3316
|
+
"resolved": "https://registry.npmjs.org/rtl-css-js/-/rtl-css-js-1.16.1.tgz",
|
|
3317
|
+
"integrity": "sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==",
|
|
3318
|
+
"license": "MIT",
|
|
3319
|
+
"dependencies": {
|
|
3320
|
+
"@babel/runtime": "^7.1.2"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
3323
|
+
"node_modules/scheduler": {
|
|
3324
|
+
"version": "0.23.2",
|
|
3325
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
3326
|
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
3327
|
+
"license": "MIT",
|
|
3328
|
+
"dependencies": {
|
|
3329
|
+
"loose-envify": "^1.1.0"
|
|
3330
|
+
}
|
|
3331
|
+
},
|
|
3332
|
+
"node_modules/semver": {
|
|
3333
|
+
"version": "6.3.1",
|
|
3334
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3335
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3336
|
+
"dev": true,
|
|
3337
|
+
"license": "ISC",
|
|
3338
|
+
"bin": {
|
|
3339
|
+
"semver": "bin/semver.js"
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
"node_modules/source-map-js": {
|
|
3343
|
+
"version": "1.2.1",
|
|
3344
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3345
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3346
|
+
"dev": true,
|
|
3347
|
+
"license": "BSD-3-Clause",
|
|
3348
|
+
"engines": {
|
|
3349
|
+
"node": ">=0.10.0"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"node_modules/stylis": {
|
|
3353
|
+
"version": "4.3.6",
|
|
3354
|
+
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
|
|
3355
|
+
"integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
|
|
3356
|
+
"license": "MIT"
|
|
3357
|
+
},
|
|
3358
|
+
"node_modules/tabster": {
|
|
3359
|
+
"version": "8.5.6",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/tabster/-/tabster-8.5.6.tgz",
|
|
3361
|
+
"integrity": "sha512-2vfrRGrx8O9BjdrtSlVA5fvpmbq5HQBRN13XFRg6LAvZ1Fr3QdBnswgT4YgFS5Bhoo5nxwgjRaRueI2Us/dv7g==",
|
|
3362
|
+
"license": "MIT",
|
|
3363
|
+
"dependencies": {
|
|
3364
|
+
"keyborg": "2.6.0",
|
|
3365
|
+
"tslib": "^2.8.1"
|
|
3366
|
+
},
|
|
3367
|
+
"optionalDependencies": {
|
|
3368
|
+
"@rollup/rollup-linux-x64-gnu": "4.40.0"
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
"node_modules/tabster/node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
3372
|
+
"version": "4.40.0",
|
|
3373
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz",
|
|
3374
|
+
"integrity": "sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==",
|
|
3375
|
+
"cpu": [
|
|
3376
|
+
"x64"
|
|
3377
|
+
],
|
|
3378
|
+
"license": "MIT",
|
|
3379
|
+
"optional": true,
|
|
3380
|
+
"os": [
|
|
3381
|
+
"linux"
|
|
3382
|
+
]
|
|
3383
|
+
},
|
|
3384
|
+
"node_modules/tinyglobby": {
|
|
3385
|
+
"version": "0.2.15",
|
|
3386
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
|
|
3387
|
+
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
|
|
3388
|
+
"dev": true,
|
|
3389
|
+
"license": "MIT",
|
|
3390
|
+
"dependencies": {
|
|
3391
|
+
"fdir": "^6.5.0",
|
|
3392
|
+
"picomatch": "^4.0.3"
|
|
3393
|
+
},
|
|
3394
|
+
"engines": {
|
|
3395
|
+
"node": ">=12.0.0"
|
|
3396
|
+
},
|
|
3397
|
+
"funding": {
|
|
3398
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
"node_modules/tslib": {
|
|
3402
|
+
"version": "2.8.1",
|
|
3403
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3404
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3405
|
+
"license": "0BSD"
|
|
3406
|
+
},
|
|
3407
|
+
"node_modules/typescript": {
|
|
3408
|
+
"version": "5.9.3",
|
|
3409
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
3410
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
3411
|
+
"dev": true,
|
|
3412
|
+
"license": "Apache-2.0",
|
|
3413
|
+
"bin": {
|
|
3414
|
+
"tsc": "bin/tsc",
|
|
3415
|
+
"tsserver": "bin/tsserver"
|
|
3416
|
+
},
|
|
3417
|
+
"engines": {
|
|
3418
|
+
"node": ">=14.17"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
"node_modules/update-browserslist-db": {
|
|
3422
|
+
"version": "1.1.4",
|
|
3423
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.4.tgz",
|
|
3424
|
+
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
3425
|
+
"dev": true,
|
|
3426
|
+
"funding": [
|
|
3427
|
+
{
|
|
3428
|
+
"type": "opencollective",
|
|
3429
|
+
"url": "https://opencollective.com/browserslist"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"type": "tidelift",
|
|
3433
|
+
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
3434
|
+
},
|
|
3435
|
+
{
|
|
3436
|
+
"type": "github",
|
|
3437
|
+
"url": "https://github.com/sponsors/ai"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"license": "MIT",
|
|
3441
|
+
"dependencies": {
|
|
3442
|
+
"escalade": "^3.2.0",
|
|
3443
|
+
"picocolors": "^1.1.1"
|
|
3444
|
+
},
|
|
3445
|
+
"bin": {
|
|
3446
|
+
"update-browserslist-db": "cli.js"
|
|
3447
|
+
},
|
|
3448
|
+
"peerDependencies": {
|
|
3449
|
+
"browserslist": ">= 4.21.0"
|
|
3450
|
+
}
|
|
3451
|
+
},
|
|
3452
|
+
"node_modules/use-sync-external-store": {
|
|
3453
|
+
"version": "1.6.0",
|
|
3454
|
+
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
|
|
3455
|
+
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
|
|
3456
|
+
"license": "MIT",
|
|
3457
|
+
"peerDependencies": {
|
|
3458
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
"node_modules/vite": {
|
|
3462
|
+
"version": "7.2.2",
|
|
3463
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz",
|
|
3464
|
+
"integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==",
|
|
3465
|
+
"dev": true,
|
|
3466
|
+
"license": "MIT",
|
|
3467
|
+
"dependencies": {
|
|
3468
|
+
"esbuild": "^0.25.0",
|
|
3469
|
+
"fdir": "^6.5.0",
|
|
3470
|
+
"picomatch": "^4.0.3",
|
|
3471
|
+
"postcss": "^8.5.6",
|
|
3472
|
+
"rollup": "^4.43.0",
|
|
3473
|
+
"tinyglobby": "^0.2.15"
|
|
3474
|
+
},
|
|
3475
|
+
"bin": {
|
|
3476
|
+
"vite": "bin/vite.js"
|
|
3477
|
+
},
|
|
3478
|
+
"engines": {
|
|
3479
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
3480
|
+
},
|
|
3481
|
+
"funding": {
|
|
3482
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3483
|
+
},
|
|
3484
|
+
"optionalDependencies": {
|
|
3485
|
+
"fsevents": "~2.3.3"
|
|
3486
|
+
},
|
|
3487
|
+
"peerDependencies": {
|
|
3488
|
+
"@types/node": "^20.19.0 || >=22.12.0",
|
|
3489
|
+
"jiti": ">=1.21.0",
|
|
3490
|
+
"less": "^4.0.0",
|
|
3491
|
+
"lightningcss": "^1.21.0",
|
|
3492
|
+
"sass": "^1.70.0",
|
|
3493
|
+
"sass-embedded": "^1.70.0",
|
|
3494
|
+
"stylus": ">=0.54.8",
|
|
3495
|
+
"sugarss": "^5.0.0",
|
|
3496
|
+
"terser": "^5.16.0",
|
|
3497
|
+
"tsx": "^4.8.1",
|
|
3498
|
+
"yaml": "^2.4.2"
|
|
3499
|
+
},
|
|
3500
|
+
"peerDependenciesMeta": {
|
|
3501
|
+
"@types/node": {
|
|
3502
|
+
"optional": true
|
|
3503
|
+
},
|
|
3504
|
+
"jiti": {
|
|
3505
|
+
"optional": true
|
|
3506
|
+
},
|
|
3507
|
+
"less": {
|
|
3508
|
+
"optional": true
|
|
3509
|
+
},
|
|
3510
|
+
"lightningcss": {
|
|
3511
|
+
"optional": true
|
|
3512
|
+
},
|
|
3513
|
+
"sass": {
|
|
3514
|
+
"optional": true
|
|
3515
|
+
},
|
|
3516
|
+
"sass-embedded": {
|
|
3517
|
+
"optional": true
|
|
3518
|
+
},
|
|
3519
|
+
"stylus": {
|
|
3520
|
+
"optional": true
|
|
3521
|
+
},
|
|
3522
|
+
"sugarss": {
|
|
3523
|
+
"optional": true
|
|
3524
|
+
},
|
|
3525
|
+
"terser": {
|
|
3526
|
+
"optional": true
|
|
3527
|
+
},
|
|
3528
|
+
"tsx": {
|
|
3529
|
+
"optional": true
|
|
3530
|
+
},
|
|
3531
|
+
"yaml": {
|
|
3532
|
+
"optional": true
|
|
3533
|
+
}
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
"node_modules/yallist": {
|
|
3537
|
+
"version": "3.1.1",
|
|
3538
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
3539
|
+
"integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
|
|
3540
|
+
"dev": true,
|
|
3541
|
+
"license": "ISC"
|
|
3542
|
+
}
|
|
3543
|
+
}
|
|
3544
|
+
}
|