@nuxt/modules 0.6.0-f349ae → 0.6.0-f4c728

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 +2420 -680
  2. package/package.json +12 -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,14 +170,36 @@
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": "Libraries",
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": "Securely connect to any API with a server proxy and dynamic composables",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
179
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
180
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
181
203
  "learn_more": "",
182
204
  "category": "Request",
183
205
  "type": "3rd-party",
@@ -194,6 +216,28 @@
194
216
  "requires": {}
195
217
  }
196
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
197
241
  {
198
242
  "name": "apis-to-file",
199
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -220,7 +264,7 @@
220
264
  },
221
265
  {
222
266
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
268
  "repo": "nuxt-modules/apollo",
225
269
  "npm": "@nuxtjs/apollo",
226
270
  "icon": "apollo.png",
@@ -244,7 +288,7 @@
244
288
  },
245
289
  {
246
290
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
248
292
  "repo": "nuxt-community/applicationinsights-module",
249
293
  "npm": "@nuxtjs/applicationinsights",
250
294
  "icon": "application-insights.png",
@@ -286,9 +330,76 @@
286
330
  "requires": {}
287
331
  }
288
332
  },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
289
400
  {
290
401
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
403
  "repo": "nuxt-community/auth-module",
293
404
  "npm": "@nuxtjs/auth",
294
405
  "icon": "auth.png",
@@ -313,9 +424,55 @@
313
424
  "requires": {}
314
425
  }
315
426
  },
427
+ {
428
+ "name": "authjs",
429
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
430
+ "repo": "Hebilicious/authjs-nuxt#main",
431
+ "npm": "@hebilicious/authjs-nuxt",
432
+ "icon": "authjs.png",
433
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
434
+ "website": "https://authjs-nuxt.pages.dev/",
435
+ "learn_more": "https://authjs.dev/",
436
+ "category": "Security",
437
+ "type": "3rd-party",
438
+ "maintainers": [
439
+ {
440
+ "name": "Hebilicious",
441
+ "github": "Hebilicious",
442
+ "twitter": "its_hebilicious"
443
+ }
444
+ ],
445
+ "compatibility": {
446
+ "nuxt": "^3.0.0",
447
+ "requires": {}
448
+ }
449
+ },
450
+ {
451
+ "name": "auto-animate",
452
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
453
+ "repo": "formkit/auto-animate",
454
+ "npm": "@formkit/auto-animate",
455
+ "icon": "auto-animate.svg",
456
+ "github": "https://github.com/formkit/auto-animate",
457
+ "website": "https://auto-animate.formkit.com",
458
+ "learn_more": "https://auto-animate.formkit.com",
459
+ "category": "Libraries",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Justin Schroeder",
464
+ "github": "justin-schroeder",
465
+ "twitter": "jpschroeder"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
316
473
  {
317
474
  "name": "axios",
318
- "description": "Secure and easy Axios module with Nuxt.js",
475
+ "description": "Secure and easy Axios module with Nuxt",
319
476
  "repo": "nuxt-community/axios-module",
320
477
  "npm": "@nuxtjs/axios",
321
478
  "icon": "axios.svg",
@@ -338,7 +495,7 @@
338
495
  },
339
496
  {
340
497
  "name": "basic-auth",
341
- "description": "Provide basic authentication to your Nuxt.js application",
498
+ "description": "Provide basic authentication to your Nuxt application",
342
499
  "repo": "potato4d/nuxt-basic-auth-module",
343
500
  "npm": "nuxt-basic-auth-module",
344
501
  "icon": "",
@@ -462,7 +619,7 @@
462
619
  },
463
620
  {
464
621
  "name": "bulma-slim",
465
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
622
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
466
623
  "repo": "mustardamus/nuxt-bulma-slim",
467
624
  "npm": "nuxt-bulma-slim",
468
625
  "icon": "bulma.png",
@@ -529,7 +686,7 @@
529
686
  },
530
687
  {
531
688
  "name": "canvas-sketch",
532
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
689
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
533
690
  "repo": "LuXDAmore/generative-art",
534
691
  "npm": "@luxdamore/nuxt-canvas-sketch",
535
692
  "icon": "",
@@ -550,9 +707,31 @@
550
707
  "requires": {}
551
708
  }
552
709
  },
710
+ {
711
+ "name": "capo",
712
+ "description": "Capo.js implementation for Nuxt",
713
+ "repo": "danielroe/nuxt-capo",
714
+ "npm": "nuxt-capo",
715
+ "icon": "",
716
+ "github": "https://github.com/danielroe/nuxt-capo",
717
+ "website": "https://github.com/danielroe/nuxt-capo",
718
+ "learn_more": "",
719
+ "category": "Performance",
720
+ "type": "3rd-party",
721
+ "maintainers": [
722
+ {
723
+ "name": "danielroe",
724
+ "github": "danielroe"
725
+ }
726
+ ],
727
+ "compatibility": {
728
+ "nuxt": "^3.0.0",
729
+ "requires": {}
730
+ }
731
+ },
553
732
  {
554
733
  "name": "chakra-ui",
555
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
556
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
557
736
  "npm": "@chakra-ui/nuxt",
558
737
  "icon": "chakra-ui.png",
@@ -599,10 +778,10 @@
599
778
  "description": "Privacy-first, end-to-end encrypted analytics",
600
779
  "repo": "chiffre-io/nuxt-chiffre",
601
780
  "npm": "nuxt-chiffre",
602
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
603
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
604
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
605
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
606
785
  "category": "Analytics",
607
786
  "type": "3rd-party",
608
787
  "maintainers": [
@@ -663,7 +842,7 @@
663
842
  },
664
843
  {
665
844
  "name": "cloudcms",
666
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
667
846
  "repo": "gitana/cloudcms-nuxt",
668
847
  "npm": "cloudcms-nuxt",
669
848
  "icon": "",
@@ -712,11 +891,11 @@
712
891
  },
713
892
  {
714
893
  "name": "cloudinary",
715
- "description": "Optimize images and videos in your Nuxt.js application",
716
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
717
896
  "npm": "@nuxtjs/cloudinary",
718
897
  "icon": "cloudinary.png",
719
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
720
899
  "website": "https://cloudinary.nuxtjs.org",
721
900
  "learn_more": "https://cloudinary.com",
722
901
  "category": "Images",
@@ -735,11 +914,11 @@
735
914
  },
736
915
  {
737
916
  "name": "color-mode",
738
- "description": "Dark and Light mode for NuxtJS with auto detection",
739
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
740
919
  "npm": "@nuxtjs/color-mode",
741
920
  "icon": "color-mode.png",
742
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
743
922
  "website": "https://color-mode.nuxtjs.org",
744
923
  "learn_more": "",
745
924
  "category": "UI",
@@ -834,7 +1013,7 @@
834
1013
  "npm": "@nuxt/content",
835
1014
  "icon": "nuxt.svg",
836
1015
  "github": "https://github.com/nuxt/content",
837
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
838
1017
  "learn_more": "",
839
1018
  "category": "CMS",
840
1019
  "type": "official",
@@ -956,7 +1135,7 @@
956
1135
  },
957
1136
  {
958
1137
  "name": "darkmode.js",
959
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1138
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
960
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
961
1140
  "npm": "nuxtjs-darkmode-js-module",
962
1141
  "icon": "darkmode.png",
@@ -978,7 +1157,7 @@
978
1157
  },
979
1158
  {
980
1159
  "name": "date-fns",
981
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
982
1161
  "repo": "nuxt-community/date-fns-module",
983
1162
  "npm": "@nuxtjs/date-fns",
984
1163
  "icon": "date-fns.png",
@@ -1000,7 +1179,7 @@
1000
1179
  },
1001
1180
  {
1002
1181
  "name": "datocms-nuxt2",
1003
- "description": "DatoCMS integration for Nuxt.js v2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
1004
1183
  "repo": "voorhoede/nuxt-datocms-module",
1005
1184
  "npm": "@voorhoede/nuxt-datocms-module",
1006
1185
  "icon": "datocms.svg",
@@ -1069,8 +1248,8 @@
1069
1248
  },
1070
1249
  {
1071
1250
  "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",
1251
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1252
+ "repo": "harlan-zw/nuxt-delay-hydration",
1074
1253
  "npm": "nuxt-delay-hydration",
1075
1254
  "icon": "lighthouse.svg",
1076
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1092,12 +1271,12 @@
1092
1271
  },
1093
1272
  {
1094
1273
  "name": "device",
1095
- "description": "Device detection module for Nuxt.js",
1096
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1097
1276
  "npm": "@nuxtjs/device",
1098
1277
  "icon": "",
1099
- "github": "https://github.com/nuxt-community/device-module",
1100
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1101
1280
  "learn_more": "",
1102
1281
  "category": "Extensions",
1103
1282
  "type": "community",
@@ -1115,11 +1294,11 @@
1115
1294
  {
1116
1295
  "name": "devtools",
1117
1296
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1118
- "repo": "nuxt/devtools#main",
1297
+ "repo": "nuxt/devtools#main/packages/devtools",
1119
1298
  "npm": "@nuxt/devtools",
1120
1299
  "icon": "nuxt.svg",
1121
1300
  "github": "https://github.com/nuxt/devtools",
1122
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1123
1302
  "learn_more": "",
1124
1303
  "category": "Devtools",
1125
1304
  "type": "official",
@@ -1137,13 +1316,13 @@
1137
1316
  },
1138
1317
  {
1139
1318
  "name": "directus",
1140
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1141
1320
  "repo": "intevel/nuxt-directus",
1142
1321
  "npm": "nuxt-directus",
1143
1322
  "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/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1147
1326
  "category": "CMS",
1148
1327
  "type": "3rd-party",
1149
1328
  "maintainers": [
@@ -1154,15 +1333,58 @@
1154
1333
  }
1155
1334
  ],
1156
1335
  "compatibility": {
1157
- "nuxt": "^2.0.0 || ^3.0.0",
1158
- "requires": {
1159
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1160
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1161
1383
  }
1162
1384
  },
1163
1385
  {
1164
1386
  "name": "dotenv",
1165
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1166
1388
  "repo": "nuxt-community/dotenv-module",
1167
1389
  "npm": "@nuxtjs/dotenv",
1168
1390
  "icon": "dotenv.png",
@@ -1184,13 +1406,13 @@
1184
1406
  },
1185
1407
  {
1186
1408
  "name": "drupal-ce",
1187
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1188
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1189
1411
  "npm": "nuxtjs-drupal-ce",
1190
1412
  "icon": "drupal-ce.png",
1191
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1192
- "website": "https://stack.lupus.digital",
1193
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1194
1416
  "category": "CMS",
1195
1417
  "type": "3rd-party",
1196
1418
  "maintainers": [
@@ -1205,19 +1427,19 @@
1205
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1206
1428
  },
1207
1429
  {
1208
- "name": "David Licen",
1209
- "github": "davision",
1210
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1211
1433
  }
1212
1434
  ],
1213
1435
  "compatibility": {
1214
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1215
1437
  "requires": {}
1216
1438
  }
1217
1439
  },
1218
1440
  {
1219
1441
  "name": "druxt",
1220
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1221
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1222
1444
  "npm": "druxt",
1223
1445
  "icon": "druxt.svg",
@@ -1237,6 +1459,29 @@
1237
1459
  "requires": {}
1238
1460
  }
1239
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1240
1485
  {
1241
1486
  "name": "electron",
1242
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1285,7 +1530,7 @@
1285
1530
  },
1286
1531
  {
1287
1532
  "name": "emotion",
1288
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1289
1534
  "repo": "nuxt-modules/emotion",
1290
1535
  "npm": "@nuxtjs/emotion",
1291
1536
  "icon": "emotion.png",
@@ -1312,8 +1557,8 @@
1312
1557
  }
1313
1558
  },
1314
1559
  {
1315
- "name": "eslint",
1316
- "description": "ESLint module for Nuxt.js",
1560
+ "name": "eslint-module",
1561
+ "description": "ESLint module for Nuxt",
1317
1562
  "repo": "nuxt-community/eslint-module",
1318
1563
  "npm": "@nuxtjs/eslint-module",
1319
1564
  "icon": "eslint.png",
@@ -1333,9 +1578,32 @@
1333
1578
  "requires": {}
1334
1579
  }
1335
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1336
1604
  {
1337
1605
  "name": "event-trace",
1338
- "description": "Module for event trace in Nuxt.js",
1606
+ "description": "Module for event trace in Nuxt",
1339
1607
  "repo": "nuxt-community/nuxt-event-trace",
1340
1608
  "npm": "nuxt-event-trace",
1341
1609
  "icon": "",
@@ -1355,6 +1623,29 @@
1355
1623
  "requires": {}
1356
1624
  }
1357
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1358
1649
  {
1359
1650
  "name": "fathom",
1360
1651
  "description": "Fathom analytics for Nuxt",
@@ -1379,7 +1670,7 @@
1379
1670
  },
1380
1671
  {
1381
1672
  "name": "feature-toggle",
1382
- "description": "Feature toggle module for Nuxt.js",
1673
+ "description": "Feature toggle module for Nuxt",
1383
1674
  "repo": "stephenkr/nuxt-feature-toggle",
1384
1675
  "npm": "nuxt-feature-toggle",
1385
1676
  "icon": "",
@@ -1446,7 +1737,7 @@
1446
1737
  },
1447
1738
  {
1448
1739
  "name": "floating-prompt-module",
1449
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1740
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1450
1741
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1451
1742
  "npm": "nuxt-floating-prompt-module",
1452
1743
  "icon": "",
@@ -1555,6 +1846,52 @@
1555
1846
  "requires": {}
1556
1847
  }
1557
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1872
+ {
1873
+ "name": "form-actions",
1874
+ "description": "A set of features and composables to interact with forms and server data.",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1876
+ "npm": "@hebilicious/form-actions-nuxt",
1877
+ "icon": "form-actions.svg",
1878
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1879
+ "website": "https://form-actions-nuxt.pages.dev/",
1880
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1881
+ "category": "Request",
1882
+ "type": "3rd-party",
1883
+ "maintainers": [
1884
+ {
1885
+ "name": "Hebilicious",
1886
+ "github": "Hebilicious",
1887
+ "twitter": "its_hebilicious"
1888
+ }
1889
+ ],
1890
+ "compatibility": {
1891
+ "nuxt": "^3.7.0",
1892
+ "requires": {}
1893
+ }
1894
+ },
1558
1895
  {
1559
1896
  "name": "formkit",
1560
1897
  "description": "Seamless FormKit integration for Nuxt",
@@ -1563,7 +1900,7 @@
1563
1900
  "icon": "formkit.png",
1564
1901
  "github": "https://github.com/formkit/formkit",
1565
1902
  "website": "https://formkit.com",
1566
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1567
1904
  "category": "Libraries",
1568
1905
  "type": "3rd-party",
1569
1906
  "maintainers": [
@@ -1629,7 +1966,7 @@
1629
1966
  },
1630
1967
  {
1631
1968
  "name": "google-adsense",
1632
- "description": "Google Adsense Module for Nuxt.js",
1969
+ "description": "Google Adsense Module for Nuxt",
1633
1970
  "repo": "nuxt-community/google-adsense-module",
1634
1971
  "npm": "@nuxtjs/google-adsense",
1635
1972
  "icon": "google-adsense.png",
@@ -1655,7 +1992,7 @@
1655
1992
  },
1656
1993
  {
1657
1994
  "name": "google-analytics",
1658
- "description": "Google analytics Module for Nuxt.js",
1995
+ "description": "Google analytics Module for Nuxt",
1659
1996
  "repo": "nuxt-community/analytics-module",
1660
1997
  "npm": "@nuxtjs/google-analytics",
1661
1998
  "icon": "google-analytics.png",
@@ -1687,12 +2024,12 @@
1687
2024
  },
1688
2025
  {
1689
2026
  "name": "google-fonts",
1690
- "description": "Google Fonts module for NuxtJS",
1691
- "repo": "nuxt-community/google-fonts-module",
2027
+ "description": "Google Fonts module for Nuxt",
2028
+ "repo": "nuxt-modules/google-fonts",
1692
2029
  "npm": "@nuxtjs/google-fonts",
1693
2030
  "icon": "google-fonts.png",
1694
- "github": "https://github.com/nuxt-community/google-fonts-module",
1695
- "website": "https://github.com/nuxt-community/google-fonts-module",
2031
+ "github": "https://github.com/nuxt-modules/google-fonts",
2032
+ "website": "https://google-fonts.nuxtjs.org",
1696
2033
  "learn_more": "https://developers.google.com/fonts",
1697
2034
  "category": "Fonts",
1698
2035
  "type": "community",
@@ -1711,7 +2048,7 @@
1711
2048
  },
1712
2049
  {
1713
2050
  "name": "google-gtag",
1714
- "description": "Google GTag for Nuxt.js",
2051
+ "description": "Google GTag for Nuxt",
1715
2052
  "repo": "nuxt-community/google-gtag",
1716
2053
  "npm": "@nuxtjs/google-gtag",
1717
2054
  "icon": "gtm.png",
@@ -1737,7 +2074,7 @@
1737
2074
  },
1738
2075
  {
1739
2076
  "name": "google-optimize",
1740
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2077
+ "description": "SSR friendly Google Optimize module for Nuxt",
1741
2078
  "repo": "nuxt-community/google-optimize-module",
1742
2079
  "npm": "nuxt-google-optimize",
1743
2080
  "icon": "google-optimize.png",
@@ -1776,7 +2113,7 @@
1776
2113
  "icon": "graphql-client.svg",
1777
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1778
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1779
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1780
2117
  "category": "Request",
1781
2118
  "type": "3rd-party",
1782
2119
  "maintainers": [
@@ -1792,7 +2129,7 @@
1792
2129
  },
1793
2130
  {
1794
2131
  "name": "graphql-request",
1795
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2132
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1796
2133
  "repo": "gomah/nuxt-graphql-request",
1797
2134
  "npm": "nuxt-graphql-request",
1798
2135
  "icon": "graphql-request.png",
@@ -1808,7 +2145,7 @@
1808
2145
  }
1809
2146
  ],
1810
2147
  "compatibility": {
1811
- "nuxt": "^2.0.0",
2148
+ "nuxt": "^2.0.0 || ^3.0.0",
1812
2149
  "requires": {}
1813
2150
  }
1814
2151
  },
@@ -1831,12 +2168,13 @@
1831
2168
  ],
1832
2169
  "compatibility": {
1833
2170
  "nuxt": "^3.0.0",
1834
- "requires": {}
2171
+ "requires": {},
2172
+ "devtools": "^0.0.0"
1835
2173
  }
1836
2174
  },
1837
2175
  {
1838
2176
  "name": "gtag",
1839
- "description": "Google Analytics integration for Nuxt 3",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1840
2178
  "repo": "johannschopplich/nuxt-gtag",
1841
2179
  "npm": "nuxt-gtag",
1842
2180
  "icon": "gtag.svg",
@@ -1860,7 +2198,7 @@
1860
2198
  },
1861
2199
  {
1862
2200
  "name": "gtm",
1863
- "description": "Google Tag Manager Module for Nuxt.js",
2201
+ "description": "Google Tag Manager Module for Nuxt",
1864
2202
  "repo": "nuxt-community/gtm-module",
1865
2203
  "npm": "@nuxtjs/gtm",
1866
2204
  "icon": "gtm.png",
@@ -1883,7 +2221,7 @@
1883
2221
  },
1884
2222
  {
1885
2223
  "name": "guess",
1886
- "description": "Guess.js module for Nuxt.js",
2224
+ "description": "Guess.js module for Nuxt",
1887
2225
  "repo": "nuxt-community/guess-module",
1888
2226
  "npm": "@nuxtjs/guess-module",
1889
2227
  "icon": "guessjs.png",
@@ -1903,6 +2241,28 @@
1903
2241
  "requires": {}
1904
2242
  }
1905
2243
  },
2244
+ {
2245
+ "name": "hanko",
2246
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2247
+ "repo": "nuxt-modules/hanko",
2248
+ "npm": "@nuxtjs/hanko",
2249
+ "icon": "hanko.svg",
2250
+ "github": "https://github.com/nuxt-modules/hanko",
2251
+ "website": "https://github.com/nuxt-modules/hanko",
2252
+ "learn_more": "https://hanko.io/",
2253
+ "category": "Security",
2254
+ "type": "community",
2255
+ "maintainers": [
2256
+ {
2257
+ "name": "danielroe",
2258
+ "github": "danielroe"
2259
+ }
2260
+ ],
2261
+ "compatibility": {
2262
+ "nuxt": "^3.0.0",
2263
+ "requires": {}
2264
+ }
2265
+ },
1906
2266
  {
1907
2267
  "name": "harlem",
1908
2268
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1973,7 +2333,7 @@
1973
2333
  },
1974
2334
  {
1975
2335
  "name": "helmet",
1976
- "description": "Easy Helmet module with Nuxt.js'",
2336
+ "description": "Easy Helmet module with Nuxt'",
1977
2337
  "repo": "victor-perez/nuxt-helmet",
1978
2338
  "npm": "nuxt-helmet",
1979
2339
  "icon": "",
@@ -2017,7 +2377,7 @@
2017
2377
  },
2018
2378
  {
2019
2379
  "name": "history-state",
2020
- "description": "Nuxt.js module to backup or restore historical states",
2380
+ "description": "Nuxt module to backup or restore historical states",
2021
2381
  "repo": "hidekatsu-izuno/nuxt-history-state",
2022
2382
  "npm": "nuxt-history-state",
2023
2383
  "icon": "",
@@ -2037,6 +2397,28 @@
2037
2397
  "requires": {}
2038
2398
  }
2039
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2040
2422
  {
2041
2423
  "name": "html-minifier",
2042
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2066,7 +2448,7 @@
2066
2448
  "npm": "@nuxtjs/html-validator",
2067
2449
  "icon": "html-validator.png",
2068
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2069
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2070
2452
  "learn_more": "https://html-validate.org",
2071
2453
  "category": "Performance",
2072
2454
  "type": "community",
@@ -2086,7 +2468,7 @@
2086
2468
  },
2087
2469
  {
2088
2470
  "name": "http",
2089
- "description": "Universal HTTP Module for Nuxt.js",
2471
+ "description": "Universal HTTP Module for Nuxt",
2090
2472
  "repo": "nuxt/http",
2091
2473
  "npm": "@nuxt/http",
2092
2474
  "icon": "http.png",
@@ -2113,37 +2495,75 @@
2113
2495
  }
2114
2496
  },
2115
2497
  {
2116
- "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.",
2118
- "repo": "Luxdamore/nuxt-humans-txt",
2119
- "npm": "@luxdamore/nuxt-humans-txt",
2120
- "icon": "",
2121
- "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2122
- "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2123
- "learn_more": "https://humanstxt.org/",
2124
- "category": "SEO",
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2125
2507
  "type": "3rd-party",
2126
2508
  "maintainers": [
2127
2509
  {
2128
- "name": "Luca Iaconelli",
2129
- "github": "LuXDAmore",
2130
- "twitter": "luxdamore"
2131
- }
2132
- ],
2133
- "compatibility": {
2134
- "nuxt": "^2.0.0",
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2535
+ {
2536
+ "name": "humans-txt",
2537
+ "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.",
2538
+ "repo": "Luxdamore/nuxt-humans-txt",
2539
+ "npm": "@luxdamore/nuxt-humans-txt",
2540
+ "icon": "",
2541
+ "github": "https://github.com/LuXDAmore/nuxt-humans-txt",
2542
+ "website": "https://luxdamore.github.io/nuxt-humans-txt/",
2543
+ "learn_more": "https://humanstxt.org/",
2544
+ "category": "SEO",
2545
+ "type": "3rd-party",
2546
+ "maintainers": [
2547
+ {
2548
+ "name": "Luca Iaconelli",
2549
+ "github": "LuXDAmore",
2550
+ "twitter": "luxdamore"
2551
+ }
2552
+ ],
2553
+ "compatibility": {
2554
+ "nuxt": "^2.0.0",
2135
2555
  "requires": {}
2136
2556
  }
2137
2557
  },
2138
2558
  {
2139
2559
  "name": "i18n",
2140
2560
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2141
- "repo": "nuxt-community/i18n-module",
2561
+ "repo": "nuxt-modules/i18n",
2142
2562
  "npm": "@nuxtjs/i18n",
2143
2563
  "icon": "i18n.png",
2144
- "github": "https://github.com/nuxt-community/i18n-module",
2564
+ "github": "https://github.com/nuxt-modules/i18n",
2145
2565
  "website": "https://i18n.nuxtjs.org",
2146
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2147
2567
  "category": "Extensions",
2148
2568
  "type": "community",
2149
2569
  "maintainers": [
@@ -2154,6 +2574,10 @@
2154
2574
  {
2155
2575
  "name": "Kazuya Kawaguchi",
2156
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2157
2581
  }
2158
2582
  ],
2159
2583
  "compatibility": {
@@ -2183,6 +2607,29 @@
2183
2607
  "requires": {}
2184
2608
  }
2185
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2186
2633
  {
2187
2634
  "name": "icon",
2188
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2202,7 +2649,8 @@
2202
2649
  ],
2203
2650
  "compatibility": {
2204
2651
  "nuxt": "^3.0.0",
2205
- "requires": {}
2652
+ "requires": {},
2653
+ "devtools": "^0.0.0"
2206
2654
  }
2207
2655
  },
2208
2656
  {
@@ -2251,12 +2699,12 @@
2251
2699
  },
2252
2700
  {
2253
2701
  "name": "image",
2254
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2702
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2255
2703
  "repo": "nuxt/image",
2256
2704
  "npm": "@nuxt/image",
2257
2705
  "icon": "image.png",
2258
2706
  "github": "https://github.com/nuxt/image",
2259
- "website": "https://image.nuxtjs.org",
2707
+ "website": "https://image.nuxt.com",
2260
2708
  "learn_more": "",
2261
2709
  "category": "Images",
2262
2710
  "type": "official",
@@ -2266,6 +2714,11 @@
2266
2714
  "github": "farnabaz",
2267
2715
  "twitter": "a_birang"
2268
2716
  },
2717
+ {
2718
+ "name": "Daniel Roe",
2719
+ "github": "danielroe",
2720
+ "twitter": "danielcroe"
2721
+ },
2269
2722
  {
2270
2723
  "name": "Pooya Parsa",
2271
2724
  "github": "pi0",
@@ -2286,7 +2739,7 @@
2286
2739
  },
2287
2740
  {
2288
2741
  "name": "imagemin",
2289
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2742
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2290
2743
  "repo": "nuxt-community/imagemin-module",
2291
2744
  "npm": "@nuxtjs/imagemin",
2292
2745
  "icon": "imagemin.png",
@@ -2333,7 +2786,7 @@
2333
2786
  },
2334
2787
  {
2335
2788
  "name": "intercom",
2336
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2789
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2337
2790
  "repo": "hex-digital/nuxt-intercom",
2338
2791
  "npm": "@hexdigital/nuxt-intercom",
2339
2792
  "icon": "intercom.png",
@@ -2378,7 +2831,7 @@
2378
2831
  },
2379
2832
  {
2380
2833
  "name": "jsonapi",
2381
- "description": "Easy JSON:API client integration for Nuxt.js",
2834
+ "description": "Easy JSON:API client integration for Nuxt",
2382
2835
  "repo": "patrickcate/nuxt-jsonapi",
2383
2836
  "npm": "nuxt-jsonapi",
2384
2837
  "icon": "jsonapi.svg",
@@ -2420,14 +2873,42 @@
2420
2873
  "requires": {}
2421
2874
  }
2422
2875
  },
2876
+ {
2877
+ "name": "kinde",
2878
+ "description": "Kinde authentication integration for Nuxt",
2879
+ "repo": "nuxt-modules/kinde",
2880
+ "npm": "@nuxtjs/kinde",
2881
+ "icon": "kinde.svg",
2882
+ "github": "https://github.com/nuxt-modules/kinde",
2883
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2884
+ "learn_more": "https://kinde.com/",
2885
+ "category": "Security",
2886
+ "type": "community",
2887
+ "maintainers": [
2888
+ {
2889
+ "name": "danielroe",
2890
+ "github": "danielroe"
2891
+ },
2892
+ {
2893
+ "name": "daveordead",
2894
+ "github": "DaveOrDead",
2895
+ "twitter": "dave_or_dead"
2896
+ }
2897
+ ],
2898
+ "compatibility": {
2899
+ "nuxt": "^3.0.0",
2900
+ "requires": {}
2901
+ },
2902
+ "sponsor": true
2903
+ },
2423
2904
  {
2424
2905
  "name": "kql",
2425
- "description": "Nuxt 3 module for Kirby's Query Language API",
2906
+ "description": "Nuxt module for Kirby's Query Language API",
2426
2907
  "repo": "johannschopplich/nuxt-kql",
2427
2908
  "npm": "nuxt-kql",
2428
2909
  "icon": "kql.svg",
2429
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2430
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2431
2912
  "learn_more": "",
2432
2913
  "category": "CMS",
2433
2914
  "type": "3rd-party",
@@ -2446,7 +2927,7 @@
2446
2927
  },
2447
2928
  {
2448
2929
  "name": "laravel-echo",
2449
- "description": "Laravel Echo for Nuxt.js",
2930
+ "description": "Laravel Echo for Nuxt",
2450
2931
  "repo": "nuxt-community/laravel-echo",
2451
2932
  "npm": "@nuxtjs/laravel-echo",
2452
2933
  "icon": "laravel-echo.png",
@@ -2488,6 +2969,28 @@
2488
2969
  "requires": {}
2489
2970
  }
2490
2971
  },
2972
+ {
2973
+ "name": "laravel-precognition",
2974
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2975
+ "repo": "sot1986/nuxt-laravel-precognition",
2976
+ "npm": "nuxt-laravel-precognition",
2977
+ "icon": "laravel.svg",
2978
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2980
+ "learn_more": "",
2981
+ "category": "Security",
2982
+ "type": "3rd-party",
2983
+ "maintainers": [
2984
+ {
2985
+ "name": "sot1986",
2986
+ "github": "sot1986"
2987
+ }
2988
+ ],
2989
+ "compatibility": {
2990
+ "nuxt": "^3.0.0",
2991
+ "requires": {}
2992
+ }
2993
+ },
2491
2994
  {
2492
2995
  "name": "laravel",
2493
2996
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2534,13 +3037,13 @@
2534
3037
  },
2535
3038
  {
2536
3039
  "name": "link-checker",
2537
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2538
3041
  "repo": "harlan-zw/nuxt-link-checker",
2539
3042
  "npm": "nuxt-link-checker",
2540
- "icon": "",
3043
+ "icon": "link-checker.svg",
2541
3044
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2542
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2543
- "learn_more": "",
3045
+ "website": "https://nuxtseo.com/link-checker",
3046
+ "learn_more": "https://nuxtseo.com/link-checker",
2544
3047
  "category": "SEO",
2545
3048
  "type": "3rd-party",
2546
3049
  "maintainers": [
@@ -2553,7 +3056,8 @@
2553
3056
  ],
2554
3057
  "compatibility": {
2555
3058
  "nuxt": "^3.0.0",
2556
- "requires": {}
3059
+ "requires": {},
3060
+ "devtools": "^0.0.0"
2557
3061
  }
2558
3062
  },
2559
3063
  {
@@ -2630,12 +3134,12 @@
2630
3134
  },
2631
3135
  {
2632
3136
  "name": "logrocket",
2633
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2634
- "repo": "nuxt-community/nuxt-logrocket",
3137
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3138
+ "repo": "nuxt-modules/logrocket",
2635
3139
  "npm": "nuxt-logrocket",
2636
3140
  "icon": "logrocket.png",
2637
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2638
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3141
+ "github": "https://github.com/nuxt-modules/logrocket",
3142
+ "website": "https://github.com/nuxt-modules/logrocket",
2639
3143
  "learn_more": "https://docs.logrocket.com/docs",
2640
3144
  "category": "Monitoring",
2641
3145
  "type": "community",
@@ -2651,9 +3155,35 @@
2651
3155
  "requires": {}
2652
3156
  }
2653
3157
  },
3158
+ {
3159
+ "name": "lucide-icons",
3160
+ "description": "Nuxt module to integrate Lucide icons",
3161
+ "repo": "swisnl/nuxt-lucide-icons",
3162
+ "npm": "nuxt-lucide-icons",
3163
+ "icon": "lucide-icons.svg",
3164
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3165
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3166
+ "learn_more": "",
3167
+ "category": "UI",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "SWIS",
3172
+ "github": "swisnl"
3173
+ },
3174
+ {
3175
+ "name": "Jasper Zonneveld",
3176
+ "github": "JaZo"
3177
+ }
3178
+ ],
3179
+ "compatibility": {
3180
+ "nuxt": "^3.0.0",
3181
+ "requires": {}
3182
+ }
3183
+ },
2654
3184
  {
2655
3185
  "name": "lunr",
2656
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3186
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2657
3187
  "repo": "nuxt-community/lunr-module",
2658
3188
  "npm": "@nuxtjs/lunr-module",
2659
3189
  "icon": "",
@@ -2676,10 +3206,10 @@
2676
3206
  {
2677
3207
  "name": "magic-regexp",
2678
3208
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2679
- "repo": "danielroe/magic-regexp",
3209
+ "repo": "unjs/magic-regexp",
2680
3210
  "npm": "magic-regexp",
2681
3211
  "icon": "magic-regexp.svg",
2682
- "github": "https://github.com/danielroe/magic-regexp",
3212
+ "github": "https://github.com/unjs/magic-regexp",
2683
3213
  "website": "https://magic-regexp.roe.dev",
2684
3214
  "learn_more": "https://magic-regexp.roe.dev",
2685
3215
  "category": "Libraries",
@@ -2696,6 +3226,29 @@
2696
3226
  "requires": {}
2697
3227
  }
2698
3228
  },
3229
+ {
3230
+ "name": "mailpit",
3231
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3232
+ "repo": "tdolsen/nuxt-mailpit",
3233
+ "npm": "nuxt-mailpit",
3234
+ "icon": "mailpit.svg",
3235
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3236
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3237
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3238
+ "category": "Devtools",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Torkild Dyvik Olsen",
3243
+ "github": "tdolsen",
3244
+ "twitter": "tdolsen"
3245
+ }
3246
+ ],
3247
+ "compatibility": {
3248
+ "nuxt": "^3.8.0",
3249
+ "requires": {}
3250
+ }
3251
+ },
2699
3252
  {
2700
3253
  "name": "markdownit",
2701
3254
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2719,6 +3272,30 @@
2719
3272
  "requires": {}
2720
3273
  }
2721
3274
  },
3275
+ {
3276
+ "name": "marquee",
3277
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3278
+ "repo": "hanzydev/nuxt-marquee",
3279
+ "npm": "nuxt-marquee",
3280
+ "icon": "marquee.png",
3281
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3282
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3283
+ "learn_more": "",
3284
+ "category": "UI",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Hànzy",
3289
+ "github": "hanzydev",
3290
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3291
+ }
3292
+ ],
3293
+ "compatibility": {
3294
+ "nuxt": "^3.0.0",
3295
+ "requires": {},
3296
+ "devtools": "^0.0.0"
3297
+ }
3298
+ },
2722
3299
  {
2723
3300
  "name": "matomo",
2724
3301
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2741,6 +3318,50 @@
2741
3318
  "requires": {}
2742
3319
  }
2743
3320
  },
3321
+ {
3322
+ "name": "maz-ui",
3323
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3324
+ "repo": "louismazel/maz-ui#master/packages/lib",
3325
+ "npm": "maz-ui",
3326
+ "icon": "maz-ui.png",
3327
+ "github": "https://github.com/louismazel/maz-ui",
3328
+ "website": "https://maz-ui.com/",
3329
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3330
+ "category": "UI",
3331
+ "type": "3rd-party",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "Loïc Mazuel",
3335
+ "github": "LouisMazel"
3336
+ }
3337
+ ],
3338
+ "compatibility": {
3339
+ "nuxt": "^3.0.0",
3340
+ "requires": {}
3341
+ }
3342
+ },
3343
+ {
3344
+ "name": "mdc",
3345
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3346
+ "repo": "nuxt-modules/mdc",
3347
+ "npm": "@nuxtjs/mdc",
3348
+ "icon": "mdc.png",
3349
+ "github": "https://github.com/nuxt-modules/mdc",
3350
+ "website": "https://github.com/nuxt-modules/mdc",
3351
+ "learn_more": "",
3352
+ "category": "Extensions",
3353
+ "type": "community",
3354
+ "maintainers": [
3355
+ {
3356
+ "name": "farnabaz",
3357
+ "github": "farnabaz"
3358
+ }
3359
+ ],
3360
+ "compatibility": {
3361
+ "nuxt": "^3.0.0",
3362
+ "requires": {}
3363
+ }
3364
+ },
2744
3365
  {
2745
3366
  "name": "mdx",
2746
3367
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2766,7 +3387,7 @@
2766
3387
  },
2767
3388
  {
2768
3389
  "name": "medusa",
2769
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3390
+ "description": "Easily connect to Medusa from your Nuxt application",
2770
3391
  "repo": "Baroshem/nuxt-medusa",
2771
3392
  "npm": "nuxt-medusa",
2772
3393
  "icon": "medusa.svg",
@@ -2791,7 +3412,7 @@
2791
3412
  },
2792
3413
  {
2793
3414
  "name": "meilisearch",
2794
- "description": "Meilisearch Instant Search module for Nuxt 3",
3415
+ "description": "Meilisearch Instant Search module for Nuxt",
2795
3416
  "repo": "xlanex6/nuxt-meilisearch",
2796
3417
  "npm": "nuxt-meilisearch",
2797
3418
  "icon": "meilisearch.svg",
@@ -2811,7 +3432,8 @@
2811
3432
  "nuxt": "^3.0.0",
2812
3433
  "requires": {
2813
3434
  "bridge": false
2814
- }
3435
+ },
3436
+ "devtools": "^0.0.0"
2815
3437
  }
2816
3438
  },
2817
3439
  {
@@ -2836,28 +3458,6 @@
2836
3458
  "requires": {}
2837
3459
  }
2838
3460
  },
2839
- {
2840
- "name": "mobile",
2841
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2842
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2843
- "npm": "nuxt-mobile",
2844
- "icon": "",
2845
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2846
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2847
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2848
- "category": "Extensions",
2849
- "type": "3rd-party",
2850
- "maintainers": [
2851
- {
2852
- "name": "ChanningDefoe",
2853
- "github": "ChanningDefoe"
2854
- }
2855
- ],
2856
- "compatibility": {
2857
- "nuxt": "^2.0.0",
2858
- "requires": {}
2859
- }
2860
- },
2861
3461
  {
2862
3462
  "name": "module-feed",
2863
3463
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2883,7 +3483,7 @@
2883
3483
  },
2884
3484
  {
2885
3485
  "name": "moment",
2886
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3486
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2887
3487
  "repo": "nuxt-community/moment-module",
2888
3488
  "npm": "@nuxtjs/moment",
2889
3489
  "icon": "momentjs.png",
@@ -2909,20 +3509,20 @@
2909
3509
  }
2910
3510
  },
2911
3511
  {
2912
- "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.",
2914
- "repo": "vanhoofmaarten/nuxt-mq",
2915
- "npm": "nuxt-mq",
3512
+ "name": "neo",
3513
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3514
+ "repo": "ezypeeze/nuxt-neo",
3515
+ "npm": "nuxt-neo",
2916
3516
  "icon": "",
2917
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2918
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2919
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2920
- "category": "Libraries",
3517
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3518
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3519
+ "learn_more": "",
3520
+ "category": "Request",
2921
3521
  "type": "3rd-party",
2922
3522
  "maintainers": [
2923
3523
  {
2924
- "name": "vanhoofmaarten",
2925
- "github": "vanhoofmaarten"
3524
+ "name": "ezypeeze",
3525
+ "github": "ezypeeze"
2926
3526
  }
2927
3527
  ],
2928
3528
  "compatibility": {
@@ -2931,30 +3531,30 @@
2931
3531
  }
2932
3532
  },
2933
3533
  {
2934
- "name": "neo",
2935
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2936
- "repo": "ezypeeze/nuxt-neo",
2937
- "npm": "nuxt-neo",
2938
- "icon": "",
2939
- "github": "https://github.com/ezypeeze/nuxt-neo",
2940
- "website": "https://ezypeeze.github.io/nuxt-neo",
3534
+ "name": "neo4j",
3535
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3536
+ "repo": "arashsheyda/nuxt-neo4j",
3537
+ "npm": "nuxt-neo4j",
3538
+ "icon": "nuxt-neo4j.png",
3539
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3540
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2941
3541
  "learn_more": "",
2942
- "category": "Request",
3542
+ "category": "Database",
2943
3543
  "type": "3rd-party",
2944
3544
  "maintainers": [
2945
3545
  {
2946
- "name": "ezypeeze",
2947
- "github": "ezypeeze"
3546
+ "name": "arashsheyda",
3547
+ "github": "arashsheyda"
2948
3548
  }
2949
3549
  ],
2950
3550
  "compatibility": {
2951
- "nuxt": "^2.0.0",
3551
+ "nuxt": "^3.0.0",
2952
3552
  "requires": {}
2953
3553
  }
2954
3554
  },
2955
3555
  {
2956
3556
  "name": "netlify-cache",
2957
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3557
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2958
3558
  "repo": "DreaMinder/nuxt-netlify-cache",
2959
3559
  "npm": "nuxt-netlify-cache",
2960
3560
  "icon": "netlify.png",
@@ -2999,13 +3599,13 @@
2999
3599
  },
3000
3600
  {
3001
3601
  "name": "netlify",
3002
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3003
- "repo": "bazzite/nuxt-netlify",
3602
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3603
+ "repo": "juliomrqz/nuxt-netlify",
3004
3604
  "npm": "@aceforth/nuxt-netlify",
3005
3605
  "icon": "netlify.png",
3006
- "github": "https://github.com/bazzite/nuxt-netlify",
3007
- "website": "https://marquez.co/docs/nuxt-netlify/",
3008
- "learn_more": "",
3606
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3607
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3608
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3009
3609
  "category": "Deployment",
3010
3610
  "type": "3rd-party",
3011
3611
  "maintainers": [
@@ -3092,42 +3692,43 @@
3092
3692
  }
3093
3693
  },
3094
3694
  {
3095
- "name": "nuxt-auth",
3096
- "description": "",
3097
- "repo": "sidebase/nuxt-auth",
3098
- "npm": "@sidebase/nuxt-auth",
3695
+ "name": "nuxt-anchorscroll",
3696
+ "description": "Scroll to top and to anchor support for Nuxt",
3697
+ "repo": "helltraitor/nuxt-anchorscroll",
3698
+ "npm": "nuxt-anchorscroll",
3099
3699
  "icon": "",
3100
- "github": "https://github.com/sidebase/nuxt-auth",
3101
- "website": "https://github.com/sidebase/nuxt-auth",
3700
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3701
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3102
3702
  "learn_more": "",
3103
- "category": "Devtools",
3703
+ "category": "UI",
3104
3704
  "type": "3rd-party",
3105
3705
  "maintainers": [
3106
3706
  {
3107
- "name": "sidebase",
3108
- "github": "sidebase"
3707
+ "name": "Helltraitor",
3708
+ "github": "helltraitor"
3109
3709
  }
3110
3710
  ],
3111
3711
  "compatibility": {
3112
- "nuxt": "^2.0.0",
3712
+ "nuxt": "^3.0.0",
3113
3713
  "requires": {}
3114
3714
  }
3115
3715
  },
3116
3716
  {
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",
3717
+ "name": "nuxt-asciidoc",
3718
+ "description": "Transformer for using asciidoc in nuxt",
3719
+ "repo": "Chris2011/nuxt-asciidoc",
3720
+ "npm": "nuxt-asciidoc",
3721
+ "icon": "nuxt-asciidoc.svg",
3722
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3723
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3724
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3725
+ "category": "Extensions",
3126
3726
  "type": "3rd-party",
3127
3727
  "maintainers": [
3128
3728
  {
3129
- "name": "Oliver Trajceski",
3130
- "github": "schnapsterdog"
3729
+ "name": "Christian Lenz",
3730
+ "github": "Chris2011",
3731
+ "twitter": "Chrizzly42"
3131
3732
  }
3132
3733
  ],
3133
3734
  "compatibility": {
@@ -3136,71 +3737,65 @@
3136
3737
  }
3137
3738
  },
3138
3739
  {
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",
3146
- "learn_more": "",
3147
- "category": "Request",
3740
+ "name": "nuxt-auth-sanctum",
3741
+ "description": "Nuxt module for Laravel Sanctum authentication",
3742
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3743
+ "npm": "nuxt-auth-sanctum",
3744
+ "icon": "laravel.svg",
3745
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3746
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3747
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3748
+ "category": "Security",
3148
3749
  "type": "3rd-party",
3149
3750
  "maintainers": [
3150
3751
  {
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"
3752
+ "name": "Artem Manchenkov",
3753
+ "github": "manchenkoff",
3754
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3160
3755
  }
3161
3756
  ],
3162
3757
  "compatibility": {
3163
- "nuxt": "^2.0.0 || ^3.0.0",
3758
+ "nuxt": "^3.9.0",
3164
3759
  "requires": {}
3165
3760
  }
3166
3761
  },
3167
3762
  {
3168
- "name": "nuxt-graphql-playground",
3169
- "description": "",
3170
- "repo": "pinpon-dev/nuxt-graphql-playground",
3171
- "npm": "@pin-pon/nuxt-graphql-playground",
3763
+ "name": "nuxt-basic-auth",
3764
+ "description": "Nuxt Module for Basic Authentication",
3765
+ "repo": "kgierke/nuxt-basic-auth",
3766
+ "npm": "@kgierke/nuxt-basic-auth",
3172
3767
  "icon": "",
3173
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3174
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3768
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3769
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3175
3770
  "learn_more": "",
3176
- "category": "Devtools",
3771
+ "category": "Security",
3177
3772
  "type": "3rd-party",
3178
3773
  "maintainers": [
3179
3774
  {
3180
- "name": "pinpon-dev",
3181
- "github": "pinpon-dev"
3775
+ "name": "kgierke",
3776
+ "github": "kgierke"
3182
3777
  }
3183
3778
  ],
3184
3779
  "compatibility": {
3185
- "nuxt": "^2.0.0",
3780
+ "nuxt": "^3.0.0",
3186
3781
  "requires": {}
3187
3782
  }
3188
3783
  },
3189
3784
  {
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",
3785
+ "name": "nuxt-bezier",
3786
+ "description": "Reusable transition components",
3787
+ "repo": "50rayn/nuxt-bezier",
3788
+ "npm": "nuxt-bezier",
3789
+ "icon": "nuxt-bezier.png",
3790
+ "github": "https://github.com/50rayn/nuxt-bezier",
3791
+ "website": "https://github.com/50rayn/nuxt-bezier",
3792
+ "learn_more": "https://github.com/Noction/vue-bezier",
3793
+ "category": "UI",
3199
3794
  "type": "3rd-party",
3200
3795
  "maintainers": [
3201
3796
  {
3202
- "name": "Zadig&Voltaire Team",
3203
- "github": "https://github.com/zadigetvoltaire"
3797
+ "name": "Soryn Gitlan",
3798
+ "github": "50rayn"
3204
3799
  }
3205
3800
  ],
3206
3801
  "compatibility": {
@@ -3208,6 +3803,261 @@
3208
3803
  "requires": {}
3209
3804
  }
3210
3805
  },
3806
+ {
3807
+ "name": "nuxt-bootstrap-icons",
3808
+ "description": "Just a simple integration for Bootstrap Icons",
3809
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3810
+ "npm": "nuxt-bootstrap-icons",
3811
+ "icon": "bootstrap-icons.svg",
3812
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3813
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3814
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3815
+ "category": "UI",
3816
+ "type": "3rd-party",
3817
+ "maintainers": [
3818
+ {
3819
+ "name": "OyewoleOyedeji",
3820
+ "github": "OyewoleOyedeji"
3821
+ }
3822
+ ],
3823
+ "compatibility": {
3824
+ "nuxt": "^3.0.0",
3825
+ "requires": {}
3826
+ }
3827
+ },
3828
+ {
3829
+ "name": "nuxt-chatgpt",
3830
+ "description": "ChatGPT integration for Nuxt",
3831
+ "repo": "schnapsterdog/nuxt-chatgpt",
3832
+ "npm": "nuxt-chatgpt",
3833
+ "icon": "chatgpt.svg",
3834
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3835
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3836
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3837
+ "category": "Libraries",
3838
+ "type": "3rd-party",
3839
+ "maintainers": [
3840
+ {
3841
+ "name": "Oliver Trajceski",
3842
+ "github": "schnapsterdog"
3843
+ }
3844
+ ],
3845
+ "compatibility": {
3846
+ "nuxt": "^3.0.0",
3847
+ "requires": {}
3848
+ }
3849
+ },
3850
+ {
3851
+ "name": "nuxt-cookie-consent",
3852
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3853
+ "repo": "weareheavy/nuxt-cookie-consent",
3854
+ "npm": "@weareheavy/nuxt-cookie-consent",
3855
+ "icon": "wah.svg",
3856
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3857
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3858
+ "learn_more": "",
3859
+ "category": "Extensions",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "weareheavy",
3864
+ "github": "weareheavy"
3865
+ }
3866
+ ],
3867
+ "compatibility": {
3868
+ "nuxt": "^3.0.0",
3869
+ "requires": {}
3870
+ }
3871
+ },
3872
+ {
3873
+ "name": "nuxt-facebook-chat",
3874
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3875
+ "repo": "superdev-tech/nuxt-facebook-chat",
3876
+ "npm": "nuxt-facebook-chat",
3877
+ "icon": "nuxt-facebook-chat.svg",
3878
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3879
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3880
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3881
+ "category": "Libraries",
3882
+ "type": "3rd-party",
3883
+ "maintainers": [
3884
+ {
3885
+ "name": "Supanut Dokmaithong",
3886
+ "github": "Boomgeek"
3887
+ },
3888
+ {
3889
+ "name": "superdev-tech",
3890
+ "github": "superdev-tech"
3891
+ }
3892
+ ],
3893
+ "compatibility": {
3894
+ "nuxt": "^3.0.0",
3895
+ "requires": {}
3896
+ }
3897
+ },
3898
+ {
3899
+ "name": "nuxt-feather-icons",
3900
+ "description": "The Feather Icons in Nuxt 3.",
3901
+ "repo": "4sllan/nuxt-feather-icons",
3902
+ "npm": "nuxt-feather-icons",
3903
+ "icon": "nuxt-feather-icons.png",
3904
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3905
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3906
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3907
+ "category": "UI",
3908
+ "type": "3rd-party",
3909
+ "maintainers": [
3910
+ {
3911
+ "name": "4sllan",
3912
+ "github": "4sllan"
3913
+ }
3914
+ ],
3915
+ "compatibility": {
3916
+ "nuxt": "^3.0.0",
3917
+ "requires": {}
3918
+ }
3919
+ },
3920
+ {
3921
+ "name": "nuxt-feedme",
3922
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3923
+ "repo": "helltraitor/nuxt-feedme",
3924
+ "npm": "nuxt-feedme",
3925
+ "icon": "",
3926
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3927
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3928
+ "learn_more": "",
3929
+ "category": "SEO",
3930
+ "type": "3rd-party",
3931
+ "maintainers": [
3932
+ {
3933
+ "name": "Helltraitor",
3934
+ "github": "helltraitor"
3935
+ }
3936
+ ],
3937
+ "compatibility": {
3938
+ "nuxt": "^3.0.0",
3939
+ "requires": {}
3940
+ }
3941
+ },
3942
+ {
3943
+ "name": "nuxt-file-storage",
3944
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
3945
+ "repo": "nyllre/nuxt-file-storage",
3946
+ "npm": "nuxt-file-storage",
3947
+ "icon": "nuxt-file-storage.svg",
3948
+ "github": "https://github.com/nyllre/nuxt-file-storage",
3949
+ "website": "https://github.com/nyllre/nuxt-file-storage",
3950
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
3951
+ "category": "Database",
3952
+ "type": "3rd-party",
3953
+ "maintainers": [
3954
+ {
3955
+ "name": "NyllRE",
3956
+ "github": "NyllRE"
3957
+ }
3958
+ ],
3959
+ "compatibility": {
3960
+ "nuxt": "^3.0.0",
3961
+ "requires": {}
3962
+ }
3963
+ },
3964
+ {
3965
+ "name": "nuxt-fontawesome",
3966
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3967
+ "repo": "bezumkin/nuxt-fontawesome",
3968
+ "npm": "@vesp/nuxt-fontawesome",
3969
+ "icon": "nuxt-fontawesome.svg",
3970
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3971
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3972
+ "learn_more": "https://fontawesome.com",
3973
+ "category": "UI",
3974
+ "type": "3rd-party",
3975
+ "maintainers": [
3976
+ {
3977
+ "name": "Vasily Naumkin",
3978
+ "github": "bezumkin",
3979
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3980
+ }
3981
+ ],
3982
+ "compatibility": {
3983
+ "nuxt": "^3.0.0",
3984
+ "requires": {}
3985
+ }
3986
+ },
3987
+ {
3988
+ "name": "nuxt-graphql-middleware",
3989
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3990
+ "repo": "dulnan/nuxt-graphql-middleware",
3991
+ "npm": "nuxt-graphql-middleware",
3992
+ "icon": "nuxt-graphql-middleware.svg",
3993
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3994
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3995
+ "learn_more": "",
3996
+ "category": "Request",
3997
+ "type": "3rd-party",
3998
+ "maintainers": [
3999
+ {
4000
+ "name": "dulnan",
4001
+ "github": "dulnan",
4002
+ "twitter": "dulnan",
4003
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
4004
+ },
4005
+ {
4006
+ "name": "ayalon",
4007
+ "github": "ayalon",
4008
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^2.0.0 || ^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-graphql-playground",
4018
+ "description": "",
4019
+ "repo": "pinpon-dev/nuxt-graphql-playground",
4020
+ "npm": "@pin-pon/nuxt-graphql-playground",
4021
+ "icon": "",
4022
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4023
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4024
+ "learn_more": "",
4025
+ "category": "Devtools",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "pinpon-dev",
4030
+ "github": "pinpon-dev"
4031
+ }
4032
+ ],
4033
+ "compatibility": {
4034
+ "nuxt": "^2.0.0",
4035
+ "requires": {}
4036
+ }
4037
+ },
4038
+ {
4039
+ "name": "nuxt-gtm",
4040
+ "description": "A Nuxt module for Google Tag Manager",
4041
+ "repo": "zadigetvoltaire/nuxt-gtm",
4042
+ "npm": "@zadigetvoltaire/nuxt-gtm",
4043
+ "icon": "nuxt-gtm.svg",
4044
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
4045
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
4046
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
4047
+ "category": "Analytics",
4048
+ "type": "3rd-party",
4049
+ "maintainers": [
4050
+ {
4051
+ "name": "Zadig&Voltaire Team",
4052
+ "github": "zadigetvoltaire"
4053
+ }
4054
+ ],
4055
+ "compatibility": {
4056
+ "nuxt": "^3.0.0",
4057
+ "requires": {},
4058
+ "devtools": "^0.0.0"
4059
+ }
4060
+ },
3211
4061
  {
3212
4062
  "name": "nuxt-hue",
3213
4063
  "description": "Enlighten your Nuxt experience",
@@ -3233,24 +4083,46 @@
3233
4083
  }
3234
4084
  },
3235
4085
  {
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",
4086
+ "name": "nuxt-interpolation",
4087
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4088
+ "repo": "daliborgogic/nuxt-interpolation#master",
4089
+ "npm": "nuxt-interpolation",
4090
+ "icon": "",
4091
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4092
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4093
+ "learn_more": "",
4094
+ "category": "Devtools",
3245
4095
  "type": "3rd-party",
3246
4096
  "maintainers": [
3247
4097
  {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
4098
+ "name": "daliborgogic",
4099
+ "github": "daliborgogic"
3250
4100
  }
3251
4101
  ],
3252
4102
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
4103
+ "nuxt": "^2.0.0",
4104
+ "requires": {}
4105
+ }
4106
+ },
4107
+ {
4108
+ "name": "nuxt-jsonld",
4109
+ "description": "Manage JSON-LD in Vue component.",
4110
+ "repo": "ymmooot/nuxt-jsonld",
4111
+ "npm": "nuxt-jsonld",
4112
+ "icon": "",
4113
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4114
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4115
+ "learn_more": "",
4116
+ "category": "SEO",
4117
+ "type": "3rd-party",
4118
+ "maintainers": [
4119
+ {
4120
+ "name": "ymmooot",
4121
+ "github": "ymmooot"
4122
+ }
4123
+ ],
4124
+ "compatibility": {
4125
+ "nuxt": "^3.0.0",
3254
4126
  "requires": {}
3255
4127
  }
3256
4128
  },
@@ -3261,8 +4133,8 @@
3261
4133
  "npm": "@nuxtus/nuxt-localtunnel",
3262
4134
  "icon": "nuxt-localtunnel.svg",
3263
4135
  "github": "https://github.com/nuxtus/localtunnel",
3264
- "website": "https://nuxtus.com",
3265
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4136
+ "website": "https://docs.nuxtus.com",
4137
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3266
4138
  "category": "Devtools",
3267
4139
  "type": "3rd-party",
3268
4140
  "maintainers": [
@@ -3279,7 +4151,7 @@
3279
4151
  },
3280
4152
  {
3281
4153
  "name": "nuxt-loco",
3282
- "description": "A localise.biz module to synth locale with Nuxt.js",
4154
+ "description": "A localise.biz module to synth locale with Nuxt",
3283
4155
  "repo": "gaetansenn/nuxt-loco",
3284
4156
  "npm": "nuxt-loco",
3285
4157
  "icon": "",
@@ -3300,6 +4172,28 @@
3300
4172
  "requires": {}
3301
4173
  }
3302
4174
  },
4175
+ {
4176
+ "name": "nuxt-mail",
4177
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4178
+ "repo": "dword-design/nuxt-mail",
4179
+ "npm": "nuxt-mail",
4180
+ "icon": "",
4181
+ "github": "https://github.com/dword-design/nuxt-mail",
4182
+ "website": "https://github.com/dword-design/nuxt-mail",
4183
+ "learn_more": "",
4184
+ "category": "Extensions",
4185
+ "type": "3rd-party",
4186
+ "maintainers": [
4187
+ {
4188
+ "name": "Sebastian Landwehr",
4189
+ "github": "dword-design"
4190
+ }
4191
+ ],
4192
+ "compatibility": {
4193
+ "nuxt": "^2.0.0 || ^3.0.0",
4194
+ "requires": {}
4195
+ }
4196
+ },
3303
4197
  {
3304
4198
  "name": "nuxt-mapbox",
3305
4199
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3322,6 +4216,28 @@
3322
4216
  "requires": {}
3323
4217
  }
3324
4218
  },
4219
+ {
4220
+ "name": "nuxt-mdi",
4221
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4222
+ "repo": "ERPedersen/nuxt-mdi",
4223
+ "npm": "nuxt-mdi",
4224
+ "icon": "mdi.png",
4225
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4226
+ "website": "https://nuxt-mdi.emilrosenius.com",
4227
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4228
+ "category": "Libraries",
4229
+ "type": "3rd-party",
4230
+ "maintainers": [
4231
+ {
4232
+ "name": "Emil Rosenius",
4233
+ "github": "ERPedersen"
4234
+ }
4235
+ ],
4236
+ "compatibility": {
4237
+ "nuxt": "^3.0.0",
4238
+ "requires": {}
4239
+ }
4240
+ },
3325
4241
  {
3326
4242
  "name": "nuxt-monaco-editor",
3327
4243
  "description": "Integrate monaco-editor with Nuxt",
@@ -3346,12 +4262,12 @@
3346
4262
  },
3347
4263
  {
3348
4264
  "name": "nuxt-mongoose",
3349
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4265
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3350
4266
  "repo": "arashsheyda/nuxt-mongoose",
3351
4267
  "npm": "nuxt-mongoose",
3352
4268
  "icon": "nuxt-mongoose.svg",
3353
4269
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
4270
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
4271
  "learn_more": "",
3356
4272
  "category": "Database",
3357
4273
  "type": "3rd-party",
@@ -3361,6 +4277,125 @@
3361
4277
  "github": "arashsheyda"
3362
4278
  }
3363
4279
  ],
4280
+ "compatibility": {
4281
+ "nuxt": "^3.0.0",
4282
+ "requires": {},
4283
+ "devtools": "^0.0.0"
4284
+ }
4285
+ },
4286
+ {
4287
+ "name": "nuxt-oidc-auth",
4288
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4289
+ "repo": "itpropro/nuxt-oidc-auth",
4290
+ "npm": "nuxt-oidc-auth",
4291
+ "icon": "",
4292
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4293
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4294
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4295
+ "category": "Security",
4296
+ "type": "3rd-party",
4297
+ "maintainers": [
4298
+ {
4299
+ "name": "Jan-Henrik Damaschke",
4300
+ "github": "itpropro",
4301
+ "twitter": "jandamaschke"
4302
+ }
4303
+ ],
4304
+ "compatibility": {
4305
+ "nuxt": "^3.0.0",
4306
+ "requires": {}
4307
+ }
4308
+ },
4309
+ {
4310
+ "name": "nuxt-openapi-docs-module",
4311
+ "description": "Generate pages from OpenAPI specifications",
4312
+ "repo": "on-org/nuxt-openapi-docs-module",
4313
+ "npm": "nuxt-openapi-docs-module",
4314
+ "icon": "nuxt-openapi-docs-module.png",
4315
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4316
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4317
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4318
+ "category": "Libraries",
4319
+ "type": "3rd-party",
4320
+ "maintainers": [
4321
+ {
4322
+ "name": "Pavel Kuzmin",
4323
+ "github": "s00d"
4324
+ }
4325
+ ],
4326
+ "compatibility": {
4327
+ "nuxt": "^3.0.0",
4328
+ "requires": {}
4329
+ }
4330
+ },
4331
+ {
4332
+ "name": "nuxt-openid-connect",
4333
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4334
+ "repo": "aborn/nuxt-openid-connect",
4335
+ "npm": "nuxt-openid-connect",
4336
+ "icon": "",
4337
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4338
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4339
+ "learn_more": "",
4340
+ "category": "Security",
4341
+ "type": "3rd-party",
4342
+ "maintainers": [
4343
+ {
4344
+ "name": "Aborn Jiang",
4345
+ "github": "aborn"
4346
+ },
4347
+ {
4348
+ "name": "Khaled Almana",
4349
+ "github": "KhaledAlMana"
4350
+ }
4351
+ ],
4352
+ "compatibility": {
4353
+ "nuxt": "^3.0.0",
4354
+ "requires": {},
4355
+ "devtools": "^0.0.0"
4356
+ }
4357
+ },
4358
+ {
4359
+ "name": "nuxt-payload-analyzer",
4360
+ "description": "Analyze Nuxt Payload Size",
4361
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4362
+ "npm": "nuxt-payload-analyzer",
4363
+ "icon": "",
4364
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4365
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4366
+ "learn_more": "",
4367
+ "category": "Performance",
4368
+ "type": "3rd-party",
4369
+ "maintainers": [
4370
+ {
4371
+ "name": "Barbapapazes",
4372
+ "github": "Barbapapazes",
4373
+ "twitter": "soubiran_"
4374
+ }
4375
+ ],
4376
+ "compatibility": {
4377
+ "nuxt": "^3.0.0",
4378
+ "requires": {}
4379
+ }
4380
+ },
4381
+ {
4382
+ "name": "nuxt-pdf-frame",
4383
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4384
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4385
+ "npm": "@i2d/nuxt-pdf-frame",
4386
+ "icon": "pdf-frame.svg",
4387
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4388
+ "website": "https://www.pdf-frame.org",
4389
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4390
+ "category": "Libraries",
4391
+ "type": "3rd-party",
4392
+ "maintainers": [
4393
+ {
4394
+ "name": "Narayana Swamy",
4395
+ "github": "nswamy14",
4396
+ "email": "narayanaswamy14@gmail.com"
4397
+ }
4398
+ ],
3364
4399
  "compatibility": {
3365
4400
  "nuxt": "^3.0.0",
3366
4401
  "requires": {}
@@ -3389,6 +4424,28 @@
3389
4424
  "requires": {}
3390
4425
  }
3391
4426
  },
4427
+ {
4428
+ "name": "nuxt-phosphor-icons",
4429
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4430
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4431
+ "npm": "nuxt-phosphor-icons",
4432
+ "icon": "phosphor-icons.svg",
4433
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4434
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4435
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4436
+ "category": "UI",
4437
+ "type": "3rd-party",
4438
+ "maintainers": [
4439
+ {
4440
+ "name": "OyewoleOyedeji",
4441
+ "github": "OyewoleOyedeji"
4442
+ }
4443
+ ],
4444
+ "compatibility": {
4445
+ "nuxt": "^3.0.0",
4446
+ "requires": {}
4447
+ }
4448
+ },
3392
4449
  {
3393
4450
  "name": "nuxt-pino-log",
3394
4451
  "description": "Structured logs for nuxt apps using pino",
@@ -3412,20 +4469,24 @@
3412
4469
  }
3413
4470
  },
3414
4471
  {
3415
- "name": "plausible",
3416
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3417
- "repo": "nuxt-modules/plausible",
3418
- "npm": "@nuxtjs/plausible",
3419
- "icon": "plausible.png",
3420
- "github": "https://github.com/nuxt-modules/plausible",
3421
- "website": "https://github.com/nuxt-modules/plausible",
3422
- "learn_more": "https://plausible.io/",
3423
- "category": "Analytics",
3424
- "type": "community",
4472
+ "name": "nuxt-plotly",
4473
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4474
+ "repo": "superdev-tech/nuxt-plotly",
4475
+ "npm": "nuxt-plotly",
4476
+ "icon": "nuxt-plotly.svg",
4477
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4478
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4479
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4480
+ "category": "Libraries",
4481
+ "type": "3rd-party",
3425
4482
  "maintainers": [
3426
4483
  {
3427
- "name": "Johann Schopplich",
3428
- "github": "johannschopplich"
4484
+ "name": "Supanut Dokmaithong",
4485
+ "github": "Boomgeek"
4486
+ },
4487
+ {
4488
+ "name": "superdev-tech",
4489
+ "github": "superdev-tech"
3429
4490
  }
3430
4491
  ],
3431
4492
  "compatibility": {
@@ -3435,7 +4496,7 @@
3435
4496
  },
3436
4497
  {
3437
4498
  "name": "nuxt-png-to-ico",
3438
- "description": "Nuxt.js module for auto generating favicons",
4499
+ "description": "Nuxt module for auto generating favicons",
3439
4500
  "repo": "b5710546232/nuxt-png-to-ico",
3440
4501
  "npm": "nuxt-png-to-ico",
3441
4502
  "icon": "",
@@ -3456,9 +4517,31 @@
3456
4517
  "requires": {}
3457
4518
  }
3458
4519
  },
4520
+ {
4521
+ "name": "nuxt-posthog",
4522
+ "description": "Integrate PostHog into your application with minimal configuration",
4523
+ "repo": "mitjans/nuxt-posthog",
4524
+ "npm": "nuxt-posthog",
4525
+ "icon": "posthog.svg",
4526
+ "github": "https://github.com/mitjans/nuxt-posthog",
4527
+ "website": "https://nuxt-posthog.cmitjans.dev",
4528
+ "learn_more": "https://posthog.com",
4529
+ "category": "Analytics",
4530
+ "type": "3rd-party",
4531
+ "maintainers": [
4532
+ {
4533
+ "name": "Carles Mitjans",
4534
+ "github": "mitjans"
4535
+ }
4536
+ ],
4537
+ "compatibility": {
4538
+ "nuxt": "^3.0.0",
4539
+ "requires": {}
4540
+ }
4541
+ },
3459
4542
  {
3460
4543
  "name": "nuxt-smartlook",
3461
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4544
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3462
4545
  "repo": "f00b4r/nuxt-smartlook",
3463
4546
  "npm": "nuxt-smartlook",
3464
4547
  "icon": "nuxt-smartlook.png",
@@ -3480,6 +4563,28 @@
3480
4563
  "requires": {}
3481
4564
  }
3482
4565
  },
4566
+ {
4567
+ "name": "nuxt-social-share",
4568
+ "description": "Simple Social Sharing for Nuxt",
4569
+ "repo": "stefanobartoletti/nuxt-social-share",
4570
+ "npm": "@stefanobartoletti/nuxt-social-share",
4571
+ "icon": "nuxt-social-share.png",
4572
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4573
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4574
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4575
+ "category": "Extensions",
4576
+ "type": "3rd-party",
4577
+ "maintainers": [
4578
+ {
4579
+ "name": "stefanobartoletti",
4580
+ "github": "stefanobartoletti"
4581
+ }
4582
+ ],
4583
+ "compatibility": {
4584
+ "nuxt": "^3.0.0",
4585
+ "requires": {}
4586
+ }
4587
+ },
3483
4588
  {
3484
4589
  "name": "ssr-lit",
3485
4590
  "description": "Server-Side Rendering for Lit Element components",
@@ -3510,10 +4615,10 @@
3510
4615
  },
3511
4616
  {
3512
4617
  "name": "nuxt-storm",
3513
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4618
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3514
4619
  "repo": "fumeapp/nuxt-storm",
3515
4620
  "npm": "nuxt-storm",
3516
- "icon": "nuxt-storm.png",
4621
+ "icon": "",
3517
4622
  "github": "https://github.com/fumeapp/nuxt-storm",
3518
4623
  "website": "https://github.com/fumeapp/nuxt-storm",
3519
4624
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3530,6 +4635,30 @@
3530
4635
  "requires": {}
3531
4636
  }
3532
4637
  },
4638
+ {
4639
+ "name": "nuxt-svgo-loader",
4640
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4641
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4642
+ "npm": "nuxt-svgo-loader",
4643
+ "icon": "",
4644
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4645
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4646
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4647
+ "category": "Images",
4648
+ "type": "3rd-party",
4649
+ "maintainers": [
4650
+ {
4651
+ "name": "Alex Liu",
4652
+ "github": "Mini-ghost",
4653
+ "twitter": "Minighost_Alex"
4654
+ }
4655
+ ],
4656
+ "compatibility": {
4657
+ "nuxt": "^3.0.0",
4658
+ "requires": {},
4659
+ "devtools": "^0.0.0"
4660
+ }
4661
+ },
3533
4662
  {
3534
4663
  "name": "nuxt-svgo",
3535
4664
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3554,7 +4683,7 @@
3554
4683
  },
3555
4684
  {
3556
4685
  "name": "nuxt-unleash",
3557
- "description": "Nuxt.js module to use Unleash toggle feature services",
4686
+ "description": "Nuxt module to use Unleash toggle feature services",
3558
4687
  "repo": "conejerock/nuxt-unleash",
3559
4688
  "npm": "nuxt-unleash",
3560
4689
  "icon": "nuxt-unleash.svg",
@@ -3574,28 +4703,6 @@
3574
4703
  "requires": {}
3575
4704
  }
3576
4705
  },
3577
- {
3578
- "name": "nuxt-use-motion",
3579
- "description": "A Nuxt module putting your components in motion",
3580
- "repo": "Tahul/nuxt-use-motion",
3581
- "npm": "nuxt-use-motion",
3582
- "icon": "nuxt-use-motion.svg",
3583
- "github": "https://github.com/Tahul/nuxt-use-motion",
3584
- "website": "https://github.com/Tahul/nuxt-use-motion",
3585
- "learn_more": "https://github.com/vueuse/motion",
3586
- "category": "Libraries",
3587
- "type": "3rd-party",
3588
- "maintainers": [
3589
- {
3590
- "name": "Tahul",
3591
- "github": "Tahul"
3592
- }
3593
- ],
3594
- "compatibility": {
3595
- "nuxt": "^2.0.0",
3596
- "requires": {}
3597
- }
3598
- },
3599
4706
  {
3600
4707
  "name": "nuxt-use-sound",
3601
4708
  "description": "A Nuxt module for playing sound effects.",
@@ -3645,12 +4752,12 @@
3645
4752
  {
3646
4753
  "name": "nuxt-vue3-google-signin",
3647
4754
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
4755
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
4756
  "npm": "nuxt-vue3-google-signin",
3650
4757
  "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",
4758
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4759
+ "website": "https://vue3-google-signin.wavezync.com",
4760
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
4761
  "category": "Libraries",
3655
4762
  "type": "3rd-party",
3656
4763
  "maintainers": [
@@ -3665,20 +4772,64 @@
3665
4772
  }
3666
4773
  },
3667
4774
  {
3668
- "name": "nuxt-vuetify",
3669
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3670
- "repo": "invictus-codes/nuxt-vuetify",
3671
- "npm": "@invictus.codes/nuxt-vuetify",
3672
- "icon": "vuetify-logo-v3-dark.svg",
3673
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3674
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3675
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3676
- "category": "UI",
4775
+ "name": "nuxt-zod-i18n",
4776
+ "description": "A Nuxt Module for localizing zod error messages.",
4777
+ "repo": "xibman/nuxt-zod-i18n",
4778
+ "npm": "nuxt-zod-i18n",
4779
+ "icon": "nuxt-zod-i18n.svg",
4780
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4781
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4782
+ "learn_more": "",
4783
+ "category": "Libraries",
4784
+ "type": "3rd-party",
4785
+ "maintainers": [
4786
+ {
4787
+ "name": "xibman",
4788
+ "github": "xibman"
4789
+ }
4790
+ ],
4791
+ "compatibility": {
4792
+ "nuxt": "^3.0.0",
4793
+ "requires": {}
4794
+ }
4795
+ },
4796
+ {
4797
+ "name": "nuxt3-interpolation",
4798
+ "description": "",
4799
+ "repo": "daliborgogic/interpolation",
4800
+ "npm": "nuxt3-interpolation",
4801
+ "icon": "",
4802
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4803
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4804
+ "learn_more": "",
4805
+ "category": "Devtools",
4806
+ "type": "3rd-party",
4807
+ "maintainers": [
4808
+ {
4809
+ "name": "daliborgogic",
4810
+ "github": "daliborgogic"
4811
+ }
4812
+ ],
4813
+ "compatibility": {
4814
+ "nuxt": "^3.0.0",
4815
+ "requires": {}
4816
+ }
4817
+ },
4818
+ {
4819
+ "name": "nuxt3-leaflet",
4820
+ "description": "Leaflet integration with Nuxt",
4821
+ "repo": "Gugustinette/Nuxt-Leaflet",
4822
+ "npm": "nuxt3-leaflet",
4823
+ "icon": "leaflet.png",
4824
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4825
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4826
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4827
+ "category": "Libraries",
3677
4828
  "type": "3rd-party",
3678
4829
  "maintainers": [
3679
4830
  {
3680
- "name": "Jens van Hellemondt",
3681
- "github": "invictus-codes"
4831
+ "name": "Augustin MERCIER",
4832
+ "github": "Gugustinette"
3682
4833
  }
3683
4834
  ],
3684
4835
  "compatibility": {
@@ -3688,7 +4839,7 @@
3688
4839
  },
3689
4840
  {
3690
4841
  "name": "nuxt7",
3691
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4842
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3692
4843
  "repo": "nuxt-community/nuxt7",
3693
4844
  "npm": "nuxt7",
3694
4845
  "icon": "",
@@ -3709,40 +4860,17 @@
3709
4860
  "requires": {}
3710
4861
  }
3711
4862
  },
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
4863
  {
3736
4864
  "name": "og-image",
3737
- "description": "Easily generate dynamic social share images.",
3738
- "repo": "harlan-zw/nuxt-og-image",
4865
+ "description": "Enlightened runtime images generated with Vue templates.",
4866
+ "repo": "nuxt-modules/og-image",
3739
4867
  "npm": "nuxt-og-image",
3740
- "icon": "",
3741
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3742
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3743
- "learn_more": "",
4868
+ "icon": "og-image.svg",
4869
+ "github": "https://github.com/nuxt-modules/og-image",
4870
+ "website": "https://nuxtseo.com/og-image",
4871
+ "learn_more": "https://nuxtseo.com/og-image",
3744
4872
  "category": "SEO",
3745
- "type": "3rd-party",
4873
+ "type": "community",
3746
4874
  "maintainers": [
3747
4875
  {
3748
4876
  "name": "Harlan Wilton",
@@ -3753,7 +4881,8 @@
3753
4881
  ],
3754
4882
  "compatibility": {
3755
4883
  "nuxt": "^3.0.0",
3756
- "requires": {}
4884
+ "requires": {},
4885
+ "devtools": "^0.0.0"
3757
4886
  }
3758
4887
  },
3759
4888
  {
@@ -3781,13 +4910,13 @@
3781
4910
  },
3782
4911
  {
3783
4912
  "name": "optimized-images",
3784
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4913
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3785
4914
  "repo": "juliomrqz/nuxt-optimized-images",
3786
4915
  "npm": "@aceforth/nuxt-optimized-images",
3787
4916
  "icon": "",
3788
4917
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3789
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3790
- "learn_more": "",
4918
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4919
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3791
4920
  "category": "Images",
3792
4921
  "type": "3rd-party",
3793
4922
  "maintainers": [
@@ -3826,7 +4955,7 @@
3826
4955
  },
3827
4956
  {
3828
4957
  "name": "parse",
3829
- "description": "Parse package for Nuxt.js",
4958
+ "description": "Parse package for Nuxt",
3830
4959
  "repo": "cierrateam/nuxt-parse",
3831
4960
  "npm": "nuxt-parse",
3832
4961
  "icon": "",
@@ -3846,6 +4975,29 @@
3846
4975
  "requires": {}
3847
4976
  }
3848
4977
  },
4978
+ {
4979
+ "name": "particles",
4980
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4981
+ "repo": "Joepocalyptic/nuxt-particles",
4982
+ "npm": "nuxt-particles",
4983
+ "icon": "",
4984
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4985
+ "website": "https://nuxt-particles.joeypereira.dev",
4986
+ "learn_more": "https://particles.js.org/",
4987
+ "category": "Libraries",
4988
+ "type": "3rd-party",
4989
+ "maintainers": [
4990
+ {
4991
+ "name": "Joey Pereira",
4992
+ "github": "Joepocalyptic",
4993
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4994
+ }
4995
+ ],
4996
+ "compatibility": {
4997
+ "nuxt": "^3.0.0",
4998
+ "requires": {}
4999
+ }
5000
+ },
3849
5001
  {
3850
5002
  "name": "partytown",
3851
5003
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3871,6 +5023,28 @@
3871
5023
  }
3872
5024
  }
3873
5025
  },
5026
+ {
5027
+ "name": "paypal",
5028
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5029
+ "repo": "arashsheyda/nuxt-paypal",
5030
+ "npm": "nuxt-paypal",
5031
+ "icon": "paypal.svg",
5032
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5033
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5034
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5035
+ "category": "Payment",
5036
+ "type": "3rd-party",
5037
+ "maintainers": [
5038
+ {
5039
+ "name": "Arash Sheyda",
5040
+ "github": "arashsheyda"
5041
+ }
5042
+ ],
5043
+ "compatibility": {
5044
+ "nuxt": "^3.0.0",
5045
+ "requires": {}
5046
+ }
5047
+ },
3874
5048
  {
3875
5049
  "name": "pdfeasy",
3876
5050
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -3895,6 +5069,28 @@
3895
5069
  "requires": {}
3896
5070
  }
3897
5071
  },
5072
+ {
5073
+ "name": "pergel",
5074
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5075
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5076
+ "npm": "pergel",
5077
+ "icon": "pergel.svg",
5078
+ "github": "https://github.com/oku-ui/pergel",
5079
+ "website": "https://oku-ui.com/pergel",
5080
+ "learn_more": "",
5081
+ "category": "Devtools",
5082
+ "type": "3rd-party",
5083
+ "maintainers": [
5084
+ {
5085
+ "name": "Mehmet - productdevbook",
5086
+ "github": "productdevbook"
5087
+ }
5088
+ ],
5089
+ "compatibility": {
5090
+ "nuxt": "^3.10.0",
5091
+ "requires": {}
5092
+ }
5093
+ },
3898
5094
  {
3899
5095
  "name": "persian-datepicker",
3900
5096
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3921,7 +5117,7 @@
3921
5117
  {
3922
5118
  "name": "pinia-orm",
3923
5119
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
3924
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5120
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
3925
5121
  "npm": "@pinia-orm/nuxt",
3926
5122
  "icon": "pinia-orm.svg",
3927
5123
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -3992,23 +5188,23 @@
3992
5188
  },
3993
5189
  {
3994
5190
  "name": "plausible",
3995
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5191
+ "description": "Nuxt module to natively integrate Plausible analytics",
3996
5192
  "repo": "nuxt-modules/plausible",
3997
5193
  "npm": "@nuxtjs/plausible",
3998
- "icon": "",
5194
+ "icon": "plausible.svg",
3999
5195
  "github": "https://github.com/nuxt-modules/plausible",
4000
5196
  "website": "https://github.com/nuxt-modules/plausible",
4001
5197
  "learn_more": "",
4002
- "category": "Devtools",
5198
+ "category": "Analytics",
4003
5199
  "type": "community",
4004
5200
  "maintainers": [
4005
5201
  {
4006
- "name": "nuxt-modules",
4007
- "github": "nuxt-modules"
5202
+ "name": "Johann Schopplich",
5203
+ "github": "johannschopplich"
4008
5204
  }
4009
5205
  ],
4010
5206
  "compatibility": {
4011
- "nuxt": "^2.0.0",
5207
+ "nuxt": "^2.0.0 || ^3.0.0",
4012
5208
  "requires": {}
4013
5209
  }
4014
5210
  },
@@ -4034,9 +5230,56 @@
4034
5230
  "requires": {}
4035
5231
  }
4036
5232
  },
5233
+ {
5234
+ "name": "prepare",
5235
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5236
+ "repo": "johannschopplich/nuxt-prepare",
5237
+ "npm": "nuxt-prepare",
5238
+ "icon": "prepare.svg",
5239
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5240
+ "website": "https://nuxt-prepare.byjohann.dev",
5241
+ "learn_more": "",
5242
+ "category": "Devtools",
5243
+ "type": "3rd-party",
5244
+ "maintainers": [
5245
+ {
5246
+ "name": "Johann Schopplich",
5247
+ "github": "johannschopplich",
5248
+ "twitter": "jschopplich",
5249
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5250
+ }
5251
+ ],
5252
+ "compatibility": {
5253
+ "nuxt": "^3.0.0",
5254
+ "requires": {}
5255
+ }
5256
+ },
5257
+ {
5258
+ "name": "primevue",
5259
+ "description": "Next Generation Vue UI Component Library",
5260
+ "repo": "primefaces/primevue-nuxt-module",
5261
+ "npm": "nuxt-primevue",
5262
+ "icon": "primevue.svg",
5263
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5264
+ "website": "https://primevue.org/",
5265
+ "learn_more": "https://primevue.org/",
5266
+ "category": "UI",
5267
+ "type": "3rd-party",
5268
+ "maintainers": [
5269
+ {
5270
+ "name": "primefaces",
5271
+ "github": "primefaces",
5272
+ "twitter": "primevue"
5273
+ }
5274
+ ],
5275
+ "compatibility": {
5276
+ "nuxt": "^3.0.0",
5277
+ "requires": {}
5278
+ }
5279
+ },
4037
5280
  {
4038
5281
  "name": "prismic",
4039
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5282
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4040
5283
  "repo": "nuxt-modules/prismic",
4041
5284
  "npm": "@nuxtjs/prismic",
4042
5285
  "icon": "prismic.png",
@@ -4103,7 +5346,7 @@
4103
5346
  },
4104
5347
  {
4105
5348
  "name": "proxy",
4106
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5349
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4107
5350
  "repo": "nuxt-community/proxy-module",
4108
5351
  "npm": "@nuxtjs/proxy",
4109
5352
  "icon": "",
@@ -4149,7 +5392,7 @@
4149
5392
  },
4150
5393
  {
4151
5394
  "name": "purgecss",
4152
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5395
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4153
5396
  "repo": "Developmint/nuxt-purgecss#main",
4154
5397
  "npm": "nuxt-purgecss",
4155
5398
  "icon": "purgecss.png",
@@ -4171,7 +5414,7 @@
4171
5414
  },
4172
5415
  {
4173
5416
  "name": "pwa",
4174
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5417
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4175
5418
  "repo": "nuxt-community/pwa-module",
4176
5419
  "npm": "@nuxtjs/pwa",
4177
5420
  "icon": "pwa.png",
@@ -4196,7 +5439,7 @@
4196
5439
  },
4197
5440
  {
4198
5441
  "name": "python",
4199
- "description": "Write Nuxt.js applications using Python",
5442
+ "description": "Write Nuxt applications using Python",
4200
5443
  "repo": "nuxt-community/python-module",
4201
5444
  "npm": "@nuxtjs/python",
4202
5445
  "icon": "python.png",
@@ -4233,6 +5476,64 @@
4233
5476
  "github": "Maiquu"
4234
5477
  }
4235
5478
  ],
5479
+ "compatibility": {
5480
+ "nuxt": "^3.0.0",
5481
+ "requires": {},
5482
+ "devtools": "^0.0.0"
5483
+ }
5484
+ },
5485
+ {
5486
+ "name": "radash",
5487
+ "description": "radash module with auto-import and custom prefix",
5488
+ "repo": "bbg/nuxt-radash",
5489
+ "npm": "nuxt-radash",
5490
+ "icon": "radash.png",
5491
+ "github": "https://github.com/bbg/nuxt-radash",
5492
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5493
+ "learn_more": "https://github.com/rayepps/radash/",
5494
+ "category": "Libraries",
5495
+ "type": "3rd-party",
5496
+ "maintainers": [
5497
+ {
5498
+ "name": "Batuhan Göksu",
5499
+ "github": "bbg"
5500
+ }
5501
+ ],
5502
+ "compatibility": {
5503
+ "nuxt": "^3.0.0",
5504
+ "requires": {}
5505
+ }
5506
+ },
5507
+ {
5508
+ "name": "radix-vue",
5509
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5510
+ "repo": "radix-vue/radix-vue",
5511
+ "npm": "radix-vue",
5512
+ "icon": "radix-vue.svg",
5513
+ "github": "https://github.com/radix-vue/radix-vue",
5514
+ "website": "https://www.radix-vue.com/",
5515
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5516
+ "category": "UI",
5517
+ "type": "3rd-party",
5518
+ "maintainers": [
5519
+ {
5520
+ "name": "Zernonia",
5521
+ "github": "zernonia",
5522
+ "twitter": "zernonia"
5523
+ },
5524
+ {
5525
+ "name": "Khairul Haaziq",
5526
+ "github": "khairulhaaziq"
5527
+ },
5528
+ {
5529
+ "name": "Mujahid Anuar",
5530
+ "github": "mujahidfa"
5531
+ },
5532
+ {
5533
+ "name": "Max",
5534
+ "github": "onmax"
5535
+ }
5536
+ ],
4236
5537
  "compatibility": {
4237
5538
  "nuxt": "^3.0.0",
4238
5539
  "requires": {}
@@ -4240,7 +5541,7 @@
4240
5541
  },
4241
5542
  {
4242
5543
  "name": "recaptcha",
4243
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5544
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4244
5545
  "repo": "nuxt-community/recaptcha-module",
4245
5546
  "npm": "@nuxtjs/recaptcha",
4246
5547
  "icon": "recaptcha.png",
@@ -4283,9 +5584,32 @@
4283
5584
  "requires": {}
4284
5585
  }
4285
5586
  },
5587
+ {
5588
+ "name": "resend",
5589
+ "description": "Resend integration for Nuxt",
5590
+ "repo": "nhedger/nuxt-resend",
5591
+ "npm": "nuxt-resend",
5592
+ "icon": "resend.svg",
5593
+ "github": "https://github.com/nhedger/nuxt-resend",
5594
+ "website": "https://github.com/nhedger/nuxt-resend",
5595
+ "learn_more": "https://resend.com",
5596
+ "category": "Extensions",
5597
+ "type": "3rd-party",
5598
+ "maintainers": [
5599
+ {
5600
+ "name": "Nicolas Hedger",
5601
+ "github": "nhedger",
5602
+ "twitter": "nicolashedger"
5603
+ }
5604
+ ],
5605
+ "compatibility": {
5606
+ "nuxt": "^3.0.0",
5607
+ "requires": {}
5608
+ }
5609
+ },
4286
5610
  {
4287
5611
  "name": "rfg-icon",
4288
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5612
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4289
5613
  "repo": "pimlie/nuxt-rfg-icon",
4290
5614
  "npm": "nuxt-rfg-icon",
4291
5615
  "icon": "real-favicon-generator.png",
@@ -4307,13 +5631,13 @@
4307
5631
  },
4308
5632
  {
4309
5633
  "name": "robots",
4310
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4311
- "repo": "nuxt-community/robots-module",
5634
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5635
+ "repo": "nuxt-modules/robots",
4312
5636
  "npm": "@nuxtjs/robots",
4313
5637
  "icon": "robots.png",
4314
- "github": "https://github.com/nuxt-community/robots-module",
4315
- "website": "https://github.com/nuxt-community/robots-module",
4316
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5638
+ "github": "https://github.com/nuxt-modules/robots",
5639
+ "website": "https://github.com/nuxt-modules/robots",
5640
+ "learn_more": "",
4317
5641
  "category": "SEO",
4318
5642
  "type": "community",
4319
5643
  "maintainers": [
@@ -4331,23 +5655,23 @@
4331
5655
  },
4332
5656
  {
4333
5657
  "name": "rollbar",
4334
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4335
- "repo": "gaelreyrol/nuxt-rollbar-module",
4336
- "npm": "nuxt-rollbar-module",
5658
+ "description": "Nuxt 3 module to integrate Rollbar.",
5659
+ "repo": "jairoblatt/nuxt-rollbar",
5660
+ "npm": "nuxt-rollbar",
4337
5661
  "icon": "rollbar.png",
4338
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4339
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5662
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5663
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4340
5664
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4341
5665
  "category": "Monitoring",
4342
5666
  "type": "3rd-party",
4343
5667
  "maintainers": [
4344
5668
  {
4345
- "name": "Gaël Reyrol",
4346
- "github": "gaelreyrol"
5669
+ "name": "Jairo Blatt",
5670
+ "github": "jairoblatt"
4347
5671
  }
4348
5672
  ],
4349
5673
  "compatibility": {
4350
- "nuxt": "^2.0.0",
5674
+ "nuxt": "^3.0.0",
4351
5675
  "requires": {}
4352
5676
  }
4353
5677
  },
@@ -4376,7 +5700,7 @@
4376
5700
  },
4377
5701
  {
4378
5702
  "name": "router",
4379
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5703
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4380
5704
  "repo": "nuxt-community/router-module",
4381
5705
  "npm": "@nuxtjs/router",
4382
5706
  "icon": "vue.png",
@@ -4424,13 +5748,13 @@
4424
5748
  },
4425
5749
  {
4426
5750
  "name": "schema-org",
4427
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4428
- "repo": "vueuse/schema-org#main/packages/nuxt",
5751
+ "description": "Quick and easy Schema.org graphs.",
5752
+ "repo": "harlan-zw/nuxt-schema-org",
4429
5753
  "npm": "nuxt-schema-org",
4430
5754
  "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",
5755
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5756
+ "website": "https://nuxtseo.com/schema-org",
5757
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4434
5758
  "category": "SEO",
4435
5759
  "type": "3rd-party",
4436
5760
  "maintainers": [
@@ -4493,13 +5817,13 @@
4493
5817
  },
4494
5818
  {
4495
5819
  "name": "segment",
4496
- "description": "Nuxt.js module for Segment Analytics.js",
5820
+ "description": "Nuxt module for Segment Analytics.js",
4497
5821
  "repo": "dansmaculotte/nuxt-segment",
4498
5822
  "npm": "@dansmaculotte/nuxt-segment",
4499
5823
  "icon": "segment.png",
4500
5824
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4501
5825
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4502
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5826
+ "learn_more": "",
4503
5827
  "category": "Analytics",
4504
5828
  "type": "3rd-party",
4505
5829
  "maintainers": [
@@ -4515,10 +5839,10 @@
4515
5839
  },
4516
5840
  {
4517
5841
  "name": "sentry",
4518
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5842
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4519
5843
  "repo": "nuxt-community/sentry-module",
4520
5844
  "npm": "@nuxtjs/sentry",
4521
- "icon": "sentry.png",
5845
+ "icon": "sentry.svg",
4522
5846
  "github": "https://github.com/nuxt-community/sentry-module",
4523
5847
  "website": "https://sentry.nuxtjs.org/",
4524
5848
  "learn_more": "https://sentry.io/welcome/",
@@ -4536,20 +5860,22 @@
4536
5860
  }
4537
5861
  },
4538
5862
  {
4539
- "name": "seo-kit",
4540
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4541
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4542
- "npm": "nuxt-seo-kit",
4543
- "icon": "seo-kit.svg",
4544
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4545
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4546
- "learn_more": "",
5863
+ "name": "seo-experiments",
5864
+ "description": "Powerful SEO DX improvements.",
5865
+ "repo": "harlan-zw/nuxt-seo-experiments",
5866
+ "npm": "nuxt-seo-experiments",
5867
+ "icon": "seo-experiments.svg",
5868
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5869
+ "website": "https://nuxtseo.com/experiments",
5870
+ "learn_more": "https://nuxtseo.com/experiments",
4547
5871
  "category": "SEO",
4548
5872
  "type": "3rd-party",
4549
5873
  "maintainers": [
4550
5874
  {
4551
- "name": "harlan-zw",
4552
- "github": "harlan-zw"
5875
+ "name": "Harlan Wilton",
5876
+ "github": "harlan-zw",
5877
+ "twitter": "harlan_zw",
5878
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4553
5879
  }
4554
5880
  ],
4555
5881
  "compatibility": {
@@ -4580,9 +5906,31 @@
4580
5906
  "requires": {}
4581
5907
  }
4582
5908
  },
5909
+ {
5910
+ "name": "seo",
5911
+ "description": "The complete SEO solution for Nuxt.",
5912
+ "repo": "harlan-zw/nuxt-seo",
5913
+ "npm": "@nuxtjs/seo",
5914
+ "icon": "nuxt.svg",
5915
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5916
+ "website": "https://nuxtseo.com/",
5917
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5918
+ "category": "SEO",
5919
+ "type": "3rd-party",
5920
+ "maintainers": [
5921
+ {
5922
+ "name": "harlan-zw",
5923
+ "github": "harlan-zw"
5924
+ }
5925
+ ],
5926
+ "compatibility": {
5927
+ "nuxt": "^3.0.0",
5928
+ "requires": {}
5929
+ }
5930
+ },
4583
5931
  {
4584
5932
  "name": "seomatic-meta",
4585
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5933
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4586
5934
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4587
5935
  "npm": "nuxt-seomatic-meta",
4588
5936
  "icon": "seomatic.png",
@@ -4626,21 +5974,21 @@
4626
5974
  }
4627
5975
  },
4628
5976
  {
4629
- "name": "session",
4630
- "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",
4631
- "repo": "sidebase/nuxt-session",
4632
- "npm": "@sidebase/nuxt-session",
4633
- "icon": "session.png",
4634
- "github": "https://github.com/sidebase/nuxt-session",
4635
- "website": "https://github.com/sidebase/nuxt-session",
4636
- "learn_more": "https://github.com/sidebase",
4637
- "category": "Security",
5977
+ "name": "server-block",
5978
+ "description": "Use <server> tags in your Nuxt pages components.",
5979
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5980
+ "npm": "@hebilicious/server-block-nuxt",
5981
+ "icon": "server-block.svg",
5982
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5983
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5984
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5985
+ "category": "Extensions",
4638
5986
  "type": "3rd-party",
4639
5987
  "maintainers": [
4640
5988
  {
4641
- "name": "sidebase",
4642
- "github": "sidebase",
4643
- "twitter": "sidebase_io"
5989
+ "name": "Hebilicious",
5990
+ "github": "Hebilicious",
5991
+ "twitter": "its_hebilicious"
4644
5992
  }
4645
5993
  ],
4646
5994
  "compatibility": {
@@ -4650,7 +5998,7 @@
4650
5998
  },
4651
5999
  {
4652
6000
  "name": "shopify",
4653
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
6001
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4654
6002
  "repo": "Gomah/nuxt-shopify",
4655
6003
  "npm": "nuxt-shopify",
4656
6004
  "icon": "shopify.png",
@@ -4671,7 +6019,29 @@
4671
6019
  }
4672
6020
  },
4673
6021
  {
4674
- "name": "nuxt-auth",
6022
+ "name": "shuimo-ui",
6023
+ "description": "A Chinese Shuimo style component library.",
6024
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6025
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6026
+ "icon": "shuimo-ui.svg",
6027
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6028
+ "website": "https://shuimo.design",
6029
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6030
+ "category": "UI",
6031
+ "type": "3rd-party",
6032
+ "maintainers": [
6033
+ {
6034
+ "name": "higuaifan",
6035
+ "github": "higuaifan"
6036
+ }
6037
+ ],
6038
+ "compatibility": {
6039
+ "nuxt": "^3.0.0",
6040
+ "requires": {}
6041
+ }
6042
+ },
6043
+ {
6044
+ "name": "sidebase-auth",
4675
6045
  "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
6046
  "repo": "sidebase/nuxt-auth",
4677
6047
  "npm": "@sidebase/nuxt-auth",
@@ -4717,13 +6087,13 @@
4717
6087
  },
4718
6088
  {
4719
6089
  "name": "simple-robots",
4720
- "description": "Simply manage the robots crawling your Nuxt app.",
6090
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4721
6091
  "repo": "harlan-zw/nuxt-simple-robots",
4722
6092
  "npm": "nuxt-simple-robots",
4723
- "icon": "",
6093
+ "icon": "simple-robots.svg",
4724
6094
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4726
- "learn_more": "",
6095
+ "website": "https://nuxtseo.com/robots",
6096
+ "learn_more": "https://nuxtseo.com/robots",
4727
6097
  "category": "SEO",
4728
6098
  "type": "3rd-party",
4729
6099
  "maintainers": [
@@ -4740,41 +6110,23 @@
4740
6110
  }
4741
6111
  },
4742
6112
  {
4743
- "name": "simple-sitemap",
4744
- "description": "Simple, minimal sitemap.xml generation.",
4745
- "repo": "harlan-zw/nuxt-simple-sitemap",
4746
- "npm": "nuxt-simple-sitemap",
4747
- "icon": "",
4748
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4749
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4750
- "learn_more": "",
6113
+ "name": "sitemap",
6114
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6115
+ "repo": "nuxt-modules/sitemap",
6116
+ "npm": "@nuxtjs/sitemap",
6117
+ "icon": "simple-sitemap.svg",
6118
+ "github": "https://github.com/nuxt-modules/sitemap",
6119
+ "website": "https://nuxtseo.com/",
6120
+ "learn_more": "https://nuxtseo.com/sitemap",
4751
6121
  "category": "SEO",
4752
- "type": "3rd-party",
6122
+ "type": "community",
4753
6123
  "maintainers": [
4754
6124
  {
4755
6125
  "name": "Harlan Wilton",
4756
6126
  "github": "harlan-zw",
4757
6127
  "twitter": "harlan_zw",
4758
6128
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4759
- }
4760
- ],
4761
- "compatibility": {
4762
- "nuxt": "^3.0.0",
4763
- "requires": {}
4764
- }
4765
- },
4766
- {
4767
- "name": "sitemap",
4768
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4769
- "repo": "nuxt-community/sitemap-module#dev",
4770
- "npm": "@nuxtjs/sitemap",
4771
- "icon": "",
4772
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4773
- "website": "https://sitemap.nuxtjs.org",
4774
- "learn_more": "",
4775
- "category": "SEO",
4776
- "type": "community",
4777
- "maintainers": [
6129
+ },
4778
6130
  {
4779
6131
  "name": "Nicolas PENNEC",
4780
6132
  "github": "NicoPennec",
@@ -4782,7 +6134,7 @@
4782
6134
  }
4783
6135
  ],
4784
6136
  "compatibility": {
4785
- "nuxt": "^2.0.0",
6137
+ "nuxt": "^3.0.0",
4786
6138
  "requires": {}
4787
6139
  }
4788
6140
  },
@@ -4810,13 +6162,13 @@
4810
6162
  },
4811
6163
  {
4812
6164
  "name": "snipcart",
4813
- "description": "Snipcart integration module for Nuxt.js",
6165
+ "description": "Snipcart integration module for Nuxt",
4814
6166
  "repo": "nuxt-modules/snipcart",
4815
6167
  "npm": "@nuxtjs/snipcart",
4816
6168
  "icon": "snipcart.png",
4817
6169
  "github": "https://github.com/nuxt-modules/snipcart",
4818
6170
  "website": "https://github.com/nuxt-modules/snipcart",
4819
- "learn_more": "https://snipcart.com",
6171
+ "learn_more": "",
4820
6172
  "category": "Ecommerce",
4821
6173
  "type": "community",
4822
6174
  "maintainers": [
@@ -4833,7 +6185,7 @@
4833
6185
  },
4834
6186
  {
4835
6187
  "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.).",
6188
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4837
6189
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4838
6190
  "npm": "nuxt-social-meta",
4839
6191
  "icon": "",
@@ -4902,7 +6254,7 @@
4902
6254
  "name": "speedkit",
4903
6255
  "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
4904
6256
  "repo": "GrabarzUndPartner/nuxt-speedkit",
4905
- "npm": "nuxt-speedkit",
6257
+ "npm": "nuxt-booster",
4906
6258
  "icon": "speedkit.png",
4907
6259
  "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
4908
6260
  "website": "https://nuxt-speedkit.grabarzundpartner.dev",
@@ -4955,7 +6307,7 @@
4955
6307
  },
4956
6308
  {
4957
6309
  "name": "storage",
4958
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6310
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4959
6311
  "repo": "mazipan/nuxt-storage",
4960
6312
  "npm": "nuxt-storage",
4961
6313
  "icon": "",
@@ -4977,7 +6329,7 @@
4977
6329
  },
4978
6330
  {
4979
6331
  "name": "storefront-ui",
4980
- "description": "Storefront UI Module for Nuxt.js",
6332
+ "description": "Storefront UI Module for Nuxt",
4981
6333
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4982
6334
  "npm": "@storefront-ui/nuxt",
4983
6335
  "icon": "storefront-ui.svg",
@@ -5021,8 +6373,8 @@
5021
6373
  },
5022
6374
  {
5023
6375
  "name": "storyblok",
5024
- "description": "Storyblok Nuxt.js module",
5025
- "repo": "storyblok/storyblok-nuxt#master/lib",
6376
+ "description": "Storyblok Nuxt module",
6377
+ "repo": "storyblok/storyblok-nuxt#main",
5026
6378
  "npm": "@storyblok/nuxt",
5027
6379
  "icon": "storyblok.png",
5028
6380
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5038,46 +6390,43 @@
5038
6390
  ],
5039
6391
  "compatibility": {
5040
6392
  "nuxt": "^2.0.0 || ^3.0.0",
5041
- "requires": {}
6393
+ "requires": {},
6394
+ "devtools": "^0.0.0"
5042
6395
  }
5043
6396
  },
5044
6397
  {
5045
6398
  "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",
6399
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6400
+ "repo": "nuxt-modules/storybook",
5048
6401
  "npm": "@nuxtjs/storybook",
5049
6402
  "icon": "storybook.png",
5050
- "github": "https://github.com/nuxt-community/storybook",
6403
+ "github": "https://github.com/nuxt-modules/storybook",
5051
6404
  "website": "https://storybook.nuxtjs.org",
5052
- "learn_more": "https://storybook.js.org/",
6405
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5053
6406
  "category": "Devtools",
5054
6407
  "type": "community",
5055
6408
  "maintainers": [
5056
6409
  {
5057
- "name": "Ahad Birang",
5058
- "github": "farnabaz",
5059
- "twitter": "a_birang"
5060
- },
5061
- {
5062
- "name": "Pooya Parsa",
5063
- "github": "pi0",
5064
- "twitter": "_pi0_"
6410
+ "name": "Chakir QATAB",
6411
+ "github": "chakAs3",
6412
+ "twitter": "ChakirQatab"
5065
6413
  }
5066
6414
  ],
5067
6415
  "compatibility": {
5068
- "nuxt": "^2.0.0",
6416
+ "nuxt": "^2.0.0 || ^3.0.0",
5069
6417
  "requires": {
5070
6418
  "bridge": "optional"
5071
- }
6419
+ },
6420
+ "devtools": "^0.7.2"
5072
6421
  }
5073
6422
  },
5074
6423
  {
5075
6424
  "name": "strapi",
5076
6425
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5077
- "repo": "nuxt-community/strapi-module",
6426
+ "repo": "nuxt-modules/strapi",
5078
6427
  "npm": "@nuxtjs/strapi",
5079
6428
  "icon": "strapi.png",
5080
- "github": "https://github.com/nuxt-community/strapi-module",
6429
+ "github": "https://github.com/nuxt-modules/strapi",
5081
6430
  "website": "https://strapi.nuxtjs.org",
5082
6431
  "learn_more": "https://strapi.io/",
5083
6432
  "category": "CMS",
@@ -5098,7 +6447,34 @@
5098
6447
  "nuxt": "^2.0.0 || ^3.0.0",
5099
6448
  "requires": {
5100
6449
  "bridge": true
6450
+ },
6451
+ "devtools": "^0.0.0"
6452
+ }
6453
+ },
6454
+ {
6455
+ "name": "stripe-next",
6456
+ "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.",
6457
+ "repo": "fuentesloic/nuxt-stripe",
6458
+ "npm": "@unlok-co/nuxt-stripe",
6459
+ "icon": "stripe.png",
6460
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6461
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6462
+ "learn_more": "https://stripe.com/docs",
6463
+ "category": "Payment",
6464
+ "type": "3rd-party",
6465
+ "maintainers": [
6466
+ {
6467
+ "name": "Loic Fuentes",
6468
+ "github": "fuentesloic"
6469
+ },
6470
+ {
6471
+ "name": "Florent Giraud",
6472
+ "github": "flozero"
5101
6473
  }
6474
+ ],
6475
+ "compatibility": {
6476
+ "nuxt": "^3.0.0",
6477
+ "requires": {}
5102
6478
  }
5103
6479
  },
5104
6480
  {
@@ -5123,6 +6499,36 @@
5123
6499
  "requires": {}
5124
6500
  }
5125
6501
  },
6502
+ {
6503
+ "name": "studio",
6504
+ "description": "A new experience to build content-driven website with Nuxt.",
6505
+ "repo": "nuxtlabs/studio-module",
6506
+ "npm": "@nuxthq/studio",
6507
+ "icon": "studio.svg",
6508
+ "github": "https://github.com/nuxtlabs/studio-module",
6509
+ "website": "https://nuxt.studio",
6510
+ "learn_more": "https://nuxt.studio",
6511
+ "category": "CMS",
6512
+ "type": "3rd-party",
6513
+ "maintainers": [
6514
+ {
6515
+ "name": "Ahad Birang",
6516
+ "github": "farnabaz",
6517
+ "twitter": "a_birang"
6518
+ },
6519
+ {
6520
+ "name": "Sébastien Chopin",
6521
+ "github": "Atinux",
6522
+ "twitter": "Atinux"
6523
+ }
6524
+ ],
6525
+ "compatibility": {
6526
+ "nuxt": "^3.0.0",
6527
+ "requires": {
6528
+ "content": true
6529
+ }
6530
+ }
6531
+ },
5126
6532
  {
5127
6533
  "name": "style-resources",
5128
6534
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5148,7 +6554,7 @@
5148
6554
  },
5149
6555
  {
5150
6556
  "name": "stylelint",
5151
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6557
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5152
6558
  "repo": "nuxt-community/stylelint-module",
5153
6559
  "npm": "@nuxtjs/stylelint-module",
5154
6560
  "icon": "stylelint.png",
@@ -5168,36 +6574,13 @@
5168
6574
  "requires": {}
5169
6575
  }
5170
6576
  },
5171
- {
5172
- "name": "stylify",
5173
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5174
- "repo": "stylify/packages#master/packages/nuxt",
5175
- "npm": "@stylify/nuxt",
5176
- "icon": "stylify.svg",
5177
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5178
- "website": "https://stylifycss.com/docs/nuxt",
5179
- "learn_more": "https://stylifycss.com",
5180
- "category": "UI",
5181
- "type": "3rd-party",
5182
- "maintainers": [
5183
- {
5184
- "name": "Vladimír Macháček",
5185
- "github": "Machy8",
5186
- "twitter": "8machy"
5187
- }
5188
- ],
5189
- "compatibility": {
5190
- "nuxt": "^2.0.0 || ^3.0.0",
5191
- "requires": {}
5192
- }
5193
- },
5194
6577
  {
5195
6578
  "name": "supabase",
5196
6579
  "description": "First class integration with Supabase",
5197
- "repo": "nuxt-community/supabase-module",
6580
+ "repo": "nuxt-modules/supabase",
5198
6581
  "npm": "@nuxtjs/supabase",
5199
6582
  "icon": "supabase.png",
5200
- "github": "https://github.com/nuxt-community/supabase-module",
6583
+ "github": "https://github.com/nuxt-modules/supabase",
5201
6584
  "website": "https://supabase.nuxtjs.org",
5202
6585
  "learn_more": "https://supabase.com",
5203
6586
  "category": "Database",
@@ -5248,12 +6631,12 @@
5248
6631
  },
5249
6632
  {
5250
6633
  "name": "svg-sprite",
5251
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5252
- "repo": "nuxt-community/svg-sprite-module",
6634
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6635
+ "repo": "nuxt-modules/svg-sprite",
5253
6636
  "npm": "@nuxtjs/svg-sprite",
5254
6637
  "icon": "",
5255
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5256
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6638
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6639
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5257
6640
  "learn_more": "",
5258
6641
  "category": "UI",
5259
6642
  "type": "community",
@@ -5265,13 +6648,13 @@
5265
6648
  }
5266
6649
  ],
5267
6650
  "compatibility": {
5268
- "nuxt": "^2.0.0",
6651
+ "nuxt": "^2.0.0 || ^3.0.0",
5269
6652
  "requires": {}
5270
6653
  }
5271
6654
  },
5272
6655
  {
5273
6656
  "name": "svg",
5274
- "description": "Super simple svg loading module for Nuxt.js",
6657
+ "description": "Super simple svg loading module for Nuxt",
5275
6658
  "repo": "nuxt-community/svg-module",
5276
6659
  "npm": "@nuxtjs/svg",
5277
6660
  "icon": "",
@@ -5313,9 +6696,33 @@
5313
6696
  "requires": {}
5314
6697
  }
5315
6698
  },
6699
+ {
6700
+ "name": "swiftsearch",
6701
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6702
+ "repo": "atoms-studio/nuxt-swiftsearch",
6703
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6704
+ "icon": "nuxt-swiftsearch.svg",
6705
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6706
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6707
+ "learn_more": "",
6708
+ "category": "Libraries",
6709
+ "type": "3rd-party",
6710
+ "maintainers": [
6711
+ {
6712
+ "name": "Matteo Rigoni",
6713
+ "github": "rigo-m",
6714
+ "twitter": "MatteoRigoni",
6715
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6716
+ }
6717
+ ],
6718
+ "compatibility": {
6719
+ "nuxt": "^3.10.0",
6720
+ "requires": {}
6721
+ }
6722
+ },
5316
6723
  {
5317
6724
  "name": "swiper",
5318
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6725
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5319
6726
  "repo": "cpreston321/nuxt-swiper",
5320
6727
  "npm": "nuxt-swiper",
5321
6728
  "icon": "swiper.svg",
@@ -5361,10 +6768,10 @@
5361
6768
  {
5362
6769
  "name": "tailwindcss",
5363
6770
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5364
- "repo": "nuxt-community/tailwindcss-module",
6771
+ "repo": "nuxt-modules/tailwindcss",
5365
6772
  "npm": "@nuxtjs/tailwindcss",
5366
6773
  "icon": "tailwindcss.png",
5367
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6774
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5368
6775
  "website": "https://tailwindcss.nuxtjs.org",
5369
6776
  "learn_more": "https://tailwindcss.com/",
5370
6777
  "category": "UI",
@@ -5374,10 +6781,46 @@
5374
6781
  "name": "Sébastien Chopin",
5375
6782
  "github": "Atinux",
5376
6783
  "twitter": "Atinux"
6784
+ },
6785
+ {
6786
+ "name": "Inesh Bose",
6787
+ "github": "ineshbose"
5377
6788
  }
5378
6789
  ],
5379
6790
  "compatibility": {
5380
6791
  "nuxt": "^2.0.0 || ^3.0.0",
6792
+ "requires": {},
6793
+ "devtools": "^0.0.0"
6794
+ },
6795
+ "aliases": [
6796
+ "tailwind"
6797
+ ]
6798
+ },
6799
+ {
6800
+ "name": "test-utils",
6801
+ "description": "Test utilities for Nuxt",
6802
+ "repo": "nuxt/test-utils#main",
6803
+ "npm": "@nuxt/test-utils",
6804
+ "icon": "nuxt.svg",
6805
+ "github": "https://github.com/nuxt/test-utils",
6806
+ "website": "https://nuxt.com/docs/getting-started/testing",
6807
+ "learn_more": "",
6808
+ "category": "Devtools",
6809
+ "type": "official",
6810
+ "maintainers": [
6811
+ {
6812
+ "name": "Daniel Roe",
6813
+ "github": "danielroe",
6814
+ "twitter": "danielcroe"
6815
+ },
6816
+ {
6817
+ "name": "Anthony Fu",
6818
+ "github": "antfu",
6819
+ "twitter": "antfu7"
6820
+ }
6821
+ ],
6822
+ "compatibility": {
6823
+ "nuxt": "^3.0.0",
5381
6824
  "requires": {}
5382
6825
  }
5383
6826
  },
@@ -5404,9 +6847,53 @@
5404
6847
  "requires": {}
5405
6848
  }
5406
6849
  },
6850
+ {
6851
+ "name": "time",
6852
+ "description": "Safely render local dates and times on the server with Nuxt",
6853
+ "repo": "danielroe/nuxt-time",
6854
+ "npm": "nuxt-time",
6855
+ "icon": "",
6856
+ "github": "https://github.com/danielroe/nuxt-time",
6857
+ "website": "https://github.com/danielroe/nuxt-time",
6858
+ "learn_more": "",
6859
+ "category": "Extensions",
6860
+ "type": "3rd-party",
6861
+ "maintainers": [
6862
+ {
6863
+ "name": "danielroe",
6864
+ "github": "danielroe"
6865
+ }
6866
+ ],
6867
+ "compatibility": {
6868
+ "nuxt": "^3.0.0",
6869
+ "requires": {}
6870
+ }
6871
+ },
6872
+ {
6873
+ "name": "tiptap",
6874
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6875
+ "repo": "modbender/nuxt-tiptap-editor",
6876
+ "npm": "nuxt-tiptap-editor",
6877
+ "icon": "tiptap.png",
6878
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6879
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6880
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6881
+ "category": "Libraries",
6882
+ "type": "3rd-party",
6883
+ "maintainers": [
6884
+ {
6885
+ "name": "modbender",
6886
+ "github": "modbender"
6887
+ }
6888
+ ],
6889
+ "compatibility": {
6890
+ "nuxt": "^3.0.0",
6891
+ "requires": {}
6892
+ }
6893
+ },
5407
6894
  {
5408
6895
  "name": "toast",
5409
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6896
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5410
6897
  "repo": "nuxt-community/modules#master/packages/toast",
5411
6898
  "npm": "@nuxtjs/toast",
5412
6899
  "icon": "",
@@ -5427,6 +6914,83 @@
5427
6914
  "requires": {}
5428
6915
  }
5429
6916
  },
6917
+ {
6918
+ "name": "tradingview",
6919
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6920
+ "repo": "volkanakkus/nuxt-tradingview",
6921
+ "npm": "nuxt-tradingview",
6922
+ "icon": "tradingview.svg",
6923
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6924
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6925
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6926
+ "category": "Extensions",
6927
+ "type": "3rd-party",
6928
+ "maintainers": [
6929
+ {
6930
+ "name": "Volkan Akkuş",
6931
+ "github": "volkanakkus"
6932
+ }
6933
+ ],
6934
+ "compatibility": {
6935
+ "nuxt": "^3.0.0",
6936
+ "requires": {}
6937
+ }
6938
+ },
6939
+ {
6940
+ "name": "translation-manager",
6941
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6942
+ "repo": "samk-dev/nuxt-translation-manager",
6943
+ "npm": "nuxt-translation-manager",
6944
+ "icon": "translation-manager.png",
6945
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6946
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6947
+ "learn_more": "",
6948
+ "category": "Extensions",
6949
+ "type": "3rd-party",
6950
+ "maintainers": [
6951
+ {
6952
+ "name": "Sam K",
6953
+ "github": "samk-dev"
6954
+ }
6955
+ ],
6956
+ "compatibility": {
6957
+ "nuxt": "^3.0.0",
6958
+ "requires": {}
6959
+ }
6960
+ },
6961
+ {
6962
+ "name": "tresjs",
6963
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6964
+ "repo": "tresjs/nuxt",
6965
+ "npm": "@tresjs/nuxt",
6966
+ "icon": "tresjs.svg",
6967
+ "github": "https://github.com/Tresjs/nuxt",
6968
+ "website": "https://tresjs.org/guide/nuxt.html",
6969
+ "learn_more": "https://tresjs.org/",
6970
+ "category": "Libraries",
6971
+ "type": "3rd-party",
6972
+ "maintainers": [
6973
+ {
6974
+ "name": "Alvaro Saburido",
6975
+ "github": "alvarosabu",
6976
+ "twitter": "alvarosabu"
6977
+ },
6978
+ {
6979
+ "name": "Jaime Torrealba",
6980
+ "github": "JaimeTorrealba",
6981
+ "twitter": "jaimebboyjt"
6982
+ },
6983
+ {
6984
+ "name": "Tino Koch",
6985
+ "github": "Tinoooo",
6986
+ "twitter": "ichbintino"
6987
+ }
6988
+ ],
6989
+ "compatibility": {
6990
+ "nuxt": "^3.0.0",
6991
+ "requires": {}
6992
+ }
6993
+ },
5430
6994
  {
5431
6995
  "name": "turnstile",
5432
6996
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5454,7 +7018,7 @@
5454
7018
  },
5455
7019
  {
5456
7020
  "name": "twa",
5457
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
7021
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5458
7022
  "repo": "tuarrep/nuxt-twa",
5459
7023
  "npm": "nuxt-twa",
5460
7024
  "icon": "",
@@ -5481,7 +7045,7 @@
5481
7045
  "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5482
7046
  "repo": "yizack/nuxt-twemoji",
5483
7047
  "npm": "nuxt-twemoji",
5484
- "icon": "twemoji.png",
7048
+ "icon": "twemoji.svg",
5485
7049
  "github": "https://github.com/Yizack/nuxt-twemoji",
5486
7050
  "website": "https://github.com/Yizack/nuxt-twemoji",
5487
7051
  "learn_more": "",
@@ -5600,45 +7164,102 @@
5600
7164
  "twitter": "_pi0_"
5601
7165
  },
5602
7166
  {
5603
- "name": "Daniel Roe",
5604
- "github": "danielroe",
5605
- "twitter": "danielcroe"
7167
+ "name": "Daniel Roe",
7168
+ "github": "danielroe",
7169
+ "twitter": "danielcroe"
7170
+ }
7171
+ ],
7172
+ "compatibility": {
7173
+ "nuxt": "^2.0.0",
7174
+ "requires": {}
7175
+ }
7176
+ },
7177
+ {
7178
+ "name": "typescript",
7179
+ "description": "TypeScript Support for Nuxt",
7180
+ "repo": "nuxt/typescript#master/packages/typescript-build",
7181
+ "npm": "@nuxt/typescript-build",
7182
+ "icon": "typescript.svg",
7183
+ "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
7184
+ "website": "https://typescript.nuxtjs.org",
7185
+ "learn_more": "",
7186
+ "category": "Devtools",
7187
+ "type": "official",
7188
+ "maintainers": [
7189
+ {
7190
+ "name": "Kevin Marrec",
7191
+ "github": "kevinmarrec"
7192
+ },
7193
+ {
7194
+ "name": "Pooya Parsa",
7195
+ "github": "pi0",
7196
+ "twitter": "_pi0_"
7197
+ },
7198
+ {
7199
+ "name": "Daniel Roe",
7200
+ "github": "danielroe",
7201
+ "twitter": "danielcroe"
7202
+ }
7203
+ ],
7204
+ "compatibility": {
7205
+ "nuxt": "^2.0.0",
7206
+ "requires": {}
7207
+ }
7208
+ },
7209
+ {
7210
+ "name": "typo3",
7211
+ "description": "TYPO3 Headless Frontend Rendering module",
7212
+ "repo": "TYPO3-Headless/nuxt-typo3",
7213
+ "npm": "@t3headless/nuxt-typo3",
7214
+ "icon": "typo3.svg",
7215
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7216
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7217
+ "learn_more": "https://github.com/TYPO3-Headless",
7218
+ "category": "CMS",
7219
+ "type": "3rd-party",
7220
+ "maintainers": [
7221
+ {
7222
+ "name": "Macopedia",
7223
+ "github": "macopedia",
7224
+ "twitter": "macopediapl"
5606
7225
  }
5607
7226
  ],
5608
7227
  "compatibility": {
5609
- "nuxt": "^2.0.0",
5610
- "requires": {}
7228
+ "nuxt": "^2.0.0 || ^3.0.0",
7229
+ "requires": {},
7230
+ "devtools": "^0.0.0"
5611
7231
  }
5612
7232
  },
5613
7233
  {
5614
- "name": "typescript",
5615
- "description": "TypeScript Support for Nuxt",
5616
- "repo": "nuxt/typescript#master/packages/typescript-build",
5617
- "npm": "@nuxt/typescript-build",
5618
- "icon": "typescript.svg",
5619
- "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
5620
- "website": "https://typescript.nuxtjs.org",
7234
+ "name": "ui",
7235
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7236
+ "repo": "nuxt/ui#dev",
7237
+ "npm": "@nuxt/ui",
7238
+ "icon": "nuxt.svg",
7239
+ "github": "https://github.com/nuxt/ui",
7240
+ "website": "https://ui.nuxt.com",
5621
7241
  "learn_more": "",
5622
- "category": "Devtools",
7242
+ "category": "UI",
5623
7243
  "type": "official",
5624
7244
  "maintainers": [
5625
7245
  {
5626
- "name": "Kevin Marrec",
5627
- "github": "kevinmarrec"
7246
+ "name": "Benjamin Canac",
7247
+ "github": "benjamincanac",
7248
+ "twitter": "benjamincanac"
5628
7249
  },
5629
7250
  {
5630
- "name": "Pooya Parsa",
5631
- "github": "pi0",
5632
- "twitter": "_pi0_"
7251
+ "name": "Sebastien Chopin",
7252
+ "github": "Atinux",
7253
+ "twitter": "Atinux"
5633
7254
  },
5634
7255
  {
5635
- "name": "Daniel Roe",
5636
- "github": "danielroe",
5637
- "twitter": "danielcroe"
7256
+ "name": "Sylvain Marroufin",
7257
+ "github": "smarroufin",
7258
+ "twitter": "smarroufin"
5638
7259
  }
5639
7260
  ],
5640
7261
  "compatibility": {
5641
- "nuxt": "^2.0.0",
7262
+ "nuxt": "^3.0.0",
5642
7263
  "requires": {}
5643
7264
  }
5644
7265
  },
@@ -5666,31 +7287,9 @@
5666
7287
  }
5667
7288
  }
5668
7289
  },
5669
- {
5670
- "name": "unhead",
5671
- "description": "Experimental features for Nuxt SEO / head management.",
5672
- "repo": "harlan-zw/nuxt-seo-experiments",
5673
- "npm": "nuxt-seo-experiments",
5674
- "icon": "",
5675
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5676
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5677
- "learn_more": "",
5678
- "category": "SEO",
5679
- "type": "3rd-party",
5680
- "maintainers": [
5681
- {
5682
- "name": "harlan-zw",
5683
- "github": "harlan-zw"
5684
- }
5685
- ],
5686
- "compatibility": {
5687
- "nuxt": "^3.0.0",
5688
- "requires": {}
5689
- }
5690
- },
5691
7290
  {
5692
7291
  "name": "universal-storage",
5693
- "description": "Universal Storage Utilities for Nuxt.js",
7292
+ "description": "Universal Storage Utilities for Nuxt",
5694
7293
  "repo": "nuxt-community/universal-storage-module",
5695
7294
  "npm": "@nuxtjs/universal-storage",
5696
7295
  "icon": "",
@@ -5719,7 +7318,7 @@
5719
7318
  {
5720
7319
  "name": "unlazy",
5721
7320
  "description": "Lazy loading library for placeholder images",
5722
- "repo": "johannschopplich/unlazy/packages/nuxt",
7321
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5723
7322
  "npm": "@unlazy/nuxt",
5724
7323
  "icon": "unlazy.svg",
5725
7324
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5738,41 +7337,15 @@
5738
7337
  "requires": {}
5739
7338
  }
5740
7339
  },
5741
- {
5742
- "name": "unlighthouse",
5743
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5744
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5745
- "npm": "@unlighthouse/nuxt",
5746
- "icon": "unlighthouse.svg",
5747
- "github": "https://github.com/harlan-zw/unlighthouse",
5748
- "website": "https://github.com/harlan-zw/unlighthouse",
5749
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5750
- "category": "Devtools",
5751
- "type": "3rd-party",
5752
- "maintainers": [
5753
- {
5754
- "name": "Harlan Wilton",
5755
- "github": "harlan-zw",
5756
- "twitter": "harlan_zw",
5757
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5758
- }
5759
- ],
5760
- "compatibility": {
5761
- "nuxt": "^2.0.0 || ^3.0.0",
5762
- "requires": {
5763
- "bridge": "optional"
5764
- }
5765
- }
5766
- },
5767
7340
  {
5768
7341
  "name": "unocss",
5769
7342
  "description": "The instant on-demand atomic CSS engine.",
5770
- "repo": "antfu/unocss#main/packages/nuxt",
7343
+ "repo": "unocss/unocss#main/packages/nuxt",
5771
7344
  "npm": "@unocss/nuxt",
5772
7345
  "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",
7346
+ "github": "https://github.com/unocss/unocss",
7347
+ "website": "https://github.com/unocss/unocss",
7348
+ "learn_more": "https://github.com/unocss/unocss",
5776
7349
  "category": "UI",
5777
7350
  "type": "3rd-party",
5778
7351
  "maintainers": [
@@ -5787,7 +7360,8 @@
5787
7360
  "nuxt": "^2.0.0 || ^3.0.0",
5788
7361
  "requires": {
5789
7362
  "bridge": "optional"
5790
- }
7363
+ },
7364
+ "devtools": "^0.0.0"
5791
7365
  }
5792
7366
  },
5793
7367
  {
@@ -5797,8 +7371,8 @@
5797
7371
  "npm": "nuxt-ununura",
5798
7372
  "icon": "ununuracss.png",
5799
7373
  "github": "https://github.com/novout/ununuracss",
5800
- "website": "https://ununura.com/#/",
5801
- "learn_more": "https://ununura.com/#/docs/why",
7374
+ "website": "https://github.com/novout/ununuracss",
7375
+ "learn_more": "https://github.com/novout/ununuracss",
5802
7376
  "category": "UI",
5803
7377
  "type": "3rd-party",
5804
7378
  "maintainers": [
@@ -5814,42 +7388,66 @@
5814
7388
  }
5815
7389
  },
5816
7390
  {
5817
- "name": "user-agent",
5818
- "description": "Nuxt.js module for handling User-Agent.",
5819
- "repo": "fukuiretu/nuxt-user-agent",
5820
- "npm": "nuxt-user-agent",
5821
- "icon": "",
5822
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5823
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
5824
- "learn_more": "",
5825
- "category": "Extensions",
7391
+ "name": "use-bootstrap",
7392
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7393
+ "repo": "simplise/use-bootstrap",
7394
+ "npm": "usebootstrap",
7395
+ "icon": "use-bootstrap.svg",
7396
+ "github": "https://github.com/simplise/use-bootstrap",
7397
+ "website": "https://usebootstrap.org/",
7398
+ "learn_more": "https://usebootstrap.org/",
7399
+ "category": "UI",
5826
7400
  "type": "3rd-party",
5827
7401
  "maintainers": [
5828
7402
  {
5829
- "name": "fukuiretu",
5830
- "github": "fukuiretu"
7403
+ "name": "KoujiSano",
7404
+ "github": "KoujiSano"
5831
7405
  }
5832
7406
  ],
5833
7407
  "compatibility": {
5834
- "nuxt": "^2.0.0",
7408
+ "nuxt": "^3.0.0",
5835
7409
  "requires": {}
5836
7410
  }
5837
7411
  },
5838
7412
  {
5839
- "name": "validate",
5840
- "description": "Simple Nuxt input validation module using vee-validate",
5841
- "repo": "lewyuburi/nuxt-validate",
5842
- "npm": "nuxt-validate",
5843
- "icon": "vee-validate.png",
5844
- "github": "https://github.com/lewyuburi/nuxt-validate",
5845
- "website": "https://github.com/lewyuburi/nuxt-validate",
5846
- "learn_more": "https://logaretm.github.io/vee-validate/",
5847
- "category": "Libraries",
7413
+ "name": "use-wagmi",
7414
+ "description": "Vue Composition for Ethereum based on wagmi",
7415
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7416
+ "npm": "@use-wagmi/nuxt",
7417
+ "icon": "use-wagmi.png",
7418
+ "github": "https://github.com/unicape/use-wagmi",
7419
+ "website": "https://github.com/unicape/use-wagmi",
7420
+ "learn_more": "https://github.com/unicape/use-wagmi",
7421
+ "category": "Extensions",
7422
+ "type": "3rd-party",
7423
+ "maintainers": [
7424
+ {
7425
+ "name": "Unic Ape",
7426
+ "github": "unicape"
7427
+ }
7428
+ ],
7429
+ "compatibility": {
7430
+ "nuxt": "^2.0.0 || ^3.0.0",
7431
+ "requires": {
7432
+ "bridge": true
7433
+ }
7434
+ }
7435
+ },
7436
+ {
7437
+ "name": "user-agent",
7438
+ "description": "Nuxt module for handling User-Agent.",
7439
+ "repo": "fukuiretu/nuxt-user-agent",
7440
+ "npm": "nuxt-user-agent",
7441
+ "icon": "",
7442
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7443
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7444
+ "learn_more": "",
7445
+ "category": "Extensions",
5848
7446
  "type": "3rd-party",
5849
7447
  "maintainers": [
5850
7448
  {
5851
- "name": "lewyuburi",
5852
- "github": "lewyuburi"
7449
+ "name": "fukuiretu",
7450
+ "github": "fukuiretu"
5853
7451
  }
5854
7452
  ],
5855
7453
  "compatibility": {
@@ -5905,9 +7503,31 @@
5905
7503
  }
5906
7504
  }
5907
7505
  },
7506
+ {
7507
+ "name": "vcalendar",
7508
+ "description": "VCalendar module for Nuxt",
7509
+ "repo": "samk-dev/nuxt-vcalendar",
7510
+ "npm": "@samk-dev/nuxt-vcalendar",
7511
+ "icon": "vcalendar.png",
7512
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7513
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7514
+ "learn_more": "",
7515
+ "category": "Libraries",
7516
+ "type": "3rd-party",
7517
+ "maintainers": [
7518
+ {
7519
+ "name": "Sam K",
7520
+ "github": "samk-dev"
7521
+ }
7522
+ ],
7523
+ "compatibility": {
7524
+ "nuxt": "^3.0.0",
7525
+ "requires": {}
7526
+ }
7527
+ },
5908
7528
  {
5909
7529
  "name": "vee-validate",
5910
- "description": "Painless Vue forms for Nuxt.js",
7530
+ "description": "Painless Vue forms for Nuxt",
5911
7531
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5912
7532
  "npm": "@vee-validate/nuxt",
5913
7533
  "icon": "vee-validate.png",
@@ -5950,6 +7570,28 @@
5950
7570
  "requires": {}
5951
7571
  }
5952
7572
  },
7573
+ {
7574
+ "name": "vercel-analytics",
7575
+ "description": "Vercel Analytics integration for Nuxt",
7576
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7577
+ "npm": "nuxt-vercel-analytics",
7578
+ "icon": "",
7579
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7580
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7581
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7582
+ "category": "Analytics",
7583
+ "type": "3rd-party",
7584
+ "maintainers": [
7585
+ {
7586
+ "name": "Alexander B.",
7587
+ "github": "xanderbarkhatov"
7588
+ }
7589
+ ],
7590
+ "compatibility": {
7591
+ "nuxt": "^3.0.0",
7592
+ "requires": {}
7593
+ }
7594
+ },
5953
7595
  {
5954
7596
  "name": "vexip-ui",
5955
7597
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5975,7 +7617,7 @@
5975
7617
  },
5976
7618
  {
5977
7619
  "name": "vite-pwa-nuxt",
5978
- "description": "Zero-config PWA Plugin for Nuxt 3",
7620
+ "description": "Zero-config PWA Plugin for Nuxt",
5979
7621
  "repo": "vite-pwa/nuxt",
5980
7622
  "npm": "@vite-pwa/nuxt",
5981
7623
  "icon": "vite-pwa-nuxt.svg",
@@ -6002,24 +7644,52 @@
6002
7644
  }
6003
7645
  },
6004
7646
  {
6005
- "name": "vitest",
6006
- "description": "Vitest integration with Nuxt",
6007
- "repo": "danielroe/nuxt-vitest#main",
6008
- "npm": "nuxt-vitest",
6009
- "icon": "vitest.svg",
6010
- "github": "https://github.com/danielroe/nuxt-vitest",
6011
- "website": "https://github.com/danielroe/nuxt-vitest",
6012
- "learn_more": "",
6013
- "category": "Extensions",
7647
+ "name": "vue-email",
7648
+ "description": "💌 Write email templates with vue",
7649
+ "repo": "vue-email/nuxt",
7650
+ "npm": "@vue-email/nuxt",
7651
+ "icon": "vue-email.svg",
7652
+ "github": "https://github.com/vue-email/nuxt",
7653
+ "website": "https://vuemail.net/",
7654
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7655
+ "category": "UI",
6014
7656
  "type": "3rd-party",
6015
7657
  "maintainers": [
6016
7658
  {
6017
- "name": "Daniel Roe",
6018
- "github": "danielroe"
7659
+ "name": "David Arenas",
7660
+ "github": "Dave136",
7661
+ "twitter": "davejs4",
7662
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6019
7663
  },
6020
7664
  {
6021
- "name": "Anthony Fu",
6022
- "github": "antfu"
7665
+ "name": "Younes Barrad",
7666
+ "github": "Flowko",
7667
+ "twitter": "imflowko",
7668
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7669
+ }
7670
+ ],
7671
+ "compatibility": {
7672
+ "nuxt": "^3.0.0",
7673
+ "requires": {},
7674
+ "devtools": "^0.0.0"
7675
+ }
7676
+ },
7677
+ {
7678
+ "name": "vue-final-modal",
7679
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7680
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7681
+ "npm": "@vue-final-modal/nuxt",
7682
+ "icon": "vue-final-modal.svg",
7683
+ "github": "https://github.com/vue-final/vue-final-modal",
7684
+ "website": "https://vue-final-modal.org/",
7685
+ "learn_more": "https://vue-final-modal.org/",
7686
+ "category": "UI",
7687
+ "type": "3rd-party",
7688
+ "maintainers": [
7689
+ {
7690
+ "name": "Hunter Liu",
7691
+ "github": "hunterliu1003",
7692
+ "twitter": "hunterliu1003"
6023
7693
  }
6024
7694
  ],
6025
7695
  "compatibility": {
@@ -6049,7 +7719,8 @@
6049
7719
  "nuxt": "^3.0.0",
6050
7720
  "requires": {
6051
7721
  "bridge": "optional"
6052
- }
7722
+ },
7723
+ "devtools": "^0.0.0"
6053
7724
  }
6054
7725
  },
6055
7726
  {
@@ -6076,7 +7747,7 @@
6076
7747
  },
6077
7748
  {
6078
7749
  "name": "vue-multiselect",
6079
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7750
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6080
7751
  "repo": "spektrummedia/nuxt-vue-multiselect",
6081
7752
  "npm": "nuxt-vue-multiselect",
6082
7753
  "icon": "",
@@ -6101,7 +7772,7 @@
6101
7772
  "description": "Plausible analytics for Vue.js and Nuxt",
6102
7773
  "repo": "moritzsternemann/vue-plausible",
6103
7774
  "npm": "vue-plausible",
6104
- "icon": "plausible.png",
7775
+ "icon": "plausible.svg",
6105
7776
  "github": "https://github.com/moritzsternemann/vue-plausible",
6106
7777
  "website": "https://github.com/moritzsternemann/vue-plausible",
6107
7778
  "learn_more": "",
@@ -6118,6 +7789,29 @@
6118
7789
  "requires": {}
6119
7790
  }
6120
7791
  },
7792
+ {
7793
+ "name": "vue-query",
7794
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7795
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7796
+ "npm": "@hebilicious/vue-query-nuxt",
7797
+ "icon": "vue-query.svg",
7798
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7799
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7800
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7801
+ "category": "Request",
7802
+ "type": "3rd-party",
7803
+ "maintainers": [
7804
+ {
7805
+ "name": "Hebilicious",
7806
+ "github": "Hebilicious",
7807
+ "twitter": "its_hebilicious"
7808
+ }
7809
+ ],
7810
+ "compatibility": {
7811
+ "nuxt": "^3.0.0",
7812
+ "requires": {}
7813
+ }
7814
+ },
6121
7815
  {
6122
7816
  "name": "vue-select",
6123
7817
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6167,7 +7861,7 @@
6167
7861
  },
6168
7862
  {
6169
7863
  "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",
7864
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6171
7865
  "repo": "juliomrqz/vue-warehouse",
6172
7866
  "npm": "vue-warehouse",
6173
7867
  "icon": "",
@@ -6188,10 +7882,33 @@
6188
7882
  "requires": {}
6189
7883
  }
6190
7884
  },
7885
+ {
7886
+ "name": "vue3-carousel-nuxt",
7887
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7888
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7889
+ "npm": "vue3-carousel-nuxt",
7890
+ "icon": "",
7891
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7892
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7893
+ "learn_more": "",
7894
+ "category": "UI",
7895
+ "type": "3rd-party",
7896
+ "maintainers": [
7897
+ {
7898
+ "name": "Gaetan SENN",
7899
+ "github": "gaetansenn",
7900
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7901
+ }
7902
+ ],
7903
+ "compatibility": {
7904
+ "nuxt": "^3.0.0",
7905
+ "requires": {}
7906
+ }
7907
+ },
6191
7908
  {
6192
7909
  "name": "vuefire",
6193
7910
  "description": "Idiomatic composables for the Firebase SDK",
6194
- "repo": "vuejs/vuefire/packages/nuxt",
7911
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6195
7912
  "npm": "nuxt-vuefire",
6196
7913
  "icon": "vuefire.svg",
6197
7914
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6210,15 +7927,61 @@
6210
7927
  "requires": {}
6211
7928
  }
6212
7929
  },
7930
+ {
7931
+ "name": "vueform-builder",
7932
+ "description": "Official Vueform Builder module for Nuxt",
7933
+ "repo": "vueform/builder#main/nuxt",
7934
+ "npm": "@vueform/builder-nuxt",
7935
+ "icon": "vueform.svg",
7936
+ "github": "https://github.com/vueform/builder",
7937
+ "website": "https://builder.vueform.com",
7938
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7939
+ "category": "Libraries",
7940
+ "type": "3rd-party",
7941
+ "maintainers": [
7942
+ {
7943
+ "name": "Adam Berecz",
7944
+ "github": "adamberecz",
7945
+ "twitter": "bereczadam"
7946
+ }
7947
+ ],
7948
+ "compatibility": {
7949
+ "nuxt": "^3.0.0",
7950
+ "requires": {}
7951
+ }
7952
+ },
7953
+ {
7954
+ "name": "vueform",
7955
+ "description": "Official Vueform module for Nuxt",
7956
+ "repo": "vueform/vueform#main/nuxt",
7957
+ "npm": "@vueform/nuxt",
7958
+ "icon": "vueform.svg",
7959
+ "github": "https://github.com/vueform/vueform",
7960
+ "website": "https://vueform.com",
7961
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7962
+ "category": "Libraries",
7963
+ "type": "3rd-party",
7964
+ "maintainers": [
7965
+ {
7966
+ "name": "Adam Berecz",
7967
+ "github": "adamberecz",
7968
+ "twitter": "bereczadam"
7969
+ }
7970
+ ],
7971
+ "compatibility": {
7972
+ "nuxt": "^3.0.0",
7973
+ "requires": {}
7974
+ }
7975
+ },
6213
7976
  {
6214
7977
  "name": "vuestic",
6215
- "description": "Vuestic UI module for Nuxt 3",
7978
+ "description": "Vuestic UI module for Nuxt",
6216
7979
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6217
7980
  "npm": "@vuestic/nuxt",
6218
7981
  "icon": "vuestic.png",
6219
7982
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6220
- "website": "https://vuestic.dev",
6221
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7983
+ "website": "https://ui.vuestic.dev",
7984
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6222
7985
  "category": "UI",
6223
7986
  "type": "3rd-party",
6224
7987
  "maintainers": [
@@ -6232,9 +7995,31 @@
6232
7995
  "requires": {}
6233
7996
  }
6234
7997
  },
7998
+ {
7999
+ "name": "vuetify-nuxt-module",
8000
+ "description": "Zero-config Nuxt Module for Vuetify.",
8001
+ "repo": "userquin/vuetify-nuxt-module",
8002
+ "npm": "vuetify-nuxt-module",
8003
+ "icon": "vuetify-logo-v3-dark.svg",
8004
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
8005
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8006
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
8007
+ "category": "UI",
8008
+ "type": "3rd-party",
8009
+ "maintainers": [
8010
+ {
8011
+ "name": "Joaquín Sánchez",
8012
+ "github": "userquin"
8013
+ }
8014
+ ],
8015
+ "compatibility": {
8016
+ "nuxt": "^3.0.0",
8017
+ "requires": {}
8018
+ }
8019
+ },
6235
8020
  {
6236
8021
  "name": "vuetify",
6237
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
8022
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6238
8023
  "repo": "nuxt-community/vuetify-module",
6239
8024
  "npm": "@nuxtjs/vuetify",
6240
8025
  "icon": "vuetify.png",
@@ -6281,7 +8066,8 @@
6281
8066
  "nuxt": "^2.0.0 || ^3.0.0",
6282
8067
  "requires": {
6283
8068
  "bridge": "optional"
6284
- }
8069
+ },
8070
+ "devtools": "^0.0.0"
6285
8071
  }
6286
8072
  },
6287
8073
  {
@@ -6308,7 +8094,7 @@
6308
8094
  },
6309
8095
  {
6310
8096
  "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.",
8097
+ "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
8098
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6313
8099
  "npm": "@vunix/nuxt",
6314
8100
  "icon": "",
@@ -6332,11 +8118,11 @@
6332
8118
  {
6333
8119
  "name": "web-vitals",
6334
8120
  "description": "Web Vitals for Nuxt",
6335
- "repo": "nuxt-community/web-vitals-module",
8121
+ "repo": "nuxt-modules/web-vitals",
6336
8122
  "npm": "@nuxtjs/web-vitals",
6337
8123
  "icon": "web-vitals.png",
6338
- "github": "https://github.com/nuxt-community/web-vitals-module",
6339
- "website": "https://github.com/nuxt-community/web-vitals-module",
8124
+ "github": "https://github.com/nuxt-modules/web-vitals",
8125
+ "website": "https://github.com/nuxt-modules/web-vitals",
6340
8126
  "learn_more": "",
6341
8127
  "category": "Performance",
6342
8128
  "type": "community",
@@ -6387,7 +8173,7 @@
6387
8173
  },
6388
8174
  {
6389
8175
  "name": "webpack-optimisations",
6390
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8176
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6391
8177
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6392
8178
  "npm": "nuxt-webpack-optimisations",
6393
8179
  "icon": "build-optimisations.svg",
@@ -6462,7 +8248,7 @@
6462
8248
  "icon": "webpack.png",
6463
8249
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6464
8250
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6465
- "learn_more": "http://webpackmonitor.com/",
8251
+ "learn_more": "",
6466
8252
  "category": "Devtools",
6467
8253
  "type": "community",
6468
8254
  "maintainers": [
@@ -6479,7 +8265,7 @@
6479
8265
  },
6480
8266
  {
6481
8267
  "name": "well-known",
6482
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8268
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6483
8269
  "repo": "zadigetvoltaire/nuxt-well-known",
6484
8270
  "npm": "@zadigetvoltaire/nuxt-well-known",
6485
8271
  "icon": "well-known.svg",
@@ -6501,7 +8287,7 @@
6501
8287
  },
6502
8288
  {
6503
8289
  "name": "wideangle",
6504
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8290
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6505
8291
  "repo": "inputobjects/wideangle-nuxt",
6506
8292
  "npm": "wideangle-nuxt",
6507
8293
  "icon": "wideangle.png",
@@ -6528,11 +8314,11 @@
6528
8314
  {
6529
8315
  "name": "windicss",
6530
8316
  "description": "Next generation utility-first CSS framework.",
6531
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8317
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6532
8318
  "npm": "nuxt-windicss",
6533
8319
  "icon": "windicss.svg",
6534
- "github": "https://github.com/windicss/nuxt-windicss-module",
6535
- "website": "https://github.com/windicss/nuxt-windicss-module",
8320
+ "github": "https://github.com/windicss/nuxt-windicss",
8321
+ "website": "https://github.com/windicss/nuxt-windicss",
6536
8322
  "learn_more": "https://windicss.org/",
6537
8323
  "category": "UI",
6538
8324
  "type": "3rd-party",
@@ -6668,55 +8454,9 @@
6668
8454
  "requires": {}
6669
8455
  }
6670
8456
  },
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
8457
  {
6718
8458
  "name": "zendesk",
6719
- "description": "Nuxt.js module for Zendesk",
8459
+ "description": "Nuxt module for Zendesk",
6720
8460
  "repo": "DansMaCulotte/nuxt-zendesk",
6721
8461
  "npm": "@dansmaculotte/nuxt-zendesk",
6722
8462
  "icon": "zendesk.png",