@nuxt/modules 0.6.0-df8b7b → 0.6.0-e0bedc
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 +1747 -710
- package/package.json +9 -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
|
},
|
|
@@ -362,7 +384,7 @@
|
|
|
362
384
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
385
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
386
|
"learn_more": "",
|
|
365
|
-
"category": "
|
|
387
|
+
"category": "Security",
|
|
366
388
|
"type": "3rd-party",
|
|
367
389
|
"maintainers": [
|
|
368
390
|
{
|
|
@@ -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
|
},
|
|
@@ -756,10 +801,10 @@
|
|
|
756
801
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
757
802
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
758
803
|
"npm": "nuxt-chiffre",
|
|
759
|
-
"icon": "
|
|
804
|
+
"icon": "chiffre.png",
|
|
760
805
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
761
806
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
762
|
-
"learn_more": "https://chiffre.io",
|
|
807
|
+
"learn_more": "https://chiffre.io/",
|
|
763
808
|
"category": "Analytics",
|
|
764
809
|
"type": "3rd-party",
|
|
765
810
|
"maintainers": [
|
|
@@ -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
|
},
|
|
@@ -1311,7 +1356,7 @@
|
|
|
1311
1356
|
}
|
|
1312
1357
|
],
|
|
1313
1358
|
"compatibility": {
|
|
1314
|
-
"nuxt": "
|
|
1359
|
+
"nuxt": ">=3.0.0",
|
|
1315
1360
|
"requires": {},
|
|
1316
1361
|
"devtools": "^0.0.0"
|
|
1317
1362
|
}
|
|
@@ -1334,7 +1379,29 @@
|
|
|
1334
1379
|
}
|
|
1335
1380
|
],
|
|
1336
1381
|
"compatibility": {
|
|
1337
|
-
"nuxt": "
|
|
1382
|
+
"nuxt": ">=3.0.0",
|
|
1383
|
+
"requires": {}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "doppler",
|
|
1388
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1389
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1390
|
+
"npm": "nuxt-doppler",
|
|
1391
|
+
"icon": "doppler.png",
|
|
1392
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1393
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1394
|
+
"learn_more": "",
|
|
1395
|
+
"category": "Devtools",
|
|
1396
|
+
"type": "3rd-party",
|
|
1397
|
+
"maintainers": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "JamieCurnow",
|
|
1400
|
+
"github": "JamieCurnow"
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"compatibility": {
|
|
1404
|
+
"nuxt": ">=3.0.0",
|
|
1338
1405
|
"requires": {}
|
|
1339
1406
|
}
|
|
1340
1407
|
},
|
|
@@ -1367,8 +1434,8 @@
|
|
|
1367
1434
|
"npm": "nuxtjs-drupal-ce",
|
|
1368
1435
|
"icon": "drupal-ce.png",
|
|
1369
1436
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1370
|
-
"website": "https://
|
|
1371
|
-
"learn_more": "https://
|
|
1437
|
+
"website": "https://lupus-decoupled.org",
|
|
1438
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1372
1439
|
"category": "CMS",
|
|
1373
1440
|
"type": "3rd-party",
|
|
1374
1441
|
"maintainers": [
|
|
@@ -1383,13 +1450,13 @@
|
|
|
1383
1450
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1384
1451
|
},
|
|
1385
1452
|
{
|
|
1386
|
-
"name": "
|
|
1387
|
-
"github": "
|
|
1388
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1453
|
+
"name": "Matic",
|
|
1454
|
+
"github": "TurtlBbx",
|
|
1455
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1389
1456
|
}
|
|
1390
1457
|
],
|
|
1391
1458
|
"compatibility": {
|
|
1392
|
-
"nuxt": "^2.0.0",
|
|
1459
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1393
1460
|
"requires": {}
|
|
1394
1461
|
}
|
|
1395
1462
|
},
|
|
@@ -1415,6 +1482,50 @@
|
|
|
1415
1482
|
"requires": {}
|
|
1416
1483
|
}
|
|
1417
1484
|
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "easy-lightbox",
|
|
1487
|
+
"description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
|
|
1488
|
+
"repo": "modbender/nuxt-easy-lightbox",
|
|
1489
|
+
"npm": "nuxt-easy-lightbox",
|
|
1490
|
+
"icon": "easy-lightbox.svg",
|
|
1491
|
+
"github": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1492
|
+
"website": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1493
|
+
"learn_more": "",
|
|
1494
|
+
"category": "Libraries",
|
|
1495
|
+
"type": "3rd-party",
|
|
1496
|
+
"maintainers": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "modbender",
|
|
1499
|
+
"github": "modbender"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"compatibility": {
|
|
1503
|
+
"nuxt": ">=3.0.0",
|
|
1504
|
+
"requires": {}
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "echarts",
|
|
1509
|
+
"description": "Nuxt Module for Apache ECharts™",
|
|
1510
|
+
"repo": "kingyue737/nuxt-echarts",
|
|
1511
|
+
"npm": "nuxt-echarts",
|
|
1512
|
+
"icon": "echarts.svg",
|
|
1513
|
+
"github": "https://github.com/kingyue737/nuxt-echarts",
|
|
1514
|
+
"website": "https://echarts.nuxt.dev",
|
|
1515
|
+
"learn_more": "https://nuxt-echarts.nuxt.dev",
|
|
1516
|
+
"category": "Libraries",
|
|
1517
|
+
"type": "3rd-party",
|
|
1518
|
+
"maintainers": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "Yue JIN",
|
|
1521
|
+
"github": "kingyue737"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"compatibility": {
|
|
1525
|
+
"nuxt": ">=3.0.0",
|
|
1526
|
+
"requires": {}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1418
1529
|
{
|
|
1419
1530
|
"name": "edgedb",
|
|
1420
1531
|
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
@@ -1434,7 +1545,7 @@
|
|
|
1434
1545
|
}
|
|
1435
1546
|
],
|
|
1436
1547
|
"compatibility": {
|
|
1437
|
-
"nuxt": "
|
|
1548
|
+
"nuxt": ">=3.8.0",
|
|
1438
1549
|
"requires": {}
|
|
1439
1550
|
}
|
|
1440
1551
|
},
|
|
@@ -1456,7 +1567,7 @@
|
|
|
1456
1567
|
}
|
|
1457
1568
|
],
|
|
1458
1569
|
"compatibility": {
|
|
1459
|
-
"nuxt": "
|
|
1570
|
+
"nuxt": ">=3.0.0",
|
|
1460
1571
|
"requires": {}
|
|
1461
1572
|
}
|
|
1462
1573
|
},
|
|
@@ -1466,7 +1577,7 @@
|
|
|
1466
1577
|
"repo": "element-plus/element-plus-nuxt",
|
|
1467
1578
|
"npm": "@element-plus/nuxt",
|
|
1468
1579
|
"icon": "element-plus.svg",
|
|
1469
|
-
"github": "https://github.com/element-plus/element-plus",
|
|
1580
|
+
"github": "https://github.com/element-plus/element-plus-nuxt",
|
|
1470
1581
|
"website": "https://element-plus.org",
|
|
1471
1582
|
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1472
1583
|
"category": "UI",
|
|
@@ -1478,7 +1589,7 @@
|
|
|
1478
1589
|
}
|
|
1479
1590
|
],
|
|
1480
1591
|
"compatibility": {
|
|
1481
|
-
"nuxt": "
|
|
1592
|
+
"nuxt": ">=3.0.0",
|
|
1482
1593
|
"requires": {
|
|
1483
1594
|
"bridge": "optional"
|
|
1484
1595
|
}
|
|
@@ -1508,12 +1619,12 @@
|
|
|
1508
1619
|
}
|
|
1509
1620
|
],
|
|
1510
1621
|
"compatibility": {
|
|
1511
|
-
"nuxt": "^2.0.0 ||
|
|
1622
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1512
1623
|
"requires": {}
|
|
1513
1624
|
}
|
|
1514
1625
|
},
|
|
1515
1626
|
{
|
|
1516
|
-
"name": "eslint",
|
|
1627
|
+
"name": "eslint-module",
|
|
1517
1628
|
"description": "ESLint module for Nuxt",
|
|
1518
1629
|
"repo": "nuxt-community/eslint-module",
|
|
1519
1630
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1530,7 +1641,30 @@
|
|
|
1530
1641
|
}
|
|
1531
1642
|
],
|
|
1532
1643
|
"compatibility": {
|
|
1533
|
-
"nuxt": "^2.0.0 ||
|
|
1644
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1645
|
+
"requires": {}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "eslint",
|
|
1650
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1651
|
+
"repo": "nuxt/eslint",
|
|
1652
|
+
"npm": "@nuxt/eslint",
|
|
1653
|
+
"icon": "nuxt.svg",
|
|
1654
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1655
|
+
"website": "https://eslint.nuxt.com",
|
|
1656
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1657
|
+
"category": "Devtools",
|
|
1658
|
+
"type": "official",
|
|
1659
|
+
"maintainers": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "Anthony Fu",
|
|
1662
|
+
"github": "antfu",
|
|
1663
|
+
"twitter": "antfu7"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"compatibility": {
|
|
1667
|
+
"nuxt": ">=3.0.0",
|
|
1534
1668
|
"requires": {}
|
|
1535
1669
|
}
|
|
1536
1670
|
},
|
|
@@ -1556,6 +1690,29 @@
|
|
|
1556
1690
|
"requires": {}
|
|
1557
1691
|
}
|
|
1558
1692
|
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "fathom-analytics",
|
|
1695
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1696
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1697
|
+
"npm": "nuxt-fathom",
|
|
1698
|
+
"icon": "fathom-analytics.svg",
|
|
1699
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1700
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1701
|
+
"learn_more": "",
|
|
1702
|
+
"category": "Analytics",
|
|
1703
|
+
"type": "3rd-party",
|
|
1704
|
+
"maintainers": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "Valgeir Björnsson",
|
|
1707
|
+
"github": "valgeirb",
|
|
1708
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"compatibility": {
|
|
1712
|
+
"nuxt": ">=3.0.0",
|
|
1713
|
+
"requires": {}
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1559
1716
|
{
|
|
1560
1717
|
"name": "fathom",
|
|
1561
1718
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1730,7 +1887,7 @@
|
|
|
1730
1887
|
}
|
|
1731
1888
|
],
|
|
1732
1889
|
"compatibility": {
|
|
1733
|
-
"nuxt": "
|
|
1890
|
+
"nuxt": ">=3.0.0",
|
|
1734
1891
|
"requires": {}
|
|
1735
1892
|
}
|
|
1736
1893
|
},
|
|
@@ -1756,10 +1913,33 @@
|
|
|
1756
1913
|
"requires": {}
|
|
1757
1914
|
}
|
|
1758
1915
|
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "fonts",
|
|
1918
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1919
|
+
"repo": "nuxt/fonts",
|
|
1920
|
+
"npm": "@nuxt/fonts",
|
|
1921
|
+
"icon": "nuxt.svg",
|
|
1922
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1923
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1924
|
+
"learn_more": "",
|
|
1925
|
+
"category": "Libraries",
|
|
1926
|
+
"type": "official",
|
|
1927
|
+
"maintainers": [
|
|
1928
|
+
{
|
|
1929
|
+
"name": "Daniel Roe",
|
|
1930
|
+
"github": "danielroe",
|
|
1931
|
+
"twitter": "danielcroe"
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"compatibility": {
|
|
1935
|
+
"nuxt": ">=3.0.0",
|
|
1936
|
+
"requires": {}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1759
1939
|
{
|
|
1760
1940
|
"name": "form-actions",
|
|
1761
1941
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1762
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1942
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1763
1943
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1764
1944
|
"icon": "form-actions.svg",
|
|
1765
1945
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1775,7 +1955,7 @@
|
|
|
1775
1955
|
}
|
|
1776
1956
|
],
|
|
1777
1957
|
"compatibility": {
|
|
1778
|
-
"nuxt": "
|
|
1958
|
+
"nuxt": ">=3.7.0",
|
|
1779
1959
|
"requires": {}
|
|
1780
1960
|
}
|
|
1781
1961
|
},
|
|
@@ -1787,7 +1967,7 @@
|
|
|
1787
1967
|
"icon": "formkit.png",
|
|
1788
1968
|
"github": "https://github.com/formkit/formkit",
|
|
1789
1969
|
"website": "https://formkit.com",
|
|
1790
|
-
"learn_more": "https://formkit.com/
|
|
1970
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1791
1971
|
"category": "Libraries",
|
|
1792
1972
|
"type": "3rd-party",
|
|
1793
1973
|
"maintainers": [
|
|
@@ -1803,7 +1983,7 @@
|
|
|
1803
1983
|
}
|
|
1804
1984
|
],
|
|
1805
1985
|
"compatibility": {
|
|
1806
|
-
"nuxt": "
|
|
1986
|
+
"nuxt": ">=3.0.0",
|
|
1807
1987
|
"requires": {}
|
|
1808
1988
|
}
|
|
1809
1989
|
},
|
|
@@ -1873,7 +2053,7 @@
|
|
|
1873
2053
|
}
|
|
1874
2054
|
],
|
|
1875
2055
|
"compatibility": {
|
|
1876
|
-
"nuxt": "^2.0.0 ||
|
|
2056
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1877
2057
|
"requires": {}
|
|
1878
2058
|
}
|
|
1879
2059
|
},
|
|
@@ -1927,7 +2107,7 @@
|
|
|
1927
2107
|
}
|
|
1928
2108
|
],
|
|
1929
2109
|
"compatibility": {
|
|
1930
|
-
"nuxt": "^2.0.0 ||
|
|
2110
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1931
2111
|
"requires": {
|
|
1932
2112
|
"bridge": "optional"
|
|
1933
2113
|
}
|
|
@@ -2000,7 +2180,7 @@
|
|
|
2000
2180
|
"icon": "graphql-client.svg",
|
|
2001
2181
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2002
2182
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2003
|
-
"learn_more": "https://
|
|
2183
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2004
2184
|
"category": "Request",
|
|
2005
2185
|
"type": "3rd-party",
|
|
2006
2186
|
"maintainers": [
|
|
@@ -2010,7 +2190,7 @@
|
|
|
2010
2190
|
}
|
|
2011
2191
|
],
|
|
2012
2192
|
"compatibility": {
|
|
2013
|
-
"nuxt": "
|
|
2193
|
+
"nuxt": ">=3.0.0",
|
|
2014
2194
|
"requires": {}
|
|
2015
2195
|
}
|
|
2016
2196
|
},
|
|
@@ -2032,7 +2212,7 @@
|
|
|
2032
2212
|
}
|
|
2033
2213
|
],
|
|
2034
2214
|
"compatibility": {
|
|
2035
|
-
"nuxt": "^2.0.0 ||
|
|
2215
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2036
2216
|
"requires": {}
|
|
2037
2217
|
}
|
|
2038
2218
|
},
|
|
@@ -2054,14 +2234,14 @@
|
|
|
2054
2234
|
}
|
|
2055
2235
|
],
|
|
2056
2236
|
"compatibility": {
|
|
2057
|
-
"nuxt": "
|
|
2237
|
+
"nuxt": ">=3.0.0",
|
|
2058
2238
|
"requires": {},
|
|
2059
2239
|
"devtools": "^0.0.0"
|
|
2060
2240
|
}
|
|
2061
2241
|
},
|
|
2062
2242
|
{
|
|
2063
2243
|
"name": "gtag",
|
|
2064
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2244
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2065
2245
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2066
2246
|
"npm": "nuxt-gtag",
|
|
2067
2247
|
"icon": "gtag.svg",
|
|
@@ -2079,7 +2259,7 @@
|
|
|
2079
2259
|
}
|
|
2080
2260
|
],
|
|
2081
2261
|
"compatibility": {
|
|
2082
|
-
"nuxt": "
|
|
2262
|
+
"nuxt": ">=3.0.0",
|
|
2083
2263
|
"requires": {}
|
|
2084
2264
|
}
|
|
2085
2265
|
},
|
|
@@ -2146,7 +2326,7 @@
|
|
|
2146
2326
|
}
|
|
2147
2327
|
],
|
|
2148
2328
|
"compatibility": {
|
|
2149
|
-
"nuxt": "
|
|
2329
|
+
"nuxt": ">=3.0.0",
|
|
2150
2330
|
"requires": {}
|
|
2151
2331
|
}
|
|
2152
2332
|
},
|
|
@@ -2169,7 +2349,7 @@
|
|
|
2169
2349
|
}
|
|
2170
2350
|
],
|
|
2171
2351
|
"compatibility": {
|
|
2172
|
-
"nuxt": "
|
|
2352
|
+
"nuxt": ">=3.0.0",
|
|
2173
2353
|
"requires": {}
|
|
2174
2354
|
}
|
|
2175
2355
|
},
|
|
@@ -2191,7 +2371,7 @@
|
|
|
2191
2371
|
}
|
|
2192
2372
|
],
|
|
2193
2373
|
"compatibility": {
|
|
2194
|
-
"nuxt": "
|
|
2374
|
+
"nuxt": ">=3.0.0",
|
|
2195
2375
|
"requires": {}
|
|
2196
2376
|
}
|
|
2197
2377
|
},
|
|
@@ -2284,6 +2464,28 @@
|
|
|
2284
2464
|
"requires": {}
|
|
2285
2465
|
}
|
|
2286
2466
|
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "hotjar",
|
|
2469
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2470
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2471
|
+
"npm": "nuxt-module-hotjar",
|
|
2472
|
+
"icon": "hotjar.png",
|
|
2473
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2474
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2475
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2476
|
+
"category": "SEO",
|
|
2477
|
+
"type": "3rd-party",
|
|
2478
|
+
"maintainers": [
|
|
2479
|
+
{
|
|
2480
|
+
"name": "Raphaël DAMEVIN",
|
|
2481
|
+
"github": "damevin"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"compatibility": {
|
|
2485
|
+
"nuxt": ">=3.0.0",
|
|
2486
|
+
"requires": {}
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2287
2489
|
{
|
|
2288
2490
|
"name": "html-minifier",
|
|
2289
2491
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2313,7 +2515,7 @@
|
|
|
2313
2515
|
"npm": "@nuxtjs/html-validator",
|
|
2314
2516
|
"icon": "html-validator.png",
|
|
2315
2517
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2316
|
-
"website": "https://html-validator
|
|
2518
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2317
2519
|
"learn_more": "https://html-validate.org",
|
|
2318
2520
|
"category": "Performance",
|
|
2319
2521
|
"type": "community",
|
|
@@ -2325,7 +2527,7 @@
|
|
|
2325
2527
|
}
|
|
2326
2528
|
],
|
|
2327
2529
|
"compatibility": {
|
|
2328
|
-
"nuxt": "^2.0.0 ||
|
|
2530
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2329
2531
|
"requires": {
|
|
2330
2532
|
"bridge": "optional"
|
|
2331
2533
|
}
|
|
@@ -2359,6 +2561,44 @@
|
|
|
2359
2561
|
"requires": {}
|
|
2360
2562
|
}
|
|
2361
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "hub",
|
|
2566
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2567
|
+
"repo": "nuxt-hub/core",
|
|
2568
|
+
"npm": "@nuxthub/core",
|
|
2569
|
+
"icon": "nuxthub.svg",
|
|
2570
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2571
|
+
"website": "https://hub.nuxt.com",
|
|
2572
|
+
"learn_more": "",
|
|
2573
|
+
"category": "Database",
|
|
2574
|
+
"type": "3rd-party",
|
|
2575
|
+
"maintainers": [
|
|
2576
|
+
{
|
|
2577
|
+
"name": "Sebastien Chopin",
|
|
2578
|
+
"github": "Atinux"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "Ahad Birang",
|
|
2582
|
+
"github": "farnabaz"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"name": "Sylvain Marroufin",
|
|
2586
|
+
"github": "smarroufin"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "Florent Delerue",
|
|
2590
|
+
"github": "flosciante"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"name": "NuxtLabs",
|
|
2594
|
+
"github": "nuxtlabs"
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"compatibility": {
|
|
2598
|
+
"nuxt": ">=3.0.0",
|
|
2599
|
+
"requires": {}
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2362
2602
|
{
|
|
2363
2603
|
"name": "humans-txt",
|
|
2364
2604
|
"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.",
|
|
@@ -2389,8 +2629,8 @@
|
|
|
2389
2629
|
"npm": "@nuxtjs/i18n",
|
|
2390
2630
|
"icon": "i18n.png",
|
|
2391
2631
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
-
"website": "https://
|
|
2393
|
-
"learn_more": "https://
|
|
2632
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2633
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2394
2634
|
"category": "Extensions",
|
|
2395
2635
|
"type": "community",
|
|
2396
2636
|
"maintainers": [
|
|
@@ -2401,10 +2641,14 @@
|
|
|
2401
2641
|
{
|
|
2402
2642
|
"name": "Kazuya Kawaguchi",
|
|
2403
2643
|
"github": "kazupon"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "Bobbie Goede",
|
|
2647
|
+
"github": "BobbieGoede"
|
|
2404
2648
|
}
|
|
2405
2649
|
],
|
|
2406
2650
|
"compatibility": {
|
|
2407
|
-
"nuxt": "^2.0.0 ||
|
|
2651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2408
2652
|
"requires": {}
|
|
2409
2653
|
}
|
|
2410
2654
|
},
|
|
@@ -2426,7 +2670,7 @@
|
|
|
2426
2670
|
}
|
|
2427
2671
|
],
|
|
2428
2672
|
"compatibility": {
|
|
2429
|
-
"nuxt": "
|
|
2673
|
+
"nuxt": ">=3.0.0",
|
|
2430
2674
|
"requires": {}
|
|
2431
2675
|
}
|
|
2432
2676
|
},
|
|
@@ -2448,30 +2692,34 @@
|
|
|
2448
2692
|
}
|
|
2449
2693
|
],
|
|
2450
2694
|
"compatibility": {
|
|
2451
|
-
"nuxt": "
|
|
2695
|
+
"nuxt": ">=3.0.0",
|
|
2452
2696
|
"requires": {},
|
|
2453
2697
|
"devtools": "^0.0.0"
|
|
2454
2698
|
}
|
|
2455
2699
|
},
|
|
2456
2700
|
{
|
|
2457
2701
|
"name": "icon",
|
|
2458
|
-
"description": "Icon module for Nuxt with
|
|
2459
|
-
"repo": "nuxt
|
|
2460
|
-
"npm": "nuxt
|
|
2702
|
+
"description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
|
|
2703
|
+
"repo": "nuxt/icon",
|
|
2704
|
+
"npm": "@nuxt/icon",
|
|
2461
2705
|
"icon": "nuxt-icon.png",
|
|
2462
|
-
"github": "https://github.com/nuxt
|
|
2463
|
-
"website": "https://github.com/nuxt
|
|
2706
|
+
"github": "https://github.com/nuxt/icon",
|
|
2707
|
+
"website": "https://github.com/nuxt/icon",
|
|
2464
2708
|
"learn_more": "",
|
|
2465
2709
|
"category": "UI",
|
|
2466
|
-
"type": "
|
|
2710
|
+
"type": "official",
|
|
2467
2711
|
"maintainers": [
|
|
2468
2712
|
{
|
|
2469
2713
|
"name": "Atinux",
|
|
2470
2714
|
"github": "Atinux"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "Anthony Fu",
|
|
2718
|
+
"github": "antfu"
|
|
2471
2719
|
}
|
|
2472
2720
|
],
|
|
2473
2721
|
"compatibility": {
|
|
2474
|
-
"nuxt": "
|
|
2722
|
+
"nuxt": ">=3.0.0",
|
|
2475
2723
|
"requires": {},
|
|
2476
2724
|
"devtools": "^0.0.0"
|
|
2477
2725
|
}
|
|
@@ -2494,7 +2742,7 @@
|
|
|
2494
2742
|
}
|
|
2495
2743
|
],
|
|
2496
2744
|
"compatibility": {
|
|
2497
|
-
"nuxt": "
|
|
2745
|
+
"nuxt": ">=3.0.0",
|
|
2498
2746
|
"requires": {}
|
|
2499
2747
|
}
|
|
2500
2748
|
},
|
|
@@ -2554,7 +2802,7 @@
|
|
|
2554
2802
|
}
|
|
2555
2803
|
],
|
|
2556
2804
|
"compatibility": {
|
|
2557
|
-
"nuxt": "^2.0.0 ||
|
|
2805
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2558
2806
|
"requires": {
|
|
2559
2807
|
"bridge": "optional"
|
|
2560
2808
|
}
|
|
@@ -2585,10 +2833,10 @@
|
|
|
2585
2833
|
{
|
|
2586
2834
|
"name": "inkline",
|
|
2587
2835
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2588
|
-
"repo": "inkline/plugin",
|
|
2836
|
+
"repo": "inkline/inkline#main/packages/integrations/plugin",
|
|
2589
2837
|
"npm": "@inkline/plugin",
|
|
2590
2838
|
"icon": "inkline.svg",
|
|
2591
|
-
"github": "https://github.com/inkline/
|
|
2839
|
+
"github": "https://github.com/inkline/inkline",
|
|
2592
2840
|
"website": "https://inkline.io",
|
|
2593
2841
|
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2594
2842
|
"category": "UI",
|
|
@@ -2601,7 +2849,7 @@
|
|
|
2601
2849
|
}
|
|
2602
2850
|
],
|
|
2603
2851
|
"compatibility": {
|
|
2604
|
-
"nuxt": "^2.0.0 ||
|
|
2852
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2605
2853
|
"requires": {
|
|
2606
2854
|
"bridge": true
|
|
2607
2855
|
}
|
|
@@ -2648,7 +2896,7 @@
|
|
|
2648
2896
|
}
|
|
2649
2897
|
],
|
|
2650
2898
|
"compatibility": {
|
|
2651
|
-
"nuxt": "
|
|
2899
|
+
"nuxt": ">=3.0.0",
|
|
2652
2900
|
"requires": {}
|
|
2653
2901
|
}
|
|
2654
2902
|
},
|
|
@@ -2670,7 +2918,29 @@
|
|
|
2670
2918
|
}
|
|
2671
2919
|
],
|
|
2672
2920
|
"compatibility": {
|
|
2673
|
-
"nuxt": "^2.0.0 ||
|
|
2921
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2922
|
+
"requires": {}
|
|
2923
|
+
}
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"name": "keen-slider",
|
|
2927
|
+
"description": "Best, lightweight Keen Slider for best web performance",
|
|
2928
|
+
"repo": "modbender/nuxt-keen-slider",
|
|
2929
|
+
"npm": "nuxt-keen-slider",
|
|
2930
|
+
"icon": "keen-slider.png",
|
|
2931
|
+
"github": "https://github.com/modbender/nuxt-keen-slider",
|
|
2932
|
+
"website": "https://github.com/modbender/nuxt-keen-slider",
|
|
2933
|
+
"learn_more": "",
|
|
2934
|
+
"category": "Libraries",
|
|
2935
|
+
"type": "3rd-party",
|
|
2936
|
+
"maintainers": [
|
|
2937
|
+
{
|
|
2938
|
+
"name": "modbender",
|
|
2939
|
+
"github": "modbender"
|
|
2940
|
+
}
|
|
2941
|
+
],
|
|
2942
|
+
"compatibility": {
|
|
2943
|
+
"nuxt": "^3.0.0",
|
|
2674
2944
|
"requires": {}
|
|
2675
2945
|
}
|
|
2676
2946
|
},
|
|
@@ -2719,9 +2989,10 @@
|
|
|
2719
2989
|
}
|
|
2720
2990
|
],
|
|
2721
2991
|
"compatibility": {
|
|
2722
|
-
"nuxt": "
|
|
2992
|
+
"nuxt": ">=3.0.0",
|
|
2723
2993
|
"requires": {}
|
|
2724
|
-
}
|
|
2994
|
+
},
|
|
2995
|
+
"sponsor": true
|
|
2725
2996
|
},
|
|
2726
2997
|
{
|
|
2727
2998
|
"name": "kql",
|
|
@@ -2730,7 +3001,7 @@
|
|
|
2730
3001
|
"npm": "nuxt-kql",
|
|
2731
3002
|
"icon": "kql.svg",
|
|
2732
3003
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2733
|
-
"website": "https://nuxt-kql.
|
|
3004
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2734
3005
|
"learn_more": "",
|
|
2735
3006
|
"category": "CMS",
|
|
2736
3007
|
"type": "3rd-party",
|
|
@@ -2743,7 +3014,7 @@
|
|
|
2743
3014
|
}
|
|
2744
3015
|
],
|
|
2745
3016
|
"compatibility": {
|
|
2746
|
-
"nuxt": "
|
|
3017
|
+
"nuxt": ">=3.0.0",
|
|
2747
3018
|
"requires": {}
|
|
2748
3019
|
}
|
|
2749
3020
|
},
|
|
@@ -2815,29 +3086,29 @@
|
|
|
2815
3086
|
},
|
|
2816
3087
|
{
|
|
2817
3088
|
"name": "leaflet",
|
|
2818
|
-
"description": "
|
|
2819
|
-
"repo": "
|
|
2820
|
-
"npm": "
|
|
3089
|
+
"description": "Leaflet integration with Nuxt",
|
|
3090
|
+
"repo": "nuxt-modules/leaflet",
|
|
3091
|
+
"npm": "@nuxtjs/leaflet",
|
|
2821
3092
|
"icon": "leaflet.png",
|
|
2822
|
-
"github": "https://github.com/
|
|
2823
|
-
"website": "https://
|
|
2824
|
-
"learn_more": "https://
|
|
3093
|
+
"github": "https://github.com/nuxt-modules/leaflet",
|
|
3094
|
+
"website": "https://leaflet.nuxtjs.org/",
|
|
3095
|
+
"learn_more": "https://leaflet.nuxtjs.org/",
|
|
2825
3096
|
"category": "Libraries",
|
|
2826
|
-
"type": "
|
|
3097
|
+
"type": "community",
|
|
2827
3098
|
"maintainers": [
|
|
2828
3099
|
{
|
|
2829
|
-
"name": "
|
|
2830
|
-
"github": "
|
|
3100
|
+
"name": "Augustin MERCIER",
|
|
3101
|
+
"github": "Gugustinette"
|
|
2831
3102
|
}
|
|
2832
3103
|
],
|
|
2833
3104
|
"compatibility": {
|
|
2834
|
-
"nuxt": "^
|
|
3105
|
+
"nuxt": "^3.0.0",
|
|
2835
3106
|
"requires": {}
|
|
2836
3107
|
}
|
|
2837
3108
|
},
|
|
2838
3109
|
{
|
|
2839
3110
|
"name": "link-checker",
|
|
2840
|
-
"description": "Find and magically fix links that may be negatively effecting your
|
|
3111
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2841
3112
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2842
3113
|
"npm": "nuxt-link-checker",
|
|
2843
3114
|
"icon": "link-checker.svg",
|
|
@@ -2855,7 +3126,7 @@
|
|
|
2855
3126
|
}
|
|
2856
3127
|
],
|
|
2857
3128
|
"compatibility": {
|
|
2858
|
-
"nuxt": "
|
|
3129
|
+
"nuxt": ">=3.0.0",
|
|
2859
3130
|
"requires": {},
|
|
2860
3131
|
"devtools": "^0.0.0"
|
|
2861
3132
|
}
|
|
@@ -2910,6 +3181,28 @@
|
|
|
2910
3181
|
"requires": {}
|
|
2911
3182
|
}
|
|
2912
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "locomotive-scroll",
|
|
3186
|
+
"description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
|
|
3187
|
+
"repo": "arashsheyda/nuxt-locomotive-scroll",
|
|
3188
|
+
"npm": "nuxt-locomotive-scroll",
|
|
3189
|
+
"icon": "locomotive-scroll.png",
|
|
3190
|
+
"github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
|
|
3191
|
+
"website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
|
|
3192
|
+
"learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
|
|
3193
|
+
"category": "Libraries",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "Arash Sheyda",
|
|
3198
|
+
"github": "arashsheyda"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": ">=3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
2913
3206
|
{
|
|
2914
3207
|
"name": "lodash",
|
|
2915
3208
|
"description": "lodash module with auto-import and custom prefix",
|
|
@@ -2928,7 +3221,7 @@
|
|
|
2928
3221
|
}
|
|
2929
3222
|
],
|
|
2930
3223
|
"compatibility": {
|
|
2931
|
-
"nuxt": "
|
|
3224
|
+
"nuxt": ">=3.0.0",
|
|
2932
3225
|
"requires": {}
|
|
2933
3226
|
}
|
|
2934
3227
|
},
|
|
@@ -2951,10 +3244,34 @@
|
|
|
2951
3244
|
}
|
|
2952
3245
|
],
|
|
2953
3246
|
"compatibility": {
|
|
2954
|
-
"nuxt": "^2.0.0 ||
|
|
3247
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2955
3248
|
"requires": {}
|
|
2956
3249
|
}
|
|
2957
3250
|
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "logto",
|
|
3253
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3254
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3255
|
+
"npm": "@logto/nuxt",
|
|
3256
|
+
"icon": "logto.svg",
|
|
3257
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3258
|
+
"website": "https://logto.io",
|
|
3259
|
+
"learn_more": "https://docs.logto.io",
|
|
3260
|
+
"category": "Security",
|
|
3261
|
+
"type": "3rd-party",
|
|
3262
|
+
"maintainers": [
|
|
3263
|
+
{
|
|
3264
|
+
"name": "logto",
|
|
3265
|
+
"github": "logto-io",
|
|
3266
|
+
"twitter": "logto_io"
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"compatibility": {
|
|
3270
|
+
"nuxt": ">=3.0.0",
|
|
3271
|
+
"requires": {}
|
|
3272
|
+
},
|
|
3273
|
+
"sponsor": true
|
|
3274
|
+
},
|
|
2958
3275
|
{
|
|
2959
3276
|
"name": "lucide-icons",
|
|
2960
3277
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -2977,7 +3294,7 @@
|
|
|
2977
3294
|
}
|
|
2978
3295
|
],
|
|
2979
3296
|
"compatibility": {
|
|
2980
|
-
"nuxt": "
|
|
3297
|
+
"nuxt": ">=3.0.0",
|
|
2981
3298
|
"requires": {}
|
|
2982
3299
|
}
|
|
2983
3300
|
},
|
|
@@ -3006,10 +3323,10 @@
|
|
|
3006
3323
|
{
|
|
3007
3324
|
"name": "magic-regexp",
|
|
3008
3325
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3009
|
-
"repo": "
|
|
3326
|
+
"repo": "unjs/magic-regexp",
|
|
3010
3327
|
"npm": "magic-regexp",
|
|
3011
3328
|
"icon": "magic-regexp.svg",
|
|
3012
|
-
"github": "https://github.com/
|
|
3329
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3013
3330
|
"website": "https://magic-regexp.roe.dev",
|
|
3014
3331
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3015
3332
|
"category": "Libraries",
|
|
@@ -3022,15 +3339,38 @@
|
|
|
3022
3339
|
}
|
|
3023
3340
|
],
|
|
3024
3341
|
"compatibility": {
|
|
3025
|
-
"nuxt": "
|
|
3342
|
+
"nuxt": ">=3.0.0",
|
|
3026
3343
|
"requires": {}
|
|
3027
3344
|
}
|
|
3028
3345
|
},
|
|
3029
3346
|
{
|
|
3030
|
-
"name": "
|
|
3031
|
-
"description": "
|
|
3032
|
-
"repo": "nuxt-
|
|
3033
|
-
"npm": "
|
|
3347
|
+
"name": "mailpit",
|
|
3348
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3349
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3350
|
+
"npm": "nuxt-mailpit",
|
|
3351
|
+
"icon": "mailpit.svg",
|
|
3352
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3353
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3354
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3355
|
+
"category": "Devtools",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "Torkild Dyvik Olsen",
|
|
3360
|
+
"github": "tdolsen",
|
|
3361
|
+
"twitter": "tdolsen"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"compatibility": {
|
|
3365
|
+
"nuxt": ">=3.8.0",
|
|
3366
|
+
"requires": {}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "markdownit",
|
|
3371
|
+
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
3372
|
+
"repo": "nuxt-community/markdownit-module",
|
|
3373
|
+
"npm": "@nuxtjs/markdownit",
|
|
3034
3374
|
"icon": "",
|
|
3035
3375
|
"github": "https://github.com/nuxt-community/markdownit-module",
|
|
3036
3376
|
"website": "https://github.com/nuxt-community/markdownit-module",
|
|
@@ -3049,6 +3389,30 @@
|
|
|
3049
3389
|
"requires": {}
|
|
3050
3390
|
}
|
|
3051
3391
|
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "marquee",
|
|
3394
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3395
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3396
|
+
"npm": "nuxt-marquee",
|
|
3397
|
+
"icon": "marquee.png",
|
|
3398
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3399
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3400
|
+
"learn_more": "",
|
|
3401
|
+
"category": "UI",
|
|
3402
|
+
"type": "3rd-party",
|
|
3403
|
+
"maintainers": [
|
|
3404
|
+
{
|
|
3405
|
+
"name": "Hànzy",
|
|
3406
|
+
"github": "hanzydev",
|
|
3407
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": ">=3.0.0",
|
|
3412
|
+
"requires": {},
|
|
3413
|
+
"devtools": "^0.0.0"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3052
3416
|
{
|
|
3053
3417
|
"name": "matomo",
|
|
3054
3418
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3074,14 +3438,14 @@
|
|
|
3074
3438
|
{
|
|
3075
3439
|
"name": "maz-ui",
|
|
3076
3440
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3077
|
-
"repo": "louismazel/maz-ui",
|
|
3441
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3078
3442
|
"npm": "maz-ui",
|
|
3079
3443
|
"icon": "maz-ui.png",
|
|
3080
3444
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3081
|
-
"website": "https://
|
|
3082
|
-
"learn_more": "https://
|
|
3445
|
+
"website": "https://maz-ui.com/",
|
|
3446
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3083
3447
|
"category": "UI",
|
|
3084
|
-
"type": "
|
|
3448
|
+
"type": "3rd-party",
|
|
3085
3449
|
"maintainers": [
|
|
3086
3450
|
{
|
|
3087
3451
|
"name": "Loïc Mazuel",
|
|
@@ -3089,7 +3453,29 @@
|
|
|
3089
3453
|
}
|
|
3090
3454
|
],
|
|
3091
3455
|
"compatibility": {
|
|
3092
|
-
"nuxt": "
|
|
3456
|
+
"nuxt": ">=3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "mdc",
|
|
3462
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3463
|
+
"repo": "nuxt-modules/mdc",
|
|
3464
|
+
"npm": "@nuxtjs/mdc",
|
|
3465
|
+
"icon": "mdc.png",
|
|
3466
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3467
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3468
|
+
"learn_more": "",
|
|
3469
|
+
"category": "Extensions",
|
|
3470
|
+
"type": "community",
|
|
3471
|
+
"maintainers": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "farnabaz",
|
|
3474
|
+
"github": "farnabaz"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": ">=3.0.0",
|
|
3093
3479
|
"requires": {}
|
|
3094
3480
|
}
|
|
3095
3481
|
},
|
|
@@ -3135,7 +3521,7 @@
|
|
|
3135
3521
|
}
|
|
3136
3522
|
],
|
|
3137
3523
|
"compatibility": {
|
|
3138
|
-
"nuxt": "^2.0.0 ||
|
|
3524
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3139
3525
|
"requires": {
|
|
3140
3526
|
"bridge": true
|
|
3141
3527
|
}
|
|
@@ -3160,7 +3546,7 @@
|
|
|
3160
3546
|
}
|
|
3161
3547
|
],
|
|
3162
3548
|
"compatibility": {
|
|
3163
|
-
"nuxt": "
|
|
3549
|
+
"nuxt": ">=3.0.0",
|
|
3164
3550
|
"requires": {
|
|
3165
3551
|
"bridge": false
|
|
3166
3552
|
},
|
|
@@ -3189,28 +3575,6 @@
|
|
|
3189
3575
|
"requires": {}
|
|
3190
3576
|
}
|
|
3191
3577
|
},
|
|
3192
|
-
{
|
|
3193
|
-
"name": "mobile",
|
|
3194
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3195
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3196
|
-
"npm": "nuxt-mobile",
|
|
3197
|
-
"icon": "",
|
|
3198
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3199
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3200
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3201
|
-
"category": "Extensions",
|
|
3202
|
-
"type": "3rd-party",
|
|
3203
|
-
"maintainers": [
|
|
3204
|
-
{
|
|
3205
|
-
"name": "ChanningDefoe",
|
|
3206
|
-
"github": "ChanningDefoe"
|
|
3207
|
-
}
|
|
3208
|
-
],
|
|
3209
|
-
"compatibility": {
|
|
3210
|
-
"nuxt": "^2.0.0",
|
|
3211
|
-
"requires": {}
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
3578
|
{
|
|
3215
3579
|
"name": "module-feed",
|
|
3216
3580
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3230,7 +3594,29 @@
|
|
|
3230
3594
|
}
|
|
3231
3595
|
],
|
|
3232
3596
|
"compatibility": {
|
|
3233
|
-
"nuxt": "
|
|
3597
|
+
"nuxt": ">=3.0.0",
|
|
3598
|
+
"requires": {}
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "mojocss",
|
|
3603
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3604
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3605
|
+
"npm": "@mojocss/nuxt",
|
|
3606
|
+
"icon": "mojocss.svg",
|
|
3607
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3608
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3609
|
+
"learn_more": "",
|
|
3610
|
+
"category": "UI",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "mojocss",
|
|
3615
|
+
"github": "mojocss"
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3234
3620
|
"requires": {}
|
|
3235
3621
|
}
|
|
3236
3622
|
},
|
|
@@ -3262,20 +3648,20 @@
|
|
|
3262
3648
|
}
|
|
3263
3649
|
},
|
|
3264
3650
|
{
|
|
3265
|
-
"name": "
|
|
3266
|
-
"description": "
|
|
3267
|
-
"repo": "
|
|
3268
|
-
"npm": "nuxt-
|
|
3651
|
+
"name": "neo",
|
|
3652
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3653
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3654
|
+
"npm": "nuxt-neo",
|
|
3269
3655
|
"icon": "",
|
|
3270
|
-
"github": "https://github.com/
|
|
3271
|
-
"website": "https://github.
|
|
3272
|
-
"learn_more": "
|
|
3273
|
-
"category": "
|
|
3656
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3657
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3658
|
+
"learn_more": "",
|
|
3659
|
+
"category": "Request",
|
|
3274
3660
|
"type": "3rd-party",
|
|
3275
3661
|
"maintainers": [
|
|
3276
3662
|
{
|
|
3277
|
-
"name": "
|
|
3278
|
-
"github": "
|
|
3663
|
+
"name": "ezypeeze",
|
|
3664
|
+
"github": "ezypeeze"
|
|
3279
3665
|
}
|
|
3280
3666
|
],
|
|
3281
3667
|
"compatibility": {
|
|
@@ -3284,24 +3670,24 @@
|
|
|
3284
3670
|
}
|
|
3285
3671
|
},
|
|
3286
3672
|
{
|
|
3287
|
-
"name": "
|
|
3288
|
-
"description": "
|
|
3289
|
-
"repo": "
|
|
3290
|
-
"npm": "nuxt-
|
|
3291
|
-
"icon": "",
|
|
3292
|
-
"github": "https://github.com/
|
|
3293
|
-
"website": "https://
|
|
3673
|
+
"name": "neo4j",
|
|
3674
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3675
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3676
|
+
"npm": "nuxt-neo4j",
|
|
3677
|
+
"icon": "nuxt-neo4j.png",
|
|
3678
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3679
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3294
3680
|
"learn_more": "",
|
|
3295
|
-
"category": "
|
|
3681
|
+
"category": "Database",
|
|
3296
3682
|
"type": "3rd-party",
|
|
3297
3683
|
"maintainers": [
|
|
3298
3684
|
{
|
|
3299
|
-
"name": "
|
|
3300
|
-
"github": "
|
|
3685
|
+
"name": "arashsheyda",
|
|
3686
|
+
"github": "arashsheyda"
|
|
3301
3687
|
}
|
|
3302
3688
|
],
|
|
3303
3689
|
"compatibility": {
|
|
3304
|
-
"nuxt": "
|
|
3690
|
+
"nuxt": ">=3.0.0",
|
|
3305
3691
|
"requires": {}
|
|
3306
3692
|
}
|
|
3307
3693
|
},
|
|
@@ -3353,12 +3739,12 @@
|
|
|
3353
3739
|
{
|
|
3354
3740
|
"name": "netlify",
|
|
3355
3741
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3356
|
-
"repo": "
|
|
3742
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3357
3743
|
"npm": "@aceforth/nuxt-netlify",
|
|
3358
3744
|
"icon": "netlify.png",
|
|
3359
|
-
"github": "https://github.com/
|
|
3360
|
-
"website": "https://
|
|
3361
|
-
"learn_more": "",
|
|
3745
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3746
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3747
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3362
3748
|
"category": "Deployment",
|
|
3363
3749
|
"type": "3rd-party",
|
|
3364
3750
|
"maintainers": [
|
|
@@ -3374,29 +3760,45 @@
|
|
|
3374
3760
|
},
|
|
3375
3761
|
{
|
|
3376
3762
|
"name": "ngrok",
|
|
3377
|
-
"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",
|
|
3378
|
-
"repo": "nuxt-
|
|
3763
|
+
"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.",
|
|
3764
|
+
"repo": "nuxt-modules/ngrok",
|
|
3379
3765
|
"npm": "@nuxtjs/ngrok",
|
|
3380
|
-
"icon": "ngrok.
|
|
3381
|
-
"github": "https://github.com/nuxt-
|
|
3382
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3383
|
-
"learn_more": "https://
|
|
3766
|
+
"icon": "ngrok.svg",
|
|
3767
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3768
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3769
|
+
"learn_more": "https://ngrok.com/",
|
|
3384
3770
|
"category": "Devtools",
|
|
3385
3771
|
"type": "community",
|
|
3386
3772
|
"maintainers": [
|
|
3387
3773
|
{
|
|
3388
|
-
"name": "
|
|
3389
|
-
"github": "
|
|
3390
|
-
|
|
3391
|
-
|
|
3774
|
+
"name": "Arash Sheyda",
|
|
3775
|
+
"github": "arashsheyda"
|
|
3776
|
+
}
|
|
3777
|
+
],
|
|
3778
|
+
"compatibility": {
|
|
3779
|
+
"nuxt": ">=3.0.0",
|
|
3780
|
+
"requires": {}
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "nodemailer",
|
|
3785
|
+
"description": "Nuxt integration for nodemailer",
|
|
3786
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3787
|
+
"npm": "nuxt-nodemailer",
|
|
3788
|
+
"icon": "nodemailer.png",
|
|
3789
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3790
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3791
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3792
|
+
"category": "Extensions",
|
|
3793
|
+
"type": "3rd-party",
|
|
3794
|
+
"maintainers": [
|
|
3392
3795
|
{
|
|
3393
|
-
"name": "
|
|
3394
|
-
"github": "
|
|
3395
|
-
"twitter": "_pi0_"
|
|
3796
|
+
"name": "kleinpetr",
|
|
3797
|
+
"github": "kleinpetr"
|
|
3396
3798
|
}
|
|
3397
3799
|
],
|
|
3398
3800
|
"compatibility": {
|
|
3399
|
-
"nuxt": "
|
|
3801
|
+
"nuxt": ">=3.0.0",
|
|
3400
3802
|
"requires": {}
|
|
3401
3803
|
}
|
|
3402
3804
|
},
|
|
@@ -3440,7 +3842,7 @@
|
|
|
3440
3842
|
}
|
|
3441
3843
|
],
|
|
3442
3844
|
"compatibility": {
|
|
3443
|
-
"nuxt": "
|
|
3845
|
+
"nuxt": ">=3.0.0",
|
|
3444
3846
|
"requires": {}
|
|
3445
3847
|
}
|
|
3446
3848
|
},
|
|
@@ -3462,7 +3864,30 @@
|
|
|
3462
3864
|
}
|
|
3463
3865
|
],
|
|
3464
3866
|
"compatibility": {
|
|
3465
|
-
"nuxt": "
|
|
3867
|
+
"nuxt": ">=3.0.0",
|
|
3868
|
+
"requires": {}
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"name": "nuxt-asciidoc",
|
|
3873
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3874
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3875
|
+
"npm": "nuxt-asciidoc",
|
|
3876
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3877
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3878
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3879
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3880
|
+
"category": "Extensions",
|
|
3881
|
+
"type": "3rd-party",
|
|
3882
|
+
"maintainers": [
|
|
3883
|
+
{
|
|
3884
|
+
"name": "Christian Lenz",
|
|
3885
|
+
"github": "Chris2011",
|
|
3886
|
+
"twitter": "Chrizzly42"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
"compatibility": {
|
|
3890
|
+
"nuxt": ">=3.0.0",
|
|
3466
3891
|
"requires": {}
|
|
3467
3892
|
}
|
|
3468
3893
|
},
|
|
@@ -3473,8 +3898,8 @@
|
|
|
3473
3898
|
"npm": "nuxt-auth-sanctum",
|
|
3474
3899
|
"icon": "laravel.svg",
|
|
3475
3900
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3476
|
-
"website": "https://
|
|
3477
|
-
"learn_more": "",
|
|
3901
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3902
|
+
"learn_more": "https://laravel.com/docs/11.x/sanctum",
|
|
3478
3903
|
"category": "Security",
|
|
3479
3904
|
"type": "3rd-party",
|
|
3480
3905
|
"maintainers": [
|
|
@@ -3485,7 +3910,7 @@
|
|
|
3485
3910
|
}
|
|
3486
3911
|
],
|
|
3487
3912
|
"compatibility": {
|
|
3488
|
-
"nuxt": "
|
|
3913
|
+
"nuxt": ">=3.12.0",
|
|
3489
3914
|
"requires": {}
|
|
3490
3915
|
}
|
|
3491
3916
|
},
|
|
@@ -3507,10 +3932,61 @@
|
|
|
3507
3932
|
}
|
|
3508
3933
|
],
|
|
3509
3934
|
"compatibility": {
|
|
3510
|
-
"nuxt": "
|
|
3935
|
+
"nuxt": ">=3.0.0",
|
|
3511
3936
|
"requires": {}
|
|
3512
3937
|
}
|
|
3513
3938
|
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "nuxt-bezier",
|
|
3941
|
+
"description": "Reusable transition components",
|
|
3942
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3943
|
+
"npm": "nuxt-bezier",
|
|
3944
|
+
"icon": "nuxt-bezier.png",
|
|
3945
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3946
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3947
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3948
|
+
"category": "UI",
|
|
3949
|
+
"type": "3rd-party",
|
|
3950
|
+
"maintainers": [
|
|
3951
|
+
{
|
|
3952
|
+
"name": "Soryn Gitlan",
|
|
3953
|
+
"github": "50rayn"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"compatibility": {
|
|
3957
|
+
"nuxt": ">=3.0.0",
|
|
3958
|
+
"requires": {}
|
|
3959
|
+
}
|
|
3960
|
+
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "nuxt-booster",
|
|
3963
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3964
|
+
"repo": "basics/nuxt-booster",
|
|
3965
|
+
"npm": "nuxt-booster",
|
|
3966
|
+
"icon": "nuxt-booster.svg",
|
|
3967
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3968
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3969
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3970
|
+
"category": "Performance",
|
|
3971
|
+
"type": "3rd-party",
|
|
3972
|
+
"maintainers": [
|
|
3973
|
+
{
|
|
3974
|
+
"name": "Thorn Walli",
|
|
3975
|
+
"github": "ThornWalli",
|
|
3976
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"name": "Stephan Gerbeth",
|
|
3980
|
+
"github": "StephanGerbeth",
|
|
3981
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3982
|
+
}
|
|
3983
|
+
],
|
|
3984
|
+
"compatibility": {
|
|
3985
|
+
"nuxt": ">=3.0.0",
|
|
3986
|
+
"requires": {},
|
|
3987
|
+
"devtools": "^0.0.0"
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3514
3990
|
{
|
|
3515
3991
|
"name": "nuxt-bootstrap-icons",
|
|
3516
3992
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3529,7 +4005,7 @@
|
|
|
3529
4005
|
}
|
|
3530
4006
|
],
|
|
3531
4007
|
"compatibility": {
|
|
3532
|
-
"nuxt": "
|
|
4008
|
+
"nuxt": ">=3.0.0",
|
|
3533
4009
|
"requires": {}
|
|
3534
4010
|
}
|
|
3535
4011
|
},
|
|
@@ -3551,7 +4027,51 @@
|
|
|
3551
4027
|
}
|
|
3552
4028
|
],
|
|
3553
4029
|
"compatibility": {
|
|
3554
|
-
"nuxt": "
|
|
4030
|
+
"nuxt": ">=3.0.0",
|
|
4031
|
+
"requires": {}
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "nuxt-codemirror",
|
|
4036
|
+
"description": "Nuxt codemirror module",
|
|
4037
|
+
"repo": "thimodev/nuxt-codemirror",
|
|
4038
|
+
"npm": "nuxt-codemirror",
|
|
4039
|
+
"icon": "nuxt-codemirror.svg",
|
|
4040
|
+
"github": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4041
|
+
"website": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4042
|
+
"learn_more": "https://github.com/ThimoDEV/nuxt-codemirror",
|
|
4043
|
+
"category": "Libraries",
|
|
4044
|
+
"type": "3rd-party",
|
|
4045
|
+
"maintainers": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "ThimoDEV",
|
|
4048
|
+
"github": "ThimoDEV"
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"compatibility": {
|
|
4052
|
+
"nuxt": ">=3.0.0",
|
|
4053
|
+
"requires": {}
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "nuxt-cookie-consent",
|
|
4058
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
4059
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
4060
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
4061
|
+
"icon": "wah.svg",
|
|
4062
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
4063
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
4064
|
+
"learn_more": "",
|
|
4065
|
+
"category": "Extensions",
|
|
4066
|
+
"type": "3rd-party",
|
|
4067
|
+
"maintainers": [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "weareheavy",
|
|
4070
|
+
"github": "weareheavy"
|
|
4071
|
+
}
|
|
4072
|
+
],
|
|
4073
|
+
"compatibility": {
|
|
4074
|
+
"nuxt": ">=3.0.0",
|
|
3555
4075
|
"requires": {}
|
|
3556
4076
|
}
|
|
3557
4077
|
},
|
|
@@ -3577,7 +4097,29 @@
|
|
|
3577
4097
|
}
|
|
3578
4098
|
],
|
|
3579
4099
|
"compatibility": {
|
|
3580
|
-
"nuxt": "
|
|
4100
|
+
"nuxt": ">=3.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "nuxt-feather-icons",
|
|
4106
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
4107
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
4108
|
+
"npm": "nuxt-feather-icons",
|
|
4109
|
+
"icon": "nuxt-feather-icons.png",
|
|
4110
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4111
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4112
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4113
|
+
"category": "UI",
|
|
4114
|
+
"type": "3rd-party",
|
|
4115
|
+
"maintainers": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "4sllan",
|
|
4118
|
+
"github": "4sllan"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"compatibility": {
|
|
4122
|
+
"nuxt": ">=3.0.0",
|
|
3581
4123
|
"requires": {}
|
|
3582
4124
|
}
|
|
3583
4125
|
},
|
|
@@ -3599,7 +4141,75 @@
|
|
|
3599
4141
|
}
|
|
3600
4142
|
],
|
|
3601
4143
|
"compatibility": {
|
|
3602
|
-
"nuxt": "
|
|
4144
|
+
"nuxt": ">=3.0.0",
|
|
4145
|
+
"requires": {}
|
|
4146
|
+
}
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "nuxt-file-storage",
|
|
4150
|
+
"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.",
|
|
4151
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4152
|
+
"npm": "nuxt-file-storage",
|
|
4153
|
+
"icon": "nuxt-file-storage.svg",
|
|
4154
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4155
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4156
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4157
|
+
"category": "Database",
|
|
4158
|
+
"type": "3rd-party",
|
|
4159
|
+
"maintainers": [
|
|
4160
|
+
{
|
|
4161
|
+
"name": "NyllRE",
|
|
4162
|
+
"github": "NyllRE"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": ">=3.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
"name": "nuxt-fontawesome",
|
|
4172
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4173
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4174
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4175
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4176
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4177
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4178
|
+
"learn_more": "https://fontawesome.com",
|
|
4179
|
+
"category": "UI",
|
|
4180
|
+
"type": "3rd-party",
|
|
4181
|
+
"maintainers": [
|
|
4182
|
+
{
|
|
4183
|
+
"name": "Vasily Naumkin",
|
|
4184
|
+
"github": "bezumkin",
|
|
4185
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4186
|
+
}
|
|
4187
|
+
],
|
|
4188
|
+
"compatibility": {
|
|
4189
|
+
"nuxt": ">=3.0.0",
|
|
4190
|
+
"requires": {}
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"name": "nuxt-fortify",
|
|
4195
|
+
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
4196
|
+
"repo": "dev-charles15531/nuxt-fortify",
|
|
4197
|
+
"npm": "nuxt-fortify",
|
|
4198
|
+
"icon": "laravel-nuxt-fortify.svg",
|
|
4199
|
+
"github": "https://github.com/dev-charles15531/nuxt-fortify",
|
|
4200
|
+
"website": "https://github.com/dev-charles15531/nuxt-fortify",
|
|
4201
|
+
"learn_more": "https://laravel.com/docs/11.x/fortify",
|
|
4202
|
+
"category": "Security",
|
|
4203
|
+
"type": "3rd-party",
|
|
4204
|
+
"maintainers": [
|
|
4205
|
+
{
|
|
4206
|
+
"name": "Charles Paul",
|
|
4207
|
+
"github": "dev-charles15531",
|
|
4208
|
+
"avatar": "https://avatars.githubusercontent.com/dev-charles15531"
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"compatibility": {
|
|
4212
|
+
"nuxt": ">=3.9.0",
|
|
3603
4213
|
"requires": {}
|
|
3604
4214
|
}
|
|
3605
4215
|
},
|
|
@@ -3610,7 +4220,7 @@
|
|
|
3610
4220
|
"npm": "nuxt-graphql-middleware",
|
|
3611
4221
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3612
4222
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3613
|
-
"website": "https://nuxt-graphql-middleware
|
|
4223
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3614
4224
|
"learn_more": "",
|
|
3615
4225
|
"category": "Request",
|
|
3616
4226
|
"type": "3rd-party",
|
|
@@ -3628,7 +4238,7 @@
|
|
|
3628
4238
|
}
|
|
3629
4239
|
],
|
|
3630
4240
|
"compatibility": {
|
|
3631
|
-
"nuxt": "^2.0.0 ||
|
|
4241
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3632
4242
|
"requires": {}
|
|
3633
4243
|
}
|
|
3634
4244
|
},
|
|
@@ -3668,11 +4278,11 @@
|
|
|
3668
4278
|
"maintainers": [
|
|
3669
4279
|
{
|
|
3670
4280
|
"name": "Zadig&Voltaire Team",
|
|
3671
|
-
"github": "
|
|
4281
|
+
"github": "zadigetvoltaire"
|
|
3672
4282
|
}
|
|
3673
4283
|
],
|
|
3674
4284
|
"compatibility": {
|
|
3675
|
-
"nuxt": "
|
|
4285
|
+
"nuxt": ">=3.0.0",
|
|
3676
4286
|
"requires": {},
|
|
3677
4287
|
"devtools": "^0.0.0"
|
|
3678
4288
|
}
|
|
@@ -3695,12 +4305,34 @@
|
|
|
3695
4305
|
}
|
|
3696
4306
|
],
|
|
3697
4307
|
"compatibility": {
|
|
3698
|
-
"nuxt": "^2.0.0 ||
|
|
4308
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3699
4309
|
"requires": {
|
|
3700
4310
|
"bridge": "optional"
|
|
3701
4311
|
}
|
|
3702
4312
|
}
|
|
3703
4313
|
},
|
|
4314
|
+
{
|
|
4315
|
+
"name": "nuxt-i18n-micro",
|
|
4316
|
+
"description": "I18n Micro is a fast, simple, and lightweight internationalization (i18n) module.",
|
|
4317
|
+
"repo": "s00d/nuxt-i18n-micro",
|
|
4318
|
+
"npm": "nuxt-i18n-micro",
|
|
4319
|
+
"icon": "nuxt-i18n-micro.png",
|
|
4320
|
+
"github": "https://github.com/s00d/nuxt-i18n-micro",
|
|
4321
|
+
"website": "https://github.com/s00d/nuxt-i18n-micro",
|
|
4322
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-i18n-micro",
|
|
4323
|
+
"category": "Extensions",
|
|
4324
|
+
"type": "3rd-party",
|
|
4325
|
+
"maintainers": [
|
|
4326
|
+
{
|
|
4327
|
+
"name": "Pavel Kuzmin",
|
|
4328
|
+
"github": "s00d"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"compatibility": {
|
|
4332
|
+
"nuxt": ">=3.0.0",
|
|
4333
|
+
"requires": {}
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
3704
4336
|
{
|
|
3705
4337
|
"name": "nuxt-interpolation",
|
|
3706
4338
|
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
@@ -3741,7 +4373,30 @@
|
|
|
3741
4373
|
}
|
|
3742
4374
|
],
|
|
3743
4375
|
"compatibility": {
|
|
3744
|
-
"nuxt": "
|
|
4376
|
+
"nuxt": ">=3.0.0",
|
|
4377
|
+
"requires": {}
|
|
4378
|
+
}
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "nuxt-laravel-echo",
|
|
4382
|
+
"description": "Nuxt module for Laravel Echo integration",
|
|
4383
|
+
"repo": "manchenkoff/nuxt-laravel-echo",
|
|
4384
|
+
"npm": "nuxt-laravel-echo",
|
|
4385
|
+
"icon": "laravel.svg",
|
|
4386
|
+
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4387
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
|
|
4388
|
+
"learn_more": "https://laravel.com/docs/11.x/broadcasting",
|
|
4389
|
+
"category": "Libraries",
|
|
4390
|
+
"type": "3rd-party",
|
|
4391
|
+
"maintainers": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "Artem Manchenkov",
|
|
4394
|
+
"github": "manchenkoff",
|
|
4395
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"compatibility": {
|
|
4399
|
+
"nuxt": ">=3.12.0",
|
|
3745
4400
|
"requires": {}
|
|
3746
4401
|
}
|
|
3747
4402
|
},
|
|
@@ -3752,8 +4407,8 @@
|
|
|
3752
4407
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3753
4408
|
"icon": "nuxt-localtunnel.svg",
|
|
3754
4409
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3755
|
-
"website": "https://
|
|
3756
|
-
"learn_more": "
|
|
4410
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4411
|
+
"learn_more": "",
|
|
3757
4412
|
"category": "Devtools",
|
|
3758
4413
|
"type": "3rd-party",
|
|
3759
4414
|
"maintainers": [
|
|
@@ -3764,7 +4419,7 @@
|
|
|
3764
4419
|
}
|
|
3765
4420
|
],
|
|
3766
4421
|
"compatibility": {
|
|
3767
|
-
"nuxt": "
|
|
4422
|
+
"nuxt": ">=3.0.0",
|
|
3768
4423
|
"requires": {}
|
|
3769
4424
|
}
|
|
3770
4425
|
},
|
|
@@ -3787,7 +4442,7 @@
|
|
|
3787
4442
|
}
|
|
3788
4443
|
],
|
|
3789
4444
|
"compatibility": {
|
|
3790
|
-
"nuxt": "
|
|
4445
|
+
"nuxt": ">=3.0.0",
|
|
3791
4446
|
"requires": {}
|
|
3792
4447
|
}
|
|
3793
4448
|
},
|
|
@@ -3809,7 +4464,7 @@
|
|
|
3809
4464
|
}
|
|
3810
4465
|
],
|
|
3811
4466
|
"compatibility": {
|
|
3812
|
-
"nuxt": "^2.0.0 ||
|
|
4467
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3813
4468
|
"requires": {}
|
|
3814
4469
|
}
|
|
3815
4470
|
},
|
|
@@ -3830,6 +4485,28 @@
|
|
|
3830
4485
|
"github": "AlexLavoie42"
|
|
3831
4486
|
}
|
|
3832
4487
|
],
|
|
4488
|
+
"compatibility": {
|
|
4489
|
+
"nuxt": ">=3.0.0",
|
|
4490
|
+
"requires": {}
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "nuxt-maplibre",
|
|
4495
|
+
"description": "Maplibre integration with Nuxt",
|
|
4496
|
+
"repo": "Gugustinette/nuxt-maplibre",
|
|
4497
|
+
"npm": "nuxt-maplibre",
|
|
4498
|
+
"icon": "maplibre.png",
|
|
4499
|
+
"github": "https://github.com/Gugustinette/nuxt-maplibre",
|
|
4500
|
+
"website": "https://gugustinette.github.io/nuxt-maplibre/",
|
|
4501
|
+
"learn_more": "https://gugustinette.github.io/nuxt-maplibre/",
|
|
4502
|
+
"category": "Libraries",
|
|
4503
|
+
"type": "3rd-party",
|
|
4504
|
+
"maintainers": [
|
|
4505
|
+
{
|
|
4506
|
+
"name": "Augustin MERCIER",
|
|
4507
|
+
"github": "Gugustinette"
|
|
4508
|
+
}
|
|
4509
|
+
],
|
|
3833
4510
|
"compatibility": {
|
|
3834
4511
|
"nuxt": "^3.0.0",
|
|
3835
4512
|
"requires": {}
|
|
@@ -3853,7 +4530,30 @@
|
|
|
3853
4530
|
}
|
|
3854
4531
|
],
|
|
3855
4532
|
"compatibility": {
|
|
3856
|
-
"nuxt": "
|
|
4533
|
+
"nuxt": ">=3.0.0",
|
|
4534
|
+
"requires": {}
|
|
4535
|
+
}
|
|
4536
|
+
},
|
|
4537
|
+
{
|
|
4538
|
+
"name": "nuxt-meta-pixel",
|
|
4539
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4540
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4541
|
+
"npm": "nuxt-meta-pixel",
|
|
4542
|
+
"icon": "",
|
|
4543
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4544
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4545
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4546
|
+
"category": "Analytics",
|
|
4547
|
+
"type": "3rd-party",
|
|
4548
|
+
"maintainers": [
|
|
4549
|
+
{
|
|
4550
|
+
"name": "tanukijs",
|
|
4551
|
+
"github": "tanukijs",
|
|
4552
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4553
|
+
}
|
|
4554
|
+
],
|
|
4555
|
+
"compatibility": {
|
|
4556
|
+
"nuxt": ">=3.0.0",
|
|
3857
4557
|
"requires": {}
|
|
3858
4558
|
}
|
|
3859
4559
|
},
|
|
@@ -3875,7 +4575,7 @@
|
|
|
3875
4575
|
}
|
|
3876
4576
|
],
|
|
3877
4577
|
"compatibility": {
|
|
3878
|
-
"nuxt": "
|
|
4578
|
+
"nuxt": ">=3.0.0",
|
|
3879
4579
|
"requires": {}
|
|
3880
4580
|
}
|
|
3881
4581
|
},
|
|
@@ -3897,7 +4597,79 @@
|
|
|
3897
4597
|
}
|
|
3898
4598
|
],
|
|
3899
4599
|
"compatibility": {
|
|
3900
|
-
"nuxt": "
|
|
4600
|
+
"nuxt": ">=3.0.0",
|
|
4601
|
+
"requires": {},
|
|
4602
|
+
"devtools": "^0.0.0"
|
|
4603
|
+
}
|
|
4604
|
+
},
|
|
4605
|
+
{
|
|
4606
|
+
"name": "nuxt-oidc-auth",
|
|
4607
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4608
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4609
|
+
"npm": "nuxt-oidc-auth",
|
|
4610
|
+
"icon": "",
|
|
4611
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4612
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4613
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4614
|
+
"category": "Security",
|
|
4615
|
+
"type": "3rd-party",
|
|
4616
|
+
"maintainers": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "Jan-Henrik Damaschke",
|
|
4619
|
+
"github": "itpropro",
|
|
4620
|
+
"twitter": "jandamaschke"
|
|
4621
|
+
}
|
|
4622
|
+
],
|
|
4623
|
+
"compatibility": {
|
|
4624
|
+
"nuxt": ">=3.0.0",
|
|
4625
|
+
"requires": {}
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "nuxt-openapi-docs-module",
|
|
4630
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4631
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4632
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4633
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4634
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4635
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4636
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4637
|
+
"category": "Libraries",
|
|
4638
|
+
"type": "3rd-party",
|
|
4639
|
+
"maintainers": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "Pavel Kuzmin",
|
|
4642
|
+
"github": "s00d"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"compatibility": {
|
|
4646
|
+
"nuxt": ">=3.0.0",
|
|
4647
|
+
"requires": {}
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
4650
|
+
{
|
|
4651
|
+
"name": "nuxt-openid-connect",
|
|
4652
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4653
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4654
|
+
"npm": "nuxt-openid-connect",
|
|
4655
|
+
"icon": "",
|
|
4656
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4657
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4658
|
+
"learn_more": "",
|
|
4659
|
+
"category": "Security",
|
|
4660
|
+
"type": "3rd-party",
|
|
4661
|
+
"maintainers": [
|
|
4662
|
+
{
|
|
4663
|
+
"name": "Aborn Jiang",
|
|
4664
|
+
"github": "aborn"
|
|
4665
|
+
},
|
|
4666
|
+
{
|
|
4667
|
+
"name": "Khaled Almana",
|
|
4668
|
+
"github": "KhaledAlMana"
|
|
4669
|
+
}
|
|
4670
|
+
],
|
|
4671
|
+
"compatibility": {
|
|
4672
|
+
"nuxt": ">=3.0.0",
|
|
3901
4673
|
"requires": {},
|
|
3902
4674
|
"devtools": "^0.0.0"
|
|
3903
4675
|
}
|
|
@@ -3921,7 +4693,30 @@
|
|
|
3921
4693
|
}
|
|
3922
4694
|
],
|
|
3923
4695
|
"compatibility": {
|
|
3924
|
-
"nuxt": "
|
|
4696
|
+
"nuxt": ">=3.0.0",
|
|
4697
|
+
"requires": {}
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"name": "nuxt-pdf-frame",
|
|
4702
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4703
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4704
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4705
|
+
"icon": "pdf-frame.svg",
|
|
4706
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4707
|
+
"website": "https://www.pdf-frame.org",
|
|
4708
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4709
|
+
"category": "Libraries",
|
|
4710
|
+
"type": "3rd-party",
|
|
4711
|
+
"maintainers": [
|
|
4712
|
+
{
|
|
4713
|
+
"name": "Narayana Swamy",
|
|
4714
|
+
"github": "nswamy14",
|
|
4715
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4716
|
+
}
|
|
4717
|
+
],
|
|
4718
|
+
"compatibility": {
|
|
4719
|
+
"nuxt": ">=3.0.0",
|
|
3925
4720
|
"requires": {}
|
|
3926
4721
|
}
|
|
3927
4722
|
},
|
|
@@ -3944,7 +4739,7 @@
|
|
|
3944
4739
|
}
|
|
3945
4740
|
],
|
|
3946
4741
|
"compatibility": {
|
|
3947
|
-
"nuxt": "
|
|
4742
|
+
"nuxt": ">=3.0.0",
|
|
3948
4743
|
"requires": {}
|
|
3949
4744
|
}
|
|
3950
4745
|
},
|
|
@@ -3955,8 +4750,8 @@
|
|
|
3955
4750
|
"npm": "nuxt-phosphor-icons",
|
|
3956
4751
|
"icon": "phosphor-icons.svg",
|
|
3957
4752
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3958
|
-
"website": "https://
|
|
3959
|
-
"learn_more": "https://
|
|
4753
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4754
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3960
4755
|
"category": "UI",
|
|
3961
4756
|
"type": "3rd-party",
|
|
3962
4757
|
"maintainers": [
|
|
@@ -3966,7 +4761,7 @@
|
|
|
3966
4761
|
}
|
|
3967
4762
|
],
|
|
3968
4763
|
"compatibility": {
|
|
3969
|
-
"nuxt": "
|
|
4764
|
+
"nuxt": ">=3.0.0",
|
|
3970
4765
|
"requires": {}
|
|
3971
4766
|
}
|
|
3972
4767
|
},
|
|
@@ -3992,28 +4787,6 @@
|
|
|
3992
4787
|
"requires": {}
|
|
3993
4788
|
}
|
|
3994
4789
|
},
|
|
3995
|
-
{
|
|
3996
|
-
"name": "plausible",
|
|
3997
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3998
|
-
"repo": "nuxt-modules/plausible",
|
|
3999
|
-
"npm": "@nuxtjs/plausible",
|
|
4000
|
-
"icon": "plausible.png",
|
|
4001
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4002
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4003
|
-
"learn_more": "https://plausible.io/",
|
|
4004
|
-
"category": "Analytics",
|
|
4005
|
-
"type": "community",
|
|
4006
|
-
"maintainers": [
|
|
4007
|
-
{
|
|
4008
|
-
"name": "Johann Schopplich",
|
|
4009
|
-
"github": "johannschopplich"
|
|
4010
|
-
}
|
|
4011
|
-
],
|
|
4012
|
-
"compatibility": {
|
|
4013
|
-
"nuxt": "^3.0.0",
|
|
4014
|
-
"requires": {}
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
4790
|
{
|
|
4018
4791
|
"name": "nuxt-plotly",
|
|
4019
4792
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4036,7 +4809,7 @@
|
|
|
4036
4809
|
}
|
|
4037
4810
|
],
|
|
4038
4811
|
"compatibility": {
|
|
4039
|
-
"nuxt": "
|
|
4812
|
+
"nuxt": ">=3.0.0",
|
|
4040
4813
|
"requires": {}
|
|
4041
4814
|
}
|
|
4042
4815
|
},
|
|
@@ -4063,6 +4836,28 @@
|
|
|
4063
4836
|
"requires": {}
|
|
4064
4837
|
}
|
|
4065
4838
|
},
|
|
4839
|
+
{
|
|
4840
|
+
"name": "nuxt-posthog",
|
|
4841
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4842
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4843
|
+
"npm": "nuxt-posthog",
|
|
4844
|
+
"icon": "posthog.svg",
|
|
4845
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4846
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4847
|
+
"learn_more": "https://posthog.com",
|
|
4848
|
+
"category": "Analytics",
|
|
4849
|
+
"type": "3rd-party",
|
|
4850
|
+
"maintainers": [
|
|
4851
|
+
{
|
|
4852
|
+
"name": "Carles Mitjans",
|
|
4853
|
+
"github": "mitjans"
|
|
4854
|
+
}
|
|
4855
|
+
],
|
|
4856
|
+
"compatibility": {
|
|
4857
|
+
"nuxt": ">=3.0.0",
|
|
4858
|
+
"requires": {}
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4066
4861
|
{
|
|
4067
4862
|
"name": "nuxt-smartlook",
|
|
4068
4863
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4105,7 +4900,7 @@
|
|
|
4105
4900
|
}
|
|
4106
4901
|
],
|
|
4107
4902
|
"compatibility": {
|
|
4108
|
-
"nuxt": "
|
|
4903
|
+
"nuxt": ">=3.0.0",
|
|
4109
4904
|
"requires": {}
|
|
4110
4905
|
}
|
|
4111
4906
|
},
|
|
@@ -4133,7 +4928,7 @@
|
|
|
4133
4928
|
}
|
|
4134
4929
|
],
|
|
4135
4930
|
"compatibility": {
|
|
4136
|
-
"nuxt": "
|
|
4931
|
+
"nuxt": ">=3.0.0",
|
|
4137
4932
|
"requires": {}
|
|
4138
4933
|
}
|
|
4139
4934
|
},
|
|
@@ -4142,7 +4937,7 @@
|
|
|
4142
4937
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4143
4938
|
"repo": "fumeapp/nuxt-storm",
|
|
4144
4939
|
"npm": "nuxt-storm",
|
|
4145
|
-
"icon": "
|
|
4940
|
+
"icon": "",
|
|
4146
4941
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4147
4942
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4148
4943
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4159,6 +4954,30 @@
|
|
|
4159
4954
|
"requires": {}
|
|
4160
4955
|
}
|
|
4161
4956
|
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "nuxt-svgo-loader",
|
|
4959
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4960
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4961
|
+
"npm": "nuxt-svgo-loader",
|
|
4962
|
+
"icon": "",
|
|
4963
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4964
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4965
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4966
|
+
"category": "Images",
|
|
4967
|
+
"type": "3rd-party",
|
|
4968
|
+
"maintainers": [
|
|
4969
|
+
{
|
|
4970
|
+
"name": "Alex Liu",
|
|
4971
|
+
"github": "Mini-ghost",
|
|
4972
|
+
"twitter": "Minighost_Alex"
|
|
4973
|
+
}
|
|
4974
|
+
],
|
|
4975
|
+
"compatibility": {
|
|
4976
|
+
"nuxt": ">=3.0.0",
|
|
4977
|
+
"requires": {},
|
|
4978
|
+
"devtools": "^0.0.0"
|
|
4979
|
+
}
|
|
4980
|
+
},
|
|
4162
4981
|
{
|
|
4163
4982
|
"name": "nuxt-svgo",
|
|
4164
4983
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4176,6 +4995,29 @@
|
|
|
4176
4995
|
"github": "cpsoinos"
|
|
4177
4996
|
}
|
|
4178
4997
|
],
|
|
4998
|
+
"compatibility": {
|
|
4999
|
+
"nuxt": ">=3.0.0",
|
|
5000
|
+
"requires": {}
|
|
5001
|
+
}
|
|
5002
|
+
},
|
|
5003
|
+
{
|
|
5004
|
+
"name": "nuxt-telegram-auth",
|
|
5005
|
+
"description": "Telegram login widget integration for Nuxt 3",
|
|
5006
|
+
"repo": "halitsever/nuxt-telegram-auth",
|
|
5007
|
+
"npm": "nuxt-telegram-auth",
|
|
5008
|
+
"icon": "nuxt-telegram-auth.png",
|
|
5009
|
+
"github": "https://github.com/halitsever/nuxt-telegram-auth",
|
|
5010
|
+
"website": "https://halitsever.github.io/nuxt-telegram-auth",
|
|
5011
|
+
"learn_more": "",
|
|
5012
|
+
"category": "Security",
|
|
5013
|
+
"type": "3rd-party",
|
|
5014
|
+
"maintainers": [
|
|
5015
|
+
{
|
|
5016
|
+
"name": "Halit Sever",
|
|
5017
|
+
"github": "halitsever",
|
|
5018
|
+
"avatar": "https://avatars.githubusercontent.com/u/34791459?v=4"
|
|
5019
|
+
}
|
|
5020
|
+
],
|
|
4179
5021
|
"compatibility": {
|
|
4180
5022
|
"nuxt": "^3.0.0",
|
|
4181
5023
|
"requires": {}
|
|
@@ -4204,14 +5046,14 @@
|
|
|
4204
5046
|
}
|
|
4205
5047
|
},
|
|
4206
5048
|
{
|
|
4207
|
-
"name": "nuxt-use-
|
|
4208
|
-
"description": "A Nuxt module
|
|
4209
|
-
"repo": "Tahul/nuxt-use-
|
|
4210
|
-
"npm": "nuxt-use-
|
|
4211
|
-
"icon": "nuxt-use-
|
|
4212
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
4213
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
4214
|
-
"learn_more": "https://github.com/vueuse/
|
|
5049
|
+
"name": "nuxt-use-sound",
|
|
5050
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
5051
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
5052
|
+
"npm": "nuxt-use-sound",
|
|
5053
|
+
"icon": "nuxt-use-sound.svg",
|
|
5054
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
5055
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
5056
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
4215
5057
|
"category": "Libraries",
|
|
4216
5058
|
"type": "3rd-party",
|
|
4217
5059
|
"maintainers": [
|
|
@@ -4226,24 +5068,24 @@
|
|
|
4226
5068
|
}
|
|
4227
5069
|
},
|
|
4228
5070
|
{
|
|
4229
|
-
"name": "nuxt-
|
|
4230
|
-
"description": "
|
|
4231
|
-
"repo": "
|
|
4232
|
-
"npm": "nuxt-
|
|
4233
|
-
"icon": "nuxt-
|
|
4234
|
-
"github": "https://github.com/
|
|
4235
|
-
"website": "https://github.com/
|
|
4236
|
-
"learn_more": "
|
|
4237
|
-
"category": "
|
|
5071
|
+
"name": "nuxt-uswds",
|
|
5072
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
5073
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
5074
|
+
"npm": "nuxt-uswds",
|
|
5075
|
+
"icon": "nuxt-uswds.svg",
|
|
5076
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
5077
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
5078
|
+
"learn_more": "",
|
|
5079
|
+
"category": "UI",
|
|
4238
5080
|
"type": "3rd-party",
|
|
4239
5081
|
"maintainers": [
|
|
4240
5082
|
{
|
|
4241
|
-
"name": "
|
|
4242
|
-
"github": "
|
|
5083
|
+
"name": "Patrick Cate",
|
|
5084
|
+
"github": "patrickcate"
|
|
4243
5085
|
}
|
|
4244
5086
|
],
|
|
4245
5087
|
"compatibility": {
|
|
4246
|
-
"nuxt": "
|
|
5088
|
+
"nuxt": ">=3.0.0",
|
|
4247
5089
|
"requires": {}
|
|
4248
5090
|
}
|
|
4249
5091
|
},
|
|
@@ -4265,7 +5107,7 @@
|
|
|
4265
5107
|
}
|
|
4266
5108
|
],
|
|
4267
5109
|
"compatibility": {
|
|
4268
|
-
"nuxt": "^2.0.0 ||
|
|
5110
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4269
5111
|
"requires": {
|
|
4270
5112
|
"bridge": "optional"
|
|
4271
5113
|
}
|
|
@@ -4289,36 +5131,86 @@
|
|
|
4289
5131
|
}
|
|
4290
5132
|
],
|
|
4291
5133
|
"compatibility": {
|
|
4292
|
-
"nuxt": "
|
|
5134
|
+
"nuxt": ">=3.0.0",
|
|
4293
5135
|
"requires": {}
|
|
4294
5136
|
}
|
|
4295
5137
|
},
|
|
4296
5138
|
{
|
|
4297
|
-
"name": "nuxt-
|
|
4298
|
-
"description": "
|
|
4299
|
-
"repo": "
|
|
4300
|
-
"npm": "
|
|
4301
|
-
"icon": "
|
|
4302
|
-
"github": "https://github.com/
|
|
4303
|
-
"website": "https://
|
|
4304
|
-
"learn_more": "
|
|
4305
|
-
"category": "
|
|
5139
|
+
"name": "nuxt-zod-i18n",
|
|
5140
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5141
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
5142
|
+
"npm": "nuxt-zod-i18n",
|
|
5143
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
5144
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
5145
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
5146
|
+
"learn_more": "",
|
|
5147
|
+
"category": "Libraries",
|
|
5148
|
+
"type": "3rd-party",
|
|
5149
|
+
"maintainers": [
|
|
5150
|
+
{
|
|
5151
|
+
"name": "xibman",
|
|
5152
|
+
"github": "xibman"
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"compatibility": {
|
|
5156
|
+
"nuxt": ">=3.0.0",
|
|
5157
|
+
"requires": {}
|
|
5158
|
+
}
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "nuxt2-leaflet",
|
|
5162
|
+
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
5163
|
+
"repo": "schlunsen/nuxt-leaflet",
|
|
5164
|
+
"npm": "nuxt-leaflet",
|
|
5165
|
+
"icon": "leaflet.png",
|
|
5166
|
+
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5167
|
+
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5168
|
+
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
5169
|
+
"category": "Libraries",
|
|
4306
5170
|
"type": "3rd-party",
|
|
4307
5171
|
"maintainers": [
|
|
4308
5172
|
{
|
|
4309
|
-
"name": "
|
|
4310
|
-
"github": "
|
|
5173
|
+
"name": "schlunsen",
|
|
5174
|
+
"github": "schlunsen"
|
|
5175
|
+
}
|
|
5176
|
+
],
|
|
5177
|
+
"compatibility": {
|
|
5178
|
+
"nuxt": "^2.0.0",
|
|
5179
|
+
"requires": {}
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "nuxt2-ngrok",
|
|
5184
|
+
"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",
|
|
5185
|
+
"repo": "nuxt-community/ngrok",
|
|
5186
|
+
"npm": "@nuxtjs/ngrok",
|
|
5187
|
+
"icon": "ngrok.png",
|
|
5188
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
5189
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
5190
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
5191
|
+
"category": "Devtools",
|
|
5192
|
+
"type": "community",
|
|
5193
|
+
"maintainers": [
|
|
5194
|
+
{
|
|
5195
|
+
"name": "Debbie O'Brien",
|
|
5196
|
+
"github": "debs-obrien",
|
|
5197
|
+
"twitter": "debs_obrien"
|
|
5198
|
+
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "Pooya Parsa",
|
|
5201
|
+
"github": "pi0",
|
|
5202
|
+
"twitter": "_pi0_"
|
|
4311
5203
|
}
|
|
4312
5204
|
],
|
|
4313
5205
|
"compatibility": {
|
|
4314
|
-
"nuxt": "^
|
|
5206
|
+
"nuxt": "^2.0.0",
|
|
4315
5207
|
"requires": {}
|
|
4316
5208
|
}
|
|
4317
5209
|
},
|
|
4318
5210
|
{
|
|
4319
5211
|
"name": "nuxt3-interpolation",
|
|
4320
5212
|
"description": "",
|
|
4321
|
-
"repo": "daliborgogic/interpolation
|
|
5213
|
+
"repo": "daliborgogic/interpolation",
|
|
4322
5214
|
"npm": "nuxt3-interpolation",
|
|
4323
5215
|
"icon": "",
|
|
4324
5216
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4333,29 +5225,7 @@
|
|
|
4333
5225
|
}
|
|
4334
5226
|
],
|
|
4335
5227
|
"compatibility": {
|
|
4336
|
-
"nuxt": "
|
|
4337
|
-
"requires": {}
|
|
4338
|
-
}
|
|
4339
|
-
},
|
|
4340
|
-
{
|
|
4341
|
-
"name": "nuxt3-leaflet",
|
|
4342
|
-
"description": "Leaflet integration with Nuxt",
|
|
4343
|
-
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4344
|
-
"npm": "nuxt3-leaflet",
|
|
4345
|
-
"icon": "leaflet.png",
|
|
4346
|
-
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4347
|
-
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4348
|
-
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4349
|
-
"category": "Libraries",
|
|
4350
|
-
"type": "3rd-party",
|
|
4351
|
-
"maintainers": [
|
|
4352
|
-
{
|
|
4353
|
-
"name": "Augustin MERCIER",
|
|
4354
|
-
"github": "Gugustinette"
|
|
4355
|
-
}
|
|
4356
|
-
],
|
|
4357
|
-
"compatibility": {
|
|
4358
|
-
"nuxt": "^3.0.0",
|
|
5228
|
+
"nuxt": ">=3.0.0",
|
|
4359
5229
|
"requires": {}
|
|
4360
5230
|
}
|
|
4361
5231
|
},
|
|
@@ -4385,14 +5255,14 @@
|
|
|
4385
5255
|
{
|
|
4386
5256
|
"name": "og-image",
|
|
4387
5257
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4388
|
-
"repo": "
|
|
5258
|
+
"repo": "nuxt-modules/og-image",
|
|
4389
5259
|
"npm": "nuxt-og-image",
|
|
4390
5260
|
"icon": "og-image.svg",
|
|
4391
|
-
"github": "https://github.com/
|
|
5261
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4392
5262
|
"website": "https://nuxtseo.com/og-image",
|
|
4393
5263
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4394
5264
|
"category": "SEO",
|
|
4395
|
-
"type": "
|
|
5265
|
+
"type": "community",
|
|
4396
5266
|
"maintainers": [
|
|
4397
5267
|
{
|
|
4398
5268
|
"name": "Harlan Wilton",
|
|
@@ -4402,7 +5272,7 @@
|
|
|
4402
5272
|
}
|
|
4403
5273
|
],
|
|
4404
5274
|
"compatibility": {
|
|
4405
|
-
"nuxt": "
|
|
5275
|
+
"nuxt": ">=3.0.0",
|
|
4406
5276
|
"requires": {},
|
|
4407
5277
|
"devtools": "^0.0.0"
|
|
4408
5278
|
}
|
|
@@ -4430,6 +5300,28 @@
|
|
|
4430
5300
|
"requires": {}
|
|
4431
5301
|
}
|
|
4432
5302
|
},
|
|
5303
|
+
{
|
|
5304
|
+
"name": "onyx",
|
|
5305
|
+
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
5306
|
+
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
5307
|
+
"npm": "@sit-onyx/nuxt",
|
|
5308
|
+
"icon": "onyx.svg",
|
|
5309
|
+
"github": "https://github.com/SchwarzIT/onyx",
|
|
5310
|
+
"website": "https://onyx.schwarz/development/packages/nuxt.html",
|
|
5311
|
+
"learn_more": "https://onyx.schwarz",
|
|
5312
|
+
"category": "UI",
|
|
5313
|
+
"type": "3rd-party",
|
|
5314
|
+
"maintainers": [
|
|
5315
|
+
{
|
|
5316
|
+
"name": "Schwarz IT",
|
|
5317
|
+
"github": "SchwarzIT"
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
5320
|
+
"compatibility": {
|
|
5321
|
+
"nuxt": ">=3.0.0",
|
|
5322
|
+
"requires": {}
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
4433
5325
|
{
|
|
4434
5326
|
"name": "optimized-images",
|
|
4435
5327
|
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
@@ -4437,8 +5329,8 @@
|
|
|
4437
5329
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4438
5330
|
"icon": "",
|
|
4439
5331
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4440
|
-
"website": "https://
|
|
4441
|
-
"learn_more": "",
|
|
5332
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
5333
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4442
5334
|
"category": "Images",
|
|
4443
5335
|
"type": "3rd-party",
|
|
4444
5336
|
"maintainers": [
|
|
@@ -4516,7 +5408,7 @@
|
|
|
4516
5408
|
}
|
|
4517
5409
|
],
|
|
4518
5410
|
"compatibility": {
|
|
4519
|
-
"nuxt": "
|
|
5411
|
+
"nuxt": ">=3.0.0",
|
|
4520
5412
|
"requires": {}
|
|
4521
5413
|
}
|
|
4522
5414
|
},
|
|
@@ -4539,7 +5431,7 @@
|
|
|
4539
5431
|
}
|
|
4540
5432
|
],
|
|
4541
5433
|
"compatibility": {
|
|
4542
|
-
"nuxt": "^2.0.0 ||
|
|
5434
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4543
5435
|
"requires": {
|
|
4544
5436
|
"bridge": true
|
|
4545
5437
|
}
|
|
@@ -4563,7 +5455,7 @@
|
|
|
4563
5455
|
}
|
|
4564
5456
|
],
|
|
4565
5457
|
"compatibility": {
|
|
4566
|
-
"nuxt": "
|
|
5458
|
+
"nuxt": ">=3.0.0",
|
|
4567
5459
|
"requires": {}
|
|
4568
5460
|
}
|
|
4569
5461
|
},
|
|
@@ -4587,7 +5479,29 @@
|
|
|
4587
5479
|
}
|
|
4588
5480
|
],
|
|
4589
5481
|
"compatibility": {
|
|
4590
|
-
"nuxt": "
|
|
5482
|
+
"nuxt": ">=3.0.0",
|
|
5483
|
+
"requires": {}
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5486
|
+
{
|
|
5487
|
+
"name": "pergel",
|
|
5488
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5489
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5490
|
+
"npm": "pergel",
|
|
5491
|
+
"icon": "pergel.svg",
|
|
5492
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5493
|
+
"website": "https://oku-ui.com/pergel",
|
|
5494
|
+
"learn_more": "",
|
|
5495
|
+
"category": "Devtools",
|
|
5496
|
+
"type": "3rd-party",
|
|
5497
|
+
"maintainers": [
|
|
5498
|
+
{
|
|
5499
|
+
"name": "Mehmet - productdevbook",
|
|
5500
|
+
"github": "productdevbook"
|
|
5501
|
+
}
|
|
5502
|
+
],
|
|
5503
|
+
"compatibility": {
|
|
5504
|
+
"nuxt": ">=3.10.0",
|
|
4591
5505
|
"requires": {}
|
|
4592
5506
|
}
|
|
4593
5507
|
},
|
|
@@ -4617,7 +5531,7 @@
|
|
|
4617
5531
|
{
|
|
4618
5532
|
"name": "pinia-orm",
|
|
4619
5533
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4620
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5534
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4621
5535
|
"npm": "@pinia-orm/nuxt",
|
|
4622
5536
|
"icon": "pinia-orm.svg",
|
|
4623
5537
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4632,7 +5546,7 @@
|
|
|
4632
5546
|
}
|
|
4633
5547
|
],
|
|
4634
5548
|
"compatibility": {
|
|
4635
|
-
"nuxt": "^2.0.0 ||
|
|
5549
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4636
5550
|
"requires": {
|
|
4637
5551
|
"bridge": "optional"
|
|
4638
5552
|
}
|
|
@@ -4656,7 +5570,7 @@
|
|
|
4656
5570
|
}
|
|
4657
5571
|
],
|
|
4658
5572
|
"compatibility": {
|
|
4659
|
-
"nuxt": "^2.0.0 ||
|
|
5573
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4660
5574
|
"requires": {
|
|
4661
5575
|
"bridge": "optional"
|
|
4662
5576
|
}
|
|
@@ -4680,7 +5594,7 @@
|
|
|
4680
5594
|
}
|
|
4681
5595
|
],
|
|
4682
5596
|
"compatibility": {
|
|
4683
|
-
"nuxt": "^2.0.0 ||
|
|
5597
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4684
5598
|
"requires": {
|
|
4685
5599
|
"bridge": "optional"
|
|
4686
5600
|
}
|
|
@@ -4691,20 +5605,42 @@
|
|
|
4691
5605
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4692
5606
|
"repo": "nuxt-modules/plausible",
|
|
4693
5607
|
"npm": "@nuxtjs/plausible",
|
|
4694
|
-
"icon": "",
|
|
5608
|
+
"icon": "plausible.svg",
|
|
4695
5609
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4696
5610
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4697
5611
|
"learn_more": "",
|
|
4698
|
-
"category": "
|
|
5612
|
+
"category": "Analytics",
|
|
4699
5613
|
"type": "community",
|
|
4700
5614
|
"maintainers": [
|
|
4701
5615
|
{
|
|
4702
|
-
"name": "
|
|
4703
|
-
"github": "
|
|
5616
|
+
"name": "Johann Schopplich",
|
|
5617
|
+
"github": "johannschopplich"
|
|
4704
5618
|
}
|
|
4705
5619
|
],
|
|
4706
5620
|
"compatibility": {
|
|
4707
|
-
"nuxt": "^2.0.0",
|
|
5621
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5622
|
+
"requires": {}
|
|
5623
|
+
}
|
|
5624
|
+
},
|
|
5625
|
+
{
|
|
5626
|
+
"name": "precognition",
|
|
5627
|
+
"description": "Nuxt module implementing Laravel Precognition protocol in Nitro",
|
|
5628
|
+
"repo": "sot1986/nuxt-precognition",
|
|
5629
|
+
"npm": "nuxt-precognition",
|
|
5630
|
+
"icon": "laravel.svg",
|
|
5631
|
+
"github": "https://github.com/sot1986/nuxt-precognition",
|
|
5632
|
+
"website": "https://github.com/sot1986/nuxt-precognition",
|
|
5633
|
+
"learn_more": "",
|
|
5634
|
+
"category": "Security",
|
|
5635
|
+
"type": "3rd-party",
|
|
5636
|
+
"maintainers": [
|
|
5637
|
+
{
|
|
5638
|
+
"name": "sot1986",
|
|
5639
|
+
"github": "sot1986"
|
|
5640
|
+
}
|
|
5641
|
+
],
|
|
5642
|
+
"compatibility": {
|
|
5643
|
+
"nuxt": ">=3.0.0",
|
|
4708
5644
|
"requires": {}
|
|
4709
5645
|
}
|
|
4710
5646
|
},
|
|
@@ -4737,7 +5673,7 @@
|
|
|
4737
5673
|
"npm": "nuxt-prepare",
|
|
4738
5674
|
"icon": "prepare.svg",
|
|
4739
5675
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4740
|
-
"website": "https://nuxt-prepare.
|
|
5676
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4741
5677
|
"learn_more": "",
|
|
4742
5678
|
"category": "Devtools",
|
|
4743
5679
|
"type": "3rd-party",
|
|
@@ -4750,7 +5686,7 @@
|
|
|
4750
5686
|
}
|
|
4751
5687
|
],
|
|
4752
5688
|
"compatibility": {
|
|
4753
|
-
"nuxt": "
|
|
5689
|
+
"nuxt": ">=3.0.0",
|
|
4754
5690
|
"requires": {}
|
|
4755
5691
|
}
|
|
4756
5692
|
},
|
|
@@ -4773,7 +5709,29 @@
|
|
|
4773
5709
|
}
|
|
4774
5710
|
],
|
|
4775
5711
|
"compatibility": {
|
|
4776
|
-
"nuxt": "
|
|
5712
|
+
"nuxt": ">=3.0.0",
|
|
5713
|
+
"requires": {}
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"name": "prisma",
|
|
5718
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5719
|
+
"repo": "prisma/nuxt-prisma",
|
|
5720
|
+
"npm": "@prisma/nuxt",
|
|
5721
|
+
"icon": "prisma.png",
|
|
5722
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5723
|
+
"website": "https://pris.ly/prisma-nuxt",
|
|
5724
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5725
|
+
"category": "Database",
|
|
5726
|
+
"type": "3rd-party",
|
|
5727
|
+
"maintainers": [
|
|
5728
|
+
{
|
|
5729
|
+
"name": "prisma",
|
|
5730
|
+
"github": "prisma"
|
|
5731
|
+
}
|
|
5732
|
+
],
|
|
5733
|
+
"compatibility": {
|
|
5734
|
+
"nuxt": ">=3.0.0",
|
|
4777
5735
|
"requires": {}
|
|
4778
5736
|
}
|
|
4779
5737
|
},
|
|
@@ -4796,7 +5754,7 @@
|
|
|
4796
5754
|
}
|
|
4797
5755
|
],
|
|
4798
5756
|
"compatibility": {
|
|
4799
|
-
"nuxt": "^2.0.0 ||
|
|
5757
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4800
5758
|
"requires": {}
|
|
4801
5759
|
}
|
|
4802
5760
|
},
|
|
@@ -4818,7 +5776,7 @@
|
|
|
4818
5776
|
}
|
|
4819
5777
|
],
|
|
4820
5778
|
"compatibility": {
|
|
4821
|
-
"nuxt": "
|
|
5779
|
+
"nuxt": ">=3.0.0",
|
|
4822
5780
|
"requires": {}
|
|
4823
5781
|
}
|
|
4824
5782
|
},
|
|
@@ -4908,7 +5866,7 @@
|
|
|
4908
5866
|
}
|
|
4909
5867
|
],
|
|
4910
5868
|
"compatibility": {
|
|
4911
|
-
"nuxt": "^2.0.0 ||
|
|
5869
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4912
5870
|
"requires": {}
|
|
4913
5871
|
}
|
|
4914
5872
|
},
|
|
@@ -4977,7 +5935,7 @@
|
|
|
4977
5935
|
}
|
|
4978
5936
|
],
|
|
4979
5937
|
"compatibility": {
|
|
4980
|
-
"nuxt": "
|
|
5938
|
+
"nuxt": ">=3.0.0",
|
|
4981
5939
|
"requires": {},
|
|
4982
5940
|
"devtools": "^0.0.0"
|
|
4983
5941
|
}
|
|
@@ -5000,7 +5958,7 @@
|
|
|
5000
5958
|
}
|
|
5001
5959
|
],
|
|
5002
5960
|
"compatibility": {
|
|
5003
|
-
"nuxt": "
|
|
5961
|
+
"nuxt": ">=3.0.0",
|
|
5004
5962
|
"requires": {}
|
|
5005
5963
|
}
|
|
5006
5964
|
},
|
|
@@ -5035,7 +5993,7 @@
|
|
|
5035
5993
|
}
|
|
5036
5994
|
],
|
|
5037
5995
|
"compatibility": {
|
|
5038
|
-
"nuxt": "
|
|
5996
|
+
"nuxt": ">=3.0.0",
|
|
5039
5997
|
"requires": {}
|
|
5040
5998
|
}
|
|
5041
5999
|
},
|
|
@@ -5103,7 +6061,7 @@
|
|
|
5103
6061
|
}
|
|
5104
6062
|
],
|
|
5105
6063
|
"compatibility": {
|
|
5106
|
-
"nuxt": "
|
|
6064
|
+
"nuxt": ">=3.0.0",
|
|
5107
6065
|
"requires": {}
|
|
5108
6066
|
}
|
|
5109
6067
|
},
|
|
@@ -5131,23 +6089,29 @@
|
|
|
5131
6089
|
},
|
|
5132
6090
|
{
|
|
5133
6091
|
"name": "robots",
|
|
5134
|
-
"description": "
|
|
6092
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5135
6093
|
"repo": "nuxt-modules/robots",
|
|
5136
6094
|
"npm": "@nuxtjs/robots",
|
|
5137
|
-
"icon": "robots.
|
|
6095
|
+
"icon": "simple-robots.svg",
|
|
5138
6096
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5139
6097
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5140
|
-
"learn_more": "
|
|
6098
|
+
"learn_more": "",
|
|
5141
6099
|
"category": "SEO",
|
|
5142
6100
|
"type": "community",
|
|
5143
6101
|
"maintainers": [
|
|
5144
6102
|
{
|
|
5145
6103
|
"name": "Ricardo Gobbo de Souza",
|
|
5146
6104
|
"github": "ricardogobbosouza"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
"name": "Harlan Wilton",
|
|
6108
|
+
"github": "harlan-zw",
|
|
6109
|
+
"twitter": "harlan_zw",
|
|
6110
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5147
6111
|
}
|
|
5148
6112
|
],
|
|
5149
6113
|
"compatibility": {
|
|
5150
|
-
"nuxt": "^2.0.0 ||
|
|
6114
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5151
6115
|
"requires": {
|
|
5152
6116
|
"bridge": "optional"
|
|
5153
6117
|
}
|
|
@@ -5155,23 +6119,23 @@
|
|
|
5155
6119
|
},
|
|
5156
6120
|
{
|
|
5157
6121
|
"name": "rollbar",
|
|
5158
|
-
"description": "
|
|
5159
|
-
"repo": "
|
|
5160
|
-
"npm": "nuxt-rollbar
|
|
6122
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
6123
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
6124
|
+
"npm": "nuxt-rollbar",
|
|
5161
6125
|
"icon": "rollbar.png",
|
|
5162
|
-
"github": "https://github.com/
|
|
5163
|
-
"website": "https://github.com/
|
|
6126
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
6127
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5164
6128
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
5165
6129
|
"category": "Monitoring",
|
|
5166
6130
|
"type": "3rd-party",
|
|
5167
6131
|
"maintainers": [
|
|
5168
6132
|
{
|
|
5169
|
-
"name": "
|
|
5170
|
-
"github": "
|
|
6133
|
+
"name": "Jairo Blatt",
|
|
6134
|
+
"github": "jairoblatt"
|
|
5171
6135
|
}
|
|
5172
6136
|
],
|
|
5173
6137
|
"compatibility": {
|
|
5174
|
-
"nuxt": "
|
|
6138
|
+
"nuxt": ">=3.0.0",
|
|
5175
6139
|
"requires": {}
|
|
5176
6140
|
}
|
|
5177
6141
|
},
|
|
@@ -5240,15 +6204,38 @@
|
|
|
5240
6204
|
}
|
|
5241
6205
|
],
|
|
5242
6206
|
"compatibility": {
|
|
5243
|
-
"nuxt": "^2.0.0 ||
|
|
6207
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5244
6208
|
"requires": {
|
|
5245
6209
|
"bridge": "optional"
|
|
5246
6210
|
}
|
|
5247
6211
|
}
|
|
5248
6212
|
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "scalar",
|
|
6215
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6216
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
6217
|
+
"npm": "@scalar/nuxt",
|
|
6218
|
+
"icon": "scalar.svg",
|
|
6219
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6220
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6221
|
+
"learn_more": "https://scalar.com",
|
|
6222
|
+
"category": "Devtools",
|
|
6223
|
+
"type": "3rd-party",
|
|
6224
|
+
"maintainers": [
|
|
6225
|
+
{
|
|
6226
|
+
"name": "scalar",
|
|
6227
|
+
"github": "scalar",
|
|
6228
|
+
"twitter": "scalar"
|
|
6229
|
+
}
|
|
6230
|
+
],
|
|
6231
|
+
"compatibility": {
|
|
6232
|
+
"nuxt": ">=3.0.0",
|
|
6233
|
+
"requires": {}
|
|
6234
|
+
}
|
|
6235
|
+
},
|
|
5249
6236
|
{
|
|
5250
6237
|
"name": "schema-org",
|
|
5251
|
-
"description": "Schema.org
|
|
6238
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5252
6239
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5253
6240
|
"npm": "nuxt-schema-org",
|
|
5254
6241
|
"icon": "schema-org.svg",
|
|
@@ -5266,7 +6253,30 @@
|
|
|
5266
6253
|
}
|
|
5267
6254
|
],
|
|
5268
6255
|
"compatibility": {
|
|
5269
|
-
"nuxt": "
|
|
6256
|
+
"nuxt": ">=3.0.0",
|
|
6257
|
+
"requires": {}
|
|
6258
|
+
}
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "scripts",
|
|
6262
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6263
|
+
"repo": "nuxt/scripts",
|
|
6264
|
+
"npm": "@nuxt/scripts",
|
|
6265
|
+
"icon": "nuxt.svg",
|
|
6266
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6267
|
+
"website": "https://scripts.nuxt.com",
|
|
6268
|
+
"learn_more": "",
|
|
6269
|
+
"category": "Libraries",
|
|
6270
|
+
"type": "official",
|
|
6271
|
+
"maintainers": [
|
|
6272
|
+
{
|
|
6273
|
+
"name": "Harlan Wilton",
|
|
6274
|
+
"github": "harlan-zw",
|
|
6275
|
+
"twitter": "harlan_zw"
|
|
6276
|
+
}
|
|
6277
|
+
],
|
|
6278
|
+
"compatibility": {
|
|
6279
|
+
"nuxt": ">=3.0.0",
|
|
5270
6280
|
"requires": {}
|
|
5271
6281
|
}
|
|
5272
6282
|
},
|
|
@@ -5311,7 +6321,7 @@
|
|
|
5311
6321
|
}
|
|
5312
6322
|
],
|
|
5313
6323
|
"compatibility": {
|
|
5314
|
-
"nuxt": "
|
|
6324
|
+
"nuxt": ">=3.0.0",
|
|
5315
6325
|
"requires": {}
|
|
5316
6326
|
}
|
|
5317
6327
|
},
|
|
@@ -5323,7 +6333,7 @@
|
|
|
5323
6333
|
"icon": "segment.png",
|
|
5324
6334
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5325
6335
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5326
|
-
"learn_more": "
|
|
6336
|
+
"learn_more": "",
|
|
5327
6337
|
"category": "Analytics",
|
|
5328
6338
|
"type": "3rd-party",
|
|
5329
6339
|
"maintainers": [
|
|
@@ -5361,7 +6371,7 @@
|
|
|
5361
6371
|
},
|
|
5362
6372
|
{
|
|
5363
6373
|
"name": "seo-experiments",
|
|
5364
|
-
"description": "Powerful SEO DX improvements
|
|
6374
|
+
"description": "Powerful SEO DX improvements.",
|
|
5365
6375
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5366
6376
|
"npm": "nuxt-seo-experiments",
|
|
5367
6377
|
"icon": "seo-experiments.svg",
|
|
@@ -5379,29 +6389,7 @@
|
|
|
5379
6389
|
}
|
|
5380
6390
|
],
|
|
5381
6391
|
"compatibility": {
|
|
5382
|
-
"nuxt": "
|
|
5383
|
-
"requires": {}
|
|
5384
|
-
}
|
|
5385
|
-
},
|
|
5386
|
-
{
|
|
5387
|
-
"name": "seo-kit",
|
|
5388
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5389
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5390
|
-
"npm": "nuxt-seo-kit",
|
|
5391
|
-
"icon": "seo-kit.svg",
|
|
5392
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5393
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5394
|
-
"learn_more": "",
|
|
5395
|
-
"category": "SEO",
|
|
5396
|
-
"type": "3rd-party",
|
|
5397
|
-
"maintainers": [
|
|
5398
|
-
{
|
|
5399
|
-
"name": "harlan-zw",
|
|
5400
|
-
"github": "harlan-zw"
|
|
5401
|
-
}
|
|
5402
|
-
],
|
|
5403
|
-
"compatibility": {
|
|
5404
|
-
"nuxt": "^3.0.0",
|
|
6392
|
+
"nuxt": ">=3.0.0",
|
|
5405
6393
|
"requires": {}
|
|
5406
6394
|
}
|
|
5407
6395
|
},
|
|
@@ -5428,6 +6416,28 @@
|
|
|
5428
6416
|
"requires": {}
|
|
5429
6417
|
}
|
|
5430
6418
|
},
|
|
6419
|
+
{
|
|
6420
|
+
"name": "seo",
|
|
6421
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
6422
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
6423
|
+
"npm": "@nuxtjs/seo",
|
|
6424
|
+
"icon": "nuxt.svg",
|
|
6425
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
6426
|
+
"website": "https://nuxtseo.com/",
|
|
6427
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
6428
|
+
"category": "SEO",
|
|
6429
|
+
"type": "3rd-party",
|
|
6430
|
+
"maintainers": [
|
|
6431
|
+
{
|
|
6432
|
+
"name": "harlan-zw",
|
|
6433
|
+
"github": "harlan-zw"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"compatibility": {
|
|
6437
|
+
"nuxt": ">=3.0.0",
|
|
6438
|
+
"requires": {}
|
|
6439
|
+
}
|
|
6440
|
+
},
|
|
5431
6441
|
{
|
|
5432
6442
|
"name": "seomatic-meta",
|
|
5433
6443
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5476,7 +6486,7 @@
|
|
|
5476
6486
|
{
|
|
5477
6487
|
"name": "server-block",
|
|
5478
6488
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5479
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
6489
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5480
6490
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5481
6491
|
"icon": "server-block.svg",
|
|
5482
6492
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5492,30 +6502,34 @@
|
|
|
5492
6502
|
}
|
|
5493
6503
|
],
|
|
5494
6504
|
"compatibility": {
|
|
5495
|
-
"nuxt": "
|
|
6505
|
+
"nuxt": ">=3.0.0",
|
|
5496
6506
|
"requires": {}
|
|
5497
6507
|
}
|
|
5498
6508
|
},
|
|
5499
6509
|
{
|
|
5500
|
-
"name": "
|
|
5501
|
-
"description": "
|
|
5502
|
-
"repo": "
|
|
5503
|
-
"npm": "
|
|
5504
|
-
"icon": "
|
|
5505
|
-
"github": "https://github.com/
|
|
5506
|
-
"website": "https://
|
|
5507
|
-
"learn_more": "https://
|
|
5508
|
-
"category": "
|
|
6510
|
+
"name": "shadcn",
|
|
6511
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6512
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6513
|
+
"npm": "shadcn-nuxt",
|
|
6514
|
+
"icon": "",
|
|
6515
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6516
|
+
"website": "https://www.shadcn-vue.com",
|
|
6517
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6518
|
+
"category": "UI",
|
|
5509
6519
|
"type": "3rd-party",
|
|
5510
6520
|
"maintainers": [
|
|
5511
6521
|
{
|
|
5512
|
-
"name": "
|
|
5513
|
-
"github": "
|
|
5514
|
-
"twitter": "
|
|
6522
|
+
"name": "Zernonia",
|
|
6523
|
+
"github": "zernonia",
|
|
6524
|
+
"twitter": "zernonia"
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"name": "Sadegh Barati",
|
|
6528
|
+
"github": "sadeghbarati"
|
|
5515
6529
|
}
|
|
5516
6530
|
],
|
|
5517
6531
|
"compatibility": {
|
|
5518
|
-
"nuxt": "
|
|
6532
|
+
"nuxt": ">=3.0.0",
|
|
5519
6533
|
"requires": {}
|
|
5520
6534
|
}
|
|
5521
6535
|
},
|
|
@@ -5541,15 +6555,37 @@
|
|
|
5541
6555
|
"requires": {}
|
|
5542
6556
|
}
|
|
5543
6557
|
},
|
|
6558
|
+
{
|
|
6559
|
+
"name": "shuimo-ui",
|
|
6560
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6561
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6562
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6563
|
+
"icon": "shuimo-ui.svg",
|
|
6564
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6565
|
+
"website": "https://shuimo.design",
|
|
6566
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6567
|
+
"category": "UI",
|
|
6568
|
+
"type": "3rd-party",
|
|
6569
|
+
"maintainers": [
|
|
6570
|
+
{
|
|
6571
|
+
"name": "higuaifan",
|
|
6572
|
+
"github": "higuaifan"
|
|
6573
|
+
}
|
|
6574
|
+
],
|
|
6575
|
+
"compatibility": {
|
|
6576
|
+
"nuxt": ">=3.0.0",
|
|
6577
|
+
"requires": {}
|
|
6578
|
+
}
|
|
6579
|
+
},
|
|
5544
6580
|
{
|
|
5545
6581
|
"name": "sidebase-auth",
|
|
5546
|
-
"description": "Zero-boilerplate authentication for
|
|
6582
|
+
"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.",
|
|
5547
6583
|
"repo": "sidebase/nuxt-auth",
|
|
5548
6584
|
"npm": "@sidebase/nuxt-auth",
|
|
5549
6585
|
"icon": "sidebase-auth.png",
|
|
5550
6586
|
"github": "https://github.com/sidebase/nuxt-auth",
|
|
5551
|
-
"website": "https://
|
|
5552
|
-
"learn_more": "https://
|
|
6587
|
+
"website": "https://auth.sidebase.io/",
|
|
6588
|
+
"learn_more": "https://sidebase.io/",
|
|
5553
6589
|
"category": "Security",
|
|
5554
6590
|
"type": "3rd-party",
|
|
5555
6591
|
"maintainers": [
|
|
@@ -5560,7 +6596,7 @@
|
|
|
5560
6596
|
}
|
|
5561
6597
|
],
|
|
5562
6598
|
"compatibility": {
|
|
5563
|
-
"nuxt": "
|
|
6599
|
+
"nuxt": ">=3.0.0",
|
|
5564
6600
|
"requires": {}
|
|
5565
6601
|
}
|
|
5566
6602
|
},
|
|
@@ -5587,65 +6623,23 @@
|
|
|
5587
6623
|
}
|
|
5588
6624
|
},
|
|
5589
6625
|
{
|
|
5590
|
-
"name": "
|
|
5591
|
-
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5592
|
-
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5593
|
-
"npm": "nuxt-simple-robots",
|
|
5594
|
-
"icon": "simple-robots.svg",
|
|
5595
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5596
|
-
"website": "https://nuxtseo.com/robots",
|
|
5597
|
-
"learn_more": "https://nuxtseo.com/robots",
|
|
5598
|
-
"category": "SEO",
|
|
5599
|
-
"type": "3rd-party",
|
|
5600
|
-
"maintainers": [
|
|
5601
|
-
{
|
|
5602
|
-
"name": "Harlan Wilton",
|
|
5603
|
-
"github": "harlan-zw",
|
|
5604
|
-
"twitter": "harlan_zw",
|
|
5605
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5606
|
-
}
|
|
5607
|
-
],
|
|
5608
|
-
"compatibility": {
|
|
5609
|
-
"nuxt": "^3.0.0",
|
|
5610
|
-
"requires": {}
|
|
5611
|
-
}
|
|
5612
|
-
},
|
|
5613
|
-
{
|
|
5614
|
-
"name": "simple-sitemap",
|
|
6626
|
+
"name": "sitemap",
|
|
5615
6627
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5616
|
-
"repo": "
|
|
5617
|
-
"npm": "
|
|
6628
|
+
"repo": "nuxt-modules/sitemap",
|
|
6629
|
+
"npm": "@nuxtjs/sitemap",
|
|
5618
6630
|
"icon": "simple-sitemap.svg",
|
|
5619
|
-
"github": "https://github.com/
|
|
5620
|
-
"website": "https://nuxtseo.com/
|
|
5621
|
-
"learn_more": "https://nuxtseo.com/
|
|
6631
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6632
|
+
"website": "https://nuxtseo.com/",
|
|
6633
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5622
6634
|
"category": "SEO",
|
|
5623
|
-
"type": "
|
|
6635
|
+
"type": "community",
|
|
5624
6636
|
"maintainers": [
|
|
5625
6637
|
{
|
|
5626
6638
|
"name": "Harlan Wilton",
|
|
5627
6639
|
"github": "harlan-zw",
|
|
5628
6640
|
"twitter": "harlan_zw",
|
|
5629
6641
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5630
|
-
}
|
|
5631
|
-
],
|
|
5632
|
-
"compatibility": {
|
|
5633
|
-
"nuxt": "^3.0.0",
|
|
5634
|
-
"requires": {}
|
|
5635
|
-
}
|
|
5636
|
-
},
|
|
5637
|
-
{
|
|
5638
|
-
"name": "sitemap",
|
|
5639
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5640
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5641
|
-
"npm": "@nuxtjs/sitemap",
|
|
5642
|
-
"icon": "",
|
|
5643
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5644
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5645
|
-
"learn_more": "",
|
|
5646
|
-
"category": "SEO",
|
|
5647
|
-
"type": "community",
|
|
5648
|
-
"maintainers": [
|
|
6642
|
+
},
|
|
5649
6643
|
{
|
|
5650
6644
|
"name": "Nicolas PENNEC",
|
|
5651
6645
|
"github": "NicoPennec",
|
|
@@ -5653,7 +6647,7 @@
|
|
|
5653
6647
|
}
|
|
5654
6648
|
],
|
|
5655
6649
|
"compatibility": {
|
|
5656
|
-
"nuxt": "
|
|
6650
|
+
"nuxt": ">=3.0.0",
|
|
5657
6651
|
"requires": {}
|
|
5658
6652
|
}
|
|
5659
6653
|
},
|
|
@@ -5675,7 +6669,7 @@
|
|
|
5675
6669
|
}
|
|
5676
6670
|
],
|
|
5677
6671
|
"compatibility": {
|
|
5678
|
-
"nuxt": "
|
|
6672
|
+
"nuxt": ">=3.0.0",
|
|
5679
6673
|
"requires": {}
|
|
5680
6674
|
}
|
|
5681
6675
|
},
|
|
@@ -5687,7 +6681,7 @@
|
|
|
5687
6681
|
"icon": "snipcart.png",
|
|
5688
6682
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5689
6683
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5690
|
-
"learn_more": "
|
|
6684
|
+
"learn_more": "",
|
|
5691
6685
|
"category": "Ecommerce",
|
|
5692
6686
|
"type": "community",
|
|
5693
6687
|
"maintainers": [
|
|
@@ -5698,7 +6692,7 @@
|
|
|
5698
6692
|
}
|
|
5699
6693
|
],
|
|
5700
6694
|
"compatibility": {
|
|
5701
|
-
"nuxt": "^2.0.0 ||
|
|
6695
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5702
6696
|
"requires": {}
|
|
5703
6697
|
}
|
|
5704
6698
|
},
|
|
@@ -5748,53 +6742,20 @@
|
|
|
5748
6742
|
},
|
|
5749
6743
|
{
|
|
5750
6744
|
"name": "speedcurve",
|
|
5751
|
-
"description": "Speedcurve LUX module for Nuxt",
|
|
5752
|
-
"repo": "nuxt-community/speedcurve-module",
|
|
5753
|
-
"npm": "@nuxtjs/speedcurve",
|
|
5754
|
-
"icon": "speedcurve.png",
|
|
5755
|
-
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
5756
|
-
"website": "https://speedcurve.nuxtjs.org",
|
|
5757
|
-
"learn_more": "https://speedcurve.com",
|
|
5758
|
-
"category": "Analytics",
|
|
5759
|
-
"type": "community",
|
|
5760
|
-
"maintainers": [
|
|
5761
|
-
{
|
|
5762
|
-
"name": "Josh Deltener",
|
|
5763
|
-
"github": "hecktarzuli",
|
|
5764
|
-
"twitter": "JoshDeltener"
|
|
5765
|
-
}
|
|
5766
|
-
],
|
|
5767
|
-
"compatibility": {
|
|
5768
|
-
"nuxt": "^2.0.0",
|
|
5769
|
-
"requires": {}
|
|
5770
|
-
}
|
|
5771
|
-
},
|
|
5772
|
-
{
|
|
5773
|
-
"name": "speedkit",
|
|
5774
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5775
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5776
|
-
"npm": "nuxt-speedkit",
|
|
5777
|
-
"icon": "speedkit.png",
|
|
5778
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5779
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5780
|
-
"learn_more": "",
|
|
5781
|
-
"category": "Performance",
|
|
5782
|
-
"type": "3rd-party",
|
|
6745
|
+
"description": "Speedcurve LUX module for Nuxt",
|
|
6746
|
+
"repo": "nuxt-community/speedcurve-module",
|
|
6747
|
+
"npm": "@nuxtjs/speedcurve",
|
|
6748
|
+
"icon": "speedcurve.png",
|
|
6749
|
+
"github": "https://github.com/nuxt-community/speedcurve-module",
|
|
6750
|
+
"website": "https://speedcurve.nuxtjs.org",
|
|
6751
|
+
"learn_more": "https://speedcurve.com",
|
|
6752
|
+
"category": "Analytics",
|
|
6753
|
+
"type": "community",
|
|
5783
6754
|
"maintainers": [
|
|
5784
6755
|
{
|
|
5785
|
-
"name": "
|
|
5786
|
-
"github": "
|
|
5787
|
-
"
|
|
5788
|
-
},
|
|
5789
|
-
{
|
|
5790
|
-
"name": "Thorn Walli",
|
|
5791
|
-
"github": "ThornWalli",
|
|
5792
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5793
|
-
},
|
|
5794
|
-
{
|
|
5795
|
-
"name": "Grabarz & Partner",
|
|
5796
|
-
"github": "GrabarzUndPartner",
|
|
5797
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6756
|
+
"name": "Josh Deltener",
|
|
6757
|
+
"github": "hecktarzuli",
|
|
6758
|
+
"twitter": "JoshDeltener"
|
|
5798
6759
|
}
|
|
5799
6760
|
],
|
|
5800
6761
|
"compatibility": {
|
|
@@ -5848,23 +6809,29 @@
|
|
|
5848
6809
|
},
|
|
5849
6810
|
{
|
|
5850
6811
|
"name": "storefront-ui",
|
|
5851
|
-
"description": "Storefront UI
|
|
5852
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6812
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6813
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
5853
6814
|
"npm": "@storefront-ui/nuxt",
|
|
5854
6815
|
"icon": "storefront-ui.svg",
|
|
5855
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
5856
|
-
"website": "https://docs.storefrontui.io
|
|
5857
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6816
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6817
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6818
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
5858
6819
|
"category": "UI",
|
|
5859
6820
|
"type": "3rd-party",
|
|
5860
6821
|
"maintainers": [
|
|
5861
6822
|
{
|
|
5862
|
-
"name": "
|
|
5863
|
-
"github": "
|
|
6823
|
+
"name": "Szymon Dziewoński",
|
|
6824
|
+
"github": "Szymon-dziewonski",
|
|
6825
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6826
|
+
},
|
|
6827
|
+
{
|
|
6828
|
+
"name": "Jakub Freisler",
|
|
6829
|
+
"github": "FRSgit",
|
|
6830
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
5864
6831
|
}
|
|
5865
6832
|
],
|
|
5866
6833
|
"compatibility": {
|
|
5867
|
-
"nuxt": "
|
|
6834
|
+
"nuxt": ">=3.0.0",
|
|
5868
6835
|
"requires": {}
|
|
5869
6836
|
}
|
|
5870
6837
|
},
|
|
@@ -5893,7 +6860,7 @@
|
|
|
5893
6860
|
{
|
|
5894
6861
|
"name": "storyblok",
|
|
5895
6862
|
"description": "Storyblok Nuxt module",
|
|
5896
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6863
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5897
6864
|
"npm": "@storyblok/nuxt",
|
|
5898
6865
|
"icon": "storyblok.png",
|
|
5899
6866
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5908,20 +6875,20 @@
|
|
|
5908
6875
|
}
|
|
5909
6876
|
],
|
|
5910
6877
|
"compatibility": {
|
|
5911
|
-
"nuxt": "^2.0.0 ||
|
|
6878
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5912
6879
|
"requires": {},
|
|
5913
6880
|
"devtools": "^0.0.0"
|
|
5914
6881
|
}
|
|
5915
6882
|
},
|
|
5916
6883
|
{
|
|
5917
6884
|
"name": "storybook",
|
|
5918
|
-
"description": "Easily integrate Storybook in your Nuxt application to design, build, and
|
|
5919
|
-
"repo": "nuxt-modules/storybook",
|
|
6885
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
|
|
6886
|
+
"repo": "nuxt-modules/storybook#main/packages/nuxt-module",
|
|
5920
6887
|
"npm": "@nuxtjs/storybook",
|
|
5921
6888
|
"icon": "storybook.png",
|
|
5922
6889
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
5923
6890
|
"website": "https://storybook.nuxtjs.org",
|
|
5924
|
-
"learn_more": "
|
|
6891
|
+
"learn_more": "",
|
|
5925
6892
|
"category": "Devtools",
|
|
5926
6893
|
"type": "community",
|
|
5927
6894
|
"maintainers": [
|
|
@@ -5929,10 +6896,14 @@
|
|
|
5929
6896
|
"name": "Chakir QATAB",
|
|
5930
6897
|
"github": "chakAs3",
|
|
5931
6898
|
"twitter": "ChakirQatab"
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"name": "Tobias Diez",
|
|
6902
|
+
"github": "tobiasdiez"
|
|
5932
6903
|
}
|
|
5933
6904
|
],
|
|
5934
6905
|
"compatibility": {
|
|
5935
|
-
"nuxt": "^2.0.0 ||
|
|
6906
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5936
6907
|
"requires": {
|
|
5937
6908
|
"bridge": "optional"
|
|
5938
6909
|
},
|
|
@@ -5963,7 +6934,7 @@
|
|
|
5963
6934
|
}
|
|
5964
6935
|
],
|
|
5965
6936
|
"compatibility": {
|
|
5966
|
-
"nuxt": "^2.0.0 ||
|
|
6937
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5967
6938
|
"requires": {
|
|
5968
6939
|
"bridge": true
|
|
5969
6940
|
},
|
|
@@ -5992,7 +6963,7 @@
|
|
|
5992
6963
|
}
|
|
5993
6964
|
],
|
|
5994
6965
|
"compatibility": {
|
|
5995
|
-
"nuxt": "
|
|
6966
|
+
"nuxt": ">=3.0.0",
|
|
5996
6967
|
"requires": {}
|
|
5997
6968
|
}
|
|
5998
6969
|
},
|
|
@@ -6042,7 +7013,7 @@
|
|
|
6042
7013
|
}
|
|
6043
7014
|
],
|
|
6044
7015
|
"compatibility": {
|
|
6045
|
-
"nuxt": "
|
|
7016
|
+
"nuxt": ">=3.0.0",
|
|
6046
7017
|
"requires": {
|
|
6047
7018
|
"content": true
|
|
6048
7019
|
}
|
|
@@ -6089,30 +7060,7 @@
|
|
|
6089
7060
|
}
|
|
6090
7061
|
],
|
|
6091
7062
|
"compatibility": {
|
|
6092
|
-
"nuxt": "^2.0.0 ||
|
|
6093
|
-
"requires": {}
|
|
6094
|
-
}
|
|
6095
|
-
},
|
|
6096
|
-
{
|
|
6097
|
-
"name": "stylify",
|
|
6098
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6099
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6100
|
-
"npm": "@stylify/nuxt",
|
|
6101
|
-
"icon": "stylify.svg",
|
|
6102
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6103
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6104
|
-
"learn_more": "https://stylifycss.com",
|
|
6105
|
-
"category": "UI",
|
|
6106
|
-
"type": "3rd-party",
|
|
6107
|
-
"maintainers": [
|
|
6108
|
-
{
|
|
6109
|
-
"name": "Vladimír Macháček",
|
|
6110
|
-
"github": "Machy8",
|
|
6111
|
-
"twitter": "8machy"
|
|
6112
|
-
}
|
|
6113
|
-
],
|
|
6114
|
-
"compatibility": {
|
|
6115
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7063
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6116
7064
|
"requires": {}
|
|
6117
7065
|
}
|
|
6118
7066
|
},
|
|
@@ -6145,7 +7093,30 @@
|
|
|
6145
7093
|
}
|
|
6146
7094
|
],
|
|
6147
7095
|
"compatibility": {
|
|
6148
|
-
"nuxt": "^2.0.0 ||
|
|
7096
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7097
|
+
"requires": {}
|
|
7098
|
+
}
|
|
7099
|
+
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "surrealdb",
|
|
7102
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
7103
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
7104
|
+
"npm": "nuxt-surrealdb",
|
|
7105
|
+
"icon": "surrealdb.png",
|
|
7106
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
7107
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
7108
|
+
"learn_more": "",
|
|
7109
|
+
"category": "Database",
|
|
7110
|
+
"type": "3rd-party",
|
|
7111
|
+
"maintainers": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "Sandro Circi",
|
|
7114
|
+
"github": "sandros94",
|
|
7115
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
7116
|
+
}
|
|
7117
|
+
],
|
|
7118
|
+
"compatibility": {
|
|
7119
|
+
"nuxt": ">=3.10.0",
|
|
6149
7120
|
"requires": {}
|
|
6150
7121
|
}
|
|
6151
7122
|
},
|
|
@@ -6190,7 +7161,7 @@
|
|
|
6190
7161
|
}
|
|
6191
7162
|
],
|
|
6192
7163
|
"compatibility": {
|
|
6193
|
-
"nuxt": "^2.0.0 ||
|
|
7164
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6194
7165
|
"requires": {}
|
|
6195
7166
|
}
|
|
6196
7167
|
},
|
|
@@ -6238,6 +7209,30 @@
|
|
|
6238
7209
|
"requires": {}
|
|
6239
7210
|
}
|
|
6240
7211
|
},
|
|
7212
|
+
{
|
|
7213
|
+
"name": "swiftsearch",
|
|
7214
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
7215
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
7216
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
7217
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
7218
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
7219
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
7220
|
+
"learn_more": "",
|
|
7221
|
+
"category": "Libraries",
|
|
7222
|
+
"type": "3rd-party",
|
|
7223
|
+
"maintainers": [
|
|
7224
|
+
{
|
|
7225
|
+
"name": "Matteo Rigoni",
|
|
7226
|
+
"github": "rigo-m",
|
|
7227
|
+
"twitter": "MatteoRigoni",
|
|
7228
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
7229
|
+
}
|
|
7230
|
+
],
|
|
7231
|
+
"compatibility": {
|
|
7232
|
+
"nuxt": ">=3.10.0",
|
|
7233
|
+
"requires": {}
|
|
7234
|
+
}
|
|
7235
|
+
},
|
|
6241
7236
|
{
|
|
6242
7237
|
"name": "swiper",
|
|
6243
7238
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6256,7 +7251,7 @@
|
|
|
6256
7251
|
}
|
|
6257
7252
|
],
|
|
6258
7253
|
"compatibility": {
|
|
6259
|
-
"nuxt": "
|
|
7254
|
+
"nuxt": ">=3.0.0",
|
|
6260
7255
|
"requires": {}
|
|
6261
7256
|
}
|
|
6262
7257
|
},
|
|
@@ -6279,7 +7274,7 @@
|
|
|
6279
7274
|
}
|
|
6280
7275
|
],
|
|
6281
7276
|
"compatibility": {
|
|
6282
|
-
"nuxt": "
|
|
7277
|
+
"nuxt": ">=3.0.0",
|
|
6283
7278
|
"requires": {}
|
|
6284
7279
|
}
|
|
6285
7280
|
},
|
|
@@ -6292,7 +7287,7 @@
|
|
|
6292
7287
|
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
6293
7288
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
6294
7289
|
"learn_more": "https://tailwindcss.com/",
|
|
6295
|
-
"category": "
|
|
7290
|
+
"category": "CSS",
|
|
6296
7291
|
"type": "community",
|
|
6297
7292
|
"maintainers": [
|
|
6298
7293
|
{
|
|
@@ -6306,9 +7301,62 @@
|
|
|
6306
7301
|
}
|
|
6307
7302
|
],
|
|
6308
7303
|
"compatibility": {
|
|
6309
|
-
"nuxt": "^2.0.0 ||
|
|
7304
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6310
7305
|
"requires": {},
|
|
6311
7306
|
"devtools": "^0.0.0"
|
|
7307
|
+
},
|
|
7308
|
+
"aliases": [
|
|
7309
|
+
"tailwind"
|
|
7310
|
+
]
|
|
7311
|
+
},
|
|
7312
|
+
{
|
|
7313
|
+
"name": "test-utils",
|
|
7314
|
+
"description": "Test utilities for Nuxt",
|
|
7315
|
+
"repo": "nuxt/test-utils#main",
|
|
7316
|
+
"npm": "@nuxt/test-utils",
|
|
7317
|
+
"icon": "nuxt.svg",
|
|
7318
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
7319
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
7320
|
+
"learn_more": "",
|
|
7321
|
+
"category": "Devtools",
|
|
7322
|
+
"type": "official",
|
|
7323
|
+
"maintainers": [
|
|
7324
|
+
{
|
|
7325
|
+
"name": "Daniel Roe",
|
|
7326
|
+
"github": "danielroe",
|
|
7327
|
+
"twitter": "danielcroe"
|
|
7328
|
+
},
|
|
7329
|
+
{
|
|
7330
|
+
"name": "Anthony Fu",
|
|
7331
|
+
"github": "antfu",
|
|
7332
|
+
"twitter": "antfu7"
|
|
7333
|
+
}
|
|
7334
|
+
],
|
|
7335
|
+
"compatibility": {
|
|
7336
|
+
"nuxt": ">=3.0.0",
|
|
7337
|
+
"requires": {}
|
|
7338
|
+
}
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"name": "tgauth",
|
|
7342
|
+
"description": "Extremely simple \"Login with Telegram\" button",
|
|
7343
|
+
"repo": "paranoidphantom/tgauth",
|
|
7344
|
+
"npm": "@paranoidphantom/tgauth",
|
|
7345
|
+
"icon": "tgauth.png",
|
|
7346
|
+
"github": "https://github.com/paranoidphantom/tgauth",
|
|
7347
|
+
"website": "https://github.com/paranoidphantom/tgauth",
|
|
7348
|
+
"learn_more": "https://github.com/paranoidphantom/tgauth",
|
|
7349
|
+
"category": "Security",
|
|
7350
|
+
"type": "3rd-party",
|
|
7351
|
+
"maintainers": [
|
|
7352
|
+
{
|
|
7353
|
+
"name": "Andrei Hudalla",
|
|
7354
|
+
"github": "paranoidPhantom"
|
|
7355
|
+
}
|
|
7356
|
+
],
|
|
7357
|
+
"compatibility": {
|
|
7358
|
+
"nuxt": "^3.11.0",
|
|
7359
|
+
"requires": {}
|
|
6312
7360
|
}
|
|
6313
7361
|
},
|
|
6314
7362
|
{
|
|
@@ -6352,7 +7400,29 @@
|
|
|
6352
7400
|
}
|
|
6353
7401
|
],
|
|
6354
7402
|
"compatibility": {
|
|
6355
|
-
"nuxt": "
|
|
7403
|
+
"nuxt": ">=3.0.0",
|
|
7404
|
+
"requires": {}
|
|
7405
|
+
}
|
|
7406
|
+
},
|
|
7407
|
+
{
|
|
7408
|
+
"name": "tiptap",
|
|
7409
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
7410
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
7411
|
+
"npm": "nuxt-tiptap-editor",
|
|
7412
|
+
"icon": "tiptap.png",
|
|
7413
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
7414
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7415
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
7416
|
+
"category": "Libraries",
|
|
7417
|
+
"type": "3rd-party",
|
|
7418
|
+
"maintainers": [
|
|
7419
|
+
{
|
|
7420
|
+
"name": "modbender",
|
|
7421
|
+
"github": "modbender"
|
|
7422
|
+
}
|
|
7423
|
+
],
|
|
7424
|
+
"compatibility": {
|
|
7425
|
+
"nuxt": ">=3.0.0",
|
|
6356
7426
|
"requires": {}
|
|
6357
7427
|
}
|
|
6358
7428
|
},
|
|
@@ -6379,6 +7449,50 @@
|
|
|
6379
7449
|
"requires": {}
|
|
6380
7450
|
}
|
|
6381
7451
|
},
|
|
7452
|
+
{
|
|
7453
|
+
"name": "tradingview",
|
|
7454
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7455
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7456
|
+
"npm": "nuxt-tradingview",
|
|
7457
|
+
"icon": "tradingview.svg",
|
|
7458
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7459
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7460
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7461
|
+
"category": "Extensions",
|
|
7462
|
+
"type": "3rd-party",
|
|
7463
|
+
"maintainers": [
|
|
7464
|
+
{
|
|
7465
|
+
"name": "Volkan Akkuş",
|
|
7466
|
+
"github": "volkanakkus"
|
|
7467
|
+
}
|
|
7468
|
+
],
|
|
7469
|
+
"compatibility": {
|
|
7470
|
+
"nuxt": ">=3.0.0",
|
|
7471
|
+
"requires": {}
|
|
7472
|
+
}
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"name": "translation-manager",
|
|
7476
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
7477
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
7478
|
+
"npm": "nuxt-translation-manager",
|
|
7479
|
+
"icon": "translation-manager.png",
|
|
7480
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7481
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7482
|
+
"learn_more": "",
|
|
7483
|
+
"category": "Extensions",
|
|
7484
|
+
"type": "3rd-party",
|
|
7485
|
+
"maintainers": [
|
|
7486
|
+
{
|
|
7487
|
+
"name": "Sam K",
|
|
7488
|
+
"github": "samk-dev"
|
|
7489
|
+
}
|
|
7490
|
+
],
|
|
7491
|
+
"compatibility": {
|
|
7492
|
+
"nuxt": ">=3.0.0",
|
|
7493
|
+
"requires": {}
|
|
7494
|
+
}
|
|
7495
|
+
},
|
|
6382
7496
|
{
|
|
6383
7497
|
"name": "tresjs",
|
|
6384
7498
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6408,7 +7522,7 @@
|
|
|
6408
7522
|
}
|
|
6409
7523
|
],
|
|
6410
7524
|
"compatibility": {
|
|
6411
|
-
"nuxt": "
|
|
7525
|
+
"nuxt": ">=3.0.0",
|
|
6412
7526
|
"requires": {}
|
|
6413
7527
|
}
|
|
6414
7528
|
},
|
|
@@ -6431,7 +7545,7 @@
|
|
|
6431
7545
|
}
|
|
6432
7546
|
],
|
|
6433
7547
|
"compatibility": {
|
|
6434
|
-
"nuxt": "^2.0.0 ||
|
|
7548
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6435
7549
|
"requires": {
|
|
6436
7550
|
"bridge": true
|
|
6437
7551
|
}
|
|
@@ -6479,7 +7593,7 @@
|
|
|
6479
7593
|
}
|
|
6480
7594
|
],
|
|
6481
7595
|
"compatibility": {
|
|
6482
|
-
"nuxt": "
|
|
7596
|
+
"nuxt": ">=3.0.0",
|
|
6483
7597
|
"requires": {}
|
|
6484
7598
|
}
|
|
6485
7599
|
},
|
|
@@ -6512,7 +7626,7 @@
|
|
|
6512
7626
|
}
|
|
6513
7627
|
],
|
|
6514
7628
|
"compatibility": {
|
|
6515
|
-
"nuxt": "^2.0.0 ||
|
|
7629
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6516
7630
|
"requires": {}
|
|
6517
7631
|
}
|
|
6518
7632
|
},
|
|
@@ -6534,7 +7648,7 @@
|
|
|
6534
7648
|
}
|
|
6535
7649
|
],
|
|
6536
7650
|
"compatibility": {
|
|
6537
|
-
"nuxt": "^2.0.0 ||
|
|
7651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6538
7652
|
"requires": {}
|
|
6539
7653
|
}
|
|
6540
7654
|
},
|
|
@@ -6646,7 +7760,7 @@
|
|
|
6646
7760
|
}
|
|
6647
7761
|
],
|
|
6648
7762
|
"compatibility": {
|
|
6649
|
-
"nuxt": "^2.0.0 ||
|
|
7763
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6650
7764
|
"requires": {},
|
|
6651
7765
|
"devtools": "^0.0.0"
|
|
6652
7766
|
}
|
|
@@ -6680,7 +7794,7 @@
|
|
|
6680
7794
|
}
|
|
6681
7795
|
],
|
|
6682
7796
|
"compatibility": {
|
|
6683
|
-
"nuxt": "
|
|
7797
|
+
"nuxt": ">=3.0.0",
|
|
6684
7798
|
"requires": {}
|
|
6685
7799
|
}
|
|
6686
7800
|
},
|
|
@@ -6702,34 +7816,12 @@
|
|
|
6702
7816
|
}
|
|
6703
7817
|
],
|
|
6704
7818
|
"compatibility": {
|
|
6705
|
-
"nuxt": "^2.0.0 ||
|
|
7819
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6706
7820
|
"requires": {
|
|
6707
7821
|
"bridge": "optional"
|
|
6708
7822
|
}
|
|
6709
7823
|
}
|
|
6710
7824
|
},
|
|
6711
|
-
{
|
|
6712
|
-
"name": "unhead",
|
|
6713
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6714
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6715
|
-
"npm": "nuxt-seo-experiments",
|
|
6716
|
-
"icon": "",
|
|
6717
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6718
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6719
|
-
"learn_more": "",
|
|
6720
|
-
"category": "SEO",
|
|
6721
|
-
"type": "3rd-party",
|
|
6722
|
-
"maintainers": [
|
|
6723
|
-
{
|
|
6724
|
-
"name": "harlan-zw",
|
|
6725
|
-
"github": "harlan-zw"
|
|
6726
|
-
}
|
|
6727
|
-
],
|
|
6728
|
-
"compatibility": {
|
|
6729
|
-
"nuxt": "^3.0.0",
|
|
6730
|
-
"requires": {}
|
|
6731
|
-
}
|
|
6732
|
-
},
|
|
6733
7825
|
{
|
|
6734
7826
|
"name": "universal-storage",
|
|
6735
7827
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6761,7 +7853,7 @@
|
|
|
6761
7853
|
{
|
|
6762
7854
|
"name": "unlazy",
|
|
6763
7855
|
"description": "Lazy loading library for placeholder images",
|
|
6764
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7856
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6765
7857
|
"npm": "@unlazy/nuxt",
|
|
6766
7858
|
"icon": "unlazy.svg",
|
|
6767
7859
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6776,36 +7868,10 @@
|
|
|
6776
7868
|
}
|
|
6777
7869
|
],
|
|
6778
7870
|
"compatibility": {
|
|
6779
|
-
"nuxt": "
|
|
7871
|
+
"nuxt": ">=3.0.0",
|
|
6780
7872
|
"requires": {}
|
|
6781
7873
|
}
|
|
6782
7874
|
},
|
|
6783
|
-
{
|
|
6784
|
-
"name": "unlighthouse",
|
|
6785
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6786
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6787
|
-
"npm": "@unlighthouse/nuxt",
|
|
6788
|
-
"icon": "unlighthouse.svg",
|
|
6789
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6790
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6791
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6792
|
-
"category": "Devtools",
|
|
6793
|
-
"type": "3rd-party",
|
|
6794
|
-
"maintainers": [
|
|
6795
|
-
{
|
|
6796
|
-
"name": "Harlan Wilton",
|
|
6797
|
-
"github": "harlan-zw",
|
|
6798
|
-
"twitter": "harlan_zw",
|
|
6799
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6800
|
-
}
|
|
6801
|
-
],
|
|
6802
|
-
"compatibility": {
|
|
6803
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6804
|
-
"requires": {
|
|
6805
|
-
"bridge": "optional"
|
|
6806
|
-
}
|
|
6807
|
-
}
|
|
6808
|
-
},
|
|
6809
7875
|
{
|
|
6810
7876
|
"name": "unocss",
|
|
6811
7877
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6815,7 +7881,7 @@
|
|
|
6815
7881
|
"github": "https://github.com/unocss/unocss",
|
|
6816
7882
|
"website": "https://github.com/unocss/unocss",
|
|
6817
7883
|
"learn_more": "https://github.com/unocss/unocss",
|
|
6818
|
-
"category": "
|
|
7884
|
+
"category": "CSS",
|
|
6819
7885
|
"type": "3rd-party",
|
|
6820
7886
|
"maintainers": [
|
|
6821
7887
|
{
|
|
@@ -6826,7 +7892,7 @@
|
|
|
6826
7892
|
}
|
|
6827
7893
|
],
|
|
6828
7894
|
"compatibility": {
|
|
6829
|
-
"nuxt": "^2.0.0 ||
|
|
7895
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6830
7896
|
"requires": {
|
|
6831
7897
|
"bridge": "optional"
|
|
6832
7898
|
},
|
|
@@ -6840,8 +7906,8 @@
|
|
|
6840
7906
|
"npm": "nuxt-ununura",
|
|
6841
7907
|
"icon": "ununuracss.png",
|
|
6842
7908
|
"github": "https://github.com/novout/ununuracss",
|
|
6843
|
-
"website": "https://
|
|
6844
|
-
"learn_more": "https://
|
|
7909
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7910
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6845
7911
|
"category": "UI",
|
|
6846
7912
|
"type": "3rd-party",
|
|
6847
7913
|
"maintainers": [
|
|
@@ -6852,32 +7918,30 @@
|
|
|
6852
7918
|
}
|
|
6853
7919
|
],
|
|
6854
7920
|
"compatibility": {
|
|
6855
|
-
"nuxt": "^2.0.0 ||
|
|
7921
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6856
7922
|
"requires": {}
|
|
6857
7923
|
}
|
|
6858
7924
|
},
|
|
6859
7925
|
{
|
|
6860
|
-
"name": "use-
|
|
6861
|
-
"description": "
|
|
6862
|
-
"repo": "
|
|
6863
|
-
"npm": "
|
|
6864
|
-
"icon": "use-
|
|
6865
|
-
"github": "https://github.com/
|
|
6866
|
-
"website": "https://
|
|
6867
|
-
"learn_more": "https://
|
|
6868
|
-
"category": "
|
|
7926
|
+
"name": "use-bootstrap",
|
|
7927
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7928
|
+
"repo": "simplise/use-bootstrap",
|
|
7929
|
+
"npm": "usebootstrap",
|
|
7930
|
+
"icon": "use-bootstrap.svg",
|
|
7931
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7932
|
+
"website": "https://usebootstrap.org/",
|
|
7933
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7934
|
+
"category": "UI",
|
|
6869
7935
|
"type": "3rd-party",
|
|
6870
7936
|
"maintainers": [
|
|
6871
7937
|
{
|
|
6872
|
-
"name": "
|
|
6873
|
-
"github": "
|
|
7938
|
+
"name": "KoujiSano",
|
|
7939
|
+
"github": "KoujiSano"
|
|
6874
7940
|
}
|
|
6875
7941
|
],
|
|
6876
7942
|
"compatibility": {
|
|
6877
|
-
"nuxt": "
|
|
6878
|
-
"requires": {
|
|
6879
|
-
"bridge": true
|
|
6880
|
-
}
|
|
7943
|
+
"nuxt": ">=3.0.0",
|
|
7944
|
+
"requires": {}
|
|
6881
7945
|
}
|
|
6882
7946
|
},
|
|
6883
7947
|
{
|
|
@@ -6902,28 +7966,6 @@
|
|
|
6902
7966
|
"requires": {}
|
|
6903
7967
|
}
|
|
6904
7968
|
},
|
|
6905
|
-
{
|
|
6906
|
-
"name": "validate",
|
|
6907
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6908
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6909
|
-
"npm": "nuxt-validate",
|
|
6910
|
-
"icon": "vee-validate.png",
|
|
6911
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6912
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6913
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6914
|
-
"category": "Libraries",
|
|
6915
|
-
"type": "3rd-party",
|
|
6916
|
-
"maintainers": [
|
|
6917
|
-
{
|
|
6918
|
-
"name": "lewyuburi",
|
|
6919
|
-
"github": "lewyuburi"
|
|
6920
|
-
}
|
|
6921
|
-
],
|
|
6922
|
-
"compatibility": {
|
|
6923
|
-
"nuxt": "^2.0.0",
|
|
6924
|
-
"requires": {}
|
|
6925
|
-
}
|
|
6926
|
-
},
|
|
6927
7969
|
{
|
|
6928
7970
|
"name": "vant",
|
|
6929
7971
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6942,7 +7984,7 @@
|
|
|
6942
7984
|
}
|
|
6943
7985
|
],
|
|
6944
7986
|
"compatibility": {
|
|
6945
|
-
"nuxt": "
|
|
7987
|
+
"nuxt": ">=3.0.0",
|
|
6946
7988
|
"requires": {
|
|
6947
7989
|
"bridge": "optional"
|
|
6948
7990
|
}
|
|
@@ -6955,7 +7997,7 @@
|
|
|
6955
7997
|
"npm": "@varlet/nuxt",
|
|
6956
7998
|
"icon": "varlet.svg",
|
|
6957
7999
|
"github": "https://github.com/varletjs/varlet",
|
|
6958
|
-
"website": "https://varlet.
|
|
8000
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
6959
8001
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6960
8002
|
"category": "UI",
|
|
6961
8003
|
"type": "3rd-party",
|
|
@@ -6966,7 +8008,7 @@
|
|
|
6966
8008
|
}
|
|
6967
8009
|
],
|
|
6968
8010
|
"compatibility": {
|
|
6969
|
-
"nuxt": "
|
|
8011
|
+
"nuxt": ">=3.0.0",
|
|
6970
8012
|
"requires": {
|
|
6971
8013
|
"bridge": "optional"
|
|
6972
8014
|
}
|
|
@@ -6978,8 +8020,8 @@
|
|
|
6978
8020
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
6979
8021
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6980
8022
|
"icon": "vcalendar.png",
|
|
6981
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
6982
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
8023
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
8024
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
6983
8025
|
"learn_more": "",
|
|
6984
8026
|
"category": "Libraries",
|
|
6985
8027
|
"type": "3rd-party",
|
|
@@ -6990,7 +8032,7 @@
|
|
|
6990
8032
|
}
|
|
6991
8033
|
],
|
|
6992
8034
|
"compatibility": {
|
|
6993
|
-
"nuxt": "
|
|
8035
|
+
"nuxt": ">=3.0.0",
|
|
6994
8036
|
"requires": {}
|
|
6995
8037
|
}
|
|
6996
8038
|
},
|
|
@@ -7012,7 +8054,7 @@
|
|
|
7012
8054
|
}
|
|
7013
8055
|
],
|
|
7014
8056
|
"compatibility": {
|
|
7015
|
-
"nuxt": "
|
|
8057
|
+
"nuxt": ">=3.0.0",
|
|
7016
8058
|
"requires": {}
|
|
7017
8059
|
}
|
|
7018
8060
|
},
|
|
@@ -7057,7 +8099,7 @@
|
|
|
7057
8099
|
}
|
|
7058
8100
|
],
|
|
7059
8101
|
"compatibility": {
|
|
7060
|
-
"nuxt": "
|
|
8102
|
+
"nuxt": ">=3.0.0",
|
|
7061
8103
|
"requires": {}
|
|
7062
8104
|
}
|
|
7063
8105
|
},
|
|
@@ -7080,7 +8122,7 @@
|
|
|
7080
8122
|
}
|
|
7081
8123
|
],
|
|
7082
8124
|
"compatibility": {
|
|
7083
|
-
"nuxt": "
|
|
8125
|
+
"nuxt": ">=3.0.0",
|
|
7084
8126
|
"requires": {}
|
|
7085
8127
|
}
|
|
7086
8128
|
},
|
|
@@ -7108,46 +8150,19 @@
|
|
|
7108
8150
|
}
|
|
7109
8151
|
],
|
|
7110
8152
|
"compatibility": {
|
|
7111
|
-
"nuxt": "
|
|
8153
|
+
"nuxt": ">=3.0.0",
|
|
7112
8154
|
"requires": {}
|
|
7113
8155
|
}
|
|
7114
8156
|
},
|
|
7115
|
-
{
|
|
7116
|
-
"name": "vitest",
|
|
7117
|
-
"description": "Vitest integration with Nuxt",
|
|
7118
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7119
|
-
"npm": "nuxt-vitest",
|
|
7120
|
-
"icon": "vitest.svg",
|
|
7121
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7122
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7123
|
-
"learn_more": "",
|
|
7124
|
-
"category": "Devtools",
|
|
7125
|
-
"type": "3rd-party",
|
|
7126
|
-
"maintainers": [
|
|
7127
|
-
{
|
|
7128
|
-
"name": "Daniel Roe",
|
|
7129
|
-
"github": "danielroe"
|
|
7130
|
-
},
|
|
7131
|
-
{
|
|
7132
|
-
"name": "Anthony Fu",
|
|
7133
|
-
"github": "antfu"
|
|
7134
|
-
}
|
|
7135
|
-
],
|
|
7136
|
-
"compatibility": {
|
|
7137
|
-
"nuxt": "^3.0.0",
|
|
7138
|
-
"requires": {},
|
|
7139
|
-
"devtools": "^0.0.0"
|
|
7140
|
-
}
|
|
7141
|
-
},
|
|
7142
8157
|
{
|
|
7143
8158
|
"name": "vue-email",
|
|
7144
8159
|
"description": "💌 Write email templates with vue",
|
|
7145
|
-
"repo": "
|
|
7146
|
-
"npm": "vue-email",
|
|
8160
|
+
"repo": "vue-email/nuxt",
|
|
8161
|
+
"npm": "@vue-email/nuxt",
|
|
7147
8162
|
"icon": "vue-email.svg",
|
|
7148
|
-
"github": "https://github.com/
|
|
7149
|
-
"website": "https://
|
|
7150
|
-
"learn_more": "https://
|
|
8163
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
8164
|
+
"website": "https://vuemail.net/",
|
|
8165
|
+
"learn_more": "https://vuemail.net/",
|
|
7151
8166
|
"category": "UI",
|
|
7152
8167
|
"type": "3rd-party",
|
|
7153
8168
|
"maintainers": [
|
|
@@ -7165,7 +8180,7 @@
|
|
|
7165
8180
|
}
|
|
7166
8181
|
],
|
|
7167
8182
|
"compatibility": {
|
|
7168
|
-
"nuxt": "
|
|
8183
|
+
"nuxt": ">=3.0.0",
|
|
7169
8184
|
"requires": {},
|
|
7170
8185
|
"devtools": "^0.0.0"
|
|
7171
8186
|
}
|
|
@@ -7173,7 +8188,7 @@
|
|
|
7173
8188
|
{
|
|
7174
8189
|
"name": "vue-final-modal",
|
|
7175
8190
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7176
|
-
"repo": "vue-final/vue-final-modal",
|
|
8191
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7177
8192
|
"npm": "@vue-final-modal/nuxt",
|
|
7178
8193
|
"icon": "vue-final-modal.svg",
|
|
7179
8194
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7189,7 +8204,7 @@
|
|
|
7189
8204
|
}
|
|
7190
8205
|
],
|
|
7191
8206
|
"compatibility": {
|
|
7192
|
-
"nuxt": "
|
|
8207
|
+
"nuxt": ">=3.0.0",
|
|
7193
8208
|
"requires": {}
|
|
7194
8209
|
}
|
|
7195
8210
|
},
|
|
@@ -7212,7 +8227,7 @@
|
|
|
7212
8227
|
}
|
|
7213
8228
|
],
|
|
7214
8229
|
"compatibility": {
|
|
7215
|
-
"nuxt": "
|
|
8230
|
+
"nuxt": ">=3.0.0",
|
|
7216
8231
|
"requires": {
|
|
7217
8232
|
"bridge": "optional"
|
|
7218
8233
|
},
|
|
@@ -7268,7 +8283,7 @@
|
|
|
7268
8283
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7269
8284
|
"repo": "moritzsternemann/vue-plausible",
|
|
7270
8285
|
"npm": "vue-plausible",
|
|
7271
|
-
"icon": "plausible.
|
|
8286
|
+
"icon": "plausible.svg",
|
|
7272
8287
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7273
8288
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7274
8289
|
"learn_more": "",
|
|
@@ -7288,7 +8303,7 @@
|
|
|
7288
8303
|
{
|
|
7289
8304
|
"name": "vue-query",
|
|
7290
8305
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7291
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
8306
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7292
8307
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7293
8308
|
"icon": "vue-query.svg",
|
|
7294
8309
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7304,7 +8319,7 @@
|
|
|
7304
8319
|
}
|
|
7305
8320
|
],
|
|
7306
8321
|
"compatibility": {
|
|
7307
|
-
"nuxt": "
|
|
8322
|
+
"nuxt": ">=3.0.0",
|
|
7308
8323
|
"requires": {}
|
|
7309
8324
|
}
|
|
7310
8325
|
},
|
|
@@ -7349,7 +8364,7 @@
|
|
|
7349
8364
|
}
|
|
7350
8365
|
],
|
|
7351
8366
|
"compatibility": {
|
|
7352
|
-
"nuxt": "^2.0.0 ||
|
|
8367
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7353
8368
|
"requires": {
|
|
7354
8369
|
"bridge": "optional"
|
|
7355
8370
|
}
|
|
@@ -7385,7 +8400,7 @@
|
|
|
7385
8400
|
"npm": "vue3-carousel-nuxt",
|
|
7386
8401
|
"icon": "",
|
|
7387
8402
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7388
|
-
"website": "",
|
|
8403
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7389
8404
|
"learn_more": "",
|
|
7390
8405
|
"category": "UI",
|
|
7391
8406
|
"type": "3rd-party",
|
|
@@ -7397,14 +8412,14 @@
|
|
|
7397
8412
|
}
|
|
7398
8413
|
],
|
|
7399
8414
|
"compatibility": {
|
|
7400
|
-
"nuxt": "
|
|
8415
|
+
"nuxt": ">=3.0.0",
|
|
7401
8416
|
"requires": {}
|
|
7402
8417
|
}
|
|
7403
8418
|
},
|
|
7404
8419
|
{
|
|
7405
8420
|
"name": "vuefire",
|
|
7406
8421
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7407
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8422
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7408
8423
|
"npm": "nuxt-vuefire",
|
|
7409
8424
|
"icon": "vuefire.svg",
|
|
7410
8425
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7419,14 +8434,14 @@
|
|
|
7419
8434
|
}
|
|
7420
8435
|
],
|
|
7421
8436
|
"compatibility": {
|
|
7422
|
-
"nuxt": "
|
|
8437
|
+
"nuxt": ">=3.0.0",
|
|
7423
8438
|
"requires": {}
|
|
7424
8439
|
}
|
|
7425
8440
|
},
|
|
7426
8441
|
{
|
|
7427
8442
|
"name": "vueform-builder",
|
|
7428
8443
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7429
|
-
"repo": "vueform/builder/nuxt",
|
|
8444
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7430
8445
|
"npm": "@vueform/builder-nuxt",
|
|
7431
8446
|
"icon": "vueform.svg",
|
|
7432
8447
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7442,14 +8457,14 @@
|
|
|
7442
8457
|
}
|
|
7443
8458
|
],
|
|
7444
8459
|
"compatibility": {
|
|
7445
|
-
"nuxt": "
|
|
8460
|
+
"nuxt": ">=3.0.0",
|
|
7446
8461
|
"requires": {}
|
|
7447
8462
|
}
|
|
7448
8463
|
},
|
|
7449
8464
|
{
|
|
7450
8465
|
"name": "vueform",
|
|
7451
8466
|
"description": "Official Vueform module for Nuxt",
|
|
7452
|
-
"repo": "vueform/vueform/nuxt",
|
|
8467
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7453
8468
|
"npm": "@vueform/nuxt",
|
|
7454
8469
|
"icon": "vueform.svg",
|
|
7455
8470
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7465,7 +8480,7 @@
|
|
|
7465
8480
|
}
|
|
7466
8481
|
],
|
|
7467
8482
|
"compatibility": {
|
|
7468
|
-
"nuxt": "
|
|
8483
|
+
"nuxt": ">=3.0.0",
|
|
7469
8484
|
"requires": {}
|
|
7470
8485
|
}
|
|
7471
8486
|
},
|
|
@@ -7476,8 +8491,8 @@
|
|
|
7476
8491
|
"npm": "@vuestic/nuxt",
|
|
7477
8492
|
"icon": "vuestic.png",
|
|
7478
8493
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7479
|
-
"website": "https://vuestic.dev",
|
|
7480
|
-
"learn_more": "https://vuestic.dev/
|
|
8494
|
+
"website": "https://ui.vuestic.dev",
|
|
8495
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7481
8496
|
"category": "UI",
|
|
7482
8497
|
"type": "3rd-party",
|
|
7483
8498
|
"maintainers": [
|
|
@@ -7487,19 +8502,19 @@
|
|
|
7487
8502
|
}
|
|
7488
8503
|
],
|
|
7489
8504
|
"compatibility": {
|
|
7490
|
-
"nuxt": "
|
|
8505
|
+
"nuxt": ">=3.0.0",
|
|
7491
8506
|
"requires": {}
|
|
7492
8507
|
}
|
|
7493
8508
|
},
|
|
7494
8509
|
{
|
|
7495
8510
|
"name": "vuetify-nuxt-module",
|
|
7496
8511
|
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7497
|
-
"repo": "
|
|
8512
|
+
"repo": "vuetifyjs/nuxt-module",
|
|
7498
8513
|
"npm": "vuetify-nuxt-module",
|
|
7499
8514
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7500
|
-
"github": "https://github.com/
|
|
7501
|
-
"website": "https://
|
|
7502
|
-
"learn_more": "https://github.com/
|
|
8515
|
+
"github": "https://github.com/vuetifyjs/nuxt-module",
|
|
8516
|
+
"website": "https://nuxt.vuetifyjs.com/",
|
|
8517
|
+
"learn_more": "https://github.com/vuetifyjs/nuxt-module/blob/main/README.md",
|
|
7503
8518
|
"category": "UI",
|
|
7504
8519
|
"type": "3rd-party",
|
|
7505
8520
|
"maintainers": [
|
|
@@ -7509,7 +8524,7 @@
|
|
|
7509
8524
|
}
|
|
7510
8525
|
],
|
|
7511
8526
|
"compatibility": {
|
|
7512
|
-
"nuxt": "
|
|
8527
|
+
"nuxt": ">=3.0.0",
|
|
7513
8528
|
"requires": {}
|
|
7514
8529
|
}
|
|
7515
8530
|
},
|
|
@@ -7559,7 +8574,7 @@
|
|
|
7559
8574
|
}
|
|
7560
8575
|
],
|
|
7561
8576
|
"compatibility": {
|
|
7562
|
-
"nuxt": "^2.0.0 ||
|
|
8577
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7563
8578
|
"requires": {
|
|
7564
8579
|
"bridge": "optional"
|
|
7565
8580
|
},
|
|
@@ -7607,7 +8622,7 @@
|
|
|
7607
8622
|
}
|
|
7608
8623
|
],
|
|
7609
8624
|
"compatibility": {
|
|
7610
|
-
"nuxt": "
|
|
8625
|
+
"nuxt": ">=3.0.0",
|
|
7611
8626
|
"requires": {}
|
|
7612
8627
|
}
|
|
7613
8628
|
},
|
|
@@ -7639,7 +8654,7 @@
|
|
|
7639
8654
|
}
|
|
7640
8655
|
],
|
|
7641
8656
|
"compatibility": {
|
|
7642
|
-
"nuxt": "^2.0.0 ||
|
|
8657
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7643
8658
|
"requires": {
|
|
7644
8659
|
"bridge": "optional"
|
|
7645
8660
|
}
|
|
@@ -7667,6 +8682,28 @@
|
|
|
7667
8682
|
"requires": {}
|
|
7668
8683
|
}
|
|
7669
8684
|
},
|
|
8685
|
+
{
|
|
8686
|
+
"name": "webhook-validators",
|
|
8687
|
+
"description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
|
|
8688
|
+
"repo": "yizack/nuxt-webhook-validators",
|
|
8689
|
+
"npm": "nuxt-webhook-validators",
|
|
8690
|
+
"icon": "webhook-validators.svg",
|
|
8691
|
+
"github": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8692
|
+
"website": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8693
|
+
"learn_more": "",
|
|
8694
|
+
"category": "Security",
|
|
8695
|
+
"type": "3rd-party",
|
|
8696
|
+
"maintainers": [
|
|
8697
|
+
{
|
|
8698
|
+
"name": "Yizack Rangel",
|
|
8699
|
+
"github": "yizack"
|
|
8700
|
+
}
|
|
8701
|
+
],
|
|
8702
|
+
"compatibility": {
|
|
8703
|
+
"nuxt": ">=3.0.0",
|
|
8704
|
+
"requires": {}
|
|
8705
|
+
}
|
|
8706
|
+
},
|
|
7670
8707
|
{
|
|
7671
8708
|
"name": "webpack-optimisations",
|
|
7672
8709
|
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
@@ -7744,7 +8781,7 @@
|
|
|
7744
8781
|
"icon": "webpack.png",
|
|
7745
8782
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7746
8783
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7747
|
-
"learn_more": "
|
|
8784
|
+
"learn_more": "",
|
|
7748
8785
|
"category": "Devtools",
|
|
7749
8786
|
"type": "community",
|
|
7750
8787
|
"maintainers": [
|
|
@@ -7777,7 +8814,7 @@
|
|
|
7777
8814
|
}
|
|
7778
8815
|
],
|
|
7779
8816
|
"compatibility": {
|
|
7780
|
-
"nuxt": "
|
|
8817
|
+
"nuxt": ">=3.0.0",
|
|
7781
8818
|
"requires": {}
|
|
7782
8819
|
}
|
|
7783
8820
|
},
|
|
@@ -7803,18 +8840,18 @@
|
|
|
7803
8840
|
}
|
|
7804
8841
|
],
|
|
7805
8842
|
"compatibility": {
|
|
7806
|
-
"nuxt": "
|
|
8843
|
+
"nuxt": ">=3.0.0",
|
|
7807
8844
|
"requires": {}
|
|
7808
8845
|
}
|
|
7809
8846
|
},
|
|
7810
8847
|
{
|
|
7811
8848
|
"name": "windicss",
|
|
7812
8849
|
"description": "Next generation utility-first CSS framework.",
|
|
7813
|
-
"repo": "windicss/nuxt-windicss
|
|
8850
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7814
8851
|
"npm": "nuxt-windicss",
|
|
7815
8852
|
"icon": "windicss.svg",
|
|
7816
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7817
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8853
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8854
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7818
8855
|
"learn_more": "https://windicss.org/",
|
|
7819
8856
|
"category": "UI",
|
|
7820
8857
|
"type": "3rd-party",
|
|
@@ -7831,7 +8868,7 @@
|
|
|
7831
8868
|
}
|
|
7832
8869
|
],
|
|
7833
8870
|
"compatibility": {
|
|
7834
|
-
"nuxt": "^2.0.0 ||
|
|
8871
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7835
8872
|
"requires": {
|
|
7836
8873
|
"bridge": "optional"
|
|
7837
8874
|
}
|
|
@@ -7922,7 +8959,7 @@
|
|
|
7922
8959
|
}
|
|
7923
8960
|
],
|
|
7924
8961
|
"compatibility": {
|
|
7925
|
-
"nuxt": "^2.0.0 ||
|
|
8962
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7926
8963
|
"requires": {
|
|
7927
8964
|
"bridge": true
|
|
7928
8965
|
}
|