@nuxt/modules 0.6.0-f50f4b → 0.6.0-f7ff48
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/modules.json +1415 -587
- package/package.json +8 -5
package/modules.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"compatibility": {
|
|
76
|
-
"nuxt": "^2.0.0 ||
|
|
76
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
77
77
|
"requires": {
|
|
78
78
|
"bridge": true
|
|
79
79
|
}
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0 ||
|
|
145
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"compatibility": {
|
|
167
|
-
"nuxt": "
|
|
167
|
+
"nuxt": ">=3.0.0",
|
|
168
168
|
"requires": {
|
|
169
169
|
"bridge": "optional"
|
|
170
170
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
181
|
"learn_more": "",
|
|
182
|
-
"category": "
|
|
182
|
+
"category": "Libraries",
|
|
183
183
|
"type": "3rd-party",
|
|
184
184
|
"maintainers": [
|
|
185
185
|
{
|
|
@@ -188,18 +188,18 @@
|
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"compatibility": {
|
|
191
|
-
"nuxt": "
|
|
191
|
+
"nuxt": ">=3.0.0",
|
|
192
192
|
"requires": {}
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"name": "api-party",
|
|
197
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
198
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
199
|
"npm": "nuxt-api-party",
|
|
200
200
|
"icon": "api-party.svg",
|
|
201
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
202
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
203
203
|
"learn_more": "",
|
|
204
204
|
"category": "Request",
|
|
205
205
|
"type": "3rd-party",
|
|
@@ -212,7 +212,29 @@
|
|
|
212
212
|
}
|
|
213
213
|
],
|
|
214
214
|
"compatibility": {
|
|
215
|
-
"nuxt": "
|
|
215
|
+
"nuxt": ">=3.0.0",
|
|
216
|
+
"requires": {}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": ">=3.0.0",
|
|
216
238
|
"requires": {}
|
|
217
239
|
}
|
|
218
240
|
},
|
|
@@ -260,7 +282,7 @@
|
|
|
260
282
|
}
|
|
261
283
|
],
|
|
262
284
|
"compatibility": {
|
|
263
|
-
"nuxt": "^2.0.0 ||
|
|
285
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
264
286
|
"requires": {}
|
|
265
287
|
}
|
|
266
288
|
},
|
|
@@ -304,7 +326,7 @@
|
|
|
304
326
|
}
|
|
305
327
|
],
|
|
306
328
|
"compatibility": {
|
|
307
|
-
"nuxt": "
|
|
329
|
+
"nuxt": ">=3.0.0",
|
|
308
330
|
"requires": {}
|
|
309
331
|
}
|
|
310
332
|
},
|
|
@@ -326,7 +348,7 @@
|
|
|
326
348
|
}
|
|
327
349
|
],
|
|
328
350
|
"compatibility": {
|
|
329
|
-
"nuxt": "
|
|
351
|
+
"nuxt": ">=3.0.0",
|
|
330
352
|
"requires": {}
|
|
331
353
|
}
|
|
332
354
|
},
|
|
@@ -349,7 +371,7 @@
|
|
|
349
371
|
}
|
|
350
372
|
],
|
|
351
373
|
"compatibility": {
|
|
352
|
-
"nuxt": "
|
|
374
|
+
"nuxt": ">=3.0.0",
|
|
353
375
|
"requires": {}
|
|
354
376
|
}
|
|
355
377
|
},
|
|
@@ -371,7 +393,7 @@
|
|
|
371
393
|
}
|
|
372
394
|
],
|
|
373
395
|
"compatibility": {
|
|
374
|
-
"nuxt": "
|
|
396
|
+
"nuxt": ">=3.0.0",
|
|
375
397
|
"requires": {}
|
|
376
398
|
}
|
|
377
399
|
},
|
|
@@ -421,7 +443,30 @@
|
|
|
421
443
|
}
|
|
422
444
|
],
|
|
423
445
|
"compatibility": {
|
|
424
|
-
"nuxt": "
|
|
446
|
+
"nuxt": ">=3.0.0",
|
|
447
|
+
"requires": {}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "authorization",
|
|
452
|
+
"description": "Manage permissions inside the app and the server.",
|
|
453
|
+
"repo": "barbapapazes/nuxt-authorization",
|
|
454
|
+
"npm": "nuxt-authorization",
|
|
455
|
+
"icon": "",
|
|
456
|
+
"github": "https://github.com/barbapapazes/nuxt-authorization",
|
|
457
|
+
"website": "https://github.com/barbapapazes/nuxt-authorization",
|
|
458
|
+
"learn_more": "https://soubiran.dev/posts/nuxt-going-full-stack-how-to-handle-authorization",
|
|
459
|
+
"category": "Security",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Estéban Soubiran",
|
|
464
|
+
"github": "barbapapazes",
|
|
465
|
+
"twitter": "soubiran_"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": ">=3.0.0",
|
|
425
470
|
"requires": {}
|
|
426
471
|
}
|
|
427
472
|
},
|
|
@@ -444,7 +489,7 @@
|
|
|
444
489
|
}
|
|
445
490
|
],
|
|
446
491
|
"compatibility": {
|
|
447
|
-
"nuxt": "
|
|
492
|
+
"nuxt": ">=3.0.0",
|
|
448
493
|
"requires": {}
|
|
449
494
|
}
|
|
450
495
|
},
|
|
@@ -589,7 +634,7 @@
|
|
|
589
634
|
}
|
|
590
635
|
],
|
|
591
636
|
"compatibility": {
|
|
592
|
-
"nuxt": "^2.0.0 ||
|
|
637
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
593
638
|
"requires": {
|
|
594
639
|
"bridge": true
|
|
595
640
|
}
|
|
@@ -658,7 +703,7 @@
|
|
|
658
703
|
}
|
|
659
704
|
],
|
|
660
705
|
"compatibility": {
|
|
661
|
-
"nuxt": "
|
|
706
|
+
"nuxt": ">=3.0.0",
|
|
662
707
|
"requires": {}
|
|
663
708
|
}
|
|
664
709
|
},
|
|
@@ -703,7 +748,7 @@
|
|
|
703
748
|
}
|
|
704
749
|
],
|
|
705
750
|
"compatibility": {
|
|
706
|
-
"nuxt": "
|
|
751
|
+
"nuxt": ">=3.0.0",
|
|
707
752
|
"requires": {}
|
|
708
753
|
}
|
|
709
754
|
},
|
|
@@ -747,7 +792,7 @@
|
|
|
747
792
|
}
|
|
748
793
|
],
|
|
749
794
|
"compatibility": {
|
|
750
|
-
"nuxt": "
|
|
795
|
+
"nuxt": ">=3.0.0",
|
|
751
796
|
"requires": {}
|
|
752
797
|
}
|
|
753
798
|
},
|
|
@@ -792,7 +837,7 @@
|
|
|
792
837
|
}
|
|
793
838
|
],
|
|
794
839
|
"compatibility": {
|
|
795
|
-
"nuxt": "
|
|
840
|
+
"nuxt": ">=3.0.0",
|
|
796
841
|
"requires": {}
|
|
797
842
|
}
|
|
798
843
|
},
|
|
@@ -863,7 +908,7 @@
|
|
|
863
908
|
}
|
|
864
909
|
],
|
|
865
910
|
"compatibility": {
|
|
866
|
-
"nuxt": "
|
|
911
|
+
"nuxt": ">=3.0.0",
|
|
867
912
|
"requires": {}
|
|
868
913
|
}
|
|
869
914
|
},
|
|
@@ -909,7 +954,7 @@
|
|
|
909
954
|
}
|
|
910
955
|
],
|
|
911
956
|
"compatibility": {
|
|
912
|
-
"nuxt": "^2.0.0 ||
|
|
957
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
913
958
|
"requires": {
|
|
914
959
|
"bridge": "optional"
|
|
915
960
|
}
|
|
@@ -980,7 +1025,7 @@
|
|
|
980
1025
|
}
|
|
981
1026
|
],
|
|
982
1027
|
"compatibility": {
|
|
983
|
-
"nuxt": "
|
|
1028
|
+
"nuxt": ">=3.0.0",
|
|
984
1029
|
"requires": {}
|
|
985
1030
|
}
|
|
986
1031
|
},
|
|
@@ -991,7 +1036,7 @@
|
|
|
991
1036
|
"npm": "@nuxt/content",
|
|
992
1037
|
"icon": "nuxt.svg",
|
|
993
1038
|
"github": "https://github.com/nuxt/content",
|
|
994
|
-
"website": "https://content.
|
|
1039
|
+
"website": "https://content.nuxt.com",
|
|
995
1040
|
"learn_more": "",
|
|
996
1041
|
"category": "CMS",
|
|
997
1042
|
"type": "official",
|
|
@@ -1013,7 +1058,7 @@
|
|
|
1013
1058
|
}
|
|
1014
1059
|
],
|
|
1015
1060
|
"compatibility": {
|
|
1016
|
-
"nuxt": "^2.0.0 ||
|
|
1061
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1017
1062
|
"requires": {}
|
|
1018
1063
|
}
|
|
1019
1064
|
},
|
|
@@ -1058,7 +1103,7 @@
|
|
|
1058
1103
|
}
|
|
1059
1104
|
],
|
|
1060
1105
|
"compatibility": {
|
|
1061
|
-
"nuxt": "
|
|
1106
|
+
"nuxt": ">=3.0.0",
|
|
1062
1107
|
"requires": {}
|
|
1063
1108
|
}
|
|
1064
1109
|
},
|
|
@@ -1081,7 +1126,7 @@
|
|
|
1081
1126
|
}
|
|
1082
1127
|
],
|
|
1083
1128
|
"compatibility": {
|
|
1084
|
-
"nuxt": "
|
|
1129
|
+
"nuxt": ">=3.0.0",
|
|
1085
1130
|
"requires": {}
|
|
1086
1131
|
}
|
|
1087
1132
|
},
|
|
@@ -1092,7 +1137,7 @@
|
|
|
1092
1137
|
"npm": "nuxt-custom-elements",
|
|
1093
1138
|
"icon": "custom-elements.png",
|
|
1094
1139
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
1095
|
-
"website": "https://nuxt-custom-elements
|
|
1140
|
+
"website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
|
|
1096
1141
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
1097
1142
|
"category": "Extensions",
|
|
1098
1143
|
"type": "3rd-party",
|
|
@@ -1197,7 +1242,7 @@
|
|
|
1197
1242
|
}
|
|
1198
1243
|
],
|
|
1199
1244
|
"compatibility": {
|
|
1200
|
-
"nuxt": "
|
|
1245
|
+
"nuxt": ">=3.0.0",
|
|
1201
1246
|
"requires": {}
|
|
1202
1247
|
}
|
|
1203
1248
|
},
|
|
@@ -1220,7 +1265,7 @@
|
|
|
1220
1265
|
}
|
|
1221
1266
|
],
|
|
1222
1267
|
"compatibility": {
|
|
1223
|
-
"nuxt": "
|
|
1268
|
+
"nuxt": ">=3.0.0",
|
|
1224
1269
|
"requires": {}
|
|
1225
1270
|
}
|
|
1226
1271
|
},
|
|
@@ -1243,7 +1288,7 @@
|
|
|
1243
1288
|
}
|
|
1244
1289
|
],
|
|
1245
1290
|
"compatibility": {
|
|
1246
|
-
"nuxt": "^2.0.0 ||
|
|
1291
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1247
1292
|
"requires": {}
|
|
1248
1293
|
}
|
|
1249
1294
|
},
|
|
@@ -1265,7 +1310,7 @@
|
|
|
1265
1310
|
}
|
|
1266
1311
|
],
|
|
1267
1312
|
"compatibility": {
|
|
1268
|
-
"nuxt": "^2.0.0 ||
|
|
1313
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1269
1314
|
"requires": {}
|
|
1270
1315
|
}
|
|
1271
1316
|
},
|
|
@@ -1276,7 +1321,7 @@
|
|
|
1276
1321
|
"npm": "@nuxt/devtools",
|
|
1277
1322
|
"icon": "nuxt.svg",
|
|
1278
1323
|
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
-
"website": "https://devtools.
|
|
1324
|
+
"website": "https://devtools.nuxt.com",
|
|
1280
1325
|
"learn_more": "",
|
|
1281
1326
|
"category": "Devtools",
|
|
1282
1327
|
"type": "official",
|
|
@@ -1288,7 +1333,7 @@
|
|
|
1288
1333
|
}
|
|
1289
1334
|
],
|
|
1290
1335
|
"compatibility": {
|
|
1291
|
-
"nuxt": "
|
|
1336
|
+
"nuxt": ">=3.0.0",
|
|
1292
1337
|
"requires": {}
|
|
1293
1338
|
}
|
|
1294
1339
|
},
|
|
@@ -1299,8 +1344,8 @@
|
|
|
1299
1344
|
"npm": "nuxt-directus",
|
|
1300
1345
|
"icon": "directus.svg",
|
|
1301
1346
|
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
-
"website": "https://nuxt-directus.
|
|
1303
|
-
"learn_more": "https://
|
|
1347
|
+
"website": "https://nuxt-directus.de/",
|
|
1348
|
+
"learn_more": "https://directus.io/",
|
|
1304
1349
|
"category": "CMS",
|
|
1305
1350
|
"type": "3rd-party",
|
|
1306
1351
|
"maintainers": [
|
|
@@ -1308,10 +1353,20 @@
|
|
|
1308
1353
|
"name": "Conner Bachmann",
|
|
1309
1354
|
"github": "intevel",
|
|
1310
1355
|
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "Matt.",
|
|
1359
|
+
"github": "casualmatt",
|
|
1360
|
+
"avatar": "https://avatars.githubusercontent.com/u/85650530?v=4"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "Sandro Circi",
|
|
1364
|
+
"github": "sandros94",
|
|
1365
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429?v=4"
|
|
1311
1366
|
}
|
|
1312
1367
|
],
|
|
1313
1368
|
"compatibility": {
|
|
1314
|
-
"nuxt": "
|
|
1369
|
+
"nuxt": ">=3.0.0",
|
|
1315
1370
|
"requires": {},
|
|
1316
1371
|
"devtools": "^0.0.0"
|
|
1317
1372
|
}
|
|
@@ -1334,7 +1389,7 @@
|
|
|
1334
1389
|
}
|
|
1335
1390
|
],
|
|
1336
1391
|
"compatibility": {
|
|
1337
|
-
"nuxt": "
|
|
1392
|
+
"nuxt": ">=3.0.0",
|
|
1338
1393
|
"requires": {}
|
|
1339
1394
|
}
|
|
1340
1395
|
},
|
|
@@ -1356,7 +1411,7 @@
|
|
|
1356
1411
|
}
|
|
1357
1412
|
],
|
|
1358
1413
|
"compatibility": {
|
|
1359
|
-
"nuxt": "
|
|
1414
|
+
"nuxt": ">=3.0.0",
|
|
1360
1415
|
"requires": {}
|
|
1361
1416
|
}
|
|
1362
1417
|
},
|
|
@@ -1382,6 +1437,28 @@
|
|
|
1382
1437
|
"requires": {}
|
|
1383
1438
|
}
|
|
1384
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "dragon-editor",
|
|
1442
|
+
"description": "Javascript WYSIWYG editor in Nuxt!",
|
|
1443
|
+
"repo": "lovefields/dragonEditor",
|
|
1444
|
+
"npm": "dragon-editor",
|
|
1445
|
+
"icon": "",
|
|
1446
|
+
"github": "https://github.com/lovefields/dragonEditor",
|
|
1447
|
+
"website": "https://github.com/lovefields/dragonEditor",
|
|
1448
|
+
"learn_more": "",
|
|
1449
|
+
"category": "Libraries",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "lovefields",
|
|
1454
|
+
"github": "lovefields"
|
|
1455
|
+
}
|
|
1456
|
+
],
|
|
1457
|
+
"compatibility": {
|
|
1458
|
+
"nuxt": "^3.0.0",
|
|
1459
|
+
"requires": {}
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1385
1462
|
{
|
|
1386
1463
|
"name": "drupal-ce",
|
|
1387
1464
|
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
@@ -1411,7 +1488,7 @@
|
|
|
1411
1488
|
}
|
|
1412
1489
|
],
|
|
1413
1490
|
"compatibility": {
|
|
1414
|
-
"nuxt": "^2.0.0 ||
|
|
1491
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1415
1492
|
"requires": {}
|
|
1416
1493
|
}
|
|
1417
1494
|
},
|
|
@@ -1437,6 +1514,50 @@
|
|
|
1437
1514
|
"requires": {}
|
|
1438
1515
|
}
|
|
1439
1516
|
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "easy-lightbox",
|
|
1519
|
+
"description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
|
|
1520
|
+
"repo": "modbender/nuxt-easy-lightbox",
|
|
1521
|
+
"npm": "nuxt-easy-lightbox",
|
|
1522
|
+
"icon": "easy-lightbox.svg",
|
|
1523
|
+
"github": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1524
|
+
"website": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1525
|
+
"learn_more": "",
|
|
1526
|
+
"category": "Libraries",
|
|
1527
|
+
"type": "3rd-party",
|
|
1528
|
+
"maintainers": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "modbender",
|
|
1531
|
+
"github": "modbender"
|
|
1532
|
+
}
|
|
1533
|
+
],
|
|
1534
|
+
"compatibility": {
|
|
1535
|
+
"nuxt": ">=3.0.0",
|
|
1536
|
+
"requires": {}
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "echarts",
|
|
1541
|
+
"description": "Nuxt Module for Apache ECharts™",
|
|
1542
|
+
"repo": "kingyue737/nuxt-echarts",
|
|
1543
|
+
"npm": "nuxt-echarts",
|
|
1544
|
+
"icon": "echarts.svg",
|
|
1545
|
+
"github": "https://github.com/kingyue737/nuxt-echarts",
|
|
1546
|
+
"website": "https://echarts.nuxt.dev",
|
|
1547
|
+
"learn_more": "https://nuxt-echarts.nuxt.dev",
|
|
1548
|
+
"category": "Libraries",
|
|
1549
|
+
"type": "3rd-party",
|
|
1550
|
+
"maintainers": [
|
|
1551
|
+
{
|
|
1552
|
+
"name": "Yue JIN",
|
|
1553
|
+
"github": "kingyue737"
|
|
1554
|
+
}
|
|
1555
|
+
],
|
|
1556
|
+
"compatibility": {
|
|
1557
|
+
"nuxt": ">=3.0.0",
|
|
1558
|
+
"requires": {}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1440
1561
|
{
|
|
1441
1562
|
"name": "edgedb",
|
|
1442
1563
|
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
@@ -1456,7 +1577,7 @@
|
|
|
1456
1577
|
}
|
|
1457
1578
|
],
|
|
1458
1579
|
"compatibility": {
|
|
1459
|
-
"nuxt": "
|
|
1580
|
+
"nuxt": ">=3.8.0",
|
|
1460
1581
|
"requires": {}
|
|
1461
1582
|
}
|
|
1462
1583
|
},
|
|
@@ -1478,7 +1599,7 @@
|
|
|
1478
1599
|
}
|
|
1479
1600
|
],
|
|
1480
1601
|
"compatibility": {
|
|
1481
|
-
"nuxt": "
|
|
1602
|
+
"nuxt": ">=3.0.0",
|
|
1482
1603
|
"requires": {}
|
|
1483
1604
|
}
|
|
1484
1605
|
},
|
|
@@ -1488,7 +1609,7 @@
|
|
|
1488
1609
|
"repo": "element-plus/element-plus-nuxt",
|
|
1489
1610
|
"npm": "@element-plus/nuxt",
|
|
1490
1611
|
"icon": "element-plus.svg",
|
|
1491
|
-
"github": "https://github.com/element-plus/element-plus",
|
|
1612
|
+
"github": "https://github.com/element-plus/element-plus-nuxt",
|
|
1492
1613
|
"website": "https://element-plus.org",
|
|
1493
1614
|
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1494
1615
|
"category": "UI",
|
|
@@ -1500,7 +1621,7 @@
|
|
|
1500
1621
|
}
|
|
1501
1622
|
],
|
|
1502
1623
|
"compatibility": {
|
|
1503
|
-
"nuxt": "
|
|
1624
|
+
"nuxt": ">=3.0.0",
|
|
1504
1625
|
"requires": {
|
|
1505
1626
|
"bridge": "optional"
|
|
1506
1627
|
}
|
|
@@ -1530,12 +1651,12 @@
|
|
|
1530
1651
|
}
|
|
1531
1652
|
],
|
|
1532
1653
|
"compatibility": {
|
|
1533
|
-
"nuxt": "^2.0.0 ||
|
|
1654
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1534
1655
|
"requires": {}
|
|
1535
1656
|
}
|
|
1536
1657
|
},
|
|
1537
1658
|
{
|
|
1538
|
-
"name": "eslint",
|
|
1659
|
+
"name": "eslint-module",
|
|
1539
1660
|
"description": "ESLint module for Nuxt",
|
|
1540
1661
|
"repo": "nuxt-community/eslint-module",
|
|
1541
1662
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1552,7 +1673,30 @@
|
|
|
1552
1673
|
}
|
|
1553
1674
|
],
|
|
1554
1675
|
"compatibility": {
|
|
1555
|
-
"nuxt": "^2.0.0 ||
|
|
1676
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1677
|
+
"requires": {}
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "eslint",
|
|
1682
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1683
|
+
"repo": "nuxt/eslint",
|
|
1684
|
+
"npm": "@nuxt/eslint",
|
|
1685
|
+
"icon": "nuxt.svg",
|
|
1686
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1687
|
+
"website": "https://eslint.nuxt.com",
|
|
1688
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1689
|
+
"category": "Devtools",
|
|
1690
|
+
"type": "official",
|
|
1691
|
+
"maintainers": [
|
|
1692
|
+
{
|
|
1693
|
+
"name": "Anthony Fu",
|
|
1694
|
+
"github": "antfu",
|
|
1695
|
+
"twitter": "antfu7"
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"compatibility": {
|
|
1699
|
+
"nuxt": ">=3.0.0",
|
|
1556
1700
|
"requires": {}
|
|
1557
1701
|
}
|
|
1558
1702
|
},
|
|
@@ -1597,7 +1741,7 @@
|
|
|
1597
1741
|
}
|
|
1598
1742
|
],
|
|
1599
1743
|
"compatibility": {
|
|
1600
|
-
"nuxt": "
|
|
1744
|
+
"nuxt": ">=3.0.0",
|
|
1601
1745
|
"requires": {}
|
|
1602
1746
|
}
|
|
1603
1747
|
},
|
|
@@ -1775,7 +1919,7 @@
|
|
|
1775
1919
|
}
|
|
1776
1920
|
],
|
|
1777
1921
|
"compatibility": {
|
|
1778
|
-
"nuxt": "
|
|
1922
|
+
"nuxt": ">=3.0.0",
|
|
1779
1923
|
"requires": {}
|
|
1780
1924
|
}
|
|
1781
1925
|
},
|
|
@@ -1801,6 +1945,29 @@
|
|
|
1801
1945
|
"requires": {}
|
|
1802
1946
|
}
|
|
1803
1947
|
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "fonts",
|
|
1950
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1951
|
+
"repo": "nuxt/fonts",
|
|
1952
|
+
"npm": "@nuxt/fonts",
|
|
1953
|
+
"icon": "nuxt.svg",
|
|
1954
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1955
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1956
|
+
"learn_more": "",
|
|
1957
|
+
"category": "Libraries",
|
|
1958
|
+
"type": "official",
|
|
1959
|
+
"maintainers": [
|
|
1960
|
+
{
|
|
1961
|
+
"name": "Daniel Roe",
|
|
1962
|
+
"github": "danielroe",
|
|
1963
|
+
"twitter": "danielcroe"
|
|
1964
|
+
}
|
|
1965
|
+
],
|
|
1966
|
+
"compatibility": {
|
|
1967
|
+
"nuxt": ">=3.0.0",
|
|
1968
|
+
"requires": {}
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1804
1971
|
{
|
|
1805
1972
|
"name": "form-actions",
|
|
1806
1973
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
@@ -1820,7 +1987,7 @@
|
|
|
1820
1987
|
}
|
|
1821
1988
|
],
|
|
1822
1989
|
"compatibility": {
|
|
1823
|
-
"nuxt": "
|
|
1990
|
+
"nuxt": ">=3.7.0",
|
|
1824
1991
|
"requires": {}
|
|
1825
1992
|
}
|
|
1826
1993
|
},
|
|
@@ -1848,7 +2015,7 @@
|
|
|
1848
2015
|
}
|
|
1849
2016
|
],
|
|
1850
2017
|
"compatibility": {
|
|
1851
|
-
"nuxt": "
|
|
2018
|
+
"nuxt": ">=3.0.0",
|
|
1852
2019
|
"requires": {}
|
|
1853
2020
|
}
|
|
1854
2021
|
},
|
|
@@ -1918,7 +2085,7 @@
|
|
|
1918
2085
|
}
|
|
1919
2086
|
],
|
|
1920
2087
|
"compatibility": {
|
|
1921
|
-
"nuxt": "^2.0.0 ||
|
|
2088
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1922
2089
|
"requires": {}
|
|
1923
2090
|
}
|
|
1924
2091
|
},
|
|
@@ -1972,7 +2139,7 @@
|
|
|
1972
2139
|
}
|
|
1973
2140
|
],
|
|
1974
2141
|
"compatibility": {
|
|
1975
|
-
"nuxt": "^2.0.0 ||
|
|
2142
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1976
2143
|
"requires": {
|
|
1977
2144
|
"bridge": "optional"
|
|
1978
2145
|
}
|
|
@@ -2055,7 +2222,7 @@
|
|
|
2055
2222
|
}
|
|
2056
2223
|
],
|
|
2057
2224
|
"compatibility": {
|
|
2058
|
-
"nuxt": "
|
|
2225
|
+
"nuxt": ">=3.0.0",
|
|
2059
2226
|
"requires": {}
|
|
2060
2227
|
}
|
|
2061
2228
|
},
|
|
@@ -2077,7 +2244,7 @@
|
|
|
2077
2244
|
}
|
|
2078
2245
|
],
|
|
2079
2246
|
"compatibility": {
|
|
2080
|
-
"nuxt": "^2.0.0 ||
|
|
2247
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2081
2248
|
"requires": {}
|
|
2082
2249
|
}
|
|
2083
2250
|
},
|
|
@@ -2099,14 +2266,14 @@
|
|
|
2099
2266
|
}
|
|
2100
2267
|
],
|
|
2101
2268
|
"compatibility": {
|
|
2102
|
-
"nuxt": "
|
|
2269
|
+
"nuxt": ">=3.0.0",
|
|
2103
2270
|
"requires": {},
|
|
2104
2271
|
"devtools": "^0.0.0"
|
|
2105
2272
|
}
|
|
2106
2273
|
},
|
|
2107
2274
|
{
|
|
2108
2275
|
"name": "gtag",
|
|
2109
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2276
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2110
2277
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2111
2278
|
"npm": "nuxt-gtag",
|
|
2112
2279
|
"icon": "gtag.svg",
|
|
@@ -2124,7 +2291,7 @@
|
|
|
2124
2291
|
}
|
|
2125
2292
|
],
|
|
2126
2293
|
"compatibility": {
|
|
2127
|
-
"nuxt": "
|
|
2294
|
+
"nuxt": ">=3.0.0",
|
|
2128
2295
|
"requires": {}
|
|
2129
2296
|
}
|
|
2130
2297
|
},
|
|
@@ -2191,7 +2358,7 @@
|
|
|
2191
2358
|
}
|
|
2192
2359
|
],
|
|
2193
2360
|
"compatibility": {
|
|
2194
|
-
"nuxt": "
|
|
2361
|
+
"nuxt": ">=3.0.0",
|
|
2195
2362
|
"requires": {}
|
|
2196
2363
|
}
|
|
2197
2364
|
},
|
|
@@ -2214,7 +2381,7 @@
|
|
|
2214
2381
|
}
|
|
2215
2382
|
],
|
|
2216
2383
|
"compatibility": {
|
|
2217
|
-
"nuxt": "
|
|
2384
|
+
"nuxt": ">=3.0.0",
|
|
2218
2385
|
"requires": {}
|
|
2219
2386
|
}
|
|
2220
2387
|
},
|
|
@@ -2236,7 +2403,7 @@
|
|
|
2236
2403
|
}
|
|
2237
2404
|
],
|
|
2238
2405
|
"compatibility": {
|
|
2239
|
-
"nuxt": "
|
|
2406
|
+
"nuxt": ">=3.0.0",
|
|
2240
2407
|
"requires": {}
|
|
2241
2408
|
}
|
|
2242
2409
|
},
|
|
@@ -2329,6 +2496,28 @@
|
|
|
2329
2496
|
"requires": {}
|
|
2330
2497
|
}
|
|
2331
2498
|
},
|
|
2499
|
+
{
|
|
2500
|
+
"name": "hotjar",
|
|
2501
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2502
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2503
|
+
"npm": "nuxt-module-hotjar",
|
|
2504
|
+
"icon": "hotjar.png",
|
|
2505
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2506
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2507
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2508
|
+
"category": "SEO",
|
|
2509
|
+
"type": "3rd-party",
|
|
2510
|
+
"maintainers": [
|
|
2511
|
+
{
|
|
2512
|
+
"name": "Raphaël DAMEVIN",
|
|
2513
|
+
"github": "damevin"
|
|
2514
|
+
}
|
|
2515
|
+
],
|
|
2516
|
+
"compatibility": {
|
|
2517
|
+
"nuxt": ">=3.0.0",
|
|
2518
|
+
"requires": {}
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2332
2521
|
{
|
|
2333
2522
|
"name": "html-minifier",
|
|
2334
2523
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2358,7 +2547,7 @@
|
|
|
2358
2547
|
"npm": "@nuxtjs/html-validator",
|
|
2359
2548
|
"icon": "html-validator.png",
|
|
2360
2549
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2361
|
-
"website": "https://html-validator
|
|
2550
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2362
2551
|
"learn_more": "https://html-validate.org",
|
|
2363
2552
|
"category": "Performance",
|
|
2364
2553
|
"type": "community",
|
|
@@ -2370,7 +2559,7 @@
|
|
|
2370
2559
|
}
|
|
2371
2560
|
],
|
|
2372
2561
|
"compatibility": {
|
|
2373
|
-
"nuxt": "^2.0.0 ||
|
|
2562
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2374
2563
|
"requires": {
|
|
2375
2564
|
"bridge": "optional"
|
|
2376
2565
|
}
|
|
@@ -2404,6 +2593,44 @@
|
|
|
2404
2593
|
"requires": {}
|
|
2405
2594
|
}
|
|
2406
2595
|
},
|
|
2596
|
+
{
|
|
2597
|
+
"name": "hub",
|
|
2598
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2599
|
+
"repo": "nuxt-hub/core",
|
|
2600
|
+
"npm": "@nuxthub/core",
|
|
2601
|
+
"icon": "nuxthub.svg",
|
|
2602
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2603
|
+
"website": "https://hub.nuxt.com",
|
|
2604
|
+
"learn_more": "",
|
|
2605
|
+
"category": "Database",
|
|
2606
|
+
"type": "3rd-party",
|
|
2607
|
+
"maintainers": [
|
|
2608
|
+
{
|
|
2609
|
+
"name": "Sebastien Chopin",
|
|
2610
|
+
"github": "Atinux"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "Ahad Birang",
|
|
2614
|
+
"github": "farnabaz"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "Sylvain Marroufin",
|
|
2618
|
+
"github": "smarroufin"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "Florent Delerue",
|
|
2622
|
+
"github": "flosciante"
|
|
2623
|
+
},
|
|
2624
|
+
{
|
|
2625
|
+
"name": "NuxtLabs",
|
|
2626
|
+
"github": "nuxtlabs"
|
|
2627
|
+
}
|
|
2628
|
+
],
|
|
2629
|
+
"compatibility": {
|
|
2630
|
+
"nuxt": ">=3.0.0",
|
|
2631
|
+
"requires": {}
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2407
2634
|
{
|
|
2408
2635
|
"name": "humans-txt",
|
|
2409
2636
|
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
@@ -2412,7 +2639,7 @@
|
|
|
2412
2639
|
"icon": "",
|
|
2413
2640
|
"github": "https://github.com/LuXDAmore/nuxt-humans-txt",
|
|
2414
2641
|
"website": "https://luxdamore.github.io/nuxt-humans-txt/",
|
|
2415
|
-
"learn_more": "
|
|
2642
|
+
"learn_more": "",
|
|
2416
2643
|
"category": "SEO",
|
|
2417
2644
|
"type": "3rd-party",
|
|
2418
2645
|
"maintainers": [
|
|
@@ -2453,7 +2680,7 @@
|
|
|
2453
2680
|
}
|
|
2454
2681
|
],
|
|
2455
2682
|
"compatibility": {
|
|
2456
|
-
"nuxt": "^2.0.0 ||
|
|
2683
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2457
2684
|
"requires": {}
|
|
2458
2685
|
}
|
|
2459
2686
|
},
|
|
@@ -2475,7 +2702,7 @@
|
|
|
2475
2702
|
}
|
|
2476
2703
|
],
|
|
2477
2704
|
"compatibility": {
|
|
2478
|
-
"nuxt": "
|
|
2705
|
+
"nuxt": ">=3.0.0",
|
|
2479
2706
|
"requires": {}
|
|
2480
2707
|
}
|
|
2481
2708
|
},
|
|
@@ -2497,30 +2724,34 @@
|
|
|
2497
2724
|
}
|
|
2498
2725
|
],
|
|
2499
2726
|
"compatibility": {
|
|
2500
|
-
"nuxt": "
|
|
2727
|
+
"nuxt": ">=3.0.0",
|
|
2501
2728
|
"requires": {},
|
|
2502
2729
|
"devtools": "^0.0.0"
|
|
2503
2730
|
}
|
|
2504
2731
|
},
|
|
2505
2732
|
{
|
|
2506
2733
|
"name": "icon",
|
|
2507
|
-
"description": "Icon module for Nuxt with
|
|
2508
|
-
"repo": "nuxt
|
|
2509
|
-
"npm": "nuxt
|
|
2734
|
+
"description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
|
|
2735
|
+
"repo": "nuxt/icon",
|
|
2736
|
+
"npm": "@nuxt/icon",
|
|
2510
2737
|
"icon": "nuxt-icon.png",
|
|
2511
|
-
"github": "https://github.com/nuxt
|
|
2512
|
-
"website": "https://github.com/nuxt
|
|
2738
|
+
"github": "https://github.com/nuxt/icon",
|
|
2739
|
+
"website": "https://github.com/nuxt/icon",
|
|
2513
2740
|
"learn_more": "",
|
|
2514
2741
|
"category": "UI",
|
|
2515
|
-
"type": "
|
|
2742
|
+
"type": "official",
|
|
2516
2743
|
"maintainers": [
|
|
2517
2744
|
{
|
|
2518
2745
|
"name": "Atinux",
|
|
2519
2746
|
"github": "Atinux"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "Anthony Fu",
|
|
2750
|
+
"github": "antfu"
|
|
2520
2751
|
}
|
|
2521
2752
|
],
|
|
2522
2753
|
"compatibility": {
|
|
2523
|
-
"nuxt": "
|
|
2754
|
+
"nuxt": ">=3.0.0",
|
|
2524
2755
|
"requires": {},
|
|
2525
2756
|
"devtools": "^0.0.0"
|
|
2526
2757
|
}
|
|
@@ -2543,7 +2774,7 @@
|
|
|
2543
2774
|
}
|
|
2544
2775
|
],
|
|
2545
2776
|
"compatibility": {
|
|
2546
|
-
"nuxt": "
|
|
2777
|
+
"nuxt": ">=3.0.0",
|
|
2547
2778
|
"requires": {}
|
|
2548
2779
|
}
|
|
2549
2780
|
},
|
|
@@ -2603,7 +2834,7 @@
|
|
|
2603
2834
|
}
|
|
2604
2835
|
],
|
|
2605
2836
|
"compatibility": {
|
|
2606
|
-
"nuxt": "^2.0.0 ||
|
|
2837
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2607
2838
|
"requires": {
|
|
2608
2839
|
"bridge": "optional"
|
|
2609
2840
|
}
|
|
@@ -2634,10 +2865,10 @@
|
|
|
2634
2865
|
{
|
|
2635
2866
|
"name": "inkline",
|
|
2636
2867
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2637
|
-
"repo": "inkline/plugin",
|
|
2868
|
+
"repo": "inkline/inkline#main/packages/integrations/plugin",
|
|
2638
2869
|
"npm": "@inkline/plugin",
|
|
2639
2870
|
"icon": "inkline.svg",
|
|
2640
|
-
"github": "https://github.com/inkline/
|
|
2871
|
+
"github": "https://github.com/inkline/inkline",
|
|
2641
2872
|
"website": "https://inkline.io",
|
|
2642
2873
|
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2643
2874
|
"category": "UI",
|
|
@@ -2650,7 +2881,7 @@
|
|
|
2650
2881
|
}
|
|
2651
2882
|
],
|
|
2652
2883
|
"compatibility": {
|
|
2653
|
-
"nuxt": "^2.0.0 ||
|
|
2884
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2654
2885
|
"requires": {
|
|
2655
2886
|
"bridge": true
|
|
2656
2887
|
}
|
|
@@ -2697,7 +2928,7 @@
|
|
|
2697
2928
|
}
|
|
2698
2929
|
],
|
|
2699
2930
|
"compatibility": {
|
|
2700
|
-
"nuxt": "
|
|
2931
|
+
"nuxt": ">=3.0.0",
|
|
2701
2932
|
"requires": {}
|
|
2702
2933
|
}
|
|
2703
2934
|
},
|
|
@@ -2719,7 +2950,29 @@
|
|
|
2719
2950
|
}
|
|
2720
2951
|
],
|
|
2721
2952
|
"compatibility": {
|
|
2722
|
-
"nuxt": "^2.0.0 ||
|
|
2953
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2954
|
+
"requires": {}
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "keen-slider",
|
|
2959
|
+
"description": "Best, lightweight Keen Slider for best web performance",
|
|
2960
|
+
"repo": "modbender/nuxt-keen-slider",
|
|
2961
|
+
"npm": "nuxt-keen-slider",
|
|
2962
|
+
"icon": "keen-slider.png",
|
|
2963
|
+
"github": "https://github.com/modbender/nuxt-keen-slider",
|
|
2964
|
+
"website": "https://github.com/modbender/nuxt-keen-slider",
|
|
2965
|
+
"learn_more": "",
|
|
2966
|
+
"category": "Libraries",
|
|
2967
|
+
"type": "3rd-party",
|
|
2968
|
+
"maintainers": [
|
|
2969
|
+
{
|
|
2970
|
+
"name": "modbender",
|
|
2971
|
+
"github": "modbender"
|
|
2972
|
+
}
|
|
2973
|
+
],
|
|
2974
|
+
"compatibility": {
|
|
2975
|
+
"nuxt": "^3.0.0",
|
|
2723
2976
|
"requires": {}
|
|
2724
2977
|
}
|
|
2725
2978
|
},
|
|
@@ -2768,7 +3021,7 @@
|
|
|
2768
3021
|
}
|
|
2769
3022
|
],
|
|
2770
3023
|
"compatibility": {
|
|
2771
|
-
"nuxt": "
|
|
3024
|
+
"nuxt": ">=3.0.0",
|
|
2772
3025
|
"requires": {}
|
|
2773
3026
|
},
|
|
2774
3027
|
"sponsor": true
|
|
@@ -2780,7 +3033,7 @@
|
|
|
2780
3033
|
"npm": "nuxt-kql",
|
|
2781
3034
|
"icon": "kql.svg",
|
|
2782
3035
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2783
|
-
"website": "https://nuxt-kql.
|
|
3036
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2784
3037
|
"learn_more": "",
|
|
2785
3038
|
"category": "CMS",
|
|
2786
3039
|
"type": "3rd-party",
|
|
@@ -2793,7 +3046,7 @@
|
|
|
2793
3046
|
}
|
|
2794
3047
|
],
|
|
2795
3048
|
"compatibility": {
|
|
2796
|
-
"nuxt": "
|
|
3049
|
+
"nuxt": ">=3.0.0",
|
|
2797
3050
|
"requires": {}
|
|
2798
3051
|
}
|
|
2799
3052
|
},
|
|
@@ -2841,28 +3094,6 @@
|
|
|
2841
3094
|
"requires": {}
|
|
2842
3095
|
}
|
|
2843
3096
|
},
|
|
2844
|
-
{
|
|
2845
|
-
"name": "laravel-precognition",
|
|
2846
|
-
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
-
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
-
"npm": "nuxt-laravel-precognition",
|
|
2849
|
-
"icon": "laravel.svg",
|
|
2850
|
-
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
-
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
-
"learn_more": "",
|
|
2853
|
-
"category": "Security",
|
|
2854
|
-
"type": "3rd-party",
|
|
2855
|
-
"maintainers": [
|
|
2856
|
-
{
|
|
2857
|
-
"name": "sot1986",
|
|
2858
|
-
"github": "sot1986"
|
|
2859
|
-
}
|
|
2860
|
-
],
|
|
2861
|
-
"compatibility": {
|
|
2862
|
-
"nuxt": "^3.0.0",
|
|
2863
|
-
"requires": {}
|
|
2864
|
-
}
|
|
2865
|
-
},
|
|
2866
3097
|
{
|
|
2867
3098
|
"name": "laravel",
|
|
2868
3099
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2887,23 +3118,23 @@
|
|
|
2887
3118
|
},
|
|
2888
3119
|
{
|
|
2889
3120
|
"name": "leaflet",
|
|
2890
|
-
"description": "
|
|
2891
|
-
"repo": "
|
|
2892
|
-
"npm": "
|
|
3121
|
+
"description": "Leaflet integration with Nuxt",
|
|
3122
|
+
"repo": "nuxt-modules/leaflet",
|
|
3123
|
+
"npm": "@nuxtjs/leaflet",
|
|
2893
3124
|
"icon": "leaflet.png",
|
|
2894
|
-
"github": "https://github.com/
|
|
2895
|
-
"website": "https://
|
|
2896
|
-
"learn_more": "https://
|
|
3125
|
+
"github": "https://github.com/nuxt-modules/leaflet",
|
|
3126
|
+
"website": "https://leaflet.nuxtjs.org/",
|
|
3127
|
+
"learn_more": "https://leaflet.nuxtjs.org/",
|
|
2897
3128
|
"category": "Libraries",
|
|
2898
|
-
"type": "
|
|
3129
|
+
"type": "community",
|
|
2899
3130
|
"maintainers": [
|
|
2900
3131
|
{
|
|
2901
|
-
"name": "
|
|
2902
|
-
"github": "
|
|
3132
|
+
"name": "Augustin MERCIER",
|
|
3133
|
+
"github": "Gugustinette"
|
|
2903
3134
|
}
|
|
2904
3135
|
],
|
|
2905
3136
|
"compatibility": {
|
|
2906
|
-
"nuxt": "^
|
|
3137
|
+
"nuxt": "^3.0.0",
|
|
2907
3138
|
"requires": {}
|
|
2908
3139
|
}
|
|
2909
3140
|
},
|
|
@@ -2927,7 +3158,7 @@
|
|
|
2927
3158
|
}
|
|
2928
3159
|
],
|
|
2929
3160
|
"compatibility": {
|
|
2930
|
-
"nuxt": "
|
|
3161
|
+
"nuxt": ">=3.0.0",
|
|
2931
3162
|
"requires": {},
|
|
2932
3163
|
"devtools": "^0.0.0"
|
|
2933
3164
|
}
|
|
@@ -2982,6 +3213,28 @@
|
|
|
2982
3213
|
"requires": {}
|
|
2983
3214
|
}
|
|
2984
3215
|
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "locomotive-scroll",
|
|
3218
|
+
"description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
|
|
3219
|
+
"repo": "arashsheyda/nuxt-locomotive-scroll",
|
|
3220
|
+
"npm": "nuxt-locomotive-scroll",
|
|
3221
|
+
"icon": "locomotive-scroll.png",
|
|
3222
|
+
"github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
|
|
3223
|
+
"website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
|
|
3224
|
+
"learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
|
|
3225
|
+
"category": "Libraries",
|
|
3226
|
+
"type": "3rd-party",
|
|
3227
|
+
"maintainers": [
|
|
3228
|
+
{
|
|
3229
|
+
"name": "Arash Sheyda",
|
|
3230
|
+
"github": "arashsheyda"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"compatibility": {
|
|
3234
|
+
"nuxt": ">=3.0.0",
|
|
3235
|
+
"requires": {}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
2985
3238
|
{
|
|
2986
3239
|
"name": "lodash",
|
|
2987
3240
|
"description": "lodash module with auto-import and custom prefix",
|
|
@@ -3000,7 +3253,7 @@
|
|
|
3000
3253
|
}
|
|
3001
3254
|
],
|
|
3002
3255
|
"compatibility": {
|
|
3003
|
-
"nuxt": "
|
|
3256
|
+
"nuxt": ">=3.0.0",
|
|
3004
3257
|
"requires": {}
|
|
3005
3258
|
}
|
|
3006
3259
|
},
|
|
@@ -3023,20 +3276,44 @@
|
|
|
3023
3276
|
}
|
|
3024
3277
|
],
|
|
3025
3278
|
"compatibility": {
|
|
3026
|
-
"nuxt": "^2.0.0 ||
|
|
3279
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3027
3280
|
"requires": {}
|
|
3028
3281
|
}
|
|
3029
3282
|
},
|
|
3030
3283
|
{
|
|
3031
|
-
"name": "
|
|
3032
|
-
"description": "Nuxt module
|
|
3033
|
-
"repo": "
|
|
3034
|
-
"npm": "nuxt
|
|
3035
|
-
"icon": "
|
|
3036
|
-
"github": "https://github.com/
|
|
3037
|
-
"website": "https://
|
|
3038
|
-
"learn_more": "",
|
|
3039
|
-
"category": "
|
|
3284
|
+
"name": "logto",
|
|
3285
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3286
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3287
|
+
"npm": "@logto/nuxt",
|
|
3288
|
+
"icon": "logto.svg",
|
|
3289
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3290
|
+
"website": "https://logto.io",
|
|
3291
|
+
"learn_more": "https://docs.logto.io",
|
|
3292
|
+
"category": "Security",
|
|
3293
|
+
"type": "3rd-party",
|
|
3294
|
+
"maintainers": [
|
|
3295
|
+
{
|
|
3296
|
+
"name": "logto",
|
|
3297
|
+
"github": "logto-io",
|
|
3298
|
+
"twitter": "logto_io"
|
|
3299
|
+
}
|
|
3300
|
+
],
|
|
3301
|
+
"compatibility": {
|
|
3302
|
+
"nuxt": ">=3.0.0",
|
|
3303
|
+
"requires": {}
|
|
3304
|
+
},
|
|
3305
|
+
"sponsor": true
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "lucide-icons",
|
|
3309
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3310
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3311
|
+
"npm": "nuxt-lucide-icons",
|
|
3312
|
+
"icon": "lucide-icons.svg",
|
|
3313
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3314
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3315
|
+
"learn_more": "",
|
|
3316
|
+
"category": "UI",
|
|
3040
3317
|
"type": "3rd-party",
|
|
3041
3318
|
"maintainers": [
|
|
3042
3319
|
{
|
|
@@ -3049,7 +3326,7 @@
|
|
|
3049
3326
|
}
|
|
3050
3327
|
],
|
|
3051
3328
|
"compatibility": {
|
|
3052
|
-
"nuxt": "
|
|
3329
|
+
"nuxt": ">=3.0.0",
|
|
3053
3330
|
"requires": {}
|
|
3054
3331
|
}
|
|
3055
3332
|
},
|
|
@@ -3094,7 +3371,30 @@
|
|
|
3094
3371
|
}
|
|
3095
3372
|
],
|
|
3096
3373
|
"compatibility": {
|
|
3097
|
-
"nuxt": "
|
|
3374
|
+
"nuxt": ">=3.0.0",
|
|
3375
|
+
"requires": {}
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "mailpit",
|
|
3380
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3381
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3382
|
+
"npm": "nuxt-mailpit",
|
|
3383
|
+
"icon": "mailpit.svg",
|
|
3384
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3385
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3386
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3387
|
+
"category": "Devtools",
|
|
3388
|
+
"type": "3rd-party",
|
|
3389
|
+
"maintainers": [
|
|
3390
|
+
{
|
|
3391
|
+
"name": "Torkild Dyvik Olsen",
|
|
3392
|
+
"github": "tdolsen",
|
|
3393
|
+
"twitter": "tdolsen"
|
|
3394
|
+
}
|
|
3395
|
+
],
|
|
3396
|
+
"compatibility": {
|
|
3397
|
+
"nuxt": ">=3.8.0",
|
|
3098
3398
|
"requires": {}
|
|
3099
3399
|
}
|
|
3100
3400
|
},
|
|
@@ -3140,7 +3440,7 @@
|
|
|
3140
3440
|
}
|
|
3141
3441
|
],
|
|
3142
3442
|
"compatibility": {
|
|
3143
|
-
"nuxt": "
|
|
3443
|
+
"nuxt": ">=3.0.0",
|
|
3144
3444
|
"requires": {},
|
|
3145
3445
|
"devtools": "^0.0.0"
|
|
3146
3446
|
}
|
|
@@ -3170,8 +3470,8 @@
|
|
|
3170
3470
|
{
|
|
3171
3471
|
"name": "maz-ui",
|
|
3172
3472
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3174
|
-
"npm": "
|
|
3473
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3474
|
+
"npm": "maz-ui",
|
|
3175
3475
|
"icon": "maz-ui.png",
|
|
3176
3476
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
3477
|
"website": "https://maz-ui.com/",
|
|
@@ -3185,7 +3485,29 @@
|
|
|
3185
3485
|
}
|
|
3186
3486
|
],
|
|
3187
3487
|
"compatibility": {
|
|
3188
|
-
"nuxt": "
|
|
3488
|
+
"nuxt": ">=3.0.0",
|
|
3489
|
+
"requires": {}
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"name": "mdc",
|
|
3494
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3495
|
+
"repo": "nuxt-modules/mdc",
|
|
3496
|
+
"npm": "@nuxtjs/mdc",
|
|
3497
|
+
"icon": "mdc.png",
|
|
3498
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3499
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3500
|
+
"learn_more": "",
|
|
3501
|
+
"category": "Extensions",
|
|
3502
|
+
"type": "community",
|
|
3503
|
+
"maintainers": [
|
|
3504
|
+
{
|
|
3505
|
+
"name": "farnabaz",
|
|
3506
|
+
"github": "farnabaz"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"compatibility": {
|
|
3510
|
+
"nuxt": ">=3.0.0",
|
|
3189
3511
|
"requires": {}
|
|
3190
3512
|
}
|
|
3191
3513
|
},
|
|
@@ -3231,7 +3553,7 @@
|
|
|
3231
3553
|
}
|
|
3232
3554
|
],
|
|
3233
3555
|
"compatibility": {
|
|
3234
|
-
"nuxt": "^2.0.0 ||
|
|
3556
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3235
3557
|
"requires": {
|
|
3236
3558
|
"bridge": true
|
|
3237
3559
|
}
|
|
@@ -3256,7 +3578,7 @@
|
|
|
3256
3578
|
}
|
|
3257
3579
|
],
|
|
3258
3580
|
"compatibility": {
|
|
3259
|
-
"nuxt": "
|
|
3581
|
+
"nuxt": ">=3.0.0",
|
|
3260
3582
|
"requires": {
|
|
3261
3583
|
"bridge": false
|
|
3262
3584
|
},
|
|
@@ -3304,7 +3626,29 @@
|
|
|
3304
3626
|
}
|
|
3305
3627
|
],
|
|
3306
3628
|
"compatibility": {
|
|
3307
|
-
"nuxt": "
|
|
3629
|
+
"nuxt": ">=3.0.0",
|
|
3630
|
+
"requires": {}
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"name": "mojocss",
|
|
3635
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3636
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3637
|
+
"npm": "@mojocss/nuxt",
|
|
3638
|
+
"icon": "mojocss.svg",
|
|
3639
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3640
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3641
|
+
"learn_more": "",
|
|
3642
|
+
"category": "UI",
|
|
3643
|
+
"type": "3rd-party",
|
|
3644
|
+
"maintainers": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "mojocss",
|
|
3647
|
+
"github": "mojocss"
|
|
3648
|
+
}
|
|
3649
|
+
],
|
|
3650
|
+
"compatibility": {
|
|
3651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3308
3652
|
"requires": {}
|
|
3309
3653
|
}
|
|
3310
3654
|
},
|
|
@@ -3357,6 +3701,28 @@
|
|
|
3357
3701
|
"requires": {}
|
|
3358
3702
|
}
|
|
3359
3703
|
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "neo4j",
|
|
3706
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3707
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3708
|
+
"npm": "nuxt-neo4j",
|
|
3709
|
+
"icon": "nuxt-neo4j.png",
|
|
3710
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3711
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3712
|
+
"learn_more": "",
|
|
3713
|
+
"category": "Database",
|
|
3714
|
+
"type": "3rd-party",
|
|
3715
|
+
"maintainers": [
|
|
3716
|
+
{
|
|
3717
|
+
"name": "arashsheyda",
|
|
3718
|
+
"github": "arashsheyda"
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"compatibility": {
|
|
3722
|
+
"nuxt": ">=3.0.0",
|
|
3723
|
+
"requires": {}
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3360
3726
|
{
|
|
3361
3727
|
"name": "netlify-cache",
|
|
3362
3728
|
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
@@ -3426,29 +3792,45 @@
|
|
|
3426
3792
|
},
|
|
3427
3793
|
{
|
|
3428
3794
|
"name": "ngrok",
|
|
3429
|
-
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
3430
|
-
"repo": "nuxt-
|
|
3795
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
|
|
3796
|
+
"repo": "nuxt-modules/ngrok",
|
|
3431
3797
|
"npm": "@nuxtjs/ngrok",
|
|
3432
|
-
"icon": "ngrok.
|
|
3433
|
-
"github": "https://github.com/nuxt-
|
|
3434
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3435
|
-
"learn_more": "https://
|
|
3798
|
+
"icon": "ngrok.svg",
|
|
3799
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3800
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3801
|
+
"learn_more": "https://ngrok.com/",
|
|
3436
3802
|
"category": "Devtools",
|
|
3437
3803
|
"type": "community",
|
|
3438
3804
|
"maintainers": [
|
|
3439
3805
|
{
|
|
3440
|
-
"name": "
|
|
3441
|
-
"github": "
|
|
3442
|
-
|
|
3443
|
-
|
|
3806
|
+
"name": "Arash Sheyda",
|
|
3807
|
+
"github": "arashsheyda"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": ">=3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nodemailer",
|
|
3817
|
+
"description": "Nuxt integration for nodemailer",
|
|
3818
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3819
|
+
"npm": "nuxt-nodemailer",
|
|
3820
|
+
"icon": "nodemailer.png",
|
|
3821
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3822
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3823
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3824
|
+
"category": "Extensions",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3444
3827
|
{
|
|
3445
|
-
"name": "
|
|
3446
|
-
"github": "
|
|
3447
|
-
"twitter": "_pi0_"
|
|
3828
|
+
"name": "kleinpetr",
|
|
3829
|
+
"github": "kleinpetr"
|
|
3448
3830
|
}
|
|
3449
3831
|
],
|
|
3450
3832
|
"compatibility": {
|
|
3451
|
-
"nuxt": "
|
|
3833
|
+
"nuxt": ">=3.0.0",
|
|
3452
3834
|
"requires": {}
|
|
3453
3835
|
}
|
|
3454
3836
|
},
|
|
@@ -3492,7 +3874,7 @@
|
|
|
3492
3874
|
}
|
|
3493
3875
|
],
|
|
3494
3876
|
"compatibility": {
|
|
3495
|
-
"nuxt": "
|
|
3877
|
+
"nuxt": ">=3.0.0",
|
|
3496
3878
|
"requires": {}
|
|
3497
3879
|
}
|
|
3498
3880
|
},
|
|
@@ -3514,7 +3896,7 @@
|
|
|
3514
3896
|
}
|
|
3515
3897
|
],
|
|
3516
3898
|
"compatibility": {
|
|
3517
|
-
"nuxt": "
|
|
3899
|
+
"nuxt": ">=3.0.0",
|
|
3518
3900
|
"requires": {}
|
|
3519
3901
|
}
|
|
3520
3902
|
},
|
|
@@ -3537,7 +3919,7 @@
|
|
|
3537
3919
|
}
|
|
3538
3920
|
],
|
|
3539
3921
|
"compatibility": {
|
|
3540
|
-
"nuxt": "
|
|
3922
|
+
"nuxt": ">=3.0.0",
|
|
3541
3923
|
"requires": {}
|
|
3542
3924
|
}
|
|
3543
3925
|
},
|
|
@@ -3549,7 +3931,7 @@
|
|
|
3549
3931
|
"icon": "laravel.svg",
|
|
3550
3932
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
3933
|
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
-
"learn_more": "https://laravel.com/docs/
|
|
3934
|
+
"learn_more": "https://laravel.com/docs/11.x/sanctum",
|
|
3553
3935
|
"category": "Security",
|
|
3554
3936
|
"type": "3rd-party",
|
|
3555
3937
|
"maintainers": [
|
|
@@ -3560,7 +3942,7 @@
|
|
|
3560
3942
|
}
|
|
3561
3943
|
],
|
|
3562
3944
|
"compatibility": {
|
|
3563
|
-
"nuxt": "
|
|
3945
|
+
"nuxt": ">=3.12.0",
|
|
3564
3946
|
"requires": {}
|
|
3565
3947
|
}
|
|
3566
3948
|
},
|
|
@@ -3582,7 +3964,7 @@
|
|
|
3582
3964
|
}
|
|
3583
3965
|
],
|
|
3584
3966
|
"compatibility": {
|
|
3585
|
-
"nuxt": "
|
|
3967
|
+
"nuxt": ">=3.0.0",
|
|
3586
3968
|
"requires": {}
|
|
3587
3969
|
}
|
|
3588
3970
|
},
|
|
@@ -3593,7 +3975,7 @@
|
|
|
3593
3975
|
"npm": "nuxt-bezier",
|
|
3594
3976
|
"icon": "nuxt-bezier.png",
|
|
3595
3977
|
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
-
"website": "https://
|
|
3978
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3597
3979
|
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
3980
|
"category": "UI",
|
|
3599
3981
|
"type": "3rd-party",
|
|
@@ -3604,10 +3986,39 @@
|
|
|
3604
3986
|
}
|
|
3605
3987
|
],
|
|
3606
3988
|
"compatibility": {
|
|
3607
|
-
"nuxt": "
|
|
3989
|
+
"nuxt": ">=3.0.0",
|
|
3608
3990
|
"requires": {}
|
|
3609
3991
|
}
|
|
3610
3992
|
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "nuxt-booster",
|
|
3995
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3996
|
+
"repo": "basics/nuxt-booster",
|
|
3997
|
+
"npm": "nuxt-booster",
|
|
3998
|
+
"icon": "nuxt-booster.svg",
|
|
3999
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
4000
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
4001
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
4002
|
+
"category": "Performance",
|
|
4003
|
+
"type": "3rd-party",
|
|
4004
|
+
"maintainers": [
|
|
4005
|
+
{
|
|
4006
|
+
"name": "Thorn Walli",
|
|
4007
|
+
"github": "ThornWalli",
|
|
4008
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "Stephan Gerbeth",
|
|
4012
|
+
"github": "StephanGerbeth",
|
|
4013
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
4014
|
+
}
|
|
4015
|
+
],
|
|
4016
|
+
"compatibility": {
|
|
4017
|
+
"nuxt": ">=3.0.0",
|
|
4018
|
+
"requires": {},
|
|
4019
|
+
"devtools": "^0.0.0"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
3611
4022
|
{
|
|
3612
4023
|
"name": "nuxt-bootstrap-icons",
|
|
3613
4024
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3626,7 +4037,7 @@
|
|
|
3626
4037
|
}
|
|
3627
4038
|
],
|
|
3628
4039
|
"compatibility": {
|
|
3629
|
-
"nuxt": "
|
|
4040
|
+
"nuxt": ">=3.0.0",
|
|
3630
4041
|
"requires": {}
|
|
3631
4042
|
}
|
|
3632
4043
|
},
|
|
@@ -3648,7 +4059,29 @@
|
|
|
3648
4059
|
}
|
|
3649
4060
|
],
|
|
3650
4061
|
"compatibility": {
|
|
3651
|
-
"nuxt": "
|
|
4062
|
+
"nuxt": ">=3.0.0",
|
|
4063
|
+
"requires": {}
|
|
4064
|
+
}
|
|
4065
|
+
},
|
|
4066
|
+
{
|
|
4067
|
+
"name": "nuxt-codemirror",
|
|
4068
|
+
"description": "Nuxt codemirror module",
|
|
4069
|
+
"repo": "thimodev/nuxt-codemirror",
|
|
4070
|
+
"npm": "nuxt-codemirror",
|
|
4071
|
+
"icon": "nuxt-codemirror.svg",
|
|
4072
|
+
"github": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4073
|
+
"website": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4074
|
+
"learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4075
|
+
"category": "Libraries",
|
|
4076
|
+
"type": "3rd-party",
|
|
4077
|
+
"maintainers": [
|
|
4078
|
+
{
|
|
4079
|
+
"name": "ThimoDEV",
|
|
4080
|
+
"github": "ThimoDEV"
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"compatibility": {
|
|
4084
|
+
"nuxt": ">=3.0.0",
|
|
3652
4085
|
"requires": {}
|
|
3653
4086
|
}
|
|
3654
4087
|
},
|
|
@@ -3670,7 +4103,7 @@
|
|
|
3670
4103
|
}
|
|
3671
4104
|
],
|
|
3672
4105
|
"compatibility": {
|
|
3673
|
-
"nuxt": "
|
|
4106
|
+
"nuxt": ">=3.0.0",
|
|
3674
4107
|
"requires": {}
|
|
3675
4108
|
}
|
|
3676
4109
|
},
|
|
@@ -3696,7 +4129,7 @@
|
|
|
3696
4129
|
}
|
|
3697
4130
|
],
|
|
3698
4131
|
"compatibility": {
|
|
3699
|
-
"nuxt": "
|
|
4132
|
+
"nuxt": ">=3.0.0",
|
|
3700
4133
|
"requires": {}
|
|
3701
4134
|
}
|
|
3702
4135
|
},
|
|
@@ -3718,7 +4151,7 @@
|
|
|
3718
4151
|
}
|
|
3719
4152
|
],
|
|
3720
4153
|
"compatibility": {
|
|
3721
|
-
"nuxt": "
|
|
4154
|
+
"nuxt": ">=3.0.0",
|
|
3722
4155
|
"requires": {}
|
|
3723
4156
|
}
|
|
3724
4157
|
},
|
|
@@ -3740,7 +4173,75 @@
|
|
|
3740
4173
|
}
|
|
3741
4174
|
],
|
|
3742
4175
|
"compatibility": {
|
|
3743
|
-
"nuxt": "
|
|
4176
|
+
"nuxt": ">=3.0.0",
|
|
4177
|
+
"requires": {}
|
|
4178
|
+
}
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"name": "nuxt-file-storage",
|
|
4182
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
4183
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4184
|
+
"npm": "nuxt-file-storage",
|
|
4185
|
+
"icon": "nuxt-file-storage.svg",
|
|
4186
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4187
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4188
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4189
|
+
"category": "Database",
|
|
4190
|
+
"type": "3rd-party",
|
|
4191
|
+
"maintainers": [
|
|
4192
|
+
{
|
|
4193
|
+
"name": "NyllRE",
|
|
4194
|
+
"github": "NyllRE"
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"compatibility": {
|
|
4198
|
+
"nuxt": ">=3.0.0",
|
|
4199
|
+
"requires": {}
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"name": "nuxt-fontawesome",
|
|
4204
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4205
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4206
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4207
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4208
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4209
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4210
|
+
"learn_more": "https://fontawesome.com",
|
|
4211
|
+
"category": "UI",
|
|
4212
|
+
"type": "3rd-party",
|
|
4213
|
+
"maintainers": [
|
|
4214
|
+
{
|
|
4215
|
+
"name": "Vasily Naumkin",
|
|
4216
|
+
"github": "bezumkin",
|
|
4217
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4218
|
+
}
|
|
4219
|
+
],
|
|
4220
|
+
"compatibility": {
|
|
4221
|
+
"nuxt": ">=3.0.0",
|
|
4222
|
+
"requires": {}
|
|
4223
|
+
}
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"name": "nuxt-fortify",
|
|
4227
|
+
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
4228
|
+
"repo": "dev-charles15531/nuxt-fortify",
|
|
4229
|
+
"npm": "nuxt-fortify",
|
|
4230
|
+
"icon": "laravel-nuxt-fortify.svg",
|
|
4231
|
+
"github": "https://github.com/dev-charles15531/nuxt-fortify",
|
|
4232
|
+
"website": "https://github.com/dev-charles15531/nuxt-fortify",
|
|
4233
|
+
"learn_more": "https://laravel.com/docs/11.x/fortify",
|
|
4234
|
+
"category": "Security",
|
|
4235
|
+
"type": "3rd-party",
|
|
4236
|
+
"maintainers": [
|
|
4237
|
+
{
|
|
4238
|
+
"name": "Charles Paul",
|
|
4239
|
+
"github": "dev-charles15531",
|
|
4240
|
+
"avatar": "https://avatars.githubusercontent.com/dev-charles15531"
|
|
4241
|
+
}
|
|
4242
|
+
],
|
|
4243
|
+
"compatibility": {
|
|
4244
|
+
"nuxt": ">=3.9.0",
|
|
3744
4245
|
"requires": {}
|
|
3745
4246
|
}
|
|
3746
4247
|
},
|
|
@@ -3751,7 +4252,7 @@
|
|
|
3751
4252
|
"npm": "nuxt-graphql-middleware",
|
|
3752
4253
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3753
4254
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3754
|
-
"website": "https://nuxt-graphql-middleware
|
|
4255
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3755
4256
|
"learn_more": "",
|
|
3756
4257
|
"category": "Request",
|
|
3757
4258
|
"type": "3rd-party",
|
|
@@ -3769,7 +4270,7 @@
|
|
|
3769
4270
|
}
|
|
3770
4271
|
],
|
|
3771
4272
|
"compatibility": {
|
|
3772
|
-
"nuxt": "^2.0.0 ||
|
|
4273
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3773
4274
|
"requires": {}
|
|
3774
4275
|
}
|
|
3775
4276
|
},
|
|
@@ -3809,11 +4310,11 @@
|
|
|
3809
4310
|
"maintainers": [
|
|
3810
4311
|
{
|
|
3811
4312
|
"name": "Zadig&Voltaire Team",
|
|
3812
|
-
"github": "
|
|
4313
|
+
"github": "zadigetvoltaire"
|
|
3813
4314
|
}
|
|
3814
4315
|
],
|
|
3815
4316
|
"compatibility": {
|
|
3816
|
-
"nuxt": "
|
|
4317
|
+
"nuxt": ">=3.0.0",
|
|
3817
4318
|
"requires": {},
|
|
3818
4319
|
"devtools": "^0.0.0"
|
|
3819
4320
|
}
|
|
@@ -3836,12 +4337,34 @@
|
|
|
3836
4337
|
}
|
|
3837
4338
|
],
|
|
3838
4339
|
"compatibility": {
|
|
3839
|
-
"nuxt": "^2.0.0 ||
|
|
4340
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3840
4341
|
"requires": {
|
|
3841
4342
|
"bridge": "optional"
|
|
3842
4343
|
}
|
|
3843
4344
|
}
|
|
3844
4345
|
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "nuxt-i18n-micro",
|
|
4348
|
+
"description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
|
|
4349
|
+
"repo": "s00d/nuxt-i18n-micro",
|
|
4350
|
+
"npm": "nuxt-i18n-micro",
|
|
4351
|
+
"icon": "nuxt-i18n-micro.png",
|
|
4352
|
+
"github": "https://github.com/s00d/nuxt-i18n-micro",
|
|
4353
|
+
"website": "https://github.com/s00d/nuxt-i18n-micro",
|
|
4354
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
|
|
4355
|
+
"category": "Extensions",
|
|
4356
|
+
"type": "3rd-party",
|
|
4357
|
+
"maintainers": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "Pavel Kuzmin",
|
|
4360
|
+
"github": "s00d"
|
|
4361
|
+
}
|
|
4362
|
+
],
|
|
4363
|
+
"compatibility": {
|
|
4364
|
+
"nuxt": ">=3.0.0",
|
|
4365
|
+
"requires": {}
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
3845
4368
|
{
|
|
3846
4369
|
"name": "nuxt-interpolation",
|
|
3847
4370
|
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
@@ -3882,7 +4405,30 @@
|
|
|
3882
4405
|
}
|
|
3883
4406
|
],
|
|
3884
4407
|
"compatibility": {
|
|
3885
|
-
"nuxt": "
|
|
4408
|
+
"nuxt": ">=3.0.0",
|
|
4409
|
+
"requires": {}
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "nuxt-laravel-echo",
|
|
4414
|
+
"description": "Nuxt module for Laravel Echo integration",
|
|
4415
|
+
"repo": "manchenkoff/nuxt-laravel-echo",
|
|
4416
|
+
"npm": "nuxt-laravel-echo",
|
|
4417
|
+
"icon": "laravel.svg",
|
|
4418
|
+
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4419
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
|
|
4420
|
+
"learn_more": "https://laravel.com/docs/11.x/broadcasting",
|
|
4421
|
+
"category": "Libraries",
|
|
4422
|
+
"type": "3rd-party",
|
|
4423
|
+
"maintainers": [
|
|
4424
|
+
{
|
|
4425
|
+
"name": "Artem Manchenkov",
|
|
4426
|
+
"github": "manchenkoff",
|
|
4427
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
4428
|
+
}
|
|
4429
|
+
],
|
|
4430
|
+
"compatibility": {
|
|
4431
|
+
"nuxt": ">=3.12.0",
|
|
3886
4432
|
"requires": {}
|
|
3887
4433
|
}
|
|
3888
4434
|
},
|
|
@@ -3893,8 +4439,8 @@
|
|
|
3893
4439
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3894
4440
|
"icon": "nuxt-localtunnel.svg",
|
|
3895
4441
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3896
|
-
"website": "https://
|
|
3897
|
-
"learn_more": "
|
|
4442
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4443
|
+
"learn_more": "",
|
|
3898
4444
|
"category": "Devtools",
|
|
3899
4445
|
"type": "3rd-party",
|
|
3900
4446
|
"maintainers": [
|
|
@@ -3905,7 +4451,7 @@
|
|
|
3905
4451
|
}
|
|
3906
4452
|
],
|
|
3907
4453
|
"compatibility": {
|
|
3908
|
-
"nuxt": "
|
|
4454
|
+
"nuxt": ">=3.0.0",
|
|
3909
4455
|
"requires": {}
|
|
3910
4456
|
}
|
|
3911
4457
|
},
|
|
@@ -3928,7 +4474,7 @@
|
|
|
3928
4474
|
}
|
|
3929
4475
|
],
|
|
3930
4476
|
"compatibility": {
|
|
3931
|
-
"nuxt": "
|
|
4477
|
+
"nuxt": ">=3.0.0",
|
|
3932
4478
|
"requires": {}
|
|
3933
4479
|
}
|
|
3934
4480
|
},
|
|
@@ -3950,7 +4496,7 @@
|
|
|
3950
4496
|
}
|
|
3951
4497
|
],
|
|
3952
4498
|
"compatibility": {
|
|
3953
|
-
"nuxt": "^2.0.0 ||
|
|
4499
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3954
4500
|
"requires": {}
|
|
3955
4501
|
}
|
|
3956
4502
|
},
|
|
@@ -3971,6 +4517,28 @@
|
|
|
3971
4517
|
"github": "AlexLavoie42"
|
|
3972
4518
|
}
|
|
3973
4519
|
],
|
|
4520
|
+
"compatibility": {
|
|
4521
|
+
"nuxt": ">=3.0.0",
|
|
4522
|
+
"requires": {}
|
|
4523
|
+
}
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "nuxt-maplibre",
|
|
4527
|
+
"description": "Maplibre integration with Nuxt",
|
|
4528
|
+
"repo": "Gugustinette/nuxt-maplibre",
|
|
4529
|
+
"npm": "nuxt-maplibre",
|
|
4530
|
+
"icon": "maplibre.png",
|
|
4531
|
+
"github": "https://github.com/Gugustinette/nuxt-maplibre",
|
|
4532
|
+
"website": "https://gugustinette.github.io/nuxt-maplibre/",
|
|
4533
|
+
"learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
|
|
4534
|
+
"category": "Libraries",
|
|
4535
|
+
"type": "3rd-party",
|
|
4536
|
+
"maintainers": [
|
|
4537
|
+
{
|
|
4538
|
+
"name": "Augustin MERCIER",
|
|
4539
|
+
"github": "Gugustinette"
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
3974
4542
|
"compatibility": {
|
|
3975
4543
|
"nuxt": "^3.0.0",
|
|
3976
4544
|
"requires": {}
|
|
@@ -3994,7 +4562,30 @@
|
|
|
3994
4562
|
}
|
|
3995
4563
|
],
|
|
3996
4564
|
"compatibility": {
|
|
3997
|
-
"nuxt": "
|
|
4565
|
+
"nuxt": ">=3.0.0",
|
|
4566
|
+
"requires": {}
|
|
4567
|
+
}
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"name": "nuxt-meta-pixel",
|
|
4571
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4572
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4573
|
+
"npm": "nuxt-meta-pixel",
|
|
4574
|
+
"icon": "",
|
|
4575
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4576
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4577
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4578
|
+
"category": "Analytics",
|
|
4579
|
+
"type": "3rd-party",
|
|
4580
|
+
"maintainers": [
|
|
4581
|
+
{
|
|
4582
|
+
"name": "tanukijs",
|
|
4583
|
+
"github": "tanukijs",
|
|
4584
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4585
|
+
}
|
|
4586
|
+
],
|
|
4587
|
+
"compatibility": {
|
|
4588
|
+
"nuxt": ">=3.0.0",
|
|
3998
4589
|
"requires": {}
|
|
3999
4590
|
}
|
|
4000
4591
|
},
|
|
@@ -4016,7 +4607,7 @@
|
|
|
4016
4607
|
}
|
|
4017
4608
|
],
|
|
4018
4609
|
"compatibility": {
|
|
4019
|
-
"nuxt": "
|
|
4610
|
+
"nuxt": ">=3.0.0",
|
|
4020
4611
|
"requires": {}
|
|
4021
4612
|
}
|
|
4022
4613
|
},
|
|
@@ -4038,7 +4629,7 @@
|
|
|
4038
4629
|
}
|
|
4039
4630
|
],
|
|
4040
4631
|
"compatibility": {
|
|
4041
|
-
"nuxt": "
|
|
4632
|
+
"nuxt": ">=3.0.0",
|
|
4042
4633
|
"requires": {},
|
|
4043
4634
|
"devtools": "^0.0.0"
|
|
4044
4635
|
}
|
|
@@ -4062,7 +4653,7 @@
|
|
|
4062
4653
|
}
|
|
4063
4654
|
],
|
|
4064
4655
|
"compatibility": {
|
|
4065
|
-
"nuxt": "
|
|
4656
|
+
"nuxt": ">=3.0.0",
|
|
4066
4657
|
"requires": {}
|
|
4067
4658
|
}
|
|
4068
4659
|
},
|
|
@@ -4084,7 +4675,7 @@
|
|
|
4084
4675
|
}
|
|
4085
4676
|
],
|
|
4086
4677
|
"compatibility": {
|
|
4087
|
-
"nuxt": "
|
|
4678
|
+
"nuxt": ">=3.0.0",
|
|
4088
4679
|
"requires": {}
|
|
4089
4680
|
}
|
|
4090
4681
|
},
|
|
@@ -4110,7 +4701,7 @@
|
|
|
4110
4701
|
}
|
|
4111
4702
|
],
|
|
4112
4703
|
"compatibility": {
|
|
4113
|
-
"nuxt": "
|
|
4704
|
+
"nuxt": ">=3.0.0",
|
|
4114
4705
|
"requires": {},
|
|
4115
4706
|
"devtools": "^0.0.0"
|
|
4116
4707
|
}
|
|
@@ -4134,7 +4725,30 @@
|
|
|
4134
4725
|
}
|
|
4135
4726
|
],
|
|
4136
4727
|
"compatibility": {
|
|
4137
|
-
"nuxt": "
|
|
4728
|
+
"nuxt": ">=3.0.0",
|
|
4729
|
+
"requires": {}
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"name": "nuxt-pdf-frame",
|
|
4734
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4735
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4736
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4737
|
+
"icon": "pdf-frame.svg",
|
|
4738
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4739
|
+
"website": "https://www.pdf-frame.org",
|
|
4740
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4741
|
+
"category": "Libraries",
|
|
4742
|
+
"type": "3rd-party",
|
|
4743
|
+
"maintainers": [
|
|
4744
|
+
{
|
|
4745
|
+
"name": "Narayana Swamy",
|
|
4746
|
+
"github": "nswamy14",
|
|
4747
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4748
|
+
}
|
|
4749
|
+
],
|
|
4750
|
+
"compatibility": {
|
|
4751
|
+
"nuxt": ">=3.0.0",
|
|
4138
4752
|
"requires": {}
|
|
4139
4753
|
}
|
|
4140
4754
|
},
|
|
@@ -4145,7 +4759,7 @@
|
|
|
4145
4759
|
"npm": "@sidebase/nuxt-pdf",
|
|
4146
4760
|
"icon": "nuxt-pdf.png",
|
|
4147
4761
|
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
4148
|
-
"website": "https://
|
|
4762
|
+
"website": "https://github.com/sidebase/nuxt-pdf",
|
|
4149
4763
|
"learn_more": "https://github.com/sidebase",
|
|
4150
4764
|
"category": "Extensions",
|
|
4151
4765
|
"type": "3rd-party",
|
|
@@ -4157,7 +4771,7 @@
|
|
|
4157
4771
|
}
|
|
4158
4772
|
],
|
|
4159
4773
|
"compatibility": {
|
|
4160
|
-
"nuxt": "
|
|
4774
|
+
"nuxt": ">=3.0.0",
|
|
4161
4775
|
"requires": {}
|
|
4162
4776
|
}
|
|
4163
4777
|
},
|
|
@@ -4179,7 +4793,7 @@
|
|
|
4179
4793
|
}
|
|
4180
4794
|
],
|
|
4181
4795
|
"compatibility": {
|
|
4182
|
-
"nuxt": "
|
|
4796
|
+
"nuxt": ">=3.0.0",
|
|
4183
4797
|
"requires": {}
|
|
4184
4798
|
}
|
|
4185
4799
|
},
|
|
@@ -4205,28 +4819,6 @@
|
|
|
4205
4819
|
"requires": {}
|
|
4206
4820
|
}
|
|
4207
4821
|
},
|
|
4208
|
-
{
|
|
4209
|
-
"name": "plausible",
|
|
4210
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4211
|
-
"repo": "nuxt-modules/plausible",
|
|
4212
|
-
"npm": "@nuxtjs/plausible",
|
|
4213
|
-
"icon": "plausible.png",
|
|
4214
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4215
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4216
|
-
"learn_more": "https://plausible.io/",
|
|
4217
|
-
"category": "Analytics",
|
|
4218
|
-
"type": "community",
|
|
4219
|
-
"maintainers": [
|
|
4220
|
-
{
|
|
4221
|
-
"name": "Johann Schopplich",
|
|
4222
|
-
"github": "johannschopplich"
|
|
4223
|
-
}
|
|
4224
|
-
],
|
|
4225
|
-
"compatibility": {
|
|
4226
|
-
"nuxt": "^3.0.0",
|
|
4227
|
-
"requires": {}
|
|
4228
|
-
}
|
|
4229
|
-
},
|
|
4230
4822
|
{
|
|
4231
4823
|
"name": "nuxt-plotly",
|
|
4232
4824
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4249,7 +4841,7 @@
|
|
|
4249
4841
|
}
|
|
4250
4842
|
],
|
|
4251
4843
|
"compatibility": {
|
|
4252
|
-
"nuxt": "
|
|
4844
|
+
"nuxt": ">=3.0.0",
|
|
4253
4845
|
"requires": {}
|
|
4254
4846
|
}
|
|
4255
4847
|
},
|
|
@@ -4266,13 +4858,35 @@
|
|
|
4266
4858
|
"type": "3rd-party",
|
|
4267
4859
|
"maintainers": [
|
|
4268
4860
|
{
|
|
4269
|
-
"name": "b5710546232",
|
|
4270
|
-
"github": "b5710546232",
|
|
4271
|
-
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
4861
|
+
"name": "b5710546232",
|
|
4862
|
+
"github": "b5710546232",
|
|
4863
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
4864
|
+
}
|
|
4865
|
+
],
|
|
4866
|
+
"compatibility": {
|
|
4867
|
+
"nuxt": "^2.0.0",
|
|
4868
|
+
"requires": {}
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "nuxt-posthog",
|
|
4873
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4874
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4875
|
+
"npm": "nuxt-posthog",
|
|
4876
|
+
"icon": "posthog.svg",
|
|
4877
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4878
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4879
|
+
"learn_more": "https://posthog.com",
|
|
4880
|
+
"category": "Analytics",
|
|
4881
|
+
"type": "3rd-party",
|
|
4882
|
+
"maintainers": [
|
|
4883
|
+
{
|
|
4884
|
+
"name": "Carles Mitjans",
|
|
4885
|
+
"github": "mitjans"
|
|
4272
4886
|
}
|
|
4273
4887
|
],
|
|
4274
4888
|
"compatibility": {
|
|
4275
|
-
"nuxt": "
|
|
4889
|
+
"nuxt": ">=3.0.0",
|
|
4276
4890
|
"requires": {}
|
|
4277
4891
|
}
|
|
4278
4892
|
},
|
|
@@ -4318,7 +4932,7 @@
|
|
|
4318
4932
|
}
|
|
4319
4933
|
],
|
|
4320
4934
|
"compatibility": {
|
|
4321
|
-
"nuxt": "
|
|
4935
|
+
"nuxt": ">=3.0.0",
|
|
4322
4936
|
"requires": {}
|
|
4323
4937
|
}
|
|
4324
4938
|
},
|
|
@@ -4346,7 +4960,7 @@
|
|
|
4346
4960
|
}
|
|
4347
4961
|
],
|
|
4348
4962
|
"compatibility": {
|
|
4349
|
-
"nuxt": "
|
|
4963
|
+
"nuxt": ">=3.0.0",
|
|
4350
4964
|
"requires": {}
|
|
4351
4965
|
}
|
|
4352
4966
|
},
|
|
@@ -4391,7 +5005,7 @@
|
|
|
4391
5005
|
}
|
|
4392
5006
|
],
|
|
4393
5007
|
"compatibility": {
|
|
4394
|
-
"nuxt": "
|
|
5008
|
+
"nuxt": ">=3.0.0",
|
|
4395
5009
|
"requires": {},
|
|
4396
5010
|
"devtools": "^0.0.0"
|
|
4397
5011
|
}
|
|
@@ -4413,6 +5027,29 @@
|
|
|
4413
5027
|
"github": "cpsoinos"
|
|
4414
5028
|
}
|
|
4415
5029
|
],
|
|
5030
|
+
"compatibility": {
|
|
5031
|
+
"nuxt": ">=3.0.0",
|
|
5032
|
+
"requires": {}
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5035
|
+
{
|
|
5036
|
+
"name": "nuxt-telegram-auth",
|
|
5037
|
+
"description": "Telegram login widget integration for Nuxt 3",
|
|
5038
|
+
"repo": "halitsever/nuxt-telegram-auth",
|
|
5039
|
+
"npm": "nuxt-telegram-auth",
|
|
5040
|
+
"icon": "nuxt-telegram-auth.png",
|
|
5041
|
+
"github": "https://github.com/halitsever/nuxt-telegram-auth",
|
|
5042
|
+
"website": "https://halitsever.github.io/nuxt-telegram-auth",
|
|
5043
|
+
"learn_more": "",
|
|
5044
|
+
"category": "Security",
|
|
5045
|
+
"type": "3rd-party",
|
|
5046
|
+
"maintainers": [
|
|
5047
|
+
{
|
|
5048
|
+
"name": "Halit Sever",
|
|
5049
|
+
"github": "halitsever",
|
|
5050
|
+
"avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
|
|
5051
|
+
}
|
|
5052
|
+
],
|
|
4416
5053
|
"compatibility": {
|
|
4417
5054
|
"nuxt": "^3.0.0",
|
|
4418
5055
|
"requires": {}
|
|
@@ -4462,6 +5099,28 @@
|
|
|
4462
5099
|
"requires": {}
|
|
4463
5100
|
}
|
|
4464
5101
|
},
|
|
5102
|
+
{
|
|
5103
|
+
"name": "nuxt-uswds",
|
|
5104
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
5105
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
5106
|
+
"npm": "nuxt-uswds",
|
|
5107
|
+
"icon": "nuxt-uswds.svg",
|
|
5108
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
5109
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
5110
|
+
"learn_more": "",
|
|
5111
|
+
"category": "UI",
|
|
5112
|
+
"type": "3rd-party",
|
|
5113
|
+
"maintainers": [
|
|
5114
|
+
{
|
|
5115
|
+
"name": "Patrick Cate",
|
|
5116
|
+
"github": "patrickcate"
|
|
5117
|
+
}
|
|
5118
|
+
],
|
|
5119
|
+
"compatibility": {
|
|
5120
|
+
"nuxt": ">=3.0.0",
|
|
5121
|
+
"requires": {}
|
|
5122
|
+
}
|
|
5123
|
+
},
|
|
4465
5124
|
{
|
|
4466
5125
|
"name": "nuxt-viewport",
|
|
4467
5126
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4480,7 +5139,7 @@
|
|
|
4480
5139
|
}
|
|
4481
5140
|
],
|
|
4482
5141
|
"compatibility": {
|
|
4483
|
-
"nuxt": "^2.0.0 ||
|
|
5142
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4484
5143
|
"requires": {
|
|
4485
5144
|
"bridge": "optional"
|
|
4486
5145
|
}
|
|
@@ -4504,7 +5163,7 @@
|
|
|
4504
5163
|
}
|
|
4505
5164
|
],
|
|
4506
5165
|
"compatibility": {
|
|
4507
|
-
"nuxt": "
|
|
5166
|
+
"nuxt": ">=3.0.0",
|
|
4508
5167
|
"requires": {}
|
|
4509
5168
|
}
|
|
4510
5169
|
},
|
|
@@ -4515,7 +5174,7 @@
|
|
|
4515
5174
|
"npm": "nuxt-zod-i18n",
|
|
4516
5175
|
"icon": "nuxt-zod-i18n.svg",
|
|
4517
5176
|
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4518
|
-
"website": "https://xibman
|
|
5177
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4519
5178
|
"learn_more": "",
|
|
4520
5179
|
"category": "Libraries",
|
|
4521
5180
|
"type": "3rd-party",
|
|
@@ -4526,51 +5185,79 @@
|
|
|
4526
5185
|
}
|
|
4527
5186
|
],
|
|
4528
5187
|
"compatibility": {
|
|
4529
|
-
"nuxt": "
|
|
5188
|
+
"nuxt": ">=3.0.0",
|
|
4530
5189
|
"requires": {}
|
|
4531
5190
|
}
|
|
4532
5191
|
},
|
|
4533
5192
|
{
|
|
4534
|
-
"name": "
|
|
4535
|
-
"description": "",
|
|
4536
|
-
"repo": "
|
|
4537
|
-
"npm": "
|
|
4538
|
-
"icon": "",
|
|
4539
|
-
"github": "https://github.com/
|
|
4540
|
-
"website": "https://github.com/
|
|
4541
|
-
"learn_more": "",
|
|
4542
|
-
"category": "
|
|
5193
|
+
"name": "nuxt2-leaflet",
|
|
5194
|
+
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
5195
|
+
"repo": "schlunsen/nuxt-leaflet",
|
|
5196
|
+
"npm": "nuxt-leaflet",
|
|
5197
|
+
"icon": "leaflet.png",
|
|
5198
|
+
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5199
|
+
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5200
|
+
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
5201
|
+
"category": "Libraries",
|
|
4543
5202
|
"type": "3rd-party",
|
|
4544
5203
|
"maintainers": [
|
|
4545
5204
|
{
|
|
4546
|
-
"name": "
|
|
4547
|
-
"github": "
|
|
5205
|
+
"name": "schlunsen",
|
|
5206
|
+
"github": "schlunsen"
|
|
4548
5207
|
}
|
|
4549
5208
|
],
|
|
4550
5209
|
"compatibility": {
|
|
4551
|
-
"nuxt": "^
|
|
5210
|
+
"nuxt": "^2.0.0",
|
|
4552
5211
|
"requires": {}
|
|
4553
5212
|
}
|
|
4554
5213
|
},
|
|
4555
5214
|
{
|
|
4556
|
-
"name": "
|
|
4557
|
-
"description": "
|
|
4558
|
-
"repo": "
|
|
4559
|
-
"npm": "
|
|
4560
|
-
"icon": "
|
|
4561
|
-
"github": "https://github.com/
|
|
4562
|
-
"website": "https://
|
|
4563
|
-
"learn_more": "https://github.com/
|
|
4564
|
-
"category": "
|
|
5215
|
+
"name": "nuxt2-ngrok",
|
|
5216
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
5217
|
+
"repo": "nuxt-community/ngrok",
|
|
5218
|
+
"npm": "@nuxtjs/ngrok",
|
|
5219
|
+
"icon": "ngrok.png",
|
|
5220
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
5221
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
5222
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
5223
|
+
"category": "Devtools",
|
|
5224
|
+
"type": "community",
|
|
5225
|
+
"maintainers": [
|
|
5226
|
+
{
|
|
5227
|
+
"name": "Debbie O'Brien",
|
|
5228
|
+
"github": "debs-obrien",
|
|
5229
|
+
"twitter": "debs_obrien"
|
|
5230
|
+
},
|
|
5231
|
+
{
|
|
5232
|
+
"name": "Pooya Parsa",
|
|
5233
|
+
"github": "pi0",
|
|
5234
|
+
"twitter": "_pi0_"
|
|
5235
|
+
}
|
|
5236
|
+
],
|
|
5237
|
+
"compatibility": {
|
|
5238
|
+
"nuxt": "^2.0.0",
|
|
5239
|
+
"requires": {}
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"name": "nuxt3-interpolation",
|
|
5244
|
+
"description": "",
|
|
5245
|
+
"repo": "daliborgogic/interpolation",
|
|
5246
|
+
"npm": "nuxt3-interpolation",
|
|
5247
|
+
"icon": "",
|
|
5248
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
5249
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
5250
|
+
"learn_more": "",
|
|
5251
|
+
"category": "Devtools",
|
|
4565
5252
|
"type": "3rd-party",
|
|
4566
5253
|
"maintainers": [
|
|
4567
5254
|
{
|
|
4568
|
-
"name": "
|
|
4569
|
-
"github": "
|
|
5255
|
+
"name": "daliborgogic",
|
|
5256
|
+
"github": "daliborgogic"
|
|
4570
5257
|
}
|
|
4571
5258
|
],
|
|
4572
5259
|
"compatibility": {
|
|
4573
|
-
"nuxt": "
|
|
5260
|
+
"nuxt": ">=3.0.0",
|
|
4574
5261
|
"requires": {}
|
|
4575
5262
|
}
|
|
4576
5263
|
},
|
|
@@ -4617,7 +5304,7 @@
|
|
|
4617
5304
|
}
|
|
4618
5305
|
],
|
|
4619
5306
|
"compatibility": {
|
|
4620
|
-
"nuxt": "
|
|
5307
|
+
"nuxt": ">=3.0.0",
|
|
4621
5308
|
"requires": {},
|
|
4622
5309
|
"devtools": "^0.0.0"
|
|
4623
5310
|
}
|
|
@@ -4645,6 +5332,28 @@
|
|
|
4645
5332
|
"requires": {}
|
|
4646
5333
|
}
|
|
4647
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "onyx",
|
|
5337
|
+
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
5338
|
+
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
5339
|
+
"npm": "@sit-onyx/nuxt",
|
|
5340
|
+
"icon": "onyx.svg",
|
|
5341
|
+
"github": "https://github.com/SchwarzIT/onyx",
|
|
5342
|
+
"website": "https://onyx.schwarz/development/packages/nuxt.html",
|
|
5343
|
+
"learn_more": "https://onyx.schwarz",
|
|
5344
|
+
"category": "UI",
|
|
5345
|
+
"type": "3rd-party",
|
|
5346
|
+
"maintainers": [
|
|
5347
|
+
{
|
|
5348
|
+
"name": "Schwarz IT",
|
|
5349
|
+
"github": "SchwarzIT"
|
|
5350
|
+
}
|
|
5351
|
+
],
|
|
5352
|
+
"compatibility": {
|
|
5353
|
+
"nuxt": ">=3.0.0",
|
|
5354
|
+
"requires": {}
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
4648
5357
|
{
|
|
4649
5358
|
"name": "optimized-images",
|
|
4650
5359
|
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
@@ -4731,7 +5440,7 @@
|
|
|
4731
5440
|
}
|
|
4732
5441
|
],
|
|
4733
5442
|
"compatibility": {
|
|
4734
|
-
"nuxt": "
|
|
5443
|
+
"nuxt": ">=3.0.0",
|
|
4735
5444
|
"requires": {}
|
|
4736
5445
|
}
|
|
4737
5446
|
},
|
|
@@ -4754,7 +5463,7 @@
|
|
|
4754
5463
|
}
|
|
4755
5464
|
],
|
|
4756
5465
|
"compatibility": {
|
|
4757
|
-
"nuxt": "^2.0.0 ||
|
|
5466
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4758
5467
|
"requires": {
|
|
4759
5468
|
"bridge": true
|
|
4760
5469
|
}
|
|
@@ -4778,7 +5487,7 @@
|
|
|
4778
5487
|
}
|
|
4779
5488
|
],
|
|
4780
5489
|
"compatibility": {
|
|
4781
|
-
"nuxt": "
|
|
5490
|
+
"nuxt": ">=3.0.0",
|
|
4782
5491
|
"requires": {}
|
|
4783
5492
|
}
|
|
4784
5493
|
},
|
|
@@ -4802,7 +5511,29 @@
|
|
|
4802
5511
|
}
|
|
4803
5512
|
],
|
|
4804
5513
|
"compatibility": {
|
|
4805
|
-
"nuxt": "
|
|
5514
|
+
"nuxt": ">=3.0.0",
|
|
5515
|
+
"requires": {}
|
|
5516
|
+
}
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"name": "pergel",
|
|
5520
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5521
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5522
|
+
"npm": "pergel",
|
|
5523
|
+
"icon": "pergel.svg",
|
|
5524
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5525
|
+
"website": "https://oku-ui.com/pergel",
|
|
5526
|
+
"learn_more": "",
|
|
5527
|
+
"category": "Devtools",
|
|
5528
|
+
"type": "3rd-party",
|
|
5529
|
+
"maintainers": [
|
|
5530
|
+
{
|
|
5531
|
+
"name": "Mehmet - productdevbook",
|
|
5532
|
+
"github": "productdevbook"
|
|
5533
|
+
}
|
|
5534
|
+
],
|
|
5535
|
+
"compatibility": {
|
|
5536
|
+
"nuxt": ">=3.10.0",
|
|
4806
5537
|
"requires": {}
|
|
4807
5538
|
}
|
|
4808
5539
|
},
|
|
@@ -4832,7 +5563,7 @@
|
|
|
4832
5563
|
{
|
|
4833
5564
|
"name": "pinia-orm",
|
|
4834
5565
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4835
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5566
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4836
5567
|
"npm": "@pinia-orm/nuxt",
|
|
4837
5568
|
"icon": "pinia-orm.svg",
|
|
4838
5569
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4847,7 +5578,7 @@
|
|
|
4847
5578
|
}
|
|
4848
5579
|
],
|
|
4849
5580
|
"compatibility": {
|
|
4850
|
-
"nuxt": "^2.0.0 ||
|
|
5581
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4851
5582
|
"requires": {
|
|
4852
5583
|
"bridge": "optional"
|
|
4853
5584
|
}
|
|
@@ -4856,10 +5587,10 @@
|
|
|
4856
5587
|
{
|
|
4857
5588
|
"name": "pinia-plugin-persistedstate",
|
|
4858
5589
|
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
4859
|
-
"repo": "prazdevs/pinia-plugin-persistedstate
|
|
4860
|
-
"npm": "
|
|
5590
|
+
"repo": "prazdevs/pinia-plugin-persistedstate",
|
|
5591
|
+
"npm": "pinia-plugin-persistedstate",
|
|
4861
5592
|
"icon": "pinia-plugin-persistedstate.png",
|
|
4862
|
-
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate
|
|
5593
|
+
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
|
|
4863
5594
|
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
4864
5595
|
"learn_more": "",
|
|
4865
5596
|
"category": "Extensions",
|
|
@@ -4871,7 +5602,7 @@
|
|
|
4871
5602
|
}
|
|
4872
5603
|
],
|
|
4873
5604
|
"compatibility": {
|
|
4874
|
-
"nuxt": "^2.0.0 ||
|
|
5605
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4875
5606
|
"requires": {
|
|
4876
5607
|
"bridge": "optional"
|
|
4877
5608
|
}
|
|
@@ -4895,7 +5626,7 @@
|
|
|
4895
5626
|
}
|
|
4896
5627
|
],
|
|
4897
5628
|
"compatibility": {
|
|
4898
|
-
"nuxt": "^2.0.0 ||
|
|
5629
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4899
5630
|
"requires": {
|
|
4900
5631
|
"bridge": "optional"
|
|
4901
5632
|
}
|
|
@@ -4906,20 +5637,42 @@
|
|
|
4906
5637
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4907
5638
|
"repo": "nuxt-modules/plausible",
|
|
4908
5639
|
"npm": "@nuxtjs/plausible",
|
|
4909
|
-
"icon": "",
|
|
5640
|
+
"icon": "plausible.svg",
|
|
4910
5641
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4911
5642
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4912
5643
|
"learn_more": "",
|
|
4913
|
-
"category": "
|
|
5644
|
+
"category": "Analytics",
|
|
4914
5645
|
"type": "community",
|
|
4915
5646
|
"maintainers": [
|
|
4916
5647
|
{
|
|
4917
|
-
"name": "
|
|
4918
|
-
"github": "
|
|
5648
|
+
"name": "Johann Schopplich",
|
|
5649
|
+
"github": "johannschopplich"
|
|
4919
5650
|
}
|
|
4920
5651
|
],
|
|
4921
5652
|
"compatibility": {
|
|
4922
|
-
"nuxt": "^2.0.0",
|
|
5653
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5654
|
+
"requires": {}
|
|
5655
|
+
}
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
"name": "precognition",
|
|
5659
|
+
"description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
|
|
5660
|
+
"repo": "sot1986/nuxt-precognition",
|
|
5661
|
+
"npm": "nuxt-precognition",
|
|
5662
|
+
"icon": "laravel.svg",
|
|
5663
|
+
"github": "https://github.com/sot1986/nuxt-precognition",
|
|
5664
|
+
"website": "https://github.com/sot1986/nuxt-precognition",
|
|
5665
|
+
"learn_more": "",
|
|
5666
|
+
"category": "Security",
|
|
5667
|
+
"type": "3rd-party",
|
|
5668
|
+
"maintainers": [
|
|
5669
|
+
{
|
|
5670
|
+
"name": "sot1986",
|
|
5671
|
+
"github": "sot1986"
|
|
5672
|
+
}
|
|
5673
|
+
],
|
|
5674
|
+
"compatibility": {
|
|
5675
|
+
"nuxt": ">=3.0.0",
|
|
4923
5676
|
"requires": {}
|
|
4924
5677
|
}
|
|
4925
5678
|
},
|
|
@@ -4965,19 +5718,19 @@
|
|
|
4965
5718
|
}
|
|
4966
5719
|
],
|
|
4967
5720
|
"compatibility": {
|
|
4968
|
-
"nuxt": "
|
|
5721
|
+
"nuxt": ">=3.0.0",
|
|
4969
5722
|
"requires": {}
|
|
4970
5723
|
}
|
|
4971
5724
|
},
|
|
4972
5725
|
{
|
|
4973
5726
|
"name": "primevue",
|
|
4974
5727
|
"description": "Next Generation Vue UI Component Library",
|
|
4975
|
-
"repo": "primefaces/primevue
|
|
4976
|
-
"npm": "nuxt-
|
|
5728
|
+
"repo": "primefaces/primevue#master/packages/nuxt-module",
|
|
5729
|
+
"npm": "@primevue/nuxt-module",
|
|
4977
5730
|
"icon": "primevue.svg",
|
|
4978
|
-
"github": "https://github.com/primefaces/primevue
|
|
5731
|
+
"github": "https://github.com/primefaces/primevue/tree/master/packages/nuxt-module",
|
|
4979
5732
|
"website": "https://primevue.org/",
|
|
4980
|
-
"learn_more": "https://primevue.org/",
|
|
5733
|
+
"learn_more": "https://primevue.org/nuxt/",
|
|
4981
5734
|
"category": "UI",
|
|
4982
5735
|
"type": "3rd-party",
|
|
4983
5736
|
"maintainers": [
|
|
@@ -4988,7 +5741,29 @@
|
|
|
4988
5741
|
}
|
|
4989
5742
|
],
|
|
4990
5743
|
"compatibility": {
|
|
4991
|
-
"nuxt": "
|
|
5744
|
+
"nuxt": ">=3.0.0",
|
|
5745
|
+
"requires": {}
|
|
5746
|
+
}
|
|
5747
|
+
},
|
|
5748
|
+
{
|
|
5749
|
+
"name": "prisma",
|
|
5750
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5751
|
+
"repo": "prisma/nuxt-prisma",
|
|
5752
|
+
"npm": "@prisma/nuxt",
|
|
5753
|
+
"icon": "prisma.png",
|
|
5754
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5755
|
+
"website": "https://pris.ly/prisma-nuxt",
|
|
5756
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5757
|
+
"category": "Database",
|
|
5758
|
+
"type": "3rd-party",
|
|
5759
|
+
"maintainers": [
|
|
5760
|
+
{
|
|
5761
|
+
"name": "prisma",
|
|
5762
|
+
"github": "prisma"
|
|
5763
|
+
}
|
|
5764
|
+
],
|
|
5765
|
+
"compatibility": {
|
|
5766
|
+
"nuxt": ">=3.0.0",
|
|
4992
5767
|
"requires": {}
|
|
4993
5768
|
}
|
|
4994
5769
|
},
|
|
@@ -5011,7 +5786,7 @@
|
|
|
5011
5786
|
}
|
|
5012
5787
|
],
|
|
5013
5788
|
"compatibility": {
|
|
5014
|
-
"nuxt": "^2.0.0 ||
|
|
5789
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5015
5790
|
"requires": {}
|
|
5016
5791
|
}
|
|
5017
5792
|
},
|
|
@@ -5033,7 +5808,7 @@
|
|
|
5033
5808
|
}
|
|
5034
5809
|
],
|
|
5035
5810
|
"compatibility": {
|
|
5036
|
-
"nuxt": "
|
|
5811
|
+
"nuxt": ">=3.0.0",
|
|
5037
5812
|
"requires": {}
|
|
5038
5813
|
}
|
|
5039
5814
|
},
|
|
@@ -5123,7 +5898,7 @@
|
|
|
5123
5898
|
}
|
|
5124
5899
|
],
|
|
5125
5900
|
"compatibility": {
|
|
5126
|
-
"nuxt": "^2.0.0 ||
|
|
5901
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5127
5902
|
"requires": {}
|
|
5128
5903
|
}
|
|
5129
5904
|
},
|
|
@@ -5192,7 +5967,7 @@
|
|
|
5192
5967
|
}
|
|
5193
5968
|
],
|
|
5194
5969
|
"compatibility": {
|
|
5195
|
-
"nuxt": "
|
|
5970
|
+
"nuxt": ">=3.0.0",
|
|
5196
5971
|
"requires": {},
|
|
5197
5972
|
"devtools": "^0.0.0"
|
|
5198
5973
|
}
|
|
@@ -5215,7 +5990,7 @@
|
|
|
5215
5990
|
}
|
|
5216
5991
|
],
|
|
5217
5992
|
"compatibility": {
|
|
5218
|
-
"nuxt": "
|
|
5993
|
+
"nuxt": ">=3.0.0",
|
|
5219
5994
|
"requires": {}
|
|
5220
5995
|
}
|
|
5221
5996
|
},
|
|
@@ -5250,7 +6025,7 @@
|
|
|
5250
6025
|
}
|
|
5251
6026
|
],
|
|
5252
6027
|
"compatibility": {
|
|
5253
|
-
"nuxt": "
|
|
6028
|
+
"nuxt": ">=3.0.0",
|
|
5254
6029
|
"requires": {}
|
|
5255
6030
|
}
|
|
5256
6031
|
},
|
|
@@ -5318,7 +6093,7 @@
|
|
|
5318
6093
|
}
|
|
5319
6094
|
],
|
|
5320
6095
|
"compatibility": {
|
|
5321
|
-
"nuxt": "
|
|
6096
|
+
"nuxt": ">=3.0.0",
|
|
5322
6097
|
"requires": {}
|
|
5323
6098
|
}
|
|
5324
6099
|
},
|
|
@@ -5346,10 +6121,10 @@
|
|
|
5346
6121
|
},
|
|
5347
6122
|
{
|
|
5348
6123
|
"name": "robots",
|
|
5349
|
-
"description": "
|
|
6124
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5350
6125
|
"repo": "nuxt-modules/robots",
|
|
5351
6126
|
"npm": "@nuxtjs/robots",
|
|
5352
|
-
"icon": "robots.
|
|
6127
|
+
"icon": "simple-robots.svg",
|
|
5353
6128
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5354
6129
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5355
6130
|
"learn_more": "",
|
|
@@ -5359,10 +6134,16 @@
|
|
|
5359
6134
|
{
|
|
5360
6135
|
"name": "Ricardo Gobbo de Souza",
|
|
5361
6136
|
"github": "ricardogobbosouza"
|
|
6137
|
+
},
|
|
6138
|
+
{
|
|
6139
|
+
"name": "Harlan Wilton",
|
|
6140
|
+
"github": "harlan-zw",
|
|
6141
|
+
"twitter": "harlan_zw",
|
|
6142
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5362
6143
|
}
|
|
5363
6144
|
],
|
|
5364
6145
|
"compatibility": {
|
|
5365
|
-
"nuxt": "^2.0.0 ||
|
|
6146
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5366
6147
|
"requires": {
|
|
5367
6148
|
"bridge": "optional"
|
|
5368
6149
|
}
|
|
@@ -5386,7 +6167,7 @@
|
|
|
5386
6167
|
}
|
|
5387
6168
|
],
|
|
5388
6169
|
"compatibility": {
|
|
5389
|
-
"nuxt": "
|
|
6170
|
+
"nuxt": ">=3.0.0",
|
|
5390
6171
|
"requires": {}
|
|
5391
6172
|
}
|
|
5392
6173
|
},
|
|
@@ -5455,12 +6236,35 @@
|
|
|
5455
6236
|
}
|
|
5456
6237
|
],
|
|
5457
6238
|
"compatibility": {
|
|
5458
|
-
"nuxt": "^2.0.0 ||
|
|
6239
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5459
6240
|
"requires": {
|
|
5460
6241
|
"bridge": "optional"
|
|
5461
6242
|
}
|
|
5462
6243
|
}
|
|
5463
6244
|
},
|
|
6245
|
+
{
|
|
6246
|
+
"name": "scalar",
|
|
6247
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6248
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
6249
|
+
"npm": "@scalar/nuxt",
|
|
6250
|
+
"icon": "scalar.svg",
|
|
6251
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6252
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6253
|
+
"learn_more": "https://scalar.com",
|
|
6254
|
+
"category": "Devtools",
|
|
6255
|
+
"type": "3rd-party",
|
|
6256
|
+
"maintainers": [
|
|
6257
|
+
{
|
|
6258
|
+
"name": "scalar",
|
|
6259
|
+
"github": "scalar",
|
|
6260
|
+
"twitter": "scalar"
|
|
6261
|
+
}
|
|
6262
|
+
],
|
|
6263
|
+
"compatibility": {
|
|
6264
|
+
"nuxt": ">=3.0.0",
|
|
6265
|
+
"requires": {}
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
5464
6268
|
{
|
|
5465
6269
|
"name": "schema-org",
|
|
5466
6270
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5481,7 +6285,30 @@
|
|
|
5481
6285
|
}
|
|
5482
6286
|
],
|
|
5483
6287
|
"compatibility": {
|
|
5484
|
-
"nuxt": "
|
|
6288
|
+
"nuxt": ">=3.0.0",
|
|
6289
|
+
"requires": {}
|
|
6290
|
+
}
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "scripts",
|
|
6294
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6295
|
+
"repo": "nuxt/scripts",
|
|
6296
|
+
"npm": "@nuxt/scripts",
|
|
6297
|
+
"icon": "nuxt.svg",
|
|
6298
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6299
|
+
"website": "https://scripts.nuxt.com",
|
|
6300
|
+
"learn_more": "",
|
|
6301
|
+
"category": "Libraries",
|
|
6302
|
+
"type": "official",
|
|
6303
|
+
"maintainers": [
|
|
6304
|
+
{
|
|
6305
|
+
"name": "Harlan Wilton",
|
|
6306
|
+
"github": "harlan-zw",
|
|
6307
|
+
"twitter": "harlan_zw"
|
|
6308
|
+
}
|
|
6309
|
+
],
|
|
6310
|
+
"compatibility": {
|
|
6311
|
+
"nuxt": ">=3.0.0",
|
|
5485
6312
|
"requires": {}
|
|
5486
6313
|
}
|
|
5487
6314
|
},
|
|
@@ -5526,7 +6353,7 @@
|
|
|
5526
6353
|
}
|
|
5527
6354
|
],
|
|
5528
6355
|
"compatibility": {
|
|
5529
|
-
"nuxt": "
|
|
6356
|
+
"nuxt": ">=3.0.0",
|
|
5530
6357
|
"requires": {}
|
|
5531
6358
|
}
|
|
5532
6359
|
},
|
|
@@ -5594,7 +6421,7 @@
|
|
|
5594
6421
|
}
|
|
5595
6422
|
],
|
|
5596
6423
|
"compatibility": {
|
|
5597
|
-
"nuxt": "
|
|
6424
|
+
"nuxt": ">=3.0.0",
|
|
5598
6425
|
"requires": {}
|
|
5599
6426
|
}
|
|
5600
6427
|
},
|
|
@@ -5639,7 +6466,7 @@
|
|
|
5639
6466
|
}
|
|
5640
6467
|
],
|
|
5641
6468
|
"compatibility": {
|
|
5642
|
-
"nuxt": "
|
|
6469
|
+
"nuxt": ">=3.0.0",
|
|
5643
6470
|
"requires": {}
|
|
5644
6471
|
}
|
|
5645
6472
|
},
|
|
@@ -5707,30 +6534,34 @@
|
|
|
5707
6534
|
}
|
|
5708
6535
|
],
|
|
5709
6536
|
"compatibility": {
|
|
5710
|
-
"nuxt": "
|
|
6537
|
+
"nuxt": ">=3.0.0",
|
|
5711
6538
|
"requires": {}
|
|
5712
6539
|
}
|
|
5713
6540
|
},
|
|
5714
6541
|
{
|
|
5715
|
-
"name": "
|
|
5716
|
-
"description": "
|
|
5717
|
-
"repo": "
|
|
5718
|
-
"npm": "
|
|
5719
|
-
"icon": "
|
|
5720
|
-
"github": "https://github.com/
|
|
5721
|
-
"website": "https://
|
|
5722
|
-
"learn_more": "https://
|
|
5723
|
-
"category": "
|
|
6542
|
+
"name": "shadcn",
|
|
6543
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6544
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6545
|
+
"npm": "shadcn-nuxt",
|
|
6546
|
+
"icon": "",
|
|
6547
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6548
|
+
"website": "https://www.shadcn-vue.com",
|
|
6549
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6550
|
+
"category": "UI",
|
|
5724
6551
|
"type": "3rd-party",
|
|
5725
6552
|
"maintainers": [
|
|
5726
6553
|
{
|
|
5727
|
-
"name": "
|
|
5728
|
-
"github": "
|
|
5729
|
-
"twitter": "
|
|
6554
|
+
"name": "Zernonia",
|
|
6555
|
+
"github": "zernonia",
|
|
6556
|
+
"twitter": "zernonia"
|
|
6557
|
+
},
|
|
6558
|
+
{
|
|
6559
|
+
"name": "Sadegh Barati",
|
|
6560
|
+
"github": "sadeghbarati"
|
|
5730
6561
|
}
|
|
5731
6562
|
],
|
|
5732
6563
|
"compatibility": {
|
|
5733
|
-
"nuxt": "
|
|
6564
|
+
"nuxt": ">=3.0.0",
|
|
5734
6565
|
"requires": {}
|
|
5735
6566
|
}
|
|
5736
6567
|
},
|
|
@@ -5756,15 +6587,37 @@
|
|
|
5756
6587
|
"requires": {}
|
|
5757
6588
|
}
|
|
5758
6589
|
},
|
|
6590
|
+
{
|
|
6591
|
+
"name": "shuimo-ui",
|
|
6592
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6593
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6594
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6595
|
+
"icon": "shuimo-ui.svg",
|
|
6596
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6597
|
+
"website": "https://shuimo.design",
|
|
6598
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6599
|
+
"category": "UI",
|
|
6600
|
+
"type": "3rd-party",
|
|
6601
|
+
"maintainers": [
|
|
6602
|
+
{
|
|
6603
|
+
"name": "higuaifan",
|
|
6604
|
+
"github": "higuaifan"
|
|
6605
|
+
}
|
|
6606
|
+
],
|
|
6607
|
+
"compatibility": {
|
|
6608
|
+
"nuxt": ">=3.0.0",
|
|
6609
|
+
"requires": {}
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
5759
6612
|
{
|
|
5760
6613
|
"name": "sidebase-auth",
|
|
5761
|
-
"description": "Zero-boilerplate authentication for
|
|
6614
|
+
"description": "Zero-boilerplate authentication for Nuxt with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5762
6615
|
"repo": "sidebase/nuxt-auth",
|
|
5763
6616
|
"npm": "@sidebase/nuxt-auth",
|
|
5764
6617
|
"icon": "sidebase-auth.png",
|
|
5765
6618
|
"github": "https://github.com/sidebase/nuxt-auth",
|
|
5766
|
-
"website": "https://
|
|
5767
|
-
"learn_more": "https://
|
|
6619
|
+
"website": "https://auth.sidebase.io/",
|
|
6620
|
+
"learn_more": "https://sidebase.io/",
|
|
5768
6621
|
"category": "Security",
|
|
5769
6622
|
"type": "3rd-party",
|
|
5770
6623
|
"maintainers": [
|
|
@@ -5775,7 +6628,7 @@
|
|
|
5775
6628
|
}
|
|
5776
6629
|
],
|
|
5777
6630
|
"compatibility": {
|
|
5778
|
-
"nuxt": "
|
|
6631
|
+
"nuxt": ">=3.0.0",
|
|
5779
6632
|
"requires": {}
|
|
5780
6633
|
}
|
|
5781
6634
|
},
|
|
@@ -5790,38 +6643,14 @@
|
|
|
5790
6643
|
"learn_more": "https://thesabbir.github.io/simple-line-icons/",
|
|
5791
6644
|
"category": "Fonts",
|
|
5792
6645
|
"type": "3rd-party",
|
|
5793
|
-
"maintainers": [
|
|
5794
|
-
{
|
|
5795
|
-
"name": "vaso2",
|
|
5796
|
-
"github": "vaso2"
|
|
5797
|
-
}
|
|
5798
|
-
],
|
|
5799
|
-
"compatibility": {
|
|
5800
|
-
"nuxt": "^2.0.0",
|
|
5801
|
-
"requires": {}
|
|
5802
|
-
}
|
|
5803
|
-
},
|
|
5804
|
-
{
|
|
5805
|
-
"name": "simple-robots",
|
|
5806
|
-
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5807
|
-
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5808
|
-
"npm": "nuxt-simple-robots",
|
|
5809
|
-
"icon": "simple-robots.svg",
|
|
5810
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5811
|
-
"website": "https://nuxtseo.com/robots",
|
|
5812
|
-
"learn_more": "https://nuxtseo.com/robots",
|
|
5813
|
-
"category": "SEO",
|
|
5814
|
-
"type": "3rd-party",
|
|
5815
|
-
"maintainers": [
|
|
5816
|
-
{
|
|
5817
|
-
"name": "Harlan Wilton",
|
|
5818
|
-
"github": "harlan-zw",
|
|
5819
|
-
"twitter": "harlan_zw",
|
|
5820
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6646
|
+
"maintainers": [
|
|
6647
|
+
{
|
|
6648
|
+
"name": "vaso2",
|
|
6649
|
+
"github": "vaso2"
|
|
5821
6650
|
}
|
|
5822
6651
|
],
|
|
5823
6652
|
"compatibility": {
|
|
5824
|
-
"nuxt": "^
|
|
6653
|
+
"nuxt": "^2.0.0",
|
|
5825
6654
|
"requires": {}
|
|
5826
6655
|
}
|
|
5827
6656
|
},
|
|
@@ -5850,7 +6679,7 @@
|
|
|
5850
6679
|
}
|
|
5851
6680
|
],
|
|
5852
6681
|
"compatibility": {
|
|
5853
|
-
"nuxt": "
|
|
6682
|
+
"nuxt": ">=3.0.0",
|
|
5854
6683
|
"requires": {}
|
|
5855
6684
|
}
|
|
5856
6685
|
},
|
|
@@ -5872,7 +6701,7 @@
|
|
|
5872
6701
|
}
|
|
5873
6702
|
],
|
|
5874
6703
|
"compatibility": {
|
|
5875
|
-
"nuxt": "
|
|
6704
|
+
"nuxt": ">=3.0.0",
|
|
5876
6705
|
"requires": {}
|
|
5877
6706
|
}
|
|
5878
6707
|
},
|
|
@@ -5884,7 +6713,7 @@
|
|
|
5884
6713
|
"icon": "snipcart.png",
|
|
5885
6714
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5886
6715
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5887
|
-
"learn_more": "
|
|
6716
|
+
"learn_more": "",
|
|
5888
6717
|
"category": "Ecommerce",
|
|
5889
6718
|
"type": "community",
|
|
5890
6719
|
"maintainers": [
|
|
@@ -5895,7 +6724,7 @@
|
|
|
5895
6724
|
}
|
|
5896
6725
|
],
|
|
5897
6726
|
"compatibility": {
|
|
5898
|
-
"nuxt": "^2.0.0 ||
|
|
6727
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5899
6728
|
"requires": {}
|
|
5900
6729
|
}
|
|
5901
6730
|
},
|
|
@@ -5966,39 +6795,6 @@
|
|
|
5966
6795
|
"requires": {}
|
|
5967
6796
|
}
|
|
5968
6797
|
},
|
|
5969
|
-
{
|
|
5970
|
-
"name": "speedkit",
|
|
5971
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5972
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5973
|
-
"npm": "nuxt-speedkit",
|
|
5974
|
-
"icon": "speedkit.png",
|
|
5975
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5976
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5977
|
-
"learn_more": "",
|
|
5978
|
-
"category": "Performance",
|
|
5979
|
-
"type": "3rd-party",
|
|
5980
|
-
"maintainers": [
|
|
5981
|
-
{
|
|
5982
|
-
"name": "Stephan Gerbeth",
|
|
5983
|
-
"github": "StephanGerbeth",
|
|
5984
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"name": "Thorn Walli",
|
|
5988
|
-
"github": "ThornWalli",
|
|
5989
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5990
|
-
},
|
|
5991
|
-
{
|
|
5992
|
-
"name": "Grabarz & Partner",
|
|
5993
|
-
"github": "GrabarzUndPartner",
|
|
5994
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5995
|
-
}
|
|
5996
|
-
],
|
|
5997
|
-
"compatibility": {
|
|
5998
|
-
"nuxt": "^2.0.0",
|
|
5999
|
-
"requires": {}
|
|
6000
|
-
}
|
|
6001
|
-
},
|
|
6002
6798
|
{
|
|
6003
6799
|
"name": "ssr-lit",
|
|
6004
6800
|
"description": "",
|
|
@@ -6045,23 +6841,29 @@
|
|
|
6045
6841
|
},
|
|
6046
6842
|
{
|
|
6047
6843
|
"name": "storefront-ui",
|
|
6048
|
-
"description": "Storefront UI
|
|
6049
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6844
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6845
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6050
6846
|
"npm": "@storefront-ui/nuxt",
|
|
6051
6847
|
"icon": "storefront-ui.svg",
|
|
6052
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6053
|
-
"website": "https://docs.storefrontui.io
|
|
6054
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6848
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6849
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6850
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6055
6851
|
"category": "UI",
|
|
6056
6852
|
"type": "3rd-party",
|
|
6057
6853
|
"maintainers": [
|
|
6058
6854
|
{
|
|
6059
|
-
"name": "
|
|
6060
|
-
"github": "
|
|
6855
|
+
"name": "Szymon Dziewoński",
|
|
6856
|
+
"github": "Szymon-dziewonski",
|
|
6857
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "Jakub Freisler",
|
|
6861
|
+
"github": "FRSgit",
|
|
6862
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6061
6863
|
}
|
|
6062
6864
|
],
|
|
6063
6865
|
"compatibility": {
|
|
6064
|
-
"nuxt": "
|
|
6866
|
+
"nuxt": ">=3.0.0",
|
|
6065
6867
|
"requires": {}
|
|
6066
6868
|
}
|
|
6067
6869
|
},
|
|
@@ -6105,20 +6907,20 @@
|
|
|
6105
6907
|
}
|
|
6106
6908
|
],
|
|
6107
6909
|
"compatibility": {
|
|
6108
|
-
"nuxt": "^2.0.0 ||
|
|
6910
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6109
6911
|
"requires": {},
|
|
6110
6912
|
"devtools": "^0.0.0"
|
|
6111
6913
|
}
|
|
6112
6914
|
},
|
|
6113
6915
|
{
|
|
6114
6916
|
"name": "storybook",
|
|
6115
|
-
"description": "Easily integrate Storybook in your Nuxt application to design, build, and
|
|
6116
|
-
"repo": "nuxt-modules/storybook",
|
|
6917
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
|
|
6918
|
+
"repo": "nuxt-modules/storybook#main/packages/nuxt-module",
|
|
6117
6919
|
"npm": "@nuxtjs/storybook",
|
|
6118
6920
|
"icon": "storybook.png",
|
|
6119
6921
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
6120
6922
|
"website": "https://storybook.nuxtjs.org",
|
|
6121
|
-
"learn_more": "
|
|
6923
|
+
"learn_more": "",
|
|
6122
6924
|
"category": "Devtools",
|
|
6123
6925
|
"type": "community",
|
|
6124
6926
|
"maintainers": [
|
|
@@ -6126,10 +6928,14 @@
|
|
|
6126
6928
|
"name": "Chakir QATAB",
|
|
6127
6929
|
"github": "chakAs3",
|
|
6128
6930
|
"twitter": "ChakirQatab"
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"name": "Tobias Diez",
|
|
6934
|
+
"github": "tobiasdiez"
|
|
6129
6935
|
}
|
|
6130
6936
|
],
|
|
6131
6937
|
"compatibility": {
|
|
6132
|
-
"nuxt": "^2.0.0 ||
|
|
6938
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6133
6939
|
"requires": {
|
|
6134
6940
|
"bridge": "optional"
|
|
6135
6941
|
},
|
|
@@ -6160,7 +6966,7 @@
|
|
|
6160
6966
|
}
|
|
6161
6967
|
],
|
|
6162
6968
|
"compatibility": {
|
|
6163
|
-
"nuxt": "^2.0.0 ||
|
|
6969
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6164
6970
|
"requires": {
|
|
6165
6971
|
"bridge": true
|
|
6166
6972
|
},
|
|
@@ -6189,7 +6995,7 @@
|
|
|
6189
6995
|
}
|
|
6190
6996
|
],
|
|
6191
6997
|
"compatibility": {
|
|
6192
|
-
"nuxt": "
|
|
6998
|
+
"nuxt": ">=3.0.0",
|
|
6193
6999
|
"requires": {}
|
|
6194
7000
|
}
|
|
6195
7001
|
},
|
|
@@ -6239,7 +7045,7 @@
|
|
|
6239
7045
|
}
|
|
6240
7046
|
],
|
|
6241
7047
|
"compatibility": {
|
|
6242
|
-
"nuxt": "
|
|
7048
|
+
"nuxt": ">=3.0.0",
|
|
6243
7049
|
"requires": {
|
|
6244
7050
|
"content": true
|
|
6245
7051
|
}
|
|
@@ -6286,30 +7092,7 @@
|
|
|
6286
7092
|
}
|
|
6287
7093
|
],
|
|
6288
7094
|
"compatibility": {
|
|
6289
|
-
"nuxt": "^2.0.0 ||
|
|
6290
|
-
"requires": {}
|
|
6291
|
-
}
|
|
6292
|
-
},
|
|
6293
|
-
{
|
|
6294
|
-
"name": "stylify",
|
|
6295
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6296
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6297
|
-
"npm": "@stylify/nuxt",
|
|
6298
|
-
"icon": "stylify.svg",
|
|
6299
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6300
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6301
|
-
"learn_more": "https://stylifycss.com",
|
|
6302
|
-
"category": "UI",
|
|
6303
|
-
"type": "3rd-party",
|
|
6304
|
-
"maintainers": [
|
|
6305
|
-
{
|
|
6306
|
-
"name": "Vladimír Macháček",
|
|
6307
|
-
"github": "Machy8",
|
|
6308
|
-
"twitter": "8machy"
|
|
6309
|
-
}
|
|
6310
|
-
],
|
|
6311
|
-
"compatibility": {
|
|
6312
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7095
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6313
7096
|
"requires": {}
|
|
6314
7097
|
}
|
|
6315
7098
|
},
|
|
@@ -6342,7 +7125,30 @@
|
|
|
6342
7125
|
}
|
|
6343
7126
|
],
|
|
6344
7127
|
"compatibility": {
|
|
6345
|
-
"nuxt": "^2.0.0 ||
|
|
7128
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7129
|
+
"requires": {}
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
{
|
|
7133
|
+
"name": "surrealdb",
|
|
7134
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
7135
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
7136
|
+
"npm": "nuxt-surrealdb",
|
|
7137
|
+
"icon": "surrealdb.png",
|
|
7138
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
7139
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
7140
|
+
"learn_more": "",
|
|
7141
|
+
"category": "Database",
|
|
7142
|
+
"type": "3rd-party",
|
|
7143
|
+
"maintainers": [
|
|
7144
|
+
{
|
|
7145
|
+
"name": "Sandro Circi",
|
|
7146
|
+
"github": "sandros94",
|
|
7147
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"compatibility": {
|
|
7151
|
+
"nuxt": ">=3.10.0",
|
|
6346
7152
|
"requires": {}
|
|
6347
7153
|
}
|
|
6348
7154
|
},
|
|
@@ -6387,7 +7193,7 @@
|
|
|
6387
7193
|
}
|
|
6388
7194
|
],
|
|
6389
7195
|
"compatibility": {
|
|
6390
|
-
"nuxt": "^2.0.0 ||
|
|
7196
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6391
7197
|
"requires": {}
|
|
6392
7198
|
}
|
|
6393
7199
|
},
|
|
@@ -6435,6 +7241,30 @@
|
|
|
6435
7241
|
"requires": {}
|
|
6436
7242
|
}
|
|
6437
7243
|
},
|
|
7244
|
+
{
|
|
7245
|
+
"name": "swiftsearch",
|
|
7246
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
7247
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
7248
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
7249
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
7250
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
7251
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
7252
|
+
"learn_more": "",
|
|
7253
|
+
"category": "Libraries",
|
|
7254
|
+
"type": "3rd-party",
|
|
7255
|
+
"maintainers": [
|
|
7256
|
+
{
|
|
7257
|
+
"name": "Matteo Rigoni",
|
|
7258
|
+
"github": "rigo-m",
|
|
7259
|
+
"twitter": "MatteoRigoni",
|
|
7260
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
7261
|
+
}
|
|
7262
|
+
],
|
|
7263
|
+
"compatibility": {
|
|
7264
|
+
"nuxt": ">=3.10.0",
|
|
7265
|
+
"requires": {}
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
6438
7268
|
{
|
|
6439
7269
|
"name": "swiper",
|
|
6440
7270
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6453,7 +7283,7 @@
|
|
|
6453
7283
|
}
|
|
6454
7284
|
],
|
|
6455
7285
|
"compatibility": {
|
|
6456
|
-
"nuxt": "
|
|
7286
|
+
"nuxt": ">=3.0.0",
|
|
6457
7287
|
"requires": {}
|
|
6458
7288
|
}
|
|
6459
7289
|
},
|
|
@@ -6476,7 +7306,7 @@
|
|
|
6476
7306
|
}
|
|
6477
7307
|
],
|
|
6478
7308
|
"compatibility": {
|
|
6479
|
-
"nuxt": "
|
|
7309
|
+
"nuxt": ">=3.0.0",
|
|
6480
7310
|
"requires": {}
|
|
6481
7311
|
}
|
|
6482
7312
|
},
|
|
@@ -6489,7 +7319,7 @@
|
|
|
6489
7319
|
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
6490
7320
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
6491
7321
|
"learn_more": "https://tailwindcss.com/",
|
|
6492
|
-
"category": "
|
|
7322
|
+
"category": "CSS",
|
|
6493
7323
|
"type": "community",
|
|
6494
7324
|
"maintainers": [
|
|
6495
7325
|
{
|
|
@@ -6503,9 +7333,62 @@
|
|
|
6503
7333
|
}
|
|
6504
7334
|
],
|
|
6505
7335
|
"compatibility": {
|
|
6506
|
-
"nuxt": "^2.0.0 ||
|
|
7336
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6507
7337
|
"requires": {},
|
|
6508
7338
|
"devtools": "^0.0.0"
|
|
7339
|
+
},
|
|
7340
|
+
"aliases": [
|
|
7341
|
+
"tailwind"
|
|
7342
|
+
]
|
|
7343
|
+
},
|
|
7344
|
+
{
|
|
7345
|
+
"name": "test-utils",
|
|
7346
|
+
"description": "Test utilities for Nuxt",
|
|
7347
|
+
"repo": "nuxt/test-utils#main",
|
|
7348
|
+
"npm": "@nuxt/test-utils",
|
|
7349
|
+
"icon": "nuxt.svg",
|
|
7350
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
7351
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
7352
|
+
"learn_more": "",
|
|
7353
|
+
"category": "Devtools",
|
|
7354
|
+
"type": "official",
|
|
7355
|
+
"maintainers": [
|
|
7356
|
+
{
|
|
7357
|
+
"name": "Daniel Roe",
|
|
7358
|
+
"github": "danielroe",
|
|
7359
|
+
"twitter": "danielcroe"
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "Anthony Fu",
|
|
7363
|
+
"github": "antfu",
|
|
7364
|
+
"twitter": "antfu7"
|
|
7365
|
+
}
|
|
7366
|
+
],
|
|
7367
|
+
"compatibility": {
|
|
7368
|
+
"nuxt": ">=3.0.0",
|
|
7369
|
+
"requires": {}
|
|
7370
|
+
}
|
|
7371
|
+
},
|
|
7372
|
+
{
|
|
7373
|
+
"name": "tgauth",
|
|
7374
|
+
"description": "Extremely simple \"Login with Telegram\" button",
|
|
7375
|
+
"repo": "paranoidphantom/tgauth",
|
|
7376
|
+
"npm": "@paranoidphantom/tgauth",
|
|
7377
|
+
"icon": "tgauth.png",
|
|
7378
|
+
"github": "https://github.com/paranoidphantom/tgauth",
|
|
7379
|
+
"website": "https://github.com/paranoidphantom/tgauth",
|
|
7380
|
+
"learn_more": "https://github.com/paranoidphantom/tgauth",
|
|
7381
|
+
"category": "Security",
|
|
7382
|
+
"type": "3rd-party",
|
|
7383
|
+
"maintainers": [
|
|
7384
|
+
{
|
|
7385
|
+
"name": "Andrei Hudalla",
|
|
7386
|
+
"github": "paranoidPhantom"
|
|
7387
|
+
}
|
|
7388
|
+
],
|
|
7389
|
+
"compatibility": {
|
|
7390
|
+
"nuxt": "^3.11.0",
|
|
7391
|
+
"requires": {}
|
|
6509
7392
|
}
|
|
6510
7393
|
},
|
|
6511
7394
|
{
|
|
@@ -6549,7 +7432,7 @@
|
|
|
6549
7432
|
}
|
|
6550
7433
|
],
|
|
6551
7434
|
"compatibility": {
|
|
6552
|
-
"nuxt": "
|
|
7435
|
+
"nuxt": ">=3.0.0",
|
|
6553
7436
|
"requires": {}
|
|
6554
7437
|
}
|
|
6555
7438
|
},
|
|
@@ -6560,8 +7443,8 @@
|
|
|
6560
7443
|
"npm": "nuxt-tiptap-editor",
|
|
6561
7444
|
"icon": "tiptap.png",
|
|
6562
7445
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6563
|
-
"website": "https://
|
|
6564
|
-
"learn_more": "https://
|
|
7446
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7447
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6565
7448
|
"category": "Libraries",
|
|
6566
7449
|
"type": "3rd-party",
|
|
6567
7450
|
"maintainers": [
|
|
@@ -6571,7 +7454,7 @@
|
|
|
6571
7454
|
}
|
|
6572
7455
|
],
|
|
6573
7456
|
"compatibility": {
|
|
6574
|
-
"nuxt": "
|
|
7457
|
+
"nuxt": ">=3.0.0",
|
|
6575
7458
|
"requires": {}
|
|
6576
7459
|
}
|
|
6577
7460
|
},
|
|
@@ -6598,6 +7481,28 @@
|
|
|
6598
7481
|
"requires": {}
|
|
6599
7482
|
}
|
|
6600
7483
|
},
|
|
7484
|
+
{
|
|
7485
|
+
"name": "tradingview",
|
|
7486
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7487
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7488
|
+
"npm": "nuxt-tradingview",
|
|
7489
|
+
"icon": "tradingview.svg",
|
|
7490
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7491
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7492
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7493
|
+
"category": "Extensions",
|
|
7494
|
+
"type": "3rd-party",
|
|
7495
|
+
"maintainers": [
|
|
7496
|
+
{
|
|
7497
|
+
"name": "Volkan Akkuş",
|
|
7498
|
+
"github": "volkanakkus"
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"compatibility": {
|
|
7502
|
+
"nuxt": ">=3.0.0",
|
|
7503
|
+
"requires": {}
|
|
7504
|
+
}
|
|
7505
|
+
},
|
|
6601
7506
|
{
|
|
6602
7507
|
"name": "translation-manager",
|
|
6603
7508
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -6616,7 +7521,7 @@
|
|
|
6616
7521
|
}
|
|
6617
7522
|
],
|
|
6618
7523
|
"compatibility": {
|
|
6619
|
-
"nuxt": "
|
|
7524
|
+
"nuxt": ">=3.0.0",
|
|
6620
7525
|
"requires": {}
|
|
6621
7526
|
}
|
|
6622
7527
|
},
|
|
@@ -6649,7 +7554,7 @@
|
|
|
6649
7554
|
}
|
|
6650
7555
|
],
|
|
6651
7556
|
"compatibility": {
|
|
6652
|
-
"nuxt": "
|
|
7557
|
+
"nuxt": ">=3.0.0",
|
|
6653
7558
|
"requires": {}
|
|
6654
7559
|
}
|
|
6655
7560
|
},
|
|
@@ -6672,7 +7577,7 @@
|
|
|
6672
7577
|
}
|
|
6673
7578
|
],
|
|
6674
7579
|
"compatibility": {
|
|
6675
|
-
"nuxt": "^2.0.0 ||
|
|
7580
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6676
7581
|
"requires": {
|
|
6677
7582
|
"bridge": true
|
|
6678
7583
|
}
|
|
@@ -6720,7 +7625,7 @@
|
|
|
6720
7625
|
}
|
|
6721
7626
|
],
|
|
6722
7627
|
"compatibility": {
|
|
6723
|
-
"nuxt": "
|
|
7628
|
+
"nuxt": ">=3.0.0",
|
|
6724
7629
|
"requires": {}
|
|
6725
7630
|
}
|
|
6726
7631
|
},
|
|
@@ -6753,7 +7658,7 @@
|
|
|
6753
7658
|
}
|
|
6754
7659
|
],
|
|
6755
7660
|
"compatibility": {
|
|
6756
|
-
"nuxt": "^2.0.0 ||
|
|
7661
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6757
7662
|
"requires": {}
|
|
6758
7663
|
}
|
|
6759
7664
|
},
|
|
@@ -6775,7 +7680,7 @@
|
|
|
6775
7680
|
}
|
|
6776
7681
|
],
|
|
6777
7682
|
"compatibility": {
|
|
6778
|
-
"nuxt": "^2.0.0 ||
|
|
7683
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6779
7684
|
"requires": {}
|
|
6780
7685
|
}
|
|
6781
7686
|
},
|
|
@@ -6887,7 +7792,7 @@
|
|
|
6887
7792
|
}
|
|
6888
7793
|
],
|
|
6889
7794
|
"compatibility": {
|
|
6890
|
-
"nuxt": "^2.0.0 ||
|
|
7795
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6891
7796
|
"requires": {},
|
|
6892
7797
|
"devtools": "^0.0.0"
|
|
6893
7798
|
}
|
|
@@ -6921,7 +7826,7 @@
|
|
|
6921
7826
|
}
|
|
6922
7827
|
],
|
|
6923
7828
|
"compatibility": {
|
|
6924
|
-
"nuxt": "
|
|
7829
|
+
"nuxt": ">=3.0.0",
|
|
6925
7830
|
"requires": {}
|
|
6926
7831
|
}
|
|
6927
7832
|
},
|
|
@@ -6943,7 +7848,7 @@
|
|
|
6943
7848
|
}
|
|
6944
7849
|
],
|
|
6945
7850
|
"compatibility": {
|
|
6946
|
-
"nuxt": "^2.0.0 ||
|
|
7851
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6947
7852
|
"requires": {
|
|
6948
7853
|
"bridge": "optional"
|
|
6949
7854
|
}
|
|
@@ -6995,36 +7900,10 @@
|
|
|
6995
7900
|
}
|
|
6996
7901
|
],
|
|
6997
7902
|
"compatibility": {
|
|
6998
|
-
"nuxt": "
|
|
7903
|
+
"nuxt": ">=3.0.0",
|
|
6999
7904
|
"requires": {}
|
|
7000
7905
|
}
|
|
7001
7906
|
},
|
|
7002
|
-
{
|
|
7003
|
-
"name": "unlighthouse",
|
|
7004
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
7005
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
7006
|
-
"npm": "@unlighthouse/nuxt",
|
|
7007
|
-
"icon": "unlighthouse.svg",
|
|
7008
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
7009
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
7010
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
7011
|
-
"category": "Devtools",
|
|
7012
|
-
"type": "3rd-party",
|
|
7013
|
-
"maintainers": [
|
|
7014
|
-
{
|
|
7015
|
-
"name": "Harlan Wilton",
|
|
7016
|
-
"github": "harlan-zw",
|
|
7017
|
-
"twitter": "harlan_zw",
|
|
7018
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7019
|
-
}
|
|
7020
|
-
],
|
|
7021
|
-
"compatibility": {
|
|
7022
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7023
|
-
"requires": {
|
|
7024
|
-
"bridge": "optional"
|
|
7025
|
-
}
|
|
7026
|
-
}
|
|
7027
|
-
},
|
|
7028
7907
|
{
|
|
7029
7908
|
"name": "unocss",
|
|
7030
7909
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -7034,7 +7913,7 @@
|
|
|
7034
7913
|
"github": "https://github.com/unocss/unocss",
|
|
7035
7914
|
"website": "https://github.com/unocss/unocss",
|
|
7036
7915
|
"learn_more": "https://github.com/unocss/unocss",
|
|
7037
|
-
"category": "
|
|
7916
|
+
"category": "CSS",
|
|
7038
7917
|
"type": "3rd-party",
|
|
7039
7918
|
"maintainers": [
|
|
7040
7919
|
{
|
|
@@ -7045,7 +7924,7 @@
|
|
|
7045
7924
|
}
|
|
7046
7925
|
],
|
|
7047
7926
|
"compatibility": {
|
|
7048
|
-
"nuxt": "^2.0.0 ||
|
|
7927
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7049
7928
|
"requires": {
|
|
7050
7929
|
"bridge": "optional"
|
|
7051
7930
|
},
|
|
@@ -7059,8 +7938,8 @@
|
|
|
7059
7938
|
"npm": "nuxt-ununura",
|
|
7060
7939
|
"icon": "ununuracss.png",
|
|
7061
7940
|
"github": "https://github.com/novout/ununuracss",
|
|
7062
|
-
"website": "https://
|
|
7063
|
-
"learn_more": "https://
|
|
7941
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7942
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
7064
7943
|
"category": "UI",
|
|
7065
7944
|
"type": "3rd-party",
|
|
7066
7945
|
"maintainers": [
|
|
@@ -7071,7 +7950,7 @@
|
|
|
7071
7950
|
}
|
|
7072
7951
|
],
|
|
7073
7952
|
"compatibility": {
|
|
7074
|
-
"nuxt": "^2.0.0 ||
|
|
7953
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7075
7954
|
"requires": {}
|
|
7076
7955
|
}
|
|
7077
7956
|
},
|
|
@@ -7093,34 +7972,10 @@
|
|
|
7093
7972
|
}
|
|
7094
7973
|
],
|
|
7095
7974
|
"compatibility": {
|
|
7096
|
-
"nuxt": "
|
|
7975
|
+
"nuxt": ">=3.0.0",
|
|
7097
7976
|
"requires": {}
|
|
7098
7977
|
}
|
|
7099
7978
|
},
|
|
7100
|
-
{
|
|
7101
|
-
"name": "use-wagmi",
|
|
7102
|
-
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7103
|
-
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7104
|
-
"npm": "@use-wagmi/nuxt",
|
|
7105
|
-
"icon": "use-wagmi.png",
|
|
7106
|
-
"github": "https://github.com/unicape/use-wagmi",
|
|
7107
|
-
"website": "https://github.com/unicape/use-wagmi",
|
|
7108
|
-
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7109
|
-
"category": "Extensions",
|
|
7110
|
-
"type": "3rd-party",
|
|
7111
|
-
"maintainers": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "Unic Ape",
|
|
7114
|
-
"github": "unicape"
|
|
7115
|
-
}
|
|
7116
|
-
],
|
|
7117
|
-
"compatibility": {
|
|
7118
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7119
|
-
"requires": {
|
|
7120
|
-
"bridge": true
|
|
7121
|
-
}
|
|
7122
|
-
}
|
|
7123
|
-
},
|
|
7124
7979
|
{
|
|
7125
7980
|
"name": "user-agent",
|
|
7126
7981
|
"description": "Nuxt module for handling User-Agent.",
|
|
@@ -7143,28 +7998,6 @@
|
|
|
7143
7998
|
"requires": {}
|
|
7144
7999
|
}
|
|
7145
8000
|
},
|
|
7146
|
-
{
|
|
7147
|
-
"name": "validate",
|
|
7148
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
7149
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
7150
|
-
"npm": "nuxt-validate",
|
|
7151
|
-
"icon": "vee-validate.png",
|
|
7152
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
7153
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
7154
|
-
"learn_more": "",
|
|
7155
|
-
"category": "Libraries",
|
|
7156
|
-
"type": "3rd-party",
|
|
7157
|
-
"maintainers": [
|
|
7158
|
-
{
|
|
7159
|
-
"name": "lewyuburi",
|
|
7160
|
-
"github": "lewyuburi"
|
|
7161
|
-
}
|
|
7162
|
-
],
|
|
7163
|
-
"compatibility": {
|
|
7164
|
-
"nuxt": "^2.0.0",
|
|
7165
|
-
"requires": {}
|
|
7166
|
-
}
|
|
7167
|
-
},
|
|
7168
8001
|
{
|
|
7169
8002
|
"name": "vant",
|
|
7170
8003
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -7183,7 +8016,7 @@
|
|
|
7183
8016
|
}
|
|
7184
8017
|
],
|
|
7185
8018
|
"compatibility": {
|
|
7186
|
-
"nuxt": "
|
|
8019
|
+
"nuxt": ">=3.0.0",
|
|
7187
8020
|
"requires": {
|
|
7188
8021
|
"bridge": "optional"
|
|
7189
8022
|
}
|
|
@@ -7196,7 +8029,7 @@
|
|
|
7196
8029
|
"npm": "@varlet/nuxt",
|
|
7197
8030
|
"icon": "varlet.svg",
|
|
7198
8031
|
"github": "https://github.com/varletjs/varlet",
|
|
7199
|
-
"website": "https://varlet.
|
|
8032
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7200
8033
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7201
8034
|
"category": "UI",
|
|
7202
8035
|
"type": "3rd-party",
|
|
@@ -7207,20 +8040,42 @@
|
|
|
7207
8040
|
}
|
|
7208
8041
|
],
|
|
7209
8042
|
"compatibility": {
|
|
7210
|
-
"nuxt": "
|
|
8043
|
+
"nuxt": ">=3.0.0",
|
|
7211
8044
|
"requires": {
|
|
7212
8045
|
"bridge": "optional"
|
|
7213
8046
|
}
|
|
7214
8047
|
}
|
|
7215
8048
|
},
|
|
8049
|
+
{
|
|
8050
|
+
"name": "vaxee",
|
|
8051
|
+
"description": "The State Manager for Vue 3",
|
|
8052
|
+
"repo": "letstri/vaxee#main/packages/nuxt",
|
|
8053
|
+
"npm": "@vaxee/nuxt",
|
|
8054
|
+
"icon": "vaxee.svg",
|
|
8055
|
+
"github": "https://github.com/letstri/vaxee/tree/main/packages/nuxt",
|
|
8056
|
+
"website": "https://vaxee.letstri.dev/",
|
|
8057
|
+
"learn_more": "",
|
|
8058
|
+
"category": "Extensions",
|
|
8059
|
+
"type": "3rd-party",
|
|
8060
|
+
"maintainers": [
|
|
8061
|
+
{
|
|
8062
|
+
"name": "letstri",
|
|
8063
|
+
"github": "letstri"
|
|
8064
|
+
}
|
|
8065
|
+
],
|
|
8066
|
+
"compatibility": {
|
|
8067
|
+
"nuxt": "^3.0.0",
|
|
8068
|
+
"requires": {}
|
|
8069
|
+
}
|
|
8070
|
+
},
|
|
7216
8071
|
{
|
|
7217
8072
|
"name": "vcalendar",
|
|
7218
8073
|
"description": "VCalendar module for Nuxt",
|
|
7219
8074
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7220
8075
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7221
8076
|
"icon": "vcalendar.png",
|
|
7222
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7223
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
8077
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
8078
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7224
8079
|
"learn_more": "",
|
|
7225
8080
|
"category": "Libraries",
|
|
7226
8081
|
"type": "3rd-party",
|
|
@@ -7231,7 +8086,7 @@
|
|
|
7231
8086
|
}
|
|
7232
8087
|
],
|
|
7233
8088
|
"compatibility": {
|
|
7234
|
-
"nuxt": "
|
|
8089
|
+
"nuxt": ">=3.0.0",
|
|
7235
8090
|
"requires": {}
|
|
7236
8091
|
}
|
|
7237
8092
|
},
|
|
@@ -7253,7 +8108,7 @@
|
|
|
7253
8108
|
}
|
|
7254
8109
|
],
|
|
7255
8110
|
"compatibility": {
|
|
7256
|
-
"nuxt": "
|
|
8111
|
+
"nuxt": ">=3.0.0",
|
|
7257
8112
|
"requires": {}
|
|
7258
8113
|
}
|
|
7259
8114
|
},
|
|
@@ -7280,28 +8135,6 @@
|
|
|
7280
8135
|
"requires": {}
|
|
7281
8136
|
}
|
|
7282
8137
|
},
|
|
7283
|
-
{
|
|
7284
|
-
"name": "vercel-analytics",
|
|
7285
|
-
"description": "Vercel Analytics integration for Nuxt",
|
|
7286
|
-
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7287
|
-
"npm": "nuxt-vercel-analytics",
|
|
7288
|
-
"icon": "",
|
|
7289
|
-
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7290
|
-
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7291
|
-
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7292
|
-
"category": "Analytics",
|
|
7293
|
-
"type": "3rd-party",
|
|
7294
|
-
"maintainers": [
|
|
7295
|
-
{
|
|
7296
|
-
"name": "Alexander B.",
|
|
7297
|
-
"github": "xanderbarkhatov"
|
|
7298
|
-
}
|
|
7299
|
-
],
|
|
7300
|
-
"compatibility": {
|
|
7301
|
-
"nuxt": "^3.0.0",
|
|
7302
|
-
"requires": {}
|
|
7303
|
-
}
|
|
7304
|
-
},
|
|
7305
8138
|
{
|
|
7306
8139
|
"name": "vexip-ui",
|
|
7307
8140
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -7321,7 +8154,7 @@
|
|
|
7321
8154
|
}
|
|
7322
8155
|
],
|
|
7323
8156
|
"compatibility": {
|
|
7324
|
-
"nuxt": "
|
|
8157
|
+
"nuxt": ">=3.0.0",
|
|
7325
8158
|
"requires": {}
|
|
7326
8159
|
}
|
|
7327
8160
|
},
|
|
@@ -7349,37 +8182,10 @@
|
|
|
7349
8182
|
}
|
|
7350
8183
|
],
|
|
7351
8184
|
"compatibility": {
|
|
7352
|
-
"nuxt": "
|
|
8185
|
+
"nuxt": ">=3.0.0",
|
|
7353
8186
|
"requires": {}
|
|
7354
8187
|
}
|
|
7355
8188
|
},
|
|
7356
|
-
{
|
|
7357
|
-
"name": "vitest",
|
|
7358
|
-
"description": "Vitest integration with Nuxt",
|
|
7359
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7360
|
-
"npm": "nuxt-vitest",
|
|
7361
|
-
"icon": "vitest.svg",
|
|
7362
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7363
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7364
|
-
"learn_more": "",
|
|
7365
|
-
"category": "Devtools",
|
|
7366
|
-
"type": "3rd-party",
|
|
7367
|
-
"maintainers": [
|
|
7368
|
-
{
|
|
7369
|
-
"name": "Daniel Roe",
|
|
7370
|
-
"github": "danielroe"
|
|
7371
|
-
},
|
|
7372
|
-
{
|
|
7373
|
-
"name": "Anthony Fu",
|
|
7374
|
-
"github": "antfu"
|
|
7375
|
-
}
|
|
7376
|
-
],
|
|
7377
|
-
"compatibility": {
|
|
7378
|
-
"nuxt": "^3.0.0",
|
|
7379
|
-
"requires": {},
|
|
7380
|
-
"devtools": "^0.0.0"
|
|
7381
|
-
}
|
|
7382
|
-
},
|
|
7383
8189
|
{
|
|
7384
8190
|
"name": "vue-email",
|
|
7385
8191
|
"description": "💌 Write email templates with vue",
|
|
@@ -7388,7 +8194,7 @@
|
|
|
7388
8194
|
"icon": "vue-email.svg",
|
|
7389
8195
|
"github": "https://github.com/vue-email/nuxt",
|
|
7390
8196
|
"website": "https://vuemail.net/",
|
|
7391
|
-
"learn_more": "https://vuemail.net/
|
|
8197
|
+
"learn_more": "https://vuemail.net/",
|
|
7392
8198
|
"category": "UI",
|
|
7393
8199
|
"type": "3rd-party",
|
|
7394
8200
|
"maintainers": [
|
|
@@ -7406,7 +8212,7 @@
|
|
|
7406
8212
|
}
|
|
7407
8213
|
],
|
|
7408
8214
|
"compatibility": {
|
|
7409
|
-
"nuxt": "
|
|
8215
|
+
"nuxt": ">=3.0.0",
|
|
7410
8216
|
"requires": {},
|
|
7411
8217
|
"devtools": "^0.0.0"
|
|
7412
8218
|
}
|
|
@@ -7430,7 +8236,7 @@
|
|
|
7430
8236
|
}
|
|
7431
8237
|
],
|
|
7432
8238
|
"compatibility": {
|
|
7433
|
-
"nuxt": "
|
|
8239
|
+
"nuxt": ">=3.0.0",
|
|
7434
8240
|
"requires": {}
|
|
7435
8241
|
}
|
|
7436
8242
|
},
|
|
@@ -7453,7 +8259,7 @@
|
|
|
7453
8259
|
}
|
|
7454
8260
|
],
|
|
7455
8261
|
"compatibility": {
|
|
7456
|
-
"nuxt": "
|
|
8262
|
+
"nuxt": ">=3.0.0",
|
|
7457
8263
|
"requires": {
|
|
7458
8264
|
"bridge": "optional"
|
|
7459
8265
|
},
|
|
@@ -7509,7 +8315,7 @@
|
|
|
7509
8315
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7510
8316
|
"repo": "moritzsternemann/vue-plausible",
|
|
7511
8317
|
"npm": "vue-plausible",
|
|
7512
|
-
"icon": "plausible.
|
|
8318
|
+
"icon": "plausible.svg",
|
|
7513
8319
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7514
8320
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7515
8321
|
"learn_more": "",
|
|
@@ -7545,7 +8351,7 @@
|
|
|
7545
8351
|
}
|
|
7546
8352
|
],
|
|
7547
8353
|
"compatibility": {
|
|
7548
|
-
"nuxt": "
|
|
8354
|
+
"nuxt": ">=3.0.0",
|
|
7549
8355
|
"requires": {}
|
|
7550
8356
|
}
|
|
7551
8357
|
},
|
|
@@ -7590,7 +8396,7 @@
|
|
|
7590
8396
|
}
|
|
7591
8397
|
],
|
|
7592
8398
|
"compatibility": {
|
|
7593
|
-
"nuxt": "^2.0.0 ||
|
|
8399
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7594
8400
|
"requires": {
|
|
7595
8401
|
"bridge": "optional"
|
|
7596
8402
|
}
|
|
@@ -7638,7 +8444,7 @@
|
|
|
7638
8444
|
}
|
|
7639
8445
|
],
|
|
7640
8446
|
"compatibility": {
|
|
7641
|
-
"nuxt": "
|
|
8447
|
+
"nuxt": ">=3.0.0",
|
|
7642
8448
|
"requires": {}
|
|
7643
8449
|
}
|
|
7644
8450
|
},
|
|
@@ -7660,7 +8466,7 @@
|
|
|
7660
8466
|
}
|
|
7661
8467
|
],
|
|
7662
8468
|
"compatibility": {
|
|
7663
|
-
"nuxt": "
|
|
8469
|
+
"nuxt": ">=3.0.0",
|
|
7664
8470
|
"requires": {}
|
|
7665
8471
|
}
|
|
7666
8472
|
},
|
|
@@ -7683,7 +8489,7 @@
|
|
|
7683
8489
|
}
|
|
7684
8490
|
],
|
|
7685
8491
|
"compatibility": {
|
|
7686
|
-
"nuxt": "
|
|
8492
|
+
"nuxt": ">=3.0.0",
|
|
7687
8493
|
"requires": {}
|
|
7688
8494
|
}
|
|
7689
8495
|
},
|
|
@@ -7706,7 +8512,7 @@
|
|
|
7706
8512
|
}
|
|
7707
8513
|
],
|
|
7708
8514
|
"compatibility": {
|
|
7709
|
-
"nuxt": "
|
|
8515
|
+
"nuxt": ">=3.0.0",
|
|
7710
8516
|
"requires": {}
|
|
7711
8517
|
}
|
|
7712
8518
|
},
|
|
@@ -7728,19 +8534,19 @@
|
|
|
7728
8534
|
}
|
|
7729
8535
|
],
|
|
7730
8536
|
"compatibility": {
|
|
7731
|
-
"nuxt": "
|
|
8537
|
+
"nuxt": ">=3.0.0",
|
|
7732
8538
|
"requires": {}
|
|
7733
8539
|
}
|
|
7734
8540
|
},
|
|
7735
8541
|
{
|
|
7736
8542
|
"name": "vuetify-nuxt-module",
|
|
7737
8543
|
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7738
|
-
"repo": "
|
|
8544
|
+
"repo": "vuetifyjs/nuxt-module",
|
|
7739
8545
|
"npm": "vuetify-nuxt-module",
|
|
7740
8546
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7741
|
-
"github": "https://github.com/
|
|
7742
|
-
"website": "https://
|
|
7743
|
-
"learn_more": "https://github.com/
|
|
8547
|
+
"github": "https://github.com/vuetifyjs/nuxt-module",
|
|
8548
|
+
"website": "https://nuxt.vuetifyjs.com/",
|
|
8549
|
+
"learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
|
|
7744
8550
|
"category": "UI",
|
|
7745
8551
|
"type": "3rd-party",
|
|
7746
8552
|
"maintainers": [
|
|
@@ -7750,7 +8556,7 @@
|
|
|
7750
8556
|
}
|
|
7751
8557
|
],
|
|
7752
8558
|
"compatibility": {
|
|
7753
|
-
"nuxt": "
|
|
8559
|
+
"nuxt": ">=3.0.0",
|
|
7754
8560
|
"requires": {}
|
|
7755
8561
|
}
|
|
7756
8562
|
},
|
|
@@ -7800,7 +8606,7 @@
|
|
|
7800
8606
|
}
|
|
7801
8607
|
],
|
|
7802
8608
|
"compatibility": {
|
|
7803
|
-
"nuxt": "^2.0.0 ||
|
|
8609
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7804
8610
|
"requires": {
|
|
7805
8611
|
"bridge": "optional"
|
|
7806
8612
|
},
|
|
@@ -7848,7 +8654,7 @@
|
|
|
7848
8654
|
}
|
|
7849
8655
|
],
|
|
7850
8656
|
"compatibility": {
|
|
7851
|
-
"nuxt": "
|
|
8657
|
+
"nuxt": ">=3.0.0",
|
|
7852
8658
|
"requires": {}
|
|
7853
8659
|
}
|
|
7854
8660
|
},
|
|
@@ -7880,7 +8686,7 @@
|
|
|
7880
8686
|
}
|
|
7881
8687
|
],
|
|
7882
8688
|
"compatibility": {
|
|
7883
|
-
"nuxt": "^2.0.0 ||
|
|
8689
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7884
8690
|
"requires": {
|
|
7885
8691
|
"bridge": "optional"
|
|
7886
8692
|
}
|
|
@@ -7908,6 +8714,28 @@
|
|
|
7908
8714
|
"requires": {}
|
|
7909
8715
|
}
|
|
7910
8716
|
},
|
|
8717
|
+
{
|
|
8718
|
+
"name": "webhook-validators",
|
|
8719
|
+
"description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
|
|
8720
|
+
"repo": "yizack/nuxt-webhook-validators",
|
|
8721
|
+
"npm": "nuxt-webhook-validators",
|
|
8722
|
+
"icon": "webhook-validators.svg",
|
|
8723
|
+
"github": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8724
|
+
"website": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8725
|
+
"learn_more": "",
|
|
8726
|
+
"category": "Security",
|
|
8727
|
+
"type": "3rd-party",
|
|
8728
|
+
"maintainers": [
|
|
8729
|
+
{
|
|
8730
|
+
"name": "Yizack Rangel",
|
|
8731
|
+
"github": "yizack"
|
|
8732
|
+
}
|
|
8733
|
+
],
|
|
8734
|
+
"compatibility": {
|
|
8735
|
+
"nuxt": ">=3.0.0",
|
|
8736
|
+
"requires": {}
|
|
8737
|
+
}
|
|
8738
|
+
},
|
|
7911
8739
|
{
|
|
7912
8740
|
"name": "webpack-optimisations",
|
|
7913
8741
|
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
@@ -8018,7 +8846,7 @@
|
|
|
8018
8846
|
}
|
|
8019
8847
|
],
|
|
8020
8848
|
"compatibility": {
|
|
8021
|
-
"nuxt": "
|
|
8849
|
+
"nuxt": ">=3.0.0",
|
|
8022
8850
|
"requires": {}
|
|
8023
8851
|
}
|
|
8024
8852
|
},
|
|
@@ -8044,7 +8872,7 @@
|
|
|
8044
8872
|
}
|
|
8045
8873
|
],
|
|
8046
8874
|
"compatibility": {
|
|
8047
|
-
"nuxt": "
|
|
8875
|
+
"nuxt": ">=3.0.0",
|
|
8048
8876
|
"requires": {}
|
|
8049
8877
|
}
|
|
8050
8878
|
},
|
|
@@ -8072,7 +8900,7 @@
|
|
|
8072
8900
|
}
|
|
8073
8901
|
],
|
|
8074
8902
|
"compatibility": {
|
|
8075
|
-
"nuxt": "^2.0.0 ||
|
|
8903
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8076
8904
|
"requires": {
|
|
8077
8905
|
"bridge": "optional"
|
|
8078
8906
|
}
|
|
@@ -8163,7 +8991,7 @@
|
|
|
8163
8991
|
}
|
|
8164
8992
|
],
|
|
8165
8993
|
"compatibility": {
|
|
8166
|
-
"nuxt": "^2.0.0 ||
|
|
8994
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8167
8995
|
"requires": {
|
|
8168
8996
|
"bridge": true
|
|
8169
8997
|
}
|