@nuxt/modules 0.6.0-266008 → 0.6.0-27c7b3

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 -290
  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",
@@ -286,6 +308,28 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
289
333
  {
290
334
  "name": "ark-ui",
291
335
  "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
@@ -311,7 +355,7 @@
311
355
  },
312
356
  {
313
357
  "name": "auth",
314
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
358
+ "description": "Zero-boilerplate authentication support for Nuxt.",
315
359
  "repo": "nuxt-community/auth-module",
316
360
  "npm": "@nuxtjs/auth",
317
361
  "icon": "auth.png",
@@ -359,9 +403,32 @@
359
403
  "requires": {}
360
404
  }
361
405
  },
406
+ {
407
+ "name": "auto-animate",
408
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
409
+ "repo": "formkit/auto-animate",
410
+ "npm": "@formkit/auto-animate",
411
+ "icon": "auto-animate.svg",
412
+ "github": "https://github.com/formkit/auto-animate",
413
+ "website": "https://auto-animate.formkit.com",
414
+ "learn_more": "https://auto-animate.formkit.com",
415
+ "category": "Libraries",
416
+ "type": "3rd-party",
417
+ "maintainers": [
418
+ {
419
+ "name": "Justin Schroeder",
420
+ "github": "justin-schroeder",
421
+ "twitter": "jpschroeder"
422
+ }
423
+ ],
424
+ "compatibility": {
425
+ "nuxt": "^3.0.0",
426
+ "requires": {}
427
+ }
428
+ },
362
429
  {
363
430
  "name": "axios",
364
- "description": "Secure and easy Axios module with Nuxt.js",
431
+ "description": "Secure and easy Axios module with Nuxt",
365
432
  "repo": "nuxt-community/axios-module",
366
433
  "npm": "@nuxtjs/axios",
367
434
  "icon": "axios.svg",
@@ -384,7 +451,7 @@
384
451
  },
385
452
  {
386
453
  "name": "basic-auth",
387
- "description": "Provide basic authentication to your Nuxt.js application",
454
+ "description": "Provide basic authentication to your Nuxt application",
388
455
  "repo": "potato4d/nuxt-basic-auth-module",
389
456
  "npm": "nuxt-basic-auth-module",
390
457
  "icon": "",
@@ -508,7 +575,7 @@
508
575
  },
509
576
  {
510
577
  "name": "bulma-slim",
511
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
578
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
512
579
  "repo": "mustardamus/nuxt-bulma-slim",
513
580
  "npm": "nuxt-bulma-slim",
514
581
  "icon": "bulma.png",
@@ -575,7 +642,7 @@
575
642
  },
576
643
  {
577
644
  "name": "canvas-sketch",
578
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
645
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
579
646
  "repo": "LuXDAmore/generative-art",
580
647
  "npm": "@luxdamore/nuxt-canvas-sketch",
581
648
  "icon": "",
@@ -598,7 +665,7 @@
598
665
  },
599
666
  {
600
667
  "name": "capo",
601
- "description": "Capo.js implementation for Nuxt 3",
668
+ "description": "Capo.js implementation for Nuxt",
602
669
  "repo": "danielroe/nuxt-capo",
603
670
  "npm": "nuxt-capo",
604
671
  "icon": "",
@@ -620,7 +687,7 @@
620
687
  },
621
688
  {
622
689
  "name": "chakra-ui",
623
- "description": "Chakra UI Module for Nuxt.js",
690
+ "description": "Chakra UI Module for Nuxt",
624
691
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
625
692
  "npm": "@chakra-ui/nuxt",
626
693
  "icon": "chakra-ui.png",
@@ -731,7 +798,7 @@
731
798
  },
732
799
  {
733
800
  "name": "cloudcms",
734
- "description": "CloudCMS Nuxt.js Module",
801
+ "description": "CloudCMS Nuxt Module",
735
802
  "repo": "gitana/cloudcms-nuxt",
736
803
  "npm": "cloudcms-nuxt",
737
804
  "icon": "",
@@ -780,11 +847,11 @@
780
847
  },
781
848
  {
782
849
  "name": "cloudinary",
783
- "description": "Optimize images and videos in your Nuxt.js application",
784
- "repo": "nuxt-community/cloudinary-module",
850
+ "description": "Optimize images and videos in your Nuxt application",
851
+ "repo": "nuxt-modules/cloudinary",
785
852
  "npm": "@nuxtjs/cloudinary",
786
853
  "icon": "cloudinary.png",
787
- "github": "https://github.com/nuxt-community/cloudinary-module",
854
+ "github": "https://github.com/nuxt-modules/cloudinary",
788
855
  "website": "https://cloudinary.nuxtjs.org",
789
856
  "learn_more": "https://cloudinary.com",
790
857
  "category": "Images",
@@ -803,11 +870,11 @@
803
870
  },
804
871
  {
805
872
  "name": "color-mode",
806
- "description": "Dark and Light mode for NuxtJS with auto detection",
807
- "repo": "nuxt-community/color-mode-module",
873
+ "description": "Dark and Light mode for Nuxt with auto detection",
874
+ "repo": "nuxt-modules/color-mode",
808
875
  "npm": "@nuxtjs/color-mode",
809
876
  "icon": "color-mode.png",
810
- "github": "https://github.com/nuxt-community/color-mode-module",
877
+ "github": "https://github.com/nuxt-modules/color-mode",
811
878
  "website": "https://color-mode.nuxtjs.org",
812
879
  "learn_more": "",
813
880
  "category": "UI",
@@ -1024,7 +1091,7 @@
1024
1091
  },
1025
1092
  {
1026
1093
  "name": "darkmode.js",
1027
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1094
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1028
1095
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1029
1096
  "npm": "nuxtjs-darkmode-js-module",
1030
1097
  "icon": "darkmode.png",
@@ -1046,7 +1113,7 @@
1046
1113
  },
1047
1114
  {
1048
1115
  "name": "date-fns",
1049
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1116
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1050
1117
  "repo": "nuxt-community/date-fns-module",
1051
1118
  "npm": "@nuxtjs/date-fns",
1052
1119
  "icon": "date-fns.png",
@@ -1068,7 +1135,7 @@
1068
1135
  },
1069
1136
  {
1070
1137
  "name": "datocms-nuxt2",
1071
- "description": "DatoCMS integration for Nuxt.js v2",
1138
+ "description": "DatoCMS integration for Nuxt v2",
1072
1139
  "repo": "voorhoede/nuxt-datocms-module",
1073
1140
  "npm": "@voorhoede/nuxt-datocms-module",
1074
1141
  "icon": "datocms.svg",
@@ -1137,8 +1204,8 @@
1137
1204
  },
1138
1205
  {
1139
1206
  "name": "delay-hydration",
1140
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1141
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1207
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1208
+ "repo": "harlan-zw/nuxt-delay-hydration",
1142
1209
  "npm": "nuxt-delay-hydration",
1143
1210
  "icon": "lighthouse.svg",
1144
1211
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1160,12 +1227,12 @@
1160
1227
  },
1161
1228
  {
1162
1229
  "name": "device",
1163
- "description": "Device detection module for Nuxt.js",
1164
- "repo": "nuxt-community/device-module",
1230
+ "description": "Device detection module for Nuxt",
1231
+ "repo": "nuxt-modules/device",
1165
1232
  "npm": "@nuxtjs/device",
1166
1233
  "icon": "",
1167
- "github": "https://github.com/nuxt-community/device-module",
1168
- "website": "https://github.com/nuxt-community/device-module",
1234
+ "github": "https://github.com/nuxt-modules/device",
1235
+ "website": "https://github.com/nuxt-modules/device",
1169
1236
  "learn_more": "",
1170
1237
  "category": "Extensions",
1171
1238
  "type": "community",
@@ -1223,12 +1290,13 @@
1223
1290
  ],
1224
1291
  "compatibility": {
1225
1292
  "nuxt": "^3.0.0",
1226
- "requires": {}
1293
+ "requires": {},
1294
+ "devtools": "^0.0.0"
1227
1295
  }
1228
1296
  },
1229
1297
  {
1230
1298
  "name": "disqus",
1231
- "description": "Disqus for Nuxt 3",
1299
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1232
1300
  "repo": "modbender/nuxt-disqus",
1233
1301
  "npm": "nuxt-disqus",
1234
1302
  "icon": "disqus.svg",
@@ -1250,7 +1318,7 @@
1250
1318
  },
1251
1319
  {
1252
1320
  "name": "dotenv",
1253
- "description": "A Nuxt.js module that loads your .env file into your context options",
1321
+ "description": "A Nuxt module that loads your .env file into your context options",
1254
1322
  "repo": "nuxt-community/dotenv-module",
1255
1323
  "npm": "@nuxtjs/dotenv",
1256
1324
  "icon": "dotenv.png",
@@ -1272,7 +1340,7 @@
1272
1340
  },
1273
1341
  {
1274
1342
  "name": "drupal-ce",
1275
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1343
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1276
1344
  "repo": "drunomics/nuxtjs-drupal-ce",
1277
1345
  "npm": "nuxtjs-drupal-ce",
1278
1346
  "icon": "drupal-ce.png",
@@ -1305,7 +1373,7 @@
1305
1373
  },
1306
1374
  {
1307
1375
  "name": "druxt",
1308
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1376
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1309
1377
  "repo": "druxt/druxt.js#develop/packages/druxt",
1310
1378
  "npm": "druxt",
1311
1379
  "icon": "druxt.svg",
@@ -1373,7 +1441,7 @@
1373
1441
  },
1374
1442
  {
1375
1443
  "name": "emotion",
1376
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1444
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1377
1445
  "repo": "nuxt-modules/emotion",
1378
1446
  "npm": "@nuxtjs/emotion",
1379
1447
  "icon": "emotion.png",
@@ -1401,7 +1469,7 @@
1401
1469
  },
1402
1470
  {
1403
1471
  "name": "eslint",
1404
- "description": "ESLint module for Nuxt.js",
1472
+ "description": "ESLint module for Nuxt",
1405
1473
  "repo": "nuxt-community/eslint-module",
1406
1474
  "npm": "@nuxtjs/eslint-module",
1407
1475
  "icon": "eslint.png",
@@ -1423,7 +1491,7 @@
1423
1491
  },
1424
1492
  {
1425
1493
  "name": "event-trace",
1426
- "description": "Module for event trace in Nuxt.js",
1494
+ "description": "Module for event trace in Nuxt",
1427
1495
  "repo": "nuxt-community/nuxt-event-trace",
1428
1496
  "npm": "nuxt-event-trace",
1429
1497
  "icon": "",
@@ -1467,7 +1535,7 @@
1467
1535
  },
1468
1536
  {
1469
1537
  "name": "feature-toggle",
1470
- "description": "Feature toggle module for Nuxt.js",
1538
+ "description": "Feature toggle module for Nuxt",
1471
1539
  "repo": "stephenkr/nuxt-feature-toggle",
1472
1540
  "npm": "nuxt-feature-toggle",
1473
1541
  "icon": "",
@@ -1534,7 +1602,7 @@
1534
1602
  },
1535
1603
  {
1536
1604
  "name": "floating-prompt-module",
1537
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1605
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1538
1606
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1539
1607
  "npm": "nuxt-floating-prompt-module",
1540
1608
  "icon": "",
@@ -1646,11 +1714,11 @@
1646
1714
  {
1647
1715
  "name": "form-actions",
1648
1716
  "description": "A set of features and composables to interact with forms and server data.",
1649
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1717
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1650
1718
  "npm": "@hebilicious/form-actions-nuxt",
1651
1719
  "icon": "form-actions.svg",
1652
1720
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1721
+ "website": "https://form-actions-nuxt.pages.dev/",
1654
1722
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
1723
  "category": "Request",
1656
1724
  "type": "3rd-party",
@@ -1662,7 +1730,7 @@
1662
1730
  }
1663
1731
  ],
1664
1732
  "compatibility": {
1665
- "nuxt": "^3.0.0",
1733
+ "nuxt": "^3.7.0",
1666
1734
  "requires": {}
1667
1735
  }
1668
1736
  },
@@ -1740,7 +1808,7 @@
1740
1808
  },
1741
1809
  {
1742
1810
  "name": "google-adsense",
1743
- "description": "Google Adsense Module for Nuxt.js",
1811
+ "description": "Google Adsense Module for Nuxt",
1744
1812
  "repo": "nuxt-community/google-adsense-module",
1745
1813
  "npm": "@nuxtjs/google-adsense",
1746
1814
  "icon": "google-adsense.png",
@@ -1766,7 +1834,7 @@
1766
1834
  },
1767
1835
  {
1768
1836
  "name": "google-analytics",
1769
- "description": "Google analytics Module for Nuxt.js",
1837
+ "description": "Google analytics Module for Nuxt",
1770
1838
  "repo": "nuxt-community/analytics-module",
1771
1839
  "npm": "@nuxtjs/google-analytics",
1772
1840
  "icon": "google-analytics.png",
@@ -1798,12 +1866,12 @@
1798
1866
  },
1799
1867
  {
1800
1868
  "name": "google-fonts",
1801
- "description": "Google Fonts module for NuxtJS",
1802
- "repo": "nuxt-community/google-fonts-module",
1869
+ "description": "Google Fonts module for Nuxt",
1870
+ "repo": "nuxt-modules/google-fonts",
1803
1871
  "npm": "@nuxtjs/google-fonts",
1804
1872
  "icon": "google-fonts.png",
1805
- "github": "https://github.com/nuxt-community/google-fonts-module",
1806
- "website": "https://github.com/nuxt-community/google-fonts-module",
1873
+ "github": "https://github.com/nuxt-modules/google-fonts",
1874
+ "website": "https://google-fonts.nuxtjs.org",
1807
1875
  "learn_more": "https://developers.google.com/fonts",
1808
1876
  "category": "Fonts",
1809
1877
  "type": "community",
@@ -1822,7 +1890,7 @@
1822
1890
  },
1823
1891
  {
1824
1892
  "name": "google-gtag",
1825
- "description": "Google GTag for Nuxt.js",
1893
+ "description": "Google GTag for Nuxt",
1826
1894
  "repo": "nuxt-community/google-gtag",
1827
1895
  "npm": "@nuxtjs/google-gtag",
1828
1896
  "icon": "gtm.png",
@@ -1848,7 +1916,7 @@
1848
1916
  },
1849
1917
  {
1850
1918
  "name": "google-optimize",
1851
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1919
+ "description": "SSR friendly Google Optimize module for Nuxt",
1852
1920
  "repo": "nuxt-community/google-optimize-module",
1853
1921
  "npm": "nuxt-google-optimize",
1854
1922
  "icon": "google-optimize.png",
@@ -1903,7 +1971,7 @@
1903
1971
  },
1904
1972
  {
1905
1973
  "name": "graphql-request",
1906
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1974
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1907
1975
  "repo": "gomah/nuxt-graphql-request",
1908
1976
  "npm": "nuxt-graphql-request",
1909
1977
  "icon": "graphql-request.png",
@@ -1919,7 +1987,7 @@
1919
1987
  }
1920
1988
  ],
1921
1989
  "compatibility": {
1922
- "nuxt": "^2.0.0",
1990
+ "nuxt": "^2.0.0 || ^3.0.0",
1923
1991
  "requires": {}
1924
1992
  }
1925
1993
  },
@@ -1942,12 +2010,13 @@
1942
2010
  ],
1943
2011
  "compatibility": {
1944
2012
  "nuxt": "^3.0.0",
1945
- "requires": {}
2013
+ "requires": {},
2014
+ "devtools": "^0.0.0"
1946
2015
  }
1947
2016
  },
1948
2017
  {
1949
2018
  "name": "gtag",
1950
- "description": "Google Analytics integration for Nuxt 3",
2019
+ "description": "Google Analytics integration for Nuxt",
1951
2020
  "repo": "johannschopplich/nuxt-gtag",
1952
2021
  "npm": "nuxt-gtag",
1953
2022
  "icon": "gtag.svg",
@@ -1971,7 +2040,7 @@
1971
2040
  },
1972
2041
  {
1973
2042
  "name": "gtm",
1974
- "description": "Google Tag Manager Module for Nuxt.js",
2043
+ "description": "Google Tag Manager Module for Nuxt",
1975
2044
  "repo": "nuxt-community/gtm-module",
1976
2045
  "npm": "@nuxtjs/gtm",
1977
2046
  "icon": "gtm.png",
@@ -1994,7 +2063,7 @@
1994
2063
  },
1995
2064
  {
1996
2065
  "name": "guess",
1997
- "description": "Guess.js module for Nuxt.js",
2066
+ "description": "Guess.js module for Nuxt",
1998
2067
  "repo": "nuxt-community/guess-module",
1999
2068
  "npm": "@nuxtjs/guess-module",
2000
2069
  "icon": "guessjs.png",
@@ -2106,7 +2175,7 @@
2106
2175
  },
2107
2176
  {
2108
2177
  "name": "helmet",
2109
- "description": "Easy Helmet module with Nuxt.js'",
2178
+ "description": "Easy Helmet module with Nuxt'",
2110
2179
  "repo": "victor-perez/nuxt-helmet",
2111
2180
  "npm": "nuxt-helmet",
2112
2181
  "icon": "",
@@ -2150,7 +2219,7 @@
2150
2219
  },
2151
2220
  {
2152
2221
  "name": "history-state",
2153
- "description": "Nuxt.js module to backup or restore historical states",
2222
+ "description": "Nuxt module to backup or restore historical states",
2154
2223
  "repo": "hidekatsu-izuno/nuxt-history-state",
2155
2224
  "npm": "nuxt-history-state",
2156
2225
  "icon": "",
@@ -2219,7 +2288,7 @@
2219
2288
  },
2220
2289
  {
2221
2290
  "name": "http",
2222
- "description": "Universal HTTP Module for Nuxt.js",
2291
+ "description": "Universal HTTP Module for Nuxt",
2223
2292
  "repo": "nuxt/http",
2224
2293
  "npm": "@nuxt/http",
2225
2294
  "icon": "http.png",
@@ -2247,7 +2316,7 @@
2247
2316
  },
2248
2317
  {
2249
2318
  "name": "humans-txt",
2250
- "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.",
2319
+ "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.",
2251
2320
  "repo": "Luxdamore/nuxt-humans-txt",
2252
2321
  "npm": "@luxdamore/nuxt-humans-txt",
2253
2322
  "icon": "",
@@ -2271,11 +2340,11 @@
2271
2340
  {
2272
2341
  "name": "i18n",
2273
2342
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2274
- "repo": "nuxt-community/i18n-module",
2343
+ "repo": "nuxt-modules/i18n",
2275
2344
  "npm": "@nuxtjs/i18n",
2276
2345
  "icon": "i18n.png",
2277
- "github": "https://github.com/nuxt-community/i18n-module",
2278
- "website": "https://i18n.nuxtjs.org",
2346
+ "github": "https://github.com/nuxt-modules/i18n",
2347
+ "website": "https://v8.i18n.nuxtjs.org",
2279
2348
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2280
2349
  "category": "Extensions",
2281
2350
  "type": "community",
@@ -2335,7 +2404,8 @@
2335
2404
  ],
2336
2405
  "compatibility": {
2337
2406
  "nuxt": "^3.0.0",
2338
- "requires": {}
2407
+ "requires": {},
2408
+ "devtools": "^0.0.0"
2339
2409
  }
2340
2410
  },
2341
2411
  {
@@ -2384,12 +2454,12 @@
2384
2454
  },
2385
2455
  {
2386
2456
  "name": "image",
2387
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2457
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2388
2458
  "repo": "nuxt/image",
2389
2459
  "npm": "@nuxt/image",
2390
2460
  "icon": "image.png",
2391
2461
  "github": "https://github.com/nuxt/image",
2392
- "website": "https://image.nuxtjs.org",
2462
+ "website": "https://image.nuxt.com",
2393
2463
  "learn_more": "",
2394
2464
  "category": "Images",
2395
2465
  "type": "official",
@@ -2399,6 +2469,11 @@
2399
2469
  "github": "farnabaz",
2400
2470
  "twitter": "a_birang"
2401
2471
  },
2472
+ {
2473
+ "name": "Daniel Roe",
2474
+ "github": "danielroe",
2475
+ "twitter": "danielcroe"
2476
+ },
2402
2477
  {
2403
2478
  "name": "Pooya Parsa",
2404
2479
  "github": "pi0",
@@ -2419,7 +2494,7 @@
2419
2494
  },
2420
2495
  {
2421
2496
  "name": "imagemin",
2422
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2497
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2423
2498
  "repo": "nuxt-community/imagemin-module",
2424
2499
  "npm": "@nuxtjs/imagemin",
2425
2500
  "icon": "imagemin.png",
@@ -2466,7 +2541,7 @@
2466
2541
  },
2467
2542
  {
2468
2543
  "name": "intercom",
2469
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2544
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2470
2545
  "repo": "hex-digital/nuxt-intercom",
2471
2546
  "npm": "@hexdigital/nuxt-intercom",
2472
2547
  "icon": "intercom.png",
@@ -2511,7 +2586,7 @@
2511
2586
  },
2512
2587
  {
2513
2588
  "name": "jsonapi",
2514
- "description": "Easy JSON:API client integration for Nuxt.js",
2589
+ "description": "Easy JSON:API client integration for Nuxt",
2515
2590
  "repo": "patrickcate/nuxt-jsonapi",
2516
2591
  "npm": "nuxt-jsonapi",
2517
2592
  "icon": "jsonapi.svg",
@@ -2553,9 +2628,36 @@
2553
2628
  "requires": {}
2554
2629
  }
2555
2630
  },
2631
+ {
2632
+ "name": "kinde",
2633
+ "description": "Kinde authentication integration for Nuxt",
2634
+ "repo": "nuxt-modules/kinde",
2635
+ "npm": "@nuxtjs/kinde",
2636
+ "icon": "kinde.svg",
2637
+ "github": "https://github.com/nuxt-modules/kinde",
2638
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2639
+ "learn_more": "https://kinde.com/",
2640
+ "category": "Security",
2641
+ "type": "community",
2642
+ "maintainers": [
2643
+ {
2644
+ "name": "danielroe",
2645
+ "github": "danielroe"
2646
+ },
2647
+ {
2648
+ "name": "daveordead",
2649
+ "github": "DaveOrDead",
2650
+ "twitter": "dave_or_dead"
2651
+ }
2652
+ ],
2653
+ "compatibility": {
2654
+ "nuxt": "^3.0.0",
2655
+ "requires": {}
2656
+ }
2657
+ },
2556
2658
  {
2557
2659
  "name": "kql",
2558
- "description": "Nuxt 3 module for Kirby's Query Language API",
2660
+ "description": "Nuxt module for Kirby's Query Language API",
2559
2661
  "repo": "johannschopplich/nuxt-kql",
2560
2662
  "npm": "nuxt-kql",
2561
2663
  "icon": "kql.svg",
@@ -2579,7 +2681,7 @@
2579
2681
  },
2580
2682
  {
2581
2683
  "name": "laravel-echo",
2582
- "description": "Laravel Echo for Nuxt.js",
2684
+ "description": "Laravel Echo for Nuxt",
2583
2685
  "repo": "nuxt-community/laravel-echo",
2584
2686
  "npm": "@nuxtjs/laravel-echo",
2585
2687
  "icon": "laravel-echo.png",
@@ -2667,13 +2769,13 @@
2667
2769
  },
2668
2770
  {
2669
2771
  "name": "link-checker",
2670
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2772
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2671
2773
  "repo": "harlan-zw/nuxt-link-checker",
2672
2774
  "npm": "nuxt-link-checker",
2673
- "icon": "",
2775
+ "icon": "link-checker.svg",
2674
2776
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2675
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2676
- "learn_more": "",
2777
+ "website": "https://nuxtseo.com/link-checker",
2778
+ "learn_more": "https://nuxtseo.com/link-checker",
2677
2779
  "category": "SEO",
2678
2780
  "type": "3rd-party",
2679
2781
  "maintainers": [
@@ -2686,7 +2788,8 @@
2686
2788
  ],
2687
2789
  "compatibility": {
2688
2790
  "nuxt": "^3.0.0",
2689
- "requires": {}
2791
+ "requires": {},
2792
+ "devtools": "^0.0.0"
2690
2793
  }
2691
2794
  },
2692
2795
  {
@@ -2763,12 +2866,12 @@
2763
2866
  },
2764
2867
  {
2765
2868
  "name": "logrocket",
2766
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2767
- "repo": "nuxt-community/nuxt-logrocket",
2869
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2870
+ "repo": "nuxt-modules/logrocket",
2768
2871
  "npm": "nuxt-logrocket",
2769
2872
  "icon": "logrocket.png",
2770
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2771
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2873
+ "github": "https://github.com/nuxt-modules/logrocket",
2874
+ "website": "https://github.com/nuxt-modules/logrocket",
2772
2875
  "learn_more": "https://docs.logrocket.com/docs",
2773
2876
  "category": "Monitoring",
2774
2877
  "type": "community",
@@ -2786,7 +2889,7 @@
2786
2889
  },
2787
2890
  {
2788
2891
  "name": "lucide-icons",
2789
- "description": "Nuxt 3 module to integrate Lucide icons",
2892
+ "description": "Nuxt module to integrate Lucide icons",
2790
2893
  "repo": "swisnl/nuxt-lucide-icons",
2791
2894
  "npm": "nuxt-lucide-icons",
2792
2895
  "icon": "lucide-icons.svg",
@@ -2812,7 +2915,7 @@
2812
2915
  },
2813
2916
  {
2814
2917
  "name": "lunr",
2815
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2918
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2816
2919
  "repo": "nuxt-community/lunr-module",
2817
2920
  "npm": "@nuxtjs/lunr-module",
2818
2921
  "icon": "",
@@ -2900,6 +3003,28 @@
2900
3003
  "requires": {}
2901
3004
  }
2902
3005
  },
3006
+ {
3007
+ "name": "maz-ui",
3008
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
+ "repo": "louismazel/maz-ui",
3010
+ "npm": "maz-ui",
3011
+ "icon": "maz-ui.png",
3012
+ "github": "https://github.com/louismazel/maz-ui",
3013
+ "website": "https://louismazel.github.io/maz-ui-3/",
3014
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3015
+ "category": "UI",
3016
+ "type": "community",
3017
+ "maintainers": [
3018
+ {
3019
+ "name": "Loïc Mazuel",
3020
+ "github": "LouisMazel"
3021
+ }
3022
+ ],
3023
+ "compatibility": {
3024
+ "nuxt": "^3.0.0",
3025
+ "requires": {}
3026
+ }
3027
+ },
2903
3028
  {
2904
3029
  "name": "mdx",
2905
3030
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2925,7 +3050,7 @@
2925
3050
  },
2926
3051
  {
2927
3052
  "name": "medusa",
2928
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3053
+ "description": "Easily connect to Medusa from your Nuxt application",
2929
3054
  "repo": "Baroshem/nuxt-medusa",
2930
3055
  "npm": "nuxt-medusa",
2931
3056
  "icon": "medusa.svg",
@@ -2950,7 +3075,7 @@
2950
3075
  },
2951
3076
  {
2952
3077
  "name": "meilisearch",
2953
- "description": "Meilisearch Instant Search module for Nuxt 3",
3078
+ "description": "Meilisearch Instant Search module for Nuxt",
2954
3079
  "repo": "xlanex6/nuxt-meilisearch",
2955
3080
  "npm": "nuxt-meilisearch",
2956
3081
  "icon": "meilisearch.svg",
@@ -2970,7 +3095,8 @@
2970
3095
  "nuxt": "^3.0.0",
2971
3096
  "requires": {
2972
3097
  "bridge": false
2973
- }
3098
+ },
3099
+ "devtools": "^0.0.0"
2974
3100
  }
2975
3101
  },
2976
3102
  {
@@ -3042,7 +3168,7 @@
3042
3168
  },
3043
3169
  {
3044
3170
  "name": "moment",
3045
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3171
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3046
3172
  "repo": "nuxt-community/moment-module",
3047
3173
  "npm": "@nuxtjs/moment",
3048
3174
  "icon": "momentjs.png",
@@ -3069,7 +3195,7 @@
3069
3195
  },
3070
3196
  {
3071
3197
  "name": "mq",
3072
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3198
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3073
3199
  "repo": "vanhoofmaarten/nuxt-mq",
3074
3200
  "npm": "nuxt-mq",
3075
3201
  "icon": "",
@@ -3113,7 +3239,7 @@
3113
3239
  },
3114
3240
  {
3115
3241
  "name": "netlify-cache",
3116
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3242
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3117
3243
  "repo": "DreaMinder/nuxt-netlify-cache",
3118
3244
  "npm": "nuxt-netlify-cache",
3119
3245
  "icon": "netlify.png",
@@ -3158,7 +3284,7 @@
3158
3284
  },
3159
3285
  {
3160
3286
  "name": "netlify",
3161
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3287
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3162
3288
  "repo": "bazzite/nuxt-netlify",
3163
3289
  "npm": "@aceforth/nuxt-netlify",
3164
3290
  "icon": "netlify.png",
@@ -3273,24 +3399,24 @@
3273
3399
  }
3274
3400
  },
3275
3401
  {
3276
- "name": "nuxt-auth",
3277
- "description": "",
3278
- "repo": "sidebase/nuxt-auth",
3279
- "npm": "@sidebase/nuxt-auth",
3402
+ "name": "nuxt-basic-auth",
3403
+ "description": "Nuxt Module for Basic Authentication",
3404
+ "repo": "kgierke/nuxt-basic-auth",
3405
+ "npm": "@kgierke/nuxt-basic-auth",
3280
3406
  "icon": "",
3281
- "github": "https://github.com/sidebase/nuxt-auth",
3282
- "website": "https://github.com/sidebase/nuxt-auth",
3407
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3408
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3283
3409
  "learn_more": "",
3284
- "category": "Devtools",
3410
+ "category": "Security",
3285
3411
  "type": "3rd-party",
3286
3412
  "maintainers": [
3287
3413
  {
3288
- "name": "sidebase",
3289
- "github": "sidebase"
3414
+ "name": "kgierke",
3415
+ "github": "kgierke"
3290
3416
  }
3291
3417
  ],
3292
3418
  "compatibility": {
3293
- "nuxt": "^2.0.0",
3419
+ "nuxt": "^3.0.0",
3294
3420
  "requires": {}
3295
3421
  }
3296
3422
  },
@@ -3318,7 +3444,7 @@
3318
3444
  },
3319
3445
  {
3320
3446
  "name": "nuxt-chatgpt",
3321
- "description": "ChatGPT integration for Nuxt 3",
3447
+ "description": "ChatGPT integration for Nuxt",
3322
3448
  "repo": "schnapsterdog/nuxt-chatgpt",
3323
3449
  "npm": "nuxt-chatgpt",
3324
3450
  "icon": "chatgpt.svg",
@@ -3338,6 +3464,32 @@
3338
3464
  "requires": {}
3339
3465
  }
3340
3466
  },
3467
+ {
3468
+ "name": "nuxt-facebook-chat",
3469
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3470
+ "repo": "superdev-tech/nuxt-facebook-chat",
3471
+ "npm": "nuxt-facebook-chat",
3472
+ "icon": "nuxt-facebook-chat.svg",
3473
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3474
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3475
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3476
+ "category": "Libraries",
3477
+ "type": "3rd-party",
3478
+ "maintainers": [
3479
+ {
3480
+ "name": "Supanut Dokmaithong",
3481
+ "github": "Boomgeek"
3482
+ },
3483
+ {
3484
+ "name": "superdev-tech",
3485
+ "github": "superdev-tech"
3486
+ }
3487
+ ],
3488
+ "compatibility": {
3489
+ "nuxt": "^3.0.0",
3490
+ "requires": {}
3491
+ }
3492
+ },
3341
3493
  {
3342
3494
  "name": "nuxt-feedme",
3343
3495
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3413,7 +3565,7 @@
3413
3565
  },
3414
3566
  {
3415
3567
  "name": "nuxt-gtm",
3416
- "description": "A Nuxt.js module for Google Tag Manager",
3568
+ "description": "A Nuxt module for Google Tag Manager",
3417
3569
  "repo": "zadigetvoltaire/nuxt-gtm",
3418
3570
  "npm": "@zadigetvoltaire/nuxt-gtm",
3419
3571
  "icon": "nuxt-gtm.svg",
@@ -3430,7 +3582,8 @@
3430
3582
  ],
3431
3583
  "compatibility": {
3432
3584
  "nuxt": "^3.0.0",
3433
- "requires": {}
3585
+ "requires": {},
3586
+ "devtools": "^0.0.0"
3434
3587
  }
3435
3588
  },
3436
3589
  {
@@ -3457,6 +3610,28 @@
3457
3610
  }
3458
3611
  }
3459
3612
  },
3613
+ {
3614
+ "name": "nuxt-jsonld",
3615
+ "description": "Manage JSON-LD in Vue component.",
3616
+ "repo": "ymmooot/nuxt-jsonld",
3617
+ "npm": "nuxt-jsonld",
3618
+ "icon": "",
3619
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3620
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3621
+ "learn_more": "",
3622
+ "category": "SEO",
3623
+ "type": "3rd-party",
3624
+ "maintainers": [
3625
+ {
3626
+ "name": "ymmooot",
3627
+ "github": "ymmooot"
3628
+ }
3629
+ ],
3630
+ "compatibility": {
3631
+ "nuxt": "^3.0.0",
3632
+ "requires": {}
3633
+ }
3634
+ },
3460
3635
  {
3461
3636
  "name": "nuxt-localtunnel",
3462
3637
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3482,7 +3657,7 @@
3482
3657
  },
3483
3658
  {
3484
3659
  "name": "nuxt-loco",
3485
- "description": "A localise.biz module to synth locale with Nuxt.js",
3660
+ "description": "A localise.biz module to synth locale with Nuxt",
3486
3661
  "repo": "gaetansenn/nuxt-loco",
3487
3662
  "npm": "nuxt-loco",
3488
3663
  "icon": "",
@@ -3525,6 +3700,28 @@
3525
3700
  "requires": {}
3526
3701
  }
3527
3702
  },
3703
+ {
3704
+ "name": "nuxt-mdi",
3705
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3706
+ "repo": "ERPedersen/nuxt-mdi",
3707
+ "npm": "nuxt-mdi",
3708
+ "icon": "mdi.png",
3709
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3710
+ "website": "https://nuxt-mdi.emilrosenius.com",
3711
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3712
+ "category": "Libraries",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "Emil Rosenius",
3717
+ "github": "ERPedersen"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3528
3725
  {
3529
3726
  "name": "nuxt-monaco-editor",
3530
3727
  "description": "Integrate monaco-editor with Nuxt",
@@ -3549,7 +3746,7 @@
3549
3746
  },
3550
3747
  {
3551
3748
  "name": "nuxt-mongoose",
3552
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3749
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3553
3750
  "repo": "arashsheyda/nuxt-mongoose",
3554
3751
  "npm": "nuxt-mongoose",
3555
3752
  "icon": "nuxt-mongoose.svg",
@@ -3564,6 +3761,30 @@
3564
3761
  "github": "arashsheyda"
3565
3762
  }
3566
3763
  ],
3764
+ "compatibility": {
3765
+ "nuxt": "^3.0.0",
3766
+ "requires": {},
3767
+ "devtools": "^0.0.0"
3768
+ }
3769
+ },
3770
+ {
3771
+ "name": "nuxt-payload-analyzer",
3772
+ "description": "Analyze Nuxt Payload Size",
3773
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3774
+ "npm": "nuxt-payload-analyzer",
3775
+ "icon": "",
3776
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3777
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3778
+ "learn_more": "",
3779
+ "category": "Performance",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "Barbapapazes",
3784
+ "github": "Barbapapazes",
3785
+ "twitter": "soubiran_"
3786
+ }
3787
+ ],
3567
3788
  "compatibility": {
3568
3789
  "nuxt": "^3.0.0",
3569
3790
  "requires": {}
@@ -3638,7 +3859,7 @@
3638
3859
  },
3639
3860
  {
3640
3861
  "name": "plausible",
3641
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3862
+ "description": "Nuxt module to natively integrate Plausible analytics",
3642
3863
  "repo": "nuxt-modules/plausible",
3643
3864
  "npm": "@nuxtjs/plausible",
3644
3865
  "icon": "plausible.png",
@@ -3660,7 +3881,7 @@
3660
3881
  },
3661
3882
  {
3662
3883
  "name": "nuxt-plotly",
3663
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3884
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3664
3885
  "repo": "superdev-tech/nuxt-plotly",
3665
3886
  "npm": "nuxt-plotly",
3666
3887
  "icon": "nuxt-plotly.svg",
@@ -3686,7 +3907,7 @@
3686
3907
  },
3687
3908
  {
3688
3909
  "name": "nuxt-png-to-ico",
3689
- "description": "Nuxt.js module for auto generating favicons",
3910
+ "description": "Nuxt module for auto generating favicons",
3690
3911
  "repo": "b5710546232/nuxt-png-to-ico",
3691
3912
  "npm": "nuxt-png-to-ico",
3692
3913
  "icon": "",
@@ -3709,7 +3930,7 @@
3709
3930
  },
3710
3931
  {
3711
3932
  "name": "nuxt-smartlook",
3712
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3933
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3713
3934
  "repo": "f00b4r/nuxt-smartlook",
3714
3935
  "npm": "nuxt-smartlook",
3715
3936
  "icon": "nuxt-smartlook.png",
@@ -3731,6 +3952,28 @@
3731
3952
  "requires": {}
3732
3953
  }
3733
3954
  },
3955
+ {
3956
+ "name": "nuxt-social-share",
3957
+ "description": "Simple Social Sharing for Nuxt",
3958
+ "repo": "stefanobartoletti/nuxt-social-share",
3959
+ "npm": "@stefanobartoletti/nuxt-social-share",
3960
+ "icon": "nuxt-social-share.png",
3961
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
3962
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
3963
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
3964
+ "category": "Extensions",
3965
+ "type": "3rd-party",
3966
+ "maintainers": [
3967
+ {
3968
+ "name": "stefanobartoletti",
3969
+ "github": "stefanobartoletti"
3970
+ }
3971
+ ],
3972
+ "compatibility": {
3973
+ "nuxt": "^3.0.0",
3974
+ "requires": {}
3975
+ }
3976
+ },
3734
3977
  {
3735
3978
  "name": "ssr-lit",
3736
3979
  "description": "Server-Side Rendering for Lit Element components",
@@ -3761,7 +4004,7 @@
3761
4004
  },
3762
4005
  {
3763
4006
  "name": "nuxt-storm",
3764
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4007
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3765
4008
  "repo": "fumeapp/nuxt-storm",
3766
4009
  "npm": "nuxt-storm",
3767
4010
  "icon": "nuxt-storm.png",
@@ -3805,7 +4048,7 @@
3805
4048
  },
3806
4049
  {
3807
4050
  "name": "nuxt-unleash",
3808
- "description": "Nuxt.js module to use Unleash toggle feature services",
4051
+ "description": "Nuxt module to use Unleash toggle feature services",
3809
4052
  "repo": "conejerock/nuxt-unleash",
3810
4053
  "npm": "nuxt-unleash",
3811
4054
  "icon": "nuxt-unleash.svg",
@@ -3917,7 +4160,7 @@
3917
4160
  },
3918
4161
  {
3919
4162
  "name": "nuxt-vuetify",
3920
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4163
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3921
4164
  "repo": "invictus-codes/nuxt-vuetify",
3922
4165
  "npm": "@invictus.codes/nuxt-vuetify",
3923
4166
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3961,7 +4204,7 @@
3961
4204
  },
3962
4205
  {
3963
4206
  "name": "nuxt7",
3964
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4207
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3965
4208
  "repo": "nuxt-community/nuxt7",
3966
4209
  "npm": "nuxt7",
3967
4210
  "icon": "",
@@ -3982,38 +4225,15 @@
3982
4225
  "requires": {}
3983
4226
  }
3984
4227
  },
3985
- {
3986
- "name": "nuxtlabs-ui",
3987
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3988
- "repo": "nuxtlabs/ui",
3989
- "npm": "@nuxthq/ui",
3990
- "icon": "nuxtlabs-ui.svg",
3991
- "github": "https://github.com/nuxtlabs/ui",
3992
- "website": "https://ui.nuxtlabs.com",
3993
- "learn_more": "https://ui.nuxtlabs.com",
3994
- "category": "UI",
3995
- "type": "3rd-party",
3996
- "maintainers": [
3997
- {
3998
- "name": "Benjamin Canac",
3999
- "github": "benjamincanac",
4000
- "twitter": "benjamincanac"
4001
- }
4002
- ],
4003
- "compatibility": {
4004
- "nuxt": "^3.0.0",
4005
- "requires": {}
4006
- }
4007
- },
4008
4228
  {
4009
4229
  "name": "og-image",
4010
- "description": "Easily generate dynamic social share images.",
4230
+ "description": "Enlightened runtime images generated with Vue templates.",
4011
4231
  "repo": "harlan-zw/nuxt-og-image",
4012
4232
  "npm": "nuxt-og-image",
4013
- "icon": "",
4233
+ "icon": "og-image.svg",
4014
4234
  "github": "https://github.com/harlan-zw/nuxt-og-image",
4015
- "website": "https://github.com/harlan-zw/nuxt-og-image",
4016
- "learn_more": "",
4235
+ "website": "https://nuxtseo.com/og-image",
4236
+ "learn_more": "https://nuxtseo.com/og-image",
4017
4237
  "category": "SEO",
4018
4238
  "type": "3rd-party",
4019
4239
  "maintainers": [
@@ -4026,7 +4246,8 @@
4026
4246
  ],
4027
4247
  "compatibility": {
4028
4248
  "nuxt": "^3.0.0",
4029
- "requires": {}
4249
+ "requires": {},
4250
+ "devtools": "^0.0.0"
4030
4251
  }
4031
4252
  },
4032
4253
  {
@@ -4054,7 +4275,7 @@
4054
4275
  },
4055
4276
  {
4056
4277
  "name": "optimized-images",
4057
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4278
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4058
4279
  "repo": "juliomrqz/nuxt-optimized-images",
4059
4280
  "npm": "@aceforth/nuxt-optimized-images",
4060
4281
  "icon": "",
@@ -4099,7 +4320,7 @@
4099
4320
  },
4100
4321
  {
4101
4322
  "name": "parse",
4102
- "description": "Parse package for Nuxt.js",
4323
+ "description": "Parse package for Nuxt",
4103
4324
  "repo": "cierrateam/nuxt-parse",
4104
4325
  "npm": "nuxt-parse",
4105
4326
  "icon": "",
@@ -4119,6 +4340,29 @@
4119
4340
  "requires": {}
4120
4341
  }
4121
4342
  },
4343
+ {
4344
+ "name": "particles",
4345
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4346
+ "repo": "Joepocalyptic/nuxt-particles",
4347
+ "npm": "nuxt-particles",
4348
+ "icon": "",
4349
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4350
+ "website": "https://nuxt-particles.joeypereira.dev",
4351
+ "learn_more": "https://particles.js.org/",
4352
+ "category": "Libraries",
4353
+ "type": "3rd-party",
4354
+ "maintainers": [
4355
+ {
4356
+ "name": "Joey Pereira",
4357
+ "github": "Joepocalyptic",
4358
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4359
+ }
4360
+ ],
4361
+ "compatibility": {
4362
+ "nuxt": "^3.0.0",
4363
+ "requires": {}
4364
+ }
4365
+ },
4122
4366
  {
4123
4367
  "name": "partytown",
4124
4368
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4265,7 +4509,7 @@
4265
4509
  },
4266
4510
  {
4267
4511
  "name": "plausible",
4268
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4512
+ "description": "Nuxt module to natively integrate Plausible analytics",
4269
4513
  "repo": "nuxt-modules/plausible",
4270
4514
  "npm": "@nuxtjs/plausible",
4271
4515
  "icon": "",
@@ -4307,9 +4551,56 @@
4307
4551
  "requires": {}
4308
4552
  }
4309
4553
  },
4554
+ {
4555
+ "name": "prepare",
4556
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4557
+ "repo": "johannschopplich/nuxt-prepare",
4558
+ "npm": "nuxt-prepare",
4559
+ "icon": "prepare.svg",
4560
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4561
+ "website": "https://nuxt-prepare.jhnn.dev",
4562
+ "learn_more": "",
4563
+ "category": "Devtools",
4564
+ "type": "3rd-party",
4565
+ "maintainers": [
4566
+ {
4567
+ "name": "Johann Schopplich",
4568
+ "github": "johannschopplich",
4569
+ "twitter": "jschopplich",
4570
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4571
+ }
4572
+ ],
4573
+ "compatibility": {
4574
+ "nuxt": "^3.0.0",
4575
+ "requires": {}
4576
+ }
4577
+ },
4578
+ {
4579
+ "name": "primevue",
4580
+ "description": "Next Generation Vue UI Component Library",
4581
+ "repo": "primefaces/primevue-nuxt-module",
4582
+ "npm": "nuxt-primevue",
4583
+ "icon": "primevue.svg",
4584
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4585
+ "website": "https://primevue.org/",
4586
+ "learn_more": "https://primevue.org/",
4587
+ "category": "UI",
4588
+ "type": "3rd-party",
4589
+ "maintainers": [
4590
+ {
4591
+ "name": "primefaces",
4592
+ "github": "primefaces",
4593
+ "twitter": "primevue"
4594
+ }
4595
+ ],
4596
+ "compatibility": {
4597
+ "nuxt": "^3.0.0",
4598
+ "requires": {}
4599
+ }
4600
+ },
4310
4601
  {
4311
4602
  "name": "prismic",
4312
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4603
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4313
4604
  "repo": "nuxt-modules/prismic",
4314
4605
  "npm": "@nuxtjs/prismic",
4315
4606
  "icon": "prismic.png",
@@ -4376,7 +4667,7 @@
4376
4667
  },
4377
4668
  {
4378
4669
  "name": "proxy",
4379
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4670
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4380
4671
  "repo": "nuxt-community/proxy-module",
4381
4672
  "npm": "@nuxtjs/proxy",
4382
4673
  "icon": "",
@@ -4422,7 +4713,7 @@
4422
4713
  },
4423
4714
  {
4424
4715
  "name": "purgecss",
4425
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4716
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4426
4717
  "repo": "Developmint/nuxt-purgecss#main",
4427
4718
  "npm": "nuxt-purgecss",
4428
4719
  "icon": "purgecss.png",
@@ -4444,7 +4735,7 @@
4444
4735
  },
4445
4736
  {
4446
4737
  "name": "pwa",
4447
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4738
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4448
4739
  "repo": "nuxt-community/pwa-module",
4449
4740
  "npm": "@nuxtjs/pwa",
4450
4741
  "icon": "pwa.png",
@@ -4469,7 +4760,7 @@
4469
4760
  },
4470
4761
  {
4471
4762
  "name": "python",
4472
- "description": "Write Nuxt.js applications using Python",
4763
+ "description": "Write Nuxt applications using Python",
4473
4764
  "repo": "nuxt-community/python-module",
4474
4765
  "npm": "@nuxtjs/python",
4475
4766
  "icon": "python.png",
@@ -4508,7 +4799,8 @@
4508
4799
  ],
4509
4800
  "compatibility": {
4510
4801
  "nuxt": "^3.0.0",
4511
- "requires": {}
4802
+ "requires": {},
4803
+ "devtools": "^0.0.0"
4512
4804
  }
4513
4805
  },
4514
4806
  {
@@ -4516,7 +4808,7 @@
4516
4808
  "description": "radash module with auto-import and custom prefix",
4517
4809
  "repo": "bbg/nuxt-radash",
4518
4810
  "npm": "nuxt-radash",
4519
- "icon": "radash.svg",
4811
+ "icon": "radash.png",
4520
4812
  "github": "https://github.com/bbg/nuxt-radash",
4521
4813
  "website": "https://github.com/bbg/nuxt-radash#readme",
4522
4814
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4533,9 +4825,44 @@
4533
4825
  "requires": {}
4534
4826
  }
4535
4827
  },
4828
+ {
4829
+ "name": "radix-vue",
4830
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4831
+ "repo": "radix-vue/radix-vue",
4832
+ "npm": "radix-vue",
4833
+ "icon": "radix-vue.svg",
4834
+ "github": "https://github.com/radix-vue/radix-vue",
4835
+ "website": "https://www.radix-vue.com/",
4836
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4837
+ "category": "UI",
4838
+ "type": "3rd-party",
4839
+ "maintainers": [
4840
+ {
4841
+ "name": "Zernonia",
4842
+ "github": "zernonia",
4843
+ "twitter": "zernonia"
4844
+ },
4845
+ {
4846
+ "name": "Khairul Haaziq",
4847
+ "github": "khairulhaaziq"
4848
+ },
4849
+ {
4850
+ "name": "Mujahid Anuar",
4851
+ "github": "mujahidfa"
4852
+ },
4853
+ {
4854
+ "name": "Max",
4855
+ "github": "onmax"
4856
+ }
4857
+ ],
4858
+ "compatibility": {
4859
+ "nuxt": "^3.0.0",
4860
+ "requires": {}
4861
+ }
4862
+ },
4536
4863
  {
4537
4864
  "name": "recaptcha",
4538
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4865
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4539
4866
  "repo": "nuxt-community/recaptcha-module",
4540
4867
  "npm": "@nuxtjs/recaptcha",
4541
4868
  "icon": "recaptcha.png",
@@ -4580,7 +4907,7 @@
4580
4907
  },
4581
4908
  {
4582
4909
  "name": "rfg-icon",
4583
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4910
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4584
4911
  "repo": "pimlie/nuxt-rfg-icon",
4585
4912
  "npm": "nuxt-rfg-icon",
4586
4913
  "icon": "real-favicon-generator.png",
@@ -4602,12 +4929,12 @@
4602
4929
  },
4603
4930
  {
4604
4931
  "name": "robots",
4605
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4606
- "repo": "nuxt-community/robots-module",
4932
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4933
+ "repo": "nuxt-modules/robots",
4607
4934
  "npm": "@nuxtjs/robots",
4608
4935
  "icon": "robots.png",
4609
- "github": "https://github.com/nuxt-community/robots-module",
4610
- "website": "https://github.com/nuxt-community/robots-module",
4936
+ "github": "https://github.com/nuxt-modules/robots",
4937
+ "website": "https://github.com/nuxt-modules/robots",
4611
4938
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4612
4939
  "category": "SEO",
4613
4940
  "type": "community",
@@ -4626,7 +4953,7 @@
4626
4953
  },
4627
4954
  {
4628
4955
  "name": "rollbar",
4629
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4956
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4630
4957
  "repo": "gaelreyrol/nuxt-rollbar-module",
4631
4958
  "npm": "nuxt-rollbar-module",
4632
4959
  "icon": "rollbar.png",
@@ -4671,7 +4998,7 @@
4671
4998
  },
4672
4999
  {
4673
5000
  "name": "router",
4674
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5001
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4675
5002
  "repo": "nuxt-community/router-module",
4676
5003
  "npm": "@nuxtjs/router",
4677
5004
  "icon": "vue.png",
@@ -4719,13 +5046,13 @@
4719
5046
  },
4720
5047
  {
4721
5048
  "name": "schema-org",
4722
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4723
- "repo": "vueuse/schema-org#main/packages/nuxt",
5049
+ "description": "Schema.org for Nuxt.",
5050
+ "repo": "harlan-zw/nuxt-schema-org",
4724
5051
  "npm": "nuxt-schema-org",
4725
5052
  "icon": "schema-org.svg",
4726
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4727
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4728
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5053
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5054
+ "website": "https://nuxtseo.com/schema-org",
5055
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4729
5056
  "category": "SEO",
4730
5057
  "type": "3rd-party",
4731
5058
  "maintainers": [
@@ -4788,7 +5115,7 @@
4788
5115
  },
4789
5116
  {
4790
5117
  "name": "segment",
4791
- "description": "Nuxt.js module for Segment Analytics.js",
5118
+ "description": "Nuxt module for Segment Analytics.js",
4792
5119
  "repo": "dansmaculotte/nuxt-segment",
4793
5120
  "npm": "@dansmaculotte/nuxt-segment",
4794
5121
  "icon": "segment.png",
@@ -4810,10 +5137,10 @@
4810
5137
  },
4811
5138
  {
4812
5139
  "name": "sentry",
4813
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5140
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4814
5141
  "repo": "nuxt-community/sentry-module",
4815
5142
  "npm": "@nuxtjs/sentry",
4816
- "icon": "sentry.png",
5143
+ "icon": "sentry.svg",
4817
5144
  "github": "https://github.com/nuxt-community/sentry-module",
4818
5145
  "website": "https://sentry.nuxtjs.org/",
4819
5146
  "learn_more": "https://sentry.io/welcome/",
@@ -4830,14 +5157,38 @@
4830
5157
  "requires": {}
4831
5158
  }
4832
5159
  },
5160
+ {
5161
+ "name": "seo-experiments",
5162
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5163
+ "repo": "harlan-zw/nuxt-seo-experiments",
5164
+ "npm": "nuxt-seo-experiments",
5165
+ "icon": "seo-experiments.svg",
5166
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5167
+ "website": "https://nuxtseo.com/experiments",
5168
+ "learn_more": "https://nuxtseo.com/experiments",
5169
+ "category": "SEO",
5170
+ "type": "3rd-party",
5171
+ "maintainers": [
5172
+ {
5173
+ "name": "Harlan Wilton",
5174
+ "github": "harlan-zw",
5175
+ "twitter": "harlan_zw",
5176
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5177
+ }
5178
+ ],
5179
+ "compatibility": {
5180
+ "nuxt": "^3.0.0",
5181
+ "requires": {}
5182
+ }
5183
+ },
4833
5184
  {
4834
5185
  "name": "seo-kit",
4835
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5186
+ "description": "The complete SEO solution for Nuxt.",
4836
5187
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4837
5188
  "npm": "nuxt-seo-kit",
4838
5189
  "icon": "seo-kit.svg",
4839
5190
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4840
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5191
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4841
5192
  "learn_more": "",
4842
5193
  "category": "SEO",
4843
5194
  "type": "3rd-party",
@@ -4877,7 +5228,7 @@
4877
5228
  },
4878
5229
  {
4879
5230
  "name": "seomatic-meta",
4880
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5231
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4881
5232
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4882
5233
  "npm": "nuxt-seomatic-meta",
4883
5234
  "icon": "seomatic.png",
@@ -4968,7 +5319,7 @@
4968
5319
  },
4969
5320
  {
4970
5321
  "name": "shopify",
4971
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5322
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4972
5323
  "repo": "Gomah/nuxt-shopify",
4973
5324
  "npm": "nuxt-shopify",
4974
5325
  "icon": "shopify.png",
@@ -4989,7 +5340,7 @@
4989
5340
  }
4990
5341
  },
4991
5342
  {
4992
- "name": "nuxt-auth",
5343
+ "name": "sidebase-auth",
4993
5344
  "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.",
4994
5345
  "repo": "sidebase/nuxt-auth",
4995
5346
  "npm": "@sidebase/nuxt-auth",
@@ -5035,13 +5386,13 @@
5035
5386
  },
5036
5387
  {
5037
5388
  "name": "simple-robots",
5038
- "description": "Simply manage the robots crawling your Nuxt app.",
5389
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5039
5390
  "repo": "harlan-zw/nuxt-simple-robots",
5040
5391
  "npm": "nuxt-simple-robots",
5041
- "icon": "",
5392
+ "icon": "simple-robots.svg",
5042
5393
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5043
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
5044
- "learn_more": "",
5394
+ "website": "https://nuxtseo.com/robots",
5395
+ "learn_more": "https://nuxtseo.com/robots",
5045
5396
  "category": "SEO",
5046
5397
  "type": "3rd-party",
5047
5398
  "maintainers": [
@@ -5059,13 +5410,13 @@
5059
5410
  },
5060
5411
  {
5061
5412
  "name": "simple-sitemap",
5062
- "description": "Simple, minimal sitemap.xml generation.",
5413
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5063
5414
  "repo": "harlan-zw/nuxt-simple-sitemap",
5064
5415
  "npm": "nuxt-simple-sitemap",
5065
- "icon": "",
5416
+ "icon": "simple-sitemap.svg",
5066
5417
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5067
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5068
- "learn_more": "",
5418
+ "website": "https://nuxtseo.com/simple-sitemap",
5419
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
5069
5420
  "category": "SEO",
5070
5421
  "type": "3rd-party",
5071
5422
  "maintainers": [
@@ -5083,7 +5434,7 @@
5083
5434
  },
5084
5435
  {
5085
5436
  "name": "sitemap",
5086
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5437
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5087
5438
  "repo": "nuxt-community/sitemap-module#dev",
5088
5439
  "npm": "@nuxtjs/sitemap",
5089
5440
  "icon": "",
@@ -5128,7 +5479,7 @@
5128
5479
  },
5129
5480
  {
5130
5481
  "name": "snipcart",
5131
- "description": "Snipcart integration module for Nuxt.js",
5482
+ "description": "Snipcart integration module for Nuxt",
5132
5483
  "repo": "nuxt-modules/snipcart",
5133
5484
  "npm": "@nuxtjs/snipcart",
5134
5485
  "icon": "snipcart.png",
@@ -5151,7 +5502,7 @@
5151
5502
  },
5152
5503
  {
5153
5504
  "name": "social-meta",
5154
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5505
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5155
5506
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5156
5507
  "npm": "nuxt-social-meta",
5157
5508
  "icon": "",
@@ -5273,7 +5624,7 @@
5273
5624
  },
5274
5625
  {
5275
5626
  "name": "storage",
5276
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5627
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5277
5628
  "repo": "mazipan/nuxt-storage",
5278
5629
  "npm": "nuxt-storage",
5279
5630
  "icon": "",
@@ -5295,7 +5646,7 @@
5295
5646
  },
5296
5647
  {
5297
5648
  "name": "storefront-ui",
5298
- "description": "Storefront UI Module for Nuxt.js",
5649
+ "description": "Storefront UI Module for Nuxt",
5299
5650
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5300
5651
  "npm": "@storefront-ui/nuxt",
5301
5652
  "icon": "storefront-ui.svg",
@@ -5339,7 +5690,7 @@
5339
5690
  },
5340
5691
  {
5341
5692
  "name": "storyblok",
5342
- "description": "Storyblok Nuxt.js module",
5693
+ "description": "Storyblok Nuxt module",
5343
5694
  "repo": "storyblok/storyblok-nuxt#master/lib",
5344
5695
  "npm": "@storyblok/nuxt",
5345
5696
  "icon": "storyblok.png",
@@ -5356,46 +5707,43 @@
5356
5707
  ],
5357
5708
  "compatibility": {
5358
5709
  "nuxt": "^2.0.0 || ^3.0.0",
5359
- "requires": {}
5710
+ "requires": {},
5711
+ "devtools": "^0.0.0"
5360
5712
  }
5361
5713
  },
5362
5714
  {
5363
5715
  "name": "storybook",
5364
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5365
- "repo": "nuxt-community/storybook",
5716
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5717
+ "repo": "nuxt-modules/storybook",
5366
5718
  "npm": "@nuxtjs/storybook",
5367
5719
  "icon": "storybook.png",
5368
- "github": "https://github.com/nuxt-community/storybook",
5720
+ "github": "https://github.com/nuxt-modules/storybook",
5369
5721
  "website": "https://storybook.nuxtjs.org",
5370
- "learn_more": "https://storybook.js.org/",
5722
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5371
5723
  "category": "Devtools",
5372
5724
  "type": "community",
5373
5725
  "maintainers": [
5374
5726
  {
5375
- "name": "Ahad Birang",
5376
- "github": "farnabaz",
5377
- "twitter": "a_birang"
5378
- },
5379
- {
5380
- "name": "Pooya Parsa",
5381
- "github": "pi0",
5382
- "twitter": "_pi0_"
5727
+ "name": "Chakir QATAB",
5728
+ "github": "chakAs3",
5729
+ "twitter": "ChakirQatab"
5383
5730
  }
5384
5731
  ],
5385
5732
  "compatibility": {
5386
- "nuxt": "^2.0.0",
5733
+ "nuxt": "^2.0.0 || ^3.0.0",
5387
5734
  "requires": {
5388
5735
  "bridge": "optional"
5389
- }
5736
+ },
5737
+ "devtools": "^0.7.2"
5390
5738
  }
5391
5739
  },
5392
5740
  {
5393
5741
  "name": "strapi",
5394
5742
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5395
- "repo": "nuxt-community/strapi-module",
5743
+ "repo": "nuxt-modules/strapi",
5396
5744
  "npm": "@nuxtjs/strapi",
5397
5745
  "icon": "strapi.png",
5398
- "github": "https://github.com/nuxt-community/strapi-module",
5746
+ "github": "https://github.com/nuxt-modules/strapi",
5399
5747
  "website": "https://strapi.nuxtjs.org",
5400
5748
  "learn_more": "https://strapi.io/",
5401
5749
  "category": "CMS",
@@ -5416,7 +5764,8 @@
5416
5764
  "nuxt": "^2.0.0 || ^3.0.0",
5417
5765
  "requires": {
5418
5766
  "bridge": true
5419
- }
5767
+ },
5768
+ "devtools": "^0.0.0"
5420
5769
  }
5421
5770
  },
5422
5771
  {
@@ -5467,6 +5816,36 @@
5467
5816
  "requires": {}
5468
5817
  }
5469
5818
  },
5819
+ {
5820
+ "name": "studio",
5821
+ "description": "A new experience to build content-driven website with Nuxt.",
5822
+ "repo": "nuxtlabs/studio-module",
5823
+ "npm": "@nuxthq/studio",
5824
+ "icon": "studio.svg",
5825
+ "github": "https://github.com/nuxtlabs/studio-module",
5826
+ "website": "https://nuxt.studio",
5827
+ "learn_more": "https://nuxt.studio",
5828
+ "category": "CMS",
5829
+ "type": "3rd-party",
5830
+ "maintainers": [
5831
+ {
5832
+ "name": "Ahad Birang",
5833
+ "github": "farnabaz",
5834
+ "twitter": "a_birang"
5835
+ },
5836
+ {
5837
+ "name": "Sébastien Chopin",
5838
+ "github": "Atinux",
5839
+ "twitter": "Atinux"
5840
+ }
5841
+ ],
5842
+ "compatibility": {
5843
+ "nuxt": "^3.0.0",
5844
+ "requires": {
5845
+ "content": true
5846
+ }
5847
+ }
5848
+ },
5470
5849
  {
5471
5850
  "name": "style-resources",
5472
5851
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5492,7 +5871,7 @@
5492
5871
  },
5493
5872
  {
5494
5873
  "name": "stylelint",
5495
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5874
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5496
5875
  "repo": "nuxt-community/stylelint-module",
5497
5876
  "npm": "@nuxtjs/stylelint-module",
5498
5877
  "icon": "stylelint.png",
@@ -5538,10 +5917,10 @@
5538
5917
  {
5539
5918
  "name": "supabase",
5540
5919
  "description": "First class integration with Supabase",
5541
- "repo": "nuxt-community/supabase-module",
5920
+ "repo": "nuxt-modules/supabase",
5542
5921
  "npm": "@nuxtjs/supabase",
5543
5922
  "icon": "supabase.png",
5544
- "github": "https://github.com/nuxt-community/supabase-module",
5923
+ "github": "https://github.com/nuxt-modules/supabase",
5545
5924
  "website": "https://supabase.nuxtjs.org",
5546
5925
  "learn_more": "https://supabase.com",
5547
5926
  "category": "Database",
@@ -5592,12 +5971,12 @@
5592
5971
  },
5593
5972
  {
5594
5973
  "name": "svg-sprite",
5595
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5596
- "repo": "nuxt-community/svg-sprite-module",
5974
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5975
+ "repo": "nuxt-modules/svg-sprite",
5597
5976
  "npm": "@nuxtjs/svg-sprite",
5598
5977
  "icon": "",
5599
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5600
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5978
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5979
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5601
5980
  "learn_more": "",
5602
5981
  "category": "UI",
5603
5982
  "type": "community",
@@ -5609,13 +5988,13 @@
5609
5988
  }
5610
5989
  ],
5611
5990
  "compatibility": {
5612
- "nuxt": "^2.0.0",
5991
+ "nuxt": "^2.0.0 || ^3.0.0",
5613
5992
  "requires": {}
5614
5993
  }
5615
5994
  },
5616
5995
  {
5617
5996
  "name": "svg",
5618
- "description": "Super simple svg loading module for Nuxt.js",
5997
+ "description": "Super simple svg loading module for Nuxt",
5619
5998
  "repo": "nuxt-community/svg-module",
5620
5999
  "npm": "@nuxtjs/svg",
5621
6000
  "icon": "",
@@ -5659,7 +6038,7 @@
5659
6038
  },
5660
6039
  {
5661
6040
  "name": "swiper",
5662
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6041
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5663
6042
  "repo": "cpreston321/nuxt-swiper",
5664
6043
  "npm": "nuxt-swiper",
5665
6044
  "icon": "swiper.svg",
@@ -5705,10 +6084,10 @@
5705
6084
  {
5706
6085
  "name": "tailwindcss",
5707
6086
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5708
- "repo": "nuxt-community/tailwindcss-module",
6087
+ "repo": "nuxt-modules/tailwindcss",
5709
6088
  "npm": "@nuxtjs/tailwindcss",
5710
6089
  "icon": "tailwindcss.png",
5711
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6090
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5712
6091
  "website": "https://tailwindcss.nuxtjs.org",
5713
6092
  "learn_more": "https://tailwindcss.com/",
5714
6093
  "category": "UI",
@@ -5718,11 +6097,16 @@
5718
6097
  "name": "Sébastien Chopin",
5719
6098
  "github": "Atinux",
5720
6099
  "twitter": "Atinux"
6100
+ },
6101
+ {
6102
+ "name": "Inesh Bose",
6103
+ "github": "ineshbose"
5721
6104
  }
5722
6105
  ],
5723
6106
  "compatibility": {
5724
6107
  "nuxt": "^2.0.0 || ^3.0.0",
5725
- "requires": {}
6108
+ "requires": {},
6109
+ "devtools": "^0.0.0"
5726
6110
  }
5727
6111
  },
5728
6112
  {
@@ -5772,7 +6156,7 @@
5772
6156
  },
5773
6157
  {
5774
6158
  "name": "toast",
5775
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6159
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5776
6160
  "repo": "nuxt-community/modules#master/packages/toast",
5777
6161
  "npm": "@nuxtjs/toast",
5778
6162
  "icon": "",
@@ -5853,7 +6237,7 @@
5853
6237
  },
5854
6238
  {
5855
6239
  "name": "twa",
5856
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6240
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5857
6241
  "repo": "tuarrep/nuxt-twa",
5858
6242
  "npm": "nuxt-twa",
5859
6243
  "icon": "",
@@ -6041,6 +6425,39 @@
6041
6425
  "requires": {}
6042
6426
  }
6043
6427
  },
6428
+ {
6429
+ "name": "ui",
6430
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6431
+ "repo": "nuxt/ui#dev",
6432
+ "npm": "@nuxt/ui",
6433
+ "icon": "nuxt.svg",
6434
+ "github": "https://github.com/nuxt/ui",
6435
+ "website": "https://ui.nuxt.com",
6436
+ "learn_more": "",
6437
+ "category": "UI",
6438
+ "type": "official",
6439
+ "maintainers": [
6440
+ {
6441
+ "name": "Benjamin Canac",
6442
+ "github": "benjamincanac",
6443
+ "twitter": "benjamincanac"
6444
+ },
6445
+ {
6446
+ "name": "Sebastien Chopin",
6447
+ "github": "Atinux",
6448
+ "twitter": "Atinux"
6449
+ },
6450
+ {
6451
+ "name": "Sylvain Marroufin",
6452
+ "github": "smarroufin",
6453
+ "twitter": "smarroufin"
6454
+ }
6455
+ ],
6456
+ "compatibility": {
6457
+ "nuxt": "^3.0.0",
6458
+ "requires": {}
6459
+ }
6460
+ },
6044
6461
  {
6045
6462
  "name": "umami",
6046
6463
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6089,7 +6506,7 @@
6089
6506
  },
6090
6507
  {
6091
6508
  "name": "universal-storage",
6092
- "description": "Universal Storage Utilities for Nuxt.js",
6509
+ "description": "Universal Storage Utilities for Nuxt",
6093
6510
  "repo": "nuxt-community/universal-storage-module",
6094
6511
  "npm": "@nuxtjs/universal-storage",
6095
6512
  "icon": "",
@@ -6186,7 +6603,8 @@
6186
6603
  "nuxt": "^2.0.0 || ^3.0.0",
6187
6604
  "requires": {
6188
6605
  "bridge": "optional"
6189
- }
6606
+ },
6607
+ "devtools": "^0.0.0"
6190
6608
  }
6191
6609
  },
6192
6610
  {
@@ -6238,7 +6656,7 @@
6238
6656
  },
6239
6657
  {
6240
6658
  "name": "user-agent",
6241
- "description": "Nuxt.js module for handling User-Agent.",
6659
+ "description": "Nuxt module for handling User-Agent.",
6242
6660
  "repo": "fukuiretu/nuxt-user-agent",
6243
6661
  "npm": "nuxt-user-agent",
6244
6662
  "icon": "",
@@ -6352,7 +6770,7 @@
6352
6770
  },
6353
6771
  {
6354
6772
  "name": "vee-validate",
6355
- "description": "Painless Vue forms for Nuxt.js",
6773
+ "description": "Painless Vue forms for Nuxt",
6356
6774
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6357
6775
  "npm": "@vee-validate/nuxt",
6358
6776
  "icon": "vee-validate.png",
@@ -6442,7 +6860,7 @@
6442
6860
  },
6443
6861
  {
6444
6862
  "name": "vite-pwa-nuxt",
6445
- "description": "Zero-config PWA Plugin for Nuxt 3",
6863
+ "description": "Zero-config PWA Plugin for Nuxt",
6446
6864
  "repo": "vite-pwa/nuxt",
6447
6865
  "npm": "@vite-pwa/nuxt",
6448
6866
  "icon": "vite-pwa-nuxt.svg",
@@ -6491,18 +6909,19 @@
6491
6909
  ],
6492
6910
  "compatibility": {
6493
6911
  "nuxt": "^3.0.0",
6494
- "requires": {}
6912
+ "requires": {},
6913
+ "devtools": "^0.0.0"
6495
6914
  }
6496
6915
  },
6497
6916
  {
6498
6917
  "name": "vue-email",
6499
- "description": "Write email templates with vue",
6918
+ "description": "💌 Write email templates with vue",
6500
6919
  "repo": "Dave136/vue-email#main/packages/vue-email",
6501
6920
  "npm": "vue-email",
6502
6921
  "icon": "vue-email.svg",
6503
6922
  "github": "https://github.com/Dave136/vue-email",
6504
- "website": "https://vue-email.vercel.app/",
6505
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6923
+ "website": "https://www.vuemail.net/",
6924
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6506
6925
  "category": "UI",
6507
6926
  "type": "3rd-party",
6508
6927
  "maintainers": [
@@ -6521,7 +6940,8 @@
6521
6940
  ],
6522
6941
  "compatibility": {
6523
6942
  "nuxt": "^3.0.0",
6524
- "requires": {}
6943
+ "requires": {},
6944
+ "devtools": "^0.0.0"
6525
6945
  }
6526
6946
  },
6527
6947
  {
@@ -6546,7 +6966,8 @@
6546
6966
  "nuxt": "^3.0.0",
6547
6967
  "requires": {
6548
6968
  "bridge": "optional"
6549
- }
6969
+ },
6970
+ "devtools": "^0.0.0"
6550
6971
  }
6551
6972
  },
6552
6973
  {
@@ -6573,7 +6994,7 @@
6573
6994
  },
6574
6995
  {
6575
6996
  "name": "vue-multiselect",
6576
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6997
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6577
6998
  "repo": "spektrummedia/nuxt-vue-multiselect",
6578
6999
  "npm": "nuxt-vue-multiselect",
6579
7000
  "icon": "",
@@ -6687,7 +7108,7 @@
6687
7108
  },
6688
7109
  {
6689
7110
  "name": "vue-warehouse",
6690
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7111
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6691
7112
  "repo": "juliomrqz/vue-warehouse",
6692
7113
  "npm": "vue-warehouse",
6693
7114
  "icon": "",
@@ -6710,7 +7131,7 @@
6710
7131
  },
6711
7132
  {
6712
7133
  "name": "vue3-carousel-nuxt",
6713
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7134
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6714
7135
  "repo": "gaetansenn/vue3-carousel-nuxt",
6715
7136
  "npm": "vue3-carousel-nuxt",
6716
7137
  "icon": "",
@@ -6753,9 +7174,55 @@
6753
7174
  "requires": {}
6754
7175
  }
6755
7176
  },
7177
+ {
7178
+ "name": "vueform-builder",
7179
+ "description": "Official Vueform Builder module for Nuxt",
7180
+ "repo": "vueform/builder-nuxt",
7181
+ "npm": "@vueform/builder-nuxt",
7182
+ "icon": "vueform.svg",
7183
+ "github": "https://github.com/vueform/builder",
7184
+ "website": "https://builder.vueform.com",
7185
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7186
+ "category": "Libraries",
7187
+ "type": "3rd-party",
7188
+ "maintainers": [
7189
+ {
7190
+ "name": "Adam Berecz",
7191
+ "github": "adamberecz",
7192
+ "twitter": "bereczadam"
7193
+ }
7194
+ ],
7195
+ "compatibility": {
7196
+ "nuxt": "^3.0.0",
7197
+ "requires": {}
7198
+ }
7199
+ },
7200
+ {
7201
+ "name": "vueform",
7202
+ "description": "Official Vueform module for Nuxt",
7203
+ "repo": "vueform/nuxt",
7204
+ "npm": "@vueform/nuxt",
7205
+ "icon": "vueform.svg",
7206
+ "github": "https://github.com/vueform/vueform",
7207
+ "website": "https://vueform.com",
7208
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7209
+ "category": "Libraries",
7210
+ "type": "3rd-party",
7211
+ "maintainers": [
7212
+ {
7213
+ "name": "Adam Berecz",
7214
+ "github": "adamberecz",
7215
+ "twitter": "bereczadam"
7216
+ }
7217
+ ],
7218
+ "compatibility": {
7219
+ "nuxt": "^3.0.0",
7220
+ "requires": {}
7221
+ }
7222
+ },
6756
7223
  {
6757
7224
  "name": "vuestic",
6758
- "description": "Vuestic UI module for Nuxt 3",
7225
+ "description": "Vuestic UI module for Nuxt",
6759
7226
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6760
7227
  "npm": "@vuestic/nuxt",
6761
7228
  "icon": "vuestic.png",
@@ -6783,7 +7250,7 @@
6783
7250
  "icon": "vuetify-logo-v3-dark.svg",
6784
7251
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6785
7252
  "website": "https://github.com/userquin/vuetify-nuxt-module",
6786
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7253
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
6787
7254
  "category": "UI",
6788
7255
  "type": "3rd-party",
6789
7256
  "maintainers": [
@@ -6799,7 +7266,7 @@
6799
7266
  },
6800
7267
  {
6801
7268
  "name": "vuetify",
6802
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7269
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6803
7270
  "repo": "nuxt-community/vuetify-module",
6804
7271
  "npm": "@nuxtjs/vuetify",
6805
7272
  "icon": "vuetify.png",
@@ -6846,7 +7313,8 @@
6846
7313
  "nuxt": "^2.0.0 || ^3.0.0",
6847
7314
  "requires": {
6848
7315
  "bridge": "optional"
6849
- }
7316
+ },
7317
+ "devtools": "^0.0.0"
6850
7318
  }
6851
7319
  },
6852
7320
  {
@@ -6873,7 +7341,7 @@
6873
7341
  },
6874
7342
  {
6875
7343
  "name": "vunix",
6876
- "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.",
7344
+ "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.",
6877
7345
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6878
7346
  "npm": "@vunix/nuxt",
6879
7347
  "icon": "",
@@ -6897,11 +7365,11 @@
6897
7365
  {
6898
7366
  "name": "web-vitals",
6899
7367
  "description": "Web Vitals for Nuxt",
6900
- "repo": "nuxt-community/web-vitals-module",
7368
+ "repo": "nuxt-modules/web-vitals",
6901
7369
  "npm": "@nuxtjs/web-vitals",
6902
7370
  "icon": "web-vitals.png",
6903
- "github": "https://github.com/nuxt-community/web-vitals-module",
6904
- "website": "https://github.com/nuxt-community/web-vitals-module",
7371
+ "github": "https://github.com/nuxt-modules/web-vitals",
7372
+ "website": "https://github.com/nuxt-modules/web-vitals",
6905
7373
  "learn_more": "",
6906
7374
  "category": "Performance",
6907
7375
  "type": "community",
@@ -6952,7 +7420,7 @@
6952
7420
  },
6953
7421
  {
6954
7422
  "name": "webpack-optimisations",
6955
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7423
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6956
7424
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6957
7425
  "npm": "nuxt-webpack-optimisations",
6958
7426
  "icon": "build-optimisations.svg",
@@ -7044,7 +7512,7 @@
7044
7512
  },
7045
7513
  {
7046
7514
  "name": "well-known",
7047
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7515
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7048
7516
  "repo": "zadigetvoltaire/nuxt-well-known",
7049
7517
  "npm": "@zadigetvoltaire/nuxt-well-known",
7050
7518
  "icon": "well-known.svg",
@@ -7066,7 +7534,7 @@
7066
7534
  },
7067
7535
  {
7068
7536
  "name": "wideangle",
7069
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7537
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7070
7538
  "repo": "inputobjects/wideangle-nuxt",
7071
7539
  "npm": "wideangle-nuxt",
7072
7540
  "icon": "wideangle.png",
@@ -7233,55 +7701,9 @@
7233
7701
  "requires": {}
7234
7702
  }
7235
7703
  },
7236
- {
7237
- "name": "yandex-metrika-next",
7238
- "description": "Yandex Metrika integration for Nuxt",
7239
- "repo": "artmizu/yandex-metrika-nuxt",
7240
- "npm": "@artmizu/yandex-metrika-nuxt",
7241
- "icon": "yandex-metrika.svg",
7242
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7243
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7244
- "learn_more": "",
7245
- "category": "Analytics",
7246
- "type": "3rd-party",
7247
- "maintainers": [
7248
- {
7249
- "name": "Aleksandr Saburov",
7250
- "github": "artmizu",
7251
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7252
- }
7253
- ],
7254
- "compatibility": {
7255
- "nuxt": "^3.0.0",
7256
- "requires": {}
7257
- }
7258
- },
7259
- {
7260
- "name": "yandex-metrika",
7261
- "description": "Yandex metrika Module for Nuxt.js",
7262
- "repo": "nuxt-community/yandex-metrika-module",
7263
- "npm": "@nuxtjs/yandex-metrika",
7264
- "icon": "",
7265
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7266
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7267
- "learn_more": "https://metrica.yandex.com/about",
7268
- "category": "Analytics",
7269
- "type": "community",
7270
- "maintainers": [
7271
- {
7272
- "name": "Pooya Parsa",
7273
- "github": "pi0",
7274
- "twitter": "_pi0_"
7275
- }
7276
- ],
7277
- "compatibility": {
7278
- "nuxt": "^2.0.0",
7279
- "requires": {}
7280
- }
7281
- },
7282
7704
  {
7283
7705
  "name": "zendesk",
7284
- "description": "Nuxt.js module for Zendesk",
7706
+ "description": "Nuxt module for Zendesk",
7285
7707
  "repo": "DansMaCulotte/nuxt-zendesk",
7286
7708
  "npm": "@dansmaculotte/nuxt-zendesk",
7287
7709
  "icon": "zendesk.png",