ray-finance 0.2.3 → 0.2.4

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 (72) hide show
  1. package/README.md +7 -1
  2. package/package.json +4 -1
  3. package/.claude/settings.local.json +0 -18
  4. package/.env.example +0 -13
  5. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -19
  6. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -9
  7. package/.github/PULL_REQUEST_TEMPLATE.md +0 -5
  8. package/.github/ray-logo.png +0 -0
  9. package/.github/workflows/ci.yml +0 -22
  10. package/CHANGELOG.md +0 -16
  11. package/CODE_OF_CONDUCT.md +0 -31
  12. package/CONTRIBUTING.md +0 -41
  13. package/Dockerfile +0 -8
  14. package/SECURITY.md +0 -36
  15. package/docker-compose.yml +0 -9
  16. package/site/next-env.d.ts +0 -6
  17. package/site/next.config.ts +0 -7
  18. package/site/package-lock.json +0 -1704
  19. package/site/package.json +0 -25
  20. package/site/postcss.config.mjs +0 -7
  21. package/site/public/favicon.png +0 -0
  22. package/site/public/ray-logo-dark.png +0 -0
  23. package/site/public/ray-logo-light.png +0 -0
  24. package/site/public/ray-og.jpg +0 -0
  25. package/site/public/robots.txt +0 -4
  26. package/site/public/sitemap.xml +0 -8
  27. package/site/src/app/copy-command.tsx +0 -29
  28. package/site/src/app/globals.css +0 -87
  29. package/site/src/app/layout.tsx +0 -65
  30. package/site/src/app/page.tsx +0 -841
  31. package/site/src/app/pii-scramble.tsx +0 -190
  32. package/site/src/app/reveal.tsx +0 -29
  33. package/site/tsconfig.json +0 -21
  34. package/src/ai/agent.ts +0 -118
  35. package/src/ai/audit.ts +0 -11
  36. package/src/ai/context.ts +0 -94
  37. package/src/ai/insights.ts +0 -496
  38. package/src/ai/memory.ts +0 -21
  39. package/src/ai/redactor.test.ts +0 -63
  40. package/src/ai/redactor.ts +0 -114
  41. package/src/ai/system-prompt.ts +0 -90
  42. package/src/ai/tools.ts +0 -720
  43. package/src/alerts/index.ts +0 -123
  44. package/src/cli/backup.ts +0 -126
  45. package/src/cli/chat.ts +0 -219
  46. package/src/cli/commands.ts +0 -240
  47. package/src/cli/format.ts +0 -180
  48. package/src/cli/index.ts +0 -203
  49. package/src/cli/scheduler.ts +0 -116
  50. package/src/cli/setup.ts +0 -194
  51. package/src/config.ts +0 -81
  52. package/src/daily-sync.test.ts +0 -150
  53. package/src/daily-sync.ts +0 -170
  54. package/src/db/connection.ts +0 -49
  55. package/src/db/encryption.test.ts +0 -86
  56. package/src/db/encryption.ts +0 -39
  57. package/src/db/helpers.ts +0 -47
  58. package/src/db/schema.test.ts +0 -53
  59. package/src/db/schema.ts +0 -202
  60. package/src/index.ts +0 -3
  61. package/src/plaid/client.ts +0 -25
  62. package/src/plaid/link.ts +0 -25
  63. package/src/plaid/sync.ts +0 -219
  64. package/src/public/favicon.png +0 -0
  65. package/src/public/link.html +0 -184
  66. package/src/public/ray-logo-dark.png +0 -0
  67. package/src/queries/index.test.ts +0 -397
  68. package/src/queries/index.ts +0 -586
  69. package/src/scoring/index.ts +0 -468
  70. package/src/server.ts +0 -198
  71. package/tsconfig.json +0 -16
  72. package/vitest.config.ts +0 -7
@@ -1,1704 +0,0 @@
1
- {
2
- "name": "ray-finance-site",
3
- "version": "0.1.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "ray-finance-site",
9
- "version": "0.1.0",
10
- "dependencies": {
11
- "@vercel/analytics": "^2.0.1",
12
- "geist": "^1.7.0",
13
- "next": "^15.1.0",
14
- "react": "^19.0.0",
15
- "react-dom": "^19.0.0"
16
- },
17
- "devDependencies": {
18
- "@tailwindcss/postcss": "^4.0.0",
19
- "@types/node": "^22.0.0",
20
- "@types/react": "^19.0.0",
21
- "@types/react-dom": "^19.0.0",
22
- "tailwindcss": "^4.0.0",
23
- "typescript": "^5.7.0"
24
- }
25
- },
26
- "node_modules/@alloc/quick-lru": {
27
- "version": "5.2.0",
28
- "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
29
- "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
30
- "dev": true,
31
- "license": "MIT",
32
- "engines": {
33
- "node": ">=10"
34
- },
35
- "funding": {
36
- "url": "https://github.com/sponsors/sindresorhus"
37
- }
38
- },
39
- "node_modules/@emnapi/runtime": {
40
- "version": "1.8.1",
41
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
42
- "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
43
- "license": "MIT",
44
- "optional": true,
45
- "dependencies": {
46
- "tslib": "^2.4.0"
47
- }
48
- },
49
- "node_modules/@img/colour": {
50
- "version": "1.1.0",
51
- "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
52
- "integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
53
- "license": "MIT",
54
- "optional": true,
55
- "engines": {
56
- "node": ">=18"
57
- }
58
- },
59
- "node_modules/@img/sharp-darwin-arm64": {
60
- "version": "0.34.5",
61
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
62
- "integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
63
- "cpu": [
64
- "arm64"
65
- ],
66
- "license": "Apache-2.0",
67
- "optional": true,
68
- "os": [
69
- "darwin"
70
- ],
71
- "engines": {
72
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
73
- },
74
- "funding": {
75
- "url": "https://opencollective.com/libvips"
76
- },
77
- "optionalDependencies": {
78
- "@img/sharp-libvips-darwin-arm64": "1.2.4"
79
- }
80
- },
81
- "node_modules/@img/sharp-darwin-x64": {
82
- "version": "0.34.5",
83
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
84
- "integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
85
- "cpu": [
86
- "x64"
87
- ],
88
- "license": "Apache-2.0",
89
- "optional": true,
90
- "os": [
91
- "darwin"
92
- ],
93
- "engines": {
94
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
95
- },
96
- "funding": {
97
- "url": "https://opencollective.com/libvips"
98
- },
99
- "optionalDependencies": {
100
- "@img/sharp-libvips-darwin-x64": "1.2.4"
101
- }
102
- },
103
- "node_modules/@img/sharp-libvips-darwin-arm64": {
104
- "version": "1.2.4",
105
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
106
- "integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
107
- "cpu": [
108
- "arm64"
109
- ],
110
- "license": "LGPL-3.0-or-later",
111
- "optional": true,
112
- "os": [
113
- "darwin"
114
- ],
115
- "funding": {
116
- "url": "https://opencollective.com/libvips"
117
- }
118
- },
119
- "node_modules/@img/sharp-libvips-darwin-x64": {
120
- "version": "1.2.4",
121
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
122
- "integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
123
- "cpu": [
124
- "x64"
125
- ],
126
- "license": "LGPL-3.0-or-later",
127
- "optional": true,
128
- "os": [
129
- "darwin"
130
- ],
131
- "funding": {
132
- "url": "https://opencollective.com/libvips"
133
- }
134
- },
135
- "node_modules/@img/sharp-libvips-linux-arm": {
136
- "version": "1.2.4",
137
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
138
- "integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
139
- "cpu": [
140
- "arm"
141
- ],
142
- "license": "LGPL-3.0-or-later",
143
- "optional": true,
144
- "os": [
145
- "linux"
146
- ],
147
- "funding": {
148
- "url": "https://opencollective.com/libvips"
149
- }
150
- },
151
- "node_modules/@img/sharp-libvips-linux-arm64": {
152
- "version": "1.2.4",
153
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
154
- "integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
155
- "cpu": [
156
- "arm64"
157
- ],
158
- "license": "LGPL-3.0-or-later",
159
- "optional": true,
160
- "os": [
161
- "linux"
162
- ],
163
- "funding": {
164
- "url": "https://opencollective.com/libvips"
165
- }
166
- },
167
- "node_modules/@img/sharp-libvips-linux-ppc64": {
168
- "version": "1.2.4",
169
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
170
- "integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
171
- "cpu": [
172
- "ppc64"
173
- ],
174
- "license": "LGPL-3.0-or-later",
175
- "optional": true,
176
- "os": [
177
- "linux"
178
- ],
179
- "funding": {
180
- "url": "https://opencollective.com/libvips"
181
- }
182
- },
183
- "node_modules/@img/sharp-libvips-linux-riscv64": {
184
- "version": "1.2.4",
185
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
186
- "integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
187
- "cpu": [
188
- "riscv64"
189
- ],
190
- "license": "LGPL-3.0-or-later",
191
- "optional": true,
192
- "os": [
193
- "linux"
194
- ],
195
- "funding": {
196
- "url": "https://opencollective.com/libvips"
197
- }
198
- },
199
- "node_modules/@img/sharp-libvips-linux-s390x": {
200
- "version": "1.2.4",
201
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
202
- "integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
203
- "cpu": [
204
- "s390x"
205
- ],
206
- "license": "LGPL-3.0-or-later",
207
- "optional": true,
208
- "os": [
209
- "linux"
210
- ],
211
- "funding": {
212
- "url": "https://opencollective.com/libvips"
213
- }
214
- },
215
- "node_modules/@img/sharp-libvips-linux-x64": {
216
- "version": "1.2.4",
217
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
218
- "integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
219
- "cpu": [
220
- "x64"
221
- ],
222
- "license": "LGPL-3.0-or-later",
223
- "optional": true,
224
- "os": [
225
- "linux"
226
- ],
227
- "funding": {
228
- "url": "https://opencollective.com/libvips"
229
- }
230
- },
231
- "node_modules/@img/sharp-libvips-linuxmusl-arm64": {
232
- "version": "1.2.4",
233
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
234
- "integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
235
- "cpu": [
236
- "arm64"
237
- ],
238
- "license": "LGPL-3.0-or-later",
239
- "optional": true,
240
- "os": [
241
- "linux"
242
- ],
243
- "funding": {
244
- "url": "https://opencollective.com/libvips"
245
- }
246
- },
247
- "node_modules/@img/sharp-libvips-linuxmusl-x64": {
248
- "version": "1.2.4",
249
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
250
- "integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
251
- "cpu": [
252
- "x64"
253
- ],
254
- "license": "LGPL-3.0-or-later",
255
- "optional": true,
256
- "os": [
257
- "linux"
258
- ],
259
- "funding": {
260
- "url": "https://opencollective.com/libvips"
261
- }
262
- },
263
- "node_modules/@img/sharp-linux-arm": {
264
- "version": "0.34.5",
265
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
266
- "integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
267
- "cpu": [
268
- "arm"
269
- ],
270
- "license": "Apache-2.0",
271
- "optional": true,
272
- "os": [
273
- "linux"
274
- ],
275
- "engines": {
276
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
277
- },
278
- "funding": {
279
- "url": "https://opencollective.com/libvips"
280
- },
281
- "optionalDependencies": {
282
- "@img/sharp-libvips-linux-arm": "1.2.4"
283
- }
284
- },
285
- "node_modules/@img/sharp-linux-arm64": {
286
- "version": "0.34.5",
287
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
288
- "integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
289
- "cpu": [
290
- "arm64"
291
- ],
292
- "license": "Apache-2.0",
293
- "optional": true,
294
- "os": [
295
- "linux"
296
- ],
297
- "engines": {
298
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
299
- },
300
- "funding": {
301
- "url": "https://opencollective.com/libvips"
302
- },
303
- "optionalDependencies": {
304
- "@img/sharp-libvips-linux-arm64": "1.2.4"
305
- }
306
- },
307
- "node_modules/@img/sharp-linux-ppc64": {
308
- "version": "0.34.5",
309
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
310
- "integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
311
- "cpu": [
312
- "ppc64"
313
- ],
314
- "license": "Apache-2.0",
315
- "optional": true,
316
- "os": [
317
- "linux"
318
- ],
319
- "engines": {
320
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
321
- },
322
- "funding": {
323
- "url": "https://opencollective.com/libvips"
324
- },
325
- "optionalDependencies": {
326
- "@img/sharp-libvips-linux-ppc64": "1.2.4"
327
- }
328
- },
329
- "node_modules/@img/sharp-linux-riscv64": {
330
- "version": "0.34.5",
331
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
332
- "integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
333
- "cpu": [
334
- "riscv64"
335
- ],
336
- "license": "Apache-2.0",
337
- "optional": true,
338
- "os": [
339
- "linux"
340
- ],
341
- "engines": {
342
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
343
- },
344
- "funding": {
345
- "url": "https://opencollective.com/libvips"
346
- },
347
- "optionalDependencies": {
348
- "@img/sharp-libvips-linux-riscv64": "1.2.4"
349
- }
350
- },
351
- "node_modules/@img/sharp-linux-s390x": {
352
- "version": "0.34.5",
353
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
354
- "integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
355
- "cpu": [
356
- "s390x"
357
- ],
358
- "license": "Apache-2.0",
359
- "optional": true,
360
- "os": [
361
- "linux"
362
- ],
363
- "engines": {
364
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
365
- },
366
- "funding": {
367
- "url": "https://opencollective.com/libvips"
368
- },
369
- "optionalDependencies": {
370
- "@img/sharp-libvips-linux-s390x": "1.2.4"
371
- }
372
- },
373
- "node_modules/@img/sharp-linux-x64": {
374
- "version": "0.34.5",
375
- "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
376
- "integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
377
- "cpu": [
378
- "x64"
379
- ],
380
- "license": "Apache-2.0",
381
- "optional": true,
382
- "os": [
383
- "linux"
384
- ],
385
- "engines": {
386
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
387
- },
388
- "funding": {
389
- "url": "https://opencollective.com/libvips"
390
- },
391
- "optionalDependencies": {
392
- "@img/sharp-libvips-linux-x64": "1.2.4"
393
- }
394
- },
395
- "node_modules/@img/sharp-linuxmusl-arm64": {
396
- "version": "0.34.5",
397
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
398
- "integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
399
- "cpu": [
400
- "arm64"
401
- ],
402
- "license": "Apache-2.0",
403
- "optional": true,
404
- "os": [
405
- "linux"
406
- ],
407
- "engines": {
408
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
409
- },
410
- "funding": {
411
- "url": "https://opencollective.com/libvips"
412
- },
413
- "optionalDependencies": {
414
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
415
- }
416
- },
417
- "node_modules/@img/sharp-linuxmusl-x64": {
418
- "version": "0.34.5",
419
- "resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
420
- "integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
421
- "cpu": [
422
- "x64"
423
- ],
424
- "license": "Apache-2.0",
425
- "optional": true,
426
- "os": [
427
- "linux"
428
- ],
429
- "engines": {
430
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
431
- },
432
- "funding": {
433
- "url": "https://opencollective.com/libvips"
434
- },
435
- "optionalDependencies": {
436
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4"
437
- }
438
- },
439
- "node_modules/@img/sharp-wasm32": {
440
- "version": "0.34.5",
441
- "resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
442
- "integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
443
- "cpu": [
444
- "wasm32"
445
- ],
446
- "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
447
- "optional": true,
448
- "dependencies": {
449
- "@emnapi/runtime": "^1.7.0"
450
- },
451
- "engines": {
452
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
453
- },
454
- "funding": {
455
- "url": "https://opencollective.com/libvips"
456
- }
457
- },
458
- "node_modules/@img/sharp-win32-arm64": {
459
- "version": "0.34.5",
460
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
461
- "integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
462
- "cpu": [
463
- "arm64"
464
- ],
465
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
466
- "optional": true,
467
- "os": [
468
- "win32"
469
- ],
470
- "engines": {
471
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
472
- },
473
- "funding": {
474
- "url": "https://opencollective.com/libvips"
475
- }
476
- },
477
- "node_modules/@img/sharp-win32-ia32": {
478
- "version": "0.34.5",
479
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
480
- "integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
481
- "cpu": [
482
- "ia32"
483
- ],
484
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
485
- "optional": true,
486
- "os": [
487
- "win32"
488
- ],
489
- "engines": {
490
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
491
- },
492
- "funding": {
493
- "url": "https://opencollective.com/libvips"
494
- }
495
- },
496
- "node_modules/@img/sharp-win32-x64": {
497
- "version": "0.34.5",
498
- "resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
499
- "integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
500
- "cpu": [
501
- "x64"
502
- ],
503
- "license": "Apache-2.0 AND LGPL-3.0-or-later",
504
- "optional": true,
505
- "os": [
506
- "win32"
507
- ],
508
- "engines": {
509
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
510
- },
511
- "funding": {
512
- "url": "https://opencollective.com/libvips"
513
- }
514
- },
515
- "node_modules/@jridgewell/gen-mapping": {
516
- "version": "0.3.13",
517
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
518
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
519
- "dev": true,
520
- "license": "MIT",
521
- "dependencies": {
522
- "@jridgewell/sourcemap-codec": "^1.5.0",
523
- "@jridgewell/trace-mapping": "^0.3.24"
524
- }
525
- },
526
- "node_modules/@jridgewell/remapping": {
527
- "version": "2.3.5",
528
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
529
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
530
- "dev": true,
531
- "license": "MIT",
532
- "dependencies": {
533
- "@jridgewell/gen-mapping": "^0.3.5",
534
- "@jridgewell/trace-mapping": "^0.3.24"
535
- }
536
- },
537
- "node_modules/@jridgewell/resolve-uri": {
538
- "version": "3.1.2",
539
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
540
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
541
- "dev": true,
542
- "license": "MIT",
543
- "engines": {
544
- "node": ">=6.0.0"
545
- }
546
- },
547
- "node_modules/@jridgewell/sourcemap-codec": {
548
- "version": "1.5.5",
549
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
550
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
551
- "dev": true,
552
- "license": "MIT"
553
- },
554
- "node_modules/@jridgewell/trace-mapping": {
555
- "version": "0.3.31",
556
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
557
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
558
- "dev": true,
559
- "license": "MIT",
560
- "dependencies": {
561
- "@jridgewell/resolve-uri": "^3.1.0",
562
- "@jridgewell/sourcemap-codec": "^1.4.14"
563
- }
564
- },
565
- "node_modules/@next/env": {
566
- "version": "15.5.12",
567
- "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.12.tgz",
568
- "integrity": "sha512-pUvdJN1on574wQHjaBfNGDt9Mz5utDSZFsIIQkMzPgNS8ZvT4H2mwOrOIClwsQOb6EGx5M76/CZr6G8i6pSpLg==",
569
- "license": "MIT"
570
- },
571
- "node_modules/@next/swc-darwin-arm64": {
572
- "version": "15.5.12",
573
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.12.tgz",
574
- "integrity": "sha512-RnRjBtH8S8eXCpUNkQ+543DUc7ys8y15VxmFU9HRqlo9BG3CcBUiwNtF8SNoi2xvGCVJq1vl2yYq+3oISBS0Zg==",
575
- "cpu": [
576
- "arm64"
577
- ],
578
- "license": "MIT",
579
- "optional": true,
580
- "os": [
581
- "darwin"
582
- ],
583
- "engines": {
584
- "node": ">= 10"
585
- }
586
- },
587
- "node_modules/@next/swc-darwin-x64": {
588
- "version": "15.5.12",
589
- "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.12.tgz",
590
- "integrity": "sha512-nqa9/7iQlboF1EFtNhWxQA0rQstmYRSBGxSM6g3GxvxHxcoeqVXfGNr9stJOme674m2V7r4E3+jEhhGvSQhJRA==",
591
- "cpu": [
592
- "x64"
593
- ],
594
- "license": "MIT",
595
- "optional": true,
596
- "os": [
597
- "darwin"
598
- ],
599
- "engines": {
600
- "node": ">= 10"
601
- }
602
- },
603
- "node_modules/@next/swc-linux-arm64-gnu": {
604
- "version": "15.5.12",
605
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.12.tgz",
606
- "integrity": "sha512-dCzAjqhDHwmoB2M4eYfVKqXs99QdQxNQVpftvP1eGVppamXh/OkDAwV737Zr0KPXEqRUMN4uCjh6mjO+XtF3Mw==",
607
- "cpu": [
608
- "arm64"
609
- ],
610
- "license": "MIT",
611
- "optional": true,
612
- "os": [
613
- "linux"
614
- ],
615
- "engines": {
616
- "node": ">= 10"
617
- }
618
- },
619
- "node_modules/@next/swc-linux-arm64-musl": {
620
- "version": "15.5.12",
621
- "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.12.tgz",
622
- "integrity": "sha512-+fpGWvQiITgf7PUtbWY1H7qUSnBZsPPLyyq03QuAKpVoTy/QUx1JptEDTQMVvQhvizCEuNLEeghrQUyXQOekuw==",
623
- "cpu": [
624
- "arm64"
625
- ],
626
- "license": "MIT",
627
- "optional": true,
628
- "os": [
629
- "linux"
630
- ],
631
- "engines": {
632
- "node": ">= 10"
633
- }
634
- },
635
- "node_modules/@next/swc-linux-x64-gnu": {
636
- "version": "15.5.12",
637
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.12.tgz",
638
- "integrity": "sha512-jSLvgdRRL/hrFAPqEjJf1fFguC719kmcptjNVDJl26BnJIpjL3KH5h6mzR4mAweociLQaqvt4UyzfbFjgAdDcw==",
639
- "cpu": [
640
- "x64"
641
- ],
642
- "license": "MIT",
643
- "optional": true,
644
- "os": [
645
- "linux"
646
- ],
647
- "engines": {
648
- "node": ">= 10"
649
- }
650
- },
651
- "node_modules/@next/swc-linux-x64-musl": {
652
- "version": "15.5.12",
653
- "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.12.tgz",
654
- "integrity": "sha512-/uaF0WfmYqQgLfPmN6BvULwxY0dufI2mlN2JbOKqqceZh1G4hjREyi7pg03zjfyS6eqNemHAZPSoP84x17vo6w==",
655
- "cpu": [
656
- "x64"
657
- ],
658
- "license": "MIT",
659
- "optional": true,
660
- "os": [
661
- "linux"
662
- ],
663
- "engines": {
664
- "node": ">= 10"
665
- }
666
- },
667
- "node_modules/@next/swc-win32-arm64-msvc": {
668
- "version": "15.5.12",
669
- "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.12.tgz",
670
- "integrity": "sha512-xhsL1OvQSfGmlL5RbOmU+FV120urrgFpYLq+6U8C6KIym32gZT6XF/SDE92jKzzlPWskkbjOKCpqk5m4i8PEfg==",
671
- "cpu": [
672
- "arm64"
673
- ],
674
- "license": "MIT",
675
- "optional": true,
676
- "os": [
677
- "win32"
678
- ],
679
- "engines": {
680
- "node": ">= 10"
681
- }
682
- },
683
- "node_modules/@next/swc-win32-x64-msvc": {
684
- "version": "15.5.12",
685
- "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.12.tgz",
686
- "integrity": "sha512-Z1Dh6lhFkxvBDH1FoW6OU/L6prYwPSlwjLiZkExIAh8fbP6iI/M7iGTQAJPYJ9YFlWobCZ1PHbchFhFYb2ADkw==",
687
- "cpu": [
688
- "x64"
689
- ],
690
- "license": "MIT",
691
- "optional": true,
692
- "os": [
693
- "win32"
694
- ],
695
- "engines": {
696
- "node": ">= 10"
697
- }
698
- },
699
- "node_modules/@swc/helpers": {
700
- "version": "0.5.15",
701
- "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
702
- "integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
703
- "license": "Apache-2.0",
704
- "dependencies": {
705
- "tslib": "^2.8.0"
706
- }
707
- },
708
- "node_modules/@tailwindcss/node": {
709
- "version": "4.2.1",
710
- "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.2.1.tgz",
711
- "integrity": "sha512-jlx6sLk4EOwO6hHe1oCGm1Q4AN/s0rSrTTPBGPM0/RQ6Uylwq17FuU8IeJJKEjtc6K6O07zsvP+gDO6MMWo7pg==",
712
- "dev": true,
713
- "license": "MIT",
714
- "dependencies": {
715
- "@jridgewell/remapping": "^2.3.5",
716
- "enhanced-resolve": "^5.19.0",
717
- "jiti": "^2.6.1",
718
- "lightningcss": "1.31.1",
719
- "magic-string": "^0.30.21",
720
- "source-map-js": "^1.2.1",
721
- "tailwindcss": "4.2.1"
722
- }
723
- },
724
- "node_modules/@tailwindcss/oxide": {
725
- "version": "4.2.1",
726
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.2.1.tgz",
727
- "integrity": "sha512-yv9jeEFWnjKCI6/T3Oq50yQEOqmpmpfzG1hcZsAOaXFQPfzWprWrlHSdGPEF3WQTi8zu8ohC9Mh9J470nT5pUw==",
728
- "dev": true,
729
- "license": "MIT",
730
- "engines": {
731
- "node": ">= 20"
732
- },
733
- "optionalDependencies": {
734
- "@tailwindcss/oxide-android-arm64": "4.2.1",
735
- "@tailwindcss/oxide-darwin-arm64": "4.2.1",
736
- "@tailwindcss/oxide-darwin-x64": "4.2.1",
737
- "@tailwindcss/oxide-freebsd-x64": "4.2.1",
738
- "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.1",
739
- "@tailwindcss/oxide-linux-arm64-gnu": "4.2.1",
740
- "@tailwindcss/oxide-linux-arm64-musl": "4.2.1",
741
- "@tailwindcss/oxide-linux-x64-gnu": "4.2.1",
742
- "@tailwindcss/oxide-linux-x64-musl": "4.2.1",
743
- "@tailwindcss/oxide-wasm32-wasi": "4.2.1",
744
- "@tailwindcss/oxide-win32-arm64-msvc": "4.2.1",
745
- "@tailwindcss/oxide-win32-x64-msvc": "4.2.1"
746
- }
747
- },
748
- "node_modules/@tailwindcss/oxide-android-arm64": {
749
- "version": "4.2.1",
750
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.2.1.tgz",
751
- "integrity": "sha512-eZ7G1Zm5EC8OOKaesIKuw77jw++QJ2lL9N+dDpdQiAB/c/B2wDh0QPFHbkBVrXnwNugvrbJFk1gK2SsVjwWReg==",
752
- "cpu": [
753
- "arm64"
754
- ],
755
- "dev": true,
756
- "license": "MIT",
757
- "optional": true,
758
- "os": [
759
- "android"
760
- ],
761
- "engines": {
762
- "node": ">= 20"
763
- }
764
- },
765
- "node_modules/@tailwindcss/oxide-darwin-arm64": {
766
- "version": "4.2.1",
767
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.2.1.tgz",
768
- "integrity": "sha512-q/LHkOstoJ7pI1J0q6djesLzRvQSIfEto148ppAd+BVQK0JYjQIFSK3JgYZJa+Yzi0DDa52ZsQx2rqytBnf8Hw==",
769
- "cpu": [
770
- "arm64"
771
- ],
772
- "dev": true,
773
- "license": "MIT",
774
- "optional": true,
775
- "os": [
776
- "darwin"
777
- ],
778
- "engines": {
779
- "node": ">= 20"
780
- }
781
- },
782
- "node_modules/@tailwindcss/oxide-darwin-x64": {
783
- "version": "4.2.1",
784
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.2.1.tgz",
785
- "integrity": "sha512-/f/ozlaXGY6QLbpvd/kFTro2l18f7dHKpB+ieXz+Cijl4Mt9AI2rTrpq7V+t04nK+j9XBQHnSMdeQRhbGyt6fw==",
786
- "cpu": [
787
- "x64"
788
- ],
789
- "dev": true,
790
- "license": "MIT",
791
- "optional": true,
792
- "os": [
793
- "darwin"
794
- ],
795
- "engines": {
796
- "node": ">= 20"
797
- }
798
- },
799
- "node_modules/@tailwindcss/oxide-freebsd-x64": {
800
- "version": "4.2.1",
801
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.2.1.tgz",
802
- "integrity": "sha512-5e/AkgYJT/cpbkys/OU2Ei2jdETCLlifwm7ogMC7/hksI2fC3iiq6OcXwjibcIjPung0kRtR3TxEITkqgn0TcA==",
803
- "cpu": [
804
- "x64"
805
- ],
806
- "dev": true,
807
- "license": "MIT",
808
- "optional": true,
809
- "os": [
810
- "freebsd"
811
- ],
812
- "engines": {
813
- "node": ">= 20"
814
- }
815
- },
816
- "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
817
- "version": "4.2.1",
818
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.2.1.tgz",
819
- "integrity": "sha512-Uny1EcVTTmerCKt/1ZuKTkb0x8ZaiuYucg2/kImO5A5Y/kBz41/+j0gxUZl+hTF3xkWpDmHX+TaWhOtba2Fyuw==",
820
- "cpu": [
821
- "arm"
822
- ],
823
- "dev": true,
824
- "license": "MIT",
825
- "optional": true,
826
- "os": [
827
- "linux"
828
- ],
829
- "engines": {
830
- "node": ">= 20"
831
- }
832
- },
833
- "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
834
- "version": "4.2.1",
835
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.2.1.tgz",
836
- "integrity": "sha512-CTrwomI+c7n6aSSQlsPL0roRiNMDQ/YzMD9EjcR+H4f0I1SQ8QqIuPnsVp7QgMkC1Qi8rtkekLkOFjo7OlEFRQ==",
837
- "cpu": [
838
- "arm64"
839
- ],
840
- "dev": true,
841
- "license": "MIT",
842
- "optional": true,
843
- "os": [
844
- "linux"
845
- ],
846
- "engines": {
847
- "node": ">= 20"
848
- }
849
- },
850
- "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
851
- "version": "4.2.1",
852
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.2.1.tgz",
853
- "integrity": "sha512-WZA0CHRL/SP1TRbA5mp9htsppSEkWuQ4KsSUumYQnyl8ZdT39ntwqmz4IUHGN6p4XdSlYfJwM4rRzZLShHsGAQ==",
854
- "cpu": [
855
- "arm64"
856
- ],
857
- "dev": true,
858
- "license": "MIT",
859
- "optional": true,
860
- "os": [
861
- "linux"
862
- ],
863
- "engines": {
864
- "node": ">= 20"
865
- }
866
- },
867
- "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
868
- "version": "4.2.1",
869
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.2.1.tgz",
870
- "integrity": "sha512-qMFzxI2YlBOLW5PhblzuSWlWfwLHaneBE0xHzLrBgNtqN6mWfs+qYbhryGSXQjFYB1Dzf5w+LN5qbUTPhW7Y5g==",
871
- "cpu": [
872
- "x64"
873
- ],
874
- "dev": true,
875
- "license": "MIT",
876
- "optional": true,
877
- "os": [
878
- "linux"
879
- ],
880
- "engines": {
881
- "node": ">= 20"
882
- }
883
- },
884
- "node_modules/@tailwindcss/oxide-linux-x64-musl": {
885
- "version": "4.2.1",
886
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.2.1.tgz",
887
- "integrity": "sha512-5r1X2FKnCMUPlXTWRYpHdPYUY6a1Ar/t7P24OuiEdEOmms5lyqjDRvVY1yy9Rmioh+AunQ0rWiOTPE8F9A3v5g==",
888
- "cpu": [
889
- "x64"
890
- ],
891
- "dev": true,
892
- "license": "MIT",
893
- "optional": true,
894
- "os": [
895
- "linux"
896
- ],
897
- "engines": {
898
- "node": ">= 20"
899
- }
900
- },
901
- "node_modules/@tailwindcss/oxide-wasm32-wasi": {
902
- "version": "4.2.1",
903
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.2.1.tgz",
904
- "integrity": "sha512-MGFB5cVPvshR85MTJkEvqDUnuNoysrsRxd6vnk1Lf2tbiqNlXpHYZqkqOQalydienEWOHHFyyuTSYRsLfxFJ2Q==",
905
- "bundleDependencies": [
906
- "@napi-rs/wasm-runtime",
907
- "@emnapi/core",
908
- "@emnapi/runtime",
909
- "@tybys/wasm-util",
910
- "@emnapi/wasi-threads",
911
- "tslib"
912
- ],
913
- "cpu": [
914
- "wasm32"
915
- ],
916
- "dev": true,
917
- "license": "MIT",
918
- "optional": true,
919
- "dependencies": {
920
- "@emnapi/core": "^1.8.1",
921
- "@emnapi/runtime": "^1.8.1",
922
- "@emnapi/wasi-threads": "^1.1.0",
923
- "@napi-rs/wasm-runtime": "^1.1.1",
924
- "@tybys/wasm-util": "^0.10.1",
925
- "tslib": "^2.8.1"
926
- },
927
- "engines": {
928
- "node": ">=14.0.0"
929
- }
930
- },
931
- "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
932
- "version": "4.2.1",
933
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.2.1.tgz",
934
- "integrity": "sha512-YlUEHRHBGnCMh4Nj4GnqQyBtsshUPdiNroZj8VPkvTZSoHsilRCwXcVKnG9kyi0ZFAS/3u+qKHBdDc81SADTRA==",
935
- "cpu": [
936
- "arm64"
937
- ],
938
- "dev": true,
939
- "license": "MIT",
940
- "optional": true,
941
- "os": [
942
- "win32"
943
- ],
944
- "engines": {
945
- "node": ">= 20"
946
- }
947
- },
948
- "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
949
- "version": "4.2.1",
950
- "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.2.1.tgz",
951
- "integrity": "sha512-rbO34G5sMWWyrN/idLeVxAZgAKWrn5LiR3/I90Q9MkA67s6T1oB0xtTe+0heoBvHSpbU9Mk7i6uwJnpo4u21XQ==",
952
- "cpu": [
953
- "x64"
954
- ],
955
- "dev": true,
956
- "license": "MIT",
957
- "optional": true,
958
- "os": [
959
- "win32"
960
- ],
961
- "engines": {
962
- "node": ">= 20"
963
- }
964
- },
965
- "node_modules/@tailwindcss/postcss": {
966
- "version": "4.2.1",
967
- "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.2.1.tgz",
968
- "integrity": "sha512-OEwGIBnXnj7zJeonOh6ZG9woofIjGrd2BORfvE5p9USYKDCZoQmfqLcfNiRWoJlRWLdNPn2IgVZuWAOM4iTYMw==",
969
- "dev": true,
970
- "license": "MIT",
971
- "dependencies": {
972
- "@alloc/quick-lru": "^5.2.0",
973
- "@tailwindcss/node": "4.2.1",
974
- "@tailwindcss/oxide": "4.2.1",
975
- "postcss": "^8.5.6",
976
- "tailwindcss": "4.2.1"
977
- }
978
- },
979
- "node_modules/@types/node": {
980
- "version": "22.19.15",
981
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.15.tgz",
982
- "integrity": "sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==",
983
- "dev": true,
984
- "license": "MIT",
985
- "dependencies": {
986
- "undici-types": "~6.21.0"
987
- }
988
- },
989
- "node_modules/@types/react": {
990
- "version": "19.2.14",
991
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
992
- "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
993
- "dev": true,
994
- "license": "MIT",
995
- "dependencies": {
996
- "csstype": "^3.2.2"
997
- }
998
- },
999
- "node_modules/@types/react-dom": {
1000
- "version": "19.2.3",
1001
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1002
- "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1003
- "dev": true,
1004
- "license": "MIT",
1005
- "peerDependencies": {
1006
- "@types/react": "^19.2.0"
1007
- }
1008
- },
1009
- "node_modules/@vercel/analytics": {
1010
- "version": "2.0.1",
1011
- "resolved": "https://registry.npmjs.org/@vercel/analytics/-/analytics-2.0.1.tgz",
1012
- "integrity": "sha512-MTQG6V9qQrt1tsDeF+2Uoo5aPjqbVPys1xvnIftXSJYG2SrwXRHnqEvVoYID7BTruDz4lCd2Z7rM1BdkUehk2g==",
1013
- "license": "MIT",
1014
- "peerDependencies": {
1015
- "@remix-run/react": "^2",
1016
- "@sveltejs/kit": "^1 || ^2",
1017
- "next": ">= 13",
1018
- "nuxt": ">= 3",
1019
- "react": "^18 || ^19 || ^19.0.0-rc",
1020
- "svelte": ">= 4",
1021
- "vue": "^3",
1022
- "vue-router": "^4"
1023
- },
1024
- "peerDependenciesMeta": {
1025
- "@remix-run/react": {
1026
- "optional": true
1027
- },
1028
- "@sveltejs/kit": {
1029
- "optional": true
1030
- },
1031
- "next": {
1032
- "optional": true
1033
- },
1034
- "nuxt": {
1035
- "optional": true
1036
- },
1037
- "react": {
1038
- "optional": true
1039
- },
1040
- "svelte": {
1041
- "optional": true
1042
- },
1043
- "vue": {
1044
- "optional": true
1045
- },
1046
- "vue-router": {
1047
- "optional": true
1048
- }
1049
- }
1050
- },
1051
- "node_modules/caniuse-lite": {
1052
- "version": "1.0.30001777",
1053
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001777.tgz",
1054
- "integrity": "sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ==",
1055
- "funding": [
1056
- {
1057
- "type": "opencollective",
1058
- "url": "https://opencollective.com/browserslist"
1059
- },
1060
- {
1061
- "type": "tidelift",
1062
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1063
- },
1064
- {
1065
- "type": "github",
1066
- "url": "https://github.com/sponsors/ai"
1067
- }
1068
- ],
1069
- "license": "CC-BY-4.0"
1070
- },
1071
- "node_modules/client-only": {
1072
- "version": "0.0.1",
1073
- "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
1074
- "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
1075
- "license": "MIT"
1076
- },
1077
- "node_modules/csstype": {
1078
- "version": "3.2.3",
1079
- "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
1080
- "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
1081
- "dev": true,
1082
- "license": "MIT"
1083
- },
1084
- "node_modules/detect-libc": {
1085
- "version": "2.1.2",
1086
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1087
- "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1088
- "devOptional": true,
1089
- "license": "Apache-2.0",
1090
- "engines": {
1091
- "node": ">=8"
1092
- }
1093
- },
1094
- "node_modules/enhanced-resolve": {
1095
- "version": "5.20.0",
1096
- "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz",
1097
- "integrity": "sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ==",
1098
- "dev": true,
1099
- "license": "MIT",
1100
- "dependencies": {
1101
- "graceful-fs": "^4.2.4",
1102
- "tapable": "^2.3.0"
1103
- },
1104
- "engines": {
1105
- "node": ">=10.13.0"
1106
- }
1107
- },
1108
- "node_modules/geist": {
1109
- "version": "1.7.0",
1110
- "resolved": "https://registry.npmjs.org/geist/-/geist-1.7.0.tgz",
1111
- "integrity": "sha512-ZaoiZwkSf0DwwB1ncdLKp+ggAldqxl5L1+SXaNIBGkPAqcu+xjVJLxlf3/S8vLt9UHx1xu5fz3lbzKCj5iOVdQ==",
1112
- "license": "SIL OPEN FONT LICENSE",
1113
- "peerDependencies": {
1114
- "next": ">=13.2.0"
1115
- }
1116
- },
1117
- "node_modules/graceful-fs": {
1118
- "version": "4.2.11",
1119
- "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1120
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1121
- "dev": true,
1122
- "license": "ISC"
1123
- },
1124
- "node_modules/jiti": {
1125
- "version": "2.6.1",
1126
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz",
1127
- "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==",
1128
- "dev": true,
1129
- "license": "MIT",
1130
- "bin": {
1131
- "jiti": "lib/jiti-cli.mjs"
1132
- }
1133
- },
1134
- "node_modules/lightningcss": {
1135
- "version": "1.31.1",
1136
- "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.31.1.tgz",
1137
- "integrity": "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==",
1138
- "dev": true,
1139
- "license": "MPL-2.0",
1140
- "dependencies": {
1141
- "detect-libc": "^2.0.3"
1142
- },
1143
- "engines": {
1144
- "node": ">= 12.0.0"
1145
- },
1146
- "funding": {
1147
- "type": "opencollective",
1148
- "url": "https://opencollective.com/parcel"
1149
- },
1150
- "optionalDependencies": {
1151
- "lightningcss-android-arm64": "1.31.1",
1152
- "lightningcss-darwin-arm64": "1.31.1",
1153
- "lightningcss-darwin-x64": "1.31.1",
1154
- "lightningcss-freebsd-x64": "1.31.1",
1155
- "lightningcss-linux-arm-gnueabihf": "1.31.1",
1156
- "lightningcss-linux-arm64-gnu": "1.31.1",
1157
- "lightningcss-linux-arm64-musl": "1.31.1",
1158
- "lightningcss-linux-x64-gnu": "1.31.1",
1159
- "lightningcss-linux-x64-musl": "1.31.1",
1160
- "lightningcss-win32-arm64-msvc": "1.31.1",
1161
- "lightningcss-win32-x64-msvc": "1.31.1"
1162
- }
1163
- },
1164
- "node_modules/lightningcss-android-arm64": {
1165
- "version": "1.31.1",
1166
- "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.31.1.tgz",
1167
- "integrity": "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==",
1168
- "cpu": [
1169
- "arm64"
1170
- ],
1171
- "dev": true,
1172
- "license": "MPL-2.0",
1173
- "optional": true,
1174
- "os": [
1175
- "android"
1176
- ],
1177
- "engines": {
1178
- "node": ">= 12.0.0"
1179
- },
1180
- "funding": {
1181
- "type": "opencollective",
1182
- "url": "https://opencollective.com/parcel"
1183
- }
1184
- },
1185
- "node_modules/lightningcss-darwin-arm64": {
1186
- "version": "1.31.1",
1187
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.31.1.tgz",
1188
- "integrity": "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==",
1189
- "cpu": [
1190
- "arm64"
1191
- ],
1192
- "dev": true,
1193
- "license": "MPL-2.0",
1194
- "optional": true,
1195
- "os": [
1196
- "darwin"
1197
- ],
1198
- "engines": {
1199
- "node": ">= 12.0.0"
1200
- },
1201
- "funding": {
1202
- "type": "opencollective",
1203
- "url": "https://opencollective.com/parcel"
1204
- }
1205
- },
1206
- "node_modules/lightningcss-darwin-x64": {
1207
- "version": "1.31.1",
1208
- "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.31.1.tgz",
1209
- "integrity": "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==",
1210
- "cpu": [
1211
- "x64"
1212
- ],
1213
- "dev": true,
1214
- "license": "MPL-2.0",
1215
- "optional": true,
1216
- "os": [
1217
- "darwin"
1218
- ],
1219
- "engines": {
1220
- "node": ">= 12.0.0"
1221
- },
1222
- "funding": {
1223
- "type": "opencollective",
1224
- "url": "https://opencollective.com/parcel"
1225
- }
1226
- },
1227
- "node_modules/lightningcss-freebsd-x64": {
1228
- "version": "1.31.1",
1229
- "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.31.1.tgz",
1230
- "integrity": "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==",
1231
- "cpu": [
1232
- "x64"
1233
- ],
1234
- "dev": true,
1235
- "license": "MPL-2.0",
1236
- "optional": true,
1237
- "os": [
1238
- "freebsd"
1239
- ],
1240
- "engines": {
1241
- "node": ">= 12.0.0"
1242
- },
1243
- "funding": {
1244
- "type": "opencollective",
1245
- "url": "https://opencollective.com/parcel"
1246
- }
1247
- },
1248
- "node_modules/lightningcss-linux-arm-gnueabihf": {
1249
- "version": "1.31.1",
1250
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.31.1.tgz",
1251
- "integrity": "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==",
1252
- "cpu": [
1253
- "arm"
1254
- ],
1255
- "dev": true,
1256
- "license": "MPL-2.0",
1257
- "optional": true,
1258
- "os": [
1259
- "linux"
1260
- ],
1261
- "engines": {
1262
- "node": ">= 12.0.0"
1263
- },
1264
- "funding": {
1265
- "type": "opencollective",
1266
- "url": "https://opencollective.com/parcel"
1267
- }
1268
- },
1269
- "node_modules/lightningcss-linux-arm64-gnu": {
1270
- "version": "1.31.1",
1271
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.31.1.tgz",
1272
- "integrity": "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==",
1273
- "cpu": [
1274
- "arm64"
1275
- ],
1276
- "dev": true,
1277
- "license": "MPL-2.0",
1278
- "optional": true,
1279
- "os": [
1280
- "linux"
1281
- ],
1282
- "engines": {
1283
- "node": ">= 12.0.0"
1284
- },
1285
- "funding": {
1286
- "type": "opencollective",
1287
- "url": "https://opencollective.com/parcel"
1288
- }
1289
- },
1290
- "node_modules/lightningcss-linux-arm64-musl": {
1291
- "version": "1.31.1",
1292
- "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.31.1.tgz",
1293
- "integrity": "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==",
1294
- "cpu": [
1295
- "arm64"
1296
- ],
1297
- "dev": true,
1298
- "license": "MPL-2.0",
1299
- "optional": true,
1300
- "os": [
1301
- "linux"
1302
- ],
1303
- "engines": {
1304
- "node": ">= 12.0.0"
1305
- },
1306
- "funding": {
1307
- "type": "opencollective",
1308
- "url": "https://opencollective.com/parcel"
1309
- }
1310
- },
1311
- "node_modules/lightningcss-linux-x64-gnu": {
1312
- "version": "1.31.1",
1313
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.31.1.tgz",
1314
- "integrity": "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==",
1315
- "cpu": [
1316
- "x64"
1317
- ],
1318
- "dev": true,
1319
- "license": "MPL-2.0",
1320
- "optional": true,
1321
- "os": [
1322
- "linux"
1323
- ],
1324
- "engines": {
1325
- "node": ">= 12.0.0"
1326
- },
1327
- "funding": {
1328
- "type": "opencollective",
1329
- "url": "https://opencollective.com/parcel"
1330
- }
1331
- },
1332
- "node_modules/lightningcss-linux-x64-musl": {
1333
- "version": "1.31.1",
1334
- "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.31.1.tgz",
1335
- "integrity": "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==",
1336
- "cpu": [
1337
- "x64"
1338
- ],
1339
- "dev": true,
1340
- "license": "MPL-2.0",
1341
- "optional": true,
1342
- "os": [
1343
- "linux"
1344
- ],
1345
- "engines": {
1346
- "node": ">= 12.0.0"
1347
- },
1348
- "funding": {
1349
- "type": "opencollective",
1350
- "url": "https://opencollective.com/parcel"
1351
- }
1352
- },
1353
- "node_modules/lightningcss-win32-arm64-msvc": {
1354
- "version": "1.31.1",
1355
- "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.31.1.tgz",
1356
- "integrity": "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==",
1357
- "cpu": [
1358
- "arm64"
1359
- ],
1360
- "dev": true,
1361
- "license": "MPL-2.0",
1362
- "optional": true,
1363
- "os": [
1364
- "win32"
1365
- ],
1366
- "engines": {
1367
- "node": ">= 12.0.0"
1368
- },
1369
- "funding": {
1370
- "type": "opencollective",
1371
- "url": "https://opencollective.com/parcel"
1372
- }
1373
- },
1374
- "node_modules/lightningcss-win32-x64-msvc": {
1375
- "version": "1.31.1",
1376
- "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.31.1.tgz",
1377
- "integrity": "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==",
1378
- "cpu": [
1379
- "x64"
1380
- ],
1381
- "dev": true,
1382
- "license": "MPL-2.0",
1383
- "optional": true,
1384
- "os": [
1385
- "win32"
1386
- ],
1387
- "engines": {
1388
- "node": ">= 12.0.0"
1389
- },
1390
- "funding": {
1391
- "type": "opencollective",
1392
- "url": "https://opencollective.com/parcel"
1393
- }
1394
- },
1395
- "node_modules/magic-string": {
1396
- "version": "0.30.21",
1397
- "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1398
- "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1399
- "dev": true,
1400
- "license": "MIT",
1401
- "dependencies": {
1402
- "@jridgewell/sourcemap-codec": "^1.5.5"
1403
- }
1404
- },
1405
- "node_modules/nanoid": {
1406
- "version": "3.3.11",
1407
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
1408
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
1409
- "funding": [
1410
- {
1411
- "type": "github",
1412
- "url": "https://github.com/sponsors/ai"
1413
- }
1414
- ],
1415
- "license": "MIT",
1416
- "bin": {
1417
- "nanoid": "bin/nanoid.cjs"
1418
- },
1419
- "engines": {
1420
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1421
- }
1422
- },
1423
- "node_modules/next": {
1424
- "version": "15.5.12",
1425
- "resolved": "https://registry.npmjs.org/next/-/next-15.5.12.tgz",
1426
- "integrity": "sha512-Fi/wQ4Etlrn60rz78bebG1i1SR20QxvV8tVp6iJspjLUSHcZoeUXCt+vmWoEcza85ElZzExK/jJ/F6SvtGktjA==",
1427
- "license": "MIT",
1428
- "dependencies": {
1429
- "@next/env": "15.5.12",
1430
- "@swc/helpers": "0.5.15",
1431
- "caniuse-lite": "^1.0.30001579",
1432
- "postcss": "8.4.31",
1433
- "styled-jsx": "5.1.6"
1434
- },
1435
- "bin": {
1436
- "next": "dist/bin/next"
1437
- },
1438
- "engines": {
1439
- "node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
1440
- },
1441
- "optionalDependencies": {
1442
- "@next/swc-darwin-arm64": "15.5.12",
1443
- "@next/swc-darwin-x64": "15.5.12",
1444
- "@next/swc-linux-arm64-gnu": "15.5.12",
1445
- "@next/swc-linux-arm64-musl": "15.5.12",
1446
- "@next/swc-linux-x64-gnu": "15.5.12",
1447
- "@next/swc-linux-x64-musl": "15.5.12",
1448
- "@next/swc-win32-arm64-msvc": "15.5.12",
1449
- "@next/swc-win32-x64-msvc": "15.5.12",
1450
- "sharp": "^0.34.3"
1451
- },
1452
- "peerDependencies": {
1453
- "@opentelemetry/api": "^1.1.0",
1454
- "@playwright/test": "^1.51.1",
1455
- "babel-plugin-react-compiler": "*",
1456
- "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1457
- "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
1458
- "sass": "^1.3.0"
1459
- },
1460
- "peerDependenciesMeta": {
1461
- "@opentelemetry/api": {
1462
- "optional": true
1463
- },
1464
- "@playwright/test": {
1465
- "optional": true
1466
- },
1467
- "babel-plugin-react-compiler": {
1468
- "optional": true
1469
- },
1470
- "sass": {
1471
- "optional": true
1472
- }
1473
- }
1474
- },
1475
- "node_modules/next/node_modules/postcss": {
1476
- "version": "8.4.31",
1477
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
1478
- "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
1479
- "funding": [
1480
- {
1481
- "type": "opencollective",
1482
- "url": "https://opencollective.com/postcss/"
1483
- },
1484
- {
1485
- "type": "tidelift",
1486
- "url": "https://tidelift.com/funding/github/npm/postcss"
1487
- },
1488
- {
1489
- "type": "github",
1490
- "url": "https://github.com/sponsors/ai"
1491
- }
1492
- ],
1493
- "license": "MIT",
1494
- "dependencies": {
1495
- "nanoid": "^3.3.6",
1496
- "picocolors": "^1.0.0",
1497
- "source-map-js": "^1.0.2"
1498
- },
1499
- "engines": {
1500
- "node": "^10 || ^12 || >=14"
1501
- }
1502
- },
1503
- "node_modules/picocolors": {
1504
- "version": "1.1.1",
1505
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1506
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1507
- "license": "ISC"
1508
- },
1509
- "node_modules/postcss": {
1510
- "version": "8.5.8",
1511
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
1512
- "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
1513
- "dev": true,
1514
- "funding": [
1515
- {
1516
- "type": "opencollective",
1517
- "url": "https://opencollective.com/postcss/"
1518
- },
1519
- {
1520
- "type": "tidelift",
1521
- "url": "https://tidelift.com/funding/github/npm/postcss"
1522
- },
1523
- {
1524
- "type": "github",
1525
- "url": "https://github.com/sponsors/ai"
1526
- }
1527
- ],
1528
- "license": "MIT",
1529
- "dependencies": {
1530
- "nanoid": "^3.3.11",
1531
- "picocolors": "^1.1.1",
1532
- "source-map-js": "^1.2.1"
1533
- },
1534
- "engines": {
1535
- "node": "^10 || ^12 || >=14"
1536
- }
1537
- },
1538
- "node_modules/react": {
1539
- "version": "19.2.4",
1540
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
1541
- "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
1542
- "license": "MIT",
1543
- "engines": {
1544
- "node": ">=0.10.0"
1545
- }
1546
- },
1547
- "node_modules/react-dom": {
1548
- "version": "19.2.4",
1549
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
1550
- "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
1551
- "license": "MIT",
1552
- "dependencies": {
1553
- "scheduler": "^0.27.0"
1554
- },
1555
- "peerDependencies": {
1556
- "react": "^19.2.4"
1557
- }
1558
- },
1559
- "node_modules/scheduler": {
1560
- "version": "0.27.0",
1561
- "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1562
- "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1563
- "license": "MIT"
1564
- },
1565
- "node_modules/semver": {
1566
- "version": "7.7.4",
1567
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
1568
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
1569
- "license": "ISC",
1570
- "optional": true,
1571
- "bin": {
1572
- "semver": "bin/semver.js"
1573
- },
1574
- "engines": {
1575
- "node": ">=10"
1576
- }
1577
- },
1578
- "node_modules/sharp": {
1579
- "version": "0.34.5",
1580
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
1581
- "integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
1582
- "hasInstallScript": true,
1583
- "license": "Apache-2.0",
1584
- "optional": true,
1585
- "dependencies": {
1586
- "@img/colour": "^1.0.0",
1587
- "detect-libc": "^2.1.2",
1588
- "semver": "^7.7.3"
1589
- },
1590
- "engines": {
1591
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
1592
- },
1593
- "funding": {
1594
- "url": "https://opencollective.com/libvips"
1595
- },
1596
- "optionalDependencies": {
1597
- "@img/sharp-darwin-arm64": "0.34.5",
1598
- "@img/sharp-darwin-x64": "0.34.5",
1599
- "@img/sharp-libvips-darwin-arm64": "1.2.4",
1600
- "@img/sharp-libvips-darwin-x64": "1.2.4",
1601
- "@img/sharp-libvips-linux-arm": "1.2.4",
1602
- "@img/sharp-libvips-linux-arm64": "1.2.4",
1603
- "@img/sharp-libvips-linux-ppc64": "1.2.4",
1604
- "@img/sharp-libvips-linux-riscv64": "1.2.4",
1605
- "@img/sharp-libvips-linux-s390x": "1.2.4",
1606
- "@img/sharp-libvips-linux-x64": "1.2.4",
1607
- "@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
1608
- "@img/sharp-libvips-linuxmusl-x64": "1.2.4",
1609
- "@img/sharp-linux-arm": "0.34.5",
1610
- "@img/sharp-linux-arm64": "0.34.5",
1611
- "@img/sharp-linux-ppc64": "0.34.5",
1612
- "@img/sharp-linux-riscv64": "0.34.5",
1613
- "@img/sharp-linux-s390x": "0.34.5",
1614
- "@img/sharp-linux-x64": "0.34.5",
1615
- "@img/sharp-linuxmusl-arm64": "0.34.5",
1616
- "@img/sharp-linuxmusl-x64": "0.34.5",
1617
- "@img/sharp-wasm32": "0.34.5",
1618
- "@img/sharp-win32-arm64": "0.34.5",
1619
- "@img/sharp-win32-ia32": "0.34.5",
1620
- "@img/sharp-win32-x64": "0.34.5"
1621
- }
1622
- },
1623
- "node_modules/source-map-js": {
1624
- "version": "1.2.1",
1625
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1626
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1627
- "license": "BSD-3-Clause",
1628
- "engines": {
1629
- "node": ">=0.10.0"
1630
- }
1631
- },
1632
- "node_modules/styled-jsx": {
1633
- "version": "5.1.6",
1634
- "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
1635
- "integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
1636
- "license": "MIT",
1637
- "dependencies": {
1638
- "client-only": "0.0.1"
1639
- },
1640
- "engines": {
1641
- "node": ">= 12.0.0"
1642
- },
1643
- "peerDependencies": {
1644
- "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
1645
- },
1646
- "peerDependenciesMeta": {
1647
- "@babel/core": {
1648
- "optional": true
1649
- },
1650
- "babel-plugin-macros": {
1651
- "optional": true
1652
- }
1653
- }
1654
- },
1655
- "node_modules/tailwindcss": {
1656
- "version": "4.2.1",
1657
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.2.1.tgz",
1658
- "integrity": "sha512-/tBrSQ36vCleJkAOsy9kbNTgaxvGbyOamC30PRePTQe/o1MFwEKHQk4Cn7BNGaPtjp+PuUrByJehM1hgxfq4sw==",
1659
- "dev": true,
1660
- "license": "MIT"
1661
- },
1662
- "node_modules/tapable": {
1663
- "version": "2.3.0",
1664
- "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz",
1665
- "integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
1666
- "dev": true,
1667
- "license": "MIT",
1668
- "engines": {
1669
- "node": ">=6"
1670
- },
1671
- "funding": {
1672
- "type": "opencollective",
1673
- "url": "https://opencollective.com/webpack"
1674
- }
1675
- },
1676
- "node_modules/tslib": {
1677
- "version": "2.8.1",
1678
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1679
- "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1680
- "license": "0BSD"
1681
- },
1682
- "node_modules/typescript": {
1683
- "version": "5.9.3",
1684
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
1685
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
1686
- "dev": true,
1687
- "license": "Apache-2.0",
1688
- "bin": {
1689
- "tsc": "bin/tsc",
1690
- "tsserver": "bin/tsserver"
1691
- },
1692
- "engines": {
1693
- "node": ">=14.17"
1694
- }
1695
- },
1696
- "node_modules/undici-types": {
1697
- "version": "6.21.0",
1698
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
1699
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
1700
- "dev": true,
1701
- "license": "MIT"
1702
- }
1703
- }
1704
- }