@nuxt/modules 0.6.0-f349ae → 0.6.0-f72ed3

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 +1434 -357
  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",
@@ -313,9 +402,55 @@
313
402
  "requires": {}
314
403
  }
315
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
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
+ },
316
451
  {
317
452
  "name": "axios",
318
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
319
454
  "repo": "nuxt-community/axios-module",
320
455
  "npm": "@nuxtjs/axios",
321
456
  "icon": "axios.svg",
@@ -338,7 +473,7 @@
338
473
  },
339
474
  {
340
475
  "name": "basic-auth",
341
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
342
477
  "repo": "potato4d/nuxt-basic-auth-module",
343
478
  "npm": "nuxt-basic-auth-module",
344
479
  "icon": "",
@@ -462,7 +597,7 @@
462
597
  },
463
598
  {
464
599
  "name": "bulma-slim",
465
- "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",
466
601
  "repo": "mustardamus/nuxt-bulma-slim",
467
602
  "npm": "nuxt-bulma-slim",
468
603
  "icon": "bulma.png",
@@ -529,7 +664,7 @@
529
664
  },
530
665
  {
531
666
  "name": "canvas-sketch",
532
- "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",
533
668
  "repo": "LuXDAmore/generative-art",
534
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
535
670
  "icon": "",
@@ -550,9 +685,31 @@
550
685
  "requires": {}
551
686
  }
552
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
553
710
  {
554
711
  "name": "chakra-ui",
555
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
556
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
557
714
  "npm": "@chakra-ui/nuxt",
558
715
  "icon": "chakra-ui.png",
@@ -663,7 +820,7 @@
663
820
  },
664
821
  {
665
822
  "name": "cloudcms",
666
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
667
824
  "repo": "gitana/cloudcms-nuxt",
668
825
  "npm": "cloudcms-nuxt",
669
826
  "icon": "",
@@ -712,11 +869,11 @@
712
869
  },
713
870
  {
714
871
  "name": "cloudinary",
715
- "description": "Optimize images and videos in your Nuxt.js application",
716
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
717
874
  "npm": "@nuxtjs/cloudinary",
718
875
  "icon": "cloudinary.png",
719
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
720
877
  "website": "https://cloudinary.nuxtjs.org",
721
878
  "learn_more": "https://cloudinary.com",
722
879
  "category": "Images",
@@ -735,11 +892,11 @@
735
892
  },
736
893
  {
737
894
  "name": "color-mode",
738
- "description": "Dark and Light mode for NuxtJS with auto detection",
739
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
740
897
  "npm": "@nuxtjs/color-mode",
741
898
  "icon": "color-mode.png",
742
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
743
900
  "website": "https://color-mode.nuxtjs.org",
744
901
  "learn_more": "",
745
902
  "category": "UI",
@@ -956,7 +1113,7 @@
956
1113
  },
957
1114
  {
958
1115
  "name": "darkmode.js",
959
- "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",
960
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
961
1118
  "npm": "nuxtjs-darkmode-js-module",
962
1119
  "icon": "darkmode.png",
@@ -978,7 +1135,7 @@
978
1135
  },
979
1136
  {
980
1137
  "name": "date-fns",
981
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
982
1139
  "repo": "nuxt-community/date-fns-module",
983
1140
  "npm": "@nuxtjs/date-fns",
984
1141
  "icon": "date-fns.png",
@@ -1000,7 +1157,7 @@
1000
1157
  },
1001
1158
  {
1002
1159
  "name": "datocms-nuxt2",
1003
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1004
1161
  "repo": "voorhoede/nuxt-datocms-module",
1005
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1006
1163
  "icon": "datocms.svg",
@@ -1069,8 +1226,8 @@
1069
1226
  },
1070
1227
  {
1071
1228
  "name": "delay-hydration",
1072
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1073
- "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",
1074
1231
  "npm": "nuxt-delay-hydration",
1075
1232
  "icon": "lighthouse.svg",
1076
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1092,12 +1249,12 @@
1092
1249
  },
1093
1250
  {
1094
1251
  "name": "device",
1095
- "description": "Device detection module for Nuxt.js",
1096
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1097
1254
  "npm": "@nuxtjs/device",
1098
1255
  "icon": "",
1099
- "github": "https://github.com/nuxt-community/device-module",
1100
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1101
1258
  "learn_more": "",
1102
1259
  "category": "Extensions",
1103
1260
  "type": "community",
@@ -1115,7 +1272,7 @@
1115
1272
  {
1116
1273
  "name": "devtools",
1117
1274
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1118
- "repo": "nuxt/devtools#main",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1119
1276
  "npm": "@nuxt/devtools",
1120
1277
  "icon": "nuxt.svg",
1121
1278
  "github": "https://github.com/nuxt/devtools",
@@ -1137,13 +1294,13 @@
1137
1294
  },
1138
1295
  {
1139
1296
  "name": "directus",
1140
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1141
1298
  "repo": "intevel/nuxt-directus",
1142
1299
  "npm": "nuxt-directus",
1143
1300
  "icon": "directus.svg",
1144
- "github": "https://github.com/directus/nuxt-directus/",
1145
- "website": "https://nuxt-directus.netlify.app/",
1146
- "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/",
1147
1304
  "category": "CMS",
1148
1305
  "type": "3rd-party",
1149
1306
  "maintainers": [
@@ -1154,15 +1311,36 @@
1154
1311
  }
1155
1312
  ],
1156
1313
  "compatibility": {
1157
- "nuxt": "^2.0.0 || ^3.0.0",
1158
- "requires": {
1159
- "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"
1160
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1161
1339
  }
1162
1340
  },
1163
1341
  {
1164
1342
  "name": "dotenv",
1165
- "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",
1166
1344
  "repo": "nuxt-community/dotenv-module",
1167
1345
  "npm": "@nuxtjs/dotenv",
1168
1346
  "icon": "dotenv.png",
@@ -1184,7 +1362,7 @@
1184
1362
  },
1185
1363
  {
1186
1364
  "name": "drupal-ce",
1187
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1188
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1189
1367
  "npm": "nuxtjs-drupal-ce",
1190
1368
  "icon": "drupal-ce.png",
@@ -1217,7 +1395,7 @@
1217
1395
  },
1218
1396
  {
1219
1397
  "name": "druxt",
1220
- "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.",
1221
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1222
1400
  "npm": "druxt",
1223
1401
  "icon": "druxt.svg",
@@ -1285,7 +1463,7 @@
1285
1463
  },
1286
1464
  {
1287
1465
  "name": "emotion",
1288
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1466
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1289
1467
  "repo": "nuxt-modules/emotion",
1290
1468
  "npm": "@nuxtjs/emotion",
1291
1469
  "icon": "emotion.png",
@@ -1313,7 +1491,7 @@
1313
1491
  },
1314
1492
  {
1315
1493
  "name": "eslint",
1316
- "description": "ESLint module for Nuxt.js",
1494
+ "description": "ESLint module for Nuxt",
1317
1495
  "repo": "nuxt-community/eslint-module",
1318
1496
  "npm": "@nuxtjs/eslint-module",
1319
1497
  "icon": "eslint.png",
@@ -1335,7 +1513,7 @@
1335
1513
  },
1336
1514
  {
1337
1515
  "name": "event-trace",
1338
- "description": "Module for event trace in Nuxt.js",
1516
+ "description": "Module for event trace in Nuxt",
1339
1517
  "repo": "nuxt-community/nuxt-event-trace",
1340
1518
  "npm": "nuxt-event-trace",
1341
1519
  "icon": "",
@@ -1379,7 +1557,7 @@
1379
1557
  },
1380
1558
  {
1381
1559
  "name": "feature-toggle",
1382
- "description": "Feature toggle module for Nuxt.js",
1560
+ "description": "Feature toggle module for Nuxt",
1383
1561
  "repo": "stephenkr/nuxt-feature-toggle",
1384
1562
  "npm": "nuxt-feature-toggle",
1385
1563
  "icon": "",
@@ -1446,7 +1624,7 @@
1446
1624
  },
1447
1625
  {
1448
1626
  "name": "floating-prompt-module",
1449
- "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",
1450
1628
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1451
1629
  "npm": "nuxt-floating-prompt-module",
1452
1630
  "icon": "",
@@ -1555,6 +1733,29 @@
1555
1733
  "requires": {}
1556
1734
  }
1557
1735
  },
1736
+ {
1737
+ "name": "form-actions",
1738
+ "description": "A set of features and composables to interact with forms and server data.",
1739
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1740
+ "npm": "@hebilicious/form-actions-nuxt",
1741
+ "icon": "form-actions.svg",
1742
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1743
+ "website": "https://form-actions-nuxt.pages.dev/",
1744
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1745
+ "category": "Request",
1746
+ "type": "3rd-party",
1747
+ "maintainers": [
1748
+ {
1749
+ "name": "Hebilicious",
1750
+ "github": "Hebilicious",
1751
+ "twitter": "its_hebilicious"
1752
+ }
1753
+ ],
1754
+ "compatibility": {
1755
+ "nuxt": "^3.7.0",
1756
+ "requires": {}
1757
+ }
1758
+ },
1558
1759
  {
1559
1760
  "name": "formkit",
1560
1761
  "description": "Seamless FormKit integration for Nuxt",
@@ -1629,7 +1830,7 @@
1629
1830
  },
1630
1831
  {
1631
1832
  "name": "google-adsense",
1632
- "description": "Google Adsense Module for Nuxt.js",
1833
+ "description": "Google Adsense Module for Nuxt",
1633
1834
  "repo": "nuxt-community/google-adsense-module",
1634
1835
  "npm": "@nuxtjs/google-adsense",
1635
1836
  "icon": "google-adsense.png",
@@ -1655,7 +1856,7 @@
1655
1856
  },
1656
1857
  {
1657
1858
  "name": "google-analytics",
1658
- "description": "Google analytics Module for Nuxt.js",
1859
+ "description": "Google analytics Module for Nuxt",
1659
1860
  "repo": "nuxt-community/analytics-module",
1660
1861
  "npm": "@nuxtjs/google-analytics",
1661
1862
  "icon": "google-analytics.png",
@@ -1687,12 +1888,12 @@
1687
1888
  },
1688
1889
  {
1689
1890
  "name": "google-fonts",
1690
- "description": "Google Fonts module for NuxtJS",
1691
- "repo": "nuxt-community/google-fonts-module",
1891
+ "description": "Google Fonts module for Nuxt",
1892
+ "repo": "nuxt-modules/google-fonts",
1692
1893
  "npm": "@nuxtjs/google-fonts",
1693
1894
  "icon": "google-fonts.png",
1694
- "github": "https://github.com/nuxt-community/google-fonts-module",
1695
- "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",
1696
1897
  "learn_more": "https://developers.google.com/fonts",
1697
1898
  "category": "Fonts",
1698
1899
  "type": "community",
@@ -1711,7 +1912,7 @@
1711
1912
  },
1712
1913
  {
1713
1914
  "name": "google-gtag",
1714
- "description": "Google GTag for Nuxt.js",
1915
+ "description": "Google GTag for Nuxt",
1715
1916
  "repo": "nuxt-community/google-gtag",
1716
1917
  "npm": "@nuxtjs/google-gtag",
1717
1918
  "icon": "gtm.png",
@@ -1737,7 +1938,7 @@
1737
1938
  },
1738
1939
  {
1739
1940
  "name": "google-optimize",
1740
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1941
+ "description": "SSR friendly Google Optimize module for Nuxt",
1741
1942
  "repo": "nuxt-community/google-optimize-module",
1742
1943
  "npm": "nuxt-google-optimize",
1743
1944
  "icon": "google-optimize.png",
@@ -1792,7 +1993,7 @@
1792
1993
  },
1793
1994
  {
1794
1995
  "name": "graphql-request",
1795
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
1996
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1796
1997
  "repo": "gomah/nuxt-graphql-request",
1797
1998
  "npm": "nuxt-graphql-request",
1798
1999
  "icon": "graphql-request.png",
@@ -1808,7 +2009,7 @@
1808
2009
  }
1809
2010
  ],
1810
2011
  "compatibility": {
1811
- "nuxt": "^2.0.0",
2012
+ "nuxt": "^2.0.0 || ^3.0.0",
1812
2013
  "requires": {}
1813
2014
  }
1814
2015
  },
@@ -1831,12 +2032,13 @@
1831
2032
  ],
1832
2033
  "compatibility": {
1833
2034
  "nuxt": "^3.0.0",
1834
- "requires": {}
2035
+ "requires": {},
2036
+ "devtools": "^0.0.0"
1835
2037
  }
1836
2038
  },
1837
2039
  {
1838
2040
  "name": "gtag",
1839
- "description": "Google Analytics integration for Nuxt 3",
2041
+ "description": "Google Analytics integration for Nuxt",
1840
2042
  "repo": "johannschopplich/nuxt-gtag",
1841
2043
  "npm": "nuxt-gtag",
1842
2044
  "icon": "gtag.svg",
@@ -1860,7 +2062,7 @@
1860
2062
  },
1861
2063
  {
1862
2064
  "name": "gtm",
1863
- "description": "Google Tag Manager Module for Nuxt.js",
2065
+ "description": "Google Tag Manager Module for Nuxt",
1864
2066
  "repo": "nuxt-community/gtm-module",
1865
2067
  "npm": "@nuxtjs/gtm",
1866
2068
  "icon": "gtm.png",
@@ -1883,7 +2085,7 @@
1883
2085
  },
1884
2086
  {
1885
2087
  "name": "guess",
1886
- "description": "Guess.js module for Nuxt.js",
2088
+ "description": "Guess.js module for Nuxt",
1887
2089
  "repo": "nuxt-community/guess-module",
1888
2090
  "npm": "@nuxtjs/guess-module",
1889
2091
  "icon": "guessjs.png",
@@ -1903,6 +2105,28 @@
1903
2105
  "requires": {}
1904
2106
  }
1905
2107
  },
2108
+ {
2109
+ "name": "hanko",
2110
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2111
+ "repo": "nuxt-modules/hanko",
2112
+ "npm": "@nuxtjs/hanko",
2113
+ "icon": "hanko.svg",
2114
+ "github": "https://github.com/nuxt-modules/hanko",
2115
+ "website": "https://github.com/nuxt-modules/hanko",
2116
+ "learn_more": "https://hanko.io/",
2117
+ "category": "Security",
2118
+ "type": "community",
2119
+ "maintainers": [
2120
+ {
2121
+ "name": "danielroe",
2122
+ "github": "danielroe"
2123
+ }
2124
+ ],
2125
+ "compatibility": {
2126
+ "nuxt": "^3.0.0",
2127
+ "requires": {}
2128
+ }
2129
+ },
1906
2130
  {
1907
2131
  "name": "harlem",
1908
2132
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1973,7 +2197,7 @@
1973
2197
  },
1974
2198
  {
1975
2199
  "name": "helmet",
1976
- "description": "Easy Helmet module with Nuxt.js'",
2200
+ "description": "Easy Helmet module with Nuxt'",
1977
2201
  "repo": "victor-perez/nuxt-helmet",
1978
2202
  "npm": "nuxt-helmet",
1979
2203
  "icon": "",
@@ -2017,7 +2241,7 @@
2017
2241
  },
2018
2242
  {
2019
2243
  "name": "history-state",
2020
- "description": "Nuxt.js module to backup or restore historical states",
2244
+ "description": "Nuxt module to backup or restore historical states",
2021
2245
  "repo": "hidekatsu-izuno/nuxt-history-state",
2022
2246
  "npm": "nuxt-history-state",
2023
2247
  "icon": "",
@@ -2086,7 +2310,7 @@
2086
2310
  },
2087
2311
  {
2088
2312
  "name": "http",
2089
- "description": "Universal HTTP Module for Nuxt.js",
2313
+ "description": "Universal HTTP Module for Nuxt",
2090
2314
  "repo": "nuxt/http",
2091
2315
  "npm": "@nuxt/http",
2092
2316
  "icon": "http.png",
@@ -2114,7 +2338,7 @@
2114
2338
  },
2115
2339
  {
2116
2340
  "name": "humans-txt",
2117
- "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.",
2118
2342
  "repo": "Luxdamore/nuxt-humans-txt",
2119
2343
  "npm": "@luxdamore/nuxt-humans-txt",
2120
2344
  "icon": "",
@@ -2138,11 +2362,11 @@
2138
2362
  {
2139
2363
  "name": "i18n",
2140
2364
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2141
- "repo": "nuxt-community/i18n-module",
2365
+ "repo": "nuxt-modules/i18n",
2142
2366
  "npm": "@nuxtjs/i18n",
2143
2367
  "icon": "i18n.png",
2144
- "github": "https://github.com/nuxt-community/i18n-module",
2145
- "website": "https://i18n.nuxtjs.org",
2368
+ "github": "https://github.com/nuxt-modules/i18n",
2369
+ "website": "https://v8.i18n.nuxtjs.org",
2146
2370
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2147
2371
  "category": "Extensions",
2148
2372
  "type": "community",
@@ -2202,7 +2426,8 @@
2202
2426
  ],
2203
2427
  "compatibility": {
2204
2428
  "nuxt": "^3.0.0",
2205
- "requires": {}
2429
+ "requires": {},
2430
+ "devtools": "^0.0.0"
2206
2431
  }
2207
2432
  },
2208
2433
  {
@@ -2251,12 +2476,12 @@
2251
2476
  },
2252
2477
  {
2253
2478
  "name": "image",
2254
- "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.",
2255
2480
  "repo": "nuxt/image",
2256
2481
  "npm": "@nuxt/image",
2257
2482
  "icon": "image.png",
2258
2483
  "github": "https://github.com/nuxt/image",
2259
- "website": "https://image.nuxtjs.org",
2484
+ "website": "https://image.nuxt.com",
2260
2485
  "learn_more": "",
2261
2486
  "category": "Images",
2262
2487
  "type": "official",
@@ -2266,6 +2491,11 @@
2266
2491
  "github": "farnabaz",
2267
2492
  "twitter": "a_birang"
2268
2493
  },
2494
+ {
2495
+ "name": "Daniel Roe",
2496
+ "github": "danielroe",
2497
+ "twitter": "danielcroe"
2498
+ },
2269
2499
  {
2270
2500
  "name": "Pooya Parsa",
2271
2501
  "github": "pi0",
@@ -2286,7 +2516,7 @@
2286
2516
  },
2287
2517
  {
2288
2518
  "name": "imagemin",
2289
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2519
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2290
2520
  "repo": "nuxt-community/imagemin-module",
2291
2521
  "npm": "@nuxtjs/imagemin",
2292
2522
  "icon": "imagemin.png",
@@ -2333,7 +2563,7 @@
2333
2563
  },
2334
2564
  {
2335
2565
  "name": "intercom",
2336
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2566
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2337
2567
  "repo": "hex-digital/nuxt-intercom",
2338
2568
  "npm": "@hexdigital/nuxt-intercom",
2339
2569
  "icon": "intercom.png",
@@ -2378,7 +2608,7 @@
2378
2608
  },
2379
2609
  {
2380
2610
  "name": "jsonapi",
2381
- "description": "Easy JSON:API client integration for Nuxt.js",
2611
+ "description": "Easy JSON:API client integration for Nuxt",
2382
2612
  "repo": "patrickcate/nuxt-jsonapi",
2383
2613
  "npm": "nuxt-jsonapi",
2384
2614
  "icon": "jsonapi.svg",
@@ -2420,9 +2650,36 @@
2420
2650
  "requires": {}
2421
2651
  }
2422
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
+ },
2423
2680
  {
2424
2681
  "name": "kql",
2425
- "description": "Nuxt 3 module for Kirby's Query Language API",
2682
+ "description": "Nuxt module for Kirby's Query Language API",
2426
2683
  "repo": "johannschopplich/nuxt-kql",
2427
2684
  "npm": "nuxt-kql",
2428
2685
  "icon": "kql.svg",
@@ -2446,7 +2703,7 @@
2446
2703
  },
2447
2704
  {
2448
2705
  "name": "laravel-echo",
2449
- "description": "Laravel Echo for Nuxt.js",
2706
+ "description": "Laravel Echo for Nuxt",
2450
2707
  "repo": "nuxt-community/laravel-echo",
2451
2708
  "npm": "@nuxtjs/laravel-echo",
2452
2709
  "icon": "laravel-echo.png",
@@ -2534,13 +2791,13 @@
2534
2791
  },
2535
2792
  {
2536
2793
  "name": "link-checker",
2537
- "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.",
2538
2795
  "repo": "harlan-zw/nuxt-link-checker",
2539
2796
  "npm": "nuxt-link-checker",
2540
- "icon": "",
2797
+ "icon": "link-checker.svg",
2541
2798
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2542
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2543
- "learn_more": "",
2799
+ "website": "https://nuxtseo.com/link-checker",
2800
+ "learn_more": "https://nuxtseo.com/link-checker",
2544
2801
  "category": "SEO",
2545
2802
  "type": "3rd-party",
2546
2803
  "maintainers": [
@@ -2553,7 +2810,8 @@
2553
2810
  ],
2554
2811
  "compatibility": {
2555
2812
  "nuxt": "^3.0.0",
2556
- "requires": {}
2813
+ "requires": {},
2814
+ "devtools": "^0.0.0"
2557
2815
  }
2558
2816
  },
2559
2817
  {
@@ -2630,12 +2888,12 @@
2630
2888
  },
2631
2889
  {
2632
2890
  "name": "logrocket",
2633
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2634
- "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",
2635
2893
  "npm": "nuxt-logrocket",
2636
2894
  "icon": "logrocket.png",
2637
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2638
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2895
+ "github": "https://github.com/nuxt-modules/logrocket",
2896
+ "website": "https://github.com/nuxt-modules/logrocket",
2639
2897
  "learn_more": "https://docs.logrocket.com/docs",
2640
2898
  "category": "Monitoring",
2641
2899
  "type": "community",
@@ -2651,9 +2909,35 @@
2651
2909
  "requires": {}
2652
2910
  }
2653
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
+ },
2654
2938
  {
2655
2939
  "name": "lunr",
2656
- "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",
2657
2941
  "repo": "nuxt-community/lunr-module",
2658
2942
  "npm": "@nuxtjs/lunr-module",
2659
2943
  "icon": "",
@@ -2741,6 +3025,28 @@
2741
3025
  "requires": {}
2742
3026
  }
2743
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
+ },
2744
3050
  {
2745
3051
  "name": "mdx",
2746
3052
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2766,7 +3072,7 @@
2766
3072
  },
2767
3073
  {
2768
3074
  "name": "medusa",
2769
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3075
+ "description": "Easily connect to Medusa from your Nuxt application",
2770
3076
  "repo": "Baroshem/nuxt-medusa",
2771
3077
  "npm": "nuxt-medusa",
2772
3078
  "icon": "medusa.svg",
@@ -2791,7 +3097,7 @@
2791
3097
  },
2792
3098
  {
2793
3099
  "name": "meilisearch",
2794
- "description": "Meilisearch Instant Search module for Nuxt 3",
3100
+ "description": "Meilisearch Instant Search module for Nuxt",
2795
3101
  "repo": "xlanex6/nuxt-meilisearch",
2796
3102
  "npm": "nuxt-meilisearch",
2797
3103
  "icon": "meilisearch.svg",
@@ -2811,7 +3117,8 @@
2811
3117
  "nuxt": "^3.0.0",
2812
3118
  "requires": {
2813
3119
  "bridge": false
2814
- }
3120
+ },
3121
+ "devtools": "^0.0.0"
2815
3122
  }
2816
3123
  },
2817
3124
  {
@@ -2883,7 +3190,7 @@
2883
3190
  },
2884
3191
  {
2885
3192
  "name": "moment",
2886
- "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.",
2887
3194
  "repo": "nuxt-community/moment-module",
2888
3195
  "npm": "@nuxtjs/moment",
2889
3196
  "icon": "momentjs.png",
@@ -2910,7 +3217,7 @@
2910
3217
  },
2911
3218
  {
2912
3219
  "name": "mq",
2913
- "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.",
2914
3221
  "repo": "vanhoofmaarten/nuxt-mq",
2915
3222
  "npm": "nuxt-mq",
2916
3223
  "icon": "",
@@ -2954,7 +3261,7 @@
2954
3261
  },
2955
3262
  {
2956
3263
  "name": "netlify-cache",
2957
- "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",
2958
3265
  "repo": "DreaMinder/nuxt-netlify-cache",
2959
3266
  "npm": "nuxt-netlify-cache",
2960
3267
  "icon": "netlify.png",
@@ -2999,7 +3306,7 @@
2999
3306
  },
3000
3307
  {
3001
3308
  "name": "netlify",
3002
- "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.",
3003
3310
  "repo": "bazzite/nuxt-netlify",
3004
3311
  "npm": "@aceforth/nuxt-netlify",
3005
3312
  "icon": "netlify.png",
@@ -3092,42 +3399,43 @@
3092
3399
  }
3093
3400
  },
3094
3401
  {
3095
- "name": "nuxt-auth",
3096
- "description": "",
3097
- "repo": "sidebase/nuxt-auth",
3098
- "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",
3099
3406
  "icon": "",
3100
- "github": "https://github.com/sidebase/nuxt-auth",
3101
- "website": "https://github.com/sidebase/nuxt-auth",
3407
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3408
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3102
3409
  "learn_more": "",
3103
- "category": "Devtools",
3410
+ "category": "UI",
3104
3411
  "type": "3rd-party",
3105
3412
  "maintainers": [
3106
3413
  {
3107
- "name": "sidebase",
3108
- "github": "sidebase"
3414
+ "name": "Helltraitor",
3415
+ "github": "helltraitor"
3109
3416
  }
3110
3417
  ],
3111
3418
  "compatibility": {
3112
- "nuxt": "^2.0.0",
3419
+ "nuxt": "^3.0.0",
3113
3420
  "requires": {}
3114
3421
  }
3115
3422
  },
3116
3423
  {
3117
- "name": "nuxt-chatgpt",
3118
- "description": "ChatGPT integration for Nuxt 3",
3119
- "repo": "schnapsterdog/nuxt-chatgpt",
3120
- "npm": "nuxt-chatgpt",
3121
- "icon": "chatgpt.svg",
3122
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3123
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3124
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3125
- "category": "Libraries",
3424
+ "name": "nuxt-auth-sanctum",
3425
+ "description": "Nuxt module for Laravel Sanctum authentication",
3426
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3427
+ "npm": "nuxt-auth-sanctum",
3428
+ "icon": "laravel.svg",
3429
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3430
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3431
+ "learn_more": "",
3432
+ "category": "Security",
3126
3433
  "type": "3rd-party",
3127
3434
  "maintainers": [
3128
3435
  {
3129
- "name": "Oliver Trajceski",
3130
- "github": "schnapsterdog"
3436
+ "name": "Artem Manchenkov",
3437
+ "github": "manchenkoff",
3438
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3131
3439
  }
3132
3440
  ],
3133
3441
  "compatibility": {
@@ -3136,67 +3444,181 @@
3136
3444
  }
3137
3445
  },
3138
3446
  {
3139
- "name": "nuxt-graphql-middleware",
3140
- "description": "Expose GraphQL queries and mutations as server API routes.",
3141
- "repo": "dulnan/nuxt-graphql-middleware",
3142
- "npm": "nuxt-graphql-middleware",
3143
- "icon": "nuxt-graphql-middleware.svg",
3144
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3145
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3447
+ "name": "nuxt-basic-auth",
3448
+ "description": "Nuxt Module for Basic Authentication",
3449
+ "repo": "kgierke/nuxt-basic-auth",
3450
+ "npm": "@kgierke/nuxt-basic-auth",
3451
+ "icon": "",
3452
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3453
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3146
3454
  "learn_more": "",
3147
- "category": "Request",
3455
+ "category": "Security",
3148
3456
  "type": "3rd-party",
3149
3457
  "maintainers": [
3150
3458
  {
3151
- "name": "dulnan",
3152
- "github": "dulnan",
3153
- "twitter": "dulnan",
3154
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3155
- },
3156
- {
3157
- "name": "ayalon",
3158
- "github": "ayalon",
3159
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3459
+ "name": "kgierke",
3460
+ "github": "kgierke"
3160
3461
  }
3161
3462
  ],
3162
3463
  "compatibility": {
3163
- "nuxt": "^2.0.0 || ^3.0.0",
3464
+ "nuxt": "^3.0.0",
3164
3465
  "requires": {}
3165
3466
  }
3166
3467
  },
3167
3468
  {
3168
- "name": "nuxt-graphql-playground",
3169
- "description": "",
3170
- "repo": "pinpon-dev/nuxt-graphql-playground",
3171
- "npm": "@pin-pon/nuxt-graphql-playground",
3172
- "icon": "",
3173
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3174
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3175
- "learn_more": "",
3176
- "category": "Devtools",
3469
+ "name": "nuxt-bootstrap-icons",
3470
+ "description": "Just a simple integration for Bootstrap Icons",
3471
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3472
+ "npm": "nuxt-bootstrap-icons",
3473
+ "icon": "bootstrap-icons.svg",
3474
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3475
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3476
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3477
+ "category": "UI",
3177
3478
  "type": "3rd-party",
3178
3479
  "maintainers": [
3179
3480
  {
3180
- "name": "pinpon-dev",
3181
- "github": "pinpon-dev"
3481
+ "name": "OyewoleOyedeji",
3482
+ "github": "OyewoleOyedeji"
3182
3483
  }
3183
3484
  ],
3184
3485
  "compatibility": {
3185
- "nuxt": "^2.0.0",
3486
+ "nuxt": "^3.0.0",
3186
3487
  "requires": {}
3187
3488
  }
3188
3489
  },
3189
3490
  {
3190
- "name": "nuxt-gtm",
3191
- "description": "A Nuxt.js module for Google Tag Manager",
3192
- "repo": "zadigetvoltaire/nuxt-gtm",
3193
- "npm": "@zadigetvoltaire/nuxt-gtm",
3194
- "icon": "nuxt-gtm.svg",
3195
- "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3196
- "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3197
- "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3198
- "category": "Analytics",
3199
- "type": "3rd-party",
3491
+ "name": "nuxt-chatgpt",
3492
+ "description": "ChatGPT integration for Nuxt",
3493
+ "repo": "schnapsterdog/nuxt-chatgpt",
3494
+ "npm": "nuxt-chatgpt",
3495
+ "icon": "chatgpt.svg",
3496
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3497
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3498
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3499
+ "category": "Libraries",
3500
+ "type": "3rd-party",
3501
+ "maintainers": [
3502
+ {
3503
+ "name": "Oliver Trajceski",
3504
+ "github": "schnapsterdog"
3505
+ }
3506
+ ],
3507
+ "compatibility": {
3508
+ "nuxt": "^3.0.0",
3509
+ "requires": {}
3510
+ }
3511
+ },
3512
+ {
3513
+ "name": "nuxt-facebook-chat",
3514
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3515
+ "repo": "superdev-tech/nuxt-facebook-chat",
3516
+ "npm": "nuxt-facebook-chat",
3517
+ "icon": "nuxt-facebook-chat.svg",
3518
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3519
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3520
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3521
+ "category": "Libraries",
3522
+ "type": "3rd-party",
3523
+ "maintainers": [
3524
+ {
3525
+ "name": "Supanut Dokmaithong",
3526
+ "github": "Boomgeek"
3527
+ },
3528
+ {
3529
+ "name": "superdev-tech",
3530
+ "github": "superdev-tech"
3531
+ }
3532
+ ],
3533
+ "compatibility": {
3534
+ "nuxt": "^3.0.0",
3535
+ "requires": {}
3536
+ }
3537
+ },
3538
+ {
3539
+ "name": "nuxt-feedme",
3540
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3541
+ "repo": "helltraitor/nuxt-feedme",
3542
+ "npm": "nuxt-feedme",
3543
+ "icon": "",
3544
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3545
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3546
+ "learn_more": "",
3547
+ "category": "SEO",
3548
+ "type": "3rd-party",
3549
+ "maintainers": [
3550
+ {
3551
+ "name": "Helltraitor",
3552
+ "github": "helltraitor"
3553
+ }
3554
+ ],
3555
+ "compatibility": {
3556
+ "nuxt": "^3.0.0",
3557
+ "requires": {}
3558
+ }
3559
+ },
3560
+ {
3561
+ "name": "nuxt-graphql-middleware",
3562
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3563
+ "repo": "dulnan/nuxt-graphql-middleware",
3564
+ "npm": "nuxt-graphql-middleware",
3565
+ "icon": "nuxt-graphql-middleware.svg",
3566
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3567
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3568
+ "learn_more": "",
3569
+ "category": "Request",
3570
+ "type": "3rd-party",
3571
+ "maintainers": [
3572
+ {
3573
+ "name": "dulnan",
3574
+ "github": "dulnan",
3575
+ "twitter": "dulnan",
3576
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3577
+ },
3578
+ {
3579
+ "name": "ayalon",
3580
+ "github": "ayalon",
3581
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3582
+ }
3583
+ ],
3584
+ "compatibility": {
3585
+ "nuxt": "^2.0.0 || ^3.0.0",
3586
+ "requires": {}
3587
+ }
3588
+ },
3589
+ {
3590
+ "name": "nuxt-graphql-playground",
3591
+ "description": "",
3592
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3593
+ "npm": "@pin-pon/nuxt-graphql-playground",
3594
+ "icon": "",
3595
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3596
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3597
+ "learn_more": "",
3598
+ "category": "Devtools",
3599
+ "type": "3rd-party",
3600
+ "maintainers": [
3601
+ {
3602
+ "name": "pinpon-dev",
3603
+ "github": "pinpon-dev"
3604
+ }
3605
+ ],
3606
+ "compatibility": {
3607
+ "nuxt": "^2.0.0",
3608
+ "requires": {}
3609
+ }
3610
+ },
3611
+ {
3612
+ "name": "nuxt-gtm",
3613
+ "description": "A Nuxt module for Google Tag Manager",
3614
+ "repo": "zadigetvoltaire/nuxt-gtm",
3615
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3616
+ "icon": "nuxt-gtm.svg",
3617
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3618
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3619
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3620
+ "category": "Analytics",
3621
+ "type": "3rd-party",
3200
3622
  "maintainers": [
3201
3623
  {
3202
3624
  "name": "Zadig&Voltaire Team",
@@ -3205,7 +3627,8 @@
3205
3627
  ],
3206
3628
  "compatibility": {
3207
3629
  "nuxt": "^3.0.0",
3208
- "requires": {}
3630
+ "requires": {},
3631
+ "devtools": "^0.0.0"
3209
3632
  }
3210
3633
  },
3211
3634
  {
@@ -3233,24 +3656,24 @@
3233
3656
  }
3234
3657
  },
3235
3658
  {
3236
- "name": "nuxt-lazy-load",
3237
- "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3238
- "repo": "",
3239
- "npm": "nuxt-lazy-load",
3240
- "icon": "nuxt-lazy-load.svg",
3241
- "github": "",
3242
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3243
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3244
- "category": "Performance",
3659
+ "name": "nuxt-jsonld",
3660
+ "description": "Manage JSON-LD in Vue component.",
3661
+ "repo": "ymmooot/nuxt-jsonld",
3662
+ "npm": "nuxt-jsonld",
3663
+ "icon": "",
3664
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3665
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3666
+ "learn_more": "",
3667
+ "category": "SEO",
3245
3668
  "type": "3rd-party",
3246
3669
  "maintainers": [
3247
3670
  {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
3671
+ "name": "ymmooot",
3672
+ "github": "ymmooot"
3250
3673
  }
3251
3674
  ],
3252
3675
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3676
+ "nuxt": "^3.0.0",
3254
3677
  "requires": {}
3255
3678
  }
3256
3679
  },
@@ -3279,7 +3702,7 @@
3279
3702
  },
3280
3703
  {
3281
3704
  "name": "nuxt-loco",
3282
- "description": "A localise.biz module to synth locale with Nuxt.js",
3705
+ "description": "A localise.biz module to synth locale with Nuxt",
3283
3706
  "repo": "gaetansenn/nuxt-loco",
3284
3707
  "npm": "nuxt-loco",
3285
3708
  "icon": "",
@@ -3300,6 +3723,28 @@
3300
3723
  "requires": {}
3301
3724
  }
3302
3725
  },
3726
+ {
3727
+ "name": "nuxt-mail",
3728
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3729
+ "repo": "dword-design/nuxt-mail",
3730
+ "npm": "nuxt-mail",
3731
+ "icon": "",
3732
+ "github": "https://github.com/dword-design/nuxt-mail",
3733
+ "website": "https://github.com/dword-design/nuxt-mail",
3734
+ "learn_more": "",
3735
+ "category": "Extensions",
3736
+ "type": "3rd-party",
3737
+ "maintainers": [
3738
+ {
3739
+ "name": "Sebastian Landwehr",
3740
+ "github": "dword-design"
3741
+ }
3742
+ ],
3743
+ "compatibility": {
3744
+ "nuxt": "^2.0.0 || ^3.0.0",
3745
+ "requires": {}
3746
+ }
3747
+ },
3303
3748
  {
3304
3749
  "name": "nuxt-mapbox",
3305
3750
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3322,6 +3767,28 @@
3322
3767
  "requires": {}
3323
3768
  }
3324
3769
  },
3770
+ {
3771
+ "name": "nuxt-mdi",
3772
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3773
+ "repo": "ERPedersen/nuxt-mdi",
3774
+ "npm": "nuxt-mdi",
3775
+ "icon": "mdi.png",
3776
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3777
+ "website": "https://nuxt-mdi.emilrosenius.com",
3778
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3779
+ "category": "Libraries",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "Emil Rosenius",
3784
+ "github": "ERPedersen"
3785
+ }
3786
+ ],
3787
+ "compatibility": {
3788
+ "nuxt": "^3.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3325
3792
  {
3326
3793
  "name": "nuxt-monaco-editor",
3327
3794
  "description": "Integrate monaco-editor with Nuxt",
@@ -3346,12 +3813,12 @@
3346
3813
  },
3347
3814
  {
3348
3815
  "name": "nuxt-mongoose",
3349
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3816
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3350
3817
  "repo": "arashsheyda/nuxt-mongoose",
3351
3818
  "npm": "nuxt-mongoose",
3352
3819
  "icon": "nuxt-mongoose.svg",
3353
3820
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3821
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
3822
  "learn_more": "",
3356
3823
  "category": "Database",
3357
3824
  "type": "3rd-party",
@@ -3361,6 +3828,30 @@
3361
3828
  "github": "arashsheyda"
3362
3829
  }
3363
3830
  ],
3831
+ "compatibility": {
3832
+ "nuxt": "^3.0.0",
3833
+ "requires": {},
3834
+ "devtools": "^0.0.0"
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-payload-analyzer",
3839
+ "description": "Analyze Nuxt Payload Size",
3840
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3841
+ "npm": "nuxt-payload-analyzer",
3842
+ "icon": "",
3843
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3844
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3845
+ "learn_more": "",
3846
+ "category": "Performance",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Barbapapazes",
3851
+ "github": "Barbapapazes",
3852
+ "twitter": "soubiran_"
3853
+ }
3854
+ ],
3364
3855
  "compatibility": {
3365
3856
  "nuxt": "^3.0.0",
3366
3857
  "requires": {}
@@ -3389,6 +3880,28 @@
3389
3880
  "requires": {}
3390
3881
  }
3391
3882
  },
3883
+ {
3884
+ "name": "nuxt-phosphor-icons",
3885
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3886
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3887
+ "npm": "nuxt-phosphor-icons",
3888
+ "icon": "phosphor-icons.svg",
3889
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3890
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3891
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3892
+ "category": "UI",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "OyewoleOyedeji",
3897
+ "github": "OyewoleOyedeji"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3392
3905
  {
3393
3906
  "name": "nuxt-pino-log",
3394
3907
  "description": "Structured logs for nuxt apps using pino",
@@ -3413,7 +3926,7 @@
3413
3926
  },
3414
3927
  {
3415
3928
  "name": "plausible",
3416
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3929
+ "description": "Nuxt module to natively integrate Plausible analytics",
3417
3930
  "repo": "nuxt-modules/plausible",
3418
3931
  "npm": "@nuxtjs/plausible",
3419
3932
  "icon": "plausible.png",
@@ -3433,9 +3946,35 @@
3433
3946
  "requires": {}
3434
3947
  }
3435
3948
  },
3949
+ {
3950
+ "name": "nuxt-plotly",
3951
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3952
+ "repo": "superdev-tech/nuxt-plotly",
3953
+ "npm": "nuxt-plotly",
3954
+ "icon": "nuxt-plotly.svg",
3955
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3956
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3957
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3958
+ "category": "Libraries",
3959
+ "type": "3rd-party",
3960
+ "maintainers": [
3961
+ {
3962
+ "name": "Supanut Dokmaithong",
3963
+ "github": "Boomgeek"
3964
+ },
3965
+ {
3966
+ "name": "superdev-tech",
3967
+ "github": "superdev-tech"
3968
+ }
3969
+ ],
3970
+ "compatibility": {
3971
+ "nuxt": "^3.0.0",
3972
+ "requires": {}
3973
+ }
3974
+ },
3436
3975
  {
3437
3976
  "name": "nuxt-png-to-ico",
3438
- "description": "Nuxt.js module for auto generating favicons",
3977
+ "description": "Nuxt module for auto generating favicons",
3439
3978
  "repo": "b5710546232/nuxt-png-to-ico",
3440
3979
  "npm": "nuxt-png-to-ico",
3441
3980
  "icon": "",
@@ -3458,7 +3997,7 @@
3458
3997
  },
3459
3998
  {
3460
3999
  "name": "nuxt-smartlook",
3461
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4000
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3462
4001
  "repo": "f00b4r/nuxt-smartlook",
3463
4002
  "npm": "nuxt-smartlook",
3464
4003
  "icon": "nuxt-smartlook.png",
@@ -3480,6 +4019,28 @@
3480
4019
  "requires": {}
3481
4020
  }
3482
4021
  },
4022
+ {
4023
+ "name": "nuxt-social-share",
4024
+ "description": "Simple Social Sharing for Nuxt",
4025
+ "repo": "stefanobartoletti/nuxt-social-share",
4026
+ "npm": "@stefanobartoletti/nuxt-social-share",
4027
+ "icon": "nuxt-social-share.png",
4028
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4029
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4030
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4031
+ "category": "Extensions",
4032
+ "type": "3rd-party",
4033
+ "maintainers": [
4034
+ {
4035
+ "name": "stefanobartoletti",
4036
+ "github": "stefanobartoletti"
4037
+ }
4038
+ ],
4039
+ "compatibility": {
4040
+ "nuxt": "^3.0.0",
4041
+ "requires": {}
4042
+ }
4043
+ },
3483
4044
  {
3484
4045
  "name": "ssr-lit",
3485
4046
  "description": "Server-Side Rendering for Lit Element components",
@@ -3510,7 +4071,7 @@
3510
4071
  },
3511
4072
  {
3512
4073
  "name": "nuxt-storm",
3513
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4074
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3514
4075
  "repo": "fumeapp/nuxt-storm",
3515
4076
  "npm": "nuxt-storm",
3516
4077
  "icon": "nuxt-storm.png",
@@ -3554,7 +4115,7 @@
3554
4115
  },
3555
4116
  {
3556
4117
  "name": "nuxt-unleash",
3557
- "description": "Nuxt.js module to use Unleash toggle feature services",
4118
+ "description": "Nuxt module to use Unleash toggle feature services",
3558
4119
  "repo": "conejerock/nuxt-unleash",
3559
4120
  "npm": "nuxt-unleash",
3560
4121
  "icon": "nuxt-unleash.svg",
@@ -3645,12 +4206,12 @@
3645
4206
  {
3646
4207
  "name": "nuxt-vue3-google-signin",
3647
4208
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
4209
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
4210
  "npm": "nuxt-vue3-google-signin",
3650
4211
  "icon": "vue3-google-signin.svg",
3651
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3652
- "website": "https://vue3-google-signin.syetalabs.io",
3653
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4212
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4213
+ "website": "https://vue3-google-signin.wavezync.com",
4214
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
4215
  "category": "Libraries",
3655
4216
  "type": "3rd-party",
3656
4217
  "maintainers": [
@@ -3666,7 +4227,7 @@
3666
4227
  },
3667
4228
  {
3668
4229
  "name": "nuxt-vuetify",
3669
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4230
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3670
4231
  "repo": "invictus-codes/nuxt-vuetify",
3671
4232
  "npm": "@invictus.codes/nuxt-vuetify",
3672
4233
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3686,9 +4247,31 @@
3686
4247
  "requires": {}
3687
4248
  }
3688
4249
  },
4250
+ {
4251
+ "name": "nuxt3-leaflet",
4252
+ "description": "Leaflet integration with Nuxt",
4253
+ "repo": "Gugustinette/Nuxt-Leaflet",
4254
+ "npm": "nuxt3-leaflet",
4255
+ "icon": "leaflet.png",
4256
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4257
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4258
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4259
+ "category": "Libraries",
4260
+ "type": "3rd-party",
4261
+ "maintainers": [
4262
+ {
4263
+ "name": "Augustin MERCIER",
4264
+ "github": "Gugustinette"
4265
+ }
4266
+ ],
4267
+ "compatibility": {
4268
+ "nuxt": "^3.0.0",
4269
+ "requires": {}
4270
+ }
4271
+ },
3689
4272
  {
3690
4273
  "name": "nuxt7",
3691
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4274
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3692
4275
  "repo": "nuxt-community/nuxt7",
3693
4276
  "npm": "nuxt7",
3694
4277
  "icon": "",
@@ -3709,38 +4292,15 @@
3709
4292
  "requires": {}
3710
4293
  }
3711
4294
  },
3712
- {
3713
- "name": "nuxtlabs-ui",
3714
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3715
- "repo": "nuxtlabs/ui",
3716
- "npm": "@nuxthq/ui",
3717
- "icon": "nuxtlabs-ui.svg",
3718
- "github": "https://github.com/nuxtlabs/ui",
3719
- "website": "https://ui.nuxtlabs.com",
3720
- "learn_more": "https://ui.nuxtlabs.com",
3721
- "category": "UI",
3722
- "type": "3rd-party",
3723
- "maintainers": [
3724
- {
3725
- "name": "Benjamin Canac",
3726
- "github": "benjamincanac",
3727
- "twitter": "benjamincanac"
3728
- }
3729
- ],
3730
- "compatibility": {
3731
- "nuxt": "^3.0.0",
3732
- "requires": {}
3733
- }
3734
- },
3735
4295
  {
3736
4296
  "name": "og-image",
3737
- "description": "Easily generate dynamic social share images.",
4297
+ "description": "Enlightened runtime images generated with Vue templates.",
3738
4298
  "repo": "harlan-zw/nuxt-og-image",
3739
4299
  "npm": "nuxt-og-image",
3740
- "icon": "",
4300
+ "icon": "og-image.svg",
3741
4301
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3742
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3743
- "learn_more": "",
4302
+ "website": "https://nuxtseo.com/og-image",
4303
+ "learn_more": "https://nuxtseo.com/og-image",
3744
4304
  "category": "SEO",
3745
4305
  "type": "3rd-party",
3746
4306
  "maintainers": [
@@ -3753,7 +4313,8 @@
3753
4313
  ],
3754
4314
  "compatibility": {
3755
4315
  "nuxt": "^3.0.0",
3756
- "requires": {}
4316
+ "requires": {},
4317
+ "devtools": "^0.0.0"
3757
4318
  }
3758
4319
  },
3759
4320
  {
@@ -3781,7 +4342,7 @@
3781
4342
  },
3782
4343
  {
3783
4344
  "name": "optimized-images",
3784
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4345
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3785
4346
  "repo": "juliomrqz/nuxt-optimized-images",
3786
4347
  "npm": "@aceforth/nuxt-optimized-images",
3787
4348
  "icon": "",
@@ -3826,7 +4387,7 @@
3826
4387
  },
3827
4388
  {
3828
4389
  "name": "parse",
3829
- "description": "Parse package for Nuxt.js",
4390
+ "description": "Parse package for Nuxt",
3830
4391
  "repo": "cierrateam/nuxt-parse",
3831
4392
  "npm": "nuxt-parse",
3832
4393
  "icon": "",
@@ -3846,6 +4407,29 @@
3846
4407
  "requires": {}
3847
4408
  }
3848
4409
  },
4410
+ {
4411
+ "name": "particles",
4412
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4413
+ "repo": "Joepocalyptic/nuxt-particles",
4414
+ "npm": "nuxt-particles",
4415
+ "icon": "",
4416
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4417
+ "website": "https://nuxt-particles.joeypereira.dev",
4418
+ "learn_more": "https://particles.js.org/",
4419
+ "category": "Libraries",
4420
+ "type": "3rd-party",
4421
+ "maintainers": [
4422
+ {
4423
+ "name": "Joey Pereira",
4424
+ "github": "Joepocalyptic",
4425
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4426
+ }
4427
+ ],
4428
+ "compatibility": {
4429
+ "nuxt": "^3.0.0",
4430
+ "requires": {}
4431
+ }
4432
+ },
3849
4433
  {
3850
4434
  "name": "partytown",
3851
4435
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3992,7 +4576,7 @@
3992
4576
  },
3993
4577
  {
3994
4578
  "name": "plausible",
3995
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4579
+ "description": "Nuxt module to natively integrate Plausible analytics",
3996
4580
  "repo": "nuxt-modules/plausible",
3997
4581
  "npm": "@nuxtjs/plausible",
3998
4582
  "icon": "",
@@ -4034,9 +4618,56 @@
4034
4618
  "requires": {}
4035
4619
  }
4036
4620
  },
4621
+ {
4622
+ "name": "prepare",
4623
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4624
+ "repo": "johannschopplich/nuxt-prepare",
4625
+ "npm": "nuxt-prepare",
4626
+ "icon": "prepare.svg",
4627
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4628
+ "website": "https://nuxt-prepare.jhnn.dev",
4629
+ "learn_more": "",
4630
+ "category": "Devtools",
4631
+ "type": "3rd-party",
4632
+ "maintainers": [
4633
+ {
4634
+ "name": "Johann Schopplich",
4635
+ "github": "johannschopplich",
4636
+ "twitter": "jschopplich",
4637
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4638
+ }
4639
+ ],
4640
+ "compatibility": {
4641
+ "nuxt": "^3.0.0",
4642
+ "requires": {}
4643
+ }
4644
+ },
4645
+ {
4646
+ "name": "primevue",
4647
+ "description": "Next Generation Vue UI Component Library",
4648
+ "repo": "primefaces/primevue-nuxt-module",
4649
+ "npm": "nuxt-primevue",
4650
+ "icon": "primevue.svg",
4651
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4652
+ "website": "https://primevue.org/",
4653
+ "learn_more": "https://primevue.org/",
4654
+ "category": "UI",
4655
+ "type": "3rd-party",
4656
+ "maintainers": [
4657
+ {
4658
+ "name": "primefaces",
4659
+ "github": "primefaces",
4660
+ "twitter": "primevue"
4661
+ }
4662
+ ],
4663
+ "compatibility": {
4664
+ "nuxt": "^3.0.0",
4665
+ "requires": {}
4666
+ }
4667
+ },
4037
4668
  {
4038
4669
  "name": "prismic",
4039
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4670
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4040
4671
  "repo": "nuxt-modules/prismic",
4041
4672
  "npm": "@nuxtjs/prismic",
4042
4673
  "icon": "prismic.png",
@@ -4103,7 +4734,7 @@
4103
4734
  },
4104
4735
  {
4105
4736
  "name": "proxy",
4106
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4737
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4107
4738
  "repo": "nuxt-community/proxy-module",
4108
4739
  "npm": "@nuxtjs/proxy",
4109
4740
  "icon": "",
@@ -4149,7 +4780,7 @@
4149
4780
  },
4150
4781
  {
4151
4782
  "name": "purgecss",
4152
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4783
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4153
4784
  "repo": "Developmint/nuxt-purgecss#main",
4154
4785
  "npm": "nuxt-purgecss",
4155
4786
  "icon": "purgecss.png",
@@ -4171,7 +4802,7 @@
4171
4802
  },
4172
4803
  {
4173
4804
  "name": "pwa",
4174
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4805
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4175
4806
  "repo": "nuxt-community/pwa-module",
4176
4807
  "npm": "@nuxtjs/pwa",
4177
4808
  "icon": "pwa.png",
@@ -4196,7 +4827,7 @@
4196
4827
  },
4197
4828
  {
4198
4829
  "name": "python",
4199
- "description": "Write Nuxt.js applications using Python",
4830
+ "description": "Write Nuxt applications using Python",
4200
4831
  "repo": "nuxt-community/python-module",
4201
4832
  "npm": "@nuxtjs/python",
4202
4833
  "icon": "python.png",
@@ -4233,6 +4864,64 @@
4233
4864
  "github": "Maiquu"
4234
4865
  }
4235
4866
  ],
4867
+ "compatibility": {
4868
+ "nuxt": "^3.0.0",
4869
+ "requires": {},
4870
+ "devtools": "^0.0.0"
4871
+ }
4872
+ },
4873
+ {
4874
+ "name": "radash",
4875
+ "description": "radash module with auto-import and custom prefix",
4876
+ "repo": "bbg/nuxt-radash",
4877
+ "npm": "nuxt-radash",
4878
+ "icon": "radash.png",
4879
+ "github": "https://github.com/bbg/nuxt-radash",
4880
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4881
+ "learn_more": "https://github.com/rayepps/radash/",
4882
+ "category": "Libraries",
4883
+ "type": "3rd-party",
4884
+ "maintainers": [
4885
+ {
4886
+ "name": "Batuhan Göksu",
4887
+ "github": "bbg"
4888
+ }
4889
+ ],
4890
+ "compatibility": {
4891
+ "nuxt": "^3.0.0",
4892
+ "requires": {}
4893
+ }
4894
+ },
4895
+ {
4896
+ "name": "radix-vue",
4897
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4898
+ "repo": "radix-vue/radix-vue",
4899
+ "npm": "radix-vue",
4900
+ "icon": "radix-vue.svg",
4901
+ "github": "https://github.com/radix-vue/radix-vue",
4902
+ "website": "https://www.radix-vue.com/",
4903
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4904
+ "category": "UI",
4905
+ "type": "3rd-party",
4906
+ "maintainers": [
4907
+ {
4908
+ "name": "Zernonia",
4909
+ "github": "zernonia",
4910
+ "twitter": "zernonia"
4911
+ },
4912
+ {
4913
+ "name": "Khairul Haaziq",
4914
+ "github": "khairulhaaziq"
4915
+ },
4916
+ {
4917
+ "name": "Mujahid Anuar",
4918
+ "github": "mujahidfa"
4919
+ },
4920
+ {
4921
+ "name": "Max",
4922
+ "github": "onmax"
4923
+ }
4924
+ ],
4236
4925
  "compatibility": {
4237
4926
  "nuxt": "^3.0.0",
4238
4927
  "requires": {}
@@ -4240,7 +4929,7 @@
4240
4929
  },
4241
4930
  {
4242
4931
  "name": "recaptcha",
4243
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4932
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4244
4933
  "repo": "nuxt-community/recaptcha-module",
4245
4934
  "npm": "@nuxtjs/recaptcha",
4246
4935
  "icon": "recaptcha.png",
@@ -4285,7 +4974,7 @@
4285
4974
  },
4286
4975
  {
4287
4976
  "name": "rfg-icon",
4288
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
4977
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4289
4978
  "repo": "pimlie/nuxt-rfg-icon",
4290
4979
  "npm": "nuxt-rfg-icon",
4291
4980
  "icon": "real-favicon-generator.png",
@@ -4307,12 +4996,12 @@
4307
4996
  },
4308
4997
  {
4309
4998
  "name": "robots",
4310
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4311
- "repo": "nuxt-community/robots-module",
4999
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5000
+ "repo": "nuxt-modules/robots",
4312
5001
  "npm": "@nuxtjs/robots",
4313
5002
  "icon": "robots.png",
4314
- "github": "https://github.com/nuxt-community/robots-module",
4315
- "website": "https://github.com/nuxt-community/robots-module",
5003
+ "github": "https://github.com/nuxt-modules/robots",
5004
+ "website": "https://github.com/nuxt-modules/robots",
4316
5005
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4317
5006
  "category": "SEO",
4318
5007
  "type": "community",
@@ -4331,7 +5020,7 @@
4331
5020
  },
4332
5021
  {
4333
5022
  "name": "rollbar",
4334
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5023
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4335
5024
  "repo": "gaelreyrol/nuxt-rollbar-module",
4336
5025
  "npm": "nuxt-rollbar-module",
4337
5026
  "icon": "rollbar.png",
@@ -4376,7 +5065,7 @@
4376
5065
  },
4377
5066
  {
4378
5067
  "name": "router",
4379
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5068
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4380
5069
  "repo": "nuxt-community/router-module",
4381
5070
  "npm": "@nuxtjs/router",
4382
5071
  "icon": "vue.png",
@@ -4424,13 +5113,13 @@
4424
5113
  },
4425
5114
  {
4426
5115
  "name": "schema-org",
4427
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4428
- "repo": "vueuse/schema-org#main/packages/nuxt",
5116
+ "description": "Schema.org for Nuxt.",
5117
+ "repo": "harlan-zw/nuxt-schema-org",
4429
5118
  "npm": "nuxt-schema-org",
4430
5119
  "icon": "schema-org.svg",
4431
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4432
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4433
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5120
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5121
+ "website": "https://nuxtseo.com/schema-org",
5122
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4434
5123
  "category": "SEO",
4435
5124
  "type": "3rd-party",
4436
5125
  "maintainers": [
@@ -4493,7 +5182,7 @@
4493
5182
  },
4494
5183
  {
4495
5184
  "name": "segment",
4496
- "description": "Nuxt.js module for Segment Analytics.js",
5185
+ "description": "Nuxt module for Segment Analytics.js",
4497
5186
  "repo": "dansmaculotte/nuxt-segment",
4498
5187
  "npm": "@dansmaculotte/nuxt-segment",
4499
5188
  "icon": "segment.png",
@@ -4515,10 +5204,10 @@
4515
5204
  },
4516
5205
  {
4517
5206
  "name": "sentry",
4518
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5207
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4519
5208
  "repo": "nuxt-community/sentry-module",
4520
5209
  "npm": "@nuxtjs/sentry",
4521
- "icon": "sentry.png",
5210
+ "icon": "sentry.svg",
4522
5211
  "github": "https://github.com/nuxt-community/sentry-module",
4523
5212
  "website": "https://sentry.nuxtjs.org/",
4524
5213
  "learn_more": "https://sentry.io/welcome/",
@@ -4535,14 +5224,38 @@
4535
5224
  "requires": {}
4536
5225
  }
4537
5226
  },
5227
+ {
5228
+ "name": "seo-experiments",
5229
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5230
+ "repo": "harlan-zw/nuxt-seo-experiments",
5231
+ "npm": "nuxt-seo-experiments",
5232
+ "icon": "seo-experiments.svg",
5233
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5234
+ "website": "https://nuxtseo.com/experiments",
5235
+ "learn_more": "https://nuxtseo.com/experiments",
5236
+ "category": "SEO",
5237
+ "type": "3rd-party",
5238
+ "maintainers": [
5239
+ {
5240
+ "name": "Harlan Wilton",
5241
+ "github": "harlan-zw",
5242
+ "twitter": "harlan_zw",
5243
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5244
+ }
5245
+ ],
5246
+ "compatibility": {
5247
+ "nuxt": "^3.0.0",
5248
+ "requires": {}
5249
+ }
5250
+ },
4538
5251
  {
4539
5252
  "name": "seo-kit",
4540
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5253
+ "description": "The complete SEO solution for Nuxt.",
4541
5254
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4542
5255
  "npm": "nuxt-seo-kit",
4543
5256
  "icon": "seo-kit.svg",
4544
5257
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4545
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5258
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4546
5259
  "learn_more": "",
4547
5260
  "category": "SEO",
4548
5261
  "type": "3rd-party",
@@ -4582,7 +5295,7 @@
4582
5295
  },
4583
5296
  {
4584
5297
  "name": "seomatic-meta",
4585
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5298
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4586
5299
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4587
5300
  "npm": "nuxt-seomatic-meta",
4588
5301
  "icon": "seomatic.png",
@@ -4625,6 +5338,29 @@
4625
5338
  "requires": {}
4626
5339
  }
4627
5340
  },
5341
+ {
5342
+ "name": "server-block",
5343
+ "description": "Use <server> tags in your Nuxt pages components.",
5344
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5345
+ "npm": "@hebilicious/server-block-nuxt",
5346
+ "icon": "server-block.svg",
5347
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5348
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5349
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5350
+ "category": "Extensions",
5351
+ "type": "3rd-party",
5352
+ "maintainers": [
5353
+ {
5354
+ "name": "Hebilicious",
5355
+ "github": "Hebilicious",
5356
+ "twitter": "its_hebilicious"
5357
+ }
5358
+ ],
5359
+ "compatibility": {
5360
+ "nuxt": "^3.0.0",
5361
+ "requires": {}
5362
+ }
5363
+ },
4628
5364
  {
4629
5365
  "name": "session",
4630
5366
  "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",
@@ -4650,7 +5386,7 @@
4650
5386
  },
4651
5387
  {
4652
5388
  "name": "shopify",
4653
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5389
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4654
5390
  "repo": "Gomah/nuxt-shopify",
4655
5391
  "npm": "nuxt-shopify",
4656
5392
  "icon": "shopify.png",
@@ -4671,7 +5407,7 @@
4671
5407
  }
4672
5408
  },
4673
5409
  {
4674
- "name": "nuxt-auth",
5410
+ "name": "sidebase-auth",
4675
5411
  "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.",
4676
5412
  "repo": "sidebase/nuxt-auth",
4677
5413
  "npm": "@sidebase/nuxt-auth",
@@ -4717,13 +5453,13 @@
4717
5453
  },
4718
5454
  {
4719
5455
  "name": "simple-robots",
4720
- "description": "Simply manage the robots crawling your Nuxt app.",
5456
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4721
5457
  "repo": "harlan-zw/nuxt-simple-robots",
4722
5458
  "npm": "nuxt-simple-robots",
4723
- "icon": "",
5459
+ "icon": "simple-robots.svg",
4724
5460
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4726
- "learn_more": "",
5461
+ "website": "https://nuxtseo.com/robots",
5462
+ "learn_more": "https://nuxtseo.com/robots",
4727
5463
  "category": "SEO",
4728
5464
  "type": "3rd-party",
4729
5465
  "maintainers": [
@@ -4741,13 +5477,13 @@
4741
5477
  },
4742
5478
  {
4743
5479
  "name": "simple-sitemap",
4744
- "description": "Simple, minimal sitemap.xml generation.",
5480
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4745
5481
  "repo": "harlan-zw/nuxt-simple-sitemap",
4746
5482
  "npm": "nuxt-simple-sitemap",
4747
- "icon": "",
5483
+ "icon": "simple-sitemap.svg",
4748
5484
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4749
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4750
- "learn_more": "",
5485
+ "website": "https://nuxtseo.com/simple-sitemap",
5486
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4751
5487
  "category": "SEO",
4752
5488
  "type": "3rd-party",
4753
5489
  "maintainers": [
@@ -4765,7 +5501,7 @@
4765
5501
  },
4766
5502
  {
4767
5503
  "name": "sitemap",
4768
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5504
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4769
5505
  "repo": "nuxt-community/sitemap-module#dev",
4770
5506
  "npm": "@nuxtjs/sitemap",
4771
5507
  "icon": "",
@@ -4810,7 +5546,7 @@
4810
5546
  },
4811
5547
  {
4812
5548
  "name": "snipcart",
4813
- "description": "Snipcart integration module for Nuxt.js",
5549
+ "description": "Snipcart integration module for Nuxt",
4814
5550
  "repo": "nuxt-modules/snipcart",
4815
5551
  "npm": "@nuxtjs/snipcart",
4816
5552
  "icon": "snipcart.png",
@@ -4833,7 +5569,7 @@
4833
5569
  },
4834
5570
  {
4835
5571
  "name": "social-meta",
4836
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5572
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4837
5573
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4838
5574
  "npm": "nuxt-social-meta",
4839
5575
  "icon": "",
@@ -4955,7 +5691,7 @@
4955
5691
  },
4956
5692
  {
4957
5693
  "name": "storage",
4958
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5694
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4959
5695
  "repo": "mazipan/nuxt-storage",
4960
5696
  "npm": "nuxt-storage",
4961
5697
  "icon": "",
@@ -4977,7 +5713,7 @@
4977
5713
  },
4978
5714
  {
4979
5715
  "name": "storefront-ui",
4980
- "description": "Storefront UI Module for Nuxt.js",
5716
+ "description": "Storefront UI Module for Nuxt",
4981
5717
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4982
5718
  "npm": "@storefront-ui/nuxt",
4983
5719
  "icon": "storefront-ui.svg",
@@ -5021,7 +5757,7 @@
5021
5757
  },
5022
5758
  {
5023
5759
  "name": "storyblok",
5024
- "description": "Storyblok Nuxt.js module",
5760
+ "description": "Storyblok Nuxt module",
5025
5761
  "repo": "storyblok/storyblok-nuxt#master/lib",
5026
5762
  "npm": "@storyblok/nuxt",
5027
5763
  "icon": "storyblok.png",
@@ -5038,46 +5774,43 @@
5038
5774
  ],
5039
5775
  "compatibility": {
5040
5776
  "nuxt": "^2.0.0 || ^3.0.0",
5041
- "requires": {}
5777
+ "requires": {},
5778
+ "devtools": "^0.0.0"
5042
5779
  }
5043
5780
  },
5044
5781
  {
5045
5782
  "name": "storybook",
5046
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5047
- "repo": "nuxt-community/storybook",
5783
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5784
+ "repo": "nuxt-modules/storybook",
5048
5785
  "npm": "@nuxtjs/storybook",
5049
5786
  "icon": "storybook.png",
5050
- "github": "https://github.com/nuxt-community/storybook",
5787
+ "github": "https://github.com/nuxt-modules/storybook",
5051
5788
  "website": "https://storybook.nuxtjs.org",
5052
- "learn_more": "https://storybook.js.org/",
5789
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5053
5790
  "category": "Devtools",
5054
5791
  "type": "community",
5055
5792
  "maintainers": [
5056
5793
  {
5057
- "name": "Ahad Birang",
5058
- "github": "farnabaz",
5059
- "twitter": "a_birang"
5060
- },
5061
- {
5062
- "name": "Pooya Parsa",
5063
- "github": "pi0",
5064
- "twitter": "_pi0_"
5794
+ "name": "Chakir QATAB",
5795
+ "github": "chakAs3",
5796
+ "twitter": "ChakirQatab"
5065
5797
  }
5066
5798
  ],
5067
5799
  "compatibility": {
5068
- "nuxt": "^2.0.0",
5800
+ "nuxt": "^2.0.0 || ^3.0.0",
5069
5801
  "requires": {
5070
5802
  "bridge": "optional"
5071
- }
5803
+ },
5804
+ "devtools": "^0.7.2"
5072
5805
  }
5073
5806
  },
5074
5807
  {
5075
5808
  "name": "strapi",
5076
5809
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5077
- "repo": "nuxt-community/strapi-module",
5810
+ "repo": "nuxt-modules/strapi",
5078
5811
  "npm": "@nuxtjs/strapi",
5079
5812
  "icon": "strapi.png",
5080
- "github": "https://github.com/nuxt-community/strapi-module",
5813
+ "github": "https://github.com/nuxt-modules/strapi",
5081
5814
  "website": "https://strapi.nuxtjs.org",
5082
5815
  "learn_more": "https://strapi.io/",
5083
5816
  "category": "CMS",
@@ -5095,10 +5828,37 @@
5095
5828
  }
5096
5829
  ],
5097
5830
  "compatibility": {
5098
- "nuxt": "^2.0.0 || ^3.0.0",
5099
- "requires": {
5100
- "bridge": true
5101
- }
5831
+ "nuxt": "^2.0.0 || ^3.0.0",
5832
+ "requires": {
5833
+ "bridge": true
5834
+ },
5835
+ "devtools": "^0.0.0"
5836
+ }
5837
+ },
5838
+ {
5839
+ "name": "stripe-next",
5840
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5841
+ "repo": "fuentesloic/nuxt-stripe",
5842
+ "npm": "@unlok-co/nuxt-stripe",
5843
+ "icon": "stripe.png",
5844
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5845
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5846
+ "learn_more": "https://stripe.com/docs",
5847
+ "category": "Payment",
5848
+ "type": "3rd-party",
5849
+ "maintainers": [
5850
+ {
5851
+ "name": "Loic Fuentes",
5852
+ "github": "fuentesloic"
5853
+ },
5854
+ {
5855
+ "name": "Florent Giraud",
5856
+ "github": "flozero"
5857
+ }
5858
+ ],
5859
+ "compatibility": {
5860
+ "nuxt": "^3.0.0",
5861
+ "requires": {}
5102
5862
  }
5103
5863
  },
5104
5864
  {
@@ -5123,6 +5883,36 @@
5123
5883
  "requires": {}
5124
5884
  }
5125
5885
  },
5886
+ {
5887
+ "name": "studio",
5888
+ "description": "A new experience to build content-driven website with Nuxt.",
5889
+ "repo": "nuxtlabs/studio-module",
5890
+ "npm": "@nuxthq/studio",
5891
+ "icon": "studio.svg",
5892
+ "github": "https://github.com/nuxtlabs/studio-module",
5893
+ "website": "https://nuxt.studio",
5894
+ "learn_more": "https://nuxt.studio",
5895
+ "category": "CMS",
5896
+ "type": "3rd-party",
5897
+ "maintainers": [
5898
+ {
5899
+ "name": "Ahad Birang",
5900
+ "github": "farnabaz",
5901
+ "twitter": "a_birang"
5902
+ },
5903
+ {
5904
+ "name": "Sébastien Chopin",
5905
+ "github": "Atinux",
5906
+ "twitter": "Atinux"
5907
+ }
5908
+ ],
5909
+ "compatibility": {
5910
+ "nuxt": "^3.0.0",
5911
+ "requires": {
5912
+ "content": true
5913
+ }
5914
+ }
5915
+ },
5126
5916
  {
5127
5917
  "name": "style-resources",
5128
5918
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5148,7 +5938,7 @@
5148
5938
  },
5149
5939
  {
5150
5940
  "name": "stylelint",
5151
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5941
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5152
5942
  "repo": "nuxt-community/stylelint-module",
5153
5943
  "npm": "@nuxtjs/stylelint-module",
5154
5944
  "icon": "stylelint.png",
@@ -5194,10 +5984,10 @@
5194
5984
  {
5195
5985
  "name": "supabase",
5196
5986
  "description": "First class integration with Supabase",
5197
- "repo": "nuxt-community/supabase-module",
5987
+ "repo": "nuxt-modules/supabase",
5198
5988
  "npm": "@nuxtjs/supabase",
5199
5989
  "icon": "supabase.png",
5200
- "github": "https://github.com/nuxt-community/supabase-module",
5990
+ "github": "https://github.com/nuxt-modules/supabase",
5201
5991
  "website": "https://supabase.nuxtjs.org",
5202
5992
  "learn_more": "https://supabase.com",
5203
5993
  "category": "Database",
@@ -5248,12 +6038,12 @@
5248
6038
  },
5249
6039
  {
5250
6040
  "name": "svg-sprite",
5251
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5252
- "repo": "nuxt-community/svg-sprite-module",
6041
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6042
+ "repo": "nuxt-modules/svg-sprite",
5253
6043
  "npm": "@nuxtjs/svg-sprite",
5254
6044
  "icon": "",
5255
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5256
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6045
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6046
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5257
6047
  "learn_more": "",
5258
6048
  "category": "UI",
5259
6049
  "type": "community",
@@ -5265,13 +6055,13 @@
5265
6055
  }
5266
6056
  ],
5267
6057
  "compatibility": {
5268
- "nuxt": "^2.0.0",
6058
+ "nuxt": "^2.0.0 || ^3.0.0",
5269
6059
  "requires": {}
5270
6060
  }
5271
6061
  },
5272
6062
  {
5273
6063
  "name": "svg",
5274
- "description": "Super simple svg loading module for Nuxt.js",
6064
+ "description": "Super simple svg loading module for Nuxt",
5275
6065
  "repo": "nuxt-community/svg-module",
5276
6066
  "npm": "@nuxtjs/svg",
5277
6067
  "icon": "",
@@ -5315,7 +6105,7 @@
5315
6105
  },
5316
6106
  {
5317
6107
  "name": "swiper",
5318
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6108
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5319
6109
  "repo": "cpreston321/nuxt-swiper",
5320
6110
  "npm": "nuxt-swiper",
5321
6111
  "icon": "swiper.svg",
@@ -5361,10 +6151,10 @@
5361
6151
  {
5362
6152
  "name": "tailwindcss",
5363
6153
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5364
- "repo": "nuxt-community/tailwindcss-module",
6154
+ "repo": "nuxt-modules/tailwindcss",
5365
6155
  "npm": "@nuxtjs/tailwindcss",
5366
6156
  "icon": "tailwindcss.png",
5367
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6157
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5368
6158
  "website": "https://tailwindcss.nuxtjs.org",
5369
6159
  "learn_more": "https://tailwindcss.com/",
5370
6160
  "category": "UI",
@@ -5374,11 +6164,16 @@
5374
6164
  "name": "Sébastien Chopin",
5375
6165
  "github": "Atinux",
5376
6166
  "twitter": "Atinux"
6167
+ },
6168
+ {
6169
+ "name": "Inesh Bose",
6170
+ "github": "ineshbose"
5377
6171
  }
5378
6172
  ],
5379
6173
  "compatibility": {
5380
6174
  "nuxt": "^2.0.0 || ^3.0.0",
5381
- "requires": {}
6175
+ "requires": {},
6176
+ "devtools": "^0.0.0"
5382
6177
  }
5383
6178
  },
5384
6179
  {
@@ -5404,9 +6199,31 @@
5404
6199
  "requires": {}
5405
6200
  }
5406
6201
  },
6202
+ {
6203
+ "name": "time",
6204
+ "description": "Safely render local dates and times on the server with Nuxt",
6205
+ "repo": "danielroe/nuxt-time",
6206
+ "npm": "nuxt-time",
6207
+ "icon": "",
6208
+ "github": "https://github.com/danielroe/nuxt-time",
6209
+ "website": "https://github.com/danielroe/nuxt-time",
6210
+ "learn_more": "",
6211
+ "category": "Extensions",
6212
+ "type": "3rd-party",
6213
+ "maintainers": [
6214
+ {
6215
+ "name": "danielroe",
6216
+ "github": "danielroe"
6217
+ }
6218
+ ],
6219
+ "compatibility": {
6220
+ "nuxt": "^3.0.0",
6221
+ "requires": {}
6222
+ }
6223
+ },
5407
6224
  {
5408
6225
  "name": "toast",
5409
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6226
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5410
6227
  "repo": "nuxt-community/modules#master/packages/toast",
5411
6228
  "npm": "@nuxtjs/toast",
5412
6229
  "icon": "",
@@ -5427,6 +6244,39 @@
5427
6244
  "requires": {}
5428
6245
  }
5429
6246
  },
6247
+ {
6248
+ "name": "tresjs",
6249
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6250
+ "repo": "tresjs/nuxt",
6251
+ "npm": "@tresjs/nuxt",
6252
+ "icon": "tresjs.svg",
6253
+ "github": "https://github.com/Tresjs/nuxt",
6254
+ "website": "https://tresjs.org/guide/nuxt.html",
6255
+ "learn_more": "https://tresjs.org/",
6256
+ "category": "Libraries",
6257
+ "type": "3rd-party",
6258
+ "maintainers": [
6259
+ {
6260
+ "name": "Alvaro Saburido",
6261
+ "github": "alvarosabu",
6262
+ "twitter": "alvarosabu"
6263
+ },
6264
+ {
6265
+ "name": "Jaime Torrealba",
6266
+ "github": "JaimeTorrealba",
6267
+ "twitter": "jaimebboyjt"
6268
+ },
6269
+ {
6270
+ "name": "Tino Koch",
6271
+ "github": "Tinoooo",
6272
+ "twitter": "ichbintino"
6273
+ }
6274
+ ],
6275
+ "compatibility": {
6276
+ "nuxt": "^3.0.0",
6277
+ "requires": {}
6278
+ }
6279
+ },
5430
6280
  {
5431
6281
  "name": "turnstile",
5432
6282
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5454,7 +6304,7 @@
5454
6304
  },
5455
6305
  {
5456
6306
  "name": "twa",
5457
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6307
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5458
6308
  "repo": "tuarrep/nuxt-twa",
5459
6309
  "npm": "nuxt-twa",
5460
6310
  "icon": "",
@@ -5481,7 +6331,7 @@
5481
6331
  "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5482
6332
  "repo": "yizack/nuxt-twemoji",
5483
6333
  "npm": "nuxt-twemoji",
5484
- "icon": "twemoji.png",
6334
+ "icon": "twemoji.svg",
5485
6335
  "github": "https://github.com/Yizack/nuxt-twemoji",
5486
6336
  "website": "https://github.com/Yizack/nuxt-twemoji",
5487
6337
  "learn_more": "",
@@ -5642,6 +6492,39 @@
5642
6492
  "requires": {}
5643
6493
  }
5644
6494
  },
6495
+ {
6496
+ "name": "ui",
6497
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6498
+ "repo": "nuxt/ui#dev",
6499
+ "npm": "@nuxt/ui",
6500
+ "icon": "nuxt.svg",
6501
+ "github": "https://github.com/nuxt/ui",
6502
+ "website": "https://ui.nuxt.com",
6503
+ "learn_more": "",
6504
+ "category": "UI",
6505
+ "type": "official",
6506
+ "maintainers": [
6507
+ {
6508
+ "name": "Benjamin Canac",
6509
+ "github": "benjamincanac",
6510
+ "twitter": "benjamincanac"
6511
+ },
6512
+ {
6513
+ "name": "Sebastien Chopin",
6514
+ "github": "Atinux",
6515
+ "twitter": "Atinux"
6516
+ },
6517
+ {
6518
+ "name": "Sylvain Marroufin",
6519
+ "github": "smarroufin",
6520
+ "twitter": "smarroufin"
6521
+ }
6522
+ ],
6523
+ "compatibility": {
6524
+ "nuxt": "^3.0.0",
6525
+ "requires": {}
6526
+ }
6527
+ },
5645
6528
  {
5646
6529
  "name": "umami",
5647
6530
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5690,7 +6573,7 @@
5690
6573
  },
5691
6574
  {
5692
6575
  "name": "universal-storage",
5693
- "description": "Universal Storage Utilities for Nuxt.js",
6576
+ "description": "Universal Storage Utilities for Nuxt",
5694
6577
  "repo": "nuxt-community/universal-storage-module",
5695
6578
  "npm": "@nuxtjs/universal-storage",
5696
6579
  "icon": "",
@@ -5767,12 +6650,12 @@
5767
6650
  {
5768
6651
  "name": "unocss",
5769
6652
  "description": "The instant on-demand atomic CSS engine.",
5770
- "repo": "antfu/unocss#main/packages/nuxt",
6653
+ "repo": "unocss/unocss#main/packages/nuxt",
5771
6654
  "npm": "@unocss/nuxt",
5772
6655
  "icon": "unocss.svg",
5773
- "github": "https://github.com/antfu/unocss",
5774
- "website": "https://github.com/antfu/unocss",
5775
- "learn_more": "https://github.com/antfu/unocss",
6656
+ "github": "https://github.com/unocss/unocss",
6657
+ "website": "https://github.com/unocss/unocss",
6658
+ "learn_more": "https://github.com/unocss/unocss",
5776
6659
  "category": "UI",
5777
6660
  "type": "3rd-party",
5778
6661
  "maintainers": [
@@ -5787,7 +6670,8 @@
5787
6670
  "nuxt": "^2.0.0 || ^3.0.0",
5788
6671
  "requires": {
5789
6672
  "bridge": "optional"
5790
- }
6673
+ },
6674
+ "devtools": "^0.0.0"
5791
6675
  }
5792
6676
  },
5793
6677
  {
@@ -5813,9 +6697,33 @@
5813
6697
  "requires": {}
5814
6698
  }
5815
6699
  },
6700
+ {
6701
+ "name": "use-wagmi",
6702
+ "description": "Vue Composition for Ethereum based on wagmi",
6703
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6704
+ "npm": "@use-wagmi/nuxt",
6705
+ "icon": "use-wagmi.png",
6706
+ "github": "https://github.com/unicape/use-wagmi",
6707
+ "website": "https://github.com/unicape/use-wagmi",
6708
+ "learn_more": "https://github.com/unicape/use-wagmi",
6709
+ "category": "Extensions",
6710
+ "type": "3rd-party",
6711
+ "maintainers": [
6712
+ {
6713
+ "name": "Unic Ape",
6714
+ "github": "unicape"
6715
+ }
6716
+ ],
6717
+ "compatibility": {
6718
+ "nuxt": "^2.0.0 || ^3.0.0",
6719
+ "requires": {
6720
+ "bridge": true
6721
+ }
6722
+ }
6723
+ },
5816
6724
  {
5817
6725
  "name": "user-agent",
5818
- "description": "Nuxt.js module for handling User-Agent.",
6726
+ "description": "Nuxt module for handling User-Agent.",
5819
6727
  "repo": "fukuiretu/nuxt-user-agent",
5820
6728
  "npm": "nuxt-user-agent",
5821
6729
  "icon": "",
@@ -5905,9 +6813,31 @@
5905
6813
  }
5906
6814
  }
5907
6815
  },
6816
+ {
6817
+ "name": "vcalendar",
6818
+ "description": "VCalendar module for Nuxt",
6819
+ "repo": "samk-dev/nuxt-vcalendar",
6820
+ "npm": "@samk-dev/nuxt-vcalendar",
6821
+ "icon": "vcalendar.png",
6822
+ "github": "https://github.com/samk-dev/vcalendar",
6823
+ "website": "https://github.com/samk-dev/vcalendar",
6824
+ "learn_more": "",
6825
+ "category": "Libraries",
6826
+ "type": "3rd-party",
6827
+ "maintainers": [
6828
+ {
6829
+ "name": "Sam K",
6830
+ "github": "samk-dev"
6831
+ }
6832
+ ],
6833
+ "compatibility": {
6834
+ "nuxt": "^3.0.0",
6835
+ "requires": {}
6836
+ }
6837
+ },
5908
6838
  {
5909
6839
  "name": "vee-validate",
5910
- "description": "Painless Vue forms for Nuxt.js",
6840
+ "description": "Painless Vue forms for Nuxt",
5911
6841
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5912
6842
  "npm": "@vee-validate/nuxt",
5913
6843
  "icon": "vee-validate.png",
@@ -5950,6 +6880,28 @@
5950
6880
  "requires": {}
5951
6881
  }
5952
6882
  },
6883
+ {
6884
+ "name": "vercel-analytics",
6885
+ "description": "Vercel Analytics integration for Nuxt",
6886
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6887
+ "npm": "nuxt-vercel-analytics",
6888
+ "icon": "",
6889
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6890
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6891
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6892
+ "category": "Analytics",
6893
+ "type": "3rd-party",
6894
+ "maintainers": [
6895
+ {
6896
+ "name": "Alexander B.",
6897
+ "github": "xanderbarkhatov"
6898
+ }
6899
+ ],
6900
+ "compatibility": {
6901
+ "nuxt": "^3.0.0",
6902
+ "requires": {}
6903
+ }
6904
+ },
5953
6905
  {
5954
6906
  "name": "vexip-ui",
5955
6907
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5975,7 +6927,7 @@
5975
6927
  },
5976
6928
  {
5977
6929
  "name": "vite-pwa-nuxt",
5978
- "description": "Zero-config PWA Plugin for Nuxt 3",
6930
+ "description": "Zero-config PWA Plugin for Nuxt",
5979
6931
  "repo": "vite-pwa/nuxt",
5980
6932
  "npm": "@vite-pwa/nuxt",
5981
6933
  "icon": "vite-pwa-nuxt.svg",
@@ -6004,13 +6956,13 @@
6004
6956
  {
6005
6957
  "name": "vitest",
6006
6958
  "description": "Vitest integration with Nuxt",
6007
- "repo": "danielroe/nuxt-vitest#main",
6959
+ "repo": "danielroe/nuxt-vitest",
6008
6960
  "npm": "nuxt-vitest",
6009
6961
  "icon": "vitest.svg",
6010
6962
  "github": "https://github.com/danielroe/nuxt-vitest",
6011
6963
  "website": "https://github.com/danielroe/nuxt-vitest",
6012
6964
  "learn_more": "",
6013
- "category": "Extensions",
6965
+ "category": "Devtools",
6014
6966
  "type": "3rd-party",
6015
6967
  "maintainers": [
6016
6968
  {
@@ -6022,6 +6974,61 @@
6022
6974
  "github": "antfu"
6023
6975
  }
6024
6976
  ],
6977
+ "compatibility": {
6978
+ "nuxt": "^3.0.0",
6979
+ "requires": {},
6980
+ "devtools": "^0.0.0"
6981
+ }
6982
+ },
6983
+ {
6984
+ "name": "vue-email",
6985
+ "description": "💌 Write email templates with vue",
6986
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6987
+ "npm": "vue-email",
6988
+ "icon": "vue-email.svg",
6989
+ "github": "https://github.com/Dave136/vue-email",
6990
+ "website": "https://www.vuemail.net/",
6991
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6992
+ "category": "UI",
6993
+ "type": "3rd-party",
6994
+ "maintainers": [
6995
+ {
6996
+ "name": "David Arenas",
6997
+ "github": "Dave136",
6998
+ "twitter": "davejs4",
6999
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7000
+ },
7001
+ {
7002
+ "name": "Younes Barrad",
7003
+ "github": "Flowko",
7004
+ "twitter": "imflowko",
7005
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7006
+ }
7007
+ ],
7008
+ "compatibility": {
7009
+ "nuxt": "^3.0.0",
7010
+ "requires": {},
7011
+ "devtools": "^0.0.0"
7012
+ }
7013
+ },
7014
+ {
7015
+ "name": "vue-final-modal",
7016
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7017
+ "repo": "vue-final/vue-final-modal",
7018
+ "npm": "@vue-final-modal/nuxt",
7019
+ "icon": "vue-final-modal.svg",
7020
+ "github": "https://github.com/vue-final/vue-final-modal",
7021
+ "website": "https://vue-final-modal.org/",
7022
+ "learn_more": "https://vue-final-modal.org/",
7023
+ "category": "UI",
7024
+ "type": "3rd-party",
7025
+ "maintainers": [
7026
+ {
7027
+ "name": "Hunter Liu",
7028
+ "github": "hunterliu1003",
7029
+ "twitter": "hunterliu1003"
7030
+ }
7031
+ ],
6025
7032
  "compatibility": {
6026
7033
  "nuxt": "^3.0.0",
6027
7034
  "requires": {}
@@ -6049,7 +7056,8 @@
6049
7056
  "nuxt": "^3.0.0",
6050
7057
  "requires": {
6051
7058
  "bridge": "optional"
6052
- }
7059
+ },
7060
+ "devtools": "^0.0.0"
6053
7061
  }
6054
7062
  },
6055
7063
  {
@@ -6076,7 +7084,7 @@
6076
7084
  },
6077
7085
  {
6078
7086
  "name": "vue-multiselect",
6079
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7087
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6080
7088
  "repo": "spektrummedia/nuxt-vue-multiselect",
6081
7089
  "npm": "nuxt-vue-multiselect",
6082
7090
  "icon": "",
@@ -6118,6 +7126,29 @@
6118
7126
  "requires": {}
6119
7127
  }
6120
7128
  },
7129
+ {
7130
+ "name": "vue-query",
7131
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7132
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7133
+ "npm": "@hebilicious/vue-query-nuxt",
7134
+ "icon": "vue-query.svg",
7135
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7136
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7137
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7138
+ "category": "Request",
7139
+ "type": "3rd-party",
7140
+ "maintainers": [
7141
+ {
7142
+ "name": "Hebilicious",
7143
+ "github": "Hebilicious",
7144
+ "twitter": "its_hebilicious"
7145
+ }
7146
+ ],
7147
+ "compatibility": {
7148
+ "nuxt": "^3.0.0",
7149
+ "requires": {}
7150
+ }
7151
+ },
6121
7152
  {
6122
7153
  "name": "vue-select",
6123
7154
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6167,7 +7198,7 @@
6167
7198
  },
6168
7199
  {
6169
7200
  "name": "vue-warehouse",
6170
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7201
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6171
7202
  "repo": "juliomrqz/vue-warehouse",
6172
7203
  "npm": "vue-warehouse",
6173
7204
  "icon": "",
@@ -6188,6 +7219,29 @@
6188
7219
  "requires": {}
6189
7220
  }
6190
7221
  },
7222
+ {
7223
+ "name": "vue3-carousel-nuxt",
7224
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7225
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7226
+ "npm": "vue3-carousel-nuxt",
7227
+ "icon": "",
7228
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7229
+ "website": "",
7230
+ "learn_more": "",
7231
+ "category": "UI",
7232
+ "type": "3rd-party",
7233
+ "maintainers": [
7234
+ {
7235
+ "name": "Gaetan SENN",
7236
+ "github": "gaetansenn",
7237
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7238
+ }
7239
+ ],
7240
+ "compatibility": {
7241
+ "nuxt": "^3.0.0",
7242
+ "requires": {}
7243
+ }
7244
+ },
6191
7245
  {
6192
7246
  "name": "vuefire",
6193
7247
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6210,9 +7264,55 @@
6210
7264
  "requires": {}
6211
7265
  }
6212
7266
  },
7267
+ {
7268
+ "name": "vueform-builder",
7269
+ "description": "Official Vueform Builder module for Nuxt",
7270
+ "repo": "vueform/builder-nuxt",
7271
+ "npm": "@vueform/builder-nuxt",
7272
+ "icon": "vueform.svg",
7273
+ "github": "https://github.com/vueform/builder",
7274
+ "website": "https://builder.vueform.com",
7275
+ "learn_more": "https://builder.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
+ },
7290
+ {
7291
+ "name": "vueform",
7292
+ "description": "Official Vueform module for Nuxt",
7293
+ "repo": "vueform/nuxt",
7294
+ "npm": "@vueform/nuxt",
7295
+ "icon": "vueform.svg",
7296
+ "github": "https://github.com/vueform/vueform",
7297
+ "website": "https://vueform.com",
7298
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7299
+ "category": "Libraries",
7300
+ "type": "3rd-party",
7301
+ "maintainers": [
7302
+ {
7303
+ "name": "Adam Berecz",
7304
+ "github": "adamberecz",
7305
+ "twitter": "bereczadam"
7306
+ }
7307
+ ],
7308
+ "compatibility": {
7309
+ "nuxt": "^3.0.0",
7310
+ "requires": {}
7311
+ }
7312
+ },
6213
7313
  {
6214
7314
  "name": "vuestic",
6215
- "description": "Vuestic UI module for Nuxt 3",
7315
+ "description": "Vuestic UI module for Nuxt",
6216
7316
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6217
7317
  "npm": "@vuestic/nuxt",
6218
7318
  "icon": "vuestic.png",
@@ -6232,9 +7332,31 @@
6232
7332
  "requires": {}
6233
7333
  }
6234
7334
  },
7335
+ {
7336
+ "name": "vuetify-nuxt-module",
7337
+ "description": "Zero-config Nuxt Module for Vuetify.",
7338
+ "repo": "userquin/vuetify-nuxt-module",
7339
+ "npm": "vuetify-nuxt-module",
7340
+ "icon": "vuetify-logo-v3-dark.svg",
7341
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7342
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
7343
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7344
+ "category": "UI",
7345
+ "type": "3rd-party",
7346
+ "maintainers": [
7347
+ {
7348
+ "name": "Joaquín Sánchez",
7349
+ "github": "userquin"
7350
+ }
7351
+ ],
7352
+ "compatibility": {
7353
+ "nuxt": "^3.0.0",
7354
+ "requires": {}
7355
+ }
7356
+ },
6235
7357
  {
6236
7358
  "name": "vuetify",
6237
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7359
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6238
7360
  "repo": "nuxt-community/vuetify-module",
6239
7361
  "npm": "@nuxtjs/vuetify",
6240
7362
  "icon": "vuetify.png",
@@ -6281,7 +7403,8 @@
6281
7403
  "nuxt": "^2.0.0 || ^3.0.0",
6282
7404
  "requires": {
6283
7405
  "bridge": "optional"
6284
- }
7406
+ },
7407
+ "devtools": "^0.0.0"
6285
7408
  }
6286
7409
  },
6287
7410
  {
@@ -6308,7 +7431,7 @@
6308
7431
  },
6309
7432
  {
6310
7433
  "name": "vunix",
6311
- "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.",
7434
+ "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.",
6312
7435
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6313
7436
  "npm": "@vunix/nuxt",
6314
7437
  "icon": "",
@@ -6332,11 +7455,11 @@
6332
7455
  {
6333
7456
  "name": "web-vitals",
6334
7457
  "description": "Web Vitals for Nuxt",
6335
- "repo": "nuxt-community/web-vitals-module",
7458
+ "repo": "nuxt-modules/web-vitals",
6336
7459
  "npm": "@nuxtjs/web-vitals",
6337
7460
  "icon": "web-vitals.png",
6338
- "github": "https://github.com/nuxt-community/web-vitals-module",
6339
- "website": "https://github.com/nuxt-community/web-vitals-module",
7461
+ "github": "https://github.com/nuxt-modules/web-vitals",
7462
+ "website": "https://github.com/nuxt-modules/web-vitals",
6340
7463
  "learn_more": "",
6341
7464
  "category": "Performance",
6342
7465
  "type": "community",
@@ -6387,7 +7510,7 @@
6387
7510
  },
6388
7511
  {
6389
7512
  "name": "webpack-optimisations",
6390
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7513
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6391
7514
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6392
7515
  "npm": "nuxt-webpack-optimisations",
6393
7516
  "icon": "build-optimisations.svg",
@@ -6479,7 +7602,7 @@
6479
7602
  },
6480
7603
  {
6481
7604
  "name": "well-known",
6482
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7605
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6483
7606
  "repo": "zadigetvoltaire/nuxt-well-known",
6484
7607
  "npm": "@zadigetvoltaire/nuxt-well-known",
6485
7608
  "icon": "well-known.svg",
@@ -6501,7 +7624,7 @@
6501
7624
  },
6502
7625
  {
6503
7626
  "name": "wideangle",
6504
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7627
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6505
7628
  "repo": "inputobjects/wideangle-nuxt",
6506
7629
  "npm": "wideangle-nuxt",
6507
7630
  "icon": "wideangle.png",
@@ -6668,55 +7791,9 @@
6668
7791
  "requires": {}
6669
7792
  }
6670
7793
  },
6671
- {
6672
- "name": "yandex-metrika-next",
6673
- "description": "Yandex Metrika integration for Nuxt",
6674
- "repo": "artmizu/yandex-metrika-nuxt",
6675
- "npm": "@artmizu/yandex-metrika-nuxt",
6676
- "icon": "yandex-metrika.svg",
6677
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6678
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6679
- "learn_more": "",
6680
- "category": "Analytics",
6681
- "type": "3rd-party",
6682
- "maintainers": [
6683
- {
6684
- "name": "Aleksandr Saburov",
6685
- "github": "artmizu",
6686
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6687
- }
6688
- ],
6689
- "compatibility": {
6690
- "nuxt": "^3.0.0",
6691
- "requires": {}
6692
- }
6693
- },
6694
- {
6695
- "name": "yandex-metrika",
6696
- "description": "Yandex metrika Module for Nuxt.js",
6697
- "repo": "nuxt-community/yandex-metrika-module",
6698
- "npm": "@nuxtjs/yandex-metrika",
6699
- "icon": "",
6700
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6701
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6702
- "learn_more": "https://metrica.yandex.com/about",
6703
- "category": "Analytics",
6704
- "type": "community",
6705
- "maintainers": [
6706
- {
6707
- "name": "Pooya Parsa",
6708
- "github": "pi0",
6709
- "twitter": "_pi0_"
6710
- }
6711
- ],
6712
- "compatibility": {
6713
- "nuxt": "^2.0.0",
6714
- "requires": {}
6715
- }
6716
- },
6717
7794
  {
6718
7795
  "name": "zendesk",
6719
- "description": "Nuxt.js module for Zendesk",
7796
+ "description": "Nuxt module for Zendesk",
6720
7797
  "repo": "DansMaCulotte/nuxt-zendesk",
6721
7798
  "npm": "@dansmaculotte/nuxt-zendesk",
6722
7799
  "icon": "zendesk.png",