@nuxt/modules 0.6.0-05f7b5 → 0.6.0-0a54b0
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 +796 -375
- package/package.json +8 -5
package/modules.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"compatibility": {
|
|
76
|
-
"nuxt": "^2.0.0 ||
|
|
76
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
77
77
|
"requires": {
|
|
78
78
|
"bridge": true
|
|
79
79
|
}
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0 ||
|
|
145
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"compatibility": {
|
|
167
|
-
"nuxt": "
|
|
167
|
+
"nuxt": ">=3.0.0",
|
|
168
168
|
"requires": {
|
|
169
169
|
"bridge": "optional"
|
|
170
170
|
}
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"compatibility": {
|
|
191
|
-
"nuxt": "
|
|
191
|
+
"nuxt": ">=3.0.0",
|
|
192
192
|
"requires": {}
|
|
193
193
|
}
|
|
194
194
|
},
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
}
|
|
213
213
|
],
|
|
214
214
|
"compatibility": {
|
|
215
|
-
"nuxt": "
|
|
215
|
+
"nuxt": ">=3.0.0",
|
|
216
216
|
"requires": {}
|
|
217
217
|
}
|
|
218
218
|
},
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
}
|
|
235
235
|
],
|
|
236
236
|
"compatibility": {
|
|
237
|
-
"nuxt": "
|
|
237
|
+
"nuxt": ">=3.0.0",
|
|
238
238
|
"requires": {}
|
|
239
239
|
}
|
|
240
240
|
},
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
}
|
|
283
283
|
],
|
|
284
284
|
"compatibility": {
|
|
285
|
-
"nuxt": "^2.0.0 ||
|
|
285
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
286
286
|
"requires": {}
|
|
287
287
|
}
|
|
288
288
|
},
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
}
|
|
327
327
|
],
|
|
328
328
|
"compatibility": {
|
|
329
|
-
"nuxt": "
|
|
329
|
+
"nuxt": ">=3.0.0",
|
|
330
330
|
"requires": {}
|
|
331
331
|
}
|
|
332
332
|
},
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
}
|
|
349
349
|
],
|
|
350
350
|
"compatibility": {
|
|
351
|
-
"nuxt": "
|
|
351
|
+
"nuxt": ">=3.0.0",
|
|
352
352
|
"requires": {}
|
|
353
353
|
}
|
|
354
354
|
},
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
373
|
"compatibility": {
|
|
374
|
-
"nuxt": "
|
|
374
|
+
"nuxt": ">=3.0.0",
|
|
375
375
|
"requires": {}
|
|
376
376
|
}
|
|
377
377
|
},
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
}
|
|
394
394
|
],
|
|
395
395
|
"compatibility": {
|
|
396
|
-
"nuxt": "
|
|
396
|
+
"nuxt": ">=3.0.0",
|
|
397
397
|
"requires": {}
|
|
398
398
|
}
|
|
399
399
|
},
|
|
@@ -443,7 +443,30 @@
|
|
|
443
443
|
}
|
|
444
444
|
],
|
|
445
445
|
"compatibility": {
|
|
446
|
-
"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",
|
|
447
470
|
"requires": {}
|
|
448
471
|
}
|
|
449
472
|
},
|
|
@@ -466,7 +489,7 @@
|
|
|
466
489
|
}
|
|
467
490
|
],
|
|
468
491
|
"compatibility": {
|
|
469
|
-
"nuxt": "
|
|
492
|
+
"nuxt": ">=3.0.0",
|
|
470
493
|
"requires": {}
|
|
471
494
|
}
|
|
472
495
|
},
|
|
@@ -611,7 +634,7 @@
|
|
|
611
634
|
}
|
|
612
635
|
],
|
|
613
636
|
"compatibility": {
|
|
614
|
-
"nuxt": "^2.0.0 ||
|
|
637
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
615
638
|
"requires": {
|
|
616
639
|
"bridge": true
|
|
617
640
|
}
|
|
@@ -680,7 +703,7 @@
|
|
|
680
703
|
}
|
|
681
704
|
],
|
|
682
705
|
"compatibility": {
|
|
683
|
-
"nuxt": "
|
|
706
|
+
"nuxt": ">=3.0.0",
|
|
684
707
|
"requires": {}
|
|
685
708
|
}
|
|
686
709
|
},
|
|
@@ -725,7 +748,7 @@
|
|
|
725
748
|
}
|
|
726
749
|
],
|
|
727
750
|
"compatibility": {
|
|
728
|
-
"nuxt": "
|
|
751
|
+
"nuxt": ">=3.0.0",
|
|
729
752
|
"requires": {}
|
|
730
753
|
}
|
|
731
754
|
},
|
|
@@ -769,7 +792,7 @@
|
|
|
769
792
|
}
|
|
770
793
|
],
|
|
771
794
|
"compatibility": {
|
|
772
|
-
"nuxt": "
|
|
795
|
+
"nuxt": ">=3.0.0",
|
|
773
796
|
"requires": {}
|
|
774
797
|
}
|
|
775
798
|
},
|
|
@@ -814,7 +837,7 @@
|
|
|
814
837
|
}
|
|
815
838
|
],
|
|
816
839
|
"compatibility": {
|
|
817
|
-
"nuxt": "
|
|
840
|
+
"nuxt": ">=3.0.0",
|
|
818
841
|
"requires": {}
|
|
819
842
|
}
|
|
820
843
|
},
|
|
@@ -885,7 +908,7 @@
|
|
|
885
908
|
}
|
|
886
909
|
],
|
|
887
910
|
"compatibility": {
|
|
888
|
-
"nuxt": "
|
|
911
|
+
"nuxt": ">=3.0.0",
|
|
889
912
|
"requires": {}
|
|
890
913
|
}
|
|
891
914
|
},
|
|
@@ -931,7 +954,7 @@
|
|
|
931
954
|
}
|
|
932
955
|
],
|
|
933
956
|
"compatibility": {
|
|
934
|
-
"nuxt": "^2.0.0 ||
|
|
957
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
935
958
|
"requires": {
|
|
936
959
|
"bridge": "optional"
|
|
937
960
|
}
|
|
@@ -1002,7 +1025,7 @@
|
|
|
1002
1025
|
}
|
|
1003
1026
|
],
|
|
1004
1027
|
"compatibility": {
|
|
1005
|
-
"nuxt": "
|
|
1028
|
+
"nuxt": ">=3.0.0",
|
|
1006
1029
|
"requires": {}
|
|
1007
1030
|
}
|
|
1008
1031
|
},
|
|
@@ -1035,7 +1058,7 @@
|
|
|
1035
1058
|
}
|
|
1036
1059
|
],
|
|
1037
1060
|
"compatibility": {
|
|
1038
|
-
"nuxt": "^2.0.0 ||
|
|
1061
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1039
1062
|
"requires": {}
|
|
1040
1063
|
}
|
|
1041
1064
|
},
|
|
@@ -1080,7 +1103,7 @@
|
|
|
1080
1103
|
}
|
|
1081
1104
|
],
|
|
1082
1105
|
"compatibility": {
|
|
1083
|
-
"nuxt": "
|
|
1106
|
+
"nuxt": ">=3.0.0",
|
|
1084
1107
|
"requires": {}
|
|
1085
1108
|
}
|
|
1086
1109
|
},
|
|
@@ -1103,7 +1126,7 @@
|
|
|
1103
1126
|
}
|
|
1104
1127
|
],
|
|
1105
1128
|
"compatibility": {
|
|
1106
|
-
"nuxt": "
|
|
1129
|
+
"nuxt": ">=3.0.0",
|
|
1107
1130
|
"requires": {}
|
|
1108
1131
|
}
|
|
1109
1132
|
},
|
|
@@ -1114,7 +1137,7 @@
|
|
|
1114
1137
|
"npm": "nuxt-custom-elements",
|
|
1115
1138
|
"icon": "custom-elements.png",
|
|
1116
1139
|
"github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
|
|
1117
|
-
"website": "https://nuxt-custom-elements
|
|
1140
|
+
"website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
|
|
1118
1141
|
"learn_more": "https://github.com/karol-f/vue-custom-element",
|
|
1119
1142
|
"category": "Extensions",
|
|
1120
1143
|
"type": "3rd-party",
|
|
@@ -1219,7 +1242,7 @@
|
|
|
1219
1242
|
}
|
|
1220
1243
|
],
|
|
1221
1244
|
"compatibility": {
|
|
1222
|
-
"nuxt": "
|
|
1245
|
+
"nuxt": ">=3.0.0",
|
|
1223
1246
|
"requires": {}
|
|
1224
1247
|
}
|
|
1225
1248
|
},
|
|
@@ -1242,7 +1265,7 @@
|
|
|
1242
1265
|
}
|
|
1243
1266
|
],
|
|
1244
1267
|
"compatibility": {
|
|
1245
|
-
"nuxt": "
|
|
1268
|
+
"nuxt": ">=3.0.0",
|
|
1246
1269
|
"requires": {}
|
|
1247
1270
|
}
|
|
1248
1271
|
},
|
|
@@ -1265,7 +1288,7 @@
|
|
|
1265
1288
|
}
|
|
1266
1289
|
],
|
|
1267
1290
|
"compatibility": {
|
|
1268
|
-
"nuxt": "^2.0.0 ||
|
|
1291
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1269
1292
|
"requires": {}
|
|
1270
1293
|
}
|
|
1271
1294
|
},
|
|
@@ -1287,7 +1310,7 @@
|
|
|
1287
1310
|
}
|
|
1288
1311
|
],
|
|
1289
1312
|
"compatibility": {
|
|
1290
|
-
"nuxt": "^2.0.0 ||
|
|
1313
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1291
1314
|
"requires": {}
|
|
1292
1315
|
}
|
|
1293
1316
|
},
|
|
@@ -1310,7 +1333,7 @@
|
|
|
1310
1333
|
}
|
|
1311
1334
|
],
|
|
1312
1335
|
"compatibility": {
|
|
1313
|
-
"nuxt": "
|
|
1336
|
+
"nuxt": ">=3.0.0",
|
|
1314
1337
|
"requires": {}
|
|
1315
1338
|
}
|
|
1316
1339
|
},
|
|
@@ -1333,7 +1356,7 @@
|
|
|
1333
1356
|
}
|
|
1334
1357
|
],
|
|
1335
1358
|
"compatibility": {
|
|
1336
|
-
"nuxt": "
|
|
1359
|
+
"nuxt": ">=3.0.0",
|
|
1337
1360
|
"requires": {},
|
|
1338
1361
|
"devtools": "^0.0.0"
|
|
1339
1362
|
}
|
|
@@ -1356,7 +1379,7 @@
|
|
|
1356
1379
|
}
|
|
1357
1380
|
],
|
|
1358
1381
|
"compatibility": {
|
|
1359
|
-
"nuxt": "
|
|
1382
|
+
"nuxt": ">=3.0.0",
|
|
1360
1383
|
"requires": {}
|
|
1361
1384
|
}
|
|
1362
1385
|
},
|
|
@@ -1378,7 +1401,7 @@
|
|
|
1378
1401
|
}
|
|
1379
1402
|
],
|
|
1380
1403
|
"compatibility": {
|
|
1381
|
-
"nuxt": "
|
|
1404
|
+
"nuxt": ">=3.0.0",
|
|
1382
1405
|
"requires": {}
|
|
1383
1406
|
}
|
|
1384
1407
|
},
|
|
@@ -1433,7 +1456,7 @@
|
|
|
1433
1456
|
}
|
|
1434
1457
|
],
|
|
1435
1458
|
"compatibility": {
|
|
1436
|
-
"nuxt": "^2.0.0 ||
|
|
1459
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1437
1460
|
"requires": {}
|
|
1438
1461
|
}
|
|
1439
1462
|
},
|
|
@@ -1459,6 +1482,50 @@
|
|
|
1459
1482
|
"requires": {}
|
|
1460
1483
|
}
|
|
1461
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
|
+
},
|
|
1462
1529
|
{
|
|
1463
1530
|
"name": "edgedb",
|
|
1464
1531
|
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
@@ -1478,7 +1545,7 @@
|
|
|
1478
1545
|
}
|
|
1479
1546
|
],
|
|
1480
1547
|
"compatibility": {
|
|
1481
|
-
"nuxt": "
|
|
1548
|
+
"nuxt": ">=3.8.0",
|
|
1482
1549
|
"requires": {}
|
|
1483
1550
|
}
|
|
1484
1551
|
},
|
|
@@ -1500,7 +1567,7 @@
|
|
|
1500
1567
|
}
|
|
1501
1568
|
],
|
|
1502
1569
|
"compatibility": {
|
|
1503
|
-
"nuxt": "
|
|
1570
|
+
"nuxt": ">=3.0.0",
|
|
1504
1571
|
"requires": {}
|
|
1505
1572
|
}
|
|
1506
1573
|
},
|
|
@@ -1522,7 +1589,7 @@
|
|
|
1522
1589
|
}
|
|
1523
1590
|
],
|
|
1524
1591
|
"compatibility": {
|
|
1525
|
-
"nuxt": "
|
|
1592
|
+
"nuxt": ">=3.0.0",
|
|
1526
1593
|
"requires": {
|
|
1527
1594
|
"bridge": "optional"
|
|
1528
1595
|
}
|
|
@@ -1552,7 +1619,7 @@
|
|
|
1552
1619
|
}
|
|
1553
1620
|
],
|
|
1554
1621
|
"compatibility": {
|
|
1555
|
-
"nuxt": "^2.0.0 ||
|
|
1622
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1556
1623
|
"requires": {}
|
|
1557
1624
|
}
|
|
1558
1625
|
},
|
|
@@ -1574,7 +1641,7 @@
|
|
|
1574
1641
|
}
|
|
1575
1642
|
],
|
|
1576
1643
|
"compatibility": {
|
|
1577
|
-
"nuxt": "^2.0.0 ||
|
|
1644
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1578
1645
|
"requires": {}
|
|
1579
1646
|
}
|
|
1580
1647
|
},
|
|
@@ -1597,7 +1664,7 @@
|
|
|
1597
1664
|
}
|
|
1598
1665
|
],
|
|
1599
1666
|
"compatibility": {
|
|
1600
|
-
"nuxt": "
|
|
1667
|
+
"nuxt": ">=3.0.0",
|
|
1601
1668
|
"requires": {}
|
|
1602
1669
|
}
|
|
1603
1670
|
},
|
|
@@ -1642,7 +1709,7 @@
|
|
|
1642
1709
|
}
|
|
1643
1710
|
],
|
|
1644
1711
|
"compatibility": {
|
|
1645
|
-
"nuxt": "
|
|
1712
|
+
"nuxt": ">=3.0.0",
|
|
1646
1713
|
"requires": {}
|
|
1647
1714
|
}
|
|
1648
1715
|
},
|
|
@@ -1820,7 +1887,7 @@
|
|
|
1820
1887
|
}
|
|
1821
1888
|
],
|
|
1822
1889
|
"compatibility": {
|
|
1823
|
-
"nuxt": "
|
|
1890
|
+
"nuxt": ">=3.0.0",
|
|
1824
1891
|
"requires": {}
|
|
1825
1892
|
}
|
|
1826
1893
|
},
|
|
@@ -1865,7 +1932,7 @@
|
|
|
1865
1932
|
}
|
|
1866
1933
|
],
|
|
1867
1934
|
"compatibility": {
|
|
1868
|
-
"nuxt": "
|
|
1935
|
+
"nuxt": ">=3.0.0",
|
|
1869
1936
|
"requires": {}
|
|
1870
1937
|
}
|
|
1871
1938
|
},
|
|
@@ -1888,7 +1955,7 @@
|
|
|
1888
1955
|
}
|
|
1889
1956
|
],
|
|
1890
1957
|
"compatibility": {
|
|
1891
|
-
"nuxt": "
|
|
1958
|
+
"nuxt": ">=3.7.0",
|
|
1892
1959
|
"requires": {}
|
|
1893
1960
|
}
|
|
1894
1961
|
},
|
|
@@ -1916,7 +1983,7 @@
|
|
|
1916
1983
|
}
|
|
1917
1984
|
],
|
|
1918
1985
|
"compatibility": {
|
|
1919
|
-
"nuxt": "
|
|
1986
|
+
"nuxt": ">=3.0.0",
|
|
1920
1987
|
"requires": {}
|
|
1921
1988
|
}
|
|
1922
1989
|
},
|
|
@@ -1986,7 +2053,7 @@
|
|
|
1986
2053
|
}
|
|
1987
2054
|
],
|
|
1988
2055
|
"compatibility": {
|
|
1989
|
-
"nuxt": "^2.0.0 ||
|
|
2056
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1990
2057
|
"requires": {}
|
|
1991
2058
|
}
|
|
1992
2059
|
},
|
|
@@ -2040,7 +2107,7 @@
|
|
|
2040
2107
|
}
|
|
2041
2108
|
],
|
|
2042
2109
|
"compatibility": {
|
|
2043
|
-
"nuxt": "^2.0.0 ||
|
|
2110
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2044
2111
|
"requires": {
|
|
2045
2112
|
"bridge": "optional"
|
|
2046
2113
|
}
|
|
@@ -2123,7 +2190,7 @@
|
|
|
2123
2190
|
}
|
|
2124
2191
|
],
|
|
2125
2192
|
"compatibility": {
|
|
2126
|
-
"nuxt": "
|
|
2193
|
+
"nuxt": ">=3.0.0",
|
|
2127
2194
|
"requires": {}
|
|
2128
2195
|
}
|
|
2129
2196
|
},
|
|
@@ -2145,7 +2212,7 @@
|
|
|
2145
2212
|
}
|
|
2146
2213
|
],
|
|
2147
2214
|
"compatibility": {
|
|
2148
|
-
"nuxt": "^2.0.0 ||
|
|
2215
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2149
2216
|
"requires": {}
|
|
2150
2217
|
}
|
|
2151
2218
|
},
|
|
@@ -2167,7 +2234,7 @@
|
|
|
2167
2234
|
}
|
|
2168
2235
|
],
|
|
2169
2236
|
"compatibility": {
|
|
2170
|
-
"nuxt": "
|
|
2237
|
+
"nuxt": ">=3.0.0",
|
|
2171
2238
|
"requires": {},
|
|
2172
2239
|
"devtools": "^0.0.0"
|
|
2173
2240
|
}
|
|
@@ -2192,7 +2259,7 @@
|
|
|
2192
2259
|
}
|
|
2193
2260
|
],
|
|
2194
2261
|
"compatibility": {
|
|
2195
|
-
"nuxt": "
|
|
2262
|
+
"nuxt": ">=3.0.0",
|
|
2196
2263
|
"requires": {}
|
|
2197
2264
|
}
|
|
2198
2265
|
},
|
|
@@ -2259,7 +2326,7 @@
|
|
|
2259
2326
|
}
|
|
2260
2327
|
],
|
|
2261
2328
|
"compatibility": {
|
|
2262
|
-
"nuxt": "
|
|
2329
|
+
"nuxt": ">=3.0.0",
|
|
2263
2330
|
"requires": {}
|
|
2264
2331
|
}
|
|
2265
2332
|
},
|
|
@@ -2282,7 +2349,7 @@
|
|
|
2282
2349
|
}
|
|
2283
2350
|
],
|
|
2284
2351
|
"compatibility": {
|
|
2285
|
-
"nuxt": "
|
|
2352
|
+
"nuxt": ">=3.0.0",
|
|
2286
2353
|
"requires": {}
|
|
2287
2354
|
}
|
|
2288
2355
|
},
|
|
@@ -2304,7 +2371,7 @@
|
|
|
2304
2371
|
}
|
|
2305
2372
|
],
|
|
2306
2373
|
"compatibility": {
|
|
2307
|
-
"nuxt": "
|
|
2374
|
+
"nuxt": ">=3.0.0",
|
|
2308
2375
|
"requires": {}
|
|
2309
2376
|
}
|
|
2310
2377
|
},
|
|
@@ -2415,7 +2482,7 @@
|
|
|
2415
2482
|
}
|
|
2416
2483
|
],
|
|
2417
2484
|
"compatibility": {
|
|
2418
|
-
"nuxt": "
|
|
2485
|
+
"nuxt": ">=3.0.0",
|
|
2419
2486
|
"requires": {}
|
|
2420
2487
|
}
|
|
2421
2488
|
},
|
|
@@ -2460,7 +2527,7 @@
|
|
|
2460
2527
|
}
|
|
2461
2528
|
],
|
|
2462
2529
|
"compatibility": {
|
|
2463
|
-
"nuxt": "^2.0.0 ||
|
|
2530
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2464
2531
|
"requires": {
|
|
2465
2532
|
"bridge": "optional"
|
|
2466
2533
|
}
|
|
@@ -2528,7 +2595,7 @@
|
|
|
2528
2595
|
}
|
|
2529
2596
|
],
|
|
2530
2597
|
"compatibility": {
|
|
2531
|
-
"nuxt": "
|
|
2598
|
+
"nuxt": ">=3.0.0",
|
|
2532
2599
|
"requires": {}
|
|
2533
2600
|
}
|
|
2534
2601
|
},
|
|
@@ -2581,7 +2648,7 @@
|
|
|
2581
2648
|
}
|
|
2582
2649
|
],
|
|
2583
2650
|
"compatibility": {
|
|
2584
|
-
"nuxt": "^2.0.0 ||
|
|
2651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2585
2652
|
"requires": {}
|
|
2586
2653
|
}
|
|
2587
2654
|
},
|
|
@@ -2603,7 +2670,7 @@
|
|
|
2603
2670
|
}
|
|
2604
2671
|
],
|
|
2605
2672
|
"compatibility": {
|
|
2606
|
-
"nuxt": "
|
|
2673
|
+
"nuxt": ">=3.0.0",
|
|
2607
2674
|
"requires": {}
|
|
2608
2675
|
}
|
|
2609
2676
|
},
|
|
@@ -2625,30 +2692,34 @@
|
|
|
2625
2692
|
}
|
|
2626
2693
|
],
|
|
2627
2694
|
"compatibility": {
|
|
2628
|
-
"nuxt": "
|
|
2695
|
+
"nuxt": ">=3.0.0",
|
|
2629
2696
|
"requires": {},
|
|
2630
2697
|
"devtools": "^0.0.0"
|
|
2631
2698
|
}
|
|
2632
2699
|
},
|
|
2633
2700
|
{
|
|
2634
2701
|
"name": "icon",
|
|
2635
|
-
"description": "Icon module for Nuxt with
|
|
2636
|
-
"repo": "nuxt
|
|
2637
|
-
"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",
|
|
2638
2705
|
"icon": "nuxt-icon.png",
|
|
2639
|
-
"github": "https://github.com/nuxt
|
|
2640
|
-
"website": "https://github.com/nuxt
|
|
2706
|
+
"github": "https://github.com/nuxt/icon",
|
|
2707
|
+
"website": "https://github.com/nuxt/icon",
|
|
2641
2708
|
"learn_more": "",
|
|
2642
2709
|
"category": "UI",
|
|
2643
|
-
"type": "
|
|
2710
|
+
"type": "official",
|
|
2644
2711
|
"maintainers": [
|
|
2645
2712
|
{
|
|
2646
2713
|
"name": "Atinux",
|
|
2647
2714
|
"github": "Atinux"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "Anthony Fu",
|
|
2718
|
+
"github": "antfu"
|
|
2648
2719
|
}
|
|
2649
2720
|
],
|
|
2650
2721
|
"compatibility": {
|
|
2651
|
-
"nuxt": "
|
|
2722
|
+
"nuxt": ">=3.0.0",
|
|
2652
2723
|
"requires": {},
|
|
2653
2724
|
"devtools": "^0.0.0"
|
|
2654
2725
|
}
|
|
@@ -2671,7 +2742,7 @@
|
|
|
2671
2742
|
}
|
|
2672
2743
|
],
|
|
2673
2744
|
"compatibility": {
|
|
2674
|
-
"nuxt": "
|
|
2745
|
+
"nuxt": ">=3.0.0",
|
|
2675
2746
|
"requires": {}
|
|
2676
2747
|
}
|
|
2677
2748
|
},
|
|
@@ -2731,7 +2802,7 @@
|
|
|
2731
2802
|
}
|
|
2732
2803
|
],
|
|
2733
2804
|
"compatibility": {
|
|
2734
|
-
"nuxt": "^2.0.0 ||
|
|
2805
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2735
2806
|
"requires": {
|
|
2736
2807
|
"bridge": "optional"
|
|
2737
2808
|
}
|
|
@@ -2762,10 +2833,10 @@
|
|
|
2762
2833
|
{
|
|
2763
2834
|
"name": "inkline",
|
|
2764
2835
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2765
|
-
"repo": "inkline/plugin",
|
|
2836
|
+
"repo": "inkline/inkline#main/packages/integrations/plugin",
|
|
2766
2837
|
"npm": "@inkline/plugin",
|
|
2767
2838
|
"icon": "inkline.svg",
|
|
2768
|
-
"github": "https://github.com/inkline/
|
|
2839
|
+
"github": "https://github.com/inkline/inkline",
|
|
2769
2840
|
"website": "https://inkline.io",
|
|
2770
2841
|
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2771
2842
|
"category": "UI",
|
|
@@ -2778,7 +2849,7 @@
|
|
|
2778
2849
|
}
|
|
2779
2850
|
],
|
|
2780
2851
|
"compatibility": {
|
|
2781
|
-
"nuxt": "^2.0.0 ||
|
|
2852
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2782
2853
|
"requires": {
|
|
2783
2854
|
"bridge": true
|
|
2784
2855
|
}
|
|
@@ -2825,7 +2896,7 @@
|
|
|
2825
2896
|
}
|
|
2826
2897
|
],
|
|
2827
2898
|
"compatibility": {
|
|
2828
|
-
"nuxt": "
|
|
2899
|
+
"nuxt": ">=3.0.0",
|
|
2829
2900
|
"requires": {}
|
|
2830
2901
|
}
|
|
2831
2902
|
},
|
|
@@ -2847,7 +2918,7 @@
|
|
|
2847
2918
|
}
|
|
2848
2919
|
],
|
|
2849
2920
|
"compatibility": {
|
|
2850
|
-
"nuxt": "^2.0.0 ||
|
|
2921
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2851
2922
|
"requires": {}
|
|
2852
2923
|
}
|
|
2853
2924
|
},
|
|
@@ -2896,7 +2967,7 @@
|
|
|
2896
2967
|
}
|
|
2897
2968
|
],
|
|
2898
2969
|
"compatibility": {
|
|
2899
|
-
"nuxt": "
|
|
2970
|
+
"nuxt": ">=3.0.0",
|
|
2900
2971
|
"requires": {}
|
|
2901
2972
|
},
|
|
2902
2973
|
"sponsor": true
|
|
@@ -2921,7 +2992,7 @@
|
|
|
2921
2992
|
}
|
|
2922
2993
|
],
|
|
2923
2994
|
"compatibility": {
|
|
2924
|
-
"nuxt": "
|
|
2995
|
+
"nuxt": ">=3.0.0",
|
|
2925
2996
|
"requires": {}
|
|
2926
2997
|
}
|
|
2927
2998
|
},
|
|
@@ -2987,7 +3058,7 @@
|
|
|
2987
3058
|
}
|
|
2988
3059
|
],
|
|
2989
3060
|
"compatibility": {
|
|
2990
|
-
"nuxt": "
|
|
3061
|
+
"nuxt": ">=3.0.0",
|
|
2991
3062
|
"requires": {}
|
|
2992
3063
|
}
|
|
2993
3064
|
},
|
|
@@ -3015,23 +3086,23 @@
|
|
|
3015
3086
|
},
|
|
3016
3087
|
{
|
|
3017
3088
|
"name": "leaflet",
|
|
3018
|
-
"description": "
|
|
3019
|
-
"repo": "
|
|
3020
|
-
"npm": "
|
|
3089
|
+
"description": "Leaflet integration with Nuxt",
|
|
3090
|
+
"repo": "nuxt-modules/leaflet",
|
|
3091
|
+
"npm": "@nuxtjs/leaflet",
|
|
3021
3092
|
"icon": "leaflet.png",
|
|
3022
|
-
"github": "https://github.com/
|
|
3023
|
-
"website": "https://
|
|
3024
|
-
"learn_more": "https://
|
|
3093
|
+
"github": "https://github.com/nuxt-modules/leaflet",
|
|
3094
|
+
"website": "https://leaflet.nuxtjs.org/",
|
|
3095
|
+
"learn_more": "https://leaflet.nuxtjs.org/",
|
|
3025
3096
|
"category": "Libraries",
|
|
3026
|
-
"type": "
|
|
3097
|
+
"type": "community",
|
|
3027
3098
|
"maintainers": [
|
|
3028
3099
|
{
|
|
3029
|
-
"name": "
|
|
3030
|
-
"github": "
|
|
3100
|
+
"name": "Augustin MERCIER",
|
|
3101
|
+
"github": "Gugustinette"
|
|
3031
3102
|
}
|
|
3032
3103
|
],
|
|
3033
3104
|
"compatibility": {
|
|
3034
|
-
"nuxt": "^
|
|
3105
|
+
"nuxt": "^3.0.0",
|
|
3035
3106
|
"requires": {}
|
|
3036
3107
|
}
|
|
3037
3108
|
},
|
|
@@ -3055,7 +3126,7 @@
|
|
|
3055
3126
|
}
|
|
3056
3127
|
],
|
|
3057
3128
|
"compatibility": {
|
|
3058
|
-
"nuxt": "
|
|
3129
|
+
"nuxt": ">=3.0.0",
|
|
3059
3130
|
"requires": {},
|
|
3060
3131
|
"devtools": "^0.0.0"
|
|
3061
3132
|
}
|
|
@@ -3110,6 +3181,28 @@
|
|
|
3110
3181
|
"requires": {}
|
|
3111
3182
|
}
|
|
3112
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
|
+
},
|
|
3113
3206
|
{
|
|
3114
3207
|
"name": "lodash",
|
|
3115
3208
|
"description": "lodash module with auto-import and custom prefix",
|
|
@@ -3128,7 +3221,7 @@
|
|
|
3128
3221
|
}
|
|
3129
3222
|
],
|
|
3130
3223
|
"compatibility": {
|
|
3131
|
-
"nuxt": "
|
|
3224
|
+
"nuxt": ">=3.0.0",
|
|
3132
3225
|
"requires": {}
|
|
3133
3226
|
}
|
|
3134
3227
|
},
|
|
@@ -3151,10 +3244,34 @@
|
|
|
3151
3244
|
}
|
|
3152
3245
|
],
|
|
3153
3246
|
"compatibility": {
|
|
3154
|
-
"nuxt": "^2.0.0 ||
|
|
3247
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3155
3248
|
"requires": {}
|
|
3156
3249
|
}
|
|
3157
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
|
+
},
|
|
3158
3275
|
{
|
|
3159
3276
|
"name": "lucide-icons",
|
|
3160
3277
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3177,7 +3294,7 @@
|
|
|
3177
3294
|
}
|
|
3178
3295
|
],
|
|
3179
3296
|
"compatibility": {
|
|
3180
|
-
"nuxt": "
|
|
3297
|
+
"nuxt": ">=3.0.0",
|
|
3181
3298
|
"requires": {}
|
|
3182
3299
|
}
|
|
3183
3300
|
},
|
|
@@ -3222,7 +3339,7 @@
|
|
|
3222
3339
|
}
|
|
3223
3340
|
],
|
|
3224
3341
|
"compatibility": {
|
|
3225
|
-
"nuxt": "
|
|
3342
|
+
"nuxt": ">=3.0.0",
|
|
3226
3343
|
"requires": {}
|
|
3227
3344
|
}
|
|
3228
3345
|
},
|
|
@@ -3245,7 +3362,7 @@
|
|
|
3245
3362
|
}
|
|
3246
3363
|
],
|
|
3247
3364
|
"compatibility": {
|
|
3248
|
-
"nuxt": "
|
|
3365
|
+
"nuxt": ">=3.8.0",
|
|
3249
3366
|
"requires": {}
|
|
3250
3367
|
}
|
|
3251
3368
|
},
|
|
@@ -3291,7 +3408,7 @@
|
|
|
3291
3408
|
}
|
|
3292
3409
|
],
|
|
3293
3410
|
"compatibility": {
|
|
3294
|
-
"nuxt": "
|
|
3411
|
+
"nuxt": ">=3.0.0",
|
|
3295
3412
|
"requires": {},
|
|
3296
3413
|
"devtools": "^0.0.0"
|
|
3297
3414
|
}
|
|
@@ -3336,7 +3453,7 @@
|
|
|
3336
3453
|
}
|
|
3337
3454
|
],
|
|
3338
3455
|
"compatibility": {
|
|
3339
|
-
"nuxt": "
|
|
3456
|
+
"nuxt": ">=3.0.0",
|
|
3340
3457
|
"requires": {}
|
|
3341
3458
|
}
|
|
3342
3459
|
},
|
|
@@ -3358,7 +3475,7 @@
|
|
|
3358
3475
|
}
|
|
3359
3476
|
],
|
|
3360
3477
|
"compatibility": {
|
|
3361
|
-
"nuxt": "
|
|
3478
|
+
"nuxt": ">=3.0.0",
|
|
3362
3479
|
"requires": {}
|
|
3363
3480
|
}
|
|
3364
3481
|
},
|
|
@@ -3404,7 +3521,7 @@
|
|
|
3404
3521
|
}
|
|
3405
3522
|
],
|
|
3406
3523
|
"compatibility": {
|
|
3407
|
-
"nuxt": "^2.0.0 ||
|
|
3524
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3408
3525
|
"requires": {
|
|
3409
3526
|
"bridge": true
|
|
3410
3527
|
}
|
|
@@ -3429,7 +3546,7 @@
|
|
|
3429
3546
|
}
|
|
3430
3547
|
],
|
|
3431
3548
|
"compatibility": {
|
|
3432
|
-
"nuxt": "
|
|
3549
|
+
"nuxt": ">=3.0.0",
|
|
3433
3550
|
"requires": {
|
|
3434
3551
|
"bridge": false
|
|
3435
3552
|
},
|
|
@@ -3477,7 +3594,29 @@
|
|
|
3477
3594
|
}
|
|
3478
3595
|
],
|
|
3479
3596
|
"compatibility": {
|
|
3480
|
-
"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",
|
|
3481
3620
|
"requires": {}
|
|
3482
3621
|
}
|
|
3483
3622
|
},
|
|
@@ -3548,7 +3687,7 @@
|
|
|
3548
3687
|
}
|
|
3549
3688
|
],
|
|
3550
3689
|
"compatibility": {
|
|
3551
|
-
"nuxt": "
|
|
3690
|
+
"nuxt": ">=3.0.0",
|
|
3552
3691
|
"requires": {}
|
|
3553
3692
|
}
|
|
3554
3693
|
},
|
|
@@ -3621,29 +3760,45 @@
|
|
|
3621
3760
|
},
|
|
3622
3761
|
{
|
|
3623
3762
|
"name": "ngrok",
|
|
3624
|
-
"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",
|
|
3625
|
-
"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",
|
|
3626
3765
|
"npm": "@nuxtjs/ngrok",
|
|
3627
|
-
"icon": "ngrok.
|
|
3628
|
-
"github": "https://github.com/nuxt-
|
|
3629
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3630
|
-
"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/",
|
|
3631
3770
|
"category": "Devtools",
|
|
3632
3771
|
"type": "community",
|
|
3633
3772
|
"maintainers": [
|
|
3634
3773
|
{
|
|
3635
|
-
"name": "
|
|
3636
|
-
"github": "
|
|
3637
|
-
|
|
3638
|
-
|
|
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": [
|
|
3639
3795
|
{
|
|
3640
|
-
"name": "
|
|
3641
|
-
"github": "
|
|
3642
|
-
"twitter": "_pi0_"
|
|
3796
|
+
"name": "kleinpetr",
|
|
3797
|
+
"github": "kleinpetr"
|
|
3643
3798
|
}
|
|
3644
3799
|
],
|
|
3645
3800
|
"compatibility": {
|
|
3646
|
-
"nuxt": "
|
|
3801
|
+
"nuxt": ">=3.0.0",
|
|
3647
3802
|
"requires": {}
|
|
3648
3803
|
}
|
|
3649
3804
|
},
|
|
@@ -3687,7 +3842,7 @@
|
|
|
3687
3842
|
}
|
|
3688
3843
|
],
|
|
3689
3844
|
"compatibility": {
|
|
3690
|
-
"nuxt": "
|
|
3845
|
+
"nuxt": ">=3.0.0",
|
|
3691
3846
|
"requires": {}
|
|
3692
3847
|
}
|
|
3693
3848
|
},
|
|
@@ -3709,7 +3864,7 @@
|
|
|
3709
3864
|
}
|
|
3710
3865
|
],
|
|
3711
3866
|
"compatibility": {
|
|
3712
|
-
"nuxt": "
|
|
3867
|
+
"nuxt": ">=3.0.0",
|
|
3713
3868
|
"requires": {}
|
|
3714
3869
|
}
|
|
3715
3870
|
},
|
|
@@ -3732,7 +3887,7 @@
|
|
|
3732
3887
|
}
|
|
3733
3888
|
],
|
|
3734
3889
|
"compatibility": {
|
|
3735
|
-
"nuxt": "
|
|
3890
|
+
"nuxt": ">=3.0.0",
|
|
3736
3891
|
"requires": {}
|
|
3737
3892
|
}
|
|
3738
3893
|
},
|
|
@@ -3755,7 +3910,7 @@
|
|
|
3755
3910
|
}
|
|
3756
3911
|
],
|
|
3757
3912
|
"compatibility": {
|
|
3758
|
-
"nuxt": "
|
|
3913
|
+
"nuxt": ">=3.9.0",
|
|
3759
3914
|
"requires": {}
|
|
3760
3915
|
}
|
|
3761
3916
|
},
|
|
@@ -3777,7 +3932,7 @@
|
|
|
3777
3932
|
}
|
|
3778
3933
|
],
|
|
3779
3934
|
"compatibility": {
|
|
3780
|
-
"nuxt": "
|
|
3935
|
+
"nuxt": ">=3.0.0",
|
|
3781
3936
|
"requires": {}
|
|
3782
3937
|
}
|
|
3783
3938
|
},
|
|
@@ -3799,10 +3954,39 @@
|
|
|
3799
3954
|
}
|
|
3800
3955
|
],
|
|
3801
3956
|
"compatibility": {
|
|
3802
|
-
"nuxt": "
|
|
3957
|
+
"nuxt": ">=3.0.0",
|
|
3803
3958
|
"requires": {}
|
|
3804
3959
|
}
|
|
3805
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
|
+
},
|
|
3806
3990
|
{
|
|
3807
3991
|
"name": "nuxt-bootstrap-icons",
|
|
3808
3992
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3821,7 +4005,7 @@
|
|
|
3821
4005
|
}
|
|
3822
4006
|
],
|
|
3823
4007
|
"compatibility": {
|
|
3824
|
-
"nuxt": "
|
|
4008
|
+
"nuxt": ">=3.0.0",
|
|
3825
4009
|
"requires": {}
|
|
3826
4010
|
}
|
|
3827
4011
|
},
|
|
@@ -3843,7 +4027,29 @@
|
|
|
3843
4027
|
}
|
|
3844
4028
|
],
|
|
3845
4029
|
"compatibility": {
|
|
3846
|
-
"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",
|
|
3847
4053
|
"requires": {}
|
|
3848
4054
|
}
|
|
3849
4055
|
},
|
|
@@ -3865,7 +4071,7 @@
|
|
|
3865
4071
|
}
|
|
3866
4072
|
],
|
|
3867
4073
|
"compatibility": {
|
|
3868
|
-
"nuxt": "
|
|
4074
|
+
"nuxt": ">=3.0.0",
|
|
3869
4075
|
"requires": {}
|
|
3870
4076
|
}
|
|
3871
4077
|
},
|
|
@@ -3891,7 +4097,7 @@
|
|
|
3891
4097
|
}
|
|
3892
4098
|
],
|
|
3893
4099
|
"compatibility": {
|
|
3894
|
-
"nuxt": "
|
|
4100
|
+
"nuxt": ">=3.0.0",
|
|
3895
4101
|
"requires": {}
|
|
3896
4102
|
}
|
|
3897
4103
|
},
|
|
@@ -3913,7 +4119,7 @@
|
|
|
3913
4119
|
}
|
|
3914
4120
|
],
|
|
3915
4121
|
"compatibility": {
|
|
3916
|
-
"nuxt": "
|
|
4122
|
+
"nuxt": ">=3.0.0",
|
|
3917
4123
|
"requires": {}
|
|
3918
4124
|
}
|
|
3919
4125
|
},
|
|
@@ -3935,7 +4141,29 @@
|
|
|
3935
4141
|
}
|
|
3936
4142
|
],
|
|
3937
4143
|
"compatibility": {
|
|
3938
|
-
"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",
|
|
3939
4167
|
"requires": {}
|
|
3940
4168
|
}
|
|
3941
4169
|
},
|
|
@@ -3958,7 +4186,30 @@
|
|
|
3958
4186
|
}
|
|
3959
4187
|
],
|
|
3960
4188
|
"compatibility": {
|
|
3961
|
-
"nuxt": "
|
|
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",
|
|
3962
4213
|
"requires": {}
|
|
3963
4214
|
}
|
|
3964
4215
|
},
|
|
@@ -3987,7 +4238,7 @@
|
|
|
3987
4238
|
}
|
|
3988
4239
|
],
|
|
3989
4240
|
"compatibility": {
|
|
3990
|
-
"nuxt": "^2.0.0 ||
|
|
4241
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3991
4242
|
"requires": {}
|
|
3992
4243
|
}
|
|
3993
4244
|
},
|
|
@@ -4031,7 +4282,7 @@
|
|
|
4031
4282
|
}
|
|
4032
4283
|
],
|
|
4033
4284
|
"compatibility": {
|
|
4034
|
-
"nuxt": "
|
|
4285
|
+
"nuxt": ">=3.0.0",
|
|
4035
4286
|
"requires": {},
|
|
4036
4287
|
"devtools": "^0.0.0"
|
|
4037
4288
|
}
|
|
@@ -4054,7 +4305,7 @@
|
|
|
4054
4305
|
}
|
|
4055
4306
|
],
|
|
4056
4307
|
"compatibility": {
|
|
4057
|
-
"nuxt": "^2.0.0 ||
|
|
4308
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4058
4309
|
"requires": {
|
|
4059
4310
|
"bridge": "optional"
|
|
4060
4311
|
}
|
|
@@ -4100,7 +4351,7 @@
|
|
|
4100
4351
|
}
|
|
4101
4352
|
],
|
|
4102
4353
|
"compatibility": {
|
|
4103
|
-
"nuxt": "
|
|
4354
|
+
"nuxt": ">=3.0.0",
|
|
4104
4355
|
"requires": {}
|
|
4105
4356
|
}
|
|
4106
4357
|
},
|
|
@@ -4111,8 +4362,8 @@
|
|
|
4111
4362
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
4112
4363
|
"icon": "nuxt-localtunnel.svg",
|
|
4113
4364
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
4114
|
-
"website": "https://
|
|
4115
|
-
"learn_more": "
|
|
4365
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4366
|
+
"learn_more": "",
|
|
4116
4367
|
"category": "Devtools",
|
|
4117
4368
|
"type": "3rd-party",
|
|
4118
4369
|
"maintainers": [
|
|
@@ -4123,7 +4374,7 @@
|
|
|
4123
4374
|
}
|
|
4124
4375
|
],
|
|
4125
4376
|
"compatibility": {
|
|
4126
|
-
"nuxt": "
|
|
4377
|
+
"nuxt": ">=3.0.0",
|
|
4127
4378
|
"requires": {}
|
|
4128
4379
|
}
|
|
4129
4380
|
},
|
|
@@ -4146,7 +4397,7 @@
|
|
|
4146
4397
|
}
|
|
4147
4398
|
],
|
|
4148
4399
|
"compatibility": {
|
|
4149
|
-
"nuxt": "
|
|
4400
|
+
"nuxt": ">=3.0.0",
|
|
4150
4401
|
"requires": {}
|
|
4151
4402
|
}
|
|
4152
4403
|
},
|
|
@@ -4168,7 +4419,7 @@
|
|
|
4168
4419
|
}
|
|
4169
4420
|
],
|
|
4170
4421
|
"compatibility": {
|
|
4171
|
-
"nuxt": "^2.0.0 ||
|
|
4422
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4172
4423
|
"requires": {}
|
|
4173
4424
|
}
|
|
4174
4425
|
},
|
|
@@ -4190,7 +4441,7 @@
|
|
|
4190
4441
|
}
|
|
4191
4442
|
],
|
|
4192
4443
|
"compatibility": {
|
|
4193
|
-
"nuxt": "
|
|
4444
|
+
"nuxt": ">=3.0.0",
|
|
4194
4445
|
"requires": {}
|
|
4195
4446
|
}
|
|
4196
4447
|
},
|
|
@@ -4212,18 +4463,41 @@
|
|
|
4212
4463
|
}
|
|
4213
4464
|
],
|
|
4214
4465
|
"compatibility": {
|
|
4215
|
-
"nuxt": "
|
|
4466
|
+
"nuxt": ">=3.0.0",
|
|
4216
4467
|
"requires": {}
|
|
4217
4468
|
}
|
|
4218
4469
|
},
|
|
4219
4470
|
{
|
|
4220
|
-
"name": "nuxt-
|
|
4221
|
-
"description": "
|
|
4222
|
-
"repo": "
|
|
4223
|
-
"npm": "nuxt-
|
|
4224
|
-
"icon": "
|
|
4225
|
-
"github": "https://github.com/
|
|
4226
|
-
"website": "https://github.com/
|
|
4471
|
+
"name": "nuxt-meta-pixel",
|
|
4472
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4473
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4474
|
+
"npm": "nuxt-meta-pixel",
|
|
4475
|
+
"icon": "",
|
|
4476
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4477
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4478
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4479
|
+
"category": "Analytics",
|
|
4480
|
+
"type": "3rd-party",
|
|
4481
|
+
"maintainers": [
|
|
4482
|
+
{
|
|
4483
|
+
"name": "tanukijs",
|
|
4484
|
+
"github": "tanukijs",
|
|
4485
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4486
|
+
}
|
|
4487
|
+
],
|
|
4488
|
+
"compatibility": {
|
|
4489
|
+
"nuxt": ">=3.0.0",
|
|
4490
|
+
"requires": {}
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "nuxt-monaco-editor",
|
|
4495
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
4496
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
4497
|
+
"npm": "nuxt-monaco-editor",
|
|
4498
|
+
"icon": "nuxt-monaco-editor.png",
|
|
4499
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
4500
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
4227
4501
|
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
4228
4502
|
"category": "Libraries",
|
|
4229
4503
|
"type": "3rd-party",
|
|
@@ -4234,7 +4508,7 @@
|
|
|
4234
4508
|
}
|
|
4235
4509
|
],
|
|
4236
4510
|
"compatibility": {
|
|
4237
|
-
"nuxt": "
|
|
4511
|
+
"nuxt": ">=3.0.0",
|
|
4238
4512
|
"requires": {}
|
|
4239
4513
|
}
|
|
4240
4514
|
},
|
|
@@ -4256,7 +4530,7 @@
|
|
|
4256
4530
|
}
|
|
4257
4531
|
],
|
|
4258
4532
|
"compatibility": {
|
|
4259
|
-
"nuxt": "
|
|
4533
|
+
"nuxt": ">=3.0.0",
|
|
4260
4534
|
"requires": {},
|
|
4261
4535
|
"devtools": "^0.0.0"
|
|
4262
4536
|
}
|
|
@@ -4280,7 +4554,7 @@
|
|
|
4280
4554
|
}
|
|
4281
4555
|
],
|
|
4282
4556
|
"compatibility": {
|
|
4283
|
-
"nuxt": "
|
|
4557
|
+
"nuxt": ">=3.0.0",
|
|
4284
4558
|
"requires": {}
|
|
4285
4559
|
}
|
|
4286
4560
|
},
|
|
@@ -4302,7 +4576,7 @@
|
|
|
4302
4576
|
}
|
|
4303
4577
|
],
|
|
4304
4578
|
"compatibility": {
|
|
4305
|
-
"nuxt": "
|
|
4579
|
+
"nuxt": ">=3.0.0",
|
|
4306
4580
|
"requires": {}
|
|
4307
4581
|
}
|
|
4308
4582
|
},
|
|
@@ -4328,7 +4602,7 @@
|
|
|
4328
4602
|
}
|
|
4329
4603
|
],
|
|
4330
4604
|
"compatibility": {
|
|
4331
|
-
"nuxt": "
|
|
4605
|
+
"nuxt": ">=3.0.0",
|
|
4332
4606
|
"requires": {},
|
|
4333
4607
|
"devtools": "^0.0.0"
|
|
4334
4608
|
}
|
|
@@ -4352,7 +4626,7 @@
|
|
|
4352
4626
|
}
|
|
4353
4627
|
],
|
|
4354
4628
|
"compatibility": {
|
|
4355
|
-
"nuxt": "
|
|
4629
|
+
"nuxt": ">=3.0.0",
|
|
4356
4630
|
"requires": {}
|
|
4357
4631
|
}
|
|
4358
4632
|
},
|
|
@@ -4375,7 +4649,7 @@
|
|
|
4375
4649
|
}
|
|
4376
4650
|
],
|
|
4377
4651
|
"compatibility": {
|
|
4378
|
-
"nuxt": "
|
|
4652
|
+
"nuxt": ">=3.0.0",
|
|
4379
4653
|
"requires": {}
|
|
4380
4654
|
}
|
|
4381
4655
|
},
|
|
@@ -4398,7 +4672,7 @@
|
|
|
4398
4672
|
}
|
|
4399
4673
|
],
|
|
4400
4674
|
"compatibility": {
|
|
4401
|
-
"nuxt": "
|
|
4675
|
+
"nuxt": ">=3.0.0",
|
|
4402
4676
|
"requires": {}
|
|
4403
4677
|
}
|
|
4404
4678
|
},
|
|
@@ -4420,7 +4694,7 @@
|
|
|
4420
4694
|
}
|
|
4421
4695
|
],
|
|
4422
4696
|
"compatibility": {
|
|
4423
|
-
"nuxt": "
|
|
4697
|
+
"nuxt": ">=3.0.0",
|
|
4424
4698
|
"requires": {}
|
|
4425
4699
|
}
|
|
4426
4700
|
},
|
|
@@ -4468,7 +4742,7 @@
|
|
|
4468
4742
|
}
|
|
4469
4743
|
],
|
|
4470
4744
|
"compatibility": {
|
|
4471
|
-
"nuxt": "
|
|
4745
|
+
"nuxt": ">=3.0.0",
|
|
4472
4746
|
"requires": {}
|
|
4473
4747
|
}
|
|
4474
4748
|
},
|
|
@@ -4513,7 +4787,7 @@
|
|
|
4513
4787
|
}
|
|
4514
4788
|
],
|
|
4515
4789
|
"compatibility": {
|
|
4516
|
-
"nuxt": "
|
|
4790
|
+
"nuxt": ">=3.0.0",
|
|
4517
4791
|
"requires": {}
|
|
4518
4792
|
}
|
|
4519
4793
|
},
|
|
@@ -4559,7 +4833,7 @@
|
|
|
4559
4833
|
}
|
|
4560
4834
|
],
|
|
4561
4835
|
"compatibility": {
|
|
4562
|
-
"nuxt": "
|
|
4836
|
+
"nuxt": ">=3.0.0",
|
|
4563
4837
|
"requires": {}
|
|
4564
4838
|
}
|
|
4565
4839
|
},
|
|
@@ -4587,7 +4861,7 @@
|
|
|
4587
4861
|
}
|
|
4588
4862
|
],
|
|
4589
4863
|
"compatibility": {
|
|
4590
|
-
"nuxt": "
|
|
4864
|
+
"nuxt": ">=3.0.0",
|
|
4591
4865
|
"requires": {}
|
|
4592
4866
|
}
|
|
4593
4867
|
},
|
|
@@ -4632,7 +4906,7 @@
|
|
|
4632
4906
|
}
|
|
4633
4907
|
],
|
|
4634
4908
|
"compatibility": {
|
|
4635
|
-
"nuxt": "
|
|
4909
|
+
"nuxt": ">=3.0.0",
|
|
4636
4910
|
"requires": {},
|
|
4637
4911
|
"devtools": "^0.0.0"
|
|
4638
4912
|
}
|
|
@@ -4655,7 +4929,7 @@
|
|
|
4655
4929
|
}
|
|
4656
4930
|
],
|
|
4657
4931
|
"compatibility": {
|
|
4658
|
-
"nuxt": "
|
|
4932
|
+
"nuxt": ">=3.0.0",
|
|
4659
4933
|
"requires": {}
|
|
4660
4934
|
}
|
|
4661
4935
|
},
|
|
@@ -4703,6 +4977,28 @@
|
|
|
4703
4977
|
"requires": {}
|
|
4704
4978
|
}
|
|
4705
4979
|
},
|
|
4980
|
+
{
|
|
4981
|
+
"name": "nuxt-uswds",
|
|
4982
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4983
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4984
|
+
"npm": "nuxt-uswds",
|
|
4985
|
+
"icon": "nuxt-uswds.svg",
|
|
4986
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4987
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4988
|
+
"learn_more": "",
|
|
4989
|
+
"category": "UI",
|
|
4990
|
+
"type": "3rd-party",
|
|
4991
|
+
"maintainers": [
|
|
4992
|
+
{
|
|
4993
|
+
"name": "Patrick Cate",
|
|
4994
|
+
"github": "patrickcate"
|
|
4995
|
+
}
|
|
4996
|
+
],
|
|
4997
|
+
"compatibility": {
|
|
4998
|
+
"nuxt": ">=3.0.0",
|
|
4999
|
+
"requires": {}
|
|
5000
|
+
}
|
|
5001
|
+
},
|
|
4706
5002
|
{
|
|
4707
5003
|
"name": "nuxt-viewport",
|
|
4708
5004
|
"description": "Define custom viewports for your Nuxt project",
|
|
@@ -4721,7 +5017,7 @@
|
|
|
4721
5017
|
}
|
|
4722
5018
|
],
|
|
4723
5019
|
"compatibility": {
|
|
4724
|
-
"nuxt": "^2.0.0 ||
|
|
5020
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4725
5021
|
"requires": {
|
|
4726
5022
|
"bridge": "optional"
|
|
4727
5023
|
}
|
|
@@ -4745,7 +5041,7 @@
|
|
|
4745
5041
|
}
|
|
4746
5042
|
],
|
|
4747
5043
|
"compatibility": {
|
|
4748
|
-
"nuxt": "
|
|
5044
|
+
"nuxt": ">=3.0.0",
|
|
4749
5045
|
"requires": {}
|
|
4750
5046
|
}
|
|
4751
5047
|
},
|
|
@@ -4756,7 +5052,7 @@
|
|
|
4756
5052
|
"npm": "nuxt-zod-i18n",
|
|
4757
5053
|
"icon": "nuxt-zod-i18n.svg",
|
|
4758
5054
|
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4759
|
-
"website": "https://xibman
|
|
5055
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4760
5056
|
"learn_more": "",
|
|
4761
5057
|
"category": "Libraries",
|
|
4762
5058
|
"type": "3rd-party",
|
|
@@ -4767,7 +5063,57 @@
|
|
|
4767
5063
|
}
|
|
4768
5064
|
],
|
|
4769
5065
|
"compatibility": {
|
|
4770
|
-
"nuxt": "
|
|
5066
|
+
"nuxt": ">=3.0.0",
|
|
5067
|
+
"requires": {}
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"name": "nuxt2-leaflet",
|
|
5072
|
+
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
5073
|
+
"repo": "schlunsen/nuxt-leaflet",
|
|
5074
|
+
"npm": "nuxt-leaflet",
|
|
5075
|
+
"icon": "leaflet.png",
|
|
5076
|
+
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5077
|
+
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
5078
|
+
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
5079
|
+
"category": "Libraries",
|
|
5080
|
+
"type": "3rd-party",
|
|
5081
|
+
"maintainers": [
|
|
5082
|
+
{
|
|
5083
|
+
"name": "schlunsen",
|
|
5084
|
+
"github": "schlunsen"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"compatibility": {
|
|
5088
|
+
"nuxt": "^2.0.0",
|
|
5089
|
+
"requires": {}
|
|
5090
|
+
}
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"name": "nuxt2-ngrok",
|
|
5094
|
+
"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",
|
|
5095
|
+
"repo": "nuxt-community/ngrok",
|
|
5096
|
+
"npm": "@nuxtjs/ngrok",
|
|
5097
|
+
"icon": "ngrok.png",
|
|
5098
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
5099
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
5100
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
5101
|
+
"category": "Devtools",
|
|
5102
|
+
"type": "community",
|
|
5103
|
+
"maintainers": [
|
|
5104
|
+
{
|
|
5105
|
+
"name": "Debbie O'Brien",
|
|
5106
|
+
"github": "debs-obrien",
|
|
5107
|
+
"twitter": "debs_obrien"
|
|
5108
|
+
},
|
|
5109
|
+
{
|
|
5110
|
+
"name": "Pooya Parsa",
|
|
5111
|
+
"github": "pi0",
|
|
5112
|
+
"twitter": "_pi0_"
|
|
5113
|
+
}
|
|
5114
|
+
],
|
|
5115
|
+
"compatibility": {
|
|
5116
|
+
"nuxt": "^2.0.0",
|
|
4771
5117
|
"requires": {}
|
|
4772
5118
|
}
|
|
4773
5119
|
},
|
|
@@ -4789,29 +5135,7 @@
|
|
|
4789
5135
|
}
|
|
4790
5136
|
],
|
|
4791
5137
|
"compatibility": {
|
|
4792
|
-
"nuxt": "
|
|
4793
|
-
"requires": {}
|
|
4794
|
-
}
|
|
4795
|
-
},
|
|
4796
|
-
{
|
|
4797
|
-
"name": "nuxt3-leaflet",
|
|
4798
|
-
"description": "Leaflet integration with Nuxt",
|
|
4799
|
-
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4800
|
-
"npm": "nuxt3-leaflet",
|
|
4801
|
-
"icon": "leaflet.png",
|
|
4802
|
-
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4803
|
-
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4804
|
-
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4805
|
-
"category": "Libraries",
|
|
4806
|
-
"type": "3rd-party",
|
|
4807
|
-
"maintainers": [
|
|
4808
|
-
{
|
|
4809
|
-
"name": "Augustin MERCIER",
|
|
4810
|
-
"github": "Gugustinette"
|
|
4811
|
-
}
|
|
4812
|
-
],
|
|
4813
|
-
"compatibility": {
|
|
4814
|
-
"nuxt": "^3.0.0",
|
|
5138
|
+
"nuxt": ">=3.0.0",
|
|
4815
5139
|
"requires": {}
|
|
4816
5140
|
}
|
|
4817
5141
|
},
|
|
@@ -4858,7 +5182,7 @@
|
|
|
4858
5182
|
}
|
|
4859
5183
|
],
|
|
4860
5184
|
"compatibility": {
|
|
4861
|
-
"nuxt": "
|
|
5185
|
+
"nuxt": ">=3.0.0",
|
|
4862
5186
|
"requires": {},
|
|
4863
5187
|
"devtools": "^0.0.0"
|
|
4864
5188
|
}
|
|
@@ -4886,6 +5210,28 @@
|
|
|
4886
5210
|
"requires": {}
|
|
4887
5211
|
}
|
|
4888
5212
|
},
|
|
5213
|
+
{
|
|
5214
|
+
"name": "onyx",
|
|
5215
|
+
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
5216
|
+
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
5217
|
+
"npm": "@sit-onyx/nuxt",
|
|
5218
|
+
"icon": "onyx.svg",
|
|
5219
|
+
"github": "https://github.com/SchwarzIT/onyx",
|
|
5220
|
+
"website": "https://onyx.schwarz/development/packages/nuxt.html",
|
|
5221
|
+
"learn_more": "https://onyx.schwarz",
|
|
5222
|
+
"category": "UI",
|
|
5223
|
+
"type": "3rd-party",
|
|
5224
|
+
"maintainers": [
|
|
5225
|
+
{
|
|
5226
|
+
"name": "Schwarz IT",
|
|
5227
|
+
"github": "SchwarzIT"
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
5230
|
+
"compatibility": {
|
|
5231
|
+
"nuxt": ">=3.0.0",
|
|
5232
|
+
"requires": {}
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
4889
5235
|
{
|
|
4890
5236
|
"name": "optimized-images",
|
|
4891
5237
|
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
@@ -4972,7 +5318,7 @@
|
|
|
4972
5318
|
}
|
|
4973
5319
|
],
|
|
4974
5320
|
"compatibility": {
|
|
4975
|
-
"nuxt": "
|
|
5321
|
+
"nuxt": ">=3.0.0",
|
|
4976
5322
|
"requires": {}
|
|
4977
5323
|
}
|
|
4978
5324
|
},
|
|
@@ -4995,7 +5341,7 @@
|
|
|
4995
5341
|
}
|
|
4996
5342
|
],
|
|
4997
5343
|
"compatibility": {
|
|
4998
|
-
"nuxt": "^2.0.0 ||
|
|
5344
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4999
5345
|
"requires": {
|
|
5000
5346
|
"bridge": true
|
|
5001
5347
|
}
|
|
@@ -5019,7 +5365,7 @@
|
|
|
5019
5365
|
}
|
|
5020
5366
|
],
|
|
5021
5367
|
"compatibility": {
|
|
5022
|
-
"nuxt": "
|
|
5368
|
+
"nuxt": ">=3.0.0",
|
|
5023
5369
|
"requires": {}
|
|
5024
5370
|
}
|
|
5025
5371
|
},
|
|
@@ -5043,7 +5389,7 @@
|
|
|
5043
5389
|
}
|
|
5044
5390
|
],
|
|
5045
5391
|
"compatibility": {
|
|
5046
|
-
"nuxt": "
|
|
5392
|
+
"nuxt": ">=3.0.0",
|
|
5047
5393
|
"requires": {}
|
|
5048
5394
|
}
|
|
5049
5395
|
},
|
|
@@ -5065,7 +5411,7 @@
|
|
|
5065
5411
|
}
|
|
5066
5412
|
],
|
|
5067
5413
|
"compatibility": {
|
|
5068
|
-
"nuxt": "
|
|
5414
|
+
"nuxt": ">=3.10.0",
|
|
5069
5415
|
"requires": {}
|
|
5070
5416
|
}
|
|
5071
5417
|
},
|
|
@@ -5110,7 +5456,7 @@
|
|
|
5110
5456
|
}
|
|
5111
5457
|
],
|
|
5112
5458
|
"compatibility": {
|
|
5113
|
-
"nuxt": "^2.0.0 ||
|
|
5459
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5114
5460
|
"requires": {
|
|
5115
5461
|
"bridge": "optional"
|
|
5116
5462
|
}
|
|
@@ -5134,7 +5480,7 @@
|
|
|
5134
5480
|
}
|
|
5135
5481
|
],
|
|
5136
5482
|
"compatibility": {
|
|
5137
|
-
"nuxt": "^2.0.0 ||
|
|
5483
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5138
5484
|
"requires": {
|
|
5139
5485
|
"bridge": "optional"
|
|
5140
5486
|
}
|
|
@@ -5158,7 +5504,7 @@
|
|
|
5158
5504
|
}
|
|
5159
5505
|
],
|
|
5160
5506
|
"compatibility": {
|
|
5161
|
-
"nuxt": "^2.0.0 ||
|
|
5507
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5162
5508
|
"requires": {
|
|
5163
5509
|
"bridge": "optional"
|
|
5164
5510
|
}
|
|
@@ -5173,7 +5519,7 @@
|
|
|
5173
5519
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
5174
5520
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
5175
5521
|
"learn_more": "",
|
|
5176
|
-
"category": "
|
|
5522
|
+
"category": "Analytics",
|
|
5177
5523
|
"type": "community",
|
|
5178
5524
|
"maintainers": [
|
|
5179
5525
|
{
|
|
@@ -5182,7 +5528,7 @@
|
|
|
5182
5528
|
}
|
|
5183
5529
|
],
|
|
5184
5530
|
"compatibility": {
|
|
5185
|
-
"nuxt": "^2.0.0 ||
|
|
5531
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5186
5532
|
"requires": {}
|
|
5187
5533
|
}
|
|
5188
5534
|
},
|
|
@@ -5228,7 +5574,7 @@
|
|
|
5228
5574
|
}
|
|
5229
5575
|
],
|
|
5230
5576
|
"compatibility": {
|
|
5231
|
-
"nuxt": "
|
|
5577
|
+
"nuxt": ">=3.0.0",
|
|
5232
5578
|
"requires": {}
|
|
5233
5579
|
}
|
|
5234
5580
|
},
|
|
@@ -5251,7 +5597,29 @@
|
|
|
5251
5597
|
}
|
|
5252
5598
|
],
|
|
5253
5599
|
"compatibility": {
|
|
5254
|
-
"nuxt": "
|
|
5600
|
+
"nuxt": ">=3.0.0",
|
|
5601
|
+
"requires": {}
|
|
5602
|
+
}
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"name": "prisma",
|
|
5606
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5607
|
+
"repo": "prisma/nuxt-prisma",
|
|
5608
|
+
"npm": "@prisma/nuxt",
|
|
5609
|
+
"icon": "prisma.png",
|
|
5610
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5611
|
+
"website": "https://pris.ly/prisma-nuxt",
|
|
5612
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5613
|
+
"category": "Database",
|
|
5614
|
+
"type": "3rd-party",
|
|
5615
|
+
"maintainers": [
|
|
5616
|
+
{
|
|
5617
|
+
"name": "prisma",
|
|
5618
|
+
"github": "prisma"
|
|
5619
|
+
}
|
|
5620
|
+
],
|
|
5621
|
+
"compatibility": {
|
|
5622
|
+
"nuxt": ">=3.0.0",
|
|
5255
5623
|
"requires": {}
|
|
5256
5624
|
}
|
|
5257
5625
|
},
|
|
@@ -5274,7 +5642,7 @@
|
|
|
5274
5642
|
}
|
|
5275
5643
|
],
|
|
5276
5644
|
"compatibility": {
|
|
5277
|
-
"nuxt": "^2.0.0 ||
|
|
5645
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5278
5646
|
"requires": {}
|
|
5279
5647
|
}
|
|
5280
5648
|
},
|
|
@@ -5296,7 +5664,7 @@
|
|
|
5296
5664
|
}
|
|
5297
5665
|
],
|
|
5298
5666
|
"compatibility": {
|
|
5299
|
-
"nuxt": "
|
|
5667
|
+
"nuxt": ">=3.0.0",
|
|
5300
5668
|
"requires": {}
|
|
5301
5669
|
}
|
|
5302
5670
|
},
|
|
@@ -5386,7 +5754,7 @@
|
|
|
5386
5754
|
}
|
|
5387
5755
|
],
|
|
5388
5756
|
"compatibility": {
|
|
5389
|
-
"nuxt": "^2.0.0 ||
|
|
5757
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5390
5758
|
"requires": {}
|
|
5391
5759
|
}
|
|
5392
5760
|
},
|
|
@@ -5455,7 +5823,7 @@
|
|
|
5455
5823
|
}
|
|
5456
5824
|
],
|
|
5457
5825
|
"compatibility": {
|
|
5458
|
-
"nuxt": "
|
|
5826
|
+
"nuxt": ">=3.0.0",
|
|
5459
5827
|
"requires": {},
|
|
5460
5828
|
"devtools": "^0.0.0"
|
|
5461
5829
|
}
|
|
@@ -5478,7 +5846,7 @@
|
|
|
5478
5846
|
}
|
|
5479
5847
|
],
|
|
5480
5848
|
"compatibility": {
|
|
5481
|
-
"nuxt": "
|
|
5849
|
+
"nuxt": ">=3.0.0",
|
|
5482
5850
|
"requires": {}
|
|
5483
5851
|
}
|
|
5484
5852
|
},
|
|
@@ -5513,7 +5881,7 @@
|
|
|
5513
5881
|
}
|
|
5514
5882
|
],
|
|
5515
5883
|
"compatibility": {
|
|
5516
|
-
"nuxt": "
|
|
5884
|
+
"nuxt": ">=3.0.0",
|
|
5517
5885
|
"requires": {}
|
|
5518
5886
|
}
|
|
5519
5887
|
},
|
|
@@ -5581,7 +5949,7 @@
|
|
|
5581
5949
|
}
|
|
5582
5950
|
],
|
|
5583
5951
|
"compatibility": {
|
|
5584
|
-
"nuxt": "
|
|
5952
|
+
"nuxt": ">=3.0.0",
|
|
5585
5953
|
"requires": {}
|
|
5586
5954
|
}
|
|
5587
5955
|
},
|
|
@@ -5609,10 +5977,10 @@
|
|
|
5609
5977
|
},
|
|
5610
5978
|
{
|
|
5611
5979
|
"name": "robots",
|
|
5612
|
-
"description": "
|
|
5980
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5613
5981
|
"repo": "nuxt-modules/robots",
|
|
5614
5982
|
"npm": "@nuxtjs/robots",
|
|
5615
|
-
"icon": "robots.
|
|
5983
|
+
"icon": "simple-robots.svg",
|
|
5616
5984
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5617
5985
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5618
5986
|
"learn_more": "",
|
|
@@ -5622,10 +5990,16 @@
|
|
|
5622
5990
|
{
|
|
5623
5991
|
"name": "Ricardo Gobbo de Souza",
|
|
5624
5992
|
"github": "ricardogobbosouza"
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"name": "Harlan Wilton",
|
|
5996
|
+
"github": "harlan-zw",
|
|
5997
|
+
"twitter": "harlan_zw",
|
|
5998
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5625
5999
|
}
|
|
5626
6000
|
],
|
|
5627
6001
|
"compatibility": {
|
|
5628
|
-
"nuxt": "^2.0.0 ||
|
|
6002
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5629
6003
|
"requires": {
|
|
5630
6004
|
"bridge": "optional"
|
|
5631
6005
|
}
|
|
@@ -5649,7 +6023,7 @@
|
|
|
5649
6023
|
}
|
|
5650
6024
|
],
|
|
5651
6025
|
"compatibility": {
|
|
5652
|
-
"nuxt": "
|
|
6026
|
+
"nuxt": ">=3.0.0",
|
|
5653
6027
|
"requires": {}
|
|
5654
6028
|
}
|
|
5655
6029
|
},
|
|
@@ -5718,12 +6092,35 @@
|
|
|
5718
6092
|
}
|
|
5719
6093
|
],
|
|
5720
6094
|
"compatibility": {
|
|
5721
|
-
"nuxt": "^2.0.0 ||
|
|
6095
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5722
6096
|
"requires": {
|
|
5723
6097
|
"bridge": "optional"
|
|
5724
6098
|
}
|
|
5725
6099
|
}
|
|
5726
6100
|
},
|
|
6101
|
+
{
|
|
6102
|
+
"name": "scalar",
|
|
6103
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6104
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
6105
|
+
"npm": "@scalar/nuxt",
|
|
6106
|
+
"icon": "scalar.svg",
|
|
6107
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6108
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6109
|
+
"learn_more": "https://scalar.com",
|
|
6110
|
+
"category": "Devtools",
|
|
6111
|
+
"type": "3rd-party",
|
|
6112
|
+
"maintainers": [
|
|
6113
|
+
{
|
|
6114
|
+
"name": "scalar",
|
|
6115
|
+
"github": "scalar",
|
|
6116
|
+
"twitter": "scalar"
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"compatibility": {
|
|
6120
|
+
"nuxt": ">=3.0.0",
|
|
6121
|
+
"requires": {}
|
|
6122
|
+
}
|
|
6123
|
+
},
|
|
5727
6124
|
{
|
|
5728
6125
|
"name": "schema-org",
|
|
5729
6126
|
"description": "Quick and easy Schema.org graphs.",
|
|
@@ -5744,7 +6141,30 @@
|
|
|
5744
6141
|
}
|
|
5745
6142
|
],
|
|
5746
6143
|
"compatibility": {
|
|
5747
|
-
"nuxt": "
|
|
6144
|
+
"nuxt": ">=3.0.0",
|
|
6145
|
+
"requires": {}
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "scripts",
|
|
6150
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6151
|
+
"repo": "nuxt/scripts",
|
|
6152
|
+
"npm": "@nuxt/scripts",
|
|
6153
|
+
"icon": "nuxt.svg",
|
|
6154
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6155
|
+
"website": "https://scripts.nuxt.com",
|
|
6156
|
+
"learn_more": "",
|
|
6157
|
+
"category": "Libraries",
|
|
6158
|
+
"type": "official",
|
|
6159
|
+
"maintainers": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "Harlan Wilton",
|
|
6162
|
+
"github": "harlan-zw",
|
|
6163
|
+
"twitter": "harlan_zw"
|
|
6164
|
+
}
|
|
6165
|
+
],
|
|
6166
|
+
"compatibility": {
|
|
6167
|
+
"nuxt": ">=3.0.0",
|
|
5748
6168
|
"requires": {}
|
|
5749
6169
|
}
|
|
5750
6170
|
},
|
|
@@ -5789,7 +6209,7 @@
|
|
|
5789
6209
|
}
|
|
5790
6210
|
],
|
|
5791
6211
|
"compatibility": {
|
|
5792
|
-
"nuxt": "
|
|
6212
|
+
"nuxt": ">=3.0.0",
|
|
5793
6213
|
"requires": {}
|
|
5794
6214
|
}
|
|
5795
6215
|
},
|
|
@@ -5857,7 +6277,7 @@
|
|
|
5857
6277
|
}
|
|
5858
6278
|
],
|
|
5859
6279
|
"compatibility": {
|
|
5860
|
-
"nuxt": "
|
|
6280
|
+
"nuxt": ">=3.0.0",
|
|
5861
6281
|
"requires": {}
|
|
5862
6282
|
}
|
|
5863
6283
|
},
|
|
@@ -5902,7 +6322,7 @@
|
|
|
5902
6322
|
}
|
|
5903
6323
|
],
|
|
5904
6324
|
"compatibility": {
|
|
5905
|
-
"nuxt": "
|
|
6325
|
+
"nuxt": ">=3.0.0",
|
|
5906
6326
|
"requires": {}
|
|
5907
6327
|
}
|
|
5908
6328
|
},
|
|
@@ -5970,7 +6390,34 @@
|
|
|
5970
6390
|
}
|
|
5971
6391
|
],
|
|
5972
6392
|
"compatibility": {
|
|
5973
|
-
"nuxt": "
|
|
6393
|
+
"nuxt": ">=3.0.0",
|
|
6394
|
+
"requires": {}
|
|
6395
|
+
}
|
|
6396
|
+
},
|
|
6397
|
+
{
|
|
6398
|
+
"name": "shadcn",
|
|
6399
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6400
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6401
|
+
"npm": "shadcn-nuxt",
|
|
6402
|
+
"icon": "",
|
|
6403
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6404
|
+
"website": "https://www.shadcn-vue.com",
|
|
6405
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6406
|
+
"category": "UI",
|
|
6407
|
+
"type": "3rd-party",
|
|
6408
|
+
"maintainers": [
|
|
6409
|
+
{
|
|
6410
|
+
"name": "Zernonia",
|
|
6411
|
+
"github": "zernonia",
|
|
6412
|
+
"twitter": "zernonia"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"name": "Sadegh Barati",
|
|
6416
|
+
"github": "sadeghbarati"
|
|
6417
|
+
}
|
|
6418
|
+
],
|
|
6419
|
+
"compatibility": {
|
|
6420
|
+
"nuxt": ">=3.0.0",
|
|
5974
6421
|
"requires": {}
|
|
5975
6422
|
}
|
|
5976
6423
|
},
|
|
@@ -6014,19 +6461,19 @@
|
|
|
6014
6461
|
}
|
|
6015
6462
|
],
|
|
6016
6463
|
"compatibility": {
|
|
6017
|
-
"nuxt": "
|
|
6464
|
+
"nuxt": ">=3.0.0",
|
|
6018
6465
|
"requires": {}
|
|
6019
6466
|
}
|
|
6020
6467
|
},
|
|
6021
6468
|
{
|
|
6022
6469
|
"name": "sidebase-auth",
|
|
6023
|
-
"description": "Zero-boilerplate authentication for
|
|
6470
|
+
"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.",
|
|
6024
6471
|
"repo": "sidebase/nuxt-auth",
|
|
6025
6472
|
"npm": "@sidebase/nuxt-auth",
|
|
6026
6473
|
"icon": "sidebase-auth.png",
|
|
6027
6474
|
"github": "https://github.com/sidebase/nuxt-auth",
|
|
6028
|
-
"website": "https://
|
|
6029
|
-
"learn_more": "https://
|
|
6475
|
+
"website": "https://auth.sidebase.io/",
|
|
6476
|
+
"learn_more": "https://sidebase.io/",
|
|
6030
6477
|
"category": "Security",
|
|
6031
6478
|
"type": "3rd-party",
|
|
6032
6479
|
"maintainers": [
|
|
@@ -6037,7 +6484,7 @@
|
|
|
6037
6484
|
}
|
|
6038
6485
|
],
|
|
6039
6486
|
"compatibility": {
|
|
6040
|
-
"nuxt": "
|
|
6487
|
+
"nuxt": ">=3.0.0",
|
|
6041
6488
|
"requires": {}
|
|
6042
6489
|
}
|
|
6043
6490
|
},
|
|
@@ -6063,30 +6510,6 @@
|
|
|
6063
6510
|
"requires": {}
|
|
6064
6511
|
}
|
|
6065
6512
|
},
|
|
6066
|
-
{
|
|
6067
|
-
"name": "simple-robots",
|
|
6068
|
-
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
6069
|
-
"repo": "harlan-zw/nuxt-simple-robots",
|
|
6070
|
-
"npm": "nuxt-simple-robots",
|
|
6071
|
-
"icon": "simple-robots.svg",
|
|
6072
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
6073
|
-
"website": "https://nuxtseo.com/robots",
|
|
6074
|
-
"learn_more": "https://nuxtseo.com/robots",
|
|
6075
|
-
"category": "SEO",
|
|
6076
|
-
"type": "3rd-party",
|
|
6077
|
-
"maintainers": [
|
|
6078
|
-
{
|
|
6079
|
-
"name": "Harlan Wilton",
|
|
6080
|
-
"github": "harlan-zw",
|
|
6081
|
-
"twitter": "harlan_zw",
|
|
6082
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6083
|
-
}
|
|
6084
|
-
],
|
|
6085
|
-
"compatibility": {
|
|
6086
|
-
"nuxt": "^3.0.0",
|
|
6087
|
-
"requires": {}
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
6513
|
{
|
|
6091
6514
|
"name": "sitemap",
|
|
6092
6515
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
@@ -6112,7 +6535,7 @@
|
|
|
6112
6535
|
}
|
|
6113
6536
|
],
|
|
6114
6537
|
"compatibility": {
|
|
6115
|
-
"nuxt": "
|
|
6538
|
+
"nuxt": ">=3.0.0",
|
|
6116
6539
|
"requires": {}
|
|
6117
6540
|
}
|
|
6118
6541
|
},
|
|
@@ -6134,7 +6557,7 @@
|
|
|
6134
6557
|
}
|
|
6135
6558
|
],
|
|
6136
6559
|
"compatibility": {
|
|
6137
|
-
"nuxt": "
|
|
6560
|
+
"nuxt": ">=3.0.0",
|
|
6138
6561
|
"requires": {}
|
|
6139
6562
|
}
|
|
6140
6563
|
},
|
|
@@ -6157,7 +6580,7 @@
|
|
|
6157
6580
|
}
|
|
6158
6581
|
],
|
|
6159
6582
|
"compatibility": {
|
|
6160
|
-
"nuxt": "^2.0.0 ||
|
|
6583
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6161
6584
|
"requires": {}
|
|
6162
6585
|
}
|
|
6163
6586
|
},
|
|
@@ -6228,39 +6651,6 @@
|
|
|
6228
6651
|
"requires": {}
|
|
6229
6652
|
}
|
|
6230
6653
|
},
|
|
6231
|
-
{
|
|
6232
|
-
"name": "speedkit",
|
|
6233
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
6234
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
6235
|
-
"npm": "nuxt-speedkit",
|
|
6236
|
-
"icon": "speedkit.png",
|
|
6237
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
6238
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
6239
|
-
"learn_more": "",
|
|
6240
|
-
"category": "Performance",
|
|
6241
|
-
"type": "3rd-party",
|
|
6242
|
-
"maintainers": [
|
|
6243
|
-
{
|
|
6244
|
-
"name": "Stephan Gerbeth",
|
|
6245
|
-
"github": "StephanGerbeth",
|
|
6246
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
6247
|
-
},
|
|
6248
|
-
{
|
|
6249
|
-
"name": "Thorn Walli",
|
|
6250
|
-
"github": "ThornWalli",
|
|
6251
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
6252
|
-
},
|
|
6253
|
-
{
|
|
6254
|
-
"name": "Grabarz & Partner",
|
|
6255
|
-
"github": "GrabarzUndPartner",
|
|
6256
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
6257
|
-
}
|
|
6258
|
-
],
|
|
6259
|
-
"compatibility": {
|
|
6260
|
-
"nuxt": "^2.0.0",
|
|
6261
|
-
"requires": {}
|
|
6262
|
-
}
|
|
6263
|
-
},
|
|
6264
6654
|
{
|
|
6265
6655
|
"name": "ssr-lit",
|
|
6266
6656
|
"description": "",
|
|
@@ -6307,23 +6697,29 @@
|
|
|
6307
6697
|
},
|
|
6308
6698
|
{
|
|
6309
6699
|
"name": "storefront-ui",
|
|
6310
|
-
"description": "Storefront UI
|
|
6311
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6700
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6701
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
6312
6702
|
"npm": "@storefront-ui/nuxt",
|
|
6313
6703
|
"icon": "storefront-ui.svg",
|
|
6314
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
6315
|
-
"website": "https://docs.storefrontui.io
|
|
6316
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6704
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6705
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6706
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
6317
6707
|
"category": "UI",
|
|
6318
6708
|
"type": "3rd-party",
|
|
6319
6709
|
"maintainers": [
|
|
6320
6710
|
{
|
|
6321
|
-
"name": "
|
|
6322
|
-
"github": "
|
|
6711
|
+
"name": "Szymon Dziewoński",
|
|
6712
|
+
"github": "Szymon-dziewonski",
|
|
6713
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "Jakub Freisler",
|
|
6717
|
+
"github": "FRSgit",
|
|
6718
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
6323
6719
|
}
|
|
6324
6720
|
],
|
|
6325
6721
|
"compatibility": {
|
|
6326
|
-
"nuxt": "
|
|
6722
|
+
"nuxt": ">=3.0.0",
|
|
6327
6723
|
"requires": {}
|
|
6328
6724
|
}
|
|
6329
6725
|
},
|
|
@@ -6367,20 +6763,20 @@
|
|
|
6367
6763
|
}
|
|
6368
6764
|
],
|
|
6369
6765
|
"compatibility": {
|
|
6370
|
-
"nuxt": "^2.0.0 ||
|
|
6766
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6371
6767
|
"requires": {},
|
|
6372
6768
|
"devtools": "^0.0.0"
|
|
6373
6769
|
}
|
|
6374
6770
|
},
|
|
6375
6771
|
{
|
|
6376
6772
|
"name": "storybook",
|
|
6377
|
-
"description": "Easily integrate Storybook in your Nuxt application to design, build, and
|
|
6378
|
-
"repo": "nuxt-modules/storybook",
|
|
6773
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
|
|
6774
|
+
"repo": "nuxt-modules/storybook#main/packages/nuxt-module",
|
|
6379
6775
|
"npm": "@nuxtjs/storybook",
|
|
6380
6776
|
"icon": "storybook.png",
|
|
6381
6777
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
6382
6778
|
"website": "https://storybook.nuxtjs.org",
|
|
6383
|
-
"learn_more": "
|
|
6779
|
+
"learn_more": "",
|
|
6384
6780
|
"category": "Devtools",
|
|
6385
6781
|
"type": "community",
|
|
6386
6782
|
"maintainers": [
|
|
@@ -6388,10 +6784,14 @@
|
|
|
6388
6784
|
"name": "Chakir QATAB",
|
|
6389
6785
|
"github": "chakAs3",
|
|
6390
6786
|
"twitter": "ChakirQatab"
|
|
6787
|
+
},
|
|
6788
|
+
{
|
|
6789
|
+
"name": "Tobias Diez",
|
|
6790
|
+
"github": "tobiasdiez"
|
|
6391
6791
|
}
|
|
6392
6792
|
],
|
|
6393
6793
|
"compatibility": {
|
|
6394
|
-
"nuxt": "^2.0.0 ||
|
|
6794
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6395
6795
|
"requires": {
|
|
6396
6796
|
"bridge": "optional"
|
|
6397
6797
|
},
|
|
@@ -6422,7 +6822,7 @@
|
|
|
6422
6822
|
}
|
|
6423
6823
|
],
|
|
6424
6824
|
"compatibility": {
|
|
6425
|
-
"nuxt": "^2.0.0 ||
|
|
6825
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6426
6826
|
"requires": {
|
|
6427
6827
|
"bridge": true
|
|
6428
6828
|
},
|
|
@@ -6451,7 +6851,7 @@
|
|
|
6451
6851
|
}
|
|
6452
6852
|
],
|
|
6453
6853
|
"compatibility": {
|
|
6454
|
-
"nuxt": "
|
|
6854
|
+
"nuxt": ">=3.0.0",
|
|
6455
6855
|
"requires": {}
|
|
6456
6856
|
}
|
|
6457
6857
|
},
|
|
@@ -6501,7 +6901,7 @@
|
|
|
6501
6901
|
}
|
|
6502
6902
|
],
|
|
6503
6903
|
"compatibility": {
|
|
6504
|
-
"nuxt": "
|
|
6904
|
+
"nuxt": ">=3.0.0",
|
|
6505
6905
|
"requires": {
|
|
6506
6906
|
"content": true
|
|
6507
6907
|
}
|
|
@@ -6548,7 +6948,7 @@
|
|
|
6548
6948
|
}
|
|
6549
6949
|
],
|
|
6550
6950
|
"compatibility": {
|
|
6551
|
-
"nuxt": "^2.0.0 ||
|
|
6951
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6552
6952
|
"requires": {}
|
|
6553
6953
|
}
|
|
6554
6954
|
},
|
|
@@ -6581,7 +6981,30 @@
|
|
|
6581
6981
|
}
|
|
6582
6982
|
],
|
|
6583
6983
|
"compatibility": {
|
|
6584
|
-
"nuxt": "^2.0.0 ||
|
|
6984
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6985
|
+
"requires": {}
|
|
6986
|
+
}
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"name": "surrealdb",
|
|
6990
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
6991
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6992
|
+
"npm": "nuxt-surrealdb",
|
|
6993
|
+
"icon": "surrealdb.png",
|
|
6994
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6995
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6996
|
+
"learn_more": "",
|
|
6997
|
+
"category": "Database",
|
|
6998
|
+
"type": "3rd-party",
|
|
6999
|
+
"maintainers": [
|
|
7000
|
+
{
|
|
7001
|
+
"name": "Sandro Circi",
|
|
7002
|
+
"github": "sandros94",
|
|
7003
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
7004
|
+
}
|
|
7005
|
+
],
|
|
7006
|
+
"compatibility": {
|
|
7007
|
+
"nuxt": ">=3.10.0",
|
|
6585
7008
|
"requires": {}
|
|
6586
7009
|
}
|
|
6587
7010
|
},
|
|
@@ -6626,7 +7049,7 @@
|
|
|
6626
7049
|
}
|
|
6627
7050
|
],
|
|
6628
7051
|
"compatibility": {
|
|
6629
|
-
"nuxt": "^2.0.0 ||
|
|
7052
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6630
7053
|
"requires": {}
|
|
6631
7054
|
}
|
|
6632
7055
|
},
|
|
@@ -6694,7 +7117,7 @@
|
|
|
6694
7117
|
}
|
|
6695
7118
|
],
|
|
6696
7119
|
"compatibility": {
|
|
6697
|
-
"nuxt": "
|
|
7120
|
+
"nuxt": ">=3.10.0",
|
|
6698
7121
|
"requires": {}
|
|
6699
7122
|
}
|
|
6700
7123
|
},
|
|
@@ -6716,7 +7139,7 @@
|
|
|
6716
7139
|
}
|
|
6717
7140
|
],
|
|
6718
7141
|
"compatibility": {
|
|
6719
|
-
"nuxt": "
|
|
7142
|
+
"nuxt": ">=3.0.0",
|
|
6720
7143
|
"requires": {}
|
|
6721
7144
|
}
|
|
6722
7145
|
},
|
|
@@ -6739,7 +7162,7 @@
|
|
|
6739
7162
|
}
|
|
6740
7163
|
],
|
|
6741
7164
|
"compatibility": {
|
|
6742
|
-
"nuxt": "
|
|
7165
|
+
"nuxt": ">=3.0.0",
|
|
6743
7166
|
"requires": {}
|
|
6744
7167
|
}
|
|
6745
7168
|
},
|
|
@@ -6752,7 +7175,7 @@
|
|
|
6752
7175
|
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
6753
7176
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
6754
7177
|
"learn_more": "https://tailwindcss.com/",
|
|
6755
|
-
"category": "
|
|
7178
|
+
"category": "CSS",
|
|
6756
7179
|
"type": "community",
|
|
6757
7180
|
"maintainers": [
|
|
6758
7181
|
{
|
|
@@ -6766,7 +7189,7 @@
|
|
|
6766
7189
|
}
|
|
6767
7190
|
],
|
|
6768
7191
|
"compatibility": {
|
|
6769
|
-
"nuxt": "^2.0.0 ||
|
|
7192
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6770
7193
|
"requires": {},
|
|
6771
7194
|
"devtools": "^0.0.0"
|
|
6772
7195
|
},
|
|
@@ -6798,7 +7221,7 @@
|
|
|
6798
7221
|
}
|
|
6799
7222
|
],
|
|
6800
7223
|
"compatibility": {
|
|
6801
|
-
"nuxt": "
|
|
7224
|
+
"nuxt": ">=3.0.0",
|
|
6802
7225
|
"requires": {}
|
|
6803
7226
|
}
|
|
6804
7227
|
},
|
|
@@ -6843,7 +7266,7 @@
|
|
|
6843
7266
|
}
|
|
6844
7267
|
],
|
|
6845
7268
|
"compatibility": {
|
|
6846
|
-
"nuxt": "
|
|
7269
|
+
"nuxt": ">=3.0.0",
|
|
6847
7270
|
"requires": {}
|
|
6848
7271
|
}
|
|
6849
7272
|
},
|
|
@@ -6865,7 +7288,7 @@
|
|
|
6865
7288
|
}
|
|
6866
7289
|
],
|
|
6867
7290
|
"compatibility": {
|
|
6868
|
-
"nuxt": "
|
|
7291
|
+
"nuxt": ">=3.0.0",
|
|
6869
7292
|
"requires": {}
|
|
6870
7293
|
}
|
|
6871
7294
|
},
|
|
@@ -6910,7 +7333,7 @@
|
|
|
6910
7333
|
}
|
|
6911
7334
|
],
|
|
6912
7335
|
"compatibility": {
|
|
6913
|
-
"nuxt": "
|
|
7336
|
+
"nuxt": ">=3.0.0",
|
|
6914
7337
|
"requires": {}
|
|
6915
7338
|
}
|
|
6916
7339
|
},
|
|
@@ -6932,7 +7355,7 @@
|
|
|
6932
7355
|
}
|
|
6933
7356
|
],
|
|
6934
7357
|
"compatibility": {
|
|
6935
|
-
"nuxt": "
|
|
7358
|
+
"nuxt": ">=3.0.0",
|
|
6936
7359
|
"requires": {}
|
|
6937
7360
|
}
|
|
6938
7361
|
},
|
|
@@ -6965,7 +7388,7 @@
|
|
|
6965
7388
|
}
|
|
6966
7389
|
],
|
|
6967
7390
|
"compatibility": {
|
|
6968
|
-
"nuxt": "
|
|
7391
|
+
"nuxt": ">=3.0.0",
|
|
6969
7392
|
"requires": {}
|
|
6970
7393
|
}
|
|
6971
7394
|
},
|
|
@@ -6988,7 +7411,7 @@
|
|
|
6988
7411
|
}
|
|
6989
7412
|
],
|
|
6990
7413
|
"compatibility": {
|
|
6991
|
-
"nuxt": "^2.0.0 ||
|
|
7414
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6992
7415
|
"requires": {
|
|
6993
7416
|
"bridge": true
|
|
6994
7417
|
}
|
|
@@ -7036,7 +7459,7 @@
|
|
|
7036
7459
|
}
|
|
7037
7460
|
],
|
|
7038
7461
|
"compatibility": {
|
|
7039
|
-
"nuxt": "
|
|
7462
|
+
"nuxt": ">=3.0.0",
|
|
7040
7463
|
"requires": {}
|
|
7041
7464
|
}
|
|
7042
7465
|
},
|
|
@@ -7069,7 +7492,7 @@
|
|
|
7069
7492
|
}
|
|
7070
7493
|
],
|
|
7071
7494
|
"compatibility": {
|
|
7072
|
-
"nuxt": "^2.0.0 ||
|
|
7495
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7073
7496
|
"requires": {}
|
|
7074
7497
|
}
|
|
7075
7498
|
},
|
|
@@ -7091,7 +7514,7 @@
|
|
|
7091
7514
|
}
|
|
7092
7515
|
],
|
|
7093
7516
|
"compatibility": {
|
|
7094
|
-
"nuxt": "^2.0.0 ||
|
|
7517
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7095
7518
|
"requires": {}
|
|
7096
7519
|
}
|
|
7097
7520
|
},
|
|
@@ -7203,7 +7626,7 @@
|
|
|
7203
7626
|
}
|
|
7204
7627
|
],
|
|
7205
7628
|
"compatibility": {
|
|
7206
|
-
"nuxt": "^2.0.0 ||
|
|
7629
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7207
7630
|
"requires": {},
|
|
7208
7631
|
"devtools": "^0.0.0"
|
|
7209
7632
|
}
|
|
@@ -7237,7 +7660,7 @@
|
|
|
7237
7660
|
}
|
|
7238
7661
|
],
|
|
7239
7662
|
"compatibility": {
|
|
7240
|
-
"nuxt": "
|
|
7663
|
+
"nuxt": ">=3.0.0",
|
|
7241
7664
|
"requires": {}
|
|
7242
7665
|
}
|
|
7243
7666
|
},
|
|
@@ -7259,7 +7682,7 @@
|
|
|
7259
7682
|
}
|
|
7260
7683
|
],
|
|
7261
7684
|
"compatibility": {
|
|
7262
|
-
"nuxt": "^2.0.0 ||
|
|
7685
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7263
7686
|
"requires": {
|
|
7264
7687
|
"bridge": "optional"
|
|
7265
7688
|
}
|
|
@@ -7311,7 +7734,7 @@
|
|
|
7311
7734
|
}
|
|
7312
7735
|
],
|
|
7313
7736
|
"compatibility": {
|
|
7314
|
-
"nuxt": "
|
|
7737
|
+
"nuxt": ">=3.0.0",
|
|
7315
7738
|
"requires": {}
|
|
7316
7739
|
}
|
|
7317
7740
|
},
|
|
@@ -7324,7 +7747,7 @@
|
|
|
7324
7747
|
"github": "https://github.com/unocss/unocss",
|
|
7325
7748
|
"website": "https://github.com/unocss/unocss",
|
|
7326
7749
|
"learn_more": "https://github.com/unocss/unocss",
|
|
7327
|
-
"category": "
|
|
7750
|
+
"category": "CSS",
|
|
7328
7751
|
"type": "3rd-party",
|
|
7329
7752
|
"maintainers": [
|
|
7330
7753
|
{
|
|
@@ -7335,7 +7758,7 @@
|
|
|
7335
7758
|
}
|
|
7336
7759
|
],
|
|
7337
7760
|
"compatibility": {
|
|
7338
|
-
"nuxt": "^2.0.0 ||
|
|
7761
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7339
7762
|
"requires": {
|
|
7340
7763
|
"bridge": "optional"
|
|
7341
7764
|
},
|
|
@@ -7361,7 +7784,7 @@
|
|
|
7361
7784
|
}
|
|
7362
7785
|
],
|
|
7363
7786
|
"compatibility": {
|
|
7364
|
-
"nuxt": "^2.0.0 ||
|
|
7787
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7365
7788
|
"requires": {}
|
|
7366
7789
|
}
|
|
7367
7790
|
},
|
|
@@ -7383,34 +7806,10 @@
|
|
|
7383
7806
|
}
|
|
7384
7807
|
],
|
|
7385
7808
|
"compatibility": {
|
|
7386
|
-
"nuxt": "
|
|
7809
|
+
"nuxt": ">=3.0.0",
|
|
7387
7810
|
"requires": {}
|
|
7388
7811
|
}
|
|
7389
7812
|
},
|
|
7390
|
-
{
|
|
7391
|
-
"name": "use-wagmi",
|
|
7392
|
-
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7393
|
-
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7394
|
-
"npm": "@use-wagmi/nuxt",
|
|
7395
|
-
"icon": "use-wagmi.png",
|
|
7396
|
-
"github": "https://github.com/unicape/use-wagmi",
|
|
7397
|
-
"website": "https://github.com/unicape/use-wagmi",
|
|
7398
|
-
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7399
|
-
"category": "Extensions",
|
|
7400
|
-
"type": "3rd-party",
|
|
7401
|
-
"maintainers": [
|
|
7402
|
-
{
|
|
7403
|
-
"name": "Unic Ape",
|
|
7404
|
-
"github": "unicape"
|
|
7405
|
-
}
|
|
7406
|
-
],
|
|
7407
|
-
"compatibility": {
|
|
7408
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7409
|
-
"requires": {
|
|
7410
|
-
"bridge": true
|
|
7411
|
-
}
|
|
7412
|
-
}
|
|
7413
|
-
},
|
|
7414
7813
|
{
|
|
7415
7814
|
"name": "user-agent",
|
|
7416
7815
|
"description": "Nuxt module for handling User-Agent.",
|
|
@@ -7451,7 +7850,7 @@
|
|
|
7451
7850
|
}
|
|
7452
7851
|
],
|
|
7453
7852
|
"compatibility": {
|
|
7454
|
-
"nuxt": "
|
|
7853
|
+
"nuxt": ">=3.0.0",
|
|
7455
7854
|
"requires": {
|
|
7456
7855
|
"bridge": "optional"
|
|
7457
7856
|
}
|
|
@@ -7464,7 +7863,7 @@
|
|
|
7464
7863
|
"npm": "@varlet/nuxt",
|
|
7465
7864
|
"icon": "varlet.svg",
|
|
7466
7865
|
"github": "https://github.com/varletjs/varlet",
|
|
7467
|
-
"website": "https://varlet.
|
|
7866
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7468
7867
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7469
7868
|
"category": "UI",
|
|
7470
7869
|
"type": "3rd-party",
|
|
@@ -7475,7 +7874,7 @@
|
|
|
7475
7874
|
}
|
|
7476
7875
|
],
|
|
7477
7876
|
"compatibility": {
|
|
7478
|
-
"nuxt": "
|
|
7877
|
+
"nuxt": ">=3.0.0",
|
|
7479
7878
|
"requires": {
|
|
7480
7879
|
"bridge": "optional"
|
|
7481
7880
|
}
|
|
@@ -7499,7 +7898,7 @@
|
|
|
7499
7898
|
}
|
|
7500
7899
|
],
|
|
7501
7900
|
"compatibility": {
|
|
7502
|
-
"nuxt": "
|
|
7901
|
+
"nuxt": ">=3.0.0",
|
|
7503
7902
|
"requires": {}
|
|
7504
7903
|
}
|
|
7505
7904
|
},
|
|
@@ -7521,7 +7920,7 @@
|
|
|
7521
7920
|
}
|
|
7522
7921
|
],
|
|
7523
7922
|
"compatibility": {
|
|
7524
|
-
"nuxt": "
|
|
7923
|
+
"nuxt": ">=3.0.0",
|
|
7525
7924
|
"requires": {}
|
|
7526
7925
|
}
|
|
7527
7926
|
},
|
|
@@ -7566,7 +7965,7 @@
|
|
|
7566
7965
|
}
|
|
7567
7966
|
],
|
|
7568
7967
|
"compatibility": {
|
|
7569
|
-
"nuxt": "
|
|
7968
|
+
"nuxt": ">=3.0.0",
|
|
7570
7969
|
"requires": {}
|
|
7571
7970
|
}
|
|
7572
7971
|
},
|
|
@@ -7589,7 +7988,7 @@
|
|
|
7589
7988
|
}
|
|
7590
7989
|
],
|
|
7591
7990
|
"compatibility": {
|
|
7592
|
-
"nuxt": "
|
|
7991
|
+
"nuxt": ">=3.0.0",
|
|
7593
7992
|
"requires": {}
|
|
7594
7993
|
}
|
|
7595
7994
|
},
|
|
@@ -7617,7 +8016,7 @@
|
|
|
7617
8016
|
}
|
|
7618
8017
|
],
|
|
7619
8018
|
"compatibility": {
|
|
7620
|
-
"nuxt": "
|
|
8019
|
+
"nuxt": ">=3.0.0",
|
|
7621
8020
|
"requires": {}
|
|
7622
8021
|
}
|
|
7623
8022
|
},
|
|
@@ -7629,7 +8028,7 @@
|
|
|
7629
8028
|
"icon": "vue-email.svg",
|
|
7630
8029
|
"github": "https://github.com/vue-email/nuxt",
|
|
7631
8030
|
"website": "https://vuemail.net/",
|
|
7632
|
-
"learn_more": "https://vuemail.net/
|
|
8031
|
+
"learn_more": "https://vuemail.net/",
|
|
7633
8032
|
"category": "UI",
|
|
7634
8033
|
"type": "3rd-party",
|
|
7635
8034
|
"maintainers": [
|
|
@@ -7647,7 +8046,7 @@
|
|
|
7647
8046
|
}
|
|
7648
8047
|
],
|
|
7649
8048
|
"compatibility": {
|
|
7650
|
-
"nuxt": "
|
|
8049
|
+
"nuxt": ">=3.0.0",
|
|
7651
8050
|
"requires": {},
|
|
7652
8051
|
"devtools": "^0.0.0"
|
|
7653
8052
|
}
|
|
@@ -7671,7 +8070,7 @@
|
|
|
7671
8070
|
}
|
|
7672
8071
|
],
|
|
7673
8072
|
"compatibility": {
|
|
7674
|
-
"nuxt": "
|
|
8073
|
+
"nuxt": ">=3.0.0",
|
|
7675
8074
|
"requires": {}
|
|
7676
8075
|
}
|
|
7677
8076
|
},
|
|
@@ -7694,7 +8093,7 @@
|
|
|
7694
8093
|
}
|
|
7695
8094
|
],
|
|
7696
8095
|
"compatibility": {
|
|
7697
|
-
"nuxt": "
|
|
8096
|
+
"nuxt": ">=3.0.0",
|
|
7698
8097
|
"requires": {
|
|
7699
8098
|
"bridge": "optional"
|
|
7700
8099
|
},
|
|
@@ -7786,7 +8185,7 @@
|
|
|
7786
8185
|
}
|
|
7787
8186
|
],
|
|
7788
8187
|
"compatibility": {
|
|
7789
|
-
"nuxt": "
|
|
8188
|
+
"nuxt": ">=3.0.0",
|
|
7790
8189
|
"requires": {}
|
|
7791
8190
|
}
|
|
7792
8191
|
},
|
|
@@ -7831,7 +8230,7 @@
|
|
|
7831
8230
|
}
|
|
7832
8231
|
],
|
|
7833
8232
|
"compatibility": {
|
|
7834
|
-
"nuxt": "^2.0.0 ||
|
|
8233
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7835
8234
|
"requires": {
|
|
7836
8235
|
"bridge": "optional"
|
|
7837
8236
|
}
|
|
@@ -7879,7 +8278,7 @@
|
|
|
7879
8278
|
}
|
|
7880
8279
|
],
|
|
7881
8280
|
"compatibility": {
|
|
7882
|
-
"nuxt": "
|
|
8281
|
+
"nuxt": ">=3.0.0",
|
|
7883
8282
|
"requires": {}
|
|
7884
8283
|
}
|
|
7885
8284
|
},
|
|
@@ -7901,7 +8300,7 @@
|
|
|
7901
8300
|
}
|
|
7902
8301
|
],
|
|
7903
8302
|
"compatibility": {
|
|
7904
|
-
"nuxt": "
|
|
8303
|
+
"nuxt": ">=3.0.0",
|
|
7905
8304
|
"requires": {}
|
|
7906
8305
|
}
|
|
7907
8306
|
},
|
|
@@ -7924,7 +8323,7 @@
|
|
|
7924
8323
|
}
|
|
7925
8324
|
],
|
|
7926
8325
|
"compatibility": {
|
|
7927
|
-
"nuxt": "
|
|
8326
|
+
"nuxt": ">=3.0.0",
|
|
7928
8327
|
"requires": {}
|
|
7929
8328
|
}
|
|
7930
8329
|
},
|
|
@@ -7947,7 +8346,7 @@
|
|
|
7947
8346
|
}
|
|
7948
8347
|
],
|
|
7949
8348
|
"compatibility": {
|
|
7950
|
-
"nuxt": "
|
|
8349
|
+
"nuxt": ">=3.0.0",
|
|
7951
8350
|
"requires": {}
|
|
7952
8351
|
}
|
|
7953
8352
|
},
|
|
@@ -7969,7 +8368,7 @@
|
|
|
7969
8368
|
}
|
|
7970
8369
|
],
|
|
7971
8370
|
"compatibility": {
|
|
7972
|
-
"nuxt": "
|
|
8371
|
+
"nuxt": ">=3.0.0",
|
|
7973
8372
|
"requires": {}
|
|
7974
8373
|
}
|
|
7975
8374
|
},
|
|
@@ -7991,7 +8390,7 @@
|
|
|
7991
8390
|
}
|
|
7992
8391
|
],
|
|
7993
8392
|
"compatibility": {
|
|
7994
|
-
"nuxt": "
|
|
8393
|
+
"nuxt": ">=3.0.0",
|
|
7995
8394
|
"requires": {}
|
|
7996
8395
|
}
|
|
7997
8396
|
},
|
|
@@ -8041,7 +8440,7 @@
|
|
|
8041
8440
|
}
|
|
8042
8441
|
],
|
|
8043
8442
|
"compatibility": {
|
|
8044
|
-
"nuxt": "^2.0.0 ||
|
|
8443
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8045
8444
|
"requires": {
|
|
8046
8445
|
"bridge": "optional"
|
|
8047
8446
|
},
|
|
@@ -8089,7 +8488,7 @@
|
|
|
8089
8488
|
}
|
|
8090
8489
|
],
|
|
8091
8490
|
"compatibility": {
|
|
8092
|
-
"nuxt": "
|
|
8491
|
+
"nuxt": ">=3.0.0",
|
|
8093
8492
|
"requires": {}
|
|
8094
8493
|
}
|
|
8095
8494
|
},
|
|
@@ -8121,7 +8520,7 @@
|
|
|
8121
8520
|
}
|
|
8122
8521
|
],
|
|
8123
8522
|
"compatibility": {
|
|
8124
|
-
"nuxt": "^2.0.0 ||
|
|
8523
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8125
8524
|
"requires": {
|
|
8126
8525
|
"bridge": "optional"
|
|
8127
8526
|
}
|
|
@@ -8149,6 +8548,28 @@
|
|
|
8149
8548
|
"requires": {}
|
|
8150
8549
|
}
|
|
8151
8550
|
},
|
|
8551
|
+
{
|
|
8552
|
+
"name": "webhook-validators",
|
|
8553
|
+
"description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
|
|
8554
|
+
"repo": "yizack/nuxt-webhook-validators",
|
|
8555
|
+
"npm": "nuxt-webhook-validators",
|
|
8556
|
+
"icon": "webhook-validators.svg",
|
|
8557
|
+
"github": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8558
|
+
"website": "https://github.com/Yizack/nuxt-webhook-validators",
|
|
8559
|
+
"learn_more": "",
|
|
8560
|
+
"category": "Security",
|
|
8561
|
+
"type": "3rd-party",
|
|
8562
|
+
"maintainers": [
|
|
8563
|
+
{
|
|
8564
|
+
"name": "Yizack Rangel",
|
|
8565
|
+
"github": "yizack"
|
|
8566
|
+
}
|
|
8567
|
+
],
|
|
8568
|
+
"compatibility": {
|
|
8569
|
+
"nuxt": ">=3.0.0",
|
|
8570
|
+
"requires": {}
|
|
8571
|
+
}
|
|
8572
|
+
},
|
|
8152
8573
|
{
|
|
8153
8574
|
"name": "webpack-optimisations",
|
|
8154
8575
|
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
@@ -8259,7 +8680,7 @@
|
|
|
8259
8680
|
}
|
|
8260
8681
|
],
|
|
8261
8682
|
"compatibility": {
|
|
8262
|
-
"nuxt": "
|
|
8683
|
+
"nuxt": ">=3.0.0",
|
|
8263
8684
|
"requires": {}
|
|
8264
8685
|
}
|
|
8265
8686
|
},
|
|
@@ -8285,7 +8706,7 @@
|
|
|
8285
8706
|
}
|
|
8286
8707
|
],
|
|
8287
8708
|
"compatibility": {
|
|
8288
|
-
"nuxt": "
|
|
8709
|
+
"nuxt": ">=3.0.0",
|
|
8289
8710
|
"requires": {}
|
|
8290
8711
|
}
|
|
8291
8712
|
},
|
|
@@ -8313,7 +8734,7 @@
|
|
|
8313
8734
|
}
|
|
8314
8735
|
],
|
|
8315
8736
|
"compatibility": {
|
|
8316
|
-
"nuxt": "^2.0.0 ||
|
|
8737
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8317
8738
|
"requires": {
|
|
8318
8739
|
"bridge": "optional"
|
|
8319
8740
|
}
|
|
@@ -8404,7 +8825,7 @@
|
|
|
8404
8825
|
}
|
|
8405
8826
|
],
|
|
8406
8827
|
"compatibility": {
|
|
8407
|
-
"nuxt": "^2.0.0 ||
|
|
8828
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8408
8829
|
"requires": {
|
|
8409
8830
|
"bridge": true
|
|
8410
8831
|
}
|