@coze-arch/cli 0.0.36-alpha.fde2b5 → 0.0.36
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.
- package/README.md +0 -11
- package/lib/__templates__/nextjs/package.json +2 -2
- package/lib/__templates__/nextjs/pnpm-lock.yaml +258 -197
- package/lib/__templates__/nextjs/template.config.js +1 -3
- package/lib/__templates__/templates.json +0 -25
- package/lib/__templates__/vite/template.config.js +1 -3
- package/lib/cli.js +199 -3169
- package/package.json +3 -5
- package/docs/deploy.md +0 -164
- package/lib/__templates__/phaser/.coze +0 -13
- package/lib/__templates__/phaser/README.md +0 -37
- package/lib/__templates__/phaser/_gitignore +0 -23
- package/lib/__templates__/phaser/_npmrc +0 -14
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0001.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0002.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0003.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0004.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0005.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0006.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0007.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0008.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0009.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0010.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0011.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0012.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0013.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0014.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0015.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0016.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0017.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0018.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0019.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0020.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0021.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0022.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0023.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0024.png +0 -0
- package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/manifest.json +0 -11
- package/lib/__templates__/phaser/debug-runtime/flow-graph.json +0 -20
- package/lib/__templates__/phaser/index.html +0 -12
- package/lib/__templates__/phaser/package.json +0 -31
- package/lib/__templates__/phaser/pnpm-lock.yaml +0 -661
- package/lib/__templates__/phaser/scripts/build.sh +0 -8
- package/lib/__templates__/phaser/scripts/dev.sh +0 -82
- package/lib/__templates__/phaser/scripts/prepare.sh +0 -7
- package/lib/__templates__/phaser/scripts/spawn-detached.cjs +0 -29
- package/lib/__templates__/phaser/scripts/start.sh +0 -82
- package/lib/__templates__/phaser/scripts/validate.sh +0 -7
- package/lib/__templates__/phaser/src/assets.ts +0 -15
- package/lib/__templates__/phaser/src/global.d.ts +0 -36
- package/lib/__templates__/phaser/src/main.ts +0 -28
- package/lib/__templates__/phaser/src/scene/BootScene.ts +0 -209
- package/lib/__templates__/phaser/src/scene/DevLoadingScene.ts +0 -66
- package/lib/__templates__/phaser/src/style.css +0 -28
- package/lib/__templates__/phaser/src/types.ts +0 -32
- package/lib/__templates__/phaser/src/utils/asset-loader.ts +0 -319
- package/lib/__templates__/phaser/src/utils/index.ts +0 -2
- package/lib/__templates__/phaser/src/utils/mark-editable.ts +0 -6
- package/lib/__templates__/phaser/template.config.js +0 -43
- package/lib/__templates__/phaser/tsconfig.json +0 -23
- package/lib/__templates__/phaser/vite.config.ts +0 -96
- package/lib/deploy/package-project.js +0 -220
- package/lib/deploy/package-project.py +0 -165
|
@@ -135,8 +135,8 @@ importers:
|
|
|
135
135
|
specifier: ^0.468.0
|
|
136
136
|
version: 0.468.0(react@19.2.3)
|
|
137
137
|
next:
|
|
138
|
-
specifier: 16.
|
|
139
|
-
version: 16.
|
|
138
|
+
specifier: 16.3.3
|
|
139
|
+
version: 16.3.3(@babel/core@7.28.6)(@types/node@20.19.30)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
|
140
140
|
next-themes:
|
|
141
141
|
specifier: ^0.4.6
|
|
142
142
|
version: 0.4.6(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
|
@@ -202,8 +202,8 @@ importers:
|
|
|
202
202
|
specifier: ^9
|
|
203
203
|
version: 9.39.2(jiti@2.6.1)
|
|
204
204
|
eslint-config-next:
|
|
205
|
-
specifier: 16.
|
|
206
|
-
version: 16.
|
|
205
|
+
specifier: 16.3.3
|
|
206
|
+
version: 16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
|
|
207
207
|
only-allow:
|
|
208
208
|
specifier: ^1.2.2
|
|
209
209
|
version: 1.2.2
|
|
@@ -224,7 +224,7 @@ importers:
|
|
|
224
224
|
version: 4.1.18
|
|
225
225
|
tsup:
|
|
226
226
|
specifier: ^8.3.5
|
|
227
|
-
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)
|
|
227
|
+
version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@1.10.2)
|
|
228
228
|
tsx:
|
|
229
229
|
specifier: ^4.19.2
|
|
230
230
|
version: 4.21.0
|
|
@@ -630,6 +630,9 @@ packages:
|
|
|
630
630
|
'@emnapi/core@1.8.1':
|
|
631
631
|
resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
|
|
632
632
|
|
|
633
|
+
'@emnapi/runtime@1.11.3':
|
|
634
|
+
resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==}
|
|
635
|
+
|
|
633
636
|
'@emnapi/runtime@1.8.1':
|
|
634
637
|
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
635
638
|
|
|
@@ -1168,156 +1171,165 @@ packages:
|
|
|
1168
1171
|
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
|
1169
1172
|
engines: {node: '>=18.18'}
|
|
1170
1173
|
|
|
1171
|
-
'@img/colour@1.
|
|
1172
|
-
resolution: {integrity: sha512-
|
|
1174
|
+
'@img/colour@1.1.0':
|
|
1175
|
+
resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
|
|
1173
1176
|
engines: {node: '>=18'}
|
|
1174
1177
|
|
|
1175
|
-
'@img/sharp-darwin-arm64@0.
|
|
1176
|
-
resolution: {integrity: sha512-
|
|
1177
|
-
engines: {node:
|
|
1178
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
1179
|
+
resolution: {integrity: sha512-RMnFX7YQsMoh7lWfcM4NEHHymBX/rLuKNPVM84XE9ONPcaSCDgE7CHIHpSgPcO2xcRthgBy1HfNO319mwhIAkg==}
|
|
1180
|
+
engines: {node: '>=20.9.0'}
|
|
1178
1181
|
cpu: [arm64]
|
|
1179
1182
|
os: [darwin]
|
|
1180
1183
|
|
|
1181
|
-
'@img/sharp-darwin-x64@0.
|
|
1182
|
-
resolution: {integrity: sha512-
|
|
1183
|
-
engines: {node:
|
|
1184
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
1185
|
+
resolution: {integrity: sha512-Xo+5uFBtLN0BKqieTxiFzFPQAUlBbbH5iBKyRX/z1JrbnYsHTfKJnUfL8+p2TPXr1pXqao4eeL4Rl144uDpK9w==}
|
|
1186
|
+
engines: {node: '>=20.9.0'}
|
|
1184
1187
|
cpu: [x64]
|
|
1185
1188
|
os: [darwin]
|
|
1186
1189
|
|
|
1187
|
-
'@img/sharp-
|
|
1188
|
-
resolution: {integrity: sha512-
|
|
1190
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
1191
|
+
resolution: {integrity: sha512-lUxcqWIj2wMQ9BrwNjngcr1gWUr5xgaGThBRqPPalIC2n67Cqj1uPh8NnA/ZhAg8hUbKl+kVHKwgUIwe6ZYPrg==}
|
|
1192
|
+
engines: {node: '>=20.9.0'}
|
|
1193
|
+
os: [freebsd]
|
|
1194
|
+
|
|
1195
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
1196
|
+
resolution: {integrity: sha512-9J6ypZFpQBj4YnePGoq/S38w6nz+vqg5WZLrLGY4YuSemdMq47GMLBPO42MzwdGwpg/agZ7xzZcFHa48xlywfg==}
|
|
1189
1197
|
cpu: [arm64]
|
|
1190
1198
|
os: [darwin]
|
|
1191
1199
|
|
|
1192
|
-
'@img/sharp-libvips-darwin-x64@1.2
|
|
1193
|
-
resolution: {integrity: sha512-
|
|
1200
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
1201
|
+
resolution: {integrity: sha512-m2pW1n6cns9VaubNwsZ+c3CRYjxNQWgJ5gPlnL1nbBcpkBvFm6SCFN5o0psFHI8w9n11NKhFkeEDns98tiqbEw==}
|
|
1194
1202
|
cpu: [x64]
|
|
1195
1203
|
os: [darwin]
|
|
1196
1204
|
|
|
1197
|
-
'@img/sharp-libvips-linux-arm64@1.2
|
|
1198
|
-
resolution: {integrity: sha512-
|
|
1205
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
1206
|
+
resolution: {integrity: sha512-dqVSFynCox4C/J8kT16V7SIFAns0IjgLwkvYT7p8LQVmJ5OS5b6tI9IGflxTeuBS//zXeFIUbwt5dwxyZ17cnA==}
|
|
1199
1207
|
cpu: [arm64]
|
|
1200
1208
|
os: [linux]
|
|
1201
1209
|
libc: [glibc]
|
|
1202
1210
|
|
|
1203
|
-
'@img/sharp-libvips-linux-arm@1.2
|
|
1204
|
-
resolution: {integrity: sha512-
|
|
1211
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
1212
|
+
resolution: {integrity: sha512-1eMLzy92I4J6rmi4mAT8yC3HxOtniyGELlzGbNMLLeqe052ahFQ0h6LFq+lh5DsDIdYViIDst08abvSbcEdLXQ==}
|
|
1205
1213
|
cpu: [arm]
|
|
1206
1214
|
os: [linux]
|
|
1207
1215
|
libc: [glibc]
|
|
1208
1216
|
|
|
1209
|
-
'@img/sharp-libvips-linux-ppc64@1.2
|
|
1210
|
-
resolution: {integrity: sha512-
|
|
1217
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
1218
|
+
resolution: {integrity: sha512-3z0NHDxD6n5I9gc05U1eW1AyRm+Gznzq3naMrthPNqE6oYykcogW0l/jfpJdjYnuNl8R7yI9pNbE1XiUeyq0Aw==}
|
|
1211
1219
|
cpu: [ppc64]
|
|
1212
1220
|
os: [linux]
|
|
1213
1221
|
libc: [glibc]
|
|
1214
1222
|
|
|
1215
|
-
'@img/sharp-libvips-linux-riscv64@1.2
|
|
1216
|
-
resolution: {integrity: sha512-
|
|
1223
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
1224
|
+
resolution: {integrity: sha512-bsb4rI+NldGOsXuej2r8OdSS8+zXDVaCWxyWrcv6kneTOlgAHtZABRzBBCwdsPiD90J4myNJuHpg6kA20ImW/w==}
|
|
1217
1225
|
cpu: [riscv64]
|
|
1218
1226
|
os: [linux]
|
|
1219
1227
|
libc: [glibc]
|
|
1220
1228
|
|
|
1221
|
-
'@img/sharp-libvips-linux-s390x@1.2
|
|
1222
|
-
resolution: {integrity: sha512
|
|
1229
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
1230
|
+
resolution: {integrity: sha512-/ABshyj8gCpyIrNXnHn4LorDJ0HHm1VhXPBlxZ8zAtfVPAaSafXPGn+sUSIRiwaSBy0mmFjSjiXI5mkcwdChKQ==}
|
|
1223
1231
|
cpu: [s390x]
|
|
1224
1232
|
os: [linux]
|
|
1225
1233
|
libc: [glibc]
|
|
1226
1234
|
|
|
1227
|
-
'@img/sharp-libvips-linux-x64@1.2
|
|
1228
|
-
resolution: {integrity: sha512-
|
|
1235
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
1236
|
+
resolution: {integrity: sha512-ITPEtgffGJ0S6G9dRyw/366tJQqFRcHWPHhC+Stpg3Z8AEMrDrTr2lhdz4f/Y/HMbRh//7Z5mBzEpVdi62Oc3w==}
|
|
1229
1237
|
cpu: [x64]
|
|
1230
1238
|
os: [linux]
|
|
1231
1239
|
libc: [glibc]
|
|
1232
1240
|
|
|
1233
|
-
'@img/sharp-libvips-linuxmusl-arm64@1.2
|
|
1234
|
-
resolution: {integrity: sha512-
|
|
1241
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
1242
|
+
resolution: {integrity: sha512-zE9EdiUzUmg5mDT5a1rk5fYJ6GWPloTwWBYDS14naqHsL+EaMpDj1AWnpLgh3u0YCORv2Tt50wrcrpYqkP97Kw==}
|
|
1235
1243
|
cpu: [arm64]
|
|
1236
1244
|
os: [linux]
|
|
1237
1245
|
libc: [musl]
|
|
1238
1246
|
|
|
1239
|
-
'@img/sharp-libvips-linuxmusl-x64@1.2
|
|
1240
|
-
resolution: {integrity: sha512
|
|
1247
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
1248
|
+
resolution: {integrity: sha512-m0lrLiUt+lBYnCFr8qV/65yMR4E/c7/wf78I5eKTdkEakFAlZ9QlzEM3QIhhAwVeUhLAHLcCq7a7Vszq/oFNZQ==}
|
|
1241
1249
|
cpu: [x64]
|
|
1242
1250
|
os: [linux]
|
|
1243
1251
|
libc: [musl]
|
|
1244
1252
|
|
|
1245
|
-
'@img/sharp-linux-arm64@0.
|
|
1246
|
-
resolution: {integrity: sha512-
|
|
1247
|
-
engines: {node:
|
|
1253
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
1254
|
+
resolution: {integrity: sha512-QgKDspHPnrU+GQ55XPhGwyhC8acLVOOSyAvo1oVfFmrIXLkDNmGWzAfDZ4xK8oSA1qBQrALcHX0G5UZni/SuFQ==}
|
|
1255
|
+
engines: {node: '>=20.9.0'}
|
|
1248
1256
|
cpu: [arm64]
|
|
1249
1257
|
os: [linux]
|
|
1250
1258
|
libc: [glibc]
|
|
1251
1259
|
|
|
1252
|
-
'@img/sharp-linux-arm@0.
|
|
1253
|
-
resolution: {integrity: sha512-
|
|
1254
|
-
engines: {node:
|
|
1260
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
1261
|
+
resolution: {integrity: sha512-affVWCTLooy8TSxbDx2qkzuDeaWLNVBA+P//FNBirHsXpP2fuBhk5AuboYUnrDnzoXes8GFjpTx0SBFOCRg+FA==}
|
|
1262
|
+
engines: {node: '>=20.9.0'}
|
|
1255
1263
|
cpu: [arm]
|
|
1256
1264
|
os: [linux]
|
|
1257
1265
|
libc: [glibc]
|
|
1258
1266
|
|
|
1259
|
-
'@img/sharp-linux-ppc64@0.
|
|
1260
|
-
resolution: {integrity: sha512-
|
|
1261
|
-
engines: {node:
|
|
1267
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
1268
|
+
resolution: {integrity: sha512-sMd8rDxmpLOwv/7N44klFjOD5DUO7FLdjiXDI0hoxYaf7Ar262dQIEkosE98bps+5HPLtp/EvNqeqQtOycP/IA==}
|
|
1269
|
+
engines: {node: '>=20.9.0'}
|
|
1262
1270
|
cpu: [ppc64]
|
|
1263
1271
|
os: [linux]
|
|
1264
1272
|
libc: [glibc]
|
|
1265
1273
|
|
|
1266
|
-
'@img/sharp-linux-riscv64@0.
|
|
1267
|
-
resolution: {integrity: sha512-
|
|
1268
|
-
engines: {node:
|
|
1274
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
1275
|
+
resolution: {integrity: sha512-0Eob78yjlYPfL5vMNWAW55l3R9Y6BQS/gOfe0ZcP9mEz9ohhKSt4im1hayiknXgf8AWrFqMvJcKIdmLmEe7yeQ==}
|
|
1276
|
+
engines: {node: '>=20.9.0'}
|
|
1269
1277
|
cpu: [riscv64]
|
|
1270
1278
|
os: [linux]
|
|
1271
1279
|
libc: [glibc]
|
|
1272
1280
|
|
|
1273
|
-
'@img/sharp-linux-s390x@0.
|
|
1274
|
-
resolution: {integrity: sha512-
|
|
1275
|
-
engines: {node:
|
|
1281
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
1282
|
+
resolution: {integrity: sha512-KgAxQ0DxpNOq1rG2t5cgTgShJFGSuU7XO45cqC+1NVOuZnP6tlgZRuSYOfNupGkHID0o3cJOsw4DVeJpMovcGw==}
|
|
1283
|
+
engines: {node: '>=20.9.0'}
|
|
1276
1284
|
cpu: [s390x]
|
|
1277
1285
|
os: [linux]
|
|
1278
1286
|
libc: [glibc]
|
|
1279
1287
|
|
|
1280
|
-
'@img/sharp-linux-x64@0.
|
|
1281
|
-
resolution: {integrity: sha512-
|
|
1282
|
-
engines: {node:
|
|
1288
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
1289
|
+
resolution: {integrity: sha512-8pqvxubL2PGdhlPy6GLqzDYMUjyRmKAwKHYKixpdJYBUK7PJ0C029XdsnpFIdgRZG68fZiGdHVWcKPvtiPB4cA==}
|
|
1290
|
+
engines: {node: '>=20.9.0'}
|
|
1283
1291
|
cpu: [x64]
|
|
1284
1292
|
os: [linux]
|
|
1285
1293
|
libc: [glibc]
|
|
1286
1294
|
|
|
1287
|
-
'@img/sharp-linuxmusl-arm64@0.
|
|
1288
|
-
resolution: {integrity: sha512-
|
|
1289
|
-
engines: {node:
|
|
1295
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
1296
|
+
resolution: {integrity: sha512-Vz0iQjzzcSX3HCbfwFfCSG/9SCIqyO0mH2sXyiHaAYfBk0cRsCWXRyQYX0ovCK/PAQBbTzQ0dsPQHh5MAFL59w==}
|
|
1297
|
+
engines: {node: '>=20.9.0'}
|
|
1290
1298
|
cpu: [arm64]
|
|
1291
1299
|
os: [linux]
|
|
1292
1300
|
libc: [musl]
|
|
1293
1301
|
|
|
1294
|
-
'@img/sharp-linuxmusl-x64@0.
|
|
1295
|
-
resolution: {integrity: sha512-
|
|
1296
|
-
engines: {node:
|
|
1302
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
1303
|
+
resolution: {integrity: sha512-6O1NPKcDVj9QEdg7Hx549EX8U0rp6yXQERqru6yRN7fGBn32UvIRJUlWnk+8xDCiG76hXVBbX82NZ/ZKr0euIg==}
|
|
1304
|
+
engines: {node: '>=20.9.0'}
|
|
1297
1305
|
cpu: [x64]
|
|
1298
1306
|
os: [linux]
|
|
1299
1307
|
libc: [musl]
|
|
1300
1308
|
|
|
1301
|
-
'@img/sharp-wasm32@0.
|
|
1302
|
-
resolution: {integrity: sha512-
|
|
1303
|
-
engines: {node:
|
|
1309
|
+
'@img/sharp-wasm32@0.35.3':
|
|
1310
|
+
resolution: {integrity: sha512-cZ0XkcYGpHZkqW6iCkqTcmUC0CD9DhD5d/qeZlZkfRBn6GnHniZXLUo5+9xw8Iv76YE6LQFN9YNBlKREcCG76w==}
|
|
1311
|
+
engines: {node: '>=20.9.0'}
|
|
1312
|
+
|
|
1313
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
1314
|
+
resolution: {integrity: sha512-2rnq7bX3NzeR2T4YWgz8qiG4h3TSdMe+vN1iQXpJleSJ3SM5zQ8Fy2SyyXAWlbxpEZ2Y+Z4u1BePgJEYbSy80Q==}
|
|
1315
|
+
engines: {node: '>=20.9.0'}
|
|
1304
1316
|
cpu: [wasm32]
|
|
1305
1317
|
|
|
1306
|
-
'@img/sharp-win32-arm64@0.
|
|
1307
|
-
resolution: {integrity: sha512-
|
|
1308
|
-
engines: {node:
|
|
1318
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
1319
|
+
resolution: {integrity: sha512-4bPwFdMbeC4JQ8L8LOyWp6nsHcboP5fxkp6iPOXz2Vg49R42TuMs2whkJ5OAP4/Ul035qOzy0AecOF9VOscn4w==}
|
|
1320
|
+
engines: {node: '>=20.9.0'}
|
|
1309
1321
|
cpu: [arm64]
|
|
1310
1322
|
os: [win32]
|
|
1311
1323
|
|
|
1312
|
-
'@img/sharp-win32-ia32@0.
|
|
1313
|
-
resolution: {integrity: sha512-
|
|
1314
|
-
engines: {node: ^
|
|
1324
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
1325
|
+
resolution: {integrity: sha512-r53mXsBN6lFUDiST764SvgwUdHAqM4rPAiDzAmf4fLoB6X/rkfyTrLCg6+g17wJJiCmB3JYgHuUldCWUIRFSXw==}
|
|
1326
|
+
engines: {node: ^20.9.0}
|
|
1315
1327
|
cpu: [ia32]
|
|
1316
1328
|
os: [win32]
|
|
1317
1329
|
|
|
1318
|
-
'@img/sharp-win32-x64@0.
|
|
1319
|
-
resolution: {integrity: sha512
|
|
1320
|
-
engines: {node:
|
|
1330
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
1331
|
+
resolution: {integrity: sha512-D4y1vNeZrIIJCN+uHaWVtH86B+aCrdMYYjicy9pXHvbGZeGYLLSd3wdVuC37FxVXlU1ARsk84eKWfWMXGYEqvA==}
|
|
1332
|
+
engines: {node: '>=20.9.0'}
|
|
1321
1333
|
cpu: [x64]
|
|
1322
1334
|
os: [win32]
|
|
1323
1335
|
|
|
@@ -1419,60 +1431,60 @@ packages:
|
|
|
1419
1431
|
'@napi-rs/wasm-runtime@0.2.12':
|
|
1420
1432
|
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
|
1421
1433
|
|
|
1422
|
-
'@next/env@16.
|
|
1423
|
-
resolution: {integrity: sha512-
|
|
1434
|
+
'@next/env@16.3.3':
|
|
1435
|
+
resolution: {integrity: sha512-U2eYQRwXj+dsqxV79zFqExDdatnNY/ZWc2nsJU1p/OgT7fd3dXwlF6OjYaFQCfMoeTA19PWq+wVmYgimVA+V+g==}
|
|
1424
1436
|
|
|
1425
|
-
'@next/eslint-plugin-next@16.
|
|
1426
|
-
resolution: {integrity: sha512-
|
|
1437
|
+
'@next/eslint-plugin-next@16.3.3':
|
|
1438
|
+
resolution: {integrity: sha512-pbEh30vvjKpDoTAmo1v3q2uM4JUi8QaEBpbmjWvGfoec2jLghy/WNtvzAT0bk+Ik9oz6etjt4YjXEk4BQnicCw==}
|
|
1427
1439
|
|
|
1428
|
-
'@next/swc-darwin-arm64@16.
|
|
1429
|
-
resolution: {integrity: sha512-
|
|
1440
|
+
'@next/swc-darwin-arm64@16.3.3':
|
|
1441
|
+
resolution: {integrity: sha512-8Hiv32QJPwdV6KYJ8meR9SBA061tQqnIKTJDocvOXlEQqib0xMFpzArosuffFUUc0sslbh7QQ8a3Yey1QV8EIw==}
|
|
1430
1442
|
engines: {node: '>= 10'}
|
|
1431
1443
|
cpu: [arm64]
|
|
1432
1444
|
os: [darwin]
|
|
1433
1445
|
|
|
1434
|
-
'@next/swc-darwin-x64@16.
|
|
1435
|
-
resolution: {integrity: sha512-
|
|
1446
|
+
'@next/swc-darwin-x64@16.3.3':
|
|
1447
|
+
resolution: {integrity: sha512-A1lgKgwVchRYmSe467zdwhxT9040dd8lH+o65sL5Jet8fjB4kegw/rDyPIpYVRb6jAqwXFOJpjIXJLxQKLiE3A==}
|
|
1436
1448
|
engines: {node: '>= 10'}
|
|
1437
1449
|
cpu: [x64]
|
|
1438
1450
|
os: [darwin]
|
|
1439
1451
|
|
|
1440
|
-
'@next/swc-linux-arm64-gnu@16.
|
|
1441
|
-
resolution: {integrity: sha512
|
|
1452
|
+
'@next/swc-linux-arm64-gnu@16.3.3':
|
|
1453
|
+
resolution: {integrity: sha512-bf0FIssMFueU2dm7vQEWWxk0c8UjKTdW0yzuh0sQsD8pf1+KCLDdaqhYZNMYGmXwEOiHAUzgBKudovIlcvvBjg==}
|
|
1442
1454
|
engines: {node: '>= 10'}
|
|
1443
1455
|
cpu: [arm64]
|
|
1444
1456
|
os: [linux]
|
|
1445
1457
|
libc: [glibc]
|
|
1446
1458
|
|
|
1447
|
-
'@next/swc-linux-arm64-musl@16.
|
|
1448
|
-
resolution: {integrity: sha512-
|
|
1459
|
+
'@next/swc-linux-arm64-musl@16.3.3':
|
|
1460
|
+
resolution: {integrity: sha512-W7viwCk9JY/cAkdz/A273rd5bb3RgT/IHwR7Upv90tunjBWNtAAhGhoecHh+teRNRSinuAFmE+l7fwZ4YKkrXg==}
|
|
1449
1461
|
engines: {node: '>= 10'}
|
|
1450
1462
|
cpu: [arm64]
|
|
1451
1463
|
os: [linux]
|
|
1452
1464
|
libc: [musl]
|
|
1453
1465
|
|
|
1454
|
-
'@next/swc-linux-x64-gnu@16.
|
|
1455
|
-
resolution: {integrity: sha512-
|
|
1466
|
+
'@next/swc-linux-x64-gnu@16.3.3':
|
|
1467
|
+
resolution: {integrity: sha512-0W46zw1N3ODpI6n0GeivHvvob1pooozgZVqy65k0mh4/7vr+FbY9+WpHzNVXjHipJf/A3FDheBG19H1s5A25rA==}
|
|
1456
1468
|
engines: {node: '>= 10'}
|
|
1457
1469
|
cpu: [x64]
|
|
1458
1470
|
os: [linux]
|
|
1459
1471
|
libc: [glibc]
|
|
1460
1472
|
|
|
1461
|
-
'@next/swc-linux-x64-musl@16.
|
|
1462
|
-
resolution: {integrity: sha512-
|
|
1473
|
+
'@next/swc-linux-x64-musl@16.3.3':
|
|
1474
|
+
resolution: {integrity: sha512-H4mBso8ZTMBPtdT0PN0pBx2ayTvQuTuvS6qT13d77yVFJXAPCxkyIhLTmdMaGTJs0krQYI/qpzdHijCeihXhbg==}
|
|
1463
1475
|
engines: {node: '>= 10'}
|
|
1464
1476
|
cpu: [x64]
|
|
1465
1477
|
os: [linux]
|
|
1466
1478
|
libc: [musl]
|
|
1467
1479
|
|
|
1468
|
-
'@next/swc-win32-arm64-msvc@16.
|
|
1469
|
-
resolution: {integrity: sha512-
|
|
1480
|
+
'@next/swc-win32-arm64-msvc@16.3.3':
|
|
1481
|
+
resolution: {integrity: sha512-cTMUJpcEGmeywofCUfhR+rSsoE33+rVPnPEYNTNdLNlsOeEg/vktOsKUSTb28vUGqD2jkm4Zaskcwn7OCI6FQg==}
|
|
1470
1482
|
engines: {node: '>= 10'}
|
|
1471
1483
|
cpu: [arm64]
|
|
1472
1484
|
os: [win32]
|
|
1473
1485
|
|
|
1474
|
-
'@next/swc-win32-x64-msvc@16.
|
|
1475
|
-
resolution: {integrity: sha512-
|
|
1486
|
+
'@next/swc-win32-x64-msvc@16.3.3':
|
|
1487
|
+
resolution: {integrity: sha512-2VR4cTBzHXaBjnGsuH6GyJjENzQOmHeAh11uY1iUhjm3j5dEUrVJuUj+VL78jaGi/Dik8xS76zEj18BsFhlVZQ==}
|
|
1476
1488
|
engines: {node: '>= 10'}
|
|
1477
1489
|
cpu: [x64]
|
|
1478
1490
|
os: [win32]
|
|
@@ -2568,8 +2580,8 @@ packages:
|
|
|
2568
2580
|
resolution: {integrity: sha512-Fukw1cUTQ6xdLiHDJhKKPu6svEPaCEDvThqCne3OaQyZvuq2qjhJAd91kJu3PXLG18aooCgYBaB6qQz35hhABg==}
|
|
2569
2581
|
engines: {node: '>=20.0.0'}
|
|
2570
2582
|
|
|
2571
|
-
'@swc/helpers@0.5.
|
|
2572
|
-
resolution: {integrity: sha512-
|
|
2583
|
+
'@swc/helpers@0.5.23':
|
|
2584
|
+
resolution: {integrity: sha512-5lSsMOTXURePglDfvuAQUqkGek9Hg2kksOYay2m0+XR++b2NWYL/4sWyuvVBIs8oKnJaxkdi9whaL/sqN13afw==}
|
|
2573
2585
|
|
|
2574
2586
|
'@tailwindcss/node@4.1.18':
|
|
2575
2587
|
resolution: {integrity: sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ==}
|
|
@@ -3146,6 +3158,11 @@ packages:
|
|
|
3146
3158
|
base64-js@1.5.1:
|
|
3147
3159
|
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
|
|
3148
3160
|
|
|
3161
|
+
baseline-browser-mapping@2.11.19:
|
|
3162
|
+
resolution: {integrity: sha512-Grytf1xOxOEMTGRwx6rLGKkTabd4vMg3VrKdj/7joCmV0qgh4QwMMO6xh34YEXQqirAuUdgQGa5orJQQ+69RBw==}
|
|
3163
|
+
engines: {node: '>=6.0.0'}
|
|
3164
|
+
hasBin: true
|
|
3165
|
+
|
|
3149
3166
|
baseline-browser-mapping@2.9.18:
|
|
3150
3167
|
resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
|
|
3151
3168
|
hasBin: true
|
|
@@ -3789,8 +3806,8 @@ packages:
|
|
|
3789
3806
|
resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
|
|
3790
3807
|
engines: {node: '>=10'}
|
|
3791
3808
|
|
|
3792
|
-
eslint-config-next@16.
|
|
3793
|
-
resolution: {integrity: sha512-
|
|
3809
|
+
eslint-config-next@16.3.3:
|
|
3810
|
+
resolution: {integrity: sha512-teqtsR26tnlfXFHfVLTM/4tzEzU8DMu6GS1sddZzhfGzgd2f2ofbgDUcsk6cssSCzX6Tk6fmWifJcdANSdPJrw==}
|
|
3794
3811
|
peerDependencies:
|
|
3795
3812
|
eslint: '>=9.0.0'
|
|
3796
3813
|
typescript: '>=3.3.1'
|
|
@@ -4916,6 +4933,11 @@ packages:
|
|
|
4916
4933
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
4917
4934
|
hasBin: true
|
|
4918
4935
|
|
|
4936
|
+
nanoid@3.3.18:
|
|
4937
|
+
resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==}
|
|
4938
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
4939
|
+
hasBin: true
|
|
4940
|
+
|
|
4919
4941
|
napi-postinstall@0.3.4:
|
|
4920
4942
|
resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==}
|
|
4921
4943
|
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
|
|
@@ -4937,8 +4959,8 @@ packages:
|
|
|
4937
4959
|
react: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
4938
4960
|
react-dom: ^16.8 || ^17 || ^18 || ^19 || ^19.0.0-rc
|
|
4939
4961
|
|
|
4940
|
-
next@16.
|
|
4941
|
-
resolution: {integrity: sha512-
|
|
4962
|
+
next@16.3.3:
|
|
4963
|
+
resolution: {integrity: sha512-tuRTx1nQ/yVw83cwJBo9F+njGUgMn3UHQycreWHB8XsStvvAh1AthbI8/4IpKnFaF58F+iSiHejYOlMQ/eq83g==}
|
|
4942
4964
|
engines: {node: '>=20.9.0'}
|
|
4943
4965
|
hasBin: true
|
|
4944
4966
|
peerDependencies:
|
|
@@ -5263,8 +5285,8 @@ packages:
|
|
|
5263
5285
|
postcss-value-parser@4.2.0:
|
|
5264
5286
|
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
|
|
5265
5287
|
|
|
5266
|
-
postcss@8.
|
|
5267
|
-
resolution: {integrity: sha512-
|
|
5288
|
+
postcss@8.5.23:
|
|
5289
|
+
resolution: {integrity: sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==}
|
|
5268
5290
|
engines: {node: ^10 || ^12 || >=14}
|
|
5269
5291
|
|
|
5270
5292
|
postcss@8.5.6:
|
|
@@ -5564,6 +5586,11 @@ packages:
|
|
|
5564
5586
|
engines: {node: '>=10'}
|
|
5565
5587
|
hasBin: true
|
|
5566
5588
|
|
|
5589
|
+
semver@7.8.5:
|
|
5590
|
+
resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
|
|
5591
|
+
engines: {node: '>=10'}
|
|
5592
|
+
hasBin: true
|
|
5593
|
+
|
|
5567
5594
|
send@1.2.1:
|
|
5568
5595
|
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
5569
5596
|
engines: {node: '>= 18'}
|
|
@@ -5594,9 +5621,14 @@ packages:
|
|
|
5594
5621
|
resolution: {integrity: sha512-zOXNAIFclguSYmmoibyXyKiYA6qjEJtXDSvloAMziSREW9Q0R/dLqBUYdb81lOejmZkDYuZApGabbMLH7G8qvQ==}
|
|
5595
5622
|
hasBin: true
|
|
5596
5623
|
|
|
5597
|
-
sharp@0.
|
|
5598
|
-
resolution: {integrity: sha512-
|
|
5599
|
-
engines: {node:
|
|
5624
|
+
sharp@0.35.3:
|
|
5625
|
+
resolution: {integrity: sha512-ej0zVHuZGHCiABXcNxeYhpRnPNPAcvbG8RMdBAhDAxLKkCRVSpK3Iyu7qbqw3JMzoj0REeM6f3tJLtVwl0023Q==}
|
|
5626
|
+
engines: {node: '>=20.9.0'}
|
|
5627
|
+
peerDependencies:
|
|
5628
|
+
'@types/node': '*'
|
|
5629
|
+
peerDependenciesMeta:
|
|
5630
|
+
'@types/node':
|
|
5631
|
+
optional: true
|
|
5600
5632
|
|
|
5601
5633
|
shebang-command@2.0.0:
|
|
5602
5634
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
@@ -7034,6 +7066,11 @@ snapshots:
|
|
|
7034
7066
|
tslib: 2.8.1
|
|
7035
7067
|
optional: true
|
|
7036
7068
|
|
|
7069
|
+
'@emnapi/runtime@1.11.3':
|
|
7070
|
+
dependencies:
|
|
7071
|
+
tslib: 2.8.1
|
|
7072
|
+
optional: true
|
|
7073
|
+
|
|
7037
7074
|
'@emnapi/runtime@1.8.1':
|
|
7038
7075
|
dependencies:
|
|
7039
7076
|
tslib: 2.8.1
|
|
@@ -7359,101 +7396,111 @@ snapshots:
|
|
|
7359
7396
|
|
|
7360
7397
|
'@humanwhocodes/retry@0.4.3': {}
|
|
7361
7398
|
|
|
7362
|
-
'@img/colour@1.
|
|
7399
|
+
'@img/colour@1.1.0':
|
|
7363
7400
|
optional: true
|
|
7364
7401
|
|
|
7365
|
-
'@img/sharp-darwin-arm64@0.
|
|
7402
|
+
'@img/sharp-darwin-arm64@0.35.3':
|
|
7366
7403
|
optionalDependencies:
|
|
7367
|
-
'@img/sharp-libvips-darwin-arm64': 1.2
|
|
7404
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
7368
7405
|
optional: true
|
|
7369
7406
|
|
|
7370
|
-
'@img/sharp-darwin-x64@0.
|
|
7407
|
+
'@img/sharp-darwin-x64@0.35.3':
|
|
7371
7408
|
optionalDependencies:
|
|
7372
|
-
'@img/sharp-libvips-darwin-x64': 1.2
|
|
7409
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
7410
|
+
optional: true
|
|
7411
|
+
|
|
7412
|
+
'@img/sharp-freebsd-wasm32@0.35.3':
|
|
7413
|
+
dependencies:
|
|
7414
|
+
'@img/sharp-wasm32': 0.35.3
|
|
7373
7415
|
optional: true
|
|
7374
7416
|
|
|
7375
|
-
'@img/sharp-libvips-darwin-arm64@1.2
|
|
7417
|
+
'@img/sharp-libvips-darwin-arm64@1.3.2':
|
|
7376
7418
|
optional: true
|
|
7377
7419
|
|
|
7378
|
-
'@img/sharp-libvips-darwin-x64@1.2
|
|
7420
|
+
'@img/sharp-libvips-darwin-x64@1.3.2':
|
|
7379
7421
|
optional: true
|
|
7380
7422
|
|
|
7381
|
-
'@img/sharp-libvips-linux-arm64@1.2
|
|
7423
|
+
'@img/sharp-libvips-linux-arm64@1.3.2':
|
|
7382
7424
|
optional: true
|
|
7383
7425
|
|
|
7384
|
-
'@img/sharp-libvips-linux-arm@1.2
|
|
7426
|
+
'@img/sharp-libvips-linux-arm@1.3.2':
|
|
7385
7427
|
optional: true
|
|
7386
7428
|
|
|
7387
|
-
'@img/sharp-libvips-linux-ppc64@1.2
|
|
7429
|
+
'@img/sharp-libvips-linux-ppc64@1.3.2':
|
|
7388
7430
|
optional: true
|
|
7389
7431
|
|
|
7390
|
-
'@img/sharp-libvips-linux-riscv64@1.2
|
|
7432
|
+
'@img/sharp-libvips-linux-riscv64@1.3.2':
|
|
7391
7433
|
optional: true
|
|
7392
7434
|
|
|
7393
|
-
'@img/sharp-libvips-linux-s390x@1.2
|
|
7435
|
+
'@img/sharp-libvips-linux-s390x@1.3.2':
|
|
7394
7436
|
optional: true
|
|
7395
7437
|
|
|
7396
|
-
'@img/sharp-libvips-linux-x64@1.2
|
|
7438
|
+
'@img/sharp-libvips-linux-x64@1.3.2':
|
|
7397
7439
|
optional: true
|
|
7398
7440
|
|
|
7399
|
-
'@img/sharp-libvips-linuxmusl-arm64@1.2
|
|
7441
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.3.2':
|
|
7400
7442
|
optional: true
|
|
7401
7443
|
|
|
7402
|
-
'@img/sharp-libvips-linuxmusl-x64@1.2
|
|
7444
|
+
'@img/sharp-libvips-linuxmusl-x64@1.3.2':
|
|
7403
7445
|
optional: true
|
|
7404
7446
|
|
|
7405
|
-
'@img/sharp-linux-arm64@0.
|
|
7447
|
+
'@img/sharp-linux-arm64@0.35.3':
|
|
7406
7448
|
optionalDependencies:
|
|
7407
|
-
'@img/sharp-libvips-linux-arm64': 1.2
|
|
7449
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
7408
7450
|
optional: true
|
|
7409
7451
|
|
|
7410
|
-
'@img/sharp-linux-arm@0.
|
|
7452
|
+
'@img/sharp-linux-arm@0.35.3':
|
|
7411
7453
|
optionalDependencies:
|
|
7412
|
-
'@img/sharp-libvips-linux-arm': 1.2
|
|
7454
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
7413
7455
|
optional: true
|
|
7414
7456
|
|
|
7415
|
-
'@img/sharp-linux-ppc64@0.
|
|
7457
|
+
'@img/sharp-linux-ppc64@0.35.3':
|
|
7416
7458
|
optionalDependencies:
|
|
7417
|
-
'@img/sharp-libvips-linux-ppc64': 1.2
|
|
7459
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
7418
7460
|
optional: true
|
|
7419
7461
|
|
|
7420
|
-
'@img/sharp-linux-riscv64@0.
|
|
7462
|
+
'@img/sharp-linux-riscv64@0.35.3':
|
|
7421
7463
|
optionalDependencies:
|
|
7422
|
-
'@img/sharp-libvips-linux-riscv64': 1.2
|
|
7464
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
7423
7465
|
optional: true
|
|
7424
7466
|
|
|
7425
|
-
'@img/sharp-linux-s390x@0.
|
|
7467
|
+
'@img/sharp-linux-s390x@0.35.3':
|
|
7426
7468
|
optionalDependencies:
|
|
7427
|
-
'@img/sharp-libvips-linux-s390x': 1.2
|
|
7469
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
7428
7470
|
optional: true
|
|
7429
7471
|
|
|
7430
|
-
'@img/sharp-linux-x64@0.
|
|
7472
|
+
'@img/sharp-linux-x64@0.35.3':
|
|
7431
7473
|
optionalDependencies:
|
|
7432
|
-
'@img/sharp-libvips-linux-x64': 1.2
|
|
7474
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
7433
7475
|
optional: true
|
|
7434
7476
|
|
|
7435
|
-
'@img/sharp-linuxmusl-arm64@0.
|
|
7477
|
+
'@img/sharp-linuxmusl-arm64@0.35.3':
|
|
7436
7478
|
optionalDependencies:
|
|
7437
|
-
'@img/sharp-libvips-linuxmusl-arm64': 1.2
|
|
7479
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
7438
7480
|
optional: true
|
|
7439
7481
|
|
|
7440
|
-
'@img/sharp-linuxmusl-x64@0.
|
|
7482
|
+
'@img/sharp-linuxmusl-x64@0.35.3':
|
|
7441
7483
|
optionalDependencies:
|
|
7442
|
-
'@img/sharp-libvips-linuxmusl-x64': 1.2
|
|
7484
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
7443
7485
|
optional: true
|
|
7444
7486
|
|
|
7445
|
-
'@img/sharp-wasm32@0.
|
|
7487
|
+
'@img/sharp-wasm32@0.35.3':
|
|
7446
7488
|
dependencies:
|
|
7447
|
-
'@emnapi/runtime': 1.
|
|
7489
|
+
'@emnapi/runtime': 1.11.3
|
|
7490
|
+
optional: true
|
|
7491
|
+
|
|
7492
|
+
'@img/sharp-webcontainers-wasm32@0.35.3':
|
|
7493
|
+
dependencies:
|
|
7494
|
+
'@img/sharp-wasm32': 0.35.3
|
|
7448
7495
|
optional: true
|
|
7449
7496
|
|
|
7450
|
-
'@img/sharp-win32-arm64@0.
|
|
7497
|
+
'@img/sharp-win32-arm64@0.35.3':
|
|
7451
7498
|
optional: true
|
|
7452
7499
|
|
|
7453
|
-
'@img/sharp-win32-ia32@0.
|
|
7500
|
+
'@img/sharp-win32-ia32@0.35.3':
|
|
7454
7501
|
optional: true
|
|
7455
7502
|
|
|
7456
|
-
'@img/sharp-win32-x64@0.
|
|
7503
|
+
'@img/sharp-win32-x64@0.35.3':
|
|
7457
7504
|
optional: true
|
|
7458
7505
|
|
|
7459
7506
|
'@inquirer/ansi@1.0.2': {}
|
|
@@ -7589,34 +7636,37 @@ snapshots:
|
|
|
7589
7636
|
'@tybys/wasm-util': 0.10.1
|
|
7590
7637
|
optional: true
|
|
7591
7638
|
|
|
7592
|
-
'@next/env@16.
|
|
7639
|
+
'@next/env@16.3.3': {}
|
|
7593
7640
|
|
|
7594
|
-
'@next/eslint-plugin-next@16.
|
|
7641
|
+
'@next/eslint-plugin-next@16.3.3(eslint@9.39.2(jiti@2.6.1))':
|
|
7595
7642
|
dependencies:
|
|
7643
|
+
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
|
|
7596
7644
|
fast-glob: 3.3.1
|
|
7645
|
+
transitivePeerDependencies:
|
|
7646
|
+
- eslint
|
|
7597
7647
|
|
|
7598
|
-
'@next/swc-darwin-arm64@16.
|
|
7648
|
+
'@next/swc-darwin-arm64@16.3.3':
|
|
7599
7649
|
optional: true
|
|
7600
7650
|
|
|
7601
|
-
'@next/swc-darwin-x64@16.
|
|
7651
|
+
'@next/swc-darwin-x64@16.3.3':
|
|
7602
7652
|
optional: true
|
|
7603
7653
|
|
|
7604
|
-
'@next/swc-linux-arm64-gnu@16.
|
|
7654
|
+
'@next/swc-linux-arm64-gnu@16.3.3':
|
|
7605
7655
|
optional: true
|
|
7606
7656
|
|
|
7607
|
-
'@next/swc-linux-arm64-musl@16.
|
|
7657
|
+
'@next/swc-linux-arm64-musl@16.3.3':
|
|
7608
7658
|
optional: true
|
|
7609
7659
|
|
|
7610
|
-
'@next/swc-linux-x64-gnu@16.
|
|
7660
|
+
'@next/swc-linux-x64-gnu@16.3.3':
|
|
7611
7661
|
optional: true
|
|
7612
7662
|
|
|
7613
|
-
'@next/swc-linux-x64-musl@16.
|
|
7663
|
+
'@next/swc-linux-x64-musl@16.3.3':
|
|
7614
7664
|
optional: true
|
|
7615
7665
|
|
|
7616
|
-
'@next/swc-win32-arm64-msvc@16.
|
|
7666
|
+
'@next/swc-win32-arm64-msvc@16.3.3':
|
|
7617
7667
|
optional: true
|
|
7618
7668
|
|
|
7619
|
-
'@next/swc-win32-x64-msvc@16.
|
|
7669
|
+
'@next/swc-win32-x64-msvc@16.3.3':
|
|
7620
7670
|
optional: true
|
|
7621
7671
|
|
|
7622
7672
|
'@noble/ciphers@1.3.0': {}
|
|
@@ -8836,7 +8886,7 @@ snapshots:
|
|
|
8836
8886
|
- bufferutil
|
|
8837
8887
|
- utf-8-validate
|
|
8838
8888
|
|
|
8839
|
-
'@swc/helpers@0.5.
|
|
8889
|
+
'@swc/helpers@0.5.23':
|
|
8840
8890
|
dependencies:
|
|
8841
8891
|
tslib: 2.8.1
|
|
8842
8892
|
|
|
@@ -9410,6 +9460,8 @@ snapshots:
|
|
|
9410
9460
|
|
|
9411
9461
|
base64-js@1.5.1: {}
|
|
9412
9462
|
|
|
9463
|
+
baseline-browser-mapping@2.11.19: {}
|
|
9464
|
+
|
|
9413
9465
|
baseline-browser-mapping@2.9.18: {}
|
|
9414
9466
|
|
|
9415
9467
|
binary-extensions@2.3.0: {}
|
|
@@ -10071,9 +10123,9 @@ snapshots:
|
|
|
10071
10123
|
|
|
10072
10124
|
escape-string-regexp@4.0.0: {}
|
|
10073
10125
|
|
|
10074
|
-
eslint-config-next@16.
|
|
10126
|
+
eslint-config-next@16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
|
|
10075
10127
|
dependencies:
|
|
10076
|
-
'@next/eslint-plugin-next': 16.
|
|
10128
|
+
'@next/eslint-plugin-next': 16.3.3(eslint@9.39.2(jiti@2.6.1))
|
|
10077
10129
|
eslint: 9.39.2(jiti@2.6.1)
|
|
10078
10130
|
eslint-import-resolver-node: 0.3.9
|
|
10079
10131
|
eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1))
|
|
@@ -10114,7 +10166,7 @@ snapshots:
|
|
|
10114
10166
|
transitivePeerDependencies:
|
|
10115
10167
|
- supports-color
|
|
10116
10168
|
|
|
10117
|
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)):
|
|
10169
|
+
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)):
|
|
10118
10170
|
dependencies:
|
|
10119
10171
|
debug: 3.2.7
|
|
10120
10172
|
optionalDependencies:
|
|
@@ -10136,7 +10188,7 @@ snapshots:
|
|
|
10136
10188
|
doctrine: 2.1.0
|
|
10137
10189
|
eslint: 9.39.2(jiti@2.6.1)
|
|
10138
10190
|
eslint-import-resolver-node: 0.3.9
|
|
10139
|
-
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1))
|
|
10191
|
+
eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))
|
|
10140
10192
|
hasown: 2.0.2
|
|
10141
10193
|
is-core-module: 2.16.1
|
|
10142
10194
|
is-glob: 4.0.3
|
|
@@ -11224,6 +11276,8 @@ snapshots:
|
|
|
11224
11276
|
|
|
11225
11277
|
nanoid@3.3.11: {}
|
|
11226
11278
|
|
|
11279
|
+
nanoid@3.3.18: {}
|
|
11280
|
+
|
|
11227
11281
|
napi-postinstall@0.3.4: {}
|
|
11228
11282
|
|
|
11229
11283
|
natural-compare@1.4.0: {}
|
|
@@ -11237,28 +11291,29 @@ snapshots:
|
|
|
11237
11291
|
react: 19.2.3
|
|
11238
11292
|
react-dom: 19.2.3(react@19.2.3)
|
|
11239
11293
|
|
|
11240
|
-
next@16.
|
|
11294
|
+
next@16.3.3(@babel/core@7.28.6)(@types/node@20.19.30)(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
|
|
11241
11295
|
dependencies:
|
|
11242
|
-
'@next/env': 16.
|
|
11243
|
-
'@swc/helpers': 0.5.
|
|
11244
|
-
baseline-browser-mapping: 2.
|
|
11296
|
+
'@next/env': 16.3.3
|
|
11297
|
+
'@swc/helpers': 0.5.23
|
|
11298
|
+
baseline-browser-mapping: 2.11.19
|
|
11245
11299
|
caniuse-lite: 1.0.30001766
|
|
11246
|
-
postcss: 8.
|
|
11300
|
+
postcss: 8.5.23
|
|
11247
11301
|
react: 19.2.3
|
|
11248
11302
|
react-dom: 19.2.3(react@19.2.3)
|
|
11249
11303
|
styled-jsx: 5.1.6(@babel/core@7.28.6)(react@19.2.3)
|
|
11250
11304
|
optionalDependencies:
|
|
11251
|
-
'@next/swc-darwin-arm64': 16.
|
|
11252
|
-
'@next/swc-darwin-x64': 16.
|
|
11253
|
-
'@next/swc-linux-arm64-gnu': 16.
|
|
11254
|
-
'@next/swc-linux-arm64-musl': 16.
|
|
11255
|
-
'@next/swc-linux-x64-gnu': 16.
|
|
11256
|
-
'@next/swc-linux-x64-musl': 16.
|
|
11257
|
-
'@next/swc-win32-arm64-msvc': 16.
|
|
11258
|
-
'@next/swc-win32-x64-msvc': 16.
|
|
11259
|
-
sharp: 0.
|
|
11305
|
+
'@next/swc-darwin-arm64': 16.3.3
|
|
11306
|
+
'@next/swc-darwin-x64': 16.3.3
|
|
11307
|
+
'@next/swc-linux-arm64-gnu': 16.3.3
|
|
11308
|
+
'@next/swc-linux-arm64-musl': 16.3.3
|
|
11309
|
+
'@next/swc-linux-x64-gnu': 16.3.3
|
|
11310
|
+
'@next/swc-linux-x64-musl': 16.3.3
|
|
11311
|
+
'@next/swc-win32-arm64-msvc': 16.3.3
|
|
11312
|
+
'@next/swc-win32-x64-msvc': 16.3.3
|
|
11313
|
+
sharp: 0.35.3(@types/node@20.19.30)
|
|
11260
11314
|
transitivePeerDependencies:
|
|
11261
11315
|
- '@babel/core'
|
|
11316
|
+
- '@types/node'
|
|
11262
11317
|
- babel-plugin-macros
|
|
11263
11318
|
|
|
11264
11319
|
node-domexception@1.0.0: {}
|
|
@@ -11522,13 +11577,14 @@ snapshots:
|
|
|
11522
11577
|
|
|
11523
11578
|
possible-typed-array-names@1.1.0: {}
|
|
11524
11579
|
|
|
11525
|
-
postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0):
|
|
11580
|
+
postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2):
|
|
11526
11581
|
dependencies:
|
|
11527
11582
|
lilconfig: 3.1.3
|
|
11528
11583
|
optionalDependencies:
|
|
11529
11584
|
jiti: 2.6.1
|
|
11530
11585
|
postcss: 8.5.6
|
|
11531
11586
|
tsx: 4.21.0
|
|
11587
|
+
yaml: 1.10.2
|
|
11532
11588
|
|
|
11533
11589
|
postcss-resolve-nested-selector@0.1.6: {}
|
|
11534
11590
|
|
|
@@ -11543,9 +11599,9 @@ snapshots:
|
|
|
11543
11599
|
|
|
11544
11600
|
postcss-value-parser@4.2.0: {}
|
|
11545
11601
|
|
|
11546
|
-
postcss@8.
|
|
11602
|
+
postcss@8.5.23:
|
|
11547
11603
|
dependencies:
|
|
11548
|
-
nanoid: 3.3.
|
|
11604
|
+
nanoid: 3.3.18
|
|
11549
11605
|
picocolors: 1.1.1
|
|
11550
11606
|
source-map-js: 1.2.1
|
|
11551
11607
|
|
|
@@ -11924,6 +11980,9 @@ snapshots:
|
|
|
11924
11980
|
|
|
11925
11981
|
semver@7.7.3: {}
|
|
11926
11982
|
|
|
11983
|
+
semver@7.8.5:
|
|
11984
|
+
optional: true
|
|
11985
|
+
|
|
11927
11986
|
send@1.2.1:
|
|
11928
11987
|
dependencies:
|
|
11929
11988
|
debug: 4.4.3
|
|
@@ -12021,36 +12080,38 @@ snapshots:
|
|
|
12021
12080
|
- supports-color
|
|
12022
12081
|
- typescript
|
|
12023
12082
|
|
|
12024
|
-
sharp@0.
|
|
12083
|
+
sharp@0.35.3(@types/node@20.19.30):
|
|
12025
12084
|
dependencies:
|
|
12026
|
-
'@img/colour': 1.
|
|
12085
|
+
'@img/colour': 1.1.0
|
|
12027
12086
|
detect-libc: 2.1.2
|
|
12028
|
-
semver: 7.
|
|
12087
|
+
semver: 7.8.5
|
|
12029
12088
|
optionalDependencies:
|
|
12030
|
-
'@img/sharp-darwin-arm64': 0.
|
|
12031
|
-
'@img/sharp-darwin-x64': 0.
|
|
12032
|
-
'@img/sharp-
|
|
12033
|
-
'@img/sharp-libvips-darwin-
|
|
12034
|
-
'@img/sharp-libvips-
|
|
12035
|
-
'@img/sharp-libvips-linux-
|
|
12036
|
-
'@img/sharp-libvips-linux-
|
|
12037
|
-
'@img/sharp-libvips-linux-
|
|
12038
|
-
'@img/sharp-libvips-linux-
|
|
12039
|
-
'@img/sharp-libvips-linux-
|
|
12040
|
-
'@img/sharp-libvips-
|
|
12041
|
-
'@img/sharp-libvips-linuxmusl-
|
|
12042
|
-
'@img/sharp-
|
|
12043
|
-
'@img/sharp-linux-
|
|
12044
|
-
'@img/sharp-linux-
|
|
12045
|
-
'@img/sharp-linux-
|
|
12046
|
-
'@img/sharp-linux-
|
|
12047
|
-
'@img/sharp-linux-
|
|
12048
|
-
'@img/sharp-
|
|
12049
|
-
'@img/sharp-linuxmusl-
|
|
12050
|
-
'@img/sharp-
|
|
12051
|
-
'@img/sharp-
|
|
12052
|
-
'@img/sharp-win32-
|
|
12053
|
-
'@img/sharp-win32-
|
|
12089
|
+
'@img/sharp-darwin-arm64': 0.35.3
|
|
12090
|
+
'@img/sharp-darwin-x64': 0.35.3
|
|
12091
|
+
'@img/sharp-freebsd-wasm32': 0.35.3
|
|
12092
|
+
'@img/sharp-libvips-darwin-arm64': 1.3.2
|
|
12093
|
+
'@img/sharp-libvips-darwin-x64': 1.3.2
|
|
12094
|
+
'@img/sharp-libvips-linux-arm': 1.3.2
|
|
12095
|
+
'@img/sharp-libvips-linux-arm64': 1.3.2
|
|
12096
|
+
'@img/sharp-libvips-linux-ppc64': 1.3.2
|
|
12097
|
+
'@img/sharp-libvips-linux-riscv64': 1.3.2
|
|
12098
|
+
'@img/sharp-libvips-linux-s390x': 1.3.2
|
|
12099
|
+
'@img/sharp-libvips-linux-x64': 1.3.2
|
|
12100
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.3.2
|
|
12101
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.3.2
|
|
12102
|
+
'@img/sharp-linux-arm': 0.35.3
|
|
12103
|
+
'@img/sharp-linux-arm64': 0.35.3
|
|
12104
|
+
'@img/sharp-linux-ppc64': 0.35.3
|
|
12105
|
+
'@img/sharp-linux-riscv64': 0.35.3
|
|
12106
|
+
'@img/sharp-linux-s390x': 0.35.3
|
|
12107
|
+
'@img/sharp-linux-x64': 0.35.3
|
|
12108
|
+
'@img/sharp-linuxmusl-arm64': 0.35.3
|
|
12109
|
+
'@img/sharp-linuxmusl-x64': 0.35.3
|
|
12110
|
+
'@img/sharp-webcontainers-wasm32': 0.35.3
|
|
12111
|
+
'@img/sharp-win32-arm64': 0.35.3
|
|
12112
|
+
'@img/sharp-win32-ia32': 0.35.3
|
|
12113
|
+
'@img/sharp-win32-x64': 0.35.3
|
|
12114
|
+
'@types/node': 20.19.30
|
|
12054
12115
|
optional: true
|
|
12055
12116
|
|
|
12056
12117
|
shebang-command@2.0.0:
|
|
@@ -12422,7 +12483,7 @@ snapshots:
|
|
|
12422
12483
|
|
|
12423
12484
|
tslib@2.8.1: {}
|
|
12424
12485
|
|
|
12425
|
-
tsup@8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3):
|
|
12486
|
+
tsup@8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@1.10.2):
|
|
12426
12487
|
dependencies:
|
|
12427
12488
|
bundle-require: 5.1.0(esbuild@0.27.3)
|
|
12428
12489
|
cac: 6.7.14
|
|
@@ -12433,7 +12494,7 @@ snapshots:
|
|
|
12433
12494
|
fix-dts-default-cjs-exports: 1.0.1
|
|
12434
12495
|
joycon: 3.1.1
|
|
12435
12496
|
picocolors: 1.1.1
|
|
12436
|
-
postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)
|
|
12497
|
+
postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2)
|
|
12437
12498
|
resolve-from: 5.0.0
|
|
12438
12499
|
rollup: 4.59.0
|
|
12439
12500
|
source-map: 0.7.6
|