@nuxt/modules 0.6.0-f349ae → 0.6.0-f50f4b

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 +1974 -497
  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,9 +170,31 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -286,9 +308,76 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "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,29 @@
1555
1801
  "requires": {}
1556
1802
  }
1557
1803
  },
1804
+ {
1805
+ "name": "form-actions",
1806
+ "description": "A set of features and composables to interact with forms and server data.",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1808
+ "npm": "@hebilicious/form-actions-nuxt",
1809
+ "icon": "form-actions.svg",
1810
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1812
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1813
+ "category": "Request",
1814
+ "type": "3rd-party",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Hebilicious",
1818
+ "github": "Hebilicious",
1819
+ "twitter": "its_hebilicious"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.7.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1558
1827
  {
1559
1828
  "name": "formkit",
1560
1829
  "description": "Seamless FormKit integration for Nuxt",
@@ -1563,7 +1832,7 @@
1563
1832
  "icon": "formkit.png",
1564
1833
  "github": "https://github.com/formkit/formkit",
1565
1834
  "website": "https://formkit.com",
1566
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1567
1836
  "category": "Libraries",
1568
1837
  "type": "3rd-party",
1569
1838
  "maintainers": [
@@ -1629,7 +1898,7 @@
1629
1898
  },
1630
1899
  {
1631
1900
  "name": "google-adsense",
1632
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1633
1902
  "repo": "nuxt-community/google-adsense-module",
1634
1903
  "npm": "@nuxtjs/google-adsense",
1635
1904
  "icon": "google-adsense.png",
@@ -1655,7 +1924,7 @@
1655
1924
  },
1656
1925
  {
1657
1926
  "name": "google-analytics",
1658
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1659
1928
  "repo": "nuxt-community/analytics-module",
1660
1929
  "npm": "@nuxtjs/google-analytics",
1661
1930
  "icon": "google-analytics.png",
@@ -1687,12 +1956,12 @@
1687
1956
  },
1688
1957
  {
1689
1958
  "name": "google-fonts",
1690
- "description": "Google Fonts module for NuxtJS",
1691
- "repo": "nuxt-community/google-fonts-module",
1959
+ "description": "Google Fonts module for Nuxt",
1960
+ "repo": "nuxt-modules/google-fonts",
1692
1961
  "npm": "@nuxtjs/google-fonts",
1693
1962
  "icon": "google-fonts.png",
1694
- "github": "https://github.com/nuxt-community/google-fonts-module",
1695
- "website": "https://github.com/nuxt-community/google-fonts-module",
1963
+ "github": "https://github.com/nuxt-modules/google-fonts",
1964
+ "website": "https://google-fonts.nuxtjs.org",
1696
1965
  "learn_more": "https://developers.google.com/fonts",
1697
1966
  "category": "Fonts",
1698
1967
  "type": "community",
@@ -1711,7 +1980,7 @@
1711
1980
  },
1712
1981
  {
1713
1982
  "name": "google-gtag",
1714
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1715
1984
  "repo": "nuxt-community/google-gtag",
1716
1985
  "npm": "@nuxtjs/google-gtag",
1717
1986
  "icon": "gtm.png",
@@ -1737,7 +2006,7 @@
1737
2006
  },
1738
2007
  {
1739
2008
  "name": "google-optimize",
1740
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1741
2010
  "repo": "nuxt-community/google-optimize-module",
1742
2011
  "npm": "nuxt-google-optimize",
1743
2012
  "icon": "google-optimize.png",
@@ -1776,7 +2045,7 @@
1776
2045
  "icon": "graphql-client.svg",
1777
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1778
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1779
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1780
2049
  "category": "Request",
1781
2050
  "type": "3rd-party",
1782
2051
  "maintainers": [
@@ -1792,7 +2061,7 @@
1792
2061
  },
1793
2062
  {
1794
2063
  "name": "graphql-request",
1795
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1796
2065
  "repo": "gomah/nuxt-graphql-request",
1797
2066
  "npm": "nuxt-graphql-request",
1798
2067
  "icon": "graphql-request.png",
@@ -1808,7 +2077,7 @@
1808
2077
  }
1809
2078
  ],
1810
2079
  "compatibility": {
1811
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1812
2081
  "requires": {}
1813
2082
  }
1814
2083
  },
@@ -1831,12 +2100,13 @@
1831
2100
  ],
1832
2101
  "compatibility": {
1833
2102
  "nuxt": "^3.0.0",
1834
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1835
2105
  }
1836
2106
  },
1837
2107
  {
1838
2108
  "name": "gtag",
1839
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1840
2110
  "repo": "johannschopplich/nuxt-gtag",
1841
2111
  "npm": "nuxt-gtag",
1842
2112
  "icon": "gtag.svg",
@@ -1860,7 +2130,7 @@
1860
2130
  },
1861
2131
  {
1862
2132
  "name": "gtm",
1863
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1864
2134
  "repo": "nuxt-community/gtm-module",
1865
2135
  "npm": "@nuxtjs/gtm",
1866
2136
  "icon": "gtm.png",
@@ -1883,7 +2153,7 @@
1883
2153
  },
1884
2154
  {
1885
2155
  "name": "guess",
1886
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
1887
2157
  "repo": "nuxt-community/guess-module",
1888
2158
  "npm": "@nuxtjs/guess-module",
1889
2159
  "icon": "guessjs.png",
@@ -1903,6 +2173,28 @@
1903
2173
  "requires": {}
1904
2174
  }
1905
2175
  },
2176
+ {
2177
+ "name": "hanko",
2178
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2179
+ "repo": "nuxt-modules/hanko",
2180
+ "npm": "@nuxtjs/hanko",
2181
+ "icon": "hanko.svg",
2182
+ "github": "https://github.com/nuxt-modules/hanko",
2183
+ "website": "https://github.com/nuxt-modules/hanko",
2184
+ "learn_more": "https://hanko.io/",
2185
+ "category": "Security",
2186
+ "type": "community",
2187
+ "maintainers": [
2188
+ {
2189
+ "name": "danielroe",
2190
+ "github": "danielroe"
2191
+ }
2192
+ ],
2193
+ "compatibility": {
2194
+ "nuxt": "^3.0.0",
2195
+ "requires": {}
2196
+ }
2197
+ },
1906
2198
  {
1907
2199
  "name": "harlem",
1908
2200
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1973,7 +2265,7 @@
1973
2265
  },
1974
2266
  {
1975
2267
  "name": "helmet",
1976
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
1977
2269
  "repo": "victor-perez/nuxt-helmet",
1978
2270
  "npm": "nuxt-helmet",
1979
2271
  "icon": "",
@@ -2017,7 +2309,7 @@
2017
2309
  },
2018
2310
  {
2019
2311
  "name": "history-state",
2020
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
2021
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
2022
2314
  "npm": "nuxt-history-state",
2023
2315
  "icon": "",
@@ -2086,7 +2378,7 @@
2086
2378
  },
2087
2379
  {
2088
2380
  "name": "http",
2089
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
2090
2382
  "repo": "nuxt/http",
2091
2383
  "npm": "@nuxt/http",
2092
2384
  "icon": "http.png",
@@ -2114,7 +2406,7 @@
2114
2406
  },
2115
2407
  {
2116
2408
  "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.",
2409
+ "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
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2119
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2120
2412
  "icon": "",
@@ -2138,12 +2430,12 @@
2138
2430
  {
2139
2431
  "name": "i18n",
2140
2432
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2141
- "repo": "nuxt-community/i18n-module",
2433
+ "repo": "nuxt-modules/i18n",
2142
2434
  "npm": "@nuxtjs/i18n",
2143
2435
  "icon": "i18n.png",
2144
- "github": "https://github.com/nuxt-community/i18n-module",
2436
+ "github": "https://github.com/nuxt-modules/i18n",
2145
2437
  "website": "https://i18n.nuxtjs.org",
2146
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2147
2439
  "category": "Extensions",
2148
2440
  "type": "community",
2149
2441
  "maintainers": [
@@ -2154,6 +2446,10 @@
2154
2446
  {
2155
2447
  "name": "Kazuya Kawaguchi",
2156
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2157
2453
  }
2158
2454
  ],
2159
2455
  "compatibility": {
@@ -2183,6 +2479,29 @@
2183
2479
  "requires": {}
2184
2480
  }
2185
2481
  },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2186
2505
  {
2187
2506
  "name": "icon",
2188
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2202,7 +2521,8 @@
2202
2521
  ],
2203
2522
  "compatibility": {
2204
2523
  "nuxt": "^3.0.0",
2205
- "requires": {}
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2206
2526
  }
2207
2527
  },
2208
2528
  {
@@ -2251,12 +2571,12 @@
2251
2571
  },
2252
2572
  {
2253
2573
  "name": "image",
2254
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2574
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2255
2575
  "repo": "nuxt/image",
2256
2576
  "npm": "@nuxt/image",
2257
2577
  "icon": "image.png",
2258
2578
  "github": "https://github.com/nuxt/image",
2259
- "website": "https://image.nuxtjs.org",
2579
+ "website": "https://image.nuxt.com",
2260
2580
  "learn_more": "",
2261
2581
  "category": "Images",
2262
2582
  "type": "official",
@@ -2266,6 +2586,11 @@
2266
2586
  "github": "farnabaz",
2267
2587
  "twitter": "a_birang"
2268
2588
  },
2589
+ {
2590
+ "name": "Daniel Roe",
2591
+ "github": "danielroe",
2592
+ "twitter": "danielcroe"
2593
+ },
2269
2594
  {
2270
2595
  "name": "Pooya Parsa",
2271
2596
  "github": "pi0",
@@ -2286,7 +2611,7 @@
2286
2611
  },
2287
2612
  {
2288
2613
  "name": "imagemin",
2289
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2614
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2290
2615
  "repo": "nuxt-community/imagemin-module",
2291
2616
  "npm": "@nuxtjs/imagemin",
2292
2617
  "icon": "imagemin.png",
@@ -2333,7 +2658,7 @@
2333
2658
  },
2334
2659
  {
2335
2660
  "name": "intercom",
2336
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2661
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2337
2662
  "repo": "hex-digital/nuxt-intercom",
2338
2663
  "npm": "@hexdigital/nuxt-intercom",
2339
2664
  "icon": "intercom.png",
@@ -2378,7 +2703,7 @@
2378
2703
  },
2379
2704
  {
2380
2705
  "name": "jsonapi",
2381
- "description": "Easy JSON:API client integration for Nuxt.js",
2706
+ "description": "Easy JSON:API client integration for Nuxt",
2382
2707
  "repo": "patrickcate/nuxt-jsonapi",
2383
2708
  "npm": "nuxt-jsonapi",
2384
2709
  "icon": "jsonapi.svg",
@@ -2420,9 +2745,37 @@
2420
2745
  "requires": {}
2421
2746
  }
2422
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ },
2774
+ "sponsor": true
2775
+ },
2423
2776
  {
2424
2777
  "name": "kql",
2425
- "description": "Nuxt 3 module for Kirby's Query Language API",
2778
+ "description": "Nuxt module for Kirby's Query Language API",
2426
2779
  "repo": "johannschopplich/nuxt-kql",
2427
2780
  "npm": "nuxt-kql",
2428
2781
  "icon": "kql.svg",
@@ -2446,7 +2799,7 @@
2446
2799
  },
2447
2800
  {
2448
2801
  "name": "laravel-echo",
2449
- "description": "Laravel Echo for Nuxt.js",
2802
+ "description": "Laravel Echo for Nuxt",
2450
2803
  "repo": "nuxt-community/laravel-echo",
2451
2804
  "npm": "@nuxtjs/laravel-echo",
2452
2805
  "icon": "laravel-echo.png",
@@ -2488,6 +2841,28 @@
2488
2841
  "requires": {}
2489
2842
  }
2490
2843
  },
2844
+ {
2845
+ "name": "laravel-precognition",
2846
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2847
+ "repo": "sot1986/nuxt-laravel-precognition",
2848
+ "npm": "nuxt-laravel-precognition",
2849
+ "icon": "laravel.svg",
2850
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2852
+ "learn_more": "",
2853
+ "category": "Security",
2854
+ "type": "3rd-party",
2855
+ "maintainers": [
2856
+ {
2857
+ "name": "sot1986",
2858
+ "github": "sot1986"
2859
+ }
2860
+ ],
2861
+ "compatibility": {
2862
+ "nuxt": "^3.0.0",
2863
+ "requires": {}
2864
+ }
2865
+ },
2491
2866
  {
2492
2867
  "name": "laravel",
2493
2868
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2534,13 +2909,13 @@
2534
2909
  },
2535
2910
  {
2536
2911
  "name": "link-checker",
2537
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2912
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2538
2913
  "repo": "harlan-zw/nuxt-link-checker",
2539
2914
  "npm": "nuxt-link-checker",
2540
- "icon": "",
2915
+ "icon": "link-checker.svg",
2541
2916
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2542
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2543
- "learn_more": "",
2917
+ "website": "https://nuxtseo.com/link-checker",
2918
+ "learn_more": "https://nuxtseo.com/link-checker",
2544
2919
  "category": "SEO",
2545
2920
  "type": "3rd-party",
2546
2921
  "maintainers": [
@@ -2553,7 +2928,8 @@
2553
2928
  ],
2554
2929
  "compatibility": {
2555
2930
  "nuxt": "^3.0.0",
2556
- "requires": {}
2931
+ "requires": {},
2932
+ "devtools": "^0.0.0"
2557
2933
  }
2558
2934
  },
2559
2935
  {
@@ -2630,12 +3006,12 @@
2630
3006
  },
2631
3007
  {
2632
3008
  "name": "logrocket",
2633
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2634
- "repo": "nuxt-community/nuxt-logrocket",
3009
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3010
+ "repo": "nuxt-modules/logrocket",
2635
3011
  "npm": "nuxt-logrocket",
2636
3012
  "icon": "logrocket.png",
2637
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2638
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3013
+ "github": "https://github.com/nuxt-modules/logrocket",
3014
+ "website": "https://github.com/nuxt-modules/logrocket",
2639
3015
  "learn_more": "https://docs.logrocket.com/docs",
2640
3016
  "category": "Monitoring",
2641
3017
  "type": "community",
@@ -2651,9 +3027,35 @@
2651
3027
  "requires": {}
2652
3028
  }
2653
3029
  },
3030
+ {
3031
+ "name": "lucide-icons",
3032
+ "description": "Nuxt module to integrate Lucide icons",
3033
+ "repo": "swisnl/nuxt-lucide-icons",
3034
+ "npm": "nuxt-lucide-icons",
3035
+ "icon": "lucide-icons.svg",
3036
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3037
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3038
+ "learn_more": "",
3039
+ "category": "UI",
3040
+ "type": "3rd-party",
3041
+ "maintainers": [
3042
+ {
3043
+ "name": "SWIS",
3044
+ "github": "swisnl"
3045
+ },
3046
+ {
3047
+ "name": "Jasper Zonneveld",
3048
+ "github": "JaZo"
3049
+ }
3050
+ ],
3051
+ "compatibility": {
3052
+ "nuxt": "^3.0.0",
3053
+ "requires": {}
3054
+ }
3055
+ },
2654
3056
  {
2655
3057
  "name": "lunr",
2656
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3058
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2657
3059
  "repo": "nuxt-community/lunr-module",
2658
3060
  "npm": "@nuxtjs/lunr-module",
2659
3061
  "icon": "",
@@ -2676,10 +3078,10 @@
2676
3078
  {
2677
3079
  "name": "magic-regexp",
2678
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2679
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
2680
3082
  "npm": "magic-regexp",
2681
3083
  "icon": "magic-regexp.svg",
2682
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
2683
3085
  "website": "https://magic-regexp.roe.dev",
2684
3086
  "learn_more": "https://magic-regexp.roe.dev",
2685
3087
  "category": "Libraries",
@@ -2720,15 +3122,39 @@
2720
3122
  }
2721
3123
  },
2722
3124
  {
2723
- "name": "matomo",
2724
- "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
2725
- "repo": "pimlie/nuxt-matomo",
2726
- "npm": "nuxt-matomo",
2727
- "icon": "matomo.png",
2728
- "github": "https://github.com/pimlie/nuxt-matomo",
2729
- "website": "https://github.com/pimlie/nuxt-matomo",
2730
- "learn_more": "https://developer.matomo.org/api-reference/tracking-javascript",
2731
- "category": "Analytics",
3125
+ "name": "marquee",
3126
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3127
+ "repo": "hanzydev/nuxt-marquee",
3128
+ "npm": "nuxt-marquee",
3129
+ "icon": "marquee.png",
3130
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3131
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3132
+ "learn_more": "",
3133
+ "category": "UI",
3134
+ "type": "3rd-party",
3135
+ "maintainers": [
3136
+ {
3137
+ "name": "Hànzy",
3138
+ "github": "hanzydev",
3139
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3140
+ }
3141
+ ],
3142
+ "compatibility": {
3143
+ "nuxt": "^3.0.0",
3144
+ "requires": {},
3145
+ "devtools": "^0.0.0"
3146
+ }
3147
+ },
3148
+ {
3149
+ "name": "matomo",
3150
+ "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
3151
+ "repo": "pimlie/nuxt-matomo",
3152
+ "npm": "nuxt-matomo",
3153
+ "icon": "matomo.png",
3154
+ "github": "https://github.com/pimlie/nuxt-matomo",
3155
+ "website": "https://github.com/pimlie/nuxt-matomo",
3156
+ "learn_more": "https://developer.matomo.org/api-reference/tracking-javascript",
3157
+ "category": "Analytics",
2732
3158
  "type": "3rd-party",
2733
3159
  "maintainers": [
2734
3160
  {
@@ -2741,6 +3167,28 @@
2741
3167
  "requires": {}
2742
3168
  }
2743
3169
  },
3170
+ {
3171
+ "name": "maz-ui",
3172
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3173
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3174
+ "npm": "nuxt-module",
3175
+ "icon": "maz-ui.png",
3176
+ "github": "https://github.com/louismazel/maz-ui",
3177
+ "website": "https://maz-ui.com/",
3178
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3179
+ "category": "UI",
3180
+ "type": "3rd-party",
3181
+ "maintainers": [
3182
+ {
3183
+ "name": "Loïc Mazuel",
3184
+ "github": "LouisMazel"
3185
+ }
3186
+ ],
3187
+ "compatibility": {
3188
+ "nuxt": "^3.0.0",
3189
+ "requires": {}
3190
+ }
3191
+ },
2744
3192
  {
2745
3193
  "name": "mdx",
2746
3194
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2766,7 +3214,7 @@
2766
3214
  },
2767
3215
  {
2768
3216
  "name": "medusa",
2769
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3217
+ "description": "Easily connect to Medusa from your Nuxt application",
2770
3218
  "repo": "Baroshem/nuxt-medusa",
2771
3219
  "npm": "nuxt-medusa",
2772
3220
  "icon": "medusa.svg",
@@ -2791,7 +3239,7 @@
2791
3239
  },
2792
3240
  {
2793
3241
  "name": "meilisearch",
2794
- "description": "Meilisearch Instant Search module for Nuxt 3",
3242
+ "description": "Meilisearch Instant Search module for Nuxt",
2795
3243
  "repo": "xlanex6/nuxt-meilisearch",
2796
3244
  "npm": "nuxt-meilisearch",
2797
3245
  "icon": "meilisearch.svg",
@@ -2811,7 +3259,8 @@
2811
3259
  "nuxt": "^3.0.0",
2812
3260
  "requires": {
2813
3261
  "bridge": false
2814
- }
3262
+ },
3263
+ "devtools": "^0.0.0"
2815
3264
  }
2816
3265
  },
2817
3266
  {
@@ -2836,28 +3285,6 @@
2836
3285
  "requires": {}
2837
3286
  }
2838
3287
  },
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
3288
  {
2862
3289
  "name": "module-feed",
2863
3290
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2883,7 +3310,7 @@
2883
3310
  },
2884
3311
  {
2885
3312
  "name": "moment",
2886
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3313
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2887
3314
  "repo": "nuxt-community/moment-module",
2888
3315
  "npm": "@nuxtjs/moment",
2889
3316
  "icon": "momentjs.png",
@@ -2908,28 +3335,6 @@
2908
3335
  "requires": {}
2909
3336
  }
2910
3337
  },
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
3338
  {
2934
3339
  "name": "neo",
2935
3340
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -2954,7 +3359,7 @@
2954
3359
  },
2955
3360
  {
2956
3361
  "name": "netlify-cache",
2957
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3362
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2958
3363
  "repo": "DreaMinder/nuxt-netlify-cache",
2959
3364
  "npm": "nuxt-netlify-cache",
2960
3365
  "icon": "netlify.png",
@@ -2999,13 +3404,13 @@
2999
3404
  },
3000
3405
  {
3001
3406
  "name": "netlify",
3002
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3003
- "repo": "bazzite/nuxt-netlify",
3407
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3408
+ "repo": "juliomrqz/nuxt-netlify",
3004
3409
  "npm": "@aceforth/nuxt-netlify",
3005
3410
  "icon": "netlify.png",
3006
- "github": "https://github.com/bazzite/nuxt-netlify",
3007
- "website": "https://marquez.co/docs/nuxt-netlify/",
3008
- "learn_more": "",
3411
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3412
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3413
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3009
3414
  "category": "Deployment",
3010
3415
  "type": "3rd-party",
3011
3416
  "maintainers": [
@@ -3092,30 +3497,142 @@
3092
3497
  }
3093
3498
  },
3094
3499
  {
3095
- "name": "nuxt-auth",
3096
- "description": "",
3097
- "repo": "sidebase/nuxt-auth",
3098
- "npm": "@sidebase/nuxt-auth",
3500
+ "name": "nuxt-anchorscroll",
3501
+ "description": "Scroll to top and to anchor support for Nuxt",
3502
+ "repo": "helltraitor/nuxt-anchorscroll",
3503
+ "npm": "nuxt-anchorscroll",
3099
3504
  "icon": "",
3100
- "github": "https://github.com/sidebase/nuxt-auth",
3101
- "website": "https://github.com/sidebase/nuxt-auth",
3505
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3506
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3102
3507
  "learn_more": "",
3103
- "category": "Devtools",
3508
+ "category": "UI",
3104
3509
  "type": "3rd-party",
3105
3510
  "maintainers": [
3106
3511
  {
3107
- "name": "sidebase",
3108
- "github": "sidebase"
3512
+ "name": "Helltraitor",
3513
+ "github": "helltraitor"
3109
3514
  }
3110
3515
  ],
3111
3516
  "compatibility": {
3112
- "nuxt": "^2.0.0",
3517
+ "nuxt": "^3.0.0",
3518
+ "requires": {}
3519
+ }
3520
+ },
3521
+ {
3522
+ "name": "nuxt-asciidoc",
3523
+ "description": "Transformer for using asciidoc in nuxt",
3524
+ "repo": "Chris2011/nuxt-asciidoc",
3525
+ "npm": "nuxt-asciidoc",
3526
+ "icon": "nuxt-asciidoc.svg",
3527
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3528
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3529
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3530
+ "category": "Extensions",
3531
+ "type": "3rd-party",
3532
+ "maintainers": [
3533
+ {
3534
+ "name": "Christian Lenz",
3535
+ "github": "Chris2011",
3536
+ "twitter": "Chrizzly42"
3537
+ }
3538
+ ],
3539
+ "compatibility": {
3540
+ "nuxt": "^3.0.0",
3541
+ "requires": {}
3542
+ }
3543
+ },
3544
+ {
3545
+ "name": "nuxt-auth-sanctum",
3546
+ "description": "Nuxt module for Laravel Sanctum authentication",
3547
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3548
+ "npm": "nuxt-auth-sanctum",
3549
+ "icon": "laravel.svg",
3550
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3551
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3552
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3553
+ "category": "Security",
3554
+ "type": "3rd-party",
3555
+ "maintainers": [
3556
+ {
3557
+ "name": "Artem Manchenkov",
3558
+ "github": "manchenkoff",
3559
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3560
+ }
3561
+ ],
3562
+ "compatibility": {
3563
+ "nuxt": "^3.9.0",
3564
+ "requires": {}
3565
+ }
3566
+ },
3567
+ {
3568
+ "name": "nuxt-basic-auth",
3569
+ "description": "Nuxt Module for Basic Authentication",
3570
+ "repo": "kgierke/nuxt-basic-auth",
3571
+ "npm": "@kgierke/nuxt-basic-auth",
3572
+ "icon": "",
3573
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3574
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3575
+ "learn_more": "",
3576
+ "category": "Security",
3577
+ "type": "3rd-party",
3578
+ "maintainers": [
3579
+ {
3580
+ "name": "kgierke",
3581
+ "github": "kgierke"
3582
+ }
3583
+ ],
3584
+ "compatibility": {
3585
+ "nuxt": "^3.0.0",
3586
+ "requires": {}
3587
+ }
3588
+ },
3589
+ {
3590
+ "name": "nuxt-bezier",
3591
+ "description": "Reusable transition components",
3592
+ "repo": "50rayn/nuxt-bezier",
3593
+ "npm": "nuxt-bezier",
3594
+ "icon": "nuxt-bezier.png",
3595
+ "github": "https://github.com/50rayn/nuxt-bezier",
3596
+ "website": "https://50rayn.github.io/nuxt-bezier/",
3597
+ "learn_more": "https://github.com/Noction/vue-bezier",
3598
+ "category": "UI",
3599
+ "type": "3rd-party",
3600
+ "maintainers": [
3601
+ {
3602
+ "name": "Soryn Gitlan",
3603
+ "github": "50rayn"
3604
+ }
3605
+ ],
3606
+ "compatibility": {
3607
+ "nuxt": "^3.0.0",
3608
+ "requires": {}
3609
+ }
3610
+ },
3611
+ {
3612
+ "name": "nuxt-bootstrap-icons",
3613
+ "description": "Just a simple integration for Bootstrap Icons",
3614
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3615
+ "npm": "nuxt-bootstrap-icons",
3616
+ "icon": "bootstrap-icons.svg",
3617
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3618
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3619
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3620
+ "category": "UI",
3621
+ "type": "3rd-party",
3622
+ "maintainers": [
3623
+ {
3624
+ "name": "OyewoleOyedeji",
3625
+ "github": "OyewoleOyedeji"
3626
+ }
3627
+ ],
3628
+ "compatibility": {
3629
+ "nuxt": "^3.0.0",
3113
3630
  "requires": {}
3114
3631
  }
3115
3632
  },
3116
3633
  {
3117
3634
  "name": "nuxt-chatgpt",
3118
- "description": "ChatGPT integration for Nuxt 3",
3635
+ "description": "ChatGPT integration for Nuxt",
3119
3636
  "repo": "schnapsterdog/nuxt-chatgpt",
3120
3637
  "npm": "nuxt-chatgpt",
3121
3638
  "icon": "chatgpt.svg",
@@ -3135,6 +3652,98 @@
3135
3652
  "requires": {}
3136
3653
  }
3137
3654
  },
3655
+ {
3656
+ "name": "nuxt-cookie-consent",
3657
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3658
+ "repo": "weareheavy/nuxt-cookie-consent",
3659
+ "npm": "@weareheavy/nuxt-cookie-consent",
3660
+ "icon": "wah.svg",
3661
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3662
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3663
+ "learn_more": "",
3664
+ "category": "Extensions",
3665
+ "type": "3rd-party",
3666
+ "maintainers": [
3667
+ {
3668
+ "name": "weareheavy",
3669
+ "github": "weareheavy"
3670
+ }
3671
+ ],
3672
+ "compatibility": {
3673
+ "nuxt": "^3.0.0",
3674
+ "requires": {}
3675
+ }
3676
+ },
3677
+ {
3678
+ "name": "nuxt-facebook-chat",
3679
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3680
+ "repo": "superdev-tech/nuxt-facebook-chat",
3681
+ "npm": "nuxt-facebook-chat",
3682
+ "icon": "nuxt-facebook-chat.svg",
3683
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3684
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3685
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3686
+ "category": "Libraries",
3687
+ "type": "3rd-party",
3688
+ "maintainers": [
3689
+ {
3690
+ "name": "Supanut Dokmaithong",
3691
+ "github": "Boomgeek"
3692
+ },
3693
+ {
3694
+ "name": "superdev-tech",
3695
+ "github": "superdev-tech"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3703
+ {
3704
+ "name": "nuxt-feather-icons",
3705
+ "description": "The Feather Icons in Nuxt 3.",
3706
+ "repo": "4sllan/nuxt-feather-icons",
3707
+ "npm": "nuxt-feather-icons",
3708
+ "icon": "nuxt-feather-icons.png",
3709
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3710
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3711
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3712
+ "category": "UI",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "4sllan",
3717
+ "github": "4sllan"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3725
+ {
3726
+ "name": "nuxt-feedme",
3727
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3728
+ "repo": "helltraitor/nuxt-feedme",
3729
+ "npm": "nuxt-feedme",
3730
+ "icon": "",
3731
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3732
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3733
+ "learn_more": "",
3734
+ "category": "SEO",
3735
+ "type": "3rd-party",
3736
+ "maintainers": [
3737
+ {
3738
+ "name": "Helltraitor",
3739
+ "github": "helltraitor"
3740
+ }
3741
+ ],
3742
+ "compatibility": {
3743
+ "nuxt": "^3.0.0",
3744
+ "requires": {}
3745
+ }
3746
+ },
3138
3747
  {
3139
3748
  "name": "nuxt-graphql-middleware",
3140
3749
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3188,7 +3797,7 @@
3188
3797
  },
3189
3798
  {
3190
3799
  "name": "nuxt-gtm",
3191
- "description": "A Nuxt.js module for Google Tag Manager",
3800
+ "description": "A Nuxt module for Google Tag Manager",
3192
3801
  "repo": "zadigetvoltaire/nuxt-gtm",
3193
3802
  "npm": "@zadigetvoltaire/nuxt-gtm",
3194
3803
  "icon": "nuxt-gtm.svg",
@@ -3205,7 +3814,8 @@
3205
3814
  ],
3206
3815
  "compatibility": {
3207
3816
  "nuxt": "^3.0.0",
3208
- "requires": {}
3817
+ "requires": {},
3818
+ "devtools": "^0.0.0"
3209
3819
  }
3210
3820
  },
3211
3821
  {
@@ -3233,24 +3843,46 @@
3233
3843
  }
3234
3844
  },
3235
3845
  {
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",
3846
+ "name": "nuxt-interpolation",
3847
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3848
+ "repo": "daliborgogic/nuxt-interpolation#master",
3849
+ "npm": "nuxt-interpolation",
3850
+ "icon": "",
3851
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3852
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3853
+ "learn_more": "",
3854
+ "category": "Devtools",
3855
+ "type": "3rd-party",
3856
+ "maintainers": [
3857
+ {
3858
+ "name": "daliborgogic",
3859
+ "github": "daliborgogic"
3860
+ }
3861
+ ],
3862
+ "compatibility": {
3863
+ "nuxt": "^2.0.0",
3864
+ "requires": {}
3865
+ }
3866
+ },
3867
+ {
3868
+ "name": "nuxt-jsonld",
3869
+ "description": "Manage JSON-LD in Vue component.",
3870
+ "repo": "ymmooot/nuxt-jsonld",
3871
+ "npm": "nuxt-jsonld",
3872
+ "icon": "",
3873
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3874
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3875
+ "learn_more": "",
3876
+ "category": "SEO",
3245
3877
  "type": "3rd-party",
3246
3878
  "maintainers": [
3247
3879
  {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
3880
+ "name": "ymmooot",
3881
+ "github": "ymmooot"
3250
3882
  }
3251
3883
  ],
3252
3884
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3885
+ "nuxt": "^3.0.0",
3254
3886
  "requires": {}
3255
3887
  }
3256
3888
  },
@@ -3261,8 +3893,8 @@
3261
3893
  "npm": "@nuxtus/nuxt-localtunnel",
3262
3894
  "icon": "nuxt-localtunnel.svg",
3263
3895
  "github": "https://github.com/nuxtus/localtunnel",
3264
- "website": "https://nuxtus.com",
3265
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3896
+ "website": "https://docs.nuxtus.com",
3897
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3266
3898
  "category": "Devtools",
3267
3899
  "type": "3rd-party",
3268
3900
  "maintainers": [
@@ -3279,7 +3911,7 @@
3279
3911
  },
3280
3912
  {
3281
3913
  "name": "nuxt-loco",
3282
- "description": "A localise.biz module to synth locale with Nuxt.js",
3914
+ "description": "A localise.biz module to synth locale with Nuxt",
3283
3915
  "repo": "gaetansenn/nuxt-loco",
3284
3916
  "npm": "nuxt-loco",
3285
3917
  "icon": "",
@@ -3300,6 +3932,28 @@
3300
3932
  "requires": {}
3301
3933
  }
3302
3934
  },
3935
+ {
3936
+ "name": "nuxt-mail",
3937
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3938
+ "repo": "dword-design/nuxt-mail",
3939
+ "npm": "nuxt-mail",
3940
+ "icon": "",
3941
+ "github": "https://github.com/dword-design/nuxt-mail",
3942
+ "website": "https://github.com/dword-design/nuxt-mail",
3943
+ "learn_more": "",
3944
+ "category": "Extensions",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "Sebastian Landwehr",
3949
+ "github": "dword-design"
3950
+ }
3951
+ ],
3952
+ "compatibility": {
3953
+ "nuxt": "^2.0.0 || ^3.0.0",
3954
+ "requires": {}
3955
+ }
3956
+ },
3303
3957
  {
3304
3958
  "name": "nuxt-mapbox",
3305
3959
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3322,6 +3976,28 @@
3322
3976
  "requires": {}
3323
3977
  }
3324
3978
  },
3979
+ {
3980
+ "name": "nuxt-mdi",
3981
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3982
+ "repo": "ERPedersen/nuxt-mdi",
3983
+ "npm": "nuxt-mdi",
3984
+ "icon": "mdi.png",
3985
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3986
+ "website": "https://nuxt-mdi.emilrosenius.com",
3987
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3988
+ "category": "Libraries",
3989
+ "type": "3rd-party",
3990
+ "maintainers": [
3991
+ {
3992
+ "name": "Emil Rosenius",
3993
+ "github": "ERPedersen"
3994
+ }
3995
+ ],
3996
+ "compatibility": {
3997
+ "nuxt": "^3.0.0",
3998
+ "requires": {}
3999
+ }
4000
+ },
3325
4001
  {
3326
4002
  "name": "nuxt-monaco-editor",
3327
4003
  "description": "Integrate monaco-editor with Nuxt",
@@ -3346,12 +4022,12 @@
3346
4022
  },
3347
4023
  {
3348
4024
  "name": "nuxt-mongoose",
3349
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4025
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3350
4026
  "repo": "arashsheyda/nuxt-mongoose",
3351
4027
  "npm": "nuxt-mongoose",
3352
4028
  "icon": "nuxt-mongoose.svg",
3353
4029
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
4030
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
4031
  "learn_more": "",
3356
4032
  "category": "Database",
3357
4033
  "type": "3rd-party",
@@ -3361,6 +4037,102 @@
3361
4037
  "github": "arashsheyda"
3362
4038
  }
3363
4039
  ],
4040
+ "compatibility": {
4041
+ "nuxt": "^3.0.0",
4042
+ "requires": {},
4043
+ "devtools": "^0.0.0"
4044
+ }
4045
+ },
4046
+ {
4047
+ "name": "nuxt-oidc-auth",
4048
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4049
+ "repo": "itpropro/nuxt-oidc-auth",
4050
+ "npm": "nuxt-oidc-auth",
4051
+ "icon": "",
4052
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4053
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4054
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4055
+ "category": "Security",
4056
+ "type": "3rd-party",
4057
+ "maintainers": [
4058
+ {
4059
+ "name": "Jan-Henrik Damaschke",
4060
+ "github": "itpropro",
4061
+ "twitter": "jandamaschke"
4062
+ }
4063
+ ],
4064
+ "compatibility": {
4065
+ "nuxt": "^3.0.0",
4066
+ "requires": {}
4067
+ }
4068
+ },
4069
+ {
4070
+ "name": "nuxt-openapi-docs-module",
4071
+ "description": "Generate pages from OpenAPI specifications",
4072
+ "repo": "on-org/nuxt-openapi-docs-module",
4073
+ "npm": "nuxt-openapi-docs-module",
4074
+ "icon": "nuxt-openapi-docs-module.png",
4075
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4076
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4077
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4078
+ "category": "Libraries",
4079
+ "type": "3rd-party",
4080
+ "maintainers": [
4081
+ {
4082
+ "name": "Pavel Kuzmin",
4083
+ "github": "s00d"
4084
+ }
4085
+ ],
4086
+ "compatibility": {
4087
+ "nuxt": "^3.0.0",
4088
+ "requires": {}
4089
+ }
4090
+ },
4091
+ {
4092
+ "name": "nuxt-openid-connect",
4093
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4094
+ "repo": "aborn/nuxt-openid-connect",
4095
+ "npm": "nuxt-openid-connect",
4096
+ "icon": "",
4097
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4098
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4099
+ "learn_more": "",
4100
+ "category": "Security",
4101
+ "type": "3rd-party",
4102
+ "maintainers": [
4103
+ {
4104
+ "name": "Aborn Jiang",
4105
+ "github": "aborn"
4106
+ },
4107
+ {
4108
+ "name": "Khaled Almana",
4109
+ "github": "KhaledAlMana"
4110
+ }
4111
+ ],
4112
+ "compatibility": {
4113
+ "nuxt": "^3.0.0",
4114
+ "requires": {},
4115
+ "devtools": "^0.0.0"
4116
+ }
4117
+ },
4118
+ {
4119
+ "name": "nuxt-payload-analyzer",
4120
+ "description": "Analyze Nuxt Payload Size",
4121
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4122
+ "npm": "nuxt-payload-analyzer",
4123
+ "icon": "",
4124
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4125
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4126
+ "learn_more": "",
4127
+ "category": "Performance",
4128
+ "type": "3rd-party",
4129
+ "maintainers": [
4130
+ {
4131
+ "name": "Barbapapazes",
4132
+ "github": "Barbapapazes",
4133
+ "twitter": "soubiran_"
4134
+ }
4135
+ ],
3364
4136
  "compatibility": {
3365
4137
  "nuxt": "^3.0.0",
3366
4138
  "requires": {}
@@ -3389,6 +4161,28 @@
3389
4161
  "requires": {}
3390
4162
  }
3391
4163
  },
4164
+ {
4165
+ "name": "nuxt-phosphor-icons",
4166
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4167
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4168
+ "npm": "nuxt-phosphor-icons",
4169
+ "icon": "phosphor-icons.svg",
4170
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4171
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4172
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4173
+ "category": "UI",
4174
+ "type": "3rd-party",
4175
+ "maintainers": [
4176
+ {
4177
+ "name": "OyewoleOyedeji",
4178
+ "github": "OyewoleOyedeji"
4179
+ }
4180
+ ],
4181
+ "compatibility": {
4182
+ "nuxt": "^3.0.0",
4183
+ "requires": {}
4184
+ }
4185
+ },
3392
4186
  {
3393
4187
  "name": "nuxt-pino-log",
3394
4188
  "description": "Structured logs for nuxt apps using pino",
@@ -3413,7 +4207,7 @@
3413
4207
  },
3414
4208
  {
3415
4209
  "name": "plausible",
3416
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4210
+ "description": "Nuxt module to natively integrate Plausible analytics",
3417
4211
  "repo": "nuxt-modules/plausible",
3418
4212
  "npm": "@nuxtjs/plausible",
3419
4213
  "icon": "plausible.png",
@@ -3433,9 +4227,35 @@
3433
4227
  "requires": {}
3434
4228
  }
3435
4229
  },
4230
+ {
4231
+ "name": "nuxt-plotly",
4232
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4233
+ "repo": "superdev-tech/nuxt-plotly",
4234
+ "npm": "nuxt-plotly",
4235
+ "icon": "nuxt-plotly.svg",
4236
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4237
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4238
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4239
+ "category": "Libraries",
4240
+ "type": "3rd-party",
4241
+ "maintainers": [
4242
+ {
4243
+ "name": "Supanut Dokmaithong",
4244
+ "github": "Boomgeek"
4245
+ },
4246
+ {
4247
+ "name": "superdev-tech",
4248
+ "github": "superdev-tech"
4249
+ }
4250
+ ],
4251
+ "compatibility": {
4252
+ "nuxt": "^3.0.0",
4253
+ "requires": {}
4254
+ }
4255
+ },
3436
4256
  {
3437
4257
  "name": "nuxt-png-to-ico",
3438
- "description": "Nuxt.js module for auto generating favicons",
4258
+ "description": "Nuxt module for auto generating favicons",
3439
4259
  "repo": "b5710546232/nuxt-png-to-ico",
3440
4260
  "npm": "nuxt-png-to-ico",
3441
4261
  "icon": "",
@@ -3458,7 +4278,7 @@
3458
4278
  },
3459
4279
  {
3460
4280
  "name": "nuxt-smartlook",
3461
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4281
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3462
4282
  "repo": "f00b4r/nuxt-smartlook",
3463
4283
  "npm": "nuxt-smartlook",
3464
4284
  "icon": "nuxt-smartlook.png",
@@ -3480,6 +4300,28 @@
3480
4300
  "requires": {}
3481
4301
  }
3482
4302
  },
4303
+ {
4304
+ "name": "nuxt-social-share",
4305
+ "description": "Simple Social Sharing for Nuxt",
4306
+ "repo": "stefanobartoletti/nuxt-social-share",
4307
+ "npm": "@stefanobartoletti/nuxt-social-share",
4308
+ "icon": "nuxt-social-share.png",
4309
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4310
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4311
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4312
+ "category": "Extensions",
4313
+ "type": "3rd-party",
4314
+ "maintainers": [
4315
+ {
4316
+ "name": "stefanobartoletti",
4317
+ "github": "stefanobartoletti"
4318
+ }
4319
+ ],
4320
+ "compatibility": {
4321
+ "nuxt": "^3.0.0",
4322
+ "requires": {}
4323
+ }
4324
+ },
3483
4325
  {
3484
4326
  "name": "ssr-lit",
3485
4327
  "description": "Server-Side Rendering for Lit Element components",
@@ -3510,10 +4352,10 @@
3510
4352
  },
3511
4353
  {
3512
4354
  "name": "nuxt-storm",
3513
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4355
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3514
4356
  "repo": "fumeapp/nuxt-storm",
3515
4357
  "npm": "nuxt-storm",
3516
- "icon": "nuxt-storm.png",
4358
+ "icon": "",
3517
4359
  "github": "https://github.com/fumeapp/nuxt-storm",
3518
4360
  "website": "https://github.com/fumeapp/nuxt-storm",
3519
4361
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3530,6 +4372,30 @@
3530
4372
  "requires": {}
3531
4373
  }
3532
4374
  },
4375
+ {
4376
+ "name": "nuxt-svgo-loader",
4377
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4378
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4379
+ "npm": "nuxt-svgo-loader",
4380
+ "icon": "",
4381
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4382
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4383
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4384
+ "category": "Images",
4385
+ "type": "3rd-party",
4386
+ "maintainers": [
4387
+ {
4388
+ "name": "Alex Liu",
4389
+ "github": "Mini-ghost",
4390
+ "twitter": "Minighost_Alex"
4391
+ }
4392
+ ],
4393
+ "compatibility": {
4394
+ "nuxt": "^3.0.0",
4395
+ "requires": {},
4396
+ "devtools": "^0.0.0"
4397
+ }
4398
+ },
3533
4399
  {
3534
4400
  "name": "nuxt-svgo",
3535
4401
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3554,7 +4420,7 @@
3554
4420
  },
3555
4421
  {
3556
4422
  "name": "nuxt-unleash",
3557
- "description": "Nuxt.js module to use Unleash toggle feature services",
4423
+ "description": "Nuxt module to use Unleash toggle feature services",
3558
4424
  "repo": "conejerock/nuxt-unleash",
3559
4425
  "npm": "nuxt-unleash",
3560
4426
  "icon": "nuxt-unleash.svg",
@@ -3574,28 +4440,6 @@
3574
4440
  "requires": {}
3575
4441
  }
3576
4442
  },
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
4443
  {
3600
4444
  "name": "nuxt-use-sound",
3601
4445
  "description": "A Nuxt module for playing sound effects.",
@@ -3645,12 +4489,12 @@
3645
4489
  {
3646
4490
  "name": "nuxt-vue3-google-signin",
3647
4491
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
4492
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
4493
  "npm": "nuxt-vue3-google-signin",
3650
4494
  "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",
4495
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4496
+ "website": "https://vue3-google-signin.wavezync.com",
4497
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
4498
  "category": "Libraries",
3655
4499
  "type": "3rd-party",
3656
4500
  "maintainers": [
@@ -3665,20 +4509,64 @@
3665
4509
  }
3666
4510
  },
3667
4511
  {
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",
4512
+ "name": "nuxt-zod-i18n",
4513
+ "description": "A Nuxt Module for localizing zod error messages.",
4514
+ "repo": "xibman/nuxt-zod-i18n",
4515
+ "npm": "nuxt-zod-i18n",
4516
+ "icon": "nuxt-zod-i18n.svg",
4517
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4518
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4519
+ "learn_more": "",
4520
+ "category": "Libraries",
4521
+ "type": "3rd-party",
4522
+ "maintainers": [
4523
+ {
4524
+ "name": "xibman",
4525
+ "github": "xibman"
4526
+ }
4527
+ ],
4528
+ "compatibility": {
4529
+ "nuxt": "^3.0.0",
4530
+ "requires": {}
4531
+ }
4532
+ },
4533
+ {
4534
+ "name": "nuxt3-interpolation",
4535
+ "description": "",
4536
+ "repo": "daliborgogic/interpolation#master",
4537
+ "npm": "nuxt3-interpolation",
4538
+ "icon": "",
4539
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4540
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4541
+ "learn_more": "",
4542
+ "category": "Devtools",
4543
+ "type": "3rd-party",
4544
+ "maintainers": [
4545
+ {
4546
+ "name": "daliborgogic",
4547
+ "github": "daliborgogic"
4548
+ }
4549
+ ],
4550
+ "compatibility": {
4551
+ "nuxt": "^3.0.0",
4552
+ "requires": {}
4553
+ }
4554
+ },
4555
+ {
4556
+ "name": "nuxt3-leaflet",
4557
+ "description": "Leaflet integration with Nuxt",
4558
+ "repo": "Gugustinette/Nuxt-Leaflet",
4559
+ "npm": "nuxt3-leaflet",
4560
+ "icon": "leaflet.png",
4561
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4562
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4563
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4564
+ "category": "Libraries",
3677
4565
  "type": "3rd-party",
3678
4566
  "maintainers": [
3679
4567
  {
3680
- "name": "Jens van Hellemondt",
3681
- "github": "invictus-codes"
4568
+ "name": "Augustin MERCIER",
4569
+ "github": "Gugustinette"
3682
4570
  }
3683
4571
  ],
3684
4572
  "compatibility": {
@@ -3688,7 +4576,7 @@
3688
4576
  },
3689
4577
  {
3690
4578
  "name": "nuxt7",
3691
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4579
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3692
4580
  "repo": "nuxt-community/nuxt7",
3693
4581
  "npm": "nuxt7",
3694
4582
  "icon": "",
@@ -3709,40 +4597,17 @@
3709
4597
  "requires": {}
3710
4598
  }
3711
4599
  },
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
4600
  {
3736
4601
  "name": "og-image",
3737
- "description": "Easily generate dynamic social share images.",
3738
- "repo": "harlan-zw/nuxt-og-image",
4602
+ "description": "Enlightened runtime images generated with Vue templates.",
4603
+ "repo": "nuxt-modules/og-image",
3739
4604
  "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": "",
4605
+ "icon": "og-image.svg",
4606
+ "github": "https://github.com/nuxt-modules/og-image",
4607
+ "website": "https://nuxtseo.com/og-image",
4608
+ "learn_more": "https://nuxtseo.com/og-image",
3744
4609
  "category": "SEO",
3745
- "type": "3rd-party",
4610
+ "type": "community",
3746
4611
  "maintainers": [
3747
4612
  {
3748
4613
  "name": "Harlan Wilton",
@@ -3753,7 +4618,8 @@
3753
4618
  ],
3754
4619
  "compatibility": {
3755
4620
  "nuxt": "^3.0.0",
3756
- "requires": {}
4621
+ "requires": {},
4622
+ "devtools": "^0.0.0"
3757
4623
  }
3758
4624
  },
3759
4625
  {
@@ -3781,13 +4647,13 @@
3781
4647
  },
3782
4648
  {
3783
4649
  "name": "optimized-images",
3784
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4650
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3785
4651
  "repo": "juliomrqz/nuxt-optimized-images",
3786
4652
  "npm": "@aceforth/nuxt-optimized-images",
3787
4653
  "icon": "",
3788
4654
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3789
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3790
- "learn_more": "",
4655
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4656
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3791
4657
  "category": "Images",
3792
4658
  "type": "3rd-party",
3793
4659
  "maintainers": [
@@ -3826,7 +4692,7 @@
3826
4692
  },
3827
4693
  {
3828
4694
  "name": "parse",
3829
- "description": "Parse package for Nuxt.js",
4695
+ "description": "Parse package for Nuxt",
3830
4696
  "repo": "cierrateam/nuxt-parse",
3831
4697
  "npm": "nuxt-parse",
3832
4698
  "icon": "",
@@ -3846,6 +4712,29 @@
3846
4712
  "requires": {}
3847
4713
  }
3848
4714
  },
4715
+ {
4716
+ "name": "particles",
4717
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4718
+ "repo": "Joepocalyptic/nuxt-particles",
4719
+ "npm": "nuxt-particles",
4720
+ "icon": "",
4721
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4722
+ "website": "https://nuxt-particles.joeypereira.dev",
4723
+ "learn_more": "https://particles.js.org/",
4724
+ "category": "Libraries",
4725
+ "type": "3rd-party",
4726
+ "maintainers": [
4727
+ {
4728
+ "name": "Joey Pereira",
4729
+ "github": "Joepocalyptic",
4730
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4731
+ }
4732
+ ],
4733
+ "compatibility": {
4734
+ "nuxt": "^3.0.0",
4735
+ "requires": {}
4736
+ }
4737
+ },
3849
4738
  {
3850
4739
  "name": "partytown",
3851
4740
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3871,6 +4760,28 @@
3871
4760
  }
3872
4761
  }
3873
4762
  },
4763
+ {
4764
+ "name": "paypal",
4765
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4766
+ "repo": "arashsheyda/nuxt-paypal",
4767
+ "npm": "nuxt-paypal",
4768
+ "icon": "paypal.svg",
4769
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4770
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4771
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4772
+ "category": "Payment",
4773
+ "type": "3rd-party",
4774
+ "maintainers": [
4775
+ {
4776
+ "name": "Arash Sheyda",
4777
+ "github": "arashsheyda"
4778
+ }
4779
+ ],
4780
+ "compatibility": {
4781
+ "nuxt": "^3.0.0",
4782
+ "requires": {}
4783
+ }
4784
+ },
3874
4785
  {
3875
4786
  "name": "pdfeasy",
3876
4787
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -3992,7 +4903,7 @@
3992
4903
  },
3993
4904
  {
3994
4905
  "name": "plausible",
3995
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4906
+ "description": "Nuxt module to natively integrate Plausible analytics",
3996
4907
  "repo": "nuxt-modules/plausible",
3997
4908
  "npm": "@nuxtjs/plausible",
3998
4909
  "icon": "",
@@ -4034,9 +4945,56 @@
4034
4945
  "requires": {}
4035
4946
  }
4036
4947
  },
4948
+ {
4949
+ "name": "prepare",
4950
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4951
+ "repo": "johannschopplich/nuxt-prepare",
4952
+ "npm": "nuxt-prepare",
4953
+ "icon": "prepare.svg",
4954
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4955
+ "website": "https://nuxt-prepare.byjohann.dev",
4956
+ "learn_more": "",
4957
+ "category": "Devtools",
4958
+ "type": "3rd-party",
4959
+ "maintainers": [
4960
+ {
4961
+ "name": "Johann Schopplich",
4962
+ "github": "johannschopplich",
4963
+ "twitter": "jschopplich",
4964
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4965
+ }
4966
+ ],
4967
+ "compatibility": {
4968
+ "nuxt": "^3.0.0",
4969
+ "requires": {}
4970
+ }
4971
+ },
4972
+ {
4973
+ "name": "primevue",
4974
+ "description": "Next Generation Vue UI Component Library",
4975
+ "repo": "primefaces/primevue-nuxt-module",
4976
+ "npm": "nuxt-primevue",
4977
+ "icon": "primevue.svg",
4978
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4979
+ "website": "https://primevue.org/",
4980
+ "learn_more": "https://primevue.org/",
4981
+ "category": "UI",
4982
+ "type": "3rd-party",
4983
+ "maintainers": [
4984
+ {
4985
+ "name": "primefaces",
4986
+ "github": "primefaces",
4987
+ "twitter": "primevue"
4988
+ }
4989
+ ],
4990
+ "compatibility": {
4991
+ "nuxt": "^3.0.0",
4992
+ "requires": {}
4993
+ }
4994
+ },
4037
4995
  {
4038
4996
  "name": "prismic",
4039
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4997
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4040
4998
  "repo": "nuxt-modules/prismic",
4041
4999
  "npm": "@nuxtjs/prismic",
4042
5000
  "icon": "prismic.png",
@@ -4103,7 +5061,7 @@
4103
5061
  },
4104
5062
  {
4105
5063
  "name": "proxy",
4106
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5064
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4107
5065
  "repo": "nuxt-community/proxy-module",
4108
5066
  "npm": "@nuxtjs/proxy",
4109
5067
  "icon": "",
@@ -4149,7 +5107,7 @@
4149
5107
  },
4150
5108
  {
4151
5109
  "name": "purgecss",
4152
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5110
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4153
5111
  "repo": "Developmint/nuxt-purgecss#main",
4154
5112
  "npm": "nuxt-purgecss",
4155
5113
  "icon": "purgecss.png",
@@ -4171,7 +5129,7 @@
4171
5129
  },
4172
5130
  {
4173
5131
  "name": "pwa",
4174
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5132
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4175
5133
  "repo": "nuxt-community/pwa-module",
4176
5134
  "npm": "@nuxtjs/pwa",
4177
5135
  "icon": "pwa.png",
@@ -4196,7 +5154,7 @@
4196
5154
  },
4197
5155
  {
4198
5156
  "name": "python",
4199
- "description": "Write Nuxt.js applications using Python",
5157
+ "description": "Write Nuxt applications using Python",
4200
5158
  "repo": "nuxt-community/python-module",
4201
5159
  "npm": "@nuxtjs/python",
4202
5160
  "icon": "python.png",
@@ -4233,6 +5191,64 @@
4233
5191
  "github": "Maiquu"
4234
5192
  }
4235
5193
  ],
5194
+ "compatibility": {
5195
+ "nuxt": "^3.0.0",
5196
+ "requires": {},
5197
+ "devtools": "^0.0.0"
5198
+ }
5199
+ },
5200
+ {
5201
+ "name": "radash",
5202
+ "description": "radash module with auto-import and custom prefix",
5203
+ "repo": "bbg/nuxt-radash",
5204
+ "npm": "nuxt-radash",
5205
+ "icon": "radash.png",
5206
+ "github": "https://github.com/bbg/nuxt-radash",
5207
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5208
+ "learn_more": "https://github.com/rayepps/radash/",
5209
+ "category": "Libraries",
5210
+ "type": "3rd-party",
5211
+ "maintainers": [
5212
+ {
5213
+ "name": "Batuhan Göksu",
5214
+ "github": "bbg"
5215
+ }
5216
+ ],
5217
+ "compatibility": {
5218
+ "nuxt": "^3.0.0",
5219
+ "requires": {}
5220
+ }
5221
+ },
5222
+ {
5223
+ "name": "radix-vue",
5224
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5225
+ "repo": "radix-vue/radix-vue",
5226
+ "npm": "radix-vue",
5227
+ "icon": "radix-vue.svg",
5228
+ "github": "https://github.com/radix-vue/radix-vue",
5229
+ "website": "https://www.radix-vue.com/",
5230
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5231
+ "category": "UI",
5232
+ "type": "3rd-party",
5233
+ "maintainers": [
5234
+ {
5235
+ "name": "Zernonia",
5236
+ "github": "zernonia",
5237
+ "twitter": "zernonia"
5238
+ },
5239
+ {
5240
+ "name": "Khairul Haaziq",
5241
+ "github": "khairulhaaziq"
5242
+ },
5243
+ {
5244
+ "name": "Mujahid Anuar",
5245
+ "github": "mujahidfa"
5246
+ },
5247
+ {
5248
+ "name": "Max",
5249
+ "github": "onmax"
5250
+ }
5251
+ ],
4236
5252
  "compatibility": {
4237
5253
  "nuxt": "^3.0.0",
4238
5254
  "requires": {}
@@ -4240,7 +5256,7 @@
4240
5256
  },
4241
5257
  {
4242
5258
  "name": "recaptcha",
4243
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5259
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4244
5260
  "repo": "nuxt-community/recaptcha-module",
4245
5261
  "npm": "@nuxtjs/recaptcha",
4246
5262
  "icon": "recaptcha.png",
@@ -4283,9 +5299,32 @@
4283
5299
  "requires": {}
4284
5300
  }
4285
5301
  },
5302
+ {
5303
+ "name": "resend",
5304
+ "description": "Resend integration for Nuxt",
5305
+ "repo": "nhedger/nuxt-resend",
5306
+ "npm": "nuxt-resend",
5307
+ "icon": "resend.svg",
5308
+ "github": "https://github.com/nhedger/nuxt-resend",
5309
+ "website": "https://github.com/nhedger/nuxt-resend",
5310
+ "learn_more": "https://resend.com",
5311
+ "category": "Extensions",
5312
+ "type": "3rd-party",
5313
+ "maintainers": [
5314
+ {
5315
+ "name": "Nicolas Hedger",
5316
+ "github": "nhedger",
5317
+ "twitter": "nicolashedger"
5318
+ }
5319
+ ],
5320
+ "compatibility": {
5321
+ "nuxt": "^3.0.0",
5322
+ "requires": {}
5323
+ }
5324
+ },
4286
5325
  {
4287
5326
  "name": "rfg-icon",
4288
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5327
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4289
5328
  "repo": "pimlie/nuxt-rfg-icon",
4290
5329
  "npm": "nuxt-rfg-icon",
4291
5330
  "icon": "real-favicon-generator.png",
@@ -4307,13 +5346,13 @@
4307
5346
  },
4308
5347
  {
4309
5348
  "name": "robots",
4310
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4311
- "repo": "nuxt-community/robots-module",
5349
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5350
+ "repo": "nuxt-modules/robots",
4312
5351
  "npm": "@nuxtjs/robots",
4313
5352
  "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",
5353
+ "github": "https://github.com/nuxt-modules/robots",
5354
+ "website": "https://github.com/nuxt-modules/robots",
5355
+ "learn_more": "",
4317
5356
  "category": "SEO",
4318
5357
  "type": "community",
4319
5358
  "maintainers": [
@@ -4331,23 +5370,23 @@
4331
5370
  },
4332
5371
  {
4333
5372
  "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",
5373
+ "description": "Nuxt 3 module to integrate Rollbar.",
5374
+ "repo": "jairoblatt/nuxt-rollbar",
5375
+ "npm": "nuxt-rollbar",
4337
5376
  "icon": "rollbar.png",
4338
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4339
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5377
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5378
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4340
5379
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4341
5380
  "category": "Monitoring",
4342
5381
  "type": "3rd-party",
4343
5382
  "maintainers": [
4344
5383
  {
4345
- "name": "Gaël Reyrol",
4346
- "github": "gaelreyrol"
5384
+ "name": "Jairo Blatt",
5385
+ "github": "jairoblatt"
4347
5386
  }
4348
5387
  ],
4349
5388
  "compatibility": {
4350
- "nuxt": "^2.0.0",
5389
+ "nuxt": "^3.0.0",
4351
5390
  "requires": {}
4352
5391
  }
4353
5392
  },
@@ -4376,7 +5415,7 @@
4376
5415
  },
4377
5416
  {
4378
5417
  "name": "router",
4379
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5418
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4380
5419
  "repo": "nuxt-community/router-module",
4381
5420
  "npm": "@nuxtjs/router",
4382
5421
  "icon": "vue.png",
@@ -4424,13 +5463,13 @@
4424
5463
  },
4425
5464
  {
4426
5465
  "name": "schema-org",
4427
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4428
- "repo": "vueuse/schema-org#main/packages/nuxt",
5466
+ "description": "Quick and easy Schema.org graphs.",
5467
+ "repo": "harlan-zw/nuxt-schema-org",
4429
5468
  "npm": "nuxt-schema-org",
4430
5469
  "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",
5470
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5471
+ "website": "https://nuxtseo.com/schema-org",
5472
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4434
5473
  "category": "SEO",
4435
5474
  "type": "3rd-party",
4436
5475
  "maintainers": [
@@ -4493,13 +5532,13 @@
4493
5532
  },
4494
5533
  {
4495
5534
  "name": "segment",
4496
- "description": "Nuxt.js module for Segment Analytics.js",
5535
+ "description": "Nuxt module for Segment Analytics.js",
4497
5536
  "repo": "dansmaculotte/nuxt-segment",
4498
5537
  "npm": "@dansmaculotte/nuxt-segment",
4499
5538
  "icon": "segment.png",
4500
5539
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4501
5540
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4502
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5541
+ "learn_more": "",
4503
5542
  "category": "Analytics",
4504
5543
  "type": "3rd-party",
4505
5544
  "maintainers": [
@@ -4515,10 +5554,10 @@
4515
5554
  },
4516
5555
  {
4517
5556
  "name": "sentry",
4518
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5557
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4519
5558
  "repo": "nuxt-community/sentry-module",
4520
5559
  "npm": "@nuxtjs/sentry",
4521
- "icon": "sentry.png",
5560
+ "icon": "sentry.svg",
4522
5561
  "github": "https://github.com/nuxt-community/sentry-module",
4523
5562
  "website": "https://sentry.nuxtjs.org/",
4524
5563
  "learn_more": "https://sentry.io/welcome/",
@@ -4536,20 +5575,22 @@
4536
5575
  }
4537
5576
  },
4538
5577
  {
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": "",
5578
+ "name": "seo-experiments",
5579
+ "description": "Powerful SEO DX improvements.",
5580
+ "repo": "harlan-zw/nuxt-seo-experiments",
5581
+ "npm": "nuxt-seo-experiments",
5582
+ "icon": "seo-experiments.svg",
5583
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5584
+ "website": "https://nuxtseo.com/experiments",
5585
+ "learn_more": "https://nuxtseo.com/experiments",
4547
5586
  "category": "SEO",
4548
5587
  "type": "3rd-party",
4549
5588
  "maintainers": [
4550
5589
  {
4551
- "name": "harlan-zw",
4552
- "github": "harlan-zw"
5590
+ "name": "Harlan Wilton",
5591
+ "github": "harlan-zw",
5592
+ "twitter": "harlan_zw",
5593
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4553
5594
  }
4554
5595
  ],
4555
5596
  "compatibility": {
@@ -4580,9 +5621,31 @@
4580
5621
  "requires": {}
4581
5622
  }
4582
5623
  },
5624
+ {
5625
+ "name": "seo",
5626
+ "description": "The complete SEO solution for Nuxt.",
5627
+ "repo": "harlan-zw/nuxt-seo",
5628
+ "npm": "@nuxtjs/seo",
5629
+ "icon": "nuxt.svg",
5630
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5631
+ "website": "https://nuxtseo.com/",
5632
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5633
+ "category": "SEO",
5634
+ "type": "3rd-party",
5635
+ "maintainers": [
5636
+ {
5637
+ "name": "harlan-zw",
5638
+ "github": "harlan-zw"
5639
+ }
5640
+ ],
5641
+ "compatibility": {
5642
+ "nuxt": "^3.0.0",
5643
+ "requires": {}
5644
+ }
5645
+ },
4583
5646
  {
4584
5647
  "name": "seomatic-meta",
4585
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5648
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4586
5649
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4587
5650
  "npm": "nuxt-seomatic-meta",
4588
5651
  "icon": "seomatic.png",
@@ -4625,6 +5688,29 @@
4625
5688
  "requires": {}
4626
5689
  }
4627
5690
  },
5691
+ {
5692
+ "name": "server-block",
5693
+ "description": "Use <server> tags in your Nuxt pages components.",
5694
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5695
+ "npm": "@hebilicious/server-block-nuxt",
5696
+ "icon": "server-block.svg",
5697
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5698
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5699
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5700
+ "category": "Extensions",
5701
+ "type": "3rd-party",
5702
+ "maintainers": [
5703
+ {
5704
+ "name": "Hebilicious",
5705
+ "github": "Hebilicious",
5706
+ "twitter": "its_hebilicious"
5707
+ }
5708
+ ],
5709
+ "compatibility": {
5710
+ "nuxt": "^3.0.0",
5711
+ "requires": {}
5712
+ }
5713
+ },
4628
5714
  {
4629
5715
  "name": "session",
4630
5716
  "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 +5736,7 @@
4650
5736
  },
4651
5737
  {
4652
5738
  "name": "shopify",
4653
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5739
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4654
5740
  "repo": "Gomah/nuxt-shopify",
4655
5741
  "npm": "nuxt-shopify",
4656
5742
  "icon": "shopify.png",
@@ -4671,7 +5757,7 @@
4671
5757
  }
4672
5758
  },
4673
5759
  {
4674
- "name": "nuxt-auth",
5760
+ "name": "sidebase-auth",
4675
5761
  "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
5762
  "repo": "sidebase/nuxt-auth",
4677
5763
  "npm": "@sidebase/nuxt-auth",
@@ -4717,13 +5803,13 @@
4717
5803
  },
4718
5804
  {
4719
5805
  "name": "simple-robots",
4720
- "description": "Simply manage the robots crawling your Nuxt app.",
5806
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4721
5807
  "repo": "harlan-zw/nuxt-simple-robots",
4722
5808
  "npm": "nuxt-simple-robots",
4723
- "icon": "",
5809
+ "icon": "simple-robots.svg",
4724
5810
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4726
- "learn_more": "",
5811
+ "website": "https://nuxtseo.com/robots",
5812
+ "learn_more": "https://nuxtseo.com/robots",
4727
5813
  "category": "SEO",
4728
5814
  "type": "3rd-party",
4729
5815
  "maintainers": [
@@ -4740,41 +5826,23 @@
4740
5826
  }
4741
5827
  },
4742
5828
  {
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": "",
5829
+ "name": "sitemap",
5830
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5831
+ "repo": "nuxt-modules/sitemap",
5832
+ "npm": "@nuxtjs/sitemap",
5833
+ "icon": "simple-sitemap.svg",
5834
+ "github": "https://github.com/nuxt-modules/sitemap",
5835
+ "website": "https://nuxtseo.com/",
5836
+ "learn_more": "https://nuxtseo.com/sitemap",
4751
5837
  "category": "SEO",
4752
- "type": "3rd-party",
5838
+ "type": "community",
4753
5839
  "maintainers": [
4754
5840
  {
4755
5841
  "name": "Harlan Wilton",
4756
5842
  "github": "harlan-zw",
4757
5843
  "twitter": "harlan_zw",
4758
5844
  "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": [
5845
+ },
4778
5846
  {
4779
5847
  "name": "Nicolas PENNEC",
4780
5848
  "github": "NicoPennec",
@@ -4782,7 +5850,7 @@
4782
5850
  }
4783
5851
  ],
4784
5852
  "compatibility": {
4785
- "nuxt": "^2.0.0",
5853
+ "nuxt": "^3.0.0",
4786
5854
  "requires": {}
4787
5855
  }
4788
5856
  },
@@ -4810,7 +5878,7 @@
4810
5878
  },
4811
5879
  {
4812
5880
  "name": "snipcart",
4813
- "description": "Snipcart integration module for Nuxt.js",
5881
+ "description": "Snipcart integration module for Nuxt",
4814
5882
  "repo": "nuxt-modules/snipcart",
4815
5883
  "npm": "@nuxtjs/snipcart",
4816
5884
  "icon": "snipcart.png",
@@ -4833,7 +5901,7 @@
4833
5901
  },
4834
5902
  {
4835
5903
  "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.).",
5904
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4837
5905
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4838
5906
  "npm": "nuxt-social-meta",
4839
5907
  "icon": "",
@@ -4955,7 +6023,7 @@
4955
6023
  },
4956
6024
  {
4957
6025
  "name": "storage",
4958
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6026
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4959
6027
  "repo": "mazipan/nuxt-storage",
4960
6028
  "npm": "nuxt-storage",
4961
6029
  "icon": "",
@@ -4977,7 +6045,7 @@
4977
6045
  },
4978
6046
  {
4979
6047
  "name": "storefront-ui",
4980
- "description": "Storefront UI Module for Nuxt.js",
6048
+ "description": "Storefront UI Module for Nuxt",
4981
6049
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4982
6050
  "npm": "@storefront-ui/nuxt",
4983
6051
  "icon": "storefront-ui.svg",
@@ -5021,8 +6089,8 @@
5021
6089
  },
5022
6090
  {
5023
6091
  "name": "storyblok",
5024
- "description": "Storyblok Nuxt.js module",
5025
- "repo": "storyblok/storyblok-nuxt#master/lib",
6092
+ "description": "Storyblok Nuxt module",
6093
+ "repo": "storyblok/storyblok-nuxt#main",
5026
6094
  "npm": "@storyblok/nuxt",
5027
6095
  "icon": "storyblok.png",
5028
6096
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5038,46 +6106,43 @@
5038
6106
  ],
5039
6107
  "compatibility": {
5040
6108
  "nuxt": "^2.0.0 || ^3.0.0",
5041
- "requires": {}
6109
+ "requires": {},
6110
+ "devtools": "^0.0.0"
5042
6111
  }
5043
6112
  },
5044
6113
  {
5045
6114
  "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",
6115
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6116
+ "repo": "nuxt-modules/storybook",
5048
6117
  "npm": "@nuxtjs/storybook",
5049
6118
  "icon": "storybook.png",
5050
- "github": "https://github.com/nuxt-community/storybook",
6119
+ "github": "https://github.com/nuxt-modules/storybook",
5051
6120
  "website": "https://storybook.nuxtjs.org",
5052
- "learn_more": "https://storybook.js.org/",
6121
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5053
6122
  "category": "Devtools",
5054
6123
  "type": "community",
5055
6124
  "maintainers": [
5056
6125
  {
5057
- "name": "Ahad Birang",
5058
- "github": "farnabaz",
5059
- "twitter": "a_birang"
5060
- },
5061
- {
5062
- "name": "Pooya Parsa",
5063
- "github": "pi0",
5064
- "twitter": "_pi0_"
6126
+ "name": "Chakir QATAB",
6127
+ "github": "chakAs3",
6128
+ "twitter": "ChakirQatab"
5065
6129
  }
5066
6130
  ],
5067
6131
  "compatibility": {
5068
- "nuxt": "^2.0.0",
6132
+ "nuxt": "^2.0.0 || ^3.0.0",
5069
6133
  "requires": {
5070
6134
  "bridge": "optional"
5071
- }
6135
+ },
6136
+ "devtools": "^0.7.2"
5072
6137
  }
5073
6138
  },
5074
6139
  {
5075
6140
  "name": "strapi",
5076
6141
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5077
- "repo": "nuxt-community/strapi-module",
6142
+ "repo": "nuxt-modules/strapi",
5078
6143
  "npm": "@nuxtjs/strapi",
5079
6144
  "icon": "strapi.png",
5080
- "github": "https://github.com/nuxt-community/strapi-module",
6145
+ "github": "https://github.com/nuxt-modules/strapi",
5081
6146
  "website": "https://strapi.nuxtjs.org",
5082
6147
  "learn_more": "https://strapi.io/",
5083
6148
  "category": "CMS",
@@ -5098,7 +6163,34 @@
5098
6163
  "nuxt": "^2.0.0 || ^3.0.0",
5099
6164
  "requires": {
5100
6165
  "bridge": true
6166
+ },
6167
+ "devtools": "^0.0.0"
6168
+ }
6169
+ },
6170
+ {
6171
+ "name": "stripe-next",
6172
+ "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.",
6173
+ "repo": "fuentesloic/nuxt-stripe",
6174
+ "npm": "@unlok-co/nuxt-stripe",
6175
+ "icon": "stripe.png",
6176
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6177
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6178
+ "learn_more": "https://stripe.com/docs",
6179
+ "category": "Payment",
6180
+ "type": "3rd-party",
6181
+ "maintainers": [
6182
+ {
6183
+ "name": "Loic Fuentes",
6184
+ "github": "fuentesloic"
6185
+ },
6186
+ {
6187
+ "name": "Florent Giraud",
6188
+ "github": "flozero"
5101
6189
  }
6190
+ ],
6191
+ "compatibility": {
6192
+ "nuxt": "^3.0.0",
6193
+ "requires": {}
5102
6194
  }
5103
6195
  },
5104
6196
  {
@@ -5123,6 +6215,36 @@
5123
6215
  "requires": {}
5124
6216
  }
5125
6217
  },
6218
+ {
6219
+ "name": "studio",
6220
+ "description": "A new experience to build content-driven website with Nuxt.",
6221
+ "repo": "nuxtlabs/studio-module",
6222
+ "npm": "@nuxthq/studio",
6223
+ "icon": "studio.svg",
6224
+ "github": "https://github.com/nuxtlabs/studio-module",
6225
+ "website": "https://nuxt.studio",
6226
+ "learn_more": "https://nuxt.studio",
6227
+ "category": "CMS",
6228
+ "type": "3rd-party",
6229
+ "maintainers": [
6230
+ {
6231
+ "name": "Ahad Birang",
6232
+ "github": "farnabaz",
6233
+ "twitter": "a_birang"
6234
+ },
6235
+ {
6236
+ "name": "Sébastien Chopin",
6237
+ "github": "Atinux",
6238
+ "twitter": "Atinux"
6239
+ }
6240
+ ],
6241
+ "compatibility": {
6242
+ "nuxt": "^3.0.0",
6243
+ "requires": {
6244
+ "content": true
6245
+ }
6246
+ }
6247
+ },
5126
6248
  {
5127
6249
  "name": "style-resources",
5128
6250
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5148,7 +6270,7 @@
5148
6270
  },
5149
6271
  {
5150
6272
  "name": "stylelint",
5151
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6273
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5152
6274
  "repo": "nuxt-community/stylelint-module",
5153
6275
  "npm": "@nuxtjs/stylelint-module",
5154
6276
  "icon": "stylelint.png",
@@ -5194,10 +6316,10 @@
5194
6316
  {
5195
6317
  "name": "supabase",
5196
6318
  "description": "First class integration with Supabase",
5197
- "repo": "nuxt-community/supabase-module",
6319
+ "repo": "nuxt-modules/supabase",
5198
6320
  "npm": "@nuxtjs/supabase",
5199
6321
  "icon": "supabase.png",
5200
- "github": "https://github.com/nuxt-community/supabase-module",
6322
+ "github": "https://github.com/nuxt-modules/supabase",
5201
6323
  "website": "https://supabase.nuxtjs.org",
5202
6324
  "learn_more": "https://supabase.com",
5203
6325
  "category": "Database",
@@ -5248,12 +6370,12 @@
5248
6370
  },
5249
6371
  {
5250
6372
  "name": "svg-sprite",
5251
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5252
- "repo": "nuxt-community/svg-sprite-module",
6373
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6374
+ "repo": "nuxt-modules/svg-sprite",
5253
6375
  "npm": "@nuxtjs/svg-sprite",
5254
6376
  "icon": "",
5255
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5256
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6377
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6378
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5257
6379
  "learn_more": "",
5258
6380
  "category": "UI",
5259
6381
  "type": "community",
@@ -5265,13 +6387,13 @@
5265
6387
  }
5266
6388
  ],
5267
6389
  "compatibility": {
5268
- "nuxt": "^2.0.0",
6390
+ "nuxt": "^2.0.0 || ^3.0.0",
5269
6391
  "requires": {}
5270
6392
  }
5271
6393
  },
5272
6394
  {
5273
6395
  "name": "svg",
5274
- "description": "Super simple svg loading module for Nuxt.js",
6396
+ "description": "Super simple svg loading module for Nuxt",
5275
6397
  "repo": "nuxt-community/svg-module",
5276
6398
  "npm": "@nuxtjs/svg",
5277
6399
  "icon": "",
@@ -5315,7 +6437,7 @@
5315
6437
  },
5316
6438
  {
5317
6439
  "name": "swiper",
5318
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6440
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5319
6441
  "repo": "cpreston321/nuxt-swiper",
5320
6442
  "npm": "nuxt-swiper",
5321
6443
  "icon": "swiper.svg",
@@ -5361,10 +6483,10 @@
5361
6483
  {
5362
6484
  "name": "tailwindcss",
5363
6485
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5364
- "repo": "nuxt-community/tailwindcss-module",
6486
+ "repo": "nuxt-modules/tailwindcss",
5365
6487
  "npm": "@nuxtjs/tailwindcss",
5366
6488
  "icon": "tailwindcss.png",
5367
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6489
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5368
6490
  "website": "https://tailwindcss.nuxtjs.org",
5369
6491
  "learn_more": "https://tailwindcss.com/",
5370
6492
  "category": "UI",
@@ -5374,11 +6496,16 @@
5374
6496
  "name": "Sébastien Chopin",
5375
6497
  "github": "Atinux",
5376
6498
  "twitter": "Atinux"
6499
+ },
6500
+ {
6501
+ "name": "Inesh Bose",
6502
+ "github": "ineshbose"
5377
6503
  }
5378
6504
  ],
5379
6505
  "compatibility": {
5380
6506
  "nuxt": "^2.0.0 || ^3.0.0",
5381
- "requires": {}
6507
+ "requires": {},
6508
+ "devtools": "^0.0.0"
5382
6509
  }
5383
6510
  },
5384
6511
  {
@@ -5405,25 +6532,124 @@
5405
6532
  }
5406
6533
  },
5407
6534
  {
5408
- "name": "toast",
5409
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
5410
- "repo": "nuxt-community/modules#master/packages/toast",
5411
- "npm": "@nuxtjs/toast",
5412
- "icon": "",
5413
- "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
5414
- "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
5415
- "learn_more": "https://github.com/shakee93/vue-toasted",
6535
+ "name": "time",
6536
+ "description": "Safely render local dates and times on the server with Nuxt",
6537
+ "repo": "danielroe/nuxt-time",
6538
+ "npm": "nuxt-time",
6539
+ "icon": "",
6540
+ "github": "https://github.com/danielroe/nuxt-time",
6541
+ "website": "https://github.com/danielroe/nuxt-time",
6542
+ "learn_more": "",
6543
+ "category": "Extensions",
6544
+ "type": "3rd-party",
6545
+ "maintainers": [
6546
+ {
6547
+ "name": "danielroe",
6548
+ "github": "danielroe"
6549
+ }
6550
+ ],
6551
+ "compatibility": {
6552
+ "nuxt": "^3.0.0",
6553
+ "requires": {}
6554
+ }
6555
+ },
6556
+ {
6557
+ "name": "tiptap",
6558
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6559
+ "repo": "modbender/nuxt-tiptap-editor",
6560
+ "npm": "nuxt-tiptap-editor",
6561
+ "icon": "tiptap.png",
6562
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6563
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6564
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6565
+ "category": "Libraries",
6566
+ "type": "3rd-party",
6567
+ "maintainers": [
6568
+ {
6569
+ "name": "modbender",
6570
+ "github": "modbender"
6571
+ }
6572
+ ],
6573
+ "compatibility": {
6574
+ "nuxt": "^3.0.0",
6575
+ "requires": {}
6576
+ }
6577
+ },
6578
+ {
6579
+ "name": "toast",
6580
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
6581
+ "repo": "nuxt-community/modules#master/packages/toast",
6582
+ "npm": "@nuxtjs/toast",
6583
+ "icon": "",
6584
+ "github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
6585
+ "website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
6586
+ "learn_more": "https://github.com/shakee93/vue-toasted",
6587
+ "category": "Libraries",
6588
+ "type": "community",
6589
+ "maintainers": [
6590
+ {
6591
+ "name": "Pooya Parsa",
6592
+ "github": "pi0",
6593
+ "twitter": "_pi0_"
6594
+ }
6595
+ ],
6596
+ "compatibility": {
6597
+ "nuxt": "^2.0.0",
6598
+ "requires": {}
6599
+ }
6600
+ },
6601
+ {
6602
+ "name": "translation-manager",
6603
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6604
+ "repo": "samk-dev/nuxt-translation-manager",
6605
+ "npm": "nuxt-translation-manager",
6606
+ "icon": "translation-manager.png",
6607
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6608
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6609
+ "learn_more": "",
6610
+ "category": "Extensions",
6611
+ "type": "3rd-party",
6612
+ "maintainers": [
6613
+ {
6614
+ "name": "Sam K",
6615
+ "github": "samk-dev"
6616
+ }
6617
+ ],
6618
+ "compatibility": {
6619
+ "nuxt": "^3.0.0",
6620
+ "requires": {}
6621
+ }
6622
+ },
6623
+ {
6624
+ "name": "tresjs",
6625
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6626
+ "repo": "tresjs/nuxt",
6627
+ "npm": "@tresjs/nuxt",
6628
+ "icon": "tresjs.svg",
6629
+ "github": "https://github.com/Tresjs/nuxt",
6630
+ "website": "https://tresjs.org/guide/nuxt.html",
6631
+ "learn_more": "https://tresjs.org/",
5416
6632
  "category": "Libraries",
5417
- "type": "community",
6633
+ "type": "3rd-party",
5418
6634
  "maintainers": [
5419
6635
  {
5420
- "name": "Pooya Parsa",
5421
- "github": "pi0",
5422
- "twitter": "_pi0_"
6636
+ "name": "Alvaro Saburido",
6637
+ "github": "alvarosabu",
6638
+ "twitter": "alvarosabu"
6639
+ },
6640
+ {
6641
+ "name": "Jaime Torrealba",
6642
+ "github": "JaimeTorrealba",
6643
+ "twitter": "jaimebboyjt"
6644
+ },
6645
+ {
6646
+ "name": "Tino Koch",
6647
+ "github": "Tinoooo",
6648
+ "twitter": "ichbintino"
5423
6649
  }
5424
6650
  ],
5425
6651
  "compatibility": {
5426
- "nuxt": "^2.0.0",
6652
+ "nuxt": "^3.0.0",
5427
6653
  "requires": {}
5428
6654
  }
5429
6655
  },
@@ -5454,7 +6680,7 @@
5454
6680
  },
5455
6681
  {
5456
6682
  "name": "twa",
5457
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6683
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5458
6684
  "repo": "tuarrep/nuxt-twa",
5459
6685
  "npm": "nuxt-twa",
5460
6686
  "icon": "",
@@ -5481,7 +6707,7 @@
5481
6707
  "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5482
6708
  "repo": "yizack/nuxt-twemoji",
5483
6709
  "npm": "nuxt-twemoji",
5484
- "icon": "twemoji.png",
6710
+ "icon": "twemoji.svg",
5485
6711
  "github": "https://github.com/Yizack/nuxt-twemoji",
5486
6712
  "website": "https://github.com/Yizack/nuxt-twemoji",
5487
6713
  "learn_more": "",
@@ -5642,6 +6868,63 @@
5642
6868
  "requires": {}
5643
6869
  }
5644
6870
  },
6871
+ {
6872
+ "name": "typo3",
6873
+ "description": "TYPO3 Headless Frontend Rendering module",
6874
+ "repo": "TYPO3-Headless/nuxt-typo3",
6875
+ "npm": "@t3headless/nuxt-typo3",
6876
+ "icon": "typo3.svg",
6877
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6878
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6879
+ "learn_more": "https://github.com/TYPO3-Headless",
6880
+ "category": "CMS",
6881
+ "type": "3rd-party",
6882
+ "maintainers": [
6883
+ {
6884
+ "name": "Macopedia",
6885
+ "github": "macopedia",
6886
+ "twitter": "macopediapl"
6887
+ }
6888
+ ],
6889
+ "compatibility": {
6890
+ "nuxt": "^2.0.0 || ^3.0.0",
6891
+ "requires": {},
6892
+ "devtools": "^0.0.0"
6893
+ }
6894
+ },
6895
+ {
6896
+ "name": "ui",
6897
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6898
+ "repo": "nuxt/ui#dev",
6899
+ "npm": "@nuxt/ui",
6900
+ "icon": "nuxt.svg",
6901
+ "github": "https://github.com/nuxt/ui",
6902
+ "website": "https://ui.nuxt.com",
6903
+ "learn_more": "",
6904
+ "category": "UI",
6905
+ "type": "official",
6906
+ "maintainers": [
6907
+ {
6908
+ "name": "Benjamin Canac",
6909
+ "github": "benjamincanac",
6910
+ "twitter": "benjamincanac"
6911
+ },
6912
+ {
6913
+ "name": "Sebastien Chopin",
6914
+ "github": "Atinux",
6915
+ "twitter": "Atinux"
6916
+ },
6917
+ {
6918
+ "name": "Sylvain Marroufin",
6919
+ "github": "smarroufin",
6920
+ "twitter": "smarroufin"
6921
+ }
6922
+ ],
6923
+ "compatibility": {
6924
+ "nuxt": "^3.0.0",
6925
+ "requires": {}
6926
+ }
6927
+ },
5645
6928
  {
5646
6929
  "name": "umami",
5647
6930
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5666,31 +6949,9 @@
5666
6949
  }
5667
6950
  }
5668
6951
  },
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
6952
  {
5692
6953
  "name": "universal-storage",
5693
- "description": "Universal Storage Utilities for Nuxt.js",
6954
+ "description": "Universal Storage Utilities for Nuxt",
5694
6955
  "repo": "nuxt-community/universal-storage-module",
5695
6956
  "npm": "@nuxtjs/universal-storage",
5696
6957
  "icon": "",
@@ -5719,7 +6980,7 @@
5719
6980
  {
5720
6981
  "name": "unlazy",
5721
6982
  "description": "Lazy loading library for placeholder images",
5722
- "repo": "johannschopplich/unlazy/packages/nuxt",
6983
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5723
6984
  "npm": "@unlazy/nuxt",
5724
6985
  "icon": "unlazy.svg",
5725
6986
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5767,12 +7028,12 @@
5767
7028
  {
5768
7029
  "name": "unocss",
5769
7030
  "description": "The instant on-demand atomic CSS engine.",
5770
- "repo": "antfu/unocss#main/packages/nuxt",
7031
+ "repo": "unocss/unocss#main/packages/nuxt",
5771
7032
  "npm": "@unocss/nuxt",
5772
7033
  "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",
7034
+ "github": "https://github.com/unocss/unocss",
7035
+ "website": "https://github.com/unocss/unocss",
7036
+ "learn_more": "https://github.com/unocss/unocss",
5776
7037
  "category": "UI",
5777
7038
  "type": "3rd-party",
5778
7039
  "maintainers": [
@@ -5787,7 +7048,8 @@
5787
7048
  "nuxt": "^2.0.0 || ^3.0.0",
5788
7049
  "requires": {
5789
7050
  "bridge": "optional"
5790
- }
7051
+ },
7052
+ "devtools": "^0.0.0"
5791
7053
  }
5792
7054
  },
5793
7055
  {
@@ -5813,9 +7075,55 @@
5813
7075
  "requires": {}
5814
7076
  }
5815
7077
  },
7078
+ {
7079
+ "name": "use-bootstrap",
7080
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7081
+ "repo": "simplise/use-bootstrap",
7082
+ "npm": "usebootstrap",
7083
+ "icon": "use-bootstrap.svg",
7084
+ "github": "https://github.com/simplise/use-bootstrap",
7085
+ "website": "https://usebootstrap.org/",
7086
+ "learn_more": "https://usebootstrap.org/",
7087
+ "category": "UI",
7088
+ "type": "3rd-party",
7089
+ "maintainers": [
7090
+ {
7091
+ "name": "KoujiSano",
7092
+ "github": "KoujiSano"
7093
+ }
7094
+ ],
7095
+ "compatibility": {
7096
+ "nuxt": "^3.0.0",
7097
+ "requires": {}
7098
+ }
7099
+ },
7100
+ {
7101
+ "name": "use-wagmi",
7102
+ "description": "Vue Composition for Ethereum based on wagmi",
7103
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7104
+ "npm": "@use-wagmi/nuxt",
7105
+ "icon": "use-wagmi.png",
7106
+ "github": "https://github.com/unicape/use-wagmi",
7107
+ "website": "https://github.com/unicape/use-wagmi",
7108
+ "learn_more": "https://github.com/unicape/use-wagmi",
7109
+ "category": "Extensions",
7110
+ "type": "3rd-party",
7111
+ "maintainers": [
7112
+ {
7113
+ "name": "Unic Ape",
7114
+ "github": "unicape"
7115
+ }
7116
+ ],
7117
+ "compatibility": {
7118
+ "nuxt": "^2.0.0 || ^3.0.0",
7119
+ "requires": {
7120
+ "bridge": true
7121
+ }
7122
+ }
7123
+ },
5816
7124
  {
5817
7125
  "name": "user-agent",
5818
- "description": "Nuxt.js module for handling User-Agent.",
7126
+ "description": "Nuxt module for handling User-Agent.",
5819
7127
  "repo": "fukuiretu/nuxt-user-agent",
5820
7128
  "npm": "nuxt-user-agent",
5821
7129
  "icon": "",
@@ -5843,7 +7151,7 @@
5843
7151
  "icon": "vee-validate.png",
5844
7152
  "github": "https://github.com/lewyuburi/nuxt-validate",
5845
7153
  "website": "https://github.com/lewyuburi/nuxt-validate",
5846
- "learn_more": "https://logaretm.github.io/vee-validate/",
7154
+ "learn_more": "",
5847
7155
  "category": "Libraries",
5848
7156
  "type": "3rd-party",
5849
7157
  "maintainers": [
@@ -5905,9 +7213,31 @@
5905
7213
  }
5906
7214
  }
5907
7215
  },
7216
+ {
7217
+ "name": "vcalendar",
7218
+ "description": "VCalendar module for Nuxt",
7219
+ "repo": "samk-dev/nuxt-vcalendar",
7220
+ "npm": "@samk-dev/nuxt-vcalendar",
7221
+ "icon": "vcalendar.png",
7222
+ "github": "https://github.com/samk-dev/vcalendar",
7223
+ "website": "https://github.com/samk-dev/vcalendar",
7224
+ "learn_more": "",
7225
+ "category": "Libraries",
7226
+ "type": "3rd-party",
7227
+ "maintainers": [
7228
+ {
7229
+ "name": "Sam K",
7230
+ "github": "samk-dev"
7231
+ }
7232
+ ],
7233
+ "compatibility": {
7234
+ "nuxt": "^3.0.0",
7235
+ "requires": {}
7236
+ }
7237
+ },
5908
7238
  {
5909
7239
  "name": "vee-validate",
5910
- "description": "Painless Vue forms for Nuxt.js",
7240
+ "description": "Painless Vue forms for Nuxt",
5911
7241
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5912
7242
  "npm": "@vee-validate/nuxt",
5913
7243
  "icon": "vee-validate.png",
@@ -5950,6 +7280,28 @@
5950
7280
  "requires": {}
5951
7281
  }
5952
7282
  },
7283
+ {
7284
+ "name": "vercel-analytics",
7285
+ "description": "Vercel Analytics integration for Nuxt",
7286
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7287
+ "npm": "nuxt-vercel-analytics",
7288
+ "icon": "",
7289
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7290
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7291
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7292
+ "category": "Analytics",
7293
+ "type": "3rd-party",
7294
+ "maintainers": [
7295
+ {
7296
+ "name": "Alexander B.",
7297
+ "github": "xanderbarkhatov"
7298
+ }
7299
+ ],
7300
+ "compatibility": {
7301
+ "nuxt": "^3.0.0",
7302
+ "requires": {}
7303
+ }
7304
+ },
5953
7305
  {
5954
7306
  "name": "vexip-ui",
5955
7307
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5975,7 +7327,7 @@
5975
7327
  },
5976
7328
  {
5977
7329
  "name": "vite-pwa-nuxt",
5978
- "description": "Zero-config PWA Plugin for Nuxt 3",
7330
+ "description": "Zero-config PWA Plugin for Nuxt",
5979
7331
  "repo": "vite-pwa/nuxt",
5980
7332
  "npm": "@vite-pwa/nuxt",
5981
7333
  "icon": "vite-pwa-nuxt.svg",
@@ -6004,13 +7356,13 @@
6004
7356
  {
6005
7357
  "name": "vitest",
6006
7358
  "description": "Vitest integration with Nuxt",
6007
- "repo": "danielroe/nuxt-vitest#main",
7359
+ "repo": "danielroe/nuxt-vitest",
6008
7360
  "npm": "nuxt-vitest",
6009
7361
  "icon": "vitest.svg",
6010
7362
  "github": "https://github.com/danielroe/nuxt-vitest",
6011
7363
  "website": "https://github.com/danielroe/nuxt-vitest",
6012
7364
  "learn_more": "",
6013
- "category": "Extensions",
7365
+ "category": "Devtools",
6014
7366
  "type": "3rd-party",
6015
7367
  "maintainers": [
6016
7368
  {
@@ -6022,6 +7374,61 @@
6022
7374
  "github": "antfu"
6023
7375
  }
6024
7376
  ],
7377
+ "compatibility": {
7378
+ "nuxt": "^3.0.0",
7379
+ "requires": {},
7380
+ "devtools": "^0.0.0"
7381
+ }
7382
+ },
7383
+ {
7384
+ "name": "vue-email",
7385
+ "description": "💌 Write email templates with vue",
7386
+ "repo": "vue-email/nuxt",
7387
+ "npm": "@vue-email/nuxt",
7388
+ "icon": "vue-email.svg",
7389
+ "github": "https://github.com/vue-email/nuxt",
7390
+ "website": "https://vuemail.net/",
7391
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7392
+ "category": "UI",
7393
+ "type": "3rd-party",
7394
+ "maintainers": [
7395
+ {
7396
+ "name": "David Arenas",
7397
+ "github": "Dave136",
7398
+ "twitter": "davejs4",
7399
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7400
+ },
7401
+ {
7402
+ "name": "Younes Barrad",
7403
+ "github": "Flowko",
7404
+ "twitter": "imflowko",
7405
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7406
+ }
7407
+ ],
7408
+ "compatibility": {
7409
+ "nuxt": "^3.0.0",
7410
+ "requires": {},
7411
+ "devtools": "^0.0.0"
7412
+ }
7413
+ },
7414
+ {
7415
+ "name": "vue-final-modal",
7416
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7417
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7418
+ "npm": "@vue-final-modal/nuxt",
7419
+ "icon": "vue-final-modal.svg",
7420
+ "github": "https://github.com/vue-final/vue-final-modal",
7421
+ "website": "https://vue-final-modal.org/",
7422
+ "learn_more": "https://vue-final-modal.org/",
7423
+ "category": "UI",
7424
+ "type": "3rd-party",
7425
+ "maintainers": [
7426
+ {
7427
+ "name": "Hunter Liu",
7428
+ "github": "hunterliu1003",
7429
+ "twitter": "hunterliu1003"
7430
+ }
7431
+ ],
6025
7432
  "compatibility": {
6026
7433
  "nuxt": "^3.0.0",
6027
7434
  "requires": {}
@@ -6049,7 +7456,8 @@
6049
7456
  "nuxt": "^3.0.0",
6050
7457
  "requires": {
6051
7458
  "bridge": "optional"
6052
- }
7459
+ },
7460
+ "devtools": "^0.0.0"
6053
7461
  }
6054
7462
  },
6055
7463
  {
@@ -6076,7 +7484,7 @@
6076
7484
  },
6077
7485
  {
6078
7486
  "name": "vue-multiselect",
6079
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7487
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6080
7488
  "repo": "spektrummedia/nuxt-vue-multiselect",
6081
7489
  "npm": "nuxt-vue-multiselect",
6082
7490
  "icon": "",
@@ -6118,6 +7526,29 @@
6118
7526
  "requires": {}
6119
7527
  }
6120
7528
  },
7529
+ {
7530
+ "name": "vue-query",
7531
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7532
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7533
+ "npm": "@hebilicious/vue-query-nuxt",
7534
+ "icon": "vue-query.svg",
7535
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7536
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7537
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7538
+ "category": "Request",
7539
+ "type": "3rd-party",
7540
+ "maintainers": [
7541
+ {
7542
+ "name": "Hebilicious",
7543
+ "github": "Hebilicious",
7544
+ "twitter": "its_hebilicious"
7545
+ }
7546
+ ],
7547
+ "compatibility": {
7548
+ "nuxt": "^3.0.0",
7549
+ "requires": {}
7550
+ }
7551
+ },
6121
7552
  {
6122
7553
  "name": "vue-select",
6123
7554
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6167,7 +7598,7 @@
6167
7598
  },
6168
7599
  {
6169
7600
  "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",
7601
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6171
7602
  "repo": "juliomrqz/vue-warehouse",
6172
7603
  "npm": "vue-warehouse",
6173
7604
  "icon": "",
@@ -6188,10 +7619,33 @@
6188
7619
  "requires": {}
6189
7620
  }
6190
7621
  },
7622
+ {
7623
+ "name": "vue3-carousel-nuxt",
7624
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7625
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7626
+ "npm": "vue3-carousel-nuxt",
7627
+ "icon": "",
7628
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7629
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7630
+ "learn_more": "",
7631
+ "category": "UI",
7632
+ "type": "3rd-party",
7633
+ "maintainers": [
7634
+ {
7635
+ "name": "Gaetan SENN",
7636
+ "github": "gaetansenn",
7637
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7638
+ }
7639
+ ],
7640
+ "compatibility": {
7641
+ "nuxt": "^3.0.0",
7642
+ "requires": {}
7643
+ }
7644
+ },
6191
7645
  {
6192
7646
  "name": "vuefire",
6193
7647
  "description": "Idiomatic composables for the Firebase SDK",
6194
- "repo": "vuejs/vuefire/packages/nuxt",
7648
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6195
7649
  "npm": "nuxt-vuefire",
6196
7650
  "icon": "vuefire.svg",
6197
7651
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6210,15 +7664,61 @@
6210
7664
  "requires": {}
6211
7665
  }
6212
7666
  },
7667
+ {
7668
+ "name": "vueform-builder",
7669
+ "description": "Official Vueform Builder module for Nuxt",
7670
+ "repo": "vueform/builder#main/nuxt",
7671
+ "npm": "@vueform/builder-nuxt",
7672
+ "icon": "vueform.svg",
7673
+ "github": "https://github.com/vueform/builder",
7674
+ "website": "https://builder.vueform.com",
7675
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7676
+ "category": "Libraries",
7677
+ "type": "3rd-party",
7678
+ "maintainers": [
7679
+ {
7680
+ "name": "Adam Berecz",
7681
+ "github": "adamberecz",
7682
+ "twitter": "bereczadam"
7683
+ }
7684
+ ],
7685
+ "compatibility": {
7686
+ "nuxt": "^3.0.0",
7687
+ "requires": {}
7688
+ }
7689
+ },
7690
+ {
7691
+ "name": "vueform",
7692
+ "description": "Official Vueform module for Nuxt",
7693
+ "repo": "vueform/vueform#main/nuxt",
7694
+ "npm": "@vueform/nuxt",
7695
+ "icon": "vueform.svg",
7696
+ "github": "https://github.com/vueform/vueform",
7697
+ "website": "https://vueform.com",
7698
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7699
+ "category": "Libraries",
7700
+ "type": "3rd-party",
7701
+ "maintainers": [
7702
+ {
7703
+ "name": "Adam Berecz",
7704
+ "github": "adamberecz",
7705
+ "twitter": "bereczadam"
7706
+ }
7707
+ ],
7708
+ "compatibility": {
7709
+ "nuxt": "^3.0.0",
7710
+ "requires": {}
7711
+ }
7712
+ },
6213
7713
  {
6214
7714
  "name": "vuestic",
6215
- "description": "Vuestic UI module for Nuxt 3",
7715
+ "description": "Vuestic UI module for Nuxt",
6216
7716
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6217
7717
  "npm": "@vuestic/nuxt",
6218
7718
  "icon": "vuestic.png",
6219
7719
  "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",
7720
+ "website": "https://ui.vuestic.dev",
7721
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6222
7722
  "category": "UI",
6223
7723
  "type": "3rd-party",
6224
7724
  "maintainers": [
@@ -6232,9 +7732,31 @@
6232
7732
  "requires": {}
6233
7733
  }
6234
7734
  },
7735
+ {
7736
+ "name": "vuetify-nuxt-module",
7737
+ "description": "Zero-config Nuxt Module for Vuetify.",
7738
+ "repo": "userquin/vuetify-nuxt-module",
7739
+ "npm": "vuetify-nuxt-module",
7740
+ "icon": "vuetify-logo-v3-dark.svg",
7741
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7742
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7743
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7744
+ "category": "UI",
7745
+ "type": "3rd-party",
7746
+ "maintainers": [
7747
+ {
7748
+ "name": "Joaquín Sánchez",
7749
+ "github": "userquin"
7750
+ }
7751
+ ],
7752
+ "compatibility": {
7753
+ "nuxt": "^3.0.0",
7754
+ "requires": {}
7755
+ }
7756
+ },
6235
7757
  {
6236
7758
  "name": "vuetify",
6237
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7759
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6238
7760
  "repo": "nuxt-community/vuetify-module",
6239
7761
  "npm": "@nuxtjs/vuetify",
6240
7762
  "icon": "vuetify.png",
@@ -6281,7 +7803,8 @@
6281
7803
  "nuxt": "^2.0.0 || ^3.0.0",
6282
7804
  "requires": {
6283
7805
  "bridge": "optional"
6284
- }
7806
+ },
7807
+ "devtools": "^0.0.0"
6285
7808
  }
6286
7809
  },
6287
7810
  {
@@ -6308,7 +7831,7 @@
6308
7831
  },
6309
7832
  {
6310
7833
  "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.",
7834
+ "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
7835
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6313
7836
  "npm": "@vunix/nuxt",
6314
7837
  "icon": "",
@@ -6332,11 +7855,11 @@
6332
7855
  {
6333
7856
  "name": "web-vitals",
6334
7857
  "description": "Web Vitals for Nuxt",
6335
- "repo": "nuxt-community/web-vitals-module",
7858
+ "repo": "nuxt-modules/web-vitals",
6336
7859
  "npm": "@nuxtjs/web-vitals",
6337
7860
  "icon": "web-vitals.png",
6338
- "github": "https://github.com/nuxt-community/web-vitals-module",
6339
- "website": "https://github.com/nuxt-community/web-vitals-module",
7861
+ "github": "https://github.com/nuxt-modules/web-vitals",
7862
+ "website": "https://github.com/nuxt-modules/web-vitals",
6340
7863
  "learn_more": "",
6341
7864
  "category": "Performance",
6342
7865
  "type": "community",
@@ -6387,7 +7910,7 @@
6387
7910
  },
6388
7911
  {
6389
7912
  "name": "webpack-optimisations",
6390
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7913
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6391
7914
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6392
7915
  "npm": "nuxt-webpack-optimisations",
6393
7916
  "icon": "build-optimisations.svg",
@@ -6462,7 +7985,7 @@
6462
7985
  "icon": "webpack.png",
6463
7986
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6464
7987
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6465
- "learn_more": "http://webpackmonitor.com/",
7988
+ "learn_more": "",
6466
7989
  "category": "Devtools",
6467
7990
  "type": "community",
6468
7991
  "maintainers": [
@@ -6479,7 +8002,7 @@
6479
8002
  },
6480
8003
  {
6481
8004
  "name": "well-known",
6482
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8005
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6483
8006
  "repo": "zadigetvoltaire/nuxt-well-known",
6484
8007
  "npm": "@zadigetvoltaire/nuxt-well-known",
6485
8008
  "icon": "well-known.svg",
@@ -6501,7 +8024,7 @@
6501
8024
  },
6502
8025
  {
6503
8026
  "name": "wideangle",
6504
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8027
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6505
8028
  "repo": "inputobjects/wideangle-nuxt",
6506
8029
  "npm": "wideangle-nuxt",
6507
8030
  "icon": "wideangle.png",
@@ -6528,11 +8051,11 @@
6528
8051
  {
6529
8052
  "name": "windicss",
6530
8053
  "description": "Next generation utility-first CSS framework.",
6531
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8054
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6532
8055
  "npm": "nuxt-windicss",
6533
8056
  "icon": "windicss.svg",
6534
- "github": "https://github.com/windicss/nuxt-windicss-module",
6535
- "website": "https://github.com/windicss/nuxt-windicss-module",
8057
+ "github": "https://github.com/windicss/nuxt-windicss",
8058
+ "website": "https://github.com/windicss/nuxt-windicss",
6536
8059
  "learn_more": "https://windicss.org/",
6537
8060
  "category": "UI",
6538
8061
  "type": "3rd-party",
@@ -6668,55 +8191,9 @@
6668
8191
  "requires": {}
6669
8192
  }
6670
8193
  },
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
8194
  {
6718
8195
  "name": "zendesk",
6719
- "description": "Nuxt.js module for Zendesk",
8196
+ "description": "Nuxt module for Zendesk",
6720
8197
  "repo": "DansMaCulotte/nuxt-zendesk",
6721
8198
  "npm": "@dansmaculotte/nuxt-zendesk",
6722
8199
  "icon": "zendesk.png",