agentvibes 2.0.7 → 2.0.8

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 (152) hide show
  1. package/.claude/commands/agent-vibes/whoami.md +2 -2
  2. package/.claude/hooks/check-output-style.sh +60 -0
  3. package/.claude/hooks/personality-manager.sh +34 -2
  4. package/.claude/hooks/play-tts-piper.sh +26 -8
  5. package/.claude/hooks/voice-manager.sh +85 -36
  6. package/.claude/personalities/angry.md +2 -1
  7. package/.claude/personalities/annoying.md +2 -1
  8. package/.claude/personalities/crass.md +2 -1
  9. package/.claude/personalities/dramatic.md +2 -1
  10. package/.claude/personalities/dry-humor.md +2 -1
  11. package/.claude/personalities/flirty.md +2 -1
  12. package/.claude/personalities/funny.md +2 -1
  13. package/.claude/personalities/grandpa.md +2 -1
  14. package/.claude/personalities/millennial.md +2 -1
  15. package/.claude/personalities/moody.md +2 -1
  16. package/.claude/personalities/normal.md +2 -1
  17. package/.claude/personalities/pirate.md +2 -1
  18. package/.claude/personalities/poetic.md +2 -1
  19. package/.claude/personalities/professional.md +2 -1
  20. package/.claude/personalities/robot.md +2 -1
  21. package/.claude/personalities/sarcastic.md +2 -1
  22. package/.claude/personalities/sassy.md +2 -1
  23. package/.claude/personalities/surfer-dude.md +2 -1
  24. package/.claude/personalities/zen.md +2 -1
  25. package/RELEASE_NOTES.md +75 -0
  26. package/agentvibes.org/.claude/commands/agent-vibes/add.md +21 -0
  27. package/agentvibes.org/.claude/commands/agent-vibes/agent-vibes.md +68 -0
  28. package/agentvibes.org/.claude/commands/agent-vibes/commands.json +53 -0
  29. package/agentvibes.org/.claude/commands/agent-vibes/get.md +9 -0
  30. package/agentvibes.org/.claude/commands/agent-vibes/list.md +13 -0
  31. package/agentvibes.org/.claude/commands/agent-vibes/personality.md +79 -0
  32. package/agentvibes.org/.claude/commands/agent-vibes/preview.md +16 -0
  33. package/agentvibes.org/.claude/commands/agent-vibes/provider.md +54 -0
  34. package/agentvibes.org/.claude/commands/agent-vibes/replay.md +19 -0
  35. package/agentvibes.org/.claude/commands/agent-vibes/sample.md +12 -0
  36. package/agentvibes.org/.claude/commands/agent-vibes/sentiment.md +52 -0
  37. package/agentvibes.org/.claude/commands/agent-vibes/set-language.md +47 -0
  38. package/agentvibes.org/.claude/commands/agent-vibes/set-pretext.md +65 -0
  39. package/agentvibes.org/.claude/commands/agent-vibes/switch.md +53 -0
  40. package/agentvibes.org/.claude/commands/agent-vibes/update.md +20 -0
  41. package/agentvibes.org/.claude/commands/agent-vibes/version.md +10 -0
  42. package/agentvibes.org/.claude/commands/agent-vibes/whoami.md +7 -0
  43. package/agentvibes.org/.claude/hooks/bmad-voice-manager.sh +278 -0
  44. package/agentvibes.org/.claude/hooks/language-manager.sh +190 -0
  45. package/agentvibes.org/.claude/hooks/personality-manager.sh +279 -0
  46. package/agentvibes.org/.claude/hooks/piper-download-voices.sh +133 -0
  47. package/agentvibes.org/.claude/hooks/piper-voice-manager.sh +227 -0
  48. package/agentvibes.org/.claude/hooks/play-tts-elevenlabs.sh +201 -0
  49. package/agentvibes.org/.claude/hooks/play-tts-piper.sh +175 -0
  50. package/agentvibes.org/.claude/hooks/play-tts.sh +138 -0
  51. package/agentvibes.org/.claude/hooks/provider-commands.sh +374 -0
  52. package/agentvibes.org/.claude/hooks/provider-manager.sh +196 -0
  53. package/agentvibes.org/.claude/hooks/sentiment-manager.sh +163 -0
  54. package/agentvibes.org/.claude/hooks/voice-manager.sh +349 -0
  55. package/agentvibes.org/.claude/hooks/voices-config.sh +33 -0
  56. package/agentvibes.org/.claude/journal/2025-10-07.html +373 -0
  57. package/agentvibes.org/.claude/journal/index.html +91 -0
  58. package/agentvibes.org/.claude/output-styles/agent-vibes.md +203 -0
  59. package/agentvibes.org/.claude/personalities/angry.md +16 -0
  60. package/agentvibes.org/.claude/personalities/annoying.md +16 -0
  61. package/agentvibes.org/.claude/personalities/crass.md +16 -0
  62. package/agentvibes.org/.claude/personalities/dramatic.md +16 -0
  63. package/agentvibes.org/.claude/personalities/dry-humor.md +52 -0
  64. package/agentvibes.org/.claude/personalities/flirty.md +22 -0
  65. package/agentvibes.org/.claude/personalities/funny.md +16 -0
  66. package/agentvibes.org/.claude/personalities/grandpa.md +34 -0
  67. package/agentvibes.org/.claude/personalities/millennial.md +16 -0
  68. package/agentvibes.org/.claude/personalities/moody.md +16 -0
  69. package/agentvibes.org/.claude/personalities/normal.md +18 -0
  70. package/agentvibes.org/.claude/personalities/pirate.md +16 -0
  71. package/agentvibes.org/.claude/personalities/poetic.md +16 -0
  72. package/agentvibes.org/.claude/personalities/professional.md +16 -0
  73. package/agentvibes.org/.claude/personalities/robot.md +16 -0
  74. package/agentvibes.org/.claude/personalities/sarcastic.md +40 -0
  75. package/agentvibes.org/.claude/personalities/sassy.md +16 -0
  76. package/agentvibes.org/.claude/personalities/surfer-dude.md +16 -0
  77. package/agentvibes.org/.claude/personalities/zen.md +16 -0
  78. package/agentvibes.org/.mcp-minimal.json +60 -0
  79. package/agentvibes.org/CHANGELOG.md +56 -0
  80. package/agentvibes.org/README.md +93 -0
  81. package/agentvibes.org/app/(auth)/layout.tsx +15 -0
  82. package/agentvibes.org/app/(auth)/reset-password/page.tsx +45 -0
  83. package/agentvibes.org/app/(auth)/signin/page.tsx +82 -0
  84. package/agentvibes.org/app/(auth)/signup/page.tsx +104 -0
  85. package/agentvibes.org/app/(default)/layout.tsx +31 -0
  86. package/agentvibes.org/app/(default)/page.tsx +20 -0
  87. package/agentvibes.org/app/api/hello/route.ts +3 -0
  88. package/agentvibes.org/app/css/additional-styles/theme.css +82 -0
  89. package/agentvibes.org/app/css/additional-styles/utility-patterns.css +55 -0
  90. package/agentvibes.org/app/css/style.css +100 -0
  91. package/agentvibes.org/app/layout.tsx +63 -0
  92. package/agentvibes.org/components/cta.tsx +58 -0
  93. package/agentvibes.org/components/features.tsx +256 -0
  94. package/agentvibes.org/components/hero-home.tsx +133 -0
  95. package/agentvibes.org/components/modal-video.tsx +137 -0
  96. package/agentvibes.org/components/page-illustration.tsx +55 -0
  97. package/agentvibes.org/components/spotlight.tsx +77 -0
  98. package/agentvibes.org/components/testimonials.tsx +282 -0
  99. package/agentvibes.org/components/ui/footer.tsx +82 -0
  100. package/agentvibes.org/components/ui/header.tsx +53 -0
  101. package/agentvibes.org/components/ui/logo.tsx +10 -0
  102. package/agentvibes.org/components/workflows.tsx +176 -0
  103. package/agentvibes.org/next.config.js +4 -0
  104. package/agentvibes.org/package-lock.json +1974 -0
  105. package/agentvibes.org/package.json +30 -0
  106. package/agentvibes.org/pnpm-lock.yaml +1141 -0
  107. package/agentvibes.org/postcss.config.js +5 -0
  108. package/agentvibes.org/public/audio/02-sarcastic.mp3 +0 -0
  109. package/agentvibes.org/public/audio/03-angry.mp3 +0 -0
  110. package/agentvibes.org/public/audio/04-grandpa.mp3 +0 -0
  111. package/agentvibes.org/public/audio/05-sarcastic-example2.mp3 +0 -0
  112. package/agentvibes.org/public/audio/french-rachel.mp3 +0 -0
  113. package/agentvibes.org/public/audio/spanish-antoni.mp3 +0 -0
  114. package/agentvibes.org/public/favicon.ico +0 -0
  115. package/agentvibes.org/public/fonts/nacelle-italic.woff2 +0 -0
  116. package/agentvibes.org/public/fonts/nacelle-regular.woff2 +0 -0
  117. package/agentvibes.org/public/fonts/nacelle-semibold.woff2 +0 -0
  118. package/agentvibes.org/public/fonts/nacelle-semibolditalic.woff2 +0 -0
  119. package/agentvibes.org/public/images/blurred-shape-gray.svg +1 -0
  120. package/agentvibes.org/public/images/blurred-shape.svg +1 -0
  121. package/agentvibes.org/public/images/client-logo-01.svg +1 -0
  122. package/agentvibes.org/public/images/client-logo-02.svg +1 -0
  123. package/agentvibes.org/public/images/client-logo-03.svg +1 -0
  124. package/agentvibes.org/public/images/client-logo-04.svg +1 -0
  125. package/agentvibes.org/public/images/client-logo-05.svg +1 -0
  126. package/agentvibes.org/public/images/client-logo-06.svg +1 -0
  127. package/agentvibes.org/public/images/client-logo-07.svg +1 -0
  128. package/agentvibes.org/public/images/client-logo-08.svg +1 -0
  129. package/agentvibes.org/public/images/client-logo-09.svg +1 -0
  130. package/agentvibes.org/public/images/features.png +0 -0
  131. package/agentvibes.org/public/images/footer-illustration.svg +1 -0
  132. package/agentvibes.org/public/images/hero-image-01.jpg +0 -0
  133. package/agentvibes.org/public/images/logo.svg +1 -0
  134. package/agentvibes.org/public/images/page-illustration.svg +1 -0
  135. package/agentvibes.org/public/images/secondary-illustration.svg +1 -0
  136. package/agentvibes.org/public/images/testimonial-01.jpg +0 -0
  137. package/agentvibes.org/public/images/testimonial-02.jpg +0 -0
  138. package/agentvibes.org/public/images/testimonial-03.jpg +0 -0
  139. package/agentvibes.org/public/images/testimonial-04.jpg +0 -0
  140. package/agentvibes.org/public/images/testimonial-05.jpg +0 -0
  141. package/agentvibes.org/public/images/testimonial-06.jpg +0 -0
  142. package/agentvibes.org/public/images/testimonial-07.jpg +0 -0
  143. package/agentvibes.org/public/images/testimonial-08.jpg +0 -0
  144. package/agentvibes.org/public/images/testimonial-09.jpg +0 -0
  145. package/agentvibes.org/public/images/workflow-01.png +0 -0
  146. package/agentvibes.org/public/images/workflow-02.png +0 -0
  147. package/agentvibes.org/public/images/workflow-03.png +0 -0
  148. package/agentvibes.org/public/videos/video.mp4 +0 -0
  149. package/agentvibes.org/tsconfig.json +28 -0
  150. package/agentvibes.org/utils/useMasonry.tsx +67 -0
  151. package/agentvibes.org/utils/useMousePosition.tsx +27 -0
  152. package/package.json +1 -1
@@ -0,0 +1,1141 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@headlessui/react':
12
+ specifier: ^2.2.0
13
+ version: 2.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
14
+ '@types/node':
15
+ specifier: ^22.13.0
16
+ version: 22.13.0
17
+ '@types/react':
18
+ specifier: 19.0.8
19
+ version: 19.0.8
20
+ '@types/react-dom':
21
+ specifier: 19.0.3
22
+ version: 19.0.3(@types/react@19.0.8)
23
+ aos:
24
+ specifier: 3.0.0-beta.6
25
+ version: 3.0.0-beta.6
26
+ next:
27
+ specifier: 15.1.6
28
+ version: 15.1.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
29
+ react:
30
+ specifier: 19.0.0
31
+ version: 19.0.0
32
+ react-dom:
33
+ specifier: 19.0.0
34
+ version: 19.0.0(react@19.0.0)
35
+ react-github-btn:
36
+ specifier: ^1.4.0
37
+ version: 1.4.0(react@19.0.0)
38
+ typescript:
39
+ specifier: ^5.7.3
40
+ version: 5.7.3
41
+ devDependencies:
42
+ '@tailwindcss/forms':
43
+ specifier: ^0.5.10
44
+ version: 0.5.10(tailwindcss@4.0.3)
45
+ '@tailwindcss/postcss':
46
+ specifier: ^4.0.3
47
+ version: 4.0.3
48
+ '@types/aos':
49
+ specifier: ^3.0.7
50
+ version: 3.0.7
51
+ postcss:
52
+ specifier: ^8.5.1
53
+ version: 8.5.1
54
+ tailwindcss:
55
+ specifier: ^4.0.3
56
+ version: 4.0.3
57
+
58
+ packages:
59
+
60
+ '@alloc/quick-lru@5.2.0':
61
+ resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
62
+ engines: {node: '>=10'}
63
+
64
+ '@emnapi/runtime@1.3.1':
65
+ resolution: {integrity: sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==}
66
+
67
+ '@floating-ui/core@1.6.9':
68
+ resolution: {integrity: sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==}
69
+
70
+ '@floating-ui/dom@1.6.13':
71
+ resolution: {integrity: sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==}
72
+
73
+ '@floating-ui/react-dom@2.1.2':
74
+ resolution: {integrity: sha512-06okr5cgPzMNBy+Ycse2A6udMi4bqwW/zgBF/rwjcNqWkyr82Mcg8b0vjX8OJpZFy/FKjJmw6wV7t44kK6kW7A==}
75
+ peerDependencies:
76
+ react: '>=16.8.0'
77
+ react-dom: '>=16.8.0'
78
+
79
+ '@floating-ui/react@0.26.28':
80
+ resolution: {integrity: sha512-yORQuuAtVpiRjpMhdc0wJj06b9JFjrYF4qp96j++v2NBpbi6SEGF7donUJ3TMieerQ6qVkAv1tgr7L4r5roTqw==}
81
+ peerDependencies:
82
+ react: '>=16.8.0'
83
+ react-dom: '>=16.8.0'
84
+
85
+ '@floating-ui/utils@0.2.9':
86
+ resolution: {integrity: sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==}
87
+
88
+ '@headlessui/react@2.2.0':
89
+ resolution: {integrity: sha512-RzCEg+LXsuI7mHiSomsu/gBJSjpupm6A1qIZ5sWjd7JhARNlMiSA4kKfJpCKwU9tE+zMRterhhrP74PvfJrpXQ==}
90
+ engines: {node: '>=10'}
91
+ peerDependencies:
92
+ react: ^18 || ^19 || ^19.0.0-rc
93
+ react-dom: ^18 || ^19 || ^19.0.0-rc
94
+
95
+ '@img/sharp-darwin-arm64@0.33.5':
96
+ resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
97
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
98
+ cpu: [arm64]
99
+ os: [darwin]
100
+
101
+ '@img/sharp-darwin-x64@0.33.5':
102
+ resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
103
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
104
+ cpu: [x64]
105
+ os: [darwin]
106
+
107
+ '@img/sharp-libvips-darwin-arm64@1.0.4':
108
+ resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
109
+ cpu: [arm64]
110
+ os: [darwin]
111
+
112
+ '@img/sharp-libvips-darwin-x64@1.0.4':
113
+ resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
114
+ cpu: [x64]
115
+ os: [darwin]
116
+
117
+ '@img/sharp-libvips-linux-arm64@1.0.4':
118
+ resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
119
+ cpu: [arm64]
120
+ os: [linux]
121
+
122
+ '@img/sharp-libvips-linux-arm@1.0.5':
123
+ resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
124
+ cpu: [arm]
125
+ os: [linux]
126
+
127
+ '@img/sharp-libvips-linux-s390x@1.0.4':
128
+ resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
129
+ cpu: [s390x]
130
+ os: [linux]
131
+
132
+ '@img/sharp-libvips-linux-x64@1.0.4':
133
+ resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
134
+ cpu: [x64]
135
+ os: [linux]
136
+
137
+ '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
138
+ resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
139
+ cpu: [arm64]
140
+ os: [linux]
141
+
142
+ '@img/sharp-libvips-linuxmusl-x64@1.0.4':
143
+ resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
144
+ cpu: [x64]
145
+ os: [linux]
146
+
147
+ '@img/sharp-linux-arm64@0.33.5':
148
+ resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
149
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
150
+ cpu: [arm64]
151
+ os: [linux]
152
+
153
+ '@img/sharp-linux-arm@0.33.5':
154
+ resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
155
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
156
+ cpu: [arm]
157
+ os: [linux]
158
+
159
+ '@img/sharp-linux-s390x@0.33.5':
160
+ resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
161
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
162
+ cpu: [s390x]
163
+ os: [linux]
164
+
165
+ '@img/sharp-linux-x64@0.33.5':
166
+ resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
167
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
168
+ cpu: [x64]
169
+ os: [linux]
170
+
171
+ '@img/sharp-linuxmusl-arm64@0.33.5':
172
+ resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
173
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
174
+ cpu: [arm64]
175
+ os: [linux]
176
+
177
+ '@img/sharp-linuxmusl-x64@0.33.5':
178
+ resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
179
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
180
+ cpu: [x64]
181
+ os: [linux]
182
+
183
+ '@img/sharp-wasm32@0.33.5':
184
+ resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
185
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
186
+ cpu: [wasm32]
187
+
188
+ '@img/sharp-win32-ia32@0.33.5':
189
+ resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
190
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
191
+ cpu: [ia32]
192
+ os: [win32]
193
+
194
+ '@img/sharp-win32-x64@0.33.5':
195
+ resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
196
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
197
+ cpu: [x64]
198
+ os: [win32]
199
+
200
+ '@next/env@15.1.6':
201
+ resolution: {integrity: sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==}
202
+
203
+ '@next/swc-darwin-arm64@15.1.6':
204
+ resolution: {integrity: sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==}
205
+ engines: {node: '>= 10'}
206
+ cpu: [arm64]
207
+ os: [darwin]
208
+
209
+ '@next/swc-darwin-x64@15.1.6':
210
+ resolution: {integrity: sha512-x1jGpbHbZoZ69nRuogGL2MYPLqohlhnT9OCU6E6QFewwup+z+M6r8oU47BTeJcWsF2sdBahp5cKiAcDbwwK/lg==}
211
+ engines: {node: '>= 10'}
212
+ cpu: [x64]
213
+ os: [darwin]
214
+
215
+ '@next/swc-linux-arm64-gnu@15.1.6':
216
+ resolution: {integrity: sha512-jar9sFw0XewXsBzPf9runGzoivajeWJUc/JkfbLTC4it9EhU8v7tCRLH7l5Y1ReTMN6zKJO0kKAGqDk8YSO2bg==}
217
+ engines: {node: '>= 10'}
218
+ cpu: [arm64]
219
+ os: [linux]
220
+
221
+ '@next/swc-linux-arm64-musl@15.1.6':
222
+ resolution: {integrity: sha512-+n3u//bfsrIaZch4cgOJ3tXCTbSxz0s6brJtU3SzLOvkJlPQMJ+eHVRi6qM2kKKKLuMY+tcau8XD9CJ1OjeSQQ==}
223
+ engines: {node: '>= 10'}
224
+ cpu: [arm64]
225
+ os: [linux]
226
+
227
+ '@next/swc-linux-x64-gnu@15.1.6':
228
+ resolution: {integrity: sha512-SpuDEXixM3PycniL4iVCLyUyvcl6Lt0mtv3am08sucskpG0tYkW1KlRhTgj4LI5ehyxriVVcfdoxuuP8csi3kQ==}
229
+ engines: {node: '>= 10'}
230
+ cpu: [x64]
231
+ os: [linux]
232
+
233
+ '@next/swc-linux-x64-musl@15.1.6':
234
+ resolution: {integrity: sha512-L4druWmdFSZIIRhF+G60API5sFB7suTbDRhYWSjiw0RbE+15igQvE2g2+S973pMGvwN3guw7cJUjA/TmbPWTHQ==}
235
+ engines: {node: '>= 10'}
236
+ cpu: [x64]
237
+ os: [linux]
238
+
239
+ '@next/swc-win32-arm64-msvc@15.1.6':
240
+ resolution: {integrity: sha512-s8w6EeqNmi6gdvM19tqKKWbCyOBvXFbndkGHl+c9YrzsLARRdCHsD9S1fMj8gsXm9v8vhC8s3N8rjuC/XrtkEg==}
241
+ engines: {node: '>= 10'}
242
+ cpu: [arm64]
243
+ os: [win32]
244
+
245
+ '@next/swc-win32-x64-msvc@15.1.6':
246
+ resolution: {integrity: sha512-6xomMuu54FAFxttYr5PJbEfu96godcxBTRk1OhAvJq0/EnmFU/Ybiax30Snis4vdWZ9LGpf7Roy5fSs7v/5ROQ==}
247
+ engines: {node: '>= 10'}
248
+ cpu: [x64]
249
+ os: [win32]
250
+
251
+ '@react-aria/focus@3.19.1':
252
+ resolution: {integrity: sha512-bix9Bu1Ue7RPcYmjwcjhB14BMu2qzfJ3tMQLqDc9pweJA66nOw8DThy3IfVr8Z7j2PHktOLf9kcbiZpydKHqzg==}
253
+ peerDependencies:
254
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
255
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
256
+
257
+ '@react-aria/interactions@3.23.0':
258
+ resolution: {integrity: sha512-0qR1atBIWrb7FzQ+Tmr3s8uH5mQdyRH78n0krYaG8tng9+u1JlSi8DGRSaC9ezKyNB84m7vHT207xnHXGeJ3Fg==}
259
+ peerDependencies:
260
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
261
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
262
+
263
+ '@react-aria/ssr@3.9.7':
264
+ resolution: {integrity: sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==}
265
+ engines: {node: '>= 12'}
266
+ peerDependencies:
267
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
268
+
269
+ '@react-aria/utils@3.27.0':
270
+ resolution: {integrity: sha512-p681OtApnKOdbeN8ITfnnYqfdHS0z7GE+4l8EXlfLnr70Rp/9xicBO6d2rU+V/B3JujDw2gPWxYKEnEeh0CGCw==}
271
+ peerDependencies:
272
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
273
+ react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
274
+
275
+ '@react-stately/utils@3.10.5':
276
+ resolution: {integrity: sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==}
277
+ peerDependencies:
278
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
279
+
280
+ '@react-types/shared@3.27.0':
281
+ resolution: {integrity: sha512-gvznmLhi6JPEf0bsq7SwRYTHAKKq/wcmKqFez9sRdbED+SPMUmK5omfZ6w3EwUFQHbYUa4zPBYedQ7Knv70RMw==}
282
+ peerDependencies:
283
+ react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
284
+
285
+ '@swc/counter@0.1.3':
286
+ resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
287
+
288
+ '@swc/helpers@0.5.15':
289
+ resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
290
+
291
+ '@tailwindcss/forms@0.5.10':
292
+ resolution: {integrity: sha512-utI1ONF6uf/pPNO68kmN1b8rEwNXv3czukalo8VtJH8ksIkZXr3Q3VYudZLkCsDd4Wku120uF02hYK25XGPorw==}
293
+ peerDependencies:
294
+ tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1'
295
+
296
+ '@tailwindcss/node@4.0.3':
297
+ resolution: {integrity: sha512-QsVJokOl0pJ4AbJV33D2npvLcHGPWi5MOSZtrtE0GT3tSx+3D0JE2lokLA8yHS1x3oCY/3IyRyy7XX6tmzid7A==}
298
+
299
+ '@tailwindcss/oxide-android-arm64@4.0.3':
300
+ resolution: {integrity: sha512-S8XOTQuMnpijZRlPm5HBzPJjZ28quB+40LSRHjRnQF6rRYKsvpr1qkY7dfwsetNdd+kMLOMDsvmuT8WnqqETvg==}
301
+ engines: {node: '>= 10'}
302
+ cpu: [arm64]
303
+ os: [android]
304
+
305
+ '@tailwindcss/oxide-darwin-arm64@4.0.3':
306
+ resolution: {integrity: sha512-smrY2DpzhXvgDhZtQlYAl8+vxJ04lv2/64C1eiRxvsRT2nkw/q+zA1/eAYKvUHat6cIuwqDku3QucmrUT6pCeg==}
307
+ engines: {node: '>= 10'}
308
+ cpu: [arm64]
309
+ os: [darwin]
310
+
311
+ '@tailwindcss/oxide-darwin-x64@4.0.3':
312
+ resolution: {integrity: sha512-NTz8x/LcGUjpZAWUxz0ZuzHao90Wj9spoQgomwB+/hgceh5gcJDfvaBYqxLFpKzVglpnbDSq1Fg0p0zI4oa5Pg==}
313
+ engines: {node: '>= 10'}
314
+ cpu: [x64]
315
+ os: [darwin]
316
+
317
+ '@tailwindcss/oxide-freebsd-x64@4.0.3':
318
+ resolution: {integrity: sha512-yQc9Q0JCOp3kkAV8gKgDctXO60IkQhHpqGB+KgOccDtD5UmN6Q5+gd+lcsDyQ7N8dRuK1fAud51xQpZJgKfm7g==}
319
+ engines: {node: '>= 10'}
320
+ cpu: [x64]
321
+ os: [freebsd]
322
+
323
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.3':
324
+ resolution: {integrity: sha512-e1ivVMLSnxTOU1O3npnxN16FEyWM/g3SuH2pP6udxXwa0/SnSAijRwcAYRpqIlhVKujr158S8UeHxQjC4fGl4w==}
325
+ engines: {node: '>= 10'}
326
+ cpu: [arm]
327
+ os: [linux]
328
+
329
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.3':
330
+ resolution: {integrity: sha512-PLrToqQqX6sdJ9DmMi8IxZWWrfjc9pdi9AEEPTrtMts3Jm9HBi1WqEeF1VwZZ2aW9TXloE5OwA35zuuq1Bhb/Q==}
331
+ engines: {node: '>= 10'}
332
+ cpu: [arm64]
333
+ os: [linux]
334
+
335
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.3':
336
+ resolution: {integrity: sha512-YlzRxx7N1ampfgSKzEDw0iwDkJXUInR4cgNEqmR4TzHkU2Vhg59CGPJrTI7dxOBofD8+O35R13Nk9Ytyv0JUFg==}
337
+ engines: {node: '>= 10'}
338
+ cpu: [arm64]
339
+ os: [linux]
340
+
341
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.3':
342
+ resolution: {integrity: sha512-Xfc3z/li6XkuD7Hs+Uk6pjyCXnfnd9zuQTKOyDTZJ544xc2yoMKUkuDw6Et9wb31MzU2/c0CIUpTDa71lL9KHw==}
343
+ engines: {node: '>= 10'}
344
+ cpu: [x64]
345
+ os: [linux]
346
+
347
+ '@tailwindcss/oxide-linux-x64-musl@4.0.3':
348
+ resolution: {integrity: sha512-ugKVqKzwa/cjmqSQG17aS9DYrEcQ/a5NITcgmOr3JLW4Iz64C37eoDlkC8tIepD3S/Td/ywKAolTQ8fKbjEL4g==}
349
+ engines: {node: '>= 10'}
350
+ cpu: [x64]
351
+ os: [linux]
352
+
353
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.3':
354
+ resolution: {integrity: sha512-qHPDMl+UUwsk1RMJMgAXvhraWqUUT+LR/tkXix5RA39UGxtTrHwsLIN1AhNxI5i2RFXAXfmFXDqZCdyQ4dWmAQ==}
355
+ engines: {node: '>= 10'}
356
+ cpu: [arm64]
357
+ os: [win32]
358
+
359
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.3':
360
+ resolution: {integrity: sha512-+ujwN4phBGyOsPyLgGgeCyUm4Mul+gqWVCIGuSXWgrx9xVUnf6LVXrw0BDBc9Aq1S2qMyOTX4OkCGbZeoIo8Qw==}
361
+ engines: {node: '>= 10'}
362
+ cpu: [x64]
363
+ os: [win32]
364
+
365
+ '@tailwindcss/oxide@4.0.3':
366
+ resolution: {integrity: sha512-FFcp3VNvRjjmFA39ORM27g2mbflMQljhvM7gxBAujHxUy4LXlKa6yMF9wbHdTbPqTONiCyyOYxccvJyVyI/XBg==}
367
+ engines: {node: '>= 10'}
368
+
369
+ '@tailwindcss/postcss@4.0.3':
370
+ resolution: {integrity: sha512-qUyxuhuI2eTgRJ+qfCQRAr69Cw7BdSz+PoNFUNoRuhPjikNC8+sxK+Mi/chaXAXewjv/zbf6if6z6ItVLh+e9Q==}
371
+
372
+ '@tanstack/react-virtual@3.12.0':
373
+ resolution: {integrity: sha512-6krceiPN07kpxXmU6m8AY7EL0X1gHLu8m3nJdh4phvktzVNxkQfBmSwnRUpoUjGQO1PAn8wSAhYaL8hY1cS1vw==}
374
+ peerDependencies:
375
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
376
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
377
+
378
+ '@tanstack/virtual-core@3.12.0':
379
+ resolution: {integrity: sha512-7mDINtua3v/pOnn6WUmuT9dPXYSO7WidFej7JzoAfqEOcbbpt/iZ1WPqd+eg+FnrL9nUJK8radqj4iAU51Zchg==}
380
+
381
+ '@types/aos@3.0.7':
382
+ resolution: {integrity: sha512-sEhyFqvKauUJZDbvAB3Pggynrq6g+2PS4XB3tmUr+mDL1gfDJnwslUC4QQ7/l8UD+LWpr3RxZVR/rHoZrLqZVg==}
383
+
384
+ '@types/node@22.13.0':
385
+ resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==}
386
+
387
+ '@types/react-dom@19.0.3':
388
+ resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==}
389
+ peerDependencies:
390
+ '@types/react': ^19.0.0
391
+
392
+ '@types/react@19.0.8':
393
+ resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==}
394
+
395
+ aos@3.0.0-beta.6:
396
+ resolution: {integrity: sha512-VLWrpq8bfAWcetynVHMMrqdC+89Qq/Ym6UBJbHB4crIwp3RR8uq1dNGgsFzoDl03S43rlVMK+na3r5+oUCZsYw==}
397
+
398
+ busboy@1.6.0:
399
+ resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
400
+ engines: {node: '>=10.16.0'}
401
+
402
+ caniuse-lite@1.0.30001696:
403
+ resolution: {integrity: sha512-pDCPkvzfa39ehJtJ+OwGT/2yvT2SbjfHhiIW2LWOAcMQ7BzwxT/XuyUp4OTOd0XFWA6BKw0JalnBHgSi5DGJBQ==}
404
+
405
+ classlist-polyfill@1.2.0:
406
+ resolution: {integrity: sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==}
407
+
408
+ client-only@0.0.1:
409
+ resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
410
+
411
+ clsx@2.1.1:
412
+ resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==}
413
+ engines: {node: '>=6'}
414
+
415
+ color-convert@2.0.1:
416
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
417
+ engines: {node: '>=7.0.0'}
418
+
419
+ color-name@1.1.4:
420
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
421
+
422
+ color-string@1.9.1:
423
+ resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
424
+
425
+ color@4.2.3:
426
+ resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
427
+ engines: {node: '>=12.5.0'}
428
+
429
+ csstype@3.1.3:
430
+ resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
431
+
432
+ detect-libc@1.0.3:
433
+ resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==}
434
+ engines: {node: '>=0.10'}
435
+ hasBin: true
436
+
437
+ detect-libc@2.0.3:
438
+ resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
439
+ engines: {node: '>=8'}
440
+
441
+ enhanced-resolve@5.18.0:
442
+ resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==}
443
+ engines: {node: '>=10.13.0'}
444
+
445
+ github-buttons@2.29.1:
446
+ resolution: {integrity: sha512-TV3YgAKda5hPz75n7QXmGCsSzgVya1vvmBieebg3EB5ScmashTZ0FldViG1aU2d4V5rcAGrtQ7k5uAaCo0A4PA==}
447
+
448
+ graceful-fs@4.2.11:
449
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
450
+
451
+ is-arrayish@0.3.2:
452
+ resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
453
+
454
+ jiti@2.4.2:
455
+ resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
456
+ hasBin: true
457
+
458
+ lightningcss-darwin-arm64@1.29.1:
459
+ resolution: {integrity: sha512-HtR5XJ5A0lvCqYAoSv2QdZZyoHNttBpa5EP9aNuzBQeKGfbyH5+UipLWvVzpP4Uml5ej4BYs5I9Lco9u1fECqw==}
460
+ engines: {node: '>= 12.0.0'}
461
+ cpu: [arm64]
462
+ os: [darwin]
463
+
464
+ lightningcss-darwin-x64@1.29.1:
465
+ resolution: {integrity: sha512-k33G9IzKUpHy/J/3+9MCO4e+PzaFblsgBjSGlpAaFikeBFm8B/CkO3cKU9oI4g+fjS2KlkLM/Bza9K/aw8wsNA==}
466
+ engines: {node: '>= 12.0.0'}
467
+ cpu: [x64]
468
+ os: [darwin]
469
+
470
+ lightningcss-freebsd-x64@1.29.1:
471
+ resolution: {integrity: sha512-0SUW22fv/8kln2LnIdOCmSuXnxgxVC276W5KLTwoehiO0hxkacBxjHOL5EtHD8BAXg2BvuhsJPmVMasvby3LiQ==}
472
+ engines: {node: '>= 12.0.0'}
473
+ cpu: [x64]
474
+ os: [freebsd]
475
+
476
+ lightningcss-linux-arm-gnueabihf@1.29.1:
477
+ resolution: {integrity: sha512-sD32pFvlR0kDlqsOZmYqH/68SqUMPNj+0pucGxToXZi4XZgZmqeX/NkxNKCPsswAXU3UeYgDSpGhu05eAufjDg==}
478
+ engines: {node: '>= 12.0.0'}
479
+ cpu: [arm]
480
+ os: [linux]
481
+
482
+ lightningcss-linux-arm64-gnu@1.29.1:
483
+ resolution: {integrity: sha512-0+vClRIZ6mmJl/dxGuRsE197o1HDEeeRk6nzycSy2GofC2JsY4ifCRnvUWf/CUBQmlrvMzt6SMQNMSEu22csWQ==}
484
+ engines: {node: '>= 12.0.0'}
485
+ cpu: [arm64]
486
+ os: [linux]
487
+
488
+ lightningcss-linux-arm64-musl@1.29.1:
489
+ resolution: {integrity: sha512-UKMFrG4rL/uHNgelBsDwJcBqVpzNJbzsKkbI3Ja5fg00sgQnHw/VrzUTEc4jhZ+AN2BvQYz/tkHu4vt1kLuJyw==}
490
+ engines: {node: '>= 12.0.0'}
491
+ cpu: [arm64]
492
+ os: [linux]
493
+
494
+ lightningcss-linux-x64-gnu@1.29.1:
495
+ resolution: {integrity: sha512-u1S+xdODy/eEtjADqirA774y3jLcm8RPtYztwReEXoZKdzgsHYPl0s5V52Tst+GKzqjebkULT86XMSxejzfISw==}
496
+ engines: {node: '>= 12.0.0'}
497
+ cpu: [x64]
498
+ os: [linux]
499
+
500
+ lightningcss-linux-x64-musl@1.29.1:
501
+ resolution: {integrity: sha512-L0Tx0DtaNUTzXv0lbGCLB/c/qEADanHbu4QdcNOXLIe1i8i22rZRpbT3gpWYsCh9aSL9zFujY/WmEXIatWvXbw==}
502
+ engines: {node: '>= 12.0.0'}
503
+ cpu: [x64]
504
+ os: [linux]
505
+
506
+ lightningcss-win32-arm64-msvc@1.29.1:
507
+ resolution: {integrity: sha512-QoOVnkIEFfbW4xPi+dpdft/zAKmgLgsRHfJalEPYuJDOWf7cLQzYg0DEh8/sn737FaeMJxHZRc1oBreiwZCjog==}
508
+ engines: {node: '>= 12.0.0'}
509
+ cpu: [arm64]
510
+ os: [win32]
511
+
512
+ lightningcss-win32-x64-msvc@1.29.1:
513
+ resolution: {integrity: sha512-NygcbThNBe4JElP+olyTI/doBNGJvLs3bFCRPdvuCcxZCcCZ71B858IHpdm7L1btZex0FvCmM17FK98Y9MRy1Q==}
514
+ engines: {node: '>= 12.0.0'}
515
+ cpu: [x64]
516
+ os: [win32]
517
+
518
+ lightningcss@1.29.1:
519
+ resolution: {integrity: sha512-FmGoeD4S05ewj+AkhTY+D+myDvXI6eL27FjHIjoyUkO/uw7WZD1fBVs0QxeYWa7E17CUHJaYX/RUGISCtcrG4Q==}
520
+ engines: {node: '>= 12.0.0'}
521
+
522
+ lodash.debounce@4.0.8:
523
+ resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
524
+
525
+ lodash.throttle@4.1.1:
526
+ resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==}
527
+
528
+ mini-svg-data-uri@1.4.4:
529
+ resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
530
+ hasBin: true
531
+
532
+ nanoid@3.3.8:
533
+ resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
534
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
535
+ hasBin: true
536
+
537
+ next@15.1.6:
538
+ resolution: {integrity: sha512-Hch4wzbaX0vKQtalpXvUiw5sYivBy4cm5rzUKrBnUB/y436LGrvOUqYvlSeNVCWFO/770gDlltR9gqZH62ct4Q==}
539
+ engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
540
+ hasBin: true
541
+ peerDependencies:
542
+ '@opentelemetry/api': ^1.1.0
543
+ '@playwright/test': ^1.41.2
544
+ babel-plugin-react-compiler: '*'
545
+ react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
546
+ react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0
547
+ sass: ^1.3.0
548
+ peerDependenciesMeta:
549
+ '@opentelemetry/api':
550
+ optional: true
551
+ '@playwright/test':
552
+ optional: true
553
+ babel-plugin-react-compiler:
554
+ optional: true
555
+ sass:
556
+ optional: true
557
+
558
+ picocolors@1.1.1:
559
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
560
+
561
+ postcss@8.4.31:
562
+ resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==}
563
+ engines: {node: ^10 || ^12 || >=14}
564
+
565
+ postcss@8.5.1:
566
+ resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==}
567
+ engines: {node: ^10 || ^12 || >=14}
568
+
569
+ react-dom@19.0.0:
570
+ resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==}
571
+ peerDependencies:
572
+ react: ^19.0.0
573
+
574
+ react-github-btn@1.4.0:
575
+ resolution: {integrity: sha512-lV4FYClAfjWnBfv0iNlJUGhamDgIq6TayD0kPZED6VzHWdpcHmPfsYOZ/CFwLfPv4Zp+F4m8QKTj0oy2HjiGXg==}
576
+ peerDependencies:
577
+ react: '>=16.3.0'
578
+
579
+ react@19.0.0:
580
+ resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==}
581
+ engines: {node: '>=0.10.0'}
582
+
583
+ scheduler@0.25.0:
584
+ resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==}
585
+
586
+ semver@7.7.1:
587
+ resolution: {integrity: sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==}
588
+ engines: {node: '>=10'}
589
+ hasBin: true
590
+
591
+ sharp@0.33.5:
592
+ resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
593
+ engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
594
+
595
+ simple-swizzle@0.2.2:
596
+ resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
597
+
598
+ source-map-js@1.2.1:
599
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
600
+ engines: {node: '>=0.10.0'}
601
+
602
+ streamsearch@1.1.0:
603
+ resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==}
604
+ engines: {node: '>=10.0.0'}
605
+
606
+ styled-jsx@5.1.6:
607
+ resolution: {integrity: sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==}
608
+ engines: {node: '>= 12.0.0'}
609
+ peerDependencies:
610
+ '@babel/core': '*'
611
+ babel-plugin-macros: '*'
612
+ react: '>= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0'
613
+ peerDependenciesMeta:
614
+ '@babel/core':
615
+ optional: true
616
+ babel-plugin-macros:
617
+ optional: true
618
+
619
+ tabbable@6.2.0:
620
+ resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
621
+
622
+ tailwindcss@4.0.3:
623
+ resolution: {integrity: sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==}
624
+
625
+ tapable@2.2.1:
626
+ resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==}
627
+ engines: {node: '>=6'}
628
+
629
+ tslib@2.8.1:
630
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
631
+
632
+ typescript@5.7.3:
633
+ resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
634
+ engines: {node: '>=14.17'}
635
+ hasBin: true
636
+
637
+ undici-types@6.20.0:
638
+ resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
639
+
640
+ snapshots:
641
+
642
+ '@alloc/quick-lru@5.2.0': {}
643
+
644
+ '@emnapi/runtime@1.3.1':
645
+ dependencies:
646
+ tslib: 2.8.1
647
+ optional: true
648
+
649
+ '@floating-ui/core@1.6.9':
650
+ dependencies:
651
+ '@floating-ui/utils': 0.2.9
652
+
653
+ '@floating-ui/dom@1.6.13':
654
+ dependencies:
655
+ '@floating-ui/core': 1.6.9
656
+ '@floating-ui/utils': 0.2.9
657
+
658
+ '@floating-ui/react-dom@2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
659
+ dependencies:
660
+ '@floating-ui/dom': 1.6.13
661
+ react: 19.0.0
662
+ react-dom: 19.0.0(react@19.0.0)
663
+
664
+ '@floating-ui/react@0.26.28(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
665
+ dependencies:
666
+ '@floating-ui/react-dom': 2.1.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
667
+ '@floating-ui/utils': 0.2.9
668
+ react: 19.0.0
669
+ react-dom: 19.0.0(react@19.0.0)
670
+ tabbable: 6.2.0
671
+
672
+ '@floating-ui/utils@0.2.9': {}
673
+
674
+ '@headlessui/react@2.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
675
+ dependencies:
676
+ '@floating-ui/react': 0.26.28(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
677
+ '@react-aria/focus': 3.19.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
678
+ '@react-aria/interactions': 3.23.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
679
+ '@tanstack/react-virtual': 3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
680
+ react: 19.0.0
681
+ react-dom: 19.0.0(react@19.0.0)
682
+
683
+ '@img/sharp-darwin-arm64@0.33.5':
684
+ optionalDependencies:
685
+ '@img/sharp-libvips-darwin-arm64': 1.0.4
686
+ optional: true
687
+
688
+ '@img/sharp-darwin-x64@0.33.5':
689
+ optionalDependencies:
690
+ '@img/sharp-libvips-darwin-x64': 1.0.4
691
+ optional: true
692
+
693
+ '@img/sharp-libvips-darwin-arm64@1.0.4':
694
+ optional: true
695
+
696
+ '@img/sharp-libvips-darwin-x64@1.0.4':
697
+ optional: true
698
+
699
+ '@img/sharp-libvips-linux-arm64@1.0.4':
700
+ optional: true
701
+
702
+ '@img/sharp-libvips-linux-arm@1.0.5':
703
+ optional: true
704
+
705
+ '@img/sharp-libvips-linux-s390x@1.0.4':
706
+ optional: true
707
+
708
+ '@img/sharp-libvips-linux-x64@1.0.4':
709
+ optional: true
710
+
711
+ '@img/sharp-libvips-linuxmusl-arm64@1.0.4':
712
+ optional: true
713
+
714
+ '@img/sharp-libvips-linuxmusl-x64@1.0.4':
715
+ optional: true
716
+
717
+ '@img/sharp-linux-arm64@0.33.5':
718
+ optionalDependencies:
719
+ '@img/sharp-libvips-linux-arm64': 1.0.4
720
+ optional: true
721
+
722
+ '@img/sharp-linux-arm@0.33.5':
723
+ optionalDependencies:
724
+ '@img/sharp-libvips-linux-arm': 1.0.5
725
+ optional: true
726
+
727
+ '@img/sharp-linux-s390x@0.33.5':
728
+ optionalDependencies:
729
+ '@img/sharp-libvips-linux-s390x': 1.0.4
730
+ optional: true
731
+
732
+ '@img/sharp-linux-x64@0.33.5':
733
+ optionalDependencies:
734
+ '@img/sharp-libvips-linux-x64': 1.0.4
735
+ optional: true
736
+
737
+ '@img/sharp-linuxmusl-arm64@0.33.5':
738
+ optionalDependencies:
739
+ '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
740
+ optional: true
741
+
742
+ '@img/sharp-linuxmusl-x64@0.33.5':
743
+ optionalDependencies:
744
+ '@img/sharp-libvips-linuxmusl-x64': 1.0.4
745
+ optional: true
746
+
747
+ '@img/sharp-wasm32@0.33.5':
748
+ dependencies:
749
+ '@emnapi/runtime': 1.3.1
750
+ optional: true
751
+
752
+ '@img/sharp-win32-ia32@0.33.5':
753
+ optional: true
754
+
755
+ '@img/sharp-win32-x64@0.33.5':
756
+ optional: true
757
+
758
+ '@next/env@15.1.6': {}
759
+
760
+ '@next/swc-darwin-arm64@15.1.6':
761
+ optional: true
762
+
763
+ '@next/swc-darwin-x64@15.1.6':
764
+ optional: true
765
+
766
+ '@next/swc-linux-arm64-gnu@15.1.6':
767
+ optional: true
768
+
769
+ '@next/swc-linux-arm64-musl@15.1.6':
770
+ optional: true
771
+
772
+ '@next/swc-linux-x64-gnu@15.1.6':
773
+ optional: true
774
+
775
+ '@next/swc-linux-x64-musl@15.1.6':
776
+ optional: true
777
+
778
+ '@next/swc-win32-arm64-msvc@15.1.6':
779
+ optional: true
780
+
781
+ '@next/swc-win32-x64-msvc@15.1.6':
782
+ optional: true
783
+
784
+ '@react-aria/focus@3.19.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
785
+ dependencies:
786
+ '@react-aria/interactions': 3.23.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
787
+ '@react-aria/utils': 3.27.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
788
+ '@react-types/shared': 3.27.0(react@19.0.0)
789
+ '@swc/helpers': 0.5.15
790
+ clsx: 2.1.1
791
+ react: 19.0.0
792
+ react-dom: 19.0.0(react@19.0.0)
793
+
794
+ '@react-aria/interactions@3.23.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
795
+ dependencies:
796
+ '@react-aria/ssr': 3.9.7(react@19.0.0)
797
+ '@react-aria/utils': 3.27.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
798
+ '@react-types/shared': 3.27.0(react@19.0.0)
799
+ '@swc/helpers': 0.5.15
800
+ react: 19.0.0
801
+ react-dom: 19.0.0(react@19.0.0)
802
+
803
+ '@react-aria/ssr@3.9.7(react@19.0.0)':
804
+ dependencies:
805
+ '@swc/helpers': 0.5.15
806
+ react: 19.0.0
807
+
808
+ '@react-aria/utils@3.27.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
809
+ dependencies:
810
+ '@react-aria/ssr': 3.9.7(react@19.0.0)
811
+ '@react-stately/utils': 3.10.5(react@19.0.0)
812
+ '@react-types/shared': 3.27.0(react@19.0.0)
813
+ '@swc/helpers': 0.5.15
814
+ clsx: 2.1.1
815
+ react: 19.0.0
816
+ react-dom: 19.0.0(react@19.0.0)
817
+
818
+ '@react-stately/utils@3.10.5(react@19.0.0)':
819
+ dependencies:
820
+ '@swc/helpers': 0.5.15
821
+ react: 19.0.0
822
+
823
+ '@react-types/shared@3.27.0(react@19.0.0)':
824
+ dependencies:
825
+ react: 19.0.0
826
+
827
+ '@swc/counter@0.1.3': {}
828
+
829
+ '@swc/helpers@0.5.15':
830
+ dependencies:
831
+ tslib: 2.8.1
832
+
833
+ '@tailwindcss/forms@0.5.10(tailwindcss@4.0.3)':
834
+ dependencies:
835
+ mini-svg-data-uri: 1.4.4
836
+ tailwindcss: 4.0.3
837
+
838
+ '@tailwindcss/node@4.0.3':
839
+ dependencies:
840
+ enhanced-resolve: 5.18.0
841
+ jiti: 2.4.2
842
+ tailwindcss: 4.0.3
843
+
844
+ '@tailwindcss/oxide-android-arm64@4.0.3':
845
+ optional: true
846
+
847
+ '@tailwindcss/oxide-darwin-arm64@4.0.3':
848
+ optional: true
849
+
850
+ '@tailwindcss/oxide-darwin-x64@4.0.3':
851
+ optional: true
852
+
853
+ '@tailwindcss/oxide-freebsd-x64@4.0.3':
854
+ optional: true
855
+
856
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.0.3':
857
+ optional: true
858
+
859
+ '@tailwindcss/oxide-linux-arm64-gnu@4.0.3':
860
+ optional: true
861
+
862
+ '@tailwindcss/oxide-linux-arm64-musl@4.0.3':
863
+ optional: true
864
+
865
+ '@tailwindcss/oxide-linux-x64-gnu@4.0.3':
866
+ optional: true
867
+
868
+ '@tailwindcss/oxide-linux-x64-musl@4.0.3':
869
+ optional: true
870
+
871
+ '@tailwindcss/oxide-win32-arm64-msvc@4.0.3':
872
+ optional: true
873
+
874
+ '@tailwindcss/oxide-win32-x64-msvc@4.0.3':
875
+ optional: true
876
+
877
+ '@tailwindcss/oxide@4.0.3':
878
+ optionalDependencies:
879
+ '@tailwindcss/oxide-android-arm64': 4.0.3
880
+ '@tailwindcss/oxide-darwin-arm64': 4.0.3
881
+ '@tailwindcss/oxide-darwin-x64': 4.0.3
882
+ '@tailwindcss/oxide-freebsd-x64': 4.0.3
883
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.0.3
884
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.0.3
885
+ '@tailwindcss/oxide-linux-arm64-musl': 4.0.3
886
+ '@tailwindcss/oxide-linux-x64-gnu': 4.0.3
887
+ '@tailwindcss/oxide-linux-x64-musl': 4.0.3
888
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.0.3
889
+ '@tailwindcss/oxide-win32-x64-msvc': 4.0.3
890
+
891
+ '@tailwindcss/postcss@4.0.3':
892
+ dependencies:
893
+ '@alloc/quick-lru': 5.2.0
894
+ '@tailwindcss/node': 4.0.3
895
+ '@tailwindcss/oxide': 4.0.3
896
+ lightningcss: 1.29.1
897
+ postcss: 8.5.1
898
+ tailwindcss: 4.0.3
899
+
900
+ '@tanstack/react-virtual@3.12.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
901
+ dependencies:
902
+ '@tanstack/virtual-core': 3.12.0
903
+ react: 19.0.0
904
+ react-dom: 19.0.0(react@19.0.0)
905
+
906
+ '@tanstack/virtual-core@3.12.0': {}
907
+
908
+ '@types/aos@3.0.7': {}
909
+
910
+ '@types/node@22.13.0':
911
+ dependencies:
912
+ undici-types: 6.20.0
913
+
914
+ '@types/react-dom@19.0.3(@types/react@19.0.8)':
915
+ dependencies:
916
+ '@types/react': 19.0.8
917
+
918
+ '@types/react@19.0.8':
919
+ dependencies:
920
+ csstype: 3.1.3
921
+
922
+ aos@3.0.0-beta.6:
923
+ dependencies:
924
+ classlist-polyfill: 1.2.0
925
+ lodash.debounce: 4.0.8
926
+ lodash.throttle: 4.1.1
927
+
928
+ busboy@1.6.0:
929
+ dependencies:
930
+ streamsearch: 1.1.0
931
+
932
+ caniuse-lite@1.0.30001696: {}
933
+
934
+ classlist-polyfill@1.2.0: {}
935
+
936
+ client-only@0.0.1: {}
937
+
938
+ clsx@2.1.1: {}
939
+
940
+ color-convert@2.0.1:
941
+ dependencies:
942
+ color-name: 1.1.4
943
+ optional: true
944
+
945
+ color-name@1.1.4:
946
+ optional: true
947
+
948
+ color-string@1.9.1:
949
+ dependencies:
950
+ color-name: 1.1.4
951
+ simple-swizzle: 0.2.2
952
+ optional: true
953
+
954
+ color@4.2.3:
955
+ dependencies:
956
+ color-convert: 2.0.1
957
+ color-string: 1.9.1
958
+ optional: true
959
+
960
+ csstype@3.1.3: {}
961
+
962
+ detect-libc@1.0.3: {}
963
+
964
+ detect-libc@2.0.3:
965
+ optional: true
966
+
967
+ enhanced-resolve@5.18.0:
968
+ dependencies:
969
+ graceful-fs: 4.2.11
970
+ tapable: 2.2.1
971
+
972
+ github-buttons@2.29.1: {}
973
+
974
+ graceful-fs@4.2.11: {}
975
+
976
+ is-arrayish@0.3.2:
977
+ optional: true
978
+
979
+ jiti@2.4.2: {}
980
+
981
+ lightningcss-darwin-arm64@1.29.1:
982
+ optional: true
983
+
984
+ lightningcss-darwin-x64@1.29.1:
985
+ optional: true
986
+
987
+ lightningcss-freebsd-x64@1.29.1:
988
+ optional: true
989
+
990
+ lightningcss-linux-arm-gnueabihf@1.29.1:
991
+ optional: true
992
+
993
+ lightningcss-linux-arm64-gnu@1.29.1:
994
+ optional: true
995
+
996
+ lightningcss-linux-arm64-musl@1.29.1:
997
+ optional: true
998
+
999
+ lightningcss-linux-x64-gnu@1.29.1:
1000
+ optional: true
1001
+
1002
+ lightningcss-linux-x64-musl@1.29.1:
1003
+ optional: true
1004
+
1005
+ lightningcss-win32-arm64-msvc@1.29.1:
1006
+ optional: true
1007
+
1008
+ lightningcss-win32-x64-msvc@1.29.1:
1009
+ optional: true
1010
+
1011
+ lightningcss@1.29.1:
1012
+ dependencies:
1013
+ detect-libc: 1.0.3
1014
+ optionalDependencies:
1015
+ lightningcss-darwin-arm64: 1.29.1
1016
+ lightningcss-darwin-x64: 1.29.1
1017
+ lightningcss-freebsd-x64: 1.29.1
1018
+ lightningcss-linux-arm-gnueabihf: 1.29.1
1019
+ lightningcss-linux-arm64-gnu: 1.29.1
1020
+ lightningcss-linux-arm64-musl: 1.29.1
1021
+ lightningcss-linux-x64-gnu: 1.29.1
1022
+ lightningcss-linux-x64-musl: 1.29.1
1023
+ lightningcss-win32-arm64-msvc: 1.29.1
1024
+ lightningcss-win32-x64-msvc: 1.29.1
1025
+
1026
+ lodash.debounce@4.0.8: {}
1027
+
1028
+ lodash.throttle@4.1.1: {}
1029
+
1030
+ mini-svg-data-uri@1.4.4: {}
1031
+
1032
+ nanoid@3.3.8: {}
1033
+
1034
+ next@15.1.6(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
1035
+ dependencies:
1036
+ '@next/env': 15.1.6
1037
+ '@swc/counter': 0.1.3
1038
+ '@swc/helpers': 0.5.15
1039
+ busboy: 1.6.0
1040
+ caniuse-lite: 1.0.30001696
1041
+ postcss: 8.4.31
1042
+ react: 19.0.0
1043
+ react-dom: 19.0.0(react@19.0.0)
1044
+ styled-jsx: 5.1.6(react@19.0.0)
1045
+ optionalDependencies:
1046
+ '@next/swc-darwin-arm64': 15.1.6
1047
+ '@next/swc-darwin-x64': 15.1.6
1048
+ '@next/swc-linux-arm64-gnu': 15.1.6
1049
+ '@next/swc-linux-arm64-musl': 15.1.6
1050
+ '@next/swc-linux-x64-gnu': 15.1.6
1051
+ '@next/swc-linux-x64-musl': 15.1.6
1052
+ '@next/swc-win32-arm64-msvc': 15.1.6
1053
+ '@next/swc-win32-x64-msvc': 15.1.6
1054
+ sharp: 0.33.5
1055
+ transitivePeerDependencies:
1056
+ - '@babel/core'
1057
+ - babel-plugin-macros
1058
+
1059
+ picocolors@1.1.1: {}
1060
+
1061
+ postcss@8.4.31:
1062
+ dependencies:
1063
+ nanoid: 3.3.8
1064
+ picocolors: 1.1.1
1065
+ source-map-js: 1.2.1
1066
+
1067
+ postcss@8.5.1:
1068
+ dependencies:
1069
+ nanoid: 3.3.8
1070
+ picocolors: 1.1.1
1071
+ source-map-js: 1.2.1
1072
+
1073
+ react-dom@19.0.0(react@19.0.0):
1074
+ dependencies:
1075
+ react: 19.0.0
1076
+ scheduler: 0.25.0
1077
+
1078
+ react-github-btn@1.4.0(react@19.0.0):
1079
+ dependencies:
1080
+ github-buttons: 2.29.1
1081
+ react: 19.0.0
1082
+
1083
+ react@19.0.0: {}
1084
+
1085
+ scheduler@0.25.0: {}
1086
+
1087
+ semver@7.7.1:
1088
+ optional: true
1089
+
1090
+ sharp@0.33.5:
1091
+ dependencies:
1092
+ color: 4.2.3
1093
+ detect-libc: 2.0.3
1094
+ semver: 7.7.1
1095
+ optionalDependencies:
1096
+ '@img/sharp-darwin-arm64': 0.33.5
1097
+ '@img/sharp-darwin-x64': 0.33.5
1098
+ '@img/sharp-libvips-darwin-arm64': 1.0.4
1099
+ '@img/sharp-libvips-darwin-x64': 1.0.4
1100
+ '@img/sharp-libvips-linux-arm': 1.0.5
1101
+ '@img/sharp-libvips-linux-arm64': 1.0.4
1102
+ '@img/sharp-libvips-linux-s390x': 1.0.4
1103
+ '@img/sharp-libvips-linux-x64': 1.0.4
1104
+ '@img/sharp-libvips-linuxmusl-arm64': 1.0.4
1105
+ '@img/sharp-libvips-linuxmusl-x64': 1.0.4
1106
+ '@img/sharp-linux-arm': 0.33.5
1107
+ '@img/sharp-linux-arm64': 0.33.5
1108
+ '@img/sharp-linux-s390x': 0.33.5
1109
+ '@img/sharp-linux-x64': 0.33.5
1110
+ '@img/sharp-linuxmusl-arm64': 0.33.5
1111
+ '@img/sharp-linuxmusl-x64': 0.33.5
1112
+ '@img/sharp-wasm32': 0.33.5
1113
+ '@img/sharp-win32-ia32': 0.33.5
1114
+ '@img/sharp-win32-x64': 0.33.5
1115
+ optional: true
1116
+
1117
+ simple-swizzle@0.2.2:
1118
+ dependencies:
1119
+ is-arrayish: 0.3.2
1120
+ optional: true
1121
+
1122
+ source-map-js@1.2.1: {}
1123
+
1124
+ streamsearch@1.1.0: {}
1125
+
1126
+ styled-jsx@5.1.6(react@19.0.0):
1127
+ dependencies:
1128
+ client-only: 0.0.1
1129
+ react: 19.0.0
1130
+
1131
+ tabbable@6.2.0: {}
1132
+
1133
+ tailwindcss@4.0.3: {}
1134
+
1135
+ tapable@2.2.1: {}
1136
+
1137
+ tslib@2.8.1: {}
1138
+
1139
+ typescript@5.7.3: {}
1140
+
1141
+ undici-types@6.20.0: {}