@nuxt/modules 0.6.0-1ca101 → 0.6.0-23350b

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 +528 -251
  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",
@@ -1228,7 +1295,7 @@
1228
1295
  },
1229
1296
  {
1230
1297
  "name": "disqus",
1231
- "description": "Disqus for Nuxt 3",
1298
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1232
1299
  "repo": "modbender/nuxt-disqus",
1233
1300
  "npm": "nuxt-disqus",
1234
1301
  "icon": "disqus.svg",
@@ -1250,7 +1317,7 @@
1250
1317
  },
1251
1318
  {
1252
1319
  "name": "dotenv",
1253
- "description": "A Nuxt.js module that loads your .env file into your context options",
1320
+ "description": "A Nuxt module that loads your .env file into your context options",
1254
1321
  "repo": "nuxt-community/dotenv-module",
1255
1322
  "npm": "@nuxtjs/dotenv",
1256
1323
  "icon": "dotenv.png",
@@ -1272,7 +1339,7 @@
1272
1339
  },
1273
1340
  {
1274
1341
  "name": "drupal-ce",
1275
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1342
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1276
1343
  "repo": "drunomics/nuxtjs-drupal-ce",
1277
1344
  "npm": "nuxtjs-drupal-ce",
1278
1345
  "icon": "drupal-ce.png",
@@ -1305,7 +1372,7 @@
1305
1372
  },
1306
1373
  {
1307
1374
  "name": "druxt",
1308
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1375
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1309
1376
  "repo": "druxt/druxt.js#develop/packages/druxt",
1310
1377
  "npm": "druxt",
1311
1378
  "icon": "druxt.svg",
@@ -1373,7 +1440,7 @@
1373
1440
  },
1374
1441
  {
1375
1442
  "name": "emotion",
1376
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1443
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1377
1444
  "repo": "nuxt-modules/emotion",
1378
1445
  "npm": "@nuxtjs/emotion",
1379
1446
  "icon": "emotion.png",
@@ -1401,7 +1468,7 @@
1401
1468
  },
1402
1469
  {
1403
1470
  "name": "eslint",
1404
- "description": "ESLint module for Nuxt.js",
1471
+ "description": "ESLint module for Nuxt",
1405
1472
  "repo": "nuxt-community/eslint-module",
1406
1473
  "npm": "@nuxtjs/eslint-module",
1407
1474
  "icon": "eslint.png",
@@ -1423,7 +1490,7 @@
1423
1490
  },
1424
1491
  {
1425
1492
  "name": "event-trace",
1426
- "description": "Module for event trace in Nuxt.js",
1493
+ "description": "Module for event trace in Nuxt",
1427
1494
  "repo": "nuxt-community/nuxt-event-trace",
1428
1495
  "npm": "nuxt-event-trace",
1429
1496
  "icon": "",
@@ -1467,7 +1534,7 @@
1467
1534
  },
1468
1535
  {
1469
1536
  "name": "feature-toggle",
1470
- "description": "Feature toggle module for Nuxt.js",
1537
+ "description": "Feature toggle module for Nuxt",
1471
1538
  "repo": "stephenkr/nuxt-feature-toggle",
1472
1539
  "npm": "nuxt-feature-toggle",
1473
1540
  "icon": "",
@@ -1534,7 +1601,7 @@
1534
1601
  },
1535
1602
  {
1536
1603
  "name": "floating-prompt-module",
1537
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1604
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1538
1605
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1539
1606
  "npm": "nuxt-floating-prompt-module",
1540
1607
  "icon": "",
@@ -1646,11 +1713,11 @@
1646
1713
  {
1647
1714
  "name": "form-actions",
1648
1715
  "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",
1716
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1650
1717
  "npm": "@hebilicious/form-actions-nuxt",
1651
1718
  "icon": "form-actions.svg",
1652
1719
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1720
+ "website": "https://form-actions-nuxt.pages.dev/",
1654
1721
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
1722
  "category": "Request",
1656
1723
  "type": "3rd-party",
@@ -1662,7 +1729,7 @@
1662
1729
  }
1663
1730
  ],
1664
1731
  "compatibility": {
1665
- "nuxt": "^3.0.0",
1732
+ "nuxt": "^3.7.0",
1666
1733
  "requires": {}
1667
1734
  }
1668
1735
  },
@@ -1740,7 +1807,7 @@
1740
1807
  },
1741
1808
  {
1742
1809
  "name": "google-adsense",
1743
- "description": "Google Adsense Module for Nuxt.js",
1810
+ "description": "Google Adsense Module for Nuxt",
1744
1811
  "repo": "nuxt-community/google-adsense-module",
1745
1812
  "npm": "@nuxtjs/google-adsense",
1746
1813
  "icon": "google-adsense.png",
@@ -1766,7 +1833,7 @@
1766
1833
  },
1767
1834
  {
1768
1835
  "name": "google-analytics",
1769
- "description": "Google analytics Module for Nuxt.js",
1836
+ "description": "Google analytics Module for Nuxt",
1770
1837
  "repo": "nuxt-community/analytics-module",
1771
1838
  "npm": "@nuxtjs/google-analytics",
1772
1839
  "icon": "google-analytics.png",
@@ -1798,12 +1865,12 @@
1798
1865
  },
1799
1866
  {
1800
1867
  "name": "google-fonts",
1801
- "description": "Google Fonts module for NuxtJS",
1802
- "repo": "nuxt-community/google-fonts-module",
1868
+ "description": "Google Fonts module for Nuxt",
1869
+ "repo": "nuxt-modules/google-fonts",
1803
1870
  "npm": "@nuxtjs/google-fonts",
1804
1871
  "icon": "google-fonts.png",
1805
- "github": "https://github.com/nuxt-community/google-fonts-module",
1806
- "website": "https://github.com/nuxt-community/google-fonts-module",
1872
+ "github": "https://github.com/nuxt-modules/google-fonts",
1873
+ "website": "https://google-fonts.nuxtjs.org",
1807
1874
  "learn_more": "https://developers.google.com/fonts",
1808
1875
  "category": "Fonts",
1809
1876
  "type": "community",
@@ -1822,7 +1889,7 @@
1822
1889
  },
1823
1890
  {
1824
1891
  "name": "google-gtag",
1825
- "description": "Google GTag for Nuxt.js",
1892
+ "description": "Google GTag for Nuxt",
1826
1893
  "repo": "nuxt-community/google-gtag",
1827
1894
  "npm": "@nuxtjs/google-gtag",
1828
1895
  "icon": "gtm.png",
@@ -1848,7 +1915,7 @@
1848
1915
  },
1849
1916
  {
1850
1917
  "name": "google-optimize",
1851
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1918
+ "description": "SSR friendly Google Optimize module for Nuxt",
1852
1919
  "repo": "nuxt-community/google-optimize-module",
1853
1920
  "npm": "nuxt-google-optimize",
1854
1921
  "icon": "google-optimize.png",
@@ -1903,7 +1970,7 @@
1903
1970
  },
1904
1971
  {
1905
1972
  "name": "graphql-request",
1906
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1973
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1907
1974
  "repo": "gomah/nuxt-graphql-request",
1908
1975
  "npm": "nuxt-graphql-request",
1909
1976
  "icon": "graphql-request.png",
@@ -1919,7 +1986,7 @@
1919
1986
  }
1920
1987
  ],
1921
1988
  "compatibility": {
1922
- "nuxt": "^2.0.0",
1989
+ "nuxt": "^2.0.0 || ^3.0.0",
1923
1990
  "requires": {}
1924
1991
  }
1925
1992
  },
@@ -1947,7 +2014,7 @@
1947
2014
  },
1948
2015
  {
1949
2016
  "name": "gtag",
1950
- "description": "Google Analytics integration for Nuxt 3",
2017
+ "description": "Google Analytics integration for Nuxt",
1951
2018
  "repo": "johannschopplich/nuxt-gtag",
1952
2019
  "npm": "nuxt-gtag",
1953
2020
  "icon": "gtag.svg",
@@ -1971,7 +2038,7 @@
1971
2038
  },
1972
2039
  {
1973
2040
  "name": "gtm",
1974
- "description": "Google Tag Manager Module for Nuxt.js",
2041
+ "description": "Google Tag Manager Module for Nuxt",
1975
2042
  "repo": "nuxt-community/gtm-module",
1976
2043
  "npm": "@nuxtjs/gtm",
1977
2044
  "icon": "gtm.png",
@@ -1994,7 +2061,7 @@
1994
2061
  },
1995
2062
  {
1996
2063
  "name": "guess",
1997
- "description": "Guess.js module for Nuxt.js",
2064
+ "description": "Guess.js module for Nuxt",
1998
2065
  "repo": "nuxt-community/guess-module",
1999
2066
  "npm": "@nuxtjs/guess-module",
2000
2067
  "icon": "guessjs.png",
@@ -2106,7 +2173,7 @@
2106
2173
  },
2107
2174
  {
2108
2175
  "name": "helmet",
2109
- "description": "Easy Helmet module with Nuxt.js'",
2176
+ "description": "Easy Helmet module with Nuxt'",
2110
2177
  "repo": "victor-perez/nuxt-helmet",
2111
2178
  "npm": "nuxt-helmet",
2112
2179
  "icon": "",
@@ -2150,7 +2217,7 @@
2150
2217
  },
2151
2218
  {
2152
2219
  "name": "history-state",
2153
- "description": "Nuxt.js module to backup or restore historical states",
2220
+ "description": "Nuxt module to backup or restore historical states",
2154
2221
  "repo": "hidekatsu-izuno/nuxt-history-state",
2155
2222
  "npm": "nuxt-history-state",
2156
2223
  "icon": "",
@@ -2219,7 +2286,7 @@
2219
2286
  },
2220
2287
  {
2221
2288
  "name": "http",
2222
- "description": "Universal HTTP Module for Nuxt.js",
2289
+ "description": "Universal HTTP Module for Nuxt",
2223
2290
  "repo": "nuxt/http",
2224
2291
  "npm": "@nuxt/http",
2225
2292
  "icon": "http.png",
@@ -2247,7 +2314,7 @@
2247
2314
  },
2248
2315
  {
2249
2316
  "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.",
2317
+ "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
2318
  "repo": "Luxdamore/nuxt-humans-txt",
2252
2319
  "npm": "@luxdamore/nuxt-humans-txt",
2253
2320
  "icon": "",
@@ -2271,11 +2338,11 @@
2271
2338
  {
2272
2339
  "name": "i18n",
2273
2340
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2274
- "repo": "nuxt-community/i18n-module",
2341
+ "repo": "nuxt-modules/i18n",
2275
2342
  "npm": "@nuxtjs/i18n",
2276
2343
  "icon": "i18n.png",
2277
- "github": "https://github.com/nuxt-community/i18n-module",
2278
- "website": "https://i18n.nuxtjs.org",
2344
+ "github": "https://github.com/nuxt-modules/i18n",
2345
+ "website": "https://v8.i18n.nuxtjs.org",
2279
2346
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2280
2347
  "category": "Extensions",
2281
2348
  "type": "community",
@@ -2384,12 +2451,12 @@
2384
2451
  },
2385
2452
  {
2386
2453
  "name": "image",
2387
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2454
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2388
2455
  "repo": "nuxt/image",
2389
2456
  "npm": "@nuxt/image",
2390
2457
  "icon": "image.png",
2391
2458
  "github": "https://github.com/nuxt/image",
2392
- "website": "https://image.nuxtjs.org",
2459
+ "website": "https://image.nuxt.com",
2393
2460
  "learn_more": "",
2394
2461
  "category": "Images",
2395
2462
  "type": "official",
@@ -2399,6 +2466,11 @@
2399
2466
  "github": "farnabaz",
2400
2467
  "twitter": "a_birang"
2401
2468
  },
2469
+ {
2470
+ "name": "Daniel Roe",
2471
+ "github": "danielroe",
2472
+ "twitter": "danielcroe"
2473
+ },
2402
2474
  {
2403
2475
  "name": "Pooya Parsa",
2404
2476
  "github": "pi0",
@@ -2414,12 +2486,16 @@
2414
2486
  "nuxt": "^2.0.0 || ^3.0.0",
2415
2487
  "requires": {
2416
2488
  "bridge": "optional"
2489
+ },
2490
+ "versionMap": {
2491
+ "2.x": "latest",
2492
+ "3.x": "rc"
2417
2493
  }
2418
2494
  }
2419
2495
  },
2420
2496
  {
2421
2497
  "name": "imagemin",
2422
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2498
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2423
2499
  "repo": "nuxt-community/imagemin-module",
2424
2500
  "npm": "@nuxtjs/imagemin",
2425
2501
  "icon": "imagemin.png",
@@ -2466,7 +2542,7 @@
2466
2542
  },
2467
2543
  {
2468
2544
  "name": "intercom",
2469
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2545
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2470
2546
  "repo": "hex-digital/nuxt-intercom",
2471
2547
  "npm": "@hexdigital/nuxt-intercom",
2472
2548
  "icon": "intercom.png",
@@ -2511,7 +2587,7 @@
2511
2587
  },
2512
2588
  {
2513
2589
  "name": "jsonapi",
2514
- "description": "Easy JSON:API client integration for Nuxt.js",
2590
+ "description": "Easy JSON:API client integration for Nuxt",
2515
2591
  "repo": "patrickcate/nuxt-jsonapi",
2516
2592
  "npm": "nuxt-jsonapi",
2517
2593
  "icon": "jsonapi.svg",
@@ -2555,7 +2631,7 @@
2555
2631
  },
2556
2632
  {
2557
2633
  "name": "kql",
2558
- "description": "Nuxt 3 module for Kirby's Query Language API",
2634
+ "description": "Nuxt module for Kirby's Query Language API",
2559
2635
  "repo": "johannschopplich/nuxt-kql",
2560
2636
  "npm": "nuxt-kql",
2561
2637
  "icon": "kql.svg",
@@ -2579,7 +2655,7 @@
2579
2655
  },
2580
2656
  {
2581
2657
  "name": "laravel-echo",
2582
- "description": "Laravel Echo for Nuxt.js",
2658
+ "description": "Laravel Echo for Nuxt",
2583
2659
  "repo": "nuxt-community/laravel-echo",
2584
2660
  "npm": "@nuxtjs/laravel-echo",
2585
2661
  "icon": "laravel-echo.png",
@@ -2667,13 +2743,13 @@
2667
2743
  },
2668
2744
  {
2669
2745
  "name": "link-checker",
2670
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2746
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2671
2747
  "repo": "harlan-zw/nuxt-link-checker",
2672
2748
  "npm": "nuxt-link-checker",
2673
- "icon": "",
2749
+ "icon": "link-checker.svg",
2674
2750
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2675
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2676
- "learn_more": "",
2751
+ "website": "https://nuxtseo.com/link-checker",
2752
+ "learn_more": "https://nuxtseo.com/link-checker",
2677
2753
  "category": "SEO",
2678
2754
  "type": "3rd-party",
2679
2755
  "maintainers": [
@@ -2763,12 +2839,12 @@
2763
2839
  },
2764
2840
  {
2765
2841
  "name": "logrocket",
2766
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2767
- "repo": "nuxt-community/nuxt-logrocket",
2842
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2843
+ "repo": "nuxt-modules/logrocket",
2768
2844
  "npm": "nuxt-logrocket",
2769
2845
  "icon": "logrocket.png",
2770
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2771
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2846
+ "github": "https://github.com/nuxt-modules/logrocket",
2847
+ "website": "https://github.com/nuxt-modules/logrocket",
2772
2848
  "learn_more": "https://docs.logrocket.com/docs",
2773
2849
  "category": "Monitoring",
2774
2850
  "type": "community",
@@ -2784,9 +2860,35 @@
2784
2860
  "requires": {}
2785
2861
  }
2786
2862
  },
2863
+ {
2864
+ "name": "lucide-icons",
2865
+ "description": "Nuxt module to integrate Lucide icons",
2866
+ "repo": "swisnl/nuxt-lucide-icons",
2867
+ "npm": "nuxt-lucide-icons",
2868
+ "icon": "lucide-icons.svg",
2869
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2870
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2871
+ "learn_more": "",
2872
+ "category": "UI",
2873
+ "type": "3rd-party",
2874
+ "maintainers": [
2875
+ {
2876
+ "name": "SWIS",
2877
+ "github": "swisnl"
2878
+ },
2879
+ {
2880
+ "name": "Jasper Zonneveld",
2881
+ "github": "JaZo"
2882
+ }
2883
+ ],
2884
+ "compatibility": {
2885
+ "nuxt": "^3.0.0",
2886
+ "requires": {}
2887
+ }
2888
+ },
2787
2889
  {
2788
2890
  "name": "lunr",
2789
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2891
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2790
2892
  "repo": "nuxt-community/lunr-module",
2791
2893
  "npm": "@nuxtjs/lunr-module",
2792
2894
  "icon": "",
@@ -2874,6 +2976,28 @@
2874
2976
  "requires": {}
2875
2977
  }
2876
2978
  },
2979
+ {
2980
+ "name": "maz-ui",
2981
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
2982
+ "repo": "louismazel/maz-ui",
2983
+ "npm": "maz-ui",
2984
+ "icon": "maz-ui.svg",
2985
+ "github": "https://github.com/louismazel/maz-ui",
2986
+ "website": "https://louismazel.github.io/maz-ui-3/",
2987
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
2988
+ "category": "UI",
2989
+ "type": "community",
2990
+ "maintainers": [
2991
+ {
2992
+ "name": "Loïc Mazuel",
2993
+ "github": "LouisMazel"
2994
+ }
2995
+ ],
2996
+ "compatibility": {
2997
+ "nuxt": "^3.0.0",
2998
+ "requires": {}
2999
+ }
3000
+ },
2877
3001
  {
2878
3002
  "name": "mdx",
2879
3003
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2899,7 +3023,7 @@
2899
3023
  },
2900
3024
  {
2901
3025
  "name": "medusa",
2902
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3026
+ "description": "Easily connect to Medusa from your Nuxt application",
2903
3027
  "repo": "Baroshem/nuxt-medusa",
2904
3028
  "npm": "nuxt-medusa",
2905
3029
  "icon": "medusa.svg",
@@ -2924,7 +3048,7 @@
2924
3048
  },
2925
3049
  {
2926
3050
  "name": "meilisearch",
2927
- "description": "Meilisearch Instant Search module for Nuxt 3",
3051
+ "description": "Meilisearch Instant Search module for Nuxt",
2928
3052
  "repo": "xlanex6/nuxt-meilisearch",
2929
3053
  "npm": "nuxt-meilisearch",
2930
3054
  "icon": "meilisearch.svg",
@@ -3016,7 +3140,7 @@
3016
3140
  },
3017
3141
  {
3018
3142
  "name": "moment",
3019
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3143
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3020
3144
  "repo": "nuxt-community/moment-module",
3021
3145
  "npm": "@nuxtjs/moment",
3022
3146
  "icon": "momentjs.png",
@@ -3043,7 +3167,7 @@
3043
3167
  },
3044
3168
  {
3045
3169
  "name": "mq",
3046
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3170
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3047
3171
  "repo": "vanhoofmaarten/nuxt-mq",
3048
3172
  "npm": "nuxt-mq",
3049
3173
  "icon": "",
@@ -3087,7 +3211,7 @@
3087
3211
  },
3088
3212
  {
3089
3213
  "name": "netlify-cache",
3090
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3214
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3091
3215
  "repo": "DreaMinder/nuxt-netlify-cache",
3092
3216
  "npm": "nuxt-netlify-cache",
3093
3217
  "icon": "netlify.png",
@@ -3132,7 +3256,7 @@
3132
3256
  },
3133
3257
  {
3134
3258
  "name": "netlify",
3135
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3259
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3136
3260
  "repo": "bazzite/nuxt-netlify",
3137
3261
  "npm": "@aceforth/nuxt-netlify",
3138
3262
  "icon": "netlify.png",
@@ -3268,6 +3392,28 @@
3268
3392
  "requires": {}
3269
3393
  }
3270
3394
  },
3395
+ {
3396
+ "name": "nuxt-basic-auth",
3397
+ "description": "Nuxt Module for Basic Authentication",
3398
+ "repo": "kgierke/nuxt-basic-auth",
3399
+ "npm": "@kgierke/nuxt-basic-auth",
3400
+ "icon": "",
3401
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3402
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3403
+ "learn_more": "",
3404
+ "category": "Security",
3405
+ "type": "3rd-party",
3406
+ "maintainers": [
3407
+ {
3408
+ "name": "kgierke",
3409
+ "github": "kgierke"
3410
+ }
3411
+ ],
3412
+ "compatibility": {
3413
+ "nuxt": "^3.0.0",
3414
+ "requires": {}
3415
+ }
3416
+ },
3271
3417
  {
3272
3418
  "name": "nuxt-bootstrap-icons",
3273
3419
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3292,7 +3438,7 @@
3292
3438
  },
3293
3439
  {
3294
3440
  "name": "nuxt-chatgpt",
3295
- "description": "ChatGPT integration for Nuxt 3",
3441
+ "description": "ChatGPT integration for Nuxt",
3296
3442
  "repo": "schnapsterdog/nuxt-chatgpt",
3297
3443
  "npm": "nuxt-chatgpt",
3298
3444
  "icon": "chatgpt.svg",
@@ -3312,6 +3458,54 @@
3312
3458
  "requires": {}
3313
3459
  }
3314
3460
  },
3461
+ {
3462
+ "name": "nuxt-facebook-chat",
3463
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3464
+ "repo": "superdev-tech/nuxt-facebook-chat",
3465
+ "npm": "nuxt-facebook-chat",
3466
+ "icon": "nuxt-facebook-chat.svg",
3467
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3468
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3469
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3470
+ "category": "Libraries",
3471
+ "type": "3rd-party",
3472
+ "maintainers": [
3473
+ {
3474
+ "name": "Supanut Dokmaithong",
3475
+ "github": "Boomgeek"
3476
+ },
3477
+ {
3478
+ "name": "superdev-tech",
3479
+ "github": "superdev-tech"
3480
+ }
3481
+ ],
3482
+ "compatibility": {
3483
+ "nuxt": "^3.0.0",
3484
+ "requires": {}
3485
+ }
3486
+ },
3487
+ {
3488
+ "name": "nuxt-feedme",
3489
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3490
+ "repo": "helltraitor/nuxt-feedme",
3491
+ "npm": "nuxt-feedme",
3492
+ "icon": "",
3493
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3494
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3495
+ "learn_more": "",
3496
+ "category": "SEO",
3497
+ "type": "3rd-party",
3498
+ "maintainers": [
3499
+ {
3500
+ "name": "Helltraitor",
3501
+ "github": "helltraitor"
3502
+ }
3503
+ ],
3504
+ "compatibility": {
3505
+ "nuxt": "^3.0.0",
3506
+ "requires": {}
3507
+ }
3508
+ },
3315
3509
  {
3316
3510
  "name": "nuxt-graphql-middleware",
3317
3511
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3365,7 +3559,7 @@
3365
3559
  },
3366
3560
  {
3367
3561
  "name": "nuxt-gtm",
3368
- "description": "A Nuxt.js module for Google Tag Manager",
3562
+ "description": "A Nuxt module for Google Tag Manager",
3369
3563
  "repo": "zadigetvoltaire/nuxt-gtm",
3370
3564
  "npm": "@zadigetvoltaire/nuxt-gtm",
3371
3565
  "icon": "nuxt-gtm.svg",
@@ -3409,6 +3603,28 @@
3409
3603
  }
3410
3604
  }
3411
3605
  },
3606
+ {
3607
+ "name": "nuxt-jsonld",
3608
+ "description": "Manage JSON-LD in Vue component.",
3609
+ "repo": "ymmooot/nuxt-jsonld",
3610
+ "npm": "nuxt-jsonld",
3611
+ "icon": "",
3612
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3613
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3614
+ "learn_more": "",
3615
+ "category": "SEO",
3616
+ "type": "3rd-party",
3617
+ "maintainers": [
3618
+ {
3619
+ "name": "ymmooot",
3620
+ "github": "ymmooot"
3621
+ }
3622
+ ],
3623
+ "compatibility": {
3624
+ "nuxt": "^3.0.0",
3625
+ "requires": {}
3626
+ }
3627
+ },
3412
3628
  {
3413
3629
  "name": "nuxt-localtunnel",
3414
3630
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3434,7 +3650,7 @@
3434
3650
  },
3435
3651
  {
3436
3652
  "name": "nuxt-loco",
3437
- "description": "A localise.biz module to synth locale with Nuxt.js",
3653
+ "description": "A localise.biz module to synth locale with Nuxt",
3438
3654
  "repo": "gaetansenn/nuxt-loco",
3439
3655
  "npm": "nuxt-loco",
3440
3656
  "icon": "",
@@ -3477,6 +3693,28 @@
3477
3693
  "requires": {}
3478
3694
  }
3479
3695
  },
3696
+ {
3697
+ "name": "nuxt-mdi",
3698
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3699
+ "repo": "ERPedersen/nuxt-mdi",
3700
+ "npm": "nuxt-mdi",
3701
+ "icon": "mdi.png",
3702
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3703
+ "website": "https://nuxt-mdi.emilrosenius.com",
3704
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3705
+ "category": "Libraries",
3706
+ "type": "3rd-party",
3707
+ "maintainers": [
3708
+ {
3709
+ "name": "Emil Rosenius",
3710
+ "github": "ERPedersen"
3711
+ }
3712
+ ],
3713
+ "compatibility": {
3714
+ "nuxt": "^3.0.0",
3715
+ "requires": {}
3716
+ }
3717
+ },
3480
3718
  {
3481
3719
  "name": "nuxt-monaco-editor",
3482
3720
  "description": "Integrate monaco-editor with Nuxt",
@@ -3501,7 +3739,7 @@
3501
3739
  },
3502
3740
  {
3503
3741
  "name": "nuxt-mongoose",
3504
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3742
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3505
3743
  "repo": "arashsheyda/nuxt-mongoose",
3506
3744
  "npm": "nuxt-mongoose",
3507
3745
  "icon": "nuxt-mongoose.svg",
@@ -3590,7 +3828,7 @@
3590
3828
  },
3591
3829
  {
3592
3830
  "name": "plausible",
3593
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3831
+ "description": "Nuxt module to natively integrate Plausible analytics",
3594
3832
  "repo": "nuxt-modules/plausible",
3595
3833
  "npm": "@nuxtjs/plausible",
3596
3834
  "icon": "plausible.png",
@@ -3612,7 +3850,7 @@
3612
3850
  },
3613
3851
  {
3614
3852
  "name": "nuxt-plotly",
3615
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3853
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3616
3854
  "repo": "superdev-tech/nuxt-plotly",
3617
3855
  "npm": "nuxt-plotly",
3618
3856
  "icon": "nuxt-plotly.svg",
@@ -3638,7 +3876,7 @@
3638
3876
  },
3639
3877
  {
3640
3878
  "name": "nuxt-png-to-ico",
3641
- "description": "Nuxt.js module for auto generating favicons",
3879
+ "description": "Nuxt module for auto generating favicons",
3642
3880
  "repo": "b5710546232/nuxt-png-to-ico",
3643
3881
  "npm": "nuxt-png-to-ico",
3644
3882
  "icon": "",
@@ -3661,7 +3899,7 @@
3661
3899
  },
3662
3900
  {
3663
3901
  "name": "nuxt-smartlook",
3664
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3902
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3665
3903
  "repo": "f00b4r/nuxt-smartlook",
3666
3904
  "npm": "nuxt-smartlook",
3667
3905
  "icon": "nuxt-smartlook.png",
@@ -3713,7 +3951,7 @@
3713
3951
  },
3714
3952
  {
3715
3953
  "name": "nuxt-storm",
3716
- "description": "WebStorm & PHPStorm support for NuxtJS components",
3954
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3717
3955
  "repo": "fumeapp/nuxt-storm",
3718
3956
  "npm": "nuxt-storm",
3719
3957
  "icon": "nuxt-storm.png",
@@ -3757,7 +3995,7 @@
3757
3995
  },
3758
3996
  {
3759
3997
  "name": "nuxt-unleash",
3760
- "description": "Nuxt.js module to use Unleash toggle feature services",
3998
+ "description": "Nuxt module to use Unleash toggle feature services",
3761
3999
  "repo": "conejerock/nuxt-unleash",
3762
4000
  "npm": "nuxt-unleash",
3763
4001
  "icon": "nuxt-unleash.svg",
@@ -3869,7 +4107,7 @@
3869
4107
  },
3870
4108
  {
3871
4109
  "name": "nuxt-vuetify",
3872
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4110
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3873
4111
  "repo": "invictus-codes/nuxt-vuetify",
3874
4112
  "npm": "@invictus.codes/nuxt-vuetify",
3875
4113
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3913,7 +4151,7 @@
3913
4151
  },
3914
4152
  {
3915
4153
  "name": "nuxt7",
3916
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4154
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3917
4155
  "repo": "nuxt-community/nuxt7",
3918
4156
  "npm": "nuxt7",
3919
4157
  "icon": "",
@@ -3934,38 +4172,15 @@
3934
4172
  "requires": {}
3935
4173
  }
3936
4174
  },
3937
- {
3938
- "name": "nuxtlabs-ui",
3939
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3940
- "repo": "nuxtlabs/ui",
3941
- "npm": "@nuxthq/ui",
3942
- "icon": "nuxtlabs-ui.svg",
3943
- "github": "https://github.com/nuxtlabs/ui",
3944
- "website": "https://ui.nuxtlabs.com",
3945
- "learn_more": "https://ui.nuxtlabs.com",
3946
- "category": "UI",
3947
- "type": "3rd-party",
3948
- "maintainers": [
3949
- {
3950
- "name": "Benjamin Canac",
3951
- "github": "benjamincanac",
3952
- "twitter": "benjamincanac"
3953
- }
3954
- ],
3955
- "compatibility": {
3956
- "nuxt": "^3.0.0",
3957
- "requires": {}
3958
- }
3959
- },
3960
4175
  {
3961
4176
  "name": "og-image",
3962
- "description": "Easily generate dynamic social share images.",
4177
+ "description": "Enlightened runtime images generated with Vue templates.",
3963
4178
  "repo": "harlan-zw/nuxt-og-image",
3964
4179
  "npm": "nuxt-og-image",
3965
- "icon": "",
4180
+ "icon": "og-image.svg",
3966
4181
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3967
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3968
- "learn_more": "",
4182
+ "website": "https://nuxtseo.com/og-image",
4183
+ "learn_more": "https://nuxtseo.com/og-image",
3969
4184
  "category": "SEO",
3970
4185
  "type": "3rd-party",
3971
4186
  "maintainers": [
@@ -4006,7 +4221,7 @@
4006
4221
  },
4007
4222
  {
4008
4223
  "name": "optimized-images",
4009
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4224
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4010
4225
  "repo": "juliomrqz/nuxt-optimized-images",
4011
4226
  "npm": "@aceforth/nuxt-optimized-images",
4012
4227
  "icon": "",
@@ -4051,7 +4266,7 @@
4051
4266
  },
4052
4267
  {
4053
4268
  "name": "parse",
4054
- "description": "Parse package for Nuxt.js",
4269
+ "description": "Parse package for Nuxt",
4055
4270
  "repo": "cierrateam/nuxt-parse",
4056
4271
  "npm": "nuxt-parse",
4057
4272
  "icon": "",
@@ -4071,6 +4286,29 @@
4071
4286
  "requires": {}
4072
4287
  }
4073
4288
  },
4289
+ {
4290
+ "name": "particles",
4291
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4292
+ "repo": "Joepocalyptic/nuxt-particles",
4293
+ "npm": "nuxt-particles",
4294
+ "icon": "",
4295
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4296
+ "website": "https://nuxt-particles.joeypereira.dev",
4297
+ "learn_more": "https://particles.js.org/",
4298
+ "category": "Libraries",
4299
+ "type": "3rd-party",
4300
+ "maintainers": [
4301
+ {
4302
+ "name": "Joey Pereira",
4303
+ "github": "Joepocalyptic",
4304
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4305
+ }
4306
+ ],
4307
+ "compatibility": {
4308
+ "nuxt": "^3.0.0",
4309
+ "requires": {}
4310
+ }
4311
+ },
4074
4312
  {
4075
4313
  "name": "partytown",
4076
4314
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4217,7 +4455,7 @@
4217
4455
  },
4218
4456
  {
4219
4457
  "name": "plausible",
4220
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4458
+ "description": "Nuxt module to natively integrate Plausible analytics",
4221
4459
  "repo": "nuxt-modules/plausible",
4222
4460
  "npm": "@nuxtjs/plausible",
4223
4461
  "icon": "",
@@ -4259,9 +4497,33 @@
4259
4497
  "requires": {}
4260
4498
  }
4261
4499
  },
4500
+ {
4501
+ "name": "prepare",
4502
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4503
+ "repo": "johannschopplich/nuxt-prepare",
4504
+ "npm": "nuxt-prepare",
4505
+ "icon": "prepare.svg",
4506
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4507
+ "website": "https://nuxt-prepare.jhnn.dev",
4508
+ "learn_more": "",
4509
+ "category": "Devtools",
4510
+ "type": "3rd-party",
4511
+ "maintainers": [
4512
+ {
4513
+ "name": "Johann Schopplich",
4514
+ "github": "johannschopplich",
4515
+ "twitter": "jschopplich",
4516
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4517
+ }
4518
+ ],
4519
+ "compatibility": {
4520
+ "nuxt": "^3.0.0",
4521
+ "requires": {}
4522
+ }
4523
+ },
4262
4524
  {
4263
4525
  "name": "prismic",
4264
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4526
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4265
4527
  "repo": "nuxt-modules/prismic",
4266
4528
  "npm": "@nuxtjs/prismic",
4267
4529
  "icon": "prismic.png",
@@ -4328,7 +4590,7 @@
4328
4590
  },
4329
4591
  {
4330
4592
  "name": "proxy",
4331
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4593
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4332
4594
  "repo": "nuxt-community/proxy-module",
4333
4595
  "npm": "@nuxtjs/proxy",
4334
4596
  "icon": "",
@@ -4374,7 +4636,7 @@
4374
4636
  },
4375
4637
  {
4376
4638
  "name": "purgecss",
4377
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4639
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4378
4640
  "repo": "Developmint/nuxt-purgecss#main",
4379
4641
  "npm": "nuxt-purgecss",
4380
4642
  "icon": "purgecss.png",
@@ -4396,7 +4658,7 @@
4396
4658
  },
4397
4659
  {
4398
4660
  "name": "pwa",
4399
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4661
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4400
4662
  "repo": "nuxt-community/pwa-module",
4401
4663
  "npm": "@nuxtjs/pwa",
4402
4664
  "icon": "pwa.png",
@@ -4421,7 +4683,7 @@
4421
4683
  },
4422
4684
  {
4423
4685
  "name": "python",
4424
- "description": "Write Nuxt.js applications using Python",
4686
+ "description": "Write Nuxt applications using Python",
4425
4687
  "repo": "nuxt-community/python-module",
4426
4688
  "npm": "@nuxtjs/python",
4427
4689
  "icon": "python.png",
@@ -4468,7 +4730,7 @@
4468
4730
  "description": "radash module with auto-import and custom prefix",
4469
4731
  "repo": "bbg/nuxt-radash",
4470
4732
  "npm": "nuxt-radash",
4471
- "icon": "radash.svg",
4733
+ "icon": "radash.png",
4472
4734
  "github": "https://github.com/bbg/nuxt-radash",
4473
4735
  "website": "https://github.com/bbg/nuxt-radash#readme",
4474
4736
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4487,7 +4749,7 @@
4487
4749
  },
4488
4750
  {
4489
4751
  "name": "recaptcha",
4490
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4752
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4491
4753
  "repo": "nuxt-community/recaptcha-module",
4492
4754
  "npm": "@nuxtjs/recaptcha",
4493
4755
  "icon": "recaptcha.png",
@@ -4532,7 +4794,7 @@
4532
4794
  },
4533
4795
  {
4534
4796
  "name": "rfg-icon",
4535
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4797
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4536
4798
  "repo": "pimlie/nuxt-rfg-icon",
4537
4799
  "npm": "nuxt-rfg-icon",
4538
4800
  "icon": "real-favicon-generator.png",
@@ -4554,12 +4816,12 @@
4554
4816
  },
4555
4817
  {
4556
4818
  "name": "robots",
4557
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4558
- "repo": "nuxt-community/robots-module",
4819
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4820
+ "repo": "nuxt-modules/robots",
4559
4821
  "npm": "@nuxtjs/robots",
4560
4822
  "icon": "robots.png",
4561
- "github": "https://github.com/nuxt-community/robots-module",
4562
- "website": "https://github.com/nuxt-community/robots-module",
4823
+ "github": "https://github.com/nuxt-modules/robots",
4824
+ "website": "https://github.com/nuxt-modules/robots",
4563
4825
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4564
4826
  "category": "SEO",
4565
4827
  "type": "community",
@@ -4578,7 +4840,7 @@
4578
4840
  },
4579
4841
  {
4580
4842
  "name": "rollbar",
4581
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4843
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4582
4844
  "repo": "gaelreyrol/nuxt-rollbar-module",
4583
4845
  "npm": "nuxt-rollbar-module",
4584
4846
  "icon": "rollbar.png",
@@ -4623,7 +4885,7 @@
4623
4885
  },
4624
4886
  {
4625
4887
  "name": "router",
4626
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
4888
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4627
4889
  "repo": "nuxt-community/router-module",
4628
4890
  "npm": "@nuxtjs/router",
4629
4891
  "icon": "vue.png",
@@ -4671,13 +4933,13 @@
4671
4933
  },
4672
4934
  {
4673
4935
  "name": "schema-org",
4674
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4675
- "repo": "vueuse/schema-org#main/packages/nuxt",
4936
+ "description": "Schema.org for Nuxt.",
4937
+ "repo": "harlan-zw/nuxt-schema-org",
4676
4938
  "npm": "nuxt-schema-org",
4677
4939
  "icon": "schema-org.svg",
4678
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4679
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4680
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
4940
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
4941
+ "website": "https://nuxtseo.com/schema-org",
4942
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4681
4943
  "category": "SEO",
4682
4944
  "type": "3rd-party",
4683
4945
  "maintainers": [
@@ -4740,7 +5002,7 @@
4740
5002
  },
4741
5003
  {
4742
5004
  "name": "segment",
4743
- "description": "Nuxt.js module for Segment Analytics.js",
5005
+ "description": "Nuxt module for Segment Analytics.js",
4744
5006
  "repo": "dansmaculotte/nuxt-segment",
4745
5007
  "npm": "@dansmaculotte/nuxt-segment",
4746
5008
  "icon": "segment.png",
@@ -4762,10 +5024,10 @@
4762
5024
  },
4763
5025
  {
4764
5026
  "name": "sentry",
4765
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5027
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4766
5028
  "repo": "nuxt-community/sentry-module",
4767
5029
  "npm": "@nuxtjs/sentry",
4768
- "icon": "sentry.png",
5030
+ "icon": "sentry.svg",
4769
5031
  "github": "https://github.com/nuxt-community/sentry-module",
4770
5032
  "website": "https://sentry.nuxtjs.org/",
4771
5033
  "learn_more": "https://sentry.io/welcome/",
@@ -4782,14 +5044,38 @@
4782
5044
  "requires": {}
4783
5045
  }
4784
5046
  },
5047
+ {
5048
+ "name": "seo-experiments",
5049
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5050
+ "repo": "harlan-zw/nuxt-seo-experiments",
5051
+ "npm": "nuxt-seo-experiments",
5052
+ "icon": "seo-experiments.svg",
5053
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5054
+ "website": "https://nuxtseo.com/experiments",
5055
+ "learn_more": "https://nuxtseo.com/experiments",
5056
+ "category": "SEO",
5057
+ "type": "3rd-party",
5058
+ "maintainers": [
5059
+ {
5060
+ "name": "Harlan Wilton",
5061
+ "github": "harlan-zw",
5062
+ "twitter": "harlan_zw",
5063
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5064
+ }
5065
+ ],
5066
+ "compatibility": {
5067
+ "nuxt": "^3.0.0",
5068
+ "requires": {}
5069
+ }
5070
+ },
4785
5071
  {
4786
5072
  "name": "seo-kit",
4787
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5073
+ "description": "The complete SEO solution for Nuxt.",
4788
5074
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4789
5075
  "npm": "nuxt-seo-kit",
4790
5076
  "icon": "seo-kit.svg",
4791
5077
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4792
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5078
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4793
5079
  "learn_more": "",
4794
5080
  "category": "SEO",
4795
5081
  "type": "3rd-party",
@@ -4829,7 +5115,7 @@
4829
5115
  },
4830
5116
  {
4831
5117
  "name": "seomatic-meta",
4832
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5118
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4833
5119
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4834
5120
  "npm": "nuxt-seomatic-meta",
4835
5121
  "icon": "seomatic.png",
@@ -4920,7 +5206,7 @@
4920
5206
  },
4921
5207
  {
4922
5208
  "name": "shopify",
4923
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5209
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4924
5210
  "repo": "Gomah/nuxt-shopify",
4925
5211
  "npm": "nuxt-shopify",
4926
5212
  "icon": "shopify.png",
@@ -4987,13 +5273,13 @@
4987
5273
  },
4988
5274
  {
4989
5275
  "name": "simple-robots",
4990
- "description": "Simply manage the robots crawling your Nuxt app.",
5276
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4991
5277
  "repo": "harlan-zw/nuxt-simple-robots",
4992
5278
  "npm": "nuxt-simple-robots",
4993
- "icon": "",
5279
+ "icon": "simple-robots.svg",
4994
5280
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4995
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4996
- "learn_more": "",
5281
+ "website": "https://nuxtseo.com/robots",
5282
+ "learn_more": "https://nuxtseo.com/robots",
4997
5283
  "category": "SEO",
4998
5284
  "type": "3rd-party",
4999
5285
  "maintainers": [
@@ -5011,13 +5297,13 @@
5011
5297
  },
5012
5298
  {
5013
5299
  "name": "simple-sitemap",
5014
- "description": "Simple, minimal sitemap.xml generation.",
5300
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5015
5301
  "repo": "harlan-zw/nuxt-simple-sitemap",
5016
5302
  "npm": "nuxt-simple-sitemap",
5017
- "icon": "",
5303
+ "icon": "simple-sitemap.svg",
5018
5304
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5019
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5020
- "learn_more": "",
5305
+ "website": "https://nuxtseo.com/simple-sitemap",
5306
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
5021
5307
  "category": "SEO",
5022
5308
  "type": "3rd-party",
5023
5309
  "maintainers": [
@@ -5035,7 +5321,7 @@
5035
5321
  },
5036
5322
  {
5037
5323
  "name": "sitemap",
5038
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5324
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5039
5325
  "repo": "nuxt-community/sitemap-module#dev",
5040
5326
  "npm": "@nuxtjs/sitemap",
5041
5327
  "icon": "",
@@ -5080,7 +5366,7 @@
5080
5366
  },
5081
5367
  {
5082
5368
  "name": "snipcart",
5083
- "description": "Snipcart integration module for Nuxt.js",
5369
+ "description": "Snipcart integration module for Nuxt",
5084
5370
  "repo": "nuxt-modules/snipcart",
5085
5371
  "npm": "@nuxtjs/snipcart",
5086
5372
  "icon": "snipcart.png",
@@ -5103,7 +5389,7 @@
5103
5389
  },
5104
5390
  {
5105
5391
  "name": "social-meta",
5106
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5392
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5107
5393
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5108
5394
  "npm": "nuxt-social-meta",
5109
5395
  "icon": "",
@@ -5225,7 +5511,7 @@
5225
5511
  },
5226
5512
  {
5227
5513
  "name": "storage",
5228
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5514
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5229
5515
  "repo": "mazipan/nuxt-storage",
5230
5516
  "npm": "nuxt-storage",
5231
5517
  "icon": "",
@@ -5247,7 +5533,7 @@
5247
5533
  },
5248
5534
  {
5249
5535
  "name": "storefront-ui",
5250
- "description": "Storefront UI Module for Nuxt.js",
5536
+ "description": "Storefront UI Module for Nuxt",
5251
5537
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5252
5538
  "npm": "@storefront-ui/nuxt",
5253
5539
  "icon": "storefront-ui.svg",
@@ -5291,7 +5577,7 @@
5291
5577
  },
5292
5578
  {
5293
5579
  "name": "storyblok",
5294
- "description": "Storyblok Nuxt.js module",
5580
+ "description": "Storyblok Nuxt module",
5295
5581
  "repo": "storyblok/storyblok-nuxt#master/lib",
5296
5582
  "npm": "@storyblok/nuxt",
5297
5583
  "icon": "storyblok.png",
@@ -5313,11 +5599,11 @@
5313
5599
  },
5314
5600
  {
5315
5601
  "name": "storybook",
5316
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5317
- "repo": "nuxt-community/storybook",
5602
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5603
+ "repo": "nuxt-modules/storybook",
5318
5604
  "npm": "@nuxtjs/storybook",
5319
5605
  "icon": "storybook.png",
5320
- "github": "https://github.com/nuxt-community/storybook",
5606
+ "github": "https://github.com/nuxt-modules/storybook",
5321
5607
  "website": "https://storybook.nuxtjs.org",
5322
5608
  "learn_more": "https://storybook.js.org/",
5323
5609
  "category": "Devtools",
@@ -5344,10 +5630,10 @@
5344
5630
  {
5345
5631
  "name": "strapi",
5346
5632
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5347
- "repo": "nuxt-community/strapi-module",
5633
+ "repo": "nuxt-modules/strapi",
5348
5634
  "npm": "@nuxtjs/strapi",
5349
5635
  "icon": "strapi.png",
5350
- "github": "https://github.com/nuxt-community/strapi-module",
5636
+ "github": "https://github.com/nuxt-modules/strapi",
5351
5637
  "website": "https://strapi.nuxtjs.org",
5352
5638
  "learn_more": "https://strapi.io/",
5353
5639
  "category": "CMS",
@@ -5444,7 +5730,7 @@
5444
5730
  },
5445
5731
  {
5446
5732
  "name": "stylelint",
5447
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5733
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5448
5734
  "repo": "nuxt-community/stylelint-module",
5449
5735
  "npm": "@nuxtjs/stylelint-module",
5450
5736
  "icon": "stylelint.png",
@@ -5490,10 +5776,10 @@
5490
5776
  {
5491
5777
  "name": "supabase",
5492
5778
  "description": "First class integration with Supabase",
5493
- "repo": "nuxt-community/supabase-module",
5779
+ "repo": "nuxt-modules/supabase",
5494
5780
  "npm": "@nuxtjs/supabase",
5495
5781
  "icon": "supabase.png",
5496
- "github": "https://github.com/nuxt-community/supabase-module",
5782
+ "github": "https://github.com/nuxt-modules/supabase",
5497
5783
  "website": "https://supabase.nuxtjs.org",
5498
5784
  "learn_more": "https://supabase.com",
5499
5785
  "category": "Database",
@@ -5544,12 +5830,12 @@
5544
5830
  },
5545
5831
  {
5546
5832
  "name": "svg-sprite",
5547
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5548
- "repo": "nuxt-community/svg-sprite-module",
5833
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5834
+ "repo": "nuxt-modules/svg-sprite",
5549
5835
  "npm": "@nuxtjs/svg-sprite",
5550
5836
  "icon": "",
5551
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5552
- "website": "https://github.com/nuxt-community/svg-sprite-module",
5837
+ "github": "https://github.com/nuxt-modules/svg-sprite",
5838
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5553
5839
  "learn_more": "",
5554
5840
  "category": "UI",
5555
5841
  "type": "community",
@@ -5561,13 +5847,13 @@
5561
5847
  }
5562
5848
  ],
5563
5849
  "compatibility": {
5564
- "nuxt": "^2.0.0",
5850
+ "nuxt": "^2.0.0 || ^3.0.0",
5565
5851
  "requires": {}
5566
5852
  }
5567
5853
  },
5568
5854
  {
5569
5855
  "name": "svg",
5570
- "description": "Super simple svg loading module for Nuxt.js",
5856
+ "description": "Super simple svg loading module for Nuxt",
5571
5857
  "repo": "nuxt-community/svg-module",
5572
5858
  "npm": "@nuxtjs/svg",
5573
5859
  "icon": "",
@@ -5611,7 +5897,7 @@
5611
5897
  },
5612
5898
  {
5613
5899
  "name": "swiper",
5614
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5900
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5615
5901
  "repo": "cpreston321/nuxt-swiper",
5616
5902
  "npm": "nuxt-swiper",
5617
5903
  "icon": "swiper.svg",
@@ -5657,10 +5943,10 @@
5657
5943
  {
5658
5944
  "name": "tailwindcss",
5659
5945
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5660
- "repo": "nuxt-community/tailwindcss-module",
5946
+ "repo": "nuxt-modules/tailwindcss-module",
5661
5947
  "npm": "@nuxtjs/tailwindcss",
5662
5948
  "icon": "tailwindcss.png",
5663
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5949
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5664
5950
  "website": "https://tailwindcss.nuxtjs.org",
5665
5951
  "learn_more": "https://tailwindcss.com/",
5666
5952
  "category": "UI",
@@ -5670,6 +5956,10 @@
5670
5956
  "name": "Sébastien Chopin",
5671
5957
  "github": "Atinux",
5672
5958
  "twitter": "Atinux"
5959
+ },
5960
+ {
5961
+ "name": "Inesh Bose",
5962
+ "github": "ineshbose"
5673
5963
  }
5674
5964
  ],
5675
5965
  "compatibility": {
@@ -5724,7 +6014,7 @@
5724
6014
  },
5725
6015
  {
5726
6016
  "name": "toast",
5727
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6017
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5728
6018
  "repo": "nuxt-community/modules#master/packages/toast",
5729
6019
  "npm": "@nuxtjs/toast",
5730
6020
  "icon": "",
@@ -5805,7 +6095,7 @@
5805
6095
  },
5806
6096
  {
5807
6097
  "name": "twa",
5808
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6098
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5809
6099
  "repo": "tuarrep/nuxt-twa",
5810
6100
  "npm": "nuxt-twa",
5811
6101
  "icon": "",
@@ -5993,6 +6283,39 @@
5993
6283
  "requires": {}
5994
6284
  }
5995
6285
  },
6286
+ {
6287
+ "name": "ui",
6288
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6289
+ "repo": "nuxt/ui#dev",
6290
+ "npm": "@nuxt/ui",
6291
+ "icon": "nuxt.svg",
6292
+ "github": "https://github.com/nuxt/ui",
6293
+ "website": "https://ui.nuxt.com",
6294
+ "learn_more": "",
6295
+ "category": "UI",
6296
+ "type": "official",
6297
+ "maintainers": [
6298
+ {
6299
+ "name": "Benjamin Canac",
6300
+ "github": "benjamincanac",
6301
+ "twitter": "benjamincanac"
6302
+ },
6303
+ {
6304
+ "name": "Sebastien Chopin",
6305
+ "github": "Atinux",
6306
+ "twitter": "Atinux"
6307
+ },
6308
+ {
6309
+ "name": "Sylvain Marroufin",
6310
+ "github": "smarroufin",
6311
+ "twitter": "smarroufin"
6312
+ }
6313
+ ],
6314
+ "compatibility": {
6315
+ "nuxt": "^3.0.0",
6316
+ "requires": {}
6317
+ }
6318
+ },
5996
6319
  {
5997
6320
  "name": "umami",
5998
6321
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6041,7 +6364,7 @@
6041
6364
  },
6042
6365
  {
6043
6366
  "name": "universal-storage",
6044
- "description": "Universal Storage Utilities for Nuxt.js",
6367
+ "description": "Universal Storage Utilities for Nuxt",
6045
6368
  "repo": "nuxt-community/universal-storage-module",
6046
6369
  "npm": "@nuxtjs/universal-storage",
6047
6370
  "icon": "",
@@ -6190,7 +6513,7 @@
6190
6513
  },
6191
6514
  {
6192
6515
  "name": "user-agent",
6193
- "description": "Nuxt.js module for handling User-Agent.",
6516
+ "description": "Nuxt module for handling User-Agent.",
6194
6517
  "repo": "fukuiretu/nuxt-user-agent",
6195
6518
  "npm": "nuxt-user-agent",
6196
6519
  "icon": "",
@@ -6304,7 +6627,7 @@
6304
6627
  },
6305
6628
  {
6306
6629
  "name": "vee-validate",
6307
- "description": "Painless Vue forms for Nuxt.js",
6630
+ "description": "Painless Vue forms for Nuxt",
6308
6631
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6309
6632
  "npm": "@vee-validate/nuxt",
6310
6633
  "icon": "vee-validate.png",
@@ -6394,7 +6717,7 @@
6394
6717
  },
6395
6718
  {
6396
6719
  "name": "vite-pwa-nuxt",
6397
- "description": "Zero-config PWA Plugin for Nuxt 3",
6720
+ "description": "Zero-config PWA Plugin for Nuxt",
6398
6721
  "repo": "vite-pwa/nuxt",
6399
6722
  "npm": "@vite-pwa/nuxt",
6400
6723
  "icon": "vite-pwa-nuxt.svg",
@@ -6448,13 +6771,13 @@
6448
6771
  },
6449
6772
  {
6450
6773
  "name": "vue-email",
6451
- "description": "Write email templates with vue",
6452
- "repo": "Dave136/vue-email#main/packages/vue-email",
6774
+ "description": "💌 Write email templates with vue",
6775
+ "repo": "Dave136/vue-email",
6453
6776
  "npm": "vue-email",
6454
6777
  "icon": "vue-email.svg",
6455
6778
  "github": "https://github.com/Dave136/vue-email",
6456
- "website": "https://vue-email.vercel.app/",
6457
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6779
+ "website": "https://www.vuemail.net/",
6780
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6458
6781
  "category": "UI",
6459
6782
  "type": "3rd-party",
6460
6783
  "maintainers": [
@@ -6525,7 +6848,7 @@
6525
6848
  },
6526
6849
  {
6527
6850
  "name": "vue-multiselect",
6528
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6851
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6529
6852
  "repo": "spektrummedia/nuxt-vue-multiselect",
6530
6853
  "npm": "nuxt-vue-multiselect",
6531
6854
  "icon": "",
@@ -6639,7 +6962,7 @@
6639
6962
  },
6640
6963
  {
6641
6964
  "name": "vue-warehouse",
6642
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
6965
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6643
6966
  "repo": "juliomrqz/vue-warehouse",
6644
6967
  "npm": "vue-warehouse",
6645
6968
  "icon": "",
@@ -6662,7 +6985,7 @@
6662
6985
  },
6663
6986
  {
6664
6987
  "name": "vue3-carousel-nuxt",
6665
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6988
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6666
6989
  "repo": "gaetansenn/vue3-carousel-nuxt",
6667
6990
  "npm": "vue3-carousel-nuxt",
6668
6991
  "icon": "",
@@ -6707,7 +7030,7 @@
6707
7030
  },
6708
7031
  {
6709
7032
  "name": "vuestic",
6710
- "description": "Vuestic UI module for Nuxt 3",
7033
+ "description": "Vuestic UI module for Nuxt",
6711
7034
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6712
7035
  "npm": "@vuestic/nuxt",
6713
7036
  "icon": "vuestic.png",
@@ -6751,7 +7074,7 @@
6751
7074
  },
6752
7075
  {
6753
7076
  "name": "vuetify",
6754
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7077
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6755
7078
  "repo": "nuxt-community/vuetify-module",
6756
7079
  "npm": "@nuxtjs/vuetify",
6757
7080
  "icon": "vuetify.png",
@@ -6825,7 +7148,7 @@
6825
7148
  },
6826
7149
  {
6827
7150
  "name": "vunix",
6828
- "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.",
7151
+ "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.",
6829
7152
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6830
7153
  "npm": "@vunix/nuxt",
6831
7154
  "icon": "",
@@ -6849,11 +7172,11 @@
6849
7172
  {
6850
7173
  "name": "web-vitals",
6851
7174
  "description": "Web Vitals for Nuxt",
6852
- "repo": "nuxt-community/web-vitals-module",
7175
+ "repo": "nuxt-modules/web-vitals",
6853
7176
  "npm": "@nuxtjs/web-vitals",
6854
7177
  "icon": "web-vitals.png",
6855
- "github": "https://github.com/nuxt-community/web-vitals-module",
6856
- "website": "https://github.com/nuxt-community/web-vitals-module",
7178
+ "github": "https://github.com/nuxt-modules/web-vitals",
7179
+ "website": "https://github.com/nuxt-modules/web-vitals",
6857
7180
  "learn_more": "",
6858
7181
  "category": "Performance",
6859
7182
  "type": "community",
@@ -6904,7 +7227,7 @@
6904
7227
  },
6905
7228
  {
6906
7229
  "name": "webpack-optimisations",
6907
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7230
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6908
7231
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6909
7232
  "npm": "nuxt-webpack-optimisations",
6910
7233
  "icon": "build-optimisations.svg",
@@ -6996,7 +7319,7 @@
6996
7319
  },
6997
7320
  {
6998
7321
  "name": "well-known",
6999
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7322
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7000
7323
  "repo": "zadigetvoltaire/nuxt-well-known",
7001
7324
  "npm": "@zadigetvoltaire/nuxt-well-known",
7002
7325
  "icon": "well-known.svg",
@@ -7018,7 +7341,7 @@
7018
7341
  },
7019
7342
  {
7020
7343
  "name": "wideangle",
7021
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7344
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7022
7345
  "repo": "inputobjects/wideangle-nuxt",
7023
7346
  "npm": "wideangle-nuxt",
7024
7347
  "icon": "wideangle.png",
@@ -7185,55 +7508,9 @@
7185
7508
  "requires": {}
7186
7509
  }
7187
7510
  },
7188
- {
7189
- "name": "yandex-metrika-next",
7190
- "description": "Yandex Metrika integration for Nuxt",
7191
- "repo": "artmizu/yandex-metrika-nuxt",
7192
- "npm": "@artmizu/yandex-metrika-nuxt",
7193
- "icon": "yandex-metrika.svg",
7194
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7195
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7196
- "learn_more": "",
7197
- "category": "Analytics",
7198
- "type": "3rd-party",
7199
- "maintainers": [
7200
- {
7201
- "name": "Aleksandr Saburov",
7202
- "github": "artmizu",
7203
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7204
- }
7205
- ],
7206
- "compatibility": {
7207
- "nuxt": "^3.0.0",
7208
- "requires": {}
7209
- }
7210
- },
7211
- {
7212
- "name": "yandex-metrika",
7213
- "description": "Yandex metrika Module for Nuxt.js",
7214
- "repo": "nuxt-community/yandex-metrika-module",
7215
- "npm": "@nuxtjs/yandex-metrika",
7216
- "icon": "",
7217
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7218
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7219
- "learn_more": "https://metrica.yandex.com/about",
7220
- "category": "Analytics",
7221
- "type": "community",
7222
- "maintainers": [
7223
- {
7224
- "name": "Pooya Parsa",
7225
- "github": "pi0",
7226
- "twitter": "_pi0_"
7227
- }
7228
- ],
7229
- "compatibility": {
7230
- "nuxt": "^2.0.0",
7231
- "requires": {}
7232
- }
7233
- },
7234
7511
  {
7235
7512
  "name": "zendesk",
7236
- "description": "Nuxt.js module for Zendesk",
7513
+ "description": "Nuxt module for Zendesk",
7237
7514
  "repo": "DansMaCulotte/nuxt-zendesk",
7238
7515
  "npm": "@dansmaculotte/nuxt-zendesk",
7239
7516
  "icon": "zendesk.png",