@nuxt/modules 0.6.0-6db257 → 0.6.0-6fab05

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 +1119 -311
  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,9 +308,76 @@
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
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
289
378
  {
290
379
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
381
  "repo": "nuxt-community/auth-module",
293
382
  "npm": "@nuxtjs/auth",
294
383
  "icon": "auth.png",
@@ -336,9 +425,32 @@
336
425
  "requires": {}
337
426
  }
338
427
  },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
339
451
  {
340
452
  "name": "axios",
341
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
342
454
  "repo": "nuxt-community/axios-module",
343
455
  "npm": "@nuxtjs/axios",
344
456
  "icon": "axios.svg",
@@ -361,7 +473,7 @@
361
473
  },
362
474
  {
363
475
  "name": "basic-auth",
364
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
365
477
  "repo": "potato4d/nuxt-basic-auth-module",
366
478
  "npm": "nuxt-basic-auth-module",
367
479
  "icon": "",
@@ -485,7 +597,7 @@
485
597
  },
486
598
  {
487
599
  "name": "bulma-slim",
488
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
489
601
  "repo": "mustardamus/nuxt-bulma-slim",
490
602
  "npm": "nuxt-bulma-slim",
491
603
  "icon": "bulma.png",
@@ -552,7 +664,7 @@
552
664
  },
553
665
  {
554
666
  "name": "canvas-sketch",
555
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
556
668
  "repo": "LuXDAmore/generative-art",
557
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
558
670
  "icon": "",
@@ -575,7 +687,7 @@
575
687
  },
576
688
  {
577
689
  "name": "capo",
578
- "description": "Capo.js implementation for Nuxt 3",
690
+ "description": "Capo.js implementation for Nuxt",
579
691
  "repo": "danielroe/nuxt-capo",
580
692
  "npm": "nuxt-capo",
581
693
  "icon": "",
@@ -597,7 +709,7 @@
597
709
  },
598
710
  {
599
711
  "name": "chakra-ui",
600
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
601
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
602
714
  "npm": "@chakra-ui/nuxt",
603
715
  "icon": "chakra-ui.png",
@@ -708,7 +820,7 @@
708
820
  },
709
821
  {
710
822
  "name": "cloudcms",
711
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
712
824
  "repo": "gitana/cloudcms-nuxt",
713
825
  "npm": "cloudcms-nuxt",
714
826
  "icon": "",
@@ -757,11 +869,11 @@
757
869
  },
758
870
  {
759
871
  "name": "cloudinary",
760
- "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
762
874
  "npm": "@nuxtjs/cloudinary",
763
875
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
877
  "website": "https://cloudinary.nuxtjs.org",
766
878
  "learn_more": "https://cloudinary.com",
767
879
  "category": "Images",
@@ -780,11 +892,11 @@
780
892
  },
781
893
  {
782
894
  "name": "color-mode",
783
- "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
785
897
  "npm": "@nuxtjs/color-mode",
786
898
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
788
900
  "website": "https://color-mode.nuxtjs.org",
789
901
  "learn_more": "",
790
902
  "category": "UI",
@@ -1001,7 +1113,7 @@
1001
1113
  },
1002
1114
  {
1003
1115
  "name": "darkmode.js",
1004
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1005
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1006
1118
  "npm": "nuxtjs-darkmode-js-module",
1007
1119
  "icon": "darkmode.png",
@@ -1023,7 +1135,7 @@
1023
1135
  },
1024
1136
  {
1025
1137
  "name": "date-fns",
1026
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1027
1139
  "repo": "nuxt-community/date-fns-module",
1028
1140
  "npm": "@nuxtjs/date-fns",
1029
1141
  "icon": "date-fns.png",
@@ -1045,7 +1157,7 @@
1045
1157
  },
1046
1158
  {
1047
1159
  "name": "datocms-nuxt2",
1048
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1049
1161
  "repo": "voorhoede/nuxt-datocms-module",
1050
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1051
1163
  "icon": "datocms.svg",
@@ -1114,8 +1226,8 @@
1114
1226
  },
1115
1227
  {
1116
1228
  "name": "delay-hydration",
1117
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1231
  "npm": "nuxt-delay-hydration",
1120
1232
  "icon": "lighthouse.svg",
1121
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1137,12 +1249,12 @@
1137
1249
  },
1138
1250
  {
1139
1251
  "name": "device",
1140
- "description": "Device detection module for Nuxt.js",
1141
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1142
1254
  "npm": "@nuxtjs/device",
1143
1255
  "icon": "",
1144
- "github": "https://github.com/nuxt-community/device-module",
1145
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1146
1258
  "learn_more": "",
1147
1259
  "category": "Extensions",
1148
1260
  "type": "community",
@@ -1182,13 +1294,13 @@
1182
1294
  },
1183
1295
  {
1184
1296
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1298
  "repo": "intevel/nuxt-directus",
1187
1299
  "npm": "nuxt-directus",
1188
1300
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1192
1304
  "category": "CMS",
1193
1305
  "type": "3rd-party",
1194
1306
  "maintainers": [
@@ -1199,15 +1311,36 @@
1199
1311
  }
1200
1312
  ],
1201
1313
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1205
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1206
1339
  }
1207
1340
  },
1208
1341
  {
1209
1342
  "name": "dotenv",
1210
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1211
1344
  "repo": "nuxt-community/dotenv-module",
1212
1345
  "npm": "@nuxtjs/dotenv",
1213
1346
  "icon": "dotenv.png",
@@ -1229,7 +1362,7 @@
1229
1362
  },
1230
1363
  {
1231
1364
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1367
  "npm": "nuxtjs-drupal-ce",
1235
1368
  "icon": "drupal-ce.png",
@@ -1262,7 +1395,7 @@
1262
1395
  },
1263
1396
  {
1264
1397
  "name": "druxt",
1265
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1266
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1400
  "npm": "druxt",
1268
1401
  "icon": "druxt.svg",
@@ -1330,7 +1463,7 @@
1330
1463
  },
1331
1464
  {
1332
1465
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1466
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1467
  "repo": "nuxt-modules/emotion",
1335
1468
  "npm": "@nuxtjs/emotion",
1336
1469
  "icon": "emotion.png",
@@ -1358,7 +1491,7 @@
1358
1491
  },
1359
1492
  {
1360
1493
  "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1494
+ "description": "ESLint module for Nuxt",
1362
1495
  "repo": "nuxt-community/eslint-module",
1363
1496
  "npm": "@nuxtjs/eslint-module",
1364
1497
  "icon": "eslint.png",
@@ -1380,7 +1513,7 @@
1380
1513
  },
1381
1514
  {
1382
1515
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1516
+ "description": "Module for event trace in Nuxt",
1384
1517
  "repo": "nuxt-community/nuxt-event-trace",
1385
1518
  "npm": "nuxt-event-trace",
1386
1519
  "icon": "",
@@ -1424,7 +1557,7 @@
1424
1557
  },
1425
1558
  {
1426
1559
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1560
+ "description": "Feature toggle module for Nuxt",
1428
1561
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1562
  "npm": "nuxt-feature-toggle",
1430
1563
  "icon": "",
@@ -1491,7 +1624,7 @@
1491
1624
  },
1492
1625
  {
1493
1626
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1627
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1628
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1629
  "npm": "nuxt-floating-prompt-module",
1497
1630
  "icon": "",
@@ -1603,11 +1736,11 @@
1603
1736
  {
1604
1737
  "name": "form-actions",
1605
1738
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1739
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1740
  "npm": "@hebilicious/form-actions-nuxt",
1608
1741
  "icon": "form-actions.svg",
1609
1742
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1743
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1744
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1745
  "category": "Request",
1613
1746
  "type": "3rd-party",
@@ -1619,7 +1752,7 @@
1619
1752
  }
1620
1753
  ],
1621
1754
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1755
+ "nuxt": "^3.7.0",
1623
1756
  "requires": {}
1624
1757
  }
1625
1758
  },
@@ -1697,7 +1830,7 @@
1697
1830
  },
1698
1831
  {
1699
1832
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1833
+ "description": "Google Adsense Module for Nuxt",
1701
1834
  "repo": "nuxt-community/google-adsense-module",
1702
1835
  "npm": "@nuxtjs/google-adsense",
1703
1836
  "icon": "google-adsense.png",
@@ -1723,7 +1856,7 @@
1723
1856
  },
1724
1857
  {
1725
1858
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1859
+ "description": "Google analytics Module for Nuxt",
1727
1860
  "repo": "nuxt-community/analytics-module",
1728
1861
  "npm": "@nuxtjs/google-analytics",
1729
1862
  "icon": "google-analytics.png",
@@ -1755,12 +1888,12 @@
1755
1888
  },
1756
1889
  {
1757
1890
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1891
+ "description": "Google Fonts module for Nuxt",
1892
+ "repo": "nuxt-modules/google-fonts",
1760
1893
  "npm": "@nuxtjs/google-fonts",
1761
1894
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1895
+ "github": "https://github.com/nuxt-modules/google-fonts",
1896
+ "website": "https://google-fonts.nuxtjs.org",
1764
1897
  "learn_more": "https://developers.google.com/fonts",
1765
1898
  "category": "Fonts",
1766
1899
  "type": "community",
@@ -1779,7 +1912,7 @@
1779
1912
  },
1780
1913
  {
1781
1914
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
1915
+ "description": "Google GTag for Nuxt",
1783
1916
  "repo": "nuxt-community/google-gtag",
1784
1917
  "npm": "@nuxtjs/google-gtag",
1785
1918
  "icon": "gtm.png",
@@ -1805,7 +1938,7 @@
1805
1938
  },
1806
1939
  {
1807
1940
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1941
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
1942
  "repo": "nuxt-community/google-optimize-module",
1810
1943
  "npm": "nuxt-google-optimize",
1811
1944
  "icon": "google-optimize.png",
@@ -1860,7 +1993,7 @@
1860
1993
  },
1861
1994
  {
1862
1995
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1996
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
1997
  "repo": "gomah/nuxt-graphql-request",
1865
1998
  "npm": "nuxt-graphql-request",
1866
1999
  "icon": "graphql-request.png",
@@ -1876,7 +2009,7 @@
1876
2009
  }
1877
2010
  ],
1878
2011
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2012
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2013
  "requires": {}
1881
2014
  }
1882
2015
  },
@@ -1899,12 +2032,13 @@
1899
2032
  ],
1900
2033
  "compatibility": {
1901
2034
  "nuxt": "^3.0.0",
1902
- "requires": {}
2035
+ "requires": {},
2036
+ "devtools": "^0.0.0"
1903
2037
  }
1904
2038
  },
1905
2039
  {
1906
2040
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2041
+ "description": "Google Analytics integration for Nuxt",
1908
2042
  "repo": "johannschopplich/nuxt-gtag",
1909
2043
  "npm": "nuxt-gtag",
1910
2044
  "icon": "gtag.svg",
@@ -1928,7 +2062,7 @@
1928
2062
  },
1929
2063
  {
1930
2064
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2065
+ "description": "Google Tag Manager Module for Nuxt",
1932
2066
  "repo": "nuxt-community/gtm-module",
1933
2067
  "npm": "@nuxtjs/gtm",
1934
2068
  "icon": "gtm.png",
@@ -1951,7 +2085,7 @@
1951
2085
  },
1952
2086
  {
1953
2087
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2088
+ "description": "Guess.js module for Nuxt",
1955
2089
  "repo": "nuxt-community/guess-module",
1956
2090
  "npm": "@nuxtjs/guess-module",
1957
2091
  "icon": "guessjs.png",
@@ -2063,7 +2197,7 @@
2063
2197
  },
2064
2198
  {
2065
2199
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2200
+ "description": "Easy Helmet module with Nuxt'",
2067
2201
  "repo": "victor-perez/nuxt-helmet",
2068
2202
  "npm": "nuxt-helmet",
2069
2203
  "icon": "",
@@ -2107,7 +2241,7 @@
2107
2241
  },
2108
2242
  {
2109
2243
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2244
+ "description": "Nuxt module to backup or restore historical states",
2111
2245
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2246
  "npm": "nuxt-history-state",
2113
2247
  "icon": "",
@@ -2176,7 +2310,7 @@
2176
2310
  },
2177
2311
  {
2178
2312
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2313
+ "description": "Universal HTTP Module for Nuxt",
2180
2314
  "repo": "nuxt/http",
2181
2315
  "npm": "@nuxt/http",
2182
2316
  "icon": "http.png",
@@ -2204,7 +2338,7 @@
2204
2338
  },
2205
2339
  {
2206
2340
  "name": "humans-txt",
2207
- "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.",
2341
+ "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.",
2208
2342
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2343
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2344
  "icon": "",
@@ -2228,11 +2362,11 @@
2228
2362
  {
2229
2363
  "name": "i18n",
2230
2364
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2365
+ "repo": "nuxt-modules/i18n",
2232
2366
  "npm": "@nuxtjs/i18n",
2233
2367
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2368
+ "github": "https://github.com/nuxt-modules/i18n",
2369
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2370
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2371
  "category": "Extensions",
2238
2372
  "type": "community",
@@ -2292,7 +2426,8 @@
2292
2426
  ],
2293
2427
  "compatibility": {
2294
2428
  "nuxt": "^3.0.0",
2295
- "requires": {}
2429
+ "requires": {},
2430
+ "devtools": "^0.0.0"
2296
2431
  }
2297
2432
  },
2298
2433
  {
@@ -2341,12 +2476,12 @@
2341
2476
  },
2342
2477
  {
2343
2478
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2479
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2480
  "repo": "nuxt/image",
2346
2481
  "npm": "@nuxt/image",
2347
2482
  "icon": "image.png",
2348
2483
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2484
+ "website": "https://image.nuxt.com",
2350
2485
  "learn_more": "",
2351
2486
  "category": "Images",
2352
2487
  "type": "official",
@@ -2356,6 +2491,11 @@
2356
2491
  "github": "farnabaz",
2357
2492
  "twitter": "a_birang"
2358
2493
  },
2494
+ {
2495
+ "name": "Daniel Roe",
2496
+ "github": "danielroe",
2497
+ "twitter": "danielcroe"
2498
+ },
2359
2499
  {
2360
2500
  "name": "Pooya Parsa",
2361
2501
  "github": "pi0",
@@ -2376,7 +2516,7 @@
2376
2516
  },
2377
2517
  {
2378
2518
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2519
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2520
  "repo": "nuxt-community/imagemin-module",
2381
2521
  "npm": "@nuxtjs/imagemin",
2382
2522
  "icon": "imagemin.png",
@@ -2423,7 +2563,7 @@
2423
2563
  },
2424
2564
  {
2425
2565
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2566
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2567
  "repo": "hex-digital/nuxt-intercom",
2428
2568
  "npm": "@hexdigital/nuxt-intercom",
2429
2569
  "icon": "intercom.png",
@@ -2468,7 +2608,7 @@
2468
2608
  },
2469
2609
  {
2470
2610
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2611
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2612
  "repo": "patrickcate/nuxt-jsonapi",
2473
2613
  "npm": "nuxt-jsonapi",
2474
2614
  "icon": "jsonapi.svg",
@@ -2510,9 +2650,36 @@
2510
2650
  "requires": {}
2511
2651
  }
2512
2652
  },
2653
+ {
2654
+ "name": "kinde",
2655
+ "description": "Kinde authentication integration for Nuxt",
2656
+ "repo": "nuxt-modules/kinde",
2657
+ "npm": "@nuxtjs/kinde",
2658
+ "icon": "kinde.svg",
2659
+ "github": "https://github.com/nuxt-modules/kinde",
2660
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2661
+ "learn_more": "https://kinde.com/",
2662
+ "category": "Security",
2663
+ "type": "community",
2664
+ "maintainers": [
2665
+ {
2666
+ "name": "danielroe",
2667
+ "github": "danielroe"
2668
+ },
2669
+ {
2670
+ "name": "daveordead",
2671
+ "github": "DaveOrDead",
2672
+ "twitter": "dave_or_dead"
2673
+ }
2674
+ ],
2675
+ "compatibility": {
2676
+ "nuxt": "^3.0.0",
2677
+ "requires": {}
2678
+ }
2679
+ },
2513
2680
  {
2514
2681
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2682
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2683
  "repo": "johannschopplich/nuxt-kql",
2517
2684
  "npm": "nuxt-kql",
2518
2685
  "icon": "kql.svg",
@@ -2536,7 +2703,7 @@
2536
2703
  },
2537
2704
  {
2538
2705
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2706
+ "description": "Laravel Echo for Nuxt",
2540
2707
  "repo": "nuxt-community/laravel-echo",
2541
2708
  "npm": "@nuxtjs/laravel-echo",
2542
2709
  "icon": "laravel-echo.png",
@@ -2624,13 +2791,13 @@
2624
2791
  },
2625
2792
  {
2626
2793
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2794
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2628
2795
  "repo": "harlan-zw/nuxt-link-checker",
2629
2796
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2797
+ "icon": "link-checker.svg",
2631
2798
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2799
+ "website": "https://nuxtseo.com/link-checker",
2800
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2801
  "category": "SEO",
2635
2802
  "type": "3rd-party",
2636
2803
  "maintainers": [
@@ -2643,7 +2810,8 @@
2643
2810
  ],
2644
2811
  "compatibility": {
2645
2812
  "nuxt": "^3.0.0",
2646
- "requires": {}
2813
+ "requires": {},
2814
+ "devtools": "^0.0.0"
2647
2815
  }
2648
2816
  },
2649
2817
  {
@@ -2720,12 +2888,12 @@
2720
2888
  },
2721
2889
  {
2722
2890
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
2891
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2892
+ "repo": "nuxt-modules/logrocket",
2725
2893
  "npm": "nuxt-logrocket",
2726
2894
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2895
+ "github": "https://github.com/nuxt-modules/logrocket",
2896
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
2897
  "learn_more": "https://docs.logrocket.com/docs",
2730
2898
  "category": "Monitoring",
2731
2899
  "type": "community",
@@ -2741,9 +2909,35 @@
2741
2909
  "requires": {}
2742
2910
  }
2743
2911
  },
2912
+ {
2913
+ "name": "lucide-icons",
2914
+ "description": "Nuxt module to integrate Lucide icons",
2915
+ "repo": "swisnl/nuxt-lucide-icons",
2916
+ "npm": "nuxt-lucide-icons",
2917
+ "icon": "lucide-icons.svg",
2918
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2919
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2920
+ "learn_more": "",
2921
+ "category": "UI",
2922
+ "type": "3rd-party",
2923
+ "maintainers": [
2924
+ {
2925
+ "name": "SWIS",
2926
+ "github": "swisnl"
2927
+ },
2928
+ {
2929
+ "name": "Jasper Zonneveld",
2930
+ "github": "JaZo"
2931
+ }
2932
+ ],
2933
+ "compatibility": {
2934
+ "nuxt": "^3.0.0",
2935
+ "requires": {}
2936
+ }
2937
+ },
2744
2938
  {
2745
2939
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2940
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
2941
  "repo": "nuxt-community/lunr-module",
2748
2942
  "npm": "@nuxtjs/lunr-module",
2749
2943
  "icon": "",
@@ -2831,6 +3025,28 @@
2831
3025
  "requires": {}
2832
3026
  }
2833
3027
  },
3028
+ {
3029
+ "name": "maz-ui",
3030
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3031
+ "repo": "louismazel/maz-ui",
3032
+ "npm": "maz-ui",
3033
+ "icon": "maz-ui.png",
3034
+ "github": "https://github.com/louismazel/maz-ui",
3035
+ "website": "https://louismazel.github.io/maz-ui-3/",
3036
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3037
+ "category": "UI",
3038
+ "type": "community",
3039
+ "maintainers": [
3040
+ {
3041
+ "name": "Loïc Mazuel",
3042
+ "github": "LouisMazel"
3043
+ }
3044
+ ],
3045
+ "compatibility": {
3046
+ "nuxt": "^3.0.0",
3047
+ "requires": {}
3048
+ }
3049
+ },
2834
3050
  {
2835
3051
  "name": "mdx",
2836
3052
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3072,7 @@
2856
3072
  },
2857
3073
  {
2858
3074
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3075
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3076
  "repo": "Baroshem/nuxt-medusa",
2861
3077
  "npm": "nuxt-medusa",
2862
3078
  "icon": "medusa.svg",
@@ -2881,7 +3097,7 @@
2881
3097
  },
2882
3098
  {
2883
3099
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3100
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3101
  "repo": "xlanex6/nuxt-meilisearch",
2886
3102
  "npm": "nuxt-meilisearch",
2887
3103
  "icon": "meilisearch.svg",
@@ -2901,7 +3117,8 @@
2901
3117
  "nuxt": "^3.0.0",
2902
3118
  "requires": {
2903
3119
  "bridge": false
2904
- }
3120
+ },
3121
+ "devtools": "^0.0.0"
2905
3122
  }
2906
3123
  },
2907
3124
  {
@@ -2973,7 +3190,7 @@
2973
3190
  },
2974
3191
  {
2975
3192
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3193
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3194
  "repo": "nuxt-community/moment-module",
2978
3195
  "npm": "@nuxtjs/moment",
2979
3196
  "icon": "momentjs.png",
@@ -3000,7 +3217,7 @@
3000
3217
  },
3001
3218
  {
3002
3219
  "name": "mq",
3003
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3220
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
3221
  "repo": "vanhoofmaarten/nuxt-mq",
3005
3222
  "npm": "nuxt-mq",
3006
3223
  "icon": "",
@@ -3044,7 +3261,7 @@
3044
3261
  },
3045
3262
  {
3046
3263
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3264
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3265
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3266
  "npm": "nuxt-netlify-cache",
3050
3267
  "icon": "netlify.png",
@@ -3089,7 +3306,7 @@
3089
3306
  },
3090
3307
  {
3091
3308
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3309
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3093
3310
  "repo": "bazzite/nuxt-netlify",
3094
3311
  "npm": "@aceforth/nuxt-netlify",
3095
3312
  "icon": "netlify.png",
@@ -3182,30 +3399,74 @@
3182
3399
  }
3183
3400
  },
3184
3401
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3402
+ "name": "nuxt-anchorscroll",
3403
+ "description": "Scroll to top and to anchor support for Nuxt",
3404
+ "repo": "helltraitor/nuxt-anchorscroll",
3405
+ "npm": "nuxt-anchorscroll",
3189
3406
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3407
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3408
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3409
  "learn_more": "",
3193
- "category": "Devtools",
3410
+ "category": "UI",
3194
3411
  "type": "3rd-party",
3195
3412
  "maintainers": [
3196
3413
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3414
+ "name": "Helltraitor",
3415
+ "github": "helltraitor"
3199
3416
  }
3200
3417
  ],
3201
3418
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3419
+ "nuxt": "^3.0.0",
3420
+ "requires": {}
3421
+ }
3422
+ },
3423
+ {
3424
+ "name": "nuxt-basic-auth",
3425
+ "description": "Nuxt Module for Basic Authentication",
3426
+ "repo": "kgierke/nuxt-basic-auth",
3427
+ "npm": "@kgierke/nuxt-basic-auth",
3428
+ "icon": "",
3429
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3430
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3431
+ "learn_more": "",
3432
+ "category": "Security",
3433
+ "type": "3rd-party",
3434
+ "maintainers": [
3435
+ {
3436
+ "name": "kgierke",
3437
+ "github": "kgierke"
3438
+ }
3439
+ ],
3440
+ "compatibility": {
3441
+ "nuxt": "^3.0.0",
3442
+ "requires": {}
3443
+ }
3444
+ },
3445
+ {
3446
+ "name": "nuxt-bootstrap-icons",
3447
+ "description": "Just a simple integration for Bootstrap Icons",
3448
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3449
+ "npm": "nuxt-bootstrap-icons",
3450
+ "icon": "bootstrap-icons.svg",
3451
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3452
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3453
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3454
+ "category": "UI",
3455
+ "type": "3rd-party",
3456
+ "maintainers": [
3457
+ {
3458
+ "name": "OyewoleOyedeji",
3459
+ "github": "OyewoleOyedeji"
3460
+ }
3461
+ ],
3462
+ "compatibility": {
3463
+ "nuxt": "^3.0.0",
3203
3464
  "requires": {}
3204
3465
  }
3205
3466
  },
3206
3467
  {
3207
3468
  "name": "nuxt-chatgpt",
3208
- "description": "ChatGPT integration for Nuxt 3",
3469
+ "description": "ChatGPT integration for Nuxt",
3209
3470
  "repo": "schnapsterdog/nuxt-chatgpt",
3210
3471
  "npm": "nuxt-chatgpt",
3211
3472
  "icon": "chatgpt.svg",
@@ -3225,6 +3486,54 @@
3225
3486
  "requires": {}
3226
3487
  }
3227
3488
  },
3489
+ {
3490
+ "name": "nuxt-facebook-chat",
3491
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3492
+ "repo": "superdev-tech/nuxt-facebook-chat",
3493
+ "npm": "nuxt-facebook-chat",
3494
+ "icon": "nuxt-facebook-chat.svg",
3495
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3496
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3497
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3498
+ "category": "Libraries",
3499
+ "type": "3rd-party",
3500
+ "maintainers": [
3501
+ {
3502
+ "name": "Supanut Dokmaithong",
3503
+ "github": "Boomgeek"
3504
+ },
3505
+ {
3506
+ "name": "superdev-tech",
3507
+ "github": "superdev-tech"
3508
+ }
3509
+ ],
3510
+ "compatibility": {
3511
+ "nuxt": "^3.0.0",
3512
+ "requires": {}
3513
+ }
3514
+ },
3515
+ {
3516
+ "name": "nuxt-feedme",
3517
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3518
+ "repo": "helltraitor/nuxt-feedme",
3519
+ "npm": "nuxt-feedme",
3520
+ "icon": "",
3521
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3522
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3523
+ "learn_more": "",
3524
+ "category": "SEO",
3525
+ "type": "3rd-party",
3526
+ "maintainers": [
3527
+ {
3528
+ "name": "Helltraitor",
3529
+ "github": "helltraitor"
3530
+ }
3531
+ ],
3532
+ "compatibility": {
3533
+ "nuxt": "^3.0.0",
3534
+ "requires": {}
3535
+ }
3536
+ },
3228
3537
  {
3229
3538
  "name": "nuxt-graphql-middleware",
3230
3539
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3278,7 +3587,7 @@
3278
3587
  },
3279
3588
  {
3280
3589
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3590
+ "description": "A Nuxt module for Google Tag Manager",
3282
3591
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3592
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3593
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3604,8 @@
3295
3604
  ],
3296
3605
  "compatibility": {
3297
3606
  "nuxt": "^3.0.0",
3298
- "requires": {}
3607
+ "requires": {},
3608
+ "devtools": "^0.0.0"
3299
3609
  }
3300
3610
  },
3301
3611
  {
@@ -3322,6 +3632,28 @@
3322
3632
  }
3323
3633
  }
3324
3634
  },
3635
+ {
3636
+ "name": "nuxt-jsonld",
3637
+ "description": "Manage JSON-LD in Vue component.",
3638
+ "repo": "ymmooot/nuxt-jsonld",
3639
+ "npm": "nuxt-jsonld",
3640
+ "icon": "",
3641
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3642
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3643
+ "learn_more": "",
3644
+ "category": "SEO",
3645
+ "type": "3rd-party",
3646
+ "maintainers": [
3647
+ {
3648
+ "name": "ymmooot",
3649
+ "github": "ymmooot"
3650
+ }
3651
+ ],
3652
+ "compatibility": {
3653
+ "nuxt": "^3.0.0",
3654
+ "requires": {}
3655
+ }
3656
+ },
3325
3657
  {
3326
3658
  "name": "nuxt-localtunnel",
3327
3659
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3347,7 +3679,7 @@
3347
3679
  },
3348
3680
  {
3349
3681
  "name": "nuxt-loco",
3350
- "description": "A localise.biz module to synth locale with Nuxt.js",
3682
+ "description": "A localise.biz module to synth locale with Nuxt",
3351
3683
  "repo": "gaetansenn/nuxt-loco",
3352
3684
  "npm": "nuxt-loco",
3353
3685
  "icon": "",
@@ -3368,6 +3700,28 @@
3368
3700
  "requires": {}
3369
3701
  }
3370
3702
  },
3703
+ {
3704
+ "name": "nuxt-mail",
3705
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3706
+ "repo": "dword-design/nuxt-mail",
3707
+ "npm": "nuxt-mail",
3708
+ "icon": "",
3709
+ "github": "https://github.com/dword-design/nuxt-mail",
3710
+ "website": "https://github.com/dword-design/nuxt-mail",
3711
+ "learn_more": "",
3712
+ "category": "Extensions",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "Sebastian Landwehr",
3717
+ "github": "dword-design"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^2.0.0 || ^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3371
3725
  {
3372
3726
  "name": "nuxt-mapbox",
3373
3727
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3390,6 +3744,28 @@
3390
3744
  "requires": {}
3391
3745
  }
3392
3746
  },
3747
+ {
3748
+ "name": "nuxt-mdi",
3749
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3750
+ "repo": "ERPedersen/nuxt-mdi",
3751
+ "npm": "nuxt-mdi",
3752
+ "icon": "mdi.png",
3753
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3754
+ "website": "https://nuxt-mdi.emilrosenius.com",
3755
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3756
+ "category": "Libraries",
3757
+ "type": "3rd-party",
3758
+ "maintainers": [
3759
+ {
3760
+ "name": "Emil Rosenius",
3761
+ "github": "ERPedersen"
3762
+ }
3763
+ ],
3764
+ "compatibility": {
3765
+ "nuxt": "^3.0.0",
3766
+ "requires": {}
3767
+ }
3768
+ },
3393
3769
  {
3394
3770
  "name": "nuxt-monaco-editor",
3395
3771
  "description": "Integrate monaco-editor with Nuxt",
@@ -3414,7 +3790,7 @@
3414
3790
  },
3415
3791
  {
3416
3792
  "name": "nuxt-mongoose",
3417
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3793
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3418
3794
  "repo": "arashsheyda/nuxt-mongoose",
3419
3795
  "npm": "nuxt-mongoose",
3420
3796
  "icon": "nuxt-mongoose.svg",
@@ -3431,19 +3807,43 @@
3431
3807
  ],
3432
3808
  "compatibility": {
3433
3809
  "nuxt": "^3.0.0",
3434
- "requires": {}
3810
+ "requires": {},
3811
+ "devtools": "^0.0.0"
3435
3812
  }
3436
3813
  },
3437
3814
  {
3438
- "name": "nuxt-pdf",
3439
- "description": "Zero-boilerplate PDF exports of your Pages and Components",
3440
- "repo": "sidebase/nuxt-pdf",
3441
- "npm": "@sidebase/nuxt-pdf",
3442
- "icon": "nuxt-pdf.png",
3443
- "github": "https://github.com/sidebase/nuxt-pdf",
3444
- "website": "https://sidebase.io/nuxt-pdf",
3445
- "learn_more": "https://github.com/sidebase",
3446
- "category": "Extensions",
3815
+ "name": "nuxt-payload-analyzer",
3816
+ "description": "Analyze Nuxt Payload Size",
3817
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3818
+ "npm": "nuxt-payload-analyzer",
3819
+ "icon": "",
3820
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3821
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3822
+ "learn_more": "",
3823
+ "category": "Performance",
3824
+ "type": "3rd-party",
3825
+ "maintainers": [
3826
+ {
3827
+ "name": "Barbapapazes",
3828
+ "github": "Barbapapazes",
3829
+ "twitter": "soubiran_"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-pdf",
3839
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3840
+ "repo": "sidebase/nuxt-pdf",
3841
+ "npm": "@sidebase/nuxt-pdf",
3842
+ "icon": "nuxt-pdf.png",
3843
+ "github": "https://github.com/sidebase/nuxt-pdf",
3844
+ "website": "https://sidebase.io/nuxt-pdf",
3845
+ "learn_more": "https://github.com/sidebase",
3846
+ "category": "Extensions",
3447
3847
  "type": "3rd-party",
3448
3848
  "maintainers": [
3449
3849
  {
@@ -3457,6 +3857,28 @@
3457
3857
  "requires": {}
3458
3858
  }
3459
3859
  },
3860
+ {
3861
+ "name": "nuxt-phosphor-icons",
3862
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3863
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3864
+ "npm": "nuxt-phosphor-icons",
3865
+ "icon": "phosphor-icons.svg",
3866
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3867
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3868
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3869
+ "category": "UI",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "OyewoleOyedeji",
3874
+ "github": "OyewoleOyedeji"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3460
3882
  {
3461
3883
  "name": "nuxt-pino-log",
3462
3884
  "description": "Structured logs for nuxt apps using pino",
@@ -3481,7 +3903,7 @@
3481
3903
  },
3482
3904
  {
3483
3905
  "name": "plausible",
3484
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3906
+ "description": "Nuxt module to natively integrate Plausible analytics",
3485
3907
  "repo": "nuxt-modules/plausible",
3486
3908
  "npm": "@nuxtjs/plausible",
3487
3909
  "icon": "plausible.png",
@@ -3501,9 +3923,35 @@
3501
3923
  "requires": {}
3502
3924
  }
3503
3925
  },
3926
+ {
3927
+ "name": "nuxt-plotly",
3928
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3929
+ "repo": "superdev-tech/nuxt-plotly",
3930
+ "npm": "nuxt-plotly",
3931
+ "icon": "nuxt-plotly.svg",
3932
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3933
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3934
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3935
+ "category": "Libraries",
3936
+ "type": "3rd-party",
3937
+ "maintainers": [
3938
+ {
3939
+ "name": "Supanut Dokmaithong",
3940
+ "github": "Boomgeek"
3941
+ },
3942
+ {
3943
+ "name": "superdev-tech",
3944
+ "github": "superdev-tech"
3945
+ }
3946
+ ],
3947
+ "compatibility": {
3948
+ "nuxt": "^3.0.0",
3949
+ "requires": {}
3950
+ }
3951
+ },
3504
3952
  {
3505
3953
  "name": "nuxt-png-to-ico",
3506
- "description": "Nuxt.js module for auto generating favicons",
3954
+ "description": "Nuxt module for auto generating favicons",
3507
3955
  "repo": "b5710546232/nuxt-png-to-ico",
3508
3956
  "npm": "nuxt-png-to-ico",
3509
3957
  "icon": "",
@@ -3526,7 +3974,7 @@
3526
3974
  },
3527
3975
  {
3528
3976
  "name": "nuxt-smartlook",
3529
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
3977
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3530
3978
  "repo": "f00b4r/nuxt-smartlook",
3531
3979
  "npm": "nuxt-smartlook",
3532
3980
  "icon": "nuxt-smartlook.png",
@@ -3548,6 +3996,28 @@
3548
3996
  "requires": {}
3549
3997
  }
3550
3998
  },
3999
+ {
4000
+ "name": "nuxt-social-share",
4001
+ "description": "Simple Social Sharing for Nuxt",
4002
+ "repo": "stefanobartoletti/nuxt-social-share",
4003
+ "npm": "@stefanobartoletti/nuxt-social-share",
4004
+ "icon": "nuxt-social-share.png",
4005
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4006
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4007
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4008
+ "category": "Extensions",
4009
+ "type": "3rd-party",
4010
+ "maintainers": [
4011
+ {
4012
+ "name": "stefanobartoletti",
4013
+ "github": "stefanobartoletti"
4014
+ }
4015
+ ],
4016
+ "compatibility": {
4017
+ "nuxt": "^3.0.0",
4018
+ "requires": {}
4019
+ }
4020
+ },
3551
4021
  {
3552
4022
  "name": "ssr-lit",
3553
4023
  "description": "Server-Side Rendering for Lit Element components",
@@ -3578,7 +4048,7 @@
3578
4048
  },
3579
4049
  {
3580
4050
  "name": "nuxt-storm",
3581
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4051
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3582
4052
  "repo": "fumeapp/nuxt-storm",
3583
4053
  "npm": "nuxt-storm",
3584
4054
  "icon": "nuxt-storm.png",
@@ -3622,7 +4092,7 @@
3622
4092
  },
3623
4093
  {
3624
4094
  "name": "nuxt-unleash",
3625
- "description": "Nuxt.js module to use Unleash toggle feature services",
4095
+ "description": "Nuxt module to use Unleash toggle feature services",
3626
4096
  "repo": "conejerock/nuxt-unleash",
3627
4097
  "npm": "nuxt-unleash",
3628
4098
  "icon": "nuxt-unleash.svg",
@@ -3713,12 +4183,12 @@
3713
4183
  {
3714
4184
  "name": "nuxt-vue3-google-signin",
3715
4185
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3716
- "repo": "syetalabs/nuxt-vue3-google-signin",
4186
+ "repo": "wavezync/nuxt-vue3-google-signin",
3717
4187
  "npm": "nuxt-vue3-google-signin",
3718
4188
  "icon": "vue3-google-signin.svg",
3719
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3720
- "website": "https://vue3-google-signin.syetalabs.io",
3721
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4189
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4190
+ "website": "https://vue3-google-signin.wavezync.com",
4191
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3722
4192
  "category": "Libraries",
3723
4193
  "type": "3rd-party",
3724
4194
  "maintainers": [
@@ -3734,7 +4204,7 @@
3734
4204
  },
3735
4205
  {
3736
4206
  "name": "nuxt-vuetify",
3737
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4207
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3738
4208
  "repo": "invictus-codes/nuxt-vuetify",
3739
4209
  "npm": "@invictus.codes/nuxt-vuetify",
3740
4210
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3754,9 +4224,31 @@
3754
4224
  "requires": {}
3755
4225
  }
3756
4226
  },
4227
+ {
4228
+ "name": "nuxt3-leaflet",
4229
+ "description": "Leaflet integration with Nuxt",
4230
+ "repo": "Gugustinette/Nuxt-Leaflet",
4231
+ "npm": "nuxt3-leaflet",
4232
+ "icon": "leaflet.png",
4233
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4234
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4235
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4236
+ "category": "Libraries",
4237
+ "type": "3rd-party",
4238
+ "maintainers": [
4239
+ {
4240
+ "name": "Augustin MERCIER",
4241
+ "github": "Gugustinette"
4242
+ }
4243
+ ],
4244
+ "compatibility": {
4245
+ "nuxt": "^3.0.0",
4246
+ "requires": {}
4247
+ }
4248
+ },
3757
4249
  {
3758
4250
  "name": "nuxt7",
3759
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4251
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3760
4252
  "repo": "nuxt-community/nuxt7",
3761
4253
  "npm": "nuxt7",
3762
4254
  "icon": "",
@@ -3777,38 +4269,15 @@
3777
4269
  "requires": {}
3778
4270
  }
3779
4271
  },
3780
- {
3781
- "name": "nuxtlabs-ui",
3782
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3783
- "repo": "nuxtlabs/ui",
3784
- "npm": "@nuxthq/ui",
3785
- "icon": "nuxtlabs-ui.svg",
3786
- "github": "https://github.com/nuxtlabs/ui",
3787
- "website": "https://ui.nuxtlabs.com",
3788
- "learn_more": "https://ui.nuxtlabs.com",
3789
- "category": "UI",
3790
- "type": "3rd-party",
3791
- "maintainers": [
3792
- {
3793
- "name": "Benjamin Canac",
3794
- "github": "benjamincanac",
3795
- "twitter": "benjamincanac"
3796
- }
3797
- ],
3798
- "compatibility": {
3799
- "nuxt": "^3.0.0",
3800
- "requires": {}
3801
- }
3802
- },
3803
4272
  {
3804
4273
  "name": "og-image",
3805
- "description": "Easily generate dynamic social share images.",
4274
+ "description": "Enlightened runtime images generated with Vue templates.",
3806
4275
  "repo": "harlan-zw/nuxt-og-image",
3807
4276
  "npm": "nuxt-og-image",
3808
- "icon": "",
4277
+ "icon": "og-image.svg",
3809
4278
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3810
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3811
- "learn_more": "",
4279
+ "website": "https://nuxtseo.com/og-image",
4280
+ "learn_more": "https://nuxtseo.com/og-image",
3812
4281
  "category": "SEO",
3813
4282
  "type": "3rd-party",
3814
4283
  "maintainers": [
@@ -3821,7 +4290,8 @@
3821
4290
  ],
3822
4291
  "compatibility": {
3823
4292
  "nuxt": "^3.0.0",
3824
- "requires": {}
4293
+ "requires": {},
4294
+ "devtools": "^0.0.0"
3825
4295
  }
3826
4296
  },
3827
4297
  {
@@ -3849,7 +4319,7 @@
3849
4319
  },
3850
4320
  {
3851
4321
  "name": "optimized-images",
3852
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4322
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3853
4323
  "repo": "juliomrqz/nuxt-optimized-images",
3854
4324
  "npm": "@aceforth/nuxt-optimized-images",
3855
4325
  "icon": "",
@@ -3894,7 +4364,7 @@
3894
4364
  },
3895
4365
  {
3896
4366
  "name": "parse",
3897
- "description": "Parse package for Nuxt.js",
4367
+ "description": "Parse package for Nuxt",
3898
4368
  "repo": "cierrateam/nuxt-parse",
3899
4369
  "npm": "nuxt-parse",
3900
4370
  "icon": "",
@@ -3914,6 +4384,29 @@
3914
4384
  "requires": {}
3915
4385
  }
3916
4386
  },
4387
+ {
4388
+ "name": "particles",
4389
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4390
+ "repo": "Joepocalyptic/nuxt-particles",
4391
+ "npm": "nuxt-particles",
4392
+ "icon": "",
4393
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4394
+ "website": "https://nuxt-particles.joeypereira.dev",
4395
+ "learn_more": "https://particles.js.org/",
4396
+ "category": "Libraries",
4397
+ "type": "3rd-party",
4398
+ "maintainers": [
4399
+ {
4400
+ "name": "Joey Pereira",
4401
+ "github": "Joepocalyptic",
4402
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4403
+ }
4404
+ ],
4405
+ "compatibility": {
4406
+ "nuxt": "^3.0.0",
4407
+ "requires": {}
4408
+ }
4409
+ },
3917
4410
  {
3918
4411
  "name": "partytown",
3919
4412
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4060,7 +4553,7 @@
4060
4553
  },
4061
4554
  {
4062
4555
  "name": "plausible",
4063
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4556
+ "description": "Nuxt module to natively integrate Plausible analytics",
4064
4557
  "repo": "nuxt-modules/plausible",
4065
4558
  "npm": "@nuxtjs/plausible",
4066
4559
  "icon": "",
@@ -4102,9 +4595,56 @@
4102
4595
  "requires": {}
4103
4596
  }
4104
4597
  },
4598
+ {
4599
+ "name": "prepare",
4600
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4601
+ "repo": "johannschopplich/nuxt-prepare",
4602
+ "npm": "nuxt-prepare",
4603
+ "icon": "prepare.svg",
4604
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4605
+ "website": "https://nuxt-prepare.jhnn.dev",
4606
+ "learn_more": "",
4607
+ "category": "Devtools",
4608
+ "type": "3rd-party",
4609
+ "maintainers": [
4610
+ {
4611
+ "name": "Johann Schopplich",
4612
+ "github": "johannschopplich",
4613
+ "twitter": "jschopplich",
4614
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4615
+ }
4616
+ ],
4617
+ "compatibility": {
4618
+ "nuxt": "^3.0.0",
4619
+ "requires": {}
4620
+ }
4621
+ },
4622
+ {
4623
+ "name": "primevue",
4624
+ "description": "Next Generation Vue UI Component Library",
4625
+ "repo": "primefaces/primevue-nuxt-module",
4626
+ "npm": "nuxt-primevue",
4627
+ "icon": "primevue.svg",
4628
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4629
+ "website": "https://primevue.org/",
4630
+ "learn_more": "https://primevue.org/",
4631
+ "category": "UI",
4632
+ "type": "3rd-party",
4633
+ "maintainers": [
4634
+ {
4635
+ "name": "primefaces",
4636
+ "github": "primefaces",
4637
+ "twitter": "primevue"
4638
+ }
4639
+ ],
4640
+ "compatibility": {
4641
+ "nuxt": "^3.0.0",
4642
+ "requires": {}
4643
+ }
4644
+ },
4105
4645
  {
4106
4646
  "name": "prismic",
4107
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4647
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4108
4648
  "repo": "nuxt-modules/prismic",
4109
4649
  "npm": "@nuxtjs/prismic",
4110
4650
  "icon": "prismic.png",
@@ -4171,7 +4711,7 @@
4171
4711
  },
4172
4712
  {
4173
4713
  "name": "proxy",
4174
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4714
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4175
4715
  "repo": "nuxt-community/proxy-module",
4176
4716
  "npm": "@nuxtjs/proxy",
4177
4717
  "icon": "",
@@ -4217,7 +4757,7 @@
4217
4757
  },
4218
4758
  {
4219
4759
  "name": "purgecss",
4220
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4760
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4221
4761
  "repo": "Developmint/nuxt-purgecss#main",
4222
4762
  "npm": "nuxt-purgecss",
4223
4763
  "icon": "purgecss.png",
@@ -4239,7 +4779,7 @@
4239
4779
  },
4240
4780
  {
4241
4781
  "name": "pwa",
4242
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4782
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4243
4783
  "repo": "nuxt-community/pwa-module",
4244
4784
  "npm": "@nuxtjs/pwa",
4245
4785
  "icon": "pwa.png",
@@ -4264,7 +4804,7 @@
4264
4804
  },
4265
4805
  {
4266
4806
  "name": "python",
4267
- "description": "Write Nuxt.js applications using Python",
4807
+ "description": "Write Nuxt applications using Python",
4268
4808
  "repo": "nuxt-community/python-module",
4269
4809
  "npm": "@nuxtjs/python",
4270
4810
  "icon": "python.png",
@@ -4301,6 +4841,64 @@
4301
4841
  "github": "Maiquu"
4302
4842
  }
4303
4843
  ],
4844
+ "compatibility": {
4845
+ "nuxt": "^3.0.0",
4846
+ "requires": {},
4847
+ "devtools": "^0.0.0"
4848
+ }
4849
+ },
4850
+ {
4851
+ "name": "radash",
4852
+ "description": "radash module with auto-import and custom prefix",
4853
+ "repo": "bbg/nuxt-radash",
4854
+ "npm": "nuxt-radash",
4855
+ "icon": "radash.png",
4856
+ "github": "https://github.com/bbg/nuxt-radash",
4857
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4858
+ "learn_more": "https://github.com/rayepps/radash/",
4859
+ "category": "Libraries",
4860
+ "type": "3rd-party",
4861
+ "maintainers": [
4862
+ {
4863
+ "name": "Batuhan Göksu",
4864
+ "github": "bbg"
4865
+ }
4866
+ ],
4867
+ "compatibility": {
4868
+ "nuxt": "^3.0.0",
4869
+ "requires": {}
4870
+ }
4871
+ },
4872
+ {
4873
+ "name": "radix-vue",
4874
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4875
+ "repo": "radix-vue/radix-vue",
4876
+ "npm": "radix-vue",
4877
+ "icon": "radix-vue.svg",
4878
+ "github": "https://github.com/radix-vue/radix-vue",
4879
+ "website": "https://www.radix-vue.com/",
4880
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4881
+ "category": "UI",
4882
+ "type": "3rd-party",
4883
+ "maintainers": [
4884
+ {
4885
+ "name": "Zernonia",
4886
+ "github": "zernonia",
4887
+ "twitter": "zernonia"
4888
+ },
4889
+ {
4890
+ "name": "Khairul Haaziq",
4891
+ "github": "khairulhaaziq"
4892
+ },
4893
+ {
4894
+ "name": "Mujahid Anuar",
4895
+ "github": "mujahidfa"
4896
+ },
4897
+ {
4898
+ "name": "Max",
4899
+ "github": "onmax"
4900
+ }
4901
+ ],
4304
4902
  "compatibility": {
4305
4903
  "nuxt": "^3.0.0",
4306
4904
  "requires": {}
@@ -4308,7 +4906,7 @@
4308
4906
  },
4309
4907
  {
4310
4908
  "name": "recaptcha",
4311
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4909
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4312
4910
  "repo": "nuxt-community/recaptcha-module",
4313
4911
  "npm": "@nuxtjs/recaptcha",
4314
4912
  "icon": "recaptcha.png",
@@ -4353,7 +4951,7 @@
4353
4951
  },
4354
4952
  {
4355
4953
  "name": "rfg-icon",
4356
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4954
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4357
4955
  "repo": "pimlie/nuxt-rfg-icon",
4358
4956
  "npm": "nuxt-rfg-icon",
4359
4957
  "icon": "real-favicon-generator.png",
@@ -4375,12 +4973,12 @@
4375
4973
  },
4376
4974
  {
4377
4975
  "name": "robots",
4378
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4379
- "repo": "nuxt-community/robots-module",
4976
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4977
+ "repo": "nuxt-modules/robots",
4380
4978
  "npm": "@nuxtjs/robots",
4381
4979
  "icon": "robots.png",
4382
- "github": "https://github.com/nuxt-community/robots-module",
4383
- "website": "https://github.com/nuxt-community/robots-module",
4980
+ "github": "https://github.com/nuxt-modules/robots",
4981
+ "website": "https://github.com/nuxt-modules/robots",
4384
4982
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4385
4983
  "category": "SEO",
4386
4984
  "type": "community",
@@ -4399,7 +4997,7 @@
4399
4997
  },
4400
4998
  {
4401
4999
  "name": "rollbar",
4402
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5000
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4403
5001
  "repo": "gaelreyrol/nuxt-rollbar-module",
4404
5002
  "npm": "nuxt-rollbar-module",
4405
5003
  "icon": "rollbar.png",
@@ -4444,7 +5042,7 @@
4444
5042
  },
4445
5043
  {
4446
5044
  "name": "router",
4447
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5045
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4448
5046
  "repo": "nuxt-community/router-module",
4449
5047
  "npm": "@nuxtjs/router",
4450
5048
  "icon": "vue.png",
@@ -4492,13 +5090,13 @@
4492
5090
  },
4493
5091
  {
4494
5092
  "name": "schema-org",
4495
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4496
- "repo": "vueuse/schema-org#main/packages/nuxt",
5093
+ "description": "Schema.org for Nuxt.",
5094
+ "repo": "harlan-zw/nuxt-schema-org",
4497
5095
  "npm": "nuxt-schema-org",
4498
5096
  "icon": "schema-org.svg",
4499
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4500
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4501
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5097
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5098
+ "website": "https://nuxtseo.com/schema-org",
5099
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4502
5100
  "category": "SEO",
4503
5101
  "type": "3rd-party",
4504
5102
  "maintainers": [
@@ -4561,7 +5159,7 @@
4561
5159
  },
4562
5160
  {
4563
5161
  "name": "segment",
4564
- "description": "Nuxt.js module for Segment Analytics.js",
5162
+ "description": "Nuxt module for Segment Analytics.js",
4565
5163
  "repo": "dansmaculotte/nuxt-segment",
4566
5164
  "npm": "@dansmaculotte/nuxt-segment",
4567
5165
  "icon": "segment.png",
@@ -4583,10 +5181,10 @@
4583
5181
  },
4584
5182
  {
4585
5183
  "name": "sentry",
4586
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5184
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4587
5185
  "repo": "nuxt-community/sentry-module",
4588
5186
  "npm": "@nuxtjs/sentry",
4589
- "icon": "sentry.png",
5187
+ "icon": "sentry.svg",
4590
5188
  "github": "https://github.com/nuxt-community/sentry-module",
4591
5189
  "website": "https://sentry.nuxtjs.org/",
4592
5190
  "learn_more": "https://sentry.io/welcome/",
@@ -4603,14 +5201,38 @@
4603
5201
  "requires": {}
4604
5202
  }
4605
5203
  },
5204
+ {
5205
+ "name": "seo-experiments",
5206
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5207
+ "repo": "harlan-zw/nuxt-seo-experiments",
5208
+ "npm": "nuxt-seo-experiments",
5209
+ "icon": "seo-experiments.svg",
5210
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5211
+ "website": "https://nuxtseo.com/experiments",
5212
+ "learn_more": "https://nuxtseo.com/experiments",
5213
+ "category": "SEO",
5214
+ "type": "3rd-party",
5215
+ "maintainers": [
5216
+ {
5217
+ "name": "Harlan Wilton",
5218
+ "github": "harlan-zw",
5219
+ "twitter": "harlan_zw",
5220
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5221
+ }
5222
+ ],
5223
+ "compatibility": {
5224
+ "nuxt": "^3.0.0",
5225
+ "requires": {}
5226
+ }
5227
+ },
4606
5228
  {
4607
5229
  "name": "seo-kit",
4608
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5230
+ "description": "The complete SEO solution for Nuxt.",
4609
5231
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4610
5232
  "npm": "nuxt-seo-kit",
4611
5233
  "icon": "seo-kit.svg",
4612
5234
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4613
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5235
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4614
5236
  "learn_more": "",
4615
5237
  "category": "SEO",
4616
5238
  "type": "3rd-party",
@@ -4650,7 +5272,7 @@
4650
5272
  },
4651
5273
  {
4652
5274
  "name": "seomatic-meta",
4653
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5275
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4654
5276
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4655
5277
  "npm": "nuxt-seomatic-meta",
4656
5278
  "icon": "seomatic.png",
@@ -4693,6 +5315,29 @@
4693
5315
  "requires": {}
4694
5316
  }
4695
5317
  },
5318
+ {
5319
+ "name": "server-block",
5320
+ "description": "Use <server> tags in your Nuxt pages components.",
5321
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5322
+ "npm": "@hebilicious/server-block-nuxt",
5323
+ "icon": "server-block.svg",
5324
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5325
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5326
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5327
+ "category": "Extensions",
5328
+ "type": "3rd-party",
5329
+ "maintainers": [
5330
+ {
5331
+ "name": "Hebilicious",
5332
+ "github": "Hebilicious",
5333
+ "twitter": "its_hebilicious"
5334
+ }
5335
+ ],
5336
+ "compatibility": {
5337
+ "nuxt": "^3.0.0",
5338
+ "requires": {}
5339
+ }
5340
+ },
4696
5341
  {
4697
5342
  "name": "session",
4698
5343
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4718,7 +5363,7 @@
4718
5363
  },
4719
5364
  {
4720
5365
  "name": "shopify",
4721
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5366
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4722
5367
  "repo": "Gomah/nuxt-shopify",
4723
5368
  "npm": "nuxt-shopify",
4724
5369
  "icon": "shopify.png",
@@ -4739,7 +5384,7 @@
4739
5384
  }
4740
5385
  },
4741
5386
  {
4742
- "name": "nuxt-auth",
5387
+ "name": "sidebase-auth",
4743
5388
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4744
5389
  "repo": "sidebase/nuxt-auth",
4745
5390
  "npm": "@sidebase/nuxt-auth",
@@ -4785,13 +5430,13 @@
4785
5430
  },
4786
5431
  {
4787
5432
  "name": "simple-robots",
4788
- "description": "Simply manage the robots crawling your Nuxt app.",
5433
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4789
5434
  "repo": "harlan-zw/nuxt-simple-robots",
4790
5435
  "npm": "nuxt-simple-robots",
4791
- "icon": "",
5436
+ "icon": "simple-robots.svg",
4792
5437
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4793
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4794
- "learn_more": "",
5438
+ "website": "https://nuxtseo.com/robots",
5439
+ "learn_more": "https://nuxtseo.com/robots",
4795
5440
  "category": "SEO",
4796
5441
  "type": "3rd-party",
4797
5442
  "maintainers": [
@@ -4809,13 +5454,13 @@
4809
5454
  },
4810
5455
  {
4811
5456
  "name": "simple-sitemap",
4812
- "description": "Simple, minimal sitemap.xml generation.",
5457
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4813
5458
  "repo": "harlan-zw/nuxt-simple-sitemap",
4814
5459
  "npm": "nuxt-simple-sitemap",
4815
- "icon": "",
5460
+ "icon": "simple-sitemap.svg",
4816
5461
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4817
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4818
- "learn_more": "",
5462
+ "website": "https://nuxtseo.com/simple-sitemap",
5463
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4819
5464
  "category": "SEO",
4820
5465
  "type": "3rd-party",
4821
5466
  "maintainers": [
@@ -4833,7 +5478,7 @@
4833
5478
  },
4834
5479
  {
4835
5480
  "name": "sitemap",
4836
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5481
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4837
5482
  "repo": "nuxt-community/sitemap-module#dev",
4838
5483
  "npm": "@nuxtjs/sitemap",
4839
5484
  "icon": "",
@@ -4878,7 +5523,7 @@
4878
5523
  },
4879
5524
  {
4880
5525
  "name": "snipcart",
4881
- "description": "Snipcart integration module for Nuxt.js",
5526
+ "description": "Snipcart integration module for Nuxt",
4882
5527
  "repo": "nuxt-modules/snipcart",
4883
5528
  "npm": "@nuxtjs/snipcart",
4884
5529
  "icon": "snipcart.png",
@@ -4901,7 +5546,7 @@
4901
5546
  },
4902
5547
  {
4903
5548
  "name": "social-meta",
4904
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5549
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4905
5550
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4906
5551
  "npm": "nuxt-social-meta",
4907
5552
  "icon": "",
@@ -5023,7 +5668,7 @@
5023
5668
  },
5024
5669
  {
5025
5670
  "name": "storage",
5026
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5671
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5027
5672
  "repo": "mazipan/nuxt-storage",
5028
5673
  "npm": "nuxt-storage",
5029
5674
  "icon": "",
@@ -5045,7 +5690,7 @@
5045
5690
  },
5046
5691
  {
5047
5692
  "name": "storefront-ui",
5048
- "description": "Storefront UI Module for Nuxt.js",
5693
+ "description": "Storefront UI Module for Nuxt",
5049
5694
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5050
5695
  "npm": "@storefront-ui/nuxt",
5051
5696
  "icon": "storefront-ui.svg",
@@ -5089,7 +5734,7 @@
5089
5734
  },
5090
5735
  {
5091
5736
  "name": "storyblok",
5092
- "description": "Storyblok Nuxt.js module",
5737
+ "description": "Storyblok Nuxt module",
5093
5738
  "repo": "storyblok/storyblok-nuxt#master/lib",
5094
5739
  "npm": "@storyblok/nuxt",
5095
5740
  "icon": "storyblok.png",
@@ -5106,46 +5751,43 @@
5106
5751
  ],
5107
5752
  "compatibility": {
5108
5753
  "nuxt": "^2.0.0 || ^3.0.0",
5109
- "requires": {}
5754
+ "requires": {},
5755
+ "devtools": "^0.0.0"
5110
5756
  }
5111
5757
  },
5112
5758
  {
5113
5759
  "name": "storybook",
5114
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5115
- "repo": "nuxt-community/storybook",
5760
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5761
+ "repo": "nuxt-modules/storybook",
5116
5762
  "npm": "@nuxtjs/storybook",
5117
5763
  "icon": "storybook.png",
5118
- "github": "https://github.com/nuxt-community/storybook",
5764
+ "github": "https://github.com/nuxt-modules/storybook",
5119
5765
  "website": "https://storybook.nuxtjs.org",
5120
- "learn_more": "https://storybook.js.org/",
5766
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5121
5767
  "category": "Devtools",
5122
5768
  "type": "community",
5123
5769
  "maintainers": [
5124
5770
  {
5125
- "name": "Ahad Birang",
5126
- "github": "farnabaz",
5127
- "twitter": "a_birang"
5128
- },
5129
- {
5130
- "name": "Pooya Parsa",
5131
- "github": "pi0",
5132
- "twitter": "_pi0_"
5771
+ "name": "Chakir QATAB",
5772
+ "github": "chakAs3",
5773
+ "twitter": "ChakirQatab"
5133
5774
  }
5134
5775
  ],
5135
5776
  "compatibility": {
5136
- "nuxt": "^2.0.0",
5777
+ "nuxt": "^2.0.0 || ^3.0.0",
5137
5778
  "requires": {
5138
5779
  "bridge": "optional"
5139
- }
5780
+ },
5781
+ "devtools": "^0.7.2"
5140
5782
  }
5141
5783
  },
5142
5784
  {
5143
5785
  "name": "strapi",
5144
5786
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5145
- "repo": "nuxt-community/strapi-module",
5787
+ "repo": "nuxt-modules/strapi",
5146
5788
  "npm": "@nuxtjs/strapi",
5147
5789
  "icon": "strapi.png",
5148
- "github": "https://github.com/nuxt-community/strapi-module",
5790
+ "github": "https://github.com/nuxt-modules/strapi",
5149
5791
  "website": "https://strapi.nuxtjs.org",
5150
5792
  "learn_more": "https://strapi.io/",
5151
5793
  "category": "CMS",
@@ -5166,7 +5808,8 @@
5166
5808
  "nuxt": "^2.0.0 || ^3.0.0",
5167
5809
  "requires": {
5168
5810
  "bridge": true
5169
- }
5811
+ },
5812
+ "devtools": "^0.0.0"
5170
5813
  }
5171
5814
  },
5172
5815
  {
@@ -5217,6 +5860,36 @@
5217
5860
  "requires": {}
5218
5861
  }
5219
5862
  },
5863
+ {
5864
+ "name": "studio",
5865
+ "description": "A new experience to build content-driven website with Nuxt.",
5866
+ "repo": "nuxtlabs/studio-module",
5867
+ "npm": "@nuxthq/studio",
5868
+ "icon": "studio.svg",
5869
+ "github": "https://github.com/nuxtlabs/studio-module",
5870
+ "website": "https://nuxt.studio",
5871
+ "learn_more": "https://nuxt.studio",
5872
+ "category": "CMS",
5873
+ "type": "3rd-party",
5874
+ "maintainers": [
5875
+ {
5876
+ "name": "Ahad Birang",
5877
+ "github": "farnabaz",
5878
+ "twitter": "a_birang"
5879
+ },
5880
+ {
5881
+ "name": "Sébastien Chopin",
5882
+ "github": "Atinux",
5883
+ "twitter": "Atinux"
5884
+ }
5885
+ ],
5886
+ "compatibility": {
5887
+ "nuxt": "^3.0.0",
5888
+ "requires": {
5889
+ "content": true
5890
+ }
5891
+ }
5892
+ },
5220
5893
  {
5221
5894
  "name": "style-resources",
5222
5895
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5242,7 +5915,7 @@
5242
5915
  },
5243
5916
  {
5244
5917
  "name": "stylelint",
5245
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5918
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5246
5919
  "repo": "nuxt-community/stylelint-module",
5247
5920
  "npm": "@nuxtjs/stylelint-module",
5248
5921
  "icon": "stylelint.png",
@@ -5288,10 +5961,10 @@
5288
5961
  {
5289
5962
  "name": "supabase",
5290
5963
  "description": "First class integration with Supabase",
5291
- "repo": "nuxt-community/supabase-module",
5964
+ "repo": "nuxt-modules/supabase",
5292
5965
  "npm": "@nuxtjs/supabase",
5293
5966
  "icon": "supabase.png",
5294
- "github": "https://github.com/nuxt-community/supabase-module",
5967
+ "github": "https://github.com/nuxt-modules/supabase",
5295
5968
  "website": "https://supabase.nuxtjs.org",
5296
5969
  "learn_more": "https://supabase.com",
5297
5970
  "category": "Database",
@@ -5342,12 +6015,12 @@
5342
6015
  },
5343
6016
  {
5344
6017
  "name": "svg-sprite",
5345
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5346
- "repo": "nuxt-community/svg-sprite-module",
6018
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6019
+ "repo": "nuxt-modules/svg-sprite",
5347
6020
  "npm": "@nuxtjs/svg-sprite",
5348
6021
  "icon": "",
5349
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5350
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6022
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6023
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5351
6024
  "learn_more": "",
5352
6025
  "category": "UI",
5353
6026
  "type": "community",
@@ -5359,13 +6032,13 @@
5359
6032
  }
5360
6033
  ],
5361
6034
  "compatibility": {
5362
- "nuxt": "^2.0.0",
6035
+ "nuxt": "^2.0.0 || ^3.0.0",
5363
6036
  "requires": {}
5364
6037
  }
5365
6038
  },
5366
6039
  {
5367
6040
  "name": "svg",
5368
- "description": "Super simple svg loading module for Nuxt.js",
6041
+ "description": "Super simple svg loading module for Nuxt",
5369
6042
  "repo": "nuxt-community/svg-module",
5370
6043
  "npm": "@nuxtjs/svg",
5371
6044
  "icon": "",
@@ -5409,7 +6082,7 @@
5409
6082
  },
5410
6083
  {
5411
6084
  "name": "swiper",
5412
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6085
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5413
6086
  "repo": "cpreston321/nuxt-swiper",
5414
6087
  "npm": "nuxt-swiper",
5415
6088
  "icon": "swiper.svg",
@@ -5455,10 +6128,10 @@
5455
6128
  {
5456
6129
  "name": "tailwindcss",
5457
6130
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5458
- "repo": "nuxt-community/tailwindcss-module",
6131
+ "repo": "nuxt-modules/tailwindcss",
5459
6132
  "npm": "@nuxtjs/tailwindcss",
5460
6133
  "icon": "tailwindcss.png",
5461
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6134
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5462
6135
  "website": "https://tailwindcss.nuxtjs.org",
5463
6136
  "learn_more": "https://tailwindcss.com/",
5464
6137
  "category": "UI",
@@ -5468,11 +6141,16 @@
5468
6141
  "name": "Sébastien Chopin",
5469
6142
  "github": "Atinux",
5470
6143
  "twitter": "Atinux"
6144
+ },
6145
+ {
6146
+ "name": "Inesh Bose",
6147
+ "github": "ineshbose"
5471
6148
  }
5472
6149
  ],
5473
6150
  "compatibility": {
5474
6151
  "nuxt": "^2.0.0 || ^3.0.0",
5475
- "requires": {}
6152
+ "requires": {},
6153
+ "devtools": "^0.0.0"
5476
6154
  }
5477
6155
  },
5478
6156
  {
@@ -5522,7 +6200,7 @@
5522
6200
  },
5523
6201
  {
5524
6202
  "name": "toast",
5525
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6203
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5526
6204
  "repo": "nuxt-community/modules#master/packages/toast",
5527
6205
  "npm": "@nuxtjs/toast",
5528
6206
  "icon": "",
@@ -5603,7 +6281,7 @@
5603
6281
  },
5604
6282
  {
5605
6283
  "name": "twa",
5606
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6284
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5607
6285
  "repo": "tuarrep/nuxt-twa",
5608
6286
  "npm": "nuxt-twa",
5609
6287
  "icon": "",
@@ -5791,6 +6469,39 @@
5791
6469
  "requires": {}
5792
6470
  }
5793
6471
  },
6472
+ {
6473
+ "name": "ui",
6474
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6475
+ "repo": "nuxt/ui#dev",
6476
+ "npm": "@nuxt/ui",
6477
+ "icon": "nuxt.svg",
6478
+ "github": "https://github.com/nuxt/ui",
6479
+ "website": "https://ui.nuxt.com",
6480
+ "learn_more": "",
6481
+ "category": "UI",
6482
+ "type": "official",
6483
+ "maintainers": [
6484
+ {
6485
+ "name": "Benjamin Canac",
6486
+ "github": "benjamincanac",
6487
+ "twitter": "benjamincanac"
6488
+ },
6489
+ {
6490
+ "name": "Sebastien Chopin",
6491
+ "github": "Atinux",
6492
+ "twitter": "Atinux"
6493
+ },
6494
+ {
6495
+ "name": "Sylvain Marroufin",
6496
+ "github": "smarroufin",
6497
+ "twitter": "smarroufin"
6498
+ }
6499
+ ],
6500
+ "compatibility": {
6501
+ "nuxt": "^3.0.0",
6502
+ "requires": {}
6503
+ }
6504
+ },
5794
6505
  {
5795
6506
  "name": "umami",
5796
6507
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5839,7 +6550,7 @@
5839
6550
  },
5840
6551
  {
5841
6552
  "name": "universal-storage",
5842
- "description": "Universal Storage Utilities for Nuxt.js",
6553
+ "description": "Universal Storage Utilities for Nuxt",
5843
6554
  "repo": "nuxt-community/universal-storage-module",
5844
6555
  "npm": "@nuxtjs/universal-storage",
5845
6556
  "icon": "",
@@ -5916,12 +6627,12 @@
5916
6627
  {
5917
6628
  "name": "unocss",
5918
6629
  "description": "The instant on-demand atomic CSS engine.",
5919
- "repo": "antfu/unocss#main/packages/nuxt",
6630
+ "repo": "unocss/unocss#main/packages/nuxt",
5920
6631
  "npm": "@unocss/nuxt",
5921
6632
  "icon": "unocss.svg",
5922
- "github": "https://github.com/antfu/unocss",
5923
- "website": "https://github.com/antfu/unocss",
5924
- "learn_more": "https://github.com/antfu/unocss",
6633
+ "github": "https://github.com/unocss/unocss",
6634
+ "website": "https://github.com/unocss/unocss",
6635
+ "learn_more": "https://github.com/unocss/unocss",
5925
6636
  "category": "UI",
5926
6637
  "type": "3rd-party",
5927
6638
  "maintainers": [
@@ -5936,7 +6647,8 @@
5936
6647
  "nuxt": "^2.0.0 || ^3.0.0",
5937
6648
  "requires": {
5938
6649
  "bridge": "optional"
5939
- }
6650
+ },
6651
+ "devtools": "^0.0.0"
5940
6652
  }
5941
6653
  },
5942
6654
  {
@@ -5962,9 +6674,33 @@
5962
6674
  "requires": {}
5963
6675
  }
5964
6676
  },
6677
+ {
6678
+ "name": "use-wagmi",
6679
+ "description": "Vue Composition for Ethereum based on wagmi",
6680
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6681
+ "npm": "@use-wagmi/nuxt",
6682
+ "icon": "use-wagmi.png",
6683
+ "github": "https://github.com/unicape/use-wagmi",
6684
+ "website": "https://github.com/unicape/use-wagmi",
6685
+ "learn_more": "https://github.com/unicape/use-wagmi",
6686
+ "category": "Extensions",
6687
+ "type": "3rd-party",
6688
+ "maintainers": [
6689
+ {
6690
+ "name": "Unic Ape",
6691
+ "github": "unicape"
6692
+ }
6693
+ ],
6694
+ "compatibility": {
6695
+ "nuxt": "^2.0.0 || ^3.0.0",
6696
+ "requires": {
6697
+ "bridge": true
6698
+ }
6699
+ }
6700
+ },
5965
6701
  {
5966
6702
  "name": "user-agent",
5967
- "description": "Nuxt.js module for handling User-Agent.",
6703
+ "description": "Nuxt module for handling User-Agent.",
5968
6704
  "repo": "fukuiretu/nuxt-user-agent",
5969
6705
  "npm": "nuxt-user-agent",
5970
6706
  "icon": "",
@@ -6054,9 +6790,31 @@
6054
6790
  }
6055
6791
  }
6056
6792
  },
6793
+ {
6794
+ "name": "vcalendar",
6795
+ "description": "VCalendar module for Nuxt",
6796
+ "repo": "samk-dev/nuxt-vcalendar",
6797
+ "npm": "@samk-dev/nuxt-vcalendar",
6798
+ "icon": "vcalendar.png",
6799
+ "github": "https://github.com/samk-dev/vcalendar",
6800
+ "website": "https://github.com/samk-dev/vcalendar",
6801
+ "learn_more": "",
6802
+ "category": "Libraries",
6803
+ "type": "3rd-party",
6804
+ "maintainers": [
6805
+ {
6806
+ "name": "Sam K",
6807
+ "github": "samk-dev"
6808
+ }
6809
+ ],
6810
+ "compatibility": {
6811
+ "nuxt": "^3.0.0",
6812
+ "requires": {}
6813
+ }
6814
+ },
6057
6815
  {
6058
6816
  "name": "vee-validate",
6059
- "description": "Painless Vue forms for Nuxt.js",
6817
+ "description": "Painless Vue forms for Nuxt",
6060
6818
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6061
6819
  "npm": "@vee-validate/nuxt",
6062
6820
  "icon": "vee-validate.png",
@@ -6146,7 +6904,7 @@
6146
6904
  },
6147
6905
  {
6148
6906
  "name": "vite-pwa-nuxt",
6149
- "description": "Zero-config PWA Plugin for Nuxt 3",
6907
+ "description": "Zero-config PWA Plugin for Nuxt",
6150
6908
  "repo": "vite-pwa/nuxt",
6151
6909
  "npm": "@vite-pwa/nuxt",
6152
6910
  "icon": "vite-pwa-nuxt.svg",
@@ -6195,18 +6953,19 @@
6195
6953
  ],
6196
6954
  "compatibility": {
6197
6955
  "nuxt": "^3.0.0",
6198
- "requires": {}
6956
+ "requires": {},
6957
+ "devtools": "^0.0.0"
6199
6958
  }
6200
6959
  },
6201
6960
  {
6202
6961
  "name": "vue-email",
6203
- "description": "Write email templates with vue",
6204
- "repo": "Dave136/vue-email",
6205
- "npm": "root",
6962
+ "description": "💌 Write email templates with vue",
6963
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6964
+ "npm": "vue-email",
6206
6965
  "icon": "vue-email.svg",
6207
- "github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
6208
- "website": "https://vue-email.vercel.app/",
6209
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6966
+ "github": "https://github.com/Dave136/vue-email",
6967
+ "website": "https://www.vuemail.net/",
6968
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6210
6969
  "category": "UI",
6211
6970
  "type": "3rd-party",
6212
6971
  "maintainers": [
@@ -6223,6 +6982,30 @@
6223
6982
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6224
6983
  }
6225
6984
  ],
6985
+ "compatibility": {
6986
+ "nuxt": "^3.0.0",
6987
+ "requires": {},
6988
+ "devtools": "^0.0.0"
6989
+ }
6990
+ },
6991
+ {
6992
+ "name": "vue-final-modal",
6993
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
6994
+ "repo": "vue-final/vue-final-modal",
6995
+ "npm": "@vue-final-modal/nuxt",
6996
+ "icon": "vue-final-modal.svg",
6997
+ "github": "https://github.com/vue-final/vue-final-modal",
6998
+ "website": "https://vue-final-modal.org/",
6999
+ "learn_more": "https://vue-final-modal.org/",
7000
+ "category": "UI",
7001
+ "type": "3rd-party",
7002
+ "maintainers": [
7003
+ {
7004
+ "name": "Hunter Liu",
7005
+ "github": "hunterliu1003",
7006
+ "twitter": "hunterliu1003"
7007
+ }
7008
+ ],
6226
7009
  "compatibility": {
6227
7010
  "nuxt": "^3.0.0",
6228
7011
  "requires": {}
@@ -6250,7 +7033,8 @@
6250
7033
  "nuxt": "^3.0.0",
6251
7034
  "requires": {
6252
7035
  "bridge": "optional"
6253
- }
7036
+ },
7037
+ "devtools": "^0.0.0"
6254
7038
  }
6255
7039
  },
6256
7040
  {
@@ -6277,7 +7061,7 @@
6277
7061
  },
6278
7062
  {
6279
7063
  "name": "vue-multiselect",
6280
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7064
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6281
7065
  "repo": "spektrummedia/nuxt-vue-multiselect",
6282
7066
  "npm": "nuxt-vue-multiselect",
6283
7067
  "icon": "",
@@ -6322,7 +7106,7 @@
6322
7106
  {
6323
7107
  "name": "vue-query",
6324
7108
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6325
- "repo": "Hebilicious/vue-query-nuxt#main",
7109
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6326
7110
  "npm": "@hebilicious/vue-query-nuxt",
6327
7111
  "icon": "vue-query.svg",
6328
7112
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6391,7 +7175,7 @@
6391
7175
  },
6392
7176
  {
6393
7177
  "name": "vue-warehouse",
6394
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7178
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6395
7179
  "repo": "juliomrqz/vue-warehouse",
6396
7180
  "npm": "vue-warehouse",
6397
7181
  "icon": "",
@@ -6412,6 +7196,29 @@
6412
7196
  "requires": {}
6413
7197
  }
6414
7198
  },
7199
+ {
7200
+ "name": "vue3-carousel-nuxt",
7201
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7202
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7203
+ "npm": "vue3-carousel-nuxt",
7204
+ "icon": "",
7205
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7206
+ "website": "",
7207
+ "learn_more": "",
7208
+ "category": "UI",
7209
+ "type": "3rd-party",
7210
+ "maintainers": [
7211
+ {
7212
+ "name": "Gaetan SENN",
7213
+ "github": "gaetansenn",
7214
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7215
+ }
7216
+ ],
7217
+ "compatibility": {
7218
+ "nuxt": "^3.0.0",
7219
+ "requires": {}
7220
+ }
7221
+ },
6415
7222
  {
6416
7223
  "name": "vuefire",
6417
7224
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6434,9 +7241,55 @@
6434
7241
  "requires": {}
6435
7242
  }
6436
7243
  },
7244
+ {
7245
+ "name": "vueform-builder",
7246
+ "description": "Official Vueform Builder module for Nuxt",
7247
+ "repo": "vueform/builder-nuxt",
7248
+ "npm": "@vueform/builder-nuxt",
7249
+ "icon": "vueform.svg",
7250
+ "github": "https://github.com/vueform/builder",
7251
+ "website": "https://builder.vueform.com",
7252
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7253
+ "category": "Libraries",
7254
+ "type": "3rd-party",
7255
+ "maintainers": [
7256
+ {
7257
+ "name": "Adam Berecz",
7258
+ "github": "adamberecz",
7259
+ "twitter": "bereczadam"
7260
+ }
7261
+ ],
7262
+ "compatibility": {
7263
+ "nuxt": "^3.0.0",
7264
+ "requires": {}
7265
+ }
7266
+ },
7267
+ {
7268
+ "name": "vueform",
7269
+ "description": "Official Vueform module for Nuxt",
7270
+ "repo": "vueform/nuxt",
7271
+ "npm": "@vueform/nuxt",
7272
+ "icon": "vueform.svg",
7273
+ "github": "https://github.com/vueform/vueform",
7274
+ "website": "https://vueform.com",
7275
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7276
+ "category": "Libraries",
7277
+ "type": "3rd-party",
7278
+ "maintainers": [
7279
+ {
7280
+ "name": "Adam Berecz",
7281
+ "github": "adamberecz",
7282
+ "twitter": "bereczadam"
7283
+ }
7284
+ ],
7285
+ "compatibility": {
7286
+ "nuxt": "^3.0.0",
7287
+ "requires": {}
7288
+ }
7289
+ },
6437
7290
  {
6438
7291
  "name": "vuestic",
6439
- "description": "Vuestic UI module for Nuxt 3",
7292
+ "description": "Vuestic UI module for Nuxt",
6440
7293
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6441
7294
  "npm": "@vuestic/nuxt",
6442
7295
  "icon": "vuestic.png",
@@ -6464,7 +7317,7 @@
6464
7317
  "icon": "vuetify-logo-v3-dark.svg",
6465
7318
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6466
7319
  "website": "https://github.com/userquin/vuetify-nuxt-module",
6467
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7320
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
6468
7321
  "category": "UI",
6469
7322
  "type": "3rd-party",
6470
7323
  "maintainers": [
@@ -6480,7 +7333,7 @@
6480
7333
  },
6481
7334
  {
6482
7335
  "name": "vuetify",
6483
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7336
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6484
7337
  "repo": "nuxt-community/vuetify-module",
6485
7338
  "npm": "@nuxtjs/vuetify",
6486
7339
  "icon": "vuetify.png",
@@ -6527,7 +7380,8 @@
6527
7380
  "nuxt": "^2.0.0 || ^3.0.0",
6528
7381
  "requires": {
6529
7382
  "bridge": "optional"
6530
- }
7383
+ },
7384
+ "devtools": "^0.0.0"
6531
7385
  }
6532
7386
  },
6533
7387
  {
@@ -6554,7 +7408,7 @@
6554
7408
  },
6555
7409
  {
6556
7410
  "name": "vunix",
6557
- "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.",
7411
+ "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.",
6558
7412
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6559
7413
  "npm": "@vunix/nuxt",
6560
7414
  "icon": "",
@@ -6578,11 +7432,11 @@
6578
7432
  {
6579
7433
  "name": "web-vitals",
6580
7434
  "description": "Web Vitals for Nuxt",
6581
- "repo": "nuxt-community/web-vitals-module",
7435
+ "repo": "nuxt-modules/web-vitals",
6582
7436
  "npm": "@nuxtjs/web-vitals",
6583
7437
  "icon": "web-vitals.png",
6584
- "github": "https://github.com/nuxt-community/web-vitals-module",
6585
- "website": "https://github.com/nuxt-community/web-vitals-module",
7438
+ "github": "https://github.com/nuxt-modules/web-vitals",
7439
+ "website": "https://github.com/nuxt-modules/web-vitals",
6586
7440
  "learn_more": "",
6587
7441
  "category": "Performance",
6588
7442
  "type": "community",
@@ -6633,7 +7487,7 @@
6633
7487
  },
6634
7488
  {
6635
7489
  "name": "webpack-optimisations",
6636
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7490
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6637
7491
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6638
7492
  "npm": "nuxt-webpack-optimisations",
6639
7493
  "icon": "build-optimisations.svg",
@@ -6725,7 +7579,7 @@
6725
7579
  },
6726
7580
  {
6727
7581
  "name": "well-known",
6728
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7582
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6729
7583
  "repo": "zadigetvoltaire/nuxt-well-known",
6730
7584
  "npm": "@zadigetvoltaire/nuxt-well-known",
6731
7585
  "icon": "well-known.svg",
@@ -6747,7 +7601,7 @@
6747
7601
  },
6748
7602
  {
6749
7603
  "name": "wideangle",
6750
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7604
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6751
7605
  "repo": "inputobjects/wideangle-nuxt",
6752
7606
  "npm": "wideangle-nuxt",
6753
7607
  "icon": "wideangle.png",
@@ -6914,55 +7768,9 @@
6914
7768
  "requires": {}
6915
7769
  }
6916
7770
  },
6917
- {
6918
- "name": "yandex-metrika-next",
6919
- "description": "Yandex Metrika integration for Nuxt",
6920
- "repo": "artmizu/yandex-metrika-nuxt",
6921
- "npm": "@artmizu/yandex-metrika-nuxt",
6922
- "icon": "yandex-metrika.svg",
6923
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6924
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6925
- "learn_more": "",
6926
- "category": "Analytics",
6927
- "type": "3rd-party",
6928
- "maintainers": [
6929
- {
6930
- "name": "Aleksandr Saburov",
6931
- "github": "artmizu",
6932
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6933
- }
6934
- ],
6935
- "compatibility": {
6936
- "nuxt": "^3.0.0",
6937
- "requires": {}
6938
- }
6939
- },
6940
- {
6941
- "name": "yandex-metrika",
6942
- "description": "Yandex metrika Module for Nuxt.js",
6943
- "repo": "nuxt-community/yandex-metrika-module",
6944
- "npm": "@nuxtjs/yandex-metrika",
6945
- "icon": "",
6946
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6947
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6948
- "learn_more": "https://metrica.yandex.com/about",
6949
- "category": "Analytics",
6950
- "type": "community",
6951
- "maintainers": [
6952
- {
6953
- "name": "Pooya Parsa",
6954
- "github": "pi0",
6955
- "twitter": "_pi0_"
6956
- }
6957
- ],
6958
- "compatibility": {
6959
- "nuxt": "^2.0.0",
6960
- "requires": {}
6961
- }
6962
- },
6963
7771
  {
6964
7772
  "name": "zendesk",
6965
- "description": "Nuxt.js module for Zendesk",
7773
+ "description": "Nuxt module for Zendesk",
6966
7774
  "repo": "DansMaCulotte/nuxt-zendesk",
6967
7775
  "npm": "@dansmaculotte/nuxt-zendesk",
6968
7776
  "icon": "zendesk.png",