create-gef 1.0.0 → 1.1.1

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 (53) hide show
  1. package/.gef/ENGINEERING_PLAYBOOK.md +141 -0
  2. package/.gef/prompts/adr_writing.md +50 -0
  3. package/.gef/prompts/bugfix.md +31 -0
  4. package/.gef/prompts/code_review.md +40 -0
  5. package/.gef/prompts/feature_development.md +37 -0
  6. package/.gef/prompts/new_project_kickoff.md +41 -0
  7. package/.gef/prompts/system_prompt.md +41 -0
  8. package/.github/workflows/release-please.yml +19 -0
  9. package/CHANGELOG.md +71 -0
  10. package/ENGINEERING_PLAYBOOK.md +88 -341
  11. package/PROJECT_CONFIG.template.md +15 -28
  12. package/README.md +87 -20
  13. package/generator/cli/help.js +65 -0
  14. package/generator/cli/questions.js +98 -0
  15. package/generator/features/scaffold-ci.js +441 -0
  16. package/generator/features/scaffold-docker.js +159 -0
  17. package/generator/features/scaffold-gef.js +158 -0
  18. package/generator/features/scaffold-git.js +138 -0
  19. package/generator/features/scaffold-linter.js +91 -0
  20. package/generator/features/scaffold-stack.js +102 -0
  21. package/generator/features/update.js +61 -0
  22. package/generator/index.js +37 -668
  23. package/generator/templates/adr-template.md +22 -0
  24. package/hooks/commit-msg +4 -3
  25. package/hooks/pre-commit +2 -2
  26. package/package.json +1 -1
  27. package/prompts/adr_writing.md +45 -9
  28. package/prompts/bugfix.md +24 -8
  29. package/prompts/code_review.md +34 -8
  30. package/prompts/feature_development.md +10 -1
  31. package/prompts/new_project_kickoff.md +33 -6
  32. package/prompts/system_prompt.md +30 -13
  33. package/website/.oxlintrc.json +8 -0
  34. package/website/README.md +16 -0
  35. package/website/index.html +13 -0
  36. package/website/package-lock.json +1372 -0
  37. package/website/package.json +25 -0
  38. package/website/public/favicon.svg +1 -0
  39. package/website/public/icons.svg +24 -0
  40. package/website/src/App.css +1 -0
  41. package/website/src/App.tsx +167 -0
  42. package/website/src/assets/hero.png +0 -0
  43. package/website/src/assets/react.svg +1 -0
  44. package/website/src/assets/vite.svg +1 -0
  45. package/website/src/components/FeatureCard.tsx +28 -0
  46. package/website/src/components/TerminalDemo.tsx +84 -0
  47. package/website/src/index.css +152 -0
  48. package/website/src/main.tsx +10 -0
  49. package/website/tsconfig.app.json +26 -0
  50. package/website/tsconfig.json +7 -0
  51. package/website/tsconfig.node.json +23 -0
  52. package/website/vite.config.ts +7 -0
  53. package/hooks/pre-push +0 -25
@@ -0,0 +1,1372 @@
1
+ {
2
+ "name": "website",
3
+ "version": "0.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "website",
9
+ "version": "0.0.0",
10
+ "dependencies": {
11
+ "react": "^19.2.7",
12
+ "react-dom": "^19.2.7"
13
+ },
14
+ "devDependencies": {
15
+ "@types/node": "^24.13.2",
16
+ "@types/react": "^19.2.17",
17
+ "@types/react-dom": "^19.2.3",
18
+ "@vitejs/plugin-react": "^6.0.3",
19
+ "oxlint": "^1.71.0",
20
+ "typescript": "~6.0.2",
21
+ "vite": "^8.1.1"
22
+ }
23
+ },
24
+ "node_modules/@emnapi/core": {
25
+ "version": "1.11.1",
26
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.1.tgz",
27
+ "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==",
28
+ "dev": true,
29
+ "license": "MIT",
30
+ "optional": true,
31
+ "peer": true,
32
+ "dependencies": {
33
+ "@emnapi/wasi-threads": "1.2.2",
34
+ "tslib": "^2.4.0"
35
+ }
36
+ },
37
+ "node_modules/@emnapi/runtime": {
38
+ "version": "1.11.1",
39
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.11.1.tgz",
40
+ "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==",
41
+ "dev": true,
42
+ "license": "MIT",
43
+ "optional": true,
44
+ "peer": true,
45
+ "dependencies": {
46
+ "tslib": "^2.4.0"
47
+ }
48
+ },
49
+ "node_modules/@emnapi/wasi-threads": {
50
+ "version": "1.2.2",
51
+ "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz",
52
+ "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==",
53
+ "dev": true,
54
+ "license": "MIT",
55
+ "optional": true,
56
+ "dependencies": {
57
+ "tslib": "^2.4.0"
58
+ }
59
+ },
60
+ "node_modules/@napi-rs/wasm-runtime": {
61
+ "version": "1.1.6",
62
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz",
63
+ "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==",
64
+ "dev": true,
65
+ "license": "MIT",
66
+ "optional": true,
67
+ "dependencies": {
68
+ "@tybys/wasm-util": "^0.10.3"
69
+ },
70
+ "funding": {
71
+ "type": "github",
72
+ "url": "https://github.com/sponsors/Brooooooklyn"
73
+ },
74
+ "peerDependencies": {
75
+ "@emnapi/core": "^1.7.1",
76
+ "@emnapi/runtime": "^1.7.1"
77
+ }
78
+ },
79
+ "node_modules/@oxc-project/types": {
80
+ "version": "0.139.0",
81
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.139.0.tgz",
82
+ "integrity": "sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==",
83
+ "dev": true,
84
+ "license": "MIT",
85
+ "funding": {
86
+ "url": "https://github.com/sponsors/Boshen"
87
+ }
88
+ },
89
+ "node_modules/@oxlint/binding-android-arm-eabi": {
90
+ "version": "1.74.0",
91
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm-eabi/-/binding-android-arm-eabi-1.74.0.tgz",
92
+ "integrity": "sha512-+gHd12muVI9ZLBaWLPkHt3Fj7jihFjgQ1MGtBaRL8vWrWrI0P7dLUty/cHrHS0oqPYIRgQUJsPu2CExQuMcwNw==",
93
+ "cpu": [
94
+ "arm"
95
+ ],
96
+ "dev": true,
97
+ "license": "MIT",
98
+ "optional": true,
99
+ "os": [
100
+ "android"
101
+ ],
102
+ "engines": {
103
+ "node": "^20.19.0 || >=22.12.0"
104
+ }
105
+ },
106
+ "node_modules/@oxlint/binding-android-arm64": {
107
+ "version": "1.74.0",
108
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-android-arm64/-/binding-android-arm64-1.74.0.tgz",
109
+ "integrity": "sha512-xjKdoMB+H+RCOByv/7l7nfIGW9mlOisqYdcyC75UqYuQecLpReAeEYUf2CNeDEI3KtmUgxpRw/+c63y4AeF/Bw==",
110
+ "cpu": [
111
+ "arm64"
112
+ ],
113
+ "dev": true,
114
+ "license": "MIT",
115
+ "optional": true,
116
+ "os": [
117
+ "android"
118
+ ],
119
+ "engines": {
120
+ "node": "^20.19.0 || >=22.12.0"
121
+ }
122
+ },
123
+ "node_modules/@oxlint/binding-darwin-arm64": {
124
+ "version": "1.74.0",
125
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-arm64/-/binding-darwin-arm64-1.74.0.tgz",
126
+ "integrity": "sha512-iUK7wvc6sejMKsC+Pt67mntoF5weFcyEunhZfLJceU6gL419mexz5wBkSx/EnkFBExMLNtOi9fnDSc5xfK0IzQ==",
127
+ "cpu": [
128
+ "arm64"
129
+ ],
130
+ "dev": true,
131
+ "license": "MIT",
132
+ "optional": true,
133
+ "os": [
134
+ "darwin"
135
+ ],
136
+ "engines": {
137
+ "node": "^20.19.0 || >=22.12.0"
138
+ }
139
+ },
140
+ "node_modules/@oxlint/binding-darwin-x64": {
141
+ "version": "1.74.0",
142
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-darwin-x64/-/binding-darwin-x64-1.74.0.tgz",
143
+ "integrity": "sha512-ggKc/tn5SJ1u2yG2izC6VKODfYKV8MQ2AicJlNzOjuyrC29udvOef6/JzK2r32xqCnBDLFouR1VCkjzEI0/N9Q==",
144
+ "cpu": [
145
+ "x64"
146
+ ],
147
+ "dev": true,
148
+ "license": "MIT",
149
+ "optional": true,
150
+ "os": [
151
+ "darwin"
152
+ ],
153
+ "engines": {
154
+ "node": "^20.19.0 || >=22.12.0"
155
+ }
156
+ },
157
+ "node_modules/@oxlint/binding-freebsd-x64": {
158
+ "version": "1.74.0",
159
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-freebsd-x64/-/binding-freebsd-x64-1.74.0.tgz",
160
+ "integrity": "sha512-u++dH/43jy9hTLbneaWlS0gla/Bp1JdwJ2zgevCl8nDFUh6qRCGMxcL0f0lb7By3A9p/LfFr+7cG4HU1hG856g==",
161
+ "cpu": [
162
+ "x64"
163
+ ],
164
+ "dev": true,
165
+ "license": "MIT",
166
+ "optional": true,
167
+ "os": [
168
+ "freebsd"
169
+ ],
170
+ "engines": {
171
+ "node": "^20.19.0 || >=22.12.0"
172
+ }
173
+ },
174
+ "node_modules/@oxlint/binding-linux-arm-gnueabihf": {
175
+ "version": "1.74.0",
176
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.74.0.tgz",
177
+ "integrity": "sha512-Sj1zmtFDVTPeIbIz4ZfcXAbFHqCmKCXdCUlAJzvTF7I20NTH1RDpoF2PhkqNODutJzVhJYmm3oz0GwgY+tvE2g==",
178
+ "cpu": [
179
+ "arm"
180
+ ],
181
+ "dev": true,
182
+ "license": "MIT",
183
+ "optional": true,
184
+ "os": [
185
+ "linux"
186
+ ],
187
+ "engines": {
188
+ "node": "^20.19.0 || >=22.12.0"
189
+ }
190
+ },
191
+ "node_modules/@oxlint/binding-linux-arm-musleabihf": {
192
+ "version": "1.74.0",
193
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm-musleabihf/-/binding-linux-arm-musleabihf-1.74.0.tgz",
194
+ "integrity": "sha512-//PKyQb/tQXcHArx2f7z+oVI/eMS2Jpv+edNuAtOrgIhWdGcpHxogveAxzmF2rpH1AIHp4Hq04RF/rgJdiICnQ==",
195
+ "cpu": [
196
+ "arm"
197
+ ],
198
+ "dev": true,
199
+ "license": "MIT",
200
+ "optional": true,
201
+ "os": [
202
+ "linux"
203
+ ],
204
+ "engines": {
205
+ "node": "^20.19.0 || >=22.12.0"
206
+ }
207
+ },
208
+ "node_modules/@oxlint/binding-linux-arm64-gnu": {
209
+ "version": "1.74.0",
210
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.74.0.tgz",
211
+ "integrity": "sha512-/k1Me+aX2tjuH10K62mLS0y8cLkJBHX6Ce0xPK+eWeel4bSdEGZ8dv4+hYMzg0GrSmjwy4yAYsDPeEeKBft/2w==",
212
+ "cpu": [
213
+ "arm64"
214
+ ],
215
+ "dev": true,
216
+ "license": "MIT",
217
+ "optional": true,
218
+ "os": [
219
+ "linux"
220
+ ],
221
+ "engines": {
222
+ "node": "^20.19.0 || >=22.12.0"
223
+ }
224
+ },
225
+ "node_modules/@oxlint/binding-linux-arm64-musl": {
226
+ "version": "1.74.0",
227
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.74.0.tgz",
228
+ "integrity": "sha512-3tFSjBxc5D8/zvjEuLvOqcA8ZXKD0+6NuaVO/edeamNc49MoAsbfaC9s1UiwODwgF6slGaF8yJA2TPkukd77tg==",
229
+ "cpu": [
230
+ "arm64"
231
+ ],
232
+ "dev": true,
233
+ "license": "MIT",
234
+ "optional": true,
235
+ "os": [
236
+ "linux"
237
+ ],
238
+ "engines": {
239
+ "node": "^20.19.0 || >=22.12.0"
240
+ }
241
+ },
242
+ "node_modules/@oxlint/binding-linux-ppc64-gnu": {
243
+ "version": "1.74.0",
244
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.74.0.tgz",
245
+ "integrity": "sha512-9QggtPkSPXOCTu8Szis7auOK/sC7KdQaN+/TujP7YVVhzCAOhgdRfgv8uEz0r2tk5xdgus5rLYUrCDoZNtiRUw==",
246
+ "cpu": [
247
+ "ppc64"
248
+ ],
249
+ "dev": true,
250
+ "license": "MIT",
251
+ "optional": true,
252
+ "os": [
253
+ "linux"
254
+ ],
255
+ "engines": {
256
+ "node": "^20.19.0 || >=22.12.0"
257
+ }
258
+ },
259
+ "node_modules/@oxlint/binding-linux-riscv64-gnu": {
260
+ "version": "1.74.0",
261
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-gnu/-/binding-linux-riscv64-gnu-1.74.0.tgz",
262
+ "integrity": "sha512-VM5VPUJ4DJIWiK+AZn8FScUqMr6OFrCAYybMYjEEi7W13ParI64MByiXTkKMqZpBmvQ9zxl9Ebq2VUOiZRJYUg==",
263
+ "cpu": [
264
+ "riscv64"
265
+ ],
266
+ "dev": true,
267
+ "license": "MIT",
268
+ "optional": true,
269
+ "os": [
270
+ "linux"
271
+ ],
272
+ "engines": {
273
+ "node": "^20.19.0 || >=22.12.0"
274
+ }
275
+ },
276
+ "node_modules/@oxlint/binding-linux-riscv64-musl": {
277
+ "version": "1.74.0",
278
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-riscv64-musl/-/binding-linux-riscv64-musl-1.74.0.tgz",
279
+ "integrity": "sha512-SaDY1gh9rOA592J54g+gu5hkOFFQBZsMmIYHs+NRHG+Uq0OxtuuCXMWQ3vu1830Eugv5uMXyjG+bv2Z9y4IXjw==",
280
+ "cpu": [
281
+ "riscv64"
282
+ ],
283
+ "dev": true,
284
+ "license": "MIT",
285
+ "optional": true,
286
+ "os": [
287
+ "linux"
288
+ ],
289
+ "engines": {
290
+ "node": "^20.19.0 || >=22.12.0"
291
+ }
292
+ },
293
+ "node_modules/@oxlint/binding-linux-s390x-gnu": {
294
+ "version": "1.74.0",
295
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.74.0.tgz",
296
+ "integrity": "sha512-ZATQeHZCyr6MbDveg0obD5sxLHFOghtOdC5jwVwYlvFWqtFOxctgFEG6Ef/64hYvZrWyhyCckB10AelqLopeDA==",
297
+ "cpu": [
298
+ "s390x"
299
+ ],
300
+ "dev": true,
301
+ "license": "MIT",
302
+ "optional": true,
303
+ "os": [
304
+ "linux"
305
+ ],
306
+ "engines": {
307
+ "node": "^20.19.0 || >=22.12.0"
308
+ }
309
+ },
310
+ "node_modules/@oxlint/binding-linux-x64-gnu": {
311
+ "version": "1.74.0",
312
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.74.0.tgz",
313
+ "integrity": "sha512-+aIvJyrdeD7LwCQ2WYLMUWNmnbeDRSPb40aBYtPjD9+PTqUwgJnk+HK5yLfSMeqXrMrDhE9uTmtt2y50tvjhHw==",
314
+ "cpu": [
315
+ "x64"
316
+ ],
317
+ "dev": true,
318
+ "license": "MIT",
319
+ "optional": true,
320
+ "os": [
321
+ "linux"
322
+ ],
323
+ "engines": {
324
+ "node": "^20.19.0 || >=22.12.0"
325
+ }
326
+ },
327
+ "node_modules/@oxlint/binding-linux-x64-musl": {
328
+ "version": "1.74.0",
329
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-linux-x64-musl/-/binding-linux-x64-musl-1.74.0.tgz",
330
+ "integrity": "sha512-XyktaR8lhK2qWiCK0Tk8oYD+/cgn+oHA6ddRnxSSXUKkkojkV78CmShZUxQF+yrBFs0SuW+JBOPG6hecyc/iZg==",
331
+ "cpu": [
332
+ "x64"
333
+ ],
334
+ "dev": true,
335
+ "license": "MIT",
336
+ "optional": true,
337
+ "os": [
338
+ "linux"
339
+ ],
340
+ "engines": {
341
+ "node": "^20.19.0 || >=22.12.0"
342
+ }
343
+ },
344
+ "node_modules/@oxlint/binding-openharmony-arm64": {
345
+ "version": "1.74.0",
346
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-openharmony-arm64/-/binding-openharmony-arm64-1.74.0.tgz",
347
+ "integrity": "sha512-mzbjrPl4neaVUiJ1fUiEUxTGaSZBoiKtaoB6jmIpz9S+VOA2vDYmJpihQ82w6178V5jxziclTg8Cgj5yF6tTDg==",
348
+ "cpu": [
349
+ "arm64"
350
+ ],
351
+ "dev": true,
352
+ "license": "MIT",
353
+ "optional": true,
354
+ "os": [
355
+ "openharmony"
356
+ ],
357
+ "engines": {
358
+ "node": "^20.19.0 || >=22.12.0"
359
+ }
360
+ },
361
+ "node_modules/@oxlint/binding-win32-arm64-msvc": {
362
+ "version": "1.74.0",
363
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.74.0.tgz",
364
+ "integrity": "sha512-vUAe9okpS2Oa5+lX67lqHMuNUvfkleRKwrUDJ/WJBsgmddvZ1mrsh2HVmuFDRzqFELhaJhFaCNOuR6a7L3rtIA==",
365
+ "cpu": [
366
+ "arm64"
367
+ ],
368
+ "dev": true,
369
+ "license": "MIT",
370
+ "optional": true,
371
+ "os": [
372
+ "win32"
373
+ ],
374
+ "engines": {
375
+ "node": "^20.19.0 || >=22.12.0"
376
+ }
377
+ },
378
+ "node_modules/@oxlint/binding-win32-ia32-msvc": {
379
+ "version": "1.74.0",
380
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-ia32-msvc/-/binding-win32-ia32-msvc-1.74.0.tgz",
381
+ "integrity": "sha512-yyXXJyYYSXL4I8K8jAWjJs+J3fa9gH2JmEbo4f5adm+1tNC9itseicBNuwK7BDHvqQ5J534s+yDULu89vYL2ZQ==",
382
+ "cpu": [
383
+ "ia32"
384
+ ],
385
+ "dev": true,
386
+ "license": "MIT",
387
+ "optional": true,
388
+ "os": [
389
+ "win32"
390
+ ],
391
+ "engines": {
392
+ "node": "^20.19.0 || >=22.12.0"
393
+ }
394
+ },
395
+ "node_modules/@oxlint/binding-win32-x64-msvc": {
396
+ "version": "1.74.0",
397
+ "resolved": "https://registry.npmjs.org/@oxlint/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.74.0.tgz",
398
+ "integrity": "sha512-VTC9IYTIMrVUk/i6Ms1ohzzDKZFkWn0KU2OBbPBzgmVZ2V30165T/zK4LztTr0Xgp9fZ1qQZ1rsZAu/rEmySlA==",
399
+ "cpu": [
400
+ "x64"
401
+ ],
402
+ "dev": true,
403
+ "license": "MIT",
404
+ "optional": true,
405
+ "os": [
406
+ "win32"
407
+ ],
408
+ "engines": {
409
+ "node": "^20.19.0 || >=22.12.0"
410
+ }
411
+ },
412
+ "node_modules/@rolldown/binding-android-arm64": {
413
+ "version": "1.1.5",
414
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.5.tgz",
415
+ "integrity": "sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==",
416
+ "cpu": [
417
+ "arm64"
418
+ ],
419
+ "dev": true,
420
+ "license": "MIT",
421
+ "optional": true,
422
+ "os": [
423
+ "android"
424
+ ],
425
+ "engines": {
426
+ "node": "^20.19.0 || >=22.12.0"
427
+ }
428
+ },
429
+ "node_modules/@rolldown/binding-darwin-arm64": {
430
+ "version": "1.1.5",
431
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.5.tgz",
432
+ "integrity": "sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==",
433
+ "cpu": [
434
+ "arm64"
435
+ ],
436
+ "dev": true,
437
+ "license": "MIT",
438
+ "optional": true,
439
+ "os": [
440
+ "darwin"
441
+ ],
442
+ "engines": {
443
+ "node": "^20.19.0 || >=22.12.0"
444
+ }
445
+ },
446
+ "node_modules/@rolldown/binding-darwin-x64": {
447
+ "version": "1.1.5",
448
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.5.tgz",
449
+ "integrity": "sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==",
450
+ "cpu": [
451
+ "x64"
452
+ ],
453
+ "dev": true,
454
+ "license": "MIT",
455
+ "optional": true,
456
+ "os": [
457
+ "darwin"
458
+ ],
459
+ "engines": {
460
+ "node": "^20.19.0 || >=22.12.0"
461
+ }
462
+ },
463
+ "node_modules/@rolldown/binding-freebsd-x64": {
464
+ "version": "1.1.5",
465
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.5.tgz",
466
+ "integrity": "sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==",
467
+ "cpu": [
468
+ "x64"
469
+ ],
470
+ "dev": true,
471
+ "license": "MIT",
472
+ "optional": true,
473
+ "os": [
474
+ "freebsd"
475
+ ],
476
+ "engines": {
477
+ "node": "^20.19.0 || >=22.12.0"
478
+ }
479
+ },
480
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
481
+ "version": "1.1.5",
482
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.5.tgz",
483
+ "integrity": "sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==",
484
+ "cpu": [
485
+ "arm"
486
+ ],
487
+ "dev": true,
488
+ "license": "MIT",
489
+ "optional": true,
490
+ "os": [
491
+ "linux"
492
+ ],
493
+ "engines": {
494
+ "node": "^20.19.0 || >=22.12.0"
495
+ }
496
+ },
497
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
498
+ "version": "1.1.5",
499
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.5.tgz",
500
+ "integrity": "sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==",
501
+ "cpu": [
502
+ "arm64"
503
+ ],
504
+ "dev": true,
505
+ "license": "MIT",
506
+ "optional": true,
507
+ "os": [
508
+ "linux"
509
+ ],
510
+ "engines": {
511
+ "node": "^20.19.0 || >=22.12.0"
512
+ }
513
+ },
514
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
515
+ "version": "1.1.5",
516
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.5.tgz",
517
+ "integrity": "sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==",
518
+ "cpu": [
519
+ "arm64"
520
+ ],
521
+ "dev": true,
522
+ "license": "MIT",
523
+ "optional": true,
524
+ "os": [
525
+ "linux"
526
+ ],
527
+ "engines": {
528
+ "node": "^20.19.0 || >=22.12.0"
529
+ }
530
+ },
531
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
532
+ "version": "1.1.5",
533
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.5.tgz",
534
+ "integrity": "sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==",
535
+ "cpu": [
536
+ "ppc64"
537
+ ],
538
+ "dev": true,
539
+ "license": "MIT",
540
+ "optional": true,
541
+ "os": [
542
+ "linux"
543
+ ],
544
+ "engines": {
545
+ "node": "^20.19.0 || >=22.12.0"
546
+ }
547
+ },
548
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
549
+ "version": "1.1.5",
550
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.5.tgz",
551
+ "integrity": "sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==",
552
+ "cpu": [
553
+ "s390x"
554
+ ],
555
+ "dev": true,
556
+ "license": "MIT",
557
+ "optional": true,
558
+ "os": [
559
+ "linux"
560
+ ],
561
+ "engines": {
562
+ "node": "^20.19.0 || >=22.12.0"
563
+ }
564
+ },
565
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
566
+ "version": "1.1.5",
567
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.5.tgz",
568
+ "integrity": "sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==",
569
+ "cpu": [
570
+ "x64"
571
+ ],
572
+ "dev": true,
573
+ "license": "MIT",
574
+ "optional": true,
575
+ "os": [
576
+ "linux"
577
+ ],
578
+ "engines": {
579
+ "node": "^20.19.0 || >=22.12.0"
580
+ }
581
+ },
582
+ "node_modules/@rolldown/binding-linux-x64-musl": {
583
+ "version": "1.1.5",
584
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.5.tgz",
585
+ "integrity": "sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==",
586
+ "cpu": [
587
+ "x64"
588
+ ],
589
+ "dev": true,
590
+ "license": "MIT",
591
+ "optional": true,
592
+ "os": [
593
+ "linux"
594
+ ],
595
+ "engines": {
596
+ "node": "^20.19.0 || >=22.12.0"
597
+ }
598
+ },
599
+ "node_modules/@rolldown/binding-openharmony-arm64": {
600
+ "version": "1.1.5",
601
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.5.tgz",
602
+ "integrity": "sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==",
603
+ "cpu": [
604
+ "arm64"
605
+ ],
606
+ "dev": true,
607
+ "license": "MIT",
608
+ "optional": true,
609
+ "os": [
610
+ "openharmony"
611
+ ],
612
+ "engines": {
613
+ "node": "^20.19.0 || >=22.12.0"
614
+ }
615
+ },
616
+ "node_modules/@rolldown/binding-wasm32-wasi": {
617
+ "version": "1.1.5",
618
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.5.tgz",
619
+ "integrity": "sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==",
620
+ "cpu": [
621
+ "wasm32"
622
+ ],
623
+ "dev": true,
624
+ "license": "MIT",
625
+ "optional": true,
626
+ "dependencies": {
627
+ "@emnapi/core": "1.11.1",
628
+ "@emnapi/runtime": "1.11.1",
629
+ "@napi-rs/wasm-runtime": "^1.1.6"
630
+ },
631
+ "engines": {
632
+ "node": "^20.19.0 || >=22.12.0"
633
+ }
634
+ },
635
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
636
+ "version": "1.1.5",
637
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.5.tgz",
638
+ "integrity": "sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==",
639
+ "cpu": [
640
+ "arm64"
641
+ ],
642
+ "dev": true,
643
+ "license": "MIT",
644
+ "optional": true,
645
+ "os": [
646
+ "win32"
647
+ ],
648
+ "engines": {
649
+ "node": "^20.19.0 || >=22.12.0"
650
+ }
651
+ },
652
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
653
+ "version": "1.1.5",
654
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.5.tgz",
655
+ "integrity": "sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==",
656
+ "cpu": [
657
+ "x64"
658
+ ],
659
+ "dev": true,
660
+ "license": "MIT",
661
+ "optional": true,
662
+ "os": [
663
+ "win32"
664
+ ],
665
+ "engines": {
666
+ "node": "^20.19.0 || >=22.12.0"
667
+ }
668
+ },
669
+ "node_modules/@rolldown/pluginutils": {
670
+ "version": "1.0.1",
671
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
672
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
673
+ "dev": true,
674
+ "license": "MIT"
675
+ },
676
+ "node_modules/@tybys/wasm-util": {
677
+ "version": "0.10.3",
678
+ "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.3.tgz",
679
+ "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==",
680
+ "dev": true,
681
+ "license": "MIT",
682
+ "optional": true,
683
+ "dependencies": {
684
+ "tslib": "^2.4.0"
685
+ }
686
+ },
687
+ "node_modules/@types/node": {
688
+ "version": "24.13.3",
689
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.3.tgz",
690
+ "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
691
+ "dev": true,
692
+ "license": "MIT",
693
+ "peer": true,
694
+ "dependencies": {
695
+ "undici-types": "~7.18.0"
696
+ }
697
+ },
698
+ "node_modules/@types/react": {
699
+ "version": "19.2.17",
700
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
701
+ "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
702
+ "dev": true,
703
+ "license": "MIT",
704
+ "peer": true,
705
+ "dependencies": {
706
+ "csstype": "^3.2.2"
707
+ }
708
+ },
709
+ "node_modules/@types/react-dom": {
710
+ "version": "19.2.3",
711
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
712
+ "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
713
+ "dev": true,
714
+ "license": "MIT",
715
+ "peerDependencies": {
716
+ "@types/react": "^19.2.0"
717
+ }
718
+ },
719
+ "node_modules/@vitejs/plugin-react": {
720
+ "version": "6.0.3",
721
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz",
722
+ "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==",
723
+ "dev": true,
724
+ "license": "MIT",
725
+ "dependencies": {
726
+ "@rolldown/pluginutils": "^1.0.1"
727
+ },
728
+ "engines": {
729
+ "node": "^20.19.0 || >=22.12.0"
730
+ },
731
+ "peerDependencies": {
732
+ "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
733
+ "babel-plugin-react-compiler": "^1.0.0",
734
+ "vite": "^8.0.0"
735
+ },
736
+ "peerDependenciesMeta": {
737
+ "@rolldown/plugin-babel": {
738
+ "optional": true
739
+ },
740
+ "babel-plugin-react-compiler": {
741
+ "optional": true
742
+ }
743
+ }
744
+ },
745
+ "node_modules/csstype": {
746
+ "version": "3.2.3",
747
+ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
748
+ "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
749
+ "dev": true,
750
+ "license": "MIT"
751
+ },
752
+ "node_modules/detect-libc": {
753
+ "version": "2.1.2",
754
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
755
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
756
+ "dev": true,
757
+ "license": "Apache-2.0",
758
+ "engines": {
759
+ "node": ">=8"
760
+ }
761
+ },
762
+ "node_modules/fdir": {
763
+ "version": "6.5.0",
764
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
765
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
766
+ "dev": true,
767
+ "license": "MIT",
768
+ "engines": {
769
+ "node": ">=12.0.0"
770
+ },
771
+ "peerDependencies": {
772
+ "picomatch": "^3 || ^4"
773
+ },
774
+ "peerDependenciesMeta": {
775
+ "picomatch": {
776
+ "optional": true
777
+ }
778
+ }
779
+ },
780
+ "node_modules/fsevents": {
781
+ "version": "2.3.3",
782
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
783
+ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
784
+ "dev": true,
785
+ "hasInstallScript": true,
786
+ "license": "MIT",
787
+ "optional": true,
788
+ "os": [
789
+ "darwin"
790
+ ],
791
+ "engines": {
792
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
793
+ }
794
+ },
795
+ "node_modules/lightningcss": {
796
+ "version": "1.32.0",
797
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
798
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
799
+ "dev": true,
800
+ "license": "MPL-2.0",
801
+ "dependencies": {
802
+ "detect-libc": "^2.0.3"
803
+ },
804
+ "engines": {
805
+ "node": ">= 12.0.0"
806
+ },
807
+ "funding": {
808
+ "type": "opencollective",
809
+ "url": "https://opencollective.com/parcel"
810
+ },
811
+ "optionalDependencies": {
812
+ "lightningcss-android-arm64": "1.32.0",
813
+ "lightningcss-darwin-arm64": "1.32.0",
814
+ "lightningcss-darwin-x64": "1.32.0",
815
+ "lightningcss-freebsd-x64": "1.32.0",
816
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
817
+ "lightningcss-linux-arm64-gnu": "1.32.0",
818
+ "lightningcss-linux-arm64-musl": "1.32.0",
819
+ "lightningcss-linux-x64-gnu": "1.32.0",
820
+ "lightningcss-linux-x64-musl": "1.32.0",
821
+ "lightningcss-win32-arm64-msvc": "1.32.0",
822
+ "lightningcss-win32-x64-msvc": "1.32.0"
823
+ }
824
+ },
825
+ "node_modules/lightningcss-android-arm64": {
826
+ "version": "1.32.0",
827
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
828
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
829
+ "cpu": [
830
+ "arm64"
831
+ ],
832
+ "dev": true,
833
+ "license": "MPL-2.0",
834
+ "optional": true,
835
+ "os": [
836
+ "android"
837
+ ],
838
+ "engines": {
839
+ "node": ">= 12.0.0"
840
+ },
841
+ "funding": {
842
+ "type": "opencollective",
843
+ "url": "https://opencollective.com/parcel"
844
+ }
845
+ },
846
+ "node_modules/lightningcss-darwin-arm64": {
847
+ "version": "1.32.0",
848
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
849
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
850
+ "cpu": [
851
+ "arm64"
852
+ ],
853
+ "dev": true,
854
+ "license": "MPL-2.0",
855
+ "optional": true,
856
+ "os": [
857
+ "darwin"
858
+ ],
859
+ "engines": {
860
+ "node": ">= 12.0.0"
861
+ },
862
+ "funding": {
863
+ "type": "opencollective",
864
+ "url": "https://opencollective.com/parcel"
865
+ }
866
+ },
867
+ "node_modules/lightningcss-darwin-x64": {
868
+ "version": "1.32.0",
869
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
870
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
871
+ "cpu": [
872
+ "x64"
873
+ ],
874
+ "dev": true,
875
+ "license": "MPL-2.0",
876
+ "optional": true,
877
+ "os": [
878
+ "darwin"
879
+ ],
880
+ "engines": {
881
+ "node": ">= 12.0.0"
882
+ },
883
+ "funding": {
884
+ "type": "opencollective",
885
+ "url": "https://opencollective.com/parcel"
886
+ }
887
+ },
888
+ "node_modules/lightningcss-freebsd-x64": {
889
+ "version": "1.32.0",
890
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
891
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
892
+ "cpu": [
893
+ "x64"
894
+ ],
895
+ "dev": true,
896
+ "license": "MPL-2.0",
897
+ "optional": true,
898
+ "os": [
899
+ "freebsd"
900
+ ],
901
+ "engines": {
902
+ "node": ">= 12.0.0"
903
+ },
904
+ "funding": {
905
+ "type": "opencollective",
906
+ "url": "https://opencollective.com/parcel"
907
+ }
908
+ },
909
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
910
+ "version": "1.32.0",
911
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
912
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
913
+ "cpu": [
914
+ "arm"
915
+ ],
916
+ "dev": true,
917
+ "license": "MPL-2.0",
918
+ "optional": true,
919
+ "os": [
920
+ "linux"
921
+ ],
922
+ "engines": {
923
+ "node": ">= 12.0.0"
924
+ },
925
+ "funding": {
926
+ "type": "opencollective",
927
+ "url": "https://opencollective.com/parcel"
928
+ }
929
+ },
930
+ "node_modules/lightningcss-linux-arm64-gnu": {
931
+ "version": "1.32.0",
932
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
933
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
934
+ "cpu": [
935
+ "arm64"
936
+ ],
937
+ "dev": true,
938
+ "license": "MPL-2.0",
939
+ "optional": true,
940
+ "os": [
941
+ "linux"
942
+ ],
943
+ "engines": {
944
+ "node": ">= 12.0.0"
945
+ },
946
+ "funding": {
947
+ "type": "opencollective",
948
+ "url": "https://opencollective.com/parcel"
949
+ }
950
+ },
951
+ "node_modules/lightningcss-linux-arm64-musl": {
952
+ "version": "1.32.0",
953
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
954
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
955
+ "cpu": [
956
+ "arm64"
957
+ ],
958
+ "dev": true,
959
+ "license": "MPL-2.0",
960
+ "optional": true,
961
+ "os": [
962
+ "linux"
963
+ ],
964
+ "engines": {
965
+ "node": ">= 12.0.0"
966
+ },
967
+ "funding": {
968
+ "type": "opencollective",
969
+ "url": "https://opencollective.com/parcel"
970
+ }
971
+ },
972
+ "node_modules/lightningcss-linux-x64-gnu": {
973
+ "version": "1.32.0",
974
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
975
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
976
+ "cpu": [
977
+ "x64"
978
+ ],
979
+ "dev": true,
980
+ "license": "MPL-2.0",
981
+ "optional": true,
982
+ "os": [
983
+ "linux"
984
+ ],
985
+ "engines": {
986
+ "node": ">= 12.0.0"
987
+ },
988
+ "funding": {
989
+ "type": "opencollective",
990
+ "url": "https://opencollective.com/parcel"
991
+ }
992
+ },
993
+ "node_modules/lightningcss-linux-x64-musl": {
994
+ "version": "1.32.0",
995
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
996
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
997
+ "cpu": [
998
+ "x64"
999
+ ],
1000
+ "dev": true,
1001
+ "license": "MPL-2.0",
1002
+ "optional": true,
1003
+ "os": [
1004
+ "linux"
1005
+ ],
1006
+ "engines": {
1007
+ "node": ">= 12.0.0"
1008
+ },
1009
+ "funding": {
1010
+ "type": "opencollective",
1011
+ "url": "https://opencollective.com/parcel"
1012
+ }
1013
+ },
1014
+ "node_modules/lightningcss-win32-arm64-msvc": {
1015
+ "version": "1.32.0",
1016
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1017
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1018
+ "cpu": [
1019
+ "arm64"
1020
+ ],
1021
+ "dev": true,
1022
+ "license": "MPL-2.0",
1023
+ "optional": true,
1024
+ "os": [
1025
+ "win32"
1026
+ ],
1027
+ "engines": {
1028
+ "node": ">= 12.0.0"
1029
+ },
1030
+ "funding": {
1031
+ "type": "opencollective",
1032
+ "url": "https://opencollective.com/parcel"
1033
+ }
1034
+ },
1035
+ "node_modules/lightningcss-win32-x64-msvc": {
1036
+ "version": "1.32.0",
1037
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1038
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1039
+ "cpu": [
1040
+ "x64"
1041
+ ],
1042
+ "dev": true,
1043
+ "license": "MPL-2.0",
1044
+ "optional": true,
1045
+ "os": [
1046
+ "win32"
1047
+ ],
1048
+ "engines": {
1049
+ "node": ">= 12.0.0"
1050
+ },
1051
+ "funding": {
1052
+ "type": "opencollective",
1053
+ "url": "https://opencollective.com/parcel"
1054
+ }
1055
+ },
1056
+ "node_modules/nanoid": {
1057
+ "version": "3.3.16",
1058
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
1059
+ "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
1060
+ "dev": true,
1061
+ "funding": [
1062
+ {
1063
+ "type": "github",
1064
+ "url": "https://github.com/sponsors/ai"
1065
+ }
1066
+ ],
1067
+ "license": "MIT",
1068
+ "bin": {
1069
+ "nanoid": "bin/nanoid.cjs"
1070
+ },
1071
+ "engines": {
1072
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
1073
+ }
1074
+ },
1075
+ "node_modules/oxlint": {
1076
+ "version": "1.74.0",
1077
+ "resolved": "https://registry.npmjs.org/oxlint/-/oxlint-1.74.0.tgz",
1078
+ "integrity": "sha512-odGl2s2x5IOJoj3A0v1k0PGBXVFBZeZ2+AK/+K2MJur7Ghi3bkyX5NuLUWHKqa4js1wjep3hJeuTQJOlr+4+dA==",
1079
+ "dev": true,
1080
+ "license": "MIT",
1081
+ "bin": {
1082
+ "oxlint": "bin/oxlint"
1083
+ },
1084
+ "engines": {
1085
+ "node": "^20.19.0 || >=22.12.0"
1086
+ },
1087
+ "funding": {
1088
+ "url": "https://github.com/sponsors/Boshen"
1089
+ },
1090
+ "optionalDependencies": {
1091
+ "@oxlint/binding-android-arm-eabi": "1.74.0",
1092
+ "@oxlint/binding-android-arm64": "1.74.0",
1093
+ "@oxlint/binding-darwin-arm64": "1.74.0",
1094
+ "@oxlint/binding-darwin-x64": "1.74.0",
1095
+ "@oxlint/binding-freebsd-x64": "1.74.0",
1096
+ "@oxlint/binding-linux-arm-gnueabihf": "1.74.0",
1097
+ "@oxlint/binding-linux-arm-musleabihf": "1.74.0",
1098
+ "@oxlint/binding-linux-arm64-gnu": "1.74.0",
1099
+ "@oxlint/binding-linux-arm64-musl": "1.74.0",
1100
+ "@oxlint/binding-linux-ppc64-gnu": "1.74.0",
1101
+ "@oxlint/binding-linux-riscv64-gnu": "1.74.0",
1102
+ "@oxlint/binding-linux-riscv64-musl": "1.74.0",
1103
+ "@oxlint/binding-linux-s390x-gnu": "1.74.0",
1104
+ "@oxlint/binding-linux-x64-gnu": "1.74.0",
1105
+ "@oxlint/binding-linux-x64-musl": "1.74.0",
1106
+ "@oxlint/binding-openharmony-arm64": "1.74.0",
1107
+ "@oxlint/binding-win32-arm64-msvc": "1.74.0",
1108
+ "@oxlint/binding-win32-ia32-msvc": "1.74.0",
1109
+ "@oxlint/binding-win32-x64-msvc": "1.74.0"
1110
+ },
1111
+ "peerDependencies": {
1112
+ "oxlint-tsgolint": ">=0.24.0",
1113
+ "vite-plus": "*"
1114
+ },
1115
+ "peerDependenciesMeta": {
1116
+ "oxlint-tsgolint": {
1117
+ "optional": true
1118
+ },
1119
+ "vite-plus": {
1120
+ "optional": true
1121
+ }
1122
+ }
1123
+ },
1124
+ "node_modules/picocolors": {
1125
+ "version": "1.1.1",
1126
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
1127
+ "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
1128
+ "dev": true,
1129
+ "license": "ISC"
1130
+ },
1131
+ "node_modules/picomatch": {
1132
+ "version": "4.0.5",
1133
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
1134
+ "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
1135
+ "dev": true,
1136
+ "license": "MIT",
1137
+ "peer": true,
1138
+ "engines": {
1139
+ "node": ">=12"
1140
+ },
1141
+ "funding": {
1142
+ "url": "https://github.com/sponsors/jonschlinkert"
1143
+ }
1144
+ },
1145
+ "node_modules/postcss": {
1146
+ "version": "8.5.20",
1147
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.20.tgz",
1148
+ "integrity": "sha512-lW616l85ucIQL+FocMmL7pQFPqBmwejrCMg+iPxyImlrANNJG9NHq/RkyCZopDhd8C3LA03PHRJDjkbGu8vvug==",
1149
+ "dev": true,
1150
+ "funding": [
1151
+ {
1152
+ "type": "opencollective",
1153
+ "url": "https://opencollective.com/postcss/"
1154
+ },
1155
+ {
1156
+ "type": "tidelift",
1157
+ "url": "https://tidelift.com/funding/github/npm/postcss"
1158
+ },
1159
+ {
1160
+ "type": "github",
1161
+ "url": "https://github.com/sponsors/ai"
1162
+ }
1163
+ ],
1164
+ "license": "MIT",
1165
+ "dependencies": {
1166
+ "nanoid": "^3.3.16",
1167
+ "picocolors": "^1.1.1",
1168
+ "source-map-js": "^1.2.1"
1169
+ },
1170
+ "engines": {
1171
+ "node": "^10 || ^12 || >=14"
1172
+ }
1173
+ },
1174
+ "node_modules/react": {
1175
+ "version": "19.2.7",
1176
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
1177
+ "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
1178
+ "license": "MIT",
1179
+ "peer": true,
1180
+ "engines": {
1181
+ "node": ">=0.10.0"
1182
+ }
1183
+ },
1184
+ "node_modules/react-dom": {
1185
+ "version": "19.2.7",
1186
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
1187
+ "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
1188
+ "license": "MIT",
1189
+ "dependencies": {
1190
+ "scheduler": "^0.27.0"
1191
+ },
1192
+ "peerDependencies": {
1193
+ "react": "^19.2.7"
1194
+ }
1195
+ },
1196
+ "node_modules/rolldown": {
1197
+ "version": "1.1.5",
1198
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.5.tgz",
1199
+ "integrity": "sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==",
1200
+ "dev": true,
1201
+ "license": "MIT",
1202
+ "dependencies": {
1203
+ "@oxc-project/types": "=0.139.0",
1204
+ "@rolldown/pluginutils": "^1.0.0"
1205
+ },
1206
+ "bin": {
1207
+ "rolldown": "bin/cli.mjs"
1208
+ },
1209
+ "engines": {
1210
+ "node": "^20.19.0 || >=22.12.0"
1211
+ },
1212
+ "optionalDependencies": {
1213
+ "@rolldown/binding-android-arm64": "1.1.5",
1214
+ "@rolldown/binding-darwin-arm64": "1.1.5",
1215
+ "@rolldown/binding-darwin-x64": "1.1.5",
1216
+ "@rolldown/binding-freebsd-x64": "1.1.5",
1217
+ "@rolldown/binding-linux-arm-gnueabihf": "1.1.5",
1218
+ "@rolldown/binding-linux-arm64-gnu": "1.1.5",
1219
+ "@rolldown/binding-linux-arm64-musl": "1.1.5",
1220
+ "@rolldown/binding-linux-ppc64-gnu": "1.1.5",
1221
+ "@rolldown/binding-linux-s390x-gnu": "1.1.5",
1222
+ "@rolldown/binding-linux-x64-gnu": "1.1.5",
1223
+ "@rolldown/binding-linux-x64-musl": "1.1.5",
1224
+ "@rolldown/binding-openharmony-arm64": "1.1.5",
1225
+ "@rolldown/binding-wasm32-wasi": "1.1.5",
1226
+ "@rolldown/binding-win32-arm64-msvc": "1.1.5",
1227
+ "@rolldown/binding-win32-x64-msvc": "1.1.5"
1228
+ }
1229
+ },
1230
+ "node_modules/scheduler": {
1231
+ "version": "0.27.0",
1232
+ "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
1233
+ "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
1234
+ "license": "MIT"
1235
+ },
1236
+ "node_modules/source-map-js": {
1237
+ "version": "1.2.1",
1238
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
1239
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
1240
+ "dev": true,
1241
+ "license": "BSD-3-Clause",
1242
+ "engines": {
1243
+ "node": ">=0.10.0"
1244
+ }
1245
+ },
1246
+ "node_modules/tinyglobby": {
1247
+ "version": "0.2.17",
1248
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
1249
+ "integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
1250
+ "dev": true,
1251
+ "license": "MIT",
1252
+ "dependencies": {
1253
+ "fdir": "^6.5.0",
1254
+ "picomatch": "^4.0.4"
1255
+ },
1256
+ "engines": {
1257
+ "node": ">=12.0.0"
1258
+ },
1259
+ "funding": {
1260
+ "url": "https://github.com/sponsors/SuperchupuDev"
1261
+ }
1262
+ },
1263
+ "node_modules/tslib": {
1264
+ "version": "2.8.1",
1265
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
1266
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
1267
+ "dev": true,
1268
+ "license": "0BSD",
1269
+ "optional": true
1270
+ },
1271
+ "node_modules/typescript": {
1272
+ "version": "6.0.3",
1273
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
1274
+ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
1275
+ "dev": true,
1276
+ "license": "Apache-2.0",
1277
+ "bin": {
1278
+ "tsc": "bin/tsc",
1279
+ "tsserver": "bin/tsserver"
1280
+ },
1281
+ "engines": {
1282
+ "node": ">=14.17"
1283
+ }
1284
+ },
1285
+ "node_modules/undici-types": {
1286
+ "version": "7.18.2",
1287
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz",
1288
+ "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
1289
+ "dev": true,
1290
+ "license": "MIT"
1291
+ },
1292
+ "node_modules/vite": {
1293
+ "version": "8.1.5",
1294
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.1.5.tgz",
1295
+ "integrity": "sha512-7ULLwsCdYx/nRyrpiEwvqb5TFHrMVZyBt+rg/OAXT7rgj/z+DtTDyKFeLAdDkubDVDKD8jOsndmy7m55XcfUsw==",
1296
+ "dev": true,
1297
+ "license": "MIT",
1298
+ "peer": true,
1299
+ "dependencies": {
1300
+ "lightningcss": "^1.32.0",
1301
+ "picomatch": "^4.0.5",
1302
+ "postcss": "^8.5.17",
1303
+ "rolldown": "~1.1.5",
1304
+ "tinyglobby": "^0.2.17"
1305
+ },
1306
+ "bin": {
1307
+ "vite": "bin/vite.js"
1308
+ },
1309
+ "engines": {
1310
+ "node": "^20.19.0 || >=22.12.0"
1311
+ },
1312
+ "funding": {
1313
+ "url": "https://github.com/vitejs/vite?sponsor=1"
1314
+ },
1315
+ "optionalDependencies": {
1316
+ "fsevents": "~2.3.3"
1317
+ },
1318
+ "peerDependencies": {
1319
+ "@types/node": "^20.19.0 || >=22.12.0",
1320
+ "@vitejs/devtools": "^0.3.0",
1321
+ "esbuild": "^0.27.0 || ^0.28.0",
1322
+ "jiti": ">=1.21.0",
1323
+ "less": "^4.0.0",
1324
+ "sass": "^1.70.0",
1325
+ "sass-embedded": "^1.70.0",
1326
+ "stylus": ">=0.54.8",
1327
+ "sugarss": "^5.0.0",
1328
+ "terser": "^5.16.0",
1329
+ "tsx": "^4.8.1",
1330
+ "yaml": "^2.4.2"
1331
+ },
1332
+ "peerDependenciesMeta": {
1333
+ "@types/node": {
1334
+ "optional": true
1335
+ },
1336
+ "@vitejs/devtools": {
1337
+ "optional": true
1338
+ },
1339
+ "esbuild": {
1340
+ "optional": true
1341
+ },
1342
+ "jiti": {
1343
+ "optional": true
1344
+ },
1345
+ "less": {
1346
+ "optional": true
1347
+ },
1348
+ "sass": {
1349
+ "optional": true
1350
+ },
1351
+ "sass-embedded": {
1352
+ "optional": true
1353
+ },
1354
+ "stylus": {
1355
+ "optional": true
1356
+ },
1357
+ "sugarss": {
1358
+ "optional": true
1359
+ },
1360
+ "terser": {
1361
+ "optional": true
1362
+ },
1363
+ "tsx": {
1364
+ "optional": true
1365
+ },
1366
+ "yaml": {
1367
+ "optional": true
1368
+ }
1369
+ }
1370
+ }
1371
+ }
1372
+ }