@panaversity/ksor 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/NOTICE +8 -0
  3. package/README.md +29 -1307
  4. package/dist/cli.d.mts +1 -0
  5. package/dist/cli.mjs +384 -0
  6. package/dist/index.d.mts +34 -0
  7. package/dist/index.mjs +37 -0
  8. package/docs/index.md +53 -0
  9. package/package.json +52 -23
  10. package/templates/LICENSE +23 -0
  11. package/templates/scaffold/.agents/skills/add-sources/SKILL.md +43 -0
  12. package/templates/scaffold/.agents/skills/format-checker/SKILL.md +39 -0
  13. package/templates/scaffold/.agents/skills/format-checker/check.mjs +782 -0
  14. package/templates/scaffold/.agents/skills/intake-interview/SKILL.md +46 -0
  15. package/templates/scaffold/.claude/skills/add-sources/SKILL.md +43 -0
  16. package/templates/scaffold/.claude/skills/format-checker/SKILL.md +39 -0
  17. package/templates/scaffold/.claude/skills/format-checker/check.mjs +782 -0
  18. package/templates/scaffold/.claude/skills/intake-interview/SKILL.md +46 -0
  19. package/templates/scaffold/.gemini/settings.json +5 -0
  20. package/templates/scaffold/.gitattributes +5 -0
  21. package/templates/scaffold/.github/workflows/validate.yml +23 -0
  22. package/templates/scaffold/AGENTS.md +104 -0
  23. package/templates/scaffold/CLAUDE.md +1 -0
  24. package/templates/scaffold/README.md +63 -0
  25. package/templates/scaffold/gitignore +13 -0
  26. package/templates/scaffold/instance.md +26 -0
  27. package/templates/scaffold/knowledge/example.md +23 -0
  28. package/templates/scaffold/package.json +15 -0
  29. package/templates/scaffold/pnpm-lock.yaml +4041 -0
  30. package/templates/scaffold/pnpm-workspace.yaml +19 -0
  31. package/templates/scaffold/system/site/app/(home)/layout.tsx +6 -0
  32. package/templates/scaffold/system/site/app/(home)/page.tsx +83 -0
  33. package/templates/scaffold/system/site/app/api/search/route.ts +11 -0
  34. package/templates/scaffold/system/site/app/docs/[[...slug]]/page.tsx +53 -0
  35. package/templates/scaffold/system/site/app/docs/layout.tsx +24 -0
  36. package/templates/scaffold/system/site/app/global.css +26 -0
  37. package/templates/scaffold/system/site/app/icon.png +0 -0
  38. package/templates/scaffold/system/site/app/layout.tsx +41 -0
  39. package/templates/scaffold/system/site/app/llms-full.txt/route.ts +10 -0
  40. package/templates/scaffold/system/site/app/llms.txt/route.ts +15 -0
  41. package/templates/scaffold/system/site/components/built-with.tsx +18 -0
  42. package/templates/scaffold/system/site/components/mdx.tsx +15 -0
  43. package/templates/scaffold/system/site/lib/layout.shared.tsx +17 -0
  44. package/templates/scaffold/system/site/lib/shared.ts +51 -0
  45. package/templates/scaffold/system/site/lib/source.ts +119 -0
  46. package/templates/scaffold/system/site/next-env.d.ts +6 -0
  47. package/templates/scaffold/system/site/next.config.mjs +32 -0
  48. package/templates/scaffold/system/site/package.json +29 -0
  49. package/templates/scaffold/system/site/postcss.config.mjs +7 -0
  50. package/templates/scaffold/system/site/source.config.ts +35 -0
  51. package/templates/scaffold/system/site/tsconfig.json +35 -0
  52. package/bin/ksor.js +0 -22
@@ -0,0 +1,4041 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .: {}
10
+
11
+ system/site:
12
+ dependencies:
13
+ fumadocs-core:
14
+ specifier: 16.10.3
15
+ version: 16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
16
+ fumadocs-mdx:
17
+ specifier: 15.0.13
18
+ version: 15.0.13(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.18)(fumadocs-core@16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react@19.2.8)
19
+ fumadocs-ui:
20
+ specifier: 16.10.3
21
+ version: 16.10.3(@tailwindcss/oxide@4.3.3)(@types/mdx@2.0.14)(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(fumadocs-core@16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(tailwindcss@4.3.3)
22
+ lucide-react:
23
+ specifier: 1.31.0
24
+ version: 1.31.0(react@19.2.8)
25
+ next:
26
+ specifier: 16.2.9
27
+ version: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
28
+ react:
29
+ specifier: 19.2.8
30
+ version: 19.2.8
31
+ react-dom:
32
+ specifier: 19.2.8
33
+ version: 19.2.8(react@19.2.8)
34
+ zod:
35
+ specifier: 4.4.3
36
+ version: 4.4.3
37
+ devDependencies:
38
+ '@tailwindcss/postcss':
39
+ specifier: 4.3.3
40
+ version: 4.3.3
41
+ '@types/mdx':
42
+ specifier: 2.0.14
43
+ version: 2.0.14
44
+ '@types/node':
45
+ specifier: 25.9.5
46
+ version: 25.9.5
47
+ '@types/react':
48
+ specifier: 19.2.18
49
+ version: 19.2.18
50
+ '@types/react-dom':
51
+ specifier: 19.2.4
52
+ version: 19.2.4(@types/react@19.2.18)
53
+ postcss:
54
+ specifier: 8.5.26
55
+ version: 8.5.26
56
+ tailwindcss:
57
+ specifier: 4.3.3
58
+ version: 4.3.3
59
+ typescript:
60
+ specifier: 6.0.3
61
+ version: 6.0.3
62
+
63
+ packages:
64
+
65
+ '@alloc/quick-lru@5.2.0':
66
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
67
+ engines: {node: '>=10'}
68
+
69
+ '@emnapi/runtime@1.11.3':
70
+ resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==}
71
+
72
+ '@esbuild/aix-ppc64@0.28.2':
73
+ resolution: {integrity: sha512-XExcO+dvLKvVtNTibSTBej1NCAbaGhWn9Ww1ZPx80qsahhPFe/8jgWP0IchNe0F3HwkU7n8ejhH8bjonqht8mQ==}
74
+ engines: {node: '>=18'}
75
+ cpu: [ppc64]
76
+ os: [aix]
77
+
78
+ '@esbuild/android-arm64@0.28.2':
79
+ resolution: {integrity: sha512-5YfKeeI8qWfBZIX+u2xZC3Zlb3Os/gLS2sbEKM+I4ZOcsWmHS2WLysCcQZDAFRslDUU5Oiq44gf6PYN1vGwG5A==}
80
+ engines: {node: '>=18'}
81
+ cpu: [arm64]
82
+ os: [android]
83
+
84
+ '@esbuild/android-arm@0.28.2':
85
+ resolution: {integrity: sha512-kXXoiPVVGQcnIYGOeaovwOURpniDBpSq4A03qkQ+BMQqtGG6HYap3xne9C1O1yo4TR3qxlCX5IqqmX6fFo2Lqg==}
86
+ engines: {node: '>=18'}
87
+ cpu: [arm]
88
+ os: [android]
89
+
90
+ '@esbuild/android-x64@0.28.2':
91
+ resolution: {integrity: sha512-O387ite7SzUyCcy3JQX4P4bLtEA7bLLkx+esve5JHnyYfNTxcVpXZo9jhdB0lTKN44gztELTdU7nS8Nr16Fs1Q==}
92
+ engines: {node: '>=18'}
93
+ cpu: [x64]
94
+ os: [android]
95
+
96
+ '@esbuild/darwin-arm64@0.28.2':
97
+ resolution: {integrity: sha512-n4KqkOQrraxHJcgjM1RvwbigfQKIKJVpM7xp+KsxiyUSrRdIXnt73VhrPAx0fV44hgfmIVKjxMN9J1t5jySVkw==}
98
+ engines: {node: '>=18'}
99
+ cpu: [arm64]
100
+ os: [darwin]
101
+
102
+ '@esbuild/darwin-x64@0.28.2':
103
+ resolution: {integrity: sha512-uq6suIWYP37qzGddBKPw5QEQPi6HiLGsO7UmkpfyaYNQ3D+rN6w6WfwH+nuqcGXWvawGwxOEroO4YGnFh95azw==}
104
+ engines: {node: '>=18'}
105
+ cpu: [x64]
106
+ os: [darwin]
107
+
108
+ '@esbuild/freebsd-arm64@0.28.2':
109
+ resolution: {integrity: sha512-n+I0BTSRIoy+d6RPKnEVwql5UwBJolytvY4mAOIEJorKlqgPII8ix6slVVrfZ5Tnj7glIZvloylbB/EJPMWEXw==}
110
+ engines: {node: '>=18'}
111
+ cpu: [arm64]
112
+ os: [freebsd]
113
+
114
+ '@esbuild/freebsd-x64@0.28.2':
115
+ resolution: {integrity: sha512-78XJTJkvPs0kz2w61301PJjXl4g7q3JqiYMZ/M/yVI73EHBrCRTgkhu9oqG7vPqq+a/yadEW8aD+agKlk5xrmg==}
116
+ engines: {node: '>=18'}
117
+ cpu: [x64]
118
+ os: [freebsd]
119
+
120
+ '@esbuild/linux-arm64@0.28.2':
121
+ resolution: {integrity: sha512-pW4AC0P3it8c7do9MVM4p51FzHzdM/TZrerurgRcHJ2WTa1VQ1CIq18xncfpBJw4ojkiZZrKW2yIBWBP92j6Ug==}
122
+ engines: {node: '>=18'}
123
+ cpu: [arm64]
124
+ os: [linux]
125
+
126
+ '@esbuild/linux-arm@0.28.2':
127
+ resolution: {integrity: sha512-XlDnu2q5yoqems+xay6wSAcg9DDD7K9RLKZEBOMZm3ckNpJBvOX20tSfby8KfrrhINDyv9V2YVZKY/SpoGJI8w==}
128
+ engines: {node: '>=18'}
129
+ cpu: [arm]
130
+ os: [linux]
131
+
132
+ '@esbuild/linux-ia32@0.28.2':
133
+ resolution: {integrity: sha512-CYbnj78HsIeA+DhgUKgFCfvNsTHFhMMrinUrMZpDXJXKN8T3XViTZ/+wtHeVxEWY8ewSzTFN+nRmSwO2tZaLUQ==}
134
+ engines: {node: '>=18'}
135
+ cpu: [ia32]
136
+ os: [linux]
137
+
138
+ '@esbuild/linux-loong64@0.28.2':
139
+ resolution: {integrity: sha512-buwkd8nsph4R+ajRvw0qM5Hja/TXQow3ptzWO2EbG/cqcIkHloRrdlBtQlshyYGTNFvfkfJ5tpPLVkY4DtsPfQ==}
140
+ engines: {node: '>=18'}
141
+ cpu: [loong64]
142
+ os: [linux]
143
+
144
+ '@esbuild/linux-mips64el@0.28.2':
145
+ resolution: {integrity: sha512-ZVykbDyk7519VwiNb9Lcj9m8XM6v5V9uKPvrEMkkEedVewf+0itkhahp4HDpgERXhwLRpWFypsGbG/J8s0QjJA==}
146
+ engines: {node: '>=18'}
147
+ cpu: [mips64el]
148
+ os: [linux]
149
+
150
+ '@esbuild/linux-ppc64@0.28.2':
151
+ resolution: {integrity: sha512-CAXl+Dtd9UUuJd8pKKdwh6MLm3MUMiqMPmhZ3tTSXPqfyQ3vDl6R5hZdZ/kYojK4ofXtdfSv1tFq8XzWx3heNQ==}
152
+ engines: {node: '>=18'}
153
+ cpu: [ppc64]
154
+ os: [linux]
155
+
156
+ '@esbuild/linux-riscv64@0.28.2':
157
+ resolution: {integrity: sha512-GeXCej4IQtU1B+QlDV8W/RRvbzI3O/Stss+/bCXv4lZls5WGRtu2a+3JkA3i4qIUlMXpcHebWpF8AkJhATowuA==}
158
+ engines: {node: '>=18'}
159
+ cpu: [riscv64]
160
+ os: [linux]
161
+
162
+ '@esbuild/linux-s390x@0.28.2':
163
+ resolution: {integrity: sha512-3H1weTYZPxt/WOhByszQZybS9w5lKzUn1FDMsgEChbHWQwHYQQRfBxgCcZvPhjHfKyJjIievvMmEUawJrdY9Dg==}
164
+ engines: {node: '>=18'}
165
+ cpu: [s390x]
166
+ os: [linux]
167
+
168
+ '@esbuild/linux-x64@0.28.2':
169
+ resolution: {integrity: sha512-4xTZr1FUmSoQW4XIWmit3tzQrUTZM+N3P0XV8xROKYF50XfI7xeO90+1bZvNwxIufQ9hDQVRJH5YhgPVF8A/HQ==}
170
+ engines: {node: '>=18'}
171
+ cpu: [x64]
172
+ os: [linux]
173
+
174
+ '@esbuild/netbsd-arm64@0.28.2':
175
+ resolution: {integrity: sha512-sSATRjPeDBg3pdgHoQfoYBob11Kk1FGa9lui5RIHZCoCkJa9QKlvl3/vKz2usCmYYjs7ymJR/2Nnsqe+Hjt5nw==}
176
+ engines: {node: '>=18'}
177
+ cpu: [arm64]
178
+ os: [netbsd]
179
+
180
+ '@esbuild/netbsd-x64@0.28.2':
181
+ resolution: {integrity: sha512-lqnzCV+mM0gIADaKihiCg6ifgfU2L3h5E33rNQBN1Y4MaVGnzryzmvvf7UHxprpQdE8hpqLolJ9Rl+SkIRDpyw==}
182
+ engines: {node: '>=18'}
183
+ cpu: [x64]
184
+ os: [netbsd]
185
+
186
+ '@esbuild/openbsd-arm64@0.28.2':
187
+ resolution: {integrity: sha512-AL2qJILH7lNjrDmCQDvdxMfAUIv8KMNZOvrwAQ8i8//ntL9FflhOyMJ8OZSMBb8/AWXe3/5v5S20y3zCoZWKoQ==}
188
+ engines: {node: '>=18'}
189
+ cpu: [arm64]
190
+ os: [openbsd]
191
+
192
+ '@esbuild/openbsd-x64@0.28.2':
193
+ resolution: {integrity: sha512-QtiuPytchRyC4rwUKhexJdQKvDuZ6hWloi3igqPQNUJCS1/v9EiO3UTOXR6A3FoMo4fnAKbWJdqaIwhOzh8qEw==}
194
+ engines: {node: '>=18'}
195
+ cpu: [x64]
196
+ os: [openbsd]
197
+
198
+ '@esbuild/openharmony-arm64@0.28.2':
199
+ resolution: {integrity: sha512-WkhYDmpTjLvGlScA1rwjRUmhl4k8oXR3cIbtqWmELgU/dFeHHlEllxDvdWcNJV9rbzCexB5vz8gtNewWLgCT7Q==}
200
+ engines: {node: '>=18'}
201
+ cpu: [arm64]
202
+ os: [openharmony]
203
+
204
+ '@esbuild/sunos-x64@0.28.2':
205
+ resolution: {integrity: sha512-GPMSkTOtMnv2U2F8gxe4Io6qmVs+YKyp832Etqqxr0hFngmXQ3rzwytelm3GIn7T4VviRUlf3sOgBOiTdvaf7g==}
206
+ engines: {node: '>=18'}
207
+ cpu: [x64]
208
+ os: [sunos]
209
+
210
+ '@esbuild/win32-arm64@0.28.2':
211
+ resolution: {integrity: sha512-PIhhEkE9uPBleRBrQEJpUn7MBnibZzbGzYWPmY3x+YoVg/95zbjB4CxPPOQ8l5tYYM4mMaCthF8/1DIfBQQyWQ==}
212
+ engines: {node: '>=18'}
213
+ cpu: [arm64]
214
+ os: [win32]
215
+
216
+ '@esbuild/win32-ia32@0.28.2':
217
+ resolution: {integrity: sha512-YmJbfTlvU7Sdn9BB+4PRES4oB6pxgS37MAONj+hBr/cpXS1aBPKXxNnDbu+QCWPj0o9dgyxeq79g6c5P8KeuYA==}
218
+ engines: {node: '>=18'}
219
+ cpu: [ia32]
220
+ os: [win32]
221
+
222
+ '@esbuild/win32-x64@0.28.2':
223
+ resolution: {integrity: sha512-5ebpxr3nWMzrL/rnUI755Jkuee0bHL/Gq0WTF9lvcpv73wAp5eu8MfBUgWK9bhWvZjj7yX8etf/8tI8Ney695g==}
224
+ engines: {node: '>=18'}
225
+ cpu: [x64]
226
+ os: [win32]
227
+
228
+ '@floating-ui/core@1.8.0':
229
+ resolution: {integrity: sha512-0CIZ5itps/8x7BG8dEIhs53BvCUH2PCoogtakwRTut+Arm58sJooJ0AuZhLw2HJYIR5cMLNPBSS728sPho2khQ==}
230
+
231
+ '@floating-ui/dom@1.8.0':
232
+ resolution: {integrity: sha512-yXSrzeHZBTZadLOlfyhCkJHNeLJnHRnRInwdZ40L7ZiaAtrBwoYlsDrX3v5zB1Utk7CLfzcOVnVVWoXEky7Ceg==}
233
+
234
+ '@floating-ui/react-dom@2.1.9':
235
+ resolution: {integrity: sha512-JDjEFGCpImxDCA7JJKviA0M9+RtmJdj0m/NVU5IMgBK+AmZouAQQ7/+2GLH0GXXY0YMw9oXPB8hKdbPYg5QLYg==}
236
+ peerDependencies:
237
+ react: '>=16.8.0'
238
+ react-dom: '>=16.8.0'
239
+
240
+ '@floating-ui/utils@0.2.12':
241
+ resolution: {integrity: sha512-HpCo8tmWzLVad5s2d19EhAz5zqrrQ6s69qd6moPMQvkOuSwDT1YgRfWSVuc4ennqrgv3OHppiOGMQ7oC13yIww==}
242
+
243
+ '@fuma-translate/react@1.0.2':
244
+ resolution: {integrity: sha512-uOiOtBx3nRXR8Nu1GzBf1tApgF1FErDBTHxRIAQeyQdyOoZbrNRN6H4kDCWObY4qyGeGbHydG0DHzgeUgFDMIw==}
245
+ peerDependencies:
246
+ '@types/react': '*'
247
+ react: ^19.2.0
248
+ react-dom: ^19.2.0
249
+ peerDependenciesMeta:
250
+ '@types/react':
251
+ optional: true
252
+
253
+ '@fumadocs/tailwind@0.0.5':
254
+ resolution: {integrity: sha512-ENKPWUDRmriccsrUDE4bDBq3FNr/ms3BP2rWlsAEMV1yP23pcCaan+ceGfeBUsAQjw7sj9Q3R4Kl3g/TCStPzQ==}
255
+ peerDependencies:
256
+ '@tailwindcss/oxide': ^4.0.0
257
+ tailwindcss: ^4.0.0
258
+ peerDependenciesMeta:
259
+ '@tailwindcss/oxide':
260
+ optional: true
261
+ tailwindcss:
262
+ optional: true
263
+
264
+ '@img/colour@1.1.0':
265
+ resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
266
+ engines: {node: '>=18'}
267
+
268
+ '@img/sharp-darwin-arm64@0.34.5':
269
+ resolution: {integrity: sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==}
270
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
271
+ cpu: [arm64]
272
+ os: [darwin]
273
+
274
+ '@img/sharp-darwin-x64@0.34.5':
275
+ resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
276
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
277
+ cpu: [x64]
278
+ os: [darwin]
279
+
280
+ '@img/sharp-libvips-darwin-arm64@1.2.4':
281
+ resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
282
+ cpu: [arm64]
283
+ os: [darwin]
284
+
285
+ '@img/sharp-libvips-darwin-x64@1.2.4':
286
+ resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
287
+ cpu: [x64]
288
+ os: [darwin]
289
+
290
+ '@img/sharp-libvips-linux-arm64@1.2.4':
291
+ resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
292
+ cpu: [arm64]
293
+ os: [linux]
294
+ libc: [glibc]
295
+
296
+ '@img/sharp-libvips-linux-arm@1.2.4':
297
+ resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
298
+ cpu: [arm]
299
+ os: [linux]
300
+ libc: [glibc]
301
+
302
+ '@img/sharp-libvips-linux-ppc64@1.2.4':
303
+ resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
304
+ cpu: [ppc64]
305
+ os: [linux]
306
+ libc: [glibc]
307
+
308
+ '@img/sharp-libvips-linux-riscv64@1.2.4':
309
+ resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
310
+ cpu: [riscv64]
311
+ os: [linux]
312
+ libc: [glibc]
313
+
314
+ '@img/sharp-libvips-linux-s390x@1.2.4':
315
+ resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
316
+ cpu: [s390x]
317
+ os: [linux]
318
+ libc: [glibc]
319
+
320
+ '@img/sharp-libvips-linux-x64@1.2.4':
321
+ resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
322
+ cpu: [x64]
323
+ os: [linux]
324
+ libc: [glibc]
325
+
326
+ '@img/sharp-libvips-linuxmusl-arm64@1.2.4':
327
+ resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
328
+ cpu: [arm64]
329
+ os: [linux]
330
+ libc: [musl]
331
+
332
+ '@img/sharp-libvips-linuxmusl-x64@1.2.4':
333
+ resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
334
+ cpu: [x64]
335
+ os: [linux]
336
+ libc: [musl]
337
+
338
+ '@img/sharp-linux-arm64@0.34.5':
339
+ resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
340
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
341
+ cpu: [arm64]
342
+ os: [linux]
343
+ libc: [glibc]
344
+
345
+ '@img/sharp-linux-arm@0.34.5':
346
+ resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
347
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
348
+ cpu: [arm]
349
+ os: [linux]
350
+ libc: [glibc]
351
+
352
+ '@img/sharp-linux-ppc64@0.34.5':
353
+ resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
354
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
355
+ cpu: [ppc64]
356
+ os: [linux]
357
+ libc: [glibc]
358
+
359
+ '@img/sharp-linux-riscv64@0.34.5':
360
+ resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
361
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
362
+ cpu: [riscv64]
363
+ os: [linux]
364
+ libc: [glibc]
365
+
366
+ '@img/sharp-linux-s390x@0.34.5':
367
+ resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
368
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
369
+ cpu: [s390x]
370
+ os: [linux]
371
+ libc: [glibc]
372
+
373
+ '@img/sharp-linux-x64@0.34.5':
374
+ resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
375
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
376
+ cpu: [x64]
377
+ os: [linux]
378
+ libc: [glibc]
379
+
380
+ '@img/sharp-linuxmusl-arm64@0.34.5':
381
+ resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
382
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
383
+ cpu: [arm64]
384
+ os: [linux]
385
+ libc: [musl]
386
+
387
+ '@img/sharp-linuxmusl-x64@0.34.5':
388
+ resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
389
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
390
+ cpu: [x64]
391
+ os: [linux]
392
+ libc: [musl]
393
+
394
+ '@img/sharp-wasm32@0.34.5':
395
+ resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
396
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
397
+ cpu: [wasm32]
398
+
399
+ '@img/sharp-win32-arm64@0.34.5':
400
+ resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
401
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
402
+ cpu: [arm64]
403
+ os: [win32]
404
+
405
+ '@img/sharp-win32-ia32@0.34.5':
406
+ resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
407
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
408
+ cpu: [ia32]
409
+ os: [win32]
410
+
411
+ '@img/sharp-win32-x64@0.34.5':
412
+ resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
413
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
414
+ cpu: [x64]
415
+ os: [win32]
416
+
417
+ '@jridgewell/gen-mapping@0.3.13':
418
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
419
+
420
+ '@jridgewell/remapping@2.3.5':
421
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
422
+
423
+ '@jridgewell/resolve-uri@3.1.2':
424
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
425
+ engines: {node: '>=6.0.0'}
426
+
427
+ '@jridgewell/sourcemap-codec@1.5.5':
428
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
429
+
430
+ '@jridgewell/trace-mapping@0.3.31':
431
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
432
+
433
+ '@mdx-js/mdx@3.1.1':
434
+ resolution: {integrity: sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==}
435
+
436
+ '@next/env@16.2.9':
437
+ resolution: {integrity: sha512-ki5VxxXfzD/9TDe13wyeTKIjQTAwBVpnr8KhRDUr8ltMUq1/NBpWNT5tiPoxiGl+PHM4X2ahSOiPk6iAimIzPg==}
438
+
439
+ '@next/swc-darwin-arm64@16.2.9':
440
+ resolution: {integrity: sha512-HkfxNYUCmcct0Xsqib5KxqMSHV4AHJq857BNRchyBDs4YS19aHzVfn1kDuBYKqLLQBjXgnkIsjV2Kd4d2wzYhw==}
441
+ engines: {node: '>= 10'}
442
+ cpu: [arm64]
443
+ os: [darwin]
444
+
445
+ '@next/swc-darwin-x64@16.2.9':
446
+ resolution: {integrity: sha512-7IAtK4MeybpqRV9GRABWEhJ62mOS+rzWOzOTFie4cSEtm12xsoOMJRcECoZx3FHPzFAqN/IJtHqWAFOLfl152w==}
447
+ engines: {node: '>= 10'}
448
+ cpu: [x64]
449
+ os: [darwin]
450
+
451
+ '@next/swc-linux-arm64-gnu@16.2.9':
452
+ resolution: {integrity: sha512-hBD75iWpUtkL9SmQmcRhmLomn9jgkPzCEkbOcLgHymPEKzv+6ONy13RRiIEz/iEObjkS2Jlb5gYS2XGoS3X4rw==}
453
+ engines: {node: '>= 10'}
454
+ cpu: [arm64]
455
+ os: [linux]
456
+ libc: [glibc]
457
+
458
+ '@next/swc-linux-arm64-musl@16.2.9':
459
+ resolution: {integrity: sha512-qZTI3pf9SGc/obr8NkQAekBxmp1QK+kVm+VAf3BALLfFAj+1kUhkTxmrWpVos9R/UYIA8AWX2p6cGI5WdwzVUA==}
460
+ engines: {node: '>= 10'}
461
+ cpu: [arm64]
462
+ os: [linux]
463
+ libc: [musl]
464
+
465
+ '@next/swc-linux-x64-gnu@16.2.9':
466
+ resolution: {integrity: sha512-xm0HfRNX+UkH4R3c18ynswjj5o5uEj/7iI9p9omdtTSIsRCzQqkGMA+10nzJ4EHnYC3as65IMhbbl5fWRUWHYg==}
467
+ engines: {node: '>= 10'}
468
+ cpu: [x64]
469
+ os: [linux]
470
+ libc: [glibc]
471
+
472
+ '@next/swc-linux-x64-musl@16.2.9':
473
+ resolution: {integrity: sha512-QumimHkGEG6vM3PfEDWKyKen03NcqLOkeKB1EfcPe7VxzmEiCa4jNnMyBn/US5zcd/VE1CI+O8Ovb3lfjVHfGw==}
474
+ engines: {node: '>= 10'}
475
+ cpu: [x64]
476
+ os: [linux]
477
+ libc: [musl]
478
+
479
+ '@next/swc-win32-arm64-msvc@16.2.9':
480
+ resolution: {integrity: sha512-hzQpKZvw8rAwI6A2uQh6SacCSvNAXaIkPNsWwzqqfRiIMiXMfH936skDhz1OO6KpvdKkJrgHHtqQOq5PIXOvdQ==}
481
+ engines: {node: '>= 10'}
482
+ cpu: [arm64]
483
+ os: [win32]
484
+
485
+ '@next/swc-win32-x64-msvc@16.2.9':
486
+ resolution: {integrity: sha512-qr2VL3Ce5QrwgO2yh1ujSBawrimjVKX8FGF/cOynmdYKJY0BdHpGVNIRK1tqONB10Vkm25Ub1BD2bkjWs4+96w==}
487
+ engines: {node: '>= 10'}
488
+ cpu: [x64]
489
+ os: [win32]
490
+
491
+ '@orama/orama@3.1.18':
492
+ resolution: {integrity: sha512-a61ljmRVVyG5MC/698C8/FfFDw5a8LOIvyOLW5fztgUXqUpc1jOfQzOitSCbge657OgXXThmY3Tk8fpiDb4UcA==}
493
+ engines: {node: '>= 20.0.0'}
494
+
495
+ '@radix-ui/number@1.1.3':
496
+ resolution: {integrity: sha512-Road2bidD0uu/1BGDOWNdPI06g0lIRy6IF9GZcIrDK2KGItfor8IQwQa+yM2ERgHM1MmHxaxpTzk0/Jp42lNfA==}
497
+
498
+ '@radix-ui/primitive@1.1.7':
499
+ resolution: {integrity: sha512-rqWnm76nYT8HoNNqEjpgJ7Pw/DrBj5iBTrmEPo6HTX5+VJyBNOqTdv4g89G63HuR5g0AaENoAcH7Is5fF2kZ8Q==}
500
+
501
+ '@radix-ui/react-accordion@1.2.20':
502
+ resolution: {integrity: sha512-jDhG9FvAEnlhnjrsINbNXcUa4G+L1KqSkJSunkbKEzFRcAb52jvM0PjPxPRvhe1HNc5F5yc0yzzWeeqlH4yBIg==}
503
+ peerDependencies:
504
+ '@types/react': '*'
505
+ '@types/react-dom': '*'
506
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
507
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
508
+ peerDependenciesMeta:
509
+ '@types/react':
510
+ optional: true
511
+ '@types/react-dom':
512
+ optional: true
513
+
514
+ '@radix-ui/react-arrow@1.1.15':
515
+ resolution: {integrity: sha512-v4zggRcjadnI+ClKDuijlQEW4tw3NoaeHc/PwpKnLoLLKNUG4InLegkstooLcRIUWCs+8L22dGURCVuFfOKfnA==}
516
+ peerDependencies:
517
+ '@types/react': '*'
518
+ '@types/react-dom': '*'
519
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
520
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
521
+ peerDependenciesMeta:
522
+ '@types/react':
523
+ optional: true
524
+ '@types/react-dom':
525
+ optional: true
526
+
527
+ '@radix-ui/react-collapsible@1.1.20':
528
+ resolution: {integrity: sha512-mcGesGplBnzN2sbvJETzpCNfSMyPnb29q1GRLU+Ib7bJrpIG2ywmRoh2V5VbA2uNvKikKUlVbAPks7JDjz4A8Q==}
529
+ peerDependencies:
530
+ '@types/react': '*'
531
+ '@types/react-dom': '*'
532
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
533
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
534
+ peerDependenciesMeta:
535
+ '@types/react':
536
+ optional: true
537
+ '@types/react-dom':
538
+ optional: true
539
+
540
+ '@radix-ui/react-collection@1.1.15':
541
+ resolution: {integrity: sha512-9W+B9NPF0NaaPh/1NJd3+KqsnlLqU9H7T2rvww+fp+T/evVXdNAyYcnfRQZFOjkR1ajQp3yORlqnI8soawLvNA==}
542
+ peerDependencies:
543
+ '@types/react': '*'
544
+ '@types/react-dom': '*'
545
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
546
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
547
+ peerDependenciesMeta:
548
+ '@types/react':
549
+ optional: true
550
+ '@types/react-dom':
551
+ optional: true
552
+
553
+ '@radix-ui/react-compose-refs@1.1.5':
554
+ resolution: {integrity: sha512-+48PbAAbq3didjJxa+OaWY2ZwgAKsNiRGyeHKszblZMQ+kcpd9pAaT11cMkGEie0vsOi3QdeTE6d5Fe3Gn61kA==}
555
+ peerDependencies:
556
+ '@types/react': '*'
557
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
558
+ peerDependenciesMeta:
559
+ '@types/react':
560
+ optional: true
561
+
562
+ '@radix-ui/react-context@1.2.2':
563
+ resolution: {integrity: sha512-RHCUGwKHDr0hDGg4X7ma4JG4/+12qxw8rkh5QKdDldlCvtja6nUx1Ef/8HVrJze81lEsgLQlqjzjGNHantgnQA==}
564
+ peerDependencies:
565
+ '@types/react': '*'
566
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
567
+ peerDependenciesMeta:
568
+ '@types/react':
569
+ optional: true
570
+
571
+ '@radix-ui/react-dialog@1.1.23':
572
+ resolution: {integrity: sha512-Ksw4WeROkO4rC9k/onilX/Ao2Cr1ku1unMNH+XSCcP4jSXYu7HDsg9n4ojMjVb22XpYjAQ9qfrFlVbru1vXDUA==}
573
+ peerDependencies:
574
+ '@types/react': '*'
575
+ '@types/react-dom': '*'
576
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
577
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
578
+ peerDependenciesMeta:
579
+ '@types/react':
580
+ optional: true
581
+ '@types/react-dom':
582
+ optional: true
583
+
584
+ '@radix-ui/react-direction@1.1.4':
585
+ resolution: {integrity: sha512-5pzg4FGQNpExhnhT2zlrP1wZFaYCd1K0nYWoFAdcYoYK868IEigqMX3B3f8yIoRlAhAeDWciLI6ZdCKHF9P4Vg==}
586
+ peerDependencies:
587
+ '@types/react': '*'
588
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
589
+ peerDependenciesMeta:
590
+ '@types/react':
591
+ optional: true
592
+
593
+ '@radix-ui/react-dismissable-layer@1.1.19':
594
+ resolution: {integrity: sha512-8g4pfOL9HoKKLWGiypT+dphVqjFfmcXO5GBnhsG6zI+lxAx/8feQpr+1LSN8Re3hiZ+XkLNS4O9ztK11/LzQ6w==}
595
+ peerDependencies:
596
+ '@types/react': '*'
597
+ '@types/react-dom': '*'
598
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
599
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
600
+ peerDependenciesMeta:
601
+ '@types/react':
602
+ optional: true
603
+ '@types/react-dom':
604
+ optional: true
605
+
606
+ '@radix-ui/react-focus-guards@1.1.6':
607
+ resolution: {integrity: sha512-RNOJjfZMTyBM6xYmV3IVGXkPjIhcBAuv48POevAXwrGJhkWZ9p1rFoIS1JFooPuT193AZmRsCPhpoVJxx6OPoQ==}
608
+ peerDependencies:
609
+ '@types/react': '*'
610
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
611
+ peerDependenciesMeta:
612
+ '@types/react':
613
+ optional: true
614
+
615
+ '@radix-ui/react-focus-scope@1.1.16':
616
+ resolution: {integrity: sha512-wmRZ2WWLvmt6KHy2rNPOdPUjwq5xOHY02+m+udwJTn0aNIox/rkskAvJTyTLGhPK6KgrUjlJUJpgmx/+wFiFIQ==}
617
+ peerDependencies:
618
+ '@types/react': '*'
619
+ '@types/react-dom': '*'
620
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
621
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
622
+ peerDependenciesMeta:
623
+ '@types/react':
624
+ optional: true
625
+ '@types/react-dom':
626
+ optional: true
627
+
628
+ '@radix-ui/react-id@1.1.4':
629
+ resolution: {integrity: sha512-TMQp2llA+RYn7JcjnrMnz7wN4pcVttPZnRZo52PLQsoLVKzNlVwUeHmfePgTgRluXFvlD3GD5g5MOVVTJCO0qA==}
630
+ peerDependencies:
631
+ '@types/react': '*'
632
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
633
+ peerDependenciesMeta:
634
+ '@types/react':
635
+ optional: true
636
+
637
+ '@radix-ui/react-navigation-menu@1.2.22':
638
+ resolution: {integrity: sha512-ou7iLEJ+yrhQndkkA4U21XIdS/CS45F4iXIkTZcb6/Ne9EMsOuDudVmCwmDnfFZZ+y1FZqXRNSIgBy+YMvZVZg==}
639
+ peerDependencies:
640
+ '@types/react': '*'
641
+ '@types/react-dom': '*'
642
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
643
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
644
+ peerDependenciesMeta:
645
+ '@types/react':
646
+ optional: true
647
+ '@types/react-dom':
648
+ optional: true
649
+
650
+ '@radix-ui/react-popover@1.1.23':
651
+ resolution: {integrity: sha512-mw58MrBlyHWFisTOYignD0vf/3gdcgAR+9of1s9G/38CbFiUwH1nCDkc0AUM9IrXFgN5Ue8n45j9WCgyM1sbiQ==}
652
+ peerDependencies:
653
+ '@types/react': '*'
654
+ '@types/react-dom': '*'
655
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
656
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
657
+ peerDependenciesMeta:
658
+ '@types/react':
659
+ optional: true
660
+ '@types/react-dom':
661
+ optional: true
662
+
663
+ '@radix-ui/react-popper@1.3.7':
664
+ resolution: {integrity: sha512-UsJrrd7w4wuKKTdvd/DNERVlwSlUcyXzjhyDwBk+3aPOsCjOY6ZSbxuw8E6lZTjjfP8Cpd0J8VVkrYUWyGYXyg==}
665
+ peerDependencies:
666
+ '@types/react': '*'
667
+ '@types/react-dom': '*'
668
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
669
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
670
+ peerDependenciesMeta:
671
+ '@types/react':
672
+ optional: true
673
+ '@types/react-dom':
674
+ optional: true
675
+
676
+ '@radix-ui/react-portal@1.1.17':
677
+ resolution: {integrity: sha512-vKQLcWypUnwZVvfV7UkGahH2g6ySe8M8R+zYBwPrv5byZ9QAW6cQVvNKo7GgmD+p8aYb6D9JBuvy8/WhOno2wQ==}
678
+ peerDependencies:
679
+ '@types/react': '*'
680
+ '@types/react-dom': '*'
681
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
682
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
683
+ peerDependenciesMeta:
684
+ '@types/react':
685
+ optional: true
686
+ '@types/react-dom':
687
+ optional: true
688
+
689
+ '@radix-ui/react-presence@1.1.10':
690
+ resolution: {integrity: sha512-3wyzCQ6+ubRA+D4uv9m95JYLXxmOHp05qjrkjeA7uKHHtjpPggQzc6DAb0URl7j67oR0K2foO4ip27TiX037Bw==}
691
+ peerDependencies:
692
+ '@types/react': '*'
693
+ '@types/react-dom': '*'
694
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
695
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
696
+ peerDependenciesMeta:
697
+ '@types/react':
698
+ optional: true
699
+ '@types/react-dom':
700
+ optional: true
701
+
702
+ '@radix-ui/react-primitive@2.1.10':
703
+ resolution: {integrity: sha512-MucOnzh6hR5mid6VpkbglRAMYMjKLqRnGBbjXkzjK52fuQDd1qbkx78a5P40mkcnVXJdEVxm26E9OPAiUq7nBg==}
704
+ peerDependencies:
705
+ '@types/react': '*'
706
+ '@types/react-dom': '*'
707
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
708
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
709
+ peerDependenciesMeta:
710
+ '@types/react':
711
+ optional: true
712
+ '@types/react-dom':
713
+ optional: true
714
+
715
+ '@radix-ui/react-roving-focus@1.1.19':
716
+ resolution: {integrity: sha512-V9jI6hDjT7l3jsCQD9bLNvDLM3tH/gdbOTp7Tefp3hbbgCGQoK7tUvrWiRlcoBHIZ809ElXwNQwVo0B98LuTXQ==}
717
+ peerDependencies:
718
+ '@types/react': '*'
719
+ '@types/react-dom': '*'
720
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
721
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
722
+ peerDependenciesMeta:
723
+ '@types/react':
724
+ optional: true
725
+ '@types/react-dom':
726
+ optional: true
727
+
728
+ '@radix-ui/react-scroll-area@1.2.18':
729
+ resolution: {integrity: sha512-Zn5Cd171wxsO3Dfg8HaW6RifTb9CYTKQJHs/G4+LN1GfmJpaQMZQyQxMprVPHpaz7QY4l9BxK2JwQuzHsXC8nA==}
730
+ peerDependencies:
731
+ '@types/react': '*'
732
+ '@types/react-dom': '*'
733
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
734
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
735
+ peerDependenciesMeta:
736
+ '@types/react':
737
+ optional: true
738
+ '@types/react-dom':
739
+ optional: true
740
+
741
+ '@radix-ui/react-slot@1.3.3':
742
+ resolution: {integrity: sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==}
743
+ peerDependencies:
744
+ '@types/react': '*'
745
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
746
+ peerDependenciesMeta:
747
+ '@types/react':
748
+ optional: true
749
+
750
+ '@radix-ui/react-tabs@1.1.21':
751
+ resolution: {integrity: sha512-UKxJlZid7FVtsk/WTxj4i4uSEgj2Au+KBbS7SQyTlzMhhn+86Cz3tISZdTa87bfEfcuvZezf2ZsxD4xuEKtkog==}
752
+ peerDependencies:
753
+ '@types/react': '*'
754
+ '@types/react-dom': '*'
755
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
756
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
757
+ peerDependenciesMeta:
758
+ '@types/react':
759
+ optional: true
760
+ '@types/react-dom':
761
+ optional: true
762
+
763
+ '@radix-ui/react-use-callback-ref@1.1.4':
764
+ resolution: {integrity: sha512-R6OUY2e2fA6Yn6s+VSx5KBV6Nx8LQEhu+cz7LCej18rQ1HLyg9PSC9jP/ZNx0o6FAIK9c0F1kHylzSxKsdlkrQ==}
765
+ peerDependencies:
766
+ '@types/react': '*'
767
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
768
+ peerDependenciesMeta:
769
+ '@types/react':
770
+ optional: true
771
+
772
+ '@radix-ui/react-use-controllable-state@1.2.6':
773
+ resolution: {integrity: sha512-uEQJGT97ZA/TgP/Hydw47lHu+/vQj6z/0jA+WeTbK1o9Rx45GImjpD0tc3W5ad3D6XTSR6e1yEO0FvGq6WQfVQ==}
774
+ peerDependencies:
775
+ '@types/react': '*'
776
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
777
+ peerDependenciesMeta:
778
+ '@types/react':
779
+ optional: true
780
+
781
+ '@radix-ui/react-use-effect-event@0.0.5':
782
+ resolution: {integrity: sha512-7cshFL8HGS/7HEiHH+9kL9HBwp2sa9yX18Knwek6KYWmXwM7pegMgta2AXMQKI+rq3JnfSj9x8wYqFMTdG1Jgg==}
783
+ peerDependencies:
784
+ '@types/react': '*'
785
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
786
+ peerDependenciesMeta:
787
+ '@types/react':
788
+ optional: true
789
+
790
+ '@radix-ui/react-use-is-hydrated@0.1.3':
791
+ resolution: {integrity: sha512-umO/aJ+82CpOnhDZUTbILCQf7kU/g0iv+oGs/Q8jw7IkhWBzaEP4sA268PhFAJTFetbwp3ICc6ktpI4TqtxcIw==}
792
+ peerDependencies:
793
+ '@types/react': '*'
794
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
795
+ peerDependenciesMeta:
796
+ '@types/react':
797
+ optional: true
798
+
799
+ '@radix-ui/react-use-layout-effect@1.1.4':
800
+ resolution: {integrity: sha512-K20DkRkUwDnxEYMBPcg3Y6voLkEy5p5QQmszZgLngKKiC7dzBR/aEuK3w1qlx2JWDUNH6FluahYdgR3BP+QbYw==}
801
+ peerDependencies:
802
+ '@types/react': '*'
803
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
804
+ peerDependenciesMeta:
805
+ '@types/react':
806
+ optional: true
807
+
808
+ '@radix-ui/react-use-previous@1.1.4':
809
+ resolution: {integrity: sha512-XoSLhbRbqxFtgJoi2fNHA3C6pDlY34x508vUpUGoFZfvePfHXHbE1lC4FYFMnJWgiCRroSTw6fOsXQoVS9RwZg==}
810
+ peerDependencies:
811
+ '@types/react': '*'
812
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
813
+ peerDependenciesMeta:
814
+ '@types/react':
815
+ optional: true
816
+
817
+ '@radix-ui/react-use-rect@1.1.4':
818
+ resolution: {integrity: sha512-cSOCh6JlkmfjLyNcLiu2nB4v+nm+dkZ+Q5KHWk/soo4U7ZLiEQFKHK9/YmtBHjfCEaU43IBKQOc4/uJmCaiCTQ==}
819
+ peerDependencies:
820
+ '@types/react': '*'
821
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
822
+ peerDependenciesMeta:
823
+ '@types/react':
824
+ optional: true
825
+
826
+ '@radix-ui/react-use-size@1.1.4':
827
+ resolution: {integrity: sha512-D3anSY15EJoxrihpsXI6SMrmmonnQtR2ni7arO+Lfdg3O95b9hNXxONk8jA5C8ANdF/h5HMAxejgs8PWJ6rlhw==}
828
+ peerDependencies:
829
+ '@types/react': '*'
830
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
831
+ peerDependenciesMeta:
832
+ '@types/react':
833
+ optional: true
834
+
835
+ '@radix-ui/react-visually-hidden@1.2.11':
836
+ resolution: {integrity: sha512-NFS86RYYZb4/exihaESBGOpMJFz8MGLAfu3mOBSGByVnVPC9JPASfYubxd/8KbkQK0sYAv8lVQDEQukDX/qXvQ==}
837
+ peerDependencies:
838
+ '@types/react': '*'
839
+ '@types/react-dom': '*'
840
+ react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
841
+ react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
842
+ peerDependenciesMeta:
843
+ '@types/react':
844
+ optional: true
845
+ '@types/react-dom':
846
+ optional: true
847
+
848
+ '@radix-ui/rect@1.1.3':
849
+ resolution: {integrity: sha512-JtyZR+mqgBibTo8xea3B6ZRmzZiM/YeVBtUkas6zMuXjAlfIFIW2FgqeM9eLyvEaYX66vr6DJMK+4U6LV0KhNw==}
850
+
851
+ '@shikijs/core@4.4.3':
852
+ resolution: {integrity: sha512-QCR4q2ZO/ILJEuwiBMel4wdcTDb1JGwfjKTxPDF6x8ixOaluPrVqIn06C99AcRPhmYlBR56d/Fb+GN58GzExpg==}
853
+ engines: {node: '>=20'}
854
+
855
+ '@shikijs/engine-javascript@4.4.3':
856
+ resolution: {integrity: sha512-FbOjFJp9VLdo1Wevs10BBtVxiTWwNLqZh5Gkhjgda/ioL15YOgeSl9n+6XMa3qRlPQzfhFNe641SrynFHYG0nQ==}
857
+ engines: {node: '>=20'}
858
+
859
+ '@shikijs/engine-oniguruma@4.4.3':
860
+ resolution: {integrity: sha512-EcOQkxdxGQrc1Row/cC2c96/v1dbZqGnEVu1qTuT/MJmp6+cXCvQussowVmCv5Tqr3KuY3c7IbM6HTW3LJ1k9w==}
861
+ engines: {node: '>=20'}
862
+
863
+ '@shikijs/langs@4.4.3':
864
+ resolution: {integrity: sha512-ePic0yfAJGOF83D5wBHK/00EjK65oahBYxFk5epgq33WRv7X9UuxLEV8PtR0szC0z8dl7INIpIodB99JRFlR+A==}
865
+ engines: {node: '>=20'}
866
+
867
+ '@shikijs/primitive@4.4.3':
868
+ resolution: {integrity: sha512-m0wBeLDQDeIxRdUmrCPdQqfuUamDwRL5isCfYbguKD6NiaKpVbsv+3J81DyIKgNW5h4WAIIr8T4EkgQrBBxvaQ==}
869
+ engines: {node: '>=20'}
870
+
871
+ '@shikijs/themes@4.4.3':
872
+ resolution: {integrity: sha512-w8UHjeUnIR965KMWJHUPXOc2mNJUnK3vpVLYLvw5IYU2mnTTJ89E24OrJDBNiJDQ0qzb0tc4l7mrIXx5cFeIyw==}
873
+ engines: {node: '>=20'}
874
+
875
+ '@shikijs/types@4.4.3':
876
+ resolution: {integrity: sha512-UEJxmRR++MAGR6hugn0vgVS2W/6lWAts84FFSrnlH9sP0LNol7E5+NQ792pH8liWUhyMyjhTgSUH3k7iD7tc5g==}
877
+ engines: {node: '>=20'}
878
+
879
+ '@shikijs/vscode-textmate@10.0.2':
880
+ resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
881
+
882
+ '@standard-schema/spec@1.1.0':
883
+ resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
884
+
885
+ '@swc/helpers@0.5.15':
886
+ resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
887
+
888
+ '@tailwindcss/node@4.3.3':
889
+ resolution: {integrity: sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==}
890
+
891
+ '@tailwindcss/oxide-android-arm64@4.3.3':
892
+ resolution: {integrity: sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==}
893
+ engines: {node: '>= 20'}
894
+ cpu: [arm64]
895
+ os: [android]
896
+
897
+ '@tailwindcss/oxide-darwin-arm64@4.3.3':
898
+ resolution: {integrity: sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==}
899
+ engines: {node: '>= 20'}
900
+ cpu: [arm64]
901
+ os: [darwin]
902
+
903
+ '@tailwindcss/oxide-darwin-x64@4.3.3':
904
+ resolution: {integrity: sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==}
905
+ engines: {node: '>= 20'}
906
+ cpu: [x64]
907
+ os: [darwin]
908
+
909
+ '@tailwindcss/oxide-freebsd-x64@4.3.3':
910
+ resolution: {integrity: sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==}
911
+ engines: {node: '>= 20'}
912
+ cpu: [x64]
913
+ os: [freebsd]
914
+
915
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.3':
916
+ resolution: {integrity: sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==}
917
+ engines: {node: '>= 20'}
918
+ cpu: [arm]
919
+ os: [linux]
920
+
921
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.3':
922
+ resolution: {integrity: sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==}
923
+ engines: {node: '>= 20'}
924
+ cpu: [arm64]
925
+ os: [linux]
926
+ libc: [glibc]
927
+
928
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.3':
929
+ resolution: {integrity: sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==}
930
+ engines: {node: '>= 20'}
931
+ cpu: [arm64]
932
+ os: [linux]
933
+ libc: [musl]
934
+
935
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.3':
936
+ resolution: {integrity: sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==}
937
+ engines: {node: '>= 20'}
938
+ cpu: [x64]
939
+ os: [linux]
940
+ libc: [glibc]
941
+
942
+ '@tailwindcss/oxide-linux-x64-musl@4.3.3':
943
+ resolution: {integrity: sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==}
944
+ engines: {node: '>= 20'}
945
+ cpu: [x64]
946
+ os: [linux]
947
+ libc: [musl]
948
+
949
+ '@tailwindcss/oxide-wasm32-wasi@4.3.3':
950
+ resolution: {integrity: sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==}
951
+ engines: {node: '>=14.0.0'}
952
+ cpu: [wasm32]
953
+ bundledDependencies:
954
+ - '@napi-rs/wasm-runtime'
955
+ - '@emnapi/core'
956
+ - '@emnapi/runtime'
957
+ - '@tybys/wasm-util'
958
+ - '@emnapi/wasi-threads'
959
+ - tslib
960
+
961
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.3':
962
+ resolution: {integrity: sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==}
963
+ engines: {node: '>= 20'}
964
+ cpu: [arm64]
965
+ os: [win32]
966
+
967
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.3':
968
+ resolution: {integrity: sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==}
969
+ engines: {node: '>= 20'}
970
+ cpu: [x64]
971
+ os: [win32]
972
+
973
+ '@tailwindcss/oxide@4.3.3':
974
+ resolution: {integrity: sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==}
975
+ engines: {node: '>= 20'}
976
+
977
+ '@tailwindcss/postcss@4.3.3':
978
+ resolution: {integrity: sha512-JTSZZGQi1AyKirbLN3azmjVzef92tcX7h+iSqPdaeStyFpGpDlKvvpxeOE8njhbUanbRwr3z8DyzhICWnMtQeg==}
979
+
980
+ '@types/debug@4.1.13':
981
+ resolution: {integrity: sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==}
982
+
983
+ '@types/estree-jsx@1.0.5':
984
+ resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==}
985
+
986
+ '@types/estree@1.0.9':
987
+ resolution: {integrity: sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==}
988
+
989
+ '@types/hast@3.0.5':
990
+ resolution: {integrity: sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==}
991
+
992
+ '@types/mdast@4.0.4':
993
+ resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
994
+
995
+ '@types/mdx@2.0.14':
996
+ resolution: {integrity: sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==}
997
+
998
+ '@types/ms@2.1.0':
999
+ resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
1000
+
1001
+ '@types/node@25.9.5':
1002
+ resolution: {integrity: sha512-OScDchr2fwuUmWdf4kZ9h7PcJiYDVInhJizG/biAq3cAvqwYktuy/TYGGdZNMtNTFUP7rnb0NU4TUdm82kt4Rg==}
1003
+
1004
+ '@types/react-dom@19.2.4':
1005
+ resolution: {integrity: sha512-Bsc+QHgp+P/F02XDzNCY9jnZNCUuLki36KT7VKrTXXLdHf+vHMNZnW1rVu5DNW/rCK+fya3DATySbLM4yhtKUw==}
1006
+ peerDependencies:
1007
+ '@types/react': ^19.2.0
1008
+
1009
+ '@types/react@19.2.18':
1010
+ resolution: {integrity: sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==}
1011
+
1012
+ '@types/unist@2.0.11':
1013
+ resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
1014
+
1015
+ '@types/unist@3.0.3':
1016
+ resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
1017
+
1018
+ '@ungap/structured-clone@1.3.3':
1019
+ resolution: {integrity: sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==}
1020
+
1021
+ acorn-jsx@5.3.2:
1022
+ resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
1023
+ peerDependencies:
1024
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1025
+
1026
+ acorn@8.18.0:
1027
+ resolution: {integrity: sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==}
1028
+ engines: {node: '>=0.4.0'}
1029
+ hasBin: true
1030
+
1031
+ argparse@2.0.1:
1032
+ resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
1033
+
1034
+ aria-hidden@1.2.6:
1035
+ resolution: {integrity: sha512-ik3ZgC9dY/lYVVM++OISsaYDeg1tb0VtP5uL3ouh1koGOaUMDPpbFIei4JkFimWUFPn90sbMNMXQAIVOlnYKJA==}
1036
+ engines: {node: '>=10'}
1037
+
1038
+ astring@1.9.0:
1039
+ resolution: {integrity: sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==}
1040
+ hasBin: true
1041
+
1042
+ bail@2.0.2:
1043
+ resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
1044
+
1045
+ baseline-browser-mapping@2.11.14:
1046
+ resolution: {integrity: sha512-JyJ954WzuIR8/FFzX0o5krdSTrBAkcCSRfWSleRsIHSWV+cZe2FI1PKggVkFke1hBldRs+LRxUczzE9iPmgZww==}
1047
+ engines: {node: '>=6.0.0'}
1048
+ hasBin: true
1049
+
1050
+ caniuse-lite@1.0.30001809:
1051
+ resolution: {integrity: sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==}
1052
+
1053
+ ccount@2.0.1:
1054
+ resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
1055
+
1056
+ character-entities-html4@2.1.0:
1057
+ resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==}
1058
+
1059
+ character-entities-legacy@3.0.0:
1060
+ resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==}
1061
+
1062
+ character-entities@2.0.2:
1063
+ resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==}
1064
+
1065
+ character-reference-invalid@2.0.1:
1066
+ resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==}
1067
+
1068
+ chokidar@5.0.0:
1069
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
1070
+ engines: {node: '>= 20.19.0'}
1071
+
1072
+ class-variance-authority@0.7.1:
1073
+ resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==}
1074
+
1075
+ client-only@0.0.1:
1076
+ resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
1077
+
1078
+ clsx@2.1.1:
1079
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
1080
+ engines: {node: '>=6'}
1081
+
1082
+ collapse-white-space@2.1.0:
1083
+ resolution: {integrity: sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==}
1084
+
1085
+ comma-separated-tokens@2.0.3:
1086
+ resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
1087
+
1088
+ compute-scroll-into-view@3.1.1:
1089
+ resolution: {integrity: sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==}
1090
+
1091
+ csstype@3.2.3:
1092
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
1093
+
1094
+ debug@4.4.3:
1095
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
1096
+ engines: {node: '>=6.0'}
1097
+ peerDependencies:
1098
+ supports-color: '*'
1099
+ peerDependenciesMeta:
1100
+ supports-color:
1101
+ optional: true
1102
+
1103
+ decode-named-character-reference@1.3.0:
1104
+ resolution: {integrity: sha512-GtpQYB283KrPp6nRw50q3U9/VfOutZOe103qlN7BPP6Ad27xYnOIWv4lPzo8HCAL+mMZofJ9KEy30fq6MfaK6Q==}
1105
+
1106
+ dequal@2.0.3:
1107
+ resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==}
1108
+ engines: {node: '>=6'}
1109
+
1110
+ detect-libc@2.1.2:
1111
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
1112
+ engines: {node: '>=8'}
1113
+
1114
+ detect-node-es@1.1.0:
1115
+ resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==}
1116
+
1117
+ devlop@1.1.0:
1118
+ resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
1119
+
1120
+ enhanced-resolve@5.24.5:
1121
+ resolution: {integrity: sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==}
1122
+ engines: {node: '>=10.13.0'}
1123
+
1124
+ entities@6.0.1:
1125
+ resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
1126
+ engines: {node: '>=0.12'}
1127
+
1128
+ esast-util-from-estree@2.0.0:
1129
+ resolution: {integrity: sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==}
1130
+
1131
+ esast-util-from-js@2.0.1:
1132
+ resolution: {integrity: sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==}
1133
+
1134
+ esbuild@0.28.2:
1135
+ resolution: {integrity: sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA==}
1136
+ engines: {node: '>=18'}
1137
+ hasBin: true
1138
+
1139
+ escape-string-regexp@5.0.0:
1140
+ resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
1141
+ engines: {node: '>=12'}
1142
+
1143
+ estree-util-attach-comments@3.0.0:
1144
+ resolution: {integrity: sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==}
1145
+
1146
+ estree-util-build-jsx@3.0.1:
1147
+ resolution: {integrity: sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==}
1148
+
1149
+ estree-util-is-identifier-name@3.0.0:
1150
+ resolution: {integrity: sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==}
1151
+
1152
+ estree-util-scope@1.0.0:
1153
+ resolution: {integrity: sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==}
1154
+
1155
+ estree-util-to-js@2.0.0:
1156
+ resolution: {integrity: sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==}
1157
+
1158
+ estree-util-value-to-estree@3.5.0:
1159
+ resolution: {integrity: sha512-aMV56R27Gv3QmfmF1MY12GWkGzzeAezAX+UplqHVASfjc9wNzI/X6hC0S9oxq61WT4aQesLGslWP9tKk6ghRZQ==}
1160
+
1161
+ estree-util-visit@2.0.0:
1162
+ resolution: {integrity: sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==}
1163
+
1164
+ estree-walker@3.0.3:
1165
+ resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
1166
+
1167
+ extend@3.0.2:
1168
+ resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
1169
+
1170
+ fdir@6.5.0:
1171
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
1172
+ engines: {node: '>=12.0.0'}
1173
+ peerDependencies:
1174
+ picomatch: ^3 || ^4
1175
+ peerDependenciesMeta:
1176
+ picomatch:
1177
+ optional: true
1178
+
1179
+ framer-motion@12.43.0:
1180
+ resolution: {integrity: sha512-1eaL3RvR/kAlbG7UYcpMptEyzPoENO0c6w7ZnB3/hh2vSAz/6uGAFn6fdoqTBguNstf3MsFhJHsD/0DHiclG+g==}
1181
+ peerDependencies:
1182
+ '@emotion/is-prop-valid': '*'
1183
+ react: ^18.0.0 || ^19.0.0
1184
+ react-dom: ^18.0.0 || ^19.0.0
1185
+ peerDependenciesMeta:
1186
+ '@emotion/is-prop-valid':
1187
+ optional: true
1188
+ react:
1189
+ optional: true
1190
+ react-dom:
1191
+ optional: true
1192
+
1193
+ fumadocs-core@16.10.3:
1194
+ resolution: {integrity: sha512-xXhqz/fqbN7pLlshJb/B5L+vzMJOmWxoPj7+KMRTa/4A669hKeeCBPpRAiooMqjblWqIRSxLiO02/ds8ltvUPQ==}
1195
+ peerDependencies:
1196
+ '@mdx-js/mdx': '*'
1197
+ '@mixedbread/sdk': 0.x.x
1198
+ '@orama/core': 1.x.x
1199
+ '@oramacloud/client': 2.x.x
1200
+ '@tanstack/react-router': 1.x.x
1201
+ '@types/estree-jsx': '*'
1202
+ '@types/hast': '*'
1203
+ '@types/mdast': '*'
1204
+ '@types/react': '*'
1205
+ algoliasearch: 5.x.x
1206
+ flexsearch: '*'
1207
+ lucide-react: '*'
1208
+ next: 16.x.x
1209
+ react: ^19.2.0
1210
+ react-dom: ^19.2.0
1211
+ react-router: 7.x.x
1212
+ waku: '*'
1213
+ zod: 4.x.x
1214
+ peerDependenciesMeta:
1215
+ '@mdx-js/mdx':
1216
+ optional: true
1217
+ '@mixedbread/sdk':
1218
+ optional: true
1219
+ '@orama/core':
1220
+ optional: true
1221
+ '@oramacloud/client':
1222
+ optional: true
1223
+ '@tanstack/react-router':
1224
+ optional: true
1225
+ '@types/estree-jsx':
1226
+ optional: true
1227
+ '@types/hast':
1228
+ optional: true
1229
+ '@types/mdast':
1230
+ optional: true
1231
+ '@types/react':
1232
+ optional: true
1233
+ algoliasearch:
1234
+ optional: true
1235
+ flexsearch:
1236
+ optional: true
1237
+ lucide-react:
1238
+ optional: true
1239
+ next:
1240
+ optional: true
1241
+ react:
1242
+ optional: true
1243
+ react-dom:
1244
+ optional: true
1245
+ react-router:
1246
+ optional: true
1247
+ waku:
1248
+ optional: true
1249
+ zod:
1250
+ optional: true
1251
+
1252
+ fumadocs-mdx@15.0.13:
1253
+ resolution: {integrity: sha512-VsGhCiLriXXMzm3WbgrVP7t6LvOthwh1BC+IGSI1ZW63UcSo1jE4aAiuUrTIF0jv1EGQkJG8cPsy0cOnf4sejA==}
1254
+ hasBin: true
1255
+ peerDependencies:
1256
+ '@types/mdast': '*'
1257
+ '@types/mdx': '*'
1258
+ '@types/react': '*'
1259
+ fumadocs-core: ^16.7.0
1260
+ mdast-util-directive: '*'
1261
+ next: ^15.3.0 || ^16.0.0
1262
+ react: ^19.2.0
1263
+ rolldown: '*'
1264
+ vite: 7.x.x || 8.x.x
1265
+ peerDependenciesMeta:
1266
+ '@types/mdast':
1267
+ optional: true
1268
+ '@types/mdx':
1269
+ optional: true
1270
+ '@types/react':
1271
+ optional: true
1272
+ mdast-util-directive:
1273
+ optional: true
1274
+ next:
1275
+ optional: true
1276
+ react:
1277
+ optional: true
1278
+ rolldown:
1279
+ optional: true
1280
+ vite:
1281
+ optional: true
1282
+
1283
+ fumadocs-ui@16.10.3:
1284
+ resolution: {integrity: sha512-0aSLdQ73EWoCmYcQYr2uNHlSB/s2fD+NMugtdZF3vC4lqs0MfyOtwnZPyYAskUnXNs6HECly/Hu6oY5JqmlkHg==}
1285
+ peerDependencies:
1286
+ '@takumi-rs/image-response': '*'
1287
+ '@types/mdx': '*'
1288
+ '@types/react': '*'
1289
+ fumadocs-core: 16.10.3
1290
+ next: 16.x.x
1291
+ react: ^19.2.0
1292
+ react-dom: ^19.2.0
1293
+ peerDependenciesMeta:
1294
+ '@takumi-rs/image-response':
1295
+ optional: true
1296
+ '@types/mdx':
1297
+ optional: true
1298
+ '@types/react':
1299
+ optional: true
1300
+ next:
1301
+ optional: true
1302
+
1303
+ get-nonce@1.0.1:
1304
+ resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==}
1305
+ engines: {node: '>=6'}
1306
+
1307
+ github-slugger@2.0.0:
1308
+ resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==}
1309
+
1310
+ graceful-fs@4.2.11:
1311
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
1312
+
1313
+ hast-util-from-parse5@8.0.3:
1314
+ resolution: {integrity: sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==}
1315
+
1316
+ hast-util-parse-selector@4.0.0:
1317
+ resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==}
1318
+
1319
+ hast-util-raw@9.1.0:
1320
+ resolution: {integrity: sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==}
1321
+
1322
+ hast-util-to-estree@3.1.3:
1323
+ resolution: {integrity: sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==}
1324
+
1325
+ hast-util-to-html@9.0.5:
1326
+ resolution: {integrity: sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==}
1327
+
1328
+ hast-util-to-jsx-runtime@2.3.6:
1329
+ resolution: {integrity: sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==}
1330
+
1331
+ hast-util-to-parse5@8.0.1:
1332
+ resolution: {integrity: sha512-MlWT6Pjt4CG9lFCjiz4BH7l9wmrMkfkJYCxFwKQic8+RTZgWPuWxwAfjJElsXkex7DJjfSJsQIt931ilUgmwdA==}
1333
+
1334
+ hast-util-whitespace@3.0.0:
1335
+ resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==}
1336
+
1337
+ hastscript@9.0.1:
1338
+ resolution: {integrity: sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==}
1339
+
1340
+ html-void-elements@3.0.0:
1341
+ resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
1342
+
1343
+ inline-style-parser@0.2.7:
1344
+ resolution: {integrity: sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==}
1345
+
1346
+ is-alphabetical@2.0.1:
1347
+ resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==}
1348
+
1349
+ is-alphanumerical@2.0.1:
1350
+ resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
1351
+
1352
+ is-decimal@2.0.1:
1353
+ resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==}
1354
+
1355
+ is-hexadecimal@2.0.1:
1356
+ resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==}
1357
+
1358
+ is-plain-obj@4.1.0:
1359
+ resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
1360
+ engines: {node: '>=12'}
1361
+
1362
+ jiti@2.7.0:
1363
+ resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
1364
+ hasBin: true
1365
+
1366
+ js-yaml@4.3.1:
1367
+ resolution: {integrity: sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==}
1368
+ hasBin: true
1369
+
1370
+ js-yaml@5.3.0:
1371
+ resolution: {integrity: sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==}
1372
+ hasBin: true
1373
+
1374
+ lightningcss-android-arm64@1.32.0:
1375
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
1376
+ engines: {node: '>= 12.0.0'}
1377
+ cpu: [arm64]
1378
+ os: [android]
1379
+
1380
+ lightningcss-darwin-arm64@1.32.0:
1381
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
1382
+ engines: {node: '>= 12.0.0'}
1383
+ cpu: [arm64]
1384
+ os: [darwin]
1385
+
1386
+ lightningcss-darwin-x64@1.32.0:
1387
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
1388
+ engines: {node: '>= 12.0.0'}
1389
+ cpu: [x64]
1390
+ os: [darwin]
1391
+
1392
+ lightningcss-freebsd-x64@1.32.0:
1393
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
1394
+ engines: {node: '>= 12.0.0'}
1395
+ cpu: [x64]
1396
+ os: [freebsd]
1397
+
1398
+ lightningcss-linux-arm-gnueabihf@1.32.0:
1399
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
1400
+ engines: {node: '>= 12.0.0'}
1401
+ cpu: [arm]
1402
+ os: [linux]
1403
+
1404
+ lightningcss-linux-arm64-gnu@1.32.0:
1405
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
1406
+ engines: {node: '>= 12.0.0'}
1407
+ cpu: [arm64]
1408
+ os: [linux]
1409
+ libc: [glibc]
1410
+
1411
+ lightningcss-linux-arm64-musl@1.32.0:
1412
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
1413
+ engines: {node: '>= 12.0.0'}
1414
+ cpu: [arm64]
1415
+ os: [linux]
1416
+ libc: [musl]
1417
+
1418
+ lightningcss-linux-x64-gnu@1.32.0:
1419
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
1420
+ engines: {node: '>= 12.0.0'}
1421
+ cpu: [x64]
1422
+ os: [linux]
1423
+ libc: [glibc]
1424
+
1425
+ lightningcss-linux-x64-musl@1.32.0:
1426
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
1427
+ engines: {node: '>= 12.0.0'}
1428
+ cpu: [x64]
1429
+ os: [linux]
1430
+ libc: [musl]
1431
+
1432
+ lightningcss-win32-arm64-msvc@1.32.0:
1433
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
1434
+ engines: {node: '>= 12.0.0'}
1435
+ cpu: [arm64]
1436
+ os: [win32]
1437
+
1438
+ lightningcss-win32-x64-msvc@1.32.0:
1439
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
1440
+ engines: {node: '>= 12.0.0'}
1441
+ cpu: [x64]
1442
+ os: [win32]
1443
+
1444
+ lightningcss@1.32.0:
1445
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
1446
+ engines: {node: '>= 12.0.0'}
1447
+
1448
+ longest-streak@3.1.0:
1449
+ resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
1450
+
1451
+ lucide-react@1.31.0:
1452
+ resolution: {integrity: sha512-G8u2eEtoHUnUa9f8lbvqDhCiORMnYLdUEo06EEG9MQvHQrInKcX3Pa2TH39MM5qyzRcWETxB0+aOwAPI1g1kEg==}
1453
+ peerDependencies:
1454
+ react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
1455
+
1456
+ magic-string@0.30.21:
1457
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
1458
+
1459
+ markdown-extensions@2.0.0:
1460
+ resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
1461
+ engines: {node: '>=16'}
1462
+
1463
+ markdown-table@3.0.4:
1464
+ resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
1465
+
1466
+ mdast-util-find-and-replace@3.0.2:
1467
+ resolution: {integrity: sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==}
1468
+
1469
+ mdast-util-from-markdown@2.0.3:
1470
+ resolution: {integrity: sha512-W4mAWTvSlKvf8L6J+VN9yLSqQ9AOAAvHuoDAmPkz4dHf553m5gVj2ejadHJhoJmcmxEnOv6Pa8XJhpxE93kb8Q==}
1471
+
1472
+ mdast-util-gfm-autolink-literal@2.0.1:
1473
+ resolution: {integrity: sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==}
1474
+
1475
+ mdast-util-gfm-footnote@2.1.0:
1476
+ resolution: {integrity: sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==}
1477
+
1478
+ mdast-util-gfm-strikethrough@2.0.0:
1479
+ resolution: {integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==}
1480
+
1481
+ mdast-util-gfm-table@2.0.0:
1482
+ resolution: {integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==}
1483
+
1484
+ mdast-util-gfm-task-list-item@2.0.0:
1485
+ resolution: {integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==}
1486
+
1487
+ mdast-util-gfm@3.1.0:
1488
+ resolution: {integrity: sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==}
1489
+
1490
+ mdast-util-mdx-expression@2.0.1:
1491
+ resolution: {integrity: sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==}
1492
+
1493
+ mdast-util-mdx-jsx@3.2.0:
1494
+ resolution: {integrity: sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==}
1495
+
1496
+ mdast-util-mdx@3.0.0:
1497
+ resolution: {integrity: sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==}
1498
+
1499
+ mdast-util-mdxjs-esm@2.0.1:
1500
+ resolution: {integrity: sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==}
1501
+
1502
+ mdast-util-phrasing@4.1.0:
1503
+ resolution: {integrity: sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==}
1504
+
1505
+ mdast-util-to-hast@13.2.1:
1506
+ resolution: {integrity: sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==}
1507
+
1508
+ mdast-util-to-markdown@2.1.2:
1509
+ resolution: {integrity: sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==}
1510
+
1511
+ mdast-util-to-string@4.0.0:
1512
+ resolution: {integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==}
1513
+
1514
+ micromark-core-commonmark@2.0.3:
1515
+ resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
1516
+
1517
+ micromark-extension-gfm-autolink-literal@2.1.0:
1518
+ resolution: {integrity: sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==}
1519
+
1520
+ micromark-extension-gfm-footnote@2.1.0:
1521
+ resolution: {integrity: sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==}
1522
+
1523
+ micromark-extension-gfm-strikethrough@2.1.0:
1524
+ resolution: {integrity: sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==}
1525
+
1526
+ micromark-extension-gfm-table@2.1.1:
1527
+ resolution: {integrity: sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==}
1528
+
1529
+ micromark-extension-gfm-tagfilter@2.0.0:
1530
+ resolution: {integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==}
1531
+
1532
+ micromark-extension-gfm-task-list-item@2.1.0:
1533
+ resolution: {integrity: sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==}
1534
+
1535
+ micromark-extension-gfm@3.0.0:
1536
+ resolution: {integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==}
1537
+
1538
+ micromark-extension-mdx-expression@3.0.1:
1539
+ resolution: {integrity: sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==}
1540
+
1541
+ micromark-extension-mdx-jsx@3.0.2:
1542
+ resolution: {integrity: sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==}
1543
+
1544
+ micromark-extension-mdx-md@2.0.0:
1545
+ resolution: {integrity: sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==}
1546
+
1547
+ micromark-extension-mdxjs-esm@3.0.0:
1548
+ resolution: {integrity: sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==}
1549
+
1550
+ micromark-extension-mdxjs@3.0.0:
1551
+ resolution: {integrity: sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==}
1552
+
1553
+ micromark-factory-destination@2.0.1:
1554
+ resolution: {integrity: sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==}
1555
+
1556
+ micromark-factory-label@2.0.1:
1557
+ resolution: {integrity: sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==}
1558
+
1559
+ micromark-factory-mdx-expression@2.0.3:
1560
+ resolution: {integrity: sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==}
1561
+
1562
+ micromark-factory-space@2.0.1:
1563
+ resolution: {integrity: sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==}
1564
+
1565
+ micromark-factory-title@2.0.1:
1566
+ resolution: {integrity: sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==}
1567
+
1568
+ micromark-factory-whitespace@2.0.1:
1569
+ resolution: {integrity: sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==}
1570
+
1571
+ micromark-util-character@2.1.1:
1572
+ resolution: {integrity: sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==}
1573
+
1574
+ micromark-util-chunked@2.0.1:
1575
+ resolution: {integrity: sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==}
1576
+
1577
+ micromark-util-classify-character@2.0.1:
1578
+ resolution: {integrity: sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==}
1579
+
1580
+ micromark-util-combine-extensions@2.0.1:
1581
+ resolution: {integrity: sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==}
1582
+
1583
+ micromark-util-decode-numeric-character-reference@2.0.2:
1584
+ resolution: {integrity: sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==}
1585
+
1586
+ micromark-util-decode-string@2.0.1:
1587
+ resolution: {integrity: sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==}
1588
+
1589
+ micromark-util-encode@2.0.1:
1590
+ resolution: {integrity: sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==}
1591
+
1592
+ micromark-util-events-to-acorn@2.0.3:
1593
+ resolution: {integrity: sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==}
1594
+
1595
+ micromark-util-html-tag-name@2.0.1:
1596
+ resolution: {integrity: sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==}
1597
+
1598
+ micromark-util-normalize-identifier@2.0.1:
1599
+ resolution: {integrity: sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==}
1600
+
1601
+ micromark-util-resolve-all@2.0.1:
1602
+ resolution: {integrity: sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==}
1603
+
1604
+ micromark-util-sanitize-uri@2.0.1:
1605
+ resolution: {integrity: sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==}
1606
+
1607
+ micromark-util-subtokenize@2.1.0:
1608
+ resolution: {integrity: sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==}
1609
+
1610
+ micromark-util-symbol@2.0.1:
1611
+ resolution: {integrity: sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==}
1612
+
1613
+ micromark-util-types@2.0.2:
1614
+ resolution: {integrity: sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==}
1615
+
1616
+ micromark@4.0.2:
1617
+ resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==}
1618
+
1619
+ motion-dom@12.43.0:
1620
+ resolution: {integrity: sha512-azKON4d9S65PEoFUiQTMTgPheEmzf2QngdRc50AKfJp9Q9mmcBVw22c8eMq9k8kxOFHdL7+WZY7N/5F/lwiDag==}
1621
+
1622
+ motion-utils@12.39.0:
1623
+ resolution: {integrity: sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==}
1624
+
1625
+ motion@12.43.0:
1626
+ resolution: {integrity: sha512-BQgQbSa9Hn3/mtbib0MK53y6JSANa+YKUKlaYnWzAVDH424RYQ5LVpV3pNiWH00BA2z4ojsSdMzqT7g2FQwjuQ==}
1627
+ peerDependencies:
1628
+ '@emotion/is-prop-valid': '*'
1629
+ react: ^18.0.0 || ^19.0.0
1630
+ react-dom: ^18.0.0 || ^19.0.0
1631
+ peerDependenciesMeta:
1632
+ '@emotion/is-prop-valid':
1633
+ optional: true
1634
+ react:
1635
+ optional: true
1636
+ react-dom:
1637
+ optional: true
1638
+
1639
+ ms@2.1.3:
1640
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1641
+
1642
+ nanoid@3.3.18:
1643
+ resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==}
1644
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1645
+ hasBin: true
1646
+
1647
+ next-themes@0.4.6:
1648
+ resolution: {integrity: sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==}
1649
+ peerDependencies:
1650
+ react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1651
+ react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
1652
+
1653
+ next@16.2.9:
1654
+ resolution: {integrity: sha512-MEOJiq/UvuezAdqVSceHbqDgZt1kDw2tpGVOlsdIoJsQdbN2JY2hpVG4xnXGkbdJUOEWhnRfiu/O4Hpc9Juwww==}
1655
+ engines: {node: '>=20.9.0'}
1656
+ hasBin: true
1657
+ peerDependencies:
1658
+ '@opentelemetry/api': ^1.1.0
1659
+ '@playwright/test': ^1.51.1
1660
+ babel-plugin-react-compiler: '*'
1661
+ react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
1662
+ react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
1663
+ sass: ^1.3.0
1664
+ peerDependenciesMeta:
1665
+ '@opentelemetry/api':
1666
+ optional: true
1667
+ '@playwright/test':
1668
+ optional: true
1669
+ babel-plugin-react-compiler:
1670
+ optional: true
1671
+ sass:
1672
+ optional: true
1673
+
1674
+ oniguruma-parser@0.12.2:
1675
+ resolution: {integrity: sha512-6HVa5oIrgMC6aA6WF6XyyqbhRPJrKR02L20+2+zpDtO5QAzGHAUGw5TKQvwi5vctNnRHkJYmjAhRVQF2EKdTQw==}
1676
+
1677
+ oniguruma-to-es@4.3.6:
1678
+ resolution: {integrity: sha512-csuQ9x3Yr0cEIs/Zgx/OEt9iBw9vqIunAPQkx19R/fiMq2oGVTgcMqO/V3Ybqefr1TBvosI6jU539ksaBULJyA==}
1679
+
1680
+ parse-entities@4.0.2:
1681
+ resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
1682
+
1683
+ parse5@7.3.0:
1684
+ resolution: {integrity: sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==}
1685
+
1686
+ picocolors@1.1.1:
1687
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
1688
+
1689
+ picomatch@4.0.5:
1690
+ resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
1691
+ engines: {node: '>=12'}
1692
+
1693
+ postcss@8.4.31:
1694
+ resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
1695
+ engines: {node: ^10 || ^12 || >=14}
1696
+
1697
+ postcss@8.5.26:
1698
+ resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==}
1699
+ engines: {node: ^10 || ^12 || >=14}
1700
+
1701
+ property-information@7.2.0:
1702
+ resolution: {integrity: sha512-IAtzIB6sUiWaJYrX9smp3V46pBGbBeLFRGdh25kg1334VcBlD8HzhPeNIWQH9zhGmo2itIe25EHt9dQP7G5hmg==}
1703
+
1704
+ react-dom@19.2.8:
1705
+ resolution: {integrity: sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==}
1706
+ peerDependencies:
1707
+ react: ^19.2.8
1708
+
1709
+ react-remove-scroll-bar@2.3.8:
1710
+ resolution: {integrity: sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==}
1711
+ engines: {node: '>=10'}
1712
+ peerDependencies:
1713
+ '@types/react': '*'
1714
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1715
+ peerDependenciesMeta:
1716
+ '@types/react':
1717
+ optional: true
1718
+
1719
+ react-remove-scroll@2.7.2:
1720
+ resolution: {integrity: sha512-Iqb9NjCCTt6Hf+vOdNIZGdTiH1QSqr27H/Ek9sv/a97gfueI/5h1s3yRi1nngzMUaOOToin5dI1dXKdXiF+u0Q==}
1721
+ engines: {node: '>=10'}
1722
+ peerDependencies:
1723
+ '@types/react': '*'
1724
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1725
+ peerDependenciesMeta:
1726
+ '@types/react':
1727
+ optional: true
1728
+
1729
+ react-style-singleton@2.2.3:
1730
+ resolution: {integrity: sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==}
1731
+ engines: {node: '>=10'}
1732
+ peerDependencies:
1733
+ '@types/react': '*'
1734
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1735
+ peerDependenciesMeta:
1736
+ '@types/react':
1737
+ optional: true
1738
+
1739
+ react@19.2.8:
1740
+ resolution: {integrity: sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==}
1741
+ engines: {node: '>=0.10.0'}
1742
+
1743
+ readdirp@5.1.1:
1744
+ resolution: {integrity: sha512-Kko+Y5XQ6fM+Ce3dq3m9YGxnacYZYl9cA1wZjaF3Vbry2L3i1qVg8+CAgNPsXRArPMUMCaOR7oa9Nqntc43JKA==}
1745
+ engines: {node: '>= 20.19.0'}
1746
+
1747
+ recma-build-jsx@1.0.0:
1748
+ resolution: {integrity: sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==}
1749
+
1750
+ recma-jsx@1.0.1:
1751
+ resolution: {integrity: sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==}
1752
+ peerDependencies:
1753
+ acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
1754
+
1755
+ recma-parse@1.0.0:
1756
+ resolution: {integrity: sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==}
1757
+
1758
+ recma-stringify@1.0.0:
1759
+ resolution: {integrity: sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==}
1760
+
1761
+ regex-recursion@6.0.2:
1762
+ resolution: {integrity: sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==}
1763
+
1764
+ regex-utilities@2.3.0:
1765
+ resolution: {integrity: sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==}
1766
+
1767
+ regex@6.1.0:
1768
+ resolution: {integrity: sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==}
1769
+
1770
+ rehype-raw@7.0.0:
1771
+ resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==}
1772
+
1773
+ rehype-recma@1.0.0:
1774
+ resolution: {integrity: sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==}
1775
+
1776
+ remark-gfm@4.0.1:
1777
+ resolution: {integrity: sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==}
1778
+
1779
+ remark-mdx@3.1.1:
1780
+ resolution: {integrity: sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==}
1781
+
1782
+ remark-parse@11.0.0:
1783
+ resolution: {integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==}
1784
+
1785
+ remark-rehype@11.1.2:
1786
+ resolution: {integrity: sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==}
1787
+
1788
+ remark-stringify@11.0.0:
1789
+ resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
1790
+
1791
+ remark@15.0.1:
1792
+ resolution: {integrity: sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==}
1793
+
1794
+ scheduler@0.27.0:
1795
+ resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
1796
+
1797
+ scroll-into-view-if-needed@3.1.0:
1798
+ resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
1799
+
1800
+ semver@7.8.5:
1801
+ resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
1802
+ engines: {node: '>=10'}
1803
+ hasBin: true
1804
+
1805
+ sharp@0.34.5:
1806
+ resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
1807
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1808
+
1809
+ shiki@4.4.3:
1810
+ resolution: {integrity: sha512-Mb/GvXPHBAXdgGIcnfU5L3ldpn1XcxrGkPHwqgRx17/I2XRfqlFKk2vGkHWINn1kdXvzJZeuO3is6I9KLPFm0g==}
1811
+ engines: {node: '>=20'}
1812
+
1813
+ source-map-js@1.2.1:
1814
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
1815
+ engines: {node: '>=0.10.0'}
1816
+
1817
+ source-map@0.7.6:
1818
+ resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
1819
+ engines: {node: '>= 12'}
1820
+
1821
+ space-separated-tokens@2.0.2:
1822
+ resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
1823
+
1824
+ stringify-entities@4.0.4:
1825
+ resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==}
1826
+
1827
+ style-to-js@1.1.21:
1828
+ resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
1829
+
1830
+ style-to-object@1.0.14:
1831
+ resolution: {integrity: sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==}
1832
+
1833
+ styled-jsx@5.1.6:
1834
+ resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
1835
+ engines: {node: '>= 12.0.0'}
1836
+ peerDependencies:
1837
+ '@babel/core': '*'
1838
+ babel-plugin-macros: '*'
1839
+ react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
1840
+ peerDependenciesMeta:
1841
+ '@babel/core':
1842
+ optional: true
1843
+ babel-plugin-macros:
1844
+ optional: true
1845
+
1846
+ tailwind-merge@3.6.0:
1847
+ resolution: {integrity: sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==}
1848
+
1849
+ tailwindcss@4.3.3:
1850
+ resolution: {integrity: sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==}
1851
+
1852
+ tapable@2.3.3:
1853
+ resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
1854
+ engines: {node: '>=6'}
1855
+
1856
+ tinyexec@1.3.0:
1857
+ resolution: {integrity: sha512-QKAl9m8gWWGHV8jZcPeym6j+XULi6tOf1mT83WYJ4Lk2ytW/uwAWkrP0uFsdoYMdueVJ0qs26wZ+23xeB4ibNQ==}
1858
+ engines: {node: '>=18'}
1859
+
1860
+ tinyglobby@0.2.17:
1861
+ resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
1862
+ engines: {node: '>=12.0.0'}
1863
+
1864
+ trim-lines@3.0.1:
1865
+ resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==}
1866
+
1867
+ trough@2.2.0:
1868
+ resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
1869
+
1870
+ tslib@2.8.1:
1871
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1872
+
1873
+ typescript@6.0.3:
1874
+ resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
1875
+ engines: {node: '>=14.17'}
1876
+ hasBin: true
1877
+
1878
+ undici-types@7.24.6:
1879
+ resolution: {integrity: sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==}
1880
+
1881
+ unified@11.0.5:
1882
+ resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
1883
+
1884
+ unist-util-is@6.0.1:
1885
+ resolution: {integrity: sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==}
1886
+
1887
+ unist-util-position-from-estree@2.0.0:
1888
+ resolution: {integrity: sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==}
1889
+
1890
+ unist-util-position@5.0.0:
1891
+ resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==}
1892
+
1893
+ unist-util-remove-position@5.0.0:
1894
+ resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==}
1895
+
1896
+ unist-util-stringify-position@4.0.0:
1897
+ resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==}
1898
+
1899
+ unist-util-visit-parents@6.0.2:
1900
+ resolution: {integrity: sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==}
1901
+
1902
+ unist-util-visit@5.1.0:
1903
+ resolution: {integrity: sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==}
1904
+
1905
+ use-callback-ref@1.3.3:
1906
+ resolution: {integrity: sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==}
1907
+ engines: {node: '>=10'}
1908
+ peerDependencies:
1909
+ '@types/react': '*'
1910
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1911
+ peerDependenciesMeta:
1912
+ '@types/react':
1913
+ optional: true
1914
+
1915
+ use-sidecar@1.1.3:
1916
+ resolution: {integrity: sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==}
1917
+ engines: {node: '>=10'}
1918
+ peerDependencies:
1919
+ '@types/react': '*'
1920
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc
1921
+ peerDependenciesMeta:
1922
+ '@types/react':
1923
+ optional: true
1924
+
1925
+ vfile-location@5.0.3:
1926
+ resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
1927
+
1928
+ vfile-message@4.0.3:
1929
+ resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
1930
+
1931
+ vfile@6.0.3:
1932
+ resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
1933
+
1934
+ web-namespaces@2.0.1:
1935
+ resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
1936
+
1937
+ zod@4.4.3:
1938
+ resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
1939
+
1940
+ zwitch@2.0.4:
1941
+ resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
1942
+
1943
+ snapshots:
1944
+
1945
+ '@alloc/quick-lru@5.2.0': {}
1946
+
1947
+ '@emnapi/runtime@1.11.3':
1948
+ dependencies:
1949
+ tslib: 2.8.1
1950
+ optional: true
1951
+
1952
+ '@esbuild/aix-ppc64@0.28.2':
1953
+ optional: true
1954
+
1955
+ '@esbuild/android-arm64@0.28.2':
1956
+ optional: true
1957
+
1958
+ '@esbuild/android-arm@0.28.2':
1959
+ optional: true
1960
+
1961
+ '@esbuild/android-x64@0.28.2':
1962
+ optional: true
1963
+
1964
+ '@esbuild/darwin-arm64@0.28.2':
1965
+ optional: true
1966
+
1967
+ '@esbuild/darwin-x64@0.28.2':
1968
+ optional: true
1969
+
1970
+ '@esbuild/freebsd-arm64@0.28.2':
1971
+ optional: true
1972
+
1973
+ '@esbuild/freebsd-x64@0.28.2':
1974
+ optional: true
1975
+
1976
+ '@esbuild/linux-arm64@0.28.2':
1977
+ optional: true
1978
+
1979
+ '@esbuild/linux-arm@0.28.2':
1980
+ optional: true
1981
+
1982
+ '@esbuild/linux-ia32@0.28.2':
1983
+ optional: true
1984
+
1985
+ '@esbuild/linux-loong64@0.28.2':
1986
+ optional: true
1987
+
1988
+ '@esbuild/linux-mips64el@0.28.2':
1989
+ optional: true
1990
+
1991
+ '@esbuild/linux-ppc64@0.28.2':
1992
+ optional: true
1993
+
1994
+ '@esbuild/linux-riscv64@0.28.2':
1995
+ optional: true
1996
+
1997
+ '@esbuild/linux-s390x@0.28.2':
1998
+ optional: true
1999
+
2000
+ '@esbuild/linux-x64@0.28.2':
2001
+ optional: true
2002
+
2003
+ '@esbuild/netbsd-arm64@0.28.2':
2004
+ optional: true
2005
+
2006
+ '@esbuild/netbsd-x64@0.28.2':
2007
+ optional: true
2008
+
2009
+ '@esbuild/openbsd-arm64@0.28.2':
2010
+ optional: true
2011
+
2012
+ '@esbuild/openbsd-x64@0.28.2':
2013
+ optional: true
2014
+
2015
+ '@esbuild/openharmony-arm64@0.28.2':
2016
+ optional: true
2017
+
2018
+ '@esbuild/sunos-x64@0.28.2':
2019
+ optional: true
2020
+
2021
+ '@esbuild/win32-arm64@0.28.2':
2022
+ optional: true
2023
+
2024
+ '@esbuild/win32-ia32@0.28.2':
2025
+ optional: true
2026
+
2027
+ '@esbuild/win32-x64@0.28.2':
2028
+ optional: true
2029
+
2030
+ '@floating-ui/core@1.8.0':
2031
+ dependencies:
2032
+ '@floating-ui/utils': 0.2.12
2033
+
2034
+ '@floating-ui/dom@1.8.0':
2035
+ dependencies:
2036
+ '@floating-ui/core': 1.8.0
2037
+ '@floating-ui/utils': 0.2.12
2038
+
2039
+ '@floating-ui/react-dom@2.1.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2040
+ dependencies:
2041
+ '@floating-ui/dom': 1.8.0
2042
+ react: 19.2.8
2043
+ react-dom: 19.2.8(react@19.2.8)
2044
+
2045
+ '@floating-ui/utils@0.2.12': {}
2046
+
2047
+ '@fuma-translate/react@1.0.2(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2048
+ dependencies:
2049
+ react: 19.2.8
2050
+ react-dom: 19.2.8(react@19.2.8)
2051
+ optionalDependencies:
2052
+ '@types/react': 19.2.18
2053
+
2054
+ '@fumadocs/tailwind@0.0.5(@tailwindcss/oxide@4.3.3)(tailwindcss@4.3.3)':
2055
+ optionalDependencies:
2056
+ '@tailwindcss/oxide': 4.3.3
2057
+ tailwindcss: 4.3.3
2058
+
2059
+ '@img/colour@1.1.0':
2060
+ optional: true
2061
+
2062
+ '@img/sharp-darwin-arm64@0.34.5':
2063
+ optionalDependencies:
2064
+ '@img/sharp-libvips-darwin-arm64': 1.2.4
2065
+ optional: true
2066
+
2067
+ '@img/sharp-darwin-x64@0.34.5':
2068
+ optionalDependencies:
2069
+ '@img/sharp-libvips-darwin-x64': 1.2.4
2070
+ optional: true
2071
+
2072
+ '@img/sharp-libvips-darwin-arm64@1.2.4':
2073
+ optional: true
2074
+
2075
+ '@img/sharp-libvips-darwin-x64@1.2.4':
2076
+ optional: true
2077
+
2078
+ '@img/sharp-libvips-linux-arm64@1.2.4':
2079
+ optional: true
2080
+
2081
+ '@img/sharp-libvips-linux-arm@1.2.4':
2082
+ optional: true
2083
+
2084
+ '@img/sharp-libvips-linux-ppc64@1.2.4':
2085
+ optional: true
2086
+
2087
+ '@img/sharp-libvips-linux-riscv64@1.2.4':
2088
+ optional: true
2089
+
2090
+ '@img/sharp-libvips-linux-s390x@1.2.4':
2091
+ optional: true
2092
+
2093
+ '@img/sharp-libvips-linux-x64@1.2.4':
2094
+ optional: true
2095
+
2096
+ '@img/sharp-libvips-linuxmusl-arm64@1.2.4':
2097
+ optional: true
2098
+
2099
+ '@img/sharp-libvips-linuxmusl-x64@1.2.4':
2100
+ optional: true
2101
+
2102
+ '@img/sharp-linux-arm64@0.34.5':
2103
+ optionalDependencies:
2104
+ '@img/sharp-libvips-linux-arm64': 1.2.4
2105
+ optional: true
2106
+
2107
+ '@img/sharp-linux-arm@0.34.5':
2108
+ optionalDependencies:
2109
+ '@img/sharp-libvips-linux-arm': 1.2.4
2110
+ optional: true
2111
+
2112
+ '@img/sharp-linux-ppc64@0.34.5':
2113
+ optionalDependencies:
2114
+ '@img/sharp-libvips-linux-ppc64': 1.2.4
2115
+ optional: true
2116
+
2117
+ '@img/sharp-linux-riscv64@0.34.5':
2118
+ optionalDependencies:
2119
+ '@img/sharp-libvips-linux-riscv64': 1.2.4
2120
+ optional: true
2121
+
2122
+ '@img/sharp-linux-s390x@0.34.5':
2123
+ optionalDependencies:
2124
+ '@img/sharp-libvips-linux-s390x': 1.2.4
2125
+ optional: true
2126
+
2127
+ '@img/sharp-linux-x64@0.34.5':
2128
+ optionalDependencies:
2129
+ '@img/sharp-libvips-linux-x64': 1.2.4
2130
+ optional: true
2131
+
2132
+ '@img/sharp-linuxmusl-arm64@0.34.5':
2133
+ optionalDependencies:
2134
+ '@img/sharp-libvips-linuxmusl-arm64': 1.2.4
2135
+ optional: true
2136
+
2137
+ '@img/sharp-linuxmusl-x64@0.34.5':
2138
+ optionalDependencies:
2139
+ '@img/sharp-libvips-linuxmusl-x64': 1.2.4
2140
+ optional: true
2141
+
2142
+ '@img/sharp-wasm32@0.34.5':
2143
+ dependencies:
2144
+ '@emnapi/runtime': 1.11.3
2145
+ optional: true
2146
+
2147
+ '@img/sharp-win32-arm64@0.34.5':
2148
+ optional: true
2149
+
2150
+ '@img/sharp-win32-ia32@0.34.5':
2151
+ optional: true
2152
+
2153
+ '@img/sharp-win32-x64@0.34.5':
2154
+ optional: true
2155
+
2156
+ '@jridgewell/gen-mapping@0.3.13':
2157
+ dependencies:
2158
+ '@jridgewell/sourcemap-codec': 1.5.5
2159
+ '@jridgewell/trace-mapping': 0.3.31
2160
+
2161
+ '@jridgewell/remapping@2.3.5':
2162
+ dependencies:
2163
+ '@jridgewell/gen-mapping': 0.3.13
2164
+ '@jridgewell/trace-mapping': 0.3.31
2165
+
2166
+ '@jridgewell/resolve-uri@3.1.2': {}
2167
+
2168
+ '@jridgewell/sourcemap-codec@1.5.5': {}
2169
+
2170
+ '@jridgewell/trace-mapping@0.3.31':
2171
+ dependencies:
2172
+ '@jridgewell/resolve-uri': 3.1.2
2173
+ '@jridgewell/sourcemap-codec': 1.5.5
2174
+
2175
+ '@mdx-js/mdx@3.1.1':
2176
+ dependencies:
2177
+ '@types/estree': 1.0.9
2178
+ '@types/estree-jsx': 1.0.5
2179
+ '@types/hast': 3.0.5
2180
+ '@types/mdx': 2.0.14
2181
+ acorn: 8.18.0
2182
+ collapse-white-space: 2.1.0
2183
+ devlop: 1.1.0
2184
+ estree-util-is-identifier-name: 3.0.0
2185
+ estree-util-scope: 1.0.0
2186
+ estree-walker: 3.0.3
2187
+ hast-util-to-jsx-runtime: 2.3.6
2188
+ markdown-extensions: 2.0.0
2189
+ recma-build-jsx: 1.0.0
2190
+ recma-jsx: 1.0.1(acorn@8.18.0)
2191
+ recma-stringify: 1.0.0
2192
+ rehype-recma: 1.0.0
2193
+ remark-mdx: 3.1.1
2194
+ remark-parse: 11.0.0
2195
+ remark-rehype: 11.1.2
2196
+ source-map: 0.7.6
2197
+ unified: 11.0.5
2198
+ unist-util-position-from-estree: 2.0.0
2199
+ unist-util-stringify-position: 4.0.0
2200
+ unist-util-visit: 5.1.0
2201
+ vfile: 6.0.3
2202
+ transitivePeerDependencies:
2203
+ - supports-color
2204
+
2205
+ '@next/env@16.2.9': {}
2206
+
2207
+ '@next/swc-darwin-arm64@16.2.9':
2208
+ optional: true
2209
+
2210
+ '@next/swc-darwin-x64@16.2.9':
2211
+ optional: true
2212
+
2213
+ '@next/swc-linux-arm64-gnu@16.2.9':
2214
+ optional: true
2215
+
2216
+ '@next/swc-linux-arm64-musl@16.2.9':
2217
+ optional: true
2218
+
2219
+ '@next/swc-linux-x64-gnu@16.2.9':
2220
+ optional: true
2221
+
2222
+ '@next/swc-linux-x64-musl@16.2.9':
2223
+ optional: true
2224
+
2225
+ '@next/swc-win32-arm64-msvc@16.2.9':
2226
+ optional: true
2227
+
2228
+ '@next/swc-win32-x64-msvc@16.2.9':
2229
+ optional: true
2230
+
2231
+ '@orama/orama@3.1.18': {}
2232
+
2233
+ '@radix-ui/number@1.1.3': {}
2234
+
2235
+ '@radix-ui/primitive@1.1.7': {}
2236
+
2237
+ '@radix-ui/react-accordion@1.2.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2238
+ dependencies:
2239
+ '@radix-ui/primitive': 1.1.7
2240
+ '@radix-ui/react-collapsible': 1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2241
+ '@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2242
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2243
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2244
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2245
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2246
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2247
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2248
+ react: 19.2.8
2249
+ react-dom: 19.2.8(react@19.2.8)
2250
+ optionalDependencies:
2251
+ '@types/react': 19.2.18
2252
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2253
+
2254
+ '@radix-ui/react-arrow@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2255
+ dependencies:
2256
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2257
+ react: 19.2.8
2258
+ react-dom: 19.2.8(react@19.2.8)
2259
+ optionalDependencies:
2260
+ '@types/react': 19.2.18
2261
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2262
+
2263
+ '@radix-ui/react-collapsible@1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2264
+ dependencies:
2265
+ '@radix-ui/primitive': 1.1.7
2266
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2267
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2268
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2269
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2270
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2271
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2272
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2273
+ react: 19.2.8
2274
+ react-dom: 19.2.8(react@19.2.8)
2275
+ optionalDependencies:
2276
+ '@types/react': 19.2.18
2277
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2278
+
2279
+ '@radix-ui/react-collection@1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2280
+ dependencies:
2281
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2282
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2283
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2284
+ '@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
2285
+ react: 19.2.8
2286
+ react-dom: 19.2.8(react@19.2.8)
2287
+ optionalDependencies:
2288
+ '@types/react': 19.2.18
2289
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2290
+
2291
+ '@radix-ui/react-compose-refs@1.1.5(@types/react@19.2.18)(react@19.2.8)':
2292
+ dependencies:
2293
+ react: 19.2.8
2294
+ optionalDependencies:
2295
+ '@types/react': 19.2.18
2296
+
2297
+ '@radix-ui/react-context@1.2.2(@types/react@19.2.18)(react@19.2.8)':
2298
+ dependencies:
2299
+ react: 19.2.8
2300
+ optionalDependencies:
2301
+ '@types/react': 19.2.18
2302
+
2303
+ '@radix-ui/react-dialog@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2304
+ dependencies:
2305
+ '@radix-ui/primitive': 1.1.7
2306
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2307
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2308
+ '@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2309
+ '@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
2310
+ '@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2311
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2312
+ '@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2313
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2314
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2315
+ '@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
2316
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2317
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2318
+ aria-hidden: 1.2.6
2319
+ react: 19.2.8
2320
+ react-dom: 19.2.8(react@19.2.8)
2321
+ react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
2322
+ optionalDependencies:
2323
+ '@types/react': 19.2.18
2324
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2325
+
2326
+ '@radix-ui/react-direction@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2327
+ dependencies:
2328
+ react: 19.2.8
2329
+ optionalDependencies:
2330
+ '@types/react': 19.2.18
2331
+
2332
+ '@radix-ui/react-dismissable-layer@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2333
+ dependencies:
2334
+ '@radix-ui/primitive': 1.1.7
2335
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2336
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2337
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2338
+ '@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
2339
+ react: 19.2.8
2340
+ react-dom: 19.2.8(react@19.2.8)
2341
+ optionalDependencies:
2342
+ '@types/react': 19.2.18
2343
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2344
+
2345
+ '@radix-ui/react-focus-guards@1.1.6(@types/react@19.2.18)(react@19.2.8)':
2346
+ dependencies:
2347
+ react: 19.2.8
2348
+ optionalDependencies:
2349
+ '@types/react': 19.2.18
2350
+
2351
+ '@radix-ui/react-focus-scope@1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2352
+ dependencies:
2353
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2354
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2355
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2356
+ react: 19.2.8
2357
+ react-dom: 19.2.8(react@19.2.8)
2358
+ optionalDependencies:
2359
+ '@types/react': 19.2.18
2360
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2361
+
2362
+ '@radix-ui/react-id@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2363
+ dependencies:
2364
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2365
+ react: 19.2.8
2366
+ optionalDependencies:
2367
+ '@types/react': 19.2.18
2368
+
2369
+ '@radix-ui/react-navigation-menu@1.2.22(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2370
+ dependencies:
2371
+ '@radix-ui/primitive': 1.1.7
2372
+ '@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2373
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2374
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2375
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2376
+ '@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2377
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2378
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2379
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2380
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2381
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2382
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2383
+ '@radix-ui/react-use-previous': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2384
+ '@radix-ui/react-visually-hidden': 1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2385
+ react: 19.2.8
2386
+ react-dom: 19.2.8(react@19.2.8)
2387
+ optionalDependencies:
2388
+ '@types/react': 19.2.18
2389
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2390
+
2391
+ '@radix-ui/react-popover@1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2392
+ dependencies:
2393
+ '@radix-ui/primitive': 1.1.7
2394
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2395
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2396
+ '@radix-ui/react-dismissable-layer': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2397
+ '@radix-ui/react-focus-guards': 1.1.6(@types/react@19.2.18)(react@19.2.8)
2398
+ '@radix-ui/react-focus-scope': 1.1.16(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2399
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2400
+ '@radix-ui/react-popper': 1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2401
+ '@radix-ui/react-portal': 1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2402
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2403
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2404
+ '@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
2405
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2406
+ aria-hidden: 1.2.6
2407
+ react: 19.2.8
2408
+ react-dom: 19.2.8(react@19.2.8)
2409
+ react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
2410
+ optionalDependencies:
2411
+ '@types/react': 19.2.18
2412
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2413
+
2414
+ '@radix-ui/react-popper@1.3.7(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2415
+ dependencies:
2416
+ '@floating-ui/react-dom': 2.1.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2417
+ '@radix-ui/react-arrow': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2418
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2419
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2420
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2421
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2422
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2423
+ '@radix-ui/react-use-rect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2424
+ '@radix-ui/react-use-size': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2425
+ '@radix-ui/rect': 1.1.3
2426
+ react: 19.2.8
2427
+ react-dom: 19.2.8(react@19.2.8)
2428
+ optionalDependencies:
2429
+ '@types/react': 19.2.18
2430
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2431
+
2432
+ '@radix-ui/react-portal@1.1.17(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2433
+ dependencies:
2434
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2435
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2436
+ react: 19.2.8
2437
+ react-dom: 19.2.8(react@19.2.8)
2438
+ optionalDependencies:
2439
+ '@types/react': 19.2.18
2440
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2441
+
2442
+ '@radix-ui/react-presence@1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2443
+ dependencies:
2444
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2445
+ react: 19.2.8
2446
+ react-dom: 19.2.8(react@19.2.8)
2447
+ optionalDependencies:
2448
+ '@types/react': 19.2.18
2449
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2450
+
2451
+ '@radix-ui/react-primitive@2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2452
+ dependencies:
2453
+ '@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
2454
+ react: 19.2.8
2455
+ react-dom: 19.2.8(react@19.2.8)
2456
+ optionalDependencies:
2457
+ '@types/react': 19.2.18
2458
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2459
+
2460
+ '@radix-ui/react-roving-focus@1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2461
+ dependencies:
2462
+ '@radix-ui/primitive': 1.1.7
2463
+ '@radix-ui/react-collection': 1.1.15(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2464
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2465
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2466
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2467
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2468
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2469
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2470
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2471
+ '@radix-ui/react-use-is-hydrated': 0.1.3(@types/react@19.2.18)(react@19.2.8)
2472
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2473
+ react: 19.2.8
2474
+ react-dom: 19.2.8(react@19.2.8)
2475
+ optionalDependencies:
2476
+ '@types/react': 19.2.18
2477
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2478
+
2479
+ '@radix-ui/react-scroll-area@1.2.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2480
+ dependencies:
2481
+ '@radix-ui/number': 1.1.3
2482
+ '@radix-ui/primitive': 1.1.7
2483
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2484
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2485
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2486
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2487
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2488
+ '@radix-ui/react-use-callback-ref': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2489
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2490
+ react: 19.2.8
2491
+ react-dom: 19.2.8(react@19.2.8)
2492
+ optionalDependencies:
2493
+ '@types/react': 19.2.18
2494
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2495
+
2496
+ '@radix-ui/react-slot@1.3.3(@types/react@19.2.18)(react@19.2.8)':
2497
+ dependencies:
2498
+ '@radix-ui/react-compose-refs': 1.1.5(@types/react@19.2.18)(react@19.2.8)
2499
+ react: 19.2.8
2500
+ optionalDependencies:
2501
+ '@types/react': 19.2.18
2502
+
2503
+ '@radix-ui/react-tabs@1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2504
+ dependencies:
2505
+ '@radix-ui/primitive': 1.1.7
2506
+ '@radix-ui/react-context': 1.2.2(@types/react@19.2.18)(react@19.2.8)
2507
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2508
+ '@radix-ui/react-id': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2509
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2510
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2511
+ '@radix-ui/react-roving-focus': 1.1.19(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2512
+ '@radix-ui/react-use-controllable-state': 1.2.6(@types/react@19.2.18)(react@19.2.8)
2513
+ react: 19.2.8
2514
+ react-dom: 19.2.8(react@19.2.8)
2515
+ optionalDependencies:
2516
+ '@types/react': 19.2.18
2517
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2518
+
2519
+ '@radix-ui/react-use-callback-ref@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2520
+ dependencies:
2521
+ react: 19.2.8
2522
+ optionalDependencies:
2523
+ '@types/react': 19.2.18
2524
+
2525
+ '@radix-ui/react-use-controllable-state@1.2.6(@types/react@19.2.18)(react@19.2.8)':
2526
+ dependencies:
2527
+ '@radix-ui/primitive': 1.1.7
2528
+ '@radix-ui/react-use-effect-event': 0.0.5(@types/react@19.2.18)(react@19.2.8)
2529
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2530
+ react: 19.2.8
2531
+ optionalDependencies:
2532
+ '@types/react': 19.2.18
2533
+
2534
+ '@radix-ui/react-use-effect-event@0.0.5(@types/react@19.2.18)(react@19.2.8)':
2535
+ dependencies:
2536
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2537
+ react: 19.2.8
2538
+ optionalDependencies:
2539
+ '@types/react': 19.2.18
2540
+
2541
+ '@radix-ui/react-use-is-hydrated@0.1.3(@types/react@19.2.18)(react@19.2.8)':
2542
+ dependencies:
2543
+ react: 19.2.8
2544
+ optionalDependencies:
2545
+ '@types/react': 19.2.18
2546
+
2547
+ '@radix-ui/react-use-layout-effect@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2548
+ dependencies:
2549
+ react: 19.2.8
2550
+ optionalDependencies:
2551
+ '@types/react': 19.2.18
2552
+
2553
+ '@radix-ui/react-use-previous@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2554
+ dependencies:
2555
+ react: 19.2.8
2556
+ optionalDependencies:
2557
+ '@types/react': 19.2.18
2558
+
2559
+ '@radix-ui/react-use-rect@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2560
+ dependencies:
2561
+ '@radix-ui/rect': 1.1.3
2562
+ react: 19.2.8
2563
+ optionalDependencies:
2564
+ '@types/react': 19.2.18
2565
+
2566
+ '@radix-ui/react-use-size@1.1.4(@types/react@19.2.18)(react@19.2.8)':
2567
+ dependencies:
2568
+ '@radix-ui/react-use-layout-effect': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2569
+ react: 19.2.8
2570
+ optionalDependencies:
2571
+ '@types/react': 19.2.18
2572
+
2573
+ '@radix-ui/react-visually-hidden@1.2.11(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)':
2574
+ dependencies:
2575
+ '@radix-ui/react-primitive': 2.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2576
+ react: 19.2.8
2577
+ react-dom: 19.2.8(react@19.2.8)
2578
+ optionalDependencies:
2579
+ '@types/react': 19.2.18
2580
+ '@types/react-dom': 19.2.4(@types/react@19.2.18)
2581
+
2582
+ '@radix-ui/rect@1.1.3': {}
2583
+
2584
+ '@shikijs/core@4.4.3':
2585
+ dependencies:
2586
+ '@shikijs/primitive': 4.4.3
2587
+ '@shikijs/types': 4.4.3
2588
+ '@shikijs/vscode-textmate': 10.0.2
2589
+ '@types/hast': 3.0.5
2590
+ hast-util-to-html: 9.0.5
2591
+
2592
+ '@shikijs/engine-javascript@4.4.3':
2593
+ dependencies:
2594
+ '@shikijs/types': 4.4.3
2595
+ '@shikijs/vscode-textmate': 10.0.2
2596
+ oniguruma-to-es: 4.3.6
2597
+
2598
+ '@shikijs/engine-oniguruma@4.4.3':
2599
+ dependencies:
2600
+ '@shikijs/types': 4.4.3
2601
+ '@shikijs/vscode-textmate': 10.0.2
2602
+
2603
+ '@shikijs/langs@4.4.3':
2604
+ dependencies:
2605
+ '@shikijs/types': 4.4.3
2606
+
2607
+ '@shikijs/primitive@4.4.3':
2608
+ dependencies:
2609
+ '@shikijs/types': 4.4.3
2610
+ '@shikijs/vscode-textmate': 10.0.2
2611
+ '@types/hast': 3.0.5
2612
+
2613
+ '@shikijs/themes@4.4.3':
2614
+ dependencies:
2615
+ '@shikijs/types': 4.4.3
2616
+
2617
+ '@shikijs/types@4.4.3':
2618
+ dependencies:
2619
+ '@shikijs/vscode-textmate': 10.0.2
2620
+ '@types/hast': 3.0.5
2621
+
2622
+ '@shikijs/vscode-textmate@10.0.2': {}
2623
+
2624
+ '@standard-schema/spec@1.1.0': {}
2625
+
2626
+ '@swc/helpers@0.5.15':
2627
+ dependencies:
2628
+ tslib: 2.8.1
2629
+
2630
+ '@tailwindcss/node@4.3.3':
2631
+ dependencies:
2632
+ '@jridgewell/remapping': 2.3.5
2633
+ enhanced-resolve: 5.24.5
2634
+ jiti: 2.7.0
2635
+ lightningcss: 1.32.0
2636
+ magic-string: 0.30.21
2637
+ source-map-js: 1.2.1
2638
+ tailwindcss: 4.3.3
2639
+
2640
+ '@tailwindcss/oxide-android-arm64@4.3.3':
2641
+ optional: true
2642
+
2643
+ '@tailwindcss/oxide-darwin-arm64@4.3.3':
2644
+ optional: true
2645
+
2646
+ '@tailwindcss/oxide-darwin-x64@4.3.3':
2647
+ optional: true
2648
+
2649
+ '@tailwindcss/oxide-freebsd-x64@4.3.3':
2650
+ optional: true
2651
+
2652
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.3':
2653
+ optional: true
2654
+
2655
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.3':
2656
+ optional: true
2657
+
2658
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.3':
2659
+ optional: true
2660
+
2661
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.3':
2662
+ optional: true
2663
+
2664
+ '@tailwindcss/oxide-linux-x64-musl@4.3.3':
2665
+ optional: true
2666
+
2667
+ '@tailwindcss/oxide-wasm32-wasi@4.3.3':
2668
+ optional: true
2669
+
2670
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.3':
2671
+ optional: true
2672
+
2673
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.3':
2674
+ optional: true
2675
+
2676
+ '@tailwindcss/oxide@4.3.3':
2677
+ optionalDependencies:
2678
+ '@tailwindcss/oxide-android-arm64': 4.3.3
2679
+ '@tailwindcss/oxide-darwin-arm64': 4.3.3
2680
+ '@tailwindcss/oxide-darwin-x64': 4.3.3
2681
+ '@tailwindcss/oxide-freebsd-x64': 4.3.3
2682
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.3
2683
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.3.3
2684
+ '@tailwindcss/oxide-linux-arm64-musl': 4.3.3
2685
+ '@tailwindcss/oxide-linux-x64-gnu': 4.3.3
2686
+ '@tailwindcss/oxide-linux-x64-musl': 4.3.3
2687
+ '@tailwindcss/oxide-wasm32-wasi': 4.3.3
2688
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.3.3
2689
+ '@tailwindcss/oxide-win32-x64-msvc': 4.3.3
2690
+
2691
+ '@tailwindcss/postcss@4.3.3':
2692
+ dependencies:
2693
+ '@alloc/quick-lru': 5.2.0
2694
+ '@tailwindcss/node': 4.3.3
2695
+ '@tailwindcss/oxide': 4.3.3
2696
+ postcss: 8.5.26
2697
+ tailwindcss: 4.3.3
2698
+
2699
+ '@types/debug@4.1.13':
2700
+ dependencies:
2701
+ '@types/ms': 2.1.0
2702
+
2703
+ '@types/estree-jsx@1.0.5':
2704
+ dependencies:
2705
+ '@types/estree': 1.0.9
2706
+
2707
+ '@types/estree@1.0.9': {}
2708
+
2709
+ '@types/hast@3.0.5':
2710
+ dependencies:
2711
+ '@types/unist': 3.0.3
2712
+
2713
+ '@types/mdast@4.0.4':
2714
+ dependencies:
2715
+ '@types/unist': 3.0.3
2716
+
2717
+ '@types/mdx@2.0.14': {}
2718
+
2719
+ '@types/ms@2.1.0': {}
2720
+
2721
+ '@types/node@25.9.5':
2722
+ dependencies:
2723
+ undici-types: 7.24.6
2724
+
2725
+ '@types/react-dom@19.2.4(@types/react@19.2.18)':
2726
+ dependencies:
2727
+ '@types/react': 19.2.18
2728
+
2729
+ '@types/react@19.2.18':
2730
+ dependencies:
2731
+ csstype: 3.2.3
2732
+
2733
+ '@types/unist@2.0.11': {}
2734
+
2735
+ '@types/unist@3.0.3': {}
2736
+
2737
+ '@ungap/structured-clone@1.3.3': {}
2738
+
2739
+ acorn-jsx@5.3.2(acorn@8.18.0):
2740
+ dependencies:
2741
+ acorn: 8.18.0
2742
+
2743
+ acorn@8.18.0: {}
2744
+
2745
+ argparse@2.0.1: {}
2746
+
2747
+ aria-hidden@1.2.6:
2748
+ dependencies:
2749
+ tslib: 2.8.1
2750
+
2751
+ astring@1.9.0: {}
2752
+
2753
+ bail@2.0.2: {}
2754
+
2755
+ baseline-browser-mapping@2.11.14: {}
2756
+
2757
+ caniuse-lite@1.0.30001809: {}
2758
+
2759
+ ccount@2.0.1: {}
2760
+
2761
+ character-entities-html4@2.1.0: {}
2762
+
2763
+ character-entities-legacy@3.0.0: {}
2764
+
2765
+ character-entities@2.0.2: {}
2766
+
2767
+ character-reference-invalid@2.0.1: {}
2768
+
2769
+ chokidar@5.0.0:
2770
+ dependencies:
2771
+ readdirp: 5.1.1
2772
+
2773
+ class-variance-authority@0.7.1:
2774
+ dependencies:
2775
+ clsx: 2.1.1
2776
+
2777
+ client-only@0.0.1: {}
2778
+
2779
+ clsx@2.1.1: {}
2780
+
2781
+ collapse-white-space@2.1.0: {}
2782
+
2783
+ comma-separated-tokens@2.0.3: {}
2784
+
2785
+ compute-scroll-into-view@3.1.1: {}
2786
+
2787
+ csstype@3.2.3: {}
2788
+
2789
+ debug@4.4.3:
2790
+ dependencies:
2791
+ ms: 2.1.3
2792
+
2793
+ decode-named-character-reference@1.3.0:
2794
+ dependencies:
2795
+ character-entities: 2.0.2
2796
+
2797
+ dequal@2.0.3: {}
2798
+
2799
+ detect-libc@2.1.2: {}
2800
+
2801
+ detect-node-es@1.1.0: {}
2802
+
2803
+ devlop@1.1.0:
2804
+ dependencies:
2805
+ dequal: 2.0.3
2806
+
2807
+ enhanced-resolve@5.24.5:
2808
+ dependencies:
2809
+ graceful-fs: 4.2.11
2810
+ tapable: 2.3.3
2811
+
2812
+ entities@6.0.1: {}
2813
+
2814
+ esast-util-from-estree@2.0.0:
2815
+ dependencies:
2816
+ '@types/estree-jsx': 1.0.5
2817
+ devlop: 1.1.0
2818
+ estree-util-visit: 2.0.0
2819
+ unist-util-position-from-estree: 2.0.0
2820
+
2821
+ esast-util-from-js@2.0.1:
2822
+ dependencies:
2823
+ '@types/estree-jsx': 1.0.5
2824
+ acorn: 8.18.0
2825
+ esast-util-from-estree: 2.0.0
2826
+ vfile-message: 4.0.3
2827
+
2828
+ esbuild@0.28.2:
2829
+ optionalDependencies:
2830
+ '@esbuild/aix-ppc64': 0.28.2
2831
+ '@esbuild/android-arm': 0.28.2
2832
+ '@esbuild/android-arm64': 0.28.2
2833
+ '@esbuild/android-x64': 0.28.2
2834
+ '@esbuild/darwin-arm64': 0.28.2
2835
+ '@esbuild/darwin-x64': 0.28.2
2836
+ '@esbuild/freebsd-arm64': 0.28.2
2837
+ '@esbuild/freebsd-x64': 0.28.2
2838
+ '@esbuild/linux-arm': 0.28.2
2839
+ '@esbuild/linux-arm64': 0.28.2
2840
+ '@esbuild/linux-ia32': 0.28.2
2841
+ '@esbuild/linux-loong64': 0.28.2
2842
+ '@esbuild/linux-mips64el': 0.28.2
2843
+ '@esbuild/linux-ppc64': 0.28.2
2844
+ '@esbuild/linux-riscv64': 0.28.2
2845
+ '@esbuild/linux-s390x': 0.28.2
2846
+ '@esbuild/linux-x64': 0.28.2
2847
+ '@esbuild/netbsd-arm64': 0.28.2
2848
+ '@esbuild/netbsd-x64': 0.28.2
2849
+ '@esbuild/openbsd-arm64': 0.28.2
2850
+ '@esbuild/openbsd-x64': 0.28.2
2851
+ '@esbuild/openharmony-arm64': 0.28.2
2852
+ '@esbuild/sunos-x64': 0.28.2
2853
+ '@esbuild/win32-arm64': 0.28.2
2854
+ '@esbuild/win32-ia32': 0.28.2
2855
+ '@esbuild/win32-x64': 0.28.2
2856
+
2857
+ escape-string-regexp@5.0.0: {}
2858
+
2859
+ estree-util-attach-comments@3.0.0:
2860
+ dependencies:
2861
+ '@types/estree': 1.0.9
2862
+
2863
+ estree-util-build-jsx@3.0.1:
2864
+ dependencies:
2865
+ '@types/estree-jsx': 1.0.5
2866
+ devlop: 1.1.0
2867
+ estree-util-is-identifier-name: 3.0.0
2868
+ estree-walker: 3.0.3
2869
+
2870
+ estree-util-is-identifier-name@3.0.0: {}
2871
+
2872
+ estree-util-scope@1.0.0:
2873
+ dependencies:
2874
+ '@types/estree': 1.0.9
2875
+ devlop: 1.1.0
2876
+
2877
+ estree-util-to-js@2.0.0:
2878
+ dependencies:
2879
+ '@types/estree-jsx': 1.0.5
2880
+ astring: 1.9.0
2881
+ source-map: 0.7.6
2882
+
2883
+ estree-util-value-to-estree@3.5.0:
2884
+ dependencies:
2885
+ '@types/estree': 1.0.9
2886
+
2887
+ estree-util-visit@2.0.0:
2888
+ dependencies:
2889
+ '@types/estree-jsx': 1.0.5
2890
+ '@types/unist': 3.0.3
2891
+
2892
+ estree-walker@3.0.3:
2893
+ dependencies:
2894
+ '@types/estree': 1.0.9
2895
+
2896
+ extend@3.0.2: {}
2897
+
2898
+ fdir@6.5.0(picomatch@4.0.5):
2899
+ optionalDependencies:
2900
+ picomatch: 4.0.5
2901
+
2902
+ framer-motion@12.43.0(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
2903
+ dependencies:
2904
+ motion-dom: 12.43.0
2905
+ motion-utils: 12.39.0
2906
+ tslib: 2.8.1
2907
+ optionalDependencies:
2908
+ react: 19.2.8
2909
+ react-dom: 19.2.8(react@19.2.8)
2910
+
2911
+ fumadocs-core@16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3):
2912
+ dependencies:
2913
+ '@orama/orama': 3.1.18
2914
+ estree-util-value-to-estree: 3.5.0
2915
+ github-slugger: 2.0.0
2916
+ hast-util-to-estree: 3.1.3
2917
+ hast-util-to-jsx-runtime: 2.3.6
2918
+ js-yaml: 4.3.1
2919
+ mdast-util-mdx: 3.0.0
2920
+ mdast-util-to-markdown: 2.1.2
2921
+ remark: 15.0.1
2922
+ remark-gfm: 4.0.1
2923
+ remark-rehype: 11.1.2
2924
+ scroll-into-view-if-needed: 3.1.0
2925
+ shiki: 4.4.3
2926
+ tinyglobby: 0.2.17
2927
+ unified: 11.0.5
2928
+ unist-util-visit: 5.1.0
2929
+ vfile: 6.0.3
2930
+ optionalDependencies:
2931
+ '@mdx-js/mdx': 3.1.1
2932
+ '@types/estree-jsx': 1.0.5
2933
+ '@types/hast': 3.0.5
2934
+ '@types/mdast': 4.0.4
2935
+ '@types/react': 19.2.18
2936
+ lucide-react: 1.31.0(react@19.2.8)
2937
+ next: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2938
+ react: 19.2.8
2939
+ react-dom: 19.2.8(react@19.2.8)
2940
+ zod: 4.4.3
2941
+ transitivePeerDependencies:
2942
+ - supports-color
2943
+
2944
+ fumadocs-mdx@15.0.13(@types/mdast@4.0.4)(@types/mdx@2.0.14)(@types/react@19.2.18)(fumadocs-core@16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react@19.2.8):
2945
+ dependencies:
2946
+ '@mdx-js/mdx': 3.1.1
2947
+ '@standard-schema/spec': 1.1.0
2948
+ chokidar: 5.0.0
2949
+ esbuild: 0.28.2
2950
+ estree-util-value-to-estree: 3.5.0
2951
+ fumadocs-core: 16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
2952
+ js-yaml: 5.3.0
2953
+ mdast-util-mdx: 3.0.0
2954
+ picocolors: 1.1.1
2955
+ picomatch: 4.0.5
2956
+ tinyexec: 1.3.0
2957
+ tinyglobby: 0.2.17
2958
+ unified: 11.0.5
2959
+ unist-util-remove-position: 5.0.0
2960
+ unist-util-visit: 5.1.0
2961
+ vfile: 6.0.3
2962
+ zod: 4.4.3
2963
+ optionalDependencies:
2964
+ '@types/mdast': 4.0.4
2965
+ '@types/mdx': 2.0.14
2966
+ '@types/react': 19.2.18
2967
+ next: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2968
+ react: 19.2.8
2969
+ transitivePeerDependencies:
2970
+ - supports-color
2971
+
2972
+ fumadocs-ui@16.10.3(@tailwindcss/oxide@4.3.3)(@types/mdx@2.0.14)(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(fumadocs-core@16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(tailwindcss@4.3.3):
2973
+ dependencies:
2974
+ '@fuma-translate/react': 1.0.2(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2975
+ '@fumadocs/tailwind': 0.0.5(@tailwindcss/oxide@4.3.3)(tailwindcss@4.3.3)
2976
+ '@radix-ui/react-accordion': 1.2.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2977
+ '@radix-ui/react-collapsible': 1.1.20(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2978
+ '@radix-ui/react-dialog': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2979
+ '@radix-ui/react-direction': 1.1.4(@types/react@19.2.18)(react@19.2.8)
2980
+ '@radix-ui/react-navigation-menu': 1.2.22(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2981
+ '@radix-ui/react-popover': 1.1.23(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2982
+ '@radix-ui/react-presence': 1.1.10(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2983
+ '@radix-ui/react-scroll-area': 1.2.18(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2984
+ '@radix-ui/react-slot': 1.3.3(@types/react@19.2.18)(react@19.2.8)
2985
+ '@radix-ui/react-tabs': 1.1.21(@types/react-dom@19.2.4(@types/react@19.2.18))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2986
+ class-variance-authority: 0.7.1
2987
+ fumadocs-core: 16.10.3(@mdx-js/mdx@3.1.1)(@types/estree-jsx@1.0.5)(@types/hast@3.0.5)(@types/mdast@4.0.4)(@types/react@19.2.18)(lucide-react@1.31.0(react@19.2.8))(next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8))(react-dom@19.2.8(react@19.2.8))(react@19.2.8)(zod@4.4.3)
2988
+ lucide-react: 1.31.0(react@19.2.8)
2989
+ motion: 12.43.0(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2990
+ next-themes: 0.4.6(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
2991
+ react: 19.2.8
2992
+ react-dom: 19.2.8(react@19.2.8)
2993
+ react-remove-scroll: 2.7.2(@types/react@19.2.18)(react@19.2.8)
2994
+ rehype-raw: 7.0.0
2995
+ scroll-into-view-if-needed: 3.1.0
2996
+ shiki: 4.4.3
2997
+ tailwind-merge: 3.6.0
2998
+ unist-util-visit: 5.1.0
2999
+ optionalDependencies:
3000
+ '@types/mdx': 2.0.14
3001
+ '@types/react': 19.2.18
3002
+ next: 16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
3003
+ transitivePeerDependencies:
3004
+ - '@emotion/is-prop-valid'
3005
+ - '@tailwindcss/oxide'
3006
+ - '@types/react-dom'
3007
+ - tailwindcss
3008
+
3009
+ get-nonce@1.0.1: {}
3010
+
3011
+ github-slugger@2.0.0: {}
3012
+
3013
+ graceful-fs@4.2.11: {}
3014
+
3015
+ hast-util-from-parse5@8.0.3:
3016
+ dependencies:
3017
+ '@types/hast': 3.0.5
3018
+ '@types/unist': 3.0.3
3019
+ devlop: 1.1.0
3020
+ hastscript: 9.0.1
3021
+ property-information: 7.2.0
3022
+ vfile: 6.0.3
3023
+ vfile-location: 5.0.3
3024
+ web-namespaces: 2.0.1
3025
+
3026
+ hast-util-parse-selector@4.0.0:
3027
+ dependencies:
3028
+ '@types/hast': 3.0.5
3029
+
3030
+ hast-util-raw@9.1.0:
3031
+ dependencies:
3032
+ '@types/hast': 3.0.5
3033
+ '@types/unist': 3.0.3
3034
+ '@ungap/structured-clone': 1.3.3
3035
+ hast-util-from-parse5: 8.0.3
3036
+ hast-util-to-parse5: 8.0.1
3037
+ html-void-elements: 3.0.0
3038
+ mdast-util-to-hast: 13.2.1
3039
+ parse5: 7.3.0
3040
+ unist-util-position: 5.0.0
3041
+ unist-util-visit: 5.1.0
3042
+ vfile: 6.0.3
3043
+ web-namespaces: 2.0.1
3044
+ zwitch: 2.0.4
3045
+
3046
+ hast-util-to-estree@3.1.3:
3047
+ dependencies:
3048
+ '@types/estree': 1.0.9
3049
+ '@types/estree-jsx': 1.0.5
3050
+ '@types/hast': 3.0.5
3051
+ comma-separated-tokens: 2.0.3
3052
+ devlop: 1.1.0
3053
+ estree-util-attach-comments: 3.0.0
3054
+ estree-util-is-identifier-name: 3.0.0
3055
+ hast-util-whitespace: 3.0.0
3056
+ mdast-util-mdx-expression: 2.0.1
3057
+ mdast-util-mdx-jsx: 3.2.0
3058
+ mdast-util-mdxjs-esm: 2.0.1
3059
+ property-information: 7.2.0
3060
+ space-separated-tokens: 2.0.2
3061
+ style-to-js: 1.1.21
3062
+ unist-util-position: 5.0.0
3063
+ zwitch: 2.0.4
3064
+ transitivePeerDependencies:
3065
+ - supports-color
3066
+
3067
+ hast-util-to-html@9.0.5:
3068
+ dependencies:
3069
+ '@types/hast': 3.0.5
3070
+ '@types/unist': 3.0.3
3071
+ ccount: 2.0.1
3072
+ comma-separated-tokens: 2.0.3
3073
+ hast-util-whitespace: 3.0.0
3074
+ html-void-elements: 3.0.0
3075
+ mdast-util-to-hast: 13.2.1
3076
+ property-information: 7.2.0
3077
+ space-separated-tokens: 2.0.2
3078
+ stringify-entities: 4.0.4
3079
+ zwitch: 2.0.4
3080
+
3081
+ hast-util-to-jsx-runtime@2.3.6:
3082
+ dependencies:
3083
+ '@types/estree': 1.0.9
3084
+ '@types/hast': 3.0.5
3085
+ '@types/unist': 3.0.3
3086
+ comma-separated-tokens: 2.0.3
3087
+ devlop: 1.1.0
3088
+ estree-util-is-identifier-name: 3.0.0
3089
+ hast-util-whitespace: 3.0.0
3090
+ mdast-util-mdx-expression: 2.0.1
3091
+ mdast-util-mdx-jsx: 3.2.0
3092
+ mdast-util-mdxjs-esm: 2.0.1
3093
+ property-information: 7.2.0
3094
+ space-separated-tokens: 2.0.2
3095
+ style-to-js: 1.1.21
3096
+ unist-util-position: 5.0.0
3097
+ vfile-message: 4.0.3
3098
+ transitivePeerDependencies:
3099
+ - supports-color
3100
+
3101
+ hast-util-to-parse5@8.0.1:
3102
+ dependencies:
3103
+ '@types/hast': 3.0.5
3104
+ comma-separated-tokens: 2.0.3
3105
+ devlop: 1.1.0
3106
+ property-information: 7.2.0
3107
+ space-separated-tokens: 2.0.2
3108
+ web-namespaces: 2.0.1
3109
+ zwitch: 2.0.4
3110
+
3111
+ hast-util-whitespace@3.0.0:
3112
+ dependencies:
3113
+ '@types/hast': 3.0.5
3114
+
3115
+ hastscript@9.0.1:
3116
+ dependencies:
3117
+ '@types/hast': 3.0.5
3118
+ comma-separated-tokens: 2.0.3
3119
+ hast-util-parse-selector: 4.0.0
3120
+ property-information: 7.2.0
3121
+ space-separated-tokens: 2.0.2
3122
+
3123
+ html-void-elements@3.0.0: {}
3124
+
3125
+ inline-style-parser@0.2.7: {}
3126
+
3127
+ is-alphabetical@2.0.1: {}
3128
+
3129
+ is-alphanumerical@2.0.1:
3130
+ dependencies:
3131
+ is-alphabetical: 2.0.1
3132
+ is-decimal: 2.0.1
3133
+
3134
+ is-decimal@2.0.1: {}
3135
+
3136
+ is-hexadecimal@2.0.1: {}
3137
+
3138
+ is-plain-obj@4.1.0: {}
3139
+
3140
+ jiti@2.7.0: {}
3141
+
3142
+ js-yaml@4.3.1:
3143
+ dependencies:
3144
+ argparse: 2.0.1
3145
+
3146
+ js-yaml@5.3.0:
3147
+ dependencies:
3148
+ argparse: 2.0.1
3149
+
3150
+ lightningcss-android-arm64@1.32.0:
3151
+ optional: true
3152
+
3153
+ lightningcss-darwin-arm64@1.32.0:
3154
+ optional: true
3155
+
3156
+ lightningcss-darwin-x64@1.32.0:
3157
+ optional: true
3158
+
3159
+ lightningcss-freebsd-x64@1.32.0:
3160
+ optional: true
3161
+
3162
+ lightningcss-linux-arm-gnueabihf@1.32.0:
3163
+ optional: true
3164
+
3165
+ lightningcss-linux-arm64-gnu@1.32.0:
3166
+ optional: true
3167
+
3168
+ lightningcss-linux-arm64-musl@1.32.0:
3169
+ optional: true
3170
+
3171
+ lightningcss-linux-x64-gnu@1.32.0:
3172
+ optional: true
3173
+
3174
+ lightningcss-linux-x64-musl@1.32.0:
3175
+ optional: true
3176
+
3177
+ lightningcss-win32-arm64-msvc@1.32.0:
3178
+ optional: true
3179
+
3180
+ lightningcss-win32-x64-msvc@1.32.0:
3181
+ optional: true
3182
+
3183
+ lightningcss@1.32.0:
3184
+ dependencies:
3185
+ detect-libc: 2.1.2
3186
+ optionalDependencies:
3187
+ lightningcss-android-arm64: 1.32.0
3188
+ lightningcss-darwin-arm64: 1.32.0
3189
+ lightningcss-darwin-x64: 1.32.0
3190
+ lightningcss-freebsd-x64: 1.32.0
3191
+ lightningcss-linux-arm-gnueabihf: 1.32.0
3192
+ lightningcss-linux-arm64-gnu: 1.32.0
3193
+ lightningcss-linux-arm64-musl: 1.32.0
3194
+ lightningcss-linux-x64-gnu: 1.32.0
3195
+ lightningcss-linux-x64-musl: 1.32.0
3196
+ lightningcss-win32-arm64-msvc: 1.32.0
3197
+ lightningcss-win32-x64-msvc: 1.32.0
3198
+
3199
+ longest-streak@3.1.0: {}
3200
+
3201
+ lucide-react@1.31.0(react@19.2.8):
3202
+ dependencies:
3203
+ react: 19.2.8
3204
+
3205
+ magic-string@0.30.21:
3206
+ dependencies:
3207
+ '@jridgewell/sourcemap-codec': 1.5.5
3208
+
3209
+ markdown-extensions@2.0.0: {}
3210
+
3211
+ markdown-table@3.0.4: {}
3212
+
3213
+ mdast-util-find-and-replace@3.0.2:
3214
+ dependencies:
3215
+ '@types/mdast': 4.0.4
3216
+ escape-string-regexp: 5.0.0
3217
+ unist-util-is: 6.0.1
3218
+ unist-util-visit-parents: 6.0.2
3219
+
3220
+ mdast-util-from-markdown@2.0.3:
3221
+ dependencies:
3222
+ '@types/mdast': 4.0.4
3223
+ '@types/unist': 3.0.3
3224
+ decode-named-character-reference: 1.3.0
3225
+ devlop: 1.1.0
3226
+ mdast-util-to-string: 4.0.0
3227
+ micromark: 4.0.2
3228
+ micromark-util-decode-numeric-character-reference: 2.0.2
3229
+ micromark-util-decode-string: 2.0.1
3230
+ micromark-util-normalize-identifier: 2.0.1
3231
+ micromark-util-symbol: 2.0.1
3232
+ micromark-util-types: 2.0.2
3233
+ unist-util-stringify-position: 4.0.0
3234
+ transitivePeerDependencies:
3235
+ - supports-color
3236
+
3237
+ mdast-util-gfm-autolink-literal@2.0.1:
3238
+ dependencies:
3239
+ '@types/mdast': 4.0.4
3240
+ ccount: 2.0.1
3241
+ devlop: 1.1.0
3242
+ mdast-util-find-and-replace: 3.0.2
3243
+ micromark-util-character: 2.1.1
3244
+
3245
+ mdast-util-gfm-footnote@2.1.0:
3246
+ dependencies:
3247
+ '@types/mdast': 4.0.4
3248
+ devlop: 1.1.0
3249
+ mdast-util-from-markdown: 2.0.3
3250
+ mdast-util-to-markdown: 2.1.2
3251
+ micromark-util-normalize-identifier: 2.0.1
3252
+ transitivePeerDependencies:
3253
+ - supports-color
3254
+
3255
+ mdast-util-gfm-strikethrough@2.0.0:
3256
+ dependencies:
3257
+ '@types/mdast': 4.0.4
3258
+ mdast-util-from-markdown: 2.0.3
3259
+ mdast-util-to-markdown: 2.1.2
3260
+ transitivePeerDependencies:
3261
+ - supports-color
3262
+
3263
+ mdast-util-gfm-table@2.0.0:
3264
+ dependencies:
3265
+ '@types/mdast': 4.0.4
3266
+ devlop: 1.1.0
3267
+ markdown-table: 3.0.4
3268
+ mdast-util-from-markdown: 2.0.3
3269
+ mdast-util-to-markdown: 2.1.2
3270
+ transitivePeerDependencies:
3271
+ - supports-color
3272
+
3273
+ mdast-util-gfm-task-list-item@2.0.0:
3274
+ dependencies:
3275
+ '@types/mdast': 4.0.4
3276
+ devlop: 1.1.0
3277
+ mdast-util-from-markdown: 2.0.3
3278
+ mdast-util-to-markdown: 2.1.2
3279
+ transitivePeerDependencies:
3280
+ - supports-color
3281
+
3282
+ mdast-util-gfm@3.1.0:
3283
+ dependencies:
3284
+ mdast-util-from-markdown: 2.0.3
3285
+ mdast-util-gfm-autolink-literal: 2.0.1
3286
+ mdast-util-gfm-footnote: 2.1.0
3287
+ mdast-util-gfm-strikethrough: 2.0.0
3288
+ mdast-util-gfm-table: 2.0.0
3289
+ mdast-util-gfm-task-list-item: 2.0.0
3290
+ mdast-util-to-markdown: 2.1.2
3291
+ transitivePeerDependencies:
3292
+ - supports-color
3293
+
3294
+ mdast-util-mdx-expression@2.0.1:
3295
+ dependencies:
3296
+ '@types/estree-jsx': 1.0.5
3297
+ '@types/hast': 3.0.5
3298
+ '@types/mdast': 4.0.4
3299
+ devlop: 1.1.0
3300
+ mdast-util-from-markdown: 2.0.3
3301
+ mdast-util-to-markdown: 2.1.2
3302
+ transitivePeerDependencies:
3303
+ - supports-color
3304
+
3305
+ mdast-util-mdx-jsx@3.2.0:
3306
+ dependencies:
3307
+ '@types/estree-jsx': 1.0.5
3308
+ '@types/hast': 3.0.5
3309
+ '@types/mdast': 4.0.4
3310
+ '@types/unist': 3.0.3
3311
+ ccount: 2.0.1
3312
+ devlop: 1.1.0
3313
+ mdast-util-from-markdown: 2.0.3
3314
+ mdast-util-to-markdown: 2.1.2
3315
+ parse-entities: 4.0.2
3316
+ stringify-entities: 4.0.4
3317
+ unist-util-stringify-position: 4.0.0
3318
+ vfile-message: 4.0.3
3319
+ transitivePeerDependencies:
3320
+ - supports-color
3321
+
3322
+ mdast-util-mdx@3.0.0:
3323
+ dependencies:
3324
+ mdast-util-from-markdown: 2.0.3
3325
+ mdast-util-mdx-expression: 2.0.1
3326
+ mdast-util-mdx-jsx: 3.2.0
3327
+ mdast-util-mdxjs-esm: 2.0.1
3328
+ mdast-util-to-markdown: 2.1.2
3329
+ transitivePeerDependencies:
3330
+ - supports-color
3331
+
3332
+ mdast-util-mdxjs-esm@2.0.1:
3333
+ dependencies:
3334
+ '@types/estree-jsx': 1.0.5
3335
+ '@types/hast': 3.0.5
3336
+ '@types/mdast': 4.0.4
3337
+ devlop: 1.1.0
3338
+ mdast-util-from-markdown: 2.0.3
3339
+ mdast-util-to-markdown: 2.1.2
3340
+ transitivePeerDependencies:
3341
+ - supports-color
3342
+
3343
+ mdast-util-phrasing@4.1.0:
3344
+ dependencies:
3345
+ '@types/mdast': 4.0.4
3346
+ unist-util-is: 6.0.1
3347
+
3348
+ mdast-util-to-hast@13.2.1:
3349
+ dependencies:
3350
+ '@types/hast': 3.0.5
3351
+ '@types/mdast': 4.0.4
3352
+ '@ungap/structured-clone': 1.3.3
3353
+ devlop: 1.1.0
3354
+ micromark-util-sanitize-uri: 2.0.1
3355
+ trim-lines: 3.0.1
3356
+ unist-util-position: 5.0.0
3357
+ unist-util-visit: 5.1.0
3358
+ vfile: 6.0.3
3359
+
3360
+ mdast-util-to-markdown@2.1.2:
3361
+ dependencies:
3362
+ '@types/mdast': 4.0.4
3363
+ '@types/unist': 3.0.3
3364
+ longest-streak: 3.1.0
3365
+ mdast-util-phrasing: 4.1.0
3366
+ mdast-util-to-string: 4.0.0
3367
+ micromark-util-classify-character: 2.0.1
3368
+ micromark-util-decode-string: 2.0.1
3369
+ unist-util-visit: 5.1.0
3370
+ zwitch: 2.0.4
3371
+
3372
+ mdast-util-to-string@4.0.0:
3373
+ dependencies:
3374
+ '@types/mdast': 4.0.4
3375
+
3376
+ micromark-core-commonmark@2.0.3:
3377
+ dependencies:
3378
+ decode-named-character-reference: 1.3.0
3379
+ devlop: 1.1.0
3380
+ micromark-factory-destination: 2.0.1
3381
+ micromark-factory-label: 2.0.1
3382
+ micromark-factory-space: 2.0.1
3383
+ micromark-factory-title: 2.0.1
3384
+ micromark-factory-whitespace: 2.0.1
3385
+ micromark-util-character: 2.1.1
3386
+ micromark-util-chunked: 2.0.1
3387
+ micromark-util-classify-character: 2.0.1
3388
+ micromark-util-html-tag-name: 2.0.1
3389
+ micromark-util-normalize-identifier: 2.0.1
3390
+ micromark-util-resolve-all: 2.0.1
3391
+ micromark-util-subtokenize: 2.1.0
3392
+ micromark-util-symbol: 2.0.1
3393
+ micromark-util-types: 2.0.2
3394
+
3395
+ micromark-extension-gfm-autolink-literal@2.1.0:
3396
+ dependencies:
3397
+ micromark-util-character: 2.1.1
3398
+ micromark-util-sanitize-uri: 2.0.1
3399
+ micromark-util-symbol: 2.0.1
3400
+ micromark-util-types: 2.0.2
3401
+
3402
+ micromark-extension-gfm-footnote@2.1.0:
3403
+ dependencies:
3404
+ devlop: 1.1.0
3405
+ micromark-core-commonmark: 2.0.3
3406
+ micromark-factory-space: 2.0.1
3407
+ micromark-util-character: 2.1.1
3408
+ micromark-util-normalize-identifier: 2.0.1
3409
+ micromark-util-sanitize-uri: 2.0.1
3410
+ micromark-util-symbol: 2.0.1
3411
+ micromark-util-types: 2.0.2
3412
+
3413
+ micromark-extension-gfm-strikethrough@2.1.0:
3414
+ dependencies:
3415
+ devlop: 1.1.0
3416
+ micromark-util-chunked: 2.0.1
3417
+ micromark-util-classify-character: 2.0.1
3418
+ micromark-util-resolve-all: 2.0.1
3419
+ micromark-util-symbol: 2.0.1
3420
+ micromark-util-types: 2.0.2
3421
+
3422
+ micromark-extension-gfm-table@2.1.1:
3423
+ dependencies:
3424
+ devlop: 1.1.0
3425
+ micromark-factory-space: 2.0.1
3426
+ micromark-util-character: 2.1.1
3427
+ micromark-util-symbol: 2.0.1
3428
+ micromark-util-types: 2.0.2
3429
+
3430
+ micromark-extension-gfm-tagfilter@2.0.0:
3431
+ dependencies:
3432
+ micromark-util-types: 2.0.2
3433
+
3434
+ micromark-extension-gfm-task-list-item@2.1.0:
3435
+ dependencies:
3436
+ devlop: 1.1.0
3437
+ micromark-factory-space: 2.0.1
3438
+ micromark-util-character: 2.1.1
3439
+ micromark-util-symbol: 2.0.1
3440
+ micromark-util-types: 2.0.2
3441
+
3442
+ micromark-extension-gfm@3.0.0:
3443
+ dependencies:
3444
+ micromark-extension-gfm-autolink-literal: 2.1.0
3445
+ micromark-extension-gfm-footnote: 2.1.0
3446
+ micromark-extension-gfm-strikethrough: 2.1.0
3447
+ micromark-extension-gfm-table: 2.1.1
3448
+ micromark-extension-gfm-tagfilter: 2.0.0
3449
+ micromark-extension-gfm-task-list-item: 2.1.0
3450
+ micromark-util-combine-extensions: 2.0.1
3451
+ micromark-util-types: 2.0.2
3452
+
3453
+ micromark-extension-mdx-expression@3.0.1:
3454
+ dependencies:
3455
+ '@types/estree': 1.0.9
3456
+ devlop: 1.1.0
3457
+ micromark-factory-mdx-expression: 2.0.3
3458
+ micromark-factory-space: 2.0.1
3459
+ micromark-util-character: 2.1.1
3460
+ micromark-util-events-to-acorn: 2.0.3
3461
+ micromark-util-symbol: 2.0.1
3462
+ micromark-util-types: 2.0.2
3463
+
3464
+ micromark-extension-mdx-jsx@3.0.2:
3465
+ dependencies:
3466
+ '@types/estree': 1.0.9
3467
+ devlop: 1.1.0
3468
+ estree-util-is-identifier-name: 3.0.0
3469
+ micromark-factory-mdx-expression: 2.0.3
3470
+ micromark-factory-space: 2.0.1
3471
+ micromark-util-character: 2.1.1
3472
+ micromark-util-events-to-acorn: 2.0.3
3473
+ micromark-util-symbol: 2.0.1
3474
+ micromark-util-types: 2.0.2
3475
+ vfile-message: 4.0.3
3476
+
3477
+ micromark-extension-mdx-md@2.0.0:
3478
+ dependencies:
3479
+ micromark-util-types: 2.0.2
3480
+
3481
+ micromark-extension-mdxjs-esm@3.0.0:
3482
+ dependencies:
3483
+ '@types/estree': 1.0.9
3484
+ devlop: 1.1.0
3485
+ micromark-core-commonmark: 2.0.3
3486
+ micromark-util-character: 2.1.1
3487
+ micromark-util-events-to-acorn: 2.0.3
3488
+ micromark-util-symbol: 2.0.1
3489
+ micromark-util-types: 2.0.2
3490
+ unist-util-position-from-estree: 2.0.0
3491
+ vfile-message: 4.0.3
3492
+
3493
+ micromark-extension-mdxjs@3.0.0:
3494
+ dependencies:
3495
+ acorn: 8.18.0
3496
+ acorn-jsx: 5.3.2(acorn@8.18.0)
3497
+ micromark-extension-mdx-expression: 3.0.1
3498
+ micromark-extension-mdx-jsx: 3.0.2
3499
+ micromark-extension-mdx-md: 2.0.0
3500
+ micromark-extension-mdxjs-esm: 3.0.0
3501
+ micromark-util-combine-extensions: 2.0.1
3502
+ micromark-util-types: 2.0.2
3503
+
3504
+ micromark-factory-destination@2.0.1:
3505
+ dependencies:
3506
+ micromark-util-character: 2.1.1
3507
+ micromark-util-symbol: 2.0.1
3508
+ micromark-util-types: 2.0.2
3509
+
3510
+ micromark-factory-label@2.0.1:
3511
+ dependencies:
3512
+ devlop: 1.1.0
3513
+ micromark-util-character: 2.1.1
3514
+ micromark-util-symbol: 2.0.1
3515
+ micromark-util-types: 2.0.2
3516
+
3517
+ micromark-factory-mdx-expression@2.0.3:
3518
+ dependencies:
3519
+ '@types/estree': 1.0.9
3520
+ devlop: 1.1.0
3521
+ micromark-factory-space: 2.0.1
3522
+ micromark-util-character: 2.1.1
3523
+ micromark-util-events-to-acorn: 2.0.3
3524
+ micromark-util-symbol: 2.0.1
3525
+ micromark-util-types: 2.0.2
3526
+ unist-util-position-from-estree: 2.0.0
3527
+ vfile-message: 4.0.3
3528
+
3529
+ micromark-factory-space@2.0.1:
3530
+ dependencies:
3531
+ micromark-util-character: 2.1.1
3532
+ micromark-util-types: 2.0.2
3533
+
3534
+ micromark-factory-title@2.0.1:
3535
+ dependencies:
3536
+ micromark-factory-space: 2.0.1
3537
+ micromark-util-character: 2.1.1
3538
+ micromark-util-symbol: 2.0.1
3539
+ micromark-util-types: 2.0.2
3540
+
3541
+ micromark-factory-whitespace@2.0.1:
3542
+ dependencies:
3543
+ micromark-factory-space: 2.0.1
3544
+ micromark-util-character: 2.1.1
3545
+ micromark-util-symbol: 2.0.1
3546
+ micromark-util-types: 2.0.2
3547
+
3548
+ micromark-util-character@2.1.1:
3549
+ dependencies:
3550
+ micromark-util-symbol: 2.0.1
3551
+ micromark-util-types: 2.0.2
3552
+
3553
+ micromark-util-chunked@2.0.1:
3554
+ dependencies:
3555
+ micromark-util-symbol: 2.0.1
3556
+
3557
+ micromark-util-classify-character@2.0.1:
3558
+ dependencies:
3559
+ micromark-util-character: 2.1.1
3560
+ micromark-util-symbol: 2.0.1
3561
+ micromark-util-types: 2.0.2
3562
+
3563
+ micromark-util-combine-extensions@2.0.1:
3564
+ dependencies:
3565
+ micromark-util-chunked: 2.0.1
3566
+ micromark-util-types: 2.0.2
3567
+
3568
+ micromark-util-decode-numeric-character-reference@2.0.2:
3569
+ dependencies:
3570
+ micromark-util-symbol: 2.0.1
3571
+
3572
+ micromark-util-decode-string@2.0.1:
3573
+ dependencies:
3574
+ decode-named-character-reference: 1.3.0
3575
+ micromark-util-character: 2.1.1
3576
+ micromark-util-decode-numeric-character-reference: 2.0.2
3577
+ micromark-util-symbol: 2.0.1
3578
+
3579
+ micromark-util-encode@2.0.1: {}
3580
+
3581
+ micromark-util-events-to-acorn@2.0.3:
3582
+ dependencies:
3583
+ '@types/estree': 1.0.9
3584
+ '@types/unist': 3.0.3
3585
+ devlop: 1.1.0
3586
+ estree-util-visit: 2.0.0
3587
+ micromark-util-symbol: 2.0.1
3588
+ micromark-util-types: 2.0.2
3589
+ vfile-message: 4.0.3
3590
+
3591
+ micromark-util-html-tag-name@2.0.1: {}
3592
+
3593
+ micromark-util-normalize-identifier@2.0.1:
3594
+ dependencies:
3595
+ micromark-util-symbol: 2.0.1
3596
+
3597
+ micromark-util-resolve-all@2.0.1:
3598
+ dependencies:
3599
+ micromark-util-types: 2.0.2
3600
+
3601
+ micromark-util-sanitize-uri@2.0.1:
3602
+ dependencies:
3603
+ micromark-util-character: 2.1.1
3604
+ micromark-util-encode: 2.0.1
3605
+ micromark-util-symbol: 2.0.1
3606
+
3607
+ micromark-util-subtokenize@2.1.0:
3608
+ dependencies:
3609
+ devlop: 1.1.0
3610
+ micromark-util-chunked: 2.0.1
3611
+ micromark-util-symbol: 2.0.1
3612
+ micromark-util-types: 2.0.2
3613
+
3614
+ micromark-util-symbol@2.0.1: {}
3615
+
3616
+ micromark-util-types@2.0.2: {}
3617
+
3618
+ micromark@4.0.2:
3619
+ dependencies:
3620
+ '@types/debug': 4.1.13
3621
+ debug: 4.4.3
3622
+ decode-named-character-reference: 1.3.0
3623
+ devlop: 1.1.0
3624
+ micromark-core-commonmark: 2.0.3
3625
+ micromark-factory-space: 2.0.1
3626
+ micromark-util-character: 2.1.1
3627
+ micromark-util-chunked: 2.0.1
3628
+ micromark-util-combine-extensions: 2.0.1
3629
+ micromark-util-decode-numeric-character-reference: 2.0.2
3630
+ micromark-util-encode: 2.0.1
3631
+ micromark-util-normalize-identifier: 2.0.1
3632
+ micromark-util-resolve-all: 2.0.1
3633
+ micromark-util-sanitize-uri: 2.0.1
3634
+ micromark-util-subtokenize: 2.1.0
3635
+ micromark-util-symbol: 2.0.1
3636
+ micromark-util-types: 2.0.2
3637
+ transitivePeerDependencies:
3638
+ - supports-color
3639
+
3640
+ motion-dom@12.43.0:
3641
+ dependencies:
3642
+ motion-utils: 12.39.0
3643
+
3644
+ motion-utils@12.39.0: {}
3645
+
3646
+ motion@12.43.0(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
3647
+ dependencies:
3648
+ framer-motion: 12.43.0(react-dom@19.2.8(react@19.2.8))(react@19.2.8)
3649
+ tslib: 2.8.1
3650
+ optionalDependencies:
3651
+ react: 19.2.8
3652
+ react-dom: 19.2.8(react@19.2.8)
3653
+
3654
+ ms@2.1.3: {}
3655
+
3656
+ nanoid@3.3.18: {}
3657
+
3658
+ next-themes@0.4.6(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
3659
+ dependencies:
3660
+ react: 19.2.8
3661
+ react-dom: 19.2.8(react@19.2.8)
3662
+
3663
+ next@16.2.9(react-dom@19.2.8(react@19.2.8))(react@19.2.8):
3664
+ dependencies:
3665
+ '@next/env': 16.2.9
3666
+ '@swc/helpers': 0.5.15
3667
+ baseline-browser-mapping: 2.11.14
3668
+ caniuse-lite: 1.0.30001809
3669
+ postcss: 8.4.31
3670
+ react: 19.2.8
3671
+ react-dom: 19.2.8(react@19.2.8)
3672
+ styled-jsx: 5.1.6(react@19.2.8)
3673
+ optionalDependencies:
3674
+ '@next/swc-darwin-arm64': 16.2.9
3675
+ '@next/swc-darwin-x64': 16.2.9
3676
+ '@next/swc-linux-arm64-gnu': 16.2.9
3677
+ '@next/swc-linux-arm64-musl': 16.2.9
3678
+ '@next/swc-linux-x64-gnu': 16.2.9
3679
+ '@next/swc-linux-x64-musl': 16.2.9
3680
+ '@next/swc-win32-arm64-msvc': 16.2.9
3681
+ '@next/swc-win32-x64-msvc': 16.2.9
3682
+ sharp: 0.34.5
3683
+ transitivePeerDependencies:
3684
+ - '@babel/core'
3685
+ - babel-plugin-macros
3686
+
3687
+ oniguruma-parser@0.12.2: {}
3688
+
3689
+ oniguruma-to-es@4.3.6:
3690
+ dependencies:
3691
+ oniguruma-parser: 0.12.2
3692
+ regex: 6.1.0
3693
+ regex-recursion: 6.0.2
3694
+
3695
+ parse-entities@4.0.2:
3696
+ dependencies:
3697
+ '@types/unist': 2.0.11
3698
+ character-entities-legacy: 3.0.0
3699
+ character-reference-invalid: 2.0.1
3700
+ decode-named-character-reference: 1.3.0
3701
+ is-alphanumerical: 2.0.1
3702
+ is-decimal: 2.0.1
3703
+ is-hexadecimal: 2.0.1
3704
+
3705
+ parse5@7.3.0:
3706
+ dependencies:
3707
+ entities: 6.0.1
3708
+
3709
+ picocolors@1.1.1: {}
3710
+
3711
+ picomatch@4.0.5: {}
3712
+
3713
+ postcss@8.4.31:
3714
+ dependencies:
3715
+ nanoid: 3.3.18
3716
+ picocolors: 1.1.1
3717
+ source-map-js: 1.2.1
3718
+
3719
+ postcss@8.5.26:
3720
+ dependencies:
3721
+ nanoid: 3.3.18
3722
+ picocolors: 1.1.1
3723
+ source-map-js: 1.2.1
3724
+
3725
+ property-information@7.2.0: {}
3726
+
3727
+ react-dom@19.2.8(react@19.2.8):
3728
+ dependencies:
3729
+ react: 19.2.8
3730
+ scheduler: 0.27.0
3731
+
3732
+ react-remove-scroll-bar@2.3.8(@types/react@19.2.18)(react@19.2.8):
3733
+ dependencies:
3734
+ react: 19.2.8
3735
+ react-style-singleton: 2.2.3(@types/react@19.2.18)(react@19.2.8)
3736
+ tslib: 2.8.1
3737
+ optionalDependencies:
3738
+ '@types/react': 19.2.18
3739
+
3740
+ react-remove-scroll@2.7.2(@types/react@19.2.18)(react@19.2.8):
3741
+ dependencies:
3742
+ react: 19.2.8
3743
+ react-remove-scroll-bar: 2.3.8(@types/react@19.2.18)(react@19.2.8)
3744
+ react-style-singleton: 2.2.3(@types/react@19.2.18)(react@19.2.8)
3745
+ tslib: 2.8.1
3746
+ use-callback-ref: 1.3.3(@types/react@19.2.18)(react@19.2.8)
3747
+ use-sidecar: 1.1.3(@types/react@19.2.18)(react@19.2.8)
3748
+ optionalDependencies:
3749
+ '@types/react': 19.2.18
3750
+
3751
+ react-style-singleton@2.2.3(@types/react@19.2.18)(react@19.2.8):
3752
+ dependencies:
3753
+ get-nonce: 1.0.1
3754
+ react: 19.2.8
3755
+ tslib: 2.8.1
3756
+ optionalDependencies:
3757
+ '@types/react': 19.2.18
3758
+
3759
+ react@19.2.8: {}
3760
+
3761
+ readdirp@5.1.1: {}
3762
+
3763
+ recma-build-jsx@1.0.0:
3764
+ dependencies:
3765
+ '@types/estree': 1.0.9
3766
+ estree-util-build-jsx: 3.0.1
3767
+ vfile: 6.0.3
3768
+
3769
+ recma-jsx@1.0.1(acorn@8.18.0):
3770
+ dependencies:
3771
+ acorn: 8.18.0
3772
+ acorn-jsx: 5.3.2(acorn@8.18.0)
3773
+ estree-util-to-js: 2.0.0
3774
+ recma-parse: 1.0.0
3775
+ recma-stringify: 1.0.0
3776
+ unified: 11.0.5
3777
+
3778
+ recma-parse@1.0.0:
3779
+ dependencies:
3780
+ '@types/estree': 1.0.9
3781
+ esast-util-from-js: 2.0.1
3782
+ unified: 11.0.5
3783
+ vfile: 6.0.3
3784
+
3785
+ recma-stringify@1.0.0:
3786
+ dependencies:
3787
+ '@types/estree': 1.0.9
3788
+ estree-util-to-js: 2.0.0
3789
+ unified: 11.0.5
3790
+ vfile: 6.0.3
3791
+
3792
+ regex-recursion@6.0.2:
3793
+ dependencies:
3794
+ regex-utilities: 2.3.0
3795
+
3796
+ regex-utilities@2.3.0: {}
3797
+
3798
+ regex@6.1.0:
3799
+ dependencies:
3800
+ regex-utilities: 2.3.0
3801
+
3802
+ rehype-raw@7.0.0:
3803
+ dependencies:
3804
+ '@types/hast': 3.0.5
3805
+ hast-util-raw: 9.1.0
3806
+ vfile: 6.0.3
3807
+
3808
+ rehype-recma@1.0.0:
3809
+ dependencies:
3810
+ '@types/estree': 1.0.9
3811
+ '@types/hast': 3.0.5
3812
+ hast-util-to-estree: 3.1.3
3813
+ transitivePeerDependencies:
3814
+ - supports-color
3815
+
3816
+ remark-gfm@4.0.1:
3817
+ dependencies:
3818
+ '@types/mdast': 4.0.4
3819
+ mdast-util-gfm: 3.1.0
3820
+ micromark-extension-gfm: 3.0.0
3821
+ remark-parse: 11.0.0
3822
+ remark-stringify: 11.0.0
3823
+ unified: 11.0.5
3824
+ transitivePeerDependencies:
3825
+ - supports-color
3826
+
3827
+ remark-mdx@3.1.1:
3828
+ dependencies:
3829
+ mdast-util-mdx: 3.0.0
3830
+ micromark-extension-mdxjs: 3.0.0
3831
+ transitivePeerDependencies:
3832
+ - supports-color
3833
+
3834
+ remark-parse@11.0.0:
3835
+ dependencies:
3836
+ '@types/mdast': 4.0.4
3837
+ mdast-util-from-markdown: 2.0.3
3838
+ micromark-util-types: 2.0.2
3839
+ unified: 11.0.5
3840
+ transitivePeerDependencies:
3841
+ - supports-color
3842
+
3843
+ remark-rehype@11.1.2:
3844
+ dependencies:
3845
+ '@types/hast': 3.0.5
3846
+ '@types/mdast': 4.0.4
3847
+ mdast-util-to-hast: 13.2.1
3848
+ unified: 11.0.5
3849
+ vfile: 6.0.3
3850
+
3851
+ remark-stringify@11.0.0:
3852
+ dependencies:
3853
+ '@types/mdast': 4.0.4
3854
+ mdast-util-to-markdown: 2.1.2
3855
+ unified: 11.0.5
3856
+
3857
+ remark@15.0.1:
3858
+ dependencies:
3859
+ '@types/mdast': 4.0.4
3860
+ remark-parse: 11.0.0
3861
+ remark-stringify: 11.0.0
3862
+ unified: 11.0.5
3863
+ transitivePeerDependencies:
3864
+ - supports-color
3865
+
3866
+ scheduler@0.27.0: {}
3867
+
3868
+ scroll-into-view-if-needed@3.1.0:
3869
+ dependencies:
3870
+ compute-scroll-into-view: 3.1.1
3871
+
3872
+ semver@7.8.5:
3873
+ optional: true
3874
+
3875
+ sharp@0.34.5:
3876
+ dependencies:
3877
+ '@img/colour': 1.1.0
3878
+ detect-libc: 2.1.2
3879
+ semver: 7.8.5
3880
+ optionalDependencies:
3881
+ '@img/sharp-darwin-arm64': 0.34.5
3882
+ '@img/sharp-darwin-x64': 0.34.5
3883
+ '@img/sharp-libvips-darwin-arm64': 1.2.4
3884
+ '@img/sharp-libvips-darwin-x64': 1.2.4
3885
+ '@img/sharp-libvips-linux-arm': 1.2.4
3886
+ '@img/sharp-libvips-linux-arm64': 1.2.4
3887
+ '@img/sharp-libvips-linux-ppc64': 1.2.4
3888
+ '@img/sharp-libvips-linux-riscv64': 1.2.4
3889
+ '@img/sharp-libvips-linux-s390x': 1.2.4
3890
+ '@img/sharp-libvips-linux-x64': 1.2.4
3891
+ '@img/sharp-libvips-linuxmusl-arm64': 1.2.4
3892
+ '@img/sharp-libvips-linuxmusl-x64': 1.2.4
3893
+ '@img/sharp-linux-arm': 0.34.5
3894
+ '@img/sharp-linux-arm64': 0.34.5
3895
+ '@img/sharp-linux-ppc64': 0.34.5
3896
+ '@img/sharp-linux-riscv64': 0.34.5
3897
+ '@img/sharp-linux-s390x': 0.34.5
3898
+ '@img/sharp-linux-x64': 0.34.5
3899
+ '@img/sharp-linuxmusl-arm64': 0.34.5
3900
+ '@img/sharp-linuxmusl-x64': 0.34.5
3901
+ '@img/sharp-wasm32': 0.34.5
3902
+ '@img/sharp-win32-arm64': 0.34.5
3903
+ '@img/sharp-win32-ia32': 0.34.5
3904
+ '@img/sharp-win32-x64': 0.34.5
3905
+ optional: true
3906
+
3907
+ shiki@4.4.3:
3908
+ dependencies:
3909
+ '@shikijs/core': 4.4.3
3910
+ '@shikijs/engine-javascript': 4.4.3
3911
+ '@shikijs/engine-oniguruma': 4.4.3
3912
+ '@shikijs/langs': 4.4.3
3913
+ '@shikijs/themes': 4.4.3
3914
+ '@shikijs/types': 4.4.3
3915
+ '@shikijs/vscode-textmate': 10.0.2
3916
+ '@types/hast': 3.0.5
3917
+
3918
+ source-map-js@1.2.1: {}
3919
+
3920
+ source-map@0.7.6: {}
3921
+
3922
+ space-separated-tokens@2.0.2: {}
3923
+
3924
+ stringify-entities@4.0.4:
3925
+ dependencies:
3926
+ character-entities-html4: 2.1.0
3927
+ character-entities-legacy: 3.0.0
3928
+
3929
+ style-to-js@1.1.21:
3930
+ dependencies:
3931
+ style-to-object: 1.0.14
3932
+
3933
+ style-to-object@1.0.14:
3934
+ dependencies:
3935
+ inline-style-parser: 0.2.7
3936
+
3937
+ styled-jsx@5.1.6(react@19.2.8):
3938
+ dependencies:
3939
+ client-only: 0.0.1
3940
+ react: 19.2.8
3941
+
3942
+ tailwind-merge@3.6.0: {}
3943
+
3944
+ tailwindcss@4.3.3: {}
3945
+
3946
+ tapable@2.3.3: {}
3947
+
3948
+ tinyexec@1.3.0: {}
3949
+
3950
+ tinyglobby@0.2.17:
3951
+ dependencies:
3952
+ fdir: 6.5.0(picomatch@4.0.5)
3953
+ picomatch: 4.0.5
3954
+
3955
+ trim-lines@3.0.1: {}
3956
+
3957
+ trough@2.2.0: {}
3958
+
3959
+ tslib@2.8.1: {}
3960
+
3961
+ typescript@6.0.3: {}
3962
+
3963
+ undici-types@7.24.6: {}
3964
+
3965
+ unified@11.0.5:
3966
+ dependencies:
3967
+ '@types/unist': 3.0.3
3968
+ bail: 2.0.2
3969
+ devlop: 1.1.0
3970
+ extend: 3.0.2
3971
+ is-plain-obj: 4.1.0
3972
+ trough: 2.2.0
3973
+ vfile: 6.0.3
3974
+
3975
+ unist-util-is@6.0.1:
3976
+ dependencies:
3977
+ '@types/unist': 3.0.3
3978
+
3979
+ unist-util-position-from-estree@2.0.0:
3980
+ dependencies:
3981
+ '@types/unist': 3.0.3
3982
+
3983
+ unist-util-position@5.0.0:
3984
+ dependencies:
3985
+ '@types/unist': 3.0.3
3986
+
3987
+ unist-util-remove-position@5.0.0:
3988
+ dependencies:
3989
+ '@types/unist': 3.0.3
3990
+ unist-util-visit: 5.1.0
3991
+
3992
+ unist-util-stringify-position@4.0.0:
3993
+ dependencies:
3994
+ '@types/unist': 3.0.3
3995
+
3996
+ unist-util-visit-parents@6.0.2:
3997
+ dependencies:
3998
+ '@types/unist': 3.0.3
3999
+ unist-util-is: 6.0.1
4000
+
4001
+ unist-util-visit@5.1.0:
4002
+ dependencies:
4003
+ '@types/unist': 3.0.3
4004
+ unist-util-is: 6.0.1
4005
+ unist-util-visit-parents: 6.0.2
4006
+
4007
+ use-callback-ref@1.3.3(@types/react@19.2.18)(react@19.2.8):
4008
+ dependencies:
4009
+ react: 19.2.8
4010
+ tslib: 2.8.1
4011
+ optionalDependencies:
4012
+ '@types/react': 19.2.18
4013
+
4014
+ use-sidecar@1.1.3(@types/react@19.2.18)(react@19.2.8):
4015
+ dependencies:
4016
+ detect-node-es: 1.1.0
4017
+ react: 19.2.8
4018
+ tslib: 2.8.1
4019
+ optionalDependencies:
4020
+ '@types/react': 19.2.18
4021
+
4022
+ vfile-location@5.0.3:
4023
+ dependencies:
4024
+ '@types/unist': 3.0.3
4025
+ vfile: 6.0.3
4026
+
4027
+ vfile-message@4.0.3:
4028
+ dependencies:
4029
+ '@types/unist': 3.0.3
4030
+ unist-util-stringify-position: 4.0.0
4031
+
4032
+ vfile@6.0.3:
4033
+ dependencies:
4034
+ '@types/unist': 3.0.3
4035
+ vfile-message: 4.0.3
4036
+
4037
+ web-namespaces@2.0.1: {}
4038
+
4039
+ zod@4.4.3: {}
4040
+
4041
+ zwitch@2.0.4: {}