@nuxt/modules 0.6.0-943383 → 0.6.0-98ffa5

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 +712 -227
  2. package/package.json +9 -9
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,9 +170,31 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -331,9 +353,31 @@
331
353
  "requires": {}
332
354
  }
333
355
  },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
334
378
  {
335
379
  "name": "auth",
336
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
337
381
  "repo": "nuxt-community/auth-module",
338
382
  "npm": "@nuxtjs/auth",
339
383
  "icon": "auth.png",
@@ -381,9 +425,32 @@
381
425
  "requires": {}
382
426
  }
383
427
  },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
384
451
  {
385
452
  "name": "axios",
386
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
387
454
  "repo": "nuxt-community/axios-module",
388
455
  "npm": "@nuxtjs/axios",
389
456
  "icon": "axios.svg",
@@ -406,7 +473,7 @@
406
473
  },
407
474
  {
408
475
  "name": "basic-auth",
409
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
410
477
  "repo": "potato4d/nuxt-basic-auth-module",
411
478
  "npm": "nuxt-basic-auth-module",
412
479
  "icon": "",
@@ -530,7 +597,7 @@
530
597
  },
531
598
  {
532
599
  "name": "bulma-slim",
533
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
534
601
  "repo": "mustardamus/nuxt-bulma-slim",
535
602
  "npm": "nuxt-bulma-slim",
536
603
  "icon": "bulma.png",
@@ -597,7 +664,7 @@
597
664
  },
598
665
  {
599
666
  "name": "canvas-sketch",
600
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
601
668
  "repo": "LuXDAmore/generative-art",
602
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
603
670
  "icon": "",
@@ -620,7 +687,7 @@
620
687
  },
621
688
  {
622
689
  "name": "capo",
623
- "description": "Capo.js implementation for Nuxt 3",
690
+ "description": "Capo.js implementation for Nuxt",
624
691
  "repo": "danielroe/nuxt-capo",
625
692
  "npm": "nuxt-capo",
626
693
  "icon": "",
@@ -642,7 +709,7 @@
642
709
  },
643
710
  {
644
711
  "name": "chakra-ui",
645
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
646
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
647
714
  "npm": "@chakra-ui/nuxt",
648
715
  "icon": "chakra-ui.png",
@@ -753,7 +820,7 @@
753
820
  },
754
821
  {
755
822
  "name": "cloudcms",
756
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
757
824
  "repo": "gitana/cloudcms-nuxt",
758
825
  "npm": "cloudcms-nuxt",
759
826
  "icon": "",
@@ -802,7 +869,7 @@
802
869
  },
803
870
  {
804
871
  "name": "cloudinary",
805
- "description": "Optimize images and videos in your Nuxt.js application",
872
+ "description": "Optimize images and videos in your Nuxt application",
806
873
  "repo": "nuxt-modules/cloudinary",
807
874
  "npm": "@nuxtjs/cloudinary",
808
875
  "icon": "cloudinary.png",
@@ -825,7 +892,7 @@
825
892
  },
826
893
  {
827
894
  "name": "color-mode",
828
- "description": "Dark and Light mode for NuxtJS with auto detection",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
829
896
  "repo": "nuxt-modules/color-mode",
830
897
  "npm": "@nuxtjs/color-mode",
831
898
  "icon": "color-mode.png",
@@ -1046,7 +1113,7 @@
1046
1113
  },
1047
1114
  {
1048
1115
  "name": "darkmode.js",
1049
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1050
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1051
1118
  "npm": "nuxtjs-darkmode-js-module",
1052
1119
  "icon": "darkmode.png",
@@ -1068,7 +1135,7 @@
1068
1135
  },
1069
1136
  {
1070
1137
  "name": "date-fns",
1071
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1072
1139
  "repo": "nuxt-community/date-fns-module",
1073
1140
  "npm": "@nuxtjs/date-fns",
1074
1141
  "icon": "date-fns.png",
@@ -1090,7 +1157,7 @@
1090
1157
  },
1091
1158
  {
1092
1159
  "name": "datocms-nuxt2",
1093
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1094
1161
  "repo": "voorhoede/nuxt-datocms-module",
1095
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1096
1163
  "icon": "datocms.svg",
@@ -1159,7 +1226,7 @@
1159
1226
  },
1160
1227
  {
1161
1228
  "name": "delay-hydration",
1162
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1163
1230
  "repo": "harlan-zw/nuxt-delay-hydration",
1164
1231
  "npm": "nuxt-delay-hydration",
1165
1232
  "icon": "lighthouse.svg",
@@ -1182,12 +1249,12 @@
1182
1249
  },
1183
1250
  {
1184
1251
  "name": "device",
1185
- "description": "Device detection module for Nuxt.js",
1186
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1187
1254
  "npm": "@nuxtjs/device",
1188
1255
  "icon": "",
1189
- "github": "https://github.com/nuxt-community/device-module",
1190
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1191
1258
  "learn_more": "",
1192
1259
  "category": "Extensions",
1193
1260
  "type": "community",
@@ -1245,12 +1312,13 @@
1245
1312
  ],
1246
1313
  "compatibility": {
1247
1314
  "nuxt": "^3.0.0",
1248
- "requires": {}
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1249
1317
  }
1250
1318
  },
1251
1319
  {
1252
1320
  "name": "disqus",
1253
- "description": "Disqus for Nuxt 3",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1254
1322
  "repo": "modbender/nuxt-disqus",
1255
1323
  "npm": "nuxt-disqus",
1256
1324
  "icon": "disqus.svg",
@@ -1272,7 +1340,7 @@
1272
1340
  },
1273
1341
  {
1274
1342
  "name": "dotenv",
1275
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1276
1344
  "repo": "nuxt-community/dotenv-module",
1277
1345
  "npm": "@nuxtjs/dotenv",
1278
1346
  "icon": "dotenv.png",
@@ -1294,7 +1362,7 @@
1294
1362
  },
1295
1363
  {
1296
1364
  "name": "drupal-ce",
1297
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1298
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1299
1367
  "npm": "nuxtjs-drupal-ce",
1300
1368
  "icon": "drupal-ce.png",
@@ -1327,7 +1395,7 @@
1327
1395
  },
1328
1396
  {
1329
1397
  "name": "druxt",
1330
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1331
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1332
1400
  "npm": "druxt",
1333
1401
  "icon": "druxt.svg",
@@ -1347,6 +1415,29 @@
1347
1415
  "requires": {}
1348
1416
  }
1349
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1350
1441
  {
1351
1442
  "name": "electron",
1352
1443
  "description": "Integrate Nuxt and Electron.",
@@ -1395,7 +1486,7 @@
1395
1486
  },
1396
1487
  {
1397
1488
  "name": "emotion",
1398
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1399
1490
  "repo": "nuxt-modules/emotion",
1400
1491
  "npm": "@nuxtjs/emotion",
1401
1492
  "icon": "emotion.png",
@@ -1423,7 +1514,7 @@
1423
1514
  },
1424
1515
  {
1425
1516
  "name": "eslint",
1426
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1427
1518
  "repo": "nuxt-community/eslint-module",
1428
1519
  "npm": "@nuxtjs/eslint-module",
1429
1520
  "icon": "eslint.png",
@@ -1445,7 +1536,7 @@
1445
1536
  },
1446
1537
  {
1447
1538
  "name": "event-trace",
1448
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1449
1540
  "repo": "nuxt-community/nuxt-event-trace",
1450
1541
  "npm": "nuxt-event-trace",
1451
1542
  "icon": "",
@@ -1489,7 +1580,7 @@
1489
1580
  },
1490
1581
  {
1491
1582
  "name": "feature-toggle",
1492
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1493
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1494
1585
  "npm": "nuxt-feature-toggle",
1495
1586
  "icon": "",
@@ -1556,7 +1647,7 @@
1556
1647
  },
1557
1648
  {
1558
1649
  "name": "floating-prompt-module",
1559
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1650
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1560
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1561
1652
  "npm": "nuxt-floating-prompt-module",
1562
1653
  "icon": "",
@@ -1672,7 +1763,7 @@
1672
1763
  "npm": "@hebilicious/form-actions-nuxt",
1673
1764
  "icon": "form-actions.svg",
1674
1765
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1675
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1676
1767
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1677
1768
  "category": "Request",
1678
1769
  "type": "3rd-party",
@@ -1684,7 +1775,7 @@
1684
1775
  }
1685
1776
  ],
1686
1777
  "compatibility": {
1687
- "nuxt": "^3.0.0",
1778
+ "nuxt": "^3.7.0",
1688
1779
  "requires": {}
1689
1780
  }
1690
1781
  },
@@ -1762,7 +1853,7 @@
1762
1853
  },
1763
1854
  {
1764
1855
  "name": "google-adsense",
1765
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1766
1857
  "repo": "nuxt-community/google-adsense-module",
1767
1858
  "npm": "@nuxtjs/google-adsense",
1768
1859
  "icon": "google-adsense.png",
@@ -1788,7 +1879,7 @@
1788
1879
  },
1789
1880
  {
1790
1881
  "name": "google-analytics",
1791
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1792
1883
  "repo": "nuxt-community/analytics-module",
1793
1884
  "npm": "@nuxtjs/google-analytics",
1794
1885
  "icon": "google-analytics.png",
@@ -1820,7 +1911,7 @@
1820
1911
  },
1821
1912
  {
1822
1913
  "name": "google-fonts",
1823
- "description": "Google Fonts module for NuxtJS",
1914
+ "description": "Google Fonts module for Nuxt",
1824
1915
  "repo": "nuxt-modules/google-fonts",
1825
1916
  "npm": "@nuxtjs/google-fonts",
1826
1917
  "icon": "google-fonts.png",
@@ -1844,7 +1935,7 @@
1844
1935
  },
1845
1936
  {
1846
1937
  "name": "google-gtag",
1847
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1848
1939
  "repo": "nuxt-community/google-gtag",
1849
1940
  "npm": "@nuxtjs/google-gtag",
1850
1941
  "icon": "gtm.png",
@@ -1870,7 +1961,7 @@
1870
1961
  },
1871
1962
  {
1872
1963
  "name": "google-optimize",
1873
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1874
1965
  "repo": "nuxt-community/google-optimize-module",
1875
1966
  "npm": "nuxt-google-optimize",
1876
1967
  "icon": "google-optimize.png",
@@ -1925,7 +2016,7 @@
1925
2016
  },
1926
2017
  {
1927
2018
  "name": "graphql-request",
1928
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1929
2020
  "repo": "gomah/nuxt-graphql-request",
1930
2021
  "npm": "nuxt-graphql-request",
1931
2022
  "icon": "graphql-request.png",
@@ -1941,7 +2032,7 @@
1941
2032
  }
1942
2033
  ],
1943
2034
  "compatibility": {
1944
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1945
2036
  "requires": {}
1946
2037
  }
1947
2038
  },
@@ -1964,12 +2055,13 @@
1964
2055
  ],
1965
2056
  "compatibility": {
1966
2057
  "nuxt": "^3.0.0",
1967
- "requires": {}
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
1968
2060
  }
1969
2061
  },
1970
2062
  {
1971
2063
  "name": "gtag",
1972
- "description": "Google Analytics integration for Nuxt 3",
2064
+ "description": "Google Analytics integration for Nuxt",
1973
2065
  "repo": "johannschopplich/nuxt-gtag",
1974
2066
  "npm": "nuxt-gtag",
1975
2067
  "icon": "gtag.svg",
@@ -1993,7 +2085,7 @@
1993
2085
  },
1994
2086
  {
1995
2087
  "name": "gtm",
1996
- "description": "Google Tag Manager Module for Nuxt.js",
2088
+ "description": "Google Tag Manager Module for Nuxt",
1997
2089
  "repo": "nuxt-community/gtm-module",
1998
2090
  "npm": "@nuxtjs/gtm",
1999
2091
  "icon": "gtm.png",
@@ -2016,7 +2108,7 @@
2016
2108
  },
2017
2109
  {
2018
2110
  "name": "guess",
2019
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
2020
2112
  "repo": "nuxt-community/guess-module",
2021
2113
  "npm": "@nuxtjs/guess-module",
2022
2114
  "icon": "guessjs.png",
@@ -2128,7 +2220,7 @@
2128
2220
  },
2129
2221
  {
2130
2222
  "name": "helmet",
2131
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
2132
2224
  "repo": "victor-perez/nuxt-helmet",
2133
2225
  "npm": "nuxt-helmet",
2134
2226
  "icon": "",
@@ -2172,7 +2264,7 @@
2172
2264
  },
2173
2265
  {
2174
2266
  "name": "history-state",
2175
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
2176
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
2177
2269
  "npm": "nuxt-history-state",
2178
2270
  "icon": "",
@@ -2241,7 +2333,7 @@
2241
2333
  },
2242
2334
  {
2243
2335
  "name": "http",
2244
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
2245
2337
  "repo": "nuxt/http",
2246
2338
  "npm": "@nuxt/http",
2247
2339
  "icon": "http.png",
@@ -2269,7 +2361,7 @@
2269
2361
  },
2270
2362
  {
2271
2363
  "name": "humans-txt",
2272
- "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.",
2364
+ "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.",
2273
2365
  "repo": "Luxdamore/nuxt-humans-txt",
2274
2366
  "npm": "@luxdamore/nuxt-humans-txt",
2275
2367
  "icon": "",
@@ -2357,7 +2449,8 @@
2357
2449
  ],
2358
2450
  "compatibility": {
2359
2451
  "nuxt": "^3.0.0",
2360
- "requires": {}
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2361
2454
  }
2362
2455
  },
2363
2456
  {
@@ -2406,12 +2499,12 @@
2406
2499
  },
2407
2500
  {
2408
2501
  "name": "image",
2409
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2502
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2410
2503
  "repo": "nuxt/image",
2411
2504
  "npm": "@nuxt/image",
2412
2505
  "icon": "image.png",
2413
2506
  "github": "https://github.com/nuxt/image",
2414
- "website": "https://image.nuxtjs.org",
2507
+ "website": "https://image.nuxt.com",
2415
2508
  "learn_more": "",
2416
2509
  "category": "Images",
2417
2510
  "type": "official",
@@ -2421,6 +2514,11 @@
2421
2514
  "github": "farnabaz",
2422
2515
  "twitter": "a_birang"
2423
2516
  },
2517
+ {
2518
+ "name": "Daniel Roe",
2519
+ "github": "danielroe",
2520
+ "twitter": "danielcroe"
2521
+ },
2424
2522
  {
2425
2523
  "name": "Pooya Parsa",
2426
2524
  "github": "pi0",
@@ -2441,7 +2539,7 @@
2441
2539
  },
2442
2540
  {
2443
2541
  "name": "imagemin",
2444
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2542
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2445
2543
  "repo": "nuxt-community/imagemin-module",
2446
2544
  "npm": "@nuxtjs/imagemin",
2447
2545
  "icon": "imagemin.png",
@@ -2488,7 +2586,7 @@
2488
2586
  },
2489
2587
  {
2490
2588
  "name": "intercom",
2491
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2589
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2492
2590
  "repo": "hex-digital/nuxt-intercom",
2493
2591
  "npm": "@hexdigital/nuxt-intercom",
2494
2592
  "icon": "intercom.png",
@@ -2533,7 +2631,7 @@
2533
2631
  },
2534
2632
  {
2535
2633
  "name": "jsonapi",
2536
- "description": "Easy JSON:API client integration for Nuxt.js",
2634
+ "description": "Easy JSON:API client integration for Nuxt",
2537
2635
  "repo": "patrickcate/nuxt-jsonapi",
2538
2636
  "npm": "nuxt-jsonapi",
2539
2637
  "icon": "jsonapi.svg",
@@ -2575,9 +2673,36 @@
2575
2673
  "requires": {}
2576
2674
  }
2577
2675
  },
2676
+ {
2677
+ "name": "kinde",
2678
+ "description": "Kinde authentication integration for Nuxt",
2679
+ "repo": "nuxt-modules/kinde",
2680
+ "npm": "@nuxtjs/kinde",
2681
+ "icon": "kinde.svg",
2682
+ "github": "https://github.com/nuxt-modules/kinde",
2683
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2684
+ "learn_more": "https://kinde.com/",
2685
+ "category": "Security",
2686
+ "type": "community",
2687
+ "maintainers": [
2688
+ {
2689
+ "name": "danielroe",
2690
+ "github": "danielroe"
2691
+ },
2692
+ {
2693
+ "name": "daveordead",
2694
+ "github": "DaveOrDead",
2695
+ "twitter": "dave_or_dead"
2696
+ }
2697
+ ],
2698
+ "compatibility": {
2699
+ "nuxt": "^3.0.0",
2700
+ "requires": {}
2701
+ }
2702
+ },
2578
2703
  {
2579
2704
  "name": "kql",
2580
- "description": "Nuxt 3 module for Kirby's Query Language API",
2705
+ "description": "Nuxt module for Kirby's Query Language API",
2581
2706
  "repo": "johannschopplich/nuxt-kql",
2582
2707
  "npm": "nuxt-kql",
2583
2708
  "icon": "kql.svg",
@@ -2601,7 +2726,7 @@
2601
2726
  },
2602
2727
  {
2603
2728
  "name": "laravel-echo",
2604
- "description": "Laravel Echo for Nuxt.js",
2729
+ "description": "Laravel Echo for Nuxt",
2605
2730
  "repo": "nuxt-community/laravel-echo",
2606
2731
  "npm": "@nuxtjs/laravel-echo",
2607
2732
  "icon": "laravel-echo.png",
@@ -2689,13 +2814,13 @@
2689
2814
  },
2690
2815
  {
2691
2816
  "name": "link-checker",
2692
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2817
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2693
2818
  "repo": "harlan-zw/nuxt-link-checker",
2694
2819
  "npm": "nuxt-link-checker",
2695
- "icon": "",
2820
+ "icon": "link-checker.svg",
2696
2821
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2697
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2698
- "learn_more": "",
2822
+ "website": "https://nuxtseo.com/link-checker",
2823
+ "learn_more": "https://nuxtseo.com/link-checker",
2699
2824
  "category": "SEO",
2700
2825
  "type": "3rd-party",
2701
2826
  "maintainers": [
@@ -2708,7 +2833,8 @@
2708
2833
  ],
2709
2834
  "compatibility": {
2710
2835
  "nuxt": "^3.0.0",
2711
- "requires": {}
2836
+ "requires": {},
2837
+ "devtools": "^0.0.0"
2712
2838
  }
2713
2839
  },
2714
2840
  {
@@ -2785,12 +2911,12 @@
2785
2911
  },
2786
2912
  {
2787
2913
  "name": "logrocket",
2788
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2789
- "repo": "nuxt-community/nuxt-logrocket",
2914
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2915
+ "repo": "nuxt-modules/logrocket",
2790
2916
  "npm": "nuxt-logrocket",
2791
2917
  "icon": "logrocket.png",
2792
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2793
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2918
+ "github": "https://github.com/nuxt-modules/logrocket",
2919
+ "website": "https://github.com/nuxt-modules/logrocket",
2794
2920
  "learn_more": "https://docs.logrocket.com/docs",
2795
2921
  "category": "Monitoring",
2796
2922
  "type": "community",
@@ -2808,7 +2934,7 @@
2808
2934
  },
2809
2935
  {
2810
2936
  "name": "lucide-icons",
2811
- "description": "Nuxt 3 module to integrate Lucide icons",
2937
+ "description": "Nuxt module to integrate Lucide icons",
2812
2938
  "repo": "swisnl/nuxt-lucide-icons",
2813
2939
  "npm": "nuxt-lucide-icons",
2814
2940
  "icon": "lucide-icons.svg",
@@ -2834,7 +2960,7 @@
2834
2960
  },
2835
2961
  {
2836
2962
  "name": "lunr",
2837
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2963
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2838
2964
  "repo": "nuxt-community/lunr-module",
2839
2965
  "npm": "@nuxtjs/lunr-module",
2840
2966
  "icon": "",
@@ -2922,6 +3048,28 @@
2922
3048
  "requires": {}
2923
3049
  }
2924
3050
  },
3051
+ {
3052
+ "name": "maz-ui",
3053
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3054
+ "repo": "louismazel/maz-ui",
3055
+ "npm": "maz-ui",
3056
+ "icon": "maz-ui.png",
3057
+ "github": "https://github.com/louismazel/maz-ui",
3058
+ "website": "https://louismazel.github.io/maz-ui-3/",
3059
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3060
+ "category": "UI",
3061
+ "type": "community",
3062
+ "maintainers": [
3063
+ {
3064
+ "name": "Loïc Mazuel",
3065
+ "github": "LouisMazel"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2925
3073
  {
2926
3074
  "name": "mdx",
2927
3075
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2947,7 +3095,7 @@
2947
3095
  },
2948
3096
  {
2949
3097
  "name": "medusa",
2950
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3098
+ "description": "Easily connect to Medusa from your Nuxt application",
2951
3099
  "repo": "Baroshem/nuxt-medusa",
2952
3100
  "npm": "nuxt-medusa",
2953
3101
  "icon": "medusa.svg",
@@ -2972,7 +3120,7 @@
2972
3120
  },
2973
3121
  {
2974
3122
  "name": "meilisearch",
2975
- "description": "Meilisearch Instant Search module for Nuxt 3",
3123
+ "description": "Meilisearch Instant Search module for Nuxt",
2976
3124
  "repo": "xlanex6/nuxt-meilisearch",
2977
3125
  "npm": "nuxt-meilisearch",
2978
3126
  "icon": "meilisearch.svg",
@@ -2992,7 +3140,8 @@
2992
3140
  "nuxt": "^3.0.0",
2993
3141
  "requires": {
2994
3142
  "bridge": false
2995
- }
3143
+ },
3144
+ "devtools": "^0.0.0"
2996
3145
  }
2997
3146
  },
2998
3147
  {
@@ -3064,7 +3213,7 @@
3064
3213
  },
3065
3214
  {
3066
3215
  "name": "moment",
3067
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3216
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3068
3217
  "repo": "nuxt-community/moment-module",
3069
3218
  "npm": "@nuxtjs/moment",
3070
3219
  "icon": "momentjs.png",
@@ -3091,7 +3240,7 @@
3091
3240
  },
3092
3241
  {
3093
3242
  "name": "mq",
3094
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3243
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3095
3244
  "repo": "vanhoofmaarten/nuxt-mq",
3096
3245
  "npm": "nuxt-mq",
3097
3246
  "icon": "",
@@ -3135,7 +3284,7 @@
3135
3284
  },
3136
3285
  {
3137
3286
  "name": "netlify-cache",
3138
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3287
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3139
3288
  "repo": "DreaMinder/nuxt-netlify-cache",
3140
3289
  "npm": "nuxt-netlify-cache",
3141
3290
  "icon": "netlify.png",
@@ -3180,7 +3329,7 @@
3180
3329
  },
3181
3330
  {
3182
3331
  "name": "netlify",
3183
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3332
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3184
3333
  "repo": "bazzite/nuxt-netlify",
3185
3334
  "npm": "@aceforth/nuxt-netlify",
3186
3335
  "icon": "netlify.png",
@@ -3295,30 +3444,31 @@
3295
3444
  }
3296
3445
  },
3297
3446
  {
3298
- "name": "nuxt-auth",
3299
- "description": "",
3300
- "repo": "sidebase/nuxt-auth",
3301
- "npm": "@sidebase/nuxt-auth",
3302
- "icon": "",
3303
- "github": "https://github.com/sidebase/nuxt-auth",
3304
- "website": "https://github.com/sidebase/nuxt-auth",
3447
+ "name": "nuxt-auth-sanctum",
3448
+ "description": "Nuxt module for Laravel Sanctum authentication",
3449
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3450
+ "npm": "nuxt-auth-sanctum",
3451
+ "icon": "laravel.svg",
3452
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3453
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3305
3454
  "learn_more": "",
3306
- "category": "Devtools",
3455
+ "category": "Security",
3307
3456
  "type": "3rd-party",
3308
3457
  "maintainers": [
3309
3458
  {
3310
- "name": "sidebase",
3311
- "github": "sidebase"
3459
+ "name": "Artem Manchenkov",
3460
+ "github": "manchenkoff",
3461
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3312
3462
  }
3313
3463
  ],
3314
3464
  "compatibility": {
3315
- "nuxt": "^2.0.0",
3465
+ "nuxt": "^3.0.0",
3316
3466
  "requires": {}
3317
3467
  }
3318
3468
  },
3319
3469
  {
3320
3470
  "name": "nuxt-basic-auth",
3321
- "description": "Nuxt 3 Module for Basic Authentication",
3471
+ "description": "Nuxt Module for Basic Authentication",
3322
3472
  "repo": "kgierke/nuxt-basic-auth",
3323
3473
  "npm": "@kgierke/nuxt-basic-auth",
3324
3474
  "icon": "",
@@ -3362,7 +3512,7 @@
3362
3512
  },
3363
3513
  {
3364
3514
  "name": "nuxt-chatgpt",
3365
- "description": "ChatGPT integration for Nuxt 3",
3515
+ "description": "ChatGPT integration for Nuxt",
3366
3516
  "repo": "schnapsterdog/nuxt-chatgpt",
3367
3517
  "npm": "nuxt-chatgpt",
3368
3518
  "icon": "chatgpt.svg",
@@ -3384,7 +3534,7 @@
3384
3534
  },
3385
3535
  {
3386
3536
  "name": "nuxt-facebook-chat",
3387
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3537
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3388
3538
  "repo": "superdev-tech/nuxt-facebook-chat",
3389
3539
  "npm": "nuxt-facebook-chat",
3390
3540
  "icon": "nuxt-facebook-chat.svg",
@@ -3483,7 +3633,7 @@
3483
3633
  },
3484
3634
  {
3485
3635
  "name": "nuxt-gtm",
3486
- "description": "A Nuxt.js module for Google Tag Manager",
3636
+ "description": "A Nuxt module for Google Tag Manager",
3487
3637
  "repo": "zadigetvoltaire/nuxt-gtm",
3488
3638
  "npm": "@zadigetvoltaire/nuxt-gtm",
3489
3639
  "icon": "nuxt-gtm.svg",
@@ -3500,7 +3650,8 @@
3500
3650
  ],
3501
3651
  "compatibility": {
3502
3652
  "nuxt": "^3.0.0",
3503
- "requires": {}
3653
+ "requires": {},
3654
+ "devtools": "^0.0.0"
3504
3655
  }
3505
3656
  },
3506
3657
  {
@@ -3527,6 +3678,28 @@
3527
3678
  }
3528
3679
  }
3529
3680
  },
3681
+ {
3682
+ "name": "nuxt-jsonld",
3683
+ "description": "Manage JSON-LD in Vue component.",
3684
+ "repo": "ymmooot/nuxt-jsonld",
3685
+ "npm": "nuxt-jsonld",
3686
+ "icon": "",
3687
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3688
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3689
+ "learn_more": "",
3690
+ "category": "SEO",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "ymmooot",
3695
+ "github": "ymmooot"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3530
3703
  {
3531
3704
  "name": "nuxt-localtunnel",
3532
3705
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3552,7 +3725,7 @@
3552
3725
  },
3553
3726
  {
3554
3727
  "name": "nuxt-loco",
3555
- "description": "A localise.biz module to synth locale with Nuxt.js",
3728
+ "description": "A localise.biz module to synth locale with Nuxt",
3556
3729
  "repo": "gaetansenn/nuxt-loco",
3557
3730
  "npm": "nuxt-loco",
3558
3731
  "icon": "",
@@ -3573,6 +3746,28 @@
3573
3746
  "requires": {}
3574
3747
  }
3575
3748
  },
3749
+ {
3750
+ "name": "nuxt-mail",
3751
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3752
+ "repo": "dword-design/nuxt-mail",
3753
+ "npm": "nuxt-mail",
3754
+ "icon": "",
3755
+ "github": "https://github.com/dword-design/nuxt-mail",
3756
+ "website": "https://github.com/dword-design/nuxt-mail",
3757
+ "learn_more": "",
3758
+ "category": "Extensions",
3759
+ "type": "3rd-party",
3760
+ "maintainers": [
3761
+ {
3762
+ "name": "Sebastian Landwehr",
3763
+ "github": "dword-design"
3764
+ }
3765
+ ],
3766
+ "compatibility": {
3767
+ "nuxt": "^2.0.0 || ^3.0.0",
3768
+ "requires": {}
3769
+ }
3770
+ },
3576
3771
  {
3577
3772
  "name": "nuxt-mapbox",
3578
3773
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3641,7 +3836,7 @@
3641
3836
  },
3642
3837
  {
3643
3838
  "name": "nuxt-mongoose",
3644
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3839
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3645
3840
  "repo": "arashsheyda/nuxt-mongoose",
3646
3841
  "npm": "nuxt-mongoose",
3647
3842
  "icon": "nuxt-mongoose.svg",
@@ -3656,6 +3851,30 @@
3656
3851
  "github": "arashsheyda"
3657
3852
  }
3658
3853
  ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {},
3857
+ "devtools": "^0.0.0"
3858
+ }
3859
+ },
3860
+ {
3861
+ "name": "nuxt-payload-analyzer",
3862
+ "description": "Analyze Nuxt Payload Size",
3863
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3864
+ "npm": "nuxt-payload-analyzer",
3865
+ "icon": "",
3866
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3867
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3868
+ "learn_more": "",
3869
+ "category": "Performance",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Barbapapazes",
3874
+ "github": "Barbapapazes",
3875
+ "twitter": "soubiran_"
3876
+ }
3877
+ ],
3659
3878
  "compatibility": {
3660
3879
  "nuxt": "^3.0.0",
3661
3880
  "requires": {}
@@ -3730,7 +3949,7 @@
3730
3949
  },
3731
3950
  {
3732
3951
  "name": "plausible",
3733
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3952
+ "description": "Nuxt module to natively integrate Plausible analytics",
3734
3953
  "repo": "nuxt-modules/plausible",
3735
3954
  "npm": "@nuxtjs/plausible",
3736
3955
  "icon": "plausible.png",
@@ -3752,7 +3971,7 @@
3752
3971
  },
3753
3972
  {
3754
3973
  "name": "nuxt-plotly",
3755
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3974
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3756
3975
  "repo": "superdev-tech/nuxt-plotly",
3757
3976
  "npm": "nuxt-plotly",
3758
3977
  "icon": "nuxt-plotly.svg",
@@ -3778,7 +3997,7 @@
3778
3997
  },
3779
3998
  {
3780
3999
  "name": "nuxt-png-to-ico",
3781
- "description": "Nuxt.js module for auto generating favicons",
4000
+ "description": "Nuxt module for auto generating favicons",
3782
4001
  "repo": "b5710546232/nuxt-png-to-ico",
3783
4002
  "npm": "nuxt-png-to-ico",
3784
4003
  "icon": "",
@@ -3801,7 +4020,7 @@
3801
4020
  },
3802
4021
  {
3803
4022
  "name": "nuxt-smartlook",
3804
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4023
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3805
4024
  "repo": "f00b4r/nuxt-smartlook",
3806
4025
  "npm": "nuxt-smartlook",
3807
4026
  "icon": "nuxt-smartlook.png",
@@ -3823,6 +4042,28 @@
3823
4042
  "requires": {}
3824
4043
  }
3825
4044
  },
4045
+ {
4046
+ "name": "nuxt-social-share",
4047
+ "description": "Simple Social Sharing for Nuxt",
4048
+ "repo": "stefanobartoletti/nuxt-social-share",
4049
+ "npm": "@stefanobartoletti/nuxt-social-share",
4050
+ "icon": "nuxt-social-share.png",
4051
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4052
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4053
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4054
+ "category": "Extensions",
4055
+ "type": "3rd-party",
4056
+ "maintainers": [
4057
+ {
4058
+ "name": "stefanobartoletti",
4059
+ "github": "stefanobartoletti"
4060
+ }
4061
+ ],
4062
+ "compatibility": {
4063
+ "nuxt": "^3.0.0",
4064
+ "requires": {}
4065
+ }
4066
+ },
3826
4067
  {
3827
4068
  "name": "ssr-lit",
3828
4069
  "description": "Server-Side Rendering for Lit Element components",
@@ -3853,7 +4094,7 @@
3853
4094
  },
3854
4095
  {
3855
4096
  "name": "nuxt-storm",
3856
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4097
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3857
4098
  "repo": "fumeapp/nuxt-storm",
3858
4099
  "npm": "nuxt-storm",
3859
4100
  "icon": "nuxt-storm.png",
@@ -3897,7 +4138,7 @@
3897
4138
  },
3898
4139
  {
3899
4140
  "name": "nuxt-unleash",
3900
- "description": "Nuxt.js module to use Unleash toggle feature services",
4141
+ "description": "Nuxt module to use Unleash toggle feature services",
3901
4142
  "repo": "conejerock/nuxt-unleash",
3902
4143
  "npm": "nuxt-unleash",
3903
4144
  "icon": "nuxt-unleash.svg",
@@ -4009,7 +4250,7 @@
4009
4250
  },
4010
4251
  {
4011
4252
  "name": "nuxt-vuetify",
4012
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4253
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4013
4254
  "repo": "invictus-codes/nuxt-vuetify",
4014
4255
  "npm": "@invictus.codes/nuxt-vuetify",
4015
4256
  "icon": "vuetify-logo-v3-dark.svg",
@@ -4053,7 +4294,7 @@
4053
4294
  },
4054
4295
  {
4055
4296
  "name": "nuxt7",
4056
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4297
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
4057
4298
  "repo": "nuxt-community/nuxt7",
4058
4299
  "npm": "nuxt7",
4059
4300
  "icon": "",
@@ -4074,38 +4315,15 @@
4074
4315
  "requires": {}
4075
4316
  }
4076
4317
  },
4077
- {
4078
- "name": "nuxtlabs-ui",
4079
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
4080
- "repo": "nuxtlabs/ui",
4081
- "npm": "@nuxthq/ui",
4082
- "icon": "nuxtlabs-ui.svg",
4083
- "github": "https://github.com/nuxtlabs/ui",
4084
- "website": "https://ui.nuxtlabs.com",
4085
- "learn_more": "https://ui.nuxtlabs.com",
4086
- "category": "UI",
4087
- "type": "3rd-party",
4088
- "maintainers": [
4089
- {
4090
- "name": "Benjamin Canac",
4091
- "github": "benjamincanac",
4092
- "twitter": "benjamincanac"
4093
- }
4094
- ],
4095
- "compatibility": {
4096
- "nuxt": "^3.0.0",
4097
- "requires": {}
4098
- }
4099
- },
4100
4318
  {
4101
4319
  "name": "og-image",
4102
- "description": "Easily generate dynamic social share images.",
4320
+ "description": "Enlightened runtime images generated with Vue templates.",
4103
4321
  "repo": "harlan-zw/nuxt-og-image",
4104
4322
  "npm": "nuxt-og-image",
4105
- "icon": "",
4323
+ "icon": "og-image.svg",
4106
4324
  "github": "https://github.com/harlan-zw/nuxt-og-image",
4107
- "website": "https://github.com/harlan-zw/nuxt-og-image",
4108
- "learn_more": "",
4325
+ "website": "https://nuxtseo.com/og-image",
4326
+ "learn_more": "https://nuxtseo.com/og-image",
4109
4327
  "category": "SEO",
4110
4328
  "type": "3rd-party",
4111
4329
  "maintainers": [
@@ -4118,7 +4336,8 @@
4118
4336
  ],
4119
4337
  "compatibility": {
4120
4338
  "nuxt": "^3.0.0",
4121
- "requires": {}
4339
+ "requires": {},
4340
+ "devtools": "^0.0.0"
4122
4341
  }
4123
4342
  },
4124
4343
  {
@@ -4146,7 +4365,7 @@
4146
4365
  },
4147
4366
  {
4148
4367
  "name": "optimized-images",
4149
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4368
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4150
4369
  "repo": "juliomrqz/nuxt-optimized-images",
4151
4370
  "npm": "@aceforth/nuxt-optimized-images",
4152
4371
  "icon": "",
@@ -4191,7 +4410,7 @@
4191
4410
  },
4192
4411
  {
4193
4412
  "name": "parse",
4194
- "description": "Parse package for Nuxt.js",
4413
+ "description": "Parse package for Nuxt",
4195
4414
  "repo": "cierrateam/nuxt-parse",
4196
4415
  "npm": "nuxt-parse",
4197
4416
  "icon": "",
@@ -4211,6 +4430,29 @@
4211
4430
  "requires": {}
4212
4431
  }
4213
4432
  },
4433
+ {
4434
+ "name": "particles",
4435
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4436
+ "repo": "Joepocalyptic/nuxt-particles",
4437
+ "npm": "nuxt-particles",
4438
+ "icon": "",
4439
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4440
+ "website": "https://nuxt-particles.joeypereira.dev",
4441
+ "learn_more": "https://particles.js.org/",
4442
+ "category": "Libraries",
4443
+ "type": "3rd-party",
4444
+ "maintainers": [
4445
+ {
4446
+ "name": "Joey Pereira",
4447
+ "github": "Joepocalyptic",
4448
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4449
+ }
4450
+ ],
4451
+ "compatibility": {
4452
+ "nuxt": "^3.0.0",
4453
+ "requires": {}
4454
+ }
4455
+ },
4214
4456
  {
4215
4457
  "name": "partytown",
4216
4458
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4357,7 +4599,7 @@
4357
4599
  },
4358
4600
  {
4359
4601
  "name": "plausible",
4360
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4602
+ "description": "Nuxt module to natively integrate Plausible analytics",
4361
4603
  "repo": "nuxt-modules/plausible",
4362
4604
  "npm": "@nuxtjs/plausible",
4363
4605
  "icon": "",
@@ -4404,7 +4646,7 @@
4404
4646
  "description": "Initialization steps at build time – like Nuxt 2 server init",
4405
4647
  "repo": "johannschopplich/nuxt-prepare",
4406
4648
  "npm": "nuxt-prepare",
4407
- "icon": "nuxt-prepare.svg",
4649
+ "icon": "prepare.svg",
4408
4650
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4409
4651
  "website": "https://nuxt-prepare.jhnn.dev",
4410
4652
  "learn_more": "",
@@ -4423,9 +4665,32 @@
4423
4665
  "requires": {}
4424
4666
  }
4425
4667
  },
4668
+ {
4669
+ "name": "primevue",
4670
+ "description": "Next Generation Vue UI Component Library",
4671
+ "repo": "primefaces/primevue-nuxt-module",
4672
+ "npm": "nuxt-primevue",
4673
+ "icon": "primevue.svg",
4674
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4675
+ "website": "https://primevue.org/",
4676
+ "learn_more": "https://primevue.org/",
4677
+ "category": "UI",
4678
+ "type": "3rd-party",
4679
+ "maintainers": [
4680
+ {
4681
+ "name": "primefaces",
4682
+ "github": "primefaces",
4683
+ "twitter": "primevue"
4684
+ }
4685
+ ],
4686
+ "compatibility": {
4687
+ "nuxt": "^3.0.0",
4688
+ "requires": {}
4689
+ }
4690
+ },
4426
4691
  {
4427
4692
  "name": "prismic",
4428
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4693
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4429
4694
  "repo": "nuxt-modules/prismic",
4430
4695
  "npm": "@nuxtjs/prismic",
4431
4696
  "icon": "prismic.png",
@@ -4492,7 +4757,7 @@
4492
4757
  },
4493
4758
  {
4494
4759
  "name": "proxy",
4495
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4760
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4496
4761
  "repo": "nuxt-community/proxy-module",
4497
4762
  "npm": "@nuxtjs/proxy",
4498
4763
  "icon": "",
@@ -4538,7 +4803,7 @@
4538
4803
  },
4539
4804
  {
4540
4805
  "name": "purgecss",
4541
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4806
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4542
4807
  "repo": "Developmint/nuxt-purgecss#main",
4543
4808
  "npm": "nuxt-purgecss",
4544
4809
  "icon": "purgecss.png",
@@ -4560,7 +4825,7 @@
4560
4825
  },
4561
4826
  {
4562
4827
  "name": "pwa",
4563
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4828
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4564
4829
  "repo": "nuxt-community/pwa-module",
4565
4830
  "npm": "@nuxtjs/pwa",
4566
4831
  "icon": "pwa.png",
@@ -4585,7 +4850,7 @@
4585
4850
  },
4586
4851
  {
4587
4852
  "name": "python",
4588
- "description": "Write Nuxt.js applications using Python",
4853
+ "description": "Write Nuxt applications using Python",
4589
4854
  "repo": "nuxt-community/python-module",
4590
4855
  "npm": "@nuxtjs/python",
4591
4856
  "icon": "python.png",
@@ -4624,7 +4889,8 @@
4624
4889
  ],
4625
4890
  "compatibility": {
4626
4891
  "nuxt": "^3.0.0",
4627
- "requires": {}
4892
+ "requires": {},
4893
+ "devtools": "^0.0.0"
4628
4894
  }
4629
4895
  },
4630
4896
  {
@@ -4649,9 +4915,44 @@
4649
4915
  "requires": {}
4650
4916
  }
4651
4917
  },
4918
+ {
4919
+ "name": "radix-vue",
4920
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4921
+ "repo": "radix-vue/radix-vue",
4922
+ "npm": "radix-vue",
4923
+ "icon": "radix-vue.svg",
4924
+ "github": "https://github.com/radix-vue/radix-vue",
4925
+ "website": "https://www.radix-vue.com/",
4926
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4927
+ "category": "UI",
4928
+ "type": "3rd-party",
4929
+ "maintainers": [
4930
+ {
4931
+ "name": "Zernonia",
4932
+ "github": "zernonia",
4933
+ "twitter": "zernonia"
4934
+ },
4935
+ {
4936
+ "name": "Khairul Haaziq",
4937
+ "github": "khairulhaaziq"
4938
+ },
4939
+ {
4940
+ "name": "Mujahid Anuar",
4941
+ "github": "mujahidfa"
4942
+ },
4943
+ {
4944
+ "name": "Max",
4945
+ "github": "onmax"
4946
+ }
4947
+ ],
4948
+ "compatibility": {
4949
+ "nuxt": "^3.0.0",
4950
+ "requires": {}
4951
+ }
4952
+ },
4652
4953
  {
4653
4954
  "name": "recaptcha",
4654
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4955
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4655
4956
  "repo": "nuxt-community/recaptcha-module",
4656
4957
  "npm": "@nuxtjs/recaptcha",
4657
4958
  "icon": "recaptcha.png",
@@ -4696,7 +4997,7 @@
4696
4997
  },
4697
4998
  {
4698
4999
  "name": "rfg-icon",
4699
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5000
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4700
5001
  "repo": "pimlie/nuxt-rfg-icon",
4701
5002
  "npm": "nuxt-rfg-icon",
4702
5003
  "icon": "real-favicon-generator.png",
@@ -4718,7 +5019,7 @@
4718
5019
  },
4719
5020
  {
4720
5021
  "name": "robots",
4721
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
5022
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4722
5023
  "repo": "nuxt-modules/robots",
4723
5024
  "npm": "@nuxtjs/robots",
4724
5025
  "icon": "robots.png",
@@ -4742,7 +5043,7 @@
4742
5043
  },
4743
5044
  {
4744
5045
  "name": "rollbar",
4745
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5046
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4746
5047
  "repo": "gaelreyrol/nuxt-rollbar-module",
4747
5048
  "npm": "nuxt-rollbar-module",
4748
5049
  "icon": "rollbar.png",
@@ -4787,7 +5088,7 @@
4787
5088
  },
4788
5089
  {
4789
5090
  "name": "router",
4790
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5091
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4791
5092
  "repo": "nuxt-community/router-module",
4792
5093
  "npm": "@nuxtjs/router",
4793
5094
  "icon": "vue.png",
@@ -4835,13 +5136,13 @@
4835
5136
  },
4836
5137
  {
4837
5138
  "name": "schema-org",
4838
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4839
- "repo": "vueuse/schema-org#main/packages/nuxt",
5139
+ "description": "Schema.org for Nuxt.",
5140
+ "repo": "harlan-zw/nuxt-schema-org",
4840
5141
  "npm": "nuxt-schema-org",
4841
5142
  "icon": "schema-org.svg",
4842
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4843
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4844
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5143
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5144
+ "website": "https://nuxtseo.com/schema-org",
5145
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4845
5146
  "category": "SEO",
4846
5147
  "type": "3rd-party",
4847
5148
  "maintainers": [
@@ -4904,7 +5205,7 @@
4904
5205
  },
4905
5206
  {
4906
5207
  "name": "segment",
4907
- "description": "Nuxt.js module for Segment Analytics.js",
5208
+ "description": "Nuxt module for Segment Analytics.js",
4908
5209
  "repo": "dansmaculotte/nuxt-segment",
4909
5210
  "npm": "@dansmaculotte/nuxt-segment",
4910
5211
  "icon": "segment.png",
@@ -4926,7 +5227,7 @@
4926
5227
  },
4927
5228
  {
4928
5229
  "name": "sentry",
4929
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5230
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4930
5231
  "repo": "nuxt-community/sentry-module",
4931
5232
  "npm": "@nuxtjs/sentry",
4932
5233
  "icon": "sentry.svg",
@@ -4946,14 +5247,38 @@
4946
5247
  "requires": {}
4947
5248
  }
4948
5249
  },
5250
+ {
5251
+ "name": "seo-experiments",
5252
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5253
+ "repo": "harlan-zw/nuxt-seo-experiments",
5254
+ "npm": "nuxt-seo-experiments",
5255
+ "icon": "seo-experiments.svg",
5256
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5257
+ "website": "https://nuxtseo.com/experiments",
5258
+ "learn_more": "https://nuxtseo.com/experiments",
5259
+ "category": "SEO",
5260
+ "type": "3rd-party",
5261
+ "maintainers": [
5262
+ {
5263
+ "name": "Harlan Wilton",
5264
+ "github": "harlan-zw",
5265
+ "twitter": "harlan_zw",
5266
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5267
+ }
5268
+ ],
5269
+ "compatibility": {
5270
+ "nuxt": "^3.0.0",
5271
+ "requires": {}
5272
+ }
5273
+ },
4949
5274
  {
4950
5275
  "name": "seo-kit",
4951
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5276
+ "description": "The complete SEO solution for Nuxt.",
4952
5277
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4953
5278
  "npm": "nuxt-seo-kit",
4954
5279
  "icon": "seo-kit.svg",
4955
5280
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4956
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5281
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4957
5282
  "learn_more": "",
4958
5283
  "category": "SEO",
4959
5284
  "type": "3rd-party",
@@ -4993,7 +5318,7 @@
4993
5318
  },
4994
5319
  {
4995
5320
  "name": "seomatic-meta",
4996
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5321
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4997
5322
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4998
5323
  "npm": "nuxt-seomatic-meta",
4999
5324
  "icon": "seomatic.png",
@@ -5084,7 +5409,7 @@
5084
5409
  },
5085
5410
  {
5086
5411
  "name": "shopify",
5087
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5412
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
5088
5413
  "repo": "Gomah/nuxt-shopify",
5089
5414
  "npm": "nuxt-shopify",
5090
5415
  "icon": "shopify.png",
@@ -5105,7 +5430,7 @@
5105
5430
  }
5106
5431
  },
5107
5432
  {
5108
- "name": "nuxt-auth",
5433
+ "name": "sidebase-auth",
5109
5434
  "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.",
5110
5435
  "repo": "sidebase/nuxt-auth",
5111
5436
  "npm": "@sidebase/nuxt-auth",
@@ -5151,13 +5476,13 @@
5151
5476
  },
5152
5477
  {
5153
5478
  "name": "simple-robots",
5154
- "description": "Simply manage the robots crawling your Nuxt app.",
5479
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5155
5480
  "repo": "harlan-zw/nuxt-simple-robots",
5156
5481
  "npm": "nuxt-simple-robots",
5157
- "icon": "",
5482
+ "icon": "simple-robots.svg",
5158
5483
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5159
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
5160
- "learn_more": "",
5484
+ "website": "https://nuxtseo.com/robots",
5485
+ "learn_more": "https://nuxtseo.com/robots",
5161
5486
  "category": "SEO",
5162
5487
  "type": "3rd-party",
5163
5488
  "maintainers": [
@@ -5175,13 +5500,13 @@
5175
5500
  },
5176
5501
  {
5177
5502
  "name": "simple-sitemap",
5178
- "description": "Simple, minimal sitemap.xml generation.",
5503
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5179
5504
  "repo": "harlan-zw/nuxt-simple-sitemap",
5180
5505
  "npm": "nuxt-simple-sitemap",
5181
- "icon": "",
5506
+ "icon": "simple-sitemap.svg",
5182
5507
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5183
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5184
- "learn_more": "",
5508
+ "website": "https://nuxtseo.com/simple-sitemap",
5509
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
5185
5510
  "category": "SEO",
5186
5511
  "type": "3rd-party",
5187
5512
  "maintainers": [
@@ -5199,7 +5524,7 @@
5199
5524
  },
5200
5525
  {
5201
5526
  "name": "sitemap",
5202
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5527
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5203
5528
  "repo": "nuxt-community/sitemap-module#dev",
5204
5529
  "npm": "@nuxtjs/sitemap",
5205
5530
  "icon": "",
@@ -5244,7 +5569,7 @@
5244
5569
  },
5245
5570
  {
5246
5571
  "name": "snipcart",
5247
- "description": "Snipcart integration module for Nuxt.js",
5572
+ "description": "Snipcart integration module for Nuxt",
5248
5573
  "repo": "nuxt-modules/snipcart",
5249
5574
  "npm": "@nuxtjs/snipcart",
5250
5575
  "icon": "snipcart.png",
@@ -5267,7 +5592,7 @@
5267
5592
  },
5268
5593
  {
5269
5594
  "name": "social-meta",
5270
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5595
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5271
5596
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5272
5597
  "npm": "nuxt-social-meta",
5273
5598
  "icon": "",
@@ -5389,7 +5714,7 @@
5389
5714
  },
5390
5715
  {
5391
5716
  "name": "storage",
5392
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5717
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5393
5718
  "repo": "mazipan/nuxt-storage",
5394
5719
  "npm": "nuxt-storage",
5395
5720
  "icon": "",
@@ -5411,7 +5736,7 @@
5411
5736
  },
5412
5737
  {
5413
5738
  "name": "storefront-ui",
5414
- "description": "Storefront UI Module for Nuxt.js",
5739
+ "description": "Storefront UI Module for Nuxt",
5415
5740
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5416
5741
  "npm": "@storefront-ui/nuxt",
5417
5742
  "icon": "storefront-ui.svg",
@@ -5455,7 +5780,7 @@
5455
5780
  },
5456
5781
  {
5457
5782
  "name": "storyblok",
5458
- "description": "Storyblok Nuxt.js module",
5783
+ "description": "Storyblok Nuxt module",
5459
5784
  "repo": "storyblok/storyblok-nuxt#master/lib",
5460
5785
  "npm": "@storyblok/nuxt",
5461
5786
  "icon": "storyblok.png",
@@ -5472,37 +5797,34 @@
5472
5797
  ],
5473
5798
  "compatibility": {
5474
5799
  "nuxt": "^2.0.0 || ^3.0.0",
5475
- "requires": {}
5800
+ "requires": {},
5801
+ "devtools": "^0.0.0"
5476
5802
  }
5477
5803
  },
5478
5804
  {
5479
5805
  "name": "storybook",
5480
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5481
- "repo": "nuxt-community/storybook",
5806
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5807
+ "repo": "nuxt-modules/storybook",
5482
5808
  "npm": "@nuxtjs/storybook",
5483
5809
  "icon": "storybook.png",
5484
- "github": "https://github.com/nuxt-community/storybook",
5810
+ "github": "https://github.com/nuxt-modules/storybook",
5485
5811
  "website": "https://storybook.nuxtjs.org",
5486
- "learn_more": "https://storybook.js.org/",
5812
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5487
5813
  "category": "Devtools",
5488
5814
  "type": "community",
5489
5815
  "maintainers": [
5490
5816
  {
5491
- "name": "Ahad Birang",
5492
- "github": "farnabaz",
5493
- "twitter": "a_birang"
5494
- },
5495
- {
5496
- "name": "Pooya Parsa",
5497
- "github": "pi0",
5498
- "twitter": "_pi0_"
5817
+ "name": "Chakir QATAB",
5818
+ "github": "chakAs3",
5819
+ "twitter": "ChakirQatab"
5499
5820
  }
5500
5821
  ],
5501
5822
  "compatibility": {
5502
- "nuxt": "^2.0.0",
5823
+ "nuxt": "^2.0.0 || ^3.0.0",
5503
5824
  "requires": {
5504
5825
  "bridge": "optional"
5505
- }
5826
+ },
5827
+ "devtools": "^0.7.2"
5506
5828
  }
5507
5829
  },
5508
5830
  {
@@ -5532,7 +5854,8 @@
5532
5854
  "nuxt": "^2.0.0 || ^3.0.0",
5533
5855
  "requires": {
5534
5856
  "bridge": true
5535
- }
5857
+ },
5858
+ "devtools": "^0.0.0"
5536
5859
  }
5537
5860
  },
5538
5861
  {
@@ -5583,6 +5906,36 @@
5583
5906
  "requires": {}
5584
5907
  }
5585
5908
  },
5909
+ {
5910
+ "name": "studio",
5911
+ "description": "A new experience to build content-driven website with Nuxt.",
5912
+ "repo": "nuxtlabs/studio-module",
5913
+ "npm": "@nuxthq/studio",
5914
+ "icon": "studio.svg",
5915
+ "github": "https://github.com/nuxtlabs/studio-module",
5916
+ "website": "https://nuxt.studio",
5917
+ "learn_more": "https://nuxt.studio",
5918
+ "category": "CMS",
5919
+ "type": "3rd-party",
5920
+ "maintainers": [
5921
+ {
5922
+ "name": "Ahad Birang",
5923
+ "github": "farnabaz",
5924
+ "twitter": "a_birang"
5925
+ },
5926
+ {
5927
+ "name": "Sébastien Chopin",
5928
+ "github": "Atinux",
5929
+ "twitter": "Atinux"
5930
+ }
5931
+ ],
5932
+ "compatibility": {
5933
+ "nuxt": "^3.0.0",
5934
+ "requires": {
5935
+ "content": true
5936
+ }
5937
+ }
5938
+ },
5586
5939
  {
5587
5940
  "name": "style-resources",
5588
5941
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5608,7 +5961,7 @@
5608
5961
  },
5609
5962
  {
5610
5963
  "name": "stylelint",
5611
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5964
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5612
5965
  "repo": "nuxt-community/stylelint-module",
5613
5966
  "npm": "@nuxtjs/stylelint-module",
5614
5967
  "icon": "stylelint.png",
@@ -5708,12 +6061,12 @@
5708
6061
  },
5709
6062
  {
5710
6063
  "name": "svg-sprite",
5711
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5712
- "repo": "nuxt-community/svg-sprite-module",
6064
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6065
+ "repo": "nuxt-modules/svg-sprite",
5713
6066
  "npm": "@nuxtjs/svg-sprite",
5714
6067
  "icon": "",
5715
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5716
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6068
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6069
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5717
6070
  "learn_more": "",
5718
6071
  "category": "UI",
5719
6072
  "type": "community",
@@ -5725,13 +6078,13 @@
5725
6078
  }
5726
6079
  ],
5727
6080
  "compatibility": {
5728
- "nuxt": "^2.0.0",
6081
+ "nuxt": "^2.0.0 || ^3.0.0",
5729
6082
  "requires": {}
5730
6083
  }
5731
6084
  },
5732
6085
  {
5733
6086
  "name": "svg",
5734
- "description": "Super simple svg loading module for Nuxt.js",
6087
+ "description": "Super simple svg loading module for Nuxt",
5735
6088
  "repo": "nuxt-community/svg-module",
5736
6089
  "npm": "@nuxtjs/svg",
5737
6090
  "icon": "",
@@ -5775,7 +6128,7 @@
5775
6128
  },
5776
6129
  {
5777
6130
  "name": "swiper",
5778
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6131
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5779
6132
  "repo": "cpreston321/nuxt-swiper",
5780
6133
  "npm": "nuxt-swiper",
5781
6134
  "icon": "swiper.svg",
@@ -5821,10 +6174,10 @@
5821
6174
  {
5822
6175
  "name": "tailwindcss",
5823
6176
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5824
- "repo": "nuxt-modules/tailwindcss-module",
6177
+ "repo": "nuxt-modules/tailwindcss",
5825
6178
  "npm": "@nuxtjs/tailwindcss",
5826
6179
  "icon": "tailwindcss.png",
5827
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6180
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5828
6181
  "website": "https://tailwindcss.nuxtjs.org",
5829
6182
  "learn_more": "https://tailwindcss.com/",
5830
6183
  "category": "UI",
@@ -5842,7 +6195,8 @@
5842
6195
  ],
5843
6196
  "compatibility": {
5844
6197
  "nuxt": "^2.0.0 || ^3.0.0",
5845
- "requires": {}
6198
+ "requires": {},
6199
+ "devtools": "^0.0.0"
5846
6200
  }
5847
6201
  },
5848
6202
  {
@@ -5892,7 +6246,7 @@
5892
6246
  },
5893
6247
  {
5894
6248
  "name": "toast",
5895
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6249
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5896
6250
  "repo": "nuxt-community/modules#master/packages/toast",
5897
6251
  "npm": "@nuxtjs/toast",
5898
6252
  "icon": "",
@@ -5973,7 +6327,7 @@
5973
6327
  },
5974
6328
  {
5975
6329
  "name": "twa",
5976
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6330
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5977
6331
  "repo": "tuarrep/nuxt-twa",
5978
6332
  "npm": "nuxt-twa",
5979
6333
  "icon": "",
@@ -6161,6 +6515,63 @@
6161
6515
  "requires": {}
6162
6516
  }
6163
6517
  },
6518
+ {
6519
+ "name": "typo3",
6520
+ "description": "TYPO3 Headless Frontend Rendering module",
6521
+ "repo": "TYPO3-Headless/nuxt-typo3",
6522
+ "npm": "@t3headless/nuxt-typo3",
6523
+ "icon": "typo3.svg",
6524
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6525
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6526
+ "learn_more": "https://github.com/TYPO3-Headless",
6527
+ "category": "CMS",
6528
+ "type": "3rd-party",
6529
+ "maintainers": [
6530
+ {
6531
+ "name": "Macopedia",
6532
+ "github": "macopedia",
6533
+ "twitter": "macopediapl"
6534
+ }
6535
+ ],
6536
+ "compatibility": {
6537
+ "nuxt": "^2.0.0 || ^3.0.0",
6538
+ "requires": {},
6539
+ "devtools": "^0.0.0"
6540
+ }
6541
+ },
6542
+ {
6543
+ "name": "ui",
6544
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6545
+ "repo": "nuxt/ui#dev",
6546
+ "npm": "@nuxt/ui",
6547
+ "icon": "nuxt.svg",
6548
+ "github": "https://github.com/nuxt/ui",
6549
+ "website": "https://ui.nuxt.com",
6550
+ "learn_more": "",
6551
+ "category": "UI",
6552
+ "type": "official",
6553
+ "maintainers": [
6554
+ {
6555
+ "name": "Benjamin Canac",
6556
+ "github": "benjamincanac",
6557
+ "twitter": "benjamincanac"
6558
+ },
6559
+ {
6560
+ "name": "Sebastien Chopin",
6561
+ "github": "Atinux",
6562
+ "twitter": "Atinux"
6563
+ },
6564
+ {
6565
+ "name": "Sylvain Marroufin",
6566
+ "github": "smarroufin",
6567
+ "twitter": "smarroufin"
6568
+ }
6569
+ ],
6570
+ "compatibility": {
6571
+ "nuxt": "^3.0.0",
6572
+ "requires": {}
6573
+ }
6574
+ },
6164
6575
  {
6165
6576
  "name": "umami",
6166
6577
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6209,7 +6620,7 @@
6209
6620
  },
6210
6621
  {
6211
6622
  "name": "universal-storage",
6212
- "description": "Universal Storage Utilities for Nuxt.js",
6623
+ "description": "Universal Storage Utilities for Nuxt",
6213
6624
  "repo": "nuxt-community/universal-storage-module",
6214
6625
  "npm": "@nuxtjs/universal-storage",
6215
6626
  "icon": "",
@@ -6286,12 +6697,12 @@
6286
6697
  {
6287
6698
  "name": "unocss",
6288
6699
  "description": "The instant on-demand atomic CSS engine.",
6289
- "repo": "antfu/unocss#main/packages/nuxt",
6700
+ "repo": "unocss/unocss#main/packages/nuxt",
6290
6701
  "npm": "@unocss/nuxt",
6291
6702
  "icon": "unocss.svg",
6292
- "github": "https://github.com/antfu/unocss",
6293
- "website": "https://github.com/antfu/unocss",
6294
- "learn_more": "https://github.com/antfu/unocss",
6703
+ "github": "https://github.com/unocss/unocss",
6704
+ "website": "https://github.com/unocss/unocss",
6705
+ "learn_more": "https://github.com/unocss/unocss",
6295
6706
  "category": "UI",
6296
6707
  "type": "3rd-party",
6297
6708
  "maintainers": [
@@ -6306,7 +6717,8 @@
6306
6717
  "nuxt": "^2.0.0 || ^3.0.0",
6307
6718
  "requires": {
6308
6719
  "bridge": "optional"
6309
- }
6720
+ },
6721
+ "devtools": "^0.0.0"
6310
6722
  }
6311
6723
  },
6312
6724
  {
@@ -6358,7 +6770,7 @@
6358
6770
  },
6359
6771
  {
6360
6772
  "name": "user-agent",
6361
- "description": "Nuxt.js module for handling User-Agent.",
6773
+ "description": "Nuxt module for handling User-Agent.",
6362
6774
  "repo": "fukuiretu/nuxt-user-agent",
6363
6775
  "npm": "nuxt-user-agent",
6364
6776
  "icon": "",
@@ -6472,7 +6884,7 @@
6472
6884
  },
6473
6885
  {
6474
6886
  "name": "vee-validate",
6475
- "description": "Painless Vue forms for Nuxt.js",
6887
+ "description": "Painless Vue forms for Nuxt",
6476
6888
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6477
6889
  "npm": "@vee-validate/nuxt",
6478
6890
  "icon": "vee-validate.png",
@@ -6562,7 +6974,7 @@
6562
6974
  },
6563
6975
  {
6564
6976
  "name": "vite-pwa-nuxt",
6565
- "description": "Zero-config PWA Plugin for Nuxt 3",
6977
+ "description": "Zero-config PWA Plugin for Nuxt",
6566
6978
  "repo": "vite-pwa/nuxt",
6567
6979
  "npm": "@vite-pwa/nuxt",
6568
6980
  "icon": "vite-pwa-nuxt.svg",
@@ -6611,18 +7023,19 @@
6611
7023
  ],
6612
7024
  "compatibility": {
6613
7025
  "nuxt": "^3.0.0",
6614
- "requires": {}
7026
+ "requires": {},
7027
+ "devtools": "^0.0.0"
6615
7028
  }
6616
7029
  },
6617
7030
  {
6618
7031
  "name": "vue-email",
6619
- "description": "Write email templates with vue",
7032
+ "description": "💌 Write email templates with vue",
6620
7033
  "repo": "Dave136/vue-email#main/packages/vue-email",
6621
7034
  "npm": "vue-email",
6622
7035
  "icon": "vue-email.svg",
6623
7036
  "github": "https://github.com/Dave136/vue-email",
6624
- "website": "https://vue-email.vercel.app/",
6625
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7037
+ "website": "https://www.vuemail.net/",
7038
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6626
7039
  "category": "UI",
6627
7040
  "type": "3rd-party",
6628
7041
  "maintainers": [
@@ -6639,6 +7052,30 @@
6639
7052
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6640
7053
  }
6641
7054
  ],
7055
+ "compatibility": {
7056
+ "nuxt": "^3.0.0",
7057
+ "requires": {},
7058
+ "devtools": "^0.0.0"
7059
+ }
7060
+ },
7061
+ {
7062
+ "name": "vue-final-modal",
7063
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7064
+ "repo": "vue-final/vue-final-modal",
7065
+ "npm": "@vue-final-modal/nuxt",
7066
+ "icon": "vue-final-modal.svg",
7067
+ "github": "https://github.com/vue-final/vue-final-modal",
7068
+ "website": "https://vue-final-modal.org/",
7069
+ "learn_more": "https://vue-final-modal.org/",
7070
+ "category": "UI",
7071
+ "type": "3rd-party",
7072
+ "maintainers": [
7073
+ {
7074
+ "name": "Hunter Liu",
7075
+ "github": "hunterliu1003",
7076
+ "twitter": "hunterliu1003"
7077
+ }
7078
+ ],
6642
7079
  "compatibility": {
6643
7080
  "nuxt": "^3.0.0",
6644
7081
  "requires": {}
@@ -6666,7 +7103,8 @@
6666
7103
  "nuxt": "^3.0.0",
6667
7104
  "requires": {
6668
7105
  "bridge": "optional"
6669
- }
7106
+ },
7107
+ "devtools": "^0.0.0"
6670
7108
  }
6671
7109
  },
6672
7110
  {
@@ -6693,7 +7131,7 @@
6693
7131
  },
6694
7132
  {
6695
7133
  "name": "vue-multiselect",
6696
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7134
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6697
7135
  "repo": "spektrummedia/nuxt-vue-multiselect",
6698
7136
  "npm": "nuxt-vue-multiselect",
6699
7137
  "icon": "",
@@ -6807,7 +7245,7 @@
6807
7245
  },
6808
7246
  {
6809
7247
  "name": "vue-warehouse",
6810
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7248
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6811
7249
  "repo": "juliomrqz/vue-warehouse",
6812
7250
  "npm": "vue-warehouse",
6813
7251
  "icon": "",
@@ -6830,7 +7268,7 @@
6830
7268
  },
6831
7269
  {
6832
7270
  "name": "vue3-carousel-nuxt",
6833
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7271
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6834
7272
  "repo": "gaetansenn/vue3-carousel-nuxt",
6835
7273
  "npm": "vue3-carousel-nuxt",
6836
7274
  "icon": "",
@@ -6873,9 +7311,55 @@
6873
7311
  "requires": {}
6874
7312
  }
6875
7313
  },
7314
+ {
7315
+ "name": "vueform-builder",
7316
+ "description": "Official Vueform Builder module for Nuxt",
7317
+ "repo": "vueform/builder-nuxt",
7318
+ "npm": "@vueform/builder-nuxt",
7319
+ "icon": "vueform.svg",
7320
+ "github": "https://github.com/vueform/builder",
7321
+ "website": "https://builder.vueform.com",
7322
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7323
+ "category": "Libraries",
7324
+ "type": "3rd-party",
7325
+ "maintainers": [
7326
+ {
7327
+ "name": "Adam Berecz",
7328
+ "github": "adamberecz",
7329
+ "twitter": "bereczadam"
7330
+ }
7331
+ ],
7332
+ "compatibility": {
7333
+ "nuxt": "^3.0.0",
7334
+ "requires": {}
7335
+ }
7336
+ },
7337
+ {
7338
+ "name": "vueform",
7339
+ "description": "Official Vueform module for Nuxt",
7340
+ "repo": "vueform/nuxt",
7341
+ "npm": "@vueform/nuxt",
7342
+ "icon": "vueform.svg",
7343
+ "github": "https://github.com/vueform/vueform",
7344
+ "website": "https://vueform.com",
7345
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7346
+ "category": "Libraries",
7347
+ "type": "3rd-party",
7348
+ "maintainers": [
7349
+ {
7350
+ "name": "Adam Berecz",
7351
+ "github": "adamberecz",
7352
+ "twitter": "bereczadam"
7353
+ }
7354
+ ],
7355
+ "compatibility": {
7356
+ "nuxt": "^3.0.0",
7357
+ "requires": {}
7358
+ }
7359
+ },
6876
7360
  {
6877
7361
  "name": "vuestic",
6878
- "description": "Vuestic UI module for Nuxt 3",
7362
+ "description": "Vuestic UI module for Nuxt",
6879
7363
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6880
7364
  "npm": "@vuestic/nuxt",
6881
7365
  "icon": "vuestic.png",
@@ -6903,7 +7387,7 @@
6903
7387
  "icon": "vuetify-logo-v3-dark.svg",
6904
7388
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6905
7389
  "website": "https://github.com/userquin/vuetify-nuxt-module",
6906
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7390
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
6907
7391
  "category": "UI",
6908
7392
  "type": "3rd-party",
6909
7393
  "maintainers": [
@@ -6919,7 +7403,7 @@
6919
7403
  },
6920
7404
  {
6921
7405
  "name": "vuetify",
6922
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7406
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6923
7407
  "repo": "nuxt-community/vuetify-module",
6924
7408
  "npm": "@nuxtjs/vuetify",
6925
7409
  "icon": "vuetify.png",
@@ -6966,7 +7450,8 @@
6966
7450
  "nuxt": "^2.0.0 || ^3.0.0",
6967
7451
  "requires": {
6968
7452
  "bridge": "optional"
6969
- }
7453
+ },
7454
+ "devtools": "^0.0.0"
6970
7455
  }
6971
7456
  },
6972
7457
  {
@@ -6993,7 +7478,7 @@
6993
7478
  },
6994
7479
  {
6995
7480
  "name": "vunix",
6996
- "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.",
7481
+ "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.",
6997
7482
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6998
7483
  "npm": "@vunix/nuxt",
6999
7484
  "icon": "",
@@ -7072,7 +7557,7 @@
7072
7557
  },
7073
7558
  {
7074
7559
  "name": "webpack-optimisations",
7075
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7560
+ "description": "Nuxt v2 module to automatically make your builds faster.",
7076
7561
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
7077
7562
  "npm": "nuxt-webpack-optimisations",
7078
7563
  "icon": "build-optimisations.svg",
@@ -7164,7 +7649,7 @@
7164
7649
  },
7165
7650
  {
7166
7651
  "name": "well-known",
7167
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7652
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7168
7653
  "repo": "zadigetvoltaire/nuxt-well-known",
7169
7654
  "npm": "@zadigetvoltaire/nuxt-well-known",
7170
7655
  "icon": "well-known.svg",
@@ -7186,7 +7671,7 @@
7186
7671
  },
7187
7672
  {
7188
7673
  "name": "wideangle",
7189
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7674
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7190
7675
  "repo": "inputobjects/wideangle-nuxt",
7191
7676
  "npm": "wideangle-nuxt",
7192
7677
  "icon": "wideangle.png",
@@ -7355,7 +7840,7 @@
7355
7840
  },
7356
7841
  {
7357
7842
  "name": "zendesk",
7358
- "description": "Nuxt.js module for Zendesk",
7843
+ "description": "Nuxt module for Zendesk",
7359
7844
  "repo": "DansMaCulotte/nuxt-zendesk",
7360
7845
  "npm": "@dansmaculotte/nuxt-zendesk",
7361
7846
  "icon": "zendesk.png",