@nuxt/modules 0.6.0-f349ae → 0.6.0-f44ca0

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 +2149 -561
  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",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -286,9 +308,76 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Security",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
289
378
  {
290
379
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
381
  "repo": "nuxt-community/auth-module",
293
382
  "npm": "@nuxtjs/auth",
294
383
  "icon": "auth.png",
@@ -313,9 +402,55 @@
313
402
  "requires": {}
314
403
  }
315
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
316
451
  {
317
452
  "name": "axios",
318
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
319
454
  "repo": "nuxt-community/axios-module",
320
455
  "npm": "@nuxtjs/axios",
321
456
  "icon": "axios.svg",
@@ -338,7 +473,7 @@
338
473
  },
339
474
  {
340
475
  "name": "basic-auth",
341
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
342
477
  "repo": "potato4d/nuxt-basic-auth-module",
343
478
  "npm": "nuxt-basic-auth-module",
344
479
  "icon": "",
@@ -462,7 +597,7 @@
462
597
  },
463
598
  {
464
599
  "name": "bulma-slim",
465
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
466
601
  "repo": "mustardamus/nuxt-bulma-slim",
467
602
  "npm": "nuxt-bulma-slim",
468
603
  "icon": "bulma.png",
@@ -529,7 +664,7 @@
529
664
  },
530
665
  {
531
666
  "name": "canvas-sketch",
532
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
533
668
  "repo": "LuXDAmore/generative-art",
534
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
535
670
  "icon": "",
@@ -550,9 +685,31 @@
550
685
  "requires": {}
551
686
  }
552
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
553
710
  {
554
711
  "name": "chakra-ui",
555
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
556
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
557
714
  "npm": "@chakra-ui/nuxt",
558
715
  "icon": "chakra-ui.png",
@@ -599,10 +756,10 @@
599
756
  "description": "Privacy-first, end-to-end encrypted analytics",
600
757
  "repo": "chiffre-io/nuxt-chiffre",
601
758
  "npm": "nuxt-chiffre",
602
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
603
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
604
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
605
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
606
763
  "category": "Analytics",
607
764
  "type": "3rd-party",
608
765
  "maintainers": [
@@ -663,7 +820,7 @@
663
820
  },
664
821
  {
665
822
  "name": "cloudcms",
666
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
667
824
  "repo": "gitana/cloudcms-nuxt",
668
825
  "npm": "cloudcms-nuxt",
669
826
  "icon": "",
@@ -712,11 +869,11 @@
712
869
  },
713
870
  {
714
871
  "name": "cloudinary",
715
- "description": "Optimize images and videos in your Nuxt.js application",
716
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
717
874
  "npm": "@nuxtjs/cloudinary",
718
875
  "icon": "cloudinary.png",
719
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
720
877
  "website": "https://cloudinary.nuxtjs.org",
721
878
  "learn_more": "https://cloudinary.com",
722
879
  "category": "Images",
@@ -735,11 +892,11 @@
735
892
  },
736
893
  {
737
894
  "name": "color-mode",
738
- "description": "Dark and Light mode for NuxtJS with auto detection",
739
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
740
897
  "npm": "@nuxtjs/color-mode",
741
898
  "icon": "color-mode.png",
742
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
743
900
  "website": "https://color-mode.nuxtjs.org",
744
901
  "learn_more": "",
745
902
  "category": "UI",
@@ -956,7 +1113,7 @@
956
1113
  },
957
1114
  {
958
1115
  "name": "darkmode.js",
959
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
960
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
961
1118
  "npm": "nuxtjs-darkmode-js-module",
962
1119
  "icon": "darkmode.png",
@@ -978,7 +1135,7 @@
978
1135
  },
979
1136
  {
980
1137
  "name": "date-fns",
981
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
982
1139
  "repo": "nuxt-community/date-fns-module",
983
1140
  "npm": "@nuxtjs/date-fns",
984
1141
  "icon": "date-fns.png",
@@ -1000,7 +1157,7 @@
1000
1157
  },
1001
1158
  {
1002
1159
  "name": "datocms-nuxt2",
1003
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1004
1161
  "repo": "voorhoede/nuxt-datocms-module",
1005
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1006
1163
  "icon": "datocms.svg",
@@ -1069,8 +1226,8 @@
1069
1226
  },
1070
1227
  {
1071
1228
  "name": "delay-hydration",
1072
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1073
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1074
1231
  "npm": "nuxt-delay-hydration",
1075
1232
  "icon": "lighthouse.svg",
1076
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1092,12 +1249,12 @@
1092
1249
  },
1093
1250
  {
1094
1251
  "name": "device",
1095
- "description": "Device detection module for Nuxt.js",
1096
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1097
1254
  "npm": "@nuxtjs/device",
1098
1255
  "icon": "",
1099
- "github": "https://github.com/nuxt-community/device-module",
1100
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1101
1258
  "learn_more": "",
1102
1259
  "category": "Extensions",
1103
1260
  "type": "community",
@@ -1115,7 +1272,7 @@
1115
1272
  {
1116
1273
  "name": "devtools",
1117
1274
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1118
- "repo": "nuxt/devtools#main",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1119
1276
  "npm": "@nuxt/devtools",
1120
1277
  "icon": "nuxt.svg",
1121
1278
  "github": "https://github.com/nuxt/devtools",
@@ -1137,13 +1294,13 @@
1137
1294
  },
1138
1295
  {
1139
1296
  "name": "directus",
1140
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1141
1298
  "repo": "intevel/nuxt-directus",
1142
1299
  "npm": "nuxt-directus",
1143
1300
  "icon": "directus.svg",
1144
- "github": "https://github.com/directus/nuxt-directus/",
1145
- "website": "https://nuxt-directus.netlify.app/",
1146
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1147
1304
  "category": "CMS",
1148
1305
  "type": "3rd-party",
1149
1306
  "maintainers": [
@@ -1154,15 +1311,58 @@
1154
1311
  }
1155
1312
  ],
1156
1313
  "compatibility": {
1157
- "nuxt": "^2.0.0 || ^3.0.0",
1158
- "requires": {
1159
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1334
+ }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1160
1356
  }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1161
1361
  }
1162
1362
  },
1163
1363
  {
1164
1364
  "name": "dotenv",
1165
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1166
1366
  "repo": "nuxt-community/dotenv-module",
1167
1367
  "npm": "@nuxtjs/dotenv",
1168
1368
  "icon": "dotenv.png",
@@ -1184,13 +1384,13 @@
1184
1384
  },
1185
1385
  {
1186
1386
  "name": "drupal-ce",
1187
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1188
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1189
1389
  "npm": "nuxtjs-drupal-ce",
1190
1390
  "icon": "drupal-ce.png",
1191
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1192
- "website": "https://stack.lupus.digital",
1193
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1194
1394
  "category": "CMS",
1195
1395
  "type": "3rd-party",
1196
1396
  "maintainers": [
@@ -1205,19 +1405,19 @@
1205
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1206
1406
  },
1207
1407
  {
1208
- "name": "David Licen",
1209
- "github": "davision",
1210
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1211
1411
  }
1212
1412
  ],
1213
1413
  "compatibility": {
1214
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1215
1415
  "requires": {}
1216
1416
  }
1217
1417
  },
1218
1418
  {
1219
1419
  "name": "druxt",
1220
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1221
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1222
1422
  "npm": "druxt",
1223
1423
  "icon": "druxt.svg",
@@ -1237,6 +1437,29 @@
1237
1437
  "requires": {}
1238
1438
  }
1239
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1240
1463
  {
1241
1464
  "name": "electron",
1242
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1285,7 +1508,7 @@
1285
1508
  },
1286
1509
  {
1287
1510
  "name": "emotion",
1288
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1289
1512
  "repo": "nuxt-modules/emotion",
1290
1513
  "npm": "@nuxtjs/emotion",
1291
1514
  "icon": "emotion.png",
@@ -1313,7 +1536,7 @@
1313
1536
  },
1314
1537
  {
1315
1538
  "name": "eslint",
1316
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1317
1540
  "repo": "nuxt-community/eslint-module",
1318
1541
  "npm": "@nuxtjs/eslint-module",
1319
1542
  "icon": "eslint.png",
@@ -1335,7 +1558,7 @@
1335
1558
  },
1336
1559
  {
1337
1560
  "name": "event-trace",
1338
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1339
1562
  "repo": "nuxt-community/nuxt-event-trace",
1340
1563
  "npm": "nuxt-event-trace",
1341
1564
  "icon": "",
@@ -1355,6 +1578,29 @@
1355
1578
  "requires": {}
1356
1579
  }
1357
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1358
1604
  {
1359
1605
  "name": "fathom",
1360
1606
  "description": "Fathom analytics for Nuxt",
@@ -1379,7 +1625,7 @@
1379
1625
  },
1380
1626
  {
1381
1627
  "name": "feature-toggle",
1382
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1383
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1384
1630
  "npm": "nuxt-feature-toggle",
1385
1631
  "icon": "",
@@ -1446,7 +1692,7 @@
1446
1692
  },
1447
1693
  {
1448
1694
  "name": "floating-prompt-module",
1449
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1450
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1451
1697
  "npm": "nuxt-floating-prompt-module",
1452
1698
  "icon": "",
@@ -1555,6 +1801,52 @@
1555
1801
  "requires": {}
1556
1802
  }
1557
1803
  },
1804
+ {
1805
+ "name": "fonts",
1806
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1807
+ "repo": "nuxt/fonts",
1808
+ "npm": "@nuxt/fonts",
1809
+ "icon": "nuxt.svg",
1810
+ "github": "https://github.com/nuxt/fonts",
1811
+ "website": "https://github.com/nuxt/fonts",
1812
+ "learn_more": "",
1813
+ "category": "Libraries",
1814
+ "type": "official",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Daniel Roe",
1818
+ "github": "danielroe",
1819
+ "twitter": "danielcroe"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1827
+ {
1828
+ "name": "form-actions",
1829
+ "description": "A set of features and composables to interact with forms and server data.",
1830
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1831
+ "npm": "@hebilicious/form-actions-nuxt",
1832
+ "icon": "form-actions.svg",
1833
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1834
+ "website": "https://form-actions-nuxt.pages.dev/",
1835
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1836
+ "category": "Request",
1837
+ "type": "3rd-party",
1838
+ "maintainers": [
1839
+ {
1840
+ "name": "Hebilicious",
1841
+ "github": "Hebilicious",
1842
+ "twitter": "its_hebilicious"
1843
+ }
1844
+ ],
1845
+ "compatibility": {
1846
+ "nuxt": "^3.7.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1558
1850
  {
1559
1851
  "name": "formkit",
1560
1852
  "description": "Seamless FormKit integration for Nuxt",
@@ -1563,7 +1855,7 @@
1563
1855
  "icon": "formkit.png",
1564
1856
  "github": "https://github.com/formkit/formkit",
1565
1857
  "website": "https://formkit.com",
1566
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1858
+ "learn_more": "https://formkit.com/getting-started/installation",
1567
1859
  "category": "Libraries",
1568
1860
  "type": "3rd-party",
1569
1861
  "maintainers": [
@@ -1629,7 +1921,7 @@
1629
1921
  },
1630
1922
  {
1631
1923
  "name": "google-adsense",
1632
- "description": "Google Adsense Module for Nuxt.js",
1924
+ "description": "Google Adsense Module for Nuxt",
1633
1925
  "repo": "nuxt-community/google-adsense-module",
1634
1926
  "npm": "@nuxtjs/google-adsense",
1635
1927
  "icon": "google-adsense.png",
@@ -1655,7 +1947,7 @@
1655
1947
  },
1656
1948
  {
1657
1949
  "name": "google-analytics",
1658
- "description": "Google analytics Module for Nuxt.js",
1950
+ "description": "Google analytics Module for Nuxt",
1659
1951
  "repo": "nuxt-community/analytics-module",
1660
1952
  "npm": "@nuxtjs/google-analytics",
1661
1953
  "icon": "google-analytics.png",
@@ -1687,12 +1979,12 @@
1687
1979
  },
1688
1980
  {
1689
1981
  "name": "google-fonts",
1690
- "description": "Google Fonts module for NuxtJS",
1691
- "repo": "nuxt-community/google-fonts-module",
1982
+ "description": "Google Fonts module for Nuxt",
1983
+ "repo": "nuxt-modules/google-fonts",
1692
1984
  "npm": "@nuxtjs/google-fonts",
1693
1985
  "icon": "google-fonts.png",
1694
- "github": "https://github.com/nuxt-community/google-fonts-module",
1695
- "website": "https://github.com/nuxt-community/google-fonts-module",
1986
+ "github": "https://github.com/nuxt-modules/google-fonts",
1987
+ "website": "https://google-fonts.nuxtjs.org",
1696
1988
  "learn_more": "https://developers.google.com/fonts",
1697
1989
  "category": "Fonts",
1698
1990
  "type": "community",
@@ -1711,7 +2003,7 @@
1711
2003
  },
1712
2004
  {
1713
2005
  "name": "google-gtag",
1714
- "description": "Google GTag for Nuxt.js",
2006
+ "description": "Google GTag for Nuxt",
1715
2007
  "repo": "nuxt-community/google-gtag",
1716
2008
  "npm": "@nuxtjs/google-gtag",
1717
2009
  "icon": "gtm.png",
@@ -1737,7 +2029,7 @@
1737
2029
  },
1738
2030
  {
1739
2031
  "name": "google-optimize",
1740
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2032
+ "description": "SSR friendly Google Optimize module for Nuxt",
1741
2033
  "repo": "nuxt-community/google-optimize-module",
1742
2034
  "npm": "nuxt-google-optimize",
1743
2035
  "icon": "google-optimize.png",
@@ -1776,7 +2068,7 @@
1776
2068
  "icon": "graphql-client.svg",
1777
2069
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1778
2070
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1779
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2071
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1780
2072
  "category": "Request",
1781
2073
  "type": "3rd-party",
1782
2074
  "maintainers": [
@@ -1792,7 +2084,7 @@
1792
2084
  },
1793
2085
  {
1794
2086
  "name": "graphql-request",
1795
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2087
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1796
2088
  "repo": "gomah/nuxt-graphql-request",
1797
2089
  "npm": "nuxt-graphql-request",
1798
2090
  "icon": "graphql-request.png",
@@ -1808,7 +2100,7 @@
1808
2100
  }
1809
2101
  ],
1810
2102
  "compatibility": {
1811
- "nuxt": "^2.0.0",
2103
+ "nuxt": "^2.0.0 || ^3.0.0",
1812
2104
  "requires": {}
1813
2105
  }
1814
2106
  },
@@ -1831,12 +2123,13 @@
1831
2123
  ],
1832
2124
  "compatibility": {
1833
2125
  "nuxt": "^3.0.0",
1834
- "requires": {}
2126
+ "requires": {},
2127
+ "devtools": "^0.0.0"
1835
2128
  }
1836
2129
  },
1837
2130
  {
1838
2131
  "name": "gtag",
1839
- "description": "Google Analytics integration for Nuxt 3",
2132
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1840
2133
  "repo": "johannschopplich/nuxt-gtag",
1841
2134
  "npm": "nuxt-gtag",
1842
2135
  "icon": "gtag.svg",
@@ -1860,7 +2153,7 @@
1860
2153
  },
1861
2154
  {
1862
2155
  "name": "gtm",
1863
- "description": "Google Tag Manager Module for Nuxt.js",
2156
+ "description": "Google Tag Manager Module for Nuxt",
1864
2157
  "repo": "nuxt-community/gtm-module",
1865
2158
  "npm": "@nuxtjs/gtm",
1866
2159
  "icon": "gtm.png",
@@ -1883,7 +2176,7 @@
1883
2176
  },
1884
2177
  {
1885
2178
  "name": "guess",
1886
- "description": "Guess.js module for Nuxt.js",
2179
+ "description": "Guess.js module for Nuxt",
1887
2180
  "repo": "nuxt-community/guess-module",
1888
2181
  "npm": "@nuxtjs/guess-module",
1889
2182
  "icon": "guessjs.png",
@@ -1903,6 +2196,28 @@
1903
2196
  "requires": {}
1904
2197
  }
1905
2198
  },
2199
+ {
2200
+ "name": "hanko",
2201
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2202
+ "repo": "nuxt-modules/hanko",
2203
+ "npm": "@nuxtjs/hanko",
2204
+ "icon": "hanko.svg",
2205
+ "github": "https://github.com/nuxt-modules/hanko",
2206
+ "website": "https://github.com/nuxt-modules/hanko",
2207
+ "learn_more": "https://hanko.io/",
2208
+ "category": "Security",
2209
+ "type": "community",
2210
+ "maintainers": [
2211
+ {
2212
+ "name": "danielroe",
2213
+ "github": "danielroe"
2214
+ }
2215
+ ],
2216
+ "compatibility": {
2217
+ "nuxt": "^3.0.0",
2218
+ "requires": {}
2219
+ }
2220
+ },
1906
2221
  {
1907
2222
  "name": "harlem",
1908
2223
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1973,7 +2288,7 @@
1973
2288
  },
1974
2289
  {
1975
2290
  "name": "helmet",
1976
- "description": "Easy Helmet module with Nuxt.js'",
2291
+ "description": "Easy Helmet module with Nuxt'",
1977
2292
  "repo": "victor-perez/nuxt-helmet",
1978
2293
  "npm": "nuxt-helmet",
1979
2294
  "icon": "",
@@ -2017,7 +2332,7 @@
2017
2332
  },
2018
2333
  {
2019
2334
  "name": "history-state",
2020
- "description": "Nuxt.js module to backup or restore historical states",
2335
+ "description": "Nuxt module to backup or restore historical states",
2021
2336
  "repo": "hidekatsu-izuno/nuxt-history-state",
2022
2337
  "npm": "nuxt-history-state",
2023
2338
  "icon": "",
@@ -2037,6 +2352,28 @@
2037
2352
  "requires": {}
2038
2353
  }
2039
2354
  },
2355
+ {
2356
+ "name": "hotjar",
2357
+ "description": "Add HotJar to your Nuxt application",
2358
+ "repo": "damevin/nuxt-module-hotjar",
2359
+ "npm": "nuxt-module-hotjar",
2360
+ "icon": "hotjar.png",
2361
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2362
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2363
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2364
+ "category": "SEO",
2365
+ "type": "3rd-party",
2366
+ "maintainers": [
2367
+ {
2368
+ "name": "Raphaël DAMEVIN",
2369
+ "github": "damevin"
2370
+ }
2371
+ ],
2372
+ "compatibility": {
2373
+ "nuxt": "^3.0.0",
2374
+ "requires": {}
2375
+ }
2376
+ },
2040
2377
  {
2041
2378
  "name": "html-minifier",
2042
2379
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2086,7 +2423,7 @@
2086
2423
  },
2087
2424
  {
2088
2425
  "name": "http",
2089
- "description": "Universal HTTP Module for Nuxt.js",
2426
+ "description": "Universal HTTP Module for Nuxt",
2090
2427
  "repo": "nuxt/http",
2091
2428
  "npm": "@nuxt/http",
2092
2429
  "icon": "http.png",
@@ -2114,7 +2451,7 @@
2114
2451
  },
2115
2452
  {
2116
2453
  "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.",
2454
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2118
2455
  "repo": "Luxdamore/nuxt-humans-txt",
2119
2456
  "npm": "@luxdamore/nuxt-humans-txt",
2120
2457
  "icon": "",
@@ -2138,12 +2475,12 @@
2138
2475
  {
2139
2476
  "name": "i18n",
2140
2477
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2141
- "repo": "nuxt-community/i18n-module",
2478
+ "repo": "nuxt-modules/i18n",
2142
2479
  "npm": "@nuxtjs/i18n",
2143
2480
  "icon": "i18n.png",
2144
- "github": "https://github.com/nuxt-community/i18n-module",
2481
+ "github": "https://github.com/nuxt-modules/i18n",
2145
2482
  "website": "https://i18n.nuxtjs.org",
2146
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2483
+ "learn_more": "https://vue-i18n.intlify.dev/",
2147
2484
  "category": "Extensions",
2148
2485
  "type": "community",
2149
2486
  "maintainers": [
@@ -2154,6 +2491,10 @@
2154
2491
  {
2155
2492
  "name": "Kazuya Kawaguchi",
2156
2493
  "github": "kazupon"
2494
+ },
2495
+ {
2496
+ "name": "Bobbie Goede",
2497
+ "github": "BobbieGoede"
2157
2498
  }
2158
2499
  ],
2159
2500
  "compatibility": {
@@ -2183,6 +2524,29 @@
2183
2524
  "requires": {}
2184
2525
  }
2185
2526
  },
2527
+ {
2528
+ "name": "icon-tw",
2529
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2530
+ "repo": "jcamp-code/nuxt-icon-tw",
2531
+ "npm": "nuxt-icon-tw",
2532
+ "icon": "nuxt-icon.png",
2533
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2534
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2535
+ "learn_more": "",
2536
+ "category": "UI",
2537
+ "type": "3rd-party",
2538
+ "maintainers": [
2539
+ {
2540
+ "name": "JohnCampionJr",
2541
+ "github": "JohnCampionJr"
2542
+ }
2543
+ ],
2544
+ "compatibility": {
2545
+ "nuxt": "^3.0.0",
2546
+ "requires": {},
2547
+ "devtools": "^0.0.0"
2548
+ }
2549
+ },
2186
2550
  {
2187
2551
  "name": "icon",
2188
2552
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2202,7 +2566,8 @@
2202
2566
  ],
2203
2567
  "compatibility": {
2204
2568
  "nuxt": "^3.0.0",
2205
- "requires": {}
2569
+ "requires": {},
2570
+ "devtools": "^0.0.0"
2206
2571
  }
2207
2572
  },
2208
2573
  {
@@ -2251,12 +2616,12 @@
2251
2616
  },
2252
2617
  {
2253
2618
  "name": "image",
2254
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2619
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2255
2620
  "repo": "nuxt/image",
2256
2621
  "npm": "@nuxt/image",
2257
2622
  "icon": "image.png",
2258
2623
  "github": "https://github.com/nuxt/image",
2259
- "website": "https://image.nuxtjs.org",
2624
+ "website": "https://image.nuxt.com",
2260
2625
  "learn_more": "",
2261
2626
  "category": "Images",
2262
2627
  "type": "official",
@@ -2266,6 +2631,11 @@
2266
2631
  "github": "farnabaz",
2267
2632
  "twitter": "a_birang"
2268
2633
  },
2634
+ {
2635
+ "name": "Daniel Roe",
2636
+ "github": "danielroe",
2637
+ "twitter": "danielcroe"
2638
+ },
2269
2639
  {
2270
2640
  "name": "Pooya Parsa",
2271
2641
  "github": "pi0",
@@ -2286,7 +2656,7 @@
2286
2656
  },
2287
2657
  {
2288
2658
  "name": "imagemin",
2289
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2659
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2290
2660
  "repo": "nuxt-community/imagemin-module",
2291
2661
  "npm": "@nuxtjs/imagemin",
2292
2662
  "icon": "imagemin.png",
@@ -2333,7 +2703,7 @@
2333
2703
  },
2334
2704
  {
2335
2705
  "name": "intercom",
2336
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2706
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2337
2707
  "repo": "hex-digital/nuxt-intercom",
2338
2708
  "npm": "@hexdigital/nuxt-intercom",
2339
2709
  "icon": "intercom.png",
@@ -2378,7 +2748,7 @@
2378
2748
  },
2379
2749
  {
2380
2750
  "name": "jsonapi",
2381
- "description": "Easy JSON:API client integration for Nuxt.js",
2751
+ "description": "Easy JSON:API client integration for Nuxt",
2382
2752
  "repo": "patrickcate/nuxt-jsonapi",
2383
2753
  "npm": "nuxt-jsonapi",
2384
2754
  "icon": "jsonapi.svg",
@@ -2420,14 +2790,42 @@
2420
2790
  "requires": {}
2421
2791
  }
2422
2792
  },
2793
+ {
2794
+ "name": "kinde",
2795
+ "description": "Kinde authentication integration for Nuxt",
2796
+ "repo": "nuxt-modules/kinde",
2797
+ "npm": "@nuxtjs/kinde",
2798
+ "icon": "kinde.svg",
2799
+ "github": "https://github.com/nuxt-modules/kinde",
2800
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2801
+ "learn_more": "https://kinde.com/",
2802
+ "category": "Security",
2803
+ "type": "community",
2804
+ "maintainers": [
2805
+ {
2806
+ "name": "danielroe",
2807
+ "github": "danielroe"
2808
+ },
2809
+ {
2810
+ "name": "daveordead",
2811
+ "github": "DaveOrDead",
2812
+ "twitter": "dave_or_dead"
2813
+ }
2814
+ ],
2815
+ "compatibility": {
2816
+ "nuxt": "^3.0.0",
2817
+ "requires": {}
2818
+ },
2819
+ "sponsor": true
2820
+ },
2423
2821
  {
2424
2822
  "name": "kql",
2425
- "description": "Nuxt 3 module for Kirby's Query Language API",
2823
+ "description": "Nuxt module for Kirby's Query Language API",
2426
2824
  "repo": "johannschopplich/nuxt-kql",
2427
2825
  "npm": "nuxt-kql",
2428
2826
  "icon": "kql.svg",
2429
2827
  "github": "https://github.com/johannschopplich/nuxt-kql",
2430
- "website": "https://nuxt-kql.jhnn.dev",
2828
+ "website": "https://nuxt-kql.byjohann.dev/",
2431
2829
  "learn_more": "",
2432
2830
  "category": "CMS",
2433
2831
  "type": "3rd-party",
@@ -2446,7 +2844,7 @@
2446
2844
  },
2447
2845
  {
2448
2846
  "name": "laravel-echo",
2449
- "description": "Laravel Echo for Nuxt.js",
2847
+ "description": "Laravel Echo for Nuxt",
2450
2848
  "repo": "nuxt-community/laravel-echo",
2451
2849
  "npm": "@nuxtjs/laravel-echo",
2452
2850
  "icon": "laravel-echo.png",
@@ -2488,6 +2886,28 @@
2488
2886
  "requires": {}
2489
2887
  }
2490
2888
  },
2889
+ {
2890
+ "name": "laravel-precognition",
2891
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2892
+ "repo": "sot1986/nuxt-laravel-precognition",
2893
+ "npm": "nuxt-laravel-precognition",
2894
+ "icon": "laravel.svg",
2895
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2896
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2897
+ "learn_more": "",
2898
+ "category": "Security",
2899
+ "type": "3rd-party",
2900
+ "maintainers": [
2901
+ {
2902
+ "name": "sot1986",
2903
+ "github": "sot1986"
2904
+ }
2905
+ ],
2906
+ "compatibility": {
2907
+ "nuxt": "^3.0.0",
2908
+ "requires": {}
2909
+ }
2910
+ },
2491
2911
  {
2492
2912
  "name": "laravel",
2493
2913
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2534,13 +2954,13 @@
2534
2954
  },
2535
2955
  {
2536
2956
  "name": "link-checker",
2537
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2957
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2538
2958
  "repo": "harlan-zw/nuxt-link-checker",
2539
2959
  "npm": "nuxt-link-checker",
2540
- "icon": "",
2960
+ "icon": "link-checker.svg",
2541
2961
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2542
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2543
- "learn_more": "",
2962
+ "website": "https://nuxtseo.com/link-checker",
2963
+ "learn_more": "https://nuxtseo.com/link-checker",
2544
2964
  "category": "SEO",
2545
2965
  "type": "3rd-party",
2546
2966
  "maintainers": [
@@ -2553,7 +2973,8 @@
2553
2973
  ],
2554
2974
  "compatibility": {
2555
2975
  "nuxt": "^3.0.0",
2556
- "requires": {}
2976
+ "requires": {},
2977
+ "devtools": "^0.0.0"
2557
2978
  }
2558
2979
  },
2559
2980
  {
@@ -2630,12 +3051,12 @@
2630
3051
  },
2631
3052
  {
2632
3053
  "name": "logrocket",
2633
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2634
- "repo": "nuxt-community/nuxt-logrocket",
3054
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3055
+ "repo": "nuxt-modules/logrocket",
2635
3056
  "npm": "nuxt-logrocket",
2636
3057
  "icon": "logrocket.png",
2637
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2638
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3058
+ "github": "https://github.com/nuxt-modules/logrocket",
3059
+ "website": "https://github.com/nuxt-modules/logrocket",
2639
3060
  "learn_more": "https://docs.logrocket.com/docs",
2640
3061
  "category": "Monitoring",
2641
3062
  "type": "community",
@@ -2651,9 +3072,35 @@
2651
3072
  "requires": {}
2652
3073
  }
2653
3074
  },
3075
+ {
3076
+ "name": "lucide-icons",
3077
+ "description": "Nuxt module to integrate Lucide icons",
3078
+ "repo": "swisnl/nuxt-lucide-icons",
3079
+ "npm": "nuxt-lucide-icons",
3080
+ "icon": "lucide-icons.svg",
3081
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3082
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3083
+ "learn_more": "",
3084
+ "category": "UI",
3085
+ "type": "3rd-party",
3086
+ "maintainers": [
3087
+ {
3088
+ "name": "SWIS",
3089
+ "github": "swisnl"
3090
+ },
3091
+ {
3092
+ "name": "Jasper Zonneveld",
3093
+ "github": "JaZo"
3094
+ }
3095
+ ],
3096
+ "compatibility": {
3097
+ "nuxt": "^3.0.0",
3098
+ "requires": {}
3099
+ }
3100
+ },
2654
3101
  {
2655
3102
  "name": "lunr",
2656
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3103
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2657
3104
  "repo": "nuxt-community/lunr-module",
2658
3105
  "npm": "@nuxtjs/lunr-module",
2659
3106
  "icon": "",
@@ -2676,10 +3123,10 @@
2676
3123
  {
2677
3124
  "name": "magic-regexp",
2678
3125
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2679
- "repo": "danielroe/magic-regexp",
3126
+ "repo": "unjs/magic-regexp",
2680
3127
  "npm": "magic-regexp",
2681
3128
  "icon": "magic-regexp.svg",
2682
- "github": "https://github.com/danielroe/magic-regexp",
3129
+ "github": "https://github.com/unjs/magic-regexp",
2683
3130
  "website": "https://magic-regexp.roe.dev",
2684
3131
  "learn_more": "https://magic-regexp.roe.dev",
2685
3132
  "category": "Libraries",
@@ -2696,6 +3143,29 @@
2696
3143
  "requires": {}
2697
3144
  }
2698
3145
  },
3146
+ {
3147
+ "name": "mailpit",
3148
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3149
+ "repo": "tdolsen/nuxt-mailpit",
3150
+ "npm": "nuxt-mailpit",
3151
+ "icon": "mailpit.svg",
3152
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3153
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3154
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3155
+ "category": "Devtools",
3156
+ "type": "3rd-party",
3157
+ "maintainers": [
3158
+ {
3159
+ "name": "Torkild Dyvik Olsen",
3160
+ "github": "tdolsen",
3161
+ "twitter": "tdolsen"
3162
+ }
3163
+ ],
3164
+ "compatibility": {
3165
+ "nuxt": "^3.8.0",
3166
+ "requires": {}
3167
+ }
3168
+ },
2699
3169
  {
2700
3170
  "name": "markdownit",
2701
3171
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2719,6 +3189,30 @@
2719
3189
  "requires": {}
2720
3190
  }
2721
3191
  },
3192
+ {
3193
+ "name": "marquee",
3194
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3195
+ "repo": "hanzydev/nuxt-marquee",
3196
+ "npm": "nuxt-marquee",
3197
+ "icon": "marquee.png",
3198
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3199
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3200
+ "learn_more": "",
3201
+ "category": "UI",
3202
+ "type": "3rd-party",
3203
+ "maintainers": [
3204
+ {
3205
+ "name": "Hànzy",
3206
+ "github": "hanzydev",
3207
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3208
+ }
3209
+ ],
3210
+ "compatibility": {
3211
+ "nuxt": "^3.0.0",
3212
+ "requires": {},
3213
+ "devtools": "^0.0.0"
3214
+ }
3215
+ },
2722
3216
  {
2723
3217
  "name": "matomo",
2724
3218
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2741,6 +3235,28 @@
2741
3235
  "requires": {}
2742
3236
  }
2743
3237
  },
3238
+ {
3239
+ "name": "maz-ui",
3240
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3241
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3242
+ "npm": "nuxt-module",
3243
+ "icon": "maz-ui.png",
3244
+ "github": "https://github.com/louismazel/maz-ui",
3245
+ "website": "https://maz-ui.com/",
3246
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3247
+ "category": "UI",
3248
+ "type": "3rd-party",
3249
+ "maintainers": [
3250
+ {
3251
+ "name": "Loïc Mazuel",
3252
+ "github": "LouisMazel"
3253
+ }
3254
+ ],
3255
+ "compatibility": {
3256
+ "nuxt": "^3.0.0",
3257
+ "requires": {}
3258
+ }
3259
+ },
2744
3260
  {
2745
3261
  "name": "mdx",
2746
3262
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2766,7 +3282,7 @@
2766
3282
  },
2767
3283
  {
2768
3284
  "name": "medusa",
2769
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3285
+ "description": "Easily connect to Medusa from your Nuxt application",
2770
3286
  "repo": "Baroshem/nuxt-medusa",
2771
3287
  "npm": "nuxt-medusa",
2772
3288
  "icon": "medusa.svg",
@@ -2791,7 +3307,7 @@
2791
3307
  },
2792
3308
  {
2793
3309
  "name": "meilisearch",
2794
- "description": "Meilisearch Instant Search module for Nuxt 3",
3310
+ "description": "Meilisearch Instant Search module for Nuxt",
2795
3311
  "repo": "xlanex6/nuxt-meilisearch",
2796
3312
  "npm": "nuxt-meilisearch",
2797
3313
  "icon": "meilisearch.svg",
@@ -2811,7 +3327,8 @@
2811
3327
  "nuxt": "^3.0.0",
2812
3328
  "requires": {
2813
3329
  "bridge": false
2814
- }
3330
+ },
3331
+ "devtools": "^0.0.0"
2815
3332
  }
2816
3333
  },
2817
3334
  {
@@ -2836,28 +3353,6 @@
2836
3353
  "requires": {}
2837
3354
  }
2838
3355
  },
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
3356
  {
2862
3357
  "name": "module-feed",
2863
3358
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2883,7 +3378,7 @@
2883
3378
  },
2884
3379
  {
2885
3380
  "name": "moment",
2886
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3381
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2887
3382
  "repo": "nuxt-community/moment-module",
2888
3383
  "npm": "@nuxtjs/moment",
2889
3384
  "icon": "momentjs.png",
@@ -2908,28 +3403,6 @@
2908
3403
  "requires": {}
2909
3404
  }
2910
3405
  },
2911
- {
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",
2916
- "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",
2921
- "type": "3rd-party",
2922
- "maintainers": [
2923
- {
2924
- "name": "vanhoofmaarten",
2925
- "github": "vanhoofmaarten"
2926
- }
2927
- ],
2928
- "compatibility": {
2929
- "nuxt": "^2.0.0",
2930
- "requires": {}
2931
- }
2932
- },
2933
3406
  {
2934
3407
  "name": "neo",
2935
3408
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -2954,7 +3427,7 @@
2954
3427
  },
2955
3428
  {
2956
3429
  "name": "netlify-cache",
2957
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3430
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2958
3431
  "repo": "DreaMinder/nuxt-netlify-cache",
2959
3432
  "npm": "nuxt-netlify-cache",
2960
3433
  "icon": "netlify.png",
@@ -2999,13 +3472,13 @@
2999
3472
  },
3000
3473
  {
3001
3474
  "name": "netlify",
3002
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3003
- "repo": "bazzite/nuxt-netlify",
3475
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3476
+ "repo": "juliomrqz/nuxt-netlify",
3004
3477
  "npm": "@aceforth/nuxt-netlify",
3005
3478
  "icon": "netlify.png",
3006
- "github": "https://github.com/bazzite/nuxt-netlify",
3007
- "website": "https://marquez.co/docs/nuxt-netlify/",
3008
- "learn_more": "",
3479
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3480
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3481
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3009
3482
  "category": "Deployment",
3010
3483
  "type": "3rd-party",
3011
3484
  "maintainers": [
@@ -3092,30 +3565,142 @@
3092
3565
  }
3093
3566
  },
3094
3567
  {
3095
- "name": "nuxt-auth",
3096
- "description": "",
3097
- "repo": "sidebase/nuxt-auth",
3098
- "npm": "@sidebase/nuxt-auth",
3568
+ "name": "nuxt-anchorscroll",
3569
+ "description": "Scroll to top and to anchor support for Nuxt",
3570
+ "repo": "helltraitor/nuxt-anchorscroll",
3571
+ "npm": "nuxt-anchorscroll",
3099
3572
  "icon": "",
3100
- "github": "https://github.com/sidebase/nuxt-auth",
3101
- "website": "https://github.com/sidebase/nuxt-auth",
3573
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3574
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3102
3575
  "learn_more": "",
3103
- "category": "Devtools",
3576
+ "category": "UI",
3104
3577
  "type": "3rd-party",
3105
3578
  "maintainers": [
3106
3579
  {
3107
- "name": "sidebase",
3108
- "github": "sidebase"
3580
+ "name": "Helltraitor",
3581
+ "github": "helltraitor"
3109
3582
  }
3110
3583
  ],
3111
3584
  "compatibility": {
3112
- "nuxt": "^2.0.0",
3585
+ "nuxt": "^3.0.0",
3586
+ "requires": {}
3587
+ }
3588
+ },
3589
+ {
3590
+ "name": "nuxt-asciidoc",
3591
+ "description": "Transformer for using asciidoc in nuxt",
3592
+ "repo": "Chris2011/nuxt-asciidoc",
3593
+ "npm": "nuxt-asciidoc",
3594
+ "icon": "nuxt-asciidoc.svg",
3595
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3596
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3597
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3598
+ "category": "Extensions",
3599
+ "type": "3rd-party",
3600
+ "maintainers": [
3601
+ {
3602
+ "name": "Christian Lenz",
3603
+ "github": "Chris2011",
3604
+ "twitter": "Chrizzly42"
3605
+ }
3606
+ ],
3607
+ "compatibility": {
3608
+ "nuxt": "^3.0.0",
3609
+ "requires": {}
3610
+ }
3611
+ },
3612
+ {
3613
+ "name": "nuxt-auth-sanctum",
3614
+ "description": "Nuxt module for Laravel Sanctum authentication",
3615
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3616
+ "npm": "nuxt-auth-sanctum",
3617
+ "icon": "laravel.svg",
3618
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3619
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3620
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3621
+ "category": "Security",
3622
+ "type": "3rd-party",
3623
+ "maintainers": [
3624
+ {
3625
+ "name": "Artem Manchenkov",
3626
+ "github": "manchenkoff",
3627
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3628
+ }
3629
+ ],
3630
+ "compatibility": {
3631
+ "nuxt": "^3.9.0",
3632
+ "requires": {}
3633
+ }
3634
+ },
3635
+ {
3636
+ "name": "nuxt-basic-auth",
3637
+ "description": "Nuxt Module for Basic Authentication",
3638
+ "repo": "kgierke/nuxt-basic-auth",
3639
+ "npm": "@kgierke/nuxt-basic-auth",
3640
+ "icon": "",
3641
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3642
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3643
+ "learn_more": "",
3644
+ "category": "Security",
3645
+ "type": "3rd-party",
3646
+ "maintainers": [
3647
+ {
3648
+ "name": "kgierke",
3649
+ "github": "kgierke"
3650
+ }
3651
+ ],
3652
+ "compatibility": {
3653
+ "nuxt": "^3.0.0",
3654
+ "requires": {}
3655
+ }
3656
+ },
3657
+ {
3658
+ "name": "nuxt-bezier",
3659
+ "description": "Reusable transition components",
3660
+ "repo": "50rayn/nuxt-bezier",
3661
+ "npm": "nuxt-bezier",
3662
+ "icon": "nuxt-bezier.png",
3663
+ "github": "https://github.com/50rayn/nuxt-bezier",
3664
+ "website": "https://github.com/50rayn/nuxt-bezier",
3665
+ "learn_more": "https://github.com/Noction/vue-bezier",
3666
+ "category": "UI",
3667
+ "type": "3rd-party",
3668
+ "maintainers": [
3669
+ {
3670
+ "name": "Soryn Gitlan",
3671
+ "github": "50rayn"
3672
+ }
3673
+ ],
3674
+ "compatibility": {
3675
+ "nuxt": "^3.0.0",
3676
+ "requires": {}
3677
+ }
3678
+ },
3679
+ {
3680
+ "name": "nuxt-bootstrap-icons",
3681
+ "description": "Just a simple integration for Bootstrap Icons",
3682
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3683
+ "npm": "nuxt-bootstrap-icons",
3684
+ "icon": "bootstrap-icons.svg",
3685
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3686
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3687
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3688
+ "category": "UI",
3689
+ "type": "3rd-party",
3690
+ "maintainers": [
3691
+ {
3692
+ "name": "OyewoleOyedeji",
3693
+ "github": "OyewoleOyedeji"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^3.0.0",
3113
3698
  "requires": {}
3114
3699
  }
3115
3700
  },
3116
3701
  {
3117
3702
  "name": "nuxt-chatgpt",
3118
- "description": "ChatGPT integration for Nuxt 3",
3703
+ "description": "ChatGPT integration for Nuxt",
3119
3704
  "repo": "schnapsterdog/nuxt-chatgpt",
3120
3705
  "npm": "nuxt-chatgpt",
3121
3706
  "icon": "chatgpt.svg",
@@ -3135,6 +3720,98 @@
3135
3720
  "requires": {}
3136
3721
  }
3137
3722
  },
3723
+ {
3724
+ "name": "nuxt-cookie-consent",
3725
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3726
+ "repo": "weareheavy/nuxt-cookie-consent",
3727
+ "npm": "@weareheavy/nuxt-cookie-consent",
3728
+ "icon": "wah.svg",
3729
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3730
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3731
+ "learn_more": "",
3732
+ "category": "Extensions",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "weareheavy",
3737
+ "github": "weareheavy"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {}
3743
+ }
3744
+ },
3745
+ {
3746
+ "name": "nuxt-facebook-chat",
3747
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3748
+ "repo": "superdev-tech/nuxt-facebook-chat",
3749
+ "npm": "nuxt-facebook-chat",
3750
+ "icon": "nuxt-facebook-chat.svg",
3751
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3752
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3753
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3754
+ "category": "Libraries",
3755
+ "type": "3rd-party",
3756
+ "maintainers": [
3757
+ {
3758
+ "name": "Supanut Dokmaithong",
3759
+ "github": "Boomgeek"
3760
+ },
3761
+ {
3762
+ "name": "superdev-tech",
3763
+ "github": "superdev-tech"
3764
+ }
3765
+ ],
3766
+ "compatibility": {
3767
+ "nuxt": "^3.0.0",
3768
+ "requires": {}
3769
+ }
3770
+ },
3771
+ {
3772
+ "name": "nuxt-feather-icons",
3773
+ "description": "The Feather Icons in Nuxt 3.",
3774
+ "repo": "4sllan/nuxt-feather-icons",
3775
+ "npm": "nuxt-feather-icons",
3776
+ "icon": "nuxt-feather-icons.png",
3777
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3778
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3779
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3780
+ "category": "UI",
3781
+ "type": "3rd-party",
3782
+ "maintainers": [
3783
+ {
3784
+ "name": "4sllan",
3785
+ "github": "4sllan"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3793
+ {
3794
+ "name": "nuxt-feedme",
3795
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3796
+ "repo": "helltraitor/nuxt-feedme",
3797
+ "npm": "nuxt-feedme",
3798
+ "icon": "",
3799
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3800
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3801
+ "learn_more": "",
3802
+ "category": "SEO",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "Helltraitor",
3807
+ "github": "helltraitor"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3138
3815
  {
3139
3816
  "name": "nuxt-graphql-middleware",
3140
3817
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3142,7 +3819,7 @@
3142
3819
  "npm": "nuxt-graphql-middleware",
3143
3820
  "icon": "nuxt-graphql-middleware.svg",
3144
3821
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3145
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3822
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3146
3823
  "learn_more": "",
3147
3824
  "category": "Request",
3148
3825
  "type": "3rd-party",
@@ -3188,7 +3865,7 @@
3188
3865
  },
3189
3866
  {
3190
3867
  "name": "nuxt-gtm",
3191
- "description": "A Nuxt.js module for Google Tag Manager",
3868
+ "description": "A Nuxt module for Google Tag Manager",
3192
3869
  "repo": "zadigetvoltaire/nuxt-gtm",
3193
3870
  "npm": "@zadigetvoltaire/nuxt-gtm",
3194
3871
  "icon": "nuxt-gtm.svg",
@@ -3200,12 +3877,13 @@
3200
3877
  "maintainers": [
3201
3878
  {
3202
3879
  "name": "Zadig&Voltaire Team",
3203
- "github": "https://github.com/zadigetvoltaire"
3880
+ "github": "zadigetvoltaire"
3204
3881
  }
3205
3882
  ],
3206
3883
  "compatibility": {
3207
3884
  "nuxt": "^3.0.0",
3208
- "requires": {}
3885
+ "requires": {},
3886
+ "devtools": "^0.0.0"
3209
3887
  }
3210
3888
  },
3211
3889
  {
@@ -3233,24 +3911,46 @@
3233
3911
  }
3234
3912
  },
3235
3913
  {
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",
3914
+ "name": "nuxt-interpolation",
3915
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3916
+ "repo": "daliborgogic/nuxt-interpolation#master",
3917
+ "npm": "nuxt-interpolation",
3918
+ "icon": "",
3919
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3920
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3921
+ "learn_more": "",
3922
+ "category": "Devtools",
3245
3923
  "type": "3rd-party",
3246
3924
  "maintainers": [
3247
3925
  {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
3926
+ "name": "daliborgogic",
3927
+ "github": "daliborgogic"
3250
3928
  }
3251
3929
  ],
3252
3930
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3931
+ "nuxt": "^2.0.0",
3932
+ "requires": {}
3933
+ }
3934
+ },
3935
+ {
3936
+ "name": "nuxt-jsonld",
3937
+ "description": "Manage JSON-LD in Vue component.",
3938
+ "repo": "ymmooot/nuxt-jsonld",
3939
+ "npm": "nuxt-jsonld",
3940
+ "icon": "",
3941
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3942
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3943
+ "learn_more": "",
3944
+ "category": "SEO",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "ymmooot",
3949
+ "github": "ymmooot"
3950
+ }
3951
+ ],
3952
+ "compatibility": {
3953
+ "nuxt": "^3.0.0",
3254
3954
  "requires": {}
3255
3955
  }
3256
3956
  },
@@ -3261,8 +3961,8 @@
3261
3961
  "npm": "@nuxtus/nuxt-localtunnel",
3262
3962
  "icon": "nuxt-localtunnel.svg",
3263
3963
  "github": "https://github.com/nuxtus/localtunnel",
3264
- "website": "https://nuxtus.com",
3265
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3964
+ "website": "https://docs.nuxtus.com",
3965
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3266
3966
  "category": "Devtools",
3267
3967
  "type": "3rd-party",
3268
3968
  "maintainers": [
@@ -3279,7 +3979,7 @@
3279
3979
  },
3280
3980
  {
3281
3981
  "name": "nuxt-loco",
3282
- "description": "A localise.biz module to synth locale with Nuxt.js",
3982
+ "description": "A localise.biz module to synth locale with Nuxt",
3283
3983
  "repo": "gaetansenn/nuxt-loco",
3284
3984
  "npm": "nuxt-loco",
3285
3985
  "icon": "",
@@ -3300,6 +4000,28 @@
3300
4000
  "requires": {}
3301
4001
  }
3302
4002
  },
4003
+ {
4004
+ "name": "nuxt-mail",
4005
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4006
+ "repo": "dword-design/nuxt-mail",
4007
+ "npm": "nuxt-mail",
4008
+ "icon": "",
4009
+ "github": "https://github.com/dword-design/nuxt-mail",
4010
+ "website": "https://github.com/dword-design/nuxt-mail",
4011
+ "learn_more": "",
4012
+ "category": "Extensions",
4013
+ "type": "3rd-party",
4014
+ "maintainers": [
4015
+ {
4016
+ "name": "Sebastian Landwehr",
4017
+ "github": "dword-design"
4018
+ }
4019
+ ],
4020
+ "compatibility": {
4021
+ "nuxt": "^2.0.0 || ^3.0.0",
4022
+ "requires": {}
4023
+ }
4024
+ },
3303
4025
  {
3304
4026
  "name": "nuxt-mapbox",
3305
4027
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3322,6 +4044,28 @@
3322
4044
  "requires": {}
3323
4045
  }
3324
4046
  },
4047
+ {
4048
+ "name": "nuxt-mdi",
4049
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4050
+ "repo": "ERPedersen/nuxt-mdi",
4051
+ "npm": "nuxt-mdi",
4052
+ "icon": "mdi.png",
4053
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4054
+ "website": "https://nuxt-mdi.emilrosenius.com",
4055
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4056
+ "category": "Libraries",
4057
+ "type": "3rd-party",
4058
+ "maintainers": [
4059
+ {
4060
+ "name": "Emil Rosenius",
4061
+ "github": "ERPedersen"
4062
+ }
4063
+ ],
4064
+ "compatibility": {
4065
+ "nuxt": "^3.0.0",
4066
+ "requires": {}
4067
+ }
4068
+ },
3325
4069
  {
3326
4070
  "name": "nuxt-monaco-editor",
3327
4071
  "description": "Integrate monaco-editor with Nuxt",
@@ -3346,12 +4090,12 @@
3346
4090
  },
3347
4091
  {
3348
4092
  "name": "nuxt-mongoose",
3349
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4093
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3350
4094
  "repo": "arashsheyda/nuxt-mongoose",
3351
4095
  "npm": "nuxt-mongoose",
3352
4096
  "icon": "nuxt-mongoose.svg",
3353
4097
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
4098
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
4099
  "learn_more": "",
3356
4100
  "category": "Database",
3357
4101
  "type": "3rd-party",
@@ -3361,6 +4105,102 @@
3361
4105
  "github": "arashsheyda"
3362
4106
  }
3363
4107
  ],
4108
+ "compatibility": {
4109
+ "nuxt": "^3.0.0",
4110
+ "requires": {},
4111
+ "devtools": "^0.0.0"
4112
+ }
4113
+ },
4114
+ {
4115
+ "name": "nuxt-oidc-auth",
4116
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4117
+ "repo": "itpropro/nuxt-oidc-auth",
4118
+ "npm": "nuxt-oidc-auth",
4119
+ "icon": "",
4120
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4121
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4122
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4123
+ "category": "Security",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Jan-Henrik Damaschke",
4128
+ "github": "itpropro",
4129
+ "twitter": "jandamaschke"
4130
+ }
4131
+ ],
4132
+ "compatibility": {
4133
+ "nuxt": "^3.0.0",
4134
+ "requires": {}
4135
+ }
4136
+ },
4137
+ {
4138
+ "name": "nuxt-openapi-docs-module",
4139
+ "description": "Generate pages from OpenAPI specifications",
4140
+ "repo": "on-org/nuxt-openapi-docs-module",
4141
+ "npm": "nuxt-openapi-docs-module",
4142
+ "icon": "nuxt-openapi-docs-module.png",
4143
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4144
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4145
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4146
+ "category": "Libraries",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "Pavel Kuzmin",
4151
+ "github": "s00d"
4152
+ }
4153
+ ],
4154
+ "compatibility": {
4155
+ "nuxt": "^3.0.0",
4156
+ "requires": {}
4157
+ }
4158
+ },
4159
+ {
4160
+ "name": "nuxt-openid-connect",
4161
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4162
+ "repo": "aborn/nuxt-openid-connect",
4163
+ "npm": "nuxt-openid-connect",
4164
+ "icon": "",
4165
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4166
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4167
+ "learn_more": "",
4168
+ "category": "Security",
4169
+ "type": "3rd-party",
4170
+ "maintainers": [
4171
+ {
4172
+ "name": "Aborn Jiang",
4173
+ "github": "aborn"
4174
+ },
4175
+ {
4176
+ "name": "Khaled Almana",
4177
+ "github": "KhaledAlMana"
4178
+ }
4179
+ ],
4180
+ "compatibility": {
4181
+ "nuxt": "^3.0.0",
4182
+ "requires": {},
4183
+ "devtools": "^0.0.0"
4184
+ }
4185
+ },
4186
+ {
4187
+ "name": "nuxt-payload-analyzer",
4188
+ "description": "Analyze Nuxt Payload Size",
4189
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4190
+ "npm": "nuxt-payload-analyzer",
4191
+ "icon": "",
4192
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4193
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4194
+ "learn_more": "",
4195
+ "category": "Performance",
4196
+ "type": "3rd-party",
4197
+ "maintainers": [
4198
+ {
4199
+ "name": "Barbapapazes",
4200
+ "github": "Barbapapazes",
4201
+ "twitter": "soubiran_"
4202
+ }
4203
+ ],
3364
4204
  "compatibility": {
3365
4205
  "nuxt": "^3.0.0",
3366
4206
  "requires": {}
@@ -3389,6 +4229,28 @@
3389
4229
  "requires": {}
3390
4230
  }
3391
4231
  },
4232
+ {
4233
+ "name": "nuxt-phosphor-icons",
4234
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4235
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4236
+ "npm": "nuxt-phosphor-icons",
4237
+ "icon": "phosphor-icons.svg",
4238
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4239
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4240
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4241
+ "category": "UI",
4242
+ "type": "3rd-party",
4243
+ "maintainers": [
4244
+ {
4245
+ "name": "OyewoleOyedeji",
4246
+ "github": "OyewoleOyedeji"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^3.0.0",
4251
+ "requires": {}
4252
+ }
4253
+ },
3392
4254
  {
3393
4255
  "name": "nuxt-pino-log",
3394
4256
  "description": "Structured logs for nuxt apps using pino",
@@ -3413,7 +4275,7 @@
3413
4275
  },
3414
4276
  {
3415
4277
  "name": "plausible",
3416
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4278
+ "description": "Nuxt module to natively integrate Plausible analytics",
3417
4279
  "repo": "nuxt-modules/plausible",
3418
4280
  "npm": "@nuxtjs/plausible",
3419
4281
  "icon": "plausible.png",
@@ -3433,9 +4295,35 @@
3433
4295
  "requires": {}
3434
4296
  }
3435
4297
  },
4298
+ {
4299
+ "name": "nuxt-plotly",
4300
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4301
+ "repo": "superdev-tech/nuxt-plotly",
4302
+ "npm": "nuxt-plotly",
4303
+ "icon": "nuxt-plotly.svg",
4304
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4305
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4306
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4307
+ "category": "Libraries",
4308
+ "type": "3rd-party",
4309
+ "maintainers": [
4310
+ {
4311
+ "name": "Supanut Dokmaithong",
4312
+ "github": "Boomgeek"
4313
+ },
4314
+ {
4315
+ "name": "superdev-tech",
4316
+ "github": "superdev-tech"
4317
+ }
4318
+ ],
4319
+ "compatibility": {
4320
+ "nuxt": "^3.0.0",
4321
+ "requires": {}
4322
+ }
4323
+ },
3436
4324
  {
3437
4325
  "name": "nuxt-png-to-ico",
3438
- "description": "Nuxt.js module for auto generating favicons",
4326
+ "description": "Nuxt module for auto generating favicons",
3439
4327
  "repo": "b5710546232/nuxt-png-to-ico",
3440
4328
  "npm": "nuxt-png-to-ico",
3441
4329
  "icon": "",
@@ -3456,9 +4344,31 @@
3456
4344
  "requires": {}
3457
4345
  }
3458
4346
  },
4347
+ {
4348
+ "name": "nuxt-posthog",
4349
+ "description": "Integrate PostHog into your application with minimal configuration",
4350
+ "repo": "mitjans/nuxt-posthog",
4351
+ "npm": "nuxt-posthog",
4352
+ "icon": "posthog.svg",
4353
+ "github": "https://github.com/mitjans/nuxt-posthog",
4354
+ "website": "https://nuxt-posthog.cmitjans.dev",
4355
+ "learn_more": "https://posthog.com",
4356
+ "category": "Analytics",
4357
+ "type": "3rd-party",
4358
+ "maintainers": [
4359
+ {
4360
+ "name": "Carles Mitjans",
4361
+ "github": "mitjans"
4362
+ }
4363
+ ],
4364
+ "compatibility": {
4365
+ "nuxt": "^3.0.0",
4366
+ "requires": {}
4367
+ }
4368
+ },
3459
4369
  {
3460
4370
  "name": "nuxt-smartlook",
3461
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4371
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3462
4372
  "repo": "f00b4r/nuxt-smartlook",
3463
4373
  "npm": "nuxt-smartlook",
3464
4374
  "icon": "nuxt-smartlook.png",
@@ -3480,6 +4390,28 @@
3480
4390
  "requires": {}
3481
4391
  }
3482
4392
  },
4393
+ {
4394
+ "name": "nuxt-social-share",
4395
+ "description": "Simple Social Sharing for Nuxt",
4396
+ "repo": "stefanobartoletti/nuxt-social-share",
4397
+ "npm": "@stefanobartoletti/nuxt-social-share",
4398
+ "icon": "nuxt-social-share.png",
4399
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4400
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4401
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4402
+ "category": "Extensions",
4403
+ "type": "3rd-party",
4404
+ "maintainers": [
4405
+ {
4406
+ "name": "stefanobartoletti",
4407
+ "github": "stefanobartoletti"
4408
+ }
4409
+ ],
4410
+ "compatibility": {
4411
+ "nuxt": "^3.0.0",
4412
+ "requires": {}
4413
+ }
4414
+ },
3483
4415
  {
3484
4416
  "name": "ssr-lit",
3485
4417
  "description": "Server-Side Rendering for Lit Element components",
@@ -3510,10 +4442,10 @@
3510
4442
  },
3511
4443
  {
3512
4444
  "name": "nuxt-storm",
3513
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4445
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3514
4446
  "repo": "fumeapp/nuxt-storm",
3515
4447
  "npm": "nuxt-storm",
3516
- "icon": "nuxt-storm.png",
4448
+ "icon": "",
3517
4449
  "github": "https://github.com/fumeapp/nuxt-storm",
3518
4450
  "website": "https://github.com/fumeapp/nuxt-storm",
3519
4451
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3530,6 +4462,30 @@
3530
4462
  "requires": {}
3531
4463
  }
3532
4464
  },
4465
+ {
4466
+ "name": "nuxt-svgo-loader",
4467
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4468
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4469
+ "npm": "nuxt-svgo-loader",
4470
+ "icon": "",
4471
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4472
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4473
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4474
+ "category": "Images",
4475
+ "type": "3rd-party",
4476
+ "maintainers": [
4477
+ {
4478
+ "name": "Alex Liu",
4479
+ "github": "Mini-ghost",
4480
+ "twitter": "Minighost_Alex"
4481
+ }
4482
+ ],
4483
+ "compatibility": {
4484
+ "nuxt": "^3.0.0",
4485
+ "requires": {},
4486
+ "devtools": "^0.0.0"
4487
+ }
4488
+ },
3533
4489
  {
3534
4490
  "name": "nuxt-svgo",
3535
4491
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3554,7 +4510,7 @@
3554
4510
  },
3555
4511
  {
3556
4512
  "name": "nuxt-unleash",
3557
- "description": "Nuxt.js module to use Unleash toggle feature services",
4513
+ "description": "Nuxt module to use Unleash toggle feature services",
3558
4514
  "repo": "conejerock/nuxt-unleash",
3559
4515
  "npm": "nuxt-unleash",
3560
4516
  "icon": "nuxt-unleash.svg",
@@ -3574,28 +4530,6 @@
3574
4530
  "requires": {}
3575
4531
  }
3576
4532
  },
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
4533
  {
3600
4534
  "name": "nuxt-use-sound",
3601
4535
  "description": "A Nuxt module for playing sound effects.",
@@ -3645,12 +4579,12 @@
3645
4579
  {
3646
4580
  "name": "nuxt-vue3-google-signin",
3647
4581
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
4582
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
4583
  "npm": "nuxt-vue3-google-signin",
3650
4584
  "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",
4585
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4586
+ "website": "https://vue3-google-signin.wavezync.com",
4587
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
4588
  "category": "Libraries",
3655
4589
  "type": "3rd-party",
3656
4590
  "maintainers": [
@@ -3665,20 +4599,64 @@
3665
4599
  }
3666
4600
  },
3667
4601
  {
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",
4602
+ "name": "nuxt-zod-i18n",
4603
+ "description": "A Nuxt Module for localizing zod error messages.",
4604
+ "repo": "xibman/nuxt-zod-i18n",
4605
+ "npm": "nuxt-zod-i18n",
4606
+ "icon": "nuxt-zod-i18n.svg",
4607
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4608
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4609
+ "learn_more": "",
4610
+ "category": "Libraries",
4611
+ "type": "3rd-party",
4612
+ "maintainers": [
4613
+ {
4614
+ "name": "xibman",
4615
+ "github": "xibman"
4616
+ }
4617
+ ],
4618
+ "compatibility": {
4619
+ "nuxt": "^3.0.0",
4620
+ "requires": {}
4621
+ }
4622
+ },
4623
+ {
4624
+ "name": "nuxt3-interpolation",
4625
+ "description": "",
4626
+ "repo": "daliborgogic/interpolation#master",
4627
+ "npm": "nuxt3-interpolation",
4628
+ "icon": "",
4629
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4630
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4631
+ "learn_more": "",
4632
+ "category": "Devtools",
4633
+ "type": "3rd-party",
4634
+ "maintainers": [
4635
+ {
4636
+ "name": "daliborgogic",
4637
+ "github": "daliborgogic"
4638
+ }
4639
+ ],
4640
+ "compatibility": {
4641
+ "nuxt": "^3.0.0",
4642
+ "requires": {}
4643
+ }
4644
+ },
4645
+ {
4646
+ "name": "nuxt3-leaflet",
4647
+ "description": "Leaflet integration with Nuxt",
4648
+ "repo": "Gugustinette/Nuxt-Leaflet",
4649
+ "npm": "nuxt3-leaflet",
4650
+ "icon": "leaflet.png",
4651
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4652
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4653
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4654
+ "category": "Libraries",
3677
4655
  "type": "3rd-party",
3678
4656
  "maintainers": [
3679
4657
  {
3680
- "name": "Jens van Hellemondt",
3681
- "github": "invictus-codes"
4658
+ "name": "Augustin MERCIER",
4659
+ "github": "Gugustinette"
3682
4660
  }
3683
4661
  ],
3684
4662
  "compatibility": {
@@ -3688,7 +4666,7 @@
3688
4666
  },
3689
4667
  {
3690
4668
  "name": "nuxt7",
3691
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4669
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3692
4670
  "repo": "nuxt-community/nuxt7",
3693
4671
  "npm": "nuxt7",
3694
4672
  "icon": "",
@@ -3709,40 +4687,17 @@
3709
4687
  "requires": {}
3710
4688
  }
3711
4689
  },
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
4690
  {
3736
4691
  "name": "og-image",
3737
- "description": "Easily generate dynamic social share images.",
3738
- "repo": "harlan-zw/nuxt-og-image",
4692
+ "description": "Enlightened runtime images generated with Vue templates.",
4693
+ "repo": "nuxt-modules/og-image",
3739
4694
  "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": "",
4695
+ "icon": "og-image.svg",
4696
+ "github": "https://github.com/nuxt-modules/og-image",
4697
+ "website": "https://nuxtseo.com/og-image",
4698
+ "learn_more": "https://nuxtseo.com/og-image",
3744
4699
  "category": "SEO",
3745
- "type": "3rd-party",
4700
+ "type": "community",
3746
4701
  "maintainers": [
3747
4702
  {
3748
4703
  "name": "Harlan Wilton",
@@ -3753,7 +4708,8 @@
3753
4708
  ],
3754
4709
  "compatibility": {
3755
4710
  "nuxt": "^3.0.0",
3756
- "requires": {}
4711
+ "requires": {},
4712
+ "devtools": "^0.0.0"
3757
4713
  }
3758
4714
  },
3759
4715
  {
@@ -3781,13 +4737,13 @@
3781
4737
  },
3782
4738
  {
3783
4739
  "name": "optimized-images",
3784
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4740
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3785
4741
  "repo": "juliomrqz/nuxt-optimized-images",
3786
4742
  "npm": "@aceforth/nuxt-optimized-images",
3787
4743
  "icon": "",
3788
4744
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3789
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3790
- "learn_more": "",
4745
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4746
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3791
4747
  "category": "Images",
3792
4748
  "type": "3rd-party",
3793
4749
  "maintainers": [
@@ -3826,7 +4782,7 @@
3826
4782
  },
3827
4783
  {
3828
4784
  "name": "parse",
3829
- "description": "Parse package for Nuxt.js",
4785
+ "description": "Parse package for Nuxt",
3830
4786
  "repo": "cierrateam/nuxt-parse",
3831
4787
  "npm": "nuxt-parse",
3832
4788
  "icon": "",
@@ -3846,6 +4802,29 @@
3846
4802
  "requires": {}
3847
4803
  }
3848
4804
  },
4805
+ {
4806
+ "name": "particles",
4807
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4808
+ "repo": "Joepocalyptic/nuxt-particles",
4809
+ "npm": "nuxt-particles",
4810
+ "icon": "",
4811
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4812
+ "website": "https://nuxt-particles.joeypereira.dev",
4813
+ "learn_more": "https://particles.js.org/",
4814
+ "category": "Libraries",
4815
+ "type": "3rd-party",
4816
+ "maintainers": [
4817
+ {
4818
+ "name": "Joey Pereira",
4819
+ "github": "Joepocalyptic",
4820
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4821
+ }
4822
+ ],
4823
+ "compatibility": {
4824
+ "nuxt": "^3.0.0",
4825
+ "requires": {}
4826
+ }
4827
+ },
3849
4828
  {
3850
4829
  "name": "partytown",
3851
4830
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3871,6 +4850,28 @@
3871
4850
  }
3872
4851
  }
3873
4852
  },
4853
+ {
4854
+ "name": "paypal",
4855
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4856
+ "repo": "arashsheyda/nuxt-paypal",
4857
+ "npm": "nuxt-paypal",
4858
+ "icon": "paypal.svg",
4859
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4860
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4861
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4862
+ "category": "Payment",
4863
+ "type": "3rd-party",
4864
+ "maintainers": [
4865
+ {
4866
+ "name": "Arash Sheyda",
4867
+ "github": "arashsheyda"
4868
+ }
4869
+ ],
4870
+ "compatibility": {
4871
+ "nuxt": "^3.0.0",
4872
+ "requires": {}
4873
+ }
4874
+ },
3874
4875
  {
3875
4876
  "name": "pdfeasy",
3876
4877
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -3895,6 +4896,28 @@
3895
4896
  "requires": {}
3896
4897
  }
3897
4898
  },
4899
+ {
4900
+ "name": "pergel",
4901
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
4902
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
4903
+ "npm": "pergel",
4904
+ "icon": "pergel.svg",
4905
+ "github": "https://github.com/oku-ui/pergel",
4906
+ "website": "https://oku-ui.com/pergel",
4907
+ "learn_more": "",
4908
+ "category": "Devtools",
4909
+ "type": "3rd-party",
4910
+ "maintainers": [
4911
+ {
4912
+ "name": "Mehmet - productdevbook",
4913
+ "github": "productdevbook"
4914
+ }
4915
+ ],
4916
+ "compatibility": {
4917
+ "nuxt": "^3.10.0",
4918
+ "requires": {}
4919
+ }
4920
+ },
3898
4921
  {
3899
4922
  "name": "persian-datepicker",
3900
4923
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3992,7 +5015,7 @@
3992
5015
  },
3993
5016
  {
3994
5017
  "name": "plausible",
3995
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5018
+ "description": "Nuxt module to natively integrate Plausible analytics",
3996
5019
  "repo": "nuxt-modules/plausible",
3997
5020
  "npm": "@nuxtjs/plausible",
3998
5021
  "icon": "",
@@ -4034,9 +5057,56 @@
4034
5057
  "requires": {}
4035
5058
  }
4036
5059
  },
5060
+ {
5061
+ "name": "prepare",
5062
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5063
+ "repo": "johannschopplich/nuxt-prepare",
5064
+ "npm": "nuxt-prepare",
5065
+ "icon": "prepare.svg",
5066
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5067
+ "website": "https://nuxt-prepare.byjohann.dev",
5068
+ "learn_more": "",
5069
+ "category": "Devtools",
5070
+ "type": "3rd-party",
5071
+ "maintainers": [
5072
+ {
5073
+ "name": "Johann Schopplich",
5074
+ "github": "johannschopplich",
5075
+ "twitter": "jschopplich",
5076
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5077
+ }
5078
+ ],
5079
+ "compatibility": {
5080
+ "nuxt": "^3.0.0",
5081
+ "requires": {}
5082
+ }
5083
+ },
5084
+ {
5085
+ "name": "primevue",
5086
+ "description": "Next Generation Vue UI Component Library",
5087
+ "repo": "primefaces/primevue-nuxt-module",
5088
+ "npm": "nuxt-primevue",
5089
+ "icon": "primevue.svg",
5090
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5091
+ "website": "https://primevue.org/",
5092
+ "learn_more": "https://primevue.org/",
5093
+ "category": "UI",
5094
+ "type": "3rd-party",
5095
+ "maintainers": [
5096
+ {
5097
+ "name": "primefaces",
5098
+ "github": "primefaces",
5099
+ "twitter": "primevue"
5100
+ }
5101
+ ],
5102
+ "compatibility": {
5103
+ "nuxt": "^3.0.0",
5104
+ "requires": {}
5105
+ }
5106
+ },
4037
5107
  {
4038
5108
  "name": "prismic",
4039
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5109
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4040
5110
  "repo": "nuxt-modules/prismic",
4041
5111
  "npm": "@nuxtjs/prismic",
4042
5112
  "icon": "prismic.png",
@@ -4103,7 +5173,7 @@
4103
5173
  },
4104
5174
  {
4105
5175
  "name": "proxy",
4106
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5176
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4107
5177
  "repo": "nuxt-community/proxy-module",
4108
5178
  "npm": "@nuxtjs/proxy",
4109
5179
  "icon": "",
@@ -4149,7 +5219,7 @@
4149
5219
  },
4150
5220
  {
4151
5221
  "name": "purgecss",
4152
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5222
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4153
5223
  "repo": "Developmint/nuxt-purgecss#main",
4154
5224
  "npm": "nuxt-purgecss",
4155
5225
  "icon": "purgecss.png",
@@ -4171,7 +5241,7 @@
4171
5241
  },
4172
5242
  {
4173
5243
  "name": "pwa",
4174
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5244
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4175
5245
  "repo": "nuxt-community/pwa-module",
4176
5246
  "npm": "@nuxtjs/pwa",
4177
5247
  "icon": "pwa.png",
@@ -4196,7 +5266,7 @@
4196
5266
  },
4197
5267
  {
4198
5268
  "name": "python",
4199
- "description": "Write Nuxt.js applications using Python",
5269
+ "description": "Write Nuxt applications using Python",
4200
5270
  "repo": "nuxt-community/python-module",
4201
5271
  "npm": "@nuxtjs/python",
4202
5272
  "icon": "python.png",
@@ -4233,6 +5303,64 @@
4233
5303
  "github": "Maiquu"
4234
5304
  }
4235
5305
  ],
5306
+ "compatibility": {
5307
+ "nuxt": "^3.0.0",
5308
+ "requires": {},
5309
+ "devtools": "^0.0.0"
5310
+ }
5311
+ },
5312
+ {
5313
+ "name": "radash",
5314
+ "description": "radash module with auto-import and custom prefix",
5315
+ "repo": "bbg/nuxt-radash",
5316
+ "npm": "nuxt-radash",
5317
+ "icon": "radash.png",
5318
+ "github": "https://github.com/bbg/nuxt-radash",
5319
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5320
+ "learn_more": "https://github.com/rayepps/radash/",
5321
+ "category": "Libraries",
5322
+ "type": "3rd-party",
5323
+ "maintainers": [
5324
+ {
5325
+ "name": "Batuhan Göksu",
5326
+ "github": "bbg"
5327
+ }
5328
+ ],
5329
+ "compatibility": {
5330
+ "nuxt": "^3.0.0",
5331
+ "requires": {}
5332
+ }
5333
+ },
5334
+ {
5335
+ "name": "radix-vue",
5336
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5337
+ "repo": "radix-vue/radix-vue",
5338
+ "npm": "radix-vue",
5339
+ "icon": "radix-vue.svg",
5340
+ "github": "https://github.com/radix-vue/radix-vue",
5341
+ "website": "https://www.radix-vue.com/",
5342
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5343
+ "category": "UI",
5344
+ "type": "3rd-party",
5345
+ "maintainers": [
5346
+ {
5347
+ "name": "Zernonia",
5348
+ "github": "zernonia",
5349
+ "twitter": "zernonia"
5350
+ },
5351
+ {
5352
+ "name": "Khairul Haaziq",
5353
+ "github": "khairulhaaziq"
5354
+ },
5355
+ {
5356
+ "name": "Mujahid Anuar",
5357
+ "github": "mujahidfa"
5358
+ },
5359
+ {
5360
+ "name": "Max",
5361
+ "github": "onmax"
5362
+ }
5363
+ ],
4236
5364
  "compatibility": {
4237
5365
  "nuxt": "^3.0.0",
4238
5366
  "requires": {}
@@ -4240,7 +5368,7 @@
4240
5368
  },
4241
5369
  {
4242
5370
  "name": "recaptcha",
4243
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5371
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4244
5372
  "repo": "nuxt-community/recaptcha-module",
4245
5373
  "npm": "@nuxtjs/recaptcha",
4246
5374
  "icon": "recaptcha.png",
@@ -4283,9 +5411,32 @@
4283
5411
  "requires": {}
4284
5412
  }
4285
5413
  },
5414
+ {
5415
+ "name": "resend",
5416
+ "description": "Resend integration for Nuxt",
5417
+ "repo": "nhedger/nuxt-resend",
5418
+ "npm": "nuxt-resend",
5419
+ "icon": "resend.svg",
5420
+ "github": "https://github.com/nhedger/nuxt-resend",
5421
+ "website": "https://github.com/nhedger/nuxt-resend",
5422
+ "learn_more": "https://resend.com",
5423
+ "category": "Extensions",
5424
+ "type": "3rd-party",
5425
+ "maintainers": [
5426
+ {
5427
+ "name": "Nicolas Hedger",
5428
+ "github": "nhedger",
5429
+ "twitter": "nicolashedger"
5430
+ }
5431
+ ],
5432
+ "compatibility": {
5433
+ "nuxt": "^3.0.0",
5434
+ "requires": {}
5435
+ }
5436
+ },
4286
5437
  {
4287
5438
  "name": "rfg-icon",
4288
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5439
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4289
5440
  "repo": "pimlie/nuxt-rfg-icon",
4290
5441
  "npm": "nuxt-rfg-icon",
4291
5442
  "icon": "real-favicon-generator.png",
@@ -4307,13 +5458,13 @@
4307
5458
  },
4308
5459
  {
4309
5460
  "name": "robots",
4310
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4311
- "repo": "nuxt-community/robots-module",
5461
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5462
+ "repo": "nuxt-modules/robots",
4312
5463
  "npm": "@nuxtjs/robots",
4313
5464
  "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",
5465
+ "github": "https://github.com/nuxt-modules/robots",
5466
+ "website": "https://github.com/nuxt-modules/robots",
5467
+ "learn_more": "",
4317
5468
  "category": "SEO",
4318
5469
  "type": "community",
4319
5470
  "maintainers": [
@@ -4331,23 +5482,23 @@
4331
5482
  },
4332
5483
  {
4333
5484
  "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",
5485
+ "description": "Nuxt 3 module to integrate Rollbar.",
5486
+ "repo": "jairoblatt/nuxt-rollbar",
5487
+ "npm": "nuxt-rollbar",
4337
5488
  "icon": "rollbar.png",
4338
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4339
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5489
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5490
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4340
5491
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4341
5492
  "category": "Monitoring",
4342
5493
  "type": "3rd-party",
4343
5494
  "maintainers": [
4344
5495
  {
4345
- "name": "Gaël Reyrol",
4346
- "github": "gaelreyrol"
5496
+ "name": "Jairo Blatt",
5497
+ "github": "jairoblatt"
4347
5498
  }
4348
5499
  ],
4349
5500
  "compatibility": {
4350
- "nuxt": "^2.0.0",
5501
+ "nuxt": "^3.0.0",
4351
5502
  "requires": {}
4352
5503
  }
4353
5504
  },
@@ -4376,7 +5527,7 @@
4376
5527
  },
4377
5528
  {
4378
5529
  "name": "router",
4379
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5530
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4380
5531
  "repo": "nuxt-community/router-module",
4381
5532
  "npm": "@nuxtjs/router",
4382
5533
  "icon": "vue.png",
@@ -4424,13 +5575,13 @@
4424
5575
  },
4425
5576
  {
4426
5577
  "name": "schema-org",
4427
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4428
- "repo": "vueuse/schema-org#main/packages/nuxt",
5578
+ "description": "Quick and easy Schema.org graphs.",
5579
+ "repo": "harlan-zw/nuxt-schema-org",
4429
5580
  "npm": "nuxt-schema-org",
4430
5581
  "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",
5582
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5583
+ "website": "https://nuxtseo.com/schema-org",
5584
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4434
5585
  "category": "SEO",
4435
5586
  "type": "3rd-party",
4436
5587
  "maintainers": [
@@ -4493,13 +5644,13 @@
4493
5644
  },
4494
5645
  {
4495
5646
  "name": "segment",
4496
- "description": "Nuxt.js module for Segment Analytics.js",
5647
+ "description": "Nuxt module for Segment Analytics.js",
4497
5648
  "repo": "dansmaculotte/nuxt-segment",
4498
5649
  "npm": "@dansmaculotte/nuxt-segment",
4499
5650
  "icon": "segment.png",
4500
5651
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4501
5652
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4502
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5653
+ "learn_more": "",
4503
5654
  "category": "Analytics",
4504
5655
  "type": "3rd-party",
4505
5656
  "maintainers": [
@@ -4515,10 +5666,10 @@
4515
5666
  },
4516
5667
  {
4517
5668
  "name": "sentry",
4518
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5669
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4519
5670
  "repo": "nuxt-community/sentry-module",
4520
5671
  "npm": "@nuxtjs/sentry",
4521
- "icon": "sentry.png",
5672
+ "icon": "sentry.svg",
4522
5673
  "github": "https://github.com/nuxt-community/sentry-module",
4523
5674
  "website": "https://sentry.nuxtjs.org/",
4524
5675
  "learn_more": "https://sentry.io/welcome/",
@@ -4536,20 +5687,22 @@
4536
5687
  }
4537
5688
  },
4538
5689
  {
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": "",
5690
+ "name": "seo-experiments",
5691
+ "description": "Powerful SEO DX improvements.",
5692
+ "repo": "harlan-zw/nuxt-seo-experiments",
5693
+ "npm": "nuxt-seo-experiments",
5694
+ "icon": "seo-experiments.svg",
5695
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5696
+ "website": "https://nuxtseo.com/experiments",
5697
+ "learn_more": "https://nuxtseo.com/experiments",
4547
5698
  "category": "SEO",
4548
5699
  "type": "3rd-party",
4549
5700
  "maintainers": [
4550
5701
  {
4551
- "name": "harlan-zw",
4552
- "github": "harlan-zw"
5702
+ "name": "Harlan Wilton",
5703
+ "github": "harlan-zw",
5704
+ "twitter": "harlan_zw",
5705
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4553
5706
  }
4554
5707
  ],
4555
5708
  "compatibility": {
@@ -4580,9 +5733,31 @@
4580
5733
  "requires": {}
4581
5734
  }
4582
5735
  },
5736
+ {
5737
+ "name": "seo",
5738
+ "description": "The complete SEO solution for Nuxt.",
5739
+ "repo": "harlan-zw/nuxt-seo",
5740
+ "npm": "@nuxtjs/seo",
5741
+ "icon": "nuxt.svg",
5742
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5743
+ "website": "https://nuxtseo.com/",
5744
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5745
+ "category": "SEO",
5746
+ "type": "3rd-party",
5747
+ "maintainers": [
5748
+ {
5749
+ "name": "harlan-zw",
5750
+ "github": "harlan-zw"
5751
+ }
5752
+ ],
5753
+ "compatibility": {
5754
+ "nuxt": "^3.0.0",
5755
+ "requires": {}
5756
+ }
5757
+ },
4583
5758
  {
4584
5759
  "name": "seomatic-meta",
4585
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5760
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4586
5761
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4587
5762
  "npm": "nuxt-seomatic-meta",
4588
5763
  "icon": "seomatic.png",
@@ -4625,6 +5800,29 @@
4625
5800
  "requires": {}
4626
5801
  }
4627
5802
  },
5803
+ {
5804
+ "name": "server-block",
5805
+ "description": "Use <server> tags in your Nuxt pages components.",
5806
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5807
+ "npm": "@hebilicious/server-block-nuxt",
5808
+ "icon": "server-block.svg",
5809
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5810
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5811
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5812
+ "category": "Extensions",
5813
+ "type": "3rd-party",
5814
+ "maintainers": [
5815
+ {
5816
+ "name": "Hebilicious",
5817
+ "github": "Hebilicious",
5818
+ "twitter": "its_hebilicious"
5819
+ }
5820
+ ],
5821
+ "compatibility": {
5822
+ "nuxt": "^3.0.0",
5823
+ "requires": {}
5824
+ }
5825
+ },
4628
5826
  {
4629
5827
  "name": "session",
4630
5828
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4650,7 +5848,7 @@
4650
5848
  },
4651
5849
  {
4652
5850
  "name": "shopify",
4653
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5851
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4654
5852
  "repo": "Gomah/nuxt-shopify",
4655
5853
  "npm": "nuxt-shopify",
4656
5854
  "icon": "shopify.png",
@@ -4671,7 +5869,29 @@
4671
5869
  }
4672
5870
  },
4673
5871
  {
4674
- "name": "nuxt-auth",
5872
+ "name": "shuimo-ui",
5873
+ "description": "A Chinese Shuimo style component library.",
5874
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5875
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5876
+ "icon": "shuimo-ui.svg",
5877
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5878
+ "website": "https://shuimo.design",
5879
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5880
+ "category": "UI",
5881
+ "type": "3rd-party",
5882
+ "maintainers": [
5883
+ {
5884
+ "name": "higuaifan",
5885
+ "github": "higuaifan"
5886
+ }
5887
+ ],
5888
+ "compatibility": {
5889
+ "nuxt": "^3.0.0",
5890
+ "requires": {}
5891
+ }
5892
+ },
5893
+ {
5894
+ "name": "sidebase-auth",
4675
5895
  "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
5896
  "repo": "sidebase/nuxt-auth",
4677
5897
  "npm": "@sidebase/nuxt-auth",
@@ -4717,13 +5937,13 @@
4717
5937
  },
4718
5938
  {
4719
5939
  "name": "simple-robots",
4720
- "description": "Simply manage the robots crawling your Nuxt app.",
5940
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4721
5941
  "repo": "harlan-zw/nuxt-simple-robots",
4722
5942
  "npm": "nuxt-simple-robots",
4723
- "icon": "",
5943
+ "icon": "simple-robots.svg",
4724
5944
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4726
- "learn_more": "",
5945
+ "website": "https://nuxtseo.com/robots",
5946
+ "learn_more": "https://nuxtseo.com/robots",
4727
5947
  "category": "SEO",
4728
5948
  "type": "3rd-party",
4729
5949
  "maintainers": [
@@ -4740,41 +5960,23 @@
4740
5960
  }
4741
5961
  },
4742
5962
  {
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": "",
5963
+ "name": "sitemap",
5964
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5965
+ "repo": "nuxt-modules/sitemap",
5966
+ "npm": "@nuxtjs/sitemap",
5967
+ "icon": "simple-sitemap.svg",
5968
+ "github": "https://github.com/nuxt-modules/sitemap",
5969
+ "website": "https://nuxtseo.com/",
5970
+ "learn_more": "https://nuxtseo.com/sitemap",
4751
5971
  "category": "SEO",
4752
- "type": "3rd-party",
5972
+ "type": "community",
4753
5973
  "maintainers": [
4754
5974
  {
4755
5975
  "name": "Harlan Wilton",
4756
5976
  "github": "harlan-zw",
4757
5977
  "twitter": "harlan_zw",
4758
5978
  "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": [
5979
+ },
4778
5980
  {
4779
5981
  "name": "Nicolas PENNEC",
4780
5982
  "github": "NicoPennec",
@@ -4782,7 +5984,7 @@
4782
5984
  }
4783
5985
  ],
4784
5986
  "compatibility": {
4785
- "nuxt": "^2.0.0",
5987
+ "nuxt": "^3.0.0",
4786
5988
  "requires": {}
4787
5989
  }
4788
5990
  },
@@ -4810,7 +6012,7 @@
4810
6012
  },
4811
6013
  {
4812
6014
  "name": "snipcart",
4813
- "description": "Snipcart integration module for Nuxt.js",
6015
+ "description": "Snipcart integration module for Nuxt",
4814
6016
  "repo": "nuxt-modules/snipcart",
4815
6017
  "npm": "@nuxtjs/snipcart",
4816
6018
  "icon": "snipcart.png",
@@ -4833,7 +6035,7 @@
4833
6035
  },
4834
6036
  {
4835
6037
  "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.).",
6038
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4837
6039
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4838
6040
  "npm": "nuxt-social-meta",
4839
6041
  "icon": "",
@@ -4955,7 +6157,7 @@
4955
6157
  },
4956
6158
  {
4957
6159
  "name": "storage",
4958
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6160
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4959
6161
  "repo": "mazipan/nuxt-storage",
4960
6162
  "npm": "nuxt-storage",
4961
6163
  "icon": "",
@@ -4977,7 +6179,7 @@
4977
6179
  },
4978
6180
  {
4979
6181
  "name": "storefront-ui",
4980
- "description": "Storefront UI Module for Nuxt.js",
6182
+ "description": "Storefront UI Module for Nuxt",
4981
6183
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4982
6184
  "npm": "@storefront-ui/nuxt",
4983
6185
  "icon": "storefront-ui.svg",
@@ -5021,8 +6223,8 @@
5021
6223
  },
5022
6224
  {
5023
6225
  "name": "storyblok",
5024
- "description": "Storyblok Nuxt.js module",
5025
- "repo": "storyblok/storyblok-nuxt#master/lib",
6226
+ "description": "Storyblok Nuxt module",
6227
+ "repo": "storyblok/storyblok-nuxt#main",
5026
6228
  "npm": "@storyblok/nuxt",
5027
6229
  "icon": "storyblok.png",
5028
6230
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5038,46 +6240,43 @@
5038
6240
  ],
5039
6241
  "compatibility": {
5040
6242
  "nuxt": "^2.0.0 || ^3.0.0",
5041
- "requires": {}
6243
+ "requires": {},
6244
+ "devtools": "^0.0.0"
5042
6245
  }
5043
6246
  },
5044
6247
  {
5045
6248
  "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",
6249
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6250
+ "repo": "nuxt-modules/storybook",
5048
6251
  "npm": "@nuxtjs/storybook",
5049
6252
  "icon": "storybook.png",
5050
- "github": "https://github.com/nuxt-community/storybook",
6253
+ "github": "https://github.com/nuxt-modules/storybook",
5051
6254
  "website": "https://storybook.nuxtjs.org",
5052
- "learn_more": "https://storybook.js.org/",
6255
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5053
6256
  "category": "Devtools",
5054
6257
  "type": "community",
5055
6258
  "maintainers": [
5056
6259
  {
5057
- "name": "Ahad Birang",
5058
- "github": "farnabaz",
5059
- "twitter": "a_birang"
5060
- },
5061
- {
5062
- "name": "Pooya Parsa",
5063
- "github": "pi0",
5064
- "twitter": "_pi0_"
6260
+ "name": "Chakir QATAB",
6261
+ "github": "chakAs3",
6262
+ "twitter": "ChakirQatab"
5065
6263
  }
5066
6264
  ],
5067
6265
  "compatibility": {
5068
- "nuxt": "^2.0.0",
6266
+ "nuxt": "^2.0.0 || ^3.0.0",
5069
6267
  "requires": {
5070
6268
  "bridge": "optional"
5071
- }
6269
+ },
6270
+ "devtools": "^0.7.2"
5072
6271
  }
5073
6272
  },
5074
6273
  {
5075
6274
  "name": "strapi",
5076
6275
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5077
- "repo": "nuxt-community/strapi-module",
6276
+ "repo": "nuxt-modules/strapi",
5078
6277
  "npm": "@nuxtjs/strapi",
5079
6278
  "icon": "strapi.png",
5080
- "github": "https://github.com/nuxt-community/strapi-module",
6279
+ "github": "https://github.com/nuxt-modules/strapi",
5081
6280
  "website": "https://strapi.nuxtjs.org",
5082
6281
  "learn_more": "https://strapi.io/",
5083
6282
  "category": "CMS",
@@ -5098,7 +6297,34 @@
5098
6297
  "nuxt": "^2.0.0 || ^3.0.0",
5099
6298
  "requires": {
5100
6299
  "bridge": true
6300
+ },
6301
+ "devtools": "^0.0.0"
6302
+ }
6303
+ },
6304
+ {
6305
+ "name": "stripe-next",
6306
+ "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.",
6307
+ "repo": "fuentesloic/nuxt-stripe",
6308
+ "npm": "@unlok-co/nuxt-stripe",
6309
+ "icon": "stripe.png",
6310
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6311
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6312
+ "learn_more": "https://stripe.com/docs",
6313
+ "category": "Payment",
6314
+ "type": "3rd-party",
6315
+ "maintainers": [
6316
+ {
6317
+ "name": "Loic Fuentes",
6318
+ "github": "fuentesloic"
6319
+ },
6320
+ {
6321
+ "name": "Florent Giraud",
6322
+ "github": "flozero"
5101
6323
  }
6324
+ ],
6325
+ "compatibility": {
6326
+ "nuxt": "^3.0.0",
6327
+ "requires": {}
5102
6328
  }
5103
6329
  },
5104
6330
  {
@@ -5123,6 +6349,36 @@
5123
6349
  "requires": {}
5124
6350
  }
5125
6351
  },
6352
+ {
6353
+ "name": "studio",
6354
+ "description": "A new experience to build content-driven website with Nuxt.",
6355
+ "repo": "nuxtlabs/studio-module",
6356
+ "npm": "@nuxthq/studio",
6357
+ "icon": "studio.svg",
6358
+ "github": "https://github.com/nuxtlabs/studio-module",
6359
+ "website": "https://nuxt.studio",
6360
+ "learn_more": "https://nuxt.studio",
6361
+ "category": "CMS",
6362
+ "type": "3rd-party",
6363
+ "maintainers": [
6364
+ {
6365
+ "name": "Ahad Birang",
6366
+ "github": "farnabaz",
6367
+ "twitter": "a_birang"
6368
+ },
6369
+ {
6370
+ "name": "Sébastien Chopin",
6371
+ "github": "Atinux",
6372
+ "twitter": "Atinux"
6373
+ }
6374
+ ],
6375
+ "compatibility": {
6376
+ "nuxt": "^3.0.0",
6377
+ "requires": {
6378
+ "content": true
6379
+ }
6380
+ }
6381
+ },
5126
6382
  {
5127
6383
  "name": "style-resources",
5128
6384
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5148,7 +6404,7 @@
5148
6404
  },
5149
6405
  {
5150
6406
  "name": "stylelint",
5151
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6407
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5152
6408
  "repo": "nuxt-community/stylelint-module",
5153
6409
  "npm": "@nuxtjs/stylelint-module",
5154
6410
  "icon": "stylelint.png",
@@ -5194,10 +6450,10 @@
5194
6450
  {
5195
6451
  "name": "supabase",
5196
6452
  "description": "First class integration with Supabase",
5197
- "repo": "nuxt-community/supabase-module",
6453
+ "repo": "nuxt-modules/supabase",
5198
6454
  "npm": "@nuxtjs/supabase",
5199
6455
  "icon": "supabase.png",
5200
- "github": "https://github.com/nuxt-community/supabase-module",
6456
+ "github": "https://github.com/nuxt-modules/supabase",
5201
6457
  "website": "https://supabase.nuxtjs.org",
5202
6458
  "learn_more": "https://supabase.com",
5203
6459
  "category": "Database",
@@ -5248,12 +6504,12 @@
5248
6504
  },
5249
6505
  {
5250
6506
  "name": "svg-sprite",
5251
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5252
- "repo": "nuxt-community/svg-sprite-module",
6507
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6508
+ "repo": "nuxt-modules/svg-sprite",
5253
6509
  "npm": "@nuxtjs/svg-sprite",
5254
6510
  "icon": "",
5255
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5256
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6511
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6512
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5257
6513
  "learn_more": "",
5258
6514
  "category": "UI",
5259
6515
  "type": "community",
@@ -5265,13 +6521,13 @@
5265
6521
  }
5266
6522
  ],
5267
6523
  "compatibility": {
5268
- "nuxt": "^2.0.0",
6524
+ "nuxt": "^2.0.0 || ^3.0.0",
5269
6525
  "requires": {}
5270
6526
  }
5271
6527
  },
5272
6528
  {
5273
6529
  "name": "svg",
5274
- "description": "Super simple svg loading module for Nuxt.js",
6530
+ "description": "Super simple svg loading module for Nuxt",
5275
6531
  "repo": "nuxt-community/svg-module",
5276
6532
  "npm": "@nuxtjs/svg",
5277
6533
  "icon": "",
@@ -5313,9 +6569,33 @@
5313
6569
  "requires": {}
5314
6570
  }
5315
6571
  },
6572
+ {
6573
+ "name": "swiftsearch",
6574
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6575
+ "repo": "atoms-studio/nuxt-swiftsearch",
6576
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6577
+ "icon": "nuxt-swiftsearch.svg",
6578
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6579
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6580
+ "learn_more": "",
6581
+ "category": "Libraries",
6582
+ "type": "3rd-party",
6583
+ "maintainers": [
6584
+ {
6585
+ "name": "Matteo Rigoni",
6586
+ "github": "rigo-m",
6587
+ "twitter": "MatteoRigoni",
6588
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6589
+ }
6590
+ ],
6591
+ "compatibility": {
6592
+ "nuxt": "^3.10.0",
6593
+ "requires": {}
6594
+ }
6595
+ },
5316
6596
  {
5317
6597
  "name": "swiper",
5318
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6598
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5319
6599
  "repo": "cpreston321/nuxt-swiper",
5320
6600
  "npm": "nuxt-swiper",
5321
6601
  "icon": "swiper.svg",
@@ -5361,10 +6641,10 @@
5361
6641
  {
5362
6642
  "name": "tailwindcss",
5363
6643
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5364
- "repo": "nuxt-community/tailwindcss-module",
6644
+ "repo": "nuxt-modules/tailwindcss",
5365
6645
  "npm": "@nuxtjs/tailwindcss",
5366
6646
  "icon": "tailwindcss.png",
5367
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6647
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5368
6648
  "website": "https://tailwindcss.nuxtjs.org",
5369
6649
  "learn_more": "https://tailwindcss.com/",
5370
6650
  "category": "UI",
@@ -5374,10 +6654,43 @@
5374
6654
  "name": "Sébastien Chopin",
5375
6655
  "github": "Atinux",
5376
6656
  "twitter": "Atinux"
6657
+ },
6658
+ {
6659
+ "name": "Inesh Bose",
6660
+ "github": "ineshbose"
5377
6661
  }
5378
6662
  ],
5379
6663
  "compatibility": {
5380
6664
  "nuxt": "^2.0.0 || ^3.0.0",
6665
+ "requires": {},
6666
+ "devtools": "^0.0.0"
6667
+ }
6668
+ },
6669
+ {
6670
+ "name": "test-utils",
6671
+ "description": "Test utilities for Nuxt",
6672
+ "repo": "nuxt/test-utils#main",
6673
+ "npm": "@nuxt/test-utils",
6674
+ "icon": "nuxt.svg",
6675
+ "github": "https://github.com/nuxt/test-utils",
6676
+ "website": "https://nuxt.com/docs/getting-started/testing",
6677
+ "learn_more": "",
6678
+ "category": "Devtools",
6679
+ "type": "official",
6680
+ "maintainers": [
6681
+ {
6682
+ "name": "Daniel Roe",
6683
+ "github": "danielroe",
6684
+ "twitter": "danielcroe"
6685
+ },
6686
+ {
6687
+ "name": "Anthony Fu",
6688
+ "github": "antfu",
6689
+ "twitter": "antfu7"
6690
+ }
6691
+ ],
6692
+ "compatibility": {
6693
+ "nuxt": "^3.0.0",
5381
6694
  "requires": {}
5382
6695
  }
5383
6696
  },
@@ -5404,9 +6717,53 @@
5404
6717
  "requires": {}
5405
6718
  }
5406
6719
  },
6720
+ {
6721
+ "name": "time",
6722
+ "description": "Safely render local dates and times on the server with Nuxt",
6723
+ "repo": "danielroe/nuxt-time",
6724
+ "npm": "nuxt-time",
6725
+ "icon": "",
6726
+ "github": "https://github.com/danielroe/nuxt-time",
6727
+ "website": "https://github.com/danielroe/nuxt-time",
6728
+ "learn_more": "",
6729
+ "category": "Extensions",
6730
+ "type": "3rd-party",
6731
+ "maintainers": [
6732
+ {
6733
+ "name": "danielroe",
6734
+ "github": "danielroe"
6735
+ }
6736
+ ],
6737
+ "compatibility": {
6738
+ "nuxt": "^3.0.0",
6739
+ "requires": {}
6740
+ }
6741
+ },
6742
+ {
6743
+ "name": "tiptap",
6744
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6745
+ "repo": "modbender/nuxt-tiptap-editor",
6746
+ "npm": "nuxt-tiptap-editor",
6747
+ "icon": "tiptap.png",
6748
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6749
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6750
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6751
+ "category": "Libraries",
6752
+ "type": "3rd-party",
6753
+ "maintainers": [
6754
+ {
6755
+ "name": "modbender",
6756
+ "github": "modbender"
6757
+ }
6758
+ ],
6759
+ "compatibility": {
6760
+ "nuxt": "^3.0.0",
6761
+ "requires": {}
6762
+ }
6763
+ },
5407
6764
  {
5408
6765
  "name": "toast",
5409
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6766
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5410
6767
  "repo": "nuxt-community/modules#master/packages/toast",
5411
6768
  "npm": "@nuxtjs/toast",
5412
6769
  "icon": "",
@@ -5427,6 +6784,61 @@
5427
6784
  "requires": {}
5428
6785
  }
5429
6786
  },
6787
+ {
6788
+ "name": "translation-manager",
6789
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6790
+ "repo": "samk-dev/nuxt-translation-manager",
6791
+ "npm": "nuxt-translation-manager",
6792
+ "icon": "translation-manager.png",
6793
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6794
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6795
+ "learn_more": "",
6796
+ "category": "Extensions",
6797
+ "type": "3rd-party",
6798
+ "maintainers": [
6799
+ {
6800
+ "name": "Sam K",
6801
+ "github": "samk-dev"
6802
+ }
6803
+ ],
6804
+ "compatibility": {
6805
+ "nuxt": "^3.0.0",
6806
+ "requires": {}
6807
+ }
6808
+ },
6809
+ {
6810
+ "name": "tresjs",
6811
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6812
+ "repo": "tresjs/nuxt",
6813
+ "npm": "@tresjs/nuxt",
6814
+ "icon": "tresjs.svg",
6815
+ "github": "https://github.com/Tresjs/nuxt",
6816
+ "website": "https://tresjs.org/guide/nuxt.html",
6817
+ "learn_more": "https://tresjs.org/",
6818
+ "category": "Libraries",
6819
+ "type": "3rd-party",
6820
+ "maintainers": [
6821
+ {
6822
+ "name": "Alvaro Saburido",
6823
+ "github": "alvarosabu",
6824
+ "twitter": "alvarosabu"
6825
+ },
6826
+ {
6827
+ "name": "Jaime Torrealba",
6828
+ "github": "JaimeTorrealba",
6829
+ "twitter": "jaimebboyjt"
6830
+ },
6831
+ {
6832
+ "name": "Tino Koch",
6833
+ "github": "Tinoooo",
6834
+ "twitter": "ichbintino"
6835
+ }
6836
+ ],
6837
+ "compatibility": {
6838
+ "nuxt": "^3.0.0",
6839
+ "requires": {}
6840
+ }
6841
+ },
5430
6842
  {
5431
6843
  "name": "turnstile",
5432
6844
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5454,7 +6866,7 @@
5454
6866
  },
5455
6867
  {
5456
6868
  "name": "twa",
5457
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6869
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5458
6870
  "repo": "tuarrep/nuxt-twa",
5459
6871
  "npm": "nuxt-twa",
5460
6872
  "icon": "",
@@ -5481,7 +6893,7 @@
5481
6893
  "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5482
6894
  "repo": "yizack/nuxt-twemoji",
5483
6895
  "npm": "nuxt-twemoji",
5484
- "icon": "twemoji.png",
6896
+ "icon": "twemoji.svg",
5485
6897
  "github": "https://github.com/Yizack/nuxt-twemoji",
5486
6898
  "website": "https://github.com/Yizack/nuxt-twemoji",
5487
6899
  "learn_more": "",
@@ -5600,45 +7012,102 @@
5600
7012
  "twitter": "_pi0_"
5601
7013
  },
5602
7014
  {
5603
- "name": "Daniel Roe",
5604
- "github": "danielroe",
5605
- "twitter": "danielcroe"
7015
+ "name": "Daniel Roe",
7016
+ "github": "danielroe",
7017
+ "twitter": "danielcroe"
7018
+ }
7019
+ ],
7020
+ "compatibility": {
7021
+ "nuxt": "^2.0.0",
7022
+ "requires": {}
7023
+ }
7024
+ },
7025
+ {
7026
+ "name": "typescript",
7027
+ "description": "TypeScript Support for Nuxt",
7028
+ "repo": "nuxt/typescript#master/packages/typescript-build",
7029
+ "npm": "@nuxt/typescript-build",
7030
+ "icon": "typescript.svg",
7031
+ "github": "https://github.com/nuxt/typescript/tree/master/packages/typescript-build",
7032
+ "website": "https://typescript.nuxtjs.org",
7033
+ "learn_more": "",
7034
+ "category": "Devtools",
7035
+ "type": "official",
7036
+ "maintainers": [
7037
+ {
7038
+ "name": "Kevin Marrec",
7039
+ "github": "kevinmarrec"
7040
+ },
7041
+ {
7042
+ "name": "Pooya Parsa",
7043
+ "github": "pi0",
7044
+ "twitter": "_pi0_"
7045
+ },
7046
+ {
7047
+ "name": "Daniel Roe",
7048
+ "github": "danielroe",
7049
+ "twitter": "danielcroe"
7050
+ }
7051
+ ],
7052
+ "compatibility": {
7053
+ "nuxt": "^2.0.0",
7054
+ "requires": {}
7055
+ }
7056
+ },
7057
+ {
7058
+ "name": "typo3",
7059
+ "description": "TYPO3 Headless Frontend Rendering module",
7060
+ "repo": "TYPO3-Headless/nuxt-typo3",
7061
+ "npm": "@t3headless/nuxt-typo3",
7062
+ "icon": "typo3.svg",
7063
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7064
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7065
+ "learn_more": "https://github.com/TYPO3-Headless",
7066
+ "category": "CMS",
7067
+ "type": "3rd-party",
7068
+ "maintainers": [
7069
+ {
7070
+ "name": "Macopedia",
7071
+ "github": "macopedia",
7072
+ "twitter": "macopediapl"
5606
7073
  }
5607
7074
  ],
5608
7075
  "compatibility": {
5609
- "nuxt": "^2.0.0",
5610
- "requires": {}
7076
+ "nuxt": "^2.0.0 || ^3.0.0",
7077
+ "requires": {},
7078
+ "devtools": "^0.0.0"
5611
7079
  }
5612
7080
  },
5613
7081
  {
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",
7082
+ "name": "ui",
7083
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7084
+ "repo": "nuxt/ui#dev",
7085
+ "npm": "@nuxt/ui",
7086
+ "icon": "nuxt.svg",
7087
+ "github": "https://github.com/nuxt/ui",
7088
+ "website": "https://ui.nuxt.com",
5621
7089
  "learn_more": "",
5622
- "category": "Devtools",
7090
+ "category": "UI",
5623
7091
  "type": "official",
5624
7092
  "maintainers": [
5625
7093
  {
5626
- "name": "Kevin Marrec",
5627
- "github": "kevinmarrec"
7094
+ "name": "Benjamin Canac",
7095
+ "github": "benjamincanac",
7096
+ "twitter": "benjamincanac"
5628
7097
  },
5629
7098
  {
5630
- "name": "Pooya Parsa",
5631
- "github": "pi0",
5632
- "twitter": "_pi0_"
7099
+ "name": "Sebastien Chopin",
7100
+ "github": "Atinux",
7101
+ "twitter": "Atinux"
5633
7102
  },
5634
7103
  {
5635
- "name": "Daniel Roe",
5636
- "github": "danielroe",
5637
- "twitter": "danielcroe"
7104
+ "name": "Sylvain Marroufin",
7105
+ "github": "smarroufin",
7106
+ "twitter": "smarroufin"
5638
7107
  }
5639
7108
  ],
5640
7109
  "compatibility": {
5641
- "nuxt": "^2.0.0",
7110
+ "nuxt": "^3.0.0",
5642
7111
  "requires": {}
5643
7112
  }
5644
7113
  },
@@ -5666,31 +7135,9 @@
5666
7135
  }
5667
7136
  }
5668
7137
  },
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
7138
  {
5692
7139
  "name": "universal-storage",
5693
- "description": "Universal Storage Utilities for Nuxt.js",
7140
+ "description": "Universal Storage Utilities for Nuxt",
5694
7141
  "repo": "nuxt-community/universal-storage-module",
5695
7142
  "npm": "@nuxtjs/universal-storage",
5696
7143
  "icon": "",
@@ -5719,7 +7166,7 @@
5719
7166
  {
5720
7167
  "name": "unlazy",
5721
7168
  "description": "Lazy loading library for placeholder images",
5722
- "repo": "johannschopplich/unlazy/packages/nuxt",
7169
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5723
7170
  "npm": "@unlazy/nuxt",
5724
7171
  "icon": "unlazy.svg",
5725
7172
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5738,41 +7185,15 @@
5738
7185
  "requires": {}
5739
7186
  }
5740
7187
  },
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
7188
  {
5768
7189
  "name": "unocss",
5769
7190
  "description": "The instant on-demand atomic CSS engine.",
5770
- "repo": "antfu/unocss#main/packages/nuxt",
7191
+ "repo": "unocss/unocss#main/packages/nuxt",
5771
7192
  "npm": "@unocss/nuxt",
5772
7193
  "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",
7194
+ "github": "https://github.com/unocss/unocss",
7195
+ "website": "https://github.com/unocss/unocss",
7196
+ "learn_more": "https://github.com/unocss/unocss",
5776
7197
  "category": "UI",
5777
7198
  "type": "3rd-party",
5778
7199
  "maintainers": [
@@ -5787,7 +7208,8 @@
5787
7208
  "nuxt": "^2.0.0 || ^3.0.0",
5788
7209
  "requires": {
5789
7210
  "bridge": "optional"
5790
- }
7211
+ },
7212
+ "devtools": "^0.0.0"
5791
7213
  }
5792
7214
  },
5793
7215
  {
@@ -5797,8 +7219,8 @@
5797
7219
  "npm": "nuxt-ununura",
5798
7220
  "icon": "ununuracss.png",
5799
7221
  "github": "https://github.com/novout/ununuracss",
5800
- "website": "https://ununura.com/#/",
5801
- "learn_more": "https://ununura.com/#/docs/why",
7222
+ "website": "https://github.com/novout/ununuracss",
7223
+ "learn_more": "https://github.com/novout/ununuracss",
5802
7224
  "category": "UI",
5803
7225
  "type": "3rd-party",
5804
7226
  "maintainers": [
@@ -5814,42 +7236,66 @@
5814
7236
  }
5815
7237
  },
5816
7238
  {
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",
7239
+ "name": "use-bootstrap",
7240
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7241
+ "repo": "simplise/use-bootstrap",
7242
+ "npm": "usebootstrap",
7243
+ "icon": "use-bootstrap.svg",
7244
+ "github": "https://github.com/simplise/use-bootstrap",
7245
+ "website": "https://usebootstrap.org/",
7246
+ "learn_more": "https://usebootstrap.org/",
7247
+ "category": "UI",
5826
7248
  "type": "3rd-party",
5827
7249
  "maintainers": [
5828
7250
  {
5829
- "name": "fukuiretu",
5830
- "github": "fukuiretu"
7251
+ "name": "KoujiSano",
7252
+ "github": "KoujiSano"
5831
7253
  }
5832
7254
  ],
5833
7255
  "compatibility": {
5834
- "nuxt": "^2.0.0",
7256
+ "nuxt": "^3.0.0",
5835
7257
  "requires": {}
5836
7258
  }
5837
7259
  },
5838
7260
  {
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",
7261
+ "name": "use-wagmi",
7262
+ "description": "Vue Composition for Ethereum based on wagmi",
7263
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7264
+ "npm": "@use-wagmi/nuxt",
7265
+ "icon": "use-wagmi.png",
7266
+ "github": "https://github.com/unicape/use-wagmi",
7267
+ "website": "https://github.com/unicape/use-wagmi",
7268
+ "learn_more": "https://github.com/unicape/use-wagmi",
7269
+ "category": "Extensions",
7270
+ "type": "3rd-party",
7271
+ "maintainers": [
7272
+ {
7273
+ "name": "Unic Ape",
7274
+ "github": "unicape"
7275
+ }
7276
+ ],
7277
+ "compatibility": {
7278
+ "nuxt": "^2.0.0 || ^3.0.0",
7279
+ "requires": {
7280
+ "bridge": true
7281
+ }
7282
+ }
7283
+ },
7284
+ {
7285
+ "name": "user-agent",
7286
+ "description": "Nuxt module for handling User-Agent.",
7287
+ "repo": "fukuiretu/nuxt-user-agent",
7288
+ "npm": "nuxt-user-agent",
7289
+ "icon": "",
7290
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7291
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7292
+ "learn_more": "",
7293
+ "category": "Extensions",
5848
7294
  "type": "3rd-party",
5849
7295
  "maintainers": [
5850
7296
  {
5851
- "name": "lewyuburi",
5852
- "github": "lewyuburi"
7297
+ "name": "fukuiretu",
7298
+ "github": "fukuiretu"
5853
7299
  }
5854
7300
  ],
5855
7301
  "compatibility": {
@@ -5905,9 +7351,31 @@
5905
7351
  }
5906
7352
  }
5907
7353
  },
7354
+ {
7355
+ "name": "vcalendar",
7356
+ "description": "VCalendar module for Nuxt",
7357
+ "repo": "samk-dev/nuxt-vcalendar",
7358
+ "npm": "@samk-dev/nuxt-vcalendar",
7359
+ "icon": "vcalendar.png",
7360
+ "github": "https://github.com/samk-dev/vcalendar",
7361
+ "website": "https://github.com/samk-dev/vcalendar",
7362
+ "learn_more": "",
7363
+ "category": "Libraries",
7364
+ "type": "3rd-party",
7365
+ "maintainers": [
7366
+ {
7367
+ "name": "Sam K",
7368
+ "github": "samk-dev"
7369
+ }
7370
+ ],
7371
+ "compatibility": {
7372
+ "nuxt": "^3.0.0",
7373
+ "requires": {}
7374
+ }
7375
+ },
5908
7376
  {
5909
7377
  "name": "vee-validate",
5910
- "description": "Painless Vue forms for Nuxt.js",
7378
+ "description": "Painless Vue forms for Nuxt",
5911
7379
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5912
7380
  "npm": "@vee-validate/nuxt",
5913
7381
  "icon": "vee-validate.png",
@@ -5950,6 +7418,28 @@
5950
7418
  "requires": {}
5951
7419
  }
5952
7420
  },
7421
+ {
7422
+ "name": "vercel-analytics",
7423
+ "description": "Vercel Analytics integration for Nuxt",
7424
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7425
+ "npm": "nuxt-vercel-analytics",
7426
+ "icon": "",
7427
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7428
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7429
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7430
+ "category": "Analytics",
7431
+ "type": "3rd-party",
7432
+ "maintainers": [
7433
+ {
7434
+ "name": "Alexander B.",
7435
+ "github": "xanderbarkhatov"
7436
+ }
7437
+ ],
7438
+ "compatibility": {
7439
+ "nuxt": "^3.0.0",
7440
+ "requires": {}
7441
+ }
7442
+ },
5953
7443
  {
5954
7444
  "name": "vexip-ui",
5955
7445
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5975,7 +7465,7 @@
5975
7465
  },
5976
7466
  {
5977
7467
  "name": "vite-pwa-nuxt",
5978
- "description": "Zero-config PWA Plugin for Nuxt 3",
7468
+ "description": "Zero-config PWA Plugin for Nuxt",
5979
7469
  "repo": "vite-pwa/nuxt",
5980
7470
  "npm": "@vite-pwa/nuxt",
5981
7471
  "icon": "vite-pwa-nuxt.svg",
@@ -6002,24 +7492,52 @@
6002
7492
  }
6003
7493
  },
6004
7494
  {
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",
7495
+ "name": "vue-email",
7496
+ "description": "💌 Write email templates with vue",
7497
+ "repo": "vue-email/nuxt",
7498
+ "npm": "@vue-email/nuxt",
7499
+ "icon": "vue-email.svg",
7500
+ "github": "https://github.com/vue-email/nuxt",
7501
+ "website": "https://vuemail.net/",
7502
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7503
+ "category": "UI",
6014
7504
  "type": "3rd-party",
6015
7505
  "maintainers": [
6016
7506
  {
6017
- "name": "Daniel Roe",
6018
- "github": "danielroe"
7507
+ "name": "David Arenas",
7508
+ "github": "Dave136",
7509
+ "twitter": "davejs4",
7510
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6019
7511
  },
6020
7512
  {
6021
- "name": "Anthony Fu",
6022
- "github": "antfu"
7513
+ "name": "Younes Barrad",
7514
+ "github": "Flowko",
7515
+ "twitter": "imflowko",
7516
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7517
+ }
7518
+ ],
7519
+ "compatibility": {
7520
+ "nuxt": "^3.0.0",
7521
+ "requires": {},
7522
+ "devtools": "^0.0.0"
7523
+ }
7524
+ },
7525
+ {
7526
+ "name": "vue-final-modal",
7527
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7528
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7529
+ "npm": "@vue-final-modal/nuxt",
7530
+ "icon": "vue-final-modal.svg",
7531
+ "github": "https://github.com/vue-final/vue-final-modal",
7532
+ "website": "https://vue-final-modal.org/",
7533
+ "learn_more": "https://vue-final-modal.org/",
7534
+ "category": "UI",
7535
+ "type": "3rd-party",
7536
+ "maintainers": [
7537
+ {
7538
+ "name": "Hunter Liu",
7539
+ "github": "hunterliu1003",
7540
+ "twitter": "hunterliu1003"
6023
7541
  }
6024
7542
  ],
6025
7543
  "compatibility": {
@@ -6049,7 +7567,8 @@
6049
7567
  "nuxt": "^3.0.0",
6050
7568
  "requires": {
6051
7569
  "bridge": "optional"
6052
- }
7570
+ },
7571
+ "devtools": "^0.0.0"
6053
7572
  }
6054
7573
  },
6055
7574
  {
@@ -6076,7 +7595,7 @@
6076
7595
  },
6077
7596
  {
6078
7597
  "name": "vue-multiselect",
6079
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7598
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6080
7599
  "repo": "spektrummedia/nuxt-vue-multiselect",
6081
7600
  "npm": "nuxt-vue-multiselect",
6082
7601
  "icon": "",
@@ -6118,6 +7637,29 @@
6118
7637
  "requires": {}
6119
7638
  }
6120
7639
  },
7640
+ {
7641
+ "name": "vue-query",
7642
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7643
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7644
+ "npm": "@hebilicious/vue-query-nuxt",
7645
+ "icon": "vue-query.svg",
7646
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7647
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7648
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7649
+ "category": "Request",
7650
+ "type": "3rd-party",
7651
+ "maintainers": [
7652
+ {
7653
+ "name": "Hebilicious",
7654
+ "github": "Hebilicious",
7655
+ "twitter": "its_hebilicious"
7656
+ }
7657
+ ],
7658
+ "compatibility": {
7659
+ "nuxt": "^3.0.0",
7660
+ "requires": {}
7661
+ }
7662
+ },
6121
7663
  {
6122
7664
  "name": "vue-select",
6123
7665
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6167,7 +7709,7 @@
6167
7709
  },
6168
7710
  {
6169
7711
  "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",
7712
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6171
7713
  "repo": "juliomrqz/vue-warehouse",
6172
7714
  "npm": "vue-warehouse",
6173
7715
  "icon": "",
@@ -6188,10 +7730,33 @@
6188
7730
  "requires": {}
6189
7731
  }
6190
7732
  },
7733
+ {
7734
+ "name": "vue3-carousel-nuxt",
7735
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7736
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7737
+ "npm": "vue3-carousel-nuxt",
7738
+ "icon": "",
7739
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7740
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7741
+ "learn_more": "",
7742
+ "category": "UI",
7743
+ "type": "3rd-party",
7744
+ "maintainers": [
7745
+ {
7746
+ "name": "Gaetan SENN",
7747
+ "github": "gaetansenn",
7748
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7749
+ }
7750
+ ],
7751
+ "compatibility": {
7752
+ "nuxt": "^3.0.0",
7753
+ "requires": {}
7754
+ }
7755
+ },
6191
7756
  {
6192
7757
  "name": "vuefire",
6193
7758
  "description": "Idiomatic composables for the Firebase SDK",
6194
- "repo": "vuejs/vuefire/packages/nuxt",
7759
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6195
7760
  "npm": "nuxt-vuefire",
6196
7761
  "icon": "vuefire.svg",
6197
7762
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6210,15 +7775,61 @@
6210
7775
  "requires": {}
6211
7776
  }
6212
7777
  },
7778
+ {
7779
+ "name": "vueform-builder",
7780
+ "description": "Official Vueform Builder module for Nuxt",
7781
+ "repo": "vueform/builder#main/nuxt",
7782
+ "npm": "@vueform/builder-nuxt",
7783
+ "icon": "vueform.svg",
7784
+ "github": "https://github.com/vueform/builder",
7785
+ "website": "https://builder.vueform.com",
7786
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7787
+ "category": "Libraries",
7788
+ "type": "3rd-party",
7789
+ "maintainers": [
7790
+ {
7791
+ "name": "Adam Berecz",
7792
+ "github": "adamberecz",
7793
+ "twitter": "bereczadam"
7794
+ }
7795
+ ],
7796
+ "compatibility": {
7797
+ "nuxt": "^3.0.0",
7798
+ "requires": {}
7799
+ }
7800
+ },
7801
+ {
7802
+ "name": "vueform",
7803
+ "description": "Official Vueform module for Nuxt",
7804
+ "repo": "vueform/vueform#main/nuxt",
7805
+ "npm": "@vueform/nuxt",
7806
+ "icon": "vueform.svg",
7807
+ "github": "https://github.com/vueform/vueform",
7808
+ "website": "https://vueform.com",
7809
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7810
+ "category": "Libraries",
7811
+ "type": "3rd-party",
7812
+ "maintainers": [
7813
+ {
7814
+ "name": "Adam Berecz",
7815
+ "github": "adamberecz",
7816
+ "twitter": "bereczadam"
7817
+ }
7818
+ ],
7819
+ "compatibility": {
7820
+ "nuxt": "^3.0.0",
7821
+ "requires": {}
7822
+ }
7823
+ },
6213
7824
  {
6214
7825
  "name": "vuestic",
6215
- "description": "Vuestic UI module for Nuxt 3",
7826
+ "description": "Vuestic UI module for Nuxt",
6216
7827
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6217
7828
  "npm": "@vuestic/nuxt",
6218
7829
  "icon": "vuestic.png",
6219
7830
  "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",
7831
+ "website": "https://ui.vuestic.dev",
7832
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6222
7833
  "category": "UI",
6223
7834
  "type": "3rd-party",
6224
7835
  "maintainers": [
@@ -6232,9 +7843,31 @@
6232
7843
  "requires": {}
6233
7844
  }
6234
7845
  },
7846
+ {
7847
+ "name": "vuetify-nuxt-module",
7848
+ "description": "Zero-config Nuxt Module for Vuetify.",
7849
+ "repo": "userquin/vuetify-nuxt-module",
7850
+ "npm": "vuetify-nuxt-module",
7851
+ "icon": "vuetify-logo-v3-dark.svg",
7852
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7853
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7854
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7855
+ "category": "UI",
7856
+ "type": "3rd-party",
7857
+ "maintainers": [
7858
+ {
7859
+ "name": "Joaquín Sánchez",
7860
+ "github": "userquin"
7861
+ }
7862
+ ],
7863
+ "compatibility": {
7864
+ "nuxt": "^3.0.0",
7865
+ "requires": {}
7866
+ }
7867
+ },
6235
7868
  {
6236
7869
  "name": "vuetify",
6237
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7870
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6238
7871
  "repo": "nuxt-community/vuetify-module",
6239
7872
  "npm": "@nuxtjs/vuetify",
6240
7873
  "icon": "vuetify.png",
@@ -6281,7 +7914,8 @@
6281
7914
  "nuxt": "^2.0.0 || ^3.0.0",
6282
7915
  "requires": {
6283
7916
  "bridge": "optional"
6284
- }
7917
+ },
7918
+ "devtools": "^0.0.0"
6285
7919
  }
6286
7920
  },
6287
7921
  {
@@ -6308,7 +7942,7 @@
6308
7942
  },
6309
7943
  {
6310
7944
  "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.",
7945
+ "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
7946
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6313
7947
  "npm": "@vunix/nuxt",
6314
7948
  "icon": "",
@@ -6332,11 +7966,11 @@
6332
7966
  {
6333
7967
  "name": "web-vitals",
6334
7968
  "description": "Web Vitals for Nuxt",
6335
- "repo": "nuxt-community/web-vitals-module",
7969
+ "repo": "nuxt-modules/web-vitals",
6336
7970
  "npm": "@nuxtjs/web-vitals",
6337
7971
  "icon": "web-vitals.png",
6338
- "github": "https://github.com/nuxt-community/web-vitals-module",
6339
- "website": "https://github.com/nuxt-community/web-vitals-module",
7972
+ "github": "https://github.com/nuxt-modules/web-vitals",
7973
+ "website": "https://github.com/nuxt-modules/web-vitals",
6340
7974
  "learn_more": "",
6341
7975
  "category": "Performance",
6342
7976
  "type": "community",
@@ -6387,7 +8021,7 @@
6387
8021
  },
6388
8022
  {
6389
8023
  "name": "webpack-optimisations",
6390
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8024
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6391
8025
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6392
8026
  "npm": "nuxt-webpack-optimisations",
6393
8027
  "icon": "build-optimisations.svg",
@@ -6462,7 +8096,7 @@
6462
8096
  "icon": "webpack.png",
6463
8097
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6464
8098
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6465
- "learn_more": "http://webpackmonitor.com/",
8099
+ "learn_more": "",
6466
8100
  "category": "Devtools",
6467
8101
  "type": "community",
6468
8102
  "maintainers": [
@@ -6479,7 +8113,7 @@
6479
8113
  },
6480
8114
  {
6481
8115
  "name": "well-known",
6482
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8116
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6483
8117
  "repo": "zadigetvoltaire/nuxt-well-known",
6484
8118
  "npm": "@zadigetvoltaire/nuxt-well-known",
6485
8119
  "icon": "well-known.svg",
@@ -6501,7 +8135,7 @@
6501
8135
  },
6502
8136
  {
6503
8137
  "name": "wideangle",
6504
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8138
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6505
8139
  "repo": "inputobjects/wideangle-nuxt",
6506
8140
  "npm": "wideangle-nuxt",
6507
8141
  "icon": "wideangle.png",
@@ -6528,11 +8162,11 @@
6528
8162
  {
6529
8163
  "name": "windicss",
6530
8164
  "description": "Next generation utility-first CSS framework.",
6531
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8165
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6532
8166
  "npm": "nuxt-windicss",
6533
8167
  "icon": "windicss.svg",
6534
- "github": "https://github.com/windicss/nuxt-windicss-module",
6535
- "website": "https://github.com/windicss/nuxt-windicss-module",
8168
+ "github": "https://github.com/windicss/nuxt-windicss",
8169
+ "website": "https://github.com/windicss/nuxt-windicss",
6536
8170
  "learn_more": "https://windicss.org/",
6537
8171
  "category": "UI",
6538
8172
  "type": "3rd-party",
@@ -6668,55 +8302,9 @@
6668
8302
  "requires": {}
6669
8303
  }
6670
8304
  },
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
8305
  {
6718
8306
  "name": "zendesk",
6719
- "description": "Nuxt.js module for Zendesk",
8307
+ "description": "Nuxt module for Zendesk",
6720
8308
  "repo": "DansMaCulotte/nuxt-zendesk",
6721
8309
  "npm": "@dansmaculotte/nuxt-zendesk",
6722
8310
  "icon": "zendesk.png",