create-lve 0.6.30 → 0.6.33

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 (46) hide show
  1. package/README.md +40 -0
  2. package/config.js +6 -200
  3. package/index.js +8 -14
  4. package/package.json +2 -1
  5. package/template-react/src/main.tsx +1 -0
  6. package/template-react/tsconfig.node.json +0 -1
  7. package/template-react/vite.config.ts +2 -1
  8. package/template-react-tanstackrouter/.env.example +0 -0
  9. package/template-react-tanstackrouter/.oxfmtrc.json +6 -0
  10. package/template-react-tanstackrouter/.oxlintrc.json +8 -0
  11. package/template-react-tanstackrouter/.vscode/extensions.json +3 -0
  12. package/template-react-tanstackrouter/.vscode/settings.json +74 -0
  13. package/template-react-tanstackrouter/README.md +13 -0
  14. package/template-react-tanstackrouter/index.html +14 -0
  15. package/template-react-tanstackrouter/package.json +38 -0
  16. package/template-react-tanstackrouter/pnpm-lock.yaml +1928 -0
  17. package/template-react-tanstackrouter/public/favicon.svg +1 -0
  18. package/template-react-tanstackrouter/public/icons.svg +24 -0
  19. package/template-react-tanstackrouter/src/assets/hero.png +0 -0
  20. package/template-react-tanstackrouter/src/assets/react.svg +1 -0
  21. package/template-react-tanstackrouter/src/assets/vite.svg +1 -0
  22. package/template-react-tanstackrouter/src/components/.gitkeep +0 -0
  23. package/template-react-tanstackrouter/src/components/ui/.gitkeep +0 -0
  24. package/template-react-tanstackrouter/src/features/.gitkeep +0 -0
  25. package/template-react-tanstackrouter/src/lib/.gitkeep +0 -0
  26. package/template-react-tanstackrouter/src/main.tsx +23 -0
  27. package/template-react-tanstackrouter/src/router.tsx +19 -0
  28. package/template-react-tanstackrouter/src/routes/__root.tsx +10 -0
  29. package/template-react-tanstackrouter/src/routes/_marketing-layout/about.tsx +14 -0
  30. package/template-react-tanstackrouter/src/routes/_marketing-layout/index.tsx +33 -0
  31. package/template-react-tanstackrouter/src/routes/_marketing-layout/route.tsx +36 -0
  32. package/template-react-tanstackrouter/src/routes/dashboard/index.tsx +14 -0
  33. package/template-react-tanstackrouter/src/routes/dashboard/route.tsx +33 -0
  34. package/template-react-tanstackrouter/src/routes/dashboard/settings.tsx +14 -0
  35. package/template-react-tanstackrouter/src/services/.gitkeep +0 -0
  36. package/template-react-tanstackrouter/src/state/.gitkeep +0 -0
  37. package/template-react-tanstackrouter/src/styles.css +79 -0
  38. package/template-react-tanstackrouter/tsconfig.app.json +32 -0
  39. package/template-react-tanstackrouter/tsconfig.json +4 -0
  40. package/template-react-tanstackrouter/tsconfig.node.json +23 -0
  41. package/template-react-tanstackrouter/vite.config.ts +19 -0
  42. package/template-vue/src/main.ts +1 -0
  43. package/template-vue/src/style.css +1 -0
  44. package/template-vue/src/views/HomeView.vue +1 -1
  45. package/template-vue/tsconfig.node.json +1 -4
  46. package/template-vue/vite.config.ts +2 -4
@@ -0,0 +1,1928 @@
1
+ lockfileVersion: '9.0'
2
+
3
+ settings:
4
+ autoInstallPeers: true
5
+ excludeLinksFromLockfile: false
6
+
7
+ importers:
8
+
9
+ .:
10
+ dependencies:
11
+ '@tanstack/react-router':
12
+ specifier: ^1.170.17
13
+ version: 1.170.17(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
14
+ react:
15
+ specifier: ^19.2.7
16
+ version: 19.2.7
17
+ react-dom:
18
+ specifier: ^19.2.7
19
+ version: 19.2.7(react@19.2.7)
20
+ devDependencies:
21
+ '@babel/core':
22
+ specifier: ^7.29.7
23
+ version: 7.29.7
24
+ '@rolldown/plugin-babel':
25
+ specifier: ^0.2.3
26
+ version: 0.2.3(@babel/core@7.29.7)(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
27
+ '@tailwindcss/vite':
28
+ specifier: ^4.3.2
29
+ version: 4.3.2(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
30
+ '@tanstack/router-plugin':
31
+ specifier: ^1.168.19
32
+ version: 1.168.19(@tanstack/react-router@1.170.17(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
33
+ '@types/babel__core':
34
+ specifier: ^7.20.5
35
+ version: 7.20.5
36
+ '@types/node':
37
+ specifier: ^24.13.2
38
+ version: 24.13.3
39
+ '@types/react':
40
+ specifier: ^19.2.17
41
+ version: 19.2.17
42
+ '@types/react-dom':
43
+ specifier: ^19.2.3
44
+ version: 19.2.3(@types/react@19.2.17)
45
+ '@vitejs/plugin-react':
46
+ specifier: ^6.0.3
47
+ version: 6.0.3(@rolldown/plugin-babel@0.2.3(@babel/core@7.29.7)(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0)))(babel-plugin-react-compiler@1.0.0)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
48
+ babel-plugin-react-compiler:
49
+ specifier: ^1.0.0
50
+ version: 1.0.0
51
+ oxfmt:
52
+ specifier: ^0.58.0
53
+ version: 0.58.0
54
+ oxlint:
55
+ specifier: ^1.71.0
56
+ version: 1.73.0
57
+ tailwindcss:
58
+ specifier: ^4.3.2
59
+ version: 4.3.2
60
+ typescript:
61
+ specifier: ~6.0.2
62
+ version: 6.0.3
63
+ vite:
64
+ specifier: ^8.1.1
65
+ version: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
66
+
67
+ packages:
68
+
69
+ '@babel/code-frame@7.29.7':
70
+ resolution: {integrity: sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==}
71
+ engines: {node: '>=6.9.0'}
72
+
73
+ '@babel/compat-data@7.29.7':
74
+ resolution: {integrity: sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==}
75
+ engines: {node: '>=6.9.0'}
76
+
77
+ '@babel/core@7.29.7':
78
+ resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
79
+ engines: {node: '>=6.9.0'}
80
+
81
+ '@babel/generator@7.29.7':
82
+ resolution: {integrity: sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==}
83
+ engines: {node: '>=6.9.0'}
84
+
85
+ '@babel/helper-compilation-targets@7.29.7':
86
+ resolution: {integrity: sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==}
87
+ engines: {node: '>=6.9.0'}
88
+
89
+ '@babel/helper-globals@7.29.7':
90
+ resolution: {integrity: sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==}
91
+ engines: {node: '>=6.9.0'}
92
+
93
+ '@babel/helper-module-imports@7.29.7':
94
+ resolution: {integrity: sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==}
95
+ engines: {node: '>=6.9.0'}
96
+
97
+ '@babel/helper-module-transforms@7.29.7':
98
+ resolution: {integrity: sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==}
99
+ engines: {node: '>=6.9.0'}
100
+ peerDependencies:
101
+ '@babel/core': ^7.0.0
102
+
103
+ '@babel/helper-string-parser@7.29.7':
104
+ resolution: {integrity: sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==}
105
+ engines: {node: '>=6.9.0'}
106
+
107
+ '@babel/helper-validator-identifier@7.29.7':
108
+ resolution: {integrity: sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==}
109
+ engines: {node: '>=6.9.0'}
110
+
111
+ '@babel/helper-validator-option@7.29.7':
112
+ resolution: {integrity: sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==}
113
+ engines: {node: '>=6.9.0'}
114
+
115
+ '@babel/helpers@7.29.7':
116
+ resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
117
+ engines: {node: '>=6.9.0'}
118
+
119
+ '@babel/parser@7.29.7':
120
+ resolution: {integrity: sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==}
121
+ engines: {node: '>=6.0.0'}
122
+ hasBin: true
123
+
124
+ '@babel/template@7.29.7':
125
+ resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
126
+ engines: {node: '>=6.9.0'}
127
+
128
+ '@babel/traverse@7.29.7':
129
+ resolution: {integrity: sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==}
130
+ engines: {node: '>=6.9.0'}
131
+
132
+ '@babel/types@7.29.7':
133
+ resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
134
+ engines: {node: '>=6.9.0'}
135
+
136
+ '@emnapi/core@1.11.1':
137
+ resolution: {integrity: sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==}
138
+
139
+ '@emnapi/runtime@1.11.1':
140
+ resolution: {integrity: sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==}
141
+
142
+ '@emnapi/wasi-threads@1.2.2':
143
+ resolution: {integrity: sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==}
144
+
145
+ '@jridgewell/gen-mapping@0.3.13':
146
+ resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
147
+
148
+ '@jridgewell/remapping@2.3.5':
149
+ resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
150
+
151
+ '@jridgewell/resolve-uri@3.1.2':
152
+ resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
153
+ engines: {node: '>=6.0.0'}
154
+
155
+ '@jridgewell/sourcemap-codec@1.5.5':
156
+ resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
157
+
158
+ '@jridgewell/trace-mapping@0.3.31':
159
+ resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
160
+
161
+ '@napi-rs/wasm-runtime@1.1.6':
162
+ resolution: {integrity: sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==}
163
+ peerDependencies:
164
+ '@emnapi/core': ^1.7.1
165
+ '@emnapi/runtime': ^1.7.1
166
+
167
+ '@oxc-project/types@0.139.0':
168
+ resolution: {integrity: sha512-r9gHphtCs+1M7J0pw6Sn/hh/Wpa/iQrOOkrNAlVLF/gHq+/CJmHIWKKUUhdWjcD6CIa8idarspCsASiXCXvFUw==}
169
+
170
+ '@oxfmt/binding-android-arm-eabi@0.58.0':
171
+ resolution: {integrity: sha512-Uz62sHduGGPftXtILGyxdSW4PX82rUg+rfdNqhsgxe881g4rIoXlIqmZQ6HVKcF4f+F8qMhdD03Bx5u7gmeTdg==}
172
+ engines: {node: ^20.19.0 || >=22.12.0}
173
+ cpu: [arm]
174
+ os: [android]
175
+
176
+ '@oxfmt/binding-android-arm64@0.58.0':
177
+ resolution: {integrity: sha512-rD0lRaJp1b+9vw6X4A2dJWKukd6X8yxiicN4JxXcXayolmUypRZxk+lKR+fVOu5q/iYc0fh5fR4bgmfOfVlbaA==}
178
+ engines: {node: ^20.19.0 || >=22.12.0}
179
+ cpu: [arm64]
180
+ os: [android]
181
+
182
+ '@oxfmt/binding-darwin-arm64@0.58.0':
183
+ resolution: {integrity: sha512-uzbPPk7O6M+w2K65vcQ1woga3wgP8zghjL1KOG5b6qJ8dvYHZJ1VShaslg2KOK6yQIwCQtcMCXqLBM6sqXUNTg==}
184
+ engines: {node: ^20.19.0 || >=22.12.0}
185
+ cpu: [arm64]
186
+ os: [darwin]
187
+
188
+ '@oxfmt/binding-darwin-x64@0.58.0':
189
+ resolution: {integrity: sha512-L0nKYDxU32oxeQqJj21W9SlIMnf81VZEhyah6iDvFhf5q0oynq498Fopth7blErUJVBpVtxQ98RMCfMPqpJX6w==}
190
+ engines: {node: ^20.19.0 || >=22.12.0}
191
+ cpu: [x64]
192
+ os: [darwin]
193
+
194
+ '@oxfmt/binding-freebsd-x64@0.58.0':
195
+ resolution: {integrity: sha512-woNwfD58dC5PGS9LSLSD5JYfo/EFK5iG9vhDWkcCg3q78ag7KC8bpDqgvPHrMoXpx83OLXxoSOhu6z8FsVTHlg==}
196
+ engines: {node: ^20.19.0 || >=22.12.0}
197
+ cpu: [x64]
198
+ os: [freebsd]
199
+
200
+ '@oxfmt/binding-linux-arm-gnueabihf@0.58.0':
201
+ resolution: {integrity: sha512-Sqs8nMLxuQpY21NKJ1u4stPDmO5hskBCNNh2E3AdCfI1QqWtf4m+Qn4mGEIUO4KGmuq3SWc/SZ80uy5IiwTCDw==}
202
+ engines: {node: ^20.19.0 || >=22.12.0}
203
+ cpu: [arm]
204
+ os: [linux]
205
+
206
+ '@oxfmt/binding-linux-arm-musleabihf@0.58.0':
207
+ resolution: {integrity: sha512-Vd4exzBI5B5hB9m22JiTQzIL23WvHo/Pe+sNXPNeBLXSP9swCBPKCEBRwKpmpQzYhlgYaCgfPcGXPKAJBRIiZQ==}
208
+ engines: {node: ^20.19.0 || >=22.12.0}
209
+ cpu: [arm]
210
+ os: [linux]
211
+
212
+ '@oxfmt/binding-linux-arm64-gnu@0.58.0':
213
+ resolution: {integrity: sha512-bUWi5mHV+4Vi56RLHE1h6q/HHfwAIT3XoB9vJAVeRzfu5NriXM8y6eeJu0vlKa0C9kq2rq1sOWRClhdLHPocrg==}
214
+ engines: {node: ^20.19.0 || >=22.12.0}
215
+ cpu: [arm64]
216
+ os: [linux]
217
+ libc: [glibc]
218
+
219
+ '@oxfmt/binding-linux-arm64-musl@0.58.0':
220
+ resolution: {integrity: sha512-2ZHxemzgHcjtktAuVUwSoyXmGo/t+aF5tS1ciPpPei4rhSyrz3JOqDosXXrmhN/yLUSzJjtuW7ToTWqfQpCj2w==}
221
+ engines: {node: ^20.19.0 || >=22.12.0}
222
+ cpu: [arm64]
223
+ os: [linux]
224
+ libc: [musl]
225
+
226
+ '@oxfmt/binding-linux-ppc64-gnu@0.58.0':
227
+ resolution: {integrity: sha512-AwKkVwjVmFQ3bcO7j0McGYAqCKH2a326fswfofng/E8VewCT/raeeGQr4huVhY704deK8AWASSTlxzMj0eZc6Q==}
228
+ engines: {node: ^20.19.0 || >=22.12.0}
229
+ cpu: [ppc64]
230
+ os: [linux]
231
+ libc: [glibc]
232
+
233
+ '@oxfmt/binding-linux-riscv64-gnu@0.58.0':
234
+ resolution: {integrity: sha512-xsRpTxfUnJF8D3AUKko/qyWdjw4GZVHlCVFuGlzSCTeewLmykKINW8em1+wx+axsDVtJJcMtvsiaXggXxrlHgw==}
235
+ engines: {node: ^20.19.0 || >=22.12.0}
236
+ cpu: [riscv64]
237
+ os: [linux]
238
+ libc: [glibc]
239
+
240
+ '@oxfmt/binding-linux-riscv64-musl@0.58.0':
241
+ resolution: {integrity: sha512-Z4AYOTcy7nYEIiXwD62PlerimyYRcfJOgUbQAEBjXz098kxKuERBlRntofGy69HHhe9E0TLVNMl1yspVNu+efw==}
242
+ engines: {node: ^20.19.0 || >=22.12.0}
243
+ cpu: [riscv64]
244
+ os: [linux]
245
+ libc: [musl]
246
+
247
+ '@oxfmt/binding-linux-s390x-gnu@0.58.0':
248
+ resolution: {integrity: sha512-A3nhhtZPC/TKVWOPj9q/H3p2znJDCcHWYlJBhWL8hGq/bFmBaNBHC8Np6E581yVq1w9Mi3rMDNzDalWvtUfJtQ==}
249
+ engines: {node: ^20.19.0 || >=22.12.0}
250
+ cpu: [s390x]
251
+ os: [linux]
252
+ libc: [glibc]
253
+
254
+ '@oxfmt/binding-linux-x64-gnu@0.58.0':
255
+ resolution: {integrity: sha512-2g+tVkgwqphw8R4hgo+kF4oz8+P5RwVOtr9+irsC7uwEp0e9j7Crw8kDGKL20uYlLPD7g02DqA61mC/UNYx98A==}
256
+ engines: {node: ^20.19.0 || >=22.12.0}
257
+ cpu: [x64]
258
+ os: [linux]
259
+ libc: [glibc]
260
+
261
+ '@oxfmt/binding-linux-x64-musl@0.58.0':
262
+ resolution: {integrity: sha512-rc15P6AbyyB7426aN8AakLd02Trb3a6ML/mmfAQeVHJEfVofWLcWIrBdy6zDEY+DIaL/s8E4GGPboVw+oP3+EA==}
263
+ engines: {node: ^20.19.0 || >=22.12.0}
264
+ cpu: [x64]
265
+ os: [linux]
266
+ libc: [musl]
267
+
268
+ '@oxfmt/binding-openharmony-arm64@0.58.0':
269
+ resolution: {integrity: sha512-ZWoTM27/HYPOh9iq86DAbhPu9nXb8qKvvGU/h8OfliyVUFAMMNTLDkGsWDKKnDqIkqvZ9+dXlgUOsH1LYO3O7g==}
270
+ engines: {node: ^20.19.0 || >=22.12.0}
271
+ cpu: [arm64]
272
+ os: [openharmony]
273
+
274
+ '@oxfmt/binding-win32-arm64-msvc@0.58.0':
275
+ resolution: {integrity: sha512-LHZnqFXe2dEfkRI4XdZS/57nEOT/I4UCRX5IyM9v4GYW9XwQCjGe1IUK59SuKw3POwvcgWQ4pme2cYXmNqTNPg==}
276
+ engines: {node: ^20.19.0 || >=22.12.0}
277
+ cpu: [arm64]
278
+ os: [win32]
279
+
280
+ '@oxfmt/binding-win32-ia32-msvc@0.58.0':
281
+ resolution: {integrity: sha512-mZKpg20TpheCJym1rarcZCUJeW1sSruw8zAAaCYWvuVfwIUDN1CXdrPU/JgCWReXTCTrEfCB8Wyo3hh9jSZ2EA==}
282
+ engines: {node: ^20.19.0 || >=22.12.0}
283
+ cpu: [ia32]
284
+ os: [win32]
285
+
286
+ '@oxfmt/binding-win32-x64-msvc@0.58.0':
287
+ resolution: {integrity: sha512-N/wUU4N5PZ2orBtI+Ko7MnMfYLfE7K91UrGMY/c/pYyHR3lA9kwst1XugkZx+92YcRh/Eo+iv2eTESSWXfiZPA==}
288
+ engines: {node: ^20.19.0 || >=22.12.0}
289
+ cpu: [x64]
290
+ os: [win32]
291
+
292
+ '@oxlint/binding-android-arm-eabi@1.73.0':
293
+ resolution: {integrity: sha512-HZQRN/UMBu+Ut+/9MiAChkbP4qZqrNOWBcNI45vOT40GVhbGR0JgHB87L48D4iAqFQIdVmeQYtV9RF89AjTKkg==}
294
+ engines: {node: ^20.19.0 || >=22.12.0}
295
+ cpu: [arm]
296
+ os: [android]
297
+
298
+ '@oxlint/binding-android-arm64@1.73.0':
299
+ resolution: {integrity: sha512-Gp+KJRylv2aW7thRpG5p1KTxZq4ZJFbWowrKzufNq9d3ssl3r3JviYV45/+p+7CN1Nv0zDd1e8Ex0b/HUDq4TQ==}
300
+ engines: {node: ^20.19.0 || >=22.12.0}
301
+ cpu: [arm64]
302
+ os: [android]
303
+
304
+ '@oxlint/binding-darwin-arm64@1.73.0':
305
+ resolution: {integrity: sha512-3de96NdtXhxERMjIz7wsp2HYMY6pMQycGxFWac2mFecAx6VeARF/IqFb1QIaqiCRIdfzBwzTed+pCTCoiS+CYA==}
306
+ engines: {node: ^20.19.0 || >=22.12.0}
307
+ cpu: [arm64]
308
+ os: [darwin]
309
+
310
+ '@oxlint/binding-darwin-x64@1.73.0':
311
+ resolution: {integrity: sha512-5zx/uPW32TiaOeVY1dQ/H5iOf0K1HOdFKOJhLqGl4o63+i1fpzoqqu/mKtd7OFgFjNCdhlyTGgjVkQTZm1ELcg==}
312
+ engines: {node: ^20.19.0 || >=22.12.0}
313
+ cpu: [x64]
314
+ os: [darwin]
315
+
316
+ '@oxlint/binding-freebsd-x64@1.73.0':
317
+ resolution: {integrity: sha512-qNe4gKHaGnLuZJ8toUg90JAa0S2vTVvDw+0bRi3q1avXZXDT4u5mMeECf3nD4HYrbdn1O7dXqWut4onY/yx/Xg==}
318
+ engines: {node: ^20.19.0 || >=22.12.0}
319
+ cpu: [x64]
320
+ os: [freebsd]
321
+
322
+ '@oxlint/binding-linux-arm-gnueabihf@1.73.0':
323
+ resolution: {integrity: sha512-cCehYh5hTbfShm/fxTD6wwrGUWIpvX+N5OxmAMhFhDeTGXvw+BeNj889tpxsFQ9ZLatQ6wImuY8tsKLZ+FMz7w==}
324
+ engines: {node: ^20.19.0 || >=22.12.0}
325
+ cpu: [arm]
326
+ os: [linux]
327
+
328
+ '@oxlint/binding-linux-arm-musleabihf@1.73.0':
329
+ resolution: {integrity: sha512-d5j5GDU/2dMgjVhw7TQT9ITrsIr1Y02KEXKyVGIXUkD+KiaxE9TP65FS2ZdgTBemQvoRL+gSBdbrIm3cQIeacg==}
330
+ engines: {node: ^20.19.0 || >=22.12.0}
331
+ cpu: [arm]
332
+ os: [linux]
333
+
334
+ '@oxlint/binding-linux-arm64-gnu@1.73.0':
335
+ resolution: {integrity: sha512-Eyf1SrP3+yR1DI3OJgOY2Pvrr9dWP9TK37xPaDYycwTtlGlI45erJAVIfH5/m/xosDt6BupJYEFi47bvbTuuyw==}
336
+ engines: {node: ^20.19.0 || >=22.12.0}
337
+ cpu: [arm64]
338
+ os: [linux]
339
+ libc: [glibc]
340
+
341
+ '@oxlint/binding-linux-arm64-musl@1.73.0':
342
+ resolution: {integrity: sha512-IlT/OJApEDKaMmCooHuncgJZbbCe7T5QIWmTZBEtYscWvzPQuuEinVcid6kwQRVQOUdb7PUCz4jQHnaYXdfJXw==}
343
+ engines: {node: ^20.19.0 || >=22.12.0}
344
+ cpu: [arm64]
345
+ os: [linux]
346
+ libc: [musl]
347
+
348
+ '@oxlint/binding-linux-ppc64-gnu@1.73.0':
349
+ resolution: {integrity: sha512-L+JYcb/vdg5fmcH08V6o0YYLU28cTH1SPNulwJdvK9NK49aXSkYy6oNpKBmddArVOXYqNepriDGiZ04G54kh1Q==}
350
+ engines: {node: ^20.19.0 || >=22.12.0}
351
+ cpu: [ppc64]
352
+ os: [linux]
353
+ libc: [glibc]
354
+
355
+ '@oxlint/binding-linux-riscv64-gnu@1.73.0':
356
+ resolution: {integrity: sha512-Qtk0g3bKV6OwWjIm7R8kQN1uOZRKQt/MODK2a8QfkwhTpXBD53ozx5XLVWLGDQAVyp2otLW4D2wB98XfAfMPGA==}
357
+ engines: {node: ^20.19.0 || >=22.12.0}
358
+ cpu: [riscv64]
359
+ os: [linux]
360
+ libc: [glibc]
361
+
362
+ '@oxlint/binding-linux-riscv64-musl@1.73.0':
363
+ resolution: {integrity: sha512-wX0NQKZVxltkAOVmzFcpOaMpdaUvsq1Eqpx9tkAfl71UdkTlSo1R4AdAnGccR1Fm2+TzFgZ22CyyGuZ41RDr/A==}
364
+ engines: {node: ^20.19.0 || >=22.12.0}
365
+ cpu: [riscv64]
366
+ os: [linux]
367
+ libc: [musl]
368
+
369
+ '@oxlint/binding-linux-s390x-gnu@1.73.0':
370
+ resolution: {integrity: sha512-vPe7UGBMWyiLTtnqS4xxgMQFSFGmtQwhwCxuiw6lXygaO6bVt0D8dFVg8Xv05eaiN3ybC0HXXHUAohFMFvqoCQ==}
371
+ engines: {node: ^20.19.0 || >=22.12.0}
372
+ cpu: [s390x]
373
+ os: [linux]
374
+ libc: [glibc]
375
+
376
+ '@oxlint/binding-linux-x64-gnu@1.73.0':
377
+ resolution: {integrity: sha512-2CwIWr9cemFC/CbRBWZvuk5mffz6ObmfFkfcC/9rTQ7f+icNhYr2kOjf9Rt8lLvugvkdGDOmkoVoFFHh6ClCTw==}
378
+ engines: {node: ^20.19.0 || >=22.12.0}
379
+ cpu: [x64]
380
+ os: [linux]
381
+ libc: [glibc]
382
+
383
+ '@oxlint/binding-linux-x64-musl@1.73.0':
384
+ resolution: {integrity: sha512-nDadfJgg7NBBxG0N560wOe7LLX5QiYp6qBaI7viuk5EUORFBktU/NfV0MbTqU3gTqQDCh4VyxKdo5VADxk9w8Q==}
385
+ engines: {node: ^20.19.0 || >=22.12.0}
386
+ cpu: [x64]
387
+ os: [linux]
388
+ libc: [musl]
389
+
390
+ '@oxlint/binding-openharmony-arm64@1.73.0':
391
+ resolution: {integrity: sha512-wGjJC+NLH9xP+IKGn9RDW94ojJR/wPbg5WCnQjj/oReaOtCQthr8ws1zICe77JFmo4ouUdeTHHZL/ESGiF6Pmw==}
392
+ engines: {node: ^20.19.0 || >=22.12.0}
393
+ cpu: [arm64]
394
+ os: [openharmony]
395
+
396
+ '@oxlint/binding-win32-arm64-msvc@1.73.0':
397
+ resolution: {integrity: sha512-I7X47GPGljw225YUQ5SbC/rb1Kkdrd0yQf0x+hYxeKS6DpfjMbo9ccQPQ6LNY6BoJQ1sHhgDUGuMn5Vg5gHT6w==}
398
+ engines: {node: ^20.19.0 || >=22.12.0}
399
+ cpu: [arm64]
400
+ os: [win32]
401
+
402
+ '@oxlint/binding-win32-ia32-msvc@1.73.0':
403
+ resolution: {integrity: sha512-5lWj+3h+74Fm1jYOO9qkJA4xkAlZA099DkXppuXsk7UpnpZLttsefrZU469vChGaG6hcSqrkKXQOvMTZtbjeNg==}
404
+ engines: {node: ^20.19.0 || >=22.12.0}
405
+ cpu: [ia32]
406
+ os: [win32]
407
+
408
+ '@oxlint/binding-win32-x64-msvc@1.73.0':
409
+ resolution: {integrity: sha512-WaNRvh4f6zY9CvUQk2YoA1O90ieWrIklI84+HXFr9Isjz9CSESrdqo/RtIYt4Dll/cAchqGDMehfaZd0vqEFZw==}
410
+ engines: {node: ^20.19.0 || >=22.12.0}
411
+ cpu: [x64]
412
+ os: [win32]
413
+
414
+ '@rolldown/binding-android-arm64@1.1.5':
415
+ resolution: {integrity: sha512-lZg8fqIv2v7FF237bwMgzGZEJvGL79/s5knJ/i6FmsGF4XXlzccZ4jb+TrFIxtSSxFtIpdsgrPZeMk1I9AFcyQ==}
416
+ engines: {node: ^20.19.0 || >=22.12.0}
417
+ cpu: [arm64]
418
+ os: [android]
419
+
420
+ '@rolldown/binding-darwin-arm64@1.1.5':
421
+ resolution: {integrity: sha512-51Bnx9pNiMRKSUNtBfySkNJ9vMU9Hh3I1ozDd6gyPPYzaXCfnptUcEZxXGYFn+ul2dtcMUiqGR1Yai2K10uoTw==}
422
+ engines: {node: ^20.19.0 || >=22.12.0}
423
+ cpu: [arm64]
424
+ os: [darwin]
425
+
426
+ '@rolldown/binding-darwin-x64@1.1.5':
427
+ resolution: {integrity: sha512-Tm+gbfC0aHu1tBA/JvKQh32S0K6YgCHkiAF4/W6xX0K0RmNuc94VeK419dJoE65R5aRxmo+noZQSWrAMF6yb6g==}
428
+ engines: {node: ^20.19.0 || >=22.12.0}
429
+ cpu: [x64]
430
+ os: [darwin]
431
+
432
+ '@rolldown/binding-freebsd-x64@1.1.5':
433
+ resolution: {integrity: sha512-JMzDKCCXq93YccG5gz3hvOs1oXRKAf0XYpfOS88e+wZrC8Iugj6j68867vrYZkvpDDpKn/KoKORThmchMpF6TA==}
434
+ engines: {node: ^20.19.0 || >=22.12.0}
435
+ cpu: [x64]
436
+ os: [freebsd]
437
+
438
+ '@rolldown/binding-linux-arm-gnueabihf@1.1.5':
439
+ resolution: {integrity: sha512-uML21j2K5TfPGutKxub+M+nLjZIrWjXQ5Grx4lCe/nimTj9B4L63zHpjXLl4y0L3mcm2htEQIb06oCG/szerNw==}
440
+ engines: {node: ^20.19.0 || >=22.12.0}
441
+ cpu: [arm]
442
+ os: [linux]
443
+
444
+ '@rolldown/binding-linux-arm64-gnu@1.1.5':
445
+ resolution: {integrity: sha512-navSiuTMogvnQoZoM/v+l3ZWo50/NTwSHSzheABx/RCnmUPaKwq9qSo4Br2OYRs21+Fz8uFqITZM3H4opOB0/Q==}
446
+ engines: {node: ^20.19.0 || >=22.12.0}
447
+ cpu: [arm64]
448
+ os: [linux]
449
+ libc: [glibc]
450
+
451
+ '@rolldown/binding-linux-arm64-musl@1.1.5':
452
+ resolution: {integrity: sha512-lAryqH7IteztmCXQXk0etKj4wBQ7Gx5S6LjKhsgp9zb8I5bsuvU/2llH1hDQcjsFeqIsovMVN339/8pUDDBXxA==}
453
+ engines: {node: ^20.19.0 || >=22.12.0}
454
+ cpu: [arm64]
455
+ os: [linux]
456
+ libc: [musl]
457
+
458
+ '@rolldown/binding-linux-ppc64-gnu@1.1.5':
459
+ resolution: {integrity: sha512-fsK/sNBnxzBlL4O1JNrZakVQxPspqpED5dLtNsZS9oOKmtSpdNIzxH2kkol5HYTWJN47sE20ztMJPxfZ89qGOg==}
460
+ engines: {node: ^20.19.0 || >=22.12.0}
461
+ cpu: [ppc64]
462
+ os: [linux]
463
+ libc: [glibc]
464
+
465
+ '@rolldown/binding-linux-s390x-gnu@1.1.5':
466
+ resolution: {integrity: sha512-gLYb4BIadlfTOYT5gO503n8zQjXflgzpD0FcyKh0Mzx3rqCZKnHoJWV9xe1KXUJ5lx2JfcSHr/mhzS0PC/McAA==}
467
+ engines: {node: ^20.19.0 || >=22.12.0}
468
+ cpu: [s390x]
469
+ os: [linux]
470
+ libc: [glibc]
471
+
472
+ '@rolldown/binding-linux-x64-gnu@1.1.5':
473
+ resolution: {integrity: sha512-FjcpEKUyJygHgs1o50VYNvkt5+7Le/VEdYt0AkRpkL33MnyQfwr8l5mXwMmfmTbyMPr5vJLC+8/Gd9gXnwU1QQ==}
474
+ engines: {node: ^20.19.0 || >=22.12.0}
475
+ cpu: [x64]
476
+ os: [linux]
477
+ libc: [glibc]
478
+
479
+ '@rolldown/binding-linux-x64-musl@1.1.5':
480
+ resolution: {integrity: sha512-Me+PfPI2TMeOQk0gYWfLQZtTktrmzbr8cDboqX83XKc7UrgAi55gF+2dUkWdxd19n55Essp2yeca+O9N5rBxHg==}
481
+ engines: {node: ^20.19.0 || >=22.12.0}
482
+ cpu: [x64]
483
+ os: [linux]
484
+ libc: [musl]
485
+
486
+ '@rolldown/binding-openharmony-arm64@1.1.5':
487
+ resolution: {integrity: sha512-yc5WrLzXks6zCQfn9Oxr8pORKyl/pF+QjHmW/Qx3qu0oyrrNC+y2JLTU1E2rcWYAmzlnqngWXHQjy51VzW70Vw==}
488
+ engines: {node: ^20.19.0 || >=22.12.0}
489
+ cpu: [arm64]
490
+ os: [openharmony]
491
+
492
+ '@rolldown/binding-wasm32-wasi@1.1.5':
493
+ resolution: {integrity: sha512-VbQGPX2b4r48TAMIM2cjgluIM1HYutm4pcTEJsle7iEP7sB1dFqtPLBVbdLAZCxy1txCcPxf4QFf4v8uvltPqA==}
494
+ engines: {node: ^20.19.0 || >=22.12.0}
495
+ cpu: [wasm32]
496
+
497
+ '@rolldown/binding-win32-arm64-msvc@1.1.5':
498
+ resolution: {integrity: sha512-gHv82k63z4qpV5+Q1y/12KrK0ltWBukVDI8nZcbT7Tt/ZlOIVwppazneq0F93oDxTo3IgAMEDIoQh3E2n6mVsw==}
499
+ engines: {node: ^20.19.0 || >=22.12.0}
500
+ cpu: [arm64]
501
+ os: [win32]
502
+
503
+ '@rolldown/binding-win32-x64-msvc@1.1.5':
504
+ resolution: {integrity: sha512-tTZuDBPw85tEN5PQi1pnEBzDy0Z49HtScLAbD5t6hyeU92A95pRWaSMw1GZZi/RwgSgUIl0xrSlXIT/9QzvYSA==}
505
+ engines: {node: ^20.19.0 || >=22.12.0}
506
+ cpu: [x64]
507
+ os: [win32]
508
+
509
+ '@rolldown/plugin-babel@0.2.3':
510
+ resolution: {integrity: sha512-+zEk16yGlz1F9STiRr6uG9hmIXb6nprjLczV/htGptYuLoCuxb+itZ03RKCEeOhBpDDd1NU7qF6x1VLMUp62bw==}
511
+ engines: {node: '>=22.12.0 || ^24.0.0'}
512
+ peerDependencies:
513
+ '@babel/core': ^7.29.0 || ^8.0.0-rc.1
514
+ '@babel/plugin-transform-runtime': ^7.29.0 || ^8.0.0-rc.1
515
+ '@babel/runtime': ^7.27.0 || ^8.0.0-rc.1
516
+ rolldown: ^1.0.0-rc.5
517
+ vite: ^8.0.0
518
+ peerDependenciesMeta:
519
+ '@babel/plugin-transform-runtime':
520
+ optional: true
521
+ '@babel/runtime':
522
+ optional: true
523
+ vite:
524
+ optional: true
525
+
526
+ '@rolldown/pluginutils@1.0.1':
527
+ resolution: {integrity: sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==}
528
+
529
+ '@tailwindcss/node@4.3.2':
530
+ resolution: {integrity: sha512-yWP/sqEcBLaD8JuA6zNwxoYKr75qxTioYwlRwekj5Jr/I5GXnoJfjetH/psLUIv74cYTH2lBUEzBkinthoYcBg==}
531
+
532
+ '@tailwindcss/oxide-android-arm64@4.3.2':
533
+ resolution: {integrity: sha512-WHxqIuHpvZ5VtdX6GTl1Ik/Vp2YuN42Et+0CdeaVd/frQ9jAvGmvR8vLT+jk3e8/Q3x8kECB9+R17pgpp2BulA==}
534
+ engines: {node: '>= 20'}
535
+ cpu: [arm64]
536
+ os: [android]
537
+
538
+ '@tailwindcss/oxide-darwin-arm64@4.3.2':
539
+ resolution: {integrity: sha512-GZypeUY/IDJW3877KeM+O67vbXr3MBnbtEL4aYhNErv/JWZhye2vGSWWG9tB6iiqR2MqRNkY8IOUy4NdSZV26w==}
540
+ engines: {node: '>= 20'}
541
+ cpu: [arm64]
542
+ os: [darwin]
543
+
544
+ '@tailwindcss/oxide-darwin-x64@4.3.2':
545
+ resolution: {integrity: sha512-UIIzmefR6KO1sDU7MzRqAxC8iBpft/VhkGjTjnhoS6k7Z3rQ9wEgA1ODSiyH/tcSYssulNm4Ci3hOeK1jH7ccQ==}
546
+ engines: {node: '>= 20'}
547
+ cpu: [x64]
548
+ os: [darwin]
549
+
550
+ '@tailwindcss/oxide-freebsd-x64@4.3.2':
551
+ resolution: {integrity: sha512-GN+uAmcI6DNspnCDwtOAZrTz6oukJnp337qZvxqCGLd3BHBzJpO0ZbTLRvJNdztOeAmTzewewGIMPb0tk2R4WA==}
552
+ engines: {node: '>= 20'}
553
+ cpu: [x64]
554
+ os: [freebsd]
555
+
556
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.2':
557
+ resolution: {integrity: sha512-4ABn7qSbdHRwTiDiuWNegCyb5+2FJ4vKIKc3DmKrvAFw7MU1Lm11dIkTPwUaFdTzc7IsOpDbqBrlh0x6y36U/w==}
558
+ engines: {node: '>= 20'}
559
+ cpu: [arm]
560
+ os: [linux]
561
+
562
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.2':
563
+ resolution: {integrity: sha512-wDgEIGwoM8w8pufh9LVt1PahDgNdKXrLC2qfAnV3vAmococ9RWbxeAw4pxPttd/TsJfwjyLf90Dg1y9y8I6Emw==}
564
+ engines: {node: '>= 20'}
565
+ cpu: [arm64]
566
+ os: [linux]
567
+ libc: [glibc]
568
+
569
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.2':
570
+ resolution: {integrity: sha512-J5Nuk0uZQIiMTJj3LEx4sAA9tMFUoXQZFv1J6An+QGYe53HKRJuFDi0rpq/tuouCZeAbOBY3kQ6g8qeD4TUjtA==}
571
+ engines: {node: '>= 20'}
572
+ cpu: [arm64]
573
+ os: [linux]
574
+ libc: [musl]
575
+
576
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.2':
577
+ resolution: {integrity: sha512-kqCZpSKOBEJO4mz7OqWoofBZeXTAwaVGPj0ErAj7CojmhKpWVWVOnrt9dE8odoIraZq4oj3ausM37kXi+Tow8w==}
578
+ engines: {node: '>= 20'}
579
+ cpu: [x64]
580
+ os: [linux]
581
+ libc: [glibc]
582
+
583
+ '@tailwindcss/oxide-linux-x64-musl@4.3.2':
584
+ resolution: {integrity: sha512-cixpqbh2toJDmkuCRI68nXA8ZxNmdK9Y+9v5h3MC3ZQKy/0BO8AWzlkWyRM7JAFSGBlfig4YVTPsK6MVgqz1uw==}
585
+ engines: {node: '>= 20'}
586
+ cpu: [x64]
587
+ os: [linux]
588
+ libc: [musl]
589
+
590
+ '@tailwindcss/oxide-wasm32-wasi@4.3.2':
591
+ resolution: {integrity: sha512-4ec2Z/LOmRsAgU23CS4xeJfcJlmRg94A/XrbGRCF1gyU/zdDfRLYDVsS+ynSZCmGNxQ1jQriQOKMQeQxBA3Isw==}
592
+ engines: {node: '>=14.0.0'}
593
+ cpu: [wasm32]
594
+ bundledDependencies:
595
+ - '@napi-rs/wasm-runtime'
596
+ - '@emnapi/core'
597
+ - '@emnapi/runtime'
598
+ - '@tybys/wasm-util'
599
+ - '@emnapi/wasi-threads'
600
+ - tslib
601
+
602
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.2':
603
+ resolution: {integrity: sha512-Zyr/M0+XcYZu3bZrUytc7TXvrk0ftWfl8gN2MwekNDzhqhKRUucMPSeOzM0o0wH5AWOU49BsKRrfKxI2atCPMQ==}
604
+ engines: {node: '>= 20'}
605
+ cpu: [arm64]
606
+ os: [win32]
607
+
608
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.2':
609
+ resolution: {integrity: sha512-QI9BO7KlNZsp2GuO0jwAAj5jCDABOKXRkCk2XuKTSaNEFSdfzqswYVTtCHBNKHLsqyjFyFkqlDiwkNbTYSssMQ==}
610
+ engines: {node: '>= 20'}
611
+ cpu: [x64]
612
+ os: [win32]
613
+
614
+ '@tailwindcss/oxide@4.3.2':
615
+ resolution: {integrity: sha512-z8ZgnzX8gdNoWLBLqBPoh/sjnxkwvf9ZuWjnO0l0yIzbLa5/9S+eC5QxGZKRobVHIC3/1BoMWjHblqWjcgFgag==}
616
+ engines: {node: '>= 20'}
617
+
618
+ '@tailwindcss/vite@4.3.2':
619
+ resolution: {integrity: sha512-eHpMeX4JXfVNJDEcsouTeCBubJBTcTLigeaw/NTUW6PB5ATKKXdyonnXgTBX2VuRbjz1hjfz6C5XAhr52ImQXA==}
620
+ peerDependencies:
621
+ vite: ^5.2.0 || ^6 || ^7 || ^8
622
+
623
+ '@tanstack/history@1.162.0':
624
+ resolution: {integrity: sha512-79pf/RkhteYZTRgcR4F9kbk84P2N8rugQJswxfIqovlbRiT3yI7eBE+5QorIrZaOKktsgzRlXh1l/du/xpl4iA==}
625
+ engines: {node: '>=20.19'}
626
+
627
+ '@tanstack/react-router@1.170.17':
628
+ resolution: {integrity: sha512-ppLkjCfSMaeug9rmFRYzOd4TIqWV+yTE7tzIny7alJsSnM7w4lzEZm6eqCehG0SPetpZ0R3K+UnanSmBgOAVcQ==}
629
+ engines: {node: '>=20.19'}
630
+ peerDependencies:
631
+ react: '>=18.0.0 || >=19.0.0'
632
+ react-dom: '>=18.0.0 || >=19.0.0'
633
+
634
+ '@tanstack/react-store@0.9.3':
635
+ resolution: {integrity: sha512-y2iHd/N9OkoQbFJLUX1T9vbc2O9tjH0pQRgTcx1/Nz4IlwLvkgpuglXUx+mXt0g5ZDFrEeDnONPqkbfxXJKwRg==}
636
+ peerDependencies:
637
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
638
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
639
+
640
+ '@tanstack/router-core@1.171.14':
641
+ resolution: {integrity: sha512-Mo3hwx0qB0cJsVYGDjG0+Ouf7VV74h/vsoDMGztdlyzDanp4gBA2s7IVvm6hFrmQM6GpD9F0Z7SqD7OldfLE7g==}
642
+ engines: {node: '>=20.19'}
643
+
644
+ '@tanstack/router-generator@1.167.18':
645
+ resolution: {integrity: sha512-kFvM4caRds9Q3EXg64bZubJ6rbDxyV0YDSBSGvOGzmKspQPdz5Xrh0uj5T1Ov8avUUg+c761u04VQAaEzSBXRw==}
646
+ engines: {node: '>=20.19'}
647
+
648
+ '@tanstack/router-plugin@1.168.19':
649
+ resolution: {integrity: sha512-aFglwLc+bbPTgZlkXn3PvOwpjJAfgUyPGSuql4MP3XrqTTh6WkBiy2RYb6oaG5h0s7EKwivEuq85K3Y4V0Mt1g==}
650
+ engines: {node: '>=20.19'}
651
+ peerDependencies:
652
+ '@rsbuild/core': '>=1.0.2 || ^2.0.0'
653
+ '@tanstack/react-router': ^1.170.17
654
+ vite: '>=5.0.0 || >=6.0.0 || >=7.0.0 || >=8.0.0'
655
+ vite-plugin-solid: ^2.11.10 || ^3.0.0-0
656
+ webpack: '>=5.92.0'
657
+ peerDependenciesMeta:
658
+ '@rsbuild/core':
659
+ optional: true
660
+ '@tanstack/react-router':
661
+ optional: true
662
+ vite:
663
+ optional: true
664
+ vite-plugin-solid:
665
+ optional: true
666
+ webpack:
667
+ optional: true
668
+
669
+ '@tanstack/router-utils@1.162.2':
670
+ resolution: {integrity: sha512-hTWqJtqIFFdvuCl8WXNyrodp2L9zo2G37xKRrcVmVRWpAB2h+U1LuRAfS4tsFTiWOIoE/B+WDVFB8JpoEdw6jQ==}
671
+ engines: {node: '>=20.19'}
672
+
673
+ '@tanstack/store@0.9.3':
674
+ resolution: {integrity: sha512-8reSzl/qGWGGVKhBoxXPMWzATSbZLZFWhwBAFO9NAyp0TxzfBP0mIrGb8CP8KrQTmvzXlR/vFPPUrHTLBGyFyw==}
675
+
676
+ '@tanstack/virtual-file-routes@1.162.0':
677
+ resolution: {integrity: sha512-uhOeFyxLcU41HzvrxsGpiWdcMbScY1EDgbZ5K7DVRMYInbLYWAC0EA/kx9wXAoSM8q82bUG2hRl8+EAjE6XAbA==}
678
+ engines: {node: '>=20.19'}
679
+
680
+ '@tybys/wasm-util@0.10.3':
681
+ resolution: {integrity: sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==}
682
+
683
+ '@types/babel__core@7.20.5':
684
+ resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
685
+
686
+ '@types/babel__generator@7.27.0':
687
+ resolution: {integrity: sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==}
688
+
689
+ '@types/babel__template@7.4.4':
690
+ resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==}
691
+
692
+ '@types/babel__traverse@7.28.0':
693
+ resolution: {integrity: sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==}
694
+
695
+ '@types/node@24.13.3':
696
+ resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==}
697
+
698
+ '@types/react-dom@19.2.3':
699
+ resolution: {integrity: sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==}
700
+ peerDependencies:
701
+ '@types/react': ^19.2.0
702
+
703
+ '@types/react@19.2.17':
704
+ resolution: {integrity: sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==}
705
+
706
+ '@vitejs/plugin-react@6.0.3':
707
+ resolution: {integrity: sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==}
708
+ engines: {node: ^20.19.0 || >=22.12.0}
709
+ peerDependencies:
710
+ '@rolldown/plugin-babel': ^0.1.7 || ^0.2.0
711
+ babel-plugin-react-compiler: ^1.0.0
712
+ vite: ^8.0.0
713
+ peerDependenciesMeta:
714
+ '@rolldown/plugin-babel':
715
+ optional: true
716
+ babel-plugin-react-compiler:
717
+ optional: true
718
+
719
+ ansis@4.3.1:
720
+ resolution: {integrity: sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==}
721
+ engines: {node: '>=14'}
722
+
723
+ babel-dead-code-elimination@1.0.12:
724
+ resolution: {integrity: sha512-GERT7L2TiYcYDtYk1IpD+ASAYXjKbLTDPhBtYj7X1NuRMDTMtAx9kyBenub1Ev41lo91OHCKdmP+egTDmfQ7Ig==}
725
+
726
+ babel-plugin-react-compiler@1.0.0:
727
+ resolution: {integrity: sha512-Ixm8tFfoKKIPYdCCKYTsqv+Fd4IJ0DQqMyEimo+pxUOMUR9cVPlwTrFt9Avu+3cb6Zp3mAzl+t1MrG2fxxKsxw==}
728
+
729
+ baseline-browser-mapping@2.10.42:
730
+ resolution: {integrity: sha512-c/jurFrDLyui7o1J86yLkRu4LMsTYcBohveus7/I2Hzdn9KIP2bdJPTue/lR1KH46enoPbD77GKeSYNdyPoD3Q==}
731
+ engines: {node: '>=6.0.0'}
732
+ hasBin: true
733
+
734
+ browserslist@4.28.5:
735
+ resolution: {integrity: sha512-Cu2E6QejHWzuDMTkuwgpABFgDfZrXLQq5V13YOACZx4mFAG4IwGTbTfHPMr4WtxlHoXSM8FIuRwYYCz5XiabaQ==}
736
+ engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
737
+ hasBin: true
738
+
739
+ caniuse-lite@1.0.30001803:
740
+ resolution: {integrity: sha512-g/uHREV2ZpK9qMalCsWaxmA6ol+DX8GYhuf3T40RKoP+oL7vhRJh8LNt73PCjpnR6l14FzfPrB5Yux4PKm2meg==}
741
+
742
+ chokidar@5.0.0:
743
+ resolution: {integrity: sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==}
744
+ engines: {node: '>= 20.19.0'}
745
+
746
+ convert-source-map@2.0.0:
747
+ resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
748
+
749
+ cookie-es@3.1.1:
750
+ resolution: {integrity: sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==}
751
+
752
+ csstype@3.2.3:
753
+ resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
754
+
755
+ debug@4.4.3:
756
+ resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==}
757
+ engines: {node: '>=6.0'}
758
+ peerDependencies:
759
+ supports-color: '*'
760
+ peerDependenciesMeta:
761
+ supports-color:
762
+ optional: true
763
+
764
+ detect-libc@2.1.2:
765
+ resolution: {integrity: sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==}
766
+ engines: {node: '>=8'}
767
+
768
+ diff@8.0.4:
769
+ resolution: {integrity: sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==}
770
+ engines: {node: '>=0.3.1'}
771
+
772
+ electron-to-chromium@1.5.389:
773
+ resolution: {integrity: sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==}
774
+
775
+ enhanced-resolve@5.21.6:
776
+ resolution: {integrity: sha512-aNnGCvbJ/RIyWo1IuhNdVjnNF+EjH9wpzpNHt+ci/m9He9LJvUN8wrCcXjp9cWsGNAuvSpVFTx/vraAFQ8qGjQ==}
777
+ engines: {node: '>=10.13.0'}
778
+
779
+ escalade@3.2.0:
780
+ resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==}
781
+ engines: {node: '>=6'}
782
+
783
+ fdir@6.5.0:
784
+ resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
785
+ engines: {node: '>=12.0.0'}
786
+ peerDependencies:
787
+ picomatch: ^3 || ^4
788
+ peerDependenciesMeta:
789
+ picomatch:
790
+ optional: true
791
+
792
+ fsevents@2.3.3:
793
+ resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
794
+ engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
795
+ os: [darwin]
796
+
797
+ gensync@1.0.0-beta.2:
798
+ resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
799
+ engines: {node: '>=6.9.0'}
800
+
801
+ graceful-fs@4.2.11:
802
+ resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
803
+
804
+ isbot@5.2.0:
805
+ resolution: {integrity: sha512-gbZiGCb4B5xaoxg9mS7koAyRdvJnArk10VLSHOgz6rtBG93/pi1xOFaVvXMKZ7JXgyZ8zAbNRK5uIBdIUTFSqw==}
806
+ engines: {node: '>=18'}
807
+
808
+ jiti@2.7.0:
809
+ resolution: {integrity: sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==}
810
+ hasBin: true
811
+
812
+ js-tokens@4.0.0:
813
+ resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
814
+
815
+ jsesc@3.1.0:
816
+ resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
817
+ engines: {node: '>=6'}
818
+ hasBin: true
819
+
820
+ json5@2.2.3:
821
+ resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
822
+ engines: {node: '>=6'}
823
+ hasBin: true
824
+
825
+ lightningcss-android-arm64@1.32.0:
826
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
827
+ engines: {node: '>= 12.0.0'}
828
+ cpu: [arm64]
829
+ os: [android]
830
+
831
+ lightningcss-darwin-arm64@1.32.0:
832
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
833
+ engines: {node: '>= 12.0.0'}
834
+ cpu: [arm64]
835
+ os: [darwin]
836
+
837
+ lightningcss-darwin-x64@1.32.0:
838
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
839
+ engines: {node: '>= 12.0.0'}
840
+ cpu: [x64]
841
+ os: [darwin]
842
+
843
+ lightningcss-freebsd-x64@1.32.0:
844
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
845
+ engines: {node: '>= 12.0.0'}
846
+ cpu: [x64]
847
+ os: [freebsd]
848
+
849
+ lightningcss-linux-arm-gnueabihf@1.32.0:
850
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
851
+ engines: {node: '>= 12.0.0'}
852
+ cpu: [arm]
853
+ os: [linux]
854
+
855
+ lightningcss-linux-arm64-gnu@1.32.0:
856
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
857
+ engines: {node: '>= 12.0.0'}
858
+ cpu: [arm64]
859
+ os: [linux]
860
+ libc: [glibc]
861
+
862
+ lightningcss-linux-arm64-musl@1.32.0:
863
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
864
+ engines: {node: '>= 12.0.0'}
865
+ cpu: [arm64]
866
+ os: [linux]
867
+ libc: [musl]
868
+
869
+ lightningcss-linux-x64-gnu@1.32.0:
870
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
871
+ engines: {node: '>= 12.0.0'}
872
+ cpu: [x64]
873
+ os: [linux]
874
+ libc: [glibc]
875
+
876
+ lightningcss-linux-x64-musl@1.32.0:
877
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
878
+ engines: {node: '>= 12.0.0'}
879
+ cpu: [x64]
880
+ os: [linux]
881
+ libc: [musl]
882
+
883
+ lightningcss-win32-arm64-msvc@1.32.0:
884
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
885
+ engines: {node: '>= 12.0.0'}
886
+ cpu: [arm64]
887
+ os: [win32]
888
+
889
+ lightningcss-win32-x64-msvc@1.32.0:
890
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
891
+ engines: {node: '>= 12.0.0'}
892
+ cpu: [x64]
893
+ os: [win32]
894
+
895
+ lightningcss@1.32.0:
896
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
897
+ engines: {node: '>= 12.0.0'}
898
+
899
+ lru-cache@5.1.1:
900
+ resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
901
+
902
+ magic-string@0.30.21:
903
+ resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
904
+
905
+ ms@2.1.3:
906
+ resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
907
+
908
+ nanoid@3.3.15:
909
+ resolution: {integrity: sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==}
910
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
911
+ hasBin: true
912
+
913
+ node-releases@2.0.50:
914
+ resolution: {integrity: sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==}
915
+ engines: {node: '>=18'}
916
+
917
+ oxfmt@0.58.0:
918
+ resolution: {integrity: sha512-8feG/7NVEHDVwc1OUpP6Pks+TnaDFUw2jLLFIMi5bcmmwxAX2wBQvjSzj62RRTYBf2Op1Wt8xbkmagmPTR5ETg==}
919
+ engines: {node: ^20.19.0 || >=22.12.0}
920
+ hasBin: true
921
+ peerDependencies:
922
+ svelte: ^5.0.0
923
+ vite-plus: '*'
924
+ peerDependenciesMeta:
925
+ svelte:
926
+ optional: true
927
+ vite-plus:
928
+ optional: true
929
+
930
+ oxlint@1.73.0:
931
+ resolution: {integrity: sha512-u91G9TJzU6yqKWNZUYprQB07W7YvntZXaRxQ6CkoytepYhLWUXWsr1M8zUJ34VatNPuUAr3Z8GH+O2A331CluQ==}
932
+ engines: {node: ^20.19.0 || >=22.12.0}
933
+ hasBin: true
934
+ peerDependencies:
935
+ oxlint-tsgolint: '>=0.24.0'
936
+ vite-plus: '*'
937
+ peerDependenciesMeta:
938
+ oxlint-tsgolint:
939
+ optional: true
940
+ vite-plus:
941
+ optional: true
942
+
943
+ pathe@2.0.3:
944
+ resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
945
+
946
+ picocolors@1.1.1:
947
+ resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
948
+
949
+ picomatch@4.0.5:
950
+ resolution: {integrity: sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==}
951
+ engines: {node: '>=12'}
952
+
953
+ postcss@8.5.16:
954
+ resolution: {integrity: sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==}
955
+ engines: {node: ^10 || ^12 || >=14}
956
+
957
+ prettier@3.9.4:
958
+ resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==}
959
+ engines: {node: '>=14'}
960
+ hasBin: true
961
+
962
+ react-dom@19.2.7:
963
+ resolution: {integrity: sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==}
964
+ peerDependencies:
965
+ react: ^19.2.7
966
+
967
+ react@19.2.7:
968
+ resolution: {integrity: sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==}
969
+ engines: {node: '>=0.10.0'}
970
+
971
+ readdirp@5.0.0:
972
+ resolution: {integrity: sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==}
973
+ engines: {node: '>= 20.19.0'}
974
+
975
+ rolldown@1.1.5:
976
+ resolution: {integrity: sha512-t9z29cJjXf/vxQ8dyhCSpt6H6aSwHTk8cT5I3iy6SMXuFpk5mB6PL6XfC8PCwrPTx93udwKUm9HRteAlTGBLiA==}
977
+ engines: {node: ^20.19.0 || >=22.12.0}
978
+ hasBin: true
979
+
980
+ scheduler@0.27.0:
981
+ resolution: {integrity: sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==}
982
+
983
+ semver@6.3.1:
984
+ resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
985
+ hasBin: true
986
+
987
+ seroval-plugins@1.5.5:
988
+ resolution: {integrity: sha512-+BDhqYM6CEn3x09v44dpa9p6974FuUB2dxk+Ctn04k0cO1Zt6QODTXfmEZK0eBaTe/fJBvP4NMGuNJ+R8T+QMg==}
989
+ engines: {node: '>=10'}
990
+ peerDependencies:
991
+ seroval: ^1.0
992
+
993
+ seroval@1.5.5:
994
+ resolution: {integrity: sha512-bSjOuPcwPKLSJNhr9+bZxA20nQxVle5J5MNsYRVE6cIg7KpRLXGupymePavu0jrxlPiPsr4xGZSB8yUY2sH2sw==}
995
+ engines: {node: '>=10'}
996
+
997
+ source-map-js@1.2.1:
998
+ resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
999
+ engines: {node: '>=0.10.0'}
1000
+
1001
+ tailwindcss@4.3.2:
1002
+ resolution: {integrity: sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==}
1003
+
1004
+ tapable@2.3.3:
1005
+ resolution: {integrity: sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==}
1006
+ engines: {node: '>=6'}
1007
+
1008
+ tinyglobby@0.2.17:
1009
+ resolution: {integrity: sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==}
1010
+ engines: {node: '>=12.0.0'}
1011
+
1012
+ tinypool@2.1.0:
1013
+ resolution: {integrity: sha512-Pugqs6M0m7Lv1I7FtxN4aoyToKg1C4tu+/381vH35y8oENM/Ai7f7C4StcoK4/+BSw9ebcS8jRiVrORFKCALLw==}
1014
+ engines: {node: ^20.0.0 || >=22.0.0}
1015
+
1016
+ tslib@2.8.1:
1017
+ resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
1018
+
1019
+ typescript@6.0.3:
1020
+ resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
1021
+ engines: {node: '>=14.17'}
1022
+ hasBin: true
1023
+
1024
+ undici-types@7.18.2:
1025
+ resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
1026
+
1027
+ unplugin@3.3.0:
1028
+ resolution: {integrity: sha512-qa66K+crbfyE6JK10GjvbJeRrOsuC/JpbnHctfyp/i4oBTxWOzJfRZyDiOk1PtErMFRu8JhsU/wPvOdBNWe5Rg==}
1029
+ engines: {node: ^20.19.0 || >=22.12.0}
1030
+ peerDependencies:
1031
+ '@farmfe/core': '*'
1032
+ '@rspack/core': '*'
1033
+ bun-types-no-globals: '*'
1034
+ esbuild: '*'
1035
+ rolldown: '*'
1036
+ rollup: '*'
1037
+ unloader: '*'
1038
+ vite: '*'
1039
+ webpack: '*'
1040
+ peerDependenciesMeta:
1041
+ '@farmfe/core':
1042
+ optional: true
1043
+ '@rspack/core':
1044
+ optional: true
1045
+ bun-types-no-globals:
1046
+ optional: true
1047
+ esbuild:
1048
+ optional: true
1049
+ rolldown:
1050
+ optional: true
1051
+ rollup:
1052
+ optional: true
1053
+ unloader:
1054
+ optional: true
1055
+ vite:
1056
+ optional: true
1057
+ webpack:
1058
+ optional: true
1059
+
1060
+ update-browserslist-db@1.2.3:
1061
+ resolution: {integrity: sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==}
1062
+ hasBin: true
1063
+ peerDependencies:
1064
+ browserslist: '>= 4.21.0'
1065
+
1066
+ use-sync-external-store@1.6.0:
1067
+ resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==}
1068
+ peerDependencies:
1069
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
1070
+
1071
+ vite@8.1.3:
1072
+ resolution: {integrity: sha512-Ds+gBRbj0lwRO2Y5hwnUBdxSwlAve9LeRyU4sNnAr0ewW0gWF0n5bgXgUzbgZ49MV9BVUAQUFYVcDUcilUExMA==}
1073
+ engines: {node: ^20.19.0 || >=22.12.0}
1074
+ hasBin: true
1075
+ peerDependencies:
1076
+ '@types/node': ^20.19.0 || >=22.12.0
1077
+ '@vitejs/devtools': ^0.3.0
1078
+ esbuild: ^0.27.0 || ^0.28.0
1079
+ jiti: '>=1.21.0'
1080
+ less: ^4.0.0
1081
+ sass: ^1.70.0
1082
+ sass-embedded: ^1.70.0
1083
+ stylus: '>=0.54.8'
1084
+ sugarss: ^5.0.0
1085
+ terser: ^5.16.0
1086
+ tsx: ^4.8.1
1087
+ yaml: ^2.4.2
1088
+ peerDependenciesMeta:
1089
+ '@types/node':
1090
+ optional: true
1091
+ '@vitejs/devtools':
1092
+ optional: true
1093
+ esbuild:
1094
+ optional: true
1095
+ jiti:
1096
+ optional: true
1097
+ less:
1098
+ optional: true
1099
+ sass:
1100
+ optional: true
1101
+ sass-embedded:
1102
+ optional: true
1103
+ stylus:
1104
+ optional: true
1105
+ sugarss:
1106
+ optional: true
1107
+ terser:
1108
+ optional: true
1109
+ tsx:
1110
+ optional: true
1111
+ yaml:
1112
+ optional: true
1113
+
1114
+ webpack-virtual-modules@0.6.2:
1115
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
1116
+
1117
+ yallist@3.1.1:
1118
+ resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
1119
+
1120
+ zod@4.4.3:
1121
+ resolution: {integrity: sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==}
1122
+
1123
+ snapshots:
1124
+
1125
+ '@babel/code-frame@7.29.7':
1126
+ dependencies:
1127
+ '@babel/helper-validator-identifier': 7.29.7
1128
+ js-tokens: 4.0.0
1129
+ picocolors: 1.1.1
1130
+
1131
+ '@babel/compat-data@7.29.7': {}
1132
+
1133
+ '@babel/core@7.29.7':
1134
+ dependencies:
1135
+ '@babel/code-frame': 7.29.7
1136
+ '@babel/generator': 7.29.7
1137
+ '@babel/helper-compilation-targets': 7.29.7
1138
+ '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
1139
+ '@babel/helpers': 7.29.7
1140
+ '@babel/parser': 7.29.7
1141
+ '@babel/template': 7.29.7
1142
+ '@babel/traverse': 7.29.7
1143
+ '@babel/types': 7.29.7
1144
+ '@jridgewell/remapping': 2.3.5
1145
+ convert-source-map: 2.0.0
1146
+ debug: 4.4.3
1147
+ gensync: 1.0.0-beta.2
1148
+ json5: 2.2.3
1149
+ semver: 6.3.1
1150
+ transitivePeerDependencies:
1151
+ - supports-color
1152
+
1153
+ '@babel/generator@7.29.7':
1154
+ dependencies:
1155
+ '@babel/parser': 7.29.7
1156
+ '@babel/types': 7.29.7
1157
+ '@jridgewell/gen-mapping': 0.3.13
1158
+ '@jridgewell/trace-mapping': 0.3.31
1159
+ jsesc: 3.1.0
1160
+
1161
+ '@babel/helper-compilation-targets@7.29.7':
1162
+ dependencies:
1163
+ '@babel/compat-data': 7.29.7
1164
+ '@babel/helper-validator-option': 7.29.7
1165
+ browserslist: 4.28.5
1166
+ lru-cache: 5.1.1
1167
+ semver: 6.3.1
1168
+
1169
+ '@babel/helper-globals@7.29.7': {}
1170
+
1171
+ '@babel/helper-module-imports@7.29.7':
1172
+ dependencies:
1173
+ '@babel/traverse': 7.29.7
1174
+ '@babel/types': 7.29.7
1175
+ transitivePeerDependencies:
1176
+ - supports-color
1177
+
1178
+ '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
1179
+ dependencies:
1180
+ '@babel/core': 7.29.7
1181
+ '@babel/helper-module-imports': 7.29.7
1182
+ '@babel/helper-validator-identifier': 7.29.7
1183
+ '@babel/traverse': 7.29.7
1184
+ transitivePeerDependencies:
1185
+ - supports-color
1186
+
1187
+ '@babel/helper-string-parser@7.29.7': {}
1188
+
1189
+ '@babel/helper-validator-identifier@7.29.7': {}
1190
+
1191
+ '@babel/helper-validator-option@7.29.7': {}
1192
+
1193
+ '@babel/helpers@7.29.7':
1194
+ dependencies:
1195
+ '@babel/template': 7.29.7
1196
+ '@babel/types': 7.29.7
1197
+
1198
+ '@babel/parser@7.29.7':
1199
+ dependencies:
1200
+ '@babel/types': 7.29.7
1201
+
1202
+ '@babel/template@7.29.7':
1203
+ dependencies:
1204
+ '@babel/code-frame': 7.29.7
1205
+ '@babel/parser': 7.29.7
1206
+ '@babel/types': 7.29.7
1207
+
1208
+ '@babel/traverse@7.29.7':
1209
+ dependencies:
1210
+ '@babel/code-frame': 7.29.7
1211
+ '@babel/generator': 7.29.7
1212
+ '@babel/helper-globals': 7.29.7
1213
+ '@babel/parser': 7.29.7
1214
+ '@babel/template': 7.29.7
1215
+ '@babel/types': 7.29.7
1216
+ debug: 4.4.3
1217
+ transitivePeerDependencies:
1218
+ - supports-color
1219
+
1220
+ '@babel/types@7.29.7':
1221
+ dependencies:
1222
+ '@babel/helper-string-parser': 7.29.7
1223
+ '@babel/helper-validator-identifier': 7.29.7
1224
+
1225
+ '@emnapi/core@1.11.1':
1226
+ dependencies:
1227
+ '@emnapi/wasi-threads': 1.2.2
1228
+ tslib: 2.8.1
1229
+ optional: true
1230
+
1231
+ '@emnapi/runtime@1.11.1':
1232
+ dependencies:
1233
+ tslib: 2.8.1
1234
+ optional: true
1235
+
1236
+ '@emnapi/wasi-threads@1.2.2':
1237
+ dependencies:
1238
+ tslib: 2.8.1
1239
+ optional: true
1240
+
1241
+ '@jridgewell/gen-mapping@0.3.13':
1242
+ dependencies:
1243
+ '@jridgewell/sourcemap-codec': 1.5.5
1244
+ '@jridgewell/trace-mapping': 0.3.31
1245
+
1246
+ '@jridgewell/remapping@2.3.5':
1247
+ dependencies:
1248
+ '@jridgewell/gen-mapping': 0.3.13
1249
+ '@jridgewell/trace-mapping': 0.3.31
1250
+
1251
+ '@jridgewell/resolve-uri@3.1.2': {}
1252
+
1253
+ '@jridgewell/sourcemap-codec@1.5.5': {}
1254
+
1255
+ '@jridgewell/trace-mapping@0.3.31':
1256
+ dependencies:
1257
+ '@jridgewell/resolve-uri': 3.1.2
1258
+ '@jridgewell/sourcemap-codec': 1.5.5
1259
+
1260
+ '@napi-rs/wasm-runtime@1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)':
1261
+ dependencies:
1262
+ '@emnapi/core': 1.11.1
1263
+ '@emnapi/runtime': 1.11.1
1264
+ '@tybys/wasm-util': 0.10.3
1265
+ optional: true
1266
+
1267
+ '@oxc-project/types@0.139.0': {}
1268
+
1269
+ '@oxfmt/binding-android-arm-eabi@0.58.0':
1270
+ optional: true
1271
+
1272
+ '@oxfmt/binding-android-arm64@0.58.0':
1273
+ optional: true
1274
+
1275
+ '@oxfmt/binding-darwin-arm64@0.58.0':
1276
+ optional: true
1277
+
1278
+ '@oxfmt/binding-darwin-x64@0.58.0':
1279
+ optional: true
1280
+
1281
+ '@oxfmt/binding-freebsd-x64@0.58.0':
1282
+ optional: true
1283
+
1284
+ '@oxfmt/binding-linux-arm-gnueabihf@0.58.0':
1285
+ optional: true
1286
+
1287
+ '@oxfmt/binding-linux-arm-musleabihf@0.58.0':
1288
+ optional: true
1289
+
1290
+ '@oxfmt/binding-linux-arm64-gnu@0.58.0':
1291
+ optional: true
1292
+
1293
+ '@oxfmt/binding-linux-arm64-musl@0.58.0':
1294
+ optional: true
1295
+
1296
+ '@oxfmt/binding-linux-ppc64-gnu@0.58.0':
1297
+ optional: true
1298
+
1299
+ '@oxfmt/binding-linux-riscv64-gnu@0.58.0':
1300
+ optional: true
1301
+
1302
+ '@oxfmt/binding-linux-riscv64-musl@0.58.0':
1303
+ optional: true
1304
+
1305
+ '@oxfmt/binding-linux-s390x-gnu@0.58.0':
1306
+ optional: true
1307
+
1308
+ '@oxfmt/binding-linux-x64-gnu@0.58.0':
1309
+ optional: true
1310
+
1311
+ '@oxfmt/binding-linux-x64-musl@0.58.0':
1312
+ optional: true
1313
+
1314
+ '@oxfmt/binding-openharmony-arm64@0.58.0':
1315
+ optional: true
1316
+
1317
+ '@oxfmt/binding-win32-arm64-msvc@0.58.0':
1318
+ optional: true
1319
+
1320
+ '@oxfmt/binding-win32-ia32-msvc@0.58.0':
1321
+ optional: true
1322
+
1323
+ '@oxfmt/binding-win32-x64-msvc@0.58.0':
1324
+ optional: true
1325
+
1326
+ '@oxlint/binding-android-arm-eabi@1.73.0':
1327
+ optional: true
1328
+
1329
+ '@oxlint/binding-android-arm64@1.73.0':
1330
+ optional: true
1331
+
1332
+ '@oxlint/binding-darwin-arm64@1.73.0':
1333
+ optional: true
1334
+
1335
+ '@oxlint/binding-darwin-x64@1.73.0':
1336
+ optional: true
1337
+
1338
+ '@oxlint/binding-freebsd-x64@1.73.0':
1339
+ optional: true
1340
+
1341
+ '@oxlint/binding-linux-arm-gnueabihf@1.73.0':
1342
+ optional: true
1343
+
1344
+ '@oxlint/binding-linux-arm-musleabihf@1.73.0':
1345
+ optional: true
1346
+
1347
+ '@oxlint/binding-linux-arm64-gnu@1.73.0':
1348
+ optional: true
1349
+
1350
+ '@oxlint/binding-linux-arm64-musl@1.73.0':
1351
+ optional: true
1352
+
1353
+ '@oxlint/binding-linux-ppc64-gnu@1.73.0':
1354
+ optional: true
1355
+
1356
+ '@oxlint/binding-linux-riscv64-gnu@1.73.0':
1357
+ optional: true
1358
+
1359
+ '@oxlint/binding-linux-riscv64-musl@1.73.0':
1360
+ optional: true
1361
+
1362
+ '@oxlint/binding-linux-s390x-gnu@1.73.0':
1363
+ optional: true
1364
+
1365
+ '@oxlint/binding-linux-x64-gnu@1.73.0':
1366
+ optional: true
1367
+
1368
+ '@oxlint/binding-linux-x64-musl@1.73.0':
1369
+ optional: true
1370
+
1371
+ '@oxlint/binding-openharmony-arm64@1.73.0':
1372
+ optional: true
1373
+
1374
+ '@oxlint/binding-win32-arm64-msvc@1.73.0':
1375
+ optional: true
1376
+
1377
+ '@oxlint/binding-win32-ia32-msvc@1.73.0':
1378
+ optional: true
1379
+
1380
+ '@oxlint/binding-win32-x64-msvc@1.73.0':
1381
+ optional: true
1382
+
1383
+ '@rolldown/binding-android-arm64@1.1.5':
1384
+ optional: true
1385
+
1386
+ '@rolldown/binding-darwin-arm64@1.1.5':
1387
+ optional: true
1388
+
1389
+ '@rolldown/binding-darwin-x64@1.1.5':
1390
+ optional: true
1391
+
1392
+ '@rolldown/binding-freebsd-x64@1.1.5':
1393
+ optional: true
1394
+
1395
+ '@rolldown/binding-linux-arm-gnueabihf@1.1.5':
1396
+ optional: true
1397
+
1398
+ '@rolldown/binding-linux-arm64-gnu@1.1.5':
1399
+ optional: true
1400
+
1401
+ '@rolldown/binding-linux-arm64-musl@1.1.5':
1402
+ optional: true
1403
+
1404
+ '@rolldown/binding-linux-ppc64-gnu@1.1.5':
1405
+ optional: true
1406
+
1407
+ '@rolldown/binding-linux-s390x-gnu@1.1.5':
1408
+ optional: true
1409
+
1410
+ '@rolldown/binding-linux-x64-gnu@1.1.5':
1411
+ optional: true
1412
+
1413
+ '@rolldown/binding-linux-x64-musl@1.1.5':
1414
+ optional: true
1415
+
1416
+ '@rolldown/binding-openharmony-arm64@1.1.5':
1417
+ optional: true
1418
+
1419
+ '@rolldown/binding-wasm32-wasi@1.1.5':
1420
+ dependencies:
1421
+ '@emnapi/core': 1.11.1
1422
+ '@emnapi/runtime': 1.11.1
1423
+ '@napi-rs/wasm-runtime': 1.1.6(@emnapi/core@1.11.1)(@emnapi/runtime@1.11.1)
1424
+ optional: true
1425
+
1426
+ '@rolldown/binding-win32-arm64-msvc@1.1.5':
1427
+ optional: true
1428
+
1429
+ '@rolldown/binding-win32-x64-msvc@1.1.5':
1430
+ optional: true
1431
+
1432
+ '@rolldown/plugin-babel@0.2.3(@babel/core@7.29.7)(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))':
1433
+ dependencies:
1434
+ '@babel/core': 7.29.7
1435
+ picomatch: 4.0.5
1436
+ rolldown: 1.1.5
1437
+ optionalDependencies:
1438
+ vite: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
1439
+
1440
+ '@rolldown/pluginutils@1.0.1': {}
1441
+
1442
+ '@tailwindcss/node@4.3.2':
1443
+ dependencies:
1444
+ '@jridgewell/remapping': 2.3.5
1445
+ enhanced-resolve: 5.21.6
1446
+ jiti: 2.7.0
1447
+ lightningcss: 1.32.0
1448
+ magic-string: 0.30.21
1449
+ source-map-js: 1.2.1
1450
+ tailwindcss: 4.3.2
1451
+
1452
+ '@tailwindcss/oxide-android-arm64@4.3.2':
1453
+ optional: true
1454
+
1455
+ '@tailwindcss/oxide-darwin-arm64@4.3.2':
1456
+ optional: true
1457
+
1458
+ '@tailwindcss/oxide-darwin-x64@4.3.2':
1459
+ optional: true
1460
+
1461
+ '@tailwindcss/oxide-freebsd-x64@4.3.2':
1462
+ optional: true
1463
+
1464
+ '@tailwindcss/oxide-linux-arm-gnueabihf@4.3.2':
1465
+ optional: true
1466
+
1467
+ '@tailwindcss/oxide-linux-arm64-gnu@4.3.2':
1468
+ optional: true
1469
+
1470
+ '@tailwindcss/oxide-linux-arm64-musl@4.3.2':
1471
+ optional: true
1472
+
1473
+ '@tailwindcss/oxide-linux-x64-gnu@4.3.2':
1474
+ optional: true
1475
+
1476
+ '@tailwindcss/oxide-linux-x64-musl@4.3.2':
1477
+ optional: true
1478
+
1479
+ '@tailwindcss/oxide-wasm32-wasi@4.3.2':
1480
+ optional: true
1481
+
1482
+ '@tailwindcss/oxide-win32-arm64-msvc@4.3.2':
1483
+ optional: true
1484
+
1485
+ '@tailwindcss/oxide-win32-x64-msvc@4.3.2':
1486
+ optional: true
1487
+
1488
+ '@tailwindcss/oxide@4.3.2':
1489
+ optionalDependencies:
1490
+ '@tailwindcss/oxide-android-arm64': 4.3.2
1491
+ '@tailwindcss/oxide-darwin-arm64': 4.3.2
1492
+ '@tailwindcss/oxide-darwin-x64': 4.3.2
1493
+ '@tailwindcss/oxide-freebsd-x64': 4.3.2
1494
+ '@tailwindcss/oxide-linux-arm-gnueabihf': 4.3.2
1495
+ '@tailwindcss/oxide-linux-arm64-gnu': 4.3.2
1496
+ '@tailwindcss/oxide-linux-arm64-musl': 4.3.2
1497
+ '@tailwindcss/oxide-linux-x64-gnu': 4.3.2
1498
+ '@tailwindcss/oxide-linux-x64-musl': 4.3.2
1499
+ '@tailwindcss/oxide-wasm32-wasi': 4.3.2
1500
+ '@tailwindcss/oxide-win32-arm64-msvc': 4.3.2
1501
+ '@tailwindcss/oxide-win32-x64-msvc': 4.3.2
1502
+
1503
+ '@tailwindcss/vite@4.3.2(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))':
1504
+ dependencies:
1505
+ '@tailwindcss/node': 4.3.2
1506
+ '@tailwindcss/oxide': 4.3.2
1507
+ tailwindcss: 4.3.2
1508
+ vite: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
1509
+
1510
+ '@tanstack/history@1.162.0': {}
1511
+
1512
+ '@tanstack/react-router@1.170.17(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
1513
+ dependencies:
1514
+ '@tanstack/history': 1.162.0
1515
+ '@tanstack/react-store': 0.9.3(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
1516
+ '@tanstack/router-core': 1.171.14
1517
+ isbot: 5.2.0
1518
+ react: 19.2.7
1519
+ react-dom: 19.2.7(react@19.2.7)
1520
+
1521
+ '@tanstack/react-store@0.9.3(react-dom@19.2.7(react@19.2.7))(react@19.2.7)':
1522
+ dependencies:
1523
+ '@tanstack/store': 0.9.3
1524
+ react: 19.2.7
1525
+ react-dom: 19.2.7(react@19.2.7)
1526
+ use-sync-external-store: 1.6.0(react@19.2.7)
1527
+
1528
+ '@tanstack/router-core@1.171.14':
1529
+ dependencies:
1530
+ '@tanstack/history': 1.162.0
1531
+ cookie-es: 3.1.1
1532
+ seroval: 1.5.5
1533
+ seroval-plugins: 1.5.5(seroval@1.5.5)
1534
+
1535
+ '@tanstack/router-generator@1.167.18':
1536
+ dependencies:
1537
+ '@babel/types': 7.29.7
1538
+ '@tanstack/router-core': 1.171.14
1539
+ '@tanstack/router-utils': 1.162.2
1540
+ '@tanstack/virtual-file-routes': 1.162.0
1541
+ jiti: 2.7.0
1542
+ magic-string: 0.30.21
1543
+ prettier: 3.9.4
1544
+ zod: 4.4.3
1545
+ transitivePeerDependencies:
1546
+ - supports-color
1547
+
1548
+ '@tanstack/router-plugin@1.168.19(@tanstack/react-router@1.170.17(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))':
1549
+ dependencies:
1550
+ '@babel/core': 7.29.7
1551
+ '@babel/template': 7.29.7
1552
+ '@babel/types': 7.29.7
1553
+ '@tanstack/router-core': 1.171.14
1554
+ '@tanstack/router-generator': 1.167.18
1555
+ '@tanstack/router-utils': 1.162.2
1556
+ chokidar: 5.0.0
1557
+ unplugin: 3.3.0(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
1558
+ zod: 4.4.3
1559
+ optionalDependencies:
1560
+ '@tanstack/react-router': 1.170.17(react-dom@19.2.7(react@19.2.7))(react@19.2.7)
1561
+ vite: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
1562
+ transitivePeerDependencies:
1563
+ - '@farmfe/core'
1564
+ - '@rspack/core'
1565
+ - bun-types-no-globals
1566
+ - esbuild
1567
+ - rolldown
1568
+ - rollup
1569
+ - supports-color
1570
+ - unloader
1571
+
1572
+ '@tanstack/router-utils@1.162.2':
1573
+ dependencies:
1574
+ '@babel/generator': 7.29.7
1575
+ '@babel/parser': 7.29.7
1576
+ '@babel/types': 7.29.7
1577
+ ansis: 4.3.1
1578
+ babel-dead-code-elimination: 1.0.12
1579
+ diff: 8.0.4
1580
+ pathe: 2.0.3
1581
+ tinyglobby: 0.2.17
1582
+ transitivePeerDependencies:
1583
+ - supports-color
1584
+
1585
+ '@tanstack/store@0.9.3': {}
1586
+
1587
+ '@tanstack/virtual-file-routes@1.162.0': {}
1588
+
1589
+ '@tybys/wasm-util@0.10.3':
1590
+ dependencies:
1591
+ tslib: 2.8.1
1592
+ optional: true
1593
+
1594
+ '@types/babel__core@7.20.5':
1595
+ dependencies:
1596
+ '@babel/parser': 7.29.7
1597
+ '@babel/types': 7.29.7
1598
+ '@types/babel__generator': 7.27.0
1599
+ '@types/babel__template': 7.4.4
1600
+ '@types/babel__traverse': 7.28.0
1601
+
1602
+ '@types/babel__generator@7.27.0':
1603
+ dependencies:
1604
+ '@babel/types': 7.29.7
1605
+
1606
+ '@types/babel__template@7.4.4':
1607
+ dependencies:
1608
+ '@babel/parser': 7.29.7
1609
+ '@babel/types': 7.29.7
1610
+
1611
+ '@types/babel__traverse@7.28.0':
1612
+ dependencies:
1613
+ '@babel/types': 7.29.7
1614
+
1615
+ '@types/node@24.13.3':
1616
+ dependencies:
1617
+ undici-types: 7.18.2
1618
+
1619
+ '@types/react-dom@19.2.3(@types/react@19.2.17)':
1620
+ dependencies:
1621
+ '@types/react': 19.2.17
1622
+
1623
+ '@types/react@19.2.17':
1624
+ dependencies:
1625
+ csstype: 3.2.3
1626
+
1627
+ '@vitejs/plugin-react@6.0.3(@rolldown/plugin-babel@0.2.3(@babel/core@7.29.7)(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0)))(babel-plugin-react-compiler@1.0.0)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))':
1628
+ dependencies:
1629
+ '@rolldown/pluginutils': 1.0.1
1630
+ vite: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
1631
+ optionalDependencies:
1632
+ '@rolldown/plugin-babel': 0.2.3(@babel/core@7.29.7)(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0))
1633
+ babel-plugin-react-compiler: 1.0.0
1634
+
1635
+ ansis@4.3.1: {}
1636
+
1637
+ babel-dead-code-elimination@1.0.12:
1638
+ dependencies:
1639
+ '@babel/core': 7.29.7
1640
+ '@babel/parser': 7.29.7
1641
+ '@babel/traverse': 7.29.7
1642
+ '@babel/types': 7.29.7
1643
+ transitivePeerDependencies:
1644
+ - supports-color
1645
+
1646
+ babel-plugin-react-compiler@1.0.0:
1647
+ dependencies:
1648
+ '@babel/types': 7.29.7
1649
+
1650
+ baseline-browser-mapping@2.10.42: {}
1651
+
1652
+ browserslist@4.28.5:
1653
+ dependencies:
1654
+ baseline-browser-mapping: 2.10.42
1655
+ caniuse-lite: 1.0.30001803
1656
+ electron-to-chromium: 1.5.389
1657
+ node-releases: 2.0.50
1658
+ update-browserslist-db: 1.2.3(browserslist@4.28.5)
1659
+
1660
+ caniuse-lite@1.0.30001803: {}
1661
+
1662
+ chokidar@5.0.0:
1663
+ dependencies:
1664
+ readdirp: 5.0.0
1665
+
1666
+ convert-source-map@2.0.0: {}
1667
+
1668
+ cookie-es@3.1.1: {}
1669
+
1670
+ csstype@3.2.3: {}
1671
+
1672
+ debug@4.4.3:
1673
+ dependencies:
1674
+ ms: 2.1.3
1675
+
1676
+ detect-libc@2.1.2: {}
1677
+
1678
+ diff@8.0.4: {}
1679
+
1680
+ electron-to-chromium@1.5.389: {}
1681
+
1682
+ enhanced-resolve@5.21.6:
1683
+ dependencies:
1684
+ graceful-fs: 4.2.11
1685
+ tapable: 2.3.3
1686
+
1687
+ escalade@3.2.0: {}
1688
+
1689
+ fdir@6.5.0(picomatch@4.0.5):
1690
+ optionalDependencies:
1691
+ picomatch: 4.0.5
1692
+
1693
+ fsevents@2.3.3:
1694
+ optional: true
1695
+
1696
+ gensync@1.0.0-beta.2: {}
1697
+
1698
+ graceful-fs@4.2.11: {}
1699
+
1700
+ isbot@5.2.0: {}
1701
+
1702
+ jiti@2.7.0: {}
1703
+
1704
+ js-tokens@4.0.0: {}
1705
+
1706
+ jsesc@3.1.0: {}
1707
+
1708
+ json5@2.2.3: {}
1709
+
1710
+ lightningcss-android-arm64@1.32.0:
1711
+ optional: true
1712
+
1713
+ lightningcss-darwin-arm64@1.32.0:
1714
+ optional: true
1715
+
1716
+ lightningcss-darwin-x64@1.32.0:
1717
+ optional: true
1718
+
1719
+ lightningcss-freebsd-x64@1.32.0:
1720
+ optional: true
1721
+
1722
+ lightningcss-linux-arm-gnueabihf@1.32.0:
1723
+ optional: true
1724
+
1725
+ lightningcss-linux-arm64-gnu@1.32.0:
1726
+ optional: true
1727
+
1728
+ lightningcss-linux-arm64-musl@1.32.0:
1729
+ optional: true
1730
+
1731
+ lightningcss-linux-x64-gnu@1.32.0:
1732
+ optional: true
1733
+
1734
+ lightningcss-linux-x64-musl@1.32.0:
1735
+ optional: true
1736
+
1737
+ lightningcss-win32-arm64-msvc@1.32.0:
1738
+ optional: true
1739
+
1740
+ lightningcss-win32-x64-msvc@1.32.0:
1741
+ optional: true
1742
+
1743
+ lightningcss@1.32.0:
1744
+ dependencies:
1745
+ detect-libc: 2.1.2
1746
+ optionalDependencies:
1747
+ lightningcss-android-arm64: 1.32.0
1748
+ lightningcss-darwin-arm64: 1.32.0
1749
+ lightningcss-darwin-x64: 1.32.0
1750
+ lightningcss-freebsd-x64: 1.32.0
1751
+ lightningcss-linux-arm-gnueabihf: 1.32.0
1752
+ lightningcss-linux-arm64-gnu: 1.32.0
1753
+ lightningcss-linux-arm64-musl: 1.32.0
1754
+ lightningcss-linux-x64-gnu: 1.32.0
1755
+ lightningcss-linux-x64-musl: 1.32.0
1756
+ lightningcss-win32-arm64-msvc: 1.32.0
1757
+ lightningcss-win32-x64-msvc: 1.32.0
1758
+
1759
+ lru-cache@5.1.1:
1760
+ dependencies:
1761
+ yallist: 3.1.1
1762
+
1763
+ magic-string@0.30.21:
1764
+ dependencies:
1765
+ '@jridgewell/sourcemap-codec': 1.5.5
1766
+
1767
+ ms@2.1.3: {}
1768
+
1769
+ nanoid@3.3.15: {}
1770
+
1771
+ node-releases@2.0.50: {}
1772
+
1773
+ oxfmt@0.58.0:
1774
+ dependencies:
1775
+ tinypool: 2.1.0
1776
+ optionalDependencies:
1777
+ '@oxfmt/binding-android-arm-eabi': 0.58.0
1778
+ '@oxfmt/binding-android-arm64': 0.58.0
1779
+ '@oxfmt/binding-darwin-arm64': 0.58.0
1780
+ '@oxfmt/binding-darwin-x64': 0.58.0
1781
+ '@oxfmt/binding-freebsd-x64': 0.58.0
1782
+ '@oxfmt/binding-linux-arm-gnueabihf': 0.58.0
1783
+ '@oxfmt/binding-linux-arm-musleabihf': 0.58.0
1784
+ '@oxfmt/binding-linux-arm64-gnu': 0.58.0
1785
+ '@oxfmt/binding-linux-arm64-musl': 0.58.0
1786
+ '@oxfmt/binding-linux-ppc64-gnu': 0.58.0
1787
+ '@oxfmt/binding-linux-riscv64-gnu': 0.58.0
1788
+ '@oxfmt/binding-linux-riscv64-musl': 0.58.0
1789
+ '@oxfmt/binding-linux-s390x-gnu': 0.58.0
1790
+ '@oxfmt/binding-linux-x64-gnu': 0.58.0
1791
+ '@oxfmt/binding-linux-x64-musl': 0.58.0
1792
+ '@oxfmt/binding-openharmony-arm64': 0.58.0
1793
+ '@oxfmt/binding-win32-arm64-msvc': 0.58.0
1794
+ '@oxfmt/binding-win32-ia32-msvc': 0.58.0
1795
+ '@oxfmt/binding-win32-x64-msvc': 0.58.0
1796
+
1797
+ oxlint@1.73.0:
1798
+ optionalDependencies:
1799
+ '@oxlint/binding-android-arm-eabi': 1.73.0
1800
+ '@oxlint/binding-android-arm64': 1.73.0
1801
+ '@oxlint/binding-darwin-arm64': 1.73.0
1802
+ '@oxlint/binding-darwin-x64': 1.73.0
1803
+ '@oxlint/binding-freebsd-x64': 1.73.0
1804
+ '@oxlint/binding-linux-arm-gnueabihf': 1.73.0
1805
+ '@oxlint/binding-linux-arm-musleabihf': 1.73.0
1806
+ '@oxlint/binding-linux-arm64-gnu': 1.73.0
1807
+ '@oxlint/binding-linux-arm64-musl': 1.73.0
1808
+ '@oxlint/binding-linux-ppc64-gnu': 1.73.0
1809
+ '@oxlint/binding-linux-riscv64-gnu': 1.73.0
1810
+ '@oxlint/binding-linux-riscv64-musl': 1.73.0
1811
+ '@oxlint/binding-linux-s390x-gnu': 1.73.0
1812
+ '@oxlint/binding-linux-x64-gnu': 1.73.0
1813
+ '@oxlint/binding-linux-x64-musl': 1.73.0
1814
+ '@oxlint/binding-openharmony-arm64': 1.73.0
1815
+ '@oxlint/binding-win32-arm64-msvc': 1.73.0
1816
+ '@oxlint/binding-win32-ia32-msvc': 1.73.0
1817
+ '@oxlint/binding-win32-x64-msvc': 1.73.0
1818
+
1819
+ pathe@2.0.3: {}
1820
+
1821
+ picocolors@1.1.1: {}
1822
+
1823
+ picomatch@4.0.5: {}
1824
+
1825
+ postcss@8.5.16:
1826
+ dependencies:
1827
+ nanoid: 3.3.15
1828
+ picocolors: 1.1.1
1829
+ source-map-js: 1.2.1
1830
+
1831
+ prettier@3.9.4: {}
1832
+
1833
+ react-dom@19.2.7(react@19.2.7):
1834
+ dependencies:
1835
+ react: 19.2.7
1836
+ scheduler: 0.27.0
1837
+
1838
+ react@19.2.7: {}
1839
+
1840
+ readdirp@5.0.0: {}
1841
+
1842
+ rolldown@1.1.5:
1843
+ dependencies:
1844
+ '@oxc-project/types': 0.139.0
1845
+ '@rolldown/pluginutils': 1.0.1
1846
+ optionalDependencies:
1847
+ '@rolldown/binding-android-arm64': 1.1.5
1848
+ '@rolldown/binding-darwin-arm64': 1.1.5
1849
+ '@rolldown/binding-darwin-x64': 1.1.5
1850
+ '@rolldown/binding-freebsd-x64': 1.1.5
1851
+ '@rolldown/binding-linux-arm-gnueabihf': 1.1.5
1852
+ '@rolldown/binding-linux-arm64-gnu': 1.1.5
1853
+ '@rolldown/binding-linux-arm64-musl': 1.1.5
1854
+ '@rolldown/binding-linux-ppc64-gnu': 1.1.5
1855
+ '@rolldown/binding-linux-s390x-gnu': 1.1.5
1856
+ '@rolldown/binding-linux-x64-gnu': 1.1.5
1857
+ '@rolldown/binding-linux-x64-musl': 1.1.5
1858
+ '@rolldown/binding-openharmony-arm64': 1.1.5
1859
+ '@rolldown/binding-wasm32-wasi': 1.1.5
1860
+ '@rolldown/binding-win32-arm64-msvc': 1.1.5
1861
+ '@rolldown/binding-win32-x64-msvc': 1.1.5
1862
+
1863
+ scheduler@0.27.0: {}
1864
+
1865
+ semver@6.3.1: {}
1866
+
1867
+ seroval-plugins@1.5.5(seroval@1.5.5):
1868
+ dependencies:
1869
+ seroval: 1.5.5
1870
+
1871
+ seroval@1.5.5: {}
1872
+
1873
+ source-map-js@1.2.1: {}
1874
+
1875
+ tailwindcss@4.3.2: {}
1876
+
1877
+ tapable@2.3.3: {}
1878
+
1879
+ tinyglobby@0.2.17:
1880
+ dependencies:
1881
+ fdir: 6.5.0(picomatch@4.0.5)
1882
+ picomatch: 4.0.5
1883
+
1884
+ tinypool@2.1.0: {}
1885
+
1886
+ tslib@2.8.1:
1887
+ optional: true
1888
+
1889
+ typescript@6.0.3: {}
1890
+
1891
+ undici-types@7.18.2: {}
1892
+
1893
+ unplugin@3.3.0(rolldown@1.1.5)(vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0)):
1894
+ dependencies:
1895
+ '@jridgewell/remapping': 2.3.5
1896
+ picomatch: 4.0.5
1897
+ webpack-virtual-modules: 0.6.2
1898
+ optionalDependencies:
1899
+ rolldown: 1.1.5
1900
+ vite: 8.1.3(@types/node@24.13.3)(jiti@2.7.0)
1901
+
1902
+ update-browserslist-db@1.2.3(browserslist@4.28.5):
1903
+ dependencies:
1904
+ browserslist: 4.28.5
1905
+ escalade: 3.2.0
1906
+ picocolors: 1.1.1
1907
+
1908
+ use-sync-external-store@1.6.0(react@19.2.7):
1909
+ dependencies:
1910
+ react: 19.2.7
1911
+
1912
+ vite@8.1.3(@types/node@24.13.3)(jiti@2.7.0):
1913
+ dependencies:
1914
+ lightningcss: 1.32.0
1915
+ picomatch: 4.0.5
1916
+ postcss: 8.5.16
1917
+ rolldown: 1.1.5
1918
+ tinyglobby: 0.2.17
1919
+ optionalDependencies:
1920
+ '@types/node': 24.13.3
1921
+ fsevents: 2.3.3
1922
+ jiti: 2.7.0
1923
+
1924
+ webpack-virtual-modules@0.6.2: {}
1925
+
1926
+ yallist@3.1.1: {}
1927
+
1928
+ zod@4.4.3: {}