@nuxt/modules 0.6.0-14fa89 → 0.6.0-1832a8
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 +806 -204
- package/package.json +3 -1
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
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
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -194,7 +216,7 @@
|
|
|
194
216
|
},
|
|
195
217
|
{
|
|
196
218
|
"name": "api-party",
|
|
197
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
198
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
199
221
|
"npm": "nuxt-api-party",
|
|
200
222
|
"icon": "api-party.svg",
|
|
@@ -242,7 +264,7 @@
|
|
|
242
264
|
},
|
|
243
265
|
{
|
|
244
266
|
"name": "apollo",
|
|
245
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
246
268
|
"repo": "nuxt-modules/apollo",
|
|
247
269
|
"npm": "@nuxtjs/apollo",
|
|
248
270
|
"icon": "apollo.png",
|
|
@@ -266,7 +288,7 @@
|
|
|
266
288
|
},
|
|
267
289
|
{
|
|
268
290
|
"name": "applicationinsights",
|
|
269
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
270
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
271
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
272
294
|
"icon": "application-insights.png",
|
|
@@ -353,9 +375,31 @@
|
|
|
353
375
|
"requires": {}
|
|
354
376
|
}
|
|
355
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
356
400
|
{
|
|
357
401
|
"name": "auth",
|
|
358
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
359
403
|
"repo": "nuxt-community/auth-module",
|
|
360
404
|
"npm": "@nuxtjs/auth",
|
|
361
405
|
"icon": "auth.png",
|
|
@@ -403,9 +447,32 @@
|
|
|
403
447
|
"requires": {}
|
|
404
448
|
}
|
|
405
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
406
473
|
{
|
|
407
474
|
"name": "axios",
|
|
408
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
409
476
|
"repo": "nuxt-community/axios-module",
|
|
410
477
|
"npm": "@nuxtjs/axios",
|
|
411
478
|
"icon": "axios.svg",
|
|
@@ -428,7 +495,7 @@
|
|
|
428
495
|
},
|
|
429
496
|
{
|
|
430
497
|
"name": "basic-auth",
|
|
431
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
432
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
433
500
|
"npm": "nuxt-basic-auth-module",
|
|
434
501
|
"icon": "",
|
|
@@ -552,7 +619,7 @@
|
|
|
552
619
|
},
|
|
553
620
|
{
|
|
554
621
|
"name": "bulma-slim",
|
|
555
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
556
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
557
624
|
"npm": "nuxt-bulma-slim",
|
|
558
625
|
"icon": "bulma.png",
|
|
@@ -619,7 +686,7 @@
|
|
|
619
686
|
},
|
|
620
687
|
{
|
|
621
688
|
"name": "canvas-sketch",
|
|
622
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
623
690
|
"repo": "LuXDAmore/generative-art",
|
|
624
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
625
692
|
"icon": "",
|
|
@@ -642,7 +709,7 @@
|
|
|
642
709
|
},
|
|
643
710
|
{
|
|
644
711
|
"name": "capo",
|
|
645
|
-
"description": "Capo.js implementation for Nuxt
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
646
713
|
"repo": "danielroe/nuxt-capo",
|
|
647
714
|
"npm": "nuxt-capo",
|
|
648
715
|
"icon": "",
|
|
@@ -664,7 +731,7 @@
|
|
|
664
731
|
},
|
|
665
732
|
{
|
|
666
733
|
"name": "chakra-ui",
|
|
667
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
668
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
669
736
|
"npm": "@chakra-ui/nuxt",
|
|
670
737
|
"icon": "chakra-ui.png",
|
|
@@ -775,7 +842,7 @@
|
|
|
775
842
|
},
|
|
776
843
|
{
|
|
777
844
|
"name": "cloudcms",
|
|
778
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
779
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
780
847
|
"npm": "cloudcms-nuxt",
|
|
781
848
|
"icon": "",
|
|
@@ -824,7 +891,7 @@
|
|
|
824
891
|
},
|
|
825
892
|
{
|
|
826
893
|
"name": "cloudinary",
|
|
827
|
-
"description": "Optimize images and videos in your Nuxt
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
828
895
|
"repo": "nuxt-modules/cloudinary",
|
|
829
896
|
"npm": "@nuxtjs/cloudinary",
|
|
830
897
|
"icon": "cloudinary.png",
|
|
@@ -847,7 +914,7 @@
|
|
|
847
914
|
},
|
|
848
915
|
{
|
|
849
916
|
"name": "color-mode",
|
|
850
|
-
"description": "Dark and Light mode for
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
851
918
|
"repo": "nuxt-modules/color-mode",
|
|
852
919
|
"npm": "@nuxtjs/color-mode",
|
|
853
920
|
"icon": "color-mode.png",
|
|
@@ -1068,7 +1135,7 @@
|
|
|
1068
1135
|
},
|
|
1069
1136
|
{
|
|
1070
1137
|
"name": "darkmode.js",
|
|
1071
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1072
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1073
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1074
1141
|
"icon": "darkmode.png",
|
|
@@ -1090,7 +1157,7 @@
|
|
|
1090
1157
|
},
|
|
1091
1158
|
{
|
|
1092
1159
|
"name": "date-fns",
|
|
1093
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1094
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1095
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1096
1163
|
"icon": "date-fns.png",
|
|
@@ -1112,7 +1179,7 @@
|
|
|
1112
1179
|
},
|
|
1113
1180
|
{
|
|
1114
1181
|
"name": "datocms-nuxt2",
|
|
1115
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1116
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1117
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1118
1185
|
"icon": "datocms.svg",
|
|
@@ -1181,7 +1248,7 @@
|
|
|
1181
1248
|
},
|
|
1182
1249
|
{
|
|
1183
1250
|
"name": "delay-hydration",
|
|
1184
|
-
"description": "Improve your Nuxt
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1185
1252
|
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1186
1253
|
"npm": "nuxt-delay-hydration",
|
|
1187
1254
|
"icon": "lighthouse.svg",
|
|
@@ -1204,12 +1271,12 @@
|
|
|
1204
1271
|
},
|
|
1205
1272
|
{
|
|
1206
1273
|
"name": "device",
|
|
1207
|
-
"description": "Device detection module for Nuxt
|
|
1208
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1209
1276
|
"npm": "@nuxtjs/device",
|
|
1210
1277
|
"icon": "",
|
|
1211
|
-
"github": "https://github.com/nuxt-
|
|
1212
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1213
1280
|
"learn_more": "",
|
|
1214
1281
|
"category": "Extensions",
|
|
1215
1282
|
"type": "community",
|
|
@@ -1267,12 +1334,13 @@
|
|
|
1267
1334
|
],
|
|
1268
1335
|
"compatibility": {
|
|
1269
1336
|
"nuxt": "^3.0.0",
|
|
1270
|
-
"requires": {}
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1271
1339
|
}
|
|
1272
1340
|
},
|
|
1273
1341
|
{
|
|
1274
1342
|
"name": "disqus",
|
|
1275
|
-
"description": "Disqus for Nuxt
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1276
1344
|
"repo": "modbender/nuxt-disqus",
|
|
1277
1345
|
"npm": "nuxt-disqus",
|
|
1278
1346
|
"icon": "disqus.svg",
|
|
@@ -1292,9 +1360,31 @@
|
|
|
1292
1360
|
"requires": {}
|
|
1293
1361
|
}
|
|
1294
1362
|
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1295
1385
|
{
|
|
1296
1386
|
"name": "dotenv",
|
|
1297
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1298
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1299
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1300
1390
|
"icon": "dotenv.png",
|
|
@@ -1316,13 +1406,13 @@
|
|
|
1316
1406
|
},
|
|
1317
1407
|
{
|
|
1318
1408
|
"name": "drupal-ce",
|
|
1319
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1320
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1321
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1322
1412
|
"icon": "drupal-ce.png",
|
|
1323
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1324
|
-
"website": "https://
|
|
1325
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1326
1416
|
"category": "CMS",
|
|
1327
1417
|
"type": "3rd-party",
|
|
1328
1418
|
"maintainers": [
|
|
@@ -1337,19 +1427,19 @@
|
|
|
1337
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1338
1428
|
},
|
|
1339
1429
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"github": "
|
|
1342
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1343
1433
|
}
|
|
1344
1434
|
],
|
|
1345
1435
|
"compatibility": {
|
|
1346
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1347
1437
|
"requires": {}
|
|
1348
1438
|
}
|
|
1349
1439
|
},
|
|
1350
1440
|
{
|
|
1351
1441
|
"name": "druxt",
|
|
1352
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1353
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1354
1444
|
"npm": "druxt",
|
|
1355
1445
|
"icon": "druxt.svg",
|
|
@@ -1369,6 +1459,29 @@
|
|
|
1369
1459
|
"requires": {}
|
|
1370
1460
|
}
|
|
1371
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1372
1485
|
{
|
|
1373
1486
|
"name": "electron",
|
|
1374
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1417,7 +1530,7 @@
|
|
|
1417
1530
|
},
|
|
1418
1531
|
{
|
|
1419
1532
|
"name": "emotion",
|
|
1420
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1421
1534
|
"repo": "nuxt-modules/emotion",
|
|
1422
1535
|
"npm": "@nuxtjs/emotion",
|
|
1423
1536
|
"icon": "emotion.png",
|
|
@@ -1445,7 +1558,7 @@
|
|
|
1445
1558
|
},
|
|
1446
1559
|
{
|
|
1447
1560
|
"name": "eslint",
|
|
1448
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1449
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1450
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1451
1564
|
"icon": "eslint.png",
|
|
@@ -1467,7 +1580,7 @@
|
|
|
1467
1580
|
},
|
|
1468
1581
|
{
|
|
1469
1582
|
"name": "event-trace",
|
|
1470
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1471
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1472
1585
|
"npm": "nuxt-event-trace",
|
|
1473
1586
|
"icon": "",
|
|
@@ -1487,6 +1600,29 @@
|
|
|
1487
1600
|
"requires": {}
|
|
1488
1601
|
}
|
|
1489
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1490
1626
|
{
|
|
1491
1627
|
"name": "fathom",
|
|
1492
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1511,7 +1647,7 @@
|
|
|
1511
1647
|
},
|
|
1512
1648
|
{
|
|
1513
1649
|
"name": "feature-toggle",
|
|
1514
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1515
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1516
1652
|
"npm": "nuxt-feature-toggle",
|
|
1517
1653
|
"icon": "",
|
|
@@ -1578,7 +1714,7 @@
|
|
|
1578
1714
|
},
|
|
1579
1715
|
{
|
|
1580
1716
|
"name": "floating-prompt-module",
|
|
1581
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1582
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1583
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1584
1720
|
"icon": "",
|
|
@@ -1784,7 +1920,7 @@
|
|
|
1784
1920
|
},
|
|
1785
1921
|
{
|
|
1786
1922
|
"name": "google-adsense",
|
|
1787
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1788
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1789
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1790
1926
|
"icon": "google-adsense.png",
|
|
@@ -1810,7 +1946,7 @@
|
|
|
1810
1946
|
},
|
|
1811
1947
|
{
|
|
1812
1948
|
"name": "google-analytics",
|
|
1813
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1814
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1815
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1816
1952
|
"icon": "google-analytics.png",
|
|
@@ -1842,7 +1978,7 @@
|
|
|
1842
1978
|
},
|
|
1843
1979
|
{
|
|
1844
1980
|
"name": "google-fonts",
|
|
1845
|
-
"description": "Google Fonts module for
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1846
1982
|
"repo": "nuxt-modules/google-fonts",
|
|
1847
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1848
1984
|
"icon": "google-fonts.png",
|
|
@@ -1866,7 +2002,7 @@
|
|
|
1866
2002
|
},
|
|
1867
2003
|
{
|
|
1868
2004
|
"name": "google-gtag",
|
|
1869
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1870
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1871
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1872
2008
|
"icon": "gtm.png",
|
|
@@ -1892,7 +2028,7 @@
|
|
|
1892
2028
|
},
|
|
1893
2029
|
{
|
|
1894
2030
|
"name": "google-optimize",
|
|
1895
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1896
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1897
2033
|
"npm": "nuxt-google-optimize",
|
|
1898
2034
|
"icon": "google-optimize.png",
|
|
@@ -1947,7 +2083,7 @@
|
|
|
1947
2083
|
},
|
|
1948
2084
|
{
|
|
1949
2085
|
"name": "graphql-request",
|
|
1950
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1951
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1952
2088
|
"npm": "nuxt-graphql-request",
|
|
1953
2089
|
"icon": "graphql-request.png",
|
|
@@ -1963,7 +2099,7 @@
|
|
|
1963
2099
|
}
|
|
1964
2100
|
],
|
|
1965
2101
|
"compatibility": {
|
|
1966
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1967
2103
|
"requires": {}
|
|
1968
2104
|
}
|
|
1969
2105
|
},
|
|
@@ -1986,12 +2122,13 @@
|
|
|
1986
2122
|
],
|
|
1987
2123
|
"compatibility": {
|
|
1988
2124
|
"nuxt": "^3.0.0",
|
|
1989
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1990
2127
|
}
|
|
1991
2128
|
},
|
|
1992
2129
|
{
|
|
1993
2130
|
"name": "gtag",
|
|
1994
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1995
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
2133
|
"npm": "nuxt-gtag",
|
|
1997
2134
|
"icon": "gtag.svg",
|
|
@@ -2015,7 +2152,7 @@
|
|
|
2015
2152
|
},
|
|
2016
2153
|
{
|
|
2017
2154
|
"name": "gtm",
|
|
2018
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2019
2156
|
"repo": "nuxt-community/gtm-module",
|
|
2020
2157
|
"npm": "@nuxtjs/gtm",
|
|
2021
2158
|
"icon": "gtm.png",
|
|
@@ -2038,7 +2175,7 @@
|
|
|
2038
2175
|
},
|
|
2039
2176
|
{
|
|
2040
2177
|
"name": "guess",
|
|
2041
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
2042
2179
|
"repo": "nuxt-community/guess-module",
|
|
2043
2180
|
"npm": "@nuxtjs/guess-module",
|
|
2044
2181
|
"icon": "guessjs.png",
|
|
@@ -2150,7 +2287,7 @@
|
|
|
2150
2287
|
},
|
|
2151
2288
|
{
|
|
2152
2289
|
"name": "helmet",
|
|
2153
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2154
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
2155
2292
|
"npm": "nuxt-helmet",
|
|
2156
2293
|
"icon": "",
|
|
@@ -2194,7 +2331,7 @@
|
|
|
2194
2331
|
},
|
|
2195
2332
|
{
|
|
2196
2333
|
"name": "history-state",
|
|
2197
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2198
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2199
2336
|
"npm": "nuxt-history-state",
|
|
2200
2337
|
"icon": "",
|
|
@@ -2263,7 +2400,7 @@
|
|
|
2263
2400
|
},
|
|
2264
2401
|
{
|
|
2265
2402
|
"name": "http",
|
|
2266
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2267
2404
|
"repo": "nuxt/http",
|
|
2268
2405
|
"npm": "@nuxt/http",
|
|
2269
2406
|
"icon": "http.png",
|
|
@@ -2291,7 +2428,7 @@
|
|
|
2291
2428
|
},
|
|
2292
2429
|
{
|
|
2293
2430
|
"name": "humans-txt",
|
|
2294
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"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.",
|
|
2295
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2296
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2297
2434
|
"icon": "",
|
|
@@ -2360,6 +2497,29 @@
|
|
|
2360
2497
|
"requires": {}
|
|
2361
2498
|
}
|
|
2362
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2363
2523
|
{
|
|
2364
2524
|
"name": "icon",
|
|
2365
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2379,7 +2539,8 @@
|
|
|
2379
2539
|
],
|
|
2380
2540
|
"compatibility": {
|
|
2381
2541
|
"nuxt": "^3.0.0",
|
|
2382
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2383
2544
|
}
|
|
2384
2545
|
},
|
|
2385
2546
|
{
|
|
@@ -2428,7 +2589,7 @@
|
|
|
2428
2589
|
},
|
|
2429
2590
|
{
|
|
2430
2591
|
"name": "image",
|
|
2431
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2432
2593
|
"repo": "nuxt/image",
|
|
2433
2594
|
"npm": "@nuxt/image",
|
|
2434
2595
|
"icon": "image.png",
|
|
@@ -2468,7 +2629,7 @@
|
|
|
2468
2629
|
},
|
|
2469
2630
|
{
|
|
2470
2631
|
"name": "imagemin",
|
|
2471
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2472
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2473
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2474
2635
|
"icon": "imagemin.png",
|
|
@@ -2515,7 +2676,7 @@
|
|
|
2515
2676
|
},
|
|
2516
2677
|
{
|
|
2517
2678
|
"name": "intercom",
|
|
2518
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2519
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2520
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2521
2682
|
"icon": "intercom.png",
|
|
@@ -2560,7 +2721,7 @@
|
|
|
2560
2721
|
},
|
|
2561
2722
|
{
|
|
2562
2723
|
"name": "jsonapi",
|
|
2563
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2564
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2565
2726
|
"npm": "nuxt-jsonapi",
|
|
2566
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2602,9 +2763,36 @@
|
|
|
2602
2763
|
"requires": {}
|
|
2603
2764
|
}
|
|
2604
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2605
2793
|
{
|
|
2606
2794
|
"name": "kql",
|
|
2607
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2608
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2609
2797
|
"npm": "nuxt-kql",
|
|
2610
2798
|
"icon": "kql.svg",
|
|
@@ -2628,7 +2816,7 @@
|
|
|
2628
2816
|
},
|
|
2629
2817
|
{
|
|
2630
2818
|
"name": "laravel-echo",
|
|
2631
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2632
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2633
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2634
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2670,6 +2858,28 @@
|
|
|
2670
2858
|
"requires": {}
|
|
2671
2859
|
}
|
|
2672
2860
|
},
|
|
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
|
+
},
|
|
2673
2883
|
{
|
|
2674
2884
|
"name": "laravel",
|
|
2675
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2735,7 +2945,8 @@
|
|
|
2735
2945
|
],
|
|
2736
2946
|
"compatibility": {
|
|
2737
2947
|
"nuxt": "^3.0.0",
|
|
2738
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2739
2950
|
}
|
|
2740
2951
|
},
|
|
2741
2952
|
{
|
|
@@ -2812,12 +3023,12 @@
|
|
|
2812
3023
|
},
|
|
2813
3024
|
{
|
|
2814
3025
|
"name": "logrocket",
|
|
2815
|
-
"description": "LogRocket module for Nuxt
|
|
2816
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2817
3028
|
"npm": "nuxt-logrocket",
|
|
2818
3029
|
"icon": "logrocket.png",
|
|
2819
|
-
"github": "https://github.com/nuxt-
|
|
2820
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2821
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2822
3033
|
"category": "Monitoring",
|
|
2823
3034
|
"type": "community",
|
|
@@ -2835,7 +3046,7 @@
|
|
|
2835
3046
|
},
|
|
2836
3047
|
{
|
|
2837
3048
|
"name": "lucide-icons",
|
|
2838
|
-
"description": "Nuxt
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2839
3050
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
3051
|
"npm": "nuxt-lucide-icons",
|
|
2841
3052
|
"icon": "lucide-icons.svg",
|
|
@@ -2861,7 +3072,7 @@
|
|
|
2861
3072
|
},
|
|
2862
3073
|
{
|
|
2863
3074
|
"name": "lunr",
|
|
2864
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2865
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2866
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2867
3078
|
"icon": "",
|
|
@@ -2949,6 +3160,28 @@
|
|
|
2949
3160
|
"requires": {}
|
|
2950
3161
|
}
|
|
2951
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2952
3185
|
{
|
|
2953
3186
|
"name": "mdx",
|
|
2954
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2974,7 +3207,7 @@
|
|
|
2974
3207
|
},
|
|
2975
3208
|
{
|
|
2976
3209
|
"name": "medusa",
|
|
2977
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2978
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2979
3212
|
"npm": "nuxt-medusa",
|
|
2980
3213
|
"icon": "medusa.svg",
|
|
@@ -2999,7 +3232,7 @@
|
|
|
2999
3232
|
},
|
|
3000
3233
|
{
|
|
3001
3234
|
"name": "meilisearch",
|
|
3002
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
3003
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
3237
|
"npm": "nuxt-meilisearch",
|
|
3005
3238
|
"icon": "meilisearch.svg",
|
|
@@ -3019,7 +3252,8 @@
|
|
|
3019
3252
|
"nuxt": "^3.0.0",
|
|
3020
3253
|
"requires": {
|
|
3021
3254
|
"bridge": false
|
|
3022
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
3023
3257
|
}
|
|
3024
3258
|
},
|
|
3025
3259
|
{
|
|
@@ -3091,7 +3325,7 @@
|
|
|
3091
3325
|
},
|
|
3092
3326
|
{
|
|
3093
3327
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3328
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3329
|
"repo": "nuxt-community/moment-module",
|
|
3096
3330
|
"npm": "@nuxtjs/moment",
|
|
3097
3331
|
"icon": "momentjs.png",
|
|
@@ -3118,7 +3352,7 @@
|
|
|
3118
3352
|
},
|
|
3119
3353
|
{
|
|
3120
3354
|
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.
|
|
3355
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
3356
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
3357
|
"npm": "nuxt-mq",
|
|
3124
3358
|
"icon": "",
|
|
@@ -3162,7 +3396,7 @@
|
|
|
3162
3396
|
},
|
|
3163
3397
|
{
|
|
3164
3398
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3399
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3400
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3401
|
"npm": "nuxt-netlify-cache",
|
|
3168
3402
|
"icon": "netlify.png",
|
|
@@ -3207,7 +3441,7 @@
|
|
|
3207
3441
|
},
|
|
3208
3442
|
{
|
|
3209
3443
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3444
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3211
3445
|
"repo": "bazzite/nuxt-netlify",
|
|
3212
3446
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3447
|
"icon": "netlify.png",
|
|
@@ -3322,30 +3556,31 @@
|
|
|
3322
3556
|
}
|
|
3323
3557
|
},
|
|
3324
3558
|
{
|
|
3325
|
-
"name": "nuxt-auth",
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3559
|
+
"name": "nuxt-auth-sanctum",
|
|
3560
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3561
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3562
|
+
"npm": "nuxt-auth-sanctum",
|
|
3563
|
+
"icon": "laravel.svg",
|
|
3564
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3332
3566
|
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3567
|
+
"category": "Security",
|
|
3334
3568
|
"type": "3rd-party",
|
|
3335
3569
|
"maintainers": [
|
|
3336
3570
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3571
|
+
"name": "Artem Manchenkov",
|
|
3572
|
+
"github": "manchenkoff",
|
|
3573
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3339
3574
|
}
|
|
3340
3575
|
],
|
|
3341
3576
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3343
3578
|
"requires": {}
|
|
3344
3579
|
}
|
|
3345
3580
|
},
|
|
3346
3581
|
{
|
|
3347
3582
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3583
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3584
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3585
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3586
|
"icon": "",
|
|
@@ -3389,7 +3624,7 @@
|
|
|
3389
3624
|
},
|
|
3390
3625
|
{
|
|
3391
3626
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3627
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3628
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3629
|
"npm": "nuxt-chatgpt",
|
|
3395
3630
|
"icon": "chatgpt.svg",
|
|
@@ -3411,7 +3646,7 @@
|
|
|
3411
3646
|
},
|
|
3412
3647
|
{
|
|
3413
3648
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3649
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3650
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3651
|
"npm": "nuxt-facebook-chat",
|
|
3417
3652
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3510,7 +3745,7 @@
|
|
|
3510
3745
|
},
|
|
3511
3746
|
{
|
|
3512
3747
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3748
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3749
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3750
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3751
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3762,8 @@
|
|
|
3527
3762
|
],
|
|
3528
3763
|
"compatibility": {
|
|
3529
3764
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3531
3767
|
}
|
|
3532
3768
|
},
|
|
3533
3769
|
{
|
|
@@ -3554,6 +3790,28 @@
|
|
|
3554
3790
|
}
|
|
3555
3791
|
}
|
|
3556
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Devtools",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3557
3815
|
{
|
|
3558
3816
|
"name": "nuxt-jsonld",
|
|
3559
3817
|
"description": "Manage JSON-LD in Vue component.",
|
|
@@ -3601,7 +3859,7 @@
|
|
|
3601
3859
|
},
|
|
3602
3860
|
{
|
|
3603
3861
|
"name": "nuxt-loco",
|
|
3604
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3862
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3605
3863
|
"repo": "gaetansenn/nuxt-loco",
|
|
3606
3864
|
"npm": "nuxt-loco",
|
|
3607
3865
|
"icon": "",
|
|
@@ -3622,6 +3880,28 @@
|
|
|
3622
3880
|
"requires": {}
|
|
3623
3881
|
}
|
|
3624
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3625
3905
|
{
|
|
3626
3906
|
"name": "nuxt-mapbox",
|
|
3627
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3690,7 +3970,7 @@
|
|
|
3690
3970
|
},
|
|
3691
3971
|
{
|
|
3692
3972
|
"name": "nuxt-mongoose",
|
|
3693
|
-
"description": "A Nuxt
|
|
3973
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3694
3974
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3695
3975
|
"npm": "nuxt-mongoose",
|
|
3696
3976
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3705,6 +3985,30 @@
|
|
|
3705
3985
|
"github": "arashsheyda"
|
|
3706
3986
|
}
|
|
3707
3987
|
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {},
|
|
3991
|
+
"devtools": "^0.0.0"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-payload-analyzer",
|
|
3996
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3997
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3998
|
+
"npm": "nuxt-payload-analyzer",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4001
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "Performance",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Barbapapazes",
|
|
4008
|
+
"github": "Barbapapazes",
|
|
4009
|
+
"twitter": "soubiran_"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
3708
4012
|
"compatibility": {
|
|
3709
4013
|
"nuxt": "^3.0.0",
|
|
3710
4014
|
"requires": {}
|
|
@@ -3779,7 +4083,7 @@
|
|
|
3779
4083
|
},
|
|
3780
4084
|
{
|
|
3781
4085
|
"name": "plausible",
|
|
3782
|
-
"description": "Nuxt
|
|
4086
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3783
4087
|
"repo": "nuxt-modules/plausible",
|
|
3784
4088
|
"npm": "@nuxtjs/plausible",
|
|
3785
4089
|
"icon": "plausible.png",
|
|
@@ -3801,7 +4105,7 @@
|
|
|
3801
4105
|
},
|
|
3802
4106
|
{
|
|
3803
4107
|
"name": "nuxt-plotly",
|
|
3804
|
-
"description": "nuxt-plotly
|
|
4108
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3805
4109
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3806
4110
|
"npm": "nuxt-plotly",
|
|
3807
4111
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3827,7 +4131,7 @@
|
|
|
3827
4131
|
},
|
|
3828
4132
|
{
|
|
3829
4133
|
"name": "nuxt-png-to-ico",
|
|
3830
|
-
"description": "Nuxt
|
|
4134
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3831
4135
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3832
4136
|
"npm": "nuxt-png-to-ico",
|
|
3833
4137
|
"icon": "",
|
|
@@ -3850,7 +4154,7 @@
|
|
|
3850
4154
|
},
|
|
3851
4155
|
{
|
|
3852
4156
|
"name": "nuxt-smartlook",
|
|
3853
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4157
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3854
4158
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3855
4159
|
"npm": "nuxt-smartlook",
|
|
3856
4160
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3872,6 +4176,28 @@
|
|
|
3872
4176
|
"requires": {}
|
|
3873
4177
|
}
|
|
3874
4178
|
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "nuxt-social-share",
|
|
4181
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4182
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4183
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4184
|
+
"icon": "nuxt-social-share.png",
|
|
4185
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4186
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4187
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4188
|
+
"category": "Extensions",
|
|
4189
|
+
"type": "3rd-party",
|
|
4190
|
+
"maintainers": [
|
|
4191
|
+
{
|
|
4192
|
+
"name": "stefanobartoletti",
|
|
4193
|
+
"github": "stefanobartoletti"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^3.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
3875
4201
|
{
|
|
3876
4202
|
"name": "ssr-lit",
|
|
3877
4203
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3902,7 +4228,7 @@
|
|
|
3902
4228
|
},
|
|
3903
4229
|
{
|
|
3904
4230
|
"name": "nuxt-storm",
|
|
3905
|
-
"description": "WebStorm & PHPStorm support for
|
|
4231
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3906
4232
|
"repo": "fumeapp/nuxt-storm",
|
|
3907
4233
|
"npm": "nuxt-storm",
|
|
3908
4234
|
"icon": "nuxt-storm.png",
|
|
@@ -3946,7 +4272,7 @@
|
|
|
3946
4272
|
},
|
|
3947
4273
|
{
|
|
3948
4274
|
"name": "nuxt-unleash",
|
|
3949
|
-
"description": "Nuxt
|
|
4275
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3950
4276
|
"repo": "conejerock/nuxt-unleash",
|
|
3951
4277
|
"npm": "nuxt-unleash",
|
|
3952
4278
|
"icon": "nuxt-unleash.svg",
|
|
@@ -4057,20 +4383,42 @@
|
|
|
4057
4383
|
}
|
|
4058
4384
|
},
|
|
4059
4385
|
{
|
|
4060
|
-
"name": "
|
|
4061
|
-
"description": "
|
|
4062
|
-
"repo": "
|
|
4063
|
-
"npm": "
|
|
4064
|
-
"icon": "
|
|
4065
|
-
"github": "https://github.com/
|
|
4066
|
-
"website": "https://
|
|
4067
|
-
"learn_more": "
|
|
4068
|
-
"category": "
|
|
4386
|
+
"name": "Nuxt zodI18n",
|
|
4387
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4388
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4389
|
+
"npm": "nuxt-zod-i18n",
|
|
4390
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4391
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4392
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4393
|
+
"learn_more": "",
|
|
4394
|
+
"category": "Libraries",
|
|
4069
4395
|
"type": "3rd-party",
|
|
4070
4396
|
"maintainers": [
|
|
4071
4397
|
{
|
|
4072
|
-
"name": "
|
|
4073
|
-
"github": "
|
|
4398
|
+
"name": "xibman",
|
|
4399
|
+
"github": "xibman"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^3.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "nuxt3-interpolation",
|
|
4409
|
+
"description": "",
|
|
4410
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4411
|
+
"npm": "nuxt3-interpolation",
|
|
4412
|
+
"icon": "",
|
|
4413
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4414
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Devtools",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "daliborgogic",
|
|
4421
|
+
"github": "daliborgogic"
|
|
4074
4422
|
}
|
|
4075
4423
|
],
|
|
4076
4424
|
"compatibility": {
|
|
@@ -4102,7 +4450,7 @@
|
|
|
4102
4450
|
},
|
|
4103
4451
|
{
|
|
4104
4452
|
"name": "nuxt7",
|
|
4105
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4453
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4106
4454
|
"repo": "nuxt-community/nuxt7",
|
|
4107
4455
|
"npm": "nuxt7",
|
|
4108
4456
|
"icon": "",
|
|
@@ -4144,7 +4492,8 @@
|
|
|
4144
4492
|
],
|
|
4145
4493
|
"compatibility": {
|
|
4146
4494
|
"nuxt": "^3.0.0",
|
|
4147
|
-
"requires": {}
|
|
4495
|
+
"requires": {},
|
|
4496
|
+
"devtools": "^0.0.0"
|
|
4148
4497
|
}
|
|
4149
4498
|
},
|
|
4150
4499
|
{
|
|
@@ -4172,7 +4521,7 @@
|
|
|
4172
4521
|
},
|
|
4173
4522
|
{
|
|
4174
4523
|
"name": "optimized-images",
|
|
4175
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4524
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4176
4525
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4177
4526
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4178
4527
|
"icon": "",
|
|
@@ -4217,7 +4566,7 @@
|
|
|
4217
4566
|
},
|
|
4218
4567
|
{
|
|
4219
4568
|
"name": "parse",
|
|
4220
|
-
"description": "Parse package for Nuxt
|
|
4569
|
+
"description": "Parse package for Nuxt",
|
|
4221
4570
|
"repo": "cierrateam/nuxt-parse",
|
|
4222
4571
|
"npm": "nuxt-parse",
|
|
4223
4572
|
"icon": "",
|
|
@@ -4285,6 +4634,28 @@
|
|
|
4285
4634
|
}
|
|
4286
4635
|
}
|
|
4287
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"name": "paypal",
|
|
4639
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4640
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4641
|
+
"npm": "nuxt-paypal",
|
|
4642
|
+
"icon": "paypal.svg",
|
|
4643
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4644
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4645
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4646
|
+
"category": "Payment",
|
|
4647
|
+
"type": "3rd-party",
|
|
4648
|
+
"maintainers": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Arash Sheyda",
|
|
4651
|
+
"github": "arashsheyda"
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"compatibility": {
|
|
4655
|
+
"nuxt": "^3.0.0",
|
|
4656
|
+
"requires": {}
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4288
4659
|
{
|
|
4289
4660
|
"name": "pdfeasy",
|
|
4290
4661
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4406,7 +4777,7 @@
|
|
|
4406
4777
|
},
|
|
4407
4778
|
{
|
|
4408
4779
|
"name": "plausible",
|
|
4409
|
-
"description": "Nuxt
|
|
4780
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4410
4781
|
"repo": "nuxt-modules/plausible",
|
|
4411
4782
|
"npm": "@nuxtjs/plausible",
|
|
4412
4783
|
"icon": "",
|
|
@@ -4472,9 +4843,32 @@
|
|
|
4472
4843
|
"requires": {}
|
|
4473
4844
|
}
|
|
4474
4845
|
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "primevue",
|
|
4848
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4849
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4850
|
+
"npm": "nuxt-primevue",
|
|
4851
|
+
"icon": "primevue.svg",
|
|
4852
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4853
|
+
"website": "https://primevue.org/",
|
|
4854
|
+
"learn_more": "https://primevue.org/",
|
|
4855
|
+
"category": "UI",
|
|
4856
|
+
"type": "3rd-party",
|
|
4857
|
+
"maintainers": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "primefaces",
|
|
4860
|
+
"github": "primefaces",
|
|
4861
|
+
"twitter": "primevue"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"compatibility": {
|
|
4865
|
+
"nuxt": "^3.0.0",
|
|
4866
|
+
"requires": {}
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4475
4869
|
{
|
|
4476
4870
|
"name": "prismic",
|
|
4477
|
-
"description": "Easily connect your Nuxt
|
|
4871
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4478
4872
|
"repo": "nuxt-modules/prismic",
|
|
4479
4873
|
"npm": "@nuxtjs/prismic",
|
|
4480
4874
|
"icon": "prismic.png",
|
|
@@ -4541,7 +4935,7 @@
|
|
|
4541
4935
|
},
|
|
4542
4936
|
{
|
|
4543
4937
|
"name": "proxy",
|
|
4544
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4938
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4545
4939
|
"repo": "nuxt-community/proxy-module",
|
|
4546
4940
|
"npm": "@nuxtjs/proxy",
|
|
4547
4941
|
"icon": "",
|
|
@@ -4587,7 +4981,7 @@
|
|
|
4587
4981
|
},
|
|
4588
4982
|
{
|
|
4589
4983
|
"name": "purgecss",
|
|
4590
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4984
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4591
4985
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4592
4986
|
"npm": "nuxt-purgecss",
|
|
4593
4987
|
"icon": "purgecss.png",
|
|
@@ -4609,7 +5003,7 @@
|
|
|
4609
5003
|
},
|
|
4610
5004
|
{
|
|
4611
5005
|
"name": "pwa",
|
|
4612
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5006
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4613
5007
|
"repo": "nuxt-community/pwa-module",
|
|
4614
5008
|
"npm": "@nuxtjs/pwa",
|
|
4615
5009
|
"icon": "pwa.png",
|
|
@@ -4634,7 +5028,7 @@
|
|
|
4634
5028
|
},
|
|
4635
5029
|
{
|
|
4636
5030
|
"name": "python",
|
|
4637
|
-
"description": "Write Nuxt
|
|
5031
|
+
"description": "Write Nuxt applications using Python",
|
|
4638
5032
|
"repo": "nuxt-community/python-module",
|
|
4639
5033
|
"npm": "@nuxtjs/python",
|
|
4640
5034
|
"icon": "python.png",
|
|
@@ -4673,7 +5067,8 @@
|
|
|
4673
5067
|
],
|
|
4674
5068
|
"compatibility": {
|
|
4675
5069
|
"nuxt": "^3.0.0",
|
|
4676
|
-
"requires": {}
|
|
5070
|
+
"requires": {},
|
|
5071
|
+
"devtools": "^0.0.0"
|
|
4677
5072
|
}
|
|
4678
5073
|
},
|
|
4679
5074
|
{
|
|
@@ -4698,9 +5093,44 @@
|
|
|
4698
5093
|
"requires": {}
|
|
4699
5094
|
}
|
|
4700
5095
|
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "radix-vue",
|
|
5098
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5099
|
+
"repo": "radix-vue/radix-vue",
|
|
5100
|
+
"npm": "radix-vue",
|
|
5101
|
+
"icon": "radix-vue.svg",
|
|
5102
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5103
|
+
"website": "https://www.radix-vue.com/",
|
|
5104
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5105
|
+
"category": "UI",
|
|
5106
|
+
"type": "3rd-party",
|
|
5107
|
+
"maintainers": [
|
|
5108
|
+
{
|
|
5109
|
+
"name": "Zernonia",
|
|
5110
|
+
"github": "zernonia",
|
|
5111
|
+
"twitter": "zernonia"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "Khairul Haaziq",
|
|
5115
|
+
"github": "khairulhaaziq"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Mujahid Anuar",
|
|
5119
|
+
"github": "mujahidfa"
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "Max",
|
|
5123
|
+
"github": "onmax"
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"compatibility": {
|
|
5127
|
+
"nuxt": "^3.0.0",
|
|
5128
|
+
"requires": {}
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
4701
5131
|
{
|
|
4702
5132
|
"name": "recaptcha",
|
|
4703
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5133
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4704
5134
|
"repo": "nuxt-community/recaptcha-module",
|
|
4705
5135
|
"npm": "@nuxtjs/recaptcha",
|
|
4706
5136
|
"icon": "recaptcha.png",
|
|
@@ -4743,9 +5173,32 @@
|
|
|
4743
5173
|
"requires": {}
|
|
4744
5174
|
}
|
|
4745
5175
|
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "resend",
|
|
5178
|
+
"description": "Resend integration for Nuxt",
|
|
5179
|
+
"repo": "nhedger/nuxt-resend",
|
|
5180
|
+
"npm": "nuxt-resend",
|
|
5181
|
+
"icon": "resend.svg",
|
|
5182
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5183
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5184
|
+
"learn_more": "https://resend.com",
|
|
5185
|
+
"category": "Extensions",
|
|
5186
|
+
"type": "3rd-party",
|
|
5187
|
+
"maintainers": [
|
|
5188
|
+
{
|
|
5189
|
+
"name": "Nicolas Hedger",
|
|
5190
|
+
"github": "nhedger",
|
|
5191
|
+
"twitter": "nicolashedger"
|
|
5192
|
+
}
|
|
5193
|
+
],
|
|
5194
|
+
"compatibility": {
|
|
5195
|
+
"nuxt": "^3.0.0",
|
|
5196
|
+
"requires": {}
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
4746
5199
|
{
|
|
4747
5200
|
"name": "rfg-icon",
|
|
4748
|
-
"description": "Nuxt
|
|
5201
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4749
5202
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4750
5203
|
"npm": "nuxt-rfg-icon",
|
|
4751
5204
|
"icon": "real-favicon-generator.png",
|
|
@@ -4767,7 +5220,7 @@
|
|
|
4767
5220
|
},
|
|
4768
5221
|
{
|
|
4769
5222
|
"name": "robots",
|
|
4770
|
-
"description": "A Nuxt
|
|
5223
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4771
5224
|
"repo": "nuxt-modules/robots",
|
|
4772
5225
|
"npm": "@nuxtjs/robots",
|
|
4773
5226
|
"icon": "robots.png",
|
|
@@ -4791,23 +5244,23 @@
|
|
|
4791
5244
|
},
|
|
4792
5245
|
{
|
|
4793
5246
|
"name": "rollbar",
|
|
4794
|
-
"description": "
|
|
4795
|
-
"repo": "
|
|
4796
|
-
"npm": "nuxt-rollbar
|
|
5247
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5248
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5249
|
+
"npm": "nuxt-rollbar",
|
|
4797
5250
|
"icon": "rollbar.png",
|
|
4798
|
-
"github": "https://github.com/
|
|
4799
|
-
"website": "https://github.com/
|
|
5251
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5252
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4800
5253
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4801
5254
|
"category": "Monitoring",
|
|
4802
5255
|
"type": "3rd-party",
|
|
4803
5256
|
"maintainers": [
|
|
4804
5257
|
{
|
|
4805
|
-
"name": "
|
|
4806
|
-
"github": "
|
|
5258
|
+
"name": "Jairo Blatt",
|
|
5259
|
+
"github": "jairoblatt"
|
|
4807
5260
|
}
|
|
4808
5261
|
],
|
|
4809
5262
|
"compatibility": {
|
|
4810
|
-
"nuxt": "^
|
|
5263
|
+
"nuxt": "^3.0.0",
|
|
4811
5264
|
"requires": {}
|
|
4812
5265
|
}
|
|
4813
5266
|
},
|
|
@@ -4836,7 +5289,7 @@
|
|
|
4836
5289
|
},
|
|
4837
5290
|
{
|
|
4838
5291
|
"name": "router",
|
|
4839
|
-
"description": "Nuxt
|
|
5292
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4840
5293
|
"repo": "nuxt-community/router-module",
|
|
4841
5294
|
"npm": "@nuxtjs/router",
|
|
4842
5295
|
"icon": "vue.png",
|
|
@@ -4953,7 +5406,7 @@
|
|
|
4953
5406
|
},
|
|
4954
5407
|
{
|
|
4955
5408
|
"name": "segment",
|
|
4956
|
-
"description": "Nuxt
|
|
5409
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4957
5410
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4958
5411
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4959
5412
|
"icon": "segment.png",
|
|
@@ -4975,7 +5428,7 @@
|
|
|
4975
5428
|
},
|
|
4976
5429
|
{
|
|
4977
5430
|
"name": "sentry",
|
|
4978
|
-
"description": "Sentry module for Nuxt
|
|
5431
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4979
5432
|
"repo": "nuxt-community/sentry-module",
|
|
4980
5433
|
"npm": "@nuxtjs/sentry",
|
|
4981
5434
|
"icon": "sentry.svg",
|
|
@@ -5066,7 +5519,7 @@
|
|
|
5066
5519
|
},
|
|
5067
5520
|
{
|
|
5068
5521
|
"name": "seomatic-meta",
|
|
5069
|
-
"description": "A Nuxt
|
|
5522
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5070
5523
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5071
5524
|
"npm": "nuxt-seomatic-meta",
|
|
5072
5525
|
"icon": "seomatic.png",
|
|
@@ -5157,7 +5610,7 @@
|
|
|
5157
5610
|
},
|
|
5158
5611
|
{
|
|
5159
5612
|
"name": "shopify",
|
|
5160
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5613
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5161
5614
|
"repo": "Gomah/nuxt-shopify",
|
|
5162
5615
|
"npm": "nuxt-shopify",
|
|
5163
5616
|
"icon": "shopify.png",
|
|
@@ -5178,7 +5631,7 @@
|
|
|
5178
5631
|
}
|
|
5179
5632
|
},
|
|
5180
5633
|
{
|
|
5181
|
-
"name": "
|
|
5634
|
+
"name": "sidebase-auth",
|
|
5182
5635
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5183
5636
|
"repo": "sidebase/nuxt-auth",
|
|
5184
5637
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5272,7 +5725,7 @@
|
|
|
5272
5725
|
},
|
|
5273
5726
|
{
|
|
5274
5727
|
"name": "sitemap",
|
|
5275
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5728
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5276
5729
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5277
5730
|
"npm": "@nuxtjs/sitemap",
|
|
5278
5731
|
"icon": "",
|
|
@@ -5317,7 +5770,7 @@
|
|
|
5317
5770
|
},
|
|
5318
5771
|
{
|
|
5319
5772
|
"name": "snipcart",
|
|
5320
|
-
"description": "Snipcart integration module for Nuxt
|
|
5773
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5321
5774
|
"repo": "nuxt-modules/snipcart",
|
|
5322
5775
|
"npm": "@nuxtjs/snipcart",
|
|
5323
5776
|
"icon": "snipcart.png",
|
|
@@ -5340,7 +5793,7 @@
|
|
|
5340
5793
|
},
|
|
5341
5794
|
{
|
|
5342
5795
|
"name": "social-meta",
|
|
5343
|
-
"description": "Nuxt
|
|
5796
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5344
5797
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5345
5798
|
"npm": "nuxt-social-meta",
|
|
5346
5799
|
"icon": "",
|
|
@@ -5462,7 +5915,7 @@
|
|
|
5462
5915
|
},
|
|
5463
5916
|
{
|
|
5464
5917
|
"name": "storage",
|
|
5465
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5918
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5466
5919
|
"repo": "mazipan/nuxt-storage",
|
|
5467
5920
|
"npm": "nuxt-storage",
|
|
5468
5921
|
"icon": "",
|
|
@@ -5484,7 +5937,7 @@
|
|
|
5484
5937
|
},
|
|
5485
5938
|
{
|
|
5486
5939
|
"name": "storefront-ui",
|
|
5487
|
-
"description": "Storefront UI Module for Nuxt
|
|
5940
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5488
5941
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5489
5942
|
"npm": "@storefront-ui/nuxt",
|
|
5490
5943
|
"icon": "storefront-ui.svg",
|
|
@@ -5528,7 +5981,7 @@
|
|
|
5528
5981
|
},
|
|
5529
5982
|
{
|
|
5530
5983
|
"name": "storyblok",
|
|
5531
|
-
"description": "Storyblok Nuxt
|
|
5984
|
+
"description": "Storyblok Nuxt module",
|
|
5532
5985
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5533
5986
|
"npm": "@storyblok/nuxt",
|
|
5534
5987
|
"icon": "storyblok.png",
|
|
@@ -5545,37 +5998,34 @@
|
|
|
5545
5998
|
],
|
|
5546
5999
|
"compatibility": {
|
|
5547
6000
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5548
|
-
"requires": {}
|
|
6001
|
+
"requires": {},
|
|
6002
|
+
"devtools": "^0.0.0"
|
|
5549
6003
|
}
|
|
5550
6004
|
},
|
|
5551
6005
|
{
|
|
5552
6006
|
"name": "storybook",
|
|
5553
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5554
|
-
"repo": "nuxt-
|
|
6007
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6008
|
+
"repo": "nuxt-modules/storybook",
|
|
5555
6009
|
"npm": "@nuxtjs/storybook",
|
|
5556
6010
|
"icon": "storybook.png",
|
|
5557
|
-
"github": "https://github.com/nuxt-
|
|
6011
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5558
6012
|
"website": "https://storybook.nuxtjs.org",
|
|
5559
|
-
"learn_more": "https://
|
|
6013
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5560
6014
|
"category": "Devtools",
|
|
5561
6015
|
"type": "community",
|
|
5562
6016
|
"maintainers": [
|
|
5563
6017
|
{
|
|
5564
|
-
"name": "
|
|
5565
|
-
"github": "
|
|
5566
|
-
"twitter": "
|
|
5567
|
-
},
|
|
5568
|
-
{
|
|
5569
|
-
"name": "Pooya Parsa",
|
|
5570
|
-
"github": "pi0",
|
|
5571
|
-
"twitter": "_pi0_"
|
|
6018
|
+
"name": "Chakir QATAB",
|
|
6019
|
+
"github": "chakAs3",
|
|
6020
|
+
"twitter": "ChakirQatab"
|
|
5572
6021
|
}
|
|
5573
6022
|
],
|
|
5574
6023
|
"compatibility": {
|
|
5575
|
-
"nuxt": "^2.0.0",
|
|
6024
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5576
6025
|
"requires": {
|
|
5577
6026
|
"bridge": "optional"
|
|
5578
|
-
}
|
|
6027
|
+
},
|
|
6028
|
+
"devtools": "^0.7.2"
|
|
5579
6029
|
}
|
|
5580
6030
|
},
|
|
5581
6031
|
{
|
|
@@ -5605,7 +6055,8 @@
|
|
|
5605
6055
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5606
6056
|
"requires": {
|
|
5607
6057
|
"bridge": true
|
|
5608
|
-
}
|
|
6058
|
+
},
|
|
6059
|
+
"devtools": "^0.0.0"
|
|
5609
6060
|
}
|
|
5610
6061
|
},
|
|
5611
6062
|
{
|
|
@@ -5656,6 +6107,36 @@
|
|
|
5656
6107
|
"requires": {}
|
|
5657
6108
|
}
|
|
5658
6109
|
},
|
|
6110
|
+
{
|
|
6111
|
+
"name": "studio",
|
|
6112
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6113
|
+
"repo": "nuxtlabs/studio-module",
|
|
6114
|
+
"npm": "@nuxthq/studio",
|
|
6115
|
+
"icon": "studio.svg",
|
|
6116
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6117
|
+
"website": "https://nuxt.studio",
|
|
6118
|
+
"learn_more": "https://nuxt.studio",
|
|
6119
|
+
"category": "CMS",
|
|
6120
|
+
"type": "3rd-party",
|
|
6121
|
+
"maintainers": [
|
|
6122
|
+
{
|
|
6123
|
+
"name": "Ahad Birang",
|
|
6124
|
+
"github": "farnabaz",
|
|
6125
|
+
"twitter": "a_birang"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "Sébastien Chopin",
|
|
6129
|
+
"github": "Atinux",
|
|
6130
|
+
"twitter": "Atinux"
|
|
6131
|
+
}
|
|
6132
|
+
],
|
|
6133
|
+
"compatibility": {
|
|
6134
|
+
"nuxt": "^3.0.0",
|
|
6135
|
+
"requires": {
|
|
6136
|
+
"content": true
|
|
6137
|
+
}
|
|
6138
|
+
}
|
|
6139
|
+
},
|
|
5659
6140
|
{
|
|
5660
6141
|
"name": "style-resources",
|
|
5661
6142
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5681,7 +6162,7 @@
|
|
|
5681
6162
|
},
|
|
5682
6163
|
{
|
|
5683
6164
|
"name": "stylelint",
|
|
5684
|
-
"description": "Stylelint module for Nuxt.
|
|
6165
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5685
6166
|
"repo": "nuxt-community/stylelint-module",
|
|
5686
6167
|
"npm": "@nuxtjs/stylelint-module",
|
|
5687
6168
|
"icon": "stylelint.png",
|
|
@@ -5781,12 +6262,12 @@
|
|
|
5781
6262
|
},
|
|
5782
6263
|
{
|
|
5783
6264
|
"name": "svg-sprite",
|
|
5784
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5785
|
-
"repo": "nuxt-
|
|
6265
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6266
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5786
6267
|
"npm": "@nuxtjs/svg-sprite",
|
|
5787
6268
|
"icon": "",
|
|
5788
|
-
"github": "https://github.com/nuxt-
|
|
5789
|
-
"website": "https://github.com/nuxt-
|
|
6269
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6270
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5790
6271
|
"learn_more": "",
|
|
5791
6272
|
"category": "UI",
|
|
5792
6273
|
"type": "community",
|
|
@@ -5798,13 +6279,13 @@
|
|
|
5798
6279
|
}
|
|
5799
6280
|
],
|
|
5800
6281
|
"compatibility": {
|
|
5801
|
-
"nuxt": "^2.0.0",
|
|
6282
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5802
6283
|
"requires": {}
|
|
5803
6284
|
}
|
|
5804
6285
|
},
|
|
5805
6286
|
{
|
|
5806
6287
|
"name": "svg",
|
|
5807
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6288
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5808
6289
|
"repo": "nuxt-community/svg-module",
|
|
5809
6290
|
"npm": "@nuxtjs/svg",
|
|
5810
6291
|
"icon": "",
|
|
@@ -5848,7 +6329,7 @@
|
|
|
5848
6329
|
},
|
|
5849
6330
|
{
|
|
5850
6331
|
"name": "swiper",
|
|
5851
|
-
"description": "Nuxt
|
|
6332
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5852
6333
|
"repo": "cpreston321/nuxt-swiper",
|
|
5853
6334
|
"npm": "nuxt-swiper",
|
|
5854
6335
|
"icon": "swiper.svg",
|
|
@@ -5894,10 +6375,10 @@
|
|
|
5894
6375
|
{
|
|
5895
6376
|
"name": "tailwindcss",
|
|
5896
6377
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5897
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6378
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5898
6379
|
"npm": "@nuxtjs/tailwindcss",
|
|
5899
6380
|
"icon": "tailwindcss.png",
|
|
5900
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6381
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5901
6382
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5902
6383
|
"learn_more": "https://tailwindcss.com/",
|
|
5903
6384
|
"category": "UI",
|
|
@@ -5915,7 +6396,8 @@
|
|
|
5915
6396
|
],
|
|
5916
6397
|
"compatibility": {
|
|
5917
6398
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5918
|
-
"requires": {}
|
|
6399
|
+
"requires": {},
|
|
6400
|
+
"devtools": "^0.0.0"
|
|
5919
6401
|
}
|
|
5920
6402
|
},
|
|
5921
6403
|
{
|
|
@@ -5965,7 +6447,7 @@
|
|
|
5965
6447
|
},
|
|
5966
6448
|
{
|
|
5967
6449
|
"name": "toast",
|
|
5968
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6450
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5969
6451
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5970
6452
|
"npm": "@nuxtjs/toast",
|
|
5971
6453
|
"icon": "",
|
|
@@ -5986,6 +6468,28 @@
|
|
|
5986
6468
|
"requires": {}
|
|
5987
6469
|
}
|
|
5988
6470
|
},
|
|
6471
|
+
{
|
|
6472
|
+
"name": "translation-manager",
|
|
6473
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6474
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6475
|
+
"npm": "nuxt-translation-manager",
|
|
6476
|
+
"icon": "translation-manager.png",
|
|
6477
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6478
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6479
|
+
"learn_more": "",
|
|
6480
|
+
"category": "Extensions",
|
|
6481
|
+
"type": "3rd-party",
|
|
6482
|
+
"maintainers": [
|
|
6483
|
+
{
|
|
6484
|
+
"name": "Sam K",
|
|
6485
|
+
"github": "samk-dev"
|
|
6486
|
+
}
|
|
6487
|
+
],
|
|
6488
|
+
"compatibility": {
|
|
6489
|
+
"nuxt": "^3.0.0",
|
|
6490
|
+
"requires": {}
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
5989
6493
|
{
|
|
5990
6494
|
"name": "tresjs",
|
|
5991
6495
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -6046,7 +6550,7 @@
|
|
|
6046
6550
|
},
|
|
6047
6551
|
{
|
|
6048
6552
|
"name": "twa",
|
|
6049
|
-
"description": "Nuxt
|
|
6553
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6050
6554
|
"repo": "tuarrep/nuxt-twa",
|
|
6051
6555
|
"npm": "nuxt-twa",
|
|
6052
6556
|
"icon": "",
|
|
@@ -6234,6 +6738,30 @@
|
|
|
6234
6738
|
"requires": {}
|
|
6235
6739
|
}
|
|
6236
6740
|
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "typo3",
|
|
6743
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6744
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6745
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6746
|
+
"icon": "typo3.svg",
|
|
6747
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6748
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6749
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6750
|
+
"category": "CMS",
|
|
6751
|
+
"type": "3rd-party",
|
|
6752
|
+
"maintainers": [
|
|
6753
|
+
{
|
|
6754
|
+
"name": "Macopedia",
|
|
6755
|
+
"github": "macopedia",
|
|
6756
|
+
"twitter": "macopediapl"
|
|
6757
|
+
}
|
|
6758
|
+
],
|
|
6759
|
+
"compatibility": {
|
|
6760
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6761
|
+
"requires": {},
|
|
6762
|
+
"devtools": "^0.0.0"
|
|
6763
|
+
}
|
|
6764
|
+
},
|
|
6237
6765
|
{
|
|
6238
6766
|
"name": "ui",
|
|
6239
6767
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6315,7 +6843,7 @@
|
|
|
6315
6843
|
},
|
|
6316
6844
|
{
|
|
6317
6845
|
"name": "universal-storage",
|
|
6318
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6846
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6319
6847
|
"repo": "nuxt-community/universal-storage-module",
|
|
6320
6848
|
"npm": "@nuxtjs/universal-storage",
|
|
6321
6849
|
"icon": "",
|
|
@@ -6392,12 +6920,12 @@
|
|
|
6392
6920
|
{
|
|
6393
6921
|
"name": "unocss",
|
|
6394
6922
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6395
|
-
"repo": "
|
|
6923
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6396
6924
|
"npm": "@unocss/nuxt",
|
|
6397
6925
|
"icon": "unocss.svg",
|
|
6398
|
-
"github": "https://github.com/
|
|
6399
|
-
"website": "https://github.com/
|
|
6400
|
-
"learn_more": "https://github.com/
|
|
6926
|
+
"github": "https://github.com/unocss/unocss",
|
|
6927
|
+
"website": "https://github.com/unocss/unocss",
|
|
6928
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6401
6929
|
"category": "UI",
|
|
6402
6930
|
"type": "3rd-party",
|
|
6403
6931
|
"maintainers": [
|
|
@@ -6412,7 +6940,8 @@
|
|
|
6412
6940
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6413
6941
|
"requires": {
|
|
6414
6942
|
"bridge": "optional"
|
|
6415
|
-
}
|
|
6943
|
+
},
|
|
6944
|
+
"devtools": "^0.0.0"
|
|
6416
6945
|
}
|
|
6417
6946
|
},
|
|
6418
6947
|
{
|
|
@@ -6464,7 +6993,7 @@
|
|
|
6464
6993
|
},
|
|
6465
6994
|
{
|
|
6466
6995
|
"name": "user-agent",
|
|
6467
|
-
"description": "Nuxt
|
|
6996
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6468
6997
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6469
6998
|
"npm": "nuxt-user-agent",
|
|
6470
6999
|
"icon": "",
|
|
@@ -6578,7 +7107,7 @@
|
|
|
6578
7107
|
},
|
|
6579
7108
|
{
|
|
6580
7109
|
"name": "vee-validate",
|
|
6581
|
-
"description": "Painless Vue forms for Nuxt
|
|
7110
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6582
7111
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6583
7112
|
"npm": "@vee-validate/nuxt",
|
|
6584
7113
|
"icon": "vee-validate.png",
|
|
@@ -6668,7 +7197,7 @@
|
|
|
6668
7197
|
},
|
|
6669
7198
|
{
|
|
6670
7199
|
"name": "vite-pwa-nuxt",
|
|
6671
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7200
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6672
7201
|
"repo": "vite-pwa/nuxt",
|
|
6673
7202
|
"npm": "@vite-pwa/nuxt",
|
|
6674
7203
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6717,18 +7246,19 @@
|
|
|
6717
7246
|
],
|
|
6718
7247
|
"compatibility": {
|
|
6719
7248
|
"nuxt": "^3.0.0",
|
|
6720
|
-
"requires": {}
|
|
7249
|
+
"requires": {},
|
|
7250
|
+
"devtools": "^0.0.0"
|
|
6721
7251
|
}
|
|
6722
7252
|
},
|
|
6723
7253
|
{
|
|
6724
7254
|
"name": "vue-email",
|
|
6725
|
-
"description": "Write email templates with vue",
|
|
7255
|
+
"description": "💌 Write email templates with vue",
|
|
6726
7256
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6727
7257
|
"npm": "vue-email",
|
|
6728
7258
|
"icon": "vue-email.svg",
|
|
6729
7259
|
"github": "https://github.com/Dave136/vue-email",
|
|
6730
|
-
"website": "https://
|
|
6731
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7260
|
+
"website": "https://www.vuemail.net/",
|
|
7261
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6732
7262
|
"category": "UI",
|
|
6733
7263
|
"type": "3rd-party",
|
|
6734
7264
|
"maintainers": [
|
|
@@ -6745,6 +7275,30 @@
|
|
|
6745
7275
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6746
7276
|
}
|
|
6747
7277
|
],
|
|
7278
|
+
"compatibility": {
|
|
7279
|
+
"nuxt": "^3.0.0",
|
|
7280
|
+
"requires": {},
|
|
7281
|
+
"devtools": "^0.0.0"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "vue-final-modal",
|
|
7286
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7287
|
+
"repo": "vue-final/vue-final-modal",
|
|
7288
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7289
|
+
"icon": "vue-final-modal.svg",
|
|
7290
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7291
|
+
"website": "https://vue-final-modal.org/",
|
|
7292
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7293
|
+
"category": "UI",
|
|
7294
|
+
"type": "3rd-party",
|
|
7295
|
+
"maintainers": [
|
|
7296
|
+
{
|
|
7297
|
+
"name": "Hunter Liu",
|
|
7298
|
+
"github": "hunterliu1003",
|
|
7299
|
+
"twitter": "hunterliu1003"
|
|
7300
|
+
}
|
|
7301
|
+
],
|
|
6748
7302
|
"compatibility": {
|
|
6749
7303
|
"nuxt": "^3.0.0",
|
|
6750
7304
|
"requires": {}
|
|
@@ -6772,7 +7326,8 @@
|
|
|
6772
7326
|
"nuxt": "^3.0.0",
|
|
6773
7327
|
"requires": {
|
|
6774
7328
|
"bridge": "optional"
|
|
6775
|
-
}
|
|
7329
|
+
},
|
|
7330
|
+
"devtools": "^0.0.0"
|
|
6776
7331
|
}
|
|
6777
7332
|
},
|
|
6778
7333
|
{
|
|
@@ -6799,7 +7354,7 @@
|
|
|
6799
7354
|
},
|
|
6800
7355
|
{
|
|
6801
7356
|
"name": "vue-multiselect",
|
|
6802
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7357
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6803
7358
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6804
7359
|
"npm": "nuxt-vue-multiselect",
|
|
6805
7360
|
"icon": "",
|
|
@@ -6913,7 +7468,7 @@
|
|
|
6913
7468
|
},
|
|
6914
7469
|
{
|
|
6915
7470
|
"name": "vue-warehouse",
|
|
6916
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7471
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6917
7472
|
"repo": "juliomrqz/vue-warehouse",
|
|
6918
7473
|
"npm": "vue-warehouse",
|
|
6919
7474
|
"icon": "",
|
|
@@ -6936,7 +7491,7 @@
|
|
|
6936
7491
|
},
|
|
6937
7492
|
{
|
|
6938
7493
|
"name": "vue3-carousel-nuxt",
|
|
6939
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7494
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6940
7495
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6941
7496
|
"npm": "vue3-carousel-nuxt",
|
|
6942
7497
|
"icon": "",
|
|
@@ -6979,9 +7534,55 @@
|
|
|
6979
7534
|
"requires": {}
|
|
6980
7535
|
}
|
|
6981
7536
|
},
|
|
7537
|
+
{
|
|
7538
|
+
"name": "vueform-builder",
|
|
7539
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7540
|
+
"repo": "vueform/builder/nuxt",
|
|
7541
|
+
"npm": "@vueform/builder-nuxt",
|
|
7542
|
+
"icon": "vueform.svg",
|
|
7543
|
+
"github": "https://github.com/vueform/builder",
|
|
7544
|
+
"website": "https://builder.vueform.com",
|
|
7545
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7546
|
+
"category": "Libraries",
|
|
7547
|
+
"type": "3rd-party",
|
|
7548
|
+
"maintainers": [
|
|
7549
|
+
{
|
|
7550
|
+
"name": "Adam Berecz",
|
|
7551
|
+
"github": "adamberecz",
|
|
7552
|
+
"twitter": "bereczadam"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"compatibility": {
|
|
7556
|
+
"nuxt": "^3.0.0",
|
|
7557
|
+
"requires": {}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "vueform",
|
|
7562
|
+
"description": "Official Vueform module for Nuxt",
|
|
7563
|
+
"repo": "vueform/vueform/nuxt",
|
|
7564
|
+
"npm": "@vueform/nuxt",
|
|
7565
|
+
"icon": "vueform.svg",
|
|
7566
|
+
"github": "https://github.com/vueform/vueform",
|
|
7567
|
+
"website": "https://vueform.com",
|
|
7568
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7569
|
+
"category": "Libraries",
|
|
7570
|
+
"type": "3rd-party",
|
|
7571
|
+
"maintainers": [
|
|
7572
|
+
{
|
|
7573
|
+
"name": "Adam Berecz",
|
|
7574
|
+
"github": "adamberecz",
|
|
7575
|
+
"twitter": "bereczadam"
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"compatibility": {
|
|
7579
|
+
"nuxt": "^3.0.0",
|
|
7580
|
+
"requires": {}
|
|
7581
|
+
}
|
|
7582
|
+
},
|
|
6982
7583
|
{
|
|
6983
7584
|
"name": "vuestic",
|
|
6984
|
-
"description": "Vuestic UI module for Nuxt
|
|
7585
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6985
7586
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6986
7587
|
"npm": "@vuestic/nuxt",
|
|
6987
7588
|
"icon": "vuestic.png",
|
|
@@ -7008,8 +7609,8 @@
|
|
|
7008
7609
|
"npm": "vuetify-nuxt-module",
|
|
7009
7610
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7010
7611
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7011
|
-
"website": "https://
|
|
7012
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7612
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7613
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7013
7614
|
"category": "UI",
|
|
7014
7615
|
"type": "3rd-party",
|
|
7015
7616
|
"maintainers": [
|
|
@@ -7025,7 +7626,7 @@
|
|
|
7025
7626
|
},
|
|
7026
7627
|
{
|
|
7027
7628
|
"name": "vuetify",
|
|
7028
|
-
"description": "Vuetify Module for Nuxt
|
|
7629
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
7029
7630
|
"repo": "nuxt-community/vuetify-module",
|
|
7030
7631
|
"npm": "@nuxtjs/vuetify",
|
|
7031
7632
|
"icon": "vuetify.png",
|
|
@@ -7072,7 +7673,8 @@
|
|
|
7072
7673
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7073
7674
|
"requires": {
|
|
7074
7675
|
"bridge": "optional"
|
|
7075
|
-
}
|
|
7676
|
+
},
|
|
7677
|
+
"devtools": "^0.0.0"
|
|
7076
7678
|
}
|
|
7077
7679
|
},
|
|
7078
7680
|
{
|
|
@@ -7099,7 +7701,7 @@
|
|
|
7099
7701
|
},
|
|
7100
7702
|
{
|
|
7101
7703
|
"name": "vunix",
|
|
7102
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7704
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
7103
7705
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7104
7706
|
"npm": "@vunix/nuxt",
|
|
7105
7707
|
"icon": "",
|
|
@@ -7178,7 +7780,7 @@
|
|
|
7178
7780
|
},
|
|
7179
7781
|
{
|
|
7180
7782
|
"name": "webpack-optimisations",
|
|
7181
|
-
"description": "Nuxt
|
|
7783
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7182
7784
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7183
7785
|
"npm": "nuxt-webpack-optimisations",
|
|
7184
7786
|
"icon": "build-optimisations.svg",
|
|
@@ -7270,7 +7872,7 @@
|
|
|
7270
7872
|
},
|
|
7271
7873
|
{
|
|
7272
7874
|
"name": "well-known",
|
|
7273
|
-
"description": "A Nuxt
|
|
7875
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7274
7876
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7275
7877
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7276
7878
|
"icon": "well-known.svg",
|
|
@@ -7292,7 +7894,7 @@
|
|
|
7292
7894
|
},
|
|
7293
7895
|
{
|
|
7294
7896
|
"name": "wideangle",
|
|
7295
|
-
"description": "Nuxt
|
|
7897
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7296
7898
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7297
7899
|
"npm": "wideangle-nuxt",
|
|
7298
7900
|
"icon": "wideangle.png",
|
|
@@ -7319,11 +7921,11 @@
|
|
|
7319
7921
|
{
|
|
7320
7922
|
"name": "windicss",
|
|
7321
7923
|
"description": "Next generation utility-first CSS framework.",
|
|
7322
|
-
"repo": "windicss/nuxt-windicss
|
|
7924
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7323
7925
|
"npm": "nuxt-windicss",
|
|
7324
7926
|
"icon": "windicss.svg",
|
|
7325
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7326
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7927
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7928
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7327
7929
|
"learn_more": "https://windicss.org/",
|
|
7328
7930
|
"category": "UI",
|
|
7329
7931
|
"type": "3rd-party",
|
|
@@ -7461,7 +8063,7 @@
|
|
|
7461
8063
|
},
|
|
7462
8064
|
{
|
|
7463
8065
|
"name": "zendesk",
|
|
7464
|
-
"description": "Nuxt
|
|
8066
|
+
"description": "Nuxt module for Zendesk",
|
|
7465
8067
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7466
8068
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7467
8069
|
"icon": "zendesk.png",
|