@nuxt/modules 0.6.0-743960 → 0.6.0-763a55
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 +744 -187
- 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",
|
|
@@ -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,7 +1406,7 @@
|
|
|
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",
|
|
@@ -1349,7 +1439,7 @@
|
|
|
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": "",
|
|
@@ -1511,7 +1624,7 @@
|
|
|
1511
1624
|
},
|
|
1512
1625
|
{
|
|
1513
1626
|
"name": "feature-toggle",
|
|
1514
|
-
"description": "Feature toggle module for Nuxt
|
|
1627
|
+
"description": "Feature toggle module for Nuxt",
|
|
1515
1628
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1516
1629
|
"npm": "nuxt-feature-toggle",
|
|
1517
1630
|
"icon": "",
|
|
@@ -1578,7 +1691,7 @@
|
|
|
1578
1691
|
},
|
|
1579
1692
|
{
|
|
1580
1693
|
"name": "floating-prompt-module",
|
|
1581
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1694
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1582
1695
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1583
1696
|
"npm": "nuxt-floating-prompt-module",
|
|
1584
1697
|
"icon": "",
|
|
@@ -1784,7 +1897,7 @@
|
|
|
1784
1897
|
},
|
|
1785
1898
|
{
|
|
1786
1899
|
"name": "google-adsense",
|
|
1787
|
-
"description": "Google Adsense Module for Nuxt
|
|
1900
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1788
1901
|
"repo": "nuxt-community/google-adsense-module",
|
|
1789
1902
|
"npm": "@nuxtjs/google-adsense",
|
|
1790
1903
|
"icon": "google-adsense.png",
|
|
@@ -1810,7 +1923,7 @@
|
|
|
1810
1923
|
},
|
|
1811
1924
|
{
|
|
1812
1925
|
"name": "google-analytics",
|
|
1813
|
-
"description": "Google analytics Module for Nuxt
|
|
1926
|
+
"description": "Google analytics Module for Nuxt",
|
|
1814
1927
|
"repo": "nuxt-community/analytics-module",
|
|
1815
1928
|
"npm": "@nuxtjs/google-analytics",
|
|
1816
1929
|
"icon": "google-analytics.png",
|
|
@@ -1842,7 +1955,7 @@
|
|
|
1842
1955
|
},
|
|
1843
1956
|
{
|
|
1844
1957
|
"name": "google-fonts",
|
|
1845
|
-
"description": "Google Fonts module for
|
|
1958
|
+
"description": "Google Fonts module for Nuxt",
|
|
1846
1959
|
"repo": "nuxt-modules/google-fonts",
|
|
1847
1960
|
"npm": "@nuxtjs/google-fonts",
|
|
1848
1961
|
"icon": "google-fonts.png",
|
|
@@ -1866,7 +1979,7 @@
|
|
|
1866
1979
|
},
|
|
1867
1980
|
{
|
|
1868
1981
|
"name": "google-gtag",
|
|
1869
|
-
"description": "Google GTag for Nuxt
|
|
1982
|
+
"description": "Google GTag for Nuxt",
|
|
1870
1983
|
"repo": "nuxt-community/google-gtag",
|
|
1871
1984
|
"npm": "@nuxtjs/google-gtag",
|
|
1872
1985
|
"icon": "gtm.png",
|
|
@@ -1892,7 +2005,7 @@
|
|
|
1892
2005
|
},
|
|
1893
2006
|
{
|
|
1894
2007
|
"name": "google-optimize",
|
|
1895
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2008
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1896
2009
|
"repo": "nuxt-community/google-optimize-module",
|
|
1897
2010
|
"npm": "nuxt-google-optimize",
|
|
1898
2011
|
"icon": "google-optimize.png",
|
|
@@ -1947,7 +2060,7 @@
|
|
|
1947
2060
|
},
|
|
1948
2061
|
{
|
|
1949
2062
|
"name": "graphql-request",
|
|
1950
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2063
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1951
2064
|
"repo": "gomah/nuxt-graphql-request",
|
|
1952
2065
|
"npm": "nuxt-graphql-request",
|
|
1953
2066
|
"icon": "graphql-request.png",
|
|
@@ -1963,7 +2076,7 @@
|
|
|
1963
2076
|
}
|
|
1964
2077
|
],
|
|
1965
2078
|
"compatibility": {
|
|
1966
|
-
"nuxt": "^2.0.0",
|
|
2079
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1967
2080
|
"requires": {}
|
|
1968
2081
|
}
|
|
1969
2082
|
},
|
|
@@ -1986,12 +2099,13 @@
|
|
|
1986
2099
|
],
|
|
1987
2100
|
"compatibility": {
|
|
1988
2101
|
"nuxt": "^3.0.0",
|
|
1989
|
-
"requires": {}
|
|
2102
|
+
"requires": {},
|
|
2103
|
+
"devtools": "^0.0.0"
|
|
1990
2104
|
}
|
|
1991
2105
|
},
|
|
1992
2106
|
{
|
|
1993
2107
|
"name": "gtag",
|
|
1994
|
-
"description": "Google Analytics integration for Nuxt
|
|
2108
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1995
2109
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
2110
|
"npm": "nuxt-gtag",
|
|
1997
2111
|
"icon": "gtag.svg",
|
|
@@ -2015,7 +2129,7 @@
|
|
|
2015
2129
|
},
|
|
2016
2130
|
{
|
|
2017
2131
|
"name": "gtm",
|
|
2018
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2132
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2019
2133
|
"repo": "nuxt-community/gtm-module",
|
|
2020
2134
|
"npm": "@nuxtjs/gtm",
|
|
2021
2135
|
"icon": "gtm.png",
|
|
@@ -2038,7 +2152,7 @@
|
|
|
2038
2152
|
},
|
|
2039
2153
|
{
|
|
2040
2154
|
"name": "guess",
|
|
2041
|
-
"description": "Guess.js module for Nuxt
|
|
2155
|
+
"description": "Guess.js module for Nuxt",
|
|
2042
2156
|
"repo": "nuxt-community/guess-module",
|
|
2043
2157
|
"npm": "@nuxtjs/guess-module",
|
|
2044
2158
|
"icon": "guessjs.png",
|
|
@@ -2150,7 +2264,7 @@
|
|
|
2150
2264
|
},
|
|
2151
2265
|
{
|
|
2152
2266
|
"name": "helmet",
|
|
2153
|
-
"description": "Easy Helmet module with Nuxt
|
|
2267
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2154
2268
|
"repo": "victor-perez/nuxt-helmet",
|
|
2155
2269
|
"npm": "nuxt-helmet",
|
|
2156
2270
|
"icon": "",
|
|
@@ -2194,7 +2308,7 @@
|
|
|
2194
2308
|
},
|
|
2195
2309
|
{
|
|
2196
2310
|
"name": "history-state",
|
|
2197
|
-
"description": "Nuxt
|
|
2311
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2198
2312
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2199
2313
|
"npm": "nuxt-history-state",
|
|
2200
2314
|
"icon": "",
|
|
@@ -2263,7 +2377,7 @@
|
|
|
2263
2377
|
},
|
|
2264
2378
|
{
|
|
2265
2379
|
"name": "http",
|
|
2266
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2380
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2267
2381
|
"repo": "nuxt/http",
|
|
2268
2382
|
"npm": "@nuxt/http",
|
|
2269
2383
|
"icon": "http.png",
|
|
@@ -2291,7 +2405,7 @@
|
|
|
2291
2405
|
},
|
|
2292
2406
|
{
|
|
2293
2407
|
"name": "humans-txt",
|
|
2294
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2408
|
+
"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
2409
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2296
2410
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2297
2411
|
"icon": "",
|
|
@@ -2360,6 +2474,29 @@
|
|
|
2360
2474
|
"requires": {}
|
|
2361
2475
|
}
|
|
2362
2476
|
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "icon-tw",
|
|
2479
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2480
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2481
|
+
"npm": "nuxt-icon-tw",
|
|
2482
|
+
"icon": "nuxt-icon.png",
|
|
2483
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2484
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"learn_more": "",
|
|
2486
|
+
"category": "UI",
|
|
2487
|
+
"type": "3rd-party",
|
|
2488
|
+
"maintainers": [
|
|
2489
|
+
{
|
|
2490
|
+
"name": "JohnCampionJr",
|
|
2491
|
+
"github": "JohnCampionJr"
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"compatibility": {
|
|
2495
|
+
"nuxt": "^3.0.0",
|
|
2496
|
+
"requires": {},
|
|
2497
|
+
"devtools": "^0.0.0"
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2363
2500
|
{
|
|
2364
2501
|
"name": "icon",
|
|
2365
2502
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2379,7 +2516,8 @@
|
|
|
2379
2516
|
],
|
|
2380
2517
|
"compatibility": {
|
|
2381
2518
|
"nuxt": "^3.0.0",
|
|
2382
|
-
"requires": {}
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2383
2521
|
}
|
|
2384
2522
|
},
|
|
2385
2523
|
{
|
|
@@ -2428,7 +2566,7 @@
|
|
|
2428
2566
|
},
|
|
2429
2567
|
{
|
|
2430
2568
|
"name": "image",
|
|
2431
|
-
"description": "Optimised images for
|
|
2569
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2432
2570
|
"repo": "nuxt/image",
|
|
2433
2571
|
"npm": "@nuxt/image",
|
|
2434
2572
|
"icon": "image.png",
|
|
@@ -2468,7 +2606,7 @@
|
|
|
2468
2606
|
},
|
|
2469
2607
|
{
|
|
2470
2608
|
"name": "imagemin",
|
|
2471
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2609
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2472
2610
|
"repo": "nuxt-community/imagemin-module",
|
|
2473
2611
|
"npm": "@nuxtjs/imagemin",
|
|
2474
2612
|
"icon": "imagemin.png",
|
|
@@ -2515,7 +2653,7 @@
|
|
|
2515
2653
|
},
|
|
2516
2654
|
{
|
|
2517
2655
|
"name": "intercom",
|
|
2518
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2656
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2519
2657
|
"repo": "hex-digital/nuxt-intercom",
|
|
2520
2658
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2521
2659
|
"icon": "intercom.png",
|
|
@@ -2560,7 +2698,7 @@
|
|
|
2560
2698
|
},
|
|
2561
2699
|
{
|
|
2562
2700
|
"name": "jsonapi",
|
|
2563
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2701
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2564
2702
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2565
2703
|
"npm": "nuxt-jsonapi",
|
|
2566
2704
|
"icon": "jsonapi.svg",
|
|
@@ -2602,9 +2740,36 @@
|
|
|
2602
2740
|
"requires": {}
|
|
2603
2741
|
}
|
|
2604
2742
|
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "kinde",
|
|
2745
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2746
|
+
"repo": "nuxt-modules/kinde",
|
|
2747
|
+
"npm": "@nuxtjs/kinde",
|
|
2748
|
+
"icon": "kinde.svg",
|
|
2749
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2750
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2751
|
+
"learn_more": "https://kinde.com/",
|
|
2752
|
+
"category": "Security",
|
|
2753
|
+
"type": "community",
|
|
2754
|
+
"maintainers": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "danielroe",
|
|
2757
|
+
"github": "danielroe"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "daveordead",
|
|
2761
|
+
"github": "DaveOrDead",
|
|
2762
|
+
"twitter": "dave_or_dead"
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"compatibility": {
|
|
2766
|
+
"nuxt": "^3.0.0",
|
|
2767
|
+
"requires": {}
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2605
2770
|
{
|
|
2606
2771
|
"name": "kql",
|
|
2607
|
-
"description": "Nuxt
|
|
2772
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2608
2773
|
"repo": "johannschopplich/nuxt-kql",
|
|
2609
2774
|
"npm": "nuxt-kql",
|
|
2610
2775
|
"icon": "kql.svg",
|
|
@@ -2628,7 +2793,7 @@
|
|
|
2628
2793
|
},
|
|
2629
2794
|
{
|
|
2630
2795
|
"name": "laravel-echo",
|
|
2631
|
-
"description": "Laravel Echo for Nuxt
|
|
2796
|
+
"description": "Laravel Echo for Nuxt",
|
|
2632
2797
|
"repo": "nuxt-community/laravel-echo",
|
|
2633
2798
|
"npm": "@nuxtjs/laravel-echo",
|
|
2634
2799
|
"icon": "laravel-echo.png",
|
|
@@ -2670,6 +2835,28 @@
|
|
|
2670
2835
|
"requires": {}
|
|
2671
2836
|
}
|
|
2672
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"name": "laravel-precognition",
|
|
2840
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2841
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2842
|
+
"npm": "nuxt-laravel-precognition",
|
|
2843
|
+
"icon": "laravel.svg",
|
|
2844
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2845
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"learn_more": "",
|
|
2847
|
+
"category": "Security",
|
|
2848
|
+
"type": "3rd-party",
|
|
2849
|
+
"maintainers": [
|
|
2850
|
+
{
|
|
2851
|
+
"name": "sot1986",
|
|
2852
|
+
"github": "sot1986"
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"compatibility": {
|
|
2856
|
+
"nuxt": "^3.0.0",
|
|
2857
|
+
"requires": {}
|
|
2858
|
+
}
|
|
2859
|
+
},
|
|
2673
2860
|
{
|
|
2674
2861
|
"name": "laravel",
|
|
2675
2862
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2735,7 +2922,8 @@
|
|
|
2735
2922
|
],
|
|
2736
2923
|
"compatibility": {
|
|
2737
2924
|
"nuxt": "^3.0.0",
|
|
2738
|
-
"requires": {}
|
|
2925
|
+
"requires": {},
|
|
2926
|
+
"devtools": "^0.0.0"
|
|
2739
2927
|
}
|
|
2740
2928
|
},
|
|
2741
2929
|
{
|
|
@@ -2812,7 +3000,7 @@
|
|
|
2812
3000
|
},
|
|
2813
3001
|
{
|
|
2814
3002
|
"name": "logrocket",
|
|
2815
|
-
"description": "LogRocket module for Nuxt
|
|
3003
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2816
3004
|
"repo": "nuxt-modules/logrocket",
|
|
2817
3005
|
"npm": "nuxt-logrocket",
|
|
2818
3006
|
"icon": "logrocket.png",
|
|
@@ -2835,7 +3023,7 @@
|
|
|
2835
3023
|
},
|
|
2836
3024
|
{
|
|
2837
3025
|
"name": "lucide-icons",
|
|
2838
|
-
"description": "Nuxt
|
|
3026
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2839
3027
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
3028
|
"npm": "nuxt-lucide-icons",
|
|
2841
3029
|
"icon": "lucide-icons.svg",
|
|
@@ -2861,7 +3049,7 @@
|
|
|
2861
3049
|
},
|
|
2862
3050
|
{
|
|
2863
3051
|
"name": "lunr",
|
|
2864
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3052
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2865
3053
|
"repo": "nuxt-community/lunr-module",
|
|
2866
3054
|
"npm": "@nuxtjs/lunr-module",
|
|
2867
3055
|
"icon": "",
|
|
@@ -2949,6 +3137,28 @@
|
|
|
2949
3137
|
"requires": {}
|
|
2950
3138
|
}
|
|
2951
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "maz-ui",
|
|
3142
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3143
|
+
"repo": "louismazel/maz-ui",
|
|
3144
|
+
"npm": "maz-ui",
|
|
3145
|
+
"icon": "maz-ui.png",
|
|
3146
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3147
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3148
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3149
|
+
"category": "UI",
|
|
3150
|
+
"type": "community",
|
|
3151
|
+
"maintainers": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "Loïc Mazuel",
|
|
3154
|
+
"github": "LouisMazel"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^3.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
2952
3162
|
{
|
|
2953
3163
|
"name": "mdx",
|
|
2954
3164
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2974,7 +3184,7 @@
|
|
|
2974
3184
|
},
|
|
2975
3185
|
{
|
|
2976
3186
|
"name": "medusa",
|
|
2977
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3187
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2978
3188
|
"repo": "Baroshem/nuxt-medusa",
|
|
2979
3189
|
"npm": "nuxt-medusa",
|
|
2980
3190
|
"icon": "medusa.svg",
|
|
@@ -2999,7 +3209,7 @@
|
|
|
2999
3209
|
},
|
|
3000
3210
|
{
|
|
3001
3211
|
"name": "meilisearch",
|
|
3002
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3212
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
3003
3213
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
3214
|
"npm": "nuxt-meilisearch",
|
|
3005
3215
|
"icon": "meilisearch.svg",
|
|
@@ -3019,7 +3229,8 @@
|
|
|
3019
3229
|
"nuxt": "^3.0.0",
|
|
3020
3230
|
"requires": {
|
|
3021
3231
|
"bridge": false
|
|
3022
|
-
}
|
|
3232
|
+
},
|
|
3233
|
+
"devtools": "^0.0.0"
|
|
3023
3234
|
}
|
|
3024
3235
|
},
|
|
3025
3236
|
{
|
|
@@ -3091,7 +3302,7 @@
|
|
|
3091
3302
|
},
|
|
3092
3303
|
{
|
|
3093
3304
|
"name": "moment",
|
|
3094
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3305
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3095
3306
|
"repo": "nuxt-community/moment-module",
|
|
3096
3307
|
"npm": "@nuxtjs/moment",
|
|
3097
3308
|
"icon": "momentjs.png",
|
|
@@ -3118,7 +3329,7 @@
|
|
|
3118
3329
|
},
|
|
3119
3330
|
{
|
|
3120
3331
|
"name": "mq",
|
|
3121
|
-
"description": "vue-mq module for Nuxt.
|
|
3332
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3122
3333
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3123
3334
|
"npm": "nuxt-mq",
|
|
3124
3335
|
"icon": "",
|
|
@@ -3162,7 +3373,7 @@
|
|
|
3162
3373
|
},
|
|
3163
3374
|
{
|
|
3164
3375
|
"name": "netlify-cache",
|
|
3165
|
-
"description": "Nuxt
|
|
3376
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3166
3377
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3167
3378
|
"npm": "nuxt-netlify-cache",
|
|
3168
3379
|
"icon": "netlify.png",
|
|
@@ -3207,7 +3418,7 @@
|
|
|
3207
3418
|
},
|
|
3208
3419
|
{
|
|
3209
3420
|
"name": "netlify",
|
|
3210
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3421
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3211
3422
|
"repo": "bazzite/nuxt-netlify",
|
|
3212
3423
|
"npm": "@aceforth/nuxt-netlify",
|
|
3213
3424
|
"icon": "netlify.png",
|
|
@@ -3322,30 +3533,31 @@
|
|
|
3322
3533
|
}
|
|
3323
3534
|
},
|
|
3324
3535
|
{
|
|
3325
|
-
"name": "nuxt-auth",
|
|
3326
|
-
"description": "",
|
|
3327
|
-
"repo": "
|
|
3328
|
-
"npm": "
|
|
3329
|
-
"icon": "",
|
|
3330
|
-
"github": "https://github.com/
|
|
3331
|
-
"website": "https://github.com/
|
|
3536
|
+
"name": "nuxt-auth-sanctum",
|
|
3537
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3538
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3539
|
+
"npm": "nuxt-auth-sanctum",
|
|
3540
|
+
"icon": "laravel.svg",
|
|
3541
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3542
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3332
3543
|
"learn_more": "",
|
|
3333
|
-
"category": "
|
|
3544
|
+
"category": "Security",
|
|
3334
3545
|
"type": "3rd-party",
|
|
3335
3546
|
"maintainers": [
|
|
3336
3547
|
{
|
|
3337
|
-
"name": "
|
|
3338
|
-
"github": "
|
|
3548
|
+
"name": "Artem Manchenkov",
|
|
3549
|
+
"github": "manchenkoff",
|
|
3550
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3339
3551
|
}
|
|
3340
3552
|
],
|
|
3341
3553
|
"compatibility": {
|
|
3342
|
-
"nuxt": "^
|
|
3554
|
+
"nuxt": "^3.0.0",
|
|
3343
3555
|
"requires": {}
|
|
3344
3556
|
}
|
|
3345
3557
|
},
|
|
3346
3558
|
{
|
|
3347
3559
|
"name": "nuxt-basic-auth",
|
|
3348
|
-
"description": "Nuxt
|
|
3560
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3349
3561
|
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
3562
|
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
3563
|
"icon": "",
|
|
@@ -3389,7 +3601,7 @@
|
|
|
3389
3601
|
},
|
|
3390
3602
|
{
|
|
3391
3603
|
"name": "nuxt-chatgpt",
|
|
3392
|
-
"description": "ChatGPT integration for Nuxt
|
|
3604
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3393
3605
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
3606
|
"npm": "nuxt-chatgpt",
|
|
3395
3607
|
"icon": "chatgpt.svg",
|
|
@@ -3411,7 +3623,7 @@
|
|
|
3411
3623
|
},
|
|
3412
3624
|
{
|
|
3413
3625
|
"name": "nuxt-facebook-chat",
|
|
3414
|
-
"description": "nuxt-plotly module is thin
|
|
3626
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3415
3627
|
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
3628
|
"npm": "nuxt-facebook-chat",
|
|
3417
3629
|
"icon": "nuxt-facebook-chat.svg",
|
|
@@ -3510,7 +3722,7 @@
|
|
|
3510
3722
|
},
|
|
3511
3723
|
{
|
|
3512
3724
|
"name": "nuxt-gtm",
|
|
3513
|
-
"description": "A Nuxt
|
|
3725
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3514
3726
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
3727
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
3728
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3527,7 +3739,8 @@
|
|
|
3527
3739
|
],
|
|
3528
3740
|
"compatibility": {
|
|
3529
3741
|
"nuxt": "^3.0.0",
|
|
3530
|
-
"requires": {}
|
|
3742
|
+
"requires": {},
|
|
3743
|
+
"devtools": "^0.0.0"
|
|
3531
3744
|
}
|
|
3532
3745
|
},
|
|
3533
3746
|
{
|
|
@@ -3554,6 +3767,28 @@
|
|
|
3554
3767
|
}
|
|
3555
3768
|
}
|
|
3556
3769
|
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "nuxt-interpolation",
|
|
3772
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3773
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3774
|
+
"npm": "nuxt-interpolation",
|
|
3775
|
+
"icon": "",
|
|
3776
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3777
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"learn_more": "",
|
|
3779
|
+
"category": "Devtools",
|
|
3780
|
+
"type": "3rd-party",
|
|
3781
|
+
"maintainers": [
|
|
3782
|
+
{
|
|
3783
|
+
"name": "daliborgogic",
|
|
3784
|
+
"github": "daliborgogic"
|
|
3785
|
+
}
|
|
3786
|
+
],
|
|
3787
|
+
"compatibility": {
|
|
3788
|
+
"nuxt": "^2.0.0",
|
|
3789
|
+
"requires": {}
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3557
3792
|
{
|
|
3558
3793
|
"name": "nuxt-jsonld",
|
|
3559
3794
|
"description": "Manage JSON-LD in Vue component.",
|
|
@@ -3601,7 +3836,7 @@
|
|
|
3601
3836
|
},
|
|
3602
3837
|
{
|
|
3603
3838
|
"name": "nuxt-loco",
|
|
3604
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3839
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3605
3840
|
"repo": "gaetansenn/nuxt-loco",
|
|
3606
3841
|
"npm": "nuxt-loco",
|
|
3607
3842
|
"icon": "",
|
|
@@ -3622,6 +3857,28 @@
|
|
|
3622
3857
|
"requires": {}
|
|
3623
3858
|
}
|
|
3624
3859
|
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-mail",
|
|
3862
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3863
|
+
"repo": "dword-design/nuxt-mail",
|
|
3864
|
+
"npm": "nuxt-mail",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3867
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Extensions",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Sebastian Landwehr",
|
|
3874
|
+
"github": "dword-design"
|
|
3875
|
+
}
|
|
3876
|
+
],
|
|
3877
|
+
"compatibility": {
|
|
3878
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3879
|
+
"requires": {}
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3625
3882
|
{
|
|
3626
3883
|
"name": "nuxt-mapbox",
|
|
3627
3884
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3690,7 +3947,7 @@
|
|
|
3690
3947
|
},
|
|
3691
3948
|
{
|
|
3692
3949
|
"name": "nuxt-mongoose",
|
|
3693
|
-
"description": "A Nuxt
|
|
3950
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3694
3951
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3695
3952
|
"npm": "nuxt-mongoose",
|
|
3696
3953
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3705,6 +3962,30 @@
|
|
|
3705
3962
|
"github": "arashsheyda"
|
|
3706
3963
|
}
|
|
3707
3964
|
],
|
|
3965
|
+
"compatibility": {
|
|
3966
|
+
"nuxt": "^3.0.0",
|
|
3967
|
+
"requires": {},
|
|
3968
|
+
"devtools": "^0.0.0"
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "nuxt-payload-analyzer",
|
|
3973
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3974
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3975
|
+
"npm": "nuxt-payload-analyzer",
|
|
3976
|
+
"icon": "",
|
|
3977
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3978
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Performance",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "Barbapapazes",
|
|
3985
|
+
"github": "Barbapapazes",
|
|
3986
|
+
"twitter": "soubiran_"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3708
3989
|
"compatibility": {
|
|
3709
3990
|
"nuxt": "^3.0.0",
|
|
3710
3991
|
"requires": {}
|
|
@@ -3779,7 +4060,7 @@
|
|
|
3779
4060
|
},
|
|
3780
4061
|
{
|
|
3781
4062
|
"name": "plausible",
|
|
3782
|
-
"description": "Nuxt
|
|
4063
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3783
4064
|
"repo": "nuxt-modules/plausible",
|
|
3784
4065
|
"npm": "@nuxtjs/plausible",
|
|
3785
4066
|
"icon": "plausible.png",
|
|
@@ -3801,7 +4082,7 @@
|
|
|
3801
4082
|
},
|
|
3802
4083
|
{
|
|
3803
4084
|
"name": "nuxt-plotly",
|
|
3804
|
-
"description": "nuxt-plotly
|
|
4085
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3805
4086
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3806
4087
|
"npm": "nuxt-plotly",
|
|
3807
4088
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3827,7 +4108,7 @@
|
|
|
3827
4108
|
},
|
|
3828
4109
|
{
|
|
3829
4110
|
"name": "nuxt-png-to-ico",
|
|
3830
|
-
"description": "Nuxt
|
|
4111
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3831
4112
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3832
4113
|
"npm": "nuxt-png-to-ico",
|
|
3833
4114
|
"icon": "",
|
|
@@ -3850,7 +4131,7 @@
|
|
|
3850
4131
|
},
|
|
3851
4132
|
{
|
|
3852
4133
|
"name": "nuxt-smartlook",
|
|
3853
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4134
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3854
4135
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3855
4136
|
"npm": "nuxt-smartlook",
|
|
3856
4137
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3872,6 +4153,28 @@
|
|
|
3872
4153
|
"requires": {}
|
|
3873
4154
|
}
|
|
3874
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "nuxt-social-share",
|
|
4158
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4159
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4160
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4161
|
+
"icon": "nuxt-social-share.png",
|
|
4162
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4163
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4164
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4165
|
+
"category": "Extensions",
|
|
4166
|
+
"type": "3rd-party",
|
|
4167
|
+
"maintainers": [
|
|
4168
|
+
{
|
|
4169
|
+
"name": "stefanobartoletti",
|
|
4170
|
+
"github": "stefanobartoletti"
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
4173
|
+
"compatibility": {
|
|
4174
|
+
"nuxt": "^3.0.0",
|
|
4175
|
+
"requires": {}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
3875
4178
|
{
|
|
3876
4179
|
"name": "ssr-lit",
|
|
3877
4180
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3902,7 +4205,7 @@
|
|
|
3902
4205
|
},
|
|
3903
4206
|
{
|
|
3904
4207
|
"name": "nuxt-storm",
|
|
3905
|
-
"description": "WebStorm & PHPStorm support for
|
|
4208
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3906
4209
|
"repo": "fumeapp/nuxt-storm",
|
|
3907
4210
|
"npm": "nuxt-storm",
|
|
3908
4211
|
"icon": "nuxt-storm.png",
|
|
@@ -3946,7 +4249,7 @@
|
|
|
3946
4249
|
},
|
|
3947
4250
|
{
|
|
3948
4251
|
"name": "nuxt-unleash",
|
|
3949
|
-
"description": "Nuxt
|
|
4252
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3950
4253
|
"repo": "conejerock/nuxt-unleash",
|
|
3951
4254
|
"npm": "nuxt-unleash",
|
|
3952
4255
|
"icon": "nuxt-unleash.svg",
|
|
@@ -4057,20 +4360,42 @@
|
|
|
4057
4360
|
}
|
|
4058
4361
|
},
|
|
4059
4362
|
{
|
|
4060
|
-
"name": "
|
|
4061
|
-
"description": "
|
|
4062
|
-
"repo": "
|
|
4063
|
-
"npm": "
|
|
4064
|
-
"icon": "
|
|
4065
|
-
"github": "https://github.com/
|
|
4066
|
-
"website": "https://
|
|
4067
|
-
"learn_more": "
|
|
4068
|
-
"category": "
|
|
4363
|
+
"name": "Nuxt zodI18n",
|
|
4364
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4365
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4366
|
+
"npm": "nuxt-zod-i18n",
|
|
4367
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4368
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4369
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4370
|
+
"learn_more": "",
|
|
4371
|
+
"category": "Libraries",
|
|
4069
4372
|
"type": "3rd-party",
|
|
4070
4373
|
"maintainers": [
|
|
4071
4374
|
{
|
|
4072
|
-
"name": "
|
|
4073
|
-
"github": "
|
|
4375
|
+
"name": "xibman",
|
|
4376
|
+
"github": "xibman"
|
|
4377
|
+
}
|
|
4378
|
+
],
|
|
4379
|
+
"compatibility": {
|
|
4380
|
+
"nuxt": "^3.0.0",
|
|
4381
|
+
"requires": {}
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
"name": "nuxt3-interpolation",
|
|
4386
|
+
"description": "",
|
|
4387
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4388
|
+
"npm": "nuxt3-interpolation",
|
|
4389
|
+
"icon": "",
|
|
4390
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4391
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4392
|
+
"learn_more": "",
|
|
4393
|
+
"category": "Devtools",
|
|
4394
|
+
"type": "3rd-party",
|
|
4395
|
+
"maintainers": [
|
|
4396
|
+
{
|
|
4397
|
+
"name": "daliborgogic",
|
|
4398
|
+
"github": "daliborgogic"
|
|
4074
4399
|
}
|
|
4075
4400
|
],
|
|
4076
4401
|
"compatibility": {
|
|
@@ -4102,7 +4427,7 @@
|
|
|
4102
4427
|
},
|
|
4103
4428
|
{
|
|
4104
4429
|
"name": "nuxt7",
|
|
4105
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4430
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4106
4431
|
"repo": "nuxt-community/nuxt7",
|
|
4107
4432
|
"npm": "nuxt7",
|
|
4108
4433
|
"icon": "",
|
|
@@ -4144,7 +4469,8 @@
|
|
|
4144
4469
|
],
|
|
4145
4470
|
"compatibility": {
|
|
4146
4471
|
"nuxt": "^3.0.0",
|
|
4147
|
-
"requires": {}
|
|
4472
|
+
"requires": {},
|
|
4473
|
+
"devtools": "^0.0.0"
|
|
4148
4474
|
}
|
|
4149
4475
|
},
|
|
4150
4476
|
{
|
|
@@ -4172,7 +4498,7 @@
|
|
|
4172
4498
|
},
|
|
4173
4499
|
{
|
|
4174
4500
|
"name": "optimized-images",
|
|
4175
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4501
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4176
4502
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4177
4503
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4178
4504
|
"icon": "",
|
|
@@ -4217,7 +4543,7 @@
|
|
|
4217
4543
|
},
|
|
4218
4544
|
{
|
|
4219
4545
|
"name": "parse",
|
|
4220
|
-
"description": "Parse package for Nuxt
|
|
4546
|
+
"description": "Parse package for Nuxt",
|
|
4221
4547
|
"repo": "cierrateam/nuxt-parse",
|
|
4222
4548
|
"npm": "nuxt-parse",
|
|
4223
4549
|
"icon": "",
|
|
@@ -4285,6 +4611,28 @@
|
|
|
4285
4611
|
}
|
|
4286
4612
|
}
|
|
4287
4613
|
},
|
|
4614
|
+
{
|
|
4615
|
+
"name": "paypal",
|
|
4616
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4617
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4618
|
+
"npm": "nuxt-paypal",
|
|
4619
|
+
"icon": "paypal.svg",
|
|
4620
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4621
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4622
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4623
|
+
"category": "Payment",
|
|
4624
|
+
"type": "3rd-party",
|
|
4625
|
+
"maintainers": [
|
|
4626
|
+
{
|
|
4627
|
+
"name": "Arash Sheyda",
|
|
4628
|
+
"github": "arashsheyda"
|
|
4629
|
+
}
|
|
4630
|
+
],
|
|
4631
|
+
"compatibility": {
|
|
4632
|
+
"nuxt": "^3.0.0",
|
|
4633
|
+
"requires": {}
|
|
4634
|
+
}
|
|
4635
|
+
},
|
|
4288
4636
|
{
|
|
4289
4637
|
"name": "pdfeasy",
|
|
4290
4638
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4406,7 +4754,7 @@
|
|
|
4406
4754
|
},
|
|
4407
4755
|
{
|
|
4408
4756
|
"name": "plausible",
|
|
4409
|
-
"description": "Nuxt
|
|
4757
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4410
4758
|
"repo": "nuxt-modules/plausible",
|
|
4411
4759
|
"npm": "@nuxtjs/plausible",
|
|
4412
4760
|
"icon": "",
|
|
@@ -4472,9 +4820,32 @@
|
|
|
4472
4820
|
"requires": {}
|
|
4473
4821
|
}
|
|
4474
4822
|
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "primevue",
|
|
4825
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4826
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4827
|
+
"npm": "nuxt-primevue",
|
|
4828
|
+
"icon": "primevue.svg",
|
|
4829
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4830
|
+
"website": "https://primevue.org/",
|
|
4831
|
+
"learn_more": "https://primevue.org/",
|
|
4832
|
+
"category": "UI",
|
|
4833
|
+
"type": "3rd-party",
|
|
4834
|
+
"maintainers": [
|
|
4835
|
+
{
|
|
4836
|
+
"name": "primefaces",
|
|
4837
|
+
"github": "primefaces",
|
|
4838
|
+
"twitter": "primevue"
|
|
4839
|
+
}
|
|
4840
|
+
],
|
|
4841
|
+
"compatibility": {
|
|
4842
|
+
"nuxt": "^3.0.0",
|
|
4843
|
+
"requires": {}
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4475
4846
|
{
|
|
4476
4847
|
"name": "prismic",
|
|
4477
|
-
"description": "Easily connect your Nuxt
|
|
4848
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4478
4849
|
"repo": "nuxt-modules/prismic",
|
|
4479
4850
|
"npm": "@nuxtjs/prismic",
|
|
4480
4851
|
"icon": "prismic.png",
|
|
@@ -4541,7 +4912,7 @@
|
|
|
4541
4912
|
},
|
|
4542
4913
|
{
|
|
4543
4914
|
"name": "proxy",
|
|
4544
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4915
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4545
4916
|
"repo": "nuxt-community/proxy-module",
|
|
4546
4917
|
"npm": "@nuxtjs/proxy",
|
|
4547
4918
|
"icon": "",
|
|
@@ -4587,7 +4958,7 @@
|
|
|
4587
4958
|
},
|
|
4588
4959
|
{
|
|
4589
4960
|
"name": "purgecss",
|
|
4590
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4961
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4591
4962
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4592
4963
|
"npm": "nuxt-purgecss",
|
|
4593
4964
|
"icon": "purgecss.png",
|
|
@@ -4609,7 +4980,7 @@
|
|
|
4609
4980
|
},
|
|
4610
4981
|
{
|
|
4611
4982
|
"name": "pwa",
|
|
4612
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4983
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4613
4984
|
"repo": "nuxt-community/pwa-module",
|
|
4614
4985
|
"npm": "@nuxtjs/pwa",
|
|
4615
4986
|
"icon": "pwa.png",
|
|
@@ -4634,7 +5005,7 @@
|
|
|
4634
5005
|
},
|
|
4635
5006
|
{
|
|
4636
5007
|
"name": "python",
|
|
4637
|
-
"description": "Write Nuxt
|
|
5008
|
+
"description": "Write Nuxt applications using Python",
|
|
4638
5009
|
"repo": "nuxt-community/python-module",
|
|
4639
5010
|
"npm": "@nuxtjs/python",
|
|
4640
5011
|
"icon": "python.png",
|
|
@@ -4673,7 +5044,8 @@
|
|
|
4673
5044
|
],
|
|
4674
5045
|
"compatibility": {
|
|
4675
5046
|
"nuxt": "^3.0.0",
|
|
4676
|
-
"requires": {}
|
|
5047
|
+
"requires": {},
|
|
5048
|
+
"devtools": "^0.0.0"
|
|
4677
5049
|
}
|
|
4678
5050
|
},
|
|
4679
5051
|
{
|
|
@@ -4698,9 +5070,44 @@
|
|
|
4698
5070
|
"requires": {}
|
|
4699
5071
|
}
|
|
4700
5072
|
},
|
|
5073
|
+
{
|
|
5074
|
+
"name": "radix-vue",
|
|
5075
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5076
|
+
"repo": "radix-vue/radix-vue",
|
|
5077
|
+
"npm": "radix-vue",
|
|
5078
|
+
"icon": "radix-vue.svg",
|
|
5079
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5080
|
+
"website": "https://www.radix-vue.com/",
|
|
5081
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5082
|
+
"category": "UI",
|
|
5083
|
+
"type": "3rd-party",
|
|
5084
|
+
"maintainers": [
|
|
5085
|
+
{
|
|
5086
|
+
"name": "Zernonia",
|
|
5087
|
+
"github": "zernonia",
|
|
5088
|
+
"twitter": "zernonia"
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "Khairul Haaziq",
|
|
5092
|
+
"github": "khairulhaaziq"
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"name": "Mujahid Anuar",
|
|
5096
|
+
"github": "mujahidfa"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"name": "Max",
|
|
5100
|
+
"github": "onmax"
|
|
5101
|
+
}
|
|
5102
|
+
],
|
|
5103
|
+
"compatibility": {
|
|
5104
|
+
"nuxt": "^3.0.0",
|
|
5105
|
+
"requires": {}
|
|
5106
|
+
}
|
|
5107
|
+
},
|
|
4701
5108
|
{
|
|
4702
5109
|
"name": "recaptcha",
|
|
4703
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5110
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4704
5111
|
"repo": "nuxt-community/recaptcha-module",
|
|
4705
5112
|
"npm": "@nuxtjs/recaptcha",
|
|
4706
5113
|
"icon": "recaptcha.png",
|
|
@@ -4743,9 +5150,32 @@
|
|
|
4743
5150
|
"requires": {}
|
|
4744
5151
|
}
|
|
4745
5152
|
},
|
|
5153
|
+
{
|
|
5154
|
+
"name": "resend",
|
|
5155
|
+
"description": "Resend integration for Nuxt",
|
|
5156
|
+
"repo": "nhedger/nuxt-resend",
|
|
5157
|
+
"npm": "nuxt-resend",
|
|
5158
|
+
"icon": "resend.svg",
|
|
5159
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5160
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5161
|
+
"learn_more": "https://resend.com",
|
|
5162
|
+
"category": "Extensions",
|
|
5163
|
+
"type": "3rd-party",
|
|
5164
|
+
"maintainers": [
|
|
5165
|
+
{
|
|
5166
|
+
"name": "Nicolas Hedger",
|
|
5167
|
+
"github": "nhedger",
|
|
5168
|
+
"twitter": "nicolashedger"
|
|
5169
|
+
}
|
|
5170
|
+
],
|
|
5171
|
+
"compatibility": {
|
|
5172
|
+
"nuxt": "^3.0.0",
|
|
5173
|
+
"requires": {}
|
|
5174
|
+
}
|
|
5175
|
+
},
|
|
4746
5176
|
{
|
|
4747
5177
|
"name": "rfg-icon",
|
|
4748
|
-
"description": "Nuxt
|
|
5178
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4749
5179
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4750
5180
|
"npm": "nuxt-rfg-icon",
|
|
4751
5181
|
"icon": "real-favicon-generator.png",
|
|
@@ -4767,7 +5197,7 @@
|
|
|
4767
5197
|
},
|
|
4768
5198
|
{
|
|
4769
5199
|
"name": "robots",
|
|
4770
|
-
"description": "A Nuxt
|
|
5200
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4771
5201
|
"repo": "nuxt-modules/robots",
|
|
4772
5202
|
"npm": "@nuxtjs/robots",
|
|
4773
5203
|
"icon": "robots.png",
|
|
@@ -4791,23 +5221,23 @@
|
|
|
4791
5221
|
},
|
|
4792
5222
|
{
|
|
4793
5223
|
"name": "rollbar",
|
|
4794
|
-
"description": "
|
|
4795
|
-
"repo": "
|
|
4796
|
-
"npm": "nuxt-rollbar
|
|
5224
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5225
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5226
|
+
"npm": "nuxt-rollbar",
|
|
4797
5227
|
"icon": "rollbar.png",
|
|
4798
|
-
"github": "https://github.com/
|
|
4799
|
-
"website": "https://github.com/
|
|
5228
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5229
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4800
5230
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4801
5231
|
"category": "Monitoring",
|
|
4802
5232
|
"type": "3rd-party",
|
|
4803
5233
|
"maintainers": [
|
|
4804
5234
|
{
|
|
4805
|
-
"name": "
|
|
4806
|
-
"github": "
|
|
5235
|
+
"name": "Jairo Blatt",
|
|
5236
|
+
"github": "jairoblatt"
|
|
4807
5237
|
}
|
|
4808
5238
|
],
|
|
4809
5239
|
"compatibility": {
|
|
4810
|
-
"nuxt": "^
|
|
5240
|
+
"nuxt": "^3.0.0",
|
|
4811
5241
|
"requires": {}
|
|
4812
5242
|
}
|
|
4813
5243
|
},
|
|
@@ -4836,7 +5266,7 @@
|
|
|
4836
5266
|
},
|
|
4837
5267
|
{
|
|
4838
5268
|
"name": "router",
|
|
4839
|
-
"description": "Nuxt
|
|
5269
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4840
5270
|
"repo": "nuxt-community/router-module",
|
|
4841
5271
|
"npm": "@nuxtjs/router",
|
|
4842
5272
|
"icon": "vue.png",
|
|
@@ -4953,7 +5383,7 @@
|
|
|
4953
5383
|
},
|
|
4954
5384
|
{
|
|
4955
5385
|
"name": "segment",
|
|
4956
|
-
"description": "Nuxt
|
|
5386
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4957
5387
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4958
5388
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4959
5389
|
"icon": "segment.png",
|
|
@@ -4975,7 +5405,7 @@
|
|
|
4975
5405
|
},
|
|
4976
5406
|
{
|
|
4977
5407
|
"name": "sentry",
|
|
4978
|
-
"description": "Sentry module for Nuxt
|
|
5408
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4979
5409
|
"repo": "nuxt-community/sentry-module",
|
|
4980
5410
|
"npm": "@nuxtjs/sentry",
|
|
4981
5411
|
"icon": "sentry.svg",
|
|
@@ -5066,7 +5496,7 @@
|
|
|
5066
5496
|
},
|
|
5067
5497
|
{
|
|
5068
5498
|
"name": "seomatic-meta",
|
|
5069
|
-
"description": "A Nuxt
|
|
5499
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
5070
5500
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
5071
5501
|
"npm": "nuxt-seomatic-meta",
|
|
5072
5502
|
"icon": "seomatic.png",
|
|
@@ -5157,7 +5587,7 @@
|
|
|
5157
5587
|
},
|
|
5158
5588
|
{
|
|
5159
5589
|
"name": "shopify",
|
|
5160
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5590
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5161
5591
|
"repo": "Gomah/nuxt-shopify",
|
|
5162
5592
|
"npm": "nuxt-shopify",
|
|
5163
5593
|
"icon": "shopify.png",
|
|
@@ -5178,7 +5608,7 @@
|
|
|
5178
5608
|
}
|
|
5179
5609
|
},
|
|
5180
5610
|
{
|
|
5181
|
-
"name": "
|
|
5611
|
+
"name": "sidebase-auth",
|
|
5182
5612
|
"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
5613
|
"repo": "sidebase/nuxt-auth",
|
|
5184
5614
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5272,7 +5702,7 @@
|
|
|
5272
5702
|
},
|
|
5273
5703
|
{
|
|
5274
5704
|
"name": "sitemap",
|
|
5275
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5705
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5276
5706
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
5277
5707
|
"npm": "@nuxtjs/sitemap",
|
|
5278
5708
|
"icon": "",
|
|
@@ -5317,7 +5747,7 @@
|
|
|
5317
5747
|
},
|
|
5318
5748
|
{
|
|
5319
5749
|
"name": "snipcart",
|
|
5320
|
-
"description": "Snipcart integration module for Nuxt
|
|
5750
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5321
5751
|
"repo": "nuxt-modules/snipcart",
|
|
5322
5752
|
"npm": "@nuxtjs/snipcart",
|
|
5323
5753
|
"icon": "snipcart.png",
|
|
@@ -5340,7 +5770,7 @@
|
|
|
5340
5770
|
},
|
|
5341
5771
|
{
|
|
5342
5772
|
"name": "social-meta",
|
|
5343
|
-
"description": "Nuxt
|
|
5773
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5344
5774
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5345
5775
|
"npm": "nuxt-social-meta",
|
|
5346
5776
|
"icon": "",
|
|
@@ -5462,7 +5892,7 @@
|
|
|
5462
5892
|
},
|
|
5463
5893
|
{
|
|
5464
5894
|
"name": "storage",
|
|
5465
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5895
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5466
5896
|
"repo": "mazipan/nuxt-storage",
|
|
5467
5897
|
"npm": "nuxt-storage",
|
|
5468
5898
|
"icon": "",
|
|
@@ -5484,7 +5914,7 @@
|
|
|
5484
5914
|
},
|
|
5485
5915
|
{
|
|
5486
5916
|
"name": "storefront-ui",
|
|
5487
|
-
"description": "Storefront UI Module for Nuxt
|
|
5917
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5488
5918
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5489
5919
|
"npm": "@storefront-ui/nuxt",
|
|
5490
5920
|
"icon": "storefront-ui.svg",
|
|
@@ -5528,7 +5958,7 @@
|
|
|
5528
5958
|
},
|
|
5529
5959
|
{
|
|
5530
5960
|
"name": "storyblok",
|
|
5531
|
-
"description": "Storyblok Nuxt
|
|
5961
|
+
"description": "Storyblok Nuxt module",
|
|
5532
5962
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5533
5963
|
"npm": "@storyblok/nuxt",
|
|
5534
5964
|
"icon": "storyblok.png",
|
|
@@ -5545,37 +5975,34 @@
|
|
|
5545
5975
|
],
|
|
5546
5976
|
"compatibility": {
|
|
5547
5977
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5548
|
-
"requires": {}
|
|
5978
|
+
"requires": {},
|
|
5979
|
+
"devtools": "^0.0.0"
|
|
5549
5980
|
}
|
|
5550
5981
|
},
|
|
5551
5982
|
{
|
|
5552
5983
|
"name": "storybook",
|
|
5553
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5554
|
-
"repo": "nuxt-
|
|
5555
|
-
"npm": "@
|
|
5984
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5985
|
+
"repo": "nuxt-modules/storybook",
|
|
5986
|
+
"npm": "@nuxtjs/storybook",
|
|
5556
5987
|
"icon": "storybook.png",
|
|
5557
|
-
"github": "https://github.com/nuxt-
|
|
5988
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5558
5989
|
"website": "https://storybook.nuxtjs.org",
|
|
5559
|
-
"learn_more": "https://
|
|
5990
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5560
5991
|
"category": "Devtools",
|
|
5561
5992
|
"type": "community",
|
|
5562
5993
|
"maintainers": [
|
|
5563
5994
|
{
|
|
5564
|
-
"name": "
|
|
5565
|
-
"github": "
|
|
5566
|
-
"twitter": "
|
|
5567
|
-
},
|
|
5568
|
-
{
|
|
5569
|
-
"name": "Pooya Parsa",
|
|
5570
|
-
"github": "pi0",
|
|
5571
|
-
"twitter": "_pi0_"
|
|
5995
|
+
"name": "Chakir QATAB",
|
|
5996
|
+
"github": "chakAs3",
|
|
5997
|
+
"twitter": "ChakirQatab"
|
|
5572
5998
|
}
|
|
5573
5999
|
],
|
|
5574
6000
|
"compatibility": {
|
|
5575
|
-
"nuxt": "^2.0.0",
|
|
6001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5576
6002
|
"requires": {
|
|
5577
6003
|
"bridge": "optional"
|
|
5578
|
-
}
|
|
6004
|
+
},
|
|
6005
|
+
"devtools": "^0.7.2"
|
|
5579
6006
|
}
|
|
5580
6007
|
},
|
|
5581
6008
|
{
|
|
@@ -5605,7 +6032,8 @@
|
|
|
5605
6032
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5606
6033
|
"requires": {
|
|
5607
6034
|
"bridge": true
|
|
5608
|
-
}
|
|
6035
|
+
},
|
|
6036
|
+
"devtools": "^0.0.0"
|
|
5609
6037
|
}
|
|
5610
6038
|
},
|
|
5611
6039
|
{
|
|
@@ -5656,6 +6084,36 @@
|
|
|
5656
6084
|
"requires": {}
|
|
5657
6085
|
}
|
|
5658
6086
|
},
|
|
6087
|
+
{
|
|
6088
|
+
"name": "studio",
|
|
6089
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6090
|
+
"repo": "nuxtlabs/studio-module",
|
|
6091
|
+
"npm": "@nuxthq/studio",
|
|
6092
|
+
"icon": "studio.svg",
|
|
6093
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6094
|
+
"website": "https://nuxt.studio",
|
|
6095
|
+
"learn_more": "https://nuxt.studio",
|
|
6096
|
+
"category": "CMS",
|
|
6097
|
+
"type": "3rd-party",
|
|
6098
|
+
"maintainers": [
|
|
6099
|
+
{
|
|
6100
|
+
"name": "Ahad Birang",
|
|
6101
|
+
"github": "farnabaz",
|
|
6102
|
+
"twitter": "a_birang"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"name": "Sébastien Chopin",
|
|
6106
|
+
"github": "Atinux",
|
|
6107
|
+
"twitter": "Atinux"
|
|
6108
|
+
}
|
|
6109
|
+
],
|
|
6110
|
+
"compatibility": {
|
|
6111
|
+
"nuxt": "^3.0.0",
|
|
6112
|
+
"requires": {
|
|
6113
|
+
"content": true
|
|
6114
|
+
}
|
|
6115
|
+
}
|
|
6116
|
+
},
|
|
5659
6117
|
{
|
|
5660
6118
|
"name": "style-resources",
|
|
5661
6119
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5681,7 +6139,7 @@
|
|
|
5681
6139
|
},
|
|
5682
6140
|
{
|
|
5683
6141
|
"name": "stylelint",
|
|
5684
|
-
"description": "Stylelint module for Nuxt.
|
|
6142
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5685
6143
|
"repo": "nuxt-community/stylelint-module",
|
|
5686
6144
|
"npm": "@nuxtjs/stylelint-module",
|
|
5687
6145
|
"icon": "stylelint.png",
|
|
@@ -5804,7 +6262,7 @@
|
|
|
5804
6262
|
},
|
|
5805
6263
|
{
|
|
5806
6264
|
"name": "svg",
|
|
5807
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6265
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5808
6266
|
"repo": "nuxt-community/svg-module",
|
|
5809
6267
|
"npm": "@nuxtjs/svg",
|
|
5810
6268
|
"icon": "",
|
|
@@ -5848,7 +6306,7 @@
|
|
|
5848
6306
|
},
|
|
5849
6307
|
{
|
|
5850
6308
|
"name": "swiper",
|
|
5851
|
-
"description": "Nuxt
|
|
6309
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5852
6310
|
"repo": "cpreston321/nuxt-swiper",
|
|
5853
6311
|
"npm": "nuxt-swiper",
|
|
5854
6312
|
"icon": "swiper.svg",
|
|
@@ -5894,10 +6352,10 @@
|
|
|
5894
6352
|
{
|
|
5895
6353
|
"name": "tailwindcss",
|
|
5896
6354
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5897
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6355
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5898
6356
|
"npm": "@nuxtjs/tailwindcss",
|
|
5899
6357
|
"icon": "tailwindcss.png",
|
|
5900
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6358
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5901
6359
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5902
6360
|
"learn_more": "https://tailwindcss.com/",
|
|
5903
6361
|
"category": "UI",
|
|
@@ -5915,7 +6373,8 @@
|
|
|
5915
6373
|
],
|
|
5916
6374
|
"compatibility": {
|
|
5917
6375
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5918
|
-
"requires": {}
|
|
6376
|
+
"requires": {},
|
|
6377
|
+
"devtools": "^0.0.0"
|
|
5919
6378
|
}
|
|
5920
6379
|
},
|
|
5921
6380
|
{
|
|
@@ -5965,7 +6424,7 @@
|
|
|
5965
6424
|
},
|
|
5966
6425
|
{
|
|
5967
6426
|
"name": "toast",
|
|
5968
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6427
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5969
6428
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5970
6429
|
"npm": "@nuxtjs/toast",
|
|
5971
6430
|
"icon": "",
|
|
@@ -6046,7 +6505,7 @@
|
|
|
6046
6505
|
},
|
|
6047
6506
|
{
|
|
6048
6507
|
"name": "twa",
|
|
6049
|
-
"description": "Nuxt
|
|
6508
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
6050
6509
|
"repo": "tuarrep/nuxt-twa",
|
|
6051
6510
|
"npm": "nuxt-twa",
|
|
6052
6511
|
"icon": "",
|
|
@@ -6234,6 +6693,30 @@
|
|
|
6234
6693
|
"requires": {}
|
|
6235
6694
|
}
|
|
6236
6695
|
},
|
|
6696
|
+
{
|
|
6697
|
+
"name": "typo3",
|
|
6698
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6699
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6700
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6701
|
+
"icon": "typo3.svg",
|
|
6702
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6703
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6704
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6705
|
+
"category": "CMS",
|
|
6706
|
+
"type": "3rd-party",
|
|
6707
|
+
"maintainers": [
|
|
6708
|
+
{
|
|
6709
|
+
"name": "Macopedia",
|
|
6710
|
+
"github": "macopedia",
|
|
6711
|
+
"twitter": "macopediapl"
|
|
6712
|
+
}
|
|
6713
|
+
],
|
|
6714
|
+
"compatibility": {
|
|
6715
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6716
|
+
"requires": {},
|
|
6717
|
+
"devtools": "^0.0.0"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6237
6720
|
{
|
|
6238
6721
|
"name": "ui",
|
|
6239
6722
|
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
@@ -6315,7 +6798,7 @@
|
|
|
6315
6798
|
},
|
|
6316
6799
|
{
|
|
6317
6800
|
"name": "universal-storage",
|
|
6318
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6801
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6319
6802
|
"repo": "nuxt-community/universal-storage-module",
|
|
6320
6803
|
"npm": "@nuxtjs/universal-storage",
|
|
6321
6804
|
"icon": "",
|
|
@@ -6392,12 +6875,12 @@
|
|
|
6392
6875
|
{
|
|
6393
6876
|
"name": "unocss",
|
|
6394
6877
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6395
|
-
"repo": "
|
|
6878
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6396
6879
|
"npm": "@unocss/nuxt",
|
|
6397
6880
|
"icon": "unocss.svg",
|
|
6398
|
-
"github": "https://github.com/
|
|
6399
|
-
"website": "https://github.com/
|
|
6400
|
-
"learn_more": "https://github.com/
|
|
6881
|
+
"github": "https://github.com/unocss/unocss",
|
|
6882
|
+
"website": "https://github.com/unocss/unocss",
|
|
6883
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6401
6884
|
"category": "UI",
|
|
6402
6885
|
"type": "3rd-party",
|
|
6403
6886
|
"maintainers": [
|
|
@@ -6412,7 +6895,8 @@
|
|
|
6412
6895
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6413
6896
|
"requires": {
|
|
6414
6897
|
"bridge": "optional"
|
|
6415
|
-
}
|
|
6898
|
+
},
|
|
6899
|
+
"devtools": "^0.0.0"
|
|
6416
6900
|
}
|
|
6417
6901
|
},
|
|
6418
6902
|
{
|
|
@@ -6464,7 +6948,7 @@
|
|
|
6464
6948
|
},
|
|
6465
6949
|
{
|
|
6466
6950
|
"name": "user-agent",
|
|
6467
|
-
"description": "Nuxt
|
|
6951
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6468
6952
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6469
6953
|
"npm": "nuxt-user-agent",
|
|
6470
6954
|
"icon": "",
|
|
@@ -6578,7 +7062,7 @@
|
|
|
6578
7062
|
},
|
|
6579
7063
|
{
|
|
6580
7064
|
"name": "vee-validate",
|
|
6581
|
-
"description": "Painless Vue forms for Nuxt
|
|
7065
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6582
7066
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6583
7067
|
"npm": "@vee-validate/nuxt",
|
|
6584
7068
|
"icon": "vee-validate.png",
|
|
@@ -6668,7 +7152,7 @@
|
|
|
6668
7152
|
},
|
|
6669
7153
|
{
|
|
6670
7154
|
"name": "vite-pwa-nuxt",
|
|
6671
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7155
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6672
7156
|
"repo": "vite-pwa/nuxt",
|
|
6673
7157
|
"npm": "@vite-pwa/nuxt",
|
|
6674
7158
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6717,18 +7201,19 @@
|
|
|
6717
7201
|
],
|
|
6718
7202
|
"compatibility": {
|
|
6719
7203
|
"nuxt": "^3.0.0",
|
|
6720
|
-
"requires": {}
|
|
7204
|
+
"requires": {},
|
|
7205
|
+
"devtools": "^0.0.0"
|
|
6721
7206
|
}
|
|
6722
7207
|
},
|
|
6723
7208
|
{
|
|
6724
7209
|
"name": "vue-email",
|
|
6725
|
-
"description": "Write email templates with vue",
|
|
7210
|
+
"description": "💌 Write email templates with vue",
|
|
6726
7211
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6727
7212
|
"npm": "vue-email",
|
|
6728
7213
|
"icon": "vue-email.svg",
|
|
6729
7214
|
"github": "https://github.com/Dave136/vue-email",
|
|
6730
|
-
"website": "https://
|
|
6731
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
7215
|
+
"website": "https://www.vuemail.net/",
|
|
7216
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6732
7217
|
"category": "UI",
|
|
6733
7218
|
"type": "3rd-party",
|
|
6734
7219
|
"maintainers": [
|
|
@@ -6745,6 +7230,30 @@
|
|
|
6745
7230
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6746
7231
|
}
|
|
6747
7232
|
],
|
|
7233
|
+
"compatibility": {
|
|
7234
|
+
"nuxt": "^3.0.0",
|
|
7235
|
+
"requires": {},
|
|
7236
|
+
"devtools": "^0.0.0"
|
|
7237
|
+
}
|
|
7238
|
+
},
|
|
7239
|
+
{
|
|
7240
|
+
"name": "vue-final-modal",
|
|
7241
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7242
|
+
"repo": "vue-final/vue-final-modal",
|
|
7243
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7244
|
+
"icon": "vue-final-modal.svg",
|
|
7245
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7246
|
+
"website": "https://vue-final-modal.org/",
|
|
7247
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7248
|
+
"category": "UI",
|
|
7249
|
+
"type": "3rd-party",
|
|
7250
|
+
"maintainers": [
|
|
7251
|
+
{
|
|
7252
|
+
"name": "Hunter Liu",
|
|
7253
|
+
"github": "hunterliu1003",
|
|
7254
|
+
"twitter": "hunterliu1003"
|
|
7255
|
+
}
|
|
7256
|
+
],
|
|
6748
7257
|
"compatibility": {
|
|
6749
7258
|
"nuxt": "^3.0.0",
|
|
6750
7259
|
"requires": {}
|
|
@@ -6772,7 +7281,8 @@
|
|
|
6772
7281
|
"nuxt": "^3.0.0",
|
|
6773
7282
|
"requires": {
|
|
6774
7283
|
"bridge": "optional"
|
|
6775
|
-
}
|
|
7284
|
+
},
|
|
7285
|
+
"devtools": "^0.0.0"
|
|
6776
7286
|
}
|
|
6777
7287
|
},
|
|
6778
7288
|
{
|
|
@@ -6799,7 +7309,7 @@
|
|
|
6799
7309
|
},
|
|
6800
7310
|
{
|
|
6801
7311
|
"name": "vue-multiselect",
|
|
6802
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7312
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6803
7313
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6804
7314
|
"npm": "nuxt-vue-multiselect",
|
|
6805
7315
|
"icon": "",
|
|
@@ -6913,7 +7423,7 @@
|
|
|
6913
7423
|
},
|
|
6914
7424
|
{
|
|
6915
7425
|
"name": "vue-warehouse",
|
|
6916
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7426
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6917
7427
|
"repo": "juliomrqz/vue-warehouse",
|
|
6918
7428
|
"npm": "vue-warehouse",
|
|
6919
7429
|
"icon": "",
|
|
@@ -6936,7 +7446,7 @@
|
|
|
6936
7446
|
},
|
|
6937
7447
|
{
|
|
6938
7448
|
"name": "vue3-carousel-nuxt",
|
|
6939
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
7449
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6940
7450
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6941
7451
|
"npm": "vue3-carousel-nuxt",
|
|
6942
7452
|
"icon": "",
|
|
@@ -6979,9 +7489,55 @@
|
|
|
6979
7489
|
"requires": {}
|
|
6980
7490
|
}
|
|
6981
7491
|
},
|
|
7492
|
+
{
|
|
7493
|
+
"name": "vueform-builder",
|
|
7494
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7495
|
+
"repo": "vueform/builder/nuxt",
|
|
7496
|
+
"npm": "@vueform/builder-nuxt",
|
|
7497
|
+
"icon": "vueform.svg",
|
|
7498
|
+
"github": "https://github.com/vueform/builder",
|
|
7499
|
+
"website": "https://builder.vueform.com",
|
|
7500
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7501
|
+
"category": "Libraries",
|
|
7502
|
+
"type": "3rd-party",
|
|
7503
|
+
"maintainers": [
|
|
7504
|
+
{
|
|
7505
|
+
"name": "Adam Berecz",
|
|
7506
|
+
"github": "adamberecz",
|
|
7507
|
+
"twitter": "bereczadam"
|
|
7508
|
+
}
|
|
7509
|
+
],
|
|
7510
|
+
"compatibility": {
|
|
7511
|
+
"nuxt": "^3.0.0",
|
|
7512
|
+
"requires": {}
|
|
7513
|
+
}
|
|
7514
|
+
},
|
|
7515
|
+
{
|
|
7516
|
+
"name": "vueform",
|
|
7517
|
+
"description": "Official Vueform module for Nuxt",
|
|
7518
|
+
"repo": "vueform/vueform/nuxt",
|
|
7519
|
+
"npm": "@vueform/nuxt",
|
|
7520
|
+
"icon": "vueform.svg",
|
|
7521
|
+
"github": "https://github.com/vueform/vueform",
|
|
7522
|
+
"website": "https://vueform.com",
|
|
7523
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7524
|
+
"category": "Libraries",
|
|
7525
|
+
"type": "3rd-party",
|
|
7526
|
+
"maintainers": [
|
|
7527
|
+
{
|
|
7528
|
+
"name": "Adam Berecz",
|
|
7529
|
+
"github": "adamberecz",
|
|
7530
|
+
"twitter": "bereczadam"
|
|
7531
|
+
}
|
|
7532
|
+
],
|
|
7533
|
+
"compatibility": {
|
|
7534
|
+
"nuxt": "^3.0.0",
|
|
7535
|
+
"requires": {}
|
|
7536
|
+
}
|
|
7537
|
+
},
|
|
6982
7538
|
{
|
|
6983
7539
|
"name": "vuestic",
|
|
6984
|
-
"description": "Vuestic UI module for Nuxt
|
|
7540
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6985
7541
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6986
7542
|
"npm": "@vuestic/nuxt",
|
|
6987
7543
|
"icon": "vuestic.png",
|
|
@@ -7008,8 +7564,8 @@
|
|
|
7008
7564
|
"npm": "vuetify-nuxt-module",
|
|
7009
7565
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7010
7566
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7011
|
-
"website": "https://
|
|
7012
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7567
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7568
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7013
7569
|
"category": "UI",
|
|
7014
7570
|
"type": "3rd-party",
|
|
7015
7571
|
"maintainers": [
|
|
@@ -7025,7 +7581,7 @@
|
|
|
7025
7581
|
},
|
|
7026
7582
|
{
|
|
7027
7583
|
"name": "vuetify",
|
|
7028
|
-
"description": "Vuetify Module for Nuxt
|
|
7584
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
7029
7585
|
"repo": "nuxt-community/vuetify-module",
|
|
7030
7586
|
"npm": "@nuxtjs/vuetify",
|
|
7031
7587
|
"icon": "vuetify.png",
|
|
@@ -7072,7 +7628,8 @@
|
|
|
7072
7628
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7073
7629
|
"requires": {
|
|
7074
7630
|
"bridge": "optional"
|
|
7075
|
-
}
|
|
7631
|
+
},
|
|
7632
|
+
"devtools": "^0.0.0"
|
|
7076
7633
|
}
|
|
7077
7634
|
},
|
|
7078
7635
|
{
|
|
@@ -7099,7 +7656,7 @@
|
|
|
7099
7656
|
},
|
|
7100
7657
|
{
|
|
7101
7658
|
"name": "vunix",
|
|
7102
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7659
|
+
"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
7660
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7104
7661
|
"npm": "@vunix/nuxt",
|
|
7105
7662
|
"icon": "",
|
|
@@ -7178,7 +7735,7 @@
|
|
|
7178
7735
|
},
|
|
7179
7736
|
{
|
|
7180
7737
|
"name": "webpack-optimisations",
|
|
7181
|
-
"description": "Nuxt
|
|
7738
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
7182
7739
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
7183
7740
|
"npm": "nuxt-webpack-optimisations",
|
|
7184
7741
|
"icon": "build-optimisations.svg",
|
|
@@ -7270,7 +7827,7 @@
|
|
|
7270
7827
|
},
|
|
7271
7828
|
{
|
|
7272
7829
|
"name": "well-known",
|
|
7273
|
-
"description": "A Nuxt
|
|
7830
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7274
7831
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7275
7832
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7276
7833
|
"icon": "well-known.svg",
|
|
@@ -7292,7 +7849,7 @@
|
|
|
7292
7849
|
},
|
|
7293
7850
|
{
|
|
7294
7851
|
"name": "wideangle",
|
|
7295
|
-
"description": "Nuxt
|
|
7852
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7296
7853
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7297
7854
|
"npm": "wideangle-nuxt",
|
|
7298
7855
|
"icon": "wideangle.png",
|
|
@@ -7319,11 +7876,11 @@
|
|
|
7319
7876
|
{
|
|
7320
7877
|
"name": "windicss",
|
|
7321
7878
|
"description": "Next generation utility-first CSS framework.",
|
|
7322
|
-
"repo": "windicss/nuxt-windicss
|
|
7879
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7323
7880
|
"npm": "nuxt-windicss",
|
|
7324
7881
|
"icon": "windicss.svg",
|
|
7325
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7326
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7882
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7883
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7327
7884
|
"learn_more": "https://windicss.org/",
|
|
7328
7885
|
"category": "UI",
|
|
7329
7886
|
"type": "3rd-party",
|
|
@@ -7461,7 +8018,7 @@
|
|
|
7461
8018
|
},
|
|
7462
8019
|
{
|
|
7463
8020
|
"name": "zendesk",
|
|
7464
|
-
"description": "Nuxt
|
|
8021
|
+
"description": "Nuxt module for Zendesk",
|
|
7465
8022
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7466
8023
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7467
8024
|
"icon": "zendesk.png",
|