@nuxt/modules 0.6.0-743960 → 0.6.0-791c3a

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 +753 -174
  2. package/package.json +3 -1
package/modules.json CHANGED
@@ -1,7 +1,29 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
- "description": "Nuxt.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",
@@ -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",
@@ -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,7 +1406,7 @@
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",
@@ -1349,7 +1439,7 @@
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": "",
@@ -1511,7 +1624,7 @@
1511
1624
  },
1512
1625
  {
1513
1626
  "name": "feature-toggle",
1514
- "description": "Feature toggle module for Nuxt.js",
1627
+ "description": "Feature toggle module for Nuxt",
1515
1628
  "repo": "stephenkr/nuxt-feature-toggle",
1516
1629
  "npm": "nuxt-feature-toggle",
1517
1630
  "icon": "",
@@ -1578,7 +1691,7 @@
1578
1691
  },
1579
1692
  {
1580
1693
  "name": "floating-prompt-module",
1581
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1694
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1582
1695
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1583
1696
  "npm": "nuxt-floating-prompt-module",
1584
1697
  "icon": "",
@@ -1784,7 +1897,7 @@
1784
1897
  },
1785
1898
  {
1786
1899
  "name": "google-adsense",
1787
- "description": "Google Adsense Module for Nuxt.js",
1900
+ "description": "Google Adsense Module for Nuxt",
1788
1901
  "repo": "nuxt-community/google-adsense-module",
1789
1902
  "npm": "@nuxtjs/google-adsense",
1790
1903
  "icon": "google-adsense.png",
@@ -1810,7 +1923,7 @@
1810
1923
  },
1811
1924
  {
1812
1925
  "name": "google-analytics",
1813
- "description": "Google analytics Module for Nuxt.js",
1926
+ "description": "Google analytics Module for Nuxt",
1814
1927
  "repo": "nuxt-community/analytics-module",
1815
1928
  "npm": "@nuxtjs/google-analytics",
1816
1929
  "icon": "google-analytics.png",
@@ -1842,7 +1955,7 @@
1842
1955
  },
1843
1956
  {
1844
1957
  "name": "google-fonts",
1845
- "description": "Google Fonts module for NuxtJS",
1958
+ "description": "Google Fonts module for Nuxt",
1846
1959
  "repo": "nuxt-modules/google-fonts",
1847
1960
  "npm": "@nuxtjs/google-fonts",
1848
1961
  "icon": "google-fonts.png",
@@ -1866,7 +1979,7 @@
1866
1979
  },
1867
1980
  {
1868
1981
  "name": "google-gtag",
1869
- "description": "Google GTag for Nuxt.js",
1982
+ "description": "Google GTag for Nuxt",
1870
1983
  "repo": "nuxt-community/google-gtag",
1871
1984
  "npm": "@nuxtjs/google-gtag",
1872
1985
  "icon": "gtm.png",
@@ -1892,7 +2005,7 @@
1892
2005
  },
1893
2006
  {
1894
2007
  "name": "google-optimize",
1895
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2008
+ "description": "SSR friendly Google Optimize module for Nuxt",
1896
2009
  "repo": "nuxt-community/google-optimize-module",
1897
2010
  "npm": "nuxt-google-optimize",
1898
2011
  "icon": "google-optimize.png",
@@ -1947,7 +2060,7 @@
1947
2060
  },
1948
2061
  {
1949
2062
  "name": "graphql-request",
1950
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2063
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1951
2064
  "repo": "gomah/nuxt-graphql-request",
1952
2065
  "npm": "nuxt-graphql-request",
1953
2066
  "icon": "graphql-request.png",
@@ -1963,7 +2076,7 @@
1963
2076
  }
1964
2077
  ],
1965
2078
  "compatibility": {
1966
- "nuxt": "^2.0.0",
2079
+ "nuxt": "^2.0.0 || ^3.0.0",
1967
2080
  "requires": {}
1968
2081
  }
1969
2082
  },
@@ -1986,12 +2099,13 @@
1986
2099
  ],
1987
2100
  "compatibility": {
1988
2101
  "nuxt": "^3.0.0",
1989
- "requires": {}
2102
+ "requires": {},
2103
+ "devtools": "^0.0.0"
1990
2104
  }
1991
2105
  },
1992
2106
  {
1993
2107
  "name": "gtag",
1994
- "description": "Google Analytics integration for Nuxt 3",
2108
+ "description": "Google Analytics integration for Nuxt",
1995
2109
  "repo": "johannschopplich/nuxt-gtag",
1996
2110
  "npm": "nuxt-gtag",
1997
2111
  "icon": "gtag.svg",
@@ -2015,7 +2129,7 @@
2015
2129
  },
2016
2130
  {
2017
2131
  "name": "gtm",
2018
- "description": "Google Tag Manager Module for Nuxt.js",
2132
+ "description": "Google Tag Manager Module for Nuxt",
2019
2133
  "repo": "nuxt-community/gtm-module",
2020
2134
  "npm": "@nuxtjs/gtm",
2021
2135
  "icon": "gtm.png",
@@ -2038,7 +2152,7 @@
2038
2152
  },
2039
2153
  {
2040
2154
  "name": "guess",
2041
- "description": "Guess.js module for Nuxt.js",
2155
+ "description": "Guess.js module for Nuxt",
2042
2156
  "repo": "nuxt-community/guess-module",
2043
2157
  "npm": "@nuxtjs/guess-module",
2044
2158
  "icon": "guessjs.png",
@@ -2150,7 +2264,7 @@
2150
2264
  },
2151
2265
  {
2152
2266
  "name": "helmet",
2153
- "description": "Easy Helmet module with Nuxt.js'",
2267
+ "description": "Easy Helmet module with Nuxt'",
2154
2268
  "repo": "victor-perez/nuxt-helmet",
2155
2269
  "npm": "nuxt-helmet",
2156
2270
  "icon": "",
@@ -2194,7 +2308,7 @@
2194
2308
  },
2195
2309
  {
2196
2310
  "name": "history-state",
2197
- "description": "Nuxt.js module to backup or restore historical states",
2311
+ "description": "Nuxt module to backup or restore historical states",
2198
2312
  "repo": "hidekatsu-izuno/nuxt-history-state",
2199
2313
  "npm": "nuxt-history-state",
2200
2314
  "icon": "",
@@ -2263,7 +2377,7 @@
2263
2377
  },
2264
2378
  {
2265
2379
  "name": "http",
2266
- "description": "Universal HTTP Module for Nuxt.js",
2380
+ "description": "Universal HTTP Module for Nuxt",
2267
2381
  "repo": "nuxt/http",
2268
2382
  "npm": "@nuxt/http",
2269
2383
  "icon": "http.png",
@@ -2291,7 +2405,7 @@
2291
2405
  },
2292
2406
  {
2293
2407
  "name": "humans-txt",
2294
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2408
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2295
2409
  "repo": "Luxdamore/nuxt-humans-txt",
2296
2410
  "npm": "@luxdamore/nuxt-humans-txt",
2297
2411
  "icon": "",
@@ -2360,6 +2474,29 @@
2360
2474
  "requires": {}
2361
2475
  }
2362
2476
  },
2477
+ {
2478
+ "name": "icon-tw",
2479
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2480
+ "repo": "jcamp-code/nuxt-icon-tw",
2481
+ "npm": "nuxt-icon-tw",
2482
+ "icon": "nuxt-icon.png",
2483
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2484
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2485
+ "learn_more": "",
2486
+ "category": "UI",
2487
+ "type": "3rd-party",
2488
+ "maintainers": [
2489
+ {
2490
+ "name": "JohnCampionJr",
2491
+ "github": "JohnCampionJr"
2492
+ }
2493
+ ],
2494
+ "compatibility": {
2495
+ "nuxt": "^3.0.0",
2496
+ "requires": {},
2497
+ "devtools": "^0.0.0"
2498
+ }
2499
+ },
2363
2500
  {
2364
2501
  "name": "icon",
2365
2502
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2379,7 +2516,8 @@
2379
2516
  ],
2380
2517
  "compatibility": {
2381
2518
  "nuxt": "^3.0.0",
2382
- "requires": {}
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2383
2521
  }
2384
2522
  },
2385
2523
  {
@@ -2428,7 +2566,7 @@
2428
2566
  },
2429
2567
  {
2430
2568
  "name": "image",
2431
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2569
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2432
2570
  "repo": "nuxt/image",
2433
2571
  "npm": "@nuxt/image",
2434
2572
  "icon": "image.png",
@@ -2468,7 +2606,7 @@
2468
2606
  },
2469
2607
  {
2470
2608
  "name": "imagemin",
2471
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2609
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2472
2610
  "repo": "nuxt-community/imagemin-module",
2473
2611
  "npm": "@nuxtjs/imagemin",
2474
2612
  "icon": "imagemin.png",
@@ -2515,7 +2653,7 @@
2515
2653
  },
2516
2654
  {
2517
2655
  "name": "intercom",
2518
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2656
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2519
2657
  "repo": "hex-digital/nuxt-intercom",
2520
2658
  "npm": "@hexdigital/nuxt-intercom",
2521
2659
  "icon": "intercom.png",
@@ -2560,7 +2698,7 @@
2560
2698
  },
2561
2699
  {
2562
2700
  "name": "jsonapi",
2563
- "description": "Easy JSON:API client integration for Nuxt.js",
2701
+ "description": "Easy JSON:API client integration for Nuxt",
2564
2702
  "repo": "patrickcate/nuxt-jsonapi",
2565
2703
  "npm": "nuxt-jsonapi",
2566
2704
  "icon": "jsonapi.svg",
@@ -2602,9 +2740,36 @@
2602
2740
  "requires": {}
2603
2741
  }
2604
2742
  },
2743
+ {
2744
+ "name": "kinde",
2745
+ "description": "Kinde authentication integration for Nuxt",
2746
+ "repo": "nuxt-modules/kinde",
2747
+ "npm": "@nuxtjs/kinde",
2748
+ "icon": "kinde.svg",
2749
+ "github": "https://github.com/nuxt-modules/kinde",
2750
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2751
+ "learn_more": "https://kinde.com/",
2752
+ "category": "Security",
2753
+ "type": "community",
2754
+ "maintainers": [
2755
+ {
2756
+ "name": "danielroe",
2757
+ "github": "danielroe"
2758
+ },
2759
+ {
2760
+ "name": "daveordead",
2761
+ "github": "DaveOrDead",
2762
+ "twitter": "dave_or_dead"
2763
+ }
2764
+ ],
2765
+ "compatibility": {
2766
+ "nuxt": "^3.0.0",
2767
+ "requires": {}
2768
+ }
2769
+ },
2605
2770
  {
2606
2771
  "name": "kql",
2607
- "description": "Nuxt 3 module for Kirby's Query Language API",
2772
+ "description": "Nuxt module for Kirby's Query Language API",
2608
2773
  "repo": "johannschopplich/nuxt-kql",
2609
2774
  "npm": "nuxt-kql",
2610
2775
  "icon": "kql.svg",
@@ -2628,7 +2793,7 @@
2628
2793
  },
2629
2794
  {
2630
2795
  "name": "laravel-echo",
2631
- "description": "Laravel Echo for Nuxt.js",
2796
+ "description": "Laravel Echo for Nuxt",
2632
2797
  "repo": "nuxt-community/laravel-echo",
2633
2798
  "npm": "@nuxtjs/laravel-echo",
2634
2799
  "icon": "laravel-echo.png",
@@ -2670,6 +2835,28 @@
2670
2835
  "requires": {}
2671
2836
  }
2672
2837
  },
2838
+ {
2839
+ "name": "laravel-precognition",
2840
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2841
+ "repo": "sot1986/nuxt-laravel-precognition",
2842
+ "npm": "nuxt-laravel-precognition",
2843
+ "icon": "laravel.svg",
2844
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2845
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2846
+ "learn_more": "",
2847
+ "category": "Security",
2848
+ "type": "3rd-party",
2849
+ "maintainers": [
2850
+ {
2851
+ "name": "sot1986",
2852
+ "github": "sot1986"
2853
+ }
2854
+ ],
2855
+ "compatibility": {
2856
+ "nuxt": "^3.0.0",
2857
+ "requires": {}
2858
+ }
2859
+ },
2673
2860
  {
2674
2861
  "name": "laravel",
2675
2862
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2735,7 +2922,8 @@
2735
2922
  ],
2736
2923
  "compatibility": {
2737
2924
  "nuxt": "^3.0.0",
2738
- "requires": {}
2925
+ "requires": {},
2926
+ "devtools": "^0.0.0"
2739
2927
  }
2740
2928
  },
2741
2929
  {
@@ -2812,7 +3000,7 @@
2812
3000
  },
2813
3001
  {
2814
3002
  "name": "logrocket",
2815
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
3003
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2816
3004
  "repo": "nuxt-modules/logrocket",
2817
3005
  "npm": "nuxt-logrocket",
2818
3006
  "icon": "logrocket.png",
@@ -2835,7 +3023,7 @@
2835
3023
  },
2836
3024
  {
2837
3025
  "name": "lucide-icons",
2838
- "description": "Nuxt 3 module to integrate Lucide icons",
3026
+ "description": "Nuxt module to integrate Lucide icons",
2839
3027
  "repo": "swisnl/nuxt-lucide-icons",
2840
3028
  "npm": "nuxt-lucide-icons",
2841
3029
  "icon": "lucide-icons.svg",
@@ -2861,7 +3049,7 @@
2861
3049
  },
2862
3050
  {
2863
3051
  "name": "lunr",
2864
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3052
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2865
3053
  "repo": "nuxt-community/lunr-module",
2866
3054
  "npm": "@nuxtjs/lunr-module",
2867
3055
  "icon": "",
@@ -2949,6 +3137,28 @@
2949
3137
  "requires": {}
2950
3138
  }
2951
3139
  },
3140
+ {
3141
+ "name": "maz-ui",
3142
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3143
+ "repo": "louismazel/maz-ui",
3144
+ "npm": "maz-ui",
3145
+ "icon": "maz-ui.png",
3146
+ "github": "https://github.com/louismazel/maz-ui",
3147
+ "website": "https://louismazel.github.io/maz-ui-3/",
3148
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3149
+ "category": "UI",
3150
+ "type": "community",
3151
+ "maintainers": [
3152
+ {
3153
+ "name": "Loïc Mazuel",
3154
+ "github": "LouisMazel"
3155
+ }
3156
+ ],
3157
+ "compatibility": {
3158
+ "nuxt": "^3.0.0",
3159
+ "requires": {}
3160
+ }
3161
+ },
2952
3162
  {
2953
3163
  "name": "mdx",
2954
3164
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2974,7 +3184,7 @@
2974
3184
  },
2975
3185
  {
2976
3186
  "name": "medusa",
2977
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3187
+ "description": "Easily connect to Medusa from your Nuxt application",
2978
3188
  "repo": "Baroshem/nuxt-medusa",
2979
3189
  "npm": "nuxt-medusa",
2980
3190
  "icon": "medusa.svg",
@@ -2999,7 +3209,7 @@
2999
3209
  },
3000
3210
  {
3001
3211
  "name": "meilisearch",
3002
- "description": "Meilisearch Instant Search module for Nuxt 3",
3212
+ "description": "Meilisearch Instant Search module for Nuxt",
3003
3213
  "repo": "xlanex6/nuxt-meilisearch",
3004
3214
  "npm": "nuxt-meilisearch",
3005
3215
  "icon": "meilisearch.svg",
@@ -3019,7 +3229,8 @@
3019
3229
  "nuxt": "^3.0.0",
3020
3230
  "requires": {
3021
3231
  "bridge": false
3022
- }
3232
+ },
3233
+ "devtools": "^0.0.0"
3023
3234
  }
3024
3235
  },
3025
3236
  {
@@ -3091,7 +3302,7 @@
3091
3302
  },
3092
3303
  {
3093
3304
  "name": "moment",
3094
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3305
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3095
3306
  "repo": "nuxt-community/moment-module",
3096
3307
  "npm": "@nuxtjs/moment",
3097
3308
  "icon": "momentjs.png",
@@ -3118,7 +3329,7 @@
3118
3329
  },
3119
3330
  {
3120
3331
  "name": "mq",
3121
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3332
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3122
3333
  "repo": "vanhoofmaarten/nuxt-mq",
3123
3334
  "npm": "nuxt-mq",
3124
3335
  "icon": "",
@@ -3162,7 +3373,7 @@
3162
3373
  },
3163
3374
  {
3164
3375
  "name": "netlify-cache",
3165
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3376
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3166
3377
  "repo": "DreaMinder/nuxt-netlify-cache",
3167
3378
  "npm": "nuxt-netlify-cache",
3168
3379
  "icon": "netlify.png",
@@ -3207,7 +3418,7 @@
3207
3418
  },
3208
3419
  {
3209
3420
  "name": "netlify",
3210
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3421
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3211
3422
  "repo": "bazzite/nuxt-netlify",
3212
3423
  "npm": "@aceforth/nuxt-netlify",
3213
3424
  "icon": "netlify.png",
@@ -3322,30 +3533,31 @@
3322
3533
  }
3323
3534
  },
3324
3535
  {
3325
- "name": "nuxt-auth",
3326
- "description": "",
3327
- "repo": "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",
3536
+ "name": "nuxt-auth-sanctum",
3537
+ "description": "Nuxt module for Laravel Sanctum authentication",
3538
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3539
+ "npm": "nuxt-auth-sanctum",
3540
+ "icon": "laravel.svg",
3541
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3542
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3332
3543
  "learn_more": "",
3333
- "category": "Devtools",
3544
+ "category": "Security",
3334
3545
  "type": "3rd-party",
3335
3546
  "maintainers": [
3336
3547
  {
3337
- "name": "sidebase",
3338
- "github": "sidebase"
3548
+ "name": "Artem Manchenkov",
3549
+ "github": "manchenkoff",
3550
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3339
3551
  }
3340
3552
  ],
3341
3553
  "compatibility": {
3342
- "nuxt": "^2.0.0",
3554
+ "nuxt": "^3.0.0",
3343
3555
  "requires": {}
3344
3556
  }
3345
3557
  },
3346
3558
  {
3347
3559
  "name": "nuxt-basic-auth",
3348
- "description": "Nuxt 3 Module for Basic Authentication",
3560
+ "description": "Nuxt Module for Basic Authentication",
3349
3561
  "repo": "kgierke/nuxt-basic-auth",
3350
3562
  "npm": "@kgierke/nuxt-basic-auth",
3351
3563
  "icon": "",
@@ -3389,7 +3601,7 @@
3389
3601
  },
3390
3602
  {
3391
3603
  "name": "nuxt-chatgpt",
3392
- "description": "ChatGPT integration for Nuxt 3",
3604
+ "description": "ChatGPT integration for Nuxt",
3393
3605
  "repo": "schnapsterdog/nuxt-chatgpt",
3394
3606
  "npm": "nuxt-chatgpt",
3395
3607
  "icon": "chatgpt.svg",
@@ -3411,7 +3623,7 @@
3411
3623
  },
3412
3624
  {
3413
3625
  "name": "nuxt-facebook-chat",
3414
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3626
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3415
3627
  "repo": "superdev-tech/nuxt-facebook-chat",
3416
3628
  "npm": "nuxt-facebook-chat",
3417
3629
  "icon": "nuxt-facebook-chat.svg",
@@ -3510,7 +3722,7 @@
3510
3722
  },
3511
3723
  {
3512
3724
  "name": "nuxt-gtm",
3513
- "description": "A Nuxt.js module for Google Tag Manager",
3725
+ "description": "A Nuxt module for Google Tag Manager",
3514
3726
  "repo": "zadigetvoltaire/nuxt-gtm",
3515
3727
  "npm": "@zadigetvoltaire/nuxt-gtm",
3516
3728
  "icon": "nuxt-gtm.svg",
@@ -3527,7 +3739,8 @@
3527
3739
  ],
3528
3740
  "compatibility": {
3529
3741
  "nuxt": "^3.0.0",
3530
- "requires": {}
3742
+ "requires": {},
3743
+ "devtools": "^0.0.0"
3531
3744
  }
3532
3745
  },
3533
3746
  {
@@ -3554,6 +3767,28 @@
3554
3767
  }
3555
3768
  }
3556
3769
  },
3770
+ {
3771
+ "name": "nuxt-interpolation",
3772
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3773
+ "repo": "daliborgogic/nuxt-interpolation#master",
3774
+ "npm": "nuxt-interpolation",
3775
+ "icon": "",
3776
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3777
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3778
+ "learn_more": "",
3779
+ "category": "Devtools",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "daliborgogic",
3784
+ "github": "daliborgogic"
3785
+ }
3786
+ ],
3787
+ "compatibility": {
3788
+ "nuxt": "^2.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3557
3792
  {
3558
3793
  "name": "nuxt-jsonld",
3559
3794
  "description": "Manage JSON-LD in Vue component.",
@@ -3601,7 +3836,7 @@
3601
3836
  },
3602
3837
  {
3603
3838
  "name": "nuxt-loco",
3604
- "description": "A localise.biz module to synth locale with Nuxt.js",
3839
+ "description": "A localise.biz module to synth locale with Nuxt",
3605
3840
  "repo": "gaetansenn/nuxt-loco",
3606
3841
  "npm": "nuxt-loco",
3607
3842
  "icon": "",
@@ -3622,6 +3857,28 @@
3622
3857
  "requires": {}
3623
3858
  }
3624
3859
  },
3860
+ {
3861
+ "name": "nuxt-mail",
3862
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3863
+ "repo": "dword-design/nuxt-mail",
3864
+ "npm": "nuxt-mail",
3865
+ "icon": "",
3866
+ "github": "https://github.com/dword-design/nuxt-mail",
3867
+ "website": "https://github.com/dword-design/nuxt-mail",
3868
+ "learn_more": "",
3869
+ "category": "Extensions",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Sebastian Landwehr",
3874
+ "github": "dword-design"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^2.0.0 || ^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3625
3882
  {
3626
3883
  "name": "nuxt-mapbox",
3627
3884
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3690,7 +3947,7 @@
3690
3947
  },
3691
3948
  {
3692
3949
  "name": "nuxt-mongoose",
3693
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3950
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3694
3951
  "repo": "arashsheyda/nuxt-mongoose",
3695
3952
  "npm": "nuxt-mongoose",
3696
3953
  "icon": "nuxt-mongoose.svg",
@@ -3705,6 +3962,30 @@
3705
3962
  "github": "arashsheyda"
3706
3963
  }
3707
3964
  ],
3965
+ "compatibility": {
3966
+ "nuxt": "^3.0.0",
3967
+ "requires": {},
3968
+ "devtools": "^0.0.0"
3969
+ }
3970
+ },
3971
+ {
3972
+ "name": "nuxt-payload-analyzer",
3973
+ "description": "Analyze Nuxt Payload Size",
3974
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3975
+ "npm": "nuxt-payload-analyzer",
3976
+ "icon": "",
3977
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3978
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3979
+ "learn_more": "",
3980
+ "category": "Performance",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "Barbapapazes",
3985
+ "github": "Barbapapazes",
3986
+ "twitter": "soubiran_"
3987
+ }
3988
+ ],
3708
3989
  "compatibility": {
3709
3990
  "nuxt": "^3.0.0",
3710
3991
  "requires": {}
@@ -3779,7 +4060,7 @@
3779
4060
  },
3780
4061
  {
3781
4062
  "name": "plausible",
3782
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4063
+ "description": "Nuxt module to natively integrate Plausible analytics",
3783
4064
  "repo": "nuxt-modules/plausible",
3784
4065
  "npm": "@nuxtjs/plausible",
3785
4066
  "icon": "plausible.png",
@@ -3801,7 +4082,7 @@
3801
4082
  },
3802
4083
  {
3803
4084
  "name": "nuxt-plotly",
3804
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4085
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3805
4086
  "repo": "superdev-tech/nuxt-plotly",
3806
4087
  "npm": "nuxt-plotly",
3807
4088
  "icon": "nuxt-plotly.svg",
@@ -3827,7 +4108,7 @@
3827
4108
  },
3828
4109
  {
3829
4110
  "name": "nuxt-png-to-ico",
3830
- "description": "Nuxt.js module for auto generating favicons",
4111
+ "description": "Nuxt module for auto generating favicons",
3831
4112
  "repo": "b5710546232/nuxt-png-to-ico",
3832
4113
  "npm": "nuxt-png-to-ico",
3833
4114
  "icon": "",
@@ -3850,7 +4131,7 @@
3850
4131
  },
3851
4132
  {
3852
4133
  "name": "nuxt-smartlook",
3853
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4134
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3854
4135
  "repo": "f00b4r/nuxt-smartlook",
3855
4136
  "npm": "nuxt-smartlook",
3856
4137
  "icon": "nuxt-smartlook.png",
@@ -3872,6 +4153,28 @@
3872
4153
  "requires": {}
3873
4154
  }
3874
4155
  },
4156
+ {
4157
+ "name": "nuxt-social-share",
4158
+ "description": "Simple Social Sharing for Nuxt",
4159
+ "repo": "stefanobartoletti/nuxt-social-share",
4160
+ "npm": "@stefanobartoletti/nuxt-social-share",
4161
+ "icon": "nuxt-social-share.png",
4162
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4163
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4164
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4165
+ "category": "Extensions",
4166
+ "type": "3rd-party",
4167
+ "maintainers": [
4168
+ {
4169
+ "name": "stefanobartoletti",
4170
+ "github": "stefanobartoletti"
4171
+ }
4172
+ ],
4173
+ "compatibility": {
4174
+ "nuxt": "^3.0.0",
4175
+ "requires": {}
4176
+ }
4177
+ },
3875
4178
  {
3876
4179
  "name": "ssr-lit",
3877
4180
  "description": "Server-Side Rendering for Lit Element components",
@@ -3902,7 +4205,7 @@
3902
4205
  },
3903
4206
  {
3904
4207
  "name": "nuxt-storm",
3905
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4208
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3906
4209
  "repo": "fumeapp/nuxt-storm",
3907
4210
  "npm": "nuxt-storm",
3908
4211
  "icon": "nuxt-storm.png",
@@ -3946,7 +4249,7 @@
3946
4249
  },
3947
4250
  {
3948
4251
  "name": "nuxt-unleash",
3949
- "description": "Nuxt.js module to use Unleash toggle feature services",
4252
+ "description": "Nuxt module to use Unleash toggle feature services",
3950
4253
  "repo": "conejerock/nuxt-unleash",
3951
4254
  "npm": "nuxt-unleash",
3952
4255
  "icon": "nuxt-unleash.svg",
@@ -4058,7 +4361,7 @@
4058
4361
  },
4059
4362
  {
4060
4363
  "name": "nuxt-vuetify",
4061
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4364
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4062
4365
  "repo": "invictus-codes/nuxt-vuetify",
4063
4366
  "npm": "@invictus.codes/nuxt-vuetify",
4064
4367
  "icon": "vuetify-logo-v3-dark.svg",
@@ -4078,6 +4381,50 @@
4078
4381
  "requires": {}
4079
4382
  }
4080
4383
  },
4384
+ {
4385
+ "name": "Nuxt zodI18n",
4386
+ "description": "A Nuxt Module for localizing zod error messages.",
4387
+ "repo": "xibman/nuxt-zod-i18n",
4388
+ "npm": "nuxt-zod-i18n",
4389
+ "icon": "nuxt-zod-i18n.svg",
4390
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4391
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4392
+ "learn_more": "",
4393
+ "category": "Libraries",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "xibman",
4398
+ "github": "xibman"
4399
+ }
4400
+ ],
4401
+ "compatibility": {
4402
+ "nuxt": "^3.0.0",
4403
+ "requires": {}
4404
+ }
4405
+ },
4406
+ {
4407
+ "name": "nuxt3-interpolation",
4408
+ "description": "",
4409
+ "repo": "daliborgogic/interpolation#master",
4410
+ "npm": "nuxt3-interpolation",
4411
+ "icon": "",
4412
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4413
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4414
+ "learn_more": "",
4415
+ "category": "Devtools",
4416
+ "type": "3rd-party",
4417
+ "maintainers": [
4418
+ {
4419
+ "name": "daliborgogic",
4420
+ "github": "daliborgogic"
4421
+ }
4422
+ ],
4423
+ "compatibility": {
4424
+ "nuxt": "^3.0.0",
4425
+ "requires": {}
4426
+ }
4427
+ },
4081
4428
  {
4082
4429
  "name": "nuxt3-leaflet",
4083
4430
  "description": "Leaflet integration with Nuxt",
@@ -4102,7 +4449,7 @@
4102
4449
  },
4103
4450
  {
4104
4451
  "name": "nuxt7",
4105
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4452
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
4106
4453
  "repo": "nuxt-community/nuxt7",
4107
4454
  "npm": "nuxt7",
4108
4455
  "icon": "",
@@ -4144,7 +4491,8 @@
4144
4491
  ],
4145
4492
  "compatibility": {
4146
4493
  "nuxt": "^3.0.0",
4147
- "requires": {}
4494
+ "requires": {},
4495
+ "devtools": "^0.0.0"
4148
4496
  }
4149
4497
  },
4150
4498
  {
@@ -4172,7 +4520,7 @@
4172
4520
  },
4173
4521
  {
4174
4522
  "name": "optimized-images",
4175
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4523
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4176
4524
  "repo": "juliomrqz/nuxt-optimized-images",
4177
4525
  "npm": "@aceforth/nuxt-optimized-images",
4178
4526
  "icon": "",
@@ -4217,7 +4565,7 @@
4217
4565
  },
4218
4566
  {
4219
4567
  "name": "parse",
4220
- "description": "Parse package for Nuxt.js",
4568
+ "description": "Parse package for Nuxt",
4221
4569
  "repo": "cierrateam/nuxt-parse",
4222
4570
  "npm": "nuxt-parse",
4223
4571
  "icon": "",
@@ -4285,6 +4633,28 @@
4285
4633
  }
4286
4634
  }
4287
4635
  },
4636
+ {
4637
+ "name": "paypal",
4638
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4639
+ "repo": "arashsheyda/nuxt-paypal",
4640
+ "npm": "nuxt-paypal",
4641
+ "icon": "paypal.svg",
4642
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4643
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4644
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4645
+ "category": "Payment",
4646
+ "type": "3rd-party",
4647
+ "maintainers": [
4648
+ {
4649
+ "name": "Arash Sheyda",
4650
+ "github": "arashsheyda"
4651
+ }
4652
+ ],
4653
+ "compatibility": {
4654
+ "nuxt": "^3.0.0",
4655
+ "requires": {}
4656
+ }
4657
+ },
4288
4658
  {
4289
4659
  "name": "pdfeasy",
4290
4660
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4406,7 +4776,7 @@
4406
4776
  },
4407
4777
  {
4408
4778
  "name": "plausible",
4409
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4779
+ "description": "Nuxt module to natively integrate Plausible analytics",
4410
4780
  "repo": "nuxt-modules/plausible",
4411
4781
  "npm": "@nuxtjs/plausible",
4412
4782
  "icon": "",
@@ -4472,9 +4842,32 @@
4472
4842
  "requires": {}
4473
4843
  }
4474
4844
  },
4845
+ {
4846
+ "name": "primevue",
4847
+ "description": "Next Generation Vue UI Component Library",
4848
+ "repo": "primefaces/primevue-nuxt-module",
4849
+ "npm": "nuxt-primevue",
4850
+ "icon": "primevue.svg",
4851
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4852
+ "website": "https://primevue.org/",
4853
+ "learn_more": "https://primevue.org/",
4854
+ "category": "UI",
4855
+ "type": "3rd-party",
4856
+ "maintainers": [
4857
+ {
4858
+ "name": "primefaces",
4859
+ "github": "primefaces",
4860
+ "twitter": "primevue"
4861
+ }
4862
+ ],
4863
+ "compatibility": {
4864
+ "nuxt": "^3.0.0",
4865
+ "requires": {}
4866
+ }
4867
+ },
4475
4868
  {
4476
4869
  "name": "prismic",
4477
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4870
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4478
4871
  "repo": "nuxt-modules/prismic",
4479
4872
  "npm": "@nuxtjs/prismic",
4480
4873
  "icon": "prismic.png",
@@ -4541,7 +4934,7 @@
4541
4934
  },
4542
4935
  {
4543
4936
  "name": "proxy",
4544
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4937
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4545
4938
  "repo": "nuxt-community/proxy-module",
4546
4939
  "npm": "@nuxtjs/proxy",
4547
4940
  "icon": "",
@@ -4587,7 +4980,7 @@
4587
4980
  },
4588
4981
  {
4589
4982
  "name": "purgecss",
4590
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4983
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4591
4984
  "repo": "Developmint/nuxt-purgecss#main",
4592
4985
  "npm": "nuxt-purgecss",
4593
4986
  "icon": "purgecss.png",
@@ -4609,7 +5002,7 @@
4609
5002
  },
4610
5003
  {
4611
5004
  "name": "pwa",
4612
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5005
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4613
5006
  "repo": "nuxt-community/pwa-module",
4614
5007
  "npm": "@nuxtjs/pwa",
4615
5008
  "icon": "pwa.png",
@@ -4634,7 +5027,7 @@
4634
5027
  },
4635
5028
  {
4636
5029
  "name": "python",
4637
- "description": "Write Nuxt.js applications using Python",
5030
+ "description": "Write Nuxt applications using Python",
4638
5031
  "repo": "nuxt-community/python-module",
4639
5032
  "npm": "@nuxtjs/python",
4640
5033
  "icon": "python.png",
@@ -4673,7 +5066,8 @@
4673
5066
  ],
4674
5067
  "compatibility": {
4675
5068
  "nuxt": "^3.0.0",
4676
- "requires": {}
5069
+ "requires": {},
5070
+ "devtools": "^0.0.0"
4677
5071
  }
4678
5072
  },
4679
5073
  {
@@ -4698,9 +5092,44 @@
4698
5092
  "requires": {}
4699
5093
  }
4700
5094
  },
5095
+ {
5096
+ "name": "radix-vue",
5097
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5098
+ "repo": "radix-vue/radix-vue",
5099
+ "npm": "radix-vue",
5100
+ "icon": "radix-vue.svg",
5101
+ "github": "https://github.com/radix-vue/radix-vue",
5102
+ "website": "https://www.radix-vue.com/",
5103
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5104
+ "category": "UI",
5105
+ "type": "3rd-party",
5106
+ "maintainers": [
5107
+ {
5108
+ "name": "Zernonia",
5109
+ "github": "zernonia",
5110
+ "twitter": "zernonia"
5111
+ },
5112
+ {
5113
+ "name": "Khairul Haaziq",
5114
+ "github": "khairulhaaziq"
5115
+ },
5116
+ {
5117
+ "name": "Mujahid Anuar",
5118
+ "github": "mujahidfa"
5119
+ },
5120
+ {
5121
+ "name": "Max",
5122
+ "github": "onmax"
5123
+ }
5124
+ ],
5125
+ "compatibility": {
5126
+ "nuxt": "^3.0.0",
5127
+ "requires": {}
5128
+ }
5129
+ },
4701
5130
  {
4702
5131
  "name": "recaptcha",
4703
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5132
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4704
5133
  "repo": "nuxt-community/recaptcha-module",
4705
5134
  "npm": "@nuxtjs/recaptcha",
4706
5135
  "icon": "recaptcha.png",
@@ -4743,9 +5172,32 @@
4743
5172
  "requires": {}
4744
5173
  }
4745
5174
  },
5175
+ {
5176
+ "name": "resend",
5177
+ "description": "Resend integration for Nuxt",
5178
+ "repo": "nhedger/nuxt-resend",
5179
+ "npm": "nuxt-resend",
5180
+ "icon": "resend.svg",
5181
+ "github": "https://github.com/nhedger/nuxt-resend",
5182
+ "website": "https://github.com/nhedger/nuxt-resend",
5183
+ "learn_more": "https://resend.com",
5184
+ "category": "Extensions",
5185
+ "type": "3rd-party",
5186
+ "maintainers": [
5187
+ {
5188
+ "name": "Nicolas Hedger",
5189
+ "github": "nhedger",
5190
+ "twitter": "nicolashedger"
5191
+ }
5192
+ ],
5193
+ "compatibility": {
5194
+ "nuxt": "^3.0.0",
5195
+ "requires": {}
5196
+ }
5197
+ },
4746
5198
  {
4747
5199
  "name": "rfg-icon",
4748
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5200
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4749
5201
  "repo": "pimlie/nuxt-rfg-icon",
4750
5202
  "npm": "nuxt-rfg-icon",
4751
5203
  "icon": "real-favicon-generator.png",
@@ -4767,7 +5219,7 @@
4767
5219
  },
4768
5220
  {
4769
5221
  "name": "robots",
4770
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
5222
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4771
5223
  "repo": "nuxt-modules/robots",
4772
5224
  "npm": "@nuxtjs/robots",
4773
5225
  "icon": "robots.png",
@@ -4791,23 +5243,23 @@
4791
5243
  },
4792
5244
  {
4793
5245
  "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",
5246
+ "description": "Nuxt 3 module to integrate Rollbar.",
5247
+ "repo": "jairoblatt/nuxt-rollbar",
5248
+ "npm": "nuxt-rollbar",
4797
5249
  "icon": "rollbar.png",
4798
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4799
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5250
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5251
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4800
5252
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4801
5253
  "category": "Monitoring",
4802
5254
  "type": "3rd-party",
4803
5255
  "maintainers": [
4804
5256
  {
4805
- "name": "Gaël Reyrol",
4806
- "github": "gaelreyrol"
5257
+ "name": "Jairo Blatt",
5258
+ "github": "jairoblatt"
4807
5259
  }
4808
5260
  ],
4809
5261
  "compatibility": {
4810
- "nuxt": "^2.0.0",
5262
+ "nuxt": "^3.0.0",
4811
5263
  "requires": {}
4812
5264
  }
4813
5265
  },
@@ -4836,7 +5288,7 @@
4836
5288
  },
4837
5289
  {
4838
5290
  "name": "router",
4839
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5291
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4840
5292
  "repo": "nuxt-community/router-module",
4841
5293
  "npm": "@nuxtjs/router",
4842
5294
  "icon": "vue.png",
@@ -4953,7 +5405,7 @@
4953
5405
  },
4954
5406
  {
4955
5407
  "name": "segment",
4956
- "description": "Nuxt.js module for Segment Analytics.js",
5408
+ "description": "Nuxt module for Segment Analytics.js",
4957
5409
  "repo": "dansmaculotte/nuxt-segment",
4958
5410
  "npm": "@dansmaculotte/nuxt-segment",
4959
5411
  "icon": "segment.png",
@@ -4975,7 +5427,7 @@
4975
5427
  },
4976
5428
  {
4977
5429
  "name": "sentry",
4978
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5430
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4979
5431
  "repo": "nuxt-community/sentry-module",
4980
5432
  "npm": "@nuxtjs/sentry",
4981
5433
  "icon": "sentry.svg",
@@ -5066,7 +5518,7 @@
5066
5518
  },
5067
5519
  {
5068
5520
  "name": "seomatic-meta",
5069
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5521
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
5070
5522
  "repo": "ben-rogerson/nuxt-seomatic-meta",
5071
5523
  "npm": "nuxt-seomatic-meta",
5072
5524
  "icon": "seomatic.png",
@@ -5157,7 +5609,7 @@
5157
5609
  },
5158
5610
  {
5159
5611
  "name": "shopify",
5160
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5612
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5161
5613
  "repo": "Gomah/nuxt-shopify",
5162
5614
  "npm": "nuxt-shopify",
5163
5615
  "icon": "shopify.png",
@@ -5178,7 +5630,7 @@
5178
5630
  }
5179
5631
  },
5180
5632
  {
5181
- "name": "nuxt-auth",
5633
+ "name": "sidebase-auth",
5182
5634
  "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
5635
  "repo": "sidebase/nuxt-auth",
5184
5636
  "npm": "@sidebase/nuxt-auth",
@@ -5272,7 +5724,7 @@
5272
5724
  },
5273
5725
  {
5274
5726
  "name": "sitemap",
5275
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5727
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5276
5728
  "repo": "nuxt-community/sitemap-module#dev",
5277
5729
  "npm": "@nuxtjs/sitemap",
5278
5730
  "icon": "",
@@ -5317,7 +5769,7 @@
5317
5769
  },
5318
5770
  {
5319
5771
  "name": "snipcart",
5320
- "description": "Snipcart integration module for Nuxt.js",
5772
+ "description": "Snipcart integration module for Nuxt",
5321
5773
  "repo": "nuxt-modules/snipcart",
5322
5774
  "npm": "@nuxtjs/snipcart",
5323
5775
  "icon": "snipcart.png",
@@ -5340,7 +5792,7 @@
5340
5792
  },
5341
5793
  {
5342
5794
  "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.).",
5795
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5344
5796
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5345
5797
  "npm": "nuxt-social-meta",
5346
5798
  "icon": "",
@@ -5462,7 +5914,7 @@
5462
5914
  },
5463
5915
  {
5464
5916
  "name": "storage",
5465
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5917
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5466
5918
  "repo": "mazipan/nuxt-storage",
5467
5919
  "npm": "nuxt-storage",
5468
5920
  "icon": "",
@@ -5484,7 +5936,7 @@
5484
5936
  },
5485
5937
  {
5486
5938
  "name": "storefront-ui",
5487
- "description": "Storefront UI Module for Nuxt.js",
5939
+ "description": "Storefront UI Module for Nuxt",
5488
5940
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5489
5941
  "npm": "@storefront-ui/nuxt",
5490
5942
  "icon": "storefront-ui.svg",
@@ -5528,7 +5980,7 @@
5528
5980
  },
5529
5981
  {
5530
5982
  "name": "storyblok",
5531
- "description": "Storyblok Nuxt.js module",
5983
+ "description": "Storyblok Nuxt module",
5532
5984
  "repo": "storyblok/storyblok-nuxt#master/lib",
5533
5985
  "npm": "@storyblok/nuxt",
5534
5986
  "icon": "storyblok.png",
@@ -5545,37 +5997,34 @@
5545
5997
  ],
5546
5998
  "compatibility": {
5547
5999
  "nuxt": "^2.0.0 || ^3.0.0",
5548
- "requires": {}
6000
+ "requires": {},
6001
+ "devtools": "^0.0.0"
5549
6002
  }
5550
6003
  },
5551
6004
  {
5552
6005
  "name": "storybook",
5553
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5554
- "repo": "nuxt-community/storybook",
5555
- "npm": "@storybook-vue/nuxt-storybook",
6006
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6007
+ "repo": "nuxt-modules/storybook",
6008
+ "npm": "@nuxtjs/storybook",
5556
6009
  "icon": "storybook.png",
5557
- "github": "https://github.com/nuxt-community/storybook",
6010
+ "github": "https://github.com/nuxt-modules/storybook",
5558
6011
  "website": "https://storybook.nuxtjs.org",
5559
- "learn_more": "https://storybook.js.org/",
6012
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5560
6013
  "category": "Devtools",
5561
6014
  "type": "community",
5562
6015
  "maintainers": [
5563
6016
  {
5564
- "name": "Ahad Birang",
5565
- "github": "farnabaz",
5566
- "twitter": "a_birang"
5567
- },
5568
- {
5569
- "name": "Pooya Parsa",
5570
- "github": "pi0",
5571
- "twitter": "_pi0_"
6017
+ "name": "Chakir QATAB",
6018
+ "github": "chakAs3",
6019
+ "twitter": "ChakirQatab"
5572
6020
  }
5573
6021
  ],
5574
6022
  "compatibility": {
5575
- "nuxt": "^2.0.0",
6023
+ "nuxt": "^2.0.0 || ^3.0.0",
5576
6024
  "requires": {
5577
6025
  "bridge": "optional"
5578
- }
6026
+ },
6027
+ "devtools": "^0.7.2"
5579
6028
  }
5580
6029
  },
5581
6030
  {
@@ -5605,7 +6054,8 @@
5605
6054
  "nuxt": "^2.0.0 || ^3.0.0",
5606
6055
  "requires": {
5607
6056
  "bridge": true
5608
- }
6057
+ },
6058
+ "devtools": "^0.0.0"
5609
6059
  }
5610
6060
  },
5611
6061
  {
@@ -5656,6 +6106,36 @@
5656
6106
  "requires": {}
5657
6107
  }
5658
6108
  },
6109
+ {
6110
+ "name": "studio",
6111
+ "description": "A new experience to build content-driven website with Nuxt.",
6112
+ "repo": "nuxtlabs/studio-module",
6113
+ "npm": "@nuxthq/studio",
6114
+ "icon": "studio.svg",
6115
+ "github": "https://github.com/nuxtlabs/studio-module",
6116
+ "website": "https://nuxt.studio",
6117
+ "learn_more": "https://nuxt.studio",
6118
+ "category": "CMS",
6119
+ "type": "3rd-party",
6120
+ "maintainers": [
6121
+ {
6122
+ "name": "Ahad Birang",
6123
+ "github": "farnabaz",
6124
+ "twitter": "a_birang"
6125
+ },
6126
+ {
6127
+ "name": "Sébastien Chopin",
6128
+ "github": "Atinux",
6129
+ "twitter": "Atinux"
6130
+ }
6131
+ ],
6132
+ "compatibility": {
6133
+ "nuxt": "^3.0.0",
6134
+ "requires": {
6135
+ "content": true
6136
+ }
6137
+ }
6138
+ },
5659
6139
  {
5660
6140
  "name": "style-resources",
5661
6141
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5681,7 +6161,7 @@
5681
6161
  },
5682
6162
  {
5683
6163
  "name": "stylelint",
5684
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6164
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5685
6165
  "repo": "nuxt-community/stylelint-module",
5686
6166
  "npm": "@nuxtjs/stylelint-module",
5687
6167
  "icon": "stylelint.png",
@@ -5804,7 +6284,7 @@
5804
6284
  },
5805
6285
  {
5806
6286
  "name": "svg",
5807
- "description": "Super simple svg loading module for Nuxt.js",
6287
+ "description": "Super simple svg loading module for Nuxt",
5808
6288
  "repo": "nuxt-community/svg-module",
5809
6289
  "npm": "@nuxtjs/svg",
5810
6290
  "icon": "",
@@ -5848,7 +6328,7 @@
5848
6328
  },
5849
6329
  {
5850
6330
  "name": "swiper",
5851
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6331
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5852
6332
  "repo": "cpreston321/nuxt-swiper",
5853
6333
  "npm": "nuxt-swiper",
5854
6334
  "icon": "swiper.svg",
@@ -5894,10 +6374,10 @@
5894
6374
  {
5895
6375
  "name": "tailwindcss",
5896
6376
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5897
- "repo": "nuxt-modules/tailwindcss-module",
6377
+ "repo": "nuxt-modules/tailwindcss",
5898
6378
  "npm": "@nuxtjs/tailwindcss",
5899
6379
  "icon": "tailwindcss.png",
5900
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6380
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5901
6381
  "website": "https://tailwindcss.nuxtjs.org",
5902
6382
  "learn_more": "https://tailwindcss.com/",
5903
6383
  "category": "UI",
@@ -5915,7 +6395,8 @@
5915
6395
  ],
5916
6396
  "compatibility": {
5917
6397
  "nuxt": "^2.0.0 || ^3.0.0",
5918
- "requires": {}
6398
+ "requires": {},
6399
+ "devtools": "^0.0.0"
5919
6400
  }
5920
6401
  },
5921
6402
  {
@@ -5965,7 +6446,7 @@
5965
6446
  },
5966
6447
  {
5967
6448
  "name": "toast",
5968
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6449
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5969
6450
  "repo": "nuxt-community/modules#master/packages/toast",
5970
6451
  "npm": "@nuxtjs/toast",
5971
6452
  "icon": "",
@@ -6046,7 +6527,7 @@
6046
6527
  },
6047
6528
  {
6048
6529
  "name": "twa",
6049
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6530
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
6050
6531
  "repo": "tuarrep/nuxt-twa",
6051
6532
  "npm": "nuxt-twa",
6052
6533
  "icon": "",
@@ -6234,6 +6715,30 @@
6234
6715
  "requires": {}
6235
6716
  }
6236
6717
  },
6718
+ {
6719
+ "name": "typo3",
6720
+ "description": "TYPO3 Headless Frontend Rendering module",
6721
+ "repo": "TYPO3-Headless/nuxt-typo3",
6722
+ "npm": "@t3headless/nuxt-typo3",
6723
+ "icon": "typo3.svg",
6724
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6725
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6726
+ "learn_more": "https://github.com/TYPO3-Headless",
6727
+ "category": "CMS",
6728
+ "type": "3rd-party",
6729
+ "maintainers": [
6730
+ {
6731
+ "name": "Macopedia",
6732
+ "github": "macopedia",
6733
+ "twitter": "macopediapl"
6734
+ }
6735
+ ],
6736
+ "compatibility": {
6737
+ "nuxt": "^2.0.0 || ^3.0.0",
6738
+ "requires": {},
6739
+ "devtools": "^0.0.0"
6740
+ }
6741
+ },
6237
6742
  {
6238
6743
  "name": "ui",
6239
6744
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6315,7 +6820,7 @@
6315
6820
  },
6316
6821
  {
6317
6822
  "name": "universal-storage",
6318
- "description": "Universal Storage Utilities for Nuxt.js",
6823
+ "description": "Universal Storage Utilities for Nuxt",
6319
6824
  "repo": "nuxt-community/universal-storage-module",
6320
6825
  "npm": "@nuxtjs/universal-storage",
6321
6826
  "icon": "",
@@ -6392,12 +6897,12 @@
6392
6897
  {
6393
6898
  "name": "unocss",
6394
6899
  "description": "The instant on-demand atomic CSS engine.",
6395
- "repo": "antfu/unocss#main/packages/nuxt",
6900
+ "repo": "unocss/unocss#main/packages/nuxt",
6396
6901
  "npm": "@unocss/nuxt",
6397
6902
  "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",
6903
+ "github": "https://github.com/unocss/unocss",
6904
+ "website": "https://github.com/unocss/unocss",
6905
+ "learn_more": "https://github.com/unocss/unocss",
6401
6906
  "category": "UI",
6402
6907
  "type": "3rd-party",
6403
6908
  "maintainers": [
@@ -6412,7 +6917,8 @@
6412
6917
  "nuxt": "^2.0.0 || ^3.0.0",
6413
6918
  "requires": {
6414
6919
  "bridge": "optional"
6415
- }
6920
+ },
6921
+ "devtools": "^0.0.0"
6416
6922
  }
6417
6923
  },
6418
6924
  {
@@ -6464,7 +6970,7 @@
6464
6970
  },
6465
6971
  {
6466
6972
  "name": "user-agent",
6467
- "description": "Nuxt.js module for handling User-Agent.",
6973
+ "description": "Nuxt module for handling User-Agent.",
6468
6974
  "repo": "fukuiretu/nuxt-user-agent",
6469
6975
  "npm": "nuxt-user-agent",
6470
6976
  "icon": "",
@@ -6578,7 +7084,7 @@
6578
7084
  },
6579
7085
  {
6580
7086
  "name": "vee-validate",
6581
- "description": "Painless Vue forms for Nuxt.js",
7087
+ "description": "Painless Vue forms for Nuxt",
6582
7088
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6583
7089
  "npm": "@vee-validate/nuxt",
6584
7090
  "icon": "vee-validate.png",
@@ -6668,7 +7174,7 @@
6668
7174
  },
6669
7175
  {
6670
7176
  "name": "vite-pwa-nuxt",
6671
- "description": "Zero-config PWA Plugin for Nuxt 3",
7177
+ "description": "Zero-config PWA Plugin for Nuxt",
6672
7178
  "repo": "vite-pwa/nuxt",
6673
7179
  "npm": "@vite-pwa/nuxt",
6674
7180
  "icon": "vite-pwa-nuxt.svg",
@@ -6717,18 +7223,19 @@
6717
7223
  ],
6718
7224
  "compatibility": {
6719
7225
  "nuxt": "^3.0.0",
6720
- "requires": {}
7226
+ "requires": {},
7227
+ "devtools": "^0.0.0"
6721
7228
  }
6722
7229
  },
6723
7230
  {
6724
7231
  "name": "vue-email",
6725
- "description": "Write email templates with vue",
7232
+ "description": "💌 Write email templates with vue",
6726
7233
  "repo": "Dave136/vue-email#main/packages/vue-email",
6727
7234
  "npm": "vue-email",
6728
7235
  "icon": "vue-email.svg",
6729
7236
  "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",
7237
+ "website": "https://www.vuemail.net/",
7238
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6732
7239
  "category": "UI",
6733
7240
  "type": "3rd-party",
6734
7241
  "maintainers": [
@@ -6745,6 +7252,30 @@
6745
7252
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6746
7253
  }
6747
7254
  ],
7255
+ "compatibility": {
7256
+ "nuxt": "^3.0.0",
7257
+ "requires": {},
7258
+ "devtools": "^0.0.0"
7259
+ }
7260
+ },
7261
+ {
7262
+ "name": "vue-final-modal",
7263
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7264
+ "repo": "vue-final/vue-final-modal",
7265
+ "npm": "@vue-final-modal/nuxt",
7266
+ "icon": "vue-final-modal.svg",
7267
+ "github": "https://github.com/vue-final/vue-final-modal",
7268
+ "website": "https://vue-final-modal.org/",
7269
+ "learn_more": "https://vue-final-modal.org/",
7270
+ "category": "UI",
7271
+ "type": "3rd-party",
7272
+ "maintainers": [
7273
+ {
7274
+ "name": "Hunter Liu",
7275
+ "github": "hunterliu1003",
7276
+ "twitter": "hunterliu1003"
7277
+ }
7278
+ ],
6748
7279
  "compatibility": {
6749
7280
  "nuxt": "^3.0.0",
6750
7281
  "requires": {}
@@ -6772,7 +7303,8 @@
6772
7303
  "nuxt": "^3.0.0",
6773
7304
  "requires": {
6774
7305
  "bridge": "optional"
6775
- }
7306
+ },
7307
+ "devtools": "^0.0.0"
6776
7308
  }
6777
7309
  },
6778
7310
  {
@@ -6799,7 +7331,7 @@
6799
7331
  },
6800
7332
  {
6801
7333
  "name": "vue-multiselect",
6802
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7334
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6803
7335
  "repo": "spektrummedia/nuxt-vue-multiselect",
6804
7336
  "npm": "nuxt-vue-multiselect",
6805
7337
  "icon": "",
@@ -6913,7 +7445,7 @@
6913
7445
  },
6914
7446
  {
6915
7447
  "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",
7448
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6917
7449
  "repo": "juliomrqz/vue-warehouse",
6918
7450
  "npm": "vue-warehouse",
6919
7451
  "icon": "",
@@ -6936,7 +7468,7 @@
6936
7468
  },
6937
7469
  {
6938
7470
  "name": "vue3-carousel-nuxt",
6939
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7471
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6940
7472
  "repo": "gaetansenn/vue3-carousel-nuxt",
6941
7473
  "npm": "vue3-carousel-nuxt",
6942
7474
  "icon": "",
@@ -6979,9 +7511,55 @@
6979
7511
  "requires": {}
6980
7512
  }
6981
7513
  },
7514
+ {
7515
+ "name": "vueform-builder",
7516
+ "description": "Official Vueform Builder module for Nuxt",
7517
+ "repo": "vueform/builder/nuxt",
7518
+ "npm": "@vueform/builder-nuxt",
7519
+ "icon": "vueform.svg",
7520
+ "github": "https://github.com/vueform/builder",
7521
+ "website": "https://builder.vueform.com",
7522
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7523
+ "category": "Libraries",
7524
+ "type": "3rd-party",
7525
+ "maintainers": [
7526
+ {
7527
+ "name": "Adam Berecz",
7528
+ "github": "adamberecz",
7529
+ "twitter": "bereczadam"
7530
+ }
7531
+ ],
7532
+ "compatibility": {
7533
+ "nuxt": "^3.0.0",
7534
+ "requires": {}
7535
+ }
7536
+ },
7537
+ {
7538
+ "name": "vueform",
7539
+ "description": "Official Vueform module for Nuxt",
7540
+ "repo": "vueform/vueform/nuxt",
7541
+ "npm": "@vueform/nuxt",
7542
+ "icon": "vueform.svg",
7543
+ "github": "https://github.com/vueform/vueform",
7544
+ "website": "https://vueform.com",
7545
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7546
+ "category": "Libraries",
7547
+ "type": "3rd-party",
7548
+ "maintainers": [
7549
+ {
7550
+ "name": "Adam Berecz",
7551
+ "github": "adamberecz",
7552
+ "twitter": "bereczadam"
7553
+ }
7554
+ ],
7555
+ "compatibility": {
7556
+ "nuxt": "^3.0.0",
7557
+ "requires": {}
7558
+ }
7559
+ },
6982
7560
  {
6983
7561
  "name": "vuestic",
6984
- "description": "Vuestic UI module for Nuxt 3",
7562
+ "description": "Vuestic UI module for Nuxt",
6985
7563
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6986
7564
  "npm": "@vuestic/nuxt",
6987
7565
  "icon": "vuestic.png",
@@ -7008,8 +7586,8 @@
7008
7586
  "npm": "vuetify-nuxt-module",
7009
7587
  "icon": "vuetify-logo-v3-dark.svg",
7010
7588
  "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",
7589
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7590
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7013
7591
  "category": "UI",
7014
7592
  "type": "3rd-party",
7015
7593
  "maintainers": [
@@ -7025,7 +7603,7 @@
7025
7603
  },
7026
7604
  {
7027
7605
  "name": "vuetify",
7028
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7606
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
7029
7607
  "repo": "nuxt-community/vuetify-module",
7030
7608
  "npm": "@nuxtjs/vuetify",
7031
7609
  "icon": "vuetify.png",
@@ -7072,7 +7650,8 @@
7072
7650
  "nuxt": "^2.0.0 || ^3.0.0",
7073
7651
  "requires": {
7074
7652
  "bridge": "optional"
7075
- }
7653
+ },
7654
+ "devtools": "^0.0.0"
7076
7655
  }
7077
7656
  },
7078
7657
  {
@@ -7099,7 +7678,7 @@
7099
7678
  },
7100
7679
  {
7101
7680
  "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.",
7681
+ "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
7682
  "repo": "gaetansenn/vunix#main/packages/nuxt",
7104
7683
  "npm": "@vunix/nuxt",
7105
7684
  "icon": "",
@@ -7178,7 +7757,7 @@
7178
7757
  },
7179
7758
  {
7180
7759
  "name": "webpack-optimisations",
7181
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7760
+ "description": "Nuxt v2 module to automatically make your builds faster.",
7182
7761
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
7183
7762
  "npm": "nuxt-webpack-optimisations",
7184
7763
  "icon": "build-optimisations.svg",
@@ -7270,7 +7849,7 @@
7270
7849
  },
7271
7850
  {
7272
7851
  "name": "well-known",
7273
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7852
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7274
7853
  "repo": "zadigetvoltaire/nuxt-well-known",
7275
7854
  "npm": "@zadigetvoltaire/nuxt-well-known",
7276
7855
  "icon": "well-known.svg",
@@ -7292,7 +7871,7 @@
7292
7871
  },
7293
7872
  {
7294
7873
  "name": "wideangle",
7295
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7874
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7296
7875
  "repo": "inputobjects/wideangle-nuxt",
7297
7876
  "npm": "wideangle-nuxt",
7298
7877
  "icon": "wideangle.png",
@@ -7461,7 +8040,7 @@
7461
8040
  },
7462
8041
  {
7463
8042
  "name": "zendesk",
7464
- "description": "Nuxt.js module for Zendesk",
8043
+ "description": "Nuxt module for Zendesk",
7465
8044
  "repo": "DansMaCulotte/nuxt-zendesk",
7466
8045
  "npm": "@dansmaculotte/nuxt-zendesk",
7467
8046
  "icon": "zendesk.png",