@nuxt/modules 0.6.0-5cc6c5 → 0.6.0-5cf0c5
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 +1626 -744
- package/package.json +9 -5
package/modules.json
CHANGED
|
@@ -1,26 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Nuxt zodI18n",
|
|
4
|
-
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
-
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
-
"npm": "nuxt-zod-i18n",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
-
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "xibman",
|
|
16
|
-
"github": "xibman"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
4
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -95,7 +73,7 @@
|
|
|
95
73
|
}
|
|
96
74
|
],
|
|
97
75
|
"compatibility": {
|
|
98
|
-
"nuxt": "^2.0.0 ||
|
|
76
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
99
77
|
"requires": {
|
|
100
78
|
"bridge": true
|
|
101
79
|
}
|
|
@@ -164,7 +142,7 @@
|
|
|
164
142
|
}
|
|
165
143
|
],
|
|
166
144
|
"compatibility": {
|
|
167
|
-
"nuxt": "^2.0.0 ||
|
|
145
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
168
146
|
"requires": {}
|
|
169
147
|
}
|
|
170
148
|
},
|
|
@@ -186,7 +164,7 @@
|
|
|
186
164
|
}
|
|
187
165
|
],
|
|
188
166
|
"compatibility": {
|
|
189
|
-
"nuxt": "
|
|
167
|
+
"nuxt": ">=3.0.0",
|
|
190
168
|
"requires": {
|
|
191
169
|
"bridge": "optional"
|
|
192
170
|
}
|
|
@@ -201,7 +179,7 @@
|
|
|
201
179
|
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
180
|
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
181
|
"learn_more": "",
|
|
204
|
-
"category": "
|
|
182
|
+
"category": "Libraries",
|
|
205
183
|
"type": "3rd-party",
|
|
206
184
|
"maintainers": [
|
|
207
185
|
{
|
|
@@ -210,18 +188,18 @@
|
|
|
210
188
|
}
|
|
211
189
|
],
|
|
212
190
|
"compatibility": {
|
|
213
|
-
"nuxt": "
|
|
191
|
+
"nuxt": ">=3.0.0",
|
|
214
192
|
"requires": {}
|
|
215
193
|
}
|
|
216
194
|
},
|
|
217
195
|
{
|
|
218
196
|
"name": "api-party",
|
|
219
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
220
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
221
199
|
"npm": "nuxt-api-party",
|
|
222
200
|
"icon": "api-party.svg",
|
|
223
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
224
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
225
203
|
"learn_more": "",
|
|
226
204
|
"category": "Request",
|
|
227
205
|
"type": "3rd-party",
|
|
@@ -234,7 +212,29 @@
|
|
|
234
212
|
}
|
|
235
213
|
],
|
|
236
214
|
"compatibility": {
|
|
237
|
-
"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",
|
|
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
|
},
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
385
|
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
386
|
"learn_more": "",
|
|
387
|
-
"category": "
|
|
387
|
+
"category": "Security",
|
|
388
388
|
"type": "3rd-party",
|
|
389
389
|
"maintainers": [
|
|
390
390
|
{
|
|
@@ -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
|
},
|
|
@@ -778,10 +801,10 @@
|
|
|
778
801
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
779
802
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
780
803
|
"npm": "nuxt-chiffre",
|
|
781
|
-
"icon": "
|
|
804
|
+
"icon": "chiffre.png",
|
|
782
805
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
783
806
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
784
|
-
"learn_more": "https://chiffre.io",
|
|
807
|
+
"learn_more": "https://chiffre.io/",
|
|
785
808
|
"category": "Analytics",
|
|
786
809
|
"type": "3rd-party",
|
|
787
810
|
"maintainers": [
|
|
@@ -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
|
},
|
|
@@ -1013,7 +1036,7 @@
|
|
|
1013
1036
|
"npm": "@nuxt/content",
|
|
1014
1037
|
"icon": "nuxt.svg",
|
|
1015
1038
|
"github": "https://github.com/nuxt/content",
|
|
1016
|
-
"website": "https://content.
|
|
1039
|
+
"website": "https://content.nuxt.com",
|
|
1017
1040
|
"learn_more": "",
|
|
1018
1041
|
"category": "CMS",
|
|
1019
1042
|
"type": "official",
|
|
@@ -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
|
},
|
|
@@ -1298,7 +1321,7 @@
|
|
|
1298
1321
|
"npm": "@nuxt/devtools",
|
|
1299
1322
|
"icon": "nuxt.svg",
|
|
1300
1323
|
"github": "https://github.com/nuxt/devtools",
|
|
1301
|
-
"website": "https://devtools.
|
|
1324
|
+
"website": "https://devtools.nuxt.com",
|
|
1302
1325
|
"learn_more": "",
|
|
1303
1326
|
"category": "Devtools",
|
|
1304
1327
|
"type": "official",
|
|
@@ -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,12 +1619,12 @@
|
|
|
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
|
},
|
|
1559
1626
|
{
|
|
1560
|
-
"name": "eslint",
|
|
1627
|
+
"name": "eslint-module",
|
|
1561
1628
|
"description": "ESLint module for Nuxt",
|
|
1562
1629
|
"repo": "nuxt-community/eslint-module",
|
|
1563
1630
|
"npm": "@nuxtjs/eslint-module",
|
|
@@ -1574,7 +1641,30 @@
|
|
|
1574
1641
|
}
|
|
1575
1642
|
],
|
|
1576
1643
|
"compatibility": {
|
|
1577
|
-
"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",
|
|
1578
1668
|
"requires": {}
|
|
1579
1669
|
}
|
|
1580
1670
|
},
|
|
@@ -1619,7 +1709,7 @@
|
|
|
1619
1709
|
}
|
|
1620
1710
|
],
|
|
1621
1711
|
"compatibility": {
|
|
1622
|
-
"nuxt": "
|
|
1712
|
+
"nuxt": ">=3.0.0",
|
|
1623
1713
|
"requires": {}
|
|
1624
1714
|
}
|
|
1625
1715
|
},
|
|
@@ -1797,7 +1887,7 @@
|
|
|
1797
1887
|
}
|
|
1798
1888
|
],
|
|
1799
1889
|
"compatibility": {
|
|
1800
|
-
"nuxt": "
|
|
1890
|
+
"nuxt": ">=3.0.0",
|
|
1801
1891
|
"requires": {}
|
|
1802
1892
|
}
|
|
1803
1893
|
},
|
|
@@ -1823,10 +1913,33 @@
|
|
|
1823
1913
|
"requires": {}
|
|
1824
1914
|
}
|
|
1825
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
|
+
},
|
|
1826
1939
|
{
|
|
1827
1940
|
"name": "form-actions",
|
|
1828
1941
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1829
|
-
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-
|
|
1942
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1830
1943
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1831
1944
|
"icon": "form-actions.svg",
|
|
1832
1945
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1842,7 +1955,7 @@
|
|
|
1842
1955
|
}
|
|
1843
1956
|
],
|
|
1844
1957
|
"compatibility": {
|
|
1845
|
-
"nuxt": "
|
|
1958
|
+
"nuxt": ">=3.7.0",
|
|
1846
1959
|
"requires": {}
|
|
1847
1960
|
}
|
|
1848
1961
|
},
|
|
@@ -1854,7 +1967,7 @@
|
|
|
1854
1967
|
"icon": "formkit.png",
|
|
1855
1968
|
"github": "https://github.com/formkit/formkit",
|
|
1856
1969
|
"website": "https://formkit.com",
|
|
1857
|
-
"learn_more": "https://formkit.com/
|
|
1970
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1858
1971
|
"category": "Libraries",
|
|
1859
1972
|
"type": "3rd-party",
|
|
1860
1973
|
"maintainers": [
|
|
@@ -1870,7 +1983,7 @@
|
|
|
1870
1983
|
}
|
|
1871
1984
|
],
|
|
1872
1985
|
"compatibility": {
|
|
1873
|
-
"nuxt": "
|
|
1986
|
+
"nuxt": ">=3.0.0",
|
|
1874
1987
|
"requires": {}
|
|
1875
1988
|
}
|
|
1876
1989
|
},
|
|
@@ -1940,7 +2053,7 @@
|
|
|
1940
2053
|
}
|
|
1941
2054
|
],
|
|
1942
2055
|
"compatibility": {
|
|
1943
|
-
"nuxt": "^2.0.0 ||
|
|
2056
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1944
2057
|
"requires": {}
|
|
1945
2058
|
}
|
|
1946
2059
|
},
|
|
@@ -1994,7 +2107,7 @@
|
|
|
1994
2107
|
}
|
|
1995
2108
|
],
|
|
1996
2109
|
"compatibility": {
|
|
1997
|
-
"nuxt": "^2.0.0 ||
|
|
2110
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
1998
2111
|
"requires": {
|
|
1999
2112
|
"bridge": "optional"
|
|
2000
2113
|
}
|
|
@@ -2067,7 +2180,7 @@
|
|
|
2067
2180
|
"icon": "graphql-client.svg",
|
|
2068
2181
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2069
2182
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
2070
|
-
"learn_more": "https://
|
|
2183
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
2071
2184
|
"category": "Request",
|
|
2072
2185
|
"type": "3rd-party",
|
|
2073
2186
|
"maintainers": [
|
|
@@ -2077,7 +2190,7 @@
|
|
|
2077
2190
|
}
|
|
2078
2191
|
],
|
|
2079
2192
|
"compatibility": {
|
|
2080
|
-
"nuxt": "
|
|
2193
|
+
"nuxt": ">=3.0.0",
|
|
2081
2194
|
"requires": {}
|
|
2082
2195
|
}
|
|
2083
2196
|
},
|
|
@@ -2099,7 +2212,7 @@
|
|
|
2099
2212
|
}
|
|
2100
2213
|
],
|
|
2101
2214
|
"compatibility": {
|
|
2102
|
-
"nuxt": "^2.0.0 ||
|
|
2215
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2103
2216
|
"requires": {}
|
|
2104
2217
|
}
|
|
2105
2218
|
},
|
|
@@ -2121,14 +2234,14 @@
|
|
|
2121
2234
|
}
|
|
2122
2235
|
],
|
|
2123
2236
|
"compatibility": {
|
|
2124
|
-
"nuxt": "
|
|
2237
|
+
"nuxt": ">=3.0.0",
|
|
2125
2238
|
"requires": {},
|
|
2126
2239
|
"devtools": "^0.0.0"
|
|
2127
2240
|
}
|
|
2128
2241
|
},
|
|
2129
2242
|
{
|
|
2130
2243
|
"name": "gtag",
|
|
2131
|
-
"description": "Google Analytics integration for Nuxt",
|
|
2244
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
2132
2245
|
"repo": "johannschopplich/nuxt-gtag",
|
|
2133
2246
|
"npm": "nuxt-gtag",
|
|
2134
2247
|
"icon": "gtag.svg",
|
|
@@ -2146,7 +2259,7 @@
|
|
|
2146
2259
|
}
|
|
2147
2260
|
],
|
|
2148
2261
|
"compatibility": {
|
|
2149
|
-
"nuxt": "
|
|
2262
|
+
"nuxt": ">=3.0.0",
|
|
2150
2263
|
"requires": {}
|
|
2151
2264
|
}
|
|
2152
2265
|
},
|
|
@@ -2213,7 +2326,7 @@
|
|
|
2213
2326
|
}
|
|
2214
2327
|
],
|
|
2215
2328
|
"compatibility": {
|
|
2216
|
-
"nuxt": "
|
|
2329
|
+
"nuxt": ">=3.0.0",
|
|
2217
2330
|
"requires": {}
|
|
2218
2331
|
}
|
|
2219
2332
|
},
|
|
@@ -2236,7 +2349,7 @@
|
|
|
2236
2349
|
}
|
|
2237
2350
|
],
|
|
2238
2351
|
"compatibility": {
|
|
2239
|
-
"nuxt": "
|
|
2352
|
+
"nuxt": ">=3.0.0",
|
|
2240
2353
|
"requires": {}
|
|
2241
2354
|
}
|
|
2242
2355
|
},
|
|
@@ -2258,7 +2371,7 @@
|
|
|
2258
2371
|
}
|
|
2259
2372
|
],
|
|
2260
2373
|
"compatibility": {
|
|
2261
|
-
"nuxt": "
|
|
2374
|
+
"nuxt": ">=3.0.0",
|
|
2262
2375
|
"requires": {}
|
|
2263
2376
|
}
|
|
2264
2377
|
},
|
|
@@ -2351,6 +2464,28 @@
|
|
|
2351
2464
|
"requires": {}
|
|
2352
2465
|
}
|
|
2353
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
|
+
},
|
|
2354
2489
|
{
|
|
2355
2490
|
"name": "html-minifier",
|
|
2356
2491
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2380,7 +2515,7 @@
|
|
|
2380
2515
|
"npm": "@nuxtjs/html-validator",
|
|
2381
2516
|
"icon": "html-validator.png",
|
|
2382
2517
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2383
|
-
"website": "https://html-validator
|
|
2518
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2384
2519
|
"learn_more": "https://html-validate.org",
|
|
2385
2520
|
"category": "Performance",
|
|
2386
2521
|
"type": "community",
|
|
@@ -2392,7 +2527,7 @@
|
|
|
2392
2527
|
}
|
|
2393
2528
|
],
|
|
2394
2529
|
"compatibility": {
|
|
2395
|
-
"nuxt": "^2.0.0 ||
|
|
2530
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2396
2531
|
"requires": {
|
|
2397
2532
|
"bridge": "optional"
|
|
2398
2533
|
}
|
|
@@ -2426,6 +2561,44 @@
|
|
|
2426
2561
|
"requires": {}
|
|
2427
2562
|
}
|
|
2428
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
|
+
},
|
|
2429
2602
|
{
|
|
2430
2603
|
"name": "humans-txt",
|
|
2431
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.",
|
|
@@ -2456,8 +2629,8 @@
|
|
|
2456
2629
|
"npm": "@nuxtjs/i18n",
|
|
2457
2630
|
"icon": "i18n.png",
|
|
2458
2631
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
-
"website": "https://
|
|
2460
|
-
"learn_more": "https://
|
|
2632
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2633
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2461
2634
|
"category": "Extensions",
|
|
2462
2635
|
"type": "community",
|
|
2463
2636
|
"maintainers": [
|
|
@@ -2468,10 +2641,14 @@
|
|
|
2468
2641
|
{
|
|
2469
2642
|
"name": "Kazuya Kawaguchi",
|
|
2470
2643
|
"github": "kazupon"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "Bobbie Goede",
|
|
2647
|
+
"github": "BobbieGoede"
|
|
2471
2648
|
}
|
|
2472
2649
|
],
|
|
2473
2650
|
"compatibility": {
|
|
2474
|
-
"nuxt": "^2.0.0 ||
|
|
2651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2475
2652
|
"requires": {}
|
|
2476
2653
|
}
|
|
2477
2654
|
},
|
|
@@ -2493,7 +2670,7 @@
|
|
|
2493
2670
|
}
|
|
2494
2671
|
],
|
|
2495
2672
|
"compatibility": {
|
|
2496
|
-
"nuxt": "
|
|
2673
|
+
"nuxt": ">=3.0.0",
|
|
2497
2674
|
"requires": {}
|
|
2498
2675
|
}
|
|
2499
2676
|
},
|
|
@@ -2515,30 +2692,34 @@
|
|
|
2515
2692
|
}
|
|
2516
2693
|
],
|
|
2517
2694
|
"compatibility": {
|
|
2518
|
-
"nuxt": "
|
|
2695
|
+
"nuxt": ">=3.0.0",
|
|
2519
2696
|
"requires": {},
|
|
2520
2697
|
"devtools": "^0.0.0"
|
|
2521
2698
|
}
|
|
2522
2699
|
},
|
|
2523
2700
|
{
|
|
2524
2701
|
"name": "icon",
|
|
2525
|
-
"description": "Icon module for Nuxt with
|
|
2526
|
-
"repo": "nuxt
|
|
2527
|
-
"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",
|
|
2528
2705
|
"icon": "nuxt-icon.png",
|
|
2529
|
-
"github": "https://github.com/nuxt
|
|
2530
|
-
"website": "https://github.com/nuxt
|
|
2706
|
+
"github": "https://github.com/nuxt/icon",
|
|
2707
|
+
"website": "https://github.com/nuxt/icon",
|
|
2531
2708
|
"learn_more": "",
|
|
2532
2709
|
"category": "UI",
|
|
2533
|
-
"type": "
|
|
2710
|
+
"type": "official",
|
|
2534
2711
|
"maintainers": [
|
|
2535
2712
|
{
|
|
2536
2713
|
"name": "Atinux",
|
|
2537
2714
|
"github": "Atinux"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "Anthony Fu",
|
|
2718
|
+
"github": "antfu"
|
|
2538
2719
|
}
|
|
2539
2720
|
],
|
|
2540
2721
|
"compatibility": {
|
|
2541
|
-
"nuxt": "
|
|
2722
|
+
"nuxt": ">=3.0.0",
|
|
2542
2723
|
"requires": {},
|
|
2543
2724
|
"devtools": "^0.0.0"
|
|
2544
2725
|
}
|
|
@@ -2561,7 +2742,7 @@
|
|
|
2561
2742
|
}
|
|
2562
2743
|
],
|
|
2563
2744
|
"compatibility": {
|
|
2564
|
-
"nuxt": "
|
|
2745
|
+
"nuxt": ">=3.0.0",
|
|
2565
2746
|
"requires": {}
|
|
2566
2747
|
}
|
|
2567
2748
|
},
|
|
@@ -2621,7 +2802,7 @@
|
|
|
2621
2802
|
}
|
|
2622
2803
|
],
|
|
2623
2804
|
"compatibility": {
|
|
2624
|
-
"nuxt": "^2.0.0 ||
|
|
2805
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2625
2806
|
"requires": {
|
|
2626
2807
|
"bridge": "optional"
|
|
2627
2808
|
}
|
|
@@ -2652,10 +2833,10 @@
|
|
|
2652
2833
|
{
|
|
2653
2834
|
"name": "inkline",
|
|
2654
2835
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2655
|
-
"repo": "inkline/plugin",
|
|
2836
|
+
"repo": "inkline/inkline#main/packages/integrations/plugin",
|
|
2656
2837
|
"npm": "@inkline/plugin",
|
|
2657
2838
|
"icon": "inkline.svg",
|
|
2658
|
-
"github": "https://github.com/inkline/
|
|
2839
|
+
"github": "https://github.com/inkline/inkline",
|
|
2659
2840
|
"website": "https://inkline.io",
|
|
2660
2841
|
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2661
2842
|
"category": "UI",
|
|
@@ -2668,7 +2849,7 @@
|
|
|
2668
2849
|
}
|
|
2669
2850
|
],
|
|
2670
2851
|
"compatibility": {
|
|
2671
|
-
"nuxt": "^2.0.0 ||
|
|
2852
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2672
2853
|
"requires": {
|
|
2673
2854
|
"bridge": true
|
|
2674
2855
|
}
|
|
@@ -2715,7 +2896,7 @@
|
|
|
2715
2896
|
}
|
|
2716
2897
|
],
|
|
2717
2898
|
"compatibility": {
|
|
2718
|
-
"nuxt": "
|
|
2899
|
+
"nuxt": ">=3.0.0",
|
|
2719
2900
|
"requires": {}
|
|
2720
2901
|
}
|
|
2721
2902
|
},
|
|
@@ -2737,7 +2918,29 @@
|
|
|
2737
2918
|
}
|
|
2738
2919
|
],
|
|
2739
2920
|
"compatibility": {
|
|
2740
|
-
"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",
|
|
2741
2944
|
"requires": {}
|
|
2742
2945
|
}
|
|
2743
2946
|
},
|
|
@@ -2786,9 +2989,10 @@
|
|
|
2786
2989
|
}
|
|
2787
2990
|
],
|
|
2788
2991
|
"compatibility": {
|
|
2789
|
-
"nuxt": "
|
|
2992
|
+
"nuxt": ">=3.0.0",
|
|
2790
2993
|
"requires": {}
|
|
2791
|
-
}
|
|
2994
|
+
},
|
|
2995
|
+
"sponsor": true
|
|
2792
2996
|
},
|
|
2793
2997
|
{
|
|
2794
2998
|
"name": "kql",
|
|
@@ -2797,7 +3001,7 @@
|
|
|
2797
3001
|
"npm": "nuxt-kql",
|
|
2798
3002
|
"icon": "kql.svg",
|
|
2799
3003
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2800
|
-
"website": "https://nuxt-kql.
|
|
3004
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2801
3005
|
"learn_more": "",
|
|
2802
3006
|
"category": "CMS",
|
|
2803
3007
|
"type": "3rd-party",
|
|
@@ -2810,7 +3014,7 @@
|
|
|
2810
3014
|
}
|
|
2811
3015
|
],
|
|
2812
3016
|
"compatibility": {
|
|
2813
|
-
"nuxt": "
|
|
3017
|
+
"nuxt": ">=3.0.0",
|
|
2814
3018
|
"requires": {}
|
|
2815
3019
|
}
|
|
2816
3020
|
},
|
|
@@ -2858,28 +3062,6 @@
|
|
|
2858
3062
|
"requires": {}
|
|
2859
3063
|
}
|
|
2860
3064
|
},
|
|
2861
|
-
{
|
|
2862
|
-
"name": "laravel-precognition",
|
|
2863
|
-
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
-
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
-
"npm": "nuxt-laravel-precognition",
|
|
2866
|
-
"icon": "laravel.svg",
|
|
2867
|
-
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
-
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
-
"learn_more": "",
|
|
2870
|
-
"category": "Security",
|
|
2871
|
-
"type": "3rd-party",
|
|
2872
|
-
"maintainers": [
|
|
2873
|
-
{
|
|
2874
|
-
"name": "sot1986",
|
|
2875
|
-
"github": "sot1986"
|
|
2876
|
-
}
|
|
2877
|
-
],
|
|
2878
|
-
"compatibility": {
|
|
2879
|
-
"nuxt": "^3.0.0",
|
|
2880
|
-
"requires": {}
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
3065
|
{
|
|
2884
3066
|
"name": "laravel",
|
|
2885
3067
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2904,29 +3086,29 @@
|
|
|
2904
3086
|
},
|
|
2905
3087
|
{
|
|
2906
3088
|
"name": "leaflet",
|
|
2907
|
-
"description": "
|
|
2908
|
-
"repo": "
|
|
2909
|
-
"npm": "
|
|
3089
|
+
"description": "Leaflet integration with Nuxt",
|
|
3090
|
+
"repo": "nuxt-modules/leaflet",
|
|
3091
|
+
"npm": "@nuxtjs/leaflet",
|
|
2910
3092
|
"icon": "leaflet.png",
|
|
2911
|
-
"github": "https://github.com/
|
|
2912
|
-
"website": "https://
|
|
2913
|
-
"learn_more": "https://
|
|
3093
|
+
"github": "https://github.com/nuxt-modules/leaflet",
|
|
3094
|
+
"website": "https://leaflet.nuxtjs.org/",
|
|
3095
|
+
"learn_more": "https://leaflet.nuxtjs.org/",
|
|
2914
3096
|
"category": "Libraries",
|
|
2915
|
-
"type": "
|
|
3097
|
+
"type": "community",
|
|
2916
3098
|
"maintainers": [
|
|
2917
3099
|
{
|
|
2918
|
-
"name": "
|
|
2919
|
-
"github": "
|
|
3100
|
+
"name": "Augustin MERCIER",
|
|
3101
|
+
"github": "Gugustinette"
|
|
2920
3102
|
}
|
|
2921
3103
|
],
|
|
2922
3104
|
"compatibility": {
|
|
2923
|
-
"nuxt": "^
|
|
3105
|
+
"nuxt": "^3.0.0",
|
|
2924
3106
|
"requires": {}
|
|
2925
3107
|
}
|
|
2926
3108
|
},
|
|
2927
3109
|
{
|
|
2928
3110
|
"name": "link-checker",
|
|
2929
|
-
"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.",
|
|
2930
3112
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2931
3113
|
"npm": "nuxt-link-checker",
|
|
2932
3114
|
"icon": "link-checker.svg",
|
|
@@ -2944,7 +3126,7 @@
|
|
|
2944
3126
|
}
|
|
2945
3127
|
],
|
|
2946
3128
|
"compatibility": {
|
|
2947
|
-
"nuxt": "
|
|
3129
|
+
"nuxt": ">=3.0.0",
|
|
2948
3130
|
"requires": {},
|
|
2949
3131
|
"devtools": "^0.0.0"
|
|
2950
3132
|
}
|
|
@@ -2999,6 +3181,28 @@
|
|
|
2999
3181
|
"requires": {}
|
|
3000
3182
|
}
|
|
3001
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
|
+
},
|
|
3002
3206
|
{
|
|
3003
3207
|
"name": "lodash",
|
|
3004
3208
|
"description": "lodash module with auto-import and custom prefix",
|
|
@@ -3017,7 +3221,7 @@
|
|
|
3017
3221
|
}
|
|
3018
3222
|
],
|
|
3019
3223
|
"compatibility": {
|
|
3020
|
-
"nuxt": "
|
|
3224
|
+
"nuxt": ">=3.0.0",
|
|
3021
3225
|
"requires": {}
|
|
3022
3226
|
}
|
|
3023
3227
|
},
|
|
@@ -3040,13 +3244,37 @@
|
|
|
3040
3244
|
}
|
|
3041
3245
|
],
|
|
3042
3246
|
"compatibility": {
|
|
3043
|
-
"nuxt": "^2.0.0 ||
|
|
3247
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3044
3248
|
"requires": {}
|
|
3045
3249
|
}
|
|
3046
3250
|
},
|
|
3047
3251
|
{
|
|
3048
|
-
"name": "
|
|
3049
|
-
"description": "Nuxt module
|
|
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
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "lucide-icons",
|
|
3277
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
3278
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
3279
|
"npm": "nuxt-lucide-icons",
|
|
3052
3280
|
"icon": "lucide-icons.svg",
|
|
@@ -3066,7 +3294,7 @@
|
|
|
3066
3294
|
}
|
|
3067
3295
|
],
|
|
3068
3296
|
"compatibility": {
|
|
3069
|
-
"nuxt": "
|
|
3297
|
+
"nuxt": ">=3.0.0",
|
|
3070
3298
|
"requires": {}
|
|
3071
3299
|
}
|
|
3072
3300
|
},
|
|
@@ -3095,10 +3323,10 @@
|
|
|
3095
3323
|
{
|
|
3096
3324
|
"name": "magic-regexp",
|
|
3097
3325
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
3098
|
-
"repo": "
|
|
3326
|
+
"repo": "unjs/magic-regexp",
|
|
3099
3327
|
"npm": "magic-regexp",
|
|
3100
3328
|
"icon": "magic-regexp.svg",
|
|
3101
|
-
"github": "https://github.com/
|
|
3329
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
3102
3330
|
"website": "https://magic-regexp.roe.dev",
|
|
3103
3331
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
3104
3332
|
"category": "Libraries",
|
|
@@ -3111,7 +3339,30 @@
|
|
|
3111
3339
|
}
|
|
3112
3340
|
],
|
|
3113
3341
|
"compatibility": {
|
|
3114
|
-
"nuxt": "
|
|
3342
|
+
"nuxt": ">=3.0.0",
|
|
3343
|
+
"requires": {}
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
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",
|
|
3115
3366
|
"requires": {}
|
|
3116
3367
|
}
|
|
3117
3368
|
},
|
|
@@ -3138,6 +3389,30 @@
|
|
|
3138
3389
|
"requires": {}
|
|
3139
3390
|
}
|
|
3140
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
|
+
},
|
|
3141
3416
|
{
|
|
3142
3417
|
"name": "matomo",
|
|
3143
3418
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -3163,14 +3438,14 @@
|
|
|
3163
3438
|
{
|
|
3164
3439
|
"name": "maz-ui",
|
|
3165
3440
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
-
"repo": "louismazel/maz-ui",
|
|
3441
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3167
3442
|
"npm": "maz-ui",
|
|
3168
3443
|
"icon": "maz-ui.png",
|
|
3169
3444
|
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
-
"website": "https://
|
|
3171
|
-
"learn_more": "https://
|
|
3445
|
+
"website": "https://maz-ui.com/",
|
|
3446
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3172
3447
|
"category": "UI",
|
|
3173
|
-
"type": "
|
|
3448
|
+
"type": "3rd-party",
|
|
3174
3449
|
"maintainers": [
|
|
3175
3450
|
{
|
|
3176
3451
|
"name": "Loïc Mazuel",
|
|
@@ -3178,7 +3453,29 @@
|
|
|
3178
3453
|
}
|
|
3179
3454
|
],
|
|
3180
3455
|
"compatibility": {
|
|
3181
|
-
"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",
|
|
3182
3479
|
"requires": {}
|
|
3183
3480
|
}
|
|
3184
3481
|
},
|
|
@@ -3224,7 +3521,7 @@
|
|
|
3224
3521
|
}
|
|
3225
3522
|
],
|
|
3226
3523
|
"compatibility": {
|
|
3227
|
-
"nuxt": "^2.0.0 ||
|
|
3524
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3228
3525
|
"requires": {
|
|
3229
3526
|
"bridge": true
|
|
3230
3527
|
}
|
|
@@ -3249,7 +3546,7 @@
|
|
|
3249
3546
|
}
|
|
3250
3547
|
],
|
|
3251
3548
|
"compatibility": {
|
|
3252
|
-
"nuxt": "
|
|
3549
|
+
"nuxt": ">=3.0.0",
|
|
3253
3550
|
"requires": {
|
|
3254
3551
|
"bridge": false
|
|
3255
3552
|
},
|
|
@@ -3278,28 +3575,6 @@
|
|
|
3278
3575
|
"requires": {}
|
|
3279
3576
|
}
|
|
3280
3577
|
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "mobile",
|
|
3283
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3284
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3285
|
-
"npm": "nuxt-mobile",
|
|
3286
|
-
"icon": "",
|
|
3287
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3288
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3289
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3290
|
-
"category": "Extensions",
|
|
3291
|
-
"type": "3rd-party",
|
|
3292
|
-
"maintainers": [
|
|
3293
|
-
{
|
|
3294
|
-
"name": "ChanningDefoe",
|
|
3295
|
-
"github": "ChanningDefoe"
|
|
3296
|
-
}
|
|
3297
|
-
],
|
|
3298
|
-
"compatibility": {
|
|
3299
|
-
"nuxt": "^2.0.0",
|
|
3300
|
-
"requires": {}
|
|
3301
|
-
}
|
|
3302
|
-
},
|
|
3303
3578
|
{
|
|
3304
3579
|
"name": "module-feed",
|
|
3305
3580
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3319,7 +3594,29 @@
|
|
|
3319
3594
|
}
|
|
3320
3595
|
],
|
|
3321
3596
|
"compatibility": {
|
|
3322
|
-
"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",
|
|
3323
3620
|
"requires": {}
|
|
3324
3621
|
}
|
|
3325
3622
|
},
|
|
@@ -3351,20 +3648,20 @@
|
|
|
3351
3648
|
}
|
|
3352
3649
|
},
|
|
3353
3650
|
{
|
|
3354
|
-
"name": "
|
|
3355
|
-
"description": "
|
|
3356
|
-
"repo": "
|
|
3357
|
-
"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",
|
|
3358
3655
|
"icon": "",
|
|
3359
|
-
"github": "https://github.com/
|
|
3360
|
-
"website": "https://github.
|
|
3361
|
-
"learn_more": "
|
|
3362
|
-
"category": "
|
|
3656
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3657
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3658
|
+
"learn_more": "",
|
|
3659
|
+
"category": "Request",
|
|
3363
3660
|
"type": "3rd-party",
|
|
3364
3661
|
"maintainers": [
|
|
3365
3662
|
{
|
|
3366
|
-
"name": "
|
|
3367
|
-
"github": "
|
|
3663
|
+
"name": "ezypeeze",
|
|
3664
|
+
"github": "ezypeeze"
|
|
3368
3665
|
}
|
|
3369
3666
|
],
|
|
3370
3667
|
"compatibility": {
|
|
@@ -3373,24 +3670,24 @@
|
|
|
3373
3670
|
}
|
|
3374
3671
|
},
|
|
3375
3672
|
{
|
|
3376
|
-
"name": "
|
|
3377
|
-
"description": "
|
|
3378
|
-
"repo": "
|
|
3379
|
-
"npm": "nuxt-
|
|
3380
|
-
"icon": "",
|
|
3381
|
-
"github": "https://github.com/
|
|
3382
|
-
"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",
|
|
3383
3680
|
"learn_more": "",
|
|
3384
|
-
"category": "
|
|
3681
|
+
"category": "Database",
|
|
3385
3682
|
"type": "3rd-party",
|
|
3386
3683
|
"maintainers": [
|
|
3387
3684
|
{
|
|
3388
|
-
"name": "
|
|
3389
|
-
"github": "
|
|
3685
|
+
"name": "arashsheyda",
|
|
3686
|
+
"github": "arashsheyda"
|
|
3390
3687
|
}
|
|
3391
3688
|
],
|
|
3392
3689
|
"compatibility": {
|
|
3393
|
-
"nuxt": "
|
|
3690
|
+
"nuxt": ">=3.0.0",
|
|
3394
3691
|
"requires": {}
|
|
3395
3692
|
}
|
|
3396
3693
|
},
|
|
@@ -3442,12 +3739,12 @@
|
|
|
3442
3739
|
{
|
|
3443
3740
|
"name": "netlify",
|
|
3444
3741
|
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3445
|
-
"repo": "
|
|
3742
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3446
3743
|
"npm": "@aceforth/nuxt-netlify",
|
|
3447
3744
|
"icon": "netlify.png",
|
|
3448
|
-
"github": "https://github.com/
|
|
3449
|
-
"website": "https://
|
|
3450
|
-
"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",
|
|
3451
3748
|
"category": "Deployment",
|
|
3452
3749
|
"type": "3rd-party",
|
|
3453
3750
|
"maintainers": [
|
|
@@ -3463,29 +3760,45 @@
|
|
|
3463
3760
|
},
|
|
3464
3761
|
{
|
|
3465
3762
|
"name": "ngrok",
|
|
3466
|
-
"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",
|
|
3467
|
-
"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",
|
|
3468
3765
|
"npm": "@nuxtjs/ngrok",
|
|
3469
|
-
"icon": "ngrok.
|
|
3470
|
-
"github": "https://github.com/nuxt-
|
|
3471
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3472
|
-
"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/",
|
|
3473
3770
|
"category": "Devtools",
|
|
3474
3771
|
"type": "community",
|
|
3475
3772
|
"maintainers": [
|
|
3476
3773
|
{
|
|
3477
|
-
"name": "
|
|
3478
|
-
"github": "
|
|
3479
|
-
|
|
3480
|
-
|
|
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": [
|
|
3481
3795
|
{
|
|
3482
|
-
"name": "
|
|
3483
|
-
"github": "
|
|
3484
|
-
"twitter": "_pi0_"
|
|
3796
|
+
"name": "kleinpetr",
|
|
3797
|
+
"github": "kleinpetr"
|
|
3485
3798
|
}
|
|
3486
3799
|
],
|
|
3487
3800
|
"compatibility": {
|
|
3488
|
-
"nuxt": "
|
|
3801
|
+
"nuxt": ">=3.0.0",
|
|
3489
3802
|
"requires": {}
|
|
3490
3803
|
}
|
|
3491
3804
|
},
|
|
@@ -3529,7 +3842,7 @@
|
|
|
3529
3842
|
}
|
|
3530
3843
|
],
|
|
3531
3844
|
"compatibility": {
|
|
3532
|
-
"nuxt": "
|
|
3845
|
+
"nuxt": ">=3.0.0",
|
|
3533
3846
|
"requires": {}
|
|
3534
3847
|
}
|
|
3535
3848
|
},
|
|
@@ -3551,7 +3864,30 @@
|
|
|
3551
3864
|
}
|
|
3552
3865
|
],
|
|
3553
3866
|
"compatibility": {
|
|
3554
|
-
"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",
|
|
3555
3891
|
"requires": {}
|
|
3556
3892
|
}
|
|
3557
3893
|
},
|
|
@@ -3562,8 +3898,8 @@
|
|
|
3562
3898
|
"npm": "nuxt-auth-sanctum",
|
|
3563
3899
|
"icon": "laravel.svg",
|
|
3564
3900
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
-
"website": "https://
|
|
3566
|
-
"learn_more": "",
|
|
3901
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3902
|
+
"learn_more": "https://laravel.com/docs/11.x/sanctum",
|
|
3567
3903
|
"category": "Security",
|
|
3568
3904
|
"type": "3rd-party",
|
|
3569
3905
|
"maintainers": [
|
|
@@ -3574,7 +3910,7 @@
|
|
|
3574
3910
|
}
|
|
3575
3911
|
],
|
|
3576
3912
|
"compatibility": {
|
|
3577
|
-
"nuxt": "
|
|
3913
|
+
"nuxt": ">=3.12.0",
|
|
3578
3914
|
"requires": {}
|
|
3579
3915
|
}
|
|
3580
3916
|
},
|
|
@@ -3596,10 +3932,61 @@
|
|
|
3596
3932
|
}
|
|
3597
3933
|
],
|
|
3598
3934
|
"compatibility": {
|
|
3599
|
-
"nuxt": "
|
|
3935
|
+
"nuxt": ">=3.0.0",
|
|
3936
|
+
"requires": {}
|
|
3937
|
+
}
|
|
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",
|
|
3600
3958
|
"requires": {}
|
|
3601
3959
|
}
|
|
3602
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
|
+
},
|
|
3603
3990
|
{
|
|
3604
3991
|
"name": "nuxt-bootstrap-icons",
|
|
3605
3992
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3618,7 +4005,7 @@
|
|
|
3618
4005
|
}
|
|
3619
4006
|
],
|
|
3620
4007
|
"compatibility": {
|
|
3621
|
-
"nuxt": "
|
|
4008
|
+
"nuxt": ">=3.0.0",
|
|
3622
4009
|
"requires": {}
|
|
3623
4010
|
}
|
|
3624
4011
|
},
|
|
@@ -3640,7 +4027,51 @@
|
|
|
3640
4027
|
}
|
|
3641
4028
|
],
|
|
3642
4029
|
"compatibility": {
|
|
3643
|
-
"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",
|
|
3644
4075
|
"requires": {}
|
|
3645
4076
|
}
|
|
3646
4077
|
},
|
|
@@ -3666,7 +4097,29 @@
|
|
|
3666
4097
|
}
|
|
3667
4098
|
],
|
|
3668
4099
|
"compatibility": {
|
|
3669
|
-
"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",
|
|
3670
4123
|
"requires": {}
|
|
3671
4124
|
}
|
|
3672
4125
|
},
|
|
@@ -3688,7 +4141,75 @@
|
|
|
3688
4141
|
}
|
|
3689
4142
|
],
|
|
3690
4143
|
"compatibility": {
|
|
3691
|
-
"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",
|
|
3692
4213
|
"requires": {}
|
|
3693
4214
|
}
|
|
3694
4215
|
},
|
|
@@ -3699,7 +4220,7 @@
|
|
|
3699
4220
|
"npm": "nuxt-graphql-middleware",
|
|
3700
4221
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3701
4222
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3702
|
-
"website": "https://nuxt-graphql-middleware
|
|
4223
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3703
4224
|
"learn_more": "",
|
|
3704
4225
|
"category": "Request",
|
|
3705
4226
|
"type": "3rd-party",
|
|
@@ -3717,7 +4238,7 @@
|
|
|
3717
4238
|
}
|
|
3718
4239
|
],
|
|
3719
4240
|
"compatibility": {
|
|
3720
|
-
"nuxt": "^2.0.0 ||
|
|
4241
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3721
4242
|
"requires": {}
|
|
3722
4243
|
}
|
|
3723
4244
|
},
|
|
@@ -3757,11 +4278,11 @@
|
|
|
3757
4278
|
"maintainers": [
|
|
3758
4279
|
{
|
|
3759
4280
|
"name": "Zadig&Voltaire Team",
|
|
3760
|
-
"github": "
|
|
4281
|
+
"github": "zadigetvoltaire"
|
|
3761
4282
|
}
|
|
3762
4283
|
],
|
|
3763
4284
|
"compatibility": {
|
|
3764
|
-
"nuxt": "
|
|
4285
|
+
"nuxt": ">=3.0.0",
|
|
3765
4286
|
"requires": {},
|
|
3766
4287
|
"devtools": "^0.0.0"
|
|
3767
4288
|
}
|
|
@@ -3784,12 +4305,34 @@
|
|
|
3784
4305
|
}
|
|
3785
4306
|
],
|
|
3786
4307
|
"compatibility": {
|
|
3787
|
-
"nuxt": "^2.0.0 ||
|
|
4308
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3788
4309
|
"requires": {
|
|
3789
4310
|
"bridge": "optional"
|
|
3790
4311
|
}
|
|
3791
4312
|
}
|
|
3792
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
|
+
},
|
|
3793
4336
|
{
|
|
3794
4337
|
"name": "nuxt-interpolation",
|
|
3795
4338
|
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
@@ -3830,7 +4373,30 @@
|
|
|
3830
4373
|
}
|
|
3831
4374
|
],
|
|
3832
4375
|
"compatibility": {
|
|
3833
|
-
"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",
|
|
3834
4400
|
"requires": {}
|
|
3835
4401
|
}
|
|
3836
4402
|
},
|
|
@@ -3841,8 +4407,8 @@
|
|
|
3841
4407
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3842
4408
|
"icon": "nuxt-localtunnel.svg",
|
|
3843
4409
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3844
|
-
"website": "https://
|
|
3845
|
-
"learn_more": "
|
|
4410
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4411
|
+
"learn_more": "",
|
|
3846
4412
|
"category": "Devtools",
|
|
3847
4413
|
"type": "3rd-party",
|
|
3848
4414
|
"maintainers": [
|
|
@@ -3853,7 +4419,7 @@
|
|
|
3853
4419
|
}
|
|
3854
4420
|
],
|
|
3855
4421
|
"compatibility": {
|
|
3856
|
-
"nuxt": "
|
|
4422
|
+
"nuxt": ">=3.0.0",
|
|
3857
4423
|
"requires": {}
|
|
3858
4424
|
}
|
|
3859
4425
|
},
|
|
@@ -3876,7 +4442,7 @@
|
|
|
3876
4442
|
}
|
|
3877
4443
|
],
|
|
3878
4444
|
"compatibility": {
|
|
3879
|
-
"nuxt": "
|
|
4445
|
+
"nuxt": ">=3.0.0",
|
|
3880
4446
|
"requires": {}
|
|
3881
4447
|
}
|
|
3882
4448
|
},
|
|
@@ -3898,7 +4464,7 @@
|
|
|
3898
4464
|
}
|
|
3899
4465
|
],
|
|
3900
4466
|
"compatibility": {
|
|
3901
|
-
"nuxt": "^2.0.0 ||
|
|
4467
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
3902
4468
|
"requires": {}
|
|
3903
4469
|
}
|
|
3904
4470
|
},
|
|
@@ -3919,6 +4485,28 @@
|
|
|
3919
4485
|
"github": "AlexLavoie42"
|
|
3920
4486
|
}
|
|
3921
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
|
+
],
|
|
3922
4510
|
"compatibility": {
|
|
3923
4511
|
"nuxt": "^3.0.0",
|
|
3924
4512
|
"requires": {}
|
|
@@ -3942,7 +4530,30 @@
|
|
|
3942
4530
|
}
|
|
3943
4531
|
],
|
|
3944
4532
|
"compatibility": {
|
|
3945
|
-
"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",
|
|
3946
4557
|
"requires": {}
|
|
3947
4558
|
}
|
|
3948
4559
|
},
|
|
@@ -3964,7 +4575,7 @@
|
|
|
3964
4575
|
}
|
|
3965
4576
|
],
|
|
3966
4577
|
"compatibility": {
|
|
3967
|
-
"nuxt": "
|
|
4578
|
+
"nuxt": ">=3.0.0",
|
|
3968
4579
|
"requires": {}
|
|
3969
4580
|
}
|
|
3970
4581
|
},
|
|
@@ -3986,17 +4597,40 @@
|
|
|
3986
4597
|
}
|
|
3987
4598
|
],
|
|
3988
4599
|
"compatibility": {
|
|
3989
|
-
"nuxt": "
|
|
4600
|
+
"nuxt": ">=3.0.0",
|
|
3990
4601
|
"requires": {},
|
|
3991
4602
|
"devtools": "^0.0.0"
|
|
3992
4603
|
}
|
|
3993
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
|
+
},
|
|
3994
4628
|
{
|
|
3995
4629
|
"name": "nuxt-openapi-docs-module",
|
|
3996
4630
|
"description": "Generate pages from OpenAPI specifications",
|
|
3997
|
-
"repo": "
|
|
4631
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3998
4632
|
"npm": "nuxt-openapi-docs-module",
|
|
3999
|
-
"icon": "nuxt-openapi-docs-module.
|
|
4633
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4000
4634
|
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4001
4635
|
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4002
4636
|
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
@@ -4009,10 +4643,37 @@
|
|
|
4009
4643
|
}
|
|
4010
4644
|
],
|
|
4011
4645
|
"compatibility": {
|
|
4012
|
-
"nuxt": "
|
|
4646
|
+
"nuxt": ">=3.0.0",
|
|
4013
4647
|
"requires": {}
|
|
4014
4648
|
}
|
|
4015
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",
|
|
4673
|
+
"requires": {},
|
|
4674
|
+
"devtools": "^0.0.0"
|
|
4675
|
+
}
|
|
4676
|
+
},
|
|
4016
4677
|
{
|
|
4017
4678
|
"name": "nuxt-payload-analyzer",
|
|
4018
4679
|
"description": "Analyze Nuxt Payload Size",
|
|
@@ -4032,7 +4693,30 @@
|
|
|
4032
4693
|
}
|
|
4033
4694
|
],
|
|
4034
4695
|
"compatibility": {
|
|
4035
|
-
"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",
|
|
4036
4720
|
"requires": {}
|
|
4037
4721
|
}
|
|
4038
4722
|
},
|
|
@@ -4055,7 +4739,7 @@
|
|
|
4055
4739
|
}
|
|
4056
4740
|
],
|
|
4057
4741
|
"compatibility": {
|
|
4058
|
-
"nuxt": "
|
|
4742
|
+
"nuxt": ">=3.0.0",
|
|
4059
4743
|
"requires": {}
|
|
4060
4744
|
}
|
|
4061
4745
|
},
|
|
@@ -4066,8 +4750,8 @@
|
|
|
4066
4750
|
"npm": "nuxt-phosphor-icons",
|
|
4067
4751
|
"icon": "phosphor-icons.svg",
|
|
4068
4752
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4069
|
-
"website": "https://
|
|
4070
|
-
"learn_more": "https://
|
|
4753
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4754
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4071
4755
|
"category": "UI",
|
|
4072
4756
|
"type": "3rd-party",
|
|
4073
4757
|
"maintainers": [
|
|
@@ -4077,7 +4761,7 @@
|
|
|
4077
4761
|
}
|
|
4078
4762
|
],
|
|
4079
4763
|
"compatibility": {
|
|
4080
|
-
"nuxt": "
|
|
4764
|
+
"nuxt": ">=3.0.0",
|
|
4081
4765
|
"requires": {}
|
|
4082
4766
|
}
|
|
4083
4767
|
},
|
|
@@ -4103,28 +4787,6 @@
|
|
|
4103
4787
|
"requires": {}
|
|
4104
4788
|
}
|
|
4105
4789
|
},
|
|
4106
|
-
{
|
|
4107
|
-
"name": "plausible",
|
|
4108
|
-
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4109
|
-
"repo": "nuxt-modules/plausible",
|
|
4110
|
-
"npm": "@nuxtjs/plausible",
|
|
4111
|
-
"icon": "plausible.png",
|
|
4112
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
4113
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
4114
|
-
"learn_more": "https://plausible.io/",
|
|
4115
|
-
"category": "Analytics",
|
|
4116
|
-
"type": "community",
|
|
4117
|
-
"maintainers": [
|
|
4118
|
-
{
|
|
4119
|
-
"name": "Johann Schopplich",
|
|
4120
|
-
"github": "johannschopplich"
|
|
4121
|
-
}
|
|
4122
|
-
],
|
|
4123
|
-
"compatibility": {
|
|
4124
|
-
"nuxt": "^3.0.0",
|
|
4125
|
-
"requires": {}
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
4790
|
{
|
|
4129
4791
|
"name": "nuxt-plotly",
|
|
4130
4792
|
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
@@ -4147,7 +4809,7 @@
|
|
|
4147
4809
|
}
|
|
4148
4810
|
],
|
|
4149
4811
|
"compatibility": {
|
|
4150
|
-
"nuxt": "
|
|
4812
|
+
"nuxt": ">=3.0.0",
|
|
4151
4813
|
"requires": {}
|
|
4152
4814
|
}
|
|
4153
4815
|
},
|
|
@@ -4174,6 +4836,28 @@
|
|
|
4174
4836
|
"requires": {}
|
|
4175
4837
|
}
|
|
4176
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
|
+
},
|
|
4177
4861
|
{
|
|
4178
4862
|
"name": "nuxt-smartlook",
|
|
4179
4863
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -4216,7 +4900,7 @@
|
|
|
4216
4900
|
}
|
|
4217
4901
|
],
|
|
4218
4902
|
"compatibility": {
|
|
4219
|
-
"nuxt": "
|
|
4903
|
+
"nuxt": ">=3.0.0",
|
|
4220
4904
|
"requires": {}
|
|
4221
4905
|
}
|
|
4222
4906
|
},
|
|
@@ -4244,7 +4928,7 @@
|
|
|
4244
4928
|
}
|
|
4245
4929
|
],
|
|
4246
4930
|
"compatibility": {
|
|
4247
|
-
"nuxt": "
|
|
4931
|
+
"nuxt": ">=3.0.0",
|
|
4248
4932
|
"requires": {}
|
|
4249
4933
|
}
|
|
4250
4934
|
},
|
|
@@ -4253,7 +4937,7 @@
|
|
|
4253
4937
|
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
4254
4938
|
"repo": "fumeapp/nuxt-storm",
|
|
4255
4939
|
"npm": "nuxt-storm",
|
|
4256
|
-
"icon": "
|
|
4940
|
+
"icon": "",
|
|
4257
4941
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
4258
4942
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
4259
4943
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -4270,6 +4954,30 @@
|
|
|
4270
4954
|
"requires": {}
|
|
4271
4955
|
}
|
|
4272
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
|
+
},
|
|
4273
4981
|
{
|
|
4274
4982
|
"name": "nuxt-svgo",
|
|
4275
4983
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -4287,6 +4995,29 @@
|
|
|
4287
4995
|
"github": "cpsoinos"
|
|
4288
4996
|
}
|
|
4289
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
|
+
],
|
|
4290
5021
|
"compatibility": {
|
|
4291
5022
|
"nuxt": "^3.0.0",
|
|
4292
5023
|
"requires": {}
|
|
@@ -4315,14 +5046,14 @@
|
|
|
4315
5046
|
}
|
|
4316
5047
|
},
|
|
4317
5048
|
{
|
|
4318
|
-
"name": "nuxt-use-
|
|
4319
|
-
"description": "A Nuxt module
|
|
4320
|
-
"repo": "Tahul/nuxt-use-
|
|
4321
|
-
"npm": "nuxt-use-
|
|
4322
|
-
"icon": "nuxt-use-
|
|
4323
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
4324
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
4325
|
-
"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",
|
|
4326
5057
|
"category": "Libraries",
|
|
4327
5058
|
"type": "3rd-party",
|
|
4328
5059
|
"maintainers": [
|
|
@@ -4337,24 +5068,24 @@
|
|
|
4337
5068
|
}
|
|
4338
5069
|
},
|
|
4339
5070
|
{
|
|
4340
|
-
"name": "nuxt-
|
|
4341
|
-
"description": "
|
|
4342
|
-
"repo": "
|
|
4343
|
-
"npm": "nuxt-
|
|
4344
|
-
"icon": "nuxt-
|
|
4345
|
-
"github": "https://github.com/
|
|
4346
|
-
"website": "https://github.com/
|
|
4347
|
-
"learn_more": "
|
|
4348
|
-
"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",
|
|
4349
5080
|
"type": "3rd-party",
|
|
4350
5081
|
"maintainers": [
|
|
4351
5082
|
{
|
|
4352
|
-
"name": "
|
|
4353
|
-
"github": "
|
|
5083
|
+
"name": "Patrick Cate",
|
|
5084
|
+
"github": "patrickcate"
|
|
4354
5085
|
}
|
|
4355
5086
|
],
|
|
4356
5087
|
"compatibility": {
|
|
4357
|
-
"nuxt": "
|
|
5088
|
+
"nuxt": ">=3.0.0",
|
|
4358
5089
|
"requires": {}
|
|
4359
5090
|
}
|
|
4360
5091
|
},
|
|
@@ -4376,7 +5107,7 @@
|
|
|
4376
5107
|
}
|
|
4377
5108
|
],
|
|
4378
5109
|
"compatibility": {
|
|
4379
|
-
"nuxt": "^2.0.0 ||
|
|
5110
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4380
5111
|
"requires": {
|
|
4381
5112
|
"bridge": "optional"
|
|
4382
5113
|
}
|
|
@@ -4400,36 +5131,86 @@
|
|
|
4400
5131
|
}
|
|
4401
5132
|
],
|
|
4402
5133
|
"compatibility": {
|
|
4403
|
-
"nuxt": "
|
|
5134
|
+
"nuxt": ">=3.0.0",
|
|
5135
|
+
"requires": {}
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
{
|
|
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",
|
|
5170
|
+
"type": "3rd-party",
|
|
5171
|
+
"maintainers": [
|
|
5172
|
+
{
|
|
5173
|
+
"name": "schlunsen",
|
|
5174
|
+
"github": "schlunsen"
|
|
5175
|
+
}
|
|
5176
|
+
],
|
|
5177
|
+
"compatibility": {
|
|
5178
|
+
"nuxt": "^2.0.0",
|
|
4404
5179
|
"requires": {}
|
|
4405
5180
|
}
|
|
4406
5181
|
},
|
|
4407
5182
|
{
|
|
4408
|
-
"name": "
|
|
4409
|
-
"description": "
|
|
4410
|
-
"repo": "
|
|
4411
|
-
"npm": "
|
|
4412
|
-
"icon": "
|
|
4413
|
-
"github": "https://github.com/
|
|
4414
|
-
"website": "https://
|
|
4415
|
-
"learn_more": "",
|
|
4416
|
-
"category": "
|
|
4417
|
-
"type": "
|
|
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",
|
|
4418
5193
|
"maintainers": [
|
|
4419
5194
|
{
|
|
4420
|
-
"name": "
|
|
4421
|
-
"github": "
|
|
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_"
|
|
4422
5203
|
}
|
|
4423
5204
|
],
|
|
4424
5205
|
"compatibility": {
|
|
4425
|
-
"nuxt": "^
|
|
5206
|
+
"nuxt": "^2.0.0",
|
|
4426
5207
|
"requires": {}
|
|
4427
5208
|
}
|
|
4428
5209
|
},
|
|
4429
5210
|
{
|
|
4430
5211
|
"name": "nuxt3-interpolation",
|
|
4431
5212
|
"description": "",
|
|
4432
|
-
"repo": "daliborgogic/interpolation
|
|
5213
|
+
"repo": "daliborgogic/interpolation",
|
|
4433
5214
|
"npm": "nuxt3-interpolation",
|
|
4434
5215
|
"icon": "",
|
|
4435
5216
|
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
@@ -4444,29 +5225,7 @@
|
|
|
4444
5225
|
}
|
|
4445
5226
|
],
|
|
4446
5227
|
"compatibility": {
|
|
4447
|
-
"nuxt": "
|
|
4448
|
-
"requires": {}
|
|
4449
|
-
}
|
|
4450
|
-
},
|
|
4451
|
-
{
|
|
4452
|
-
"name": "nuxt3-leaflet",
|
|
4453
|
-
"description": "Leaflet integration with Nuxt",
|
|
4454
|
-
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4455
|
-
"npm": "nuxt3-leaflet",
|
|
4456
|
-
"icon": "leaflet.png",
|
|
4457
|
-
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4458
|
-
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4459
|
-
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4460
|
-
"category": "Libraries",
|
|
4461
|
-
"type": "3rd-party",
|
|
4462
|
-
"maintainers": [
|
|
4463
|
-
{
|
|
4464
|
-
"name": "Augustin MERCIER",
|
|
4465
|
-
"github": "Gugustinette"
|
|
4466
|
-
}
|
|
4467
|
-
],
|
|
4468
|
-
"compatibility": {
|
|
4469
|
-
"nuxt": "^3.0.0",
|
|
5228
|
+
"nuxt": ">=3.0.0",
|
|
4470
5229
|
"requires": {}
|
|
4471
5230
|
}
|
|
4472
5231
|
},
|
|
@@ -4496,14 +5255,14 @@
|
|
|
4496
5255
|
{
|
|
4497
5256
|
"name": "og-image",
|
|
4498
5257
|
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4499
|
-
"repo": "
|
|
5258
|
+
"repo": "nuxt-modules/og-image",
|
|
4500
5259
|
"npm": "nuxt-og-image",
|
|
4501
5260
|
"icon": "og-image.svg",
|
|
4502
|
-
"github": "https://github.com/
|
|
5261
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4503
5262
|
"website": "https://nuxtseo.com/og-image",
|
|
4504
5263
|
"learn_more": "https://nuxtseo.com/og-image",
|
|
4505
5264
|
"category": "SEO",
|
|
4506
|
-
"type": "
|
|
5265
|
+
"type": "community",
|
|
4507
5266
|
"maintainers": [
|
|
4508
5267
|
{
|
|
4509
5268
|
"name": "Harlan Wilton",
|
|
@@ -4513,7 +5272,7 @@
|
|
|
4513
5272
|
}
|
|
4514
5273
|
],
|
|
4515
5274
|
"compatibility": {
|
|
4516
|
-
"nuxt": "
|
|
5275
|
+
"nuxt": ">=3.0.0",
|
|
4517
5276
|
"requires": {},
|
|
4518
5277
|
"devtools": "^0.0.0"
|
|
4519
5278
|
}
|
|
@@ -4541,6 +5300,28 @@
|
|
|
4541
5300
|
"requires": {}
|
|
4542
5301
|
}
|
|
4543
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
|
+
},
|
|
4544
5325
|
{
|
|
4545
5326
|
"name": "optimized-images",
|
|
4546
5327
|
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
@@ -4548,8 +5329,8 @@
|
|
|
4548
5329
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4549
5330
|
"icon": "",
|
|
4550
5331
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4551
|
-
"website": "https://
|
|
4552
|
-
"learn_more": "",
|
|
5332
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
5333
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4553
5334
|
"category": "Images",
|
|
4554
5335
|
"type": "3rd-party",
|
|
4555
5336
|
"maintainers": [
|
|
@@ -4627,7 +5408,7 @@
|
|
|
4627
5408
|
}
|
|
4628
5409
|
],
|
|
4629
5410
|
"compatibility": {
|
|
4630
|
-
"nuxt": "
|
|
5411
|
+
"nuxt": ">=3.0.0",
|
|
4631
5412
|
"requires": {}
|
|
4632
5413
|
}
|
|
4633
5414
|
},
|
|
@@ -4650,7 +5431,7 @@
|
|
|
4650
5431
|
}
|
|
4651
5432
|
],
|
|
4652
5433
|
"compatibility": {
|
|
4653
|
-
"nuxt": "^2.0.0 ||
|
|
5434
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4654
5435
|
"requires": {
|
|
4655
5436
|
"bridge": true
|
|
4656
5437
|
}
|
|
@@ -4674,7 +5455,7 @@
|
|
|
4674
5455
|
}
|
|
4675
5456
|
],
|
|
4676
5457
|
"compatibility": {
|
|
4677
|
-
"nuxt": "
|
|
5458
|
+
"nuxt": ">=3.0.0",
|
|
4678
5459
|
"requires": {}
|
|
4679
5460
|
}
|
|
4680
5461
|
},
|
|
@@ -4698,7 +5479,29 @@
|
|
|
4698
5479
|
}
|
|
4699
5480
|
],
|
|
4700
5481
|
"compatibility": {
|
|
4701
|
-
"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",
|
|
4702
5505
|
"requires": {}
|
|
4703
5506
|
}
|
|
4704
5507
|
},
|
|
@@ -4728,7 +5531,7 @@
|
|
|
4728
5531
|
{
|
|
4729
5532
|
"name": "pinia-orm",
|
|
4730
5533
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4731
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5534
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4732
5535
|
"npm": "@pinia-orm/nuxt",
|
|
4733
5536
|
"icon": "pinia-orm.svg",
|
|
4734
5537
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4743,7 +5546,7 @@
|
|
|
4743
5546
|
}
|
|
4744
5547
|
],
|
|
4745
5548
|
"compatibility": {
|
|
4746
|
-
"nuxt": "^2.0.0 ||
|
|
5549
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4747
5550
|
"requires": {
|
|
4748
5551
|
"bridge": "optional"
|
|
4749
5552
|
}
|
|
@@ -4767,7 +5570,7 @@
|
|
|
4767
5570
|
}
|
|
4768
5571
|
],
|
|
4769
5572
|
"compatibility": {
|
|
4770
|
-
"nuxt": "^2.0.0 ||
|
|
5573
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4771
5574
|
"requires": {
|
|
4772
5575
|
"bridge": "optional"
|
|
4773
5576
|
}
|
|
@@ -4791,7 +5594,7 @@
|
|
|
4791
5594
|
}
|
|
4792
5595
|
],
|
|
4793
5596
|
"compatibility": {
|
|
4794
|
-
"nuxt": "^2.0.0 ||
|
|
5597
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4795
5598
|
"requires": {
|
|
4796
5599
|
"bridge": "optional"
|
|
4797
5600
|
}
|
|
@@ -4802,20 +5605,42 @@
|
|
|
4802
5605
|
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4803
5606
|
"repo": "nuxt-modules/plausible",
|
|
4804
5607
|
"npm": "@nuxtjs/plausible",
|
|
4805
|
-
"icon": "",
|
|
5608
|
+
"icon": "plausible.svg",
|
|
4806
5609
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4807
5610
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4808
5611
|
"learn_more": "",
|
|
4809
|
-
"category": "
|
|
5612
|
+
"category": "Analytics",
|
|
4810
5613
|
"type": "community",
|
|
4811
5614
|
"maintainers": [
|
|
4812
5615
|
{
|
|
4813
|
-
"name": "
|
|
4814
|
-
"github": "
|
|
5616
|
+
"name": "Johann Schopplich",
|
|
5617
|
+
"github": "johannschopplich"
|
|
4815
5618
|
}
|
|
4816
5619
|
],
|
|
4817
5620
|
"compatibility": {
|
|
4818
|
-
"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",
|
|
4819
5644
|
"requires": {}
|
|
4820
5645
|
}
|
|
4821
5646
|
},
|
|
@@ -4848,7 +5673,7 @@
|
|
|
4848
5673
|
"npm": "nuxt-prepare",
|
|
4849
5674
|
"icon": "prepare.svg",
|
|
4850
5675
|
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4851
|
-
"website": "https://nuxt-prepare.
|
|
5676
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4852
5677
|
"learn_more": "",
|
|
4853
5678
|
"category": "Devtools",
|
|
4854
5679
|
"type": "3rd-party",
|
|
@@ -4861,7 +5686,7 @@
|
|
|
4861
5686
|
}
|
|
4862
5687
|
],
|
|
4863
5688
|
"compatibility": {
|
|
4864
|
-
"nuxt": "
|
|
5689
|
+
"nuxt": ">=3.0.0",
|
|
4865
5690
|
"requires": {}
|
|
4866
5691
|
}
|
|
4867
5692
|
},
|
|
@@ -4884,7 +5709,29 @@
|
|
|
4884
5709
|
}
|
|
4885
5710
|
],
|
|
4886
5711
|
"compatibility": {
|
|
4887
|
-
"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",
|
|
4888
5735
|
"requires": {}
|
|
4889
5736
|
}
|
|
4890
5737
|
},
|
|
@@ -4907,7 +5754,7 @@
|
|
|
4907
5754
|
}
|
|
4908
5755
|
],
|
|
4909
5756
|
"compatibility": {
|
|
4910
|
-
"nuxt": "^2.0.0 ||
|
|
5757
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
4911
5758
|
"requires": {}
|
|
4912
5759
|
}
|
|
4913
5760
|
},
|
|
@@ -4929,7 +5776,7 @@
|
|
|
4929
5776
|
}
|
|
4930
5777
|
],
|
|
4931
5778
|
"compatibility": {
|
|
4932
|
-
"nuxt": "
|
|
5779
|
+
"nuxt": ">=3.0.0",
|
|
4933
5780
|
"requires": {}
|
|
4934
5781
|
}
|
|
4935
5782
|
},
|
|
@@ -5019,7 +5866,7 @@
|
|
|
5019
5866
|
}
|
|
5020
5867
|
],
|
|
5021
5868
|
"compatibility": {
|
|
5022
|
-
"nuxt": "^2.0.0 ||
|
|
5869
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5023
5870
|
"requires": {}
|
|
5024
5871
|
}
|
|
5025
5872
|
},
|
|
@@ -5088,7 +5935,7 @@
|
|
|
5088
5935
|
}
|
|
5089
5936
|
],
|
|
5090
5937
|
"compatibility": {
|
|
5091
|
-
"nuxt": "
|
|
5938
|
+
"nuxt": ">=3.0.0",
|
|
5092
5939
|
"requires": {},
|
|
5093
5940
|
"devtools": "^0.0.0"
|
|
5094
5941
|
}
|
|
@@ -5111,7 +5958,7 @@
|
|
|
5111
5958
|
}
|
|
5112
5959
|
],
|
|
5113
5960
|
"compatibility": {
|
|
5114
|
-
"nuxt": "
|
|
5961
|
+
"nuxt": ">=3.0.0",
|
|
5115
5962
|
"requires": {}
|
|
5116
5963
|
}
|
|
5117
5964
|
},
|
|
@@ -5146,7 +5993,7 @@
|
|
|
5146
5993
|
}
|
|
5147
5994
|
],
|
|
5148
5995
|
"compatibility": {
|
|
5149
|
-
"nuxt": "
|
|
5996
|
+
"nuxt": ">=3.0.0",
|
|
5150
5997
|
"requires": {}
|
|
5151
5998
|
}
|
|
5152
5999
|
},
|
|
@@ -5214,7 +6061,7 @@
|
|
|
5214
6061
|
}
|
|
5215
6062
|
],
|
|
5216
6063
|
"compatibility": {
|
|
5217
|
-
"nuxt": "
|
|
6064
|
+
"nuxt": ">=3.0.0",
|
|
5218
6065
|
"requires": {}
|
|
5219
6066
|
}
|
|
5220
6067
|
},
|
|
@@ -5242,23 +6089,29 @@
|
|
|
5242
6089
|
},
|
|
5243
6090
|
{
|
|
5244
6091
|
"name": "robots",
|
|
5245
|
-
"description": "
|
|
6092
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5246
6093
|
"repo": "nuxt-modules/robots",
|
|
5247
6094
|
"npm": "@nuxtjs/robots",
|
|
5248
|
-
"icon": "robots.
|
|
6095
|
+
"icon": "simple-robots.svg",
|
|
5249
6096
|
"github": "https://github.com/nuxt-modules/robots",
|
|
5250
6097
|
"website": "https://github.com/nuxt-modules/robots",
|
|
5251
|
-
"learn_more": "
|
|
6098
|
+
"learn_more": "",
|
|
5252
6099
|
"category": "SEO",
|
|
5253
6100
|
"type": "community",
|
|
5254
6101
|
"maintainers": [
|
|
5255
6102
|
{
|
|
5256
6103
|
"name": "Ricardo Gobbo de Souza",
|
|
5257
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"
|
|
5258
6111
|
}
|
|
5259
6112
|
],
|
|
5260
6113
|
"compatibility": {
|
|
5261
|
-
"nuxt": "^2.0.0 ||
|
|
6114
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5262
6115
|
"requires": {
|
|
5263
6116
|
"bridge": "optional"
|
|
5264
6117
|
}
|
|
@@ -5282,7 +6135,7 @@
|
|
|
5282
6135
|
}
|
|
5283
6136
|
],
|
|
5284
6137
|
"compatibility": {
|
|
5285
|
-
"nuxt": "
|
|
6138
|
+
"nuxt": ">=3.0.0",
|
|
5286
6139
|
"requires": {}
|
|
5287
6140
|
}
|
|
5288
6141
|
},
|
|
@@ -5351,15 +6204,38 @@
|
|
|
5351
6204
|
}
|
|
5352
6205
|
],
|
|
5353
6206
|
"compatibility": {
|
|
5354
|
-
"nuxt": "^2.0.0 ||
|
|
6207
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5355
6208
|
"requires": {
|
|
5356
6209
|
"bridge": "optional"
|
|
5357
6210
|
}
|
|
5358
6211
|
}
|
|
5359
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
|
+
},
|
|
5360
6236
|
{
|
|
5361
6237
|
"name": "schema-org",
|
|
5362
|
-
"description": "Schema.org
|
|
6238
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5363
6239
|
"repo": "harlan-zw/nuxt-schema-org",
|
|
5364
6240
|
"npm": "nuxt-schema-org",
|
|
5365
6241
|
"icon": "schema-org.svg",
|
|
@@ -5377,7 +6253,30 @@
|
|
|
5377
6253
|
}
|
|
5378
6254
|
],
|
|
5379
6255
|
"compatibility": {
|
|
5380
|
-
"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",
|
|
5381
6280
|
"requires": {}
|
|
5382
6281
|
}
|
|
5383
6282
|
},
|
|
@@ -5422,7 +6321,7 @@
|
|
|
5422
6321
|
}
|
|
5423
6322
|
],
|
|
5424
6323
|
"compatibility": {
|
|
5425
|
-
"nuxt": "
|
|
6324
|
+
"nuxt": ">=3.0.0",
|
|
5426
6325
|
"requires": {}
|
|
5427
6326
|
}
|
|
5428
6327
|
},
|
|
@@ -5434,7 +6333,7 @@
|
|
|
5434
6333
|
"icon": "segment.png",
|
|
5435
6334
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5436
6335
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
5437
|
-
"learn_more": "
|
|
6336
|
+
"learn_more": "",
|
|
5438
6337
|
"category": "Analytics",
|
|
5439
6338
|
"type": "3rd-party",
|
|
5440
6339
|
"maintainers": [
|
|
@@ -5472,7 +6371,7 @@
|
|
|
5472
6371
|
},
|
|
5473
6372
|
{
|
|
5474
6373
|
"name": "seo-experiments",
|
|
5475
|
-
"description": "Powerful SEO DX improvements
|
|
6374
|
+
"description": "Powerful SEO DX improvements.",
|
|
5476
6375
|
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5477
6376
|
"npm": "nuxt-seo-experiments",
|
|
5478
6377
|
"icon": "seo-experiments.svg",
|
|
@@ -5490,29 +6389,7 @@
|
|
|
5490
6389
|
}
|
|
5491
6390
|
],
|
|
5492
6391
|
"compatibility": {
|
|
5493
|
-
"nuxt": "
|
|
5494
|
-
"requires": {}
|
|
5495
|
-
}
|
|
5496
|
-
},
|
|
5497
|
-
{
|
|
5498
|
-
"name": "seo-kit",
|
|
5499
|
-
"description": "The complete SEO solution for Nuxt.",
|
|
5500
|
-
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5501
|
-
"npm": "nuxt-seo-kit",
|
|
5502
|
-
"icon": "seo-kit.svg",
|
|
5503
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
5504
|
-
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5505
|
-
"learn_more": "",
|
|
5506
|
-
"category": "SEO",
|
|
5507
|
-
"type": "3rd-party",
|
|
5508
|
-
"maintainers": [
|
|
5509
|
-
{
|
|
5510
|
-
"name": "harlan-zw",
|
|
5511
|
-
"github": "harlan-zw"
|
|
5512
|
-
}
|
|
5513
|
-
],
|
|
5514
|
-
"compatibility": {
|
|
5515
|
-
"nuxt": "^3.0.0",
|
|
6392
|
+
"nuxt": ">=3.0.0",
|
|
5516
6393
|
"requires": {}
|
|
5517
6394
|
}
|
|
5518
6395
|
},
|
|
@@ -5539,6 +6416,28 @@
|
|
|
5539
6416
|
"requires": {}
|
|
5540
6417
|
}
|
|
5541
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
|
+
},
|
|
5542
6441
|
{
|
|
5543
6442
|
"name": "seomatic-meta",
|
|
5544
6443
|
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
@@ -5587,7 +6486,7 @@
|
|
|
5587
6486
|
{
|
|
5588
6487
|
"name": "server-block",
|
|
5589
6488
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5590
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
6489
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5591
6490
|
"npm": "@hebilicious/server-block-nuxt",
|
|
5592
6491
|
"icon": "server-block.svg",
|
|
5593
6492
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -5603,30 +6502,34 @@
|
|
|
5603
6502
|
}
|
|
5604
6503
|
],
|
|
5605
6504
|
"compatibility": {
|
|
5606
|
-
"nuxt": "
|
|
6505
|
+
"nuxt": ">=3.0.0",
|
|
5607
6506
|
"requires": {}
|
|
5608
6507
|
}
|
|
5609
6508
|
},
|
|
5610
6509
|
{
|
|
5611
|
-
"name": "
|
|
5612
|
-
"description": "
|
|
5613
|
-
"repo": "
|
|
5614
|
-
"npm": "
|
|
5615
|
-
"icon": "
|
|
5616
|
-
"github": "https://github.com/
|
|
5617
|
-
"website": "https://
|
|
5618
|
-
"learn_more": "https://
|
|
5619
|
-
"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",
|
|
5620
6519
|
"type": "3rd-party",
|
|
5621
6520
|
"maintainers": [
|
|
5622
6521
|
{
|
|
5623
|
-
"name": "
|
|
5624
|
-
"github": "
|
|
5625
|
-
"twitter": "
|
|
6522
|
+
"name": "Zernonia",
|
|
6523
|
+
"github": "zernonia",
|
|
6524
|
+
"twitter": "zernonia"
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"name": "Sadegh Barati",
|
|
6528
|
+
"github": "sadeghbarati"
|
|
5626
6529
|
}
|
|
5627
6530
|
],
|
|
5628
6531
|
"compatibility": {
|
|
5629
|
-
"nuxt": "
|
|
6532
|
+
"nuxt": ">=3.0.0",
|
|
5630
6533
|
"requires": {}
|
|
5631
6534
|
}
|
|
5632
6535
|
},
|
|
@@ -5652,15 +6555,37 @@
|
|
|
5652
6555
|
"requires": {}
|
|
5653
6556
|
}
|
|
5654
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
|
+
},
|
|
5655
6580
|
{
|
|
5656
6581
|
"name": "sidebase-auth",
|
|
5657
|
-
"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.",
|
|
5658
6583
|
"repo": "sidebase/nuxt-auth",
|
|
5659
6584
|
"npm": "@sidebase/nuxt-auth",
|
|
5660
6585
|
"icon": "sidebase-auth.png",
|
|
5661
6586
|
"github": "https://github.com/sidebase/nuxt-auth",
|
|
5662
|
-
"website": "https://
|
|
5663
|
-
"learn_more": "https://
|
|
6587
|
+
"website": "https://auth.sidebase.io/",
|
|
6588
|
+
"learn_more": "https://sidebase.io/",
|
|
5664
6589
|
"category": "Security",
|
|
5665
6590
|
"type": "3rd-party",
|
|
5666
6591
|
"maintainers": [
|
|
@@ -5671,7 +6596,7 @@
|
|
|
5671
6596
|
}
|
|
5672
6597
|
],
|
|
5673
6598
|
"compatibility": {
|
|
5674
|
-
"nuxt": "
|
|
6599
|
+
"nuxt": ">=3.0.0",
|
|
5675
6600
|
"requires": {}
|
|
5676
6601
|
}
|
|
5677
6602
|
},
|
|
@@ -5682,81 +6607,39 @@
|
|
|
5682
6607
|
"npm": "nuxt-simple-line-icons",
|
|
5683
6608
|
"icon": "",
|
|
5684
6609
|
"github": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
5685
|
-
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
5686
|
-
"learn_more": "https://thesabbir.github.io/simple-line-icons/",
|
|
5687
|
-
"category": "Fonts",
|
|
5688
|
-
"type": "3rd-party",
|
|
5689
|
-
"maintainers": [
|
|
5690
|
-
{
|
|
5691
|
-
"name": "vaso2",
|
|
5692
|
-
"github": "vaso2"
|
|
5693
|
-
}
|
|
5694
|
-
],
|
|
5695
|
-
"compatibility": {
|
|
5696
|
-
"nuxt": "^2.0.0",
|
|
5697
|
-
"requires": {}
|
|
5698
|
-
}
|
|
5699
|
-
},
|
|
5700
|
-
{
|
|
5701
|
-
"name": "simple-robots",
|
|
5702
|
-
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5703
|
-
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5704
|
-
"npm": "nuxt-simple-robots",
|
|
5705
|
-
"icon": "simple-robots.svg",
|
|
5706
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5707
|
-
"website": "https://nuxtseo.com/robots",
|
|
5708
|
-
"learn_more": "https://nuxtseo.com/robots",
|
|
5709
|
-
"category": "SEO",
|
|
5710
|
-
"type": "3rd-party",
|
|
5711
|
-
"maintainers": [
|
|
5712
|
-
{
|
|
5713
|
-
"name": "Harlan Wilton",
|
|
5714
|
-
"github": "harlan-zw",
|
|
5715
|
-
"twitter": "harlan_zw",
|
|
5716
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5717
|
-
}
|
|
5718
|
-
],
|
|
5719
|
-
"compatibility": {
|
|
5720
|
-
"nuxt": "^3.0.0",
|
|
5721
|
-
"requires": {}
|
|
5722
|
-
}
|
|
5723
|
-
},
|
|
5724
|
-
{
|
|
5725
|
-
"name": "simple-sitemap",
|
|
5726
|
-
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5727
|
-
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
5728
|
-
"npm": "nuxt-simple-sitemap",
|
|
5729
|
-
"icon": "simple-sitemap.svg",
|
|
5730
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
5731
|
-
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5732
|
-
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
5733
|
-
"category": "SEO",
|
|
6610
|
+
"website": "https://github.com/vaso2/nuxt-simple-line-icons",
|
|
6611
|
+
"learn_more": "https://thesabbir.github.io/simple-line-icons/",
|
|
6612
|
+
"category": "Fonts",
|
|
5734
6613
|
"type": "3rd-party",
|
|
5735
6614
|
"maintainers": [
|
|
5736
6615
|
{
|
|
5737
|
-
"name": "
|
|
5738
|
-
"github": "
|
|
5739
|
-
"twitter": "harlan_zw",
|
|
5740
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6616
|
+
"name": "vaso2",
|
|
6617
|
+
"github": "vaso2"
|
|
5741
6618
|
}
|
|
5742
6619
|
],
|
|
5743
6620
|
"compatibility": {
|
|
5744
|
-
"nuxt": "^
|
|
6621
|
+
"nuxt": "^2.0.0",
|
|
5745
6622
|
"requires": {}
|
|
5746
6623
|
}
|
|
5747
6624
|
},
|
|
5748
6625
|
{
|
|
5749
6626
|
"name": "sitemap",
|
|
5750
|
-
"description": "
|
|
5751
|
-
"repo": "nuxt-
|
|
6627
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
6628
|
+
"repo": "nuxt-modules/sitemap",
|
|
5752
6629
|
"npm": "@nuxtjs/sitemap",
|
|
5753
|
-
"icon": "",
|
|
5754
|
-
"github": "https://github.com/nuxt-
|
|
5755
|
-
"website": "https://
|
|
5756
|
-
"learn_more": "",
|
|
6630
|
+
"icon": "simple-sitemap.svg",
|
|
6631
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6632
|
+
"website": "https://nuxtseo.com/",
|
|
6633
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5757
6634
|
"category": "SEO",
|
|
5758
6635
|
"type": "community",
|
|
5759
6636
|
"maintainers": [
|
|
6637
|
+
{
|
|
6638
|
+
"name": "Harlan Wilton",
|
|
6639
|
+
"github": "harlan-zw",
|
|
6640
|
+
"twitter": "harlan_zw",
|
|
6641
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6642
|
+
},
|
|
5760
6643
|
{
|
|
5761
6644
|
"name": "Nicolas PENNEC",
|
|
5762
6645
|
"github": "NicoPennec",
|
|
@@ -5764,7 +6647,7 @@
|
|
|
5764
6647
|
}
|
|
5765
6648
|
],
|
|
5766
6649
|
"compatibility": {
|
|
5767
|
-
"nuxt": "
|
|
6650
|
+
"nuxt": ">=3.0.0",
|
|
5768
6651
|
"requires": {}
|
|
5769
6652
|
}
|
|
5770
6653
|
},
|
|
@@ -5786,7 +6669,7 @@
|
|
|
5786
6669
|
}
|
|
5787
6670
|
],
|
|
5788
6671
|
"compatibility": {
|
|
5789
|
-
"nuxt": "
|
|
6672
|
+
"nuxt": ">=3.0.0",
|
|
5790
6673
|
"requires": {}
|
|
5791
6674
|
}
|
|
5792
6675
|
},
|
|
@@ -5798,7 +6681,7 @@
|
|
|
5798
6681
|
"icon": "snipcart.png",
|
|
5799
6682
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5800
6683
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5801
|
-
"learn_more": "
|
|
6684
|
+
"learn_more": "",
|
|
5802
6685
|
"category": "Ecommerce",
|
|
5803
6686
|
"type": "community",
|
|
5804
6687
|
"maintainers": [
|
|
@@ -5809,7 +6692,7 @@
|
|
|
5809
6692
|
}
|
|
5810
6693
|
],
|
|
5811
6694
|
"compatibility": {
|
|
5812
|
-
"nuxt": "^2.0.0 ||
|
|
6695
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
5813
6696
|
"requires": {}
|
|
5814
6697
|
}
|
|
5815
6698
|
},
|
|
@@ -5880,39 +6763,6 @@
|
|
|
5880
6763
|
"requires": {}
|
|
5881
6764
|
}
|
|
5882
6765
|
},
|
|
5883
|
-
{
|
|
5884
|
-
"name": "speedkit",
|
|
5885
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5886
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5887
|
-
"npm": "nuxt-speedkit",
|
|
5888
|
-
"icon": "speedkit.png",
|
|
5889
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5890
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5891
|
-
"learn_more": "",
|
|
5892
|
-
"category": "Performance",
|
|
5893
|
-
"type": "3rd-party",
|
|
5894
|
-
"maintainers": [
|
|
5895
|
-
{
|
|
5896
|
-
"name": "Stephan Gerbeth",
|
|
5897
|
-
"github": "StephanGerbeth",
|
|
5898
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5899
|
-
},
|
|
5900
|
-
{
|
|
5901
|
-
"name": "Thorn Walli",
|
|
5902
|
-
"github": "ThornWalli",
|
|
5903
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5904
|
-
},
|
|
5905
|
-
{
|
|
5906
|
-
"name": "Grabarz & Partner",
|
|
5907
|
-
"github": "GrabarzUndPartner",
|
|
5908
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5909
|
-
}
|
|
5910
|
-
],
|
|
5911
|
-
"compatibility": {
|
|
5912
|
-
"nuxt": "^2.0.0",
|
|
5913
|
-
"requires": {}
|
|
5914
|
-
}
|
|
5915
|
-
},
|
|
5916
6766
|
{
|
|
5917
6767
|
"name": "ssr-lit",
|
|
5918
6768
|
"description": "",
|
|
@@ -5959,23 +6809,29 @@
|
|
|
5959
6809
|
},
|
|
5960
6810
|
{
|
|
5961
6811
|
"name": "storefront-ui",
|
|
5962
|
-
"description": "Storefront UI
|
|
5963
|
-
"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",
|
|
5964
6814
|
"npm": "@storefront-ui/nuxt",
|
|
5965
6815
|
"icon": "storefront-ui.svg",
|
|
5966
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
5967
|
-
"website": "https://docs.storefrontui.io
|
|
5968
|
-
"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",
|
|
5969
6819
|
"category": "UI",
|
|
5970
6820
|
"type": "3rd-party",
|
|
5971
6821
|
"maintainers": [
|
|
5972
6822
|
{
|
|
5973
|
-
"name": "
|
|
5974
|
-
"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"
|
|
5975
6831
|
}
|
|
5976
6832
|
],
|
|
5977
6833
|
"compatibility": {
|
|
5978
|
-
"nuxt": "
|
|
6834
|
+
"nuxt": ">=3.0.0",
|
|
5979
6835
|
"requires": {}
|
|
5980
6836
|
}
|
|
5981
6837
|
},
|
|
@@ -6004,7 +6860,7 @@
|
|
|
6004
6860
|
{
|
|
6005
6861
|
"name": "storyblok",
|
|
6006
6862
|
"description": "Storyblok Nuxt module",
|
|
6007
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6863
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
6008
6864
|
"npm": "@storyblok/nuxt",
|
|
6009
6865
|
"icon": "storyblok.png",
|
|
6010
6866
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -6019,20 +6875,20 @@
|
|
|
6019
6875
|
}
|
|
6020
6876
|
],
|
|
6021
6877
|
"compatibility": {
|
|
6022
|
-
"nuxt": "^2.0.0 ||
|
|
6878
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6023
6879
|
"requires": {},
|
|
6024
6880
|
"devtools": "^0.0.0"
|
|
6025
6881
|
}
|
|
6026
6882
|
},
|
|
6027
6883
|
{
|
|
6028
6884
|
"name": "storybook",
|
|
6029
|
-
"description": "Easily integrate Storybook in your Nuxt application to design, build, and
|
|
6030
|
-
"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",
|
|
6031
6887
|
"npm": "@nuxtjs/storybook",
|
|
6032
6888
|
"icon": "storybook.png",
|
|
6033
6889
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
6034
6890
|
"website": "https://storybook.nuxtjs.org",
|
|
6035
|
-
"learn_more": "
|
|
6891
|
+
"learn_more": "",
|
|
6036
6892
|
"category": "Devtools",
|
|
6037
6893
|
"type": "community",
|
|
6038
6894
|
"maintainers": [
|
|
@@ -6040,10 +6896,14 @@
|
|
|
6040
6896
|
"name": "Chakir QATAB",
|
|
6041
6897
|
"github": "chakAs3",
|
|
6042
6898
|
"twitter": "ChakirQatab"
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"name": "Tobias Diez",
|
|
6902
|
+
"github": "tobiasdiez"
|
|
6043
6903
|
}
|
|
6044
6904
|
],
|
|
6045
6905
|
"compatibility": {
|
|
6046
|
-
"nuxt": "^2.0.0 ||
|
|
6906
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6047
6907
|
"requires": {
|
|
6048
6908
|
"bridge": "optional"
|
|
6049
6909
|
},
|
|
@@ -6074,7 +6934,7 @@
|
|
|
6074
6934
|
}
|
|
6075
6935
|
],
|
|
6076
6936
|
"compatibility": {
|
|
6077
|
-
"nuxt": "^2.0.0 ||
|
|
6937
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6078
6938
|
"requires": {
|
|
6079
6939
|
"bridge": true
|
|
6080
6940
|
},
|
|
@@ -6103,7 +6963,7 @@
|
|
|
6103
6963
|
}
|
|
6104
6964
|
],
|
|
6105
6965
|
"compatibility": {
|
|
6106
|
-
"nuxt": "
|
|
6966
|
+
"nuxt": ">=3.0.0",
|
|
6107
6967
|
"requires": {}
|
|
6108
6968
|
}
|
|
6109
6969
|
},
|
|
@@ -6153,7 +7013,7 @@
|
|
|
6153
7013
|
}
|
|
6154
7014
|
],
|
|
6155
7015
|
"compatibility": {
|
|
6156
|
-
"nuxt": "
|
|
7016
|
+
"nuxt": ">=3.0.0",
|
|
6157
7017
|
"requires": {
|
|
6158
7018
|
"content": true
|
|
6159
7019
|
}
|
|
@@ -6200,30 +7060,7 @@
|
|
|
6200
7060
|
}
|
|
6201
7061
|
],
|
|
6202
7062
|
"compatibility": {
|
|
6203
|
-
"nuxt": "^2.0.0 ||
|
|
6204
|
-
"requires": {}
|
|
6205
|
-
}
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "stylify",
|
|
6209
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
6210
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
6211
|
-
"npm": "@stylify/nuxt",
|
|
6212
|
-
"icon": "stylify.svg",
|
|
6213
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
6214
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
6215
|
-
"learn_more": "https://stylifycss.com",
|
|
6216
|
-
"category": "UI",
|
|
6217
|
-
"type": "3rd-party",
|
|
6218
|
-
"maintainers": [
|
|
6219
|
-
{
|
|
6220
|
-
"name": "Vladimír Macháček",
|
|
6221
|
-
"github": "Machy8",
|
|
6222
|
-
"twitter": "8machy"
|
|
6223
|
-
}
|
|
6224
|
-
],
|
|
6225
|
-
"compatibility": {
|
|
6226
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7063
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6227
7064
|
"requires": {}
|
|
6228
7065
|
}
|
|
6229
7066
|
},
|
|
@@ -6256,7 +7093,30 @@
|
|
|
6256
7093
|
}
|
|
6257
7094
|
],
|
|
6258
7095
|
"compatibility": {
|
|
6259
|
-
"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",
|
|
6260
7120
|
"requires": {}
|
|
6261
7121
|
}
|
|
6262
7122
|
},
|
|
@@ -6301,7 +7161,7 @@
|
|
|
6301
7161
|
}
|
|
6302
7162
|
],
|
|
6303
7163
|
"compatibility": {
|
|
6304
|
-
"nuxt": "^2.0.0 ||
|
|
7164
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6305
7165
|
"requires": {}
|
|
6306
7166
|
}
|
|
6307
7167
|
},
|
|
@@ -6349,6 +7209,30 @@
|
|
|
6349
7209
|
"requires": {}
|
|
6350
7210
|
}
|
|
6351
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
|
+
},
|
|
6352
7236
|
{
|
|
6353
7237
|
"name": "swiper",
|
|
6354
7238
|
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
@@ -6367,7 +7251,7 @@
|
|
|
6367
7251
|
}
|
|
6368
7252
|
],
|
|
6369
7253
|
"compatibility": {
|
|
6370
|
-
"nuxt": "
|
|
7254
|
+
"nuxt": ">=3.0.0",
|
|
6371
7255
|
"requires": {}
|
|
6372
7256
|
}
|
|
6373
7257
|
},
|
|
@@ -6390,7 +7274,7 @@
|
|
|
6390
7274
|
}
|
|
6391
7275
|
],
|
|
6392
7276
|
"compatibility": {
|
|
6393
|
-
"nuxt": "
|
|
7277
|
+
"nuxt": ">=3.0.0",
|
|
6394
7278
|
"requires": {}
|
|
6395
7279
|
}
|
|
6396
7280
|
},
|
|
@@ -6403,7 +7287,7 @@
|
|
|
6403
7287
|
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
6404
7288
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
6405
7289
|
"learn_more": "https://tailwindcss.com/",
|
|
6406
|
-
"category": "
|
|
7290
|
+
"category": "CSS",
|
|
6407
7291
|
"type": "community",
|
|
6408
7292
|
"maintainers": [
|
|
6409
7293
|
{
|
|
@@ -6417,9 +7301,62 @@
|
|
|
6417
7301
|
}
|
|
6418
7302
|
],
|
|
6419
7303
|
"compatibility": {
|
|
6420
|
-
"nuxt": "^2.0.0 ||
|
|
7304
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6421
7305
|
"requires": {},
|
|
6422
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": {}
|
|
6423
7360
|
}
|
|
6424
7361
|
},
|
|
6425
7362
|
{
|
|
@@ -6463,7 +7400,7 @@
|
|
|
6463
7400
|
}
|
|
6464
7401
|
],
|
|
6465
7402
|
"compatibility": {
|
|
6466
|
-
"nuxt": "
|
|
7403
|
+
"nuxt": ">=3.0.0",
|
|
6467
7404
|
"requires": {}
|
|
6468
7405
|
}
|
|
6469
7406
|
},
|
|
@@ -6474,8 +7411,8 @@
|
|
|
6474
7411
|
"npm": "nuxt-tiptap-editor",
|
|
6475
7412
|
"icon": "tiptap.png",
|
|
6476
7413
|
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6477
|
-
"website": "https://
|
|
6478
|
-
"learn_more": "https://
|
|
7414
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7415
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6479
7416
|
"category": "Libraries",
|
|
6480
7417
|
"type": "3rd-party",
|
|
6481
7418
|
"maintainers": [
|
|
@@ -6485,7 +7422,7 @@
|
|
|
6485
7422
|
}
|
|
6486
7423
|
],
|
|
6487
7424
|
"compatibility": {
|
|
6488
|
-
"nuxt": "
|
|
7425
|
+
"nuxt": ">=3.0.0",
|
|
6489
7426
|
"requires": {}
|
|
6490
7427
|
}
|
|
6491
7428
|
},
|
|
@@ -6512,6 +7449,28 @@
|
|
|
6512
7449
|
"requires": {}
|
|
6513
7450
|
}
|
|
6514
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
|
+
},
|
|
6515
7474
|
{
|
|
6516
7475
|
"name": "translation-manager",
|
|
6517
7476
|
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
@@ -6530,7 +7489,7 @@
|
|
|
6530
7489
|
}
|
|
6531
7490
|
],
|
|
6532
7491
|
"compatibility": {
|
|
6533
|
-
"nuxt": "
|
|
7492
|
+
"nuxt": ">=3.0.0",
|
|
6534
7493
|
"requires": {}
|
|
6535
7494
|
}
|
|
6536
7495
|
},
|
|
@@ -6563,7 +7522,7 @@
|
|
|
6563
7522
|
}
|
|
6564
7523
|
],
|
|
6565
7524
|
"compatibility": {
|
|
6566
|
-
"nuxt": "
|
|
7525
|
+
"nuxt": ">=3.0.0",
|
|
6567
7526
|
"requires": {}
|
|
6568
7527
|
}
|
|
6569
7528
|
},
|
|
@@ -6586,7 +7545,7 @@
|
|
|
6586
7545
|
}
|
|
6587
7546
|
],
|
|
6588
7547
|
"compatibility": {
|
|
6589
|
-
"nuxt": "^2.0.0 ||
|
|
7548
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6590
7549
|
"requires": {
|
|
6591
7550
|
"bridge": true
|
|
6592
7551
|
}
|
|
@@ -6634,7 +7593,7 @@
|
|
|
6634
7593
|
}
|
|
6635
7594
|
],
|
|
6636
7595
|
"compatibility": {
|
|
6637
|
-
"nuxt": "
|
|
7596
|
+
"nuxt": ">=3.0.0",
|
|
6638
7597
|
"requires": {}
|
|
6639
7598
|
}
|
|
6640
7599
|
},
|
|
@@ -6667,7 +7626,7 @@
|
|
|
6667
7626
|
}
|
|
6668
7627
|
],
|
|
6669
7628
|
"compatibility": {
|
|
6670
|
-
"nuxt": "^2.0.0 ||
|
|
7629
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6671
7630
|
"requires": {}
|
|
6672
7631
|
}
|
|
6673
7632
|
},
|
|
@@ -6689,7 +7648,7 @@
|
|
|
6689
7648
|
}
|
|
6690
7649
|
],
|
|
6691
7650
|
"compatibility": {
|
|
6692
|
-
"nuxt": "^2.0.0 ||
|
|
7651
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6693
7652
|
"requires": {}
|
|
6694
7653
|
}
|
|
6695
7654
|
},
|
|
@@ -6801,7 +7760,7 @@
|
|
|
6801
7760
|
}
|
|
6802
7761
|
],
|
|
6803
7762
|
"compatibility": {
|
|
6804
|
-
"nuxt": "^2.0.0 ||
|
|
7763
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6805
7764
|
"requires": {},
|
|
6806
7765
|
"devtools": "^0.0.0"
|
|
6807
7766
|
}
|
|
@@ -6835,7 +7794,7 @@
|
|
|
6835
7794
|
}
|
|
6836
7795
|
],
|
|
6837
7796
|
"compatibility": {
|
|
6838
|
-
"nuxt": "
|
|
7797
|
+
"nuxt": ">=3.0.0",
|
|
6839
7798
|
"requires": {}
|
|
6840
7799
|
}
|
|
6841
7800
|
},
|
|
@@ -6857,34 +7816,12 @@
|
|
|
6857
7816
|
}
|
|
6858
7817
|
],
|
|
6859
7818
|
"compatibility": {
|
|
6860
|
-
"nuxt": "^2.0.0 ||
|
|
7819
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6861
7820
|
"requires": {
|
|
6862
7821
|
"bridge": "optional"
|
|
6863
7822
|
}
|
|
6864
7823
|
}
|
|
6865
7824
|
},
|
|
6866
|
-
{
|
|
6867
|
-
"name": "unhead",
|
|
6868
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6869
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6870
|
-
"npm": "nuxt-seo-experiments",
|
|
6871
|
-
"icon": "",
|
|
6872
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6873
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6874
|
-
"learn_more": "",
|
|
6875
|
-
"category": "SEO",
|
|
6876
|
-
"type": "3rd-party",
|
|
6877
|
-
"maintainers": [
|
|
6878
|
-
{
|
|
6879
|
-
"name": "harlan-zw",
|
|
6880
|
-
"github": "harlan-zw"
|
|
6881
|
-
}
|
|
6882
|
-
],
|
|
6883
|
-
"compatibility": {
|
|
6884
|
-
"nuxt": "^3.0.0",
|
|
6885
|
-
"requires": {}
|
|
6886
|
-
}
|
|
6887
|
-
},
|
|
6888
7825
|
{
|
|
6889
7826
|
"name": "universal-storage",
|
|
6890
7827
|
"description": "Universal Storage Utilities for Nuxt",
|
|
@@ -6916,7 +7853,7 @@
|
|
|
6916
7853
|
{
|
|
6917
7854
|
"name": "unlazy",
|
|
6918
7855
|
"description": "Lazy loading library for placeholder images",
|
|
6919
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7856
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6920
7857
|
"npm": "@unlazy/nuxt",
|
|
6921
7858
|
"icon": "unlazy.svg",
|
|
6922
7859
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6931,36 +7868,10 @@
|
|
|
6931
7868
|
}
|
|
6932
7869
|
],
|
|
6933
7870
|
"compatibility": {
|
|
6934
|
-
"nuxt": "
|
|
7871
|
+
"nuxt": ">=3.0.0",
|
|
6935
7872
|
"requires": {}
|
|
6936
7873
|
}
|
|
6937
7874
|
},
|
|
6938
|
-
{
|
|
6939
|
-
"name": "unlighthouse",
|
|
6940
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6941
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6942
|
-
"npm": "@unlighthouse/nuxt",
|
|
6943
|
-
"icon": "unlighthouse.svg",
|
|
6944
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6945
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6946
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6947
|
-
"category": "Devtools",
|
|
6948
|
-
"type": "3rd-party",
|
|
6949
|
-
"maintainers": [
|
|
6950
|
-
{
|
|
6951
|
-
"name": "Harlan Wilton",
|
|
6952
|
-
"github": "harlan-zw",
|
|
6953
|
-
"twitter": "harlan_zw",
|
|
6954
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6955
|
-
}
|
|
6956
|
-
],
|
|
6957
|
-
"compatibility": {
|
|
6958
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6959
|
-
"requires": {
|
|
6960
|
-
"bridge": "optional"
|
|
6961
|
-
}
|
|
6962
|
-
}
|
|
6963
|
-
},
|
|
6964
7875
|
{
|
|
6965
7876
|
"name": "unocss",
|
|
6966
7877
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -6970,7 +7881,7 @@
|
|
|
6970
7881
|
"github": "https://github.com/unocss/unocss",
|
|
6971
7882
|
"website": "https://github.com/unocss/unocss",
|
|
6972
7883
|
"learn_more": "https://github.com/unocss/unocss",
|
|
6973
|
-
"category": "
|
|
7884
|
+
"category": "CSS",
|
|
6974
7885
|
"type": "3rd-party",
|
|
6975
7886
|
"maintainers": [
|
|
6976
7887
|
{
|
|
@@ -6981,7 +7892,7 @@
|
|
|
6981
7892
|
}
|
|
6982
7893
|
],
|
|
6983
7894
|
"compatibility": {
|
|
6984
|
-
"nuxt": "^2.0.0 ||
|
|
7895
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6985
7896
|
"requires": {
|
|
6986
7897
|
"bridge": "optional"
|
|
6987
7898
|
},
|
|
@@ -6995,8 +7906,8 @@
|
|
|
6995
7906
|
"npm": "nuxt-ununura",
|
|
6996
7907
|
"icon": "ununuracss.png",
|
|
6997
7908
|
"github": "https://github.com/novout/ununuracss",
|
|
6998
|
-
"website": "https://
|
|
6999
|
-
"learn_more": "https://
|
|
7909
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7910
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
7000
7911
|
"category": "UI",
|
|
7001
7912
|
"type": "3rd-party",
|
|
7002
7913
|
"maintainers": [
|
|
@@ -7007,32 +7918,30 @@
|
|
|
7007
7918
|
}
|
|
7008
7919
|
],
|
|
7009
7920
|
"compatibility": {
|
|
7010
|
-
"nuxt": "^2.0.0 ||
|
|
7921
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7011
7922
|
"requires": {}
|
|
7012
7923
|
}
|
|
7013
7924
|
},
|
|
7014
7925
|
{
|
|
7015
|
-
"name": "use-
|
|
7016
|
-
"description": "
|
|
7017
|
-
"repo": "
|
|
7018
|
-
"npm": "
|
|
7019
|
-
"icon": "use-
|
|
7020
|
-
"github": "https://github.com/
|
|
7021
|
-
"website": "https://
|
|
7022
|
-
"learn_more": "https://
|
|
7023
|
-
"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",
|
|
7024
7935
|
"type": "3rd-party",
|
|
7025
7936
|
"maintainers": [
|
|
7026
7937
|
{
|
|
7027
|
-
"name": "
|
|
7028
|
-
"github": "
|
|
7938
|
+
"name": "KoujiSano",
|
|
7939
|
+
"github": "KoujiSano"
|
|
7029
7940
|
}
|
|
7030
7941
|
],
|
|
7031
7942
|
"compatibility": {
|
|
7032
|
-
"nuxt": "
|
|
7033
|
-
"requires": {
|
|
7034
|
-
"bridge": true
|
|
7035
|
-
}
|
|
7943
|
+
"nuxt": ">=3.0.0",
|
|
7944
|
+
"requires": {}
|
|
7036
7945
|
}
|
|
7037
7946
|
},
|
|
7038
7947
|
{
|
|
@@ -7057,28 +7966,6 @@
|
|
|
7057
7966
|
"requires": {}
|
|
7058
7967
|
}
|
|
7059
7968
|
},
|
|
7060
|
-
{
|
|
7061
|
-
"name": "validate",
|
|
7062
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
7063
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
7064
|
-
"npm": "nuxt-validate",
|
|
7065
|
-
"icon": "vee-validate.png",
|
|
7066
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
7067
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
7068
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
7069
|
-
"category": "Libraries",
|
|
7070
|
-
"type": "3rd-party",
|
|
7071
|
-
"maintainers": [
|
|
7072
|
-
{
|
|
7073
|
-
"name": "lewyuburi",
|
|
7074
|
-
"github": "lewyuburi"
|
|
7075
|
-
}
|
|
7076
|
-
],
|
|
7077
|
-
"compatibility": {
|
|
7078
|
-
"nuxt": "^2.0.0",
|
|
7079
|
-
"requires": {}
|
|
7080
|
-
}
|
|
7081
|
-
},
|
|
7082
7969
|
{
|
|
7083
7970
|
"name": "vant",
|
|
7084
7971
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -7097,7 +7984,7 @@
|
|
|
7097
7984
|
}
|
|
7098
7985
|
],
|
|
7099
7986
|
"compatibility": {
|
|
7100
|
-
"nuxt": "
|
|
7987
|
+
"nuxt": ">=3.0.0",
|
|
7101
7988
|
"requires": {
|
|
7102
7989
|
"bridge": "optional"
|
|
7103
7990
|
}
|
|
@@ -7110,7 +7997,7 @@
|
|
|
7110
7997
|
"npm": "@varlet/nuxt",
|
|
7111
7998
|
"icon": "varlet.svg",
|
|
7112
7999
|
"github": "https://github.com/varletjs/varlet",
|
|
7113
|
-
"website": "https://varlet.
|
|
8000
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
7114
8001
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7115
8002
|
"category": "UI",
|
|
7116
8003
|
"type": "3rd-party",
|
|
@@ -7121,7 +8008,7 @@
|
|
|
7121
8008
|
}
|
|
7122
8009
|
],
|
|
7123
8010
|
"compatibility": {
|
|
7124
|
-
"nuxt": "
|
|
8011
|
+
"nuxt": ">=3.0.0",
|
|
7125
8012
|
"requires": {
|
|
7126
8013
|
"bridge": "optional"
|
|
7127
8014
|
}
|
|
@@ -7133,8 +8020,8 @@
|
|
|
7133
8020
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
7134
8021
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7135
8022
|
"icon": "vcalendar.png",
|
|
7136
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
7137
|
-
"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",
|
|
7138
8025
|
"learn_more": "",
|
|
7139
8026
|
"category": "Libraries",
|
|
7140
8027
|
"type": "3rd-party",
|
|
@@ -7145,7 +8032,7 @@
|
|
|
7145
8032
|
}
|
|
7146
8033
|
],
|
|
7147
8034
|
"compatibility": {
|
|
7148
|
-
"nuxt": "
|
|
8035
|
+
"nuxt": ">=3.0.0",
|
|
7149
8036
|
"requires": {}
|
|
7150
8037
|
}
|
|
7151
8038
|
},
|
|
@@ -7167,7 +8054,7 @@
|
|
|
7167
8054
|
}
|
|
7168
8055
|
],
|
|
7169
8056
|
"compatibility": {
|
|
7170
|
-
"nuxt": "
|
|
8057
|
+
"nuxt": ">=3.0.0",
|
|
7171
8058
|
"requires": {}
|
|
7172
8059
|
}
|
|
7173
8060
|
},
|
|
@@ -7212,7 +8099,7 @@
|
|
|
7212
8099
|
}
|
|
7213
8100
|
],
|
|
7214
8101
|
"compatibility": {
|
|
7215
|
-
"nuxt": "
|
|
8102
|
+
"nuxt": ">=3.0.0",
|
|
7216
8103
|
"requires": {}
|
|
7217
8104
|
}
|
|
7218
8105
|
},
|
|
@@ -7235,7 +8122,7 @@
|
|
|
7235
8122
|
}
|
|
7236
8123
|
],
|
|
7237
8124
|
"compatibility": {
|
|
7238
|
-
"nuxt": "
|
|
8125
|
+
"nuxt": ">=3.0.0",
|
|
7239
8126
|
"requires": {}
|
|
7240
8127
|
}
|
|
7241
8128
|
},
|
|
@@ -7263,46 +8150,19 @@
|
|
|
7263
8150
|
}
|
|
7264
8151
|
],
|
|
7265
8152
|
"compatibility": {
|
|
7266
|
-
"nuxt": "
|
|
8153
|
+
"nuxt": ">=3.0.0",
|
|
7267
8154
|
"requires": {}
|
|
7268
8155
|
}
|
|
7269
8156
|
},
|
|
7270
|
-
{
|
|
7271
|
-
"name": "vitest",
|
|
7272
|
-
"description": "Vitest integration with Nuxt",
|
|
7273
|
-
"repo": "danielroe/nuxt-vitest",
|
|
7274
|
-
"npm": "nuxt-vitest",
|
|
7275
|
-
"icon": "vitest.svg",
|
|
7276
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
7277
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
7278
|
-
"learn_more": "",
|
|
7279
|
-
"category": "Devtools",
|
|
7280
|
-
"type": "3rd-party",
|
|
7281
|
-
"maintainers": [
|
|
7282
|
-
{
|
|
7283
|
-
"name": "Daniel Roe",
|
|
7284
|
-
"github": "danielroe"
|
|
7285
|
-
},
|
|
7286
|
-
{
|
|
7287
|
-
"name": "Anthony Fu",
|
|
7288
|
-
"github": "antfu"
|
|
7289
|
-
}
|
|
7290
|
-
],
|
|
7291
|
-
"compatibility": {
|
|
7292
|
-
"nuxt": "^3.0.0",
|
|
7293
|
-
"requires": {},
|
|
7294
|
-
"devtools": "^0.0.0"
|
|
7295
|
-
}
|
|
7296
|
-
},
|
|
7297
8157
|
{
|
|
7298
8158
|
"name": "vue-email",
|
|
7299
8159
|
"description": "💌 Write email templates with vue",
|
|
7300
|
-
"repo": "
|
|
7301
|
-
"npm": "vue-email",
|
|
8160
|
+
"repo": "vue-email/nuxt",
|
|
8161
|
+
"npm": "@vue-email/nuxt",
|
|
7302
8162
|
"icon": "vue-email.svg",
|
|
7303
|
-
"github": "https://github.com/
|
|
7304
|
-
"website": "https://
|
|
7305
|
-
"learn_more": "https://
|
|
8163
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
8164
|
+
"website": "https://vuemail.net/",
|
|
8165
|
+
"learn_more": "https://vuemail.net/",
|
|
7306
8166
|
"category": "UI",
|
|
7307
8167
|
"type": "3rd-party",
|
|
7308
8168
|
"maintainers": [
|
|
@@ -7320,7 +8180,7 @@
|
|
|
7320
8180
|
}
|
|
7321
8181
|
],
|
|
7322
8182
|
"compatibility": {
|
|
7323
|
-
"nuxt": "
|
|
8183
|
+
"nuxt": ">=3.0.0",
|
|
7324
8184
|
"requires": {},
|
|
7325
8185
|
"devtools": "^0.0.0"
|
|
7326
8186
|
}
|
|
@@ -7328,7 +8188,7 @@
|
|
|
7328
8188
|
{
|
|
7329
8189
|
"name": "vue-final-modal",
|
|
7330
8190
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7331
|
-
"repo": "vue-final/vue-final-modal",
|
|
8191
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7332
8192
|
"npm": "@vue-final-modal/nuxt",
|
|
7333
8193
|
"icon": "vue-final-modal.svg",
|
|
7334
8194
|
"github": "https://github.com/vue-final/vue-final-modal",
|
|
@@ -7344,7 +8204,7 @@
|
|
|
7344
8204
|
}
|
|
7345
8205
|
],
|
|
7346
8206
|
"compatibility": {
|
|
7347
|
-
"nuxt": "
|
|
8207
|
+
"nuxt": ">=3.0.0",
|
|
7348
8208
|
"requires": {}
|
|
7349
8209
|
}
|
|
7350
8210
|
},
|
|
@@ -7367,7 +8227,7 @@
|
|
|
7367
8227
|
}
|
|
7368
8228
|
],
|
|
7369
8229
|
"compatibility": {
|
|
7370
|
-
"nuxt": "
|
|
8230
|
+
"nuxt": ">=3.0.0",
|
|
7371
8231
|
"requires": {
|
|
7372
8232
|
"bridge": "optional"
|
|
7373
8233
|
},
|
|
@@ -7423,7 +8283,7 @@
|
|
|
7423
8283
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
7424
8284
|
"repo": "moritzsternemann/vue-plausible",
|
|
7425
8285
|
"npm": "vue-plausible",
|
|
7426
|
-
"icon": "plausible.
|
|
8286
|
+
"icon": "plausible.svg",
|
|
7427
8287
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
7428
8288
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
7429
8289
|
"learn_more": "",
|
|
@@ -7443,7 +8303,7 @@
|
|
|
7443
8303
|
{
|
|
7444
8304
|
"name": "vue-query",
|
|
7445
8305
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7446
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
8306
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7447
8307
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
7448
8308
|
"icon": "vue-query.svg",
|
|
7449
8309
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -7459,7 +8319,7 @@
|
|
|
7459
8319
|
}
|
|
7460
8320
|
],
|
|
7461
8321
|
"compatibility": {
|
|
7462
|
-
"nuxt": "
|
|
8322
|
+
"nuxt": ">=3.0.0",
|
|
7463
8323
|
"requires": {}
|
|
7464
8324
|
}
|
|
7465
8325
|
},
|
|
@@ -7504,7 +8364,7 @@
|
|
|
7504
8364
|
}
|
|
7505
8365
|
],
|
|
7506
8366
|
"compatibility": {
|
|
7507
|
-
"nuxt": "^2.0.0 ||
|
|
8367
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7508
8368
|
"requires": {
|
|
7509
8369
|
"bridge": "optional"
|
|
7510
8370
|
}
|
|
@@ -7540,7 +8400,7 @@
|
|
|
7540
8400
|
"npm": "vue3-carousel-nuxt",
|
|
7541
8401
|
"icon": "",
|
|
7542
8402
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7543
|
-
"website": "",
|
|
8403
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7544
8404
|
"learn_more": "",
|
|
7545
8405
|
"category": "UI",
|
|
7546
8406
|
"type": "3rd-party",
|
|
@@ -7552,14 +8412,14 @@
|
|
|
7552
8412
|
}
|
|
7553
8413
|
],
|
|
7554
8414
|
"compatibility": {
|
|
7555
|
-
"nuxt": "
|
|
8415
|
+
"nuxt": ">=3.0.0",
|
|
7556
8416
|
"requires": {}
|
|
7557
8417
|
}
|
|
7558
8418
|
},
|
|
7559
8419
|
{
|
|
7560
8420
|
"name": "vuefire",
|
|
7561
8421
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
7562
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8422
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
7563
8423
|
"npm": "nuxt-vuefire",
|
|
7564
8424
|
"icon": "vuefire.svg",
|
|
7565
8425
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -7574,14 +8434,14 @@
|
|
|
7574
8434
|
}
|
|
7575
8435
|
],
|
|
7576
8436
|
"compatibility": {
|
|
7577
|
-
"nuxt": "
|
|
8437
|
+
"nuxt": ">=3.0.0",
|
|
7578
8438
|
"requires": {}
|
|
7579
8439
|
}
|
|
7580
8440
|
},
|
|
7581
8441
|
{
|
|
7582
8442
|
"name": "vueform-builder",
|
|
7583
8443
|
"description": "Official Vueform Builder module for Nuxt",
|
|
7584
|
-
"repo": "vueform/builder/nuxt",
|
|
8444
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7585
8445
|
"npm": "@vueform/builder-nuxt",
|
|
7586
8446
|
"icon": "vueform.svg",
|
|
7587
8447
|
"github": "https://github.com/vueform/builder",
|
|
@@ -7597,14 +8457,14 @@
|
|
|
7597
8457
|
}
|
|
7598
8458
|
],
|
|
7599
8459
|
"compatibility": {
|
|
7600
|
-
"nuxt": "
|
|
8460
|
+
"nuxt": ">=3.0.0",
|
|
7601
8461
|
"requires": {}
|
|
7602
8462
|
}
|
|
7603
8463
|
},
|
|
7604
8464
|
{
|
|
7605
8465
|
"name": "vueform",
|
|
7606
8466
|
"description": "Official Vueform module for Nuxt",
|
|
7607
|
-
"repo": "vueform/vueform/nuxt",
|
|
8467
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7608
8468
|
"npm": "@vueform/nuxt",
|
|
7609
8469
|
"icon": "vueform.svg",
|
|
7610
8470
|
"github": "https://github.com/vueform/vueform",
|
|
@@ -7620,7 +8480,7 @@
|
|
|
7620
8480
|
}
|
|
7621
8481
|
],
|
|
7622
8482
|
"compatibility": {
|
|
7623
|
-
"nuxt": "
|
|
8483
|
+
"nuxt": ">=3.0.0",
|
|
7624
8484
|
"requires": {}
|
|
7625
8485
|
}
|
|
7626
8486
|
},
|
|
@@ -7631,8 +8491,8 @@
|
|
|
7631
8491
|
"npm": "@vuestic/nuxt",
|
|
7632
8492
|
"icon": "vuestic.png",
|
|
7633
8493
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
7634
|
-
"website": "https://vuestic.dev",
|
|
7635
|
-
"learn_more": "https://vuestic.dev/
|
|
8494
|
+
"website": "https://ui.vuestic.dev",
|
|
8495
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
7636
8496
|
"category": "UI",
|
|
7637
8497
|
"type": "3rd-party",
|
|
7638
8498
|
"maintainers": [
|
|
@@ -7642,19 +8502,19 @@
|
|
|
7642
8502
|
}
|
|
7643
8503
|
],
|
|
7644
8504
|
"compatibility": {
|
|
7645
|
-
"nuxt": "
|
|
8505
|
+
"nuxt": ">=3.0.0",
|
|
7646
8506
|
"requires": {}
|
|
7647
8507
|
}
|
|
7648
8508
|
},
|
|
7649
8509
|
{
|
|
7650
8510
|
"name": "vuetify-nuxt-module",
|
|
7651
8511
|
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7652
|
-
"repo": "
|
|
8512
|
+
"repo": "vuetifyjs/nuxt-module",
|
|
7653
8513
|
"npm": "vuetify-nuxt-module",
|
|
7654
8514
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7655
|
-
"github": "https://github.com/
|
|
7656
|
-
"website": "https://
|
|
7657
|
-
"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",
|
|
7658
8518
|
"category": "UI",
|
|
7659
8519
|
"type": "3rd-party",
|
|
7660
8520
|
"maintainers": [
|
|
@@ -7664,7 +8524,7 @@
|
|
|
7664
8524
|
}
|
|
7665
8525
|
],
|
|
7666
8526
|
"compatibility": {
|
|
7667
|
-
"nuxt": "
|
|
8527
|
+
"nuxt": ">=3.0.0",
|
|
7668
8528
|
"requires": {}
|
|
7669
8529
|
}
|
|
7670
8530
|
},
|
|
@@ -7714,7 +8574,7 @@
|
|
|
7714
8574
|
}
|
|
7715
8575
|
],
|
|
7716
8576
|
"compatibility": {
|
|
7717
|
-
"nuxt": "^2.0.0 ||
|
|
8577
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7718
8578
|
"requires": {
|
|
7719
8579
|
"bridge": "optional"
|
|
7720
8580
|
},
|
|
@@ -7762,7 +8622,7 @@
|
|
|
7762
8622
|
}
|
|
7763
8623
|
],
|
|
7764
8624
|
"compatibility": {
|
|
7765
|
-
"nuxt": "
|
|
8625
|
+
"nuxt": ">=3.0.0",
|
|
7766
8626
|
"requires": {}
|
|
7767
8627
|
}
|
|
7768
8628
|
},
|
|
@@ -7794,7 +8654,7 @@
|
|
|
7794
8654
|
}
|
|
7795
8655
|
],
|
|
7796
8656
|
"compatibility": {
|
|
7797
|
-
"nuxt": "^2.0.0 ||
|
|
8657
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7798
8658
|
"requires": {
|
|
7799
8659
|
"bridge": "optional"
|
|
7800
8660
|
}
|
|
@@ -7822,6 +8682,28 @@
|
|
|
7822
8682
|
"requires": {}
|
|
7823
8683
|
}
|
|
7824
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
|
+
},
|
|
7825
8707
|
{
|
|
7826
8708
|
"name": "webpack-optimisations",
|
|
7827
8709
|
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
@@ -7899,7 +8781,7 @@
|
|
|
7899
8781
|
"icon": "webpack.png",
|
|
7900
8782
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7901
8783
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7902
|
-
"learn_more": "
|
|
8784
|
+
"learn_more": "",
|
|
7903
8785
|
"category": "Devtools",
|
|
7904
8786
|
"type": "community",
|
|
7905
8787
|
"maintainers": [
|
|
@@ -7932,7 +8814,7 @@
|
|
|
7932
8814
|
}
|
|
7933
8815
|
],
|
|
7934
8816
|
"compatibility": {
|
|
7935
|
-
"nuxt": "
|
|
8817
|
+
"nuxt": ">=3.0.0",
|
|
7936
8818
|
"requires": {}
|
|
7937
8819
|
}
|
|
7938
8820
|
},
|
|
@@ -7958,7 +8840,7 @@
|
|
|
7958
8840
|
}
|
|
7959
8841
|
],
|
|
7960
8842
|
"compatibility": {
|
|
7961
|
-
"nuxt": "
|
|
8843
|
+
"nuxt": ">=3.0.0",
|
|
7962
8844
|
"requires": {}
|
|
7963
8845
|
}
|
|
7964
8846
|
},
|
|
@@ -7986,7 +8868,7 @@
|
|
|
7986
8868
|
}
|
|
7987
8869
|
],
|
|
7988
8870
|
"compatibility": {
|
|
7989
|
-
"nuxt": "^2.0.0 ||
|
|
8871
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7990
8872
|
"requires": {
|
|
7991
8873
|
"bridge": "optional"
|
|
7992
8874
|
}
|
|
@@ -8077,7 +8959,7 @@
|
|
|
8077
8959
|
}
|
|
8078
8960
|
],
|
|
8079
8961
|
"compatibility": {
|
|
8080
|
-
"nuxt": "^2.0.0 ||
|
|
8962
|
+
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8081
8963
|
"requires": {
|
|
8082
8964
|
"bridge": true
|
|
8083
8965
|
}
|