@notis_ai/cli 0.2.0-beta.160.1 → 0.2.0-beta.161.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.
@@ -10,29 +10,32 @@
10
10
  "dependencies": {
11
11
  "@notis/sdk": "file:./packages/sdk",
12
12
  "@phosphor-icons/react": "^2.1.10",
13
- "@radix-ui/react-slot": "^1.1.0",
13
+ "@radix-ui/react-slot": "^1.3.3",
14
14
  "class-variance-authority": "^0.7.0",
15
15
  "clsx": "^2.1.1",
16
- "react": "^19.0.0",
17
- "react-dom": "^19.0.0",
18
- "tailwind-merge": "^2.6.0",
16
+ "react": "^19.2.8",
17
+ "react-dom": "^19.2.8",
18
+ "tailwind-merge": "^3.6.0",
19
19
  "tailwindcss-animate": "^1.0.7"
20
20
  },
21
21
  "devDependencies": {
22
+ "@tailwindcss/postcss": "^4.3.3",
22
23
  "@types/node": "^22.0.0",
23
- "@types/react": "^19.0.0",
24
- "@types/react-dom": "^19.0.0",
25
- "@vitejs/plugin-react": "^4.0.0",
26
- "postcss": "^8.0.0",
27
- "tailwindcss": "^3.4.0",
28
- "typescript": "^5.0.0",
29
- "vite": "^6.0.0"
24
+ "@types/react": "^19.2.18",
25
+ "@types/react-dom": "^19.2.7",
26
+ "@typescript/native": "npm:typescript@^7.0.2",
27
+ "@vitejs/plugin-react": "^6.1.1",
28
+ "postcss": "^8.5.28",
29
+ "tailwindcss": "^4.3.3",
30
+ "typescript": "npm:@typescript/typescript6@^6.0.2",
31
+ "vite": "^8.2.2"
30
32
  }
31
33
  },
32
34
  "node_modules/@alloc/quick-lru": {
33
35
  "version": "5.2.0",
34
36
  "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
35
37
  "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
38
+ "dev": true,
36
39
  "license": "MIT",
37
40
  "engines": {
38
41
  "node": ">=10"
@@ -41,291 +44,137 @@
41
44
  "url": "https://github.com/sponsors/sindresorhus"
42
45
  }
43
46
  },
44
- "node_modules/@babel/code-frame": {
45
- "version": "7.29.7",
46
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
47
- "integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
48
- "license": "MIT",
49
- "dependencies": {
50
- "@babel/helper-validator-identifier": "^7.29.7",
51
- "js-tokens": "^4.0.0",
52
- "picocolors": "^1.1.1"
53
- },
54
- "engines": {
55
- "node": ">=6.9.0"
56
- }
57
- },
58
- "node_modules/@babel/compat-data": {
59
- "version": "7.29.7",
60
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz",
61
- "integrity": "sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==",
62
- "license": "MIT",
63
- "engines": {
64
- "node": ">=6.9.0"
65
- }
66
- },
67
- "node_modules/@babel/core": {
68
- "version": "7.29.7",
69
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz",
70
- "integrity": "sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==",
71
- "license": "MIT",
72
- "dependencies": {
73
- "@babel/code-frame": "^7.29.7",
74
- "@babel/generator": "^7.29.7",
75
- "@babel/helper-compilation-targets": "^7.29.7",
76
- "@babel/helper-module-transforms": "^7.29.7",
77
- "@babel/helpers": "^7.29.7",
78
- "@babel/parser": "^7.29.7",
79
- "@babel/template": "^7.29.7",
80
- "@babel/traverse": "^7.29.7",
81
- "@babel/types": "^7.29.7",
82
- "@jridgewell/remapping": "^2.3.5",
83
- "convert-source-map": "^2.0.0",
84
- "debug": "^4.1.0",
85
- "gensync": "^1.0.0-beta.2",
86
- "json5": "^2.2.3",
87
- "semver": "^6.3.1"
88
- },
89
- "engines": {
90
- "node": ">=6.9.0"
91
- },
92
- "funding": {
93
- "type": "opencollective",
94
- "url": "https://opencollective.com/babel"
95
- }
96
- },
97
- "node_modules/@babel/generator": {
98
- "version": "7.29.7",
99
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
100
- "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
47
+ "node_modules/@jridgewell/gen-mapping": {
48
+ "version": "0.3.13",
49
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
50
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
51
+ "dev": true,
101
52
  "license": "MIT",
102
53
  "dependencies": {
103
- "@babel/parser": "^7.29.7",
104
- "@babel/types": "^7.29.7",
105
- "@jridgewell/gen-mapping": "^0.3.12",
106
- "@jridgewell/trace-mapping": "^0.3.28",
107
- "jsesc": "^3.0.2"
108
- },
109
- "engines": {
110
- "node": ">=6.9.0"
54
+ "@jridgewell/sourcemap-codec": "^1.5.0",
55
+ "@jridgewell/trace-mapping": "^0.3.24"
111
56
  }
112
57
  },
113
- "node_modules/@babel/helper-compilation-targets": {
114
- "version": "7.29.7",
115
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz",
116
- "integrity": "sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==",
58
+ "node_modules/@jridgewell/remapping": {
59
+ "version": "2.3.5",
60
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
61
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
62
+ "dev": true,
117
63
  "license": "MIT",
118
64
  "dependencies": {
119
- "@babel/compat-data": "^7.29.7",
120
- "@babel/helper-validator-option": "^7.29.7",
121
- "browserslist": "^4.24.0",
122
- "lru-cache": "^5.1.1",
123
- "semver": "^6.3.1"
124
- },
125
- "engines": {
126
- "node": ">=6.9.0"
65
+ "@jridgewell/gen-mapping": "^0.3.5",
66
+ "@jridgewell/trace-mapping": "^0.3.24"
127
67
  }
128
68
  },
129
- "node_modules/@babel/helper-globals": {
130
- "version": "7.29.7",
131
- "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.29.7.tgz",
132
- "integrity": "sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==",
69
+ "node_modules/@jridgewell/resolve-uri": {
70
+ "version": "3.1.2",
71
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
72
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
73
+ "dev": true,
133
74
  "license": "MIT",
134
75
  "engines": {
135
- "node": ">=6.9.0"
76
+ "node": ">=6.0.0"
136
77
  }
137
78
  },
138
- "node_modules/@babel/helper-module-imports": {
139
- "version": "7.29.7",
140
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz",
141
- "integrity": "sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==",
142
- "license": "MIT",
143
- "dependencies": {
144
- "@babel/traverse": "^7.29.7",
145
- "@babel/types": "^7.29.7"
146
- },
147
- "engines": {
148
- "node": ">=6.9.0"
149
- }
79
+ "node_modules/@jridgewell/sourcemap-codec": {
80
+ "version": "1.6.0",
81
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.6.0.tgz",
82
+ "integrity": "sha512-T7jf+5zgsZHwNJ4lvQ7/aezbyk0nNX+zJVWpmHA7VYsEx7a7qr5Rg5IbtJFqkgze5Y2sruq1RUY8Q837Od7iFw==",
83
+ "dev": true,
84
+ "license": "MIT"
150
85
  },
151
- "node_modules/@babel/helper-module-transforms": {
152
- "version": "7.29.7",
153
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz",
154
- "integrity": "sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==",
86
+ "node_modules/@jridgewell/trace-mapping": {
87
+ "version": "0.3.31",
88
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
89
+ "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
90
+ "dev": true,
155
91
  "license": "MIT",
156
92
  "dependencies": {
157
- "@babel/helper-module-imports": "^7.29.7",
158
- "@babel/helper-validator-identifier": "^7.29.7",
159
- "@babel/traverse": "^7.29.7"
160
- },
161
- "engines": {
162
- "node": ">=6.9.0"
163
- },
164
- "peerDependencies": {
165
- "@babel/core": "^7.0.0"
166
- }
167
- },
168
- "node_modules/@babel/helper-plugin-utils": {
169
- "version": "7.29.7",
170
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz",
171
- "integrity": "sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==",
172
- "license": "MIT",
173
- "engines": {
174
- "node": ">=6.9.0"
175
- }
176
- },
177
- "node_modules/@babel/helper-string-parser": {
178
- "version": "7.29.7",
179
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz",
180
- "integrity": "sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==",
181
- "license": "MIT",
182
- "engines": {
183
- "node": ">=6.9.0"
184
- }
185
- },
186
- "node_modules/@babel/helper-validator-identifier": {
187
- "version": "7.29.7",
188
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
189
- "integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
190
- "license": "MIT",
191
- "engines": {
192
- "node": ">=6.9.0"
193
- }
194
- },
195
- "node_modules/@babel/helper-validator-option": {
196
- "version": "7.29.7",
197
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz",
198
- "integrity": "sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==",
199
- "license": "MIT",
200
- "engines": {
201
- "node": ">=6.9.0"
93
+ "@jridgewell/resolve-uri": "^3.1.0",
94
+ "@jridgewell/sourcemap-codec": "^1.4.14"
202
95
  }
203
96
  },
204
- "node_modules/@babel/helpers": {
205
- "version": "7.29.7",
206
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.7.tgz",
207
- "integrity": "sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==",
208
- "license": "MIT",
209
- "dependencies": {
210
- "@babel/template": "^7.29.7",
211
- "@babel/types": "^7.29.7"
212
- },
213
- "engines": {
214
- "node": ">=6.9.0"
215
- }
97
+ "node_modules/@notis/sdk": {
98
+ "resolved": "packages/sdk",
99
+ "link": true
216
100
  },
217
- "node_modules/@babel/parser": {
218
- "version": "7.29.7",
219
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.7.tgz",
220
- "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==",
101
+ "node_modules/@oxc-project/types": {
102
+ "version": "0.148.0",
103
+ "resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.148.0.tgz",
104
+ "integrity": "sha512-Nm4s/jB+4FpFsPhWGEC4h7rzksesmtnMXomo6rCMcg/b8zLQuOziRgkCS1fxDCXOlJB/6Q8oABOZ/OP6RIPj9A==",
221
105
  "license": "MIT",
222
- "dependencies": {
223
- "@babel/types": "^7.29.7"
224
- },
225
- "bin": {
226
- "parser": "bin/babel-parser.js"
227
- },
228
- "engines": {
229
- "node": ">=6.0.0"
106
+ "funding": {
107
+ "url": "https://github.com/sponsors/oxc-project"
230
108
  }
231
109
  },
232
- "node_modules/@babel/plugin-transform-react-jsx-self": {
233
- "version": "7.29.7",
234
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.29.7.tgz",
235
- "integrity": "sha512-TL0hMc9xzy86VD31nUiwzd5otRAcyEPcsegCxolO0PvcXuH1v0kECe/UIznYFihpkvU5wg/jk4v0TTEFfm53fw==",
110
+ "node_modules/@phosphor-icons/react": {
111
+ "version": "2.1.10",
112
+ "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.1.10.tgz",
113
+ "integrity": "sha512-vt8Tvq8GLjheAZZYa+YG/pW7HDbov8El/MANW8pOAz4eGxrwhnbfrQZq0Cp4q8zBEu8NIhHdnr+r8thnfRSNYA==",
236
114
  "license": "MIT",
237
- "dependencies": {
238
- "@babel/helper-plugin-utils": "^7.29.7"
239
- },
240
115
  "engines": {
241
- "node": ">=6.9.0"
116
+ "node": ">=10"
242
117
  },
243
118
  "peerDependencies": {
244
- "@babel/core": "^7.0.0-0"
119
+ "react": ">= 16.8",
120
+ "react-dom": ">= 16.8"
245
121
  }
246
122
  },
247
- "node_modules/@babel/plugin-transform-react-jsx-source": {
248
- "version": "7.29.7",
249
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.29.7.tgz",
250
- "integrity": "sha512-06IyK09H3wi4cGbhDBwp5gUGo0IKtnYa8tyTiephirPCK6fbobVGiXMMI5zLQ4aKEYP3wZ3ArU44o+8KMrSG/Q==",
123
+ "node_modules/@radix-ui/react-compose-refs": {
124
+ "version": "1.1.5",
125
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.5.tgz",
126
+ "integrity": "sha512-+48PbAAbq3didjJxa+OaWY2ZwgAKsNiRGyeHKszblZMQ+kcpd9pAaT11cMkGEie0vsOi3QdeTE6d5Fe3Gn61kA==",
251
127
  "license": "MIT",
252
- "dependencies": {
253
- "@babel/helper-plugin-utils": "^7.29.7"
254
- },
255
- "engines": {
256
- "node": ">=6.9.0"
257
- },
258
128
  "peerDependencies": {
259
- "@babel/core": "^7.0.0-0"
260
- }
261
- },
262
- "node_modules/@babel/template": {
263
- "version": "7.29.7",
264
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.29.7.tgz",
265
- "integrity": "sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==",
266
- "license": "MIT",
267
- "dependencies": {
268
- "@babel/code-frame": "^7.29.7",
269
- "@babel/parser": "^7.29.7",
270
- "@babel/types": "^7.29.7"
129
+ "@types/react": "*",
130
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
271
131
  },
272
- "engines": {
273
- "node": ">=6.9.0"
132
+ "peerDependenciesMeta": {
133
+ "@types/react": {
134
+ "optional": true
135
+ }
274
136
  }
275
137
  },
276
- "node_modules/@babel/traverse": {
277
- "version": "7.29.7",
278
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.7.tgz",
279
- "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==",
138
+ "node_modules/@radix-ui/react-slot": {
139
+ "version": "1.3.3",
140
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.3.tgz",
141
+ "integrity": "sha512-qx7oqnYbxnK9kYI9m317qmFmEgo6ywqWvbTogdj7cL9p3/yx4M48p7Rnw5z3H890cL/ow/EeWJsuTykeZVXP5Q==",
280
142
  "license": "MIT",
281
143
  "dependencies": {
282
- "@babel/code-frame": "^7.29.7",
283
- "@babel/generator": "^7.29.7",
284
- "@babel/helper-globals": "^7.29.7",
285
- "@babel/parser": "^7.29.7",
286
- "@babel/template": "^7.29.7",
287
- "@babel/types": "^7.29.7",
288
- "debug": "^4.3.1"
144
+ "@radix-ui/react-compose-refs": "1.1.5"
289
145
  },
290
- "engines": {
291
- "node": ">=6.9.0"
292
- }
293
- },
294
- "node_modules/@babel/types": {
295
- "version": "7.29.7",
296
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
297
- "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==",
298
- "license": "MIT",
299
- "dependencies": {
300
- "@babel/helper-string-parser": "^7.29.7",
301
- "@babel/helper-validator-identifier": "^7.29.7"
146
+ "peerDependencies": {
147
+ "@types/react": "*",
148
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
302
149
  },
303
- "engines": {
304
- "node": ">=6.9.0"
150
+ "peerDependenciesMeta": {
151
+ "@types/react": {
152
+ "optional": true
153
+ }
305
154
  }
306
155
  },
307
- "node_modules/@esbuild/aix-ppc64": {
308
- "version": "0.25.12",
309
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz",
310
- "integrity": "sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==",
156
+ "node_modules/@rolldown/binding-android-arm-eabi": {
157
+ "version": "1.2.7",
158
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.7.tgz",
159
+ "integrity": "sha512-EypzgnYCwyVY4NDHKzGmNJT5b+XaQEBniHxsMdeIQLB/tcCzZnhqrzHpZFbX9iaxx+5RiB8caATBtfvZP7zVxQ==",
311
160
  "cpu": [
312
- "ppc64"
161
+ "arm"
313
162
  ],
314
163
  "license": "MIT",
315
164
  "optional": true,
316
165
  "os": [
317
- "aix"
166
+ "android"
318
167
  ],
319
168
  "engines": {
320
- "node": ">=18"
169
+ "node": "^20.19.0 || >=22.12.0"
321
170
  }
322
171
  },
323
- "node_modules/@esbuild/android-arm": {
324
- "version": "0.25.12",
325
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.12.tgz",
326
- "integrity": "sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==",
172
+ "node_modules/@rolldown/binding-android-arm64": {
173
+ "version": "1.2.7",
174
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.7.tgz",
175
+ "integrity": "sha512-l17HE9EweWaqJZhuUuNBN/FzM62xw+DECVnJyvMsxn8vJFAGLy5QfLDoYAcronkAN8VxKZHezDpulHDPx95vFw==",
327
176
  "cpu": [
328
- "arm"
177
+ "arm64"
329
178
  ],
330
179
  "license": "MIT",
331
180
  "optional": true,
@@ -333,111 +182,120 @@
333
182
  "android"
334
183
  ],
335
184
  "engines": {
336
- "node": ">=18"
185
+ "node": "^20.19.0 || >=22.12.0"
337
186
  }
338
187
  },
339
- "node_modules/@esbuild/android-arm64": {
340
- "version": "0.25.12",
341
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz",
342
- "integrity": "sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==",
188
+ "node_modules/@rolldown/binding-darwin-arm64": {
189
+ "version": "1.2.7",
190
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.7.tgz",
191
+ "integrity": "sha512-8ED8ELFvHXc6OCETIn4gXObPiaR6bckM/ipXtbzlPVDRMBfEGjCKgO90F9YtfdpDatVx/ZQw7aZ1vUMf/+T3Mw==",
343
192
  "cpu": [
344
193
  "arm64"
345
194
  ],
346
195
  "license": "MIT",
347
196
  "optional": true,
348
197
  "os": [
349
- "android"
198
+ "darwin"
350
199
  ],
351
200
  "engines": {
352
- "node": ">=18"
201
+ "node": "^20.19.0 || >=22.12.0"
353
202
  }
354
203
  },
355
- "node_modules/@esbuild/android-x64": {
356
- "version": "0.25.12",
357
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.12.tgz",
358
- "integrity": "sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==",
204
+ "node_modules/@rolldown/binding-darwin-x64": {
205
+ "version": "1.2.7",
206
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.7.tgz",
207
+ "integrity": "sha512-/WPripjtiAIZ2tWY7ddijORT0Ujg87wxWW/qcoFVCKAWVDPhtY0xr7Dj0M3GyNGz60jGwTElhro/mkF9dT7dDQ==",
359
208
  "cpu": [
360
209
  "x64"
361
210
  ],
362
211
  "license": "MIT",
363
212
  "optional": true,
364
213
  "os": [
365
- "android"
214
+ "darwin"
366
215
  ],
367
216
  "engines": {
368
- "node": ">=18"
217
+ "node": "^20.19.0 || >=22.12.0"
369
218
  }
370
219
  },
371
- "node_modules/@esbuild/darwin-arm64": {
372
- "version": "0.25.12",
373
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz",
374
- "integrity": "sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==",
220
+ "node_modules/@rolldown/binding-freebsd-x64": {
221
+ "version": "1.2.7",
222
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.7.tgz",
223
+ "integrity": "sha512-14DI4NcqpvbICxSnGLx3PmtDaWqRP/KGSGb6C+JLLVPeZRl6dKdHba3pGsqT3vpdTqhEYIPG0MMQ8c0xYqoJxA==",
375
224
  "cpu": [
376
- "arm64"
225
+ "x64"
377
226
  ],
378
227
  "license": "MIT",
379
228
  "optional": true,
380
229
  "os": [
381
- "darwin"
230
+ "freebsd"
382
231
  ],
383
232
  "engines": {
384
- "node": ">=18"
233
+ "node": "^20.19.0 || >=22.12.0"
385
234
  }
386
235
  },
387
- "node_modules/@esbuild/darwin-x64": {
388
- "version": "0.25.12",
389
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz",
390
- "integrity": "sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==",
236
+ "node_modules/@rolldown/binding-linux-arm-gnueabihf": {
237
+ "version": "1.2.7",
238
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.7.tgz",
239
+ "integrity": "sha512-bxrWIRvHWQvbJwi+VIie/kDJmQxcNE6xxWwZdqF/ExVAigtHkv54WTLQPb+QsZdnFy18fg7JPfWGL0RH6vwIlQ==",
391
240
  "cpu": [
392
- "x64"
241
+ "arm"
393
242
  ],
394
243
  "license": "MIT",
395
244
  "optional": true,
396
245
  "os": [
397
- "darwin"
246
+ "linux"
398
247
  ],
399
248
  "engines": {
400
- "node": ">=18"
249
+ "node": "^20.19.0 || >=22.12.0"
401
250
  }
402
251
  },
403
- "node_modules/@esbuild/freebsd-arm64": {
404
- "version": "0.25.12",
405
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz",
406
- "integrity": "sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==",
252
+ "node_modules/@rolldown/binding-linux-arm64-gnu": {
253
+ "version": "1.2.7",
254
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.7.tgz",
255
+ "integrity": "sha512-toOY2BChBZyuxU7OYX6Tn389di4IzAqPTycVcci0O7FSfBqzRB3RZn+K5Is6ANf4tmgRd/K1yZTsNTXbkXsnLg==",
407
256
  "cpu": [
408
257
  "arm64"
409
258
  ],
259
+ "libc": [
260
+ "glibc"
261
+ ],
410
262
  "license": "MIT",
411
263
  "optional": true,
412
264
  "os": [
413
- "freebsd"
265
+ "linux"
414
266
  ],
415
267
  "engines": {
416
- "node": ">=18"
268
+ "node": "^20.19.0 || >=22.12.0"
417
269
  }
418
270
  },
419
- "node_modules/@esbuild/freebsd-x64": {
420
- "version": "0.25.12",
421
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz",
422
- "integrity": "sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==",
271
+ "node_modules/@rolldown/binding-linux-arm64-musl": {
272
+ "version": "1.2.7",
273
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.7.tgz",
274
+ "integrity": "sha512-lAIXTH/aiLRLxsTgQvfhjo4K1ydWIp00+V0voOr9beb/9ZmkUFrSIb03dXNFRgMNvkE6oGsF10ioQ6UsI+vS5Q==",
423
275
  "cpu": [
424
- "x64"
276
+ "arm64"
277
+ ],
278
+ "libc": [
279
+ "musl"
425
280
  ],
426
281
  "license": "MIT",
427
282
  "optional": true,
428
283
  "os": [
429
- "freebsd"
284
+ "linux"
430
285
  ],
431
286
  "engines": {
432
- "node": ">=18"
287
+ "node": "^20.19.0 || >=22.12.0"
433
288
  }
434
289
  },
435
- "node_modules/@esbuild/linux-arm": {
436
- "version": "0.25.12",
437
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz",
438
- "integrity": "sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==",
290
+ "node_modules/@rolldown/binding-linux-ppc64-gnu": {
291
+ "version": "1.2.7",
292
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.7.tgz",
293
+ "integrity": "sha512-kdnwS28Pkenp/mZMRwjXXXwxQ7pIsm+bF919LUK93BOyhcLsrVKdP2p9fxpiPNPAbNuch8ypQt0pm2P2LYCAGg==",
439
294
  "cpu": [
440
- "arm"
295
+ "ppc64"
296
+ ],
297
+ "libc": [
298
+ "glibc"
441
299
  ],
442
300
  "license": "MIT",
443
301
  "optional": true,
@@ -445,15 +303,18 @@
445
303
  "linux"
446
304
  ],
447
305
  "engines": {
448
- "node": ">=18"
306
+ "node": "^20.19.0 || >=22.12.0"
449
307
  }
450
308
  },
451
- "node_modules/@esbuild/linux-arm64": {
452
- "version": "0.25.12",
453
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz",
454
- "integrity": "sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==",
309
+ "node_modules/@rolldown/binding-linux-s390x-gnu": {
310
+ "version": "1.2.7",
311
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.7.tgz",
312
+ "integrity": "sha512-516OdsyLdr5E65paF3yBF55t8mfm9+gmtCsK3xI7XKXIT7EfRlHhxL8K/NR6Hu8BWSgF5+1w74lTL0+nxcc8Qw==",
455
313
  "cpu": [
456
- "arm64"
314
+ "s390x"
315
+ ],
316
+ "libc": [
317
+ "glibc"
457
318
  ],
458
319
  "license": "MIT",
459
320
  "optional": true,
@@ -461,15 +322,18 @@
461
322
  "linux"
462
323
  ],
463
324
  "engines": {
464
- "node": ">=18"
325
+ "node": "^20.19.0 || >=22.12.0"
465
326
  }
466
327
  },
467
- "node_modules/@esbuild/linux-ia32": {
468
- "version": "0.25.12",
469
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz",
470
- "integrity": "sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==",
328
+ "node_modules/@rolldown/binding-linux-x64-gnu": {
329
+ "version": "1.2.7",
330
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.7.tgz",
331
+ "integrity": "sha512-r8/z8n7GFaYRln3xmP1Cxy0HH/HLM0uBUPkEuSVEfKGDA89M0FsZRZJRSwe/tJjRx+fpH/gjorfhB8tmEbSFLA==",
471
332
  "cpu": [
472
- "ia32"
333
+ "x64"
334
+ ],
335
+ "libc": [
336
+ "glibc"
473
337
  ],
474
338
  "license": "MIT",
475
339
  "optional": true,
@@ -477,15 +341,18 @@
477
341
  "linux"
478
342
  ],
479
343
  "engines": {
480
- "node": ">=18"
344
+ "node": "^20.19.0 || >=22.12.0"
481
345
  }
482
346
  },
483
- "node_modules/@esbuild/linux-loong64": {
484
- "version": "0.25.12",
485
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz",
486
- "integrity": "sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==",
347
+ "node_modules/@rolldown/binding-linux-x64-musl": {
348
+ "version": "1.2.7",
349
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.7.tgz",
350
+ "integrity": "sha512-pAsE8iiDxUg1xBqdhrTfg45AVDVpirjz00sblEYClGNNcMnDb+e8beQgqIAw6LvauX/APvgxUnwrgun/YYGBhw==",
487
351
  "cpu": [
488
- "loong64"
352
+ "x64"
353
+ ],
354
+ "libc": [
355
+ "musl"
489
356
  ],
490
357
  "license": "MIT",
491
358
  "optional": true,
@@ -493,818 +360,820 @@
493
360
  "linux"
494
361
  ],
495
362
  "engines": {
496
- "node": ">=18"
363
+ "node": "^20.19.0 || >=22.12.0"
497
364
  }
498
365
  },
499
- "node_modules/@esbuild/linux-mips64el": {
500
- "version": "0.25.12",
501
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz",
502
- "integrity": "sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==",
366
+ "node_modules/@rolldown/binding-openharmony-arm64": {
367
+ "version": "1.2.7",
368
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.7.tgz",
369
+ "integrity": "sha512-lTcIYmmnQQA8Or/2DatS6oSqcdLHvendjS+zLu+FwgToynWMRSmQdpM65fTANJgIS4mjbMOo5KT2lnT9SAb96w==",
503
370
  "cpu": [
504
- "mips64el"
371
+ "arm64"
505
372
  ],
506
373
  "license": "MIT",
507
374
  "optional": true,
508
375
  "os": [
509
- "linux"
376
+ "openharmony"
510
377
  ],
511
378
  "engines": {
512
- "node": ">=18"
379
+ "node": "^20.19.0 || >=22.12.0"
513
380
  }
514
381
  },
515
- "node_modules/@esbuild/linux-ppc64": {
516
- "version": "0.25.12",
517
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz",
518
- "integrity": "sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==",
382
+ "node_modules/@rolldown/binding-win32-arm64-msvc": {
383
+ "version": "1.2.7",
384
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.7.tgz",
385
+ "integrity": "sha512-e3Gu3WxbNk/UqQhxqU7YIYO+9ZBvWNz3U+h/qRFosscMFzdRPbXYSaSWgSnklv2fz1TgzBTcti2z35c/7irsHw==",
519
386
  "cpu": [
520
- "ppc64"
387
+ "arm64"
521
388
  ],
522
389
  "license": "MIT",
523
390
  "optional": true,
524
391
  "os": [
525
- "linux"
392
+ "win32"
526
393
  ],
527
394
  "engines": {
528
- "node": ">=18"
395
+ "node": "^20.19.0 || >=22.12.0"
529
396
  }
530
397
  },
531
- "node_modules/@esbuild/linux-riscv64": {
532
- "version": "0.25.12",
533
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz",
534
- "integrity": "sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==",
398
+ "node_modules/@rolldown/binding-win32-x64-msvc": {
399
+ "version": "1.2.7",
400
+ "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.7.tgz",
401
+ "integrity": "sha512-W/jg5qoRSqjsEv0+dZi4e687mcHqmVuU0P4fK6qS/xjetW2Gmc1W8j//z5nAeNcC8Ttm0hV46IjcYeuVwYhuiw==",
535
402
  "cpu": [
536
- "riscv64"
403
+ "x64"
537
404
  ],
538
405
  "license": "MIT",
539
406
  "optional": true,
540
407
  "os": [
541
- "linux"
408
+ "win32"
542
409
  ],
543
410
  "engines": {
544
- "node": ">=18"
411
+ "node": "^20.19.0 || >=22.12.0"
545
412
  }
546
413
  },
547
- "node_modules/@esbuild/linux-s390x": {
548
- "version": "0.25.12",
549
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz",
550
- "integrity": "sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==",
414
+ "node_modules/@rolldown/pluginutils": {
415
+ "version": "1.0.1",
416
+ "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz",
417
+ "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==",
418
+ "license": "MIT"
419
+ },
420
+ "node_modules/@tailwindcss/node": {
421
+ "version": "4.3.3",
422
+ "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.3.3.tgz",
423
+ "integrity": "sha512-/T8IKEsf9VTU6tLjgC7+sv2mOPtQxzE2jMw7u4Tt40Tx+QSZxpzh95/H6cMKoja9XuW7iMdLJYBB0o9G1CaAgg==",
424
+ "dev": true,
425
+ "license": "MIT",
426
+ "dependencies": {
427
+ "@jridgewell/remapping": "^2.3.5",
428
+ "enhanced-resolve": "^5.24.1",
429
+ "jiti": "^2.7.0",
430
+ "lightningcss": "1.32.0",
431
+ "magic-string": "^0.30.21",
432
+ "source-map-js": "^1.2.1",
433
+ "tailwindcss": "4.3.3"
434
+ }
435
+ },
436
+ "node_modules/@tailwindcss/oxide": {
437
+ "version": "4.3.3",
438
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz",
439
+ "integrity": "sha512-krXjAikiaFSPaK/FkAQT5UTx3VormQaiZ5hBFlJZ9UFQGB/rwg1MZIhHAG9smMQRTdyJxP6Qt5MwMtdyU5FWrA==",
440
+ "dev": true,
441
+ "license": "MIT",
442
+ "engines": {
443
+ "node": ">= 20"
444
+ },
445
+ "optionalDependencies": {
446
+ "@tailwindcss/oxide-android-arm64": "4.3.3",
447
+ "@tailwindcss/oxide-darwin-arm64": "4.3.3",
448
+ "@tailwindcss/oxide-darwin-x64": "4.3.3",
449
+ "@tailwindcss/oxide-freebsd-x64": "4.3.3",
450
+ "@tailwindcss/oxide-linux-arm-gnueabihf": "4.3.3",
451
+ "@tailwindcss/oxide-linux-arm64-gnu": "4.3.3",
452
+ "@tailwindcss/oxide-linux-arm64-musl": "4.3.3",
453
+ "@tailwindcss/oxide-linux-x64-gnu": "4.3.3",
454
+ "@tailwindcss/oxide-linux-x64-musl": "4.3.3",
455
+ "@tailwindcss/oxide-wasm32-wasi": "4.3.3",
456
+ "@tailwindcss/oxide-win32-arm64-msvc": "4.3.3",
457
+ "@tailwindcss/oxide-win32-x64-msvc": "4.3.3"
458
+ }
459
+ },
460
+ "node_modules/@tailwindcss/oxide-android-arm64": {
461
+ "version": "4.3.3",
462
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.3.3.tgz",
463
+ "integrity": "sha512-Y85A2gmPSkl5Ve5qR86GL4HT509cFqQh1aes9p3sSkyTPwt0Pppf3GkwGe4JPACcRYjgJIEhQgM6dBClnr0NYw==",
551
464
  "cpu": [
552
- "s390x"
465
+ "arm64"
553
466
  ],
467
+ "dev": true,
554
468
  "license": "MIT",
555
469
  "optional": true,
556
470
  "os": [
557
- "linux"
471
+ "android"
558
472
  ],
559
473
  "engines": {
560
- "node": ">=18"
474
+ "node": ">= 20"
561
475
  }
562
476
  },
563
- "node_modules/@esbuild/linux-x64": {
564
- "version": "0.25.12",
565
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz",
566
- "integrity": "sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==",
477
+ "node_modules/@tailwindcss/oxide-darwin-arm64": {
478
+ "version": "4.3.3",
479
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.3.3.tgz",
480
+ "integrity": "sha512-BiaWatpBcERQFDlOjRDpIVXuFK5PJez5SA4JMg6VYZdBYU+qKfV/vqjcIs+IYmtitf1xYQZTwXvU/8y4lfZUGw==",
567
481
  "cpu": [
568
- "x64"
482
+ "arm64"
569
483
  ],
484
+ "dev": true,
570
485
  "license": "MIT",
571
486
  "optional": true,
572
487
  "os": [
573
- "linux"
488
+ "darwin"
574
489
  ],
575
490
  "engines": {
576
- "node": ">=18"
491
+ "node": ">= 20"
577
492
  }
578
493
  },
579
- "node_modules/@esbuild/netbsd-arm64": {
580
- "version": "0.25.12",
581
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz",
582
- "integrity": "sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==",
494
+ "node_modules/@tailwindcss/oxide-darwin-x64": {
495
+ "version": "4.3.3",
496
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.3.3.tgz",
497
+ "integrity": "sha512-fAeUqfV5ndhxRwai8cXGzdLvul9utWOmeTkv69unv4ZXixjn61Z+p9lCWdwOwA3TYboG3BwdVuN/RDjhBRl0mw==",
583
498
  "cpu": [
584
- "arm64"
499
+ "x64"
585
500
  ],
501
+ "dev": true,
586
502
  "license": "MIT",
587
503
  "optional": true,
588
504
  "os": [
589
- "netbsd"
505
+ "darwin"
590
506
  ],
591
507
  "engines": {
592
- "node": ">=18"
508
+ "node": ">= 20"
593
509
  }
594
510
  },
595
- "node_modules/@esbuild/netbsd-x64": {
596
- "version": "0.25.12",
597
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz",
598
- "integrity": "sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==",
511
+ "node_modules/@tailwindcss/oxide-freebsd-x64": {
512
+ "version": "4.3.3",
513
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.3.3.tgz",
514
+ "integrity": "sha512-iyf5bV6+wnAlflVeEy7R25dupxTNECZN5QMI0qNT6eT+EgaGdZcKhGkr5SdoaWiLJ3spLqIY9VCeSGrwmtg4kw==",
599
515
  "cpu": [
600
516
  "x64"
601
517
  ],
518
+ "dev": true,
602
519
  "license": "MIT",
603
520
  "optional": true,
604
521
  "os": [
605
- "netbsd"
522
+ "freebsd"
606
523
  ],
607
524
  "engines": {
608
- "node": ">=18"
525
+ "node": ">= 20"
609
526
  }
610
527
  },
611
- "node_modules/@esbuild/openbsd-arm64": {
612
- "version": "0.25.12",
613
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz",
614
- "integrity": "sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==",
528
+ "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": {
529
+ "version": "4.3.3",
530
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.3.3.tgz",
531
+ "integrity": "sha512-aAYUprJAJQWWbRrPvtjdroZ56Md+JM8pMiopS6xGEwDfLhqj+2ver2p4nU4Mb3CRqcMmNBjo8KkUgcxhkzVQGQ==",
615
532
  "cpu": [
616
- "arm64"
533
+ "arm"
617
534
  ],
535
+ "dev": true,
618
536
  "license": "MIT",
619
537
  "optional": true,
620
538
  "os": [
621
- "openbsd"
539
+ "linux"
622
540
  ],
623
541
  "engines": {
624
- "node": ">=18"
542
+ "node": ">= 20"
625
543
  }
626
544
  },
627
- "node_modules/@esbuild/openbsd-x64": {
628
- "version": "0.25.12",
629
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz",
630
- "integrity": "sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==",
545
+ "node_modules/@tailwindcss/oxide-linux-arm64-gnu": {
546
+ "version": "4.3.3",
547
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.3.3.tgz",
548
+ "integrity": "sha512-nDxldcEENOxZRzC2uu9jrutZdAAQtb+8WWDCSnWL1zvBk1+FN+x6MtDViPB5AJMfttVCUhehGWus3XBPgatM/w==",
631
549
  "cpu": [
632
- "x64"
550
+ "arm64"
551
+ ],
552
+ "dev": true,
553
+ "libc": [
554
+ "glibc"
633
555
  ],
634
556
  "license": "MIT",
635
557
  "optional": true,
636
558
  "os": [
637
- "openbsd"
559
+ "linux"
638
560
  ],
639
561
  "engines": {
640
- "node": ">=18"
562
+ "node": ">= 20"
641
563
  }
642
564
  },
643
- "node_modules/@esbuild/openharmony-arm64": {
644
- "version": "0.25.12",
645
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz",
646
- "integrity": "sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==",
565
+ "node_modules/@tailwindcss/oxide-linux-arm64-musl": {
566
+ "version": "4.3.3",
567
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.3.3.tgz",
568
+ "integrity": "sha512-Md44bD6veX/PC5iyF8cDVnw4HBIANZepRZZ7a8DQOvkfo5WUBwcp6iAuCUz23u+4SUkhJlD3eL7hNdW8ezd/kA==",
647
569
  "cpu": [
648
570
  "arm64"
649
571
  ],
572
+ "dev": true,
573
+ "libc": [
574
+ "musl"
575
+ ],
650
576
  "license": "MIT",
651
577
  "optional": true,
652
578
  "os": [
653
- "openharmony"
579
+ "linux"
654
580
  ],
655
581
  "engines": {
656
- "node": ">=18"
582
+ "node": ">= 20"
657
583
  }
658
584
  },
659
- "node_modules/@esbuild/sunos-x64": {
660
- "version": "0.25.12",
661
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz",
662
- "integrity": "sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==",
585
+ "node_modules/@tailwindcss/oxide-linux-x64-gnu": {
586
+ "version": "4.3.3",
587
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.3.3.tgz",
588
+ "integrity": "sha512-tx7us1muwOKAKWao2v/GaafFeQboE6aj88vC6ziN2NCGcRm8gWUhwjzg+YdVB1e4boAtdtma4L43onunI6NS4w==",
663
589
  "cpu": [
664
590
  "x64"
665
591
  ],
592
+ "dev": true,
593
+ "libc": [
594
+ "glibc"
595
+ ],
666
596
  "license": "MIT",
667
597
  "optional": true,
668
598
  "os": [
669
- "sunos"
599
+ "linux"
670
600
  ],
671
601
  "engines": {
672
- "node": ">=18"
602
+ "node": ">= 20"
673
603
  }
674
604
  },
675
- "node_modules/@esbuild/win32-arm64": {
676
- "version": "0.25.12",
677
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz",
678
- "integrity": "sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==",
605
+ "node_modules/@tailwindcss/oxide-linux-x64-musl": {
606
+ "version": "4.3.3",
607
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.3.3.tgz",
608
+ "integrity": "sha512-SJxX60smvHgasZoBy11dX6YRjXJFovwWBoedhbQPOBzgFWBHGB+TVPWB9BxzR7TTxU8FQZAI2AyiNCMzFm8Img==",
679
609
  "cpu": [
680
- "arm64"
610
+ "x64"
611
+ ],
612
+ "dev": true,
613
+ "libc": [
614
+ "musl"
681
615
  ],
682
616
  "license": "MIT",
683
617
  "optional": true,
684
618
  "os": [
685
- "win32"
619
+ "linux"
686
620
  ],
687
621
  "engines": {
688
- "node": ">=18"
622
+ "node": ">= 20"
689
623
  }
690
624
  },
691
- "node_modules/@esbuild/win32-ia32": {
692
- "version": "0.25.12",
693
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz",
694
- "integrity": "sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==",
625
+ "node_modules/@tailwindcss/oxide-wasm32-wasi": {
626
+ "version": "4.3.3",
627
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz",
628
+ "integrity": "sha512-jx1+rPhY/5Ympkktd656HBWEBLxP7dH06losBLjjf5vgCODXvi9KhtftWcMIwTFIDqBr7cRnQkdLnAG+IOlGvQ==",
629
+ "bundleDependencies": [
630
+ "@napi-rs/wasm-runtime",
631
+ "@emnapi/core",
632
+ "@emnapi/runtime",
633
+ "@tybys/wasm-util",
634
+ "@emnapi/wasi-threads",
635
+ "tslib"
636
+ ],
637
+ "cpu": [
638
+ "wasm32"
639
+ ],
640
+ "dev": true,
641
+ "license": "MIT",
642
+ "optional": true,
643
+ "dependencies": {
644
+ "@emnapi/core": "^1.11.1",
645
+ "@emnapi/runtime": "^1.11.1",
646
+ "@emnapi/wasi-threads": "^1.2.2",
647
+ "@napi-rs/wasm-runtime": "^1.1.4",
648
+ "@tybys/wasm-util": "^0.10.2",
649
+ "tslib": "^2.8.1"
650
+ },
651
+ "engines": {
652
+ "node": ">=14.0.0"
653
+ }
654
+ },
655
+ "node_modules/@tailwindcss/oxide-win32-arm64-msvc": {
656
+ "version": "4.3.3",
657
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.3.tgz",
658
+ "integrity": "sha512-3rc292Ca2ceK6Ulcc/bAVnTs/3nDtoPhyEKlgPv+yQJQi/JS/AMJlqzxvlDacL1nekbrcf6bTqp/jV4qgnPxNQ==",
695
659
  "cpu": [
696
- "ia32"
660
+ "arm64"
697
661
  ],
662
+ "dev": true,
698
663
  "license": "MIT",
699
664
  "optional": true,
700
665
  "os": [
701
666
  "win32"
702
667
  ],
703
668
  "engines": {
704
- "node": ">=18"
669
+ "node": ">= 20"
705
670
  }
706
671
  },
707
- "node_modules/@esbuild/win32-x64": {
708
- "version": "0.25.12",
709
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz",
710
- "integrity": "sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==",
672
+ "node_modules/@tailwindcss/oxide-win32-x64-msvc": {
673
+ "version": "4.3.3",
674
+ "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.3.3.tgz",
675
+ "integrity": "sha512-yJ0pwIVc/nYeGoV02WtsN8KYyLQv7kyI2wDnkezyJlGGjkd4QLwDGAwl47YpPJeuI0M0ObaXGSPjvWDPeTPggw==",
711
676
  "cpu": [
712
677
  "x64"
713
678
  ],
679
+ "dev": true,
714
680
  "license": "MIT",
715
681
  "optional": true,
716
682
  "os": [
717
683
  "win32"
718
684
  ],
719
685
  "engines": {
720
- "node": ">=18"
686
+ "node": ">= 20"
721
687
  }
722
688
  },
723
- "node_modules/@jridgewell/gen-mapping": {
724
- "version": "0.3.13",
725
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
726
- "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
689
+ "node_modules/@tailwindcss/postcss": {
690
+ "version": "4.3.3",
691
+ "resolved": "https://registry.npmjs.org/@tailwindcss/postcss/-/postcss-4.3.3.tgz",
692
+ "integrity": "sha512-JTSZZGQi1AyKirbLN3azmjVzef92tcX7h+iSqPdaeStyFpGpDlKvvpxeOE8njhbUanbRwr3z8DyzhICWnMtQeg==",
693
+ "dev": true,
727
694
  "license": "MIT",
728
695
  "dependencies": {
729
- "@jridgewell/sourcemap-codec": "^1.5.0",
730
- "@jridgewell/trace-mapping": "^0.3.24"
696
+ "@alloc/quick-lru": "^5.2.0",
697
+ "@tailwindcss/node": "4.3.3",
698
+ "@tailwindcss/oxide": "4.3.3",
699
+ "postcss": "^8.5.16",
700
+ "tailwindcss": "4.3.3"
731
701
  }
732
702
  },
733
- "node_modules/@jridgewell/remapping": {
734
- "version": "2.3.5",
735
- "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
736
- "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
703
+ "node_modules/@types/debug": {
704
+ "version": "4.1.13",
705
+ "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
706
+ "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
737
707
  "license": "MIT",
738
708
  "dependencies": {
739
- "@jridgewell/gen-mapping": "^0.3.5",
740
- "@jridgewell/trace-mapping": "^0.3.24"
741
- }
742
- },
743
- "node_modules/@jridgewell/resolve-uri": {
744
- "version": "3.1.2",
745
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
746
- "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
747
- "license": "MIT",
748
- "engines": {
749
- "node": ">=6.0.0"
709
+ "@types/ms": "*"
750
710
  }
751
711
  },
752
- "node_modules/@jridgewell/sourcemap-codec": {
753
- "version": "1.5.5",
754
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
755
- "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
712
+ "node_modules/@types/estree": {
713
+ "version": "1.0.9",
714
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
715
+ "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
756
716
  "license": "MIT"
757
717
  },
758
- "node_modules/@jridgewell/trace-mapping": {
759
- "version": "0.3.31",
760
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz",
761
- "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==",
718
+ "node_modules/@types/estree-jsx": {
719
+ "version": "1.0.5",
720
+ "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
721
+ "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
762
722
  "license": "MIT",
763
723
  "dependencies": {
764
- "@jridgewell/resolve-uri": "^3.1.0",
765
- "@jridgewell/sourcemap-codec": "^1.4.14"
724
+ "@types/estree": "*"
766
725
  }
767
726
  },
768
- "node_modules/@nodelib/fs.scandir": {
769
- "version": "2.1.5",
770
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
771
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
727
+ "node_modules/@types/hast": {
728
+ "version": "3.0.5",
729
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
730
+ "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
772
731
  "license": "MIT",
773
732
  "dependencies": {
774
- "@nodelib/fs.stat": "2.0.5",
775
- "run-parallel": "^1.1.9"
776
- },
777
- "engines": {
778
- "node": ">= 8"
733
+ "@types/unist": "*"
779
734
  }
780
735
  },
781
- "node_modules/@nodelib/fs.stat": {
782
- "version": "2.0.5",
783
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
784
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
736
+ "node_modules/@types/mdast": {
737
+ "version": "4.0.4",
738
+ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
739
+ "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
785
740
  "license": "MIT",
786
- "engines": {
787
- "node": ">= 8"
741
+ "dependencies": {
742
+ "@types/unist": "*"
788
743
  }
789
744
  },
790
- "node_modules/@nodelib/fs.walk": {
791
- "version": "1.2.8",
792
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
793
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
745
+ "node_modules/@types/ms": {
746
+ "version": "2.1.0",
747
+ "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
748
+ "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
749
+ "license": "MIT"
750
+ },
751
+ "node_modules/@types/node": {
752
+ "version": "22.20.1",
753
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz",
754
+ "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==",
755
+ "devOptional": true,
794
756
  "license": "MIT",
795
757
  "dependencies": {
796
- "@nodelib/fs.scandir": "2.1.5",
797
- "fastq": "^1.6.0"
798
- },
799
- "engines": {
800
- "node": ">= 8"
758
+ "undici-types": "~6.21.0"
801
759
  }
802
760
  },
803
- "node_modules/@notis/sdk": {
804
- "resolved": "packages/sdk",
805
- "link": true
806
- },
807
- "node_modules/@phosphor-icons/react": {
808
- "version": "2.1.10",
809
- "resolved": "https://registry.npmjs.org/@phosphor-icons/react/-/react-2.1.10.tgz",
810
- "integrity": "sha512-vt8Tvq8GLjheAZZYa+YG/pW7HDbov8El/MANW8pOAz4eGxrwhnbfrQZq0Cp4q8zBEu8NIhHdnr+r8thnfRSNYA==",
761
+ "node_modules/@types/react": {
762
+ "version": "19.2.18",
763
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz",
764
+ "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==",
811
765
  "license": "MIT",
812
- "engines": {
813
- "node": ">=10"
814
- },
815
- "peerDependencies": {
816
- "react": ">= 16.8",
817
- "react-dom": ">= 16.8"
766
+ "dependencies": {
767
+ "csstype": "^3.2.2"
818
768
  }
819
769
  },
820
- "node_modules/@radix-ui/react-compose-refs": {
821
- "version": "1.1.3",
822
- "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.3.tgz",
823
- "integrity": "sha512-rYOP8OMnuuPMQF1uhPVlGNcCDlkokKqGFE3JcxFViIkAXP7EvFWUliJAstrapypaBLJNHbZL6jGhbVDGTwmVhA==",
770
+ "node_modules/@types/react-dom": {
771
+ "version": "19.2.7",
772
+ "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.7.tgz",
773
+ "integrity": "sha512-I8bPpDLcHBv1qiIiXDCy71Rt8eQDKJP0sMSWJphDdAcdqiJ1sGpZamavoEIRZmYzjia9LuEb2HlYdDpmoENpvQ==",
774
+ "dev": true,
824
775
  "license": "MIT",
825
776
  "peerDependencies": {
826
- "@types/react": "*",
827
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
828
- },
829
- "peerDependenciesMeta": {
830
- "@types/react": {
831
- "optional": true
832
- }
777
+ "@types/react": "^19.2.0"
833
778
  }
834
779
  },
835
- "node_modules/@radix-ui/react-slot": {
836
- "version": "1.3.0",
837
- "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.3.0.tgz",
838
- "integrity": "sha512-MojKku4U/miO8Av4Dkb+ctMAQx7JmY96LmtDQlAarCRtd7rN52QCSzBF+XAvr5S6coSVj9HEPBgHAHKEJVk/WA==",
839
- "license": "MIT",
840
- "dependencies": {
841
- "@radix-ui/react-compose-refs": "1.1.3"
780
+ "node_modules/@types/unist": {
781
+ "version": "3.0.3",
782
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
783
+ "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
784
+ "license": "MIT"
785
+ },
786
+ "node_modules/@typescript/native": {
787
+ "name": "typescript",
788
+ "version": "7.0.2",
789
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
790
+ "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
791
+ "dev": true,
792
+ "license": "Apache-2.0",
793
+ "bin": {
794
+ "tsc": "bin/tsc"
842
795
  },
843
- "peerDependencies": {
844
- "@types/react": "*",
845
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
796
+ "engines": {
797
+ "node": ">=16.20.0"
846
798
  },
847
- "peerDependenciesMeta": {
848
- "@types/react": {
849
- "optional": true
850
- }
799
+ "optionalDependencies": {
800
+ "@typescript/typescript-aix-ppc64": "7.0.2",
801
+ "@typescript/typescript-darwin-arm64": "7.0.2",
802
+ "@typescript/typescript-darwin-x64": "7.0.2",
803
+ "@typescript/typescript-freebsd-arm64": "7.0.2",
804
+ "@typescript/typescript-freebsd-x64": "7.0.2",
805
+ "@typescript/typescript-linux-arm": "7.0.2",
806
+ "@typescript/typescript-linux-arm64": "7.0.2",
807
+ "@typescript/typescript-linux-loong64": "7.0.2",
808
+ "@typescript/typescript-linux-mips64el": "7.0.2",
809
+ "@typescript/typescript-linux-ppc64": "7.0.2",
810
+ "@typescript/typescript-linux-riscv64": "7.0.2",
811
+ "@typescript/typescript-linux-s390x": "7.0.2",
812
+ "@typescript/typescript-linux-x64": "7.0.2",
813
+ "@typescript/typescript-netbsd-arm64": "7.0.2",
814
+ "@typescript/typescript-netbsd-x64": "7.0.2",
815
+ "@typescript/typescript-openbsd-arm64": "7.0.2",
816
+ "@typescript/typescript-openbsd-x64": "7.0.2",
817
+ "@typescript/typescript-sunos-x64": "7.0.2",
818
+ "@typescript/typescript-win32-arm64": "7.0.2",
819
+ "@typescript/typescript-win32-x64": "7.0.2"
820
+ }
821
+ },
822
+ "node_modules/@typescript/old": {
823
+ "name": "typescript",
824
+ "version": "6.0.3",
825
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
826
+ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
827
+ "dev": true,
828
+ "license": "Apache-2.0",
829
+ "bin": {
830
+ "tsc": "bin/tsc",
831
+ "tsserver": "bin/tsserver"
832
+ },
833
+ "engines": {
834
+ "node": ">=14.17"
851
835
  }
852
836
  },
853
- "node_modules/@rolldown/pluginutils": {
854
- "version": "1.0.0-beta.27",
855
- "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz",
856
- "integrity": "sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==",
857
- "license": "MIT"
858
- },
859
- "node_modules/@rollup/rollup-android-arm-eabi": {
860
- "version": "4.62.2",
861
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.62.2.tgz",
862
- "integrity": "sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==",
837
+ "node_modules/@typescript/typescript-aix-ppc64": {
838
+ "version": "7.0.2",
839
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
840
+ "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
863
841
  "cpu": [
864
- "arm"
842
+ "ppc64"
865
843
  ],
866
- "license": "MIT",
844
+ "dev": true,
845
+ "license": "Apache-2.0",
867
846
  "optional": true,
868
847
  "os": [
869
- "android"
870
- ]
871
- },
872
- "node_modules/@rollup/rollup-android-arm64": {
873
- "version": "4.62.2",
874
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.62.2.tgz",
875
- "integrity": "sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==",
876
- "cpu": [
877
- "arm64"
848
+ "aix"
878
849
  ],
879
- "license": "MIT",
880
- "optional": true,
881
- "os": [
882
- "android"
883
- ]
850
+ "engines": {
851
+ "node": ">=16.20.0"
852
+ }
884
853
  },
885
- "node_modules/@rollup/rollup-darwin-arm64": {
886
- "version": "4.62.2",
887
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz",
888
- "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==",
854
+ "node_modules/@typescript/typescript-darwin-arm64": {
855
+ "version": "7.0.2",
856
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
857
+ "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
889
858
  "cpu": [
890
859
  "arm64"
891
860
  ],
892
- "license": "MIT",
861
+ "dev": true,
862
+ "license": "Apache-2.0",
893
863
  "optional": true,
894
864
  "os": [
895
865
  "darwin"
896
- ]
866
+ ],
867
+ "engines": {
868
+ "node": ">=16.20.0"
869
+ }
897
870
  },
898
- "node_modules/@rollup/rollup-darwin-x64": {
899
- "version": "4.62.2",
900
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.2.tgz",
901
- "integrity": "sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==",
871
+ "node_modules/@typescript/typescript-darwin-x64": {
872
+ "version": "7.0.2",
873
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
874
+ "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
902
875
  "cpu": [
903
876
  "x64"
904
877
  ],
905
- "license": "MIT",
878
+ "dev": true,
879
+ "license": "Apache-2.0",
906
880
  "optional": true,
907
881
  "os": [
908
882
  "darwin"
909
- ]
883
+ ],
884
+ "engines": {
885
+ "node": ">=16.20.0"
886
+ }
910
887
  },
911
- "node_modules/@rollup/rollup-freebsd-arm64": {
912
- "version": "4.62.2",
913
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.62.2.tgz",
914
- "integrity": "sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==",
888
+ "node_modules/@typescript/typescript-freebsd-arm64": {
889
+ "version": "7.0.2",
890
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
891
+ "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
915
892
  "cpu": [
916
893
  "arm64"
917
894
  ],
918
- "license": "MIT",
895
+ "dev": true,
896
+ "license": "Apache-2.0",
919
897
  "optional": true,
920
898
  "os": [
921
899
  "freebsd"
922
- ]
900
+ ],
901
+ "engines": {
902
+ "node": ">=16.20.0"
903
+ }
923
904
  },
924
- "node_modules/@rollup/rollup-freebsd-x64": {
925
- "version": "4.62.2",
926
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.62.2.tgz",
927
- "integrity": "sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==",
905
+ "node_modules/@typescript/typescript-freebsd-x64": {
906
+ "version": "7.0.2",
907
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
908
+ "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
928
909
  "cpu": [
929
910
  "x64"
930
911
  ],
931
- "license": "MIT",
912
+ "dev": true,
913
+ "license": "Apache-2.0",
932
914
  "optional": true,
933
915
  "os": [
934
916
  "freebsd"
935
- ]
936
- },
937
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
938
- "version": "4.62.2",
939
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.62.2.tgz",
940
- "integrity": "sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==",
941
- "cpu": [
942
- "arm"
943
917
  ],
944
- "license": "MIT",
945
- "optional": true,
946
- "os": [
947
- "linux"
948
- ]
918
+ "engines": {
919
+ "node": ">=16.20.0"
920
+ }
949
921
  },
950
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
951
- "version": "4.62.2",
952
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.62.2.tgz",
953
- "integrity": "sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==",
922
+ "node_modules/@typescript/typescript-linux-arm": {
923
+ "version": "7.0.2",
924
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
925
+ "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
954
926
  "cpu": [
955
927
  "arm"
956
928
  ],
957
- "license": "MIT",
929
+ "dev": true,
930
+ "license": "Apache-2.0",
958
931
  "optional": true,
959
932
  "os": [
960
933
  "linux"
961
- ]
962
- },
963
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
964
- "version": "4.62.2",
965
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.62.2.tgz",
966
- "integrity": "sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==",
967
- "cpu": [
968
- "arm64"
969
934
  ],
970
- "license": "MIT",
971
- "optional": true,
972
- "os": [
973
- "linux"
974
- ]
935
+ "engines": {
936
+ "node": ">=16.20.0"
937
+ }
975
938
  },
976
- "node_modules/@rollup/rollup-linux-arm64-musl": {
977
- "version": "4.62.2",
978
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.62.2.tgz",
979
- "integrity": "sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==",
939
+ "node_modules/@typescript/typescript-linux-arm64": {
940
+ "version": "7.0.2",
941
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
942
+ "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
980
943
  "cpu": [
981
944
  "arm64"
982
945
  ],
983
- "license": "MIT",
946
+ "dev": true,
947
+ "license": "Apache-2.0",
984
948
  "optional": true,
985
949
  "os": [
986
950
  "linux"
987
- ]
988
- },
989
- "node_modules/@rollup/rollup-linux-loong64-gnu": {
990
- "version": "4.62.2",
991
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.62.2.tgz",
992
- "integrity": "sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==",
993
- "cpu": [
994
- "loong64"
995
951
  ],
996
- "license": "MIT",
997
- "optional": true,
998
- "os": [
999
- "linux"
1000
- ]
952
+ "engines": {
953
+ "node": ">=16.20.0"
954
+ }
1001
955
  },
1002
- "node_modules/@rollup/rollup-linux-loong64-musl": {
1003
- "version": "4.62.2",
1004
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.62.2.tgz",
1005
- "integrity": "sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==",
956
+ "node_modules/@typescript/typescript-linux-loong64": {
957
+ "version": "7.0.2",
958
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
959
+ "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
1006
960
  "cpu": [
1007
961
  "loong64"
1008
962
  ],
1009
- "license": "MIT",
963
+ "dev": true,
964
+ "license": "Apache-2.0",
1010
965
  "optional": true,
1011
966
  "os": [
1012
967
  "linux"
1013
- ]
968
+ ],
969
+ "engines": {
970
+ "node": ">=16.20.0"
971
+ }
1014
972
  },
1015
- "node_modules/@rollup/rollup-linux-ppc64-gnu": {
1016
- "version": "4.62.2",
1017
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.62.2.tgz",
1018
- "integrity": "sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==",
973
+ "node_modules/@typescript/typescript-linux-mips64el": {
974
+ "version": "7.0.2",
975
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
976
+ "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
1019
977
  "cpu": [
1020
- "ppc64"
978
+ "mips64el"
1021
979
  ],
1022
- "license": "MIT",
980
+ "dev": true,
981
+ "license": "Apache-2.0",
1023
982
  "optional": true,
1024
983
  "os": [
1025
984
  "linux"
1026
- ]
985
+ ],
986
+ "engines": {
987
+ "node": ">=16.20.0"
988
+ }
1027
989
  },
1028
- "node_modules/@rollup/rollup-linux-ppc64-musl": {
1029
- "version": "4.62.2",
1030
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.62.2.tgz",
1031
- "integrity": "sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==",
990
+ "node_modules/@typescript/typescript-linux-ppc64": {
991
+ "version": "7.0.2",
992
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
993
+ "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
1032
994
  "cpu": [
1033
995
  "ppc64"
1034
996
  ],
1035
- "license": "MIT",
997
+ "dev": true,
998
+ "license": "Apache-2.0",
1036
999
  "optional": true,
1037
1000
  "os": [
1038
1001
  "linux"
1039
- ]
1040
- },
1041
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
1042
- "version": "4.62.2",
1043
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.62.2.tgz",
1044
- "integrity": "sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==",
1045
- "cpu": [
1046
- "riscv64"
1047
1002
  ],
1048
- "license": "MIT",
1049
- "optional": true,
1050
- "os": [
1051
- "linux"
1052
- ]
1003
+ "engines": {
1004
+ "node": ">=16.20.0"
1005
+ }
1053
1006
  },
1054
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
1055
- "version": "4.62.2",
1056
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.62.2.tgz",
1057
- "integrity": "sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==",
1007
+ "node_modules/@typescript/typescript-linux-riscv64": {
1008
+ "version": "7.0.2",
1009
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
1010
+ "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
1058
1011
  "cpu": [
1059
1012
  "riscv64"
1060
1013
  ],
1061
- "license": "MIT",
1014
+ "dev": true,
1015
+ "license": "Apache-2.0",
1062
1016
  "optional": true,
1063
1017
  "os": [
1064
1018
  "linux"
1065
- ]
1019
+ ],
1020
+ "engines": {
1021
+ "node": ">=16.20.0"
1022
+ }
1066
1023
  },
1067
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
1068
- "version": "4.62.2",
1069
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.62.2.tgz",
1070
- "integrity": "sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==",
1024
+ "node_modules/@typescript/typescript-linux-s390x": {
1025
+ "version": "7.0.2",
1026
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
1027
+ "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
1071
1028
  "cpu": [
1072
1029
  "s390x"
1073
1030
  ],
1074
- "license": "MIT",
1031
+ "dev": true,
1032
+ "license": "Apache-2.0",
1075
1033
  "optional": true,
1076
1034
  "os": [
1077
1035
  "linux"
1078
- ]
1036
+ ],
1037
+ "engines": {
1038
+ "node": ">=16.20.0"
1039
+ }
1079
1040
  },
1080
- "node_modules/@rollup/rollup-linux-x64-gnu": {
1081
- "version": "4.62.2",
1082
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz",
1083
- "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==",
1041
+ "node_modules/@typescript/typescript-linux-x64": {
1042
+ "version": "7.0.2",
1043
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
1044
+ "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
1084
1045
  "cpu": [
1085
1046
  "x64"
1086
1047
  ],
1087
- "license": "MIT",
1048
+ "dev": true,
1049
+ "license": "Apache-2.0",
1088
1050
  "optional": true,
1089
1051
  "os": [
1090
1052
  "linux"
1091
- ]
1053
+ ],
1054
+ "engines": {
1055
+ "node": ">=16.20.0"
1056
+ }
1092
1057
  },
1093
- "node_modules/@rollup/rollup-linux-x64-musl": {
1094
- "version": "4.62.2",
1095
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.62.2.tgz",
1096
- "integrity": "sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==",
1058
+ "node_modules/@typescript/typescript-netbsd-arm64": {
1059
+ "version": "7.0.2",
1060
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
1061
+ "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
1097
1062
  "cpu": [
1098
- "x64"
1063
+ "arm64"
1099
1064
  ],
1100
- "license": "MIT",
1065
+ "dev": true,
1066
+ "license": "Apache-2.0",
1101
1067
  "optional": true,
1102
1068
  "os": [
1103
- "linux"
1104
- ]
1069
+ "netbsd"
1070
+ ],
1071
+ "engines": {
1072
+ "node": ">=16.20.0"
1073
+ }
1105
1074
  },
1106
- "node_modules/@rollup/rollup-openbsd-x64": {
1107
- "version": "4.62.2",
1108
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.62.2.tgz",
1109
- "integrity": "sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==",
1075
+ "node_modules/@typescript/typescript-netbsd-x64": {
1076
+ "version": "7.0.2",
1077
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
1078
+ "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
1110
1079
  "cpu": [
1111
1080
  "x64"
1112
1081
  ],
1113
- "license": "MIT",
1082
+ "dev": true,
1083
+ "license": "Apache-2.0",
1114
1084
  "optional": true,
1115
1085
  "os": [
1116
- "openbsd"
1117
- ]
1086
+ "netbsd"
1087
+ ],
1088
+ "engines": {
1089
+ "node": ">=16.20.0"
1090
+ }
1118
1091
  },
1119
- "node_modules/@rollup/rollup-openharmony-arm64": {
1120
- "version": "4.62.2",
1121
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.62.2.tgz",
1122
- "integrity": "sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==",
1092
+ "node_modules/@typescript/typescript-openbsd-arm64": {
1093
+ "version": "7.0.2",
1094
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
1095
+ "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
1123
1096
  "cpu": [
1124
1097
  "arm64"
1125
1098
  ],
1126
- "license": "MIT",
1099
+ "dev": true,
1100
+ "license": "Apache-2.0",
1127
1101
  "optional": true,
1128
1102
  "os": [
1129
- "openharmony"
1130
- ]
1103
+ "openbsd"
1104
+ ],
1105
+ "engines": {
1106
+ "node": ">=16.20.0"
1107
+ }
1131
1108
  },
1132
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
1133
- "version": "4.62.2",
1134
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.62.2.tgz",
1135
- "integrity": "sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==",
1109
+ "node_modules/@typescript/typescript-openbsd-x64": {
1110
+ "version": "7.0.2",
1111
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
1112
+ "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
1136
1113
  "cpu": [
1137
- "arm64"
1114
+ "x64"
1138
1115
  ],
1139
- "license": "MIT",
1116
+ "dev": true,
1117
+ "license": "Apache-2.0",
1140
1118
  "optional": true,
1141
1119
  "os": [
1142
- "win32"
1143
- ]
1120
+ "openbsd"
1121
+ ],
1122
+ "engines": {
1123
+ "node": ">=16.20.0"
1124
+ }
1144
1125
  },
1145
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
1146
- "version": "4.62.2",
1147
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.62.2.tgz",
1148
- "integrity": "sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==",
1126
+ "node_modules/@typescript/typescript-sunos-x64": {
1127
+ "version": "7.0.2",
1128
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
1129
+ "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
1149
1130
  "cpu": [
1150
- "ia32"
1131
+ "x64"
1151
1132
  ],
1152
- "license": "MIT",
1133
+ "dev": true,
1134
+ "license": "Apache-2.0",
1153
1135
  "optional": true,
1154
1136
  "os": [
1155
- "win32"
1156
- ]
1137
+ "sunos"
1138
+ ],
1139
+ "engines": {
1140
+ "node": ">=16.20.0"
1141
+ }
1157
1142
  },
1158
- "node_modules/@rollup/rollup-win32-x64-gnu": {
1159
- "version": "4.62.2",
1160
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.62.2.tgz",
1161
- "integrity": "sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==",
1143
+ "node_modules/@typescript/typescript-win32-arm64": {
1144
+ "version": "7.0.2",
1145
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
1146
+ "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
1162
1147
  "cpu": [
1163
- "x64"
1148
+ "arm64"
1164
1149
  ],
1165
- "license": "MIT",
1150
+ "dev": true,
1151
+ "license": "Apache-2.0",
1166
1152
  "optional": true,
1167
1153
  "os": [
1168
1154
  "win32"
1169
- ]
1155
+ ],
1156
+ "engines": {
1157
+ "node": ">=16.20.0"
1158
+ }
1170
1159
  },
1171
- "node_modules/@rollup/rollup-win32-x64-msvc": {
1172
- "version": "4.62.2",
1173
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.62.2.tgz",
1174
- "integrity": "sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==",
1160
+ "node_modules/@typescript/typescript-win32-x64": {
1161
+ "version": "7.0.2",
1162
+ "resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
1163
+ "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
1175
1164
  "cpu": [
1176
1165
  "x64"
1177
1166
  ],
1178
- "license": "MIT",
1167
+ "dev": true,
1168
+ "license": "Apache-2.0",
1179
1169
  "optional": true,
1180
1170
  "os": [
1181
1171
  "win32"
1182
- ]
1183
- },
1184
- "node_modules/@types/babel__core": {
1185
- "version": "7.20.5",
1186
- "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
1187
- "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==",
1188
- "license": "MIT",
1189
- "dependencies": {
1190
- "@babel/parser": "^7.20.7",
1191
- "@babel/types": "^7.20.7",
1192
- "@types/babel__generator": "*",
1193
- "@types/babel__template": "*",
1194
- "@types/babel__traverse": "*"
1195
- }
1196
- },
1197
- "node_modules/@types/babel__generator": {
1198
- "version": "7.27.0",
1199
- "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
1200
- "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
1201
- "license": "MIT",
1202
- "dependencies": {
1203
- "@babel/types": "^7.0.0"
1204
- }
1205
- },
1206
- "node_modules/@types/babel__template": {
1207
- "version": "7.4.4",
1208
- "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz",
1209
- "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==",
1210
- "license": "MIT",
1211
- "dependencies": {
1212
- "@babel/parser": "^7.1.0",
1213
- "@babel/types": "^7.0.0"
1214
- }
1215
- },
1216
- "node_modules/@types/babel__traverse": {
1217
- "version": "7.28.0",
1218
- "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz",
1219
- "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==",
1220
- "license": "MIT",
1221
- "dependencies": {
1222
- "@babel/types": "^7.28.2"
1223
- }
1224
- },
1225
- "node_modules/@types/debug": {
1226
- "version": "4.1.13",
1227
- "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.13.tgz",
1228
- "integrity": "sha512-KSVgmQmzMwPlmtljOomayoR89W4FynCAi3E8PPs7vmDVPe84hT+vGPKkJfThkmXs0x0jAaa9U8uW8bbfyS2fWw==",
1229
- "license": "MIT",
1230
- "dependencies": {
1231
- "@types/ms": "*"
1232
- }
1233
- },
1234
- "node_modules/@types/estree": {
1235
- "version": "1.0.9",
1236
- "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
1237
- "integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
1238
- "license": "MIT"
1239
- },
1240
- "node_modules/@types/estree-jsx": {
1241
- "version": "1.0.5",
1242
- "resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz",
1243
- "integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==",
1244
- "license": "MIT",
1245
- "dependencies": {
1246
- "@types/estree": "*"
1247
- }
1248
- },
1249
- "node_modules/@types/hast": {
1250
- "version": "3.0.5",
1251
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.5.tgz",
1252
- "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==",
1253
- "license": "MIT",
1254
- "dependencies": {
1255
- "@types/unist": "*"
1256
- }
1257
- },
1258
- "node_modules/@types/mdast": {
1259
- "version": "4.0.4",
1260
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
1261
- "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
1262
- "license": "MIT",
1263
- "dependencies": {
1264
- "@types/unist": "*"
1265
- }
1266
- },
1267
- "node_modules/@types/ms": {
1268
- "version": "2.1.0",
1269
- "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
1270
- "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
1271
- "license": "MIT"
1272
- },
1273
- "node_modules/@types/node": {
1274
- "version": "22.20.1",
1275
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz",
1276
- "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==",
1277
- "devOptional": true,
1278
- "license": "MIT",
1279
- "dependencies": {
1280
- "undici-types": "~6.21.0"
1281
- }
1282
- },
1283
- "node_modules/@types/react": {
1284
- "version": "19.2.17",
1285
- "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
1286
- "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
1287
- "license": "MIT",
1288
- "dependencies": {
1289
- "csstype": "^3.2.2"
1290
- }
1291
- },
1292
- "node_modules/@types/react-dom": {
1293
- "version": "19.2.3",
1294
- "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
1295
- "integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
1296
- "dev": true,
1297
- "license": "MIT",
1298
- "peerDependencies": {
1299
- "@types/react": "^19.2.0"
1172
+ ],
1173
+ "engines": {
1174
+ "node": ">=16.20.0"
1300
1175
  }
1301
1176
  },
1302
- "node_modules/@types/unist": {
1303
- "version": "3.0.3",
1304
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
1305
- "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
1306
- "license": "MIT"
1307
- },
1308
1177
  "node_modules/@ungap/structured-clone": {
1309
1178
  "version": "1.3.3",
1310
1179
  "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.3.tgz",
@@ -1312,50 +1181,34 @@
1312
1181
  "license": "ISC"
1313
1182
  },
1314
1183
  "node_modules/@vitejs/plugin-react": {
1315
- "version": "4.7.0",
1316
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz",
1317
- "integrity": "sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==",
1184
+ "version": "6.1.1",
1185
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz",
1186
+ "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==",
1318
1187
  "license": "MIT",
1319
1188
  "dependencies": {
1320
- "@babel/core": "^7.28.0",
1321
- "@babel/plugin-transform-react-jsx-self": "^7.27.1",
1322
- "@babel/plugin-transform-react-jsx-source": "^7.27.1",
1323
- "@rolldown/pluginutils": "1.0.0-beta.27",
1324
- "@types/babel__core": "^7.20.5",
1325
- "react-refresh": "^0.17.0"
1189
+ "@rolldown/pluginutils": "^1.0.1"
1326
1190
  },
1327
1191
  "engines": {
1328
- "node": "^14.18.0 || >=16.0.0"
1192
+ "node": "^20.19.0 || >=22.12.0"
1329
1193
  },
1330
1194
  "peerDependencies": {
1331
- "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
1332
- }
1333
- },
1334
- "node_modules/any-promise": {
1335
- "version": "1.3.0",
1336
- "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
1337
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
1338
- "license": "MIT"
1339
- },
1340
- "node_modules/anymatch": {
1341
- "version": "3.1.3",
1342
- "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
1343
- "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
1344
- "license": "ISC",
1345
- "dependencies": {
1346
- "normalize-path": "^3.0.0",
1347
- "picomatch": "^2.0.4"
1195
+ "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
1196
+ "babel-plugin-react-compiler": "^1.0.0",
1197
+ "oxc-transform-react": "^0.145.0",
1198
+ "vite": "^8.0.0"
1348
1199
  },
1349
- "engines": {
1350
- "node": ">= 8"
1200
+ "peerDependenciesMeta": {
1201
+ "@rolldown/plugin-babel": {
1202
+ "optional": true
1203
+ },
1204
+ "babel-plugin-react-compiler": {
1205
+ "optional": true
1206
+ },
1207
+ "oxc-transform-react": {
1208
+ "optional": true
1209
+ }
1351
1210
  }
1352
1211
  },
1353
- "node_modules/arg": {
1354
- "version": "5.0.2",
1355
- "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
1356
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
1357
- "license": "MIT"
1358
- },
1359
1212
  "node_modules/bail": {
1360
1213
  "version": "2.0.2",
1361
1214
  "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
@@ -1366,104 +1219,6 @@
1366
1219
  "url": "https://github.com/sponsors/wooorm"
1367
1220
  }
1368
1221
  },
1369
- "node_modules/baseline-browser-mapping": {
1370
- "version": "2.10.43",
1371
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.43.tgz",
1372
- "integrity": "sha512-AjYpR78kDWAY3Efj+cDTFH9t9SCoL7OoTp1BOb0mQV7S+6CiLwnWM3FyxhJtdPufDFKzmCSFoUncKjWgJEZTCQ==",
1373
- "license": "Apache-2.0",
1374
- "bin": {
1375
- "baseline-browser-mapping": "dist/cli.cjs"
1376
- },
1377
- "engines": {
1378
- "node": ">=6.0.0"
1379
- }
1380
- },
1381
- "node_modules/binary-extensions": {
1382
- "version": "2.3.0",
1383
- "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
1384
- "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
1385
- "license": "MIT",
1386
- "engines": {
1387
- "node": ">=8"
1388
- },
1389
- "funding": {
1390
- "url": "https://github.com/sponsors/sindresorhus"
1391
- }
1392
- },
1393
- "node_modules/braces": {
1394
- "version": "3.0.3",
1395
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
1396
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1397
- "license": "MIT",
1398
- "dependencies": {
1399
- "fill-range": "^7.1.1"
1400
- },
1401
- "engines": {
1402
- "node": ">=8"
1403
- }
1404
- },
1405
- "node_modules/browserslist": {
1406
- "version": "4.28.6",
1407
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.6.tgz",
1408
- "integrity": "sha512-FQBYNK15VMslhLHpA7+n+n1GOlF1kId2xcCg7/j95f24AOF6VDYMNH4mFxF7KuaTdv627faazpOAjFzMrfJOUw==",
1409
- "funding": [
1410
- {
1411
- "type": "opencollective",
1412
- "url": "https://opencollective.com/browserslist"
1413
- },
1414
- {
1415
- "type": "tidelift",
1416
- "url": "https://tidelift.com/funding/github/npm/browserslist"
1417
- },
1418
- {
1419
- "type": "github",
1420
- "url": "https://github.com/sponsors/ai"
1421
- }
1422
- ],
1423
- "license": "MIT",
1424
- "dependencies": {
1425
- "baseline-browser-mapping": "^2.10.42",
1426
- "caniuse-lite": "^1.0.30001803",
1427
- "electron-to-chromium": "^1.5.389",
1428
- "node-releases": "^2.0.51",
1429
- "update-browserslist-db": "^1.2.3"
1430
- },
1431
- "bin": {
1432
- "browserslist": "cli.js"
1433
- },
1434
- "engines": {
1435
- "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
1436
- }
1437
- },
1438
- "node_modules/camelcase-css": {
1439
- "version": "2.0.1",
1440
- "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
1441
- "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
1442
- "license": "MIT",
1443
- "engines": {
1444
- "node": ">= 6"
1445
- }
1446
- },
1447
- "node_modules/caniuse-lite": {
1448
- "version": "1.0.30001805",
1449
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001805.tgz",
1450
- "integrity": "sha512-52noaS3DubycKSXaU30TwPGIp+POyQSUVa5jBEq3vkRkY0kjyb3LQgvhU6WGyCcyXqVLWO0Cw0Q6BSdD0kUfVA==",
1451
- "funding": [
1452
- {
1453
- "type": "opencollective",
1454
- "url": "https://opencollective.com/browserslist"
1455
- },
1456
- {
1457
- "type": "tidelift",
1458
- "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
1459
- },
1460
- {
1461
- "type": "github",
1462
- "url": "https://github.com/sponsors/ai"
1463
- }
1464
- ],
1465
- "license": "CC-BY-4.0"
1466
- },
1467
1222
  "node_modules/ccount": {
1468
1223
  "version": "2.0.1",
1469
1224
  "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
@@ -1507,47 +1262,11 @@
1507
1262
  "node_modules/character-reference-invalid": {
1508
1263
  "version": "2.0.1",
1509
1264
  "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz",
1510
- "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
1511
- "license": "MIT",
1512
- "funding": {
1513
- "type": "github",
1514
- "url": "https://github.com/sponsors/wooorm"
1515
- }
1516
- },
1517
- "node_modules/chokidar": {
1518
- "version": "3.6.0",
1519
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
1520
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
1521
- "license": "MIT",
1522
- "dependencies": {
1523
- "anymatch": "~3.1.2",
1524
- "braces": "~3.0.2",
1525
- "glob-parent": "~5.1.2",
1526
- "is-binary-path": "~2.1.0",
1527
- "is-glob": "~4.0.1",
1528
- "normalize-path": "~3.0.0",
1529
- "readdirp": "~3.6.0"
1530
- },
1531
- "engines": {
1532
- "node": ">= 8.10.0"
1533
- },
1534
- "funding": {
1535
- "url": "https://paulmillr.com/funding/"
1536
- },
1537
- "optionalDependencies": {
1538
- "fsevents": "~2.3.2"
1539
- }
1540
- },
1541
- "node_modules/chokidar/node_modules/glob-parent": {
1542
- "version": "5.1.2",
1543
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1544
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1545
- "license": "ISC",
1546
- "dependencies": {
1547
- "is-glob": "^4.0.1"
1548
- },
1549
- "engines": {
1550
- "node": ">= 6"
1265
+ "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
1266
+ "license": "MIT",
1267
+ "funding": {
1268
+ "type": "github",
1269
+ "url": "https://github.com/sponsors/wooorm"
1551
1270
  }
1552
1271
  },
1553
1272
  "node_modules/class-variance-authority": {
@@ -1581,33 +1300,6 @@
1581
1300
  "url": "https://github.com/sponsors/wooorm"
1582
1301
  }
1583
1302
  },
1584
- "node_modules/commander": {
1585
- "version": "4.1.1",
1586
- "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
1587
- "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
1588
- "license": "MIT",
1589
- "engines": {
1590
- "node": ">= 6"
1591
- }
1592
- },
1593
- "node_modules/convert-source-map": {
1594
- "version": "2.0.0",
1595
- "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
1596
- "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
1597
- "license": "MIT"
1598
- },
1599
- "node_modules/cssesc": {
1600
- "version": "3.0.0",
1601
- "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
1602
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
1603
- "license": "MIT",
1604
- "bin": {
1605
- "cssesc": "bin/cssesc"
1606
- },
1607
- "engines": {
1608
- "node": ">=4"
1609
- }
1610
- },
1611
1303
  "node_modules/csstype": {
1612
1304
  "version": "3.2.3",
1613
1305
  "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
@@ -1653,6 +1345,15 @@
1653
1345
  "node": ">=6"
1654
1346
  }
1655
1347
  },
1348
+ "node_modules/detect-libc": {
1349
+ "version": "2.1.2",
1350
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1351
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1352
+ "license": "Apache-2.0",
1353
+ "engines": {
1354
+ "node": ">=8"
1355
+ }
1356
+ },
1656
1357
  "node_modules/devlop": {
1657
1358
  "version": "1.1.0",
1658
1359
  "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
@@ -1666,81 +1367,18 @@
1666
1367
  "url": "https://github.com/sponsors/wooorm"
1667
1368
  }
1668
1369
  },
1669
- "node_modules/didyoumean": {
1670
- "version": "1.2.2",
1671
- "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
1672
- "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
1673
- "license": "Apache-2.0"
1674
- },
1675
- "node_modules/dlv": {
1676
- "version": "1.1.3",
1677
- "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
1678
- "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
1679
- "license": "MIT"
1680
- },
1681
- "node_modules/electron-to-chromium": {
1682
- "version": "1.5.389",
1683
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.389.tgz",
1684
- "integrity": "sha512-cEto7aeOqBfU1D+c5py5pE+ooscKE75JifxLBdFUZsqAxRS6y7kebtxAZvICszSl05gPjYHDTjY+lXpyGvpJbg==",
1685
- "license": "ISC"
1686
- },
1687
- "node_modules/es-errors": {
1688
- "version": "1.3.0",
1689
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
1690
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
1691
- "license": "MIT",
1692
- "engines": {
1693
- "node": ">= 0.4"
1694
- }
1695
- },
1696
- "node_modules/esbuild": {
1697
- "version": "0.25.12",
1698
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.12.tgz",
1699
- "integrity": "sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==",
1700
- "hasInstallScript": true,
1370
+ "node_modules/enhanced-resolve": {
1371
+ "version": "5.24.5",
1372
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.5.tgz",
1373
+ "integrity": "sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==",
1374
+ "dev": true,
1701
1375
  "license": "MIT",
1702
- "bin": {
1703
- "esbuild": "bin/esbuild"
1704
- },
1705
- "engines": {
1706
- "node": ">=18"
1376
+ "dependencies": {
1377
+ "graceful-fs": "^4.2.4",
1378
+ "tapable": "^2.3.3"
1707
1379
  },
1708
- "optionalDependencies": {
1709
- "@esbuild/aix-ppc64": "0.25.12",
1710
- "@esbuild/android-arm": "0.25.12",
1711
- "@esbuild/android-arm64": "0.25.12",
1712
- "@esbuild/android-x64": "0.25.12",
1713
- "@esbuild/darwin-arm64": "0.25.12",
1714
- "@esbuild/darwin-x64": "0.25.12",
1715
- "@esbuild/freebsd-arm64": "0.25.12",
1716
- "@esbuild/freebsd-x64": "0.25.12",
1717
- "@esbuild/linux-arm": "0.25.12",
1718
- "@esbuild/linux-arm64": "0.25.12",
1719
- "@esbuild/linux-ia32": "0.25.12",
1720
- "@esbuild/linux-loong64": "0.25.12",
1721
- "@esbuild/linux-mips64el": "0.25.12",
1722
- "@esbuild/linux-ppc64": "0.25.12",
1723
- "@esbuild/linux-riscv64": "0.25.12",
1724
- "@esbuild/linux-s390x": "0.25.12",
1725
- "@esbuild/linux-x64": "0.25.12",
1726
- "@esbuild/netbsd-arm64": "0.25.12",
1727
- "@esbuild/netbsd-x64": "0.25.12",
1728
- "@esbuild/openbsd-arm64": "0.25.12",
1729
- "@esbuild/openbsd-x64": "0.25.12",
1730
- "@esbuild/openharmony-arm64": "0.25.12",
1731
- "@esbuild/sunos-x64": "0.25.12",
1732
- "@esbuild/win32-arm64": "0.25.12",
1733
- "@esbuild/win32-ia32": "0.25.12",
1734
- "@esbuild/win32-x64": "0.25.12"
1735
- }
1736
- },
1737
- "node_modules/escalade": {
1738
- "version": "3.2.0",
1739
- "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1740
- "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1741
- "license": "MIT",
1742
1380
  "engines": {
1743
- "node": ">=6"
1381
+ "node": ">=10.13.0"
1744
1382
  }
1745
1383
  },
1746
1384
  "node_modules/escape-string-regexp": {
@@ -1771,55 +1409,6 @@
1771
1409
  "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1772
1410
  "license": "MIT"
1773
1411
  },
1774
- "node_modules/fast-glob": {
1775
- "version": "3.3.3",
1776
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
1777
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1778
- "license": "MIT",
1779
- "dependencies": {
1780
- "@nodelib/fs.stat": "^2.0.2",
1781
- "@nodelib/fs.walk": "^1.2.3",
1782
- "glob-parent": "^5.1.2",
1783
- "merge2": "^1.3.0",
1784
- "micromatch": "^4.0.8"
1785
- },
1786
- "engines": {
1787
- "node": ">=8.6.0"
1788
- }
1789
- },
1790
- "node_modules/fast-glob/node_modules/glob-parent": {
1791
- "version": "5.1.2",
1792
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
1793
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1794
- "license": "ISC",
1795
- "dependencies": {
1796
- "is-glob": "^4.0.1"
1797
- },
1798
- "engines": {
1799
- "node": ">= 6"
1800
- }
1801
- },
1802
- "node_modules/fastq": {
1803
- "version": "1.20.1",
1804
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
1805
- "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
1806
- "license": "ISC",
1807
- "dependencies": {
1808
- "reusify": "^1.0.4"
1809
- }
1810
- },
1811
- "node_modules/fill-range": {
1812
- "version": "7.1.1",
1813
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
1814
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1815
- "license": "MIT",
1816
- "dependencies": {
1817
- "to-regex-range": "^5.0.1"
1818
- },
1819
- "engines": {
1820
- "node": ">=8"
1821
- }
1822
- },
1823
1412
  "node_modules/fsevents": {
1824
1413
  "version": "2.3.3",
1825
1414
  "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
@@ -1834,47 +1423,12 @@
1834
1423
  "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
1835
1424
  }
1836
1425
  },
1837
- "node_modules/function-bind": {
1838
- "version": "1.1.2",
1839
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
1840
- "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
1841
- "license": "MIT",
1842
- "funding": {
1843
- "url": "https://github.com/sponsors/ljharb"
1844
- }
1845
- },
1846
- "node_modules/gensync": {
1847
- "version": "1.0.0-beta.2",
1848
- "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
1849
- "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
1850
- "license": "MIT",
1851
- "engines": {
1852
- "node": ">=6.9.0"
1853
- }
1854
- },
1855
- "node_modules/glob-parent": {
1856
- "version": "6.0.2",
1857
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
1858
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
1859
- "license": "ISC",
1860
- "dependencies": {
1861
- "is-glob": "^4.0.3"
1862
- },
1863
- "engines": {
1864
- "node": ">=10.13.0"
1865
- }
1866
- },
1867
- "node_modules/hasown": {
1868
- "version": "2.0.4",
1869
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
1870
- "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
1871
- "license": "MIT",
1872
- "dependencies": {
1873
- "function-bind": "^1.1.2"
1874
- },
1875
- "engines": {
1876
- "node": ">= 0.4"
1877
- }
1426
+ "node_modules/graceful-fs": {
1427
+ "version": "4.2.11",
1428
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
1429
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
1430
+ "dev": true,
1431
+ "license": "ISC"
1878
1432
  },
1879
1433
  "node_modules/hast-util-to-jsx-runtime": {
1880
1434
  "version": "2.3.6",
@@ -1956,33 +1510,6 @@
1956
1510
  "url": "https://github.com/sponsors/wooorm"
1957
1511
  }
1958
1512
  },
1959
- "node_modules/is-binary-path": {
1960
- "version": "2.1.0",
1961
- "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1962
- "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1963
- "license": "MIT",
1964
- "dependencies": {
1965
- "binary-extensions": "^2.0.0"
1966
- },
1967
- "engines": {
1968
- "node": ">=8"
1969
- }
1970
- },
1971
- "node_modules/is-core-module": {
1972
- "version": "2.16.2",
1973
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.2.tgz",
1974
- "integrity": "sha512-evOr8xfXKxE6qSR0hSXL2r3sd7ALj8+7jQEUvPYcm5sgZFdJ+AYzT6yNmJenvIYQBgIGwfwz08sL8zoL7yq2BA==",
1975
- "license": "MIT",
1976
- "dependencies": {
1977
- "hasown": "^2.0.3"
1978
- },
1979
- "engines": {
1980
- "node": ">= 0.4"
1981
- },
1982
- "funding": {
1983
- "url": "https://github.com/sponsors/ljharb"
1984
- }
1985
- },
1986
1513
  "node_modules/is-decimal": {
1987
1514
  "version": "2.0.1",
1988
1515
  "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz",
@@ -1993,27 +1520,6 @@
1993
1520
  "url": "https://github.com/sponsors/wooorm"
1994
1521
  }
1995
1522
  },
1996
- "node_modules/is-extglob": {
1997
- "version": "2.1.1",
1998
- "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1999
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2000
- "license": "MIT",
2001
- "engines": {
2002
- "node": ">=0.10.0"
2003
- }
2004
- },
2005
- "node_modules/is-glob": {
2006
- "version": "4.0.3",
2007
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
2008
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2009
- "license": "MIT",
2010
- "dependencies": {
2011
- "is-extglob": "^2.1.1"
2012
- },
2013
- "engines": {
2014
- "node": ">=0.10.0"
2015
- }
2016
- },
2017
1523
  "node_modules/is-hexadecimal": {
2018
1524
  "version": "2.0.1",
2019
1525
  "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz",
@@ -2024,15 +1530,6 @@
2024
1530
  "url": "https://github.com/sponsors/wooorm"
2025
1531
  }
2026
1532
  },
2027
- "node_modules/is-number": {
2028
- "version": "7.0.0",
2029
- "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
2030
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2031
- "license": "MIT",
2032
- "engines": {
2033
- "node": ">=0.12.0"
2034
- }
2035
- },
2036
1533
  "node_modules/is-plain-obj": {
2037
1534
  "version": "4.1.0",
2038
1535
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
@@ -2046,62 +1543,288 @@
2046
1543
  }
2047
1544
  },
2048
1545
  "node_modules/jiti": {
2049
- "version": "1.21.7",
2050
- "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz",
2051
- "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==",
1546
+ "version": "2.7.0",
1547
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
1548
+ "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
1549
+ "devOptional": true,
2052
1550
  "license": "MIT",
2053
1551
  "bin": {
2054
- "jiti": "bin/jiti.js"
1552
+ "jiti": "lib/jiti-cli.mjs"
2055
1553
  }
2056
1554
  },
2057
- "node_modules/js-tokens": {
2058
- "version": "4.0.0",
2059
- "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
2060
- "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2061
- "license": "MIT"
1555
+ "node_modules/lightningcss": {
1556
+ "version": "1.32.0",
1557
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
1558
+ "integrity": "sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==",
1559
+ "dev": true,
1560
+ "license": "MPL-2.0",
1561
+ "dependencies": {
1562
+ "detect-libc": "^2.0.3"
1563
+ },
1564
+ "engines": {
1565
+ "node": ">= 12.0.0"
1566
+ },
1567
+ "funding": {
1568
+ "type": "opencollective",
1569
+ "url": "https://opencollective.com/parcel"
1570
+ },
1571
+ "optionalDependencies": {
1572
+ "lightningcss-android-arm64": "1.32.0",
1573
+ "lightningcss-darwin-arm64": "1.32.0",
1574
+ "lightningcss-darwin-x64": "1.32.0",
1575
+ "lightningcss-freebsd-x64": "1.32.0",
1576
+ "lightningcss-linux-arm-gnueabihf": "1.32.0",
1577
+ "lightningcss-linux-arm64-gnu": "1.32.0",
1578
+ "lightningcss-linux-arm64-musl": "1.32.0",
1579
+ "lightningcss-linux-x64-gnu": "1.32.0",
1580
+ "lightningcss-linux-x64-musl": "1.32.0",
1581
+ "lightningcss-win32-arm64-msvc": "1.32.0",
1582
+ "lightningcss-win32-x64-msvc": "1.32.0"
1583
+ }
1584
+ },
1585
+ "node_modules/lightningcss-android-arm64": {
1586
+ "version": "1.32.0",
1587
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.32.0.tgz",
1588
+ "integrity": "sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==",
1589
+ "cpu": [
1590
+ "arm64"
1591
+ ],
1592
+ "dev": true,
1593
+ "license": "MPL-2.0",
1594
+ "optional": true,
1595
+ "os": [
1596
+ "android"
1597
+ ],
1598
+ "engines": {
1599
+ "node": ">= 12.0.0"
1600
+ },
1601
+ "funding": {
1602
+ "type": "opencollective",
1603
+ "url": "https://opencollective.com/parcel"
1604
+ }
2062
1605
  },
2063
- "node_modules/jsesc": {
2064
- "version": "3.1.0",
2065
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
2066
- "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
2067
- "license": "MIT",
2068
- "bin": {
2069
- "jsesc": "bin/jsesc"
1606
+ "node_modules/lightningcss-darwin-arm64": {
1607
+ "version": "1.32.0",
1608
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.32.0.tgz",
1609
+ "integrity": "sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==",
1610
+ "cpu": [
1611
+ "arm64"
1612
+ ],
1613
+ "dev": true,
1614
+ "license": "MPL-2.0",
1615
+ "optional": true,
1616
+ "os": [
1617
+ "darwin"
1618
+ ],
1619
+ "engines": {
1620
+ "node": ">= 12.0.0"
1621
+ },
1622
+ "funding": {
1623
+ "type": "opencollective",
1624
+ "url": "https://opencollective.com/parcel"
1625
+ }
1626
+ },
1627
+ "node_modules/lightningcss-darwin-x64": {
1628
+ "version": "1.32.0",
1629
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.32.0.tgz",
1630
+ "integrity": "sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==",
1631
+ "cpu": [
1632
+ "x64"
1633
+ ],
1634
+ "dev": true,
1635
+ "license": "MPL-2.0",
1636
+ "optional": true,
1637
+ "os": [
1638
+ "darwin"
1639
+ ],
1640
+ "engines": {
1641
+ "node": ">= 12.0.0"
1642
+ },
1643
+ "funding": {
1644
+ "type": "opencollective",
1645
+ "url": "https://opencollective.com/parcel"
1646
+ }
1647
+ },
1648
+ "node_modules/lightningcss-freebsd-x64": {
1649
+ "version": "1.32.0",
1650
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.32.0.tgz",
1651
+ "integrity": "sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==",
1652
+ "cpu": [
1653
+ "x64"
1654
+ ],
1655
+ "dev": true,
1656
+ "license": "MPL-2.0",
1657
+ "optional": true,
1658
+ "os": [
1659
+ "freebsd"
1660
+ ],
1661
+ "engines": {
1662
+ "node": ">= 12.0.0"
1663
+ },
1664
+ "funding": {
1665
+ "type": "opencollective",
1666
+ "url": "https://opencollective.com/parcel"
1667
+ }
1668
+ },
1669
+ "node_modules/lightningcss-linux-arm-gnueabihf": {
1670
+ "version": "1.32.0",
1671
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.32.0.tgz",
1672
+ "integrity": "sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==",
1673
+ "cpu": [
1674
+ "arm"
1675
+ ],
1676
+ "dev": true,
1677
+ "license": "MPL-2.0",
1678
+ "optional": true,
1679
+ "os": [
1680
+ "linux"
1681
+ ],
1682
+ "engines": {
1683
+ "node": ">= 12.0.0"
1684
+ },
1685
+ "funding": {
1686
+ "type": "opencollective",
1687
+ "url": "https://opencollective.com/parcel"
1688
+ }
1689
+ },
1690
+ "node_modules/lightningcss-linux-arm64-gnu": {
1691
+ "version": "1.32.0",
1692
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.32.0.tgz",
1693
+ "integrity": "sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==",
1694
+ "cpu": [
1695
+ "arm64"
1696
+ ],
1697
+ "dev": true,
1698
+ "libc": [
1699
+ "glibc"
1700
+ ],
1701
+ "license": "MPL-2.0",
1702
+ "optional": true,
1703
+ "os": [
1704
+ "linux"
1705
+ ],
1706
+ "engines": {
1707
+ "node": ">= 12.0.0"
1708
+ },
1709
+ "funding": {
1710
+ "type": "opencollective",
1711
+ "url": "https://opencollective.com/parcel"
1712
+ }
1713
+ },
1714
+ "node_modules/lightningcss-linux-arm64-musl": {
1715
+ "version": "1.32.0",
1716
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.32.0.tgz",
1717
+ "integrity": "sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==",
1718
+ "cpu": [
1719
+ "arm64"
1720
+ ],
1721
+ "dev": true,
1722
+ "libc": [
1723
+ "musl"
1724
+ ],
1725
+ "license": "MPL-2.0",
1726
+ "optional": true,
1727
+ "os": [
1728
+ "linux"
1729
+ ],
1730
+ "engines": {
1731
+ "node": ">= 12.0.0"
1732
+ },
1733
+ "funding": {
1734
+ "type": "opencollective",
1735
+ "url": "https://opencollective.com/parcel"
1736
+ }
1737
+ },
1738
+ "node_modules/lightningcss-linux-x64-gnu": {
1739
+ "version": "1.32.0",
1740
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.32.0.tgz",
1741
+ "integrity": "sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==",
1742
+ "cpu": [
1743
+ "x64"
1744
+ ],
1745
+ "dev": true,
1746
+ "libc": [
1747
+ "glibc"
1748
+ ],
1749
+ "license": "MPL-2.0",
1750
+ "optional": true,
1751
+ "os": [
1752
+ "linux"
1753
+ ],
1754
+ "engines": {
1755
+ "node": ">= 12.0.0"
2070
1756
  },
1757
+ "funding": {
1758
+ "type": "opencollective",
1759
+ "url": "https://opencollective.com/parcel"
1760
+ }
1761
+ },
1762
+ "node_modules/lightningcss-linux-x64-musl": {
1763
+ "version": "1.32.0",
1764
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.32.0.tgz",
1765
+ "integrity": "sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==",
1766
+ "cpu": [
1767
+ "x64"
1768
+ ],
1769
+ "dev": true,
1770
+ "libc": [
1771
+ "musl"
1772
+ ],
1773
+ "license": "MPL-2.0",
1774
+ "optional": true,
1775
+ "os": [
1776
+ "linux"
1777
+ ],
2071
1778
  "engines": {
2072
- "node": ">=6"
1779
+ "node": ">= 12.0.0"
1780
+ },
1781
+ "funding": {
1782
+ "type": "opencollective",
1783
+ "url": "https://opencollective.com/parcel"
2073
1784
  }
2074
1785
  },
2075
- "node_modules/json5": {
2076
- "version": "2.2.3",
2077
- "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
2078
- "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
2079
- "license": "MIT",
2080
- "bin": {
2081
- "json5": "lib/cli.js"
2082
- },
1786
+ "node_modules/lightningcss-win32-arm64-msvc": {
1787
+ "version": "1.32.0",
1788
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.32.0.tgz",
1789
+ "integrity": "sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==",
1790
+ "cpu": [
1791
+ "arm64"
1792
+ ],
1793
+ "dev": true,
1794
+ "license": "MPL-2.0",
1795
+ "optional": true,
1796
+ "os": [
1797
+ "win32"
1798
+ ],
2083
1799
  "engines": {
2084
- "node": ">=6"
1800
+ "node": ">= 12.0.0"
1801
+ },
1802
+ "funding": {
1803
+ "type": "opencollective",
1804
+ "url": "https://opencollective.com/parcel"
2085
1805
  }
2086
1806
  },
2087
- "node_modules/lilconfig": {
2088
- "version": "3.1.3",
2089
- "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
2090
- "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
2091
- "license": "MIT",
1807
+ "node_modules/lightningcss-win32-x64-msvc": {
1808
+ "version": "1.32.0",
1809
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.32.0.tgz",
1810
+ "integrity": "sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==",
1811
+ "cpu": [
1812
+ "x64"
1813
+ ],
1814
+ "dev": true,
1815
+ "license": "MPL-2.0",
1816
+ "optional": true,
1817
+ "os": [
1818
+ "win32"
1819
+ ],
2092
1820
  "engines": {
2093
- "node": ">=14"
1821
+ "node": ">= 12.0.0"
2094
1822
  },
2095
1823
  "funding": {
2096
- "url": "https://github.com/sponsors/antonk52"
1824
+ "type": "opencollective",
1825
+ "url": "https://opencollective.com/parcel"
2097
1826
  }
2098
1827
  },
2099
- "node_modules/lines-and-columns": {
2100
- "version": "1.2.4",
2101
- "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
2102
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
2103
- "license": "MIT"
2104
- },
2105
1828
  "node_modules/longest-streak": {
2106
1829
  "version": "3.1.0",
2107
1830
  "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
@@ -2112,13 +1835,14 @@
2112
1835
  "url": "https://github.com/sponsors/wooorm"
2113
1836
  }
2114
1837
  },
2115
- "node_modules/lru-cache": {
2116
- "version": "5.1.1",
2117
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
2118
- "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
2119
- "license": "ISC",
1838
+ "node_modules/magic-string": {
1839
+ "version": "0.30.21",
1840
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
1841
+ "integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
1842
+ "dev": true,
1843
+ "license": "MIT",
2120
1844
  "dependencies": {
2121
- "yallist": "^3.0.2"
1845
+ "@jridgewell/sourcemap-codec": "^1.5.5"
2122
1846
  }
2123
1847
  },
2124
1848
  "node_modules/markdown-table": {
@@ -2401,15 +2125,6 @@
2401
2125
  "url": "https://opencollective.com/unified"
2402
2126
  }
2403
2127
  },
2404
- "node_modules/merge2": {
2405
- "version": "1.4.1",
2406
- "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
2407
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2408
- "license": "MIT",
2409
- "engines": {
2410
- "node": ">= 8"
2411
- }
2412
- },
2413
2128
  "node_modules/micromark": {
2414
2129
  "version": "4.0.2",
2415
2130
  "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
@@ -2973,40 +2688,16 @@
2973
2688
  ],
2974
2689
  "license": "MIT"
2975
2690
  },
2976
- "node_modules/micromatch": {
2977
- "version": "4.0.8",
2978
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
2979
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2980
- "license": "MIT",
2981
- "dependencies": {
2982
- "braces": "^3.0.3",
2983
- "picomatch": "^2.3.1"
2984
- },
2985
- "engines": {
2986
- "node": ">=8.6"
2987
- }
2988
- },
2989
2691
  "node_modules/ms": {
2990
2692
  "version": "2.1.3",
2991
2693
  "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
2992
2694
  "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2993
2695
  "license": "MIT"
2994
2696
  },
2995
- "node_modules/mz": {
2996
- "version": "2.7.0",
2997
- "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
2998
- "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
2999
- "license": "MIT",
3000
- "dependencies": {
3001
- "any-promise": "^1.0.0",
3002
- "object-assign": "^4.0.1",
3003
- "thenify-all": "^1.0.0"
3004
- }
3005
- },
3006
2697
  "node_modules/nanoid": {
3007
- "version": "3.3.16",
3008
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
3009
- "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
2698
+ "version": "3.3.18",
2699
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
2700
+ "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
3010
2701
  "funding": [
3011
2702
  {
3012
2703
  "type": "github",
@@ -3021,42 +2712,6 @@
3021
2712
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
3022
2713
  }
3023
2714
  },
3024
- "node_modules/node-releases": {
3025
- "version": "2.0.51",
3026
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
3027
- "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
3028
- "license": "MIT",
3029
- "engines": {
3030
- "node": ">=18"
3031
- }
3032
- },
3033
- "node_modules/normalize-path": {
3034
- "version": "3.0.0",
3035
- "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
3036
- "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
3037
- "license": "MIT",
3038
- "engines": {
3039
- "node": ">=0.10.0"
3040
- }
3041
- },
3042
- "node_modules/object-assign": {
3043
- "version": "4.1.1",
3044
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3045
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
3046
- "license": "MIT",
3047
- "engines": {
3048
- "node": ">=0.10.0"
3049
- }
3050
- },
3051
- "node_modules/object-hash": {
3052
- "version": "3.0.0",
3053
- "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
3054
- "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
3055
- "license": "MIT",
3056
- "engines": {
3057
- "node": ">= 6"
3058
- }
3059
- },
3060
2715
  "node_modules/parse-entities": {
3061
2716
  "version": "4.0.2",
3062
2717
  "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz",
@@ -3082,12 +2737,6 @@
3082
2737
  "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
3083
2738
  "license": "MIT"
3084
2739
  },
3085
- "node_modules/path-parse": {
3086
- "version": "1.0.7",
3087
- "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
3088
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
3089
- "license": "MIT"
3090
- },
3091
2740
  "node_modules/picocolors": {
3092
2741
  "version": "1.1.1",
3093
2742
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@@ -3095,39 +2744,21 @@
3095
2744
  "license": "ISC"
3096
2745
  },
3097
2746
  "node_modules/picomatch": {
3098
- "version": "2.3.2",
3099
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
3100
- "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
2747
+ "version": "4.0.7",
2748
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
2749
+ "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
3101
2750
  "license": "MIT",
3102
2751
  "engines": {
3103
- "node": ">=8.6"
2752
+ "node": ">=12"
3104
2753
  },
3105
2754
  "funding": {
3106
2755
  "url": "https://github.com/sponsors/jonschlinkert"
3107
2756
  }
3108
2757
  },
3109
- "node_modules/pify": {
3110
- "version": "2.3.0",
3111
- "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
3112
- "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
3113
- "license": "MIT",
3114
- "engines": {
3115
- "node": ">=0.10.0"
3116
- }
3117
- },
3118
- "node_modules/pirates": {
3119
- "version": "4.0.7",
3120
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
3121
- "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
3122
- "license": "MIT",
3123
- "engines": {
3124
- "node": ">= 6"
3125
- }
3126
- },
3127
2758
  "node_modules/postcss": {
3128
- "version": "8.5.19",
3129
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.19.tgz",
3130
- "integrity": "sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==",
2759
+ "version": "8.5.28",
2760
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.28.tgz",
2761
+ "integrity": "sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==",
3131
2762
  "funding": [
3132
2763
  {
3133
2764
  "type": "opencollective",
@@ -3144,7 +2775,7 @@
3144
2775
  ],
3145
2776
  "license": "MIT",
3146
2777
  "dependencies": {
3147
- "nanoid": "^3.3.12",
2778
+ "nanoid": "^3.3.18",
3148
2779
  "picocolors": "^1.1.1",
3149
2780
  "source-map-js": "^1.2.1"
3150
2781
  },
@@ -3152,134 +2783,6 @@
3152
2783
  "node": "^10 || ^12 || >=14"
3153
2784
  }
3154
2785
  },
3155
- "node_modules/postcss-import": {
3156
- "version": "15.1.0",
3157
- "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
3158
- "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
3159
- "license": "MIT",
3160
- "dependencies": {
3161
- "postcss-value-parser": "^4.0.0",
3162
- "read-cache": "^1.0.0",
3163
- "resolve": "^1.1.7"
3164
- },
3165
- "engines": {
3166
- "node": ">=14.0.0"
3167
- },
3168
- "peerDependencies": {
3169
- "postcss": "^8.0.0"
3170
- }
3171
- },
3172
- "node_modules/postcss-js": {
3173
- "version": "4.1.0",
3174
- "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.1.0.tgz",
3175
- "integrity": "sha512-oIAOTqgIo7q2EOwbhb8UalYePMvYoIeRY2YKntdpFQXNosSu3vLrniGgmH9OKs/qAkfoj5oB3le/7mINW1LCfw==",
3176
- "funding": [
3177
- {
3178
- "type": "opencollective",
3179
- "url": "https://opencollective.com/postcss/"
3180
- },
3181
- {
3182
- "type": "github",
3183
- "url": "https://github.com/sponsors/ai"
3184
- }
3185
- ],
3186
- "license": "MIT",
3187
- "dependencies": {
3188
- "camelcase-css": "^2.0.1"
3189
- },
3190
- "engines": {
3191
- "node": "^12 || ^14 || >= 16"
3192
- },
3193
- "peerDependencies": {
3194
- "postcss": "^8.4.21"
3195
- }
3196
- },
3197
- "node_modules/postcss-load-config": {
3198
- "version": "6.0.1",
3199
- "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
3200
- "integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
3201
- "funding": [
3202
- {
3203
- "type": "opencollective",
3204
- "url": "https://opencollective.com/postcss/"
3205
- },
3206
- {
3207
- "type": "github",
3208
- "url": "https://github.com/sponsors/ai"
3209
- }
3210
- ],
3211
- "license": "MIT",
3212
- "dependencies": {
3213
- "lilconfig": "^3.1.1"
3214
- },
3215
- "engines": {
3216
- "node": ">= 18"
3217
- },
3218
- "peerDependencies": {
3219
- "jiti": ">=1.21.0",
3220
- "postcss": ">=8.0.9",
3221
- "tsx": "^4.8.1",
3222
- "yaml": "^2.4.2"
3223
- },
3224
- "peerDependenciesMeta": {
3225
- "jiti": {
3226
- "optional": true
3227
- },
3228
- "postcss": {
3229
- "optional": true
3230
- },
3231
- "tsx": {
3232
- "optional": true
3233
- },
3234
- "yaml": {
3235
- "optional": true
3236
- }
3237
- }
3238
- },
3239
- "node_modules/postcss-nested": {
3240
- "version": "6.2.0",
3241
- "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz",
3242
- "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==",
3243
- "funding": [
3244
- {
3245
- "type": "opencollective",
3246
- "url": "https://opencollective.com/postcss/"
3247
- },
3248
- {
3249
- "type": "github",
3250
- "url": "https://github.com/sponsors/ai"
3251
- }
3252
- ],
3253
- "license": "MIT",
3254
- "dependencies": {
3255
- "postcss-selector-parser": "^6.1.1"
3256
- },
3257
- "engines": {
3258
- "node": ">=12.0"
3259
- },
3260
- "peerDependencies": {
3261
- "postcss": "^8.2.14"
3262
- }
3263
- },
3264
- "node_modules/postcss-selector-parser": {
3265
- "version": "6.1.4",
3266
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.4.tgz",
3267
- "integrity": "sha512-bIoJLOmjCO1S9XdY/DcnR5hJxvrDir1PbGChrzXG3vw0/FOliy/fA3dmdhQ441kah4gKv+TwckGzex6wNS5cnQ==",
3268
- "license": "MIT",
3269
- "dependencies": {
3270
- "cssesc": "^3.0.0",
3271
- "util-deprecate": "^1.0.2"
3272
- },
3273
- "engines": {
3274
- "node": ">=4"
3275
- }
3276
- },
3277
- "node_modules/postcss-value-parser": {
3278
- "version": "4.2.0",
3279
- "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
3280
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
3281
- "license": "MIT"
3282
- },
3283
2786
  "node_modules/property-information": {
3284
2787
  "version": "7.2.0",
3285
2788
  "resolved": "https://registry.npmjs.org/property-information/-/property-information-7.2.0.tgz",
@@ -3290,45 +2793,25 @@
3290
2793
  "url": "https://github.com/sponsors/wooorm"
3291
2794
  }
3292
2795
  },
3293
- "node_modules/queue-microtask": {
3294
- "version": "1.2.3",
3295
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
3296
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
3297
- "funding": [
3298
- {
3299
- "type": "github",
3300
- "url": "https://github.com/sponsors/feross"
3301
- },
3302
- {
3303
- "type": "patreon",
3304
- "url": "https://www.patreon.com/feross"
3305
- },
3306
- {
3307
- "type": "consulting",
3308
- "url": "https://feross.org/support"
3309
- }
3310
- ],
3311
- "license": "MIT"
3312
- },
3313
2796
  "node_modules/react": {
3314
- "version": "19.2.7",
3315
- "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
3316
- "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
2797
+ "version": "19.2.8",
2798
+ "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
2799
+ "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
3317
2800
  "license": "MIT",
3318
2801
  "engines": {
3319
2802
  "node": ">=0.10.0"
3320
2803
  }
3321
2804
  },
3322
2805
  "node_modules/react-dom": {
3323
- "version": "19.2.7",
3324
- "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
3325
- "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
2806
+ "version": "19.2.8",
2807
+ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
2808
+ "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
3326
2809
  "license": "MIT",
3327
2810
  "dependencies": {
3328
2811
  "scheduler": "^0.27.0"
3329
2812
  },
3330
2813
  "peerDependencies": {
3331
- "react": "^19.2.7"
2814
+ "react": "^19.2.8"
3332
2815
  }
3333
2816
  },
3334
2817
  "node_modules/react-markdown": {
@@ -3358,36 +2841,6 @@
3358
2841
  "react": ">=18"
3359
2842
  }
3360
2843
  },
3361
- "node_modules/react-refresh": {
3362
- "version": "0.17.0",
3363
- "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
3364
- "integrity": "sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==",
3365
- "license": "MIT",
3366
- "engines": {
3367
- "node": ">=0.10.0"
3368
- }
3369
- },
3370
- "node_modules/read-cache": {
3371
- "version": "1.0.0",
3372
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
3373
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
3374
- "license": "MIT",
3375
- "dependencies": {
3376
- "pify": "^2.3.0"
3377
- }
3378
- },
3379
- "node_modules/readdirp": {
3380
- "version": "3.6.0",
3381
- "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
3382
- "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
3383
- "license": "MIT",
3384
- "dependencies": {
3385
- "picomatch": "^2.2.1"
3386
- },
3387
- "engines": {
3388
- "node": ">=8.10.0"
3389
- }
3390
- },
3391
2844
  "node_modules/remark-gfm": {
3392
2845
  "version": "4.0.1",
3393
2846
  "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
@@ -3454,102 +2907,37 @@
3454
2907
  "url": "https://opencollective.com/unified"
3455
2908
  }
3456
2909
  },
3457
- "node_modules/resolve": {
3458
- "version": "1.22.12",
3459
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
3460
- "integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
3461
- "license": "MIT",
3462
- "dependencies": {
3463
- "es-errors": "^1.3.0",
3464
- "is-core-module": "^2.16.1",
3465
- "path-parse": "^1.0.7",
3466
- "supports-preserve-symlinks-flag": "^1.0.0"
3467
- },
3468
- "bin": {
3469
- "resolve": "bin/resolve"
3470
- },
3471
- "engines": {
3472
- "node": ">= 0.4"
3473
- },
3474
- "funding": {
3475
- "url": "https://github.com/sponsors/ljharb"
3476
- }
3477
- },
3478
- "node_modules/reusify": {
3479
- "version": "1.1.0",
3480
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
3481
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
3482
- "license": "MIT",
3483
- "engines": {
3484
- "iojs": ">=1.0.0",
3485
- "node": ">=0.10.0"
3486
- }
3487
- },
3488
- "node_modules/rollup": {
3489
- "version": "4.62.2",
3490
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.62.2.tgz",
3491
- "integrity": "sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==",
2910
+ "node_modules/rolldown": {
2911
+ "version": "1.2.7",
2912
+ "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.7.tgz",
2913
+ "integrity": "sha512-g0EtLvBjTUB7jhyV0S/TCup3v/XSVl45vUIGbOGU4QPiyjTenCe4mKuFvW9fEgYmS2Fo42AUssRmNuMziXdrig==",
3492
2914
  "license": "MIT",
3493
2915
  "dependencies": {
3494
- "@types/estree": "1.0.9"
2916
+ "@oxc-project/types": "=0.148.0",
2917
+ "@rolldown/pluginutils": "^1.0.0"
3495
2918
  },
3496
2919
  "bin": {
3497
- "rollup": "dist/bin/rollup"
2920
+ "rolldown": "bin/cli.mjs"
3498
2921
  },
3499
2922
  "engines": {
3500
- "node": ">=18.0.0",
3501
- "npm": ">=8.0.0"
2923
+ "node": "^20.19.0 || >=22.12.0"
3502
2924
  },
3503
2925
  "optionalDependencies": {
3504
- "@rollup/rollup-android-arm-eabi": "4.62.2",
3505
- "@rollup/rollup-android-arm64": "4.62.2",
3506
- "@rollup/rollup-darwin-arm64": "4.62.2",
3507
- "@rollup/rollup-darwin-x64": "4.62.2",
3508
- "@rollup/rollup-freebsd-arm64": "4.62.2",
3509
- "@rollup/rollup-freebsd-x64": "4.62.2",
3510
- "@rollup/rollup-linux-arm-gnueabihf": "4.62.2",
3511
- "@rollup/rollup-linux-arm-musleabihf": "4.62.2",
3512
- "@rollup/rollup-linux-arm64-gnu": "4.62.2",
3513
- "@rollup/rollup-linux-arm64-musl": "4.62.2",
3514
- "@rollup/rollup-linux-loong64-gnu": "4.62.2",
3515
- "@rollup/rollup-linux-loong64-musl": "4.62.2",
3516
- "@rollup/rollup-linux-ppc64-gnu": "4.62.2",
3517
- "@rollup/rollup-linux-ppc64-musl": "4.62.2",
3518
- "@rollup/rollup-linux-riscv64-gnu": "4.62.2",
3519
- "@rollup/rollup-linux-riscv64-musl": "4.62.2",
3520
- "@rollup/rollup-linux-s390x-gnu": "4.62.2",
3521
- "@rollup/rollup-linux-x64-gnu": "4.62.2",
3522
- "@rollup/rollup-linux-x64-musl": "4.62.2",
3523
- "@rollup/rollup-openbsd-x64": "4.62.2",
3524
- "@rollup/rollup-openharmony-arm64": "4.62.2",
3525
- "@rollup/rollup-win32-arm64-msvc": "4.62.2",
3526
- "@rollup/rollup-win32-ia32-msvc": "4.62.2",
3527
- "@rollup/rollup-win32-x64-gnu": "4.62.2",
3528
- "@rollup/rollup-win32-x64-msvc": "4.62.2",
3529
- "fsevents": "~2.3.2"
3530
- }
3531
- },
3532
- "node_modules/run-parallel": {
3533
- "version": "1.2.0",
3534
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
3535
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
3536
- "funding": [
3537
- {
3538
- "type": "github",
3539
- "url": "https://github.com/sponsors/feross"
3540
- },
3541
- {
3542
- "type": "patreon",
3543
- "url": "https://www.patreon.com/feross"
3544
- },
3545
- {
3546
- "type": "consulting",
3547
- "url": "https://feross.org/support"
3548
- }
3549
- ],
3550
- "license": "MIT",
3551
- "dependencies": {
3552
- "queue-microtask": "^1.2.2"
2926
+ "@rolldown/binding-android-arm-eabi": "1.2.7",
2927
+ "@rolldown/binding-android-arm64": "1.2.7",
2928
+ "@rolldown/binding-darwin-arm64": "1.2.7",
2929
+ "@rolldown/binding-darwin-x64": "1.2.7",
2930
+ "@rolldown/binding-freebsd-x64": "1.2.7",
2931
+ "@rolldown/binding-linux-arm-gnueabihf": "1.2.7",
2932
+ "@rolldown/binding-linux-arm64-gnu": "1.2.7",
2933
+ "@rolldown/binding-linux-arm64-musl": "1.2.7",
2934
+ "@rolldown/binding-linux-ppc64-gnu": "1.2.7",
2935
+ "@rolldown/binding-linux-s390x-gnu": "1.2.7",
2936
+ "@rolldown/binding-linux-x64-gnu": "1.2.7",
2937
+ "@rolldown/binding-linux-x64-musl": "1.2.7",
2938
+ "@rolldown/binding-openharmony-arm64": "1.2.7",
2939
+ "@rolldown/binding-win32-arm64-msvc": "1.2.7",
2940
+ "@rolldown/binding-win32-x64-msvc": "1.2.7"
3553
2941
  }
3554
2942
  },
3555
2943
  "node_modules/scheduler": {
@@ -3558,15 +2946,6 @@
3558
2946
  "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
3559
2947
  "license": "MIT"
3560
2948
  },
3561
- "node_modules/semver": {
3562
- "version": "6.3.1",
3563
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3564
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3565
- "license": "ISC",
3566
- "bin": {
3567
- "semver": "bin/semver.js"
3568
- }
3569
- },
3570
2949
  "node_modules/source-map-js": {
3571
2950
  "version": "1.2.1",
3572
2951
  "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
@@ -3605,57 +2984,23 @@
3605
2984
  "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.21.tgz",
3606
2985
  "integrity": "sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==",
3607
2986
  "license": "MIT",
3608
- "dependencies": {
3609
- "style-to-object": "1.0.14"
3610
- }
3611
- },
3612
- "node_modules/style-to-object": {
3613
- "version": "1.0.14",
3614
- "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
3615
- "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
3616
- "license": "MIT",
3617
- "dependencies": {
3618
- "inline-style-parser": "0.2.7"
3619
- }
3620
- },
3621
- "node_modules/sucrase": {
3622
- "version": "3.35.1",
3623
- "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.1.tgz",
3624
- "integrity": "sha512-DhuTmvZWux4H1UOnWMB3sk0sbaCVOoQZjv8u1rDoTV0HTdGem9hkAZtl4JZy8P2z4Bg0nT+YMeOFyVr4zcG5Tw==",
3625
- "license": "MIT",
3626
- "dependencies": {
3627
- "@jridgewell/gen-mapping": "^0.3.2",
3628
- "commander": "^4.0.0",
3629
- "lines-and-columns": "^1.1.6",
3630
- "mz": "^2.7.0",
3631
- "pirates": "^4.0.1",
3632
- "tinyglobby": "^0.2.11",
3633
- "ts-interface-checker": "^0.1.9"
3634
- },
3635
- "bin": {
3636
- "sucrase": "bin/sucrase",
3637
- "sucrase-node": "bin/sucrase-node"
3638
- },
3639
- "engines": {
3640
- "node": ">=16 || 14 >=14.17"
2987
+ "dependencies": {
2988
+ "style-to-object": "1.0.14"
3641
2989
  }
3642
2990
  },
3643
- "node_modules/supports-preserve-symlinks-flag": {
3644
- "version": "1.0.0",
3645
- "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
3646
- "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2991
+ "node_modules/style-to-object": {
2992
+ "version": "1.0.14",
2993
+ "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz",
2994
+ "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==",
3647
2995
  "license": "MIT",
3648
- "engines": {
3649
- "node": ">= 0.4"
3650
- },
3651
- "funding": {
3652
- "url": "https://github.com/sponsors/ljharb"
2996
+ "dependencies": {
2997
+ "inline-style-parser": "0.2.7"
3653
2998
  }
3654
2999
  },
3655
3000
  "node_modules/tailwind-merge": {
3656
- "version": "2.6.1",
3657
- "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.6.1.tgz",
3658
- "integrity": "sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==",
3001
+ "version": "3.6.0",
3002
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.6.0.tgz",
3003
+ "integrity": "sha512-uxL7qAVQriqRQPAyK3pj66VqskWqoZ37PW94jwOTwNfq/z9oyu1V+eqrZqtR2+fCiXdYOZe/Modt8GtvqNzu+w==",
3659
3004
  "license": "MIT",
3660
3005
  "funding": {
3661
3006
  "type": "github",
@@ -3663,41 +3008,10 @@
3663
3008
  }
3664
3009
  },
3665
3010
  "node_modules/tailwindcss": {
3666
- "version": "3.4.19",
3667
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.19.tgz",
3668
- "integrity": "sha512-3ofp+LL8E+pK/JuPLPggVAIaEuhvIz4qNcf3nA1Xn2o/7fb7s/TYpHhwGDv1ZU3PkBluUVaF8PyCHcm48cKLWQ==",
3669
- "license": "MIT",
3670
- "dependencies": {
3671
- "@alloc/quick-lru": "^5.2.0",
3672
- "arg": "^5.0.2",
3673
- "chokidar": "^3.6.0",
3674
- "didyoumean": "^1.2.2",
3675
- "dlv": "^1.1.3",
3676
- "fast-glob": "^3.3.2",
3677
- "glob-parent": "^6.0.2",
3678
- "is-glob": "^4.0.3",
3679
- "jiti": "^1.21.7",
3680
- "lilconfig": "^3.1.3",
3681
- "micromatch": "^4.0.8",
3682
- "normalize-path": "^3.0.0",
3683
- "object-hash": "^3.0.0",
3684
- "picocolors": "^1.1.1",
3685
- "postcss": "^8.4.47",
3686
- "postcss-import": "^15.1.0",
3687
- "postcss-js": "^4.0.1",
3688
- "postcss-load-config": "^4.0.2 || ^5.0 || ^6.0",
3689
- "postcss-nested": "^6.2.0",
3690
- "postcss-selector-parser": "^6.1.2",
3691
- "resolve": "^1.22.8",
3692
- "sucrase": "^3.35.0"
3693
- },
3694
- "bin": {
3695
- "tailwind": "lib/cli.js",
3696
- "tailwindcss": "lib/cli.js"
3697
- },
3698
- "engines": {
3699
- "node": ">=14.0.0"
3700
- }
3011
+ "version": "4.3.3",
3012
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.3.tgz",
3013
+ "integrity": "sha512-gOhV3P7ufE62QDGg1zVaTgCR+EtPv92k2nIhVcVKcLmxT1sUBsQGhnZj175j+MqRt4zLF7ic+sCYjfhxMxj7YQ==",
3014
+ "license": "MIT"
3701
3015
  },
3702
3016
  "node_modules/tailwindcss-animate": {
3703
3017
  "version": "1.0.7",
@@ -3708,25 +3022,18 @@
3708
3022
  "tailwindcss": ">=3.0.0 || insiders"
3709
3023
  }
3710
3024
  },
3711
- "node_modules/thenify": {
3712
- "version": "3.3.1",
3713
- "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
3714
- "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
3715
- "license": "MIT",
3716
- "dependencies": {
3717
- "any-promise": "^1.0.0"
3718
- }
3719
- },
3720
- "node_modules/thenify-all": {
3721
- "version": "1.6.0",
3722
- "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
3723
- "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
3025
+ "node_modules/tapable": {
3026
+ "version": "2.3.3",
3027
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
3028
+ "integrity": "sha512-uxc/zpqFg6x7C8vOE7lh6Lbda8eEL9zmVm/PLeTPBRhh1xCgdWaQ+J1CUieGpIfm2HdtsUpRv+HshiasBMcc6A==",
3029
+ "dev": true,
3724
3030
  "license": "MIT",
3725
- "dependencies": {
3726
- "thenify": ">= 3.1.0 < 4"
3727
- },
3728
3031
  "engines": {
3729
- "node": ">=0.8"
3032
+ "node": ">=6"
3033
+ },
3034
+ "funding": {
3035
+ "type": "opencollective",
3036
+ "url": "https://opencollective.com/webpack"
3730
3037
  }
3731
3038
  },
3732
3039
  "node_modules/tinyglobby": {
@@ -3762,30 +3069,6 @@
3762
3069
  }
3763
3070
  }
3764
3071
  },
3765
- "node_modules/tinyglobby/node_modules/picomatch": {
3766
- "version": "4.0.5",
3767
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
3768
- "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
3769
- "license": "MIT",
3770
- "engines": {
3771
- "node": ">=12"
3772
- },
3773
- "funding": {
3774
- "url": "https://github.com/sponsors/jonschlinkert"
3775
- }
3776
- },
3777
- "node_modules/to-regex-range": {
3778
- "version": "5.0.1",
3779
- "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
3780
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
3781
- "license": "MIT",
3782
- "dependencies": {
3783
- "is-number": "^7.0.0"
3784
- },
3785
- "engines": {
3786
- "node": ">=8.0"
3787
- }
3788
- },
3789
3072
  "node_modules/trim-lines": {
3790
3073
  "version": "3.0.1",
3791
3074
  "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
@@ -3806,24 +3089,18 @@
3806
3089
  "url": "https://github.com/sponsors/wooorm"
3807
3090
  }
3808
3091
  },
3809
- "node_modules/ts-interface-checker": {
3810
- "version": "0.1.13",
3811
- "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
3812
- "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
3813
- "license": "Apache-2.0"
3814
- },
3815
3092
  "node_modules/typescript": {
3816
- "version": "5.9.3",
3817
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
3818
- "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
3093
+ "name": "@typescript/typescript6",
3094
+ "version": "6.0.2",
3095
+ "resolved": "https://registry.npmjs.org/@typescript/typescript6/-/typescript6-6.0.2.tgz",
3096
+ "integrity": "sha512-mbCddXd+jm7hfx7w2YU64/Av4/NqqeG3GoRZgxPcgoTxYjhrcfJRw9ULch71SS4G+Q3bOXFhRvPqjguN0Hyp5w==",
3819
3097
  "dev": true,
3820
3098
  "license": "Apache-2.0",
3821
- "bin": {
3822
- "tsc": "bin/tsc",
3823
- "tsserver": "bin/tsserver"
3099
+ "dependencies": {
3100
+ "@typescript/old": "npm:typescript@^6"
3824
3101
  },
3825
- "engines": {
3826
- "node": ">=14.17"
3102
+ "bin": {
3103
+ "tsc6": "bin/tsc6"
3827
3104
  }
3828
3105
  },
3829
3106
  "node_modules/undici-types": {
@@ -3920,42 +3197,6 @@
3920
3197
  "url": "https://opencollective.com/unified"
3921
3198
  }
3922
3199
  },
3923
- "node_modules/update-browserslist-db": {
3924
- "version": "1.2.3",
3925
- "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
3926
- "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
3927
- "funding": [
3928
- {
3929
- "type": "opencollective",
3930
- "url": "https://opencollective.com/browserslist"
3931
- },
3932
- {
3933
- "type": "tidelift",
3934
- "url": "https://tidelift.com/funding/github/npm/browserslist"
3935
- },
3936
- {
3937
- "type": "github",
3938
- "url": "https://github.com/sponsors/ai"
3939
- }
3940
- ],
3941
- "license": "MIT",
3942
- "dependencies": {
3943
- "escalade": "^3.2.0",
3944
- "picocolors": "^1.1.1"
3945
- },
3946
- "bin": {
3947
- "update-browserslist-db": "cli.js"
3948
- },
3949
- "peerDependencies": {
3950
- "browserslist": ">= 4.21.0"
3951
- }
3952
- },
3953
- "node_modules/util-deprecate": {
3954
- "version": "1.0.2",
3955
- "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3956
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3957
- "license": "MIT"
3958
- },
3959
3200
  "node_modules/vfile": {
3960
3201
  "version": "6.0.3",
3961
3202
  "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
@@ -3985,23 +3226,22 @@
3985
3226
  }
3986
3227
  },
3987
3228
  "node_modules/vite": {
3988
- "version": "6.4.3",
3989
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
3990
- "integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
3229
+ "version": "8.2.2",
3230
+ "resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
3231
+ "integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
3991
3232
  "license": "MIT",
3992
3233
  "dependencies": {
3993
- "esbuild": "^0.25.0",
3994
- "fdir": "^6.4.4",
3995
- "picomatch": "^4.0.2",
3996
- "postcss": "^8.5.3",
3997
- "rollup": "^4.34.9",
3998
- "tinyglobby": "^0.2.13"
3234
+ "lightningcss": "^1.33.0",
3235
+ "picomatch": "^4.0.5",
3236
+ "postcss": "^8.5.26",
3237
+ "rolldown": "~1.2.4",
3238
+ "tinyglobby": "^0.2.17"
3999
3239
  },
4000
3240
  "bin": {
4001
3241
  "vite": "bin/vite.js"
4002
3242
  },
4003
3243
  "engines": {
4004
- "node": "^18.0.0 || ^20.0.0 || >=22.0.0"
3244
+ "node": "^20.19.0 || >=22.12.0"
4005
3245
  },
4006
3246
  "funding": {
4007
3247
  "url": "https://github.com/vitejs/vite?sponsor=1"
@@ -4010,14 +3250,15 @@
4010
3250
  "fsevents": "~2.3.3"
4011
3251
  },
4012
3252
  "peerDependencies": {
4013
- "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
3253
+ "@types/node": "^20.19.0 || >=22.12.0",
3254
+ "@vitejs/devtools": "^0.4.0 || ^0.5.0",
3255
+ "esbuild": "^0.27.0 || ^0.28.0",
4014
3256
  "jiti": ">=1.21.0",
4015
- "less": "*",
4016
- "lightningcss": "^1.21.0",
4017
- "sass": "*",
4018
- "sass-embedded": "*",
4019
- "stylus": "*",
4020
- "sugarss": "*",
3257
+ "less": "^4.0.0",
3258
+ "sass": "^1.70.0",
3259
+ "sass-embedded": "^1.70.0",
3260
+ "stylus": ">=0.54.8",
3261
+ "sugarss": "^5.0.0",
4021
3262
  "terser": "^5.16.0",
4022
3263
  "tsx": "^4.8.1",
4023
3264
  "yaml": "^2.4.2"
@@ -4026,13 +3267,16 @@
4026
3267
  "@types/node": {
4027
3268
  "optional": true
4028
3269
  },
4029
- "jiti": {
3270
+ "@vitejs/devtools": {
4030
3271
  "optional": true
4031
3272
  },
4032
- "less": {
3273
+ "esbuild": {
3274
+ "optional": true
3275
+ },
3276
+ "jiti": {
4033
3277
  "optional": true
4034
3278
  },
4035
- "lightningcss": {
3279
+ "less": {
4036
3280
  "optional": true
4037
3281
  },
4038
3282
  "sass": {
@@ -4058,40 +3302,266 @@
4058
3302
  }
4059
3303
  }
4060
3304
  },
4061
- "node_modules/vite/node_modules/fdir": {
4062
- "version": "6.5.0",
4063
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
4064
- "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
4065
- "license": "MIT",
3305
+ "node_modules/vite/node_modules/lightningcss": {
3306
+ "version": "1.33.0",
3307
+ "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
3308
+ "integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
3309
+ "license": "MPL-2.0",
3310
+ "dependencies": {
3311
+ "detect-libc": "^2.0.3"
3312
+ },
4066
3313
  "engines": {
4067
- "node": ">=12.0.0"
3314
+ "node": ">= 12.0.0"
4068
3315
  },
4069
- "peerDependencies": {
4070
- "picomatch": "^3 || ^4"
3316
+ "funding": {
3317
+ "type": "opencollective",
3318
+ "url": "https://opencollective.com/parcel"
4071
3319
  },
4072
- "peerDependenciesMeta": {
4073
- "picomatch": {
4074
- "optional": true
4075
- }
3320
+ "optionalDependencies": {
3321
+ "lightningcss-android-arm64": "1.33.0",
3322
+ "lightningcss-darwin-arm64": "1.33.0",
3323
+ "lightningcss-darwin-x64": "1.33.0",
3324
+ "lightningcss-freebsd-x64": "1.33.0",
3325
+ "lightningcss-linux-arm-gnueabihf": "1.33.0",
3326
+ "lightningcss-linux-arm64-gnu": "1.33.0",
3327
+ "lightningcss-linux-arm64-musl": "1.33.0",
3328
+ "lightningcss-linux-x64-gnu": "1.33.0",
3329
+ "lightningcss-linux-x64-musl": "1.33.0",
3330
+ "lightningcss-win32-arm64-msvc": "1.33.0",
3331
+ "lightningcss-win32-x64-msvc": "1.33.0"
3332
+ }
3333
+ },
3334
+ "node_modules/vite/node_modules/lightningcss-android-arm64": {
3335
+ "version": "1.33.0",
3336
+ "resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
3337
+ "integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
3338
+ "cpu": [
3339
+ "arm64"
3340
+ ],
3341
+ "license": "MPL-2.0",
3342
+ "optional": true,
3343
+ "os": [
3344
+ "android"
3345
+ ],
3346
+ "engines": {
3347
+ "node": ">= 12.0.0"
3348
+ },
3349
+ "funding": {
3350
+ "type": "opencollective",
3351
+ "url": "https://opencollective.com/parcel"
4076
3352
  }
4077
3353
  },
4078
- "node_modules/vite/node_modules/picomatch": {
4079
- "version": "4.0.5",
4080
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz",
4081
- "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==",
4082
- "license": "MIT",
3354
+ "node_modules/vite/node_modules/lightningcss-darwin-arm64": {
3355
+ "version": "1.33.0",
3356
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
3357
+ "integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
3358
+ "cpu": [
3359
+ "arm64"
3360
+ ],
3361
+ "license": "MPL-2.0",
3362
+ "optional": true,
3363
+ "os": [
3364
+ "darwin"
3365
+ ],
4083
3366
  "engines": {
4084
- "node": ">=12"
3367
+ "node": ">= 12.0.0"
4085
3368
  },
4086
3369
  "funding": {
4087
- "url": "https://github.com/sponsors/jonschlinkert"
3370
+ "type": "opencollective",
3371
+ "url": "https://opencollective.com/parcel"
4088
3372
  }
4089
3373
  },
4090
- "node_modules/yallist": {
4091
- "version": "3.1.1",
4092
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
4093
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
4094
- "license": "ISC"
3374
+ "node_modules/vite/node_modules/lightningcss-darwin-x64": {
3375
+ "version": "1.33.0",
3376
+ "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
3377
+ "integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
3378
+ "cpu": [
3379
+ "x64"
3380
+ ],
3381
+ "license": "MPL-2.0",
3382
+ "optional": true,
3383
+ "os": [
3384
+ "darwin"
3385
+ ],
3386
+ "engines": {
3387
+ "node": ">= 12.0.0"
3388
+ },
3389
+ "funding": {
3390
+ "type": "opencollective",
3391
+ "url": "https://opencollective.com/parcel"
3392
+ }
3393
+ },
3394
+ "node_modules/vite/node_modules/lightningcss-freebsd-x64": {
3395
+ "version": "1.33.0",
3396
+ "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
3397
+ "integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
3398
+ "cpu": [
3399
+ "x64"
3400
+ ],
3401
+ "license": "MPL-2.0",
3402
+ "optional": true,
3403
+ "os": [
3404
+ "freebsd"
3405
+ ],
3406
+ "engines": {
3407
+ "node": ">= 12.0.0"
3408
+ },
3409
+ "funding": {
3410
+ "type": "opencollective",
3411
+ "url": "https://opencollective.com/parcel"
3412
+ }
3413
+ },
3414
+ "node_modules/vite/node_modules/lightningcss-linux-arm-gnueabihf": {
3415
+ "version": "1.33.0",
3416
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
3417
+ "integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
3418
+ "cpu": [
3419
+ "arm"
3420
+ ],
3421
+ "license": "MPL-2.0",
3422
+ "optional": true,
3423
+ "os": [
3424
+ "linux"
3425
+ ],
3426
+ "engines": {
3427
+ "node": ">= 12.0.0"
3428
+ },
3429
+ "funding": {
3430
+ "type": "opencollective",
3431
+ "url": "https://opencollective.com/parcel"
3432
+ }
3433
+ },
3434
+ "node_modules/vite/node_modules/lightningcss-linux-arm64-gnu": {
3435
+ "version": "1.33.0",
3436
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
3437
+ "integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
3438
+ "cpu": [
3439
+ "arm64"
3440
+ ],
3441
+ "libc": [
3442
+ "glibc"
3443
+ ],
3444
+ "license": "MPL-2.0",
3445
+ "optional": true,
3446
+ "os": [
3447
+ "linux"
3448
+ ],
3449
+ "engines": {
3450
+ "node": ">= 12.0.0"
3451
+ },
3452
+ "funding": {
3453
+ "type": "opencollective",
3454
+ "url": "https://opencollective.com/parcel"
3455
+ }
3456
+ },
3457
+ "node_modules/vite/node_modules/lightningcss-linux-arm64-musl": {
3458
+ "version": "1.33.0",
3459
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
3460
+ "integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
3461
+ "cpu": [
3462
+ "arm64"
3463
+ ],
3464
+ "libc": [
3465
+ "musl"
3466
+ ],
3467
+ "license": "MPL-2.0",
3468
+ "optional": true,
3469
+ "os": [
3470
+ "linux"
3471
+ ],
3472
+ "engines": {
3473
+ "node": ">= 12.0.0"
3474
+ },
3475
+ "funding": {
3476
+ "type": "opencollective",
3477
+ "url": "https://opencollective.com/parcel"
3478
+ }
3479
+ },
3480
+ "node_modules/vite/node_modules/lightningcss-linux-x64-gnu": {
3481
+ "version": "1.33.0",
3482
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
3483
+ "integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
3484
+ "cpu": [
3485
+ "x64"
3486
+ ],
3487
+ "libc": [
3488
+ "glibc"
3489
+ ],
3490
+ "license": "MPL-2.0",
3491
+ "optional": true,
3492
+ "os": [
3493
+ "linux"
3494
+ ],
3495
+ "engines": {
3496
+ "node": ">= 12.0.0"
3497
+ },
3498
+ "funding": {
3499
+ "type": "opencollective",
3500
+ "url": "https://opencollective.com/parcel"
3501
+ }
3502
+ },
3503
+ "node_modules/vite/node_modules/lightningcss-linux-x64-musl": {
3504
+ "version": "1.33.0",
3505
+ "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
3506
+ "integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
3507
+ "cpu": [
3508
+ "x64"
3509
+ ],
3510
+ "libc": [
3511
+ "musl"
3512
+ ],
3513
+ "license": "MPL-2.0",
3514
+ "optional": true,
3515
+ "os": [
3516
+ "linux"
3517
+ ],
3518
+ "engines": {
3519
+ "node": ">= 12.0.0"
3520
+ },
3521
+ "funding": {
3522
+ "type": "opencollective",
3523
+ "url": "https://opencollective.com/parcel"
3524
+ }
3525
+ },
3526
+ "node_modules/vite/node_modules/lightningcss-win32-arm64-msvc": {
3527
+ "version": "1.33.0",
3528
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
3529
+ "integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
3530
+ "cpu": [
3531
+ "arm64"
3532
+ ],
3533
+ "license": "MPL-2.0",
3534
+ "optional": true,
3535
+ "os": [
3536
+ "win32"
3537
+ ],
3538
+ "engines": {
3539
+ "node": ">= 12.0.0"
3540
+ },
3541
+ "funding": {
3542
+ "type": "opencollective",
3543
+ "url": "https://opencollective.com/parcel"
3544
+ }
3545
+ },
3546
+ "node_modules/vite/node_modules/lightningcss-win32-x64-msvc": {
3547
+ "version": "1.33.0",
3548
+ "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
3549
+ "integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
3550
+ "cpu": [
3551
+ "x64"
3552
+ ],
3553
+ "license": "MPL-2.0",
3554
+ "optional": true,
3555
+ "os": [
3556
+ "win32"
3557
+ ],
3558
+ "engines": {
3559
+ "node": ">= 12.0.0"
3560
+ },
3561
+ "funding": {
3562
+ "type": "opencollective",
3563
+ "url": "https://opencollective.com/parcel"
3564
+ }
4095
3565
  },
4096
3566
  "node_modules/zwitch": {
4097
3567
  "version": "2.0.4",
@@ -4105,16 +3575,16 @@
4105
3575
  },
4106
3576
  "packages/sdk": {
4107
3577
  "name": "@notis/sdk",
4108
- "version": "0.1.0",
3578
+ "version": "0.2.0",
4109
3579
  "dependencies": {
4110
3580
  "react-markdown": "^10.1.0",
4111
3581
  "remark-gfm": "^4.0.1"
4112
3582
  },
4113
3583
  "devDependencies": {
4114
3584
  "@types/node": "^20.0.0",
4115
- "@types/react": "^19.0.0",
4116
- "@types/react-dom": "^19.0.0",
4117
- "typescript": "^5.0.0"
3585
+ "@types/react": "^19.2.18",
3586
+ "@types/react-dom": "^19.2.7",
3587
+ "typescript": "^7.0.2"
4118
3588
  },
4119
3589
  "peerDependencies": {
4120
3590
  "@vitejs/plugin-react": ">=4.0.0",
@@ -4132,6 +3602,41 @@
4132
3602
  "dependencies": {
4133
3603
  "undici-types": "~6.21.0"
4134
3604
  }
3605
+ },
3606
+ "packages/sdk/node_modules/typescript": {
3607
+ "version": "7.0.2",
3608
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
3609
+ "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
3610
+ "dev": true,
3611
+ "license": "Apache-2.0",
3612
+ "bin": {
3613
+ "tsc": "bin/tsc"
3614
+ },
3615
+ "engines": {
3616
+ "node": ">=16.20.0"
3617
+ },
3618
+ "optionalDependencies": {
3619
+ "@typescript/typescript-aix-ppc64": "7.0.2",
3620
+ "@typescript/typescript-darwin-arm64": "7.0.2",
3621
+ "@typescript/typescript-darwin-x64": "7.0.2",
3622
+ "@typescript/typescript-freebsd-arm64": "7.0.2",
3623
+ "@typescript/typescript-freebsd-x64": "7.0.2",
3624
+ "@typescript/typescript-linux-arm": "7.0.2",
3625
+ "@typescript/typescript-linux-arm64": "7.0.2",
3626
+ "@typescript/typescript-linux-loong64": "7.0.2",
3627
+ "@typescript/typescript-linux-mips64el": "7.0.2",
3628
+ "@typescript/typescript-linux-ppc64": "7.0.2",
3629
+ "@typescript/typescript-linux-riscv64": "7.0.2",
3630
+ "@typescript/typescript-linux-s390x": "7.0.2",
3631
+ "@typescript/typescript-linux-x64": "7.0.2",
3632
+ "@typescript/typescript-netbsd-arm64": "7.0.2",
3633
+ "@typescript/typescript-netbsd-x64": "7.0.2",
3634
+ "@typescript/typescript-openbsd-arm64": "7.0.2",
3635
+ "@typescript/typescript-openbsd-x64": "7.0.2",
3636
+ "@typescript/typescript-sunos-x64": "7.0.2",
3637
+ "@typescript/typescript-win32-arm64": "7.0.2",
3638
+ "@typescript/typescript-win32-x64": "7.0.2"
3639
+ }
4135
3640
  }
4136
3641
  }
4137
3642
  }