@nuxt/modules 0.6.0-1c2704 → 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 +451 -180
  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,7 +847,7 @@
780
847
  },
781
848
  {
782
849
  "name": "cloudinary",
783
- "description": "Optimize images and videos in your Nuxt.js application",
850
+ "description": "Optimize images and videos in your Nuxt application",
784
851
  "repo": "nuxt-modules/cloudinary",
785
852
  "npm": "@nuxtjs/cloudinary",
786
853
  "icon": "cloudinary.png",
@@ -803,7 +870,7 @@
803
870
  },
804
871
  {
805
872
  "name": "color-mode",
806
- "description": "Dark and Light mode for NuxtJS with auto detection",
873
+ "description": "Dark and Light mode for Nuxt with auto detection",
807
874
  "repo": "nuxt-modules/color-mode",
808
875
  "npm": "@nuxtjs/color-mode",
809
876
  "icon": "color-mode.png",
@@ -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,7 +1204,7 @@
1137
1204
  },
1138
1205
  {
1139
1206
  "name": "delay-hydration",
1140
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1207
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1141
1208
  "repo": "harlan-zw/nuxt-delay-hydration",
1142
1209
  "npm": "nuxt-delay-hydration",
1143
1210
  "icon": "lighthouse.svg",
@@ -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": "",
@@ -1650,7 +1717,7 @@
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,7 +1865,7 @@
1798
1865
  },
1799
1866
  {
1800
1867
  "name": "google-fonts",
1801
- "description": "Google Fonts module for NuxtJS",
1868
+ "description": "Google Fonts module for Nuxt",
1802
1869
  "repo": "nuxt-modules/google-fonts",
1803
1870
  "npm": "@nuxtjs/google-fonts",
1804
1871
  "icon": "google-fonts.png",
@@ -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": "",
@@ -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",
@@ -2786,7 +2862,7 @@
2786
2862
  },
2787
2863
  {
2788
2864
  "name": "lucide-icons",
2789
- "description": "Nuxt 3 module to integrate Lucide icons",
2865
+ "description": "Nuxt module to integrate Lucide icons",
2790
2866
  "repo": "swisnl/nuxt-lucide-icons",
2791
2867
  "npm": "nuxt-lucide-icons",
2792
2868
  "icon": "lucide-icons.svg",
@@ -2812,7 +2888,7 @@
2812
2888
  },
2813
2889
  {
2814
2890
  "name": "lunr",
2815
- "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",
2816
2892
  "repo": "nuxt-community/lunr-module",
2817
2893
  "npm": "@nuxtjs/lunr-module",
2818
2894
  "icon": "",
@@ -2900,6 +2976,28 @@
2900
2976
  "requires": {}
2901
2977
  }
2902
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
+ },
2903
3001
  {
2904
3002
  "name": "mdx",
2905
3003
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2925,7 +3023,7 @@
2925
3023
  },
2926
3024
  {
2927
3025
  "name": "medusa",
2928
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3026
+ "description": "Easily connect to Medusa from your Nuxt application",
2929
3027
  "repo": "Baroshem/nuxt-medusa",
2930
3028
  "npm": "nuxt-medusa",
2931
3029
  "icon": "medusa.svg",
@@ -2950,7 +3048,7 @@
2950
3048
  },
2951
3049
  {
2952
3050
  "name": "meilisearch",
2953
- "description": "Meilisearch Instant Search module for Nuxt 3",
3051
+ "description": "Meilisearch Instant Search module for Nuxt",
2954
3052
  "repo": "xlanex6/nuxt-meilisearch",
2955
3053
  "npm": "nuxt-meilisearch",
2956
3054
  "icon": "meilisearch.svg",
@@ -3042,7 +3140,7 @@
3042
3140
  },
3043
3141
  {
3044
3142
  "name": "moment",
3045
- "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.",
3046
3144
  "repo": "nuxt-community/moment-module",
3047
3145
  "npm": "@nuxtjs/moment",
3048
3146
  "icon": "momentjs.png",
@@ -3069,7 +3167,7 @@
3069
3167
  },
3070
3168
  {
3071
3169
  "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.",
3170
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3073
3171
  "repo": "vanhoofmaarten/nuxt-mq",
3074
3172
  "npm": "nuxt-mq",
3075
3173
  "icon": "",
@@ -3113,7 +3211,7 @@
3113
3211
  },
3114
3212
  {
3115
3213
  "name": "netlify-cache",
3116
- "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",
3117
3215
  "repo": "DreaMinder/nuxt-netlify-cache",
3118
3216
  "npm": "nuxt-netlify-cache",
3119
3217
  "icon": "netlify.png",
@@ -3158,7 +3256,7 @@
3158
3256
  },
3159
3257
  {
3160
3258
  "name": "netlify",
3161
- "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.",
3162
3260
  "repo": "bazzite/nuxt-netlify",
3163
3261
  "npm": "@aceforth/nuxt-netlify",
3164
3262
  "icon": "netlify.png",
@@ -3294,6 +3392,28 @@
3294
3392
  "requires": {}
3295
3393
  }
3296
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
+ },
3297
3417
  {
3298
3418
  "name": "nuxt-bootstrap-icons",
3299
3419
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3318,7 +3438,7 @@
3318
3438
  },
3319
3439
  {
3320
3440
  "name": "nuxt-chatgpt",
3321
- "description": "ChatGPT integration for Nuxt 3",
3441
+ "description": "ChatGPT integration for Nuxt",
3322
3442
  "repo": "schnapsterdog/nuxt-chatgpt",
3323
3443
  "npm": "nuxt-chatgpt",
3324
3444
  "icon": "chatgpt.svg",
@@ -3338,6 +3458,32 @@
3338
3458
  "requires": {}
3339
3459
  }
3340
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
+ },
3341
3487
  {
3342
3488
  "name": "nuxt-feedme",
3343
3489
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3413,7 +3559,7 @@
3413
3559
  },
3414
3560
  {
3415
3561
  "name": "nuxt-gtm",
3416
- "description": "A Nuxt.js module for Google Tag Manager",
3562
+ "description": "A Nuxt module for Google Tag Manager",
3417
3563
  "repo": "zadigetvoltaire/nuxt-gtm",
3418
3564
  "npm": "@zadigetvoltaire/nuxt-gtm",
3419
3565
  "icon": "nuxt-gtm.svg",
@@ -3457,6 +3603,28 @@
3457
3603
  }
3458
3604
  }
3459
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
+ },
3460
3628
  {
3461
3629
  "name": "nuxt-localtunnel",
3462
3630
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3482,7 +3650,7 @@
3482
3650
  },
3483
3651
  {
3484
3652
  "name": "nuxt-loco",
3485
- "description": "A localise.biz module to synth locale with Nuxt.js",
3653
+ "description": "A localise.biz module to synth locale with Nuxt",
3486
3654
  "repo": "gaetansenn/nuxt-loco",
3487
3655
  "npm": "nuxt-loco",
3488
3656
  "icon": "",
@@ -3525,6 +3693,28 @@
3525
3693
  "requires": {}
3526
3694
  }
3527
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
+ },
3528
3718
  {
3529
3719
  "name": "nuxt-monaco-editor",
3530
3720
  "description": "Integrate monaco-editor with Nuxt",
@@ -3549,7 +3739,7 @@
3549
3739
  },
3550
3740
  {
3551
3741
  "name": "nuxt-mongoose",
3552
- "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.",
3553
3743
  "repo": "arashsheyda/nuxt-mongoose",
3554
3744
  "npm": "nuxt-mongoose",
3555
3745
  "icon": "nuxt-mongoose.svg",
@@ -3638,7 +3828,7 @@
3638
3828
  },
3639
3829
  {
3640
3830
  "name": "plausible",
3641
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3831
+ "description": "Nuxt module to natively integrate Plausible analytics",
3642
3832
  "repo": "nuxt-modules/plausible",
3643
3833
  "npm": "@nuxtjs/plausible",
3644
3834
  "icon": "plausible.png",
@@ -3660,7 +3850,7 @@
3660
3850
  },
3661
3851
  {
3662
3852
  "name": "nuxt-plotly",
3663
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3853
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3664
3854
  "repo": "superdev-tech/nuxt-plotly",
3665
3855
  "npm": "nuxt-plotly",
3666
3856
  "icon": "nuxt-plotly.svg",
@@ -3686,7 +3876,7 @@
3686
3876
  },
3687
3877
  {
3688
3878
  "name": "nuxt-png-to-ico",
3689
- "description": "Nuxt.js module for auto generating favicons",
3879
+ "description": "Nuxt module for auto generating favicons",
3690
3880
  "repo": "b5710546232/nuxt-png-to-ico",
3691
3881
  "npm": "nuxt-png-to-ico",
3692
3882
  "icon": "",
@@ -3709,7 +3899,7 @@
3709
3899
  },
3710
3900
  {
3711
3901
  "name": "nuxt-smartlook",
3712
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3902
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3713
3903
  "repo": "f00b4r/nuxt-smartlook",
3714
3904
  "npm": "nuxt-smartlook",
3715
3905
  "icon": "nuxt-smartlook.png",
@@ -3761,7 +3951,7 @@
3761
3951
  },
3762
3952
  {
3763
3953
  "name": "nuxt-storm",
3764
- "description": "WebStorm & PHPStorm support for NuxtJS components",
3954
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3765
3955
  "repo": "fumeapp/nuxt-storm",
3766
3956
  "npm": "nuxt-storm",
3767
3957
  "icon": "nuxt-storm.png",
@@ -3805,7 +3995,7 @@
3805
3995
  },
3806
3996
  {
3807
3997
  "name": "nuxt-unleash",
3808
- "description": "Nuxt.js module to use Unleash toggle feature services",
3998
+ "description": "Nuxt module to use Unleash toggle feature services",
3809
3999
  "repo": "conejerock/nuxt-unleash",
3810
4000
  "npm": "nuxt-unleash",
3811
4001
  "icon": "nuxt-unleash.svg",
@@ -3917,7 +4107,7 @@
3917
4107
  },
3918
4108
  {
3919
4109
  "name": "nuxt-vuetify",
3920
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4110
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3921
4111
  "repo": "invictus-codes/nuxt-vuetify",
3922
4112
  "npm": "@invictus.codes/nuxt-vuetify",
3923
4113
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3961,7 +4151,7 @@
3961
4151
  },
3962
4152
  {
3963
4153
  "name": "nuxt7",
3964
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4154
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3965
4155
  "repo": "nuxt-community/nuxt7",
3966
4156
  "npm": "nuxt7",
3967
4157
  "icon": "",
@@ -3982,38 +4172,15 @@
3982
4172
  "requires": {}
3983
4173
  }
3984
4174
  },
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
4175
  {
4009
4176
  "name": "og-image",
4010
- "description": "Easily generate dynamic social share images.",
4177
+ "description": "Enlightened runtime images generated with Vue templates.",
4011
4178
  "repo": "harlan-zw/nuxt-og-image",
4012
4179
  "npm": "nuxt-og-image",
4013
- "icon": "",
4180
+ "icon": "og-image.svg",
4014
4181
  "github": "https://github.com/harlan-zw/nuxt-og-image",
4015
- "website": "https://github.com/harlan-zw/nuxt-og-image",
4016
- "learn_more": "",
4182
+ "website": "https://nuxtseo.com/og-image",
4183
+ "learn_more": "https://nuxtseo.com/og-image",
4017
4184
  "category": "SEO",
4018
4185
  "type": "3rd-party",
4019
4186
  "maintainers": [
@@ -4054,7 +4221,7 @@
4054
4221
  },
4055
4222
  {
4056
4223
  "name": "optimized-images",
4057
- "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).",
4058
4225
  "repo": "juliomrqz/nuxt-optimized-images",
4059
4226
  "npm": "@aceforth/nuxt-optimized-images",
4060
4227
  "icon": "",
@@ -4099,7 +4266,7 @@
4099
4266
  },
4100
4267
  {
4101
4268
  "name": "parse",
4102
- "description": "Parse package for Nuxt.js",
4269
+ "description": "Parse package for Nuxt",
4103
4270
  "repo": "cierrateam/nuxt-parse",
4104
4271
  "npm": "nuxt-parse",
4105
4272
  "icon": "",
@@ -4119,6 +4286,29 @@
4119
4286
  "requires": {}
4120
4287
  }
4121
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
+ },
4122
4312
  {
4123
4313
  "name": "partytown",
4124
4314
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4265,7 +4455,7 @@
4265
4455
  },
4266
4456
  {
4267
4457
  "name": "plausible",
4268
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4458
+ "description": "Nuxt module to natively integrate Plausible analytics",
4269
4459
  "repo": "nuxt-modules/plausible",
4270
4460
  "npm": "@nuxtjs/plausible",
4271
4461
  "icon": "",
@@ -4307,9 +4497,33 @@
4307
4497
  "requires": {}
4308
4498
  }
4309
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
+ },
4310
4524
  {
4311
4525
  "name": "prismic",
4312
- "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",
4313
4527
  "repo": "nuxt-modules/prismic",
4314
4528
  "npm": "@nuxtjs/prismic",
4315
4529
  "icon": "prismic.png",
@@ -4376,7 +4590,7 @@
4376
4590
  },
4377
4591
  {
4378
4592
  "name": "proxy",
4379
- "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",
4380
4594
  "repo": "nuxt-community/proxy-module",
4381
4595
  "npm": "@nuxtjs/proxy",
4382
4596
  "icon": "",
@@ -4422,7 +4636,7 @@
4422
4636
  },
4423
4637
  {
4424
4638
  "name": "purgecss",
4425
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4639
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4426
4640
  "repo": "Developmint/nuxt-purgecss#main",
4427
4641
  "npm": "nuxt-purgecss",
4428
4642
  "icon": "purgecss.png",
@@ -4444,7 +4658,7 @@
4444
4658
  },
4445
4659
  {
4446
4660
  "name": "pwa",
4447
- "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.",
4448
4662
  "repo": "nuxt-community/pwa-module",
4449
4663
  "npm": "@nuxtjs/pwa",
4450
4664
  "icon": "pwa.png",
@@ -4469,7 +4683,7 @@
4469
4683
  },
4470
4684
  {
4471
4685
  "name": "python",
4472
- "description": "Write Nuxt.js applications using Python",
4686
+ "description": "Write Nuxt applications using Python",
4473
4687
  "repo": "nuxt-community/python-module",
4474
4688
  "npm": "@nuxtjs/python",
4475
4689
  "icon": "python.png",
@@ -4535,7 +4749,7 @@
4535
4749
  },
4536
4750
  {
4537
4751
  "name": "recaptcha",
4538
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4752
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4539
4753
  "repo": "nuxt-community/recaptcha-module",
4540
4754
  "npm": "@nuxtjs/recaptcha",
4541
4755
  "icon": "recaptcha.png",
@@ -4580,7 +4794,7 @@
4580
4794
  },
4581
4795
  {
4582
4796
  "name": "rfg-icon",
4583
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4797
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4584
4798
  "repo": "pimlie/nuxt-rfg-icon",
4585
4799
  "npm": "nuxt-rfg-icon",
4586
4800
  "icon": "real-favicon-generator.png",
@@ -4602,7 +4816,7 @@
4602
4816
  },
4603
4817
  {
4604
4818
  "name": "robots",
4605
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4819
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4606
4820
  "repo": "nuxt-modules/robots",
4607
4821
  "npm": "@nuxtjs/robots",
4608
4822
  "icon": "robots.png",
@@ -4626,7 +4840,7 @@
4626
4840
  },
4627
4841
  {
4628
4842
  "name": "rollbar",
4629
- "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.",
4630
4844
  "repo": "gaelreyrol/nuxt-rollbar-module",
4631
4845
  "npm": "nuxt-rollbar-module",
4632
4846
  "icon": "rollbar.png",
@@ -4671,7 +4885,7 @@
4671
4885
  },
4672
4886
  {
4673
4887
  "name": "router",
4674
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
4888
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4675
4889
  "repo": "nuxt-community/router-module",
4676
4890
  "npm": "@nuxtjs/router",
4677
4891
  "icon": "vue.png",
@@ -4719,13 +4933,13 @@
4719
4933
  },
4720
4934
  {
4721
4935
  "name": "schema-org",
4722
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4723
- "repo": "vueuse/schema-org#main/packages/nuxt",
4936
+ "description": "Schema.org for Nuxt.",
4937
+ "repo": "harlan-zw/nuxt-schema-org",
4724
4938
  "npm": "nuxt-schema-org",
4725
4939
  "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",
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",
4729
4943
  "category": "SEO",
4730
4944
  "type": "3rd-party",
4731
4945
  "maintainers": [
@@ -4788,7 +5002,7 @@
4788
5002
  },
4789
5003
  {
4790
5004
  "name": "segment",
4791
- "description": "Nuxt.js module for Segment Analytics.js",
5005
+ "description": "Nuxt module for Segment Analytics.js",
4792
5006
  "repo": "dansmaculotte/nuxt-segment",
4793
5007
  "npm": "@dansmaculotte/nuxt-segment",
4794
5008
  "icon": "segment.png",
@@ -4810,7 +5024,7 @@
4810
5024
  },
4811
5025
  {
4812
5026
  "name": "sentry",
4813
- "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",
4814
5028
  "repo": "nuxt-community/sentry-module",
4815
5029
  "npm": "@nuxtjs/sentry",
4816
5030
  "icon": "sentry.svg",
@@ -4830,14 +5044,38 @@
4830
5044
  "requires": {}
4831
5045
  }
4832
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
+ },
4833
5071
  {
4834
5072
  "name": "seo-kit",
4835
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5073
+ "description": "The complete SEO solution for Nuxt.",
4836
5074
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4837
5075
  "npm": "nuxt-seo-kit",
4838
5076
  "icon": "seo-kit.svg",
4839
5077
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4840
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5078
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4841
5079
  "learn_more": "",
4842
5080
  "category": "SEO",
4843
5081
  "type": "3rd-party",
@@ -4877,7 +5115,7 @@
4877
5115
  },
4878
5116
  {
4879
5117
  "name": "seomatic-meta",
4880
- "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",
4881
5119
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4882
5120
  "npm": "nuxt-seomatic-meta",
4883
5121
  "icon": "seomatic.png",
@@ -4968,7 +5206,7 @@
4968
5206
  },
4969
5207
  {
4970
5208
  "name": "shopify",
4971
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5209
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4972
5210
  "repo": "Gomah/nuxt-shopify",
4973
5211
  "npm": "nuxt-shopify",
4974
5212
  "icon": "shopify.png",
@@ -5035,13 +5273,13 @@
5035
5273
  },
5036
5274
  {
5037
5275
  "name": "simple-robots",
5038
- "description": "Simply manage the robots crawling your Nuxt app.",
5276
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5039
5277
  "repo": "harlan-zw/nuxt-simple-robots",
5040
5278
  "npm": "nuxt-simple-robots",
5041
- "icon": "",
5279
+ "icon": "simple-robots.svg",
5042
5280
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5043
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
5044
- "learn_more": "",
5281
+ "website": "https://nuxtseo.com/robots",
5282
+ "learn_more": "https://nuxtseo.com/robots",
5045
5283
  "category": "SEO",
5046
5284
  "type": "3rd-party",
5047
5285
  "maintainers": [
@@ -5059,13 +5297,13 @@
5059
5297
  },
5060
5298
  {
5061
5299
  "name": "simple-sitemap",
5062
- "description": "Simple, minimal sitemap.xml generation.",
5300
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5063
5301
  "repo": "harlan-zw/nuxt-simple-sitemap",
5064
5302
  "npm": "nuxt-simple-sitemap",
5065
- "icon": "",
5303
+ "icon": "simple-sitemap.svg",
5066
5304
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5067
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5068
- "learn_more": "",
5305
+ "website": "https://nuxtseo.com/simple-sitemap",
5306
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
5069
5307
  "category": "SEO",
5070
5308
  "type": "3rd-party",
5071
5309
  "maintainers": [
@@ -5083,7 +5321,7 @@
5083
5321
  },
5084
5322
  {
5085
5323
  "name": "sitemap",
5086
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5324
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5087
5325
  "repo": "nuxt-community/sitemap-module#dev",
5088
5326
  "npm": "@nuxtjs/sitemap",
5089
5327
  "icon": "",
@@ -5128,7 +5366,7 @@
5128
5366
  },
5129
5367
  {
5130
5368
  "name": "snipcart",
5131
- "description": "Snipcart integration module for Nuxt.js",
5369
+ "description": "Snipcart integration module for Nuxt",
5132
5370
  "repo": "nuxt-modules/snipcart",
5133
5371
  "npm": "@nuxtjs/snipcart",
5134
5372
  "icon": "snipcart.png",
@@ -5151,7 +5389,7 @@
5151
5389
  },
5152
5390
  {
5153
5391
  "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.).",
5392
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5155
5393
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5156
5394
  "npm": "nuxt-social-meta",
5157
5395
  "icon": "",
@@ -5273,7 +5511,7 @@
5273
5511
  },
5274
5512
  {
5275
5513
  "name": "storage",
5276
- "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",
5277
5515
  "repo": "mazipan/nuxt-storage",
5278
5516
  "npm": "nuxt-storage",
5279
5517
  "icon": "",
@@ -5295,7 +5533,7 @@
5295
5533
  },
5296
5534
  {
5297
5535
  "name": "storefront-ui",
5298
- "description": "Storefront UI Module for Nuxt.js",
5536
+ "description": "Storefront UI Module for Nuxt",
5299
5537
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5300
5538
  "npm": "@storefront-ui/nuxt",
5301
5539
  "icon": "storefront-ui.svg",
@@ -5339,7 +5577,7 @@
5339
5577
  },
5340
5578
  {
5341
5579
  "name": "storyblok",
5342
- "description": "Storyblok Nuxt.js module",
5580
+ "description": "Storyblok Nuxt module",
5343
5581
  "repo": "storyblok/storyblok-nuxt#master/lib",
5344
5582
  "npm": "@storyblok/nuxt",
5345
5583
  "icon": "storyblok.png",
@@ -5361,11 +5599,11 @@
5361
5599
  },
5362
5600
  {
5363
5601
  "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",
5602
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5603
+ "repo": "nuxt-modules/storybook",
5366
5604
  "npm": "@nuxtjs/storybook",
5367
5605
  "icon": "storybook.png",
5368
- "github": "https://github.com/nuxt-community/storybook",
5606
+ "github": "https://github.com/nuxt-modules/storybook",
5369
5607
  "website": "https://storybook.nuxtjs.org",
5370
5608
  "learn_more": "https://storybook.js.org/",
5371
5609
  "category": "Devtools",
@@ -5492,7 +5730,7 @@
5492
5730
  },
5493
5731
  {
5494
5732
  "name": "stylelint",
5495
- "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.",
5496
5734
  "repo": "nuxt-community/stylelint-module",
5497
5735
  "npm": "@nuxtjs/stylelint-module",
5498
5736
  "icon": "stylelint.png",
@@ -5592,12 +5830,12 @@
5592
5830
  },
5593
5831
  {
5594
5832
  "name": "svg-sprite",
5595
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5596
- "repo": "nuxt-community/svg-sprite-module",
5833
+ "description": "Optimized and Easy way to use svg files in Nuxt",
5834
+ "repo": "nuxt-modules/svg-sprite",
5597
5835
  "npm": "@nuxtjs/svg-sprite",
5598
5836
  "icon": "",
5599
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5600
- "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",
5601
5839
  "learn_more": "",
5602
5840
  "category": "UI",
5603
5841
  "type": "community",
@@ -5609,13 +5847,13 @@
5609
5847
  }
5610
5848
  ],
5611
5849
  "compatibility": {
5612
- "nuxt": "^2.0.0",
5850
+ "nuxt": "^2.0.0 || ^3.0.0",
5613
5851
  "requires": {}
5614
5852
  }
5615
5853
  },
5616
5854
  {
5617
5855
  "name": "svg",
5618
- "description": "Super simple svg loading module for Nuxt.js",
5856
+ "description": "Super simple svg loading module for Nuxt",
5619
5857
  "repo": "nuxt-community/svg-module",
5620
5858
  "npm": "@nuxtjs/svg",
5621
5859
  "icon": "",
@@ -5659,7 +5897,7 @@
5659
5897
  },
5660
5898
  {
5661
5899
  "name": "swiper",
5662
- "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.",
5663
5901
  "repo": "cpreston321/nuxt-swiper",
5664
5902
  "npm": "nuxt-swiper",
5665
5903
  "icon": "swiper.svg",
@@ -5776,7 +6014,7 @@
5776
6014
  },
5777
6015
  {
5778
6016
  "name": "toast",
5779
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6017
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5780
6018
  "repo": "nuxt-community/modules#master/packages/toast",
5781
6019
  "npm": "@nuxtjs/toast",
5782
6020
  "icon": "",
@@ -5857,7 +6095,7 @@
5857
6095
  },
5858
6096
  {
5859
6097
  "name": "twa",
5860
- "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",
5861
6099
  "repo": "tuarrep/nuxt-twa",
5862
6100
  "npm": "nuxt-twa",
5863
6101
  "icon": "",
@@ -6045,6 +6283,39 @@
6045
6283
  "requires": {}
6046
6284
  }
6047
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
+ },
6048
6319
  {
6049
6320
  "name": "umami",
6050
6321
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6093,7 +6364,7 @@
6093
6364
  },
6094
6365
  {
6095
6366
  "name": "universal-storage",
6096
- "description": "Universal Storage Utilities for Nuxt.js",
6367
+ "description": "Universal Storage Utilities for Nuxt",
6097
6368
  "repo": "nuxt-community/universal-storage-module",
6098
6369
  "npm": "@nuxtjs/universal-storage",
6099
6370
  "icon": "",
@@ -6242,7 +6513,7 @@
6242
6513
  },
6243
6514
  {
6244
6515
  "name": "user-agent",
6245
- "description": "Nuxt.js module for handling User-Agent.",
6516
+ "description": "Nuxt module for handling User-Agent.",
6246
6517
  "repo": "fukuiretu/nuxt-user-agent",
6247
6518
  "npm": "nuxt-user-agent",
6248
6519
  "icon": "",
@@ -6356,7 +6627,7 @@
6356
6627
  },
6357
6628
  {
6358
6629
  "name": "vee-validate",
6359
- "description": "Painless Vue forms for Nuxt.js",
6630
+ "description": "Painless Vue forms for Nuxt",
6360
6631
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6361
6632
  "npm": "@vee-validate/nuxt",
6362
6633
  "icon": "vee-validate.png",
@@ -6446,7 +6717,7 @@
6446
6717
  },
6447
6718
  {
6448
6719
  "name": "vite-pwa-nuxt",
6449
- "description": "Zero-config PWA Plugin for Nuxt 3",
6720
+ "description": "Zero-config PWA Plugin for Nuxt",
6450
6721
  "repo": "vite-pwa/nuxt",
6451
6722
  "npm": "@vite-pwa/nuxt",
6452
6723
  "icon": "vite-pwa-nuxt.svg",
@@ -6500,13 +6771,13 @@
6500
6771
  },
6501
6772
  {
6502
6773
  "name": "vue-email",
6503
- "description": "Write email templates with vue",
6504
- "repo": "Dave136/vue-email#main/packages/vue-email",
6774
+ "description": "💌 Write email templates with vue",
6775
+ "repo": "Dave136/vue-email",
6505
6776
  "npm": "vue-email",
6506
6777
  "icon": "vue-email.svg",
6507
6778
  "github": "https://github.com/Dave136/vue-email",
6508
- "website": "https://vue-email.vercel.app/",
6509
- "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",
6510
6781
  "category": "UI",
6511
6782
  "type": "3rd-party",
6512
6783
  "maintainers": [
@@ -6577,7 +6848,7 @@
6577
6848
  },
6578
6849
  {
6579
6850
  "name": "vue-multiselect",
6580
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
6851
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6581
6852
  "repo": "spektrummedia/nuxt-vue-multiselect",
6582
6853
  "npm": "nuxt-vue-multiselect",
6583
6854
  "icon": "",
@@ -6691,7 +6962,7 @@
6691
6962
  },
6692
6963
  {
6693
6964
  "name": "vue-warehouse",
6694
- "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",
6695
6966
  "repo": "juliomrqz/vue-warehouse",
6696
6967
  "npm": "vue-warehouse",
6697
6968
  "icon": "",
@@ -6714,7 +6985,7 @@
6714
6985
  },
6715
6986
  {
6716
6987
  "name": "vue3-carousel-nuxt",
6717
- "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.",
6718
6989
  "repo": "gaetansenn/vue3-carousel-nuxt",
6719
6990
  "npm": "vue3-carousel-nuxt",
6720
6991
  "icon": "",
@@ -6759,7 +7030,7 @@
6759
7030
  },
6760
7031
  {
6761
7032
  "name": "vuestic",
6762
- "description": "Vuestic UI module for Nuxt 3",
7033
+ "description": "Vuestic UI module for Nuxt",
6763
7034
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6764
7035
  "npm": "@vuestic/nuxt",
6765
7036
  "icon": "vuestic.png",
@@ -6803,7 +7074,7 @@
6803
7074
  },
6804
7075
  {
6805
7076
  "name": "vuetify",
6806
- "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.",
6807
7078
  "repo": "nuxt-community/vuetify-module",
6808
7079
  "npm": "@nuxtjs/vuetify",
6809
7080
  "icon": "vuetify.png",
@@ -6877,7 +7148,7 @@
6877
7148
  },
6878
7149
  {
6879
7150
  "name": "vunix",
6880
- "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.",
6881
7152
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6882
7153
  "npm": "@vunix/nuxt",
6883
7154
  "icon": "",
@@ -6956,7 +7227,7 @@
6956
7227
  },
6957
7228
  {
6958
7229
  "name": "webpack-optimisations",
6959
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7230
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6960
7231
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6961
7232
  "npm": "nuxt-webpack-optimisations",
6962
7233
  "icon": "build-optimisations.svg",
@@ -7048,7 +7319,7 @@
7048
7319
  },
7049
7320
  {
7050
7321
  "name": "well-known",
7051
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7322
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7052
7323
  "repo": "zadigetvoltaire/nuxt-well-known",
7053
7324
  "npm": "@zadigetvoltaire/nuxt-well-known",
7054
7325
  "icon": "well-known.svg",
@@ -7070,7 +7341,7 @@
7070
7341
  },
7071
7342
  {
7072
7343
  "name": "wideangle",
7073
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7344
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7074
7345
  "repo": "inputobjects/wideangle-nuxt",
7075
7346
  "npm": "wideangle-nuxt",
7076
7347
  "icon": "wideangle.png",
@@ -7239,7 +7510,7 @@
7239
7510
  },
7240
7511
  {
7241
7512
  "name": "zendesk",
7242
- "description": "Nuxt.js module for Zendesk",
7513
+ "description": "Nuxt module for Zendesk",
7243
7514
  "repo": "DansMaCulotte/nuxt-zendesk",
7244
7515
  "npm": "@dansmaculotte/nuxt-zendesk",
7245
7516
  "icon": "zendesk.png",