@nuxt/modules 0.6.0-743960 → 0.6.0-75840

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.
Files changed (2) hide show
  1. package/modules.json +1548 -530
  2. package/package.json +4 -1
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -179,7 +179,7 @@
179
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
181
  "learn_more": "",
182
- "category": "Devtools",
182
+ "category": "Libraries",
183
183
  "type": "3rd-party",
184
184
  "maintainers": [
185
185
  {
@@ -194,12 +194,12 @@
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
198
198
  "repo": "johannschopplich/nuxt-api-party",
199
199
  "npm": "nuxt-api-party",
200
200
  "icon": "api-party.svg",
201
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
202
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
203
203
  "learn_more": "",
204
204
  "category": "Request",
205
205
  "type": "3rd-party",
@@ -216,6 +216,28 @@
216
216
  "requires": {}
217
217
  }
218
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
219
241
  {
220
242
  "name": "apis-to-file",
221
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -242,7 +264,7 @@
242
264
  },
243
265
  {
244
266
  "name": "apollo",
245
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
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.js",
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": "Security",
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.js.",
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.js",
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.js application",
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.js module to automatically make a slim Bulma build of used features with Purgecss",
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.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
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 3",
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.js",
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",
@@ -711,10 +778,10 @@
711
778
  "description": "Privacy-first, end-to-end encrypted analytics",
712
779
  "repo": "chiffre-io/nuxt-chiffre",
713
780
  "npm": "nuxt-chiffre",
714
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
715
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
716
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
717
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
718
785
  "category": "Analytics",
719
786
  "type": "3rd-party",
720
787
  "maintainers": [
@@ -775,7 +842,7 @@
775
842
  },
776
843
  {
777
844
  "name": "cloudcms",
778
- "description": "CloudCMS Nuxt.js Module",
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.js application",
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 NuxtJS with auto detection",
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",
@@ -946,7 +1013,7 @@
946
1013
  "npm": "@nuxt/content",
947
1014
  "icon": "nuxt.svg",
948
1015
  "github": "https://github.com/nuxt/content",
949
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
950
1017
  "learn_more": "",
951
1018
  "category": "CMS",
952
1019
  "type": "official",
@@ -1068,7 +1135,7 @@
1068
1135
  },
1069
1136
  {
1070
1137
  "name": "darkmode.js",
1071
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
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.js",
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.js v2",
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.js v2 Google Lighthouse score by delaying hydration.",
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",
@@ -1231,7 +1298,7 @@
1231
1298
  "npm": "@nuxt/devtools",
1232
1299
  "icon": "nuxt.svg",
1233
1300
  "github": "https://github.com/nuxt/devtools",
1234
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1235
1302
  "learn_more": "",
1236
1303
  "category": "Devtools",
1237
1304
  "type": "official",
@@ -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 3",
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.js module that loads your .env file into your context options",
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.js with Drupal via the Lupus Custom Elements Renderer",
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://stack.lupus.digital",
1325
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
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": "David Licen",
1341
- "github": "davision",
1342
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
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.js in the front.",
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.js",
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",
@@ -1444,8 +1557,8 @@
1444
1557
  }
1445
1558
  },
1446
1559
  {
1447
- "name": "eslint",
1448
- "description": "ESLint module for Nuxt.js",
1560
+ "name": "eslint-module",
1561
+ "description": "ESLint module for Nuxt",
1449
1562
  "repo": "nuxt-community/eslint-module",
1450
1563
  "npm": "@nuxtjs/eslint-module",
1451
1564
  "icon": "eslint.png",
@@ -1465,9 +1578,32 @@
1465
1578
  "requires": {}
1466
1579
  }
1467
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1468
1604
  {
1469
1605
  "name": "event-trace",
1470
- "description": "Module for event trace in Nuxt.js",
1606
+ "description": "Module for event trace in Nuxt",
1471
1607
  "repo": "nuxt-community/nuxt-event-trace",
1472
1608
  "npm": "nuxt-event-trace",
1473
1609
  "icon": "",
@@ -1487,6 +1623,29 @@
1487
1623
  "requires": {}
1488
1624
  }
1489
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1490
1649
  {
1491
1650
  "name": "fathom",
1492
1651
  "description": "Fathom analytics for Nuxt",
@@ -1511,7 +1670,7 @@
1511
1670
  },
1512
1671
  {
1513
1672
  "name": "feature-toggle",
1514
- "description": "Feature toggle module for Nuxt.js",
1673
+ "description": "Feature toggle module for Nuxt",
1515
1674
  "repo": "stephenkr/nuxt-feature-toggle",
1516
1675
  "npm": "nuxt-feature-toggle",
1517
1676
  "icon": "",
@@ -1578,7 +1737,7 @@
1578
1737
  },
1579
1738
  {
1580
1739
  "name": "floating-prompt-module",
1581
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1740
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1582
1741
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1583
1742
  "npm": "nuxt-floating-prompt-module",
1584
1743
  "icon": "",
@@ -1687,10 +1846,33 @@
1687
1846
  "requires": {}
1688
1847
  }
1689
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1690
1872
  {
1691
1873
  "name": "form-actions",
1692
1874
  "description": "A set of features and composables to interact with forms and server data.",
1693
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1694
1876
  "npm": "@hebilicious/form-actions-nuxt",
1695
1877
  "icon": "form-actions.svg",
1696
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1718,7 +1900,7 @@
1718
1900
  "icon": "formkit.png",
1719
1901
  "github": "https://github.com/formkit/formkit",
1720
1902
  "website": "https://formkit.com",
1721
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1722
1904
  "category": "Libraries",
1723
1905
  "type": "3rd-party",
1724
1906
  "maintainers": [
@@ -1784,7 +1966,7 @@
1784
1966
  },
1785
1967
  {
1786
1968
  "name": "google-adsense",
1787
- "description": "Google Adsense Module for Nuxt.js",
1969
+ "description": "Google Adsense Module for Nuxt",
1788
1970
  "repo": "nuxt-community/google-adsense-module",
1789
1971
  "npm": "@nuxtjs/google-adsense",
1790
1972
  "icon": "google-adsense.png",
@@ -1810,7 +1992,7 @@
1810
1992
  },
1811
1993
  {
1812
1994
  "name": "google-analytics",
1813
- "description": "Google analytics Module for Nuxt.js",
1995
+ "description": "Google analytics Module for Nuxt",
1814
1996
  "repo": "nuxt-community/analytics-module",
1815
1997
  "npm": "@nuxtjs/google-analytics",
1816
1998
  "icon": "google-analytics.png",
@@ -1842,7 +2024,7 @@
1842
2024
  },
1843
2025
  {
1844
2026
  "name": "google-fonts",
1845
- "description": "Google Fonts module for NuxtJS",
2027
+ "description": "Google Fonts module for Nuxt",
1846
2028
  "repo": "nuxt-modules/google-fonts",
1847
2029
  "npm": "@nuxtjs/google-fonts",
1848
2030
  "icon": "google-fonts.png",
@@ -1866,7 +2048,7 @@
1866
2048
  },
1867
2049
  {
1868
2050
  "name": "google-gtag",
1869
- "description": "Google GTag for Nuxt.js",
2051
+ "description": "Google GTag for Nuxt",
1870
2052
  "repo": "nuxt-community/google-gtag",
1871
2053
  "npm": "@nuxtjs/google-gtag",
1872
2054
  "icon": "gtm.png",
@@ -1892,7 +2074,7 @@
1892
2074
  },
1893
2075
  {
1894
2076
  "name": "google-optimize",
1895
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2077
+ "description": "SSR friendly Google Optimize module for Nuxt",
1896
2078
  "repo": "nuxt-community/google-optimize-module",
1897
2079
  "npm": "nuxt-google-optimize",
1898
2080
  "icon": "google-optimize.png",
@@ -1931,7 +2113,7 @@
1931
2113
  "icon": "graphql-client.svg",
1932
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1933
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1934
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1935
2117
  "category": "Request",
1936
2118
  "type": "3rd-party",
1937
2119
  "maintainers": [
@@ -1947,7 +2129,7 @@
1947
2129
  },
1948
2130
  {
1949
2131
  "name": "graphql-request",
1950
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2132
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1951
2133
  "repo": "gomah/nuxt-graphql-request",
1952
2134
  "npm": "nuxt-graphql-request",
1953
2135
  "icon": "graphql-request.png",
@@ -1963,7 +2145,7 @@
1963
2145
  }
1964
2146
  ],
1965
2147
  "compatibility": {
1966
- "nuxt": "^2.0.0",
2148
+ "nuxt": "^2.0.0 || ^3.0.0",
1967
2149
  "requires": {}
1968
2150
  }
1969
2151
  },
@@ -1986,12 +2168,13 @@
1986
2168
  ],
1987
2169
  "compatibility": {
1988
2170
  "nuxt": "^3.0.0",
1989
- "requires": {}
2171
+ "requires": {},
2172
+ "devtools": "^0.0.0"
1990
2173
  }
1991
2174
  },
1992
2175
  {
1993
2176
  "name": "gtag",
1994
- "description": "Google Analytics integration for Nuxt 3",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1995
2178
  "repo": "johannschopplich/nuxt-gtag",
1996
2179
  "npm": "nuxt-gtag",
1997
2180
  "icon": "gtag.svg",
@@ -2015,7 +2198,7 @@
2015
2198
  },
2016
2199
  {
2017
2200
  "name": "gtm",
2018
- "description": "Google Tag Manager Module for Nuxt.js",
2201
+ "description": "Google Tag Manager Module for Nuxt",
2019
2202
  "repo": "nuxt-community/gtm-module",
2020
2203
  "npm": "@nuxtjs/gtm",
2021
2204
  "icon": "gtm.png",
@@ -2038,7 +2221,7 @@
2038
2221
  },
2039
2222
  {
2040
2223
  "name": "guess",
2041
- "description": "Guess.js module for Nuxt.js",
2224
+ "description": "Guess.js module for Nuxt",
2042
2225
  "repo": "nuxt-community/guess-module",
2043
2226
  "npm": "@nuxtjs/guess-module",
2044
2227
  "icon": "guessjs.png",
@@ -2150,7 +2333,7 @@
2150
2333
  },
2151
2334
  {
2152
2335
  "name": "helmet",
2153
- "description": "Easy Helmet module with Nuxt.js'",
2336
+ "description": "Easy Helmet module with Nuxt'",
2154
2337
  "repo": "victor-perez/nuxt-helmet",
2155
2338
  "npm": "nuxt-helmet",
2156
2339
  "icon": "",
@@ -2194,7 +2377,7 @@
2194
2377
  },
2195
2378
  {
2196
2379
  "name": "history-state",
2197
- "description": "Nuxt.js module to backup or restore historical states",
2380
+ "description": "Nuxt module to backup or restore historical states",
2198
2381
  "repo": "hidekatsu-izuno/nuxt-history-state",
2199
2382
  "npm": "nuxt-history-state",
2200
2383
  "icon": "",
@@ -2214,6 +2397,28 @@
2214
2397
  "requires": {}
2215
2398
  }
2216
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2217
2422
  {
2218
2423
  "name": "html-minifier",
2219
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2243,7 +2448,7 @@
2243
2448
  "npm": "@nuxtjs/html-validator",
2244
2449
  "icon": "html-validator.png",
2245
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2246
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2247
2452
  "learn_more": "https://html-validate.org",
2248
2453
  "category": "Performance",
2249
2454
  "type": "community",
@@ -2263,7 +2468,7 @@
2263
2468
  },
2264
2469
  {
2265
2470
  "name": "http",
2266
- "description": "Universal HTTP Module for Nuxt.js",
2471
+ "description": "Universal HTTP Module for Nuxt",
2267
2472
  "repo": "nuxt/http",
2268
2473
  "npm": "@nuxt/http",
2269
2474
  "icon": "http.png",
@@ -2289,9 +2494,47 @@
2289
2494
  "requires": {}
2290
2495
  }
2291
2496
  },
2497
+ {
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2507
+ "type": "3rd-party",
2508
+ "maintainers": [
2509
+ {
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2292
2535
  {
2293
2536
  "name": "humans-txt",
2294
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2537
+ "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
2538
  "repo": "Luxdamore/nuxt-humans-txt",
2296
2539
  "npm": "@luxdamore/nuxt-humans-txt",
2297
2540
  "icon": "",
@@ -2319,8 +2562,8 @@
2319
2562
  "npm": "@nuxtjs/i18n",
2320
2563
  "icon": "i18n.png",
2321
2564
  "github": "https://github.com/nuxt-modules/i18n",
2322
- "website": "https://v8.i18n.nuxtjs.org",
2323
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2324
2567
  "category": "Extensions",
2325
2568
  "type": "community",
2326
2569
  "maintainers": [
@@ -2331,6 +2574,10 @@
2331
2574
  {
2332
2575
  "name": "Kazuya Kawaguchi",
2333
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2334
2581
  }
2335
2582
  ],
2336
2583
  "compatibility": {
@@ -2360,6 +2607,29 @@
2360
2607
  "requires": {}
2361
2608
  }
2362
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2363
2633
  {
2364
2634
  "name": "icon",
2365
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2379,7 +2649,8 @@
2379
2649
  ],
2380
2650
  "compatibility": {
2381
2651
  "nuxt": "^3.0.0",
2382
- "requires": {}
2652
+ "requires": {},
2653
+ "devtools": "^0.0.0"
2383
2654
  }
2384
2655
  },
2385
2656
  {
@@ -2428,7 +2699,7 @@
2428
2699
  },
2429
2700
  {
2430
2701
  "name": "image",
2431
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2702
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2432
2703
  "repo": "nuxt/image",
2433
2704
  "npm": "@nuxt/image",
2434
2705
  "icon": "image.png",
@@ -2468,7 +2739,7 @@
2468
2739
  },
2469
2740
  {
2470
2741
  "name": "imagemin",
2471
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2742
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2472
2743
  "repo": "nuxt-community/imagemin-module",
2473
2744
  "npm": "@nuxtjs/imagemin",
2474
2745
  "icon": "imagemin.png",
@@ -2515,7 +2786,7 @@
2515
2786
  },
2516
2787
  {
2517
2788
  "name": "intercom",
2518
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2789
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2519
2790
  "repo": "hex-digital/nuxt-intercom",
2520
2791
  "npm": "@hexdigital/nuxt-intercom",
2521
2792
  "icon": "intercom.png",
@@ -2560,7 +2831,7 @@
2560
2831
  },
2561
2832
  {
2562
2833
  "name": "jsonapi",
2563
- "description": "Easy JSON:API client integration for Nuxt.js",
2834
+ "description": "Easy JSON:API client integration for Nuxt",
2564
2835
  "repo": "patrickcate/nuxt-jsonapi",
2565
2836
  "npm": "nuxt-jsonapi",
2566
2837
  "icon": "jsonapi.svg",
@@ -2602,14 +2873,42 @@
2602
2873
  "requires": {}
2603
2874
  }
2604
2875
  },
2876
+ {
2877
+ "name": "kinde",
2878
+ "description": "Kinde authentication integration for Nuxt",
2879
+ "repo": "nuxt-modules/kinde",
2880
+ "npm": "@nuxtjs/kinde",
2881
+ "icon": "kinde.svg",
2882
+ "github": "https://github.com/nuxt-modules/kinde",
2883
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2884
+ "learn_more": "https://kinde.com/",
2885
+ "category": "Security",
2886
+ "type": "community",
2887
+ "maintainers": [
2888
+ {
2889
+ "name": "danielroe",
2890
+ "github": "danielroe"
2891
+ },
2892
+ {
2893
+ "name": "daveordead",
2894
+ "github": "DaveOrDead",
2895
+ "twitter": "dave_or_dead"
2896
+ }
2897
+ ],
2898
+ "compatibility": {
2899
+ "nuxt": "^3.0.0",
2900
+ "requires": {}
2901
+ },
2902
+ "sponsor": true
2903
+ },
2605
2904
  {
2606
2905
  "name": "kql",
2607
- "description": "Nuxt 3 module for Kirby's Query Language API",
2906
+ "description": "Nuxt module for Kirby's Query Language API",
2608
2907
  "repo": "johannschopplich/nuxt-kql",
2609
2908
  "npm": "nuxt-kql",
2610
2909
  "icon": "kql.svg",
2611
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2612
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2613
2912
  "learn_more": "",
2614
2913
  "category": "CMS",
2615
2914
  "type": "3rd-party",
@@ -2628,7 +2927,7 @@
2628
2927
  },
2629
2928
  {
2630
2929
  "name": "laravel-echo",
2631
- "description": "Laravel Echo for Nuxt.js",
2930
+ "description": "Laravel Echo for Nuxt",
2632
2931
  "repo": "nuxt-community/laravel-echo",
2633
2932
  "npm": "@nuxtjs/laravel-echo",
2634
2933
  "icon": "laravel-echo.png",
@@ -2670,6 +2969,28 @@
2670
2969
  "requires": {}
2671
2970
  }
2672
2971
  },
2972
+ {
2973
+ "name": "laravel-precognition",
2974
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2975
+ "repo": "sot1986/nuxt-laravel-precognition",
2976
+ "npm": "nuxt-laravel-precognition",
2977
+ "icon": "laravel.svg",
2978
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2980
+ "learn_more": "",
2981
+ "category": "Security",
2982
+ "type": "3rd-party",
2983
+ "maintainers": [
2984
+ {
2985
+ "name": "sot1986",
2986
+ "github": "sot1986"
2987
+ }
2988
+ ],
2989
+ "compatibility": {
2990
+ "nuxt": "^3.0.0",
2991
+ "requires": {}
2992
+ }
2993
+ },
2673
2994
  {
2674
2995
  "name": "laravel",
2675
2996
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2716,7 +3037,7 @@
2716
3037
  },
2717
3038
  {
2718
3039
  "name": "link-checker",
2719
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2720
3041
  "repo": "harlan-zw/nuxt-link-checker",
2721
3042
  "npm": "nuxt-link-checker",
2722
3043
  "icon": "link-checker.svg",
@@ -2735,7 +3056,8 @@
2735
3056
  ],
2736
3057
  "compatibility": {
2737
3058
  "nuxt": "^3.0.0",
2738
- "requires": {}
3059
+ "requires": {},
3060
+ "devtools": "^0.0.0"
2739
3061
  }
2740
3062
  },
2741
3063
  {
@@ -2812,7 +3134,7 @@
2812
3134
  },
2813
3135
  {
2814
3136
  "name": "logrocket",
2815
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
3137
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2816
3138
  "repo": "nuxt-modules/logrocket",
2817
3139
  "npm": "nuxt-logrocket",
2818
3140
  "icon": "logrocket.png",
@@ -2835,7 +3157,7 @@
2835
3157
  },
2836
3158
  {
2837
3159
  "name": "lucide-icons",
2838
- "description": "Nuxt 3 module to integrate Lucide icons",
3160
+ "description": "Nuxt module to integrate Lucide icons",
2839
3161
  "repo": "swisnl/nuxt-lucide-icons",
2840
3162
  "npm": "nuxt-lucide-icons",
2841
3163
  "icon": "lucide-icons.svg",
@@ -2861,7 +3183,7 @@
2861
3183
  },
2862
3184
  {
2863
3185
  "name": "lunr",
2864
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3186
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2865
3187
  "repo": "nuxt-community/lunr-module",
2866
3188
  "npm": "@nuxtjs/lunr-module",
2867
3189
  "icon": "",
@@ -2884,10 +3206,10 @@
2884
3206
  {
2885
3207
  "name": "magic-regexp",
2886
3208
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2887
- "repo": "danielroe/magic-regexp",
3209
+ "repo": "unjs/magic-regexp",
2888
3210
  "npm": "magic-regexp",
2889
3211
  "icon": "magic-regexp.svg",
2890
- "github": "https://github.com/danielroe/magic-regexp",
3212
+ "github": "https://github.com/unjs/magic-regexp",
2891
3213
  "website": "https://magic-regexp.roe.dev",
2892
3214
  "learn_more": "https://magic-regexp.roe.dev",
2893
3215
  "category": "Libraries",
@@ -2904,6 +3226,29 @@
2904
3226
  "requires": {}
2905
3227
  }
2906
3228
  },
3229
+ {
3230
+ "name": "mailpit",
3231
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3232
+ "repo": "tdolsen/nuxt-mailpit",
3233
+ "npm": "nuxt-mailpit",
3234
+ "icon": "mailpit.svg",
3235
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3236
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3237
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3238
+ "category": "Devtools",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Torkild Dyvik Olsen",
3243
+ "github": "tdolsen",
3244
+ "twitter": "tdolsen"
3245
+ }
3246
+ ],
3247
+ "compatibility": {
3248
+ "nuxt": "^3.8.0",
3249
+ "requires": {}
3250
+ }
3251
+ },
2907
3252
  {
2908
3253
  "name": "markdownit",
2909
3254
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2927,6 +3272,30 @@
2927
3272
  "requires": {}
2928
3273
  }
2929
3274
  },
3275
+ {
3276
+ "name": "marquee",
3277
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3278
+ "repo": "hanzydev/nuxt-marquee",
3279
+ "npm": "nuxt-marquee",
3280
+ "icon": "marquee.png",
3281
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3282
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3283
+ "learn_more": "",
3284
+ "category": "UI",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Hànzy",
3289
+ "github": "hanzydev",
3290
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3291
+ }
3292
+ ],
3293
+ "compatibility": {
3294
+ "nuxt": "^3.0.0",
3295
+ "requires": {},
3296
+ "devtools": "^0.0.0"
3297
+ }
3298
+ },
2930
3299
  {
2931
3300
  "name": "matomo",
2932
3301
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2949,6 +3318,50 @@
2949
3318
  "requires": {}
2950
3319
  }
2951
3320
  },
3321
+ {
3322
+ "name": "maz-ui",
3323
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3324
+ "repo": "louismazel/maz-ui#master/packages/lib",
3325
+ "npm": "maz-ui",
3326
+ "icon": "maz-ui.png",
3327
+ "github": "https://github.com/louismazel/maz-ui",
3328
+ "website": "https://maz-ui.com/",
3329
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3330
+ "category": "UI",
3331
+ "type": "3rd-party",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "Loïc Mazuel",
3335
+ "github": "LouisMazel"
3336
+ }
3337
+ ],
3338
+ "compatibility": {
3339
+ "nuxt": "^3.0.0",
3340
+ "requires": {}
3341
+ }
3342
+ },
3343
+ {
3344
+ "name": "mdc",
3345
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3346
+ "repo": "nuxt-modules/mdc",
3347
+ "npm": "@nuxtjs/mdc",
3348
+ "icon": "mdc.png",
3349
+ "github": "https://github.com/nuxt-modules/mdc",
3350
+ "website": "https://github.com/nuxt-modules/mdc",
3351
+ "learn_more": "",
3352
+ "category": "Extensions",
3353
+ "type": "community",
3354
+ "maintainers": [
3355
+ {
3356
+ "name": "farnabaz",
3357
+ "github": "farnabaz"
3358
+ }
3359
+ ],
3360
+ "compatibility": {
3361
+ "nuxt": "^3.0.0",
3362
+ "requires": {}
3363
+ }
3364
+ },
2952
3365
  {
2953
3366
  "name": "mdx",
2954
3367
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2974,7 +3387,7 @@
2974
3387
  },
2975
3388
  {
2976
3389
  "name": "medusa",
2977
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3390
+ "description": "Easily connect to Medusa from your Nuxt application",
2978
3391
  "repo": "Baroshem/nuxt-medusa",
2979
3392
  "npm": "nuxt-medusa",
2980
3393
  "icon": "medusa.svg",
@@ -2999,7 +3412,7 @@
2999
3412
  },
3000
3413
  {
3001
3414
  "name": "meilisearch",
3002
- "description": "Meilisearch Instant Search module for Nuxt 3",
3415
+ "description": "Meilisearch Instant Search module for Nuxt",
3003
3416
  "repo": "xlanex6/nuxt-meilisearch",
3004
3417
  "npm": "nuxt-meilisearch",
3005
3418
  "icon": "meilisearch.svg",
@@ -3019,7 +3432,8 @@
3019
3432
  "nuxt": "^3.0.0",
3020
3433
  "requires": {
3021
3434
  "bridge": false
3022
- }
3435
+ },
3436
+ "devtools": "^0.0.0"
3023
3437
  }
3024
3438
  },
3025
3439
  {
@@ -3044,28 +3458,6 @@
3044
3458
  "requires": {}
3045
3459
  }
3046
3460
  },
3047
- {
3048
- "name": "mobile",
3049
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3050
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3051
- "npm": "nuxt-mobile",
3052
- "icon": "",
3053
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3054
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3055
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3056
- "category": "Extensions",
3057
- "type": "3rd-party",
3058
- "maintainers": [
3059
- {
3060
- "name": "ChanningDefoe",
3061
- "github": "ChanningDefoe"
3062
- }
3063
- ],
3064
- "compatibility": {
3065
- "nuxt": "^2.0.0",
3066
- "requires": {}
3067
- }
3068
- },
3069
3461
  {
3070
3462
  "name": "module-feed",
3071
3463
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3091,7 +3483,7 @@
3091
3483
  },
3092
3484
  {
3093
3485
  "name": "moment",
3094
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3486
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3095
3487
  "repo": "nuxt-community/moment-module",
3096
3488
  "npm": "@nuxtjs/moment",
3097
3489
  "icon": "momentjs.png",
@@ -3117,20 +3509,20 @@
3117
3509
  }
3118
3510
  },
3119
3511
  {
3120
- "name": "mq",
3121
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3122
- "repo": "vanhoofmaarten/nuxt-mq",
3123
- "npm": "nuxt-mq",
3512
+ "name": "neo",
3513
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3514
+ "repo": "ezypeeze/nuxt-neo",
3515
+ "npm": "nuxt-neo",
3124
3516
  "icon": "",
3125
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3126
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3127
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3128
- "category": "Libraries",
3517
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3518
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3519
+ "learn_more": "",
3520
+ "category": "Request",
3129
3521
  "type": "3rd-party",
3130
3522
  "maintainers": [
3131
3523
  {
3132
- "name": "vanhoofmaarten",
3133
- "github": "vanhoofmaarten"
3524
+ "name": "ezypeeze",
3525
+ "github": "ezypeeze"
3134
3526
  }
3135
3527
  ],
3136
3528
  "compatibility": {
@@ -3139,30 +3531,30 @@
3139
3531
  }
3140
3532
  },
3141
3533
  {
3142
- "name": "neo",
3143
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3144
- "repo": "ezypeeze/nuxt-neo",
3145
- "npm": "nuxt-neo",
3146
- "icon": "",
3147
- "github": "https://github.com/ezypeeze/nuxt-neo",
3148
- "website": "https://ezypeeze.github.io/nuxt-neo",
3534
+ "name": "neo4j",
3535
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3536
+ "repo": "arashsheyda/nuxt-neo4j",
3537
+ "npm": "nuxt-neo4j",
3538
+ "icon": "nuxt-neo4j.png",
3539
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3540
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3149
3541
  "learn_more": "",
3150
- "category": "Request",
3542
+ "category": "Database",
3151
3543
  "type": "3rd-party",
3152
3544
  "maintainers": [
3153
3545
  {
3154
- "name": "ezypeeze",
3155
- "github": "ezypeeze"
3546
+ "name": "arashsheyda",
3547
+ "github": "arashsheyda"
3156
3548
  }
3157
3549
  ],
3158
3550
  "compatibility": {
3159
- "nuxt": "^2.0.0",
3551
+ "nuxt": "^3.0.0",
3160
3552
  "requires": {}
3161
3553
  }
3162
3554
  },
3163
3555
  {
3164
3556
  "name": "netlify-cache",
3165
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3557
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3166
3558
  "repo": "DreaMinder/nuxt-netlify-cache",
3167
3559
  "npm": "nuxt-netlify-cache",
3168
3560
  "icon": "netlify.png",
@@ -3207,13 +3599,13 @@
3207
3599
  },
3208
3600
  {
3209
3601
  "name": "netlify",
3210
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3211
- "repo": "bazzite/nuxt-netlify",
3602
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3603
+ "repo": "juliomrqz/nuxt-netlify",
3212
3604
  "npm": "@aceforth/nuxt-netlify",
3213
3605
  "icon": "netlify.png",
3214
- "github": "https://github.com/bazzite/nuxt-netlify",
3215
- "website": "https://marquez.co/docs/nuxt-netlify/",
3216
- "learn_more": "",
3606
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3607
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3608
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3217
3609
  "category": "Deployment",
3218
3610
  "type": "3rd-party",
3219
3611
  "maintainers": [
@@ -3322,30 +3714,54 @@
3322
3714
  }
3323
3715
  },
3324
3716
  {
3325
- "name": "nuxt-auth",
3326
- "description": "",
3327
- "repo": "sidebase/nuxt-auth",
3328
- "npm": "@sidebase/nuxt-auth",
3329
- "icon": "",
3330
- "github": "https://github.com/sidebase/nuxt-auth",
3331
- "website": "https://github.com/sidebase/nuxt-auth",
3332
- "learn_more": "",
3333
- "category": "Devtools",
3717
+ "name": "nuxt-asciidoc",
3718
+ "description": "Transformer for using asciidoc in nuxt",
3719
+ "repo": "Chris2011/nuxt-asciidoc",
3720
+ "npm": "nuxt-asciidoc",
3721
+ "icon": "nuxt-asciidoc.svg",
3722
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3723
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3724
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3725
+ "category": "Extensions",
3334
3726
  "type": "3rd-party",
3335
3727
  "maintainers": [
3336
3728
  {
3337
- "name": "sidebase",
3338
- "github": "sidebase"
3729
+ "name": "Christian Lenz",
3730
+ "github": "Chris2011",
3731
+ "twitter": "Chrizzly42"
3339
3732
  }
3340
3733
  ],
3341
3734
  "compatibility": {
3342
- "nuxt": "^2.0.0",
3735
+ "nuxt": "^3.0.0",
3736
+ "requires": {}
3737
+ }
3738
+ },
3739
+ {
3740
+ "name": "nuxt-auth-sanctum",
3741
+ "description": "Nuxt module for Laravel Sanctum authentication",
3742
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3743
+ "npm": "nuxt-auth-sanctum",
3744
+ "icon": "laravel.svg",
3745
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3746
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3747
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3748
+ "category": "Security",
3749
+ "type": "3rd-party",
3750
+ "maintainers": [
3751
+ {
3752
+ "name": "Artem Manchenkov",
3753
+ "github": "manchenkoff",
3754
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3755
+ }
3756
+ ],
3757
+ "compatibility": {
3758
+ "nuxt": "^3.9.0",
3343
3759
  "requires": {}
3344
3760
  }
3345
3761
  },
3346
3762
  {
3347
3763
  "name": "nuxt-basic-auth",
3348
- "description": "Nuxt 3 Module for Basic Authentication",
3764
+ "description": "Nuxt Module for Basic Authentication",
3349
3765
  "repo": "kgierke/nuxt-basic-auth",
3350
3766
  "npm": "@kgierke/nuxt-basic-auth",
3351
3767
  "icon": "",
@@ -3365,6 +3781,28 @@
3365
3781
  "requires": {}
3366
3782
  }
3367
3783
  },
3784
+ {
3785
+ "name": "nuxt-bezier",
3786
+ "description": "Reusable transition components",
3787
+ "repo": "50rayn/nuxt-bezier",
3788
+ "npm": "nuxt-bezier",
3789
+ "icon": "nuxt-bezier.png",
3790
+ "github": "https://github.com/50rayn/nuxt-bezier",
3791
+ "website": "https://github.com/50rayn/nuxt-bezier",
3792
+ "learn_more": "https://github.com/Noction/vue-bezier",
3793
+ "category": "UI",
3794
+ "type": "3rd-party",
3795
+ "maintainers": [
3796
+ {
3797
+ "name": "Soryn Gitlan",
3798
+ "github": "50rayn"
3799
+ }
3800
+ ],
3801
+ "compatibility": {
3802
+ "nuxt": "^3.0.0",
3803
+ "requires": {}
3804
+ }
3805
+ },
3368
3806
  {
3369
3807
  "name": "nuxt-bootstrap-icons",
3370
3808
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3389,7 +3827,7 @@
3389
3827
  },
3390
3828
  {
3391
3829
  "name": "nuxt-chatgpt",
3392
- "description": "ChatGPT integration for Nuxt 3",
3830
+ "description": "ChatGPT integration for Nuxt",
3393
3831
  "repo": "schnapsterdog/nuxt-chatgpt",
3394
3832
  "npm": "nuxt-chatgpt",
3395
3833
  "icon": "chatgpt.svg",
@@ -3409,9 +3847,31 @@
3409
3847
  "requires": {}
3410
3848
  }
3411
3849
  },
3850
+ {
3851
+ "name": "nuxt-cookie-consent",
3852
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3853
+ "repo": "weareheavy/nuxt-cookie-consent",
3854
+ "npm": "@weareheavy/nuxt-cookie-consent",
3855
+ "icon": "wah.svg",
3856
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3857
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3858
+ "learn_more": "",
3859
+ "category": "Extensions",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "weareheavy",
3864
+ "github": "weareheavy"
3865
+ }
3866
+ ],
3867
+ "compatibility": {
3868
+ "nuxt": "^3.0.0",
3869
+ "requires": {}
3870
+ }
3871
+ },
3412
3872
  {
3413
3873
  "name": "nuxt-facebook-chat",
3414
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3874
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3415
3875
  "repo": "superdev-tech/nuxt-facebook-chat",
3416
3876
  "npm": "nuxt-facebook-chat",
3417
3877
  "icon": "nuxt-facebook-chat.svg",
@@ -3435,6 +3895,28 @@
3435
3895
  "requires": {}
3436
3896
  }
3437
3897
  },
3898
+ {
3899
+ "name": "nuxt-feather-icons",
3900
+ "description": "The Feather Icons in Nuxt 3.",
3901
+ "repo": "4sllan/nuxt-feather-icons",
3902
+ "npm": "nuxt-feather-icons",
3903
+ "icon": "nuxt-feather-icons.png",
3904
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3905
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3906
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3907
+ "category": "UI",
3908
+ "type": "3rd-party",
3909
+ "maintainers": [
3910
+ {
3911
+ "name": "4sllan",
3912
+ "github": "4sllan"
3913
+ }
3914
+ ],
3915
+ "compatibility": {
3916
+ "nuxt": "^3.0.0",
3917
+ "requires": {}
3918
+ }
3919
+ },
3438
3920
  {
3439
3921
  "name": "nuxt-feedme",
3440
3922
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3457,6 +3939,51 @@
3457
3939
  "requires": {}
3458
3940
  }
3459
3941
  },
3942
+ {
3943
+ "name": "nuxt-file-storage",
3944
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
3945
+ "repo": "nyllre/nuxt-file-storage",
3946
+ "npm": "nuxt-file-storage",
3947
+ "icon": "nuxt-file-storage.svg",
3948
+ "github": "https://github.com/nyllre/nuxt-file-storage",
3949
+ "website": "https://github.com/nyllre/nuxt-file-storage",
3950
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
3951
+ "category": "Database",
3952
+ "type": "3rd-party",
3953
+ "maintainers": [
3954
+ {
3955
+ "name": "NyllRE",
3956
+ "github": "NyllRE"
3957
+ }
3958
+ ],
3959
+ "compatibility": {
3960
+ "nuxt": "^3.0.0",
3961
+ "requires": {}
3962
+ }
3963
+ },
3964
+ {
3965
+ "name": "nuxt-fontawesome",
3966
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3967
+ "repo": "bezumkin/nuxt-fontawesome",
3968
+ "npm": "@vesp/nuxt-fontawesome",
3969
+ "icon": "nuxt-fontawesome.svg",
3970
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3971
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3972
+ "learn_more": "https://fontawesome.com",
3973
+ "category": "UI",
3974
+ "type": "3rd-party",
3975
+ "maintainers": [
3976
+ {
3977
+ "name": "Vasily Naumkin",
3978
+ "github": "bezumkin",
3979
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3980
+ }
3981
+ ],
3982
+ "compatibility": {
3983
+ "nuxt": "^3.0.0",
3984
+ "requires": {}
3985
+ }
3986
+ },
3460
3987
  {
3461
3988
  "name": "nuxt-graphql-middleware",
3462
3989
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3464,7 +3991,7 @@
3464
3991
  "npm": "nuxt-graphql-middleware",
3465
3992
  "icon": "nuxt-graphql-middleware.svg",
3466
3993
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3467
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3994
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3468
3995
  "learn_more": "",
3469
3996
  "category": "Request",
3470
3997
  "type": "3rd-party",
@@ -3510,7 +4037,7 @@
3510
4037
  },
3511
4038
  {
3512
4039
  "name": "nuxt-gtm",
3513
- "description": "A Nuxt.js module for Google Tag Manager",
4040
+ "description": "A Nuxt module for Google Tag Manager",
3514
4041
  "repo": "zadigetvoltaire/nuxt-gtm",
3515
4042
  "npm": "@zadigetvoltaire/nuxt-gtm",
3516
4043
  "icon": "nuxt-gtm.svg",
@@ -3522,12 +4049,13 @@
3522
4049
  "maintainers": [
3523
4050
  {
3524
4051
  "name": "Zadig&Voltaire Team",
3525
- "github": "https://github.com/zadigetvoltaire"
4052
+ "github": "zadigetvoltaire"
3526
4053
  }
3527
4054
  ],
3528
4055
  "compatibility": {
3529
4056
  "nuxt": "^3.0.0",
3530
- "requires": {}
4057
+ "requires": {},
4058
+ "devtools": "^0.0.0"
3531
4059
  }
3532
4060
  },
3533
4061
  {
@@ -3554,6 +4082,28 @@
3554
4082
  }
3555
4083
  }
3556
4084
  },
4085
+ {
4086
+ "name": "nuxt-interpolation",
4087
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4088
+ "repo": "daliborgogic/nuxt-interpolation#master",
4089
+ "npm": "nuxt-interpolation",
4090
+ "icon": "",
4091
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4092
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4093
+ "learn_more": "",
4094
+ "category": "Devtools",
4095
+ "type": "3rd-party",
4096
+ "maintainers": [
4097
+ {
4098
+ "name": "daliborgogic",
4099
+ "github": "daliborgogic"
4100
+ }
4101
+ ],
4102
+ "compatibility": {
4103
+ "nuxt": "^2.0.0",
4104
+ "requires": {}
4105
+ }
4106
+ },
3557
4107
  {
3558
4108
  "name": "nuxt-jsonld",
3559
4109
  "description": "Manage JSON-LD in Vue component.",
@@ -3583,8 +4133,8 @@
3583
4133
  "npm": "@nuxtus/nuxt-localtunnel",
3584
4134
  "icon": "nuxt-localtunnel.svg",
3585
4135
  "github": "https://github.com/nuxtus/localtunnel",
3586
- "website": "https://nuxtus.com",
3587
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4136
+ "website": "https://docs.nuxtus.com",
4137
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3588
4138
  "category": "Devtools",
3589
4139
  "type": "3rd-party",
3590
4140
  "maintainers": [
@@ -3601,7 +4151,7 @@
3601
4151
  },
3602
4152
  {
3603
4153
  "name": "nuxt-loco",
3604
- "description": "A localise.biz module to synth locale with Nuxt.js",
4154
+ "description": "A localise.biz module to synth locale with Nuxt",
3605
4155
  "repo": "gaetansenn/nuxt-loco",
3606
4156
  "npm": "nuxt-loco",
3607
4157
  "icon": "",
@@ -3622,6 +4172,28 @@
3622
4172
  "requires": {}
3623
4173
  }
3624
4174
  },
4175
+ {
4176
+ "name": "nuxt-mail",
4177
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4178
+ "repo": "dword-design/nuxt-mail",
4179
+ "npm": "nuxt-mail",
4180
+ "icon": "",
4181
+ "github": "https://github.com/dword-design/nuxt-mail",
4182
+ "website": "https://github.com/dword-design/nuxt-mail",
4183
+ "learn_more": "",
4184
+ "category": "Extensions",
4185
+ "type": "3rd-party",
4186
+ "maintainers": [
4187
+ {
4188
+ "name": "Sebastian Landwehr",
4189
+ "github": "dword-design"
4190
+ }
4191
+ ],
4192
+ "compatibility": {
4193
+ "nuxt": "^2.0.0 || ^3.0.0",
4194
+ "requires": {}
4195
+ }
4196
+ },
3625
4197
  {
3626
4198
  "name": "nuxt-mapbox",
3627
4199
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3690,7 +4262,7 @@
3690
4262
  },
3691
4263
  {
3692
4264
  "name": "nuxt-mongoose",
3693
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4265
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3694
4266
  "repo": "arashsheyda/nuxt-mongoose",
3695
4267
  "npm": "nuxt-mongoose",
3696
4268
  "icon": "nuxt-mongoose.svg",
@@ -3705,6 +4277,125 @@
3705
4277
  "github": "arashsheyda"
3706
4278
  }
3707
4279
  ],
4280
+ "compatibility": {
4281
+ "nuxt": "^3.0.0",
4282
+ "requires": {},
4283
+ "devtools": "^0.0.0"
4284
+ }
4285
+ },
4286
+ {
4287
+ "name": "nuxt-oidc-auth",
4288
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4289
+ "repo": "itpropro/nuxt-oidc-auth",
4290
+ "npm": "nuxt-oidc-auth",
4291
+ "icon": "",
4292
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4293
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4294
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4295
+ "category": "Security",
4296
+ "type": "3rd-party",
4297
+ "maintainers": [
4298
+ {
4299
+ "name": "Jan-Henrik Damaschke",
4300
+ "github": "itpropro",
4301
+ "twitter": "jandamaschke"
4302
+ }
4303
+ ],
4304
+ "compatibility": {
4305
+ "nuxt": "^3.0.0",
4306
+ "requires": {}
4307
+ }
4308
+ },
4309
+ {
4310
+ "name": "nuxt-openapi-docs-module",
4311
+ "description": "Generate pages from OpenAPI specifications",
4312
+ "repo": "on-org/nuxt-openapi-docs-module",
4313
+ "npm": "nuxt-openapi-docs-module",
4314
+ "icon": "nuxt-openapi-docs-module.png",
4315
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4316
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4317
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4318
+ "category": "Libraries",
4319
+ "type": "3rd-party",
4320
+ "maintainers": [
4321
+ {
4322
+ "name": "Pavel Kuzmin",
4323
+ "github": "s00d"
4324
+ }
4325
+ ],
4326
+ "compatibility": {
4327
+ "nuxt": "^3.0.0",
4328
+ "requires": {}
4329
+ }
4330
+ },
4331
+ {
4332
+ "name": "nuxt-openid-connect",
4333
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4334
+ "repo": "aborn/nuxt-openid-connect",
4335
+ "npm": "nuxt-openid-connect",
4336
+ "icon": "",
4337
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4338
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4339
+ "learn_more": "",
4340
+ "category": "Security",
4341
+ "type": "3rd-party",
4342
+ "maintainers": [
4343
+ {
4344
+ "name": "Aborn Jiang",
4345
+ "github": "aborn"
4346
+ },
4347
+ {
4348
+ "name": "Khaled Almana",
4349
+ "github": "KhaledAlMana"
4350
+ }
4351
+ ],
4352
+ "compatibility": {
4353
+ "nuxt": "^3.0.0",
4354
+ "requires": {},
4355
+ "devtools": "^0.0.0"
4356
+ }
4357
+ },
4358
+ {
4359
+ "name": "nuxt-payload-analyzer",
4360
+ "description": "Analyze Nuxt Payload Size",
4361
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4362
+ "npm": "nuxt-payload-analyzer",
4363
+ "icon": "",
4364
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4365
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4366
+ "learn_more": "",
4367
+ "category": "Performance",
4368
+ "type": "3rd-party",
4369
+ "maintainers": [
4370
+ {
4371
+ "name": "Barbapapazes",
4372
+ "github": "Barbapapazes",
4373
+ "twitter": "soubiran_"
4374
+ }
4375
+ ],
4376
+ "compatibility": {
4377
+ "nuxt": "^3.0.0",
4378
+ "requires": {}
4379
+ }
4380
+ },
4381
+ {
4382
+ "name": "nuxt-pdf-frame",
4383
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4384
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4385
+ "npm": "@i2d/nuxt-pdf-frame",
4386
+ "icon": "pdf-frame.svg",
4387
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4388
+ "website": "https://www.pdf-frame.org",
4389
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4390
+ "category": "Libraries",
4391
+ "type": "3rd-party",
4392
+ "maintainers": [
4393
+ {
4394
+ "name": "Narayana Swamy",
4395
+ "github": "nswamy14",
4396
+ "email": "narayanaswamy14@gmail.com"
4397
+ }
4398
+ ],
3708
4399
  "compatibility": {
3709
4400
  "nuxt": "^3.0.0",
3710
4401
  "requires": {}
@@ -3740,8 +4431,8 @@
3740
4431
  "npm": "nuxt-phosphor-icons",
3741
4432
  "icon": "phosphor-icons.svg",
3742
4433
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3743
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3744
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4434
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4435
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3745
4436
  "category": "UI",
3746
4437
  "type": "3rd-party",
3747
4438
  "maintainers": [
@@ -3777,31 +4468,9 @@
3777
4468
  "requires": {}
3778
4469
  }
3779
4470
  },
3780
- {
3781
- "name": "plausible",
3782
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3783
- "repo": "nuxt-modules/plausible",
3784
- "npm": "@nuxtjs/plausible",
3785
- "icon": "plausible.png",
3786
- "github": "https://github.com/nuxt-modules/plausible",
3787
- "website": "https://github.com/nuxt-modules/plausible",
3788
- "learn_more": "https://plausible.io/",
3789
- "category": "Analytics",
3790
- "type": "community",
3791
- "maintainers": [
3792
- {
3793
- "name": "Johann Schopplich",
3794
- "github": "johannschopplich"
3795
- }
3796
- ],
3797
- "compatibility": {
3798
- "nuxt": "^3.0.0",
3799
- "requires": {}
3800
- }
3801
- },
3802
4471
  {
3803
4472
  "name": "nuxt-plotly",
3804
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4473
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3805
4474
  "repo": "superdev-tech/nuxt-plotly",
3806
4475
  "npm": "nuxt-plotly",
3807
4476
  "icon": "nuxt-plotly.svg",
@@ -3827,7 +4496,7 @@
3827
4496
  },
3828
4497
  {
3829
4498
  "name": "nuxt-png-to-ico",
3830
- "description": "Nuxt.js module for auto generating favicons",
4499
+ "description": "Nuxt module for auto generating favicons",
3831
4500
  "repo": "b5710546232/nuxt-png-to-ico",
3832
4501
  "npm": "nuxt-png-to-ico",
3833
4502
  "icon": "",
@@ -3848,9 +4517,31 @@
3848
4517
  "requires": {}
3849
4518
  }
3850
4519
  },
4520
+ {
4521
+ "name": "nuxt-posthog",
4522
+ "description": "Integrate PostHog into your application with minimal configuration",
4523
+ "repo": "mitjans/nuxt-posthog",
4524
+ "npm": "nuxt-posthog",
4525
+ "icon": "posthog.svg",
4526
+ "github": "https://github.com/mitjans/nuxt-posthog",
4527
+ "website": "https://nuxt-posthog.cmitjans.dev",
4528
+ "learn_more": "https://posthog.com",
4529
+ "category": "Analytics",
4530
+ "type": "3rd-party",
4531
+ "maintainers": [
4532
+ {
4533
+ "name": "Carles Mitjans",
4534
+ "github": "mitjans"
4535
+ }
4536
+ ],
4537
+ "compatibility": {
4538
+ "nuxt": "^3.0.0",
4539
+ "requires": {}
4540
+ }
4541
+ },
3851
4542
  {
3852
4543
  "name": "nuxt-smartlook",
3853
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4544
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3854
4545
  "repo": "f00b4r/nuxt-smartlook",
3855
4546
  "npm": "nuxt-smartlook",
3856
4547
  "icon": "nuxt-smartlook.png",
@@ -3872,6 +4563,28 @@
3872
4563
  "requires": {}
3873
4564
  }
3874
4565
  },
4566
+ {
4567
+ "name": "nuxt-social-share",
4568
+ "description": "Simple Social Sharing for Nuxt",
4569
+ "repo": "stefanobartoletti/nuxt-social-share",
4570
+ "npm": "@stefanobartoletti/nuxt-social-share",
4571
+ "icon": "nuxt-social-share.png",
4572
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4573
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4574
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4575
+ "category": "Extensions",
4576
+ "type": "3rd-party",
4577
+ "maintainers": [
4578
+ {
4579
+ "name": "stefanobartoletti",
4580
+ "github": "stefanobartoletti"
4581
+ }
4582
+ ],
4583
+ "compatibility": {
4584
+ "nuxt": "^3.0.0",
4585
+ "requires": {}
4586
+ }
4587
+ },
3875
4588
  {
3876
4589
  "name": "ssr-lit",
3877
4590
  "description": "Server-Side Rendering for Lit Element components",
@@ -3902,10 +4615,10 @@
3902
4615
  },
3903
4616
  {
3904
4617
  "name": "nuxt-storm",
3905
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4618
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3906
4619
  "repo": "fumeapp/nuxt-storm",
3907
4620
  "npm": "nuxt-storm",
3908
- "icon": "nuxt-storm.png",
4621
+ "icon": "",
3909
4622
  "github": "https://github.com/fumeapp/nuxt-storm",
3910
4623
  "website": "https://github.com/fumeapp/nuxt-storm",
3911
4624
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3922,6 +4635,30 @@
3922
4635
  "requires": {}
3923
4636
  }
3924
4637
  },
4638
+ {
4639
+ "name": "nuxt-svgo-loader",
4640
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4641
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4642
+ "npm": "nuxt-svgo-loader",
4643
+ "icon": "",
4644
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4645
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4646
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4647
+ "category": "Images",
4648
+ "type": "3rd-party",
4649
+ "maintainers": [
4650
+ {
4651
+ "name": "Alex Liu",
4652
+ "github": "Mini-ghost",
4653
+ "twitter": "Minighost_Alex"
4654
+ }
4655
+ ],
4656
+ "compatibility": {
4657
+ "nuxt": "^3.0.0",
4658
+ "requires": {},
4659
+ "devtools": "^0.0.0"
4660
+ }
4661
+ },
3925
4662
  {
3926
4663
  "name": "nuxt-svgo",
3927
4664
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3946,7 +4683,7 @@
3946
4683
  },
3947
4684
  {
3948
4685
  "name": "nuxt-unleash",
3949
- "description": "Nuxt.js module to use Unleash toggle feature services",
4686
+ "description": "Nuxt module to use Unleash toggle feature services",
3950
4687
  "repo": "conejerock/nuxt-unleash",
3951
4688
  "npm": "nuxt-unleash",
3952
4689
  "icon": "nuxt-unleash.svg",
@@ -3966,28 +4703,6 @@
3966
4703
  "requires": {}
3967
4704
  }
3968
4705
  },
3969
- {
3970
- "name": "nuxt-use-motion",
3971
- "description": "A Nuxt module putting your components in motion",
3972
- "repo": "Tahul/nuxt-use-motion",
3973
- "npm": "nuxt-use-motion",
3974
- "icon": "nuxt-use-motion.svg",
3975
- "github": "https://github.com/Tahul/nuxt-use-motion",
3976
- "website": "https://github.com/Tahul/nuxt-use-motion",
3977
- "learn_more": "https://github.com/vueuse/motion",
3978
- "category": "Libraries",
3979
- "type": "3rd-party",
3980
- "maintainers": [
3981
- {
3982
- "name": "Tahul",
3983
- "github": "Tahul"
3984
- }
3985
- ],
3986
- "compatibility": {
3987
- "nuxt": "^2.0.0",
3988
- "requires": {}
3989
- }
3990
- },
3991
4706
  {
3992
4707
  "name": "nuxt-use-sound",
3993
4708
  "description": "A Nuxt module for playing sound effects.",
@@ -4057,20 +4772,42 @@
4057
4772
  }
4058
4773
  },
4059
4774
  {
4060
- "name": "nuxt-vuetify",
4061
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4062
- "repo": "invictus-codes/nuxt-vuetify",
4063
- "npm": "@invictus.codes/nuxt-vuetify",
4064
- "icon": "vuetify-logo-v3-dark.svg",
4065
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4066
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4067
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4068
- "category": "UI",
4775
+ "name": "nuxt-zod-i18n",
4776
+ "description": "A Nuxt Module for localizing zod error messages.",
4777
+ "repo": "xibman/nuxt-zod-i18n",
4778
+ "npm": "nuxt-zod-i18n",
4779
+ "icon": "nuxt-zod-i18n.svg",
4780
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4781
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4782
+ "learn_more": "",
4783
+ "category": "Libraries",
4069
4784
  "type": "3rd-party",
4070
4785
  "maintainers": [
4071
4786
  {
4072
- "name": "Jens van Hellemondt",
4073
- "github": "invictus-codes"
4787
+ "name": "xibman",
4788
+ "github": "xibman"
4789
+ }
4790
+ ],
4791
+ "compatibility": {
4792
+ "nuxt": "^3.0.0",
4793
+ "requires": {}
4794
+ }
4795
+ },
4796
+ {
4797
+ "name": "nuxt3-interpolation",
4798
+ "description": "",
4799
+ "repo": "daliborgogic/interpolation",
4800
+ "npm": "nuxt3-interpolation",
4801
+ "icon": "",
4802
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4803
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4804
+ "learn_more": "",
4805
+ "category": "Devtools",
4806
+ "type": "3rd-party",
4807
+ "maintainers": [
4808
+ {
4809
+ "name": "daliborgogic",
4810
+ "github": "daliborgogic"
4074
4811
  }
4075
4812
  ],
4076
4813
  "compatibility": {
@@ -4102,7 +4839,7 @@
4102
4839
  },
4103
4840
  {
4104
4841
  "name": "nuxt7",
4105
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4842
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
4106
4843
  "repo": "nuxt-community/nuxt7",
4107
4844
  "npm": "nuxt7",
4108
4845
  "icon": "",
@@ -4126,14 +4863,14 @@
4126
4863
  {
4127
4864
  "name": "og-image",
4128
4865
  "description": "Enlightened runtime images generated with Vue templates.",
4129
- "repo": "harlan-zw/nuxt-og-image",
4866
+ "repo": "nuxt-modules/og-image",
4130
4867
  "npm": "nuxt-og-image",
4131
4868
  "icon": "og-image.svg",
4132
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4869
+ "github": "https://github.com/nuxt-modules/og-image",
4133
4870
  "website": "https://nuxtseo.com/og-image",
4134
4871
  "learn_more": "https://nuxtseo.com/og-image",
4135
4872
  "category": "SEO",
4136
- "type": "3rd-party",
4873
+ "type": "community",
4137
4874
  "maintainers": [
4138
4875
  {
4139
4876
  "name": "Harlan Wilton",
@@ -4144,7 +4881,8 @@
4144
4881
  ],
4145
4882
  "compatibility": {
4146
4883
  "nuxt": "^3.0.0",
4147
- "requires": {}
4884
+ "requires": {},
4885
+ "devtools": "^0.0.0"
4148
4886
  }
4149
4887
  },
4150
4888
  {
@@ -4172,13 +4910,13 @@
4172
4910
  },
4173
4911
  {
4174
4912
  "name": "optimized-images",
4175
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4913
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4176
4914
  "repo": "juliomrqz/nuxt-optimized-images",
4177
4915
  "npm": "@aceforth/nuxt-optimized-images",
4178
4916
  "icon": "",
4179
4917
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4180
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4181
- "learn_more": "",
4918
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4919
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4182
4920
  "category": "Images",
4183
4921
  "type": "3rd-party",
4184
4922
  "maintainers": [
@@ -4217,7 +4955,7 @@
4217
4955
  },
4218
4956
  {
4219
4957
  "name": "parse",
4220
- "description": "Parse package for Nuxt.js",
4958
+ "description": "Parse package for Nuxt",
4221
4959
  "repo": "cierrateam/nuxt-parse",
4222
4960
  "npm": "nuxt-parse",
4223
4961
  "icon": "",
@@ -4285,6 +5023,28 @@
4285
5023
  }
4286
5024
  }
4287
5025
  },
5026
+ {
5027
+ "name": "paypal",
5028
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5029
+ "repo": "arashsheyda/nuxt-paypal",
5030
+ "npm": "nuxt-paypal",
5031
+ "icon": "paypal.svg",
5032
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5033
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5034
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5035
+ "category": "Payment",
5036
+ "type": "3rd-party",
5037
+ "maintainers": [
5038
+ {
5039
+ "name": "Arash Sheyda",
5040
+ "github": "arashsheyda"
5041
+ }
5042
+ ],
5043
+ "compatibility": {
5044
+ "nuxt": "^3.0.0",
5045
+ "requires": {}
5046
+ }
5047
+ },
4288
5048
  {
4289
5049
  "name": "pdfeasy",
4290
5050
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4309,6 +5069,28 @@
4309
5069
  "requires": {}
4310
5070
  }
4311
5071
  },
5072
+ {
5073
+ "name": "pergel",
5074
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5075
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5076
+ "npm": "pergel",
5077
+ "icon": "pergel.svg",
5078
+ "github": "https://github.com/oku-ui/pergel",
5079
+ "website": "https://oku-ui.com/pergel",
5080
+ "learn_more": "",
5081
+ "category": "Devtools",
5082
+ "type": "3rd-party",
5083
+ "maintainers": [
5084
+ {
5085
+ "name": "Mehmet - productdevbook",
5086
+ "github": "productdevbook"
5087
+ }
5088
+ ],
5089
+ "compatibility": {
5090
+ "nuxt": "^3.10.0",
5091
+ "requires": {}
5092
+ }
5093
+ },
4312
5094
  {
4313
5095
  "name": "persian-datepicker",
4314
5096
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4335,7 +5117,7 @@
4335
5117
  {
4336
5118
  "name": "pinia-orm",
4337
5119
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4338
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5120
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4339
5121
  "npm": "@pinia-orm/nuxt",
4340
5122
  "icon": "pinia-orm.svg",
4341
5123
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4406,23 +5188,23 @@
4406
5188
  },
4407
5189
  {
4408
5190
  "name": "plausible",
4409
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5191
+ "description": "Nuxt module to natively integrate Plausible analytics",
4410
5192
  "repo": "nuxt-modules/plausible",
4411
5193
  "npm": "@nuxtjs/plausible",
4412
- "icon": "",
5194
+ "icon": "plausible.svg",
4413
5195
  "github": "https://github.com/nuxt-modules/plausible",
4414
5196
  "website": "https://github.com/nuxt-modules/plausible",
4415
5197
  "learn_more": "",
4416
- "category": "Devtools",
5198
+ "category": "Analytics",
4417
5199
  "type": "community",
4418
5200
  "maintainers": [
4419
5201
  {
4420
- "name": "nuxt-modules",
4421
- "github": "nuxt-modules"
5202
+ "name": "Johann Schopplich",
5203
+ "github": "johannschopplich"
4422
5204
  }
4423
5205
  ],
4424
5206
  "compatibility": {
4425
- "nuxt": "^2.0.0",
5207
+ "nuxt": "^2.0.0 || ^3.0.0",
4426
5208
  "requires": {}
4427
5209
  }
4428
5210
  },
@@ -4455,7 +5237,7 @@
4455
5237
  "npm": "nuxt-prepare",
4456
5238
  "icon": "prepare.svg",
4457
5239
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4458
- "website": "https://nuxt-prepare.jhnn.dev",
5240
+ "website": "https://nuxt-prepare.byjohann.dev",
4459
5241
  "learn_more": "",
4460
5242
  "category": "Devtools",
4461
5243
  "type": "3rd-party",
@@ -4472,9 +5254,32 @@
4472
5254
  "requires": {}
4473
5255
  }
4474
5256
  },
5257
+ {
5258
+ "name": "primevue",
5259
+ "description": "Next Generation Vue UI Component Library",
5260
+ "repo": "primefaces/primevue-nuxt-module",
5261
+ "npm": "nuxt-primevue",
5262
+ "icon": "primevue.svg",
5263
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5264
+ "website": "https://primevue.org/",
5265
+ "learn_more": "https://primevue.org/",
5266
+ "category": "UI",
5267
+ "type": "3rd-party",
5268
+ "maintainers": [
5269
+ {
5270
+ "name": "primefaces",
5271
+ "github": "primefaces",
5272
+ "twitter": "primevue"
5273
+ }
5274
+ ],
5275
+ "compatibility": {
5276
+ "nuxt": "^3.0.0",
5277
+ "requires": {}
5278
+ }
5279
+ },
4475
5280
  {
4476
5281
  "name": "prismic",
4477
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5282
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4478
5283
  "repo": "nuxt-modules/prismic",
4479
5284
  "npm": "@nuxtjs/prismic",
4480
5285
  "icon": "prismic.png",
@@ -4541,7 +5346,7 @@
4541
5346
  },
4542
5347
  {
4543
5348
  "name": "proxy",
4544
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5349
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4545
5350
  "repo": "nuxt-community/proxy-module",
4546
5351
  "npm": "@nuxtjs/proxy",
4547
5352
  "icon": "",
@@ -4587,7 +5392,7 @@
4587
5392
  },
4588
5393
  {
4589
5394
  "name": "purgecss",
4590
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5395
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4591
5396
  "repo": "Developmint/nuxt-purgecss#main",
4592
5397
  "npm": "nuxt-purgecss",
4593
5398
  "icon": "purgecss.png",
@@ -4609,7 +5414,7 @@
4609
5414
  },
4610
5415
  {
4611
5416
  "name": "pwa",
4612
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5417
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4613
5418
  "repo": "nuxt-community/pwa-module",
4614
5419
  "npm": "@nuxtjs/pwa",
4615
5420
  "icon": "pwa.png",
@@ -4634,7 +5439,7 @@
4634
5439
  },
4635
5440
  {
4636
5441
  "name": "python",
4637
- "description": "Write Nuxt.js applications using Python",
5442
+ "description": "Write Nuxt applications using Python",
4638
5443
  "repo": "nuxt-community/python-module",
4639
5444
  "npm": "@nuxtjs/python",
4640
5445
  "icon": "python.png",
@@ -4673,7 +5478,8 @@
4673
5478
  ],
4674
5479
  "compatibility": {
4675
5480
  "nuxt": "^3.0.0",
4676
- "requires": {}
5481
+ "requires": {},
5482
+ "devtools": "^0.0.0"
4677
5483
  }
4678
5484
  },
4679
5485
  {
@@ -4698,9 +5504,44 @@
4698
5504
  "requires": {}
4699
5505
  }
4700
5506
  },
5507
+ {
5508
+ "name": "radix-vue",
5509
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5510
+ "repo": "radix-vue/radix-vue",
5511
+ "npm": "radix-vue",
5512
+ "icon": "radix-vue.svg",
5513
+ "github": "https://github.com/radix-vue/radix-vue",
5514
+ "website": "https://www.radix-vue.com/",
5515
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5516
+ "category": "UI",
5517
+ "type": "3rd-party",
5518
+ "maintainers": [
5519
+ {
5520
+ "name": "Zernonia",
5521
+ "github": "zernonia",
5522
+ "twitter": "zernonia"
5523
+ },
5524
+ {
5525
+ "name": "Khairul Haaziq",
5526
+ "github": "khairulhaaziq"
5527
+ },
5528
+ {
5529
+ "name": "Mujahid Anuar",
5530
+ "github": "mujahidfa"
5531
+ },
5532
+ {
5533
+ "name": "Max",
5534
+ "github": "onmax"
5535
+ }
5536
+ ],
5537
+ "compatibility": {
5538
+ "nuxt": "^3.0.0",
5539
+ "requires": {}
5540
+ }
5541
+ },
4701
5542
  {
4702
5543
  "name": "recaptcha",
4703
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5544
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4704
5545
  "repo": "nuxt-community/recaptcha-module",
4705
5546
  "npm": "@nuxtjs/recaptcha",
4706
5547
  "icon": "recaptcha.png",
@@ -4743,9 +5584,32 @@
4743
5584
  "requires": {}
4744
5585
  }
4745
5586
  },
5587
+ {
5588
+ "name": "resend",
5589
+ "description": "Resend integration for Nuxt",
5590
+ "repo": "nhedger/nuxt-resend",
5591
+ "npm": "nuxt-resend",
5592
+ "icon": "resend.svg",
5593
+ "github": "https://github.com/nhedger/nuxt-resend",
5594
+ "website": "https://github.com/nhedger/nuxt-resend",
5595
+ "learn_more": "https://resend.com",
5596
+ "category": "Extensions",
5597
+ "type": "3rd-party",
5598
+ "maintainers": [
5599
+ {
5600
+ "name": "Nicolas Hedger",
5601
+ "github": "nhedger",
5602
+ "twitter": "nicolashedger"
5603
+ }
5604
+ ],
5605
+ "compatibility": {
5606
+ "nuxt": "^3.0.0",
5607
+ "requires": {}
5608
+ }
5609
+ },
4746
5610
  {
4747
5611
  "name": "rfg-icon",
4748
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5612
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4749
5613
  "repo": "pimlie/nuxt-rfg-icon",
4750
5614
  "npm": "nuxt-rfg-icon",
4751
5615
  "icon": "real-favicon-generator.png",
@@ -4767,13 +5631,13 @@
4767
5631
  },
4768
5632
  {
4769
5633
  "name": "robots",
4770
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
5634
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4771
5635
  "repo": "nuxt-modules/robots",
4772
5636
  "npm": "@nuxtjs/robots",
4773
5637
  "icon": "robots.png",
4774
5638
  "github": "https://github.com/nuxt-modules/robots",
4775
5639
  "website": "https://github.com/nuxt-modules/robots",
4776
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5640
+ "learn_more": "",
4777
5641
  "category": "SEO",
4778
5642
  "type": "community",
4779
5643
  "maintainers": [
@@ -4791,23 +5655,23 @@
4791
5655
  },
4792
5656
  {
4793
5657
  "name": "rollbar",
4794
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4795
- "repo": "gaelreyrol/nuxt-rollbar-module",
4796
- "npm": "nuxt-rollbar-module",
5658
+ "description": "Nuxt 3 module to integrate Rollbar.",
5659
+ "repo": "jairoblatt/nuxt-rollbar",
5660
+ "npm": "nuxt-rollbar",
4797
5661
  "icon": "rollbar.png",
4798
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4799
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5662
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5663
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4800
5664
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4801
5665
  "category": "Monitoring",
4802
5666
  "type": "3rd-party",
4803
5667
  "maintainers": [
4804
5668
  {
4805
- "name": "Gaël Reyrol",
4806
- "github": "gaelreyrol"
5669
+ "name": "Jairo Blatt",
5670
+ "github": "jairoblatt"
4807
5671
  }
4808
5672
  ],
4809
5673
  "compatibility": {
4810
- "nuxt": "^2.0.0",
5674
+ "nuxt": "^3.0.0",
4811
5675
  "requires": {}
4812
5676
  }
4813
5677
  },
@@ -4836,7 +5700,7 @@
4836
5700
  },
4837
5701
  {
4838
5702
  "name": "router",
4839
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5703
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4840
5704
  "repo": "nuxt-community/router-module",
4841
5705
  "npm": "@nuxtjs/router",
4842
5706
  "icon": "vue.png",
@@ -4882,9 +5746,32 @@
4882
5746
  }
4883
5747
  }
4884
5748
  },
5749
+ {
5750
+ "name": "scalar",
5751
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5752
+ "repo": "scalar/scalar#main/packages/nuxt",
5753
+ "npm": "@scalar/nuxt",
5754
+ "icon": "scalar.svg",
5755
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5756
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5757
+ "learn_more": "https://scalar.com",
5758
+ "category": "Devtools",
5759
+ "type": "3rd-party",
5760
+ "maintainers": [
5761
+ {
5762
+ "name": "scalar",
5763
+ "github": "scalar",
5764
+ "twitter": "scalar"
5765
+ }
5766
+ ],
5767
+ "compatibility": {
5768
+ "nuxt": "^3.0.0",
5769
+ "requires": {}
5770
+ }
5771
+ },
4885
5772
  {
4886
5773
  "name": "schema-org",
4887
- "description": "Schema.org for Nuxt.",
5774
+ "description": "Quick and easy Schema.org graphs.",
4888
5775
  "repo": "harlan-zw/nuxt-schema-org",
4889
5776
  "npm": "nuxt-schema-org",
4890
5777
  "icon": "schema-org.svg",
@@ -4953,13 +5840,13 @@
4953
5840
  },
4954
5841
  {
4955
5842
  "name": "segment",
4956
- "description": "Nuxt.js module for Segment Analytics.js",
5843
+ "description": "Nuxt module for Segment Analytics.js",
4957
5844
  "repo": "dansmaculotte/nuxt-segment",
4958
5845
  "npm": "@dansmaculotte/nuxt-segment",
4959
5846
  "icon": "segment.png",
4960
5847
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4961
5848
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4962
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5849
+ "learn_more": "",
4963
5850
  "category": "Analytics",
4964
5851
  "type": "3rd-party",
4965
5852
  "maintainers": [
@@ -4975,7 +5862,7 @@
4975
5862
  },
4976
5863
  {
4977
5864
  "name": "sentry",
4978
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5865
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4979
5866
  "repo": "nuxt-community/sentry-module",
4980
5867
  "npm": "@nuxtjs/sentry",
4981
5868
  "icon": "sentry.svg",
@@ -4997,7 +5884,7 @@
4997
5884
  },
4998
5885
  {
4999
5886
  "name": "seo-experiments",
5000
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5887
+ "description": "Powerful SEO DX improvements.",
5001
5888
  "repo": "harlan-zw/nuxt-seo-experiments",
5002
5889
  "npm": "nuxt-seo-experiments",
5003
5890
  "icon": "seo-experiments.svg",
@@ -5019,28 +5906,6 @@
5019
5906
  "requires": {}
5020
5907
  }
5021
5908
  },
5022
- {
5023
- "name": "seo-kit",
5024
- "description": "The complete SEO solution for Nuxt.",
5025
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5026
- "npm": "nuxt-seo-kit",
5027
- "icon": "seo-kit.svg",
5028
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5029
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5030
- "learn_more": "",
5031
- "category": "SEO",
5032
- "type": "3rd-party",
5033
- "maintainers": [
5034
- {
5035
- "name": "harlan-zw",
5036
- "github": "harlan-zw"
5037
- }
5038
- ],
5039
- "compatibility": {
5040
- "nuxt": "^3.0.0",
5041
- "requires": {}
5042
- }
5043
- },
5044
5909
  {
5045
5910
  "name": "seo-meta",
5046
5911
  "description": "Simple generate seo metadata",
@@ -5064,9 +5929,31 @@
5064
5929
  "requires": {}
5065
5930
  }
5066
5931
  },
5932
+ {
5933
+ "name": "seo",
5934
+ "description": "The complete SEO solution for Nuxt.",
5935
+ "repo": "harlan-zw/nuxt-seo",
5936
+ "npm": "@nuxtjs/seo",
5937
+ "icon": "nuxt.svg",
5938
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5939
+ "website": "https://nuxtseo.com/",
5940
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5941
+ "category": "SEO",
5942
+ "type": "3rd-party",
5943
+ "maintainers": [
5944
+ {
5945
+ "name": "harlan-zw",
5946
+ "github": "harlan-zw"
5947
+ }
5948
+ ],
5949
+ "compatibility": {
5950
+ "nuxt": "^3.0.0",
5951
+ "requires": {}
5952
+ }
5953
+ },
5067
5954
  {
5068
5955
  "name": "seomatic-meta",
5069
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5956
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
5070
5957
  "repo": "ben-rogerson/nuxt-seomatic-meta",
5071
5958
  "npm": "nuxt-seomatic-meta",
5072
5959
  "icon": "seomatic.png",
@@ -5112,7 +5999,7 @@
5112
5999
  {
5113
6000
  "name": "server-block",
5114
6001
  "description": "Use <server> tags in your Nuxt pages components.",
5115
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6002
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5116
6003
  "npm": "@hebilicious/server-block-nuxt",
5117
6004
  "icon": "server-block.svg",
5118
6005
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5132,32 +6019,9 @@
5132
6019
  "requires": {}
5133
6020
  }
5134
6021
  },
5135
- {
5136
- "name": "session",
5137
- "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
5138
- "repo": "sidebase/nuxt-session",
5139
- "npm": "@sidebase/nuxt-session",
5140
- "icon": "session.png",
5141
- "github": "https://github.com/sidebase/nuxt-session",
5142
- "website": "https://github.com/sidebase/nuxt-session",
5143
- "learn_more": "https://github.com/sidebase",
5144
- "category": "Security",
5145
- "type": "3rd-party",
5146
- "maintainers": [
5147
- {
5148
- "name": "sidebase",
5149
- "github": "sidebase",
5150
- "twitter": "sidebase_io"
5151
- }
5152
- ],
5153
- "compatibility": {
5154
- "nuxt": "^3.0.0",
5155
- "requires": {}
5156
- }
5157
- },
5158
6022
  {
5159
6023
  "name": "shopify",
5160
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
6024
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5161
6025
  "repo": "Gomah/nuxt-shopify",
5162
6026
  "npm": "nuxt-shopify",
5163
6027
  "icon": "shopify.png",
@@ -5178,7 +6042,29 @@
5178
6042
  }
5179
6043
  },
5180
6044
  {
5181
- "name": "nuxt-auth",
6045
+ "name": "shuimo-ui",
6046
+ "description": "A Chinese Shuimo style component library.",
6047
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6048
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6049
+ "icon": "shuimo-ui.svg",
6050
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6051
+ "website": "https://shuimo.design",
6052
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6053
+ "category": "UI",
6054
+ "type": "3rd-party",
6055
+ "maintainers": [
6056
+ {
6057
+ "name": "higuaifan",
6058
+ "github": "higuaifan"
6059
+ }
6060
+ ],
6061
+ "compatibility": {
6062
+ "nuxt": "^3.0.0",
6063
+ "requires": {}
6064
+ }
6065
+ },
6066
+ {
6067
+ "name": "sidebase-auth",
5182
6068
  "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
6069
  "repo": "sidebase/nuxt-auth",
5184
6070
  "npm": "@sidebase/nuxt-auth",
@@ -5247,41 +6133,23 @@
5247
6133
  }
5248
6134
  },
5249
6135
  {
5250
- "name": "simple-sitemap",
6136
+ "name": "sitemap",
5251
6137
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5252
- "repo": "harlan-zw/nuxt-simple-sitemap",
5253
- "npm": "nuxt-simple-sitemap",
6138
+ "repo": "nuxt-modules/sitemap",
6139
+ "npm": "@nuxtjs/sitemap",
5254
6140
  "icon": "simple-sitemap.svg",
5255
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5256
- "website": "https://nuxtseo.com/simple-sitemap",
5257
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6141
+ "github": "https://github.com/nuxt-modules/sitemap",
6142
+ "website": "https://nuxtseo.com/",
6143
+ "learn_more": "https://nuxtseo.com/sitemap",
5258
6144
  "category": "SEO",
5259
- "type": "3rd-party",
6145
+ "type": "community",
5260
6146
  "maintainers": [
5261
6147
  {
5262
6148
  "name": "Harlan Wilton",
5263
6149
  "github": "harlan-zw",
5264
6150
  "twitter": "harlan_zw",
5265
6151
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5266
- }
5267
- ],
5268
- "compatibility": {
5269
- "nuxt": "^3.0.0",
5270
- "requires": {}
5271
- }
5272
- },
5273
- {
5274
- "name": "sitemap",
5275
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5276
- "repo": "nuxt-community/sitemap-module#dev",
5277
- "npm": "@nuxtjs/sitemap",
5278
- "icon": "",
5279
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5280
- "website": "https://sitemap.nuxtjs.org",
5281
- "learn_more": "",
5282
- "category": "SEO",
5283
- "type": "community",
5284
- "maintainers": [
6152
+ },
5285
6153
  {
5286
6154
  "name": "Nicolas PENNEC",
5287
6155
  "github": "NicoPennec",
@@ -5289,7 +6157,7 @@
5289
6157
  }
5290
6158
  ],
5291
6159
  "compatibility": {
5292
- "nuxt": "^2.0.0",
6160
+ "nuxt": "^3.0.0",
5293
6161
  "requires": {}
5294
6162
  }
5295
6163
  },
@@ -5317,13 +6185,13 @@
5317
6185
  },
5318
6186
  {
5319
6187
  "name": "snipcart",
5320
- "description": "Snipcart integration module for Nuxt.js",
6188
+ "description": "Snipcart integration module for Nuxt",
5321
6189
  "repo": "nuxt-modules/snipcart",
5322
6190
  "npm": "@nuxtjs/snipcart",
5323
6191
  "icon": "snipcart.png",
5324
6192
  "github": "https://github.com/nuxt-modules/snipcart",
5325
6193
  "website": "https://github.com/nuxt-modules/snipcart",
5326
- "learn_more": "https://snipcart.com",
6194
+ "learn_more": "",
5327
6195
  "category": "Ecommerce",
5328
6196
  "type": "community",
5329
6197
  "maintainers": [
@@ -5340,7 +6208,7 @@
5340
6208
  },
5341
6209
  {
5342
6210
  "name": "social-meta",
5343
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6211
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5344
6212
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5345
6213
  "npm": "nuxt-social-meta",
5346
6214
  "icon": "",
@@ -5409,7 +6277,7 @@
5409
6277
  "name": "speedkit",
5410
6278
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5411
6279
  "repo": "GrabarzUndPartner/nuxt-speedkit",
5412
- "npm": "nuxt-speedkit",
6280
+ "npm": "nuxt-booster",
5413
6281
  "icon": "speedkit.png",
5414
6282
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5415
6283
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -5462,7 +6330,7 @@
5462
6330
  },
5463
6331
  {
5464
6332
  "name": "storage",
5465
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6333
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5466
6334
  "repo": "mazipan/nuxt-storage",
5467
6335
  "npm": "nuxt-storage",
5468
6336
  "icon": "",
@@ -5484,7 +6352,7 @@
5484
6352
  },
5485
6353
  {
5486
6354
  "name": "storefront-ui",
5487
- "description": "Storefront UI Module for Nuxt.js",
6355
+ "description": "Storefront UI Module for Nuxt",
5488
6356
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5489
6357
  "npm": "@storefront-ui/nuxt",
5490
6358
  "icon": "storefront-ui.svg",
@@ -5528,8 +6396,8 @@
5528
6396
  },
5529
6397
  {
5530
6398
  "name": "storyblok",
5531
- "description": "Storyblok Nuxt.js module",
5532
- "repo": "storyblok/storyblok-nuxt#master/lib",
6399
+ "description": "Storyblok Nuxt module",
6400
+ "repo": "storyblok/storyblok-nuxt#main",
5533
6401
  "npm": "@storyblok/nuxt",
5534
6402
  "icon": "storyblok.png",
5535
6403
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5545,37 +6413,34 @@
5545
6413
  ],
5546
6414
  "compatibility": {
5547
6415
  "nuxt": "^2.0.0 || ^3.0.0",
5548
- "requires": {}
6416
+ "requires": {},
6417
+ "devtools": "^0.0.0"
5549
6418
  }
5550
6419
  },
5551
6420
  {
5552
6421
  "name": "storybook",
5553
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5554
- "repo": "nuxt-community/storybook",
5555
- "npm": "@storybook-vue/nuxt-storybook",
6422
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6423
+ "repo": "nuxt-modules/storybook",
6424
+ "npm": "@nuxtjs/storybook",
5556
6425
  "icon": "storybook.png",
5557
- "github": "https://github.com/nuxt-community/storybook",
6426
+ "github": "https://github.com/nuxt-modules/storybook",
5558
6427
  "website": "https://storybook.nuxtjs.org",
5559
- "learn_more": "https://storybook.js.org/",
6428
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5560
6429
  "category": "Devtools",
5561
6430
  "type": "community",
5562
6431
  "maintainers": [
5563
6432
  {
5564
- "name": "Ahad Birang",
5565
- "github": "farnabaz",
5566
- "twitter": "a_birang"
5567
- },
5568
- {
5569
- "name": "Pooya Parsa",
5570
- "github": "pi0",
5571
- "twitter": "_pi0_"
6433
+ "name": "Chakir QATAB",
6434
+ "github": "chakAs3",
6435
+ "twitter": "ChakirQatab"
5572
6436
  }
5573
6437
  ],
5574
6438
  "compatibility": {
5575
- "nuxt": "^2.0.0",
6439
+ "nuxt": "^2.0.0 || ^3.0.0",
5576
6440
  "requires": {
5577
6441
  "bridge": "optional"
5578
- }
6442
+ },
6443
+ "devtools": "^0.7.2"
5579
6444
  }
5580
6445
  },
5581
6446
  {
@@ -5605,7 +6470,8 @@
5605
6470
  "nuxt": "^2.0.0 || ^3.0.0",
5606
6471
  "requires": {
5607
6472
  "bridge": true
5608
- }
6473
+ },
6474
+ "devtools": "^0.0.0"
5609
6475
  }
5610
6476
  },
5611
6477
  {
@@ -5656,6 +6522,36 @@
5656
6522
  "requires": {}
5657
6523
  }
5658
6524
  },
6525
+ {
6526
+ "name": "studio",
6527
+ "description": "A new experience to build content-driven website with Nuxt.",
6528
+ "repo": "nuxtlabs/studio-module",
6529
+ "npm": "@nuxthq/studio",
6530
+ "icon": "studio.svg",
6531
+ "github": "https://github.com/nuxtlabs/studio-module",
6532
+ "website": "https://nuxt.studio",
6533
+ "learn_more": "https://nuxt.studio",
6534
+ "category": "CMS",
6535
+ "type": "3rd-party",
6536
+ "maintainers": [
6537
+ {
6538
+ "name": "Ahad Birang",
6539
+ "github": "farnabaz",
6540
+ "twitter": "a_birang"
6541
+ },
6542
+ {
6543
+ "name": "Sébastien Chopin",
6544
+ "github": "Atinux",
6545
+ "twitter": "Atinux"
6546
+ }
6547
+ ],
6548
+ "compatibility": {
6549
+ "nuxt": "^3.0.0",
6550
+ "requires": {
6551
+ "content": true
6552
+ }
6553
+ }
6554
+ },
5659
6555
  {
5660
6556
  "name": "style-resources",
5661
6557
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5681,7 +6577,7 @@
5681
6577
  },
5682
6578
  {
5683
6579
  "name": "stylelint",
5684
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6580
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5685
6581
  "repo": "nuxt-community/stylelint-module",
5686
6582
  "npm": "@nuxtjs/stylelint-module",
5687
6583
  "icon": "stylelint.png",
@@ -5701,29 +6597,6 @@
5701
6597
  "requires": {}
5702
6598
  }
5703
6599
  },
5704
- {
5705
- "name": "stylify",
5706
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5707
- "repo": "stylify/packages#master/packages/nuxt",
5708
- "npm": "@stylify/nuxt",
5709
- "icon": "stylify.svg",
5710
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5711
- "website": "https://stylifycss.com/docs/nuxt",
5712
- "learn_more": "https://stylifycss.com",
5713
- "category": "UI",
5714
- "type": "3rd-party",
5715
- "maintainers": [
5716
- {
5717
- "name": "Vladimír Macháček",
5718
- "github": "Machy8",
5719
- "twitter": "8machy"
5720
- }
5721
- ],
5722
- "compatibility": {
5723
- "nuxt": "^2.0.0 || ^3.0.0",
5724
- "requires": {}
5725
- }
5726
- },
5727
6600
  {
5728
6601
  "name": "supabase",
5729
6602
  "description": "First class integration with Supabase",
@@ -5804,7 +6677,7 @@
5804
6677
  },
5805
6678
  {
5806
6679
  "name": "svg",
5807
- "description": "Super simple svg loading module for Nuxt.js",
6680
+ "description": "Super simple svg loading module for Nuxt",
5808
6681
  "repo": "nuxt-community/svg-module",
5809
6682
  "npm": "@nuxtjs/svg",
5810
6683
  "icon": "",
@@ -5846,9 +6719,33 @@
5846
6719
  "requires": {}
5847
6720
  }
5848
6721
  },
6722
+ {
6723
+ "name": "swiftsearch",
6724
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6725
+ "repo": "atoms-studio/nuxt-swiftsearch",
6726
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6727
+ "icon": "nuxt-swiftsearch.svg",
6728
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6729
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6730
+ "learn_more": "",
6731
+ "category": "Libraries",
6732
+ "type": "3rd-party",
6733
+ "maintainers": [
6734
+ {
6735
+ "name": "Matteo Rigoni",
6736
+ "github": "rigo-m",
6737
+ "twitter": "MatteoRigoni",
6738
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6739
+ }
6740
+ ],
6741
+ "compatibility": {
6742
+ "nuxt": "^3.10.0",
6743
+ "requires": {}
6744
+ }
6745
+ },
5849
6746
  {
5850
6747
  "name": "swiper",
5851
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6748
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5852
6749
  "repo": "cpreston321/nuxt-swiper",
5853
6750
  "npm": "nuxt-swiper",
5854
6751
  "icon": "swiper.svg",
@@ -5894,10 +6791,10 @@
5894
6791
  {
5895
6792
  "name": "tailwindcss",
5896
6793
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5897
- "repo": "nuxt-modules/tailwindcss-module",
6794
+ "repo": "nuxt-modules/tailwindcss",
5898
6795
  "npm": "@nuxtjs/tailwindcss",
5899
6796
  "icon": "tailwindcss.png",
5900
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6797
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5901
6798
  "website": "https://tailwindcss.nuxtjs.org",
5902
6799
  "learn_more": "https://tailwindcss.com/",
5903
6800
  "category": "UI",
@@ -5915,6 +6812,38 @@
5915
6812
  ],
5916
6813
  "compatibility": {
5917
6814
  "nuxt": "^2.0.0 || ^3.0.0",
6815
+ "requires": {},
6816
+ "devtools": "^0.0.0"
6817
+ },
6818
+ "aliases": [
6819
+ "tailwind"
6820
+ ]
6821
+ },
6822
+ {
6823
+ "name": "test-utils",
6824
+ "description": "Test utilities for Nuxt",
6825
+ "repo": "nuxt/test-utils#main",
6826
+ "npm": "@nuxt/test-utils",
6827
+ "icon": "nuxt.svg",
6828
+ "github": "https://github.com/nuxt/test-utils",
6829
+ "website": "https://nuxt.com/docs/getting-started/testing",
6830
+ "learn_more": "",
6831
+ "category": "Devtools",
6832
+ "type": "official",
6833
+ "maintainers": [
6834
+ {
6835
+ "name": "Daniel Roe",
6836
+ "github": "danielroe",
6837
+ "twitter": "danielcroe"
6838
+ },
6839
+ {
6840
+ "name": "Anthony Fu",
6841
+ "github": "antfu",
6842
+ "twitter": "antfu7"
6843
+ }
6844
+ ],
6845
+ "compatibility": {
6846
+ "nuxt": "^3.0.0",
5918
6847
  "requires": {}
5919
6848
  }
5920
6849
  },
@@ -5963,9 +6892,31 @@
5963
6892
  "requires": {}
5964
6893
  }
5965
6894
  },
6895
+ {
6896
+ "name": "tiptap",
6897
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6898
+ "repo": "modbender/nuxt-tiptap-editor",
6899
+ "npm": "nuxt-tiptap-editor",
6900
+ "icon": "tiptap.png",
6901
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6902
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6903
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6904
+ "category": "Libraries",
6905
+ "type": "3rd-party",
6906
+ "maintainers": [
6907
+ {
6908
+ "name": "modbender",
6909
+ "github": "modbender"
6910
+ }
6911
+ ],
6912
+ "compatibility": {
6913
+ "nuxt": "^3.0.0",
6914
+ "requires": {}
6915
+ }
6916
+ },
5966
6917
  {
5967
6918
  "name": "toast",
5968
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6919
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5969
6920
  "repo": "nuxt-community/modules#master/packages/toast",
5970
6921
  "npm": "@nuxtjs/toast",
5971
6922
  "icon": "",
@@ -5986,6 +6937,50 @@
5986
6937
  "requires": {}
5987
6938
  }
5988
6939
  },
6940
+ {
6941
+ "name": "tradingview",
6942
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6943
+ "repo": "volkanakkus/nuxt-tradingview",
6944
+ "npm": "nuxt-tradingview",
6945
+ "icon": "tradingview.svg",
6946
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6947
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6948
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6949
+ "category": "Extensions",
6950
+ "type": "3rd-party",
6951
+ "maintainers": [
6952
+ {
6953
+ "name": "Volkan Akkuş",
6954
+ "github": "volkanakkus"
6955
+ }
6956
+ ],
6957
+ "compatibility": {
6958
+ "nuxt": "^3.0.0",
6959
+ "requires": {}
6960
+ }
6961
+ },
6962
+ {
6963
+ "name": "translation-manager",
6964
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6965
+ "repo": "samk-dev/nuxt-translation-manager",
6966
+ "npm": "nuxt-translation-manager",
6967
+ "icon": "translation-manager.png",
6968
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6969
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6970
+ "learn_more": "",
6971
+ "category": "Extensions",
6972
+ "type": "3rd-party",
6973
+ "maintainers": [
6974
+ {
6975
+ "name": "Sam K",
6976
+ "github": "samk-dev"
6977
+ }
6978
+ ],
6979
+ "compatibility": {
6980
+ "nuxt": "^3.0.0",
6981
+ "requires": {}
6982
+ }
6983
+ },
5989
6984
  {
5990
6985
  "name": "tresjs",
5991
6986
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6046,7 +7041,7 @@
6046
7041
  },
6047
7042
  {
6048
7043
  "name": "twa",
6049
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
7044
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
6050
7045
  "repo": "tuarrep/nuxt-twa",
6051
7046
  "npm": "nuxt-twa",
6052
7047
  "icon": "",
@@ -6234,6 +7229,30 @@
6234
7229
  "requires": {}
6235
7230
  }
6236
7231
  },
7232
+ {
7233
+ "name": "typo3",
7234
+ "description": "TYPO3 Headless Frontend Rendering module",
7235
+ "repo": "TYPO3-Headless/nuxt-typo3",
7236
+ "npm": "@t3headless/nuxt-typo3",
7237
+ "icon": "typo3.svg",
7238
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7239
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7240
+ "learn_more": "https://github.com/TYPO3-Headless",
7241
+ "category": "CMS",
7242
+ "type": "3rd-party",
7243
+ "maintainers": [
7244
+ {
7245
+ "name": "Macopedia",
7246
+ "github": "macopedia",
7247
+ "twitter": "macopediapl"
7248
+ }
7249
+ ],
7250
+ "compatibility": {
7251
+ "nuxt": "^2.0.0 || ^3.0.0",
7252
+ "requires": {},
7253
+ "devtools": "^0.0.0"
7254
+ }
7255
+ },
6237
7256
  {
6238
7257
  "name": "ui",
6239
7258
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6291,31 +7310,9 @@
6291
7310
  }
6292
7311
  }
6293
7312
  },
6294
- {
6295
- "name": "unhead",
6296
- "description": "Experimental features for Nuxt SEO / head management.",
6297
- "repo": "harlan-zw/nuxt-seo-experiments",
6298
- "npm": "nuxt-seo-experiments",
6299
- "icon": "",
6300
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6301
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6302
- "learn_more": "",
6303
- "category": "SEO",
6304
- "type": "3rd-party",
6305
- "maintainers": [
6306
- {
6307
- "name": "harlan-zw",
6308
- "github": "harlan-zw"
6309
- }
6310
- ],
6311
- "compatibility": {
6312
- "nuxt": "^3.0.0",
6313
- "requires": {}
6314
- }
6315
- },
6316
7313
  {
6317
7314
  "name": "universal-storage",
6318
- "description": "Universal Storage Utilities for Nuxt.js",
7315
+ "description": "Universal Storage Utilities for Nuxt",
6319
7316
  "repo": "nuxt-community/universal-storage-module",
6320
7317
  "npm": "@nuxtjs/universal-storage",
6321
7318
  "icon": "",
@@ -6344,7 +7341,7 @@
6344
7341
  {
6345
7342
  "name": "unlazy",
6346
7343
  "description": "Lazy loading library for placeholder images",
6347
- "repo": "johannschopplich/unlazy/packages/nuxt",
7344
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6348
7345
  "npm": "@unlazy/nuxt",
6349
7346
  "icon": "unlazy.svg",
6350
7347
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6363,41 +7360,15 @@
6363
7360
  "requires": {}
6364
7361
  }
6365
7362
  },
6366
- {
6367
- "name": "unlighthouse",
6368
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6369
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6370
- "npm": "@unlighthouse/nuxt",
6371
- "icon": "unlighthouse.svg",
6372
- "github": "https://github.com/harlan-zw/unlighthouse",
6373
- "website": "https://github.com/harlan-zw/unlighthouse",
6374
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6375
- "category": "Devtools",
6376
- "type": "3rd-party",
6377
- "maintainers": [
6378
- {
6379
- "name": "Harlan Wilton",
6380
- "github": "harlan-zw",
6381
- "twitter": "harlan_zw",
6382
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6383
- }
6384
- ],
6385
- "compatibility": {
6386
- "nuxt": "^2.0.0 || ^3.0.0",
6387
- "requires": {
6388
- "bridge": "optional"
6389
- }
6390
- }
6391
- },
6392
7363
  {
6393
7364
  "name": "unocss",
6394
7365
  "description": "The instant on-demand atomic CSS engine.",
6395
- "repo": "antfu/unocss#main/packages/nuxt",
7366
+ "repo": "unocss/unocss#main/packages/nuxt",
6396
7367
  "npm": "@unocss/nuxt",
6397
7368
  "icon": "unocss.svg",
6398
- "github": "https://github.com/antfu/unocss",
6399
- "website": "https://github.com/antfu/unocss",
6400
- "learn_more": "https://github.com/antfu/unocss",
7369
+ "github": "https://github.com/unocss/unocss",
7370
+ "website": "https://github.com/unocss/unocss",
7371
+ "learn_more": "https://github.com/unocss/unocss",
6401
7372
  "category": "UI",
6402
7373
  "type": "3rd-party",
6403
7374
  "maintainers": [
@@ -6412,7 +7383,8 @@
6412
7383
  "nuxt": "^2.0.0 || ^3.0.0",
6413
7384
  "requires": {
6414
7385
  "bridge": "optional"
6415
- }
7386
+ },
7387
+ "devtools": "^0.0.0"
6416
7388
  }
6417
7389
  },
6418
7390
  {
@@ -6422,8 +7394,8 @@
6422
7394
  "npm": "nuxt-ununura",
6423
7395
  "icon": "ununuracss.png",
6424
7396
  "github": "https://github.com/novout/ununuracss",
6425
- "website": "https://ununura.com/#/",
6426
- "learn_more": "https://ununura.com/#/docs/why",
7397
+ "website": "https://github.com/novout/ununuracss",
7398
+ "learn_more": "https://github.com/novout/ununuracss",
6427
7399
  "category": "UI",
6428
7400
  "type": "3rd-party",
6429
7401
  "maintainers": [
@@ -6438,6 +7410,28 @@
6438
7410
  "requires": {}
6439
7411
  }
6440
7412
  },
7413
+ {
7414
+ "name": "use-bootstrap",
7415
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7416
+ "repo": "simplise/use-bootstrap",
7417
+ "npm": "usebootstrap",
7418
+ "icon": "use-bootstrap.svg",
7419
+ "github": "https://github.com/simplise/use-bootstrap",
7420
+ "website": "https://usebootstrap.org/",
7421
+ "learn_more": "https://usebootstrap.org/",
7422
+ "category": "UI",
7423
+ "type": "3rd-party",
7424
+ "maintainers": [
7425
+ {
7426
+ "name": "KoujiSano",
7427
+ "github": "KoujiSano"
7428
+ }
7429
+ ],
7430
+ "compatibility": {
7431
+ "nuxt": "^3.0.0",
7432
+ "requires": {}
7433
+ }
7434
+ },
6441
7435
  {
6442
7436
  "name": "use-wagmi",
6443
7437
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6464,7 +7458,7 @@
6464
7458
  },
6465
7459
  {
6466
7460
  "name": "user-agent",
6467
- "description": "Nuxt.js module for handling User-Agent.",
7461
+ "description": "Nuxt module for handling User-Agent.",
6468
7462
  "repo": "fukuiretu/nuxt-user-agent",
6469
7463
  "npm": "nuxt-user-agent",
6470
7464
  "icon": "",
@@ -6484,28 +7478,6 @@
6484
7478
  "requires": {}
6485
7479
  }
6486
7480
  },
6487
- {
6488
- "name": "validate",
6489
- "description": "Simple Nuxt input validation module using vee-validate",
6490
- "repo": "lewyuburi/nuxt-validate",
6491
- "npm": "nuxt-validate",
6492
- "icon": "vee-validate.png",
6493
- "github": "https://github.com/lewyuburi/nuxt-validate",
6494
- "website": "https://github.com/lewyuburi/nuxt-validate",
6495
- "learn_more": "https://logaretm.github.io/vee-validate/",
6496
- "category": "Libraries",
6497
- "type": "3rd-party",
6498
- "maintainers": [
6499
- {
6500
- "name": "lewyuburi",
6501
- "github": "lewyuburi"
6502
- }
6503
- ],
6504
- "compatibility": {
6505
- "nuxt": "^2.0.0",
6506
- "requires": {}
6507
- }
6508
- },
6509
7481
  {
6510
7482
  "name": "vant",
6511
7483
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6560,8 +7532,8 @@
6560
7532
  "repo": "samk-dev/nuxt-vcalendar",
6561
7533
  "npm": "@samk-dev/nuxt-vcalendar",
6562
7534
  "icon": "vcalendar.png",
6563
- "github": "https://github.com/samk-dev/vcalendar",
6564
- "website": "https://github.com/samk-dev/vcalendar",
7535
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7536
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6565
7537
  "learn_more": "",
6566
7538
  "category": "Libraries",
6567
7539
  "type": "3rd-party",
@@ -6578,7 +7550,7 @@
6578
7550
  },
6579
7551
  {
6580
7552
  "name": "vee-validate",
6581
- "description": "Painless Vue forms for Nuxt.js",
7553
+ "description": "Painless Vue forms for Nuxt",
6582
7554
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6583
7555
  "npm": "@vee-validate/nuxt",
6584
7556
  "icon": "vee-validate.png",
@@ -6668,7 +7640,7 @@
6668
7640
  },
6669
7641
  {
6670
7642
  "name": "vite-pwa-nuxt",
6671
- "description": "Zero-config PWA Plugin for Nuxt 3",
7643
+ "description": "Zero-config PWA Plugin for Nuxt",
6672
7644
  "repo": "vite-pwa/nuxt",
6673
7645
  "npm": "@vite-pwa/nuxt",
6674
7646
  "icon": "vite-pwa-nuxt.svg",
@@ -6694,41 +7666,15 @@
6694
7666
  "requires": {}
6695
7667
  }
6696
7668
  },
6697
- {
6698
- "name": "vitest",
6699
- "description": "Vitest integration with Nuxt",
6700
- "repo": "danielroe/nuxt-vitest",
6701
- "npm": "nuxt-vitest",
6702
- "icon": "vitest.svg",
6703
- "github": "https://github.com/danielroe/nuxt-vitest",
6704
- "website": "https://github.com/danielroe/nuxt-vitest",
6705
- "learn_more": "",
6706
- "category": "Devtools",
6707
- "type": "3rd-party",
6708
- "maintainers": [
6709
- {
6710
- "name": "Daniel Roe",
6711
- "github": "danielroe"
6712
- },
6713
- {
6714
- "name": "Anthony Fu",
6715
- "github": "antfu"
6716
- }
6717
- ],
6718
- "compatibility": {
6719
- "nuxt": "^3.0.0",
6720
- "requires": {}
6721
- }
6722
- },
6723
7669
  {
6724
7670
  "name": "vue-email",
6725
- "description": "Write email templates with vue",
6726
- "repo": "Dave136/vue-email#main/packages/vue-email",
6727
- "npm": "vue-email",
7671
+ "description": "💌 Write email templates with vue",
7672
+ "repo": "vue-email/nuxt",
7673
+ "npm": "@vue-email/nuxt",
6728
7674
  "icon": "vue-email.svg",
6729
- "github": "https://github.com/Dave136/vue-email",
6730
- "website": "https://vue-email.vercel.app/",
6731
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7675
+ "github": "https://github.com/vue-email/nuxt",
7676
+ "website": "https://vuemail.net/",
7677
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6732
7678
  "category": "UI",
6733
7679
  "type": "3rd-party",
6734
7680
  "maintainers": [
@@ -6745,6 +7691,30 @@
6745
7691
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6746
7692
  }
6747
7693
  ],
7694
+ "compatibility": {
7695
+ "nuxt": "^3.0.0",
7696
+ "requires": {},
7697
+ "devtools": "^0.0.0"
7698
+ }
7699
+ },
7700
+ {
7701
+ "name": "vue-final-modal",
7702
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7703
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7704
+ "npm": "@vue-final-modal/nuxt",
7705
+ "icon": "vue-final-modal.svg",
7706
+ "github": "https://github.com/vue-final/vue-final-modal",
7707
+ "website": "https://vue-final-modal.org/",
7708
+ "learn_more": "https://vue-final-modal.org/",
7709
+ "category": "UI",
7710
+ "type": "3rd-party",
7711
+ "maintainers": [
7712
+ {
7713
+ "name": "Hunter Liu",
7714
+ "github": "hunterliu1003",
7715
+ "twitter": "hunterliu1003"
7716
+ }
7717
+ ],
6748
7718
  "compatibility": {
6749
7719
  "nuxt": "^3.0.0",
6750
7720
  "requires": {}
@@ -6772,7 +7742,8 @@
6772
7742
  "nuxt": "^3.0.0",
6773
7743
  "requires": {
6774
7744
  "bridge": "optional"
6775
- }
7745
+ },
7746
+ "devtools": "^0.0.0"
6776
7747
  }
6777
7748
  },
6778
7749
  {
@@ -6799,7 +7770,7 @@
6799
7770
  },
6800
7771
  {
6801
7772
  "name": "vue-multiselect",
6802
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7773
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6803
7774
  "repo": "spektrummedia/nuxt-vue-multiselect",
6804
7775
  "npm": "nuxt-vue-multiselect",
6805
7776
  "icon": "",
@@ -6824,7 +7795,7 @@
6824
7795
  "description": "Plausible analytics for Vue.js and Nuxt",
6825
7796
  "repo": "moritzsternemann/vue-plausible",
6826
7797
  "npm": "vue-plausible",
6827
- "icon": "plausible.png",
7798
+ "icon": "plausible.svg",
6828
7799
  "github": "https://github.com/moritzsternemann/vue-plausible",
6829
7800
  "website": "https://github.com/moritzsternemann/vue-plausible",
6830
7801
  "learn_more": "",
@@ -6844,7 +7815,7 @@
6844
7815
  {
6845
7816
  "name": "vue-query",
6846
7817
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6847
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7818
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6848
7819
  "npm": "@hebilicious/vue-query-nuxt",
6849
7820
  "icon": "vue-query.svg",
6850
7821
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6913,7 +7884,7 @@
6913
7884
  },
6914
7885
  {
6915
7886
  "name": "vue-warehouse",
6916
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7887
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6917
7888
  "repo": "juliomrqz/vue-warehouse",
6918
7889
  "npm": "vue-warehouse",
6919
7890
  "icon": "",
@@ -6936,12 +7907,12 @@
6936
7907
  },
6937
7908
  {
6938
7909
  "name": "vue3-carousel-nuxt",
6939
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7910
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6940
7911
  "repo": "gaetansenn/vue3-carousel-nuxt",
6941
7912
  "npm": "vue3-carousel-nuxt",
6942
7913
  "icon": "",
6943
7914
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6944
- "website": "",
7915
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6945
7916
  "learn_more": "",
6946
7917
  "category": "UI",
6947
7918
  "type": "3rd-party",
@@ -6960,7 +7931,7 @@
6960
7931
  {
6961
7932
  "name": "vuefire",
6962
7933
  "description": "Idiomatic composables for the Firebase SDK",
6963
- "repo": "vuejs/vuefire/packages/nuxt",
7934
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6964
7935
  "npm": "nuxt-vuefire",
6965
7936
  "icon": "vuefire.svg",
6966
7937
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6979,15 +7950,61 @@
6979
7950
  "requires": {}
6980
7951
  }
6981
7952
  },
7953
+ {
7954
+ "name": "vueform-builder",
7955
+ "description": "Official Vueform Builder module for Nuxt",
7956
+ "repo": "vueform/builder#main/nuxt",
7957
+ "npm": "@vueform/builder-nuxt",
7958
+ "icon": "vueform.svg",
7959
+ "github": "https://github.com/vueform/builder",
7960
+ "website": "https://builder.vueform.com",
7961
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7962
+ "category": "Libraries",
7963
+ "type": "3rd-party",
7964
+ "maintainers": [
7965
+ {
7966
+ "name": "Adam Berecz",
7967
+ "github": "adamberecz",
7968
+ "twitter": "bereczadam"
7969
+ }
7970
+ ],
7971
+ "compatibility": {
7972
+ "nuxt": "^3.0.0",
7973
+ "requires": {}
7974
+ }
7975
+ },
7976
+ {
7977
+ "name": "vueform",
7978
+ "description": "Official Vueform module for Nuxt",
7979
+ "repo": "vueform/vueform#main/nuxt",
7980
+ "npm": "@vueform/nuxt",
7981
+ "icon": "vueform.svg",
7982
+ "github": "https://github.com/vueform/vueform",
7983
+ "website": "https://vueform.com",
7984
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7985
+ "category": "Libraries",
7986
+ "type": "3rd-party",
7987
+ "maintainers": [
7988
+ {
7989
+ "name": "Adam Berecz",
7990
+ "github": "adamberecz",
7991
+ "twitter": "bereczadam"
7992
+ }
7993
+ ],
7994
+ "compatibility": {
7995
+ "nuxt": "^3.0.0",
7996
+ "requires": {}
7997
+ }
7998
+ },
6982
7999
  {
6983
8000
  "name": "vuestic",
6984
- "description": "Vuestic UI module for Nuxt 3",
8001
+ "description": "Vuestic UI module for Nuxt",
6985
8002
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6986
8003
  "npm": "@vuestic/nuxt",
6987
8004
  "icon": "vuestic.png",
6988
8005
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6989
- "website": "https://vuestic.dev",
6990
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8006
+ "website": "https://ui.vuestic.dev",
8007
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6991
8008
  "category": "UI",
6992
8009
  "type": "3rd-party",
6993
8010
  "maintainers": [
@@ -7008,8 +8025,8 @@
7008
8025
  "npm": "vuetify-nuxt-module",
7009
8026
  "icon": "vuetify-logo-v3-dark.svg",
7010
8027
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7011
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7012
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
8028
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8029
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7013
8030
  "category": "UI",
7014
8031
  "type": "3rd-party",
7015
8032
  "maintainers": [
@@ -7025,7 +8042,7 @@
7025
8042
  },
7026
8043
  {
7027
8044
  "name": "vuetify",
7028
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
8045
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
7029
8046
  "repo": "nuxt-community/vuetify-module",
7030
8047
  "npm": "@nuxtjs/vuetify",
7031
8048
  "icon": "vuetify.png",
@@ -7072,7 +8089,8 @@
7072
8089
  "nuxt": "^2.0.0 || ^3.0.0",
7073
8090
  "requires": {
7074
8091
  "bridge": "optional"
7075
- }
8092
+ },
8093
+ "devtools": "^0.0.0"
7076
8094
  }
7077
8095
  },
7078
8096
  {
@@ -7099,7 +8117,7 @@
7099
8117
  },
7100
8118
  {
7101
8119
  "name": "vunix",
7102
- "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js 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.",
8120
+ "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
8121
  "repo": "gaetansenn/vunix#main/packages/nuxt",
7104
8122
  "npm": "@vunix/nuxt",
7105
8123
  "icon": "",
@@ -7178,7 +8196,7 @@
7178
8196
  },
7179
8197
  {
7180
8198
  "name": "webpack-optimisations",
7181
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8199
+ "description": "Nuxt v2 module to automatically make your builds faster.",
7182
8200
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
7183
8201
  "npm": "nuxt-webpack-optimisations",
7184
8202
  "icon": "build-optimisations.svg",
@@ -7253,7 +8271,7 @@
7253
8271
  "icon": "webpack.png",
7254
8272
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7255
8273
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7256
- "learn_more": "http://webpackmonitor.com/",
8274
+ "learn_more": "",
7257
8275
  "category": "Devtools",
7258
8276
  "type": "community",
7259
8277
  "maintainers": [
@@ -7270,7 +8288,7 @@
7270
8288
  },
7271
8289
  {
7272
8290
  "name": "well-known",
7273
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8291
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7274
8292
  "repo": "zadigetvoltaire/nuxt-well-known",
7275
8293
  "npm": "@zadigetvoltaire/nuxt-well-known",
7276
8294
  "icon": "well-known.svg",
@@ -7292,7 +8310,7 @@
7292
8310
  },
7293
8311
  {
7294
8312
  "name": "wideangle",
7295
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8313
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7296
8314
  "repo": "inputobjects/wideangle-nuxt",
7297
8315
  "npm": "wideangle-nuxt",
7298
8316
  "icon": "wideangle.png",
@@ -7319,11 +8337,11 @@
7319
8337
  {
7320
8338
  "name": "windicss",
7321
8339
  "description": "Next generation utility-first CSS framework.",
7322
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8340
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7323
8341
  "npm": "nuxt-windicss",
7324
8342
  "icon": "windicss.svg",
7325
- "github": "https://github.com/windicss/nuxt-windicss-module",
7326
- "website": "https://github.com/windicss/nuxt-windicss-module",
8343
+ "github": "https://github.com/windicss/nuxt-windicss",
8344
+ "website": "https://github.com/windicss/nuxt-windicss",
7327
8345
  "learn_more": "https://windicss.org/",
7328
8346
  "category": "UI",
7329
8347
  "type": "3rd-party",
@@ -7461,7 +8479,7 @@
7461
8479
  },
7462
8480
  {
7463
8481
  "name": "zendesk",
7464
- "description": "Nuxt.js module for Zendesk",
8482
+ "description": "Nuxt module for Zendesk",
7465
8483
  "repo": "DansMaCulotte/nuxt-zendesk",
7466
8484
  "npm": "@dansmaculotte/nuxt-zendesk",
7467
8485
  "icon": "zendesk.png",