@nuxt/modules 0.6.0-894853 → 0.6.0-8a1329

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 +988 -357
  2. package/package.json +4 -1
package/modules.json CHANGED
@@ -1,7 +1,29 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
26
+ "description": "Nuxt module for Ackee analytics",
5
27
  "repo": "bdrtsky/nuxt-ackee",
6
28
  "npm": "nuxt-ackee",
7
29
  "icon": "ackee.png",
@@ -28,7 +50,7 @@
28
50
  },
29
51
  {
30
52
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
53
+ "description": "Agility CMS Integration for Nuxt",
32
54
  "repo": "agility/agilitycms-nuxt-module",
33
55
  "npm": "@agility/agilitycms-nuxt-module",
34
56
  "icon": "agility.png",
@@ -51,7 +73,7 @@
51
73
  },
52
74
  {
53
75
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
76
+ "description": "Algolia Search Module for Nuxt",
55
77
  "repo": "nuxt-modules/algolia",
56
78
  "npm": "@nuxtjs/algolia",
57
79
  "icon": "algolia.svg",
@@ -194,7 +216,7 @@
194
216
  },
195
217
  {
196
218
  "name": "api-party",
197
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
219
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
198
220
  "repo": "johannschopplich/nuxt-api-party",
199
221
  "npm": "nuxt-api-party",
200
222
  "icon": "api-party.svg",
@@ -242,7 +264,7 @@
242
264
  },
243
265
  {
244
266
  "name": "apollo",
245
- "description": "Integrate GraphQL in your Nuxt.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": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
- "description": "Zero-boilerplate authentication support for Nuxt.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",
@@ -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",
@@ -1204,12 +1271,12 @@
1204
1271
  },
1205
1272
  {
1206
1273
  "name": "device",
1207
- "description": "Device detection module for Nuxt.js",
1208
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1209
1276
  "npm": "@nuxtjs/device",
1210
1277
  "icon": "",
1211
- "github": "https://github.com/nuxt-community/device-module",
1212
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1213
1280
  "learn_more": "",
1214
1281
  "category": "Extensions",
1215
1282
  "type": "community",
@@ -1267,12 +1334,13 @@
1267
1334
  ],
1268
1335
  "compatibility": {
1269
1336
  "nuxt": "^3.0.0",
1270
- "requires": {}
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1271
1339
  }
1272
1340
  },
1273
1341
  {
1274
1342
  "name": "disqus",
1275
- "description": "Disqus for Nuxt 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",
@@ -1445,7 +1558,7 @@
1445
1558
  },
1446
1559
  {
1447
1560
  "name": "eslint",
1448
- "description": "ESLint module for Nuxt.js",
1561
+ "description": "ESLint module for Nuxt",
1449
1562
  "repo": "nuxt-community/eslint-module",
1450
1563
  "npm": "@nuxtjs/eslint-module",
1451
1564
  "icon": "eslint.png",
@@ -1467,7 +1580,7 @@
1467
1580
  },
1468
1581
  {
1469
1582
  "name": "event-trace",
1470
- "description": "Module for event trace in Nuxt.js",
1583
+ "description": "Module for event trace in Nuxt",
1471
1584
  "repo": "nuxt-community/nuxt-event-trace",
1472
1585
  "npm": "nuxt-event-trace",
1473
1586
  "icon": "",
@@ -1487,6 +1600,29 @@
1487
1600
  "requires": {}
1488
1601
  }
1489
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1490
1626
  {
1491
1627
  "name": "fathom",
1492
1628
  "description": "Fathom analytics for Nuxt",
@@ -1511,7 +1647,7 @@
1511
1647
  },
1512
1648
  {
1513
1649
  "name": "feature-toggle",
1514
- "description": "Feature toggle module for Nuxt.js",
1650
+ "description": "Feature toggle module for Nuxt",
1515
1651
  "repo": "stephenkr/nuxt-feature-toggle",
1516
1652
  "npm": "nuxt-feature-toggle",
1517
1653
  "icon": "",
@@ -1578,7 +1714,7 @@
1578
1714
  },
1579
1715
  {
1580
1716
  "name": "floating-prompt-module",
1581
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1717
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1582
1718
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1583
1719
  "npm": "nuxt-floating-prompt-module",
1584
1720
  "icon": "",
@@ -1690,7 +1826,7 @@
1690
1826
  {
1691
1827
  "name": "form-actions",
1692
1828
  "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",
1829
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1694
1830
  "npm": "@hebilicious/form-actions-nuxt",
1695
1831
  "icon": "form-actions.svg",
1696
1832
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1718,7 +1854,7 @@
1718
1854
  "icon": "formkit.png",
1719
1855
  "github": "https://github.com/formkit/formkit",
1720
1856
  "website": "https://formkit.com",
1721
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1857
+ "learn_more": "https://formkit.com/getting-started/installation",
1722
1858
  "category": "Libraries",
1723
1859
  "type": "3rd-party",
1724
1860
  "maintainers": [
@@ -1784,7 +1920,7 @@
1784
1920
  },
1785
1921
  {
1786
1922
  "name": "google-adsense",
1787
- "description": "Google Adsense Module for Nuxt.js",
1923
+ "description": "Google Adsense Module for Nuxt",
1788
1924
  "repo": "nuxt-community/google-adsense-module",
1789
1925
  "npm": "@nuxtjs/google-adsense",
1790
1926
  "icon": "google-adsense.png",
@@ -1810,7 +1946,7 @@
1810
1946
  },
1811
1947
  {
1812
1948
  "name": "google-analytics",
1813
- "description": "Google analytics Module for Nuxt.js",
1949
+ "description": "Google analytics Module for Nuxt",
1814
1950
  "repo": "nuxt-community/analytics-module",
1815
1951
  "npm": "@nuxtjs/google-analytics",
1816
1952
  "icon": "google-analytics.png",
@@ -1842,7 +1978,7 @@
1842
1978
  },
1843
1979
  {
1844
1980
  "name": "google-fonts",
1845
- "description": "Google Fonts module for NuxtJS",
1981
+ "description": "Google Fonts module for Nuxt",
1846
1982
  "repo": "nuxt-modules/google-fonts",
1847
1983
  "npm": "@nuxtjs/google-fonts",
1848
1984
  "icon": "google-fonts.png",
@@ -1866,7 +2002,7 @@
1866
2002
  },
1867
2003
  {
1868
2004
  "name": "google-gtag",
1869
- "description": "Google GTag for Nuxt.js",
2005
+ "description": "Google GTag for Nuxt",
1870
2006
  "repo": "nuxt-community/google-gtag",
1871
2007
  "npm": "@nuxtjs/google-gtag",
1872
2008
  "icon": "gtm.png",
@@ -1892,7 +2028,7 @@
1892
2028
  },
1893
2029
  {
1894
2030
  "name": "google-optimize",
1895
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2031
+ "description": "SSR friendly Google Optimize module for Nuxt",
1896
2032
  "repo": "nuxt-community/google-optimize-module",
1897
2033
  "npm": "nuxt-google-optimize",
1898
2034
  "icon": "google-optimize.png",
@@ -1931,7 +2067,7 @@
1931
2067
  "icon": "graphql-client.svg",
1932
2068
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1933
2069
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1934
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2070
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1935
2071
  "category": "Request",
1936
2072
  "type": "3rd-party",
1937
2073
  "maintainers": [
@@ -1947,7 +2083,7 @@
1947
2083
  },
1948
2084
  {
1949
2085
  "name": "graphql-request",
1950
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2086
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1951
2087
  "repo": "gomah/nuxt-graphql-request",
1952
2088
  "npm": "nuxt-graphql-request",
1953
2089
  "icon": "graphql-request.png",
@@ -1963,7 +2099,7 @@
1963
2099
  }
1964
2100
  ],
1965
2101
  "compatibility": {
1966
- "nuxt": "^2.0.0",
2102
+ "nuxt": "^2.0.0 || ^3.0.0",
1967
2103
  "requires": {}
1968
2104
  }
1969
2105
  },
@@ -1986,12 +2122,13 @@
1986
2122
  ],
1987
2123
  "compatibility": {
1988
2124
  "nuxt": "^3.0.0",
1989
- "requires": {}
2125
+ "requires": {},
2126
+ "devtools": "^0.0.0"
1990
2127
  }
1991
2128
  },
1992
2129
  {
1993
2130
  "name": "gtag",
1994
- "description": "Google Analytics integration for Nuxt 3",
2131
+ "description": "Google Analytics integration for Nuxt",
1995
2132
  "repo": "johannschopplich/nuxt-gtag",
1996
2133
  "npm": "nuxt-gtag",
1997
2134
  "icon": "gtag.svg",
@@ -2015,7 +2152,7 @@
2015
2152
  },
2016
2153
  {
2017
2154
  "name": "gtm",
2018
- "description": "Google Tag Manager Module for Nuxt.js",
2155
+ "description": "Google Tag Manager Module for Nuxt",
2019
2156
  "repo": "nuxt-community/gtm-module",
2020
2157
  "npm": "@nuxtjs/gtm",
2021
2158
  "icon": "gtm.png",
@@ -2038,7 +2175,7 @@
2038
2175
  },
2039
2176
  {
2040
2177
  "name": "guess",
2041
- "description": "Guess.js module for Nuxt.js",
2178
+ "description": "Guess.js module for Nuxt",
2042
2179
  "repo": "nuxt-community/guess-module",
2043
2180
  "npm": "@nuxtjs/guess-module",
2044
2181
  "icon": "guessjs.png",
@@ -2150,7 +2287,7 @@
2150
2287
  },
2151
2288
  {
2152
2289
  "name": "helmet",
2153
- "description": "Easy Helmet module with Nuxt.js'",
2290
+ "description": "Easy Helmet module with Nuxt'",
2154
2291
  "repo": "victor-perez/nuxt-helmet",
2155
2292
  "npm": "nuxt-helmet",
2156
2293
  "icon": "",
@@ -2194,7 +2331,7 @@
2194
2331
  },
2195
2332
  {
2196
2333
  "name": "history-state",
2197
- "description": "Nuxt.js module to backup or restore historical states",
2334
+ "description": "Nuxt module to backup or restore historical states",
2198
2335
  "repo": "hidekatsu-izuno/nuxt-history-state",
2199
2336
  "npm": "nuxt-history-state",
2200
2337
  "icon": "",
@@ -2263,7 +2400,7 @@
2263
2400
  },
2264
2401
  {
2265
2402
  "name": "http",
2266
- "description": "Universal HTTP Module for Nuxt.js",
2403
+ "description": "Universal HTTP Module for Nuxt",
2267
2404
  "repo": "nuxt/http",
2268
2405
  "npm": "@nuxt/http",
2269
2406
  "icon": "http.png",
@@ -2291,7 +2428,7 @@
2291
2428
  },
2292
2429
  {
2293
2430
  "name": "humans-txt",
2294
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2431
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2295
2432
  "repo": "Luxdamore/nuxt-humans-txt",
2296
2433
  "npm": "@luxdamore/nuxt-humans-txt",
2297
2434
  "icon": "",
@@ -2360,6 +2497,29 @@
2360
2497
  "requires": {}
2361
2498
  }
2362
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2363
2523
  {
2364
2524
  "name": "icon",
2365
2525
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2379,7 +2539,8 @@
2379
2539
  ],
2380
2540
  "compatibility": {
2381
2541
  "nuxt": "^3.0.0",
2382
- "requires": {}
2542
+ "requires": {},
2543
+ "devtools": "^0.0.0"
2383
2544
  }
2384
2545
  },
2385
2546
  {
@@ -2428,7 +2589,7 @@
2428
2589
  },
2429
2590
  {
2430
2591
  "name": "image",
2431
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2592
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2432
2593
  "repo": "nuxt/image",
2433
2594
  "npm": "@nuxt/image",
2434
2595
  "icon": "image.png",
@@ -2468,7 +2629,7 @@
2468
2629
  },
2469
2630
  {
2470
2631
  "name": "imagemin",
2471
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2632
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2472
2633
  "repo": "nuxt-community/imagemin-module",
2473
2634
  "npm": "@nuxtjs/imagemin",
2474
2635
  "icon": "imagemin.png",
@@ -2515,7 +2676,7 @@
2515
2676
  },
2516
2677
  {
2517
2678
  "name": "intercom",
2518
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2679
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2519
2680
  "repo": "hex-digital/nuxt-intercom",
2520
2681
  "npm": "@hexdigital/nuxt-intercom",
2521
2682
  "icon": "intercom.png",
@@ -2560,7 +2721,7 @@
2560
2721
  },
2561
2722
  {
2562
2723
  "name": "jsonapi",
2563
- "description": "Easy JSON:API client integration for Nuxt.js",
2724
+ "description": "Easy JSON:API client integration for Nuxt",
2564
2725
  "repo": "patrickcate/nuxt-jsonapi",
2565
2726
  "npm": "nuxt-jsonapi",
2566
2727
  "icon": "jsonapi.svg",
@@ -2602,9 +2763,36 @@
2602
2763
  "requires": {}
2603
2764
  }
2604
2765
  },
2766
+ {
2767
+ "name": "kinde",
2768
+ "description": "Kinde authentication integration for Nuxt",
2769
+ "repo": "nuxt-modules/kinde",
2770
+ "npm": "@nuxtjs/kinde",
2771
+ "icon": "kinde.svg",
2772
+ "github": "https://github.com/nuxt-modules/kinde",
2773
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2774
+ "learn_more": "https://kinde.com/",
2775
+ "category": "Security",
2776
+ "type": "community",
2777
+ "maintainers": [
2778
+ {
2779
+ "name": "danielroe",
2780
+ "github": "danielroe"
2781
+ },
2782
+ {
2783
+ "name": "daveordead",
2784
+ "github": "DaveOrDead",
2785
+ "twitter": "dave_or_dead"
2786
+ }
2787
+ ],
2788
+ "compatibility": {
2789
+ "nuxt": "^3.0.0",
2790
+ "requires": {}
2791
+ }
2792
+ },
2605
2793
  {
2606
2794
  "name": "kql",
2607
- "description": "Nuxt 3 module for Kirby's Query Language API",
2795
+ "description": "Nuxt module for Kirby's Query Language API",
2608
2796
  "repo": "johannschopplich/nuxt-kql",
2609
2797
  "npm": "nuxt-kql",
2610
2798
  "icon": "kql.svg",
@@ -2628,7 +2816,7 @@
2628
2816
  },
2629
2817
  {
2630
2818
  "name": "laravel-echo",
2631
- "description": "Laravel Echo for Nuxt.js",
2819
+ "description": "Laravel Echo for Nuxt",
2632
2820
  "repo": "nuxt-community/laravel-echo",
2633
2821
  "npm": "@nuxtjs/laravel-echo",
2634
2822
  "icon": "laravel-echo.png",
@@ -2670,6 +2858,28 @@
2670
2858
  "requires": {}
2671
2859
  }
2672
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2673
2883
  {
2674
2884
  "name": "laravel",
2675
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2716,7 +2926,7 @@
2716
2926
  },
2717
2927
  {
2718
2928
  "name": "link-checker",
2719
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2929
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2720
2930
  "repo": "harlan-zw/nuxt-link-checker",
2721
2931
  "npm": "nuxt-link-checker",
2722
2932
  "icon": "link-checker.svg",
@@ -2735,7 +2945,8 @@
2735
2945
  ],
2736
2946
  "compatibility": {
2737
2947
  "nuxt": "^3.0.0",
2738
- "requires": {}
2948
+ "requires": {},
2949
+ "devtools": "^0.0.0"
2739
2950
  }
2740
2951
  },
2741
2952
  {
@@ -2812,12 +3023,12 @@
2812
3023
  },
2813
3024
  {
2814
3025
  "name": "logrocket",
2815
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2816
- "repo": "nuxt-community/nuxt-logrocket",
3026
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3027
+ "repo": "nuxt-modules/logrocket",
2817
3028
  "npm": "nuxt-logrocket",
2818
3029
  "icon": "logrocket.png",
2819
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2820
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3030
+ "github": "https://github.com/nuxt-modules/logrocket",
3031
+ "website": "https://github.com/nuxt-modules/logrocket",
2821
3032
  "learn_more": "https://docs.logrocket.com/docs",
2822
3033
  "category": "Monitoring",
2823
3034
  "type": "community",
@@ -2835,7 +3046,7 @@
2835
3046
  },
2836
3047
  {
2837
3048
  "name": "lucide-icons",
2838
- "description": "Nuxt 3 module to integrate Lucide icons",
3049
+ "description": "Nuxt module to integrate Lucide icons",
2839
3050
  "repo": "swisnl/nuxt-lucide-icons",
2840
3051
  "npm": "nuxt-lucide-icons",
2841
3052
  "icon": "lucide-icons.svg",
@@ -2861,7 +3072,7 @@
2861
3072
  },
2862
3073
  {
2863
3074
  "name": "lunr",
2864
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3075
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2865
3076
  "repo": "nuxt-community/lunr-module",
2866
3077
  "npm": "@nuxtjs/lunr-module",
2867
3078
  "icon": "",
@@ -2949,6 +3160,28 @@
2949
3160
  "requires": {}
2950
3161
  }
2951
3162
  },
3163
+ {
3164
+ "name": "maz-ui",
3165
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3167
+ "npm": "nuxt-module",
3168
+ "icon": "maz-ui.png",
3169
+ "github": "https://github.com/louismazel/maz-ui",
3170
+ "website": "https://maz-ui.com/",
3171
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
+ "category": "UI",
3173
+ "type": "3rd-party",
3174
+ "maintainers": [
3175
+ {
3176
+ "name": "Loïc Mazuel",
3177
+ "github": "LouisMazel"
3178
+ }
3179
+ ],
3180
+ "compatibility": {
3181
+ "nuxt": "^3.0.0",
3182
+ "requires": {}
3183
+ }
3184
+ },
2952
3185
  {
2953
3186
  "name": "mdx",
2954
3187
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2974,7 +3207,7 @@
2974
3207
  },
2975
3208
  {
2976
3209
  "name": "medusa",
2977
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3210
+ "description": "Easily connect to Medusa from your Nuxt application",
2978
3211
  "repo": "Baroshem/nuxt-medusa",
2979
3212
  "npm": "nuxt-medusa",
2980
3213
  "icon": "medusa.svg",
@@ -2999,7 +3232,7 @@
2999
3232
  },
3000
3233
  {
3001
3234
  "name": "meilisearch",
3002
- "description": "Meilisearch Instant Search module for Nuxt 3",
3235
+ "description": "Meilisearch Instant Search module for Nuxt",
3003
3236
  "repo": "xlanex6/nuxt-meilisearch",
3004
3237
  "npm": "nuxt-meilisearch",
3005
3238
  "icon": "meilisearch.svg",
@@ -3019,7 +3252,8 @@
3019
3252
  "nuxt": "^3.0.0",
3020
3253
  "requires": {
3021
3254
  "bridge": false
3022
- }
3255
+ },
3256
+ "devtools": "^0.0.0"
3023
3257
  }
3024
3258
  },
3025
3259
  {
@@ -3044,28 +3278,6 @@
3044
3278
  "requires": {}
3045
3279
  }
3046
3280
  },
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
3281
  {
3070
3282
  "name": "module-feed",
3071
3283
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3091,7 +3303,7 @@
3091
3303
  },
3092
3304
  {
3093
3305
  "name": "moment",
3094
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3306
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3095
3307
  "repo": "nuxt-community/moment-module",
3096
3308
  "npm": "@nuxtjs/moment",
3097
3309
  "icon": "momentjs.png",
@@ -3118,7 +3330,7 @@
3118
3330
  },
3119
3331
  {
3120
3332
  "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.",
3333
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3122
3334
  "repo": "vanhoofmaarten/nuxt-mq",
3123
3335
  "npm": "nuxt-mq",
3124
3336
  "icon": "",
@@ -3162,7 +3374,7 @@
3162
3374
  },
3163
3375
  {
3164
3376
  "name": "netlify-cache",
3165
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3377
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3166
3378
  "repo": "DreaMinder/nuxt-netlify-cache",
3167
3379
  "npm": "nuxt-netlify-cache",
3168
3380
  "icon": "netlify.png",
@@ -3207,13 +3419,13 @@
3207
3419
  },
3208
3420
  {
3209
3421
  "name": "netlify",
3210
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3211
- "repo": "bazzite/nuxt-netlify",
3422
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
+ "repo": "juliomrqz/nuxt-netlify",
3212
3424
  "npm": "@aceforth/nuxt-netlify",
3213
3425
  "icon": "netlify.png",
3214
- "github": "https://github.com/bazzite/nuxt-netlify",
3215
- "website": "https://marquez.co/docs/nuxt-netlify/",
3216
- "learn_more": "",
3426
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3427
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3428
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3217
3429
  "category": "Deployment",
3218
3430
  "type": "3rd-party",
3219
3431
  "maintainers": [
@@ -3322,30 +3534,31 @@
3322
3534
  }
3323
3535
  },
3324
3536
  {
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",
3537
+ "name": "nuxt-auth-sanctum",
3538
+ "description": "Nuxt module for Laravel Sanctum authentication",
3539
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3540
+ "npm": "nuxt-auth-sanctum",
3541
+ "icon": "laravel.svg",
3542
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3332
3544
  "learn_more": "",
3333
- "category": "Devtools",
3545
+ "category": "Security",
3334
3546
  "type": "3rd-party",
3335
3547
  "maintainers": [
3336
3548
  {
3337
- "name": "sidebase",
3338
- "github": "sidebase"
3549
+ "name": "Artem Manchenkov",
3550
+ "github": "manchenkoff",
3551
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3339
3552
  }
3340
3553
  ],
3341
3554
  "compatibility": {
3342
- "nuxt": "^2.0.0",
3555
+ "nuxt": "^3.0.0",
3343
3556
  "requires": {}
3344
3557
  }
3345
3558
  },
3346
3559
  {
3347
3560
  "name": "nuxt-basic-auth",
3348
- "description": "Nuxt 3 Module for Basic Authentication",
3561
+ "description": "Nuxt Module for Basic Authentication",
3349
3562
  "repo": "kgierke/nuxt-basic-auth",
3350
3563
  "npm": "@kgierke/nuxt-basic-auth",
3351
3564
  "icon": "",
@@ -3389,7 +3602,7 @@
3389
3602
  },
3390
3603
  {
3391
3604
  "name": "nuxt-chatgpt",
3392
- "description": "ChatGPT integration for Nuxt 3",
3605
+ "description": "ChatGPT integration for Nuxt",
3393
3606
  "repo": "schnapsterdog/nuxt-chatgpt",
3394
3607
  "npm": "nuxt-chatgpt",
3395
3608
  "icon": "chatgpt.svg",
@@ -3411,7 +3624,7 @@
3411
3624
  },
3412
3625
  {
3413
3626
  "name": "nuxt-facebook-chat",
3414
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3627
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3415
3628
  "repo": "superdev-tech/nuxt-facebook-chat",
3416
3629
  "npm": "nuxt-facebook-chat",
3417
3630
  "icon": "nuxt-facebook-chat.svg",
@@ -3435,6 +3648,28 @@
3435
3648
  "requires": {}
3436
3649
  }
3437
3650
  },
3651
+ {
3652
+ "name": "nuxt-feather-icons",
3653
+ "description": "The Feather Icons in Nuxt 3.",
3654
+ "repo": "4sllan/nuxt-feather-icons",
3655
+ "npm": "nuxt-feather-icons",
3656
+ "icon": "nuxt-feather-icons.png",
3657
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3658
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3659
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3660
+ "category": "UI",
3661
+ "type": "3rd-party",
3662
+ "maintainers": [
3663
+ {
3664
+ "name": "4sllan",
3665
+ "github": "4sllan"
3666
+ }
3667
+ ],
3668
+ "compatibility": {
3669
+ "nuxt": "^3.0.0",
3670
+ "requires": {}
3671
+ }
3672
+ },
3438
3673
  {
3439
3674
  "name": "nuxt-feedme",
3440
3675
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3510,7 +3745,7 @@
3510
3745
  },
3511
3746
  {
3512
3747
  "name": "nuxt-gtm",
3513
- "description": "A Nuxt.js module for Google Tag Manager",
3748
+ "description": "A Nuxt module for Google Tag Manager",
3514
3749
  "repo": "zadigetvoltaire/nuxt-gtm",
3515
3750
  "npm": "@zadigetvoltaire/nuxt-gtm",
3516
3751
  "icon": "nuxt-gtm.svg",
@@ -3527,7 +3762,8 @@
3527
3762
  ],
3528
3763
  "compatibility": {
3529
3764
  "nuxt": "^3.0.0",
3530
- "requires": {}
3765
+ "requires": {},
3766
+ "devtools": "^0.0.0"
3531
3767
  }
3532
3768
  },
3533
3769
  {
@@ -3554,6 +3790,28 @@
3554
3790
  }
3555
3791
  }
3556
3792
  },
3793
+ {
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3802
+ "category": "Devtools",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^2.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3557
3815
  {
3558
3816
  "name": "nuxt-jsonld",
3559
3817
  "description": "Manage JSON-LD in Vue component.",
@@ -3583,8 +3841,8 @@
3583
3841
  "npm": "@nuxtus/nuxt-localtunnel",
3584
3842
  "icon": "nuxt-localtunnel.svg",
3585
3843
  "github": "https://github.com/nuxtus/localtunnel",
3586
- "website": "https://nuxtus.com",
3587
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3844
+ "website": "https://docs.nuxtus.com",
3845
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3588
3846
  "category": "Devtools",
3589
3847
  "type": "3rd-party",
3590
3848
  "maintainers": [
@@ -3601,7 +3859,7 @@
3601
3859
  },
3602
3860
  {
3603
3861
  "name": "nuxt-loco",
3604
- "description": "A localise.biz module to synth locale with Nuxt.js",
3862
+ "description": "A localise.biz module to synth locale with Nuxt",
3605
3863
  "repo": "gaetansenn/nuxt-loco",
3606
3864
  "npm": "nuxt-loco",
3607
3865
  "icon": "",
@@ -3622,6 +3880,28 @@
3622
3880
  "requires": {}
3623
3881
  }
3624
3882
  },
3883
+ {
3884
+ "name": "nuxt-mail",
3885
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3886
+ "repo": "dword-design/nuxt-mail",
3887
+ "npm": "nuxt-mail",
3888
+ "icon": "",
3889
+ "github": "https://github.com/dword-design/nuxt-mail",
3890
+ "website": "https://github.com/dword-design/nuxt-mail",
3891
+ "learn_more": "",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "Sebastian Landwehr",
3897
+ "github": "dword-design"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^2.0.0 || ^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3625
3905
  {
3626
3906
  "name": "nuxt-mapbox",
3627
3907
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3690,7 +3970,7 @@
3690
3970
  },
3691
3971
  {
3692
3972
  "name": "nuxt-mongoose",
3693
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3973
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3694
3974
  "repo": "arashsheyda/nuxt-mongoose",
3695
3975
  "npm": "nuxt-mongoose",
3696
3976
  "icon": "nuxt-mongoose.svg",
@@ -3705,6 +3985,75 @@
3705
3985
  "github": "arashsheyda"
3706
3986
  }
3707
3987
  ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {},
3991
+ "devtools": "^0.0.0"
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "nuxt-oidc-auth",
3996
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
3997
+ "repo": "itpropro/nuxt-oidc-auth",
3998
+ "npm": "nuxt-oidc-auth",
3999
+ "icon": "",
4000
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4001
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4002
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4003
+ "category": "Security",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Jan-Henrik Damaschke",
4008
+ "github": "itpropro",
4009
+ "twitter": "jandamaschke"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-openapi-docs-module",
4019
+ "description": "Generate pages from OpenAPI specifications",
4020
+ "repo": "on-org/nuxt-openapi-docs-module",
4021
+ "npm": "nuxt-openapi-docs-module",
4022
+ "icon": "nuxt-openapi-docs-module.png",
4023
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4024
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4025
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4026
+ "category": "Libraries",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Pavel Kuzmin",
4031
+ "github": "s00d"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
4039
+ {
4040
+ "name": "nuxt-payload-analyzer",
4041
+ "description": "Analyze Nuxt Payload Size",
4042
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4043
+ "npm": "nuxt-payload-analyzer",
4044
+ "icon": "",
4045
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4046
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4047
+ "learn_more": "",
4048
+ "category": "Performance",
4049
+ "type": "3rd-party",
4050
+ "maintainers": [
4051
+ {
4052
+ "name": "Barbapapazes",
4053
+ "github": "Barbapapazes",
4054
+ "twitter": "soubiran_"
4055
+ }
4056
+ ],
3708
4057
  "compatibility": {
3709
4058
  "nuxt": "^3.0.0",
3710
4059
  "requires": {}
@@ -3740,8 +4089,8 @@
3740
4089
  "npm": "nuxt-phosphor-icons",
3741
4090
  "icon": "phosphor-icons.svg",
3742
4091
  "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",
4092
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4093
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3745
4094
  "category": "UI",
3746
4095
  "type": "3rd-party",
3747
4096
  "maintainers": [
@@ -3779,7 +4128,7 @@
3779
4128
  },
3780
4129
  {
3781
4130
  "name": "plausible",
3782
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4131
+ "description": "Nuxt module to natively integrate Plausible analytics",
3783
4132
  "repo": "nuxt-modules/plausible",
3784
4133
  "npm": "@nuxtjs/plausible",
3785
4134
  "icon": "plausible.png",
@@ -3801,7 +4150,7 @@
3801
4150
  },
3802
4151
  {
3803
4152
  "name": "nuxt-plotly",
3804
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4153
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3805
4154
  "repo": "superdev-tech/nuxt-plotly",
3806
4155
  "npm": "nuxt-plotly",
3807
4156
  "icon": "nuxt-plotly.svg",
@@ -3827,7 +4176,7 @@
3827
4176
  },
3828
4177
  {
3829
4178
  "name": "nuxt-png-to-ico",
3830
- "description": "Nuxt.js module for auto generating favicons",
4179
+ "description": "Nuxt module for auto generating favicons",
3831
4180
  "repo": "b5710546232/nuxt-png-to-ico",
3832
4181
  "npm": "nuxt-png-to-ico",
3833
4182
  "icon": "",
@@ -3850,7 +4199,7 @@
3850
4199
  },
3851
4200
  {
3852
4201
  "name": "nuxt-smartlook",
3853
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4202
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3854
4203
  "repo": "f00b4r/nuxt-smartlook",
3855
4204
  "npm": "nuxt-smartlook",
3856
4205
  "icon": "nuxt-smartlook.png",
@@ -3872,6 +4221,28 @@
3872
4221
  "requires": {}
3873
4222
  }
3874
4223
  },
4224
+ {
4225
+ "name": "nuxt-social-share",
4226
+ "description": "Simple Social Sharing for Nuxt",
4227
+ "repo": "stefanobartoletti/nuxt-social-share",
4228
+ "npm": "@stefanobartoletti/nuxt-social-share",
4229
+ "icon": "nuxt-social-share.png",
4230
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4231
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4232
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4233
+ "category": "Extensions",
4234
+ "type": "3rd-party",
4235
+ "maintainers": [
4236
+ {
4237
+ "name": "stefanobartoletti",
4238
+ "github": "stefanobartoletti"
4239
+ }
4240
+ ],
4241
+ "compatibility": {
4242
+ "nuxt": "^3.0.0",
4243
+ "requires": {}
4244
+ }
4245
+ },
3875
4246
  {
3876
4247
  "name": "ssr-lit",
3877
4248
  "description": "Server-Side Rendering for Lit Element components",
@@ -3902,10 +4273,10 @@
3902
4273
  },
3903
4274
  {
3904
4275
  "name": "nuxt-storm",
3905
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4276
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3906
4277
  "repo": "fumeapp/nuxt-storm",
3907
4278
  "npm": "nuxt-storm",
3908
- "icon": "nuxt-storm.png",
4279
+ "icon": "",
3909
4280
  "github": "https://github.com/fumeapp/nuxt-storm",
3910
4281
  "website": "https://github.com/fumeapp/nuxt-storm",
3911
4282
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3922,6 +4293,30 @@
3922
4293
  "requires": {}
3923
4294
  }
3924
4295
  },
4296
+ {
4297
+ "name": "nuxt-svgo-loader",
4298
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4299
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4300
+ "npm": "nuxt-svgo-loader",
4301
+ "icon": "",
4302
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4303
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4304
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4305
+ "category": "Images",
4306
+ "type": "3rd-party",
4307
+ "maintainers": [
4308
+ {
4309
+ "name": "Alex Liu",
4310
+ "github": "Mini-ghost",
4311
+ "twitter": "Minighost_Alex"
4312
+ }
4313
+ ],
4314
+ "compatibility": {
4315
+ "nuxt": "^3.0.0",
4316
+ "requires": {},
4317
+ "devtools": "^0.0.0"
4318
+ }
4319
+ },
3925
4320
  {
3926
4321
  "name": "nuxt-svgo",
3927
4322
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3946,7 +4341,7 @@
3946
4341
  },
3947
4342
  {
3948
4343
  "name": "nuxt-unleash",
3949
- "description": "Nuxt.js module to use Unleash toggle feature services",
4344
+ "description": "Nuxt module to use Unleash toggle feature services",
3950
4345
  "repo": "conejerock/nuxt-unleash",
3951
4346
  "npm": "nuxt-unleash",
3952
4347
  "icon": "nuxt-unleash.svg",
@@ -3966,28 +4361,6 @@
3966
4361
  "requires": {}
3967
4362
  }
3968
4363
  },
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
4364
  {
3992
4365
  "name": "nuxt-use-sound",
3993
4366
  "description": "A Nuxt module for playing sound effects.",
@@ -4057,20 +4430,42 @@
4057
4430
  }
4058
4431
  },
4059
4432
  {
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",
4433
+ "name": "Nuxt zodI18n",
4434
+ "description": "A Nuxt Module for localizing zod error messages.",
4435
+ "repo": "xibman/nuxt-zod-i18n",
4436
+ "npm": "nuxt-zod-i18n",
4437
+ "icon": "nuxt-zod-i18n.svg",
4438
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4439
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4440
+ "learn_more": "",
4441
+ "category": "Libraries",
4442
+ "type": "3rd-party",
4443
+ "maintainers": [
4444
+ {
4445
+ "name": "xibman",
4446
+ "github": "xibman"
4447
+ }
4448
+ ],
4449
+ "compatibility": {
4450
+ "nuxt": "^3.0.0",
4451
+ "requires": {}
4452
+ }
4453
+ },
4454
+ {
4455
+ "name": "nuxt3-interpolation",
4456
+ "description": "",
4457
+ "repo": "daliborgogic/interpolation#master",
4458
+ "npm": "nuxt3-interpolation",
4459
+ "icon": "",
4460
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4461
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4462
+ "learn_more": "",
4463
+ "category": "Devtools",
4069
4464
  "type": "3rd-party",
4070
4465
  "maintainers": [
4071
4466
  {
4072
- "name": "Jens van Hellemondt",
4073
- "github": "invictus-codes"
4467
+ "name": "daliborgogic",
4468
+ "github": "daliborgogic"
4074
4469
  }
4075
4470
  ],
4076
4471
  "compatibility": {
@@ -4102,7 +4497,7 @@
4102
4497
  },
4103
4498
  {
4104
4499
  "name": "nuxt7",
4105
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4500
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
4106
4501
  "repo": "nuxt-community/nuxt7",
4107
4502
  "npm": "nuxt7",
4108
4503
  "icon": "",
@@ -4126,14 +4521,14 @@
4126
4521
  {
4127
4522
  "name": "og-image",
4128
4523
  "description": "Enlightened runtime images generated with Vue templates.",
4129
- "repo": "harlan-zw/nuxt-og-image",
4524
+ "repo": "nuxt-modules/og-image",
4130
4525
  "npm": "nuxt-og-image",
4131
4526
  "icon": "og-image.svg",
4132
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4527
+ "github": "https://github.com/nuxt-modules/og-image",
4133
4528
  "website": "https://nuxtseo.com/og-image",
4134
4529
  "learn_more": "https://nuxtseo.com/og-image",
4135
4530
  "category": "SEO",
4136
- "type": "3rd-party",
4531
+ "type": "community",
4137
4532
  "maintainers": [
4138
4533
  {
4139
4534
  "name": "Harlan Wilton",
@@ -4144,7 +4539,8 @@
4144
4539
  ],
4145
4540
  "compatibility": {
4146
4541
  "nuxt": "^3.0.0",
4147
- "requires": {}
4542
+ "requires": {},
4543
+ "devtools": "^0.0.0"
4148
4544
  }
4149
4545
  },
4150
4546
  {
@@ -4172,13 +4568,13 @@
4172
4568
  },
4173
4569
  {
4174
4570
  "name": "optimized-images",
4175
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4571
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4176
4572
  "repo": "juliomrqz/nuxt-optimized-images",
4177
4573
  "npm": "@aceforth/nuxt-optimized-images",
4178
4574
  "icon": "",
4179
4575
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4180
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4181
- "learn_more": "",
4576
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4577
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4182
4578
  "category": "Images",
4183
4579
  "type": "3rd-party",
4184
4580
  "maintainers": [
@@ -4217,7 +4613,7 @@
4217
4613
  },
4218
4614
  {
4219
4615
  "name": "parse",
4220
- "description": "Parse package for Nuxt.js",
4616
+ "description": "Parse package for Nuxt",
4221
4617
  "repo": "cierrateam/nuxt-parse",
4222
4618
  "npm": "nuxt-parse",
4223
4619
  "icon": "",
@@ -4285,6 +4681,28 @@
4285
4681
  }
4286
4682
  }
4287
4683
  },
4684
+ {
4685
+ "name": "paypal",
4686
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4687
+ "repo": "arashsheyda/nuxt-paypal",
4688
+ "npm": "nuxt-paypal",
4689
+ "icon": "paypal.svg",
4690
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4691
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4692
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4693
+ "category": "Payment",
4694
+ "type": "3rd-party",
4695
+ "maintainers": [
4696
+ {
4697
+ "name": "Arash Sheyda",
4698
+ "github": "arashsheyda"
4699
+ }
4700
+ ],
4701
+ "compatibility": {
4702
+ "nuxt": "^3.0.0",
4703
+ "requires": {}
4704
+ }
4705
+ },
4288
4706
  {
4289
4707
  "name": "pdfeasy",
4290
4708
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4406,7 +4824,7 @@
4406
4824
  },
4407
4825
  {
4408
4826
  "name": "plausible",
4409
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4827
+ "description": "Nuxt module to natively integrate Plausible analytics",
4410
4828
  "repo": "nuxt-modules/plausible",
4411
4829
  "npm": "@nuxtjs/plausible",
4412
4830
  "icon": "",
@@ -4453,9 +4871,9 @@
4453
4871
  "description": "Initialization steps at build time – like Nuxt 2 server init",
4454
4872
  "repo": "johannschopplich/nuxt-prepare",
4455
4873
  "npm": "nuxt-prepare",
4456
- "icon": "nuxt-prepare.svg",
4874
+ "icon": "prepare.svg",
4457
4875
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4458
- "website": "https://nuxt-prepare.jhnn.dev",
4876
+ "website": "https://nuxt-prepare.byjohann.dev",
4459
4877
  "learn_more": "",
4460
4878
  "category": "Devtools",
4461
4879
  "type": "3rd-party",
@@ -4472,9 +4890,32 @@
4472
4890
  "requires": {}
4473
4891
  }
4474
4892
  },
4893
+ {
4894
+ "name": "primevue",
4895
+ "description": "Next Generation Vue UI Component Library",
4896
+ "repo": "primefaces/primevue-nuxt-module",
4897
+ "npm": "nuxt-primevue",
4898
+ "icon": "primevue.svg",
4899
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4900
+ "website": "https://primevue.org/",
4901
+ "learn_more": "https://primevue.org/",
4902
+ "category": "UI",
4903
+ "type": "3rd-party",
4904
+ "maintainers": [
4905
+ {
4906
+ "name": "primefaces",
4907
+ "github": "primefaces",
4908
+ "twitter": "primevue"
4909
+ }
4910
+ ],
4911
+ "compatibility": {
4912
+ "nuxt": "^3.0.0",
4913
+ "requires": {}
4914
+ }
4915
+ },
4475
4916
  {
4476
4917
  "name": "prismic",
4477
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4918
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4478
4919
  "repo": "nuxt-modules/prismic",
4479
4920
  "npm": "@nuxtjs/prismic",
4480
4921
  "icon": "prismic.png",
@@ -4541,7 +4982,7 @@
4541
4982
  },
4542
4983
  {
4543
4984
  "name": "proxy",
4544
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4985
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4545
4986
  "repo": "nuxt-community/proxy-module",
4546
4987
  "npm": "@nuxtjs/proxy",
4547
4988
  "icon": "",
@@ -4587,7 +5028,7 @@
4587
5028
  },
4588
5029
  {
4589
5030
  "name": "purgecss",
4590
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5031
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4591
5032
  "repo": "Developmint/nuxt-purgecss#main",
4592
5033
  "npm": "nuxt-purgecss",
4593
5034
  "icon": "purgecss.png",
@@ -4609,7 +5050,7 @@
4609
5050
  },
4610
5051
  {
4611
5052
  "name": "pwa",
4612
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5053
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4613
5054
  "repo": "nuxt-community/pwa-module",
4614
5055
  "npm": "@nuxtjs/pwa",
4615
5056
  "icon": "pwa.png",
@@ -4634,7 +5075,7 @@
4634
5075
  },
4635
5076
  {
4636
5077
  "name": "python",
4637
- "description": "Write Nuxt.js applications using Python",
5078
+ "description": "Write Nuxt applications using Python",
4638
5079
  "repo": "nuxt-community/python-module",
4639
5080
  "npm": "@nuxtjs/python",
4640
5081
  "icon": "python.png",
@@ -4673,7 +5114,8 @@
4673
5114
  ],
4674
5115
  "compatibility": {
4675
5116
  "nuxt": "^3.0.0",
4676
- "requires": {}
5117
+ "requires": {},
5118
+ "devtools": "^0.0.0"
4677
5119
  }
4678
5120
  },
4679
5121
  {
@@ -4698,9 +5140,44 @@
4698
5140
  "requires": {}
4699
5141
  }
4700
5142
  },
5143
+ {
5144
+ "name": "radix-vue",
5145
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5146
+ "repo": "radix-vue/radix-vue",
5147
+ "npm": "radix-vue",
5148
+ "icon": "radix-vue.svg",
5149
+ "github": "https://github.com/radix-vue/radix-vue",
5150
+ "website": "https://www.radix-vue.com/",
5151
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5152
+ "category": "UI",
5153
+ "type": "3rd-party",
5154
+ "maintainers": [
5155
+ {
5156
+ "name": "Zernonia",
5157
+ "github": "zernonia",
5158
+ "twitter": "zernonia"
5159
+ },
5160
+ {
5161
+ "name": "Khairul Haaziq",
5162
+ "github": "khairulhaaziq"
5163
+ },
5164
+ {
5165
+ "name": "Mujahid Anuar",
5166
+ "github": "mujahidfa"
5167
+ },
5168
+ {
5169
+ "name": "Max",
5170
+ "github": "onmax"
5171
+ }
5172
+ ],
5173
+ "compatibility": {
5174
+ "nuxt": "^3.0.0",
5175
+ "requires": {}
5176
+ }
5177
+ },
4701
5178
  {
4702
5179
  "name": "recaptcha",
4703
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5180
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4704
5181
  "repo": "nuxt-community/recaptcha-module",
4705
5182
  "npm": "@nuxtjs/recaptcha",
4706
5183
  "icon": "recaptcha.png",
@@ -4743,9 +5220,32 @@
4743
5220
  "requires": {}
4744
5221
  }
4745
5222
  },
5223
+ {
5224
+ "name": "resend",
5225
+ "description": "Resend integration for Nuxt",
5226
+ "repo": "nhedger/nuxt-resend",
5227
+ "npm": "nuxt-resend",
5228
+ "icon": "resend.svg",
5229
+ "github": "https://github.com/nhedger/nuxt-resend",
5230
+ "website": "https://github.com/nhedger/nuxt-resend",
5231
+ "learn_more": "https://resend.com",
5232
+ "category": "Extensions",
5233
+ "type": "3rd-party",
5234
+ "maintainers": [
5235
+ {
5236
+ "name": "Nicolas Hedger",
5237
+ "github": "nhedger",
5238
+ "twitter": "nicolashedger"
5239
+ }
5240
+ ],
5241
+ "compatibility": {
5242
+ "nuxt": "^3.0.0",
5243
+ "requires": {}
5244
+ }
5245
+ },
4746
5246
  {
4747
5247
  "name": "rfg-icon",
4748
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5248
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4749
5249
  "repo": "pimlie/nuxt-rfg-icon",
4750
5250
  "npm": "nuxt-rfg-icon",
4751
5251
  "icon": "real-favicon-generator.png",
@@ -4767,13 +5267,13 @@
4767
5267
  },
4768
5268
  {
4769
5269
  "name": "robots",
4770
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
5270
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4771
5271
  "repo": "nuxt-modules/robots",
4772
5272
  "npm": "@nuxtjs/robots",
4773
5273
  "icon": "robots.png",
4774
5274
  "github": "https://github.com/nuxt-modules/robots",
4775
5275
  "website": "https://github.com/nuxt-modules/robots",
4776
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5276
+ "learn_more": "",
4777
5277
  "category": "SEO",
4778
5278
  "type": "community",
4779
5279
  "maintainers": [
@@ -4791,23 +5291,23 @@
4791
5291
  },
4792
5292
  {
4793
5293
  "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",
5294
+ "description": "Nuxt 3 module to integrate Rollbar.",
5295
+ "repo": "jairoblatt/nuxt-rollbar",
5296
+ "npm": "nuxt-rollbar",
4797
5297
  "icon": "rollbar.png",
4798
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4799
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5298
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5299
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4800
5300
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4801
5301
  "category": "Monitoring",
4802
5302
  "type": "3rd-party",
4803
5303
  "maintainers": [
4804
5304
  {
4805
- "name": "Gaël Reyrol",
4806
- "github": "gaelreyrol"
5305
+ "name": "Jairo Blatt",
5306
+ "github": "jairoblatt"
4807
5307
  }
4808
5308
  ],
4809
5309
  "compatibility": {
4810
- "nuxt": "^2.0.0",
5310
+ "nuxt": "^3.0.0",
4811
5311
  "requires": {}
4812
5312
  }
4813
5313
  },
@@ -4836,7 +5336,7 @@
4836
5336
  },
4837
5337
  {
4838
5338
  "name": "router",
4839
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5339
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4840
5340
  "repo": "nuxt-community/router-module",
4841
5341
  "npm": "@nuxtjs/router",
4842
5342
  "icon": "vue.png",
@@ -4884,7 +5384,7 @@
4884
5384
  },
4885
5385
  {
4886
5386
  "name": "schema-org",
4887
- "description": "Schema.org for Nuxt.",
5387
+ "description": "Quick and easy Schema.org graphs.",
4888
5388
  "repo": "harlan-zw/nuxt-schema-org",
4889
5389
  "npm": "nuxt-schema-org",
4890
5390
  "icon": "schema-org.svg",
@@ -4953,13 +5453,13 @@
4953
5453
  },
4954
5454
  {
4955
5455
  "name": "segment",
4956
- "description": "Nuxt.js module for Segment Analytics.js",
5456
+ "description": "Nuxt module for Segment Analytics.js",
4957
5457
  "repo": "dansmaculotte/nuxt-segment",
4958
5458
  "npm": "@dansmaculotte/nuxt-segment",
4959
5459
  "icon": "segment.png",
4960
5460
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4961
5461
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4962
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5462
+ "learn_more": "",
4963
5463
  "category": "Analytics",
4964
5464
  "type": "3rd-party",
4965
5465
  "maintainers": [
@@ -4975,7 +5475,7 @@
4975
5475
  },
4976
5476
  {
4977
5477
  "name": "sentry",
4978
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5478
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4979
5479
  "repo": "nuxt-community/sentry-module",
4980
5480
  "npm": "@nuxtjs/sentry",
4981
5481
  "icon": "sentry.svg",
@@ -4997,7 +5497,7 @@
4997
5497
  },
4998
5498
  {
4999
5499
  "name": "seo-experiments",
5000
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5500
+ "description": "Powerful SEO DX improvements.",
5001
5501
  "repo": "harlan-zw/nuxt-seo-experiments",
5002
5502
  "npm": "nuxt-seo-experiments",
5003
5503
  "icon": "seo-experiments.svg",
@@ -5019,28 +5519,6 @@
5019
5519
  "requires": {}
5020
5520
  }
5021
5521
  },
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
5522
  {
5045
5523
  "name": "seo-meta",
5046
5524
  "description": "Simple generate seo metadata",
@@ -5064,9 +5542,31 @@
5064
5542
  "requires": {}
5065
5543
  }
5066
5544
  },
5545
+ {
5546
+ "name": "seo",
5547
+ "description": "The complete SEO solution for Nuxt.",
5548
+ "repo": "harlan-zw/nuxt-seo",
5549
+ "npm": "@nuxtjs/seo",
5550
+ "icon": "nuxt.svg",
5551
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5552
+ "website": "https://nuxtseo.com/",
5553
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5554
+ "category": "SEO",
5555
+ "type": "3rd-party",
5556
+ "maintainers": [
5557
+ {
5558
+ "name": "harlan-zw",
5559
+ "github": "harlan-zw"
5560
+ }
5561
+ ],
5562
+ "compatibility": {
5563
+ "nuxt": "^3.0.0",
5564
+ "requires": {}
5565
+ }
5566
+ },
5067
5567
  {
5068
5568
  "name": "seomatic-meta",
5069
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5569
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
5070
5570
  "repo": "ben-rogerson/nuxt-seomatic-meta",
5071
5571
  "npm": "nuxt-seomatic-meta",
5072
5572
  "icon": "seomatic.png",
@@ -5112,7 +5612,7 @@
5112
5612
  {
5113
5613
  "name": "server-block",
5114
5614
  "description": "Use <server> tags in your Nuxt pages components.",
5115
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5615
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5116
5616
  "npm": "@hebilicious/server-block-nuxt",
5117
5617
  "icon": "server-block.svg",
5118
5618
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5157,7 +5657,7 @@
5157
5657
  },
5158
5658
  {
5159
5659
  "name": "shopify",
5160
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5660
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5161
5661
  "repo": "Gomah/nuxt-shopify",
5162
5662
  "npm": "nuxt-shopify",
5163
5663
  "icon": "shopify.png",
@@ -5178,7 +5678,7 @@
5178
5678
  }
5179
5679
  },
5180
5680
  {
5181
- "name": "nuxt-auth",
5681
+ "name": "sidebase-auth",
5182
5682
  "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
5683
  "repo": "sidebase/nuxt-auth",
5184
5684
  "npm": "@sidebase/nuxt-auth",
@@ -5247,41 +5747,23 @@
5247
5747
  }
5248
5748
  },
5249
5749
  {
5250
- "name": "simple-sitemap",
5750
+ "name": "sitemap",
5251
5751
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5252
- "repo": "harlan-zw/nuxt-simple-sitemap",
5253
- "npm": "nuxt-simple-sitemap",
5752
+ "repo": "nuxt-modules/sitemap",
5753
+ "npm": "@nuxtjs/sitemap",
5254
5754
  "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",
5755
+ "github": "https://github.com/nuxt-modules/sitemap",
5756
+ "website": "https://nuxtseo.com/",
5757
+ "learn_more": "https://nuxtseo.com/sitemap",
5258
5758
  "category": "SEO",
5259
- "type": "3rd-party",
5759
+ "type": "community",
5260
5760
  "maintainers": [
5261
5761
  {
5262
5762
  "name": "Harlan Wilton",
5263
5763
  "github": "harlan-zw",
5264
5764
  "twitter": "harlan_zw",
5265
5765
  "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": [
5766
+ },
5285
5767
  {
5286
5768
  "name": "Nicolas PENNEC",
5287
5769
  "github": "NicoPennec",
@@ -5289,7 +5771,7 @@
5289
5771
  }
5290
5772
  ],
5291
5773
  "compatibility": {
5292
- "nuxt": "^2.0.0",
5774
+ "nuxt": "^3.0.0",
5293
5775
  "requires": {}
5294
5776
  }
5295
5777
  },
@@ -5317,7 +5799,7 @@
5317
5799
  },
5318
5800
  {
5319
5801
  "name": "snipcart",
5320
- "description": "Snipcart integration module for Nuxt.js",
5802
+ "description": "Snipcart integration module for Nuxt",
5321
5803
  "repo": "nuxt-modules/snipcart",
5322
5804
  "npm": "@nuxtjs/snipcart",
5323
5805
  "icon": "snipcart.png",
@@ -5340,7 +5822,7 @@
5340
5822
  },
5341
5823
  {
5342
5824
  "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.).",
5825
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5344
5826
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5345
5827
  "npm": "nuxt-social-meta",
5346
5828
  "icon": "",
@@ -5462,7 +5944,7 @@
5462
5944
  },
5463
5945
  {
5464
5946
  "name": "storage",
5465
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5947
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5466
5948
  "repo": "mazipan/nuxt-storage",
5467
5949
  "npm": "nuxt-storage",
5468
5950
  "icon": "",
@@ -5484,7 +5966,7 @@
5484
5966
  },
5485
5967
  {
5486
5968
  "name": "storefront-ui",
5487
- "description": "Storefront UI Module for Nuxt.js",
5969
+ "description": "Storefront UI Module for Nuxt",
5488
5970
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5489
5971
  "npm": "@storefront-ui/nuxt",
5490
5972
  "icon": "storefront-ui.svg",
@@ -5528,8 +6010,8 @@
5528
6010
  },
5529
6011
  {
5530
6012
  "name": "storyblok",
5531
- "description": "Storyblok Nuxt.js module",
5532
- "repo": "storyblok/storyblok-nuxt#master/lib",
6013
+ "description": "Storyblok Nuxt module",
6014
+ "repo": "storyblok/storyblok-nuxt#main",
5533
6015
  "npm": "@storyblok/nuxt",
5534
6016
  "icon": "storyblok.png",
5535
6017
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5545,37 +6027,34 @@
5545
6027
  ],
5546
6028
  "compatibility": {
5547
6029
  "nuxt": "^2.0.0 || ^3.0.0",
5548
- "requires": {}
6030
+ "requires": {},
6031
+ "devtools": "^0.0.0"
5549
6032
  }
5550
6033
  },
5551
6034
  {
5552
6035
  "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",
6036
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6037
+ "repo": "nuxt-modules/storybook",
5555
6038
  "npm": "@nuxtjs/storybook",
5556
6039
  "icon": "storybook.png",
5557
- "github": "https://github.com/nuxt-community/storybook",
6040
+ "github": "https://github.com/nuxt-modules/storybook",
5558
6041
  "website": "https://storybook.nuxtjs.org",
5559
- "learn_more": "https://storybook.js.org/",
6042
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5560
6043
  "category": "Devtools",
5561
6044
  "type": "community",
5562
6045
  "maintainers": [
5563
6046
  {
5564
- "name": "Ahad Birang",
5565
- "github": "farnabaz",
5566
- "twitter": "a_birang"
5567
- },
5568
- {
5569
- "name": "Pooya Parsa",
5570
- "github": "pi0",
5571
- "twitter": "_pi0_"
6047
+ "name": "Chakir QATAB",
6048
+ "github": "chakAs3",
6049
+ "twitter": "ChakirQatab"
5572
6050
  }
5573
6051
  ],
5574
6052
  "compatibility": {
5575
- "nuxt": "^2.0.0",
6053
+ "nuxt": "^2.0.0 || ^3.0.0",
5576
6054
  "requires": {
5577
6055
  "bridge": "optional"
5578
- }
6056
+ },
6057
+ "devtools": "^0.7.2"
5579
6058
  }
5580
6059
  },
5581
6060
  {
@@ -5605,7 +6084,8 @@
5605
6084
  "nuxt": "^2.0.0 || ^3.0.0",
5606
6085
  "requires": {
5607
6086
  "bridge": true
5608
- }
6087
+ },
6088
+ "devtools": "^0.0.0"
5609
6089
  }
5610
6090
  },
5611
6091
  {
@@ -5656,6 +6136,36 @@
5656
6136
  "requires": {}
5657
6137
  }
5658
6138
  },
6139
+ {
6140
+ "name": "studio",
6141
+ "description": "A new experience to build content-driven website with Nuxt.",
6142
+ "repo": "nuxtlabs/studio-module",
6143
+ "npm": "@nuxthq/studio",
6144
+ "icon": "studio.svg",
6145
+ "github": "https://github.com/nuxtlabs/studio-module",
6146
+ "website": "https://nuxt.studio",
6147
+ "learn_more": "https://nuxt.studio",
6148
+ "category": "CMS",
6149
+ "type": "3rd-party",
6150
+ "maintainers": [
6151
+ {
6152
+ "name": "Ahad Birang",
6153
+ "github": "farnabaz",
6154
+ "twitter": "a_birang"
6155
+ },
6156
+ {
6157
+ "name": "Sébastien Chopin",
6158
+ "github": "Atinux",
6159
+ "twitter": "Atinux"
6160
+ }
6161
+ ],
6162
+ "compatibility": {
6163
+ "nuxt": "^3.0.0",
6164
+ "requires": {
6165
+ "content": true
6166
+ }
6167
+ }
6168
+ },
5659
6169
  {
5660
6170
  "name": "style-resources",
5661
6171
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5681,7 +6191,7 @@
5681
6191
  },
5682
6192
  {
5683
6193
  "name": "stylelint",
5684
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6194
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5685
6195
  "repo": "nuxt-community/stylelint-module",
5686
6196
  "npm": "@nuxtjs/stylelint-module",
5687
6197
  "icon": "stylelint.png",
@@ -5781,12 +6291,12 @@
5781
6291
  },
5782
6292
  {
5783
6293
  "name": "svg-sprite",
5784
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5785
- "repo": "nuxt-community/svg-sprite-module",
6294
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6295
+ "repo": "nuxt-modules/svg-sprite",
5786
6296
  "npm": "@nuxtjs/svg-sprite",
5787
6297
  "icon": "",
5788
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5789
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6298
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6299
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5790
6300
  "learn_more": "",
5791
6301
  "category": "UI",
5792
6302
  "type": "community",
@@ -5798,13 +6308,13 @@
5798
6308
  }
5799
6309
  ],
5800
6310
  "compatibility": {
5801
- "nuxt": "^2.0.0",
6311
+ "nuxt": "^2.0.0 || ^3.0.0",
5802
6312
  "requires": {}
5803
6313
  }
5804
6314
  },
5805
6315
  {
5806
6316
  "name": "svg",
5807
- "description": "Super simple svg loading module for Nuxt.js",
6317
+ "description": "Super simple svg loading module for Nuxt",
5808
6318
  "repo": "nuxt-community/svg-module",
5809
6319
  "npm": "@nuxtjs/svg",
5810
6320
  "icon": "",
@@ -5848,7 +6358,7 @@
5848
6358
  },
5849
6359
  {
5850
6360
  "name": "swiper",
5851
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6361
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5852
6362
  "repo": "cpreston321/nuxt-swiper",
5853
6363
  "npm": "nuxt-swiper",
5854
6364
  "icon": "swiper.svg",
@@ -5894,10 +6404,10 @@
5894
6404
  {
5895
6405
  "name": "tailwindcss",
5896
6406
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5897
- "repo": "nuxt-modules/tailwindcss-module",
6407
+ "repo": "nuxt-modules/tailwindcss",
5898
6408
  "npm": "@nuxtjs/tailwindcss",
5899
6409
  "icon": "tailwindcss.png",
5900
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6410
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5901
6411
  "website": "https://tailwindcss.nuxtjs.org",
5902
6412
  "learn_more": "https://tailwindcss.com/",
5903
6413
  "category": "UI",
@@ -5915,7 +6425,8 @@
5915
6425
  ],
5916
6426
  "compatibility": {
5917
6427
  "nuxt": "^2.0.0 || ^3.0.0",
5918
- "requires": {}
6428
+ "requires": {},
6429
+ "devtools": "^0.0.0"
5919
6430
  }
5920
6431
  },
5921
6432
  {
@@ -5963,9 +6474,31 @@
5963
6474
  "requires": {}
5964
6475
  }
5965
6476
  },
6477
+ {
6478
+ "name": "tiptap",
6479
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6480
+ "repo": "modbender/nuxt-tiptap-editor",
6481
+ "npm": "nuxt-tiptap-editor",
6482
+ "icon": "tiptap.png",
6483
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6484
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6485
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6486
+ "category": "Libraries",
6487
+ "type": "3rd-party",
6488
+ "maintainers": [
6489
+ {
6490
+ "name": "modbender",
6491
+ "github": "modbender"
6492
+ }
6493
+ ],
6494
+ "compatibility": {
6495
+ "nuxt": "^3.0.0",
6496
+ "requires": {}
6497
+ }
6498
+ },
5966
6499
  {
5967
6500
  "name": "toast",
5968
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6501
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5969
6502
  "repo": "nuxt-community/modules#master/packages/toast",
5970
6503
  "npm": "@nuxtjs/toast",
5971
6504
  "icon": "",
@@ -5986,6 +6519,28 @@
5986
6519
  "requires": {}
5987
6520
  }
5988
6521
  },
6522
+ {
6523
+ "name": "translation-manager",
6524
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6525
+ "repo": "samk-dev/nuxt-translation-manager",
6526
+ "npm": "nuxt-translation-manager",
6527
+ "icon": "translation-manager.png",
6528
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6529
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6530
+ "learn_more": "",
6531
+ "category": "Extensions",
6532
+ "type": "3rd-party",
6533
+ "maintainers": [
6534
+ {
6535
+ "name": "Sam K",
6536
+ "github": "samk-dev"
6537
+ }
6538
+ ],
6539
+ "compatibility": {
6540
+ "nuxt": "^3.0.0",
6541
+ "requires": {}
6542
+ }
6543
+ },
5989
6544
  {
5990
6545
  "name": "tresjs",
5991
6546
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6046,7 +6601,7 @@
6046
6601
  },
6047
6602
  {
6048
6603
  "name": "twa",
6049
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6604
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
6050
6605
  "repo": "tuarrep/nuxt-twa",
6051
6606
  "npm": "nuxt-twa",
6052
6607
  "icon": "",
@@ -6234,6 +6789,30 @@
6234
6789
  "requires": {}
6235
6790
  }
6236
6791
  },
6792
+ {
6793
+ "name": "typo3",
6794
+ "description": "TYPO3 Headless Frontend Rendering module",
6795
+ "repo": "TYPO3-Headless/nuxt-typo3",
6796
+ "npm": "@t3headless/nuxt-typo3",
6797
+ "icon": "typo3.svg",
6798
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6799
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6800
+ "learn_more": "https://github.com/TYPO3-Headless",
6801
+ "category": "CMS",
6802
+ "type": "3rd-party",
6803
+ "maintainers": [
6804
+ {
6805
+ "name": "Macopedia",
6806
+ "github": "macopedia",
6807
+ "twitter": "macopediapl"
6808
+ }
6809
+ ],
6810
+ "compatibility": {
6811
+ "nuxt": "^2.0.0 || ^3.0.0",
6812
+ "requires": {},
6813
+ "devtools": "^0.0.0"
6814
+ }
6815
+ },
6237
6816
  {
6238
6817
  "name": "ui",
6239
6818
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6291,31 +6870,9 @@
6291
6870
  }
6292
6871
  }
6293
6872
  },
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
6873
  {
6317
6874
  "name": "universal-storage",
6318
- "description": "Universal Storage Utilities for Nuxt.js",
6875
+ "description": "Universal Storage Utilities for Nuxt",
6319
6876
  "repo": "nuxt-community/universal-storage-module",
6320
6877
  "npm": "@nuxtjs/universal-storage",
6321
6878
  "icon": "",
@@ -6344,7 +6901,7 @@
6344
6901
  {
6345
6902
  "name": "unlazy",
6346
6903
  "description": "Lazy loading library for placeholder images",
6347
- "repo": "johannschopplich/unlazy/packages/nuxt",
6904
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6348
6905
  "npm": "@unlazy/nuxt",
6349
6906
  "icon": "unlazy.svg",
6350
6907
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6392,12 +6949,12 @@
6392
6949
  {
6393
6950
  "name": "unocss",
6394
6951
  "description": "The instant on-demand atomic CSS engine.",
6395
- "repo": "antfu/unocss#main/packages/nuxt",
6952
+ "repo": "unocss/unocss#main/packages/nuxt",
6396
6953
  "npm": "@unocss/nuxt",
6397
6954
  "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",
6955
+ "github": "https://github.com/unocss/unocss",
6956
+ "website": "https://github.com/unocss/unocss",
6957
+ "learn_more": "https://github.com/unocss/unocss",
6401
6958
  "category": "UI",
6402
6959
  "type": "3rd-party",
6403
6960
  "maintainers": [
@@ -6412,7 +6969,8 @@
6412
6969
  "nuxt": "^2.0.0 || ^3.0.0",
6413
6970
  "requires": {
6414
6971
  "bridge": "optional"
6415
- }
6972
+ },
6973
+ "devtools": "^0.0.0"
6416
6974
  }
6417
6975
  },
6418
6976
  {
@@ -6464,7 +7022,7 @@
6464
7022
  },
6465
7023
  {
6466
7024
  "name": "user-agent",
6467
- "description": "Nuxt.js module for handling User-Agent.",
7025
+ "description": "Nuxt module for handling User-Agent.",
6468
7026
  "repo": "fukuiretu/nuxt-user-agent",
6469
7027
  "npm": "nuxt-user-agent",
6470
7028
  "icon": "",
@@ -6492,7 +7050,7 @@
6492
7050
  "icon": "vee-validate.png",
6493
7051
  "github": "https://github.com/lewyuburi/nuxt-validate",
6494
7052
  "website": "https://github.com/lewyuburi/nuxt-validate",
6495
- "learn_more": "https://logaretm.github.io/vee-validate/",
7053
+ "learn_more": "",
6496
7054
  "category": "Libraries",
6497
7055
  "type": "3rd-party",
6498
7056
  "maintainers": [
@@ -6578,7 +7136,7 @@
6578
7136
  },
6579
7137
  {
6580
7138
  "name": "vee-validate",
6581
- "description": "Painless Vue forms for Nuxt.js",
7139
+ "description": "Painless Vue forms for Nuxt",
6582
7140
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6583
7141
  "npm": "@vee-validate/nuxt",
6584
7142
  "icon": "vee-validate.png",
@@ -6668,7 +7226,7 @@
6668
7226
  },
6669
7227
  {
6670
7228
  "name": "vite-pwa-nuxt",
6671
- "description": "Zero-config PWA Plugin for Nuxt 3",
7229
+ "description": "Zero-config PWA Plugin for Nuxt",
6672
7230
  "repo": "vite-pwa/nuxt",
6673
7231
  "npm": "@vite-pwa/nuxt",
6674
7232
  "icon": "vite-pwa-nuxt.svg",
@@ -6717,18 +7275,19 @@
6717
7275
  ],
6718
7276
  "compatibility": {
6719
7277
  "nuxt": "^3.0.0",
6720
- "requires": {}
7278
+ "requires": {},
7279
+ "devtools": "^0.0.0"
6721
7280
  }
6722
7281
  },
6723
7282
  {
6724
7283
  "name": "vue-email",
6725
- "description": "Write email templates with vue",
6726
- "repo": "Dave136/vue-email#main/packages/vue-email",
6727
- "npm": "vue-email",
7284
+ "description": "💌 Write email templates with vue",
7285
+ "repo": "vue-email/nuxt",
7286
+ "npm": "@vue-email/nuxt",
6728
7287
  "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",
7288
+ "github": "https://github.com/vue-email/nuxt",
7289
+ "website": "https://vuemail.net/",
7290
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6732
7291
  "category": "UI",
6733
7292
  "type": "3rd-party",
6734
7293
  "maintainers": [
@@ -6745,6 +7304,30 @@
6745
7304
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6746
7305
  }
6747
7306
  ],
7307
+ "compatibility": {
7308
+ "nuxt": "^3.0.0",
7309
+ "requires": {},
7310
+ "devtools": "^0.0.0"
7311
+ }
7312
+ },
7313
+ {
7314
+ "name": "vue-final-modal",
7315
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7316
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7317
+ "npm": "@vue-final-modal/nuxt",
7318
+ "icon": "vue-final-modal.svg",
7319
+ "github": "https://github.com/vue-final/vue-final-modal",
7320
+ "website": "https://vue-final-modal.org/",
7321
+ "learn_more": "https://vue-final-modal.org/",
7322
+ "category": "UI",
7323
+ "type": "3rd-party",
7324
+ "maintainers": [
7325
+ {
7326
+ "name": "Hunter Liu",
7327
+ "github": "hunterliu1003",
7328
+ "twitter": "hunterliu1003"
7329
+ }
7330
+ ],
6748
7331
  "compatibility": {
6749
7332
  "nuxt": "^3.0.0",
6750
7333
  "requires": {}
@@ -6772,7 +7355,8 @@
6772
7355
  "nuxt": "^3.0.0",
6773
7356
  "requires": {
6774
7357
  "bridge": "optional"
6775
- }
7358
+ },
7359
+ "devtools": "^0.0.0"
6776
7360
  }
6777
7361
  },
6778
7362
  {
@@ -6799,7 +7383,7 @@
6799
7383
  },
6800
7384
  {
6801
7385
  "name": "vue-multiselect",
6802
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7386
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6803
7387
  "repo": "spektrummedia/nuxt-vue-multiselect",
6804
7388
  "npm": "nuxt-vue-multiselect",
6805
7389
  "icon": "",
@@ -6844,7 +7428,7 @@
6844
7428
  {
6845
7429
  "name": "vue-query",
6846
7430
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6847
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7431
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6848
7432
  "npm": "@hebilicious/vue-query-nuxt",
6849
7433
  "icon": "vue-query.svg",
6850
7434
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6913,7 +7497,7 @@
6913
7497
  },
6914
7498
  {
6915
7499
  "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",
7500
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6917
7501
  "repo": "juliomrqz/vue-warehouse",
6918
7502
  "npm": "vue-warehouse",
6919
7503
  "icon": "",
@@ -6936,12 +7520,12 @@
6936
7520
  },
6937
7521
  {
6938
7522
  "name": "vue3-carousel-nuxt",
6939
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7523
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6940
7524
  "repo": "gaetansenn/vue3-carousel-nuxt",
6941
7525
  "npm": "vue3-carousel-nuxt",
6942
7526
  "icon": "",
6943
7527
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6944
- "website": "",
7528
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6945
7529
  "learn_more": "",
6946
7530
  "category": "UI",
6947
7531
  "type": "3rd-party",
@@ -6960,7 +7544,7 @@
6960
7544
  {
6961
7545
  "name": "vuefire",
6962
7546
  "description": "Idiomatic composables for the Firebase SDK",
6963
- "repo": "vuejs/vuefire/packages/nuxt",
7547
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6964
7548
  "npm": "nuxt-vuefire",
6965
7549
  "icon": "vuefire.svg",
6966
7550
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6979,15 +7563,61 @@
6979
7563
  "requires": {}
6980
7564
  }
6981
7565
  },
7566
+ {
7567
+ "name": "vueform-builder",
7568
+ "description": "Official Vueform Builder module for Nuxt",
7569
+ "repo": "vueform/builder#main/nuxt",
7570
+ "npm": "@vueform/builder-nuxt",
7571
+ "icon": "vueform.svg",
7572
+ "github": "https://github.com/vueform/builder",
7573
+ "website": "https://builder.vueform.com",
7574
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7575
+ "category": "Libraries",
7576
+ "type": "3rd-party",
7577
+ "maintainers": [
7578
+ {
7579
+ "name": "Adam Berecz",
7580
+ "github": "adamberecz",
7581
+ "twitter": "bereczadam"
7582
+ }
7583
+ ],
7584
+ "compatibility": {
7585
+ "nuxt": "^3.0.0",
7586
+ "requires": {}
7587
+ }
7588
+ },
7589
+ {
7590
+ "name": "vueform",
7591
+ "description": "Official Vueform module for Nuxt",
7592
+ "repo": "vueform/vueform#main/nuxt",
7593
+ "npm": "@vueform/nuxt",
7594
+ "icon": "vueform.svg",
7595
+ "github": "https://github.com/vueform/vueform",
7596
+ "website": "https://vueform.com",
7597
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7598
+ "category": "Libraries",
7599
+ "type": "3rd-party",
7600
+ "maintainers": [
7601
+ {
7602
+ "name": "Adam Berecz",
7603
+ "github": "adamberecz",
7604
+ "twitter": "bereczadam"
7605
+ }
7606
+ ],
7607
+ "compatibility": {
7608
+ "nuxt": "^3.0.0",
7609
+ "requires": {}
7610
+ }
7611
+ },
6982
7612
  {
6983
7613
  "name": "vuestic",
6984
- "description": "Vuestic UI module for Nuxt 3",
7614
+ "description": "Vuestic UI module for Nuxt",
6985
7615
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6986
7616
  "npm": "@vuestic/nuxt",
6987
7617
  "icon": "vuestic.png",
6988
7618
  "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",
7619
+ "website": "https://ui.vuestic.dev",
7620
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6991
7621
  "category": "UI",
6992
7622
  "type": "3rd-party",
6993
7623
  "maintainers": [
@@ -7008,8 +7638,8 @@
7008
7638
  "npm": "vuetify-nuxt-module",
7009
7639
  "icon": "vuetify-logo-v3-dark.svg",
7010
7640
  "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",
7641
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7642
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7013
7643
  "category": "UI",
7014
7644
  "type": "3rd-party",
7015
7645
  "maintainers": [
@@ -7025,7 +7655,7 @@
7025
7655
  },
7026
7656
  {
7027
7657
  "name": "vuetify",
7028
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7658
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
7029
7659
  "repo": "nuxt-community/vuetify-module",
7030
7660
  "npm": "@nuxtjs/vuetify",
7031
7661
  "icon": "vuetify.png",
@@ -7072,7 +7702,8 @@
7072
7702
  "nuxt": "^2.0.0 || ^3.0.0",
7073
7703
  "requires": {
7074
7704
  "bridge": "optional"
7075
- }
7705
+ },
7706
+ "devtools": "^0.0.0"
7076
7707
  }
7077
7708
  },
7078
7709
  {
@@ -7099,7 +7730,7 @@
7099
7730
  },
7100
7731
  {
7101
7732
  "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.",
7733
+ "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
7734
  "repo": "gaetansenn/vunix#main/packages/nuxt",
7104
7735
  "npm": "@vunix/nuxt",
7105
7736
  "icon": "",
@@ -7178,7 +7809,7 @@
7178
7809
  },
7179
7810
  {
7180
7811
  "name": "webpack-optimisations",
7181
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7812
+ "description": "Nuxt v2 module to automatically make your builds faster.",
7182
7813
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
7183
7814
  "npm": "nuxt-webpack-optimisations",
7184
7815
  "icon": "build-optimisations.svg",
@@ -7253,7 +7884,7 @@
7253
7884
  "icon": "webpack.png",
7254
7885
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7255
7886
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7256
- "learn_more": "http://webpackmonitor.com/",
7887
+ "learn_more": "",
7257
7888
  "category": "Devtools",
7258
7889
  "type": "community",
7259
7890
  "maintainers": [
@@ -7270,7 +7901,7 @@
7270
7901
  },
7271
7902
  {
7272
7903
  "name": "well-known",
7273
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7904
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7274
7905
  "repo": "zadigetvoltaire/nuxt-well-known",
7275
7906
  "npm": "@zadigetvoltaire/nuxt-well-known",
7276
7907
  "icon": "well-known.svg",
@@ -7292,7 +7923,7 @@
7292
7923
  },
7293
7924
  {
7294
7925
  "name": "wideangle",
7295
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7926
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7296
7927
  "repo": "inputobjects/wideangle-nuxt",
7297
7928
  "npm": "wideangle-nuxt",
7298
7929
  "icon": "wideangle.png",
@@ -7319,11 +7950,11 @@
7319
7950
  {
7320
7951
  "name": "windicss",
7321
7952
  "description": "Next generation utility-first CSS framework.",
7322
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7953
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7323
7954
  "npm": "nuxt-windicss",
7324
7955
  "icon": "windicss.svg",
7325
- "github": "https://github.com/windicss/nuxt-windicss-module",
7326
- "website": "https://github.com/windicss/nuxt-windicss-module",
7956
+ "github": "https://github.com/windicss/nuxt-windicss",
7957
+ "website": "https://github.com/windicss/nuxt-windicss",
7327
7958
  "learn_more": "https://windicss.org/",
7328
7959
  "category": "UI",
7329
7960
  "type": "3rd-party",
@@ -7461,7 +8092,7 @@
7461
8092
  },
7462
8093
  {
7463
8094
  "name": "zendesk",
7464
- "description": "Nuxt.js module for Zendesk",
8095
+ "description": "Nuxt module for Zendesk",
7465
8096
  "repo": "DansMaCulotte/nuxt-zendesk",
7466
8097
  "npm": "@dansmaculotte/nuxt-zendesk",
7467
8098
  "icon": "zendesk.png",