@nuxt/modules 0.6.0-586856 → 0.6.0-5e2d3d

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 +2508 -715
  2. package/package.json +16 -10
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,14 +170,36 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Libraries",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
179
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
180
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
181
203
  "learn_more": "",
182
204
  "category": "Request",
183
205
  "type": "3rd-party",
@@ -194,6 +216,28 @@
194
216
  "requires": {}
195
217
  }
196
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
197
241
  {
198
242
  "name": "apis-to-file",
199
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -220,7 +264,7 @@
220
264
  },
221
265
  {
222
266
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
268
  "repo": "nuxt-modules/apollo",
225
269
  "npm": "@nuxtjs/apollo",
226
270
  "icon": "apollo.png",
@@ -244,7 +288,7 @@
244
288
  },
245
289
  {
246
290
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
248
292
  "repo": "nuxt-community/applicationinsights-module",
249
293
  "npm": "@nuxtjs/applicationinsights",
250
294
  "icon": "application-insights.png",
@@ -286,9 +330,76 @@
286
330
  "requires": {}
287
331
  }
288
332
  },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
289
400
  {
290
401
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
403
  "repo": "nuxt-community/auth-module",
293
404
  "npm": "@nuxtjs/auth",
294
405
  "icon": "auth.png",
@@ -336,9 +447,32 @@
336
447
  "requires": {}
337
448
  }
338
449
  },
450
+ {
451
+ "name": "auto-animate",
452
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
453
+ "repo": "formkit/auto-animate",
454
+ "npm": "@formkit/auto-animate",
455
+ "icon": "auto-animate.svg",
456
+ "github": "https://github.com/formkit/auto-animate",
457
+ "website": "https://auto-animate.formkit.com",
458
+ "learn_more": "https://auto-animate.formkit.com",
459
+ "category": "Libraries",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Justin Schroeder",
464
+ "github": "justin-schroeder",
465
+ "twitter": "jpschroeder"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
339
473
  {
340
474
  "name": "axios",
341
- "description": "Secure and easy Axios module with Nuxt.js",
475
+ "description": "Secure and easy Axios module with Nuxt",
342
476
  "repo": "nuxt-community/axios-module",
343
477
  "npm": "@nuxtjs/axios",
344
478
  "icon": "axios.svg",
@@ -361,7 +495,7 @@
361
495
  },
362
496
  {
363
497
  "name": "basic-auth",
364
- "description": "Provide basic authentication to your Nuxt.js application",
498
+ "description": "Provide basic authentication to your Nuxt application",
365
499
  "repo": "potato4d/nuxt-basic-auth-module",
366
500
  "npm": "nuxt-basic-auth-module",
367
501
  "icon": "",
@@ -485,7 +619,7 @@
485
619
  },
486
620
  {
487
621
  "name": "bulma-slim",
488
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
622
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
489
623
  "repo": "mustardamus/nuxt-bulma-slim",
490
624
  "npm": "nuxt-bulma-slim",
491
625
  "icon": "bulma.png",
@@ -552,7 +686,7 @@
552
686
  },
553
687
  {
554
688
  "name": "canvas-sketch",
555
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
689
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
556
690
  "repo": "LuXDAmore/generative-art",
557
691
  "npm": "@luxdamore/nuxt-canvas-sketch",
558
692
  "icon": "",
@@ -573,9 +707,31 @@
573
707
  "requires": {}
574
708
  }
575
709
  },
710
+ {
711
+ "name": "capo",
712
+ "description": "Capo.js implementation for Nuxt",
713
+ "repo": "danielroe/nuxt-capo",
714
+ "npm": "nuxt-capo",
715
+ "icon": "",
716
+ "github": "https://github.com/danielroe/nuxt-capo",
717
+ "website": "https://github.com/danielroe/nuxt-capo",
718
+ "learn_more": "",
719
+ "category": "Performance",
720
+ "type": "3rd-party",
721
+ "maintainers": [
722
+ {
723
+ "name": "danielroe",
724
+ "github": "danielroe"
725
+ }
726
+ ],
727
+ "compatibility": {
728
+ "nuxt": "^3.0.0",
729
+ "requires": {}
730
+ }
731
+ },
576
732
  {
577
733
  "name": "chakra-ui",
578
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
579
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
580
736
  "npm": "@chakra-ui/nuxt",
581
737
  "icon": "chakra-ui.png",
@@ -622,10 +778,10 @@
622
778
  "description": "Privacy-first, end-to-end encrypted analytics",
623
779
  "repo": "chiffre-io/nuxt-chiffre",
624
780
  "npm": "nuxt-chiffre",
625
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
626
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
627
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
628
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
629
785
  "category": "Analytics",
630
786
  "type": "3rd-party",
631
787
  "maintainers": [
@@ -686,7 +842,7 @@
686
842
  },
687
843
  {
688
844
  "name": "cloudcms",
689
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
690
846
  "repo": "gitana/cloudcms-nuxt",
691
847
  "npm": "cloudcms-nuxt",
692
848
  "icon": "",
@@ -735,11 +891,11 @@
735
891
  },
736
892
  {
737
893
  "name": "cloudinary",
738
- "description": "Optimize images and videos in your Nuxt.js application",
739
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
740
896
  "npm": "@nuxtjs/cloudinary",
741
897
  "icon": "cloudinary.png",
742
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
743
899
  "website": "https://cloudinary.nuxtjs.org",
744
900
  "learn_more": "https://cloudinary.com",
745
901
  "category": "Images",
@@ -758,11 +914,11 @@
758
914
  },
759
915
  {
760
916
  "name": "color-mode",
761
- "description": "Dark and Light mode for NuxtJS with auto detection",
762
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
763
919
  "npm": "@nuxtjs/color-mode",
764
920
  "icon": "color-mode.png",
765
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
766
922
  "website": "https://color-mode.nuxtjs.org",
767
923
  "learn_more": "",
768
924
  "category": "UI",
@@ -857,7 +1013,7 @@
857
1013
  "npm": "@nuxt/content",
858
1014
  "icon": "nuxt.svg",
859
1015
  "github": "https://github.com/nuxt/content",
860
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
861
1017
  "learn_more": "",
862
1018
  "category": "CMS",
863
1019
  "type": "official",
@@ -979,7 +1135,7 @@
979
1135
  },
980
1136
  {
981
1137
  "name": "darkmode.js",
982
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1138
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
983
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
984
1140
  "npm": "nuxtjs-darkmode-js-module",
985
1141
  "icon": "darkmode.png",
@@ -1001,7 +1157,7 @@
1001
1157
  },
1002
1158
  {
1003
1159
  "name": "date-fns",
1004
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1005
1161
  "repo": "nuxt-community/date-fns-module",
1006
1162
  "npm": "@nuxtjs/date-fns",
1007
1163
  "icon": "date-fns.png",
@@ -1023,7 +1179,7 @@
1023
1179
  },
1024
1180
  {
1025
1181
  "name": "datocms-nuxt2",
1026
- "description": "DatoCMS integration for Nuxt.js v2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
1027
1183
  "repo": "voorhoede/nuxt-datocms-module",
1028
1184
  "npm": "@voorhoede/nuxt-datocms-module",
1029
1185
  "icon": "datocms.svg",
@@ -1092,8 +1248,8 @@
1092
1248
  },
1093
1249
  {
1094
1250
  "name": "delay-hydration",
1095
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1096
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1251
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1252
+ "repo": "harlan-zw/nuxt-delay-hydration",
1097
1253
  "npm": "nuxt-delay-hydration",
1098
1254
  "icon": "lighthouse.svg",
1099
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1115,12 +1271,12 @@
1115
1271
  },
1116
1272
  {
1117
1273
  "name": "device",
1118
- "description": "Device detection module for Nuxt.js",
1119
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1120
1276
  "npm": "@nuxtjs/device",
1121
1277
  "icon": "",
1122
- "github": "https://github.com/nuxt-community/device-module",
1123
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1124
1280
  "learn_more": "",
1125
1281
  "category": "Extensions",
1126
1282
  "type": "community",
@@ -1138,11 +1294,11 @@
1138
1294
  {
1139
1295
  "name": "devtools",
1140
1296
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1141
- "repo": "nuxt/devtools#main",
1297
+ "repo": "nuxt/devtools#main/packages/devtools",
1142
1298
  "npm": "@nuxt/devtools",
1143
1299
  "icon": "nuxt.svg",
1144
1300
  "github": "https://github.com/nuxt/devtools",
1145
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1146
1302
  "learn_more": "",
1147
1303
  "category": "Devtools",
1148
1304
  "type": "official",
@@ -1160,13 +1316,13 @@
1160
1316
  },
1161
1317
  {
1162
1318
  "name": "directus",
1163
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1164
1320
  "repo": "intevel/nuxt-directus",
1165
1321
  "npm": "nuxt-directus",
1166
1322
  "icon": "directus.svg",
1167
- "github": "https://github.com/directus/nuxt-directus/",
1168
- "website": "https://nuxt-directus.netlify.app/",
1169
- "learn_more": "https://nuxt-directus.netlify.app/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1170
1326
  "category": "CMS",
1171
1327
  "type": "3rd-party",
1172
1328
  "maintainers": [
@@ -1177,15 +1333,58 @@
1177
1333
  }
1178
1334
  ],
1179
1335
  "compatibility": {
1180
- "nuxt": "^2.0.0 || ^3.0.0",
1181
- "requires": {
1182
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1183
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1184
1383
  }
1185
1384
  },
1186
1385
  {
1187
1386
  "name": "dotenv",
1188
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1189
1388
  "repo": "nuxt-community/dotenv-module",
1190
1389
  "npm": "@nuxtjs/dotenv",
1191
1390
  "icon": "dotenv.png",
@@ -1207,13 +1406,13 @@
1207
1406
  },
1208
1407
  {
1209
1408
  "name": "drupal-ce",
1210
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1211
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1212
1411
  "npm": "nuxtjs-drupal-ce",
1213
1412
  "icon": "drupal-ce.png",
1214
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1215
- "website": "https://stack.lupus.digital",
1216
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1217
1416
  "category": "CMS",
1218
1417
  "type": "3rd-party",
1219
1418
  "maintainers": [
@@ -1228,19 +1427,19 @@
1228
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1229
1428
  },
1230
1429
  {
1231
- "name": "David Licen",
1232
- "github": "davision",
1233
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1234
1433
  }
1235
1434
  ],
1236
1435
  "compatibility": {
1237
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1238
1437
  "requires": {}
1239
1438
  }
1240
1439
  },
1241
1440
  {
1242
1441
  "name": "druxt",
1243
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1244
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1245
1444
  "npm": "druxt",
1246
1445
  "icon": "druxt.svg",
@@ -1260,6 +1459,29 @@
1260
1459
  "requires": {}
1261
1460
  }
1262
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1263
1485
  {
1264
1486
  "name": "electron",
1265
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1308,7 +1530,7 @@
1308
1530
  },
1309
1531
  {
1310
1532
  "name": "emotion",
1311
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1312
1534
  "repo": "nuxt-modules/emotion",
1313
1535
  "npm": "@nuxtjs/emotion",
1314
1536
  "icon": "emotion.png",
@@ -1335,8 +1557,8 @@
1335
1557
  }
1336
1558
  },
1337
1559
  {
1338
- "name": "eslint",
1339
- "description": "ESLint module for Nuxt.js",
1560
+ "name": "eslint-module",
1561
+ "description": "ESLint module for Nuxt",
1340
1562
  "repo": "nuxt-community/eslint-module",
1341
1563
  "npm": "@nuxtjs/eslint-module",
1342
1564
  "icon": "eslint.png",
@@ -1356,9 +1578,32 @@
1356
1578
  "requires": {}
1357
1579
  }
1358
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1359
1604
  {
1360
1605
  "name": "event-trace",
1361
- "description": "Module for event trace in Nuxt.js",
1606
+ "description": "Module for event trace in Nuxt",
1362
1607
  "repo": "nuxt-community/nuxt-event-trace",
1363
1608
  "npm": "nuxt-event-trace",
1364
1609
  "icon": "",
@@ -1378,6 +1623,29 @@
1378
1623
  "requires": {}
1379
1624
  }
1380
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1381
1649
  {
1382
1650
  "name": "fathom",
1383
1651
  "description": "Fathom analytics for Nuxt",
@@ -1402,7 +1670,7 @@
1402
1670
  },
1403
1671
  {
1404
1672
  "name": "feature-toggle",
1405
- "description": "Feature toggle module for Nuxt.js",
1673
+ "description": "Feature toggle module for Nuxt",
1406
1674
  "repo": "stephenkr/nuxt-feature-toggle",
1407
1675
  "npm": "nuxt-feature-toggle",
1408
1676
  "icon": "",
@@ -1469,7 +1737,7 @@
1469
1737
  },
1470
1738
  {
1471
1739
  "name": "floating-prompt-module",
1472
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1740
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1473
1741
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1474
1742
  "npm": "nuxt-floating-prompt-module",
1475
1743
  "icon": "",
@@ -1578,14 +1846,37 @@
1578
1846
  "requires": {}
1579
1847
  }
1580
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1581
1872
  {
1582
1873
  "name": "form-actions",
1583
1874
  "description": "A set of features and composables to interact with forms and server data.",
1584
- "repo": "Hebilicious/form-actions-nuxt#main",
1585
- "npm": "form-actions-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1876
+ "npm": "@hebilicious/form-actions-nuxt",
1586
1877
  "icon": "form-actions.svg",
1587
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1588
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1879
+ "website": "https://form-actions-nuxt.pages.dev/",
1589
1880
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1590
1881
  "category": "Request",
1591
1882
  "type": "3rd-party",
@@ -1597,7 +1888,7 @@
1597
1888
  }
1598
1889
  ],
1599
1890
  "compatibility": {
1600
- "nuxt": "^3.0.0",
1891
+ "nuxt": "^3.7.0",
1601
1892
  "requires": {}
1602
1893
  }
1603
1894
  },
@@ -1609,7 +1900,7 @@
1609
1900
  "icon": "formkit.png",
1610
1901
  "github": "https://github.com/formkit/formkit",
1611
1902
  "website": "https://formkit.com",
1612
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1613
1904
  "category": "Libraries",
1614
1905
  "type": "3rd-party",
1615
1906
  "maintainers": [
@@ -1675,7 +1966,7 @@
1675
1966
  },
1676
1967
  {
1677
1968
  "name": "google-adsense",
1678
- "description": "Google Adsense Module for Nuxt.js",
1969
+ "description": "Google Adsense Module for Nuxt",
1679
1970
  "repo": "nuxt-community/google-adsense-module",
1680
1971
  "npm": "@nuxtjs/google-adsense",
1681
1972
  "icon": "google-adsense.png",
@@ -1701,7 +1992,7 @@
1701
1992
  },
1702
1993
  {
1703
1994
  "name": "google-analytics",
1704
- "description": "Google analytics Module for Nuxt.js",
1995
+ "description": "Google analytics Module for Nuxt",
1705
1996
  "repo": "nuxt-community/analytics-module",
1706
1997
  "npm": "@nuxtjs/google-analytics",
1707
1998
  "icon": "google-analytics.png",
@@ -1733,12 +2024,12 @@
1733
2024
  },
1734
2025
  {
1735
2026
  "name": "google-fonts",
1736
- "description": "Google Fonts module for NuxtJS",
1737
- "repo": "nuxt-community/google-fonts-module",
2027
+ "description": "Google Fonts module for Nuxt",
2028
+ "repo": "nuxt-modules/google-fonts",
1738
2029
  "npm": "@nuxtjs/google-fonts",
1739
2030
  "icon": "google-fonts.png",
1740
- "github": "https://github.com/nuxt-community/google-fonts-module",
1741
- "website": "https://github.com/nuxt-community/google-fonts-module",
2031
+ "github": "https://github.com/nuxt-modules/google-fonts",
2032
+ "website": "https://google-fonts.nuxtjs.org",
1742
2033
  "learn_more": "https://developers.google.com/fonts",
1743
2034
  "category": "Fonts",
1744
2035
  "type": "community",
@@ -1757,7 +2048,7 @@
1757
2048
  },
1758
2049
  {
1759
2050
  "name": "google-gtag",
1760
- "description": "Google GTag for Nuxt.js",
2051
+ "description": "Google GTag for Nuxt",
1761
2052
  "repo": "nuxt-community/google-gtag",
1762
2053
  "npm": "@nuxtjs/google-gtag",
1763
2054
  "icon": "gtm.png",
@@ -1783,7 +2074,7 @@
1783
2074
  },
1784
2075
  {
1785
2076
  "name": "google-optimize",
1786
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2077
+ "description": "SSR friendly Google Optimize module for Nuxt",
1787
2078
  "repo": "nuxt-community/google-optimize-module",
1788
2079
  "npm": "nuxt-google-optimize",
1789
2080
  "icon": "google-optimize.png",
@@ -1822,7 +2113,7 @@
1822
2113
  "icon": "graphql-client.svg",
1823
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1824
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1825
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1826
2117
  "category": "Request",
1827
2118
  "type": "3rd-party",
1828
2119
  "maintainers": [
@@ -1838,7 +2129,7 @@
1838
2129
  },
1839
2130
  {
1840
2131
  "name": "graphql-request",
1841
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2132
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1842
2133
  "repo": "gomah/nuxt-graphql-request",
1843
2134
  "npm": "nuxt-graphql-request",
1844
2135
  "icon": "graphql-request.png",
@@ -1854,7 +2145,7 @@
1854
2145
  }
1855
2146
  ],
1856
2147
  "compatibility": {
1857
- "nuxt": "^2.0.0",
2148
+ "nuxt": "^2.0.0 || ^3.0.0",
1858
2149
  "requires": {}
1859
2150
  }
1860
2151
  },
@@ -1877,12 +2168,13 @@
1877
2168
  ],
1878
2169
  "compatibility": {
1879
2170
  "nuxt": "^3.0.0",
1880
- "requires": {}
2171
+ "requires": {},
2172
+ "devtools": "^0.0.0"
1881
2173
  }
1882
2174
  },
1883
2175
  {
1884
2176
  "name": "gtag",
1885
- "description": "Google Analytics integration for Nuxt 3",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1886
2178
  "repo": "johannschopplich/nuxt-gtag",
1887
2179
  "npm": "nuxt-gtag",
1888
2180
  "icon": "gtag.svg",
@@ -1906,7 +2198,7 @@
1906
2198
  },
1907
2199
  {
1908
2200
  "name": "gtm",
1909
- "description": "Google Tag Manager Module for Nuxt.js",
2201
+ "description": "Google Tag Manager Module for Nuxt",
1910
2202
  "repo": "nuxt-community/gtm-module",
1911
2203
  "npm": "@nuxtjs/gtm",
1912
2204
  "icon": "gtm.png",
@@ -1929,7 +2221,7 @@
1929
2221
  },
1930
2222
  {
1931
2223
  "name": "guess",
1932
- "description": "Guess.js module for Nuxt.js",
2224
+ "description": "Guess.js module for Nuxt",
1933
2225
  "repo": "nuxt-community/guess-module",
1934
2226
  "npm": "@nuxtjs/guess-module",
1935
2227
  "icon": "guessjs.png",
@@ -1949,6 +2241,28 @@
1949
2241
  "requires": {}
1950
2242
  }
1951
2243
  },
2244
+ {
2245
+ "name": "hanko",
2246
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2247
+ "repo": "nuxt-modules/hanko",
2248
+ "npm": "@nuxtjs/hanko",
2249
+ "icon": "hanko.svg",
2250
+ "github": "https://github.com/nuxt-modules/hanko",
2251
+ "website": "https://github.com/nuxt-modules/hanko",
2252
+ "learn_more": "https://hanko.io/",
2253
+ "category": "Security",
2254
+ "type": "community",
2255
+ "maintainers": [
2256
+ {
2257
+ "name": "danielroe",
2258
+ "github": "danielroe"
2259
+ }
2260
+ ],
2261
+ "compatibility": {
2262
+ "nuxt": "^3.0.0",
2263
+ "requires": {}
2264
+ }
2265
+ },
1952
2266
  {
1953
2267
  "name": "harlem",
1954
2268
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2019,7 +2333,7 @@
2019
2333
  },
2020
2334
  {
2021
2335
  "name": "helmet",
2022
- "description": "Easy Helmet module with Nuxt.js'",
2336
+ "description": "Easy Helmet module with Nuxt'",
2023
2337
  "repo": "victor-perez/nuxt-helmet",
2024
2338
  "npm": "nuxt-helmet",
2025
2339
  "icon": "",
@@ -2063,7 +2377,7 @@
2063
2377
  },
2064
2378
  {
2065
2379
  "name": "history-state",
2066
- "description": "Nuxt.js module to backup or restore historical states",
2380
+ "description": "Nuxt module to backup or restore historical states",
2067
2381
  "repo": "hidekatsu-izuno/nuxt-history-state",
2068
2382
  "npm": "nuxt-history-state",
2069
2383
  "icon": "",
@@ -2083,6 +2397,28 @@
2083
2397
  "requires": {}
2084
2398
  }
2085
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2086
2422
  {
2087
2423
  "name": "html-minifier",
2088
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2112,7 +2448,7 @@
2112
2448
  "npm": "@nuxtjs/html-validator",
2113
2449
  "icon": "html-validator.png",
2114
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2115
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2116
2452
  "learn_more": "https://html-validate.org",
2117
2453
  "category": "Performance",
2118
2454
  "type": "community",
@@ -2132,7 +2468,7 @@
2132
2468
  },
2133
2469
  {
2134
2470
  "name": "http",
2135
- "description": "Universal HTTP Module for Nuxt.js",
2471
+ "description": "Universal HTTP Module for Nuxt",
2136
2472
  "repo": "nuxt/http",
2137
2473
  "npm": "@nuxt/http",
2138
2474
  "icon": "http.png",
@@ -2158,9 +2494,47 @@
2158
2494
  "requires": {}
2159
2495
  }
2160
2496
  },
2497
+ {
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2507
+ "type": "3rd-party",
2508
+ "maintainers": [
2509
+ {
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2161
2535
  {
2162
2536
  "name": "humans-txt",
2163
- "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.",
2537
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2164
2538
  "repo": "Luxdamore/nuxt-humans-txt",
2165
2539
  "npm": "@luxdamore/nuxt-humans-txt",
2166
2540
  "icon": "",
@@ -2184,12 +2558,12 @@
2184
2558
  {
2185
2559
  "name": "i18n",
2186
2560
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2187
- "repo": "nuxt-community/i18n-module",
2561
+ "repo": "nuxt-modules/i18n",
2188
2562
  "npm": "@nuxtjs/i18n",
2189
2563
  "icon": "i18n.png",
2190
- "github": "https://github.com/nuxt-community/i18n-module",
2564
+ "github": "https://github.com/nuxt-modules/i18n",
2191
2565
  "website": "https://i18n.nuxtjs.org",
2192
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2193
2567
  "category": "Extensions",
2194
2568
  "type": "community",
2195
2569
  "maintainers": [
@@ -2200,6 +2574,10 @@
2200
2574
  {
2201
2575
  "name": "Kazuya Kawaguchi",
2202
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2203
2581
  }
2204
2582
  ],
2205
2583
  "compatibility": {
@@ -2229,6 +2607,29 @@
2229
2607
  "requires": {}
2230
2608
  }
2231
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2232
2633
  {
2233
2634
  "name": "icon",
2234
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2248,7 +2649,8 @@
2248
2649
  ],
2249
2650
  "compatibility": {
2250
2651
  "nuxt": "^3.0.0",
2251
- "requires": {}
2652
+ "requires": {},
2653
+ "devtools": "^0.0.0"
2252
2654
  }
2253
2655
  },
2254
2656
  {
@@ -2297,12 +2699,12 @@
2297
2699
  },
2298
2700
  {
2299
2701
  "name": "image",
2300
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2702
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2301
2703
  "repo": "nuxt/image",
2302
2704
  "npm": "@nuxt/image",
2303
2705
  "icon": "image.png",
2304
2706
  "github": "https://github.com/nuxt/image",
2305
- "website": "https://image.nuxtjs.org",
2707
+ "website": "https://image.nuxt.com",
2306
2708
  "learn_more": "",
2307
2709
  "category": "Images",
2308
2710
  "type": "official",
@@ -2312,6 +2714,11 @@
2312
2714
  "github": "farnabaz",
2313
2715
  "twitter": "a_birang"
2314
2716
  },
2717
+ {
2718
+ "name": "Daniel Roe",
2719
+ "github": "danielroe",
2720
+ "twitter": "danielcroe"
2721
+ },
2315
2722
  {
2316
2723
  "name": "Pooya Parsa",
2317
2724
  "github": "pi0",
@@ -2332,7 +2739,7 @@
2332
2739
  },
2333
2740
  {
2334
2741
  "name": "imagemin",
2335
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2742
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2336
2743
  "repo": "nuxt-community/imagemin-module",
2337
2744
  "npm": "@nuxtjs/imagemin",
2338
2745
  "icon": "imagemin.png",
@@ -2379,7 +2786,7 @@
2379
2786
  },
2380
2787
  {
2381
2788
  "name": "intercom",
2382
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2789
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2383
2790
  "repo": "hex-digital/nuxt-intercom",
2384
2791
  "npm": "@hexdigital/nuxt-intercom",
2385
2792
  "icon": "intercom.png",
@@ -2424,7 +2831,7 @@
2424
2831
  },
2425
2832
  {
2426
2833
  "name": "jsonapi",
2427
- "description": "Easy JSON:API client integration for Nuxt.js",
2834
+ "description": "Easy JSON:API client integration for Nuxt",
2428
2835
  "repo": "patrickcate/nuxt-jsonapi",
2429
2836
  "npm": "nuxt-jsonapi",
2430
2837
  "icon": "jsonapi.svg",
@@ -2466,14 +2873,42 @@
2466
2873
  "requires": {}
2467
2874
  }
2468
2875
  },
2876
+ {
2877
+ "name": "kinde",
2878
+ "description": "Kinde authentication integration for Nuxt",
2879
+ "repo": "nuxt-modules/kinde",
2880
+ "npm": "@nuxtjs/kinde",
2881
+ "icon": "kinde.svg",
2882
+ "github": "https://github.com/nuxt-modules/kinde",
2883
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2884
+ "learn_more": "https://kinde.com/",
2885
+ "category": "Security",
2886
+ "type": "community",
2887
+ "maintainers": [
2888
+ {
2889
+ "name": "danielroe",
2890
+ "github": "danielroe"
2891
+ },
2892
+ {
2893
+ "name": "daveordead",
2894
+ "github": "DaveOrDead",
2895
+ "twitter": "dave_or_dead"
2896
+ }
2897
+ ],
2898
+ "compatibility": {
2899
+ "nuxt": "^3.0.0",
2900
+ "requires": {}
2901
+ },
2902
+ "sponsor": true
2903
+ },
2469
2904
  {
2470
2905
  "name": "kql",
2471
- "description": "Nuxt 3 module for Kirby's Query Language API",
2906
+ "description": "Nuxt module for Kirby's Query Language API",
2472
2907
  "repo": "johannschopplich/nuxt-kql",
2473
2908
  "npm": "nuxt-kql",
2474
2909
  "icon": "kql.svg",
2475
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2476
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2477
2912
  "learn_more": "",
2478
2913
  "category": "CMS",
2479
2914
  "type": "3rd-party",
@@ -2492,7 +2927,7 @@
2492
2927
  },
2493
2928
  {
2494
2929
  "name": "laravel-echo",
2495
- "description": "Laravel Echo for Nuxt.js",
2930
+ "description": "Laravel Echo for Nuxt",
2496
2931
  "repo": "nuxt-community/laravel-echo",
2497
2932
  "npm": "@nuxtjs/laravel-echo",
2498
2933
  "icon": "laravel-echo.png",
@@ -2534,6 +2969,28 @@
2534
2969
  "requires": {}
2535
2970
  }
2536
2971
  },
2972
+ {
2973
+ "name": "laravel-precognition",
2974
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2975
+ "repo": "sot1986/nuxt-laravel-precognition",
2976
+ "npm": "nuxt-laravel-precognition",
2977
+ "icon": "laravel.svg",
2978
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2980
+ "learn_more": "",
2981
+ "category": "Security",
2982
+ "type": "3rd-party",
2983
+ "maintainers": [
2984
+ {
2985
+ "name": "sot1986",
2986
+ "github": "sot1986"
2987
+ }
2988
+ ],
2989
+ "compatibility": {
2990
+ "nuxt": "^3.0.0",
2991
+ "requires": {}
2992
+ }
2993
+ },
2537
2994
  {
2538
2995
  "name": "laravel",
2539
2996
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2580,13 +3037,13 @@
2580
3037
  },
2581
3038
  {
2582
3039
  "name": "link-checker",
2583
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2584
3041
  "repo": "harlan-zw/nuxt-link-checker",
2585
3042
  "npm": "nuxt-link-checker",
2586
- "icon": "",
3043
+ "icon": "link-checker.svg",
2587
3044
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2588
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2589
- "learn_more": "",
3045
+ "website": "https://nuxtseo.com/link-checker",
3046
+ "learn_more": "https://nuxtseo.com/link-checker",
2590
3047
  "category": "SEO",
2591
3048
  "type": "3rd-party",
2592
3049
  "maintainers": [
@@ -2599,7 +3056,8 @@
2599
3056
  ],
2600
3057
  "compatibility": {
2601
3058
  "nuxt": "^3.0.0",
2602
- "requires": {}
3059
+ "requires": {},
3060
+ "devtools": "^0.0.0"
2603
3061
  }
2604
3062
  },
2605
3063
  {
@@ -2676,12 +3134,12 @@
2676
3134
  },
2677
3135
  {
2678
3136
  "name": "logrocket",
2679
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2680
- "repo": "nuxt-community/nuxt-logrocket",
3137
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3138
+ "repo": "nuxt-modules/logrocket",
2681
3139
  "npm": "nuxt-logrocket",
2682
3140
  "icon": "logrocket.png",
2683
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2684
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3141
+ "github": "https://github.com/nuxt-modules/logrocket",
3142
+ "website": "https://github.com/nuxt-modules/logrocket",
2685
3143
  "learn_more": "https://docs.logrocket.com/docs",
2686
3144
  "category": "Monitoring",
2687
3145
  "type": "community",
@@ -2697,9 +3155,59 @@
2697
3155
  "requires": {}
2698
3156
  }
2699
3157
  },
3158
+ {
3159
+ "name": "logto",
3160
+ "description": "The better Nuxt auth module for developers.",
3161
+ "repo": "logto-io/js#master/packages/nuxt",
3162
+ "npm": "@logto/nuxt",
3163
+ "icon": "logto.svg",
3164
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3165
+ "website": "https://logto.io",
3166
+ "learn_more": "https://docs.logto.io",
3167
+ "category": "Security",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "logto",
3172
+ "github": "logto-io",
3173
+ "twitter": "logto_io"
3174
+ }
3175
+ ],
3176
+ "compatibility": {
3177
+ "nuxt": "^3.0.0",
3178
+ "requires": {}
3179
+ },
3180
+ "sponsor": true
3181
+ },
3182
+ {
3183
+ "name": "lucide-icons",
3184
+ "description": "Nuxt module to integrate Lucide icons",
3185
+ "repo": "swisnl/nuxt-lucide-icons",
3186
+ "npm": "nuxt-lucide-icons",
3187
+ "icon": "lucide-icons.svg",
3188
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3189
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3190
+ "learn_more": "",
3191
+ "category": "UI",
3192
+ "type": "3rd-party",
3193
+ "maintainers": [
3194
+ {
3195
+ "name": "SWIS",
3196
+ "github": "swisnl"
3197
+ },
3198
+ {
3199
+ "name": "Jasper Zonneveld",
3200
+ "github": "JaZo"
3201
+ }
3202
+ ],
3203
+ "compatibility": {
3204
+ "nuxt": "^3.0.0",
3205
+ "requires": {}
3206
+ }
3207
+ },
2700
3208
  {
2701
3209
  "name": "lunr",
2702
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3210
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2703
3211
  "repo": "nuxt-community/lunr-module",
2704
3212
  "npm": "@nuxtjs/lunr-module",
2705
3213
  "icon": "",
@@ -2722,10 +3230,10 @@
2722
3230
  {
2723
3231
  "name": "magic-regexp",
2724
3232
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2725
- "repo": "danielroe/magic-regexp",
3233
+ "repo": "unjs/magic-regexp",
2726
3234
  "npm": "magic-regexp",
2727
3235
  "icon": "magic-regexp.svg",
2728
- "github": "https://github.com/danielroe/magic-regexp",
3236
+ "github": "https://github.com/unjs/magic-regexp",
2729
3237
  "website": "https://magic-regexp.roe.dev",
2730
3238
  "learn_more": "https://magic-regexp.roe.dev",
2731
3239
  "category": "Libraries",
@@ -2742,6 +3250,29 @@
2742
3250
  "requires": {}
2743
3251
  }
2744
3252
  },
3253
+ {
3254
+ "name": "mailpit",
3255
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3256
+ "repo": "tdolsen/nuxt-mailpit",
3257
+ "npm": "nuxt-mailpit",
3258
+ "icon": "mailpit.svg",
3259
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3260
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3261
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3262
+ "category": "Devtools",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Torkild Dyvik Olsen",
3267
+ "github": "tdolsen",
3268
+ "twitter": "tdolsen"
3269
+ }
3270
+ ],
3271
+ "compatibility": {
3272
+ "nuxt": "^3.8.0",
3273
+ "requires": {}
3274
+ }
3275
+ },
2745
3276
  {
2746
3277
  "name": "markdownit",
2747
3278
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2765,6 +3296,30 @@
2765
3296
  "requires": {}
2766
3297
  }
2767
3298
  },
3299
+ {
3300
+ "name": "marquee",
3301
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3302
+ "repo": "hanzydev/nuxt-marquee",
3303
+ "npm": "nuxt-marquee",
3304
+ "icon": "marquee.png",
3305
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3306
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3307
+ "learn_more": "",
3308
+ "category": "UI",
3309
+ "type": "3rd-party",
3310
+ "maintainers": [
3311
+ {
3312
+ "name": "Hànzy",
3313
+ "github": "hanzydev",
3314
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3315
+ }
3316
+ ],
3317
+ "compatibility": {
3318
+ "nuxt": "^3.0.0",
3319
+ "requires": {},
3320
+ "devtools": "^0.0.0"
3321
+ }
3322
+ },
2768
3323
  {
2769
3324
  "name": "matomo",
2770
3325
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2787,6 +3342,50 @@
2787
3342
  "requires": {}
2788
3343
  }
2789
3344
  },
3345
+ {
3346
+ "name": "maz-ui",
3347
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3348
+ "repo": "louismazel/maz-ui#master/packages/lib",
3349
+ "npm": "maz-ui",
3350
+ "icon": "maz-ui.png",
3351
+ "github": "https://github.com/louismazel/maz-ui",
3352
+ "website": "https://maz-ui.com/",
3353
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3354
+ "category": "UI",
3355
+ "type": "3rd-party",
3356
+ "maintainers": [
3357
+ {
3358
+ "name": "Loïc Mazuel",
3359
+ "github": "LouisMazel"
3360
+ }
3361
+ ],
3362
+ "compatibility": {
3363
+ "nuxt": "^3.0.0",
3364
+ "requires": {}
3365
+ }
3366
+ },
3367
+ {
3368
+ "name": "mdc",
3369
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3370
+ "repo": "nuxt-modules/mdc",
3371
+ "npm": "@nuxtjs/mdc",
3372
+ "icon": "mdc.png",
3373
+ "github": "https://github.com/nuxt-modules/mdc",
3374
+ "website": "https://github.com/nuxt-modules/mdc",
3375
+ "learn_more": "",
3376
+ "category": "Extensions",
3377
+ "type": "community",
3378
+ "maintainers": [
3379
+ {
3380
+ "name": "farnabaz",
3381
+ "github": "farnabaz"
3382
+ }
3383
+ ],
3384
+ "compatibility": {
3385
+ "nuxt": "^3.0.0",
3386
+ "requires": {}
3387
+ }
3388
+ },
2790
3389
  {
2791
3390
  "name": "mdx",
2792
3391
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2812,7 +3411,7 @@
2812
3411
  },
2813
3412
  {
2814
3413
  "name": "medusa",
2815
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3414
+ "description": "Easily connect to Medusa from your Nuxt application",
2816
3415
  "repo": "Baroshem/nuxt-medusa",
2817
3416
  "npm": "nuxt-medusa",
2818
3417
  "icon": "medusa.svg",
@@ -2837,7 +3436,7 @@
2837
3436
  },
2838
3437
  {
2839
3438
  "name": "meilisearch",
2840
- "description": "Meilisearch Instant Search module for Nuxt 3",
3439
+ "description": "Meilisearch Instant Search module for Nuxt",
2841
3440
  "repo": "xlanex6/nuxt-meilisearch",
2842
3441
  "npm": "nuxt-meilisearch",
2843
3442
  "icon": "meilisearch.svg",
@@ -2857,7 +3456,8 @@
2857
3456
  "nuxt": "^3.0.0",
2858
3457
  "requires": {
2859
3458
  "bridge": false
2860
- }
3459
+ },
3460
+ "devtools": "^0.0.0"
2861
3461
  }
2862
3462
  },
2863
3463
  {
@@ -2882,28 +3482,6 @@
2882
3482
  "requires": {}
2883
3483
  }
2884
3484
  },
2885
- {
2886
- "name": "mobile",
2887
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2888
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2889
- "npm": "nuxt-mobile",
2890
- "icon": "",
2891
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2892
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2893
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2894
- "category": "Extensions",
2895
- "type": "3rd-party",
2896
- "maintainers": [
2897
- {
2898
- "name": "ChanningDefoe",
2899
- "github": "ChanningDefoe"
2900
- }
2901
- ],
2902
- "compatibility": {
2903
- "nuxt": "^2.0.0",
2904
- "requires": {}
2905
- }
2906
- },
2907
3485
  {
2908
3486
  "name": "module-feed",
2909
3487
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2929,7 +3507,7 @@
2929
3507
  },
2930
3508
  {
2931
3509
  "name": "moment",
2932
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3510
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2933
3511
  "repo": "nuxt-community/moment-module",
2934
3512
  "npm": "@nuxtjs/moment",
2935
3513
  "icon": "momentjs.png",
@@ -2955,20 +3533,20 @@
2955
3533
  }
2956
3534
  },
2957
3535
  {
2958
- "name": "mq",
2959
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2960
- "repo": "vanhoofmaarten/nuxt-mq",
2961
- "npm": "nuxt-mq",
3536
+ "name": "neo",
3537
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3538
+ "repo": "ezypeeze/nuxt-neo",
3539
+ "npm": "nuxt-neo",
2962
3540
  "icon": "",
2963
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
2964
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
2965
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
2966
- "category": "Libraries",
3541
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3542
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3543
+ "learn_more": "",
3544
+ "category": "Request",
2967
3545
  "type": "3rd-party",
2968
3546
  "maintainers": [
2969
3547
  {
2970
- "name": "vanhoofmaarten",
2971
- "github": "vanhoofmaarten"
3548
+ "name": "ezypeeze",
3549
+ "github": "ezypeeze"
2972
3550
  }
2973
3551
  ],
2974
3552
  "compatibility": {
@@ -2977,30 +3555,30 @@
2977
3555
  }
2978
3556
  },
2979
3557
  {
2980
- "name": "neo",
2981
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
2982
- "repo": "ezypeeze/nuxt-neo",
2983
- "npm": "nuxt-neo",
2984
- "icon": "",
2985
- "github": "https://github.com/ezypeeze/nuxt-neo",
2986
- "website": "https://ezypeeze.github.io/nuxt-neo",
3558
+ "name": "neo4j",
3559
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3560
+ "repo": "arashsheyda/nuxt-neo4j",
3561
+ "npm": "nuxt-neo4j",
3562
+ "icon": "nuxt-neo4j.png",
3563
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3564
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
2987
3565
  "learn_more": "",
2988
- "category": "Request",
3566
+ "category": "Database",
2989
3567
  "type": "3rd-party",
2990
3568
  "maintainers": [
2991
3569
  {
2992
- "name": "ezypeeze",
2993
- "github": "ezypeeze"
3570
+ "name": "arashsheyda",
3571
+ "github": "arashsheyda"
2994
3572
  }
2995
3573
  ],
2996
3574
  "compatibility": {
2997
- "nuxt": "^2.0.0",
3575
+ "nuxt": "^3.0.0",
2998
3576
  "requires": {}
2999
3577
  }
3000
3578
  },
3001
3579
  {
3002
3580
  "name": "netlify-cache",
3003
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3581
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3004
3582
  "repo": "DreaMinder/nuxt-netlify-cache",
3005
3583
  "npm": "nuxt-netlify-cache",
3006
3584
  "icon": "netlify.png",
@@ -3045,13 +3623,13 @@
3045
3623
  },
3046
3624
  {
3047
3625
  "name": "netlify",
3048
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3049
- "repo": "bazzite/nuxt-netlify",
3626
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3627
+ "repo": "juliomrqz/nuxt-netlify",
3050
3628
  "npm": "@aceforth/nuxt-netlify",
3051
3629
  "icon": "netlify.png",
3052
- "github": "https://github.com/bazzite/nuxt-netlify",
3053
- "website": "https://marquez.co/docs/nuxt-netlify/",
3054
- "learn_more": "",
3630
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3631
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3632
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3055
3633
  "category": "Deployment",
3056
3634
  "type": "3rd-party",
3057
3635
  "maintainers": [
@@ -3138,42 +3716,43 @@
3138
3716
  }
3139
3717
  },
3140
3718
  {
3141
- "name": "nuxt-auth",
3142
- "description": "",
3143
- "repo": "sidebase/nuxt-auth",
3144
- "npm": "@sidebase/nuxt-auth",
3719
+ "name": "nuxt-anchorscroll",
3720
+ "description": "Scroll to top and to anchor support for Nuxt",
3721
+ "repo": "helltraitor/nuxt-anchorscroll",
3722
+ "npm": "nuxt-anchorscroll",
3145
3723
  "icon": "",
3146
- "github": "https://github.com/sidebase/nuxt-auth",
3147
- "website": "https://github.com/sidebase/nuxt-auth",
3724
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3725
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3148
3726
  "learn_more": "",
3149
- "category": "Devtools",
3727
+ "category": "UI",
3150
3728
  "type": "3rd-party",
3151
3729
  "maintainers": [
3152
3730
  {
3153
- "name": "sidebase",
3154
- "github": "sidebase"
3731
+ "name": "Helltraitor",
3732
+ "github": "helltraitor"
3155
3733
  }
3156
3734
  ],
3157
3735
  "compatibility": {
3158
- "nuxt": "^2.0.0",
3736
+ "nuxt": "^3.0.0",
3159
3737
  "requires": {}
3160
3738
  }
3161
3739
  },
3162
3740
  {
3163
- "name": "nuxt-chatgpt",
3164
- "description": "ChatGPT integration for Nuxt 3",
3165
- "repo": "schnapsterdog/nuxt-chatgpt",
3166
- "npm": "nuxt-chatgpt",
3167
- "icon": "chatgpt.svg",
3168
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3169
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3170
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3171
- "category": "Libraries",
3741
+ "name": "nuxt-asciidoc",
3742
+ "description": "Transformer for using asciidoc in nuxt",
3743
+ "repo": "Chris2011/nuxt-asciidoc",
3744
+ "npm": "nuxt-asciidoc",
3745
+ "icon": "nuxt-asciidoc.svg",
3746
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3747
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3748
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3749
+ "category": "Extensions",
3172
3750
  "type": "3rd-party",
3173
3751
  "maintainers": [
3174
3752
  {
3175
- "name": "Oliver Trajceski",
3176
- "github": "schnapsterdog"
3753
+ "name": "Christian Lenz",
3754
+ "github": "Chris2011",
3755
+ "twitter": "Chrizzly42"
3177
3756
  }
3178
3757
  ],
3179
3758
  "compatibility": {
@@ -3182,71 +3761,65 @@
3182
3761
  }
3183
3762
  },
3184
3763
  {
3185
- "name": "nuxt-graphql-middleware",
3186
- "description": "Expose GraphQL queries and mutations as server API routes.",
3187
- "repo": "dulnan/nuxt-graphql-middleware",
3188
- "npm": "nuxt-graphql-middleware",
3189
- "icon": "nuxt-graphql-middleware.svg",
3190
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3191
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3192
- "learn_more": "",
3193
- "category": "Request",
3764
+ "name": "nuxt-auth-sanctum",
3765
+ "description": "Nuxt module for Laravel Sanctum authentication",
3766
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3767
+ "npm": "nuxt-auth-sanctum",
3768
+ "icon": "laravel.svg",
3769
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3770
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3771
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3772
+ "category": "Security",
3194
3773
  "type": "3rd-party",
3195
3774
  "maintainers": [
3196
3775
  {
3197
- "name": "dulnan",
3198
- "github": "dulnan",
3199
- "twitter": "dulnan",
3200
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3201
- },
3202
- {
3203
- "name": "ayalon",
3204
- "github": "ayalon",
3205
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3776
+ "name": "Artem Manchenkov",
3777
+ "github": "manchenkoff",
3778
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3206
3779
  }
3207
3780
  ],
3208
3781
  "compatibility": {
3209
- "nuxt": "^2.0.0 || ^3.0.0",
3782
+ "nuxt": "^3.9.0",
3210
3783
  "requires": {}
3211
3784
  }
3212
3785
  },
3213
3786
  {
3214
- "name": "nuxt-graphql-playground",
3215
- "description": "",
3216
- "repo": "pinpon-dev/nuxt-graphql-playground",
3217
- "npm": "@pin-pon/nuxt-graphql-playground",
3787
+ "name": "nuxt-basic-auth",
3788
+ "description": "Nuxt Module for Basic Authentication",
3789
+ "repo": "kgierke/nuxt-basic-auth",
3790
+ "npm": "@kgierke/nuxt-basic-auth",
3218
3791
  "icon": "",
3219
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3220
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3792
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3793
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3221
3794
  "learn_more": "",
3222
- "category": "Devtools",
3795
+ "category": "Security",
3223
3796
  "type": "3rd-party",
3224
3797
  "maintainers": [
3225
3798
  {
3226
- "name": "pinpon-dev",
3227
- "github": "pinpon-dev"
3799
+ "name": "kgierke",
3800
+ "github": "kgierke"
3228
3801
  }
3229
3802
  ],
3230
3803
  "compatibility": {
3231
- "nuxt": "^2.0.0",
3804
+ "nuxt": "^3.0.0",
3232
3805
  "requires": {}
3233
3806
  }
3234
3807
  },
3235
3808
  {
3236
- "name": "nuxt-gtm",
3237
- "description": "A Nuxt.js module for Google Tag Manager",
3238
- "repo": "zadigetvoltaire/nuxt-gtm",
3239
- "npm": "@zadigetvoltaire/nuxt-gtm",
3240
- "icon": "nuxt-gtm.svg",
3241
- "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3242
- "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3243
- "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3244
- "category": "Analytics",
3809
+ "name": "nuxt-bezier",
3810
+ "description": "Reusable transition components",
3811
+ "repo": "50rayn/nuxt-bezier",
3812
+ "npm": "nuxt-bezier",
3813
+ "icon": "nuxt-bezier.png",
3814
+ "github": "https://github.com/50rayn/nuxt-bezier",
3815
+ "website": "https://github.com/50rayn/nuxt-bezier",
3816
+ "learn_more": "https://github.com/Noction/vue-bezier",
3817
+ "category": "UI",
3245
3818
  "type": "3rd-party",
3246
3819
  "maintainers": [
3247
3820
  {
3248
- "name": "Zadig&Voltaire Team",
3249
- "github": "https://github.com/zadigetvoltaire"
3821
+ "name": "Soryn Gitlan",
3822
+ "github": "50rayn"
3250
3823
  }
3251
3824
  ],
3252
3825
  "compatibility": {
@@ -3255,67 +3828,373 @@
3255
3828
  }
3256
3829
  },
3257
3830
  {
3258
- "name": "nuxt-hue",
3259
- "description": "Enlighten your Nuxt experience",
3260
- "repo": "lihbr/nuxt-hue",
3261
- "npm": "nuxt-hue",
3262
- "icon": "nuxt-hue.svg",
3263
- "github": "https://github.com/lihbr/nuxt-hue",
3264
- "website": "https://github.com/lihbr/nuxt-hue",
3265
- "learn_more": "",
3266
- "category": "Devtools",
3831
+ "name": "nuxt-booster",
3832
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3833
+ "repo": "basics/nuxt-booster",
3834
+ "npm": "nuxt-booster",
3835
+ "icon": "nuxt-booster.svg",
3836
+ "github": "https://github.com/basics/nuxt-booster",
3837
+ "website": "https://basics.github.io/nuxt-booster/",
3838
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3839
+ "category": "Performance",
3267
3840
  "type": "3rd-party",
3268
3841
  "maintainers": [
3269
3842
  {
3270
- "name": "lihbr",
3271
- "github": "lihbr"
3843
+ "name": "Thorn Walli",
3844
+ "github": "ThornWalli",
3845
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3846
+ },
3847
+ {
3848
+ "name": "Stephan Gerbeth",
3849
+ "github": "StephanGerbeth",
3850
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3272
3851
  }
3273
3852
  ],
3274
3853
  "compatibility": {
3275
- "nuxt": "^2.0.0 || ^3.0.0",
3276
- "requires": {
3277
- "bridge": "optional"
3278
- }
3854
+ "nuxt": "^3.0.0",
3855
+ "requires": {},
3856
+ "devtools": "^0.0.0"
3279
3857
  }
3280
3858
  },
3281
3859
  {
3282
- "name": "nuxt-lazy-load",
3283
- "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",
3284
- "repo": "",
3285
- "npm": "nuxt-lazy-load",
3286
- "icon": "nuxt-lazy-load.svg",
3287
- "github": "",
3288
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3289
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3290
- "category": "Performance",
3860
+ "name": "nuxt-bootstrap-icons",
3861
+ "description": "Just a simple integration for Bootstrap Icons",
3862
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3863
+ "npm": "nuxt-bootstrap-icons",
3864
+ "icon": "bootstrap-icons.svg",
3865
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3866
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3867
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3868
+ "category": "UI",
3291
3869
  "type": "3rd-party",
3292
3870
  "maintainers": [
3293
3871
  {
3294
- "name": "Dario Ferderber",
3295
- "github": "darioferderber"
3872
+ "name": "OyewoleOyedeji",
3873
+ "github": "OyewoleOyedeji"
3296
3874
  }
3297
3875
  ],
3298
3876
  "compatibility": {
3299
- "nuxt": "^2.0.0 || ^3.0.0",
3877
+ "nuxt": "^3.0.0",
3300
3878
  "requires": {}
3301
3879
  }
3302
3880
  },
3303
3881
  {
3304
- "name": "nuxt-localtunnel",
3305
- "description": "Exposes your Nuxt localhost to the world automatically.",
3306
- "repo": "nuxtus/localtunnel",
3307
- "npm": "@nuxtus/nuxt-localtunnel",
3308
- "icon": "nuxt-localtunnel.svg",
3309
- "github": "https://github.com/nuxtus/localtunnel",
3310
- "website": "https://nuxtus.com",
3311
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3312
- "category": "Devtools",
3313
- "type": "3rd-party",
3314
- "maintainers": [
3315
- {
3316
- "name": "Craig Harman",
3317
- "github": "craigharman",
3318
- "twitter": "craig_harman"
3882
+ "name": "nuxt-chatgpt",
3883
+ "description": "ChatGPT integration for Nuxt",
3884
+ "repo": "schnapsterdog/nuxt-chatgpt",
3885
+ "npm": "nuxt-chatgpt",
3886
+ "icon": "chatgpt.svg",
3887
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3888
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3889
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3890
+ "category": "Libraries",
3891
+ "type": "3rd-party",
3892
+ "maintainers": [
3893
+ {
3894
+ "name": "Oliver Trajceski",
3895
+ "github": "schnapsterdog"
3896
+ }
3897
+ ],
3898
+ "compatibility": {
3899
+ "nuxt": "^3.0.0",
3900
+ "requires": {}
3901
+ }
3902
+ },
3903
+ {
3904
+ "name": "nuxt-cookie-consent",
3905
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3906
+ "repo": "weareheavy/nuxt-cookie-consent",
3907
+ "npm": "@weareheavy/nuxt-cookie-consent",
3908
+ "icon": "wah.svg",
3909
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3910
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3911
+ "learn_more": "",
3912
+ "category": "Extensions",
3913
+ "type": "3rd-party",
3914
+ "maintainers": [
3915
+ {
3916
+ "name": "weareheavy",
3917
+ "github": "weareheavy"
3918
+ }
3919
+ ],
3920
+ "compatibility": {
3921
+ "nuxt": "^3.0.0",
3922
+ "requires": {}
3923
+ }
3924
+ },
3925
+ {
3926
+ "name": "nuxt-facebook-chat",
3927
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3928
+ "repo": "superdev-tech/nuxt-facebook-chat",
3929
+ "npm": "nuxt-facebook-chat",
3930
+ "icon": "nuxt-facebook-chat.svg",
3931
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3932
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3933
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3934
+ "category": "Libraries",
3935
+ "type": "3rd-party",
3936
+ "maintainers": [
3937
+ {
3938
+ "name": "Supanut Dokmaithong",
3939
+ "github": "Boomgeek"
3940
+ },
3941
+ {
3942
+ "name": "superdev-tech",
3943
+ "github": "superdev-tech"
3944
+ }
3945
+ ],
3946
+ "compatibility": {
3947
+ "nuxt": "^3.0.0",
3948
+ "requires": {}
3949
+ }
3950
+ },
3951
+ {
3952
+ "name": "nuxt-feather-icons",
3953
+ "description": "The Feather Icons in Nuxt 3.",
3954
+ "repo": "4sllan/nuxt-feather-icons",
3955
+ "npm": "nuxt-feather-icons",
3956
+ "icon": "nuxt-feather-icons.png",
3957
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3958
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3959
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3960
+ "category": "UI",
3961
+ "type": "3rd-party",
3962
+ "maintainers": [
3963
+ {
3964
+ "name": "4sllan",
3965
+ "github": "4sllan"
3966
+ }
3967
+ ],
3968
+ "compatibility": {
3969
+ "nuxt": "^3.0.0",
3970
+ "requires": {}
3971
+ }
3972
+ },
3973
+ {
3974
+ "name": "nuxt-feedme",
3975
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3976
+ "repo": "helltraitor/nuxt-feedme",
3977
+ "npm": "nuxt-feedme",
3978
+ "icon": "",
3979
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3980
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3981
+ "learn_more": "",
3982
+ "category": "SEO",
3983
+ "type": "3rd-party",
3984
+ "maintainers": [
3985
+ {
3986
+ "name": "Helltraitor",
3987
+ "github": "helltraitor"
3988
+ }
3989
+ ],
3990
+ "compatibility": {
3991
+ "nuxt": "^3.0.0",
3992
+ "requires": {}
3993
+ }
3994
+ },
3995
+ {
3996
+ "name": "nuxt-file-storage",
3997
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
3998
+ "repo": "nyllre/nuxt-file-storage",
3999
+ "npm": "nuxt-file-storage",
4000
+ "icon": "nuxt-file-storage.svg",
4001
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4002
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4003
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4004
+ "category": "Database",
4005
+ "type": "3rd-party",
4006
+ "maintainers": [
4007
+ {
4008
+ "name": "NyllRE",
4009
+ "github": "NyllRE"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-fontawesome",
4019
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4020
+ "repo": "bezumkin/nuxt-fontawesome",
4021
+ "npm": "@vesp/nuxt-fontawesome",
4022
+ "icon": "nuxt-fontawesome.svg",
4023
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4024
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4025
+ "learn_more": "https://fontawesome.com",
4026
+ "category": "UI",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Vasily Naumkin",
4031
+ "github": "bezumkin",
4032
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4033
+ }
4034
+ ],
4035
+ "compatibility": {
4036
+ "nuxt": "^3.0.0",
4037
+ "requires": {}
4038
+ }
4039
+ },
4040
+ {
4041
+ "name": "nuxt-graphql-middleware",
4042
+ "description": "Expose GraphQL queries and mutations as server API routes.",
4043
+ "repo": "dulnan/nuxt-graphql-middleware",
4044
+ "npm": "nuxt-graphql-middleware",
4045
+ "icon": "nuxt-graphql-middleware.svg",
4046
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
4047
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
4048
+ "learn_more": "",
4049
+ "category": "Request",
4050
+ "type": "3rd-party",
4051
+ "maintainers": [
4052
+ {
4053
+ "name": "dulnan",
4054
+ "github": "dulnan",
4055
+ "twitter": "dulnan",
4056
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
4057
+ },
4058
+ {
4059
+ "name": "ayalon",
4060
+ "github": "ayalon",
4061
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
4062
+ }
4063
+ ],
4064
+ "compatibility": {
4065
+ "nuxt": "^2.0.0 || ^3.0.0",
4066
+ "requires": {}
4067
+ }
4068
+ },
4069
+ {
4070
+ "name": "nuxt-graphql-playground",
4071
+ "description": "",
4072
+ "repo": "pinpon-dev/nuxt-graphql-playground",
4073
+ "npm": "@pin-pon/nuxt-graphql-playground",
4074
+ "icon": "",
4075
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4076
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4077
+ "learn_more": "",
4078
+ "category": "Devtools",
4079
+ "type": "3rd-party",
4080
+ "maintainers": [
4081
+ {
4082
+ "name": "pinpon-dev",
4083
+ "github": "pinpon-dev"
4084
+ }
4085
+ ],
4086
+ "compatibility": {
4087
+ "nuxt": "^2.0.0",
4088
+ "requires": {}
4089
+ }
4090
+ },
4091
+ {
4092
+ "name": "nuxt-gtm",
4093
+ "description": "A Nuxt module for Google Tag Manager",
4094
+ "repo": "zadigetvoltaire/nuxt-gtm",
4095
+ "npm": "@zadigetvoltaire/nuxt-gtm",
4096
+ "icon": "nuxt-gtm.svg",
4097
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
4098
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
4099
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
4100
+ "category": "Analytics",
4101
+ "type": "3rd-party",
4102
+ "maintainers": [
4103
+ {
4104
+ "name": "Zadig&Voltaire Team",
4105
+ "github": "zadigetvoltaire"
4106
+ }
4107
+ ],
4108
+ "compatibility": {
4109
+ "nuxt": "^3.0.0",
4110
+ "requires": {},
4111
+ "devtools": "^0.0.0"
4112
+ }
4113
+ },
4114
+ {
4115
+ "name": "nuxt-hue",
4116
+ "description": "Enlighten your Nuxt experience",
4117
+ "repo": "lihbr/nuxt-hue",
4118
+ "npm": "nuxt-hue",
4119
+ "icon": "nuxt-hue.svg",
4120
+ "github": "https://github.com/lihbr/nuxt-hue",
4121
+ "website": "https://github.com/lihbr/nuxt-hue",
4122
+ "learn_more": "",
4123
+ "category": "Devtools",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "lihbr",
4128
+ "github": "lihbr"
4129
+ }
4130
+ ],
4131
+ "compatibility": {
4132
+ "nuxt": "^2.0.0 || ^3.0.0",
4133
+ "requires": {
4134
+ "bridge": "optional"
4135
+ }
4136
+ }
4137
+ },
4138
+ {
4139
+ "name": "nuxt-interpolation",
4140
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4141
+ "repo": "daliborgogic/nuxt-interpolation#master",
4142
+ "npm": "nuxt-interpolation",
4143
+ "icon": "",
4144
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4145
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4146
+ "learn_more": "",
4147
+ "category": "Devtools",
4148
+ "type": "3rd-party",
4149
+ "maintainers": [
4150
+ {
4151
+ "name": "daliborgogic",
4152
+ "github": "daliborgogic"
4153
+ }
4154
+ ],
4155
+ "compatibility": {
4156
+ "nuxt": "^2.0.0",
4157
+ "requires": {}
4158
+ }
4159
+ },
4160
+ {
4161
+ "name": "nuxt-jsonld",
4162
+ "description": "Manage JSON-LD in Vue component.",
4163
+ "repo": "ymmooot/nuxt-jsonld",
4164
+ "npm": "nuxt-jsonld",
4165
+ "icon": "",
4166
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4167
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4168
+ "learn_more": "",
4169
+ "category": "SEO",
4170
+ "type": "3rd-party",
4171
+ "maintainers": [
4172
+ {
4173
+ "name": "ymmooot",
4174
+ "github": "ymmooot"
4175
+ }
4176
+ ],
4177
+ "compatibility": {
4178
+ "nuxt": "^3.0.0",
4179
+ "requires": {}
4180
+ }
4181
+ },
4182
+ {
4183
+ "name": "nuxt-localtunnel",
4184
+ "description": "Exposes your Nuxt localhost to the world automatically.",
4185
+ "repo": "nuxtus/localtunnel",
4186
+ "npm": "@nuxtus/nuxt-localtunnel",
4187
+ "icon": "nuxt-localtunnel.svg",
4188
+ "github": "https://github.com/nuxtus/localtunnel",
4189
+ "website": "https://docs.nuxtus.com",
4190
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
4191
+ "category": "Devtools",
4192
+ "type": "3rd-party",
4193
+ "maintainers": [
4194
+ {
4195
+ "name": "Craig Harman",
4196
+ "github": "craigharman",
4197
+ "twitter": "craig_harman"
3319
4198
  }
3320
4199
  ],
3321
4200
  "compatibility": {
@@ -3325,7 +4204,7 @@
3325
4204
  },
3326
4205
  {
3327
4206
  "name": "nuxt-loco",
3328
- "description": "A localise.biz module to synth locale with Nuxt.js",
4207
+ "description": "A localise.biz module to synth locale with Nuxt",
3329
4208
  "repo": "gaetansenn/nuxt-loco",
3330
4209
  "npm": "nuxt-loco",
3331
4210
  "icon": "",
@@ -3346,6 +4225,28 @@
3346
4225
  "requires": {}
3347
4226
  }
3348
4227
  },
4228
+ {
4229
+ "name": "nuxt-mail",
4230
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4231
+ "repo": "dword-design/nuxt-mail",
4232
+ "npm": "nuxt-mail",
4233
+ "icon": "",
4234
+ "github": "https://github.com/dword-design/nuxt-mail",
4235
+ "website": "https://github.com/dword-design/nuxt-mail",
4236
+ "learn_more": "",
4237
+ "category": "Extensions",
4238
+ "type": "3rd-party",
4239
+ "maintainers": [
4240
+ {
4241
+ "name": "Sebastian Landwehr",
4242
+ "github": "dword-design"
4243
+ }
4244
+ ],
4245
+ "compatibility": {
4246
+ "nuxt": "^2.0.0 || ^3.0.0",
4247
+ "requires": {}
4248
+ }
4249
+ },
3349
4250
  {
3350
4251
  "name": "nuxt-mapbox",
3351
4252
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3368,6 +4269,28 @@
3368
4269
  "requires": {}
3369
4270
  }
3370
4271
  },
4272
+ {
4273
+ "name": "nuxt-mdi",
4274
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4275
+ "repo": "ERPedersen/nuxt-mdi",
4276
+ "npm": "nuxt-mdi",
4277
+ "icon": "mdi.png",
4278
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4279
+ "website": "https://nuxt-mdi.emilrosenius.com",
4280
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4281
+ "category": "Libraries",
4282
+ "type": "3rd-party",
4283
+ "maintainers": [
4284
+ {
4285
+ "name": "Emil Rosenius",
4286
+ "github": "ERPedersen"
4287
+ }
4288
+ ],
4289
+ "compatibility": {
4290
+ "nuxt": "^3.0.0",
4291
+ "requires": {}
4292
+ }
4293
+ },
3371
4294
  {
3372
4295
  "name": "nuxt-monaco-editor",
3373
4296
  "description": "Integrate monaco-editor with Nuxt",
@@ -3392,12 +4315,12 @@
3392
4315
  },
3393
4316
  {
3394
4317
  "name": "nuxt-mongoose",
3395
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4318
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3396
4319
  "repo": "arashsheyda/nuxt-mongoose",
3397
4320
  "npm": "nuxt-mongoose",
3398
4321
  "icon": "nuxt-mongoose.svg",
3399
4322
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3400
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
4323
+ "website": "https://nuxt-mongoose.nuxt.space",
3401
4324
  "learn_more": "",
3402
4325
  "category": "Database",
3403
4326
  "type": "3rd-party",
@@ -3407,6 +4330,125 @@
3407
4330
  "github": "arashsheyda"
3408
4331
  }
3409
4332
  ],
4333
+ "compatibility": {
4334
+ "nuxt": "^3.0.0",
4335
+ "requires": {},
4336
+ "devtools": "^0.0.0"
4337
+ }
4338
+ },
4339
+ {
4340
+ "name": "nuxt-oidc-auth",
4341
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4342
+ "repo": "itpropro/nuxt-oidc-auth",
4343
+ "npm": "nuxt-oidc-auth",
4344
+ "icon": "",
4345
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4346
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4347
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4348
+ "category": "Security",
4349
+ "type": "3rd-party",
4350
+ "maintainers": [
4351
+ {
4352
+ "name": "Jan-Henrik Damaschke",
4353
+ "github": "itpropro",
4354
+ "twitter": "jandamaschke"
4355
+ }
4356
+ ],
4357
+ "compatibility": {
4358
+ "nuxt": "^3.0.0",
4359
+ "requires": {}
4360
+ }
4361
+ },
4362
+ {
4363
+ "name": "nuxt-openapi-docs-module",
4364
+ "description": "Generate pages from OpenAPI specifications",
4365
+ "repo": "on-org/nuxt-openapi-docs-module",
4366
+ "npm": "nuxt-openapi-docs-module",
4367
+ "icon": "nuxt-openapi-docs-module.png",
4368
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4369
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4370
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4371
+ "category": "Libraries",
4372
+ "type": "3rd-party",
4373
+ "maintainers": [
4374
+ {
4375
+ "name": "Pavel Kuzmin",
4376
+ "github": "s00d"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "nuxt-openid-connect",
4386
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4387
+ "repo": "aborn/nuxt-openid-connect",
4388
+ "npm": "nuxt-openid-connect",
4389
+ "icon": "",
4390
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4391
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4392
+ "learn_more": "",
4393
+ "category": "Security",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "Aborn Jiang",
4398
+ "github": "aborn"
4399
+ },
4400
+ {
4401
+ "name": "Khaled Almana",
4402
+ "github": "KhaledAlMana"
4403
+ }
4404
+ ],
4405
+ "compatibility": {
4406
+ "nuxt": "^3.0.0",
4407
+ "requires": {},
4408
+ "devtools": "^0.0.0"
4409
+ }
4410
+ },
4411
+ {
4412
+ "name": "nuxt-payload-analyzer",
4413
+ "description": "Analyze Nuxt Payload Size",
4414
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4415
+ "npm": "nuxt-payload-analyzer",
4416
+ "icon": "",
4417
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4418
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4419
+ "learn_more": "",
4420
+ "category": "Performance",
4421
+ "type": "3rd-party",
4422
+ "maintainers": [
4423
+ {
4424
+ "name": "Barbapapazes",
4425
+ "github": "Barbapapazes",
4426
+ "twitter": "soubiran_"
4427
+ }
4428
+ ],
4429
+ "compatibility": {
4430
+ "nuxt": "^3.0.0",
4431
+ "requires": {}
4432
+ }
4433
+ },
4434
+ {
4435
+ "name": "nuxt-pdf-frame",
4436
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4437
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4438
+ "npm": "@i2d/nuxt-pdf-frame",
4439
+ "icon": "pdf-frame.svg",
4440
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4441
+ "website": "https://www.pdf-frame.org",
4442
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4443
+ "category": "Libraries",
4444
+ "type": "3rd-party",
4445
+ "maintainers": [
4446
+ {
4447
+ "name": "Narayana Swamy",
4448
+ "github": "nswamy14",
4449
+ "email": "narayanaswamy14@gmail.com"
4450
+ }
4451
+ ],
3410
4452
  "compatibility": {
3411
4453
  "nuxt": "^3.0.0",
3412
4454
  "requires": {}
@@ -3435,6 +4477,28 @@
3435
4477
  "requires": {}
3436
4478
  }
3437
4479
  },
4480
+ {
4481
+ "name": "nuxt-phosphor-icons",
4482
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4483
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4484
+ "npm": "nuxt-phosphor-icons",
4485
+ "icon": "phosphor-icons.svg",
4486
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4487
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4488
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4489
+ "category": "UI",
4490
+ "type": "3rd-party",
4491
+ "maintainers": [
4492
+ {
4493
+ "name": "OyewoleOyedeji",
4494
+ "github": "OyewoleOyedeji"
4495
+ }
4496
+ ],
4497
+ "compatibility": {
4498
+ "nuxt": "^3.0.0",
4499
+ "requires": {}
4500
+ }
4501
+ },
3438
4502
  {
3439
4503
  "name": "nuxt-pino-log",
3440
4504
  "description": "Structured logs for nuxt apps using pino",
@@ -3458,20 +4522,24 @@
3458
4522
  }
3459
4523
  },
3460
4524
  {
3461
- "name": "plausible",
3462
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3463
- "repo": "nuxt-modules/plausible",
3464
- "npm": "@nuxtjs/plausible",
3465
- "icon": "plausible.png",
3466
- "github": "https://github.com/nuxt-modules/plausible",
3467
- "website": "https://github.com/nuxt-modules/plausible",
3468
- "learn_more": "https://plausible.io/",
3469
- "category": "Analytics",
3470
- "type": "community",
4525
+ "name": "nuxt-plotly",
4526
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4527
+ "repo": "superdev-tech/nuxt-plotly",
4528
+ "npm": "nuxt-plotly",
4529
+ "icon": "nuxt-plotly.svg",
4530
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4531
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4532
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4533
+ "category": "Libraries",
4534
+ "type": "3rd-party",
3471
4535
  "maintainers": [
3472
4536
  {
3473
- "name": "Johann Schopplich",
3474
- "github": "johannschopplich"
4537
+ "name": "Supanut Dokmaithong",
4538
+ "github": "Boomgeek"
4539
+ },
4540
+ {
4541
+ "name": "superdev-tech",
4542
+ "github": "superdev-tech"
3475
4543
  }
3476
4544
  ],
3477
4545
  "compatibility": {
@@ -3481,7 +4549,7 @@
3481
4549
  },
3482
4550
  {
3483
4551
  "name": "nuxt-png-to-ico",
3484
- "description": "Nuxt.js module for auto generating favicons",
4552
+ "description": "Nuxt module for auto generating favicons",
3485
4553
  "repo": "b5710546232/nuxt-png-to-ico",
3486
4554
  "npm": "nuxt-png-to-ico",
3487
4555
  "icon": "",
@@ -3502,9 +4570,31 @@
3502
4570
  "requires": {}
3503
4571
  }
3504
4572
  },
4573
+ {
4574
+ "name": "nuxt-posthog",
4575
+ "description": "Integrate PostHog into your application with minimal configuration",
4576
+ "repo": "mitjans/nuxt-posthog",
4577
+ "npm": "nuxt-posthog",
4578
+ "icon": "posthog.svg",
4579
+ "github": "https://github.com/mitjans/nuxt-posthog",
4580
+ "website": "https://nuxt-posthog.cmitjans.dev",
4581
+ "learn_more": "https://posthog.com",
4582
+ "category": "Analytics",
4583
+ "type": "3rd-party",
4584
+ "maintainers": [
4585
+ {
4586
+ "name": "Carles Mitjans",
4587
+ "github": "mitjans"
4588
+ }
4589
+ ],
4590
+ "compatibility": {
4591
+ "nuxt": "^3.0.0",
4592
+ "requires": {}
4593
+ }
4594
+ },
3505
4595
  {
3506
4596
  "name": "nuxt-smartlook",
3507
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4597
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3508
4598
  "repo": "f00b4r/nuxt-smartlook",
3509
4599
  "npm": "nuxt-smartlook",
3510
4600
  "icon": "nuxt-smartlook.png",
@@ -3526,6 +4616,28 @@
3526
4616
  "requires": {}
3527
4617
  }
3528
4618
  },
4619
+ {
4620
+ "name": "nuxt-social-share",
4621
+ "description": "Simple Social Sharing for Nuxt",
4622
+ "repo": "stefanobartoletti/nuxt-social-share",
4623
+ "npm": "@stefanobartoletti/nuxt-social-share",
4624
+ "icon": "nuxt-social-share.png",
4625
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4626
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4627
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4628
+ "category": "Extensions",
4629
+ "type": "3rd-party",
4630
+ "maintainers": [
4631
+ {
4632
+ "name": "stefanobartoletti",
4633
+ "github": "stefanobartoletti"
4634
+ }
4635
+ ],
4636
+ "compatibility": {
4637
+ "nuxt": "^3.0.0",
4638
+ "requires": {}
4639
+ }
4640
+ },
3529
4641
  {
3530
4642
  "name": "ssr-lit",
3531
4643
  "description": "Server-Side Rendering for Lit Element components",
@@ -3556,10 +4668,10 @@
3556
4668
  },
3557
4669
  {
3558
4670
  "name": "nuxt-storm",
3559
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4671
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3560
4672
  "repo": "fumeapp/nuxt-storm",
3561
4673
  "npm": "nuxt-storm",
3562
- "icon": "nuxt-storm.png",
4674
+ "icon": "",
3563
4675
  "github": "https://github.com/fumeapp/nuxt-storm",
3564
4676
  "website": "https://github.com/fumeapp/nuxt-storm",
3565
4677
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3576,6 +4688,30 @@
3576
4688
  "requires": {}
3577
4689
  }
3578
4690
  },
4691
+ {
4692
+ "name": "nuxt-svgo-loader",
4693
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4694
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4695
+ "npm": "nuxt-svgo-loader",
4696
+ "icon": "",
4697
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4698
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4699
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4700
+ "category": "Images",
4701
+ "type": "3rd-party",
4702
+ "maintainers": [
4703
+ {
4704
+ "name": "Alex Liu",
4705
+ "github": "Mini-ghost",
4706
+ "twitter": "Minighost_Alex"
4707
+ }
4708
+ ],
4709
+ "compatibility": {
4710
+ "nuxt": "^3.0.0",
4711
+ "requires": {},
4712
+ "devtools": "^0.0.0"
4713
+ }
4714
+ },
3579
4715
  {
3580
4716
  "name": "nuxt-svgo",
3581
4717
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3600,7 +4736,7 @@
3600
4736
  },
3601
4737
  {
3602
4738
  "name": "nuxt-unleash",
3603
- "description": "Nuxt.js module to use Unleash toggle feature services",
4739
+ "description": "Nuxt module to use Unleash toggle feature services",
3604
4740
  "repo": "conejerock/nuxt-unleash",
3605
4741
  "npm": "nuxt-unleash",
3606
4742
  "icon": "nuxt-unleash.svg",
@@ -3621,14 +4757,14 @@
3621
4757
  }
3622
4758
  },
3623
4759
  {
3624
- "name": "nuxt-use-motion",
3625
- "description": "A Nuxt module putting your components in motion",
3626
- "repo": "Tahul/nuxt-use-motion",
3627
- "npm": "nuxt-use-motion",
3628
- "icon": "nuxt-use-motion.svg",
3629
- "github": "https://github.com/Tahul/nuxt-use-motion",
3630
- "website": "https://github.com/Tahul/nuxt-use-motion",
3631
- "learn_more": "https://github.com/vueuse/motion",
4760
+ "name": "nuxt-use-sound",
4761
+ "description": "A Nuxt module for playing sound effects.",
4762
+ "repo": "Tahul/nuxt-use-sound",
4763
+ "npm": "nuxt-use-sound",
4764
+ "icon": "nuxt-use-sound.svg",
4765
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4766
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4767
+ "learn_more": "https://github.com/vueuse/sound",
3632
4768
  "category": "Libraries",
3633
4769
  "type": "3rd-party",
3634
4770
  "maintainers": [
@@ -3643,24 +4779,24 @@
3643
4779
  }
3644
4780
  },
3645
4781
  {
3646
- "name": "nuxt-use-sound",
3647
- "description": "A Nuxt module for playing sound effects.",
3648
- "repo": "Tahul/nuxt-use-sound",
3649
- "npm": "nuxt-use-sound",
3650
- "icon": "nuxt-use-sound.svg",
3651
- "github": "https://github.com/Tahul/nuxt-use-sound",
3652
- "website": "https://github.com/Tahul/nuxt-use-sound",
3653
- "learn_more": "https://github.com/vueuse/sound",
3654
- "category": "Libraries",
4782
+ "name": "nuxt-uswds",
4783
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4784
+ "repo": "patrickcate/nuxt-uswds",
4785
+ "npm": "nuxt-uswds",
4786
+ "icon": "nuxt-uswds.svg",
4787
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4788
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4789
+ "learn_more": "",
4790
+ "category": "UI",
3655
4791
  "type": "3rd-party",
3656
4792
  "maintainers": [
3657
4793
  {
3658
- "name": "Tahul",
3659
- "github": "Tahul"
4794
+ "name": "Patrick Cate",
4795
+ "github": "patrickcate"
3660
4796
  }
3661
4797
  ],
3662
4798
  "compatibility": {
3663
- "nuxt": "^2.0.0",
4799
+ "nuxt": "^3.0.0",
3664
4800
  "requires": {}
3665
4801
  }
3666
4802
  },
@@ -3691,12 +4827,12 @@
3691
4827
  {
3692
4828
  "name": "nuxt-vue3-google-signin",
3693
4829
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3694
- "repo": "syetalabs/nuxt-vue3-google-signin",
4830
+ "repo": "wavezync/nuxt-vue3-google-signin",
3695
4831
  "npm": "nuxt-vue3-google-signin",
3696
4832
  "icon": "vue3-google-signin.svg",
3697
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3698
- "website": "https://vue3-google-signin.syetalabs.io",
3699
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4833
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4834
+ "website": "https://vue3-google-signin.wavezync.com",
4835
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3700
4836
  "category": "Libraries",
3701
4837
  "type": "3rd-party",
3702
4838
  "maintainers": [
@@ -3711,20 +4847,64 @@
3711
4847
  }
3712
4848
  },
3713
4849
  {
3714
- "name": "nuxt-vuetify",
3715
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3716
- "repo": "invictus-codes/nuxt-vuetify",
3717
- "npm": "@invictus.codes/nuxt-vuetify",
3718
- "icon": "vuetify-logo-v3-dark.svg",
3719
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3720
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3721
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3722
- "category": "UI",
4850
+ "name": "nuxt-zod-i18n",
4851
+ "description": "A Nuxt Module for localizing zod error messages.",
4852
+ "repo": "xibman/nuxt-zod-i18n",
4853
+ "npm": "nuxt-zod-i18n",
4854
+ "icon": "nuxt-zod-i18n.svg",
4855
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4856
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4857
+ "learn_more": "",
4858
+ "category": "Libraries",
4859
+ "type": "3rd-party",
4860
+ "maintainers": [
4861
+ {
4862
+ "name": "xibman",
4863
+ "github": "xibman"
4864
+ }
4865
+ ],
4866
+ "compatibility": {
4867
+ "nuxt": "^3.0.0",
4868
+ "requires": {}
4869
+ }
4870
+ },
4871
+ {
4872
+ "name": "nuxt3-interpolation",
4873
+ "description": "",
4874
+ "repo": "daliborgogic/interpolation",
4875
+ "npm": "nuxt3-interpolation",
4876
+ "icon": "",
4877
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4878
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4879
+ "learn_more": "",
4880
+ "category": "Devtools",
4881
+ "type": "3rd-party",
4882
+ "maintainers": [
4883
+ {
4884
+ "name": "daliborgogic",
4885
+ "github": "daliborgogic"
4886
+ }
4887
+ ],
4888
+ "compatibility": {
4889
+ "nuxt": "^3.0.0",
4890
+ "requires": {}
4891
+ }
4892
+ },
4893
+ {
4894
+ "name": "nuxt3-leaflet",
4895
+ "description": "Leaflet integration with Nuxt",
4896
+ "repo": "Gugustinette/Nuxt-Leaflet",
4897
+ "npm": "nuxt3-leaflet",
4898
+ "icon": "leaflet.png",
4899
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4900
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4901
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4902
+ "category": "Libraries",
3723
4903
  "type": "3rd-party",
3724
4904
  "maintainers": [
3725
4905
  {
3726
- "name": "Jens van Hellemondt",
3727
- "github": "invictus-codes"
4906
+ "name": "Augustin MERCIER",
4907
+ "github": "Gugustinette"
3728
4908
  }
3729
4909
  ],
3730
4910
  "compatibility": {
@@ -3734,7 +4914,7 @@
3734
4914
  },
3735
4915
  {
3736
4916
  "name": "nuxt7",
3737
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4917
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3738
4918
  "repo": "nuxt-community/nuxt7",
3739
4919
  "npm": "nuxt7",
3740
4920
  "icon": "",
@@ -3755,40 +4935,17 @@
3755
4935
  "requires": {}
3756
4936
  }
3757
4937
  },
3758
- {
3759
- "name": "nuxtlabs-ui",
3760
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3761
- "repo": "nuxtlabs/ui",
3762
- "npm": "@nuxthq/ui",
3763
- "icon": "nuxtlabs-ui.svg",
3764
- "github": "https://github.com/nuxtlabs/ui",
3765
- "website": "https://ui.nuxtlabs.com",
3766
- "learn_more": "https://ui.nuxtlabs.com",
3767
- "category": "UI",
3768
- "type": "3rd-party",
3769
- "maintainers": [
3770
- {
3771
- "name": "Benjamin Canac",
3772
- "github": "benjamincanac",
3773
- "twitter": "benjamincanac"
3774
- }
3775
- ],
3776
- "compatibility": {
3777
- "nuxt": "^3.0.0",
3778
- "requires": {}
3779
- }
3780
- },
3781
4938
  {
3782
4939
  "name": "og-image",
3783
- "description": "Easily generate dynamic social share images.",
3784
- "repo": "harlan-zw/nuxt-og-image",
4940
+ "description": "Enlightened runtime images generated with Vue templates.",
4941
+ "repo": "nuxt-modules/og-image",
3785
4942
  "npm": "nuxt-og-image",
3786
- "icon": "",
3787
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3788
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3789
- "learn_more": "",
4943
+ "icon": "og-image.svg",
4944
+ "github": "https://github.com/nuxt-modules/og-image",
4945
+ "website": "https://nuxtseo.com/og-image",
4946
+ "learn_more": "https://nuxtseo.com/og-image",
3790
4947
  "category": "SEO",
3791
- "type": "3rd-party",
4948
+ "type": "community",
3792
4949
  "maintainers": [
3793
4950
  {
3794
4951
  "name": "Harlan Wilton",
@@ -3799,7 +4956,8 @@
3799
4956
  ],
3800
4957
  "compatibility": {
3801
4958
  "nuxt": "^3.0.0",
3802
- "requires": {}
4959
+ "requires": {},
4960
+ "devtools": "^0.0.0"
3803
4961
  }
3804
4962
  },
3805
4963
  {
@@ -3827,13 +4985,13 @@
3827
4985
  },
3828
4986
  {
3829
4987
  "name": "optimized-images",
3830
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4988
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3831
4989
  "repo": "juliomrqz/nuxt-optimized-images",
3832
4990
  "npm": "@aceforth/nuxt-optimized-images",
3833
4991
  "icon": "",
3834
4992
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3835
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3836
- "learn_more": "",
4993
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4994
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3837
4995
  "category": "Images",
3838
4996
  "type": "3rd-party",
3839
4997
  "maintainers": [
@@ -3872,7 +5030,7 @@
3872
5030
  },
3873
5031
  {
3874
5032
  "name": "parse",
3875
- "description": "Parse package for Nuxt.js",
5033
+ "description": "Parse package for Nuxt",
3876
5034
  "repo": "cierrateam/nuxt-parse",
3877
5035
  "npm": "nuxt-parse",
3878
5036
  "icon": "",
@@ -3892,6 +5050,29 @@
3892
5050
  "requires": {}
3893
5051
  }
3894
5052
  },
5053
+ {
5054
+ "name": "particles",
5055
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
5056
+ "repo": "Joepocalyptic/nuxt-particles",
5057
+ "npm": "nuxt-particles",
5058
+ "icon": "",
5059
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
5060
+ "website": "https://nuxt-particles.joeypereira.dev",
5061
+ "learn_more": "https://particles.js.org/",
5062
+ "category": "Libraries",
5063
+ "type": "3rd-party",
5064
+ "maintainers": [
5065
+ {
5066
+ "name": "Joey Pereira",
5067
+ "github": "Joepocalyptic",
5068
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
5069
+ }
5070
+ ],
5071
+ "compatibility": {
5072
+ "nuxt": "^3.0.0",
5073
+ "requires": {}
5074
+ }
5075
+ },
3895
5076
  {
3896
5077
  "name": "partytown",
3897
5078
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3917,6 +5098,28 @@
3917
5098
  }
3918
5099
  }
3919
5100
  },
5101
+ {
5102
+ "name": "paypal",
5103
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5104
+ "repo": "arashsheyda/nuxt-paypal",
5105
+ "npm": "nuxt-paypal",
5106
+ "icon": "paypal.svg",
5107
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5108
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5109
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5110
+ "category": "Payment",
5111
+ "type": "3rd-party",
5112
+ "maintainers": [
5113
+ {
5114
+ "name": "Arash Sheyda",
5115
+ "github": "arashsheyda"
5116
+ }
5117
+ ],
5118
+ "compatibility": {
5119
+ "nuxt": "^3.0.0",
5120
+ "requires": {}
5121
+ }
5122
+ },
3920
5123
  {
3921
5124
  "name": "pdfeasy",
3922
5125
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -3941,6 +5144,28 @@
3941
5144
  "requires": {}
3942
5145
  }
3943
5146
  },
5147
+ {
5148
+ "name": "pergel",
5149
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5150
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5151
+ "npm": "pergel",
5152
+ "icon": "pergel.svg",
5153
+ "github": "https://github.com/oku-ui/pergel",
5154
+ "website": "https://oku-ui.com/pergel",
5155
+ "learn_more": "",
5156
+ "category": "Devtools",
5157
+ "type": "3rd-party",
5158
+ "maintainers": [
5159
+ {
5160
+ "name": "Mehmet - productdevbook",
5161
+ "github": "productdevbook"
5162
+ }
5163
+ ],
5164
+ "compatibility": {
5165
+ "nuxt": "^3.10.0",
5166
+ "requires": {}
5167
+ }
5168
+ },
3944
5169
  {
3945
5170
  "name": "persian-datepicker",
3946
5171
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3967,7 +5192,7 @@
3967
5192
  {
3968
5193
  "name": "pinia-orm",
3969
5194
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
3970
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5195
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
3971
5196
  "npm": "@pinia-orm/nuxt",
3972
5197
  "icon": "pinia-orm.svg",
3973
5198
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4038,23 +5263,23 @@
4038
5263
  },
4039
5264
  {
4040
5265
  "name": "plausible",
4041
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5266
+ "description": "Nuxt module to natively integrate Plausible analytics",
4042
5267
  "repo": "nuxt-modules/plausible",
4043
5268
  "npm": "@nuxtjs/plausible",
4044
- "icon": "",
5269
+ "icon": "plausible.svg",
4045
5270
  "github": "https://github.com/nuxt-modules/plausible",
4046
5271
  "website": "https://github.com/nuxt-modules/plausible",
4047
5272
  "learn_more": "",
4048
- "category": "Devtools",
5273
+ "category": "Analytics",
4049
5274
  "type": "community",
4050
5275
  "maintainers": [
4051
5276
  {
4052
- "name": "nuxt-modules",
4053
- "github": "nuxt-modules"
5277
+ "name": "Johann Schopplich",
5278
+ "github": "johannschopplich"
4054
5279
  }
4055
5280
  ],
4056
5281
  "compatibility": {
4057
- "nuxt": "^2.0.0",
5282
+ "nuxt": "^2.0.0 || ^3.0.0",
4058
5283
  "requires": {}
4059
5284
  }
4060
5285
  },
@@ -4080,9 +5305,56 @@
4080
5305
  "requires": {}
4081
5306
  }
4082
5307
  },
5308
+ {
5309
+ "name": "prepare",
5310
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5311
+ "repo": "johannschopplich/nuxt-prepare",
5312
+ "npm": "nuxt-prepare",
5313
+ "icon": "prepare.svg",
5314
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5315
+ "website": "https://nuxt-prepare.byjohann.dev",
5316
+ "learn_more": "",
5317
+ "category": "Devtools",
5318
+ "type": "3rd-party",
5319
+ "maintainers": [
5320
+ {
5321
+ "name": "Johann Schopplich",
5322
+ "github": "johannschopplich",
5323
+ "twitter": "jschopplich",
5324
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5325
+ }
5326
+ ],
5327
+ "compatibility": {
5328
+ "nuxt": "^3.0.0",
5329
+ "requires": {}
5330
+ }
5331
+ },
5332
+ {
5333
+ "name": "primevue",
5334
+ "description": "Next Generation Vue UI Component Library",
5335
+ "repo": "primefaces/primevue-nuxt-module",
5336
+ "npm": "nuxt-primevue",
5337
+ "icon": "primevue.svg",
5338
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5339
+ "website": "https://primevue.org/",
5340
+ "learn_more": "https://primevue.org/",
5341
+ "category": "UI",
5342
+ "type": "3rd-party",
5343
+ "maintainers": [
5344
+ {
5345
+ "name": "primefaces",
5346
+ "github": "primefaces",
5347
+ "twitter": "primevue"
5348
+ }
5349
+ ],
5350
+ "compatibility": {
5351
+ "nuxt": "^3.0.0",
5352
+ "requires": {}
5353
+ }
5354
+ },
4083
5355
  {
4084
5356
  "name": "prismic",
4085
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5357
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4086
5358
  "repo": "nuxt-modules/prismic",
4087
5359
  "npm": "@nuxtjs/prismic",
4088
5360
  "icon": "prismic.png",
@@ -4149,7 +5421,7 @@
4149
5421
  },
4150
5422
  {
4151
5423
  "name": "proxy",
4152
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5424
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4153
5425
  "repo": "nuxt-community/proxy-module",
4154
5426
  "npm": "@nuxtjs/proxy",
4155
5427
  "icon": "",
@@ -4195,7 +5467,7 @@
4195
5467
  },
4196
5468
  {
4197
5469
  "name": "purgecss",
4198
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5470
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4199
5471
  "repo": "Developmint/nuxt-purgecss#main",
4200
5472
  "npm": "nuxt-purgecss",
4201
5473
  "icon": "purgecss.png",
@@ -4217,7 +5489,7 @@
4217
5489
  },
4218
5490
  {
4219
5491
  "name": "pwa",
4220
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5492
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4221
5493
  "repo": "nuxt-community/pwa-module",
4222
5494
  "npm": "@nuxtjs/pwa",
4223
5495
  "icon": "pwa.png",
@@ -4242,7 +5514,7 @@
4242
5514
  },
4243
5515
  {
4244
5516
  "name": "python",
4245
- "description": "Write Nuxt.js applications using Python",
5517
+ "description": "Write Nuxt applications using Python",
4246
5518
  "repo": "nuxt-community/python-module",
4247
5519
  "npm": "@nuxtjs/python",
4248
5520
  "icon": "python.png",
@@ -4279,6 +5551,64 @@
4279
5551
  "github": "Maiquu"
4280
5552
  }
4281
5553
  ],
5554
+ "compatibility": {
5555
+ "nuxt": "^3.0.0",
5556
+ "requires": {},
5557
+ "devtools": "^0.0.0"
5558
+ }
5559
+ },
5560
+ {
5561
+ "name": "radash",
5562
+ "description": "radash module with auto-import and custom prefix",
5563
+ "repo": "bbg/nuxt-radash",
5564
+ "npm": "nuxt-radash",
5565
+ "icon": "radash.png",
5566
+ "github": "https://github.com/bbg/nuxt-radash",
5567
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5568
+ "learn_more": "https://github.com/rayepps/radash/",
5569
+ "category": "Libraries",
5570
+ "type": "3rd-party",
5571
+ "maintainers": [
5572
+ {
5573
+ "name": "Batuhan Göksu",
5574
+ "github": "bbg"
5575
+ }
5576
+ ],
5577
+ "compatibility": {
5578
+ "nuxt": "^3.0.0",
5579
+ "requires": {}
5580
+ }
5581
+ },
5582
+ {
5583
+ "name": "radix-vue",
5584
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5585
+ "repo": "radix-vue/radix-vue",
5586
+ "npm": "radix-vue",
5587
+ "icon": "radix-vue.svg",
5588
+ "github": "https://github.com/radix-vue/radix-vue",
5589
+ "website": "https://www.radix-vue.com/",
5590
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5591
+ "category": "UI",
5592
+ "type": "3rd-party",
5593
+ "maintainers": [
5594
+ {
5595
+ "name": "Zernonia",
5596
+ "github": "zernonia",
5597
+ "twitter": "zernonia"
5598
+ },
5599
+ {
5600
+ "name": "Khairul Haaziq",
5601
+ "github": "khairulhaaziq"
5602
+ },
5603
+ {
5604
+ "name": "Mujahid Anuar",
5605
+ "github": "mujahidfa"
5606
+ },
5607
+ {
5608
+ "name": "Max",
5609
+ "github": "onmax"
5610
+ }
5611
+ ],
4282
5612
  "compatibility": {
4283
5613
  "nuxt": "^3.0.0",
4284
5614
  "requires": {}
@@ -4286,7 +5616,7 @@
4286
5616
  },
4287
5617
  {
4288
5618
  "name": "recaptcha",
4289
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5619
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4290
5620
  "repo": "nuxt-community/recaptcha-module",
4291
5621
  "npm": "@nuxtjs/recaptcha",
4292
5622
  "icon": "recaptcha.png",
@@ -4329,9 +5659,32 @@
4329
5659
  "requires": {}
4330
5660
  }
4331
5661
  },
5662
+ {
5663
+ "name": "resend",
5664
+ "description": "Resend integration for Nuxt",
5665
+ "repo": "nhedger/nuxt-resend",
5666
+ "npm": "nuxt-resend",
5667
+ "icon": "resend.svg",
5668
+ "github": "https://github.com/nhedger/nuxt-resend",
5669
+ "website": "https://github.com/nhedger/nuxt-resend",
5670
+ "learn_more": "https://resend.com",
5671
+ "category": "Extensions",
5672
+ "type": "3rd-party",
5673
+ "maintainers": [
5674
+ {
5675
+ "name": "Nicolas Hedger",
5676
+ "github": "nhedger",
5677
+ "twitter": "nicolashedger"
5678
+ }
5679
+ ],
5680
+ "compatibility": {
5681
+ "nuxt": "^3.0.0",
5682
+ "requires": {}
5683
+ }
5684
+ },
4332
5685
  {
4333
5686
  "name": "rfg-icon",
4334
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5687
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4335
5688
  "repo": "pimlie/nuxt-rfg-icon",
4336
5689
  "npm": "nuxt-rfg-icon",
4337
5690
  "icon": "real-favicon-generator.png",
@@ -4353,13 +5706,13 @@
4353
5706
  },
4354
5707
  {
4355
5708
  "name": "robots",
4356
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4357
- "repo": "nuxt-community/robots-module",
5709
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5710
+ "repo": "nuxt-modules/robots",
4358
5711
  "npm": "@nuxtjs/robots",
4359
5712
  "icon": "robots.png",
4360
- "github": "https://github.com/nuxt-community/robots-module",
4361
- "website": "https://github.com/nuxt-community/robots-module",
4362
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5713
+ "github": "https://github.com/nuxt-modules/robots",
5714
+ "website": "https://github.com/nuxt-modules/robots",
5715
+ "learn_more": "",
4363
5716
  "category": "SEO",
4364
5717
  "type": "community",
4365
5718
  "maintainers": [
@@ -4377,23 +5730,23 @@
4377
5730
  },
4378
5731
  {
4379
5732
  "name": "rollbar",
4380
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4381
- "repo": "gaelreyrol/nuxt-rollbar-module",
4382
- "npm": "nuxt-rollbar-module",
5733
+ "description": "Nuxt 3 module to integrate Rollbar.",
5734
+ "repo": "jairoblatt/nuxt-rollbar",
5735
+ "npm": "nuxt-rollbar",
4383
5736
  "icon": "rollbar.png",
4384
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4385
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5737
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5738
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4386
5739
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4387
5740
  "category": "Monitoring",
4388
5741
  "type": "3rd-party",
4389
5742
  "maintainers": [
4390
5743
  {
4391
- "name": "Gaël Reyrol",
4392
- "github": "gaelreyrol"
5744
+ "name": "Jairo Blatt",
5745
+ "github": "jairoblatt"
4393
5746
  }
4394
5747
  ],
4395
5748
  "compatibility": {
4396
- "nuxt": "^2.0.0",
5749
+ "nuxt": "^3.0.0",
4397
5750
  "requires": {}
4398
5751
  }
4399
5752
  },
@@ -4422,7 +5775,7 @@
4422
5775
  },
4423
5776
  {
4424
5777
  "name": "router",
4425
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5778
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4426
5779
  "repo": "nuxt-community/router-module",
4427
5780
  "npm": "@nuxtjs/router",
4428
5781
  "icon": "vue.png",
@@ -4468,15 +5821,38 @@
4468
5821
  }
4469
5822
  }
4470
5823
  },
5824
+ {
5825
+ "name": "scalar",
5826
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5827
+ "repo": "scalar/scalar#main/packages/nuxt",
5828
+ "npm": "@scalar/nuxt",
5829
+ "icon": "scalar.svg",
5830
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5831
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5832
+ "learn_more": "https://scalar.com",
5833
+ "category": "Devtools",
5834
+ "type": "3rd-party",
5835
+ "maintainers": [
5836
+ {
5837
+ "name": "scalar",
5838
+ "github": "scalar",
5839
+ "twitter": "scalar"
5840
+ }
5841
+ ],
5842
+ "compatibility": {
5843
+ "nuxt": "^3.0.0",
5844
+ "requires": {}
5845
+ }
5846
+ },
4471
5847
  {
4472
5848
  "name": "schema-org",
4473
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4474
- "repo": "vueuse/schema-org#main/packages/nuxt",
5849
+ "description": "Quick and easy Schema.org graphs.",
5850
+ "repo": "harlan-zw/nuxt-schema-org",
4475
5851
  "npm": "nuxt-schema-org",
4476
5852
  "icon": "schema-org.svg",
4477
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4478
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4479
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5853
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5854
+ "website": "https://nuxtseo.com/schema-org",
5855
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4480
5856
  "category": "SEO",
4481
5857
  "type": "3rd-party",
4482
5858
  "maintainers": [
@@ -4492,6 +5868,29 @@
4492
5868
  "requires": {}
4493
5869
  }
4494
5870
  },
5871
+ {
5872
+ "name": "scripts",
5873
+ "description": "Plug-and-play script optimization for Nuxt applications.",
5874
+ "repo": "nuxt/scripts",
5875
+ "npm": "@nuxt/scripts",
5876
+ "icon": "nuxt.svg",
5877
+ "github": "https://github.com/nuxt/scripts",
5878
+ "website": "https://scripts.nuxt.com",
5879
+ "learn_more": "",
5880
+ "category": "Libraries",
5881
+ "type": "official",
5882
+ "maintainers": [
5883
+ {
5884
+ "name": "Harlan Wilton",
5885
+ "github": "harlan-zw",
5886
+ "twitter": "harlan_zw"
5887
+ }
5888
+ ],
5889
+ "compatibility": {
5890
+ "nuxt": "^3.0.0",
5891
+ "requires": {}
5892
+ }
5893
+ },
4495
5894
  {
4496
5895
  "name": "scss-to-js",
4497
5896
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -4539,13 +5938,13 @@
4539
5938
  },
4540
5939
  {
4541
5940
  "name": "segment",
4542
- "description": "Nuxt.js module for Segment Analytics.js",
5941
+ "description": "Nuxt module for Segment Analytics.js",
4543
5942
  "repo": "dansmaculotte/nuxt-segment",
4544
5943
  "npm": "@dansmaculotte/nuxt-segment",
4545
5944
  "icon": "segment.png",
4546
5945
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4547
5946
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4548
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5947
+ "learn_more": "",
4549
5948
  "category": "Analytics",
4550
5949
  "type": "3rd-party",
4551
5950
  "maintainers": [
@@ -4561,10 +5960,10 @@
4561
5960
  },
4562
5961
  {
4563
5962
  "name": "sentry",
4564
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5963
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4565
5964
  "repo": "nuxt-community/sentry-module",
4566
5965
  "npm": "@nuxtjs/sentry",
4567
- "icon": "sentry.png",
5966
+ "icon": "sentry.svg",
4568
5967
  "github": "https://github.com/nuxt-community/sentry-module",
4569
5968
  "website": "https://sentry.nuxtjs.org/",
4570
5969
  "learn_more": "https://sentry.io/welcome/",
@@ -4582,20 +5981,22 @@
4582
5981
  }
4583
5982
  },
4584
5983
  {
4585
- "name": "seo-kit",
4586
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4587
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4588
- "npm": "nuxt-seo-kit",
4589
- "icon": "seo-kit.svg",
4590
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4591
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4592
- "learn_more": "",
5984
+ "name": "seo-experiments",
5985
+ "description": "Powerful SEO DX improvements.",
5986
+ "repo": "harlan-zw/nuxt-seo-experiments",
5987
+ "npm": "nuxt-seo-experiments",
5988
+ "icon": "seo-experiments.svg",
5989
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5990
+ "website": "https://nuxtseo.com/experiments",
5991
+ "learn_more": "https://nuxtseo.com/experiments",
4593
5992
  "category": "SEO",
4594
5993
  "type": "3rd-party",
4595
5994
  "maintainers": [
4596
5995
  {
4597
- "name": "harlan-zw",
4598
- "github": "harlan-zw"
5996
+ "name": "Harlan Wilton",
5997
+ "github": "harlan-zw",
5998
+ "twitter": "harlan_zw",
5999
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4599
6000
  }
4600
6001
  ],
4601
6002
  "compatibility": {
@@ -4626,9 +6027,31 @@
4626
6027
  "requires": {}
4627
6028
  }
4628
6029
  },
6030
+ {
6031
+ "name": "seo",
6032
+ "description": "The complete SEO solution for Nuxt.",
6033
+ "repo": "harlan-zw/nuxt-seo",
6034
+ "npm": "@nuxtjs/seo",
6035
+ "icon": "nuxt.svg",
6036
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6037
+ "website": "https://nuxtseo.com/",
6038
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6039
+ "category": "SEO",
6040
+ "type": "3rd-party",
6041
+ "maintainers": [
6042
+ {
6043
+ "name": "harlan-zw",
6044
+ "github": "harlan-zw"
6045
+ }
6046
+ ],
6047
+ "compatibility": {
6048
+ "nuxt": "^3.0.0",
6049
+ "requires": {}
6050
+ }
6051
+ },
4629
6052
  {
4630
6053
  "name": "seomatic-meta",
4631
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
6054
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4632
6055
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4633
6056
  "npm": "nuxt-seomatic-meta",
4634
6057
  "icon": "seomatic.png",
@@ -4672,21 +6095,48 @@
4672
6095
  }
4673
6096
  },
4674
6097
  {
4675
- "name": "session",
4676
- "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",
4677
- "repo": "sidebase/nuxt-session",
4678
- "npm": "@sidebase/nuxt-session",
4679
- "icon": "session.png",
4680
- "github": "https://github.com/sidebase/nuxt-session",
4681
- "website": "https://github.com/sidebase/nuxt-session",
4682
- "learn_more": "https://github.com/sidebase",
4683
- "category": "Security",
6098
+ "name": "server-block",
6099
+ "description": "Use <server> tags in your Nuxt pages components.",
6100
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
6101
+ "npm": "@hebilicious/server-block-nuxt",
6102
+ "icon": "server-block.svg",
6103
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
6104
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
6105
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
6106
+ "category": "Extensions",
4684
6107
  "type": "3rd-party",
4685
6108
  "maintainers": [
4686
6109
  {
4687
- "name": "sidebase",
4688
- "github": "sidebase",
4689
- "twitter": "sidebase_io"
6110
+ "name": "Hebilicious",
6111
+ "github": "Hebilicious",
6112
+ "twitter": "its_hebilicious"
6113
+ }
6114
+ ],
6115
+ "compatibility": {
6116
+ "nuxt": "^3.0.0",
6117
+ "requires": {}
6118
+ }
6119
+ },
6120
+ {
6121
+ "name": "shadcn",
6122
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6123
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6124
+ "npm": "shadcn-nuxt",
6125
+ "icon": "",
6126
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6127
+ "website": "https://www.shadcn-vue.com",
6128
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6129
+ "category": "UI",
6130
+ "type": "3rd-party",
6131
+ "maintainers": [
6132
+ {
6133
+ "name": "Zernonia",
6134
+ "github": "zernonia",
6135
+ "twitter": "zernonia"
6136
+ },
6137
+ {
6138
+ "name": "Sadegh Barati",
6139
+ "github": "sadeghbarati"
4690
6140
  }
4691
6141
  ],
4692
6142
  "compatibility": {
@@ -4696,7 +6146,7 @@
4696
6146
  },
4697
6147
  {
4698
6148
  "name": "shopify",
4699
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
6149
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4700
6150
  "repo": "Gomah/nuxt-shopify",
4701
6151
  "npm": "nuxt-shopify",
4702
6152
  "icon": "shopify.png",
@@ -4717,7 +6167,29 @@
4717
6167
  }
4718
6168
  },
4719
6169
  {
4720
- "name": "nuxt-auth",
6170
+ "name": "shuimo-ui",
6171
+ "description": "A Chinese Shuimo style component library.",
6172
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6173
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6174
+ "icon": "shuimo-ui.svg",
6175
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6176
+ "website": "https://shuimo.design",
6177
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6178
+ "category": "UI",
6179
+ "type": "3rd-party",
6180
+ "maintainers": [
6181
+ {
6182
+ "name": "higuaifan",
6183
+ "github": "higuaifan"
6184
+ }
6185
+ ],
6186
+ "compatibility": {
6187
+ "nuxt": "^3.0.0",
6188
+ "requires": {}
6189
+ }
6190
+ },
6191
+ {
6192
+ "name": "sidebase-auth",
4721
6193
  "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.",
4722
6194
  "repo": "sidebase/nuxt-auth",
4723
6195
  "npm": "@sidebase/nuxt-auth",
@@ -4763,13 +6235,13 @@
4763
6235
  },
4764
6236
  {
4765
6237
  "name": "simple-robots",
4766
- "description": "Simply manage the robots crawling your Nuxt app.",
6238
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4767
6239
  "repo": "harlan-zw/nuxt-simple-robots",
4768
6240
  "npm": "nuxt-simple-robots",
4769
- "icon": "",
6241
+ "icon": "simple-robots.svg",
4770
6242
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4771
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4772
- "learn_more": "",
6243
+ "website": "https://nuxtseo.com/robots",
6244
+ "learn_more": "https://nuxtseo.com/robots",
4773
6245
  "category": "SEO",
4774
6246
  "type": "3rd-party",
4775
6247
  "maintainers": [
@@ -4786,41 +6258,23 @@
4786
6258
  }
4787
6259
  },
4788
6260
  {
4789
- "name": "simple-sitemap",
4790
- "description": "Simple, minimal sitemap.xml generation.",
4791
- "repo": "harlan-zw/nuxt-simple-sitemap",
4792
- "npm": "nuxt-simple-sitemap",
4793
- "icon": "",
4794
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4795
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4796
- "learn_more": "",
6261
+ "name": "sitemap",
6262
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6263
+ "repo": "nuxt-modules/sitemap",
6264
+ "npm": "@nuxtjs/sitemap",
6265
+ "icon": "simple-sitemap.svg",
6266
+ "github": "https://github.com/nuxt-modules/sitemap",
6267
+ "website": "https://nuxtseo.com/",
6268
+ "learn_more": "https://nuxtseo.com/sitemap",
4797
6269
  "category": "SEO",
4798
- "type": "3rd-party",
6270
+ "type": "community",
4799
6271
  "maintainers": [
4800
6272
  {
4801
6273
  "name": "Harlan Wilton",
4802
6274
  "github": "harlan-zw",
4803
6275
  "twitter": "harlan_zw",
4804
6276
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4805
- }
4806
- ],
4807
- "compatibility": {
4808
- "nuxt": "^3.0.0",
4809
- "requires": {}
4810
- }
4811
- },
4812
- {
4813
- "name": "sitemap",
4814
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4815
- "repo": "nuxt-community/sitemap-module#dev",
4816
- "npm": "@nuxtjs/sitemap",
4817
- "icon": "",
4818
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4819
- "website": "https://sitemap.nuxtjs.org",
4820
- "learn_more": "",
4821
- "category": "SEO",
4822
- "type": "community",
4823
- "maintainers": [
6277
+ },
4824
6278
  {
4825
6279
  "name": "Nicolas PENNEC",
4826
6280
  "github": "NicoPennec",
@@ -4828,7 +6282,7 @@
4828
6282
  }
4829
6283
  ],
4830
6284
  "compatibility": {
4831
- "nuxt": "^2.0.0",
6285
+ "nuxt": "^3.0.0",
4832
6286
  "requires": {}
4833
6287
  }
4834
6288
  },
@@ -4856,13 +6310,13 @@
4856
6310
  },
4857
6311
  {
4858
6312
  "name": "snipcart",
4859
- "description": "Snipcart integration module for Nuxt.js",
6313
+ "description": "Snipcart integration module for Nuxt",
4860
6314
  "repo": "nuxt-modules/snipcart",
4861
6315
  "npm": "@nuxtjs/snipcart",
4862
6316
  "icon": "snipcart.png",
4863
6317
  "github": "https://github.com/nuxt-modules/snipcart",
4864
6318
  "website": "https://github.com/nuxt-modules/snipcart",
4865
- "learn_more": "https://snipcart.com",
6319
+ "learn_more": "",
4866
6320
  "category": "Ecommerce",
4867
6321
  "type": "community",
4868
6322
  "maintainers": [
@@ -4879,7 +6333,7 @@
4879
6333
  },
4880
6334
  {
4881
6335
  "name": "social-meta",
4882
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6336
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4883
6337
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4884
6338
  "npm": "nuxt-social-meta",
4885
6339
  "icon": "",
@@ -4944,39 +6398,6 @@
4944
6398
  "requires": {}
4945
6399
  }
4946
6400
  },
4947
- {
4948
- "name": "speedkit",
4949
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
4950
- "repo": "GrabarzUndPartner/nuxt-speedkit",
4951
- "npm": "nuxt-speedkit",
4952
- "icon": "speedkit.png",
4953
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
4954
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
4955
- "learn_more": "",
4956
- "category": "Performance",
4957
- "type": "3rd-party",
4958
- "maintainers": [
4959
- {
4960
- "name": "Stephan Gerbeth",
4961
- "github": "StephanGerbeth",
4962
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
4963
- },
4964
- {
4965
- "name": "Thorn Walli",
4966
- "github": "ThornWalli",
4967
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
4968
- },
4969
- {
4970
- "name": "Grabarz & Partner",
4971
- "github": "GrabarzUndPartner",
4972
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
4973
- }
4974
- ],
4975
- "compatibility": {
4976
- "nuxt": "^2.0.0",
4977
- "requires": {}
4978
- }
4979
- },
4980
6401
  {
4981
6402
  "name": "ssr-lit",
4982
6403
  "description": "",
@@ -5001,7 +6422,7 @@
5001
6422
  },
5002
6423
  {
5003
6424
  "name": "storage",
5004
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6425
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5005
6426
  "repo": "mazipan/nuxt-storage",
5006
6427
  "npm": "nuxt-storage",
5007
6428
  "icon": "",
@@ -5023,23 +6444,29 @@
5023
6444
  },
5024
6445
  {
5025
6446
  "name": "storefront-ui",
5026
- "description": "Storefront UI Module for Nuxt.js",
5027
- "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
6447
+ "description": "Storefront UI for Nuxt by Alokai",
6448
+ "repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
5028
6449
  "npm": "@storefront-ui/nuxt",
5029
6450
  "icon": "storefront-ui.svg",
5030
- "github": "https://github.com/vuestorefront/storefront-ui/tree/develop/packages/nuxt-module",
5031
- "website": "https://docs.storefrontui.io/?path=/story/getting-started-installation--page#installation",
5032
- "learn_more": "https://docs.storefrontui.io/",
6451
+ "github": "https://github.com/vuestorefront/storefront-ui",
6452
+ "website": "https://docs.storefrontui.io/v2/",
6453
+ "learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
5033
6454
  "category": "UI",
5034
6455
  "type": "3rd-party",
5035
6456
  "maintainers": [
5036
6457
  {
5037
- "name": "Jakub Andrzejewski",
5038
- "github": "Baroshem"
6458
+ "name": "Szymon Dziewoński",
6459
+ "github": "Szymon-dziewonski",
6460
+ "avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
6461
+ },
6462
+ {
6463
+ "name": "Jakub Freisler",
6464
+ "github": "FRSgit",
6465
+ "avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
5039
6466
  }
5040
6467
  ],
5041
6468
  "compatibility": {
5042
- "nuxt": "^2.0.0",
6469
+ "nuxt": "^3.0.0",
5043
6470
  "requires": {}
5044
6471
  }
5045
6472
  },
@@ -5067,8 +6494,8 @@
5067
6494
  },
5068
6495
  {
5069
6496
  "name": "storyblok",
5070
- "description": "Storyblok Nuxt.js module",
5071
- "repo": "storyblok/storyblok-nuxt#master/lib",
6497
+ "description": "Storyblok Nuxt module",
6498
+ "repo": "storyblok/storyblok-nuxt#main",
5072
6499
  "npm": "@storyblok/nuxt",
5073
6500
  "icon": "storyblok.png",
5074
6501
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5084,46 +6511,43 @@
5084
6511
  ],
5085
6512
  "compatibility": {
5086
6513
  "nuxt": "^2.0.0 || ^3.0.0",
5087
- "requires": {}
6514
+ "requires": {},
6515
+ "devtools": "^0.0.0"
5088
6516
  }
5089
6517
  },
5090
6518
  {
5091
6519
  "name": "storybook",
5092
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5093
- "repo": "nuxt-community/storybook",
6520
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6521
+ "repo": "nuxt-modules/storybook",
5094
6522
  "npm": "@nuxtjs/storybook",
5095
6523
  "icon": "storybook.png",
5096
- "github": "https://github.com/nuxt-community/storybook",
6524
+ "github": "https://github.com/nuxt-modules/storybook",
5097
6525
  "website": "https://storybook.nuxtjs.org",
5098
- "learn_more": "https://storybook.js.org/",
6526
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5099
6527
  "category": "Devtools",
5100
6528
  "type": "community",
5101
6529
  "maintainers": [
5102
6530
  {
5103
- "name": "Ahad Birang",
5104
- "github": "farnabaz",
5105
- "twitter": "a_birang"
5106
- },
5107
- {
5108
- "name": "Pooya Parsa",
5109
- "github": "pi0",
5110
- "twitter": "_pi0_"
6531
+ "name": "Chakir QATAB",
6532
+ "github": "chakAs3",
6533
+ "twitter": "ChakirQatab"
5111
6534
  }
5112
6535
  ],
5113
6536
  "compatibility": {
5114
- "nuxt": "^2.0.0",
6537
+ "nuxt": "^2.0.0 || ^3.0.0",
5115
6538
  "requires": {
5116
6539
  "bridge": "optional"
5117
- }
6540
+ },
6541
+ "devtools": "^0.7.2"
5118
6542
  }
5119
6543
  },
5120
6544
  {
5121
6545
  "name": "strapi",
5122
6546
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5123
- "repo": "nuxt-community/strapi-module",
6547
+ "repo": "nuxt-modules/strapi",
5124
6548
  "npm": "@nuxtjs/strapi",
5125
6549
  "icon": "strapi.png",
5126
- "github": "https://github.com/nuxt-community/strapi-module",
6550
+ "github": "https://github.com/nuxt-modules/strapi",
5127
6551
  "website": "https://strapi.nuxtjs.org",
5128
6552
  "learn_more": "https://strapi.io/",
5129
6553
  "category": "CMS",
@@ -5144,7 +6568,34 @@
5144
6568
  "nuxt": "^2.0.0 || ^3.0.0",
5145
6569
  "requires": {
5146
6570
  "bridge": true
6571
+ },
6572
+ "devtools": "^0.0.0"
6573
+ }
6574
+ },
6575
+ {
6576
+ "name": "stripe-next",
6577
+ "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.",
6578
+ "repo": "fuentesloic/nuxt-stripe",
6579
+ "npm": "@unlok-co/nuxt-stripe",
6580
+ "icon": "stripe.png",
6581
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6582
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6583
+ "learn_more": "https://stripe.com/docs",
6584
+ "category": "Payment",
6585
+ "type": "3rd-party",
6586
+ "maintainers": [
6587
+ {
6588
+ "name": "Loic Fuentes",
6589
+ "github": "fuentesloic"
6590
+ },
6591
+ {
6592
+ "name": "Florent Giraud",
6593
+ "github": "flozero"
5147
6594
  }
6595
+ ],
6596
+ "compatibility": {
6597
+ "nuxt": "^3.0.0",
6598
+ "requires": {}
5148
6599
  }
5149
6600
  },
5150
6601
  {
@@ -5169,6 +6620,36 @@
5169
6620
  "requires": {}
5170
6621
  }
5171
6622
  },
6623
+ {
6624
+ "name": "studio",
6625
+ "description": "A new experience to build content-driven website with Nuxt.",
6626
+ "repo": "nuxtlabs/studio-module",
6627
+ "npm": "@nuxthq/studio",
6628
+ "icon": "studio.svg",
6629
+ "github": "https://github.com/nuxtlabs/studio-module",
6630
+ "website": "https://nuxt.studio",
6631
+ "learn_more": "https://nuxt.studio",
6632
+ "category": "CMS",
6633
+ "type": "3rd-party",
6634
+ "maintainers": [
6635
+ {
6636
+ "name": "Ahad Birang",
6637
+ "github": "farnabaz",
6638
+ "twitter": "a_birang"
6639
+ },
6640
+ {
6641
+ "name": "Sébastien Chopin",
6642
+ "github": "Atinux",
6643
+ "twitter": "Atinux"
6644
+ }
6645
+ ],
6646
+ "compatibility": {
6647
+ "nuxt": "^3.0.0",
6648
+ "requires": {
6649
+ "content": true
6650
+ }
6651
+ }
6652
+ },
5172
6653
  {
5173
6654
  "name": "style-resources",
5174
6655
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5194,7 +6675,7 @@
5194
6675
  },
5195
6676
  {
5196
6677
  "name": "stylelint",
5197
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6678
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5198
6679
  "repo": "nuxt-community/stylelint-module",
5199
6680
  "npm": "@nuxtjs/stylelint-module",
5200
6681
  "icon": "stylelint.png",
@@ -5214,36 +6695,13 @@
5214
6695
  "requires": {}
5215
6696
  }
5216
6697
  },
5217
- {
5218
- "name": "stylify",
5219
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5220
- "repo": "stylify/packages#master/packages/nuxt",
5221
- "npm": "@stylify/nuxt",
5222
- "icon": "stylify.svg",
5223
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5224
- "website": "https://stylifycss.com/docs/nuxt",
5225
- "learn_more": "https://stylifycss.com",
5226
- "category": "UI",
5227
- "type": "3rd-party",
5228
- "maintainers": [
5229
- {
5230
- "name": "Vladimír Macháček",
5231
- "github": "Machy8",
5232
- "twitter": "8machy"
5233
- }
5234
- ],
5235
- "compatibility": {
5236
- "nuxt": "^2.0.0 || ^3.0.0",
5237
- "requires": {}
5238
- }
5239
- },
5240
6698
  {
5241
6699
  "name": "supabase",
5242
6700
  "description": "First class integration with Supabase",
5243
- "repo": "nuxt-community/supabase-module",
6701
+ "repo": "nuxt-modules/supabase",
5244
6702
  "npm": "@nuxtjs/supabase",
5245
6703
  "icon": "supabase.png",
5246
- "github": "https://github.com/nuxt-community/supabase-module",
6704
+ "github": "https://github.com/nuxt-modules/supabase",
5247
6705
  "website": "https://supabase.nuxtjs.org",
5248
6706
  "learn_more": "https://supabase.com",
5249
6707
  "category": "Database",
@@ -5294,12 +6752,12 @@
5294
6752
  },
5295
6753
  {
5296
6754
  "name": "svg-sprite",
5297
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5298
- "repo": "nuxt-community/svg-sprite-module",
6755
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6756
+ "repo": "nuxt-modules/svg-sprite",
5299
6757
  "npm": "@nuxtjs/svg-sprite",
5300
6758
  "icon": "",
5301
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5302
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6759
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6760
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5303
6761
  "learn_more": "",
5304
6762
  "category": "UI",
5305
6763
  "type": "community",
@@ -5311,13 +6769,13 @@
5311
6769
  }
5312
6770
  ],
5313
6771
  "compatibility": {
5314
- "nuxt": "^2.0.0",
6772
+ "nuxt": "^2.0.0 || ^3.0.0",
5315
6773
  "requires": {}
5316
6774
  }
5317
6775
  },
5318
6776
  {
5319
6777
  "name": "svg",
5320
- "description": "Super simple svg loading module for Nuxt.js",
6778
+ "description": "Super simple svg loading module for Nuxt",
5321
6779
  "repo": "nuxt-community/svg-module",
5322
6780
  "npm": "@nuxtjs/svg",
5323
6781
  "icon": "",
@@ -5359,9 +6817,33 @@
5359
6817
  "requires": {}
5360
6818
  }
5361
6819
  },
6820
+ {
6821
+ "name": "swiftsearch",
6822
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6823
+ "repo": "atoms-studio/nuxt-swiftsearch",
6824
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6825
+ "icon": "nuxt-swiftsearch.svg",
6826
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6827
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6828
+ "learn_more": "",
6829
+ "category": "Libraries",
6830
+ "type": "3rd-party",
6831
+ "maintainers": [
6832
+ {
6833
+ "name": "Matteo Rigoni",
6834
+ "github": "rigo-m",
6835
+ "twitter": "MatteoRigoni",
6836
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6837
+ }
6838
+ ],
6839
+ "compatibility": {
6840
+ "nuxt": "^3.10.0",
6841
+ "requires": {}
6842
+ }
6843
+ },
5362
6844
  {
5363
6845
  "name": "swiper",
5364
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6846
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5365
6847
  "repo": "cpreston321/nuxt-swiper",
5366
6848
  "npm": "nuxt-swiper",
5367
6849
  "icon": "swiper.svg",
@@ -5407,10 +6889,10 @@
5407
6889
  {
5408
6890
  "name": "tailwindcss",
5409
6891
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5410
- "repo": "nuxt-community/tailwindcss-module",
6892
+ "repo": "nuxt-modules/tailwindcss",
5411
6893
  "npm": "@nuxtjs/tailwindcss",
5412
6894
  "icon": "tailwindcss.png",
5413
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6895
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5414
6896
  "website": "https://tailwindcss.nuxtjs.org",
5415
6897
  "learn_more": "https://tailwindcss.com/",
5416
6898
  "category": "UI",
@@ -5420,10 +6902,46 @@
5420
6902
  "name": "Sébastien Chopin",
5421
6903
  "github": "Atinux",
5422
6904
  "twitter": "Atinux"
6905
+ },
6906
+ {
6907
+ "name": "Inesh Bose",
6908
+ "github": "ineshbose"
5423
6909
  }
5424
6910
  ],
5425
6911
  "compatibility": {
5426
6912
  "nuxt": "^2.0.0 || ^3.0.0",
6913
+ "requires": {},
6914
+ "devtools": "^0.0.0"
6915
+ },
6916
+ "aliases": [
6917
+ "tailwind"
6918
+ ]
6919
+ },
6920
+ {
6921
+ "name": "test-utils",
6922
+ "description": "Test utilities for Nuxt",
6923
+ "repo": "nuxt/test-utils#main",
6924
+ "npm": "@nuxt/test-utils",
6925
+ "icon": "nuxt.svg",
6926
+ "github": "https://github.com/nuxt/test-utils",
6927
+ "website": "https://nuxt.com/docs/getting-started/testing",
6928
+ "learn_more": "",
6929
+ "category": "Devtools",
6930
+ "type": "official",
6931
+ "maintainers": [
6932
+ {
6933
+ "name": "Daniel Roe",
6934
+ "github": "danielroe",
6935
+ "twitter": "danielcroe"
6936
+ },
6937
+ {
6938
+ "name": "Anthony Fu",
6939
+ "github": "antfu",
6940
+ "twitter": "antfu7"
6941
+ }
6942
+ ],
6943
+ "compatibility": {
6944
+ "nuxt": "^3.0.0",
5427
6945
  "requires": {}
5428
6946
  }
5429
6947
  },
@@ -5450,9 +6968,53 @@
5450
6968
  "requires": {}
5451
6969
  }
5452
6970
  },
6971
+ {
6972
+ "name": "time",
6973
+ "description": "Safely render local dates and times on the server with Nuxt",
6974
+ "repo": "danielroe/nuxt-time",
6975
+ "npm": "nuxt-time",
6976
+ "icon": "",
6977
+ "github": "https://github.com/danielroe/nuxt-time",
6978
+ "website": "https://github.com/danielroe/nuxt-time",
6979
+ "learn_more": "",
6980
+ "category": "Extensions",
6981
+ "type": "3rd-party",
6982
+ "maintainers": [
6983
+ {
6984
+ "name": "danielroe",
6985
+ "github": "danielroe"
6986
+ }
6987
+ ],
6988
+ "compatibility": {
6989
+ "nuxt": "^3.0.0",
6990
+ "requires": {}
6991
+ }
6992
+ },
6993
+ {
6994
+ "name": "tiptap",
6995
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6996
+ "repo": "modbender/nuxt-tiptap-editor",
6997
+ "npm": "nuxt-tiptap-editor",
6998
+ "icon": "tiptap.png",
6999
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
7000
+ "website": "https://nuxt-tiptap-editor.vercel.app",
7001
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
7002
+ "category": "Libraries",
7003
+ "type": "3rd-party",
7004
+ "maintainers": [
7005
+ {
7006
+ "name": "modbender",
7007
+ "github": "modbender"
7008
+ }
7009
+ ],
7010
+ "compatibility": {
7011
+ "nuxt": "^3.0.0",
7012
+ "requires": {}
7013
+ }
7014
+ },
5453
7015
  {
5454
7016
  "name": "toast",
5455
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
7017
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5456
7018
  "repo": "nuxt-community/modules#master/packages/toast",
5457
7019
  "npm": "@nuxtjs/toast",
5458
7020
  "icon": "",
@@ -5463,13 +7025,90 @@
5463
7025
  "type": "community",
5464
7026
  "maintainers": [
5465
7027
  {
5466
- "name": "Pooya Parsa",
5467
- "github": "pi0",
5468
- "twitter": "_pi0_"
7028
+ "name": "Pooya Parsa",
7029
+ "github": "pi0",
7030
+ "twitter": "_pi0_"
7031
+ }
7032
+ ],
7033
+ "compatibility": {
7034
+ "nuxt": "^2.0.0",
7035
+ "requires": {}
7036
+ }
7037
+ },
7038
+ {
7039
+ "name": "tradingview",
7040
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7041
+ "repo": "volkanakkus/nuxt-tradingview",
7042
+ "npm": "nuxt-tradingview",
7043
+ "icon": "tradingview.svg",
7044
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7045
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7046
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7047
+ "category": "Extensions",
7048
+ "type": "3rd-party",
7049
+ "maintainers": [
7050
+ {
7051
+ "name": "Volkan Akkuş",
7052
+ "github": "volkanakkus"
7053
+ }
7054
+ ],
7055
+ "compatibility": {
7056
+ "nuxt": "^3.0.0",
7057
+ "requires": {}
7058
+ }
7059
+ },
7060
+ {
7061
+ "name": "translation-manager",
7062
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7063
+ "repo": "samk-dev/nuxt-translation-manager",
7064
+ "npm": "nuxt-translation-manager",
7065
+ "icon": "translation-manager.png",
7066
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7067
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7068
+ "learn_more": "",
7069
+ "category": "Extensions",
7070
+ "type": "3rd-party",
7071
+ "maintainers": [
7072
+ {
7073
+ "name": "Sam K",
7074
+ "github": "samk-dev"
7075
+ }
7076
+ ],
7077
+ "compatibility": {
7078
+ "nuxt": "^3.0.0",
7079
+ "requires": {}
7080
+ }
7081
+ },
7082
+ {
7083
+ "name": "tresjs",
7084
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
7085
+ "repo": "tresjs/nuxt",
7086
+ "npm": "@tresjs/nuxt",
7087
+ "icon": "tresjs.svg",
7088
+ "github": "https://github.com/Tresjs/nuxt",
7089
+ "website": "https://tresjs.org/guide/nuxt.html",
7090
+ "learn_more": "https://tresjs.org/",
7091
+ "category": "Libraries",
7092
+ "type": "3rd-party",
7093
+ "maintainers": [
7094
+ {
7095
+ "name": "Alvaro Saburido",
7096
+ "github": "alvarosabu",
7097
+ "twitter": "alvarosabu"
7098
+ },
7099
+ {
7100
+ "name": "Jaime Torrealba",
7101
+ "github": "JaimeTorrealba",
7102
+ "twitter": "jaimebboyjt"
7103
+ },
7104
+ {
7105
+ "name": "Tino Koch",
7106
+ "github": "Tinoooo",
7107
+ "twitter": "ichbintino"
5469
7108
  }
5470
7109
  ],
5471
7110
  "compatibility": {
5472
- "nuxt": "^2.0.0",
7111
+ "nuxt": "^3.0.0",
5473
7112
  "requires": {}
5474
7113
  }
5475
7114
  },
@@ -5500,7 +7139,7 @@
5500
7139
  },
5501
7140
  {
5502
7141
  "name": "twa",
5503
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
7142
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5504
7143
  "repo": "tuarrep/nuxt-twa",
5505
7144
  "npm": "nuxt-twa",
5506
7145
  "icon": "",
@@ -5688,6 +7327,63 @@
5688
7327
  "requires": {}
5689
7328
  }
5690
7329
  },
7330
+ {
7331
+ "name": "typo3",
7332
+ "description": "TYPO3 Headless Frontend Rendering module",
7333
+ "repo": "TYPO3-Headless/nuxt-typo3",
7334
+ "npm": "@t3headless/nuxt-typo3",
7335
+ "icon": "typo3.svg",
7336
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7337
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7338
+ "learn_more": "https://github.com/TYPO3-Headless",
7339
+ "category": "CMS",
7340
+ "type": "3rd-party",
7341
+ "maintainers": [
7342
+ {
7343
+ "name": "Macopedia",
7344
+ "github": "macopedia",
7345
+ "twitter": "macopediapl"
7346
+ }
7347
+ ],
7348
+ "compatibility": {
7349
+ "nuxt": "^2.0.0 || ^3.0.0",
7350
+ "requires": {},
7351
+ "devtools": "^0.0.0"
7352
+ }
7353
+ },
7354
+ {
7355
+ "name": "ui",
7356
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7357
+ "repo": "nuxt/ui#dev",
7358
+ "npm": "@nuxt/ui",
7359
+ "icon": "nuxt.svg",
7360
+ "github": "https://github.com/nuxt/ui",
7361
+ "website": "https://ui.nuxt.com",
7362
+ "learn_more": "",
7363
+ "category": "UI",
7364
+ "type": "official",
7365
+ "maintainers": [
7366
+ {
7367
+ "name": "Benjamin Canac",
7368
+ "github": "benjamincanac",
7369
+ "twitter": "benjamincanac"
7370
+ },
7371
+ {
7372
+ "name": "Sebastien Chopin",
7373
+ "github": "Atinux",
7374
+ "twitter": "Atinux"
7375
+ },
7376
+ {
7377
+ "name": "Sylvain Marroufin",
7378
+ "github": "smarroufin",
7379
+ "twitter": "smarroufin"
7380
+ }
7381
+ ],
7382
+ "compatibility": {
7383
+ "nuxt": "^3.0.0",
7384
+ "requires": {}
7385
+ }
7386
+ },
5691
7387
  {
5692
7388
  "name": "umami",
5693
7389
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5712,31 +7408,9 @@
5712
7408
  }
5713
7409
  }
5714
7410
  },
5715
- {
5716
- "name": "unhead",
5717
- "description": "Experimental features for Nuxt SEO / head management.",
5718
- "repo": "harlan-zw/nuxt-seo-experiments",
5719
- "npm": "nuxt-seo-experiments",
5720
- "icon": "",
5721
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5722
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5723
- "learn_more": "",
5724
- "category": "SEO",
5725
- "type": "3rd-party",
5726
- "maintainers": [
5727
- {
5728
- "name": "harlan-zw",
5729
- "github": "harlan-zw"
5730
- }
5731
- ],
5732
- "compatibility": {
5733
- "nuxt": "^3.0.0",
5734
- "requires": {}
5735
- }
5736
- },
5737
7411
  {
5738
7412
  "name": "universal-storage",
5739
- "description": "Universal Storage Utilities for Nuxt.js",
7413
+ "description": "Universal Storage Utilities for Nuxt",
5740
7414
  "repo": "nuxt-community/universal-storage-module",
5741
7415
  "npm": "@nuxtjs/universal-storage",
5742
7416
  "icon": "",
@@ -5765,7 +7439,7 @@
5765
7439
  {
5766
7440
  "name": "unlazy",
5767
7441
  "description": "Lazy loading library for placeholder images",
5768
- "repo": "johannschopplich/unlazy/packages/nuxt",
7442
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5769
7443
  "npm": "@unlazy/nuxt",
5770
7444
  "icon": "unlazy.svg",
5771
7445
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5784,41 +7458,15 @@
5784
7458
  "requires": {}
5785
7459
  }
5786
7460
  },
5787
- {
5788
- "name": "unlighthouse",
5789
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5790
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5791
- "npm": "@unlighthouse/nuxt",
5792
- "icon": "unlighthouse.svg",
5793
- "github": "https://github.com/harlan-zw/unlighthouse",
5794
- "website": "https://github.com/harlan-zw/unlighthouse",
5795
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5796
- "category": "Devtools",
5797
- "type": "3rd-party",
5798
- "maintainers": [
5799
- {
5800
- "name": "Harlan Wilton",
5801
- "github": "harlan-zw",
5802
- "twitter": "harlan_zw",
5803
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5804
- }
5805
- ],
5806
- "compatibility": {
5807
- "nuxt": "^2.0.0 || ^3.0.0",
5808
- "requires": {
5809
- "bridge": "optional"
5810
- }
5811
- }
5812
- },
5813
7461
  {
5814
7462
  "name": "unocss",
5815
7463
  "description": "The instant on-demand atomic CSS engine.",
5816
- "repo": "antfu/unocss#main/packages/nuxt",
7464
+ "repo": "unocss/unocss#main/packages/nuxt",
5817
7465
  "npm": "@unocss/nuxt",
5818
7466
  "icon": "unocss.svg",
5819
- "github": "https://github.com/antfu/unocss",
5820
- "website": "https://github.com/antfu/unocss",
5821
- "learn_more": "https://github.com/antfu/unocss",
7467
+ "github": "https://github.com/unocss/unocss",
7468
+ "website": "https://github.com/unocss/unocss",
7469
+ "learn_more": "https://github.com/unocss/unocss",
5822
7470
  "category": "UI",
5823
7471
  "type": "3rd-party",
5824
7472
  "maintainers": [
@@ -5833,7 +7481,8 @@
5833
7481
  "nuxt": "^2.0.0 || ^3.0.0",
5834
7482
  "requires": {
5835
7483
  "bridge": "optional"
5836
- }
7484
+ },
7485
+ "devtools": "^0.0.0"
5837
7486
  }
5838
7487
  },
5839
7488
  {
@@ -5843,8 +7492,8 @@
5843
7492
  "npm": "nuxt-ununura",
5844
7493
  "icon": "ununuracss.png",
5845
7494
  "github": "https://github.com/novout/ununuracss",
5846
- "website": "https://ununura.com/#/",
5847
- "learn_more": "https://ununura.com/#/docs/why",
7495
+ "website": "https://github.com/novout/ununuracss",
7496
+ "learn_more": "https://github.com/novout/ununuracss",
5848
7497
  "category": "UI",
5849
7498
  "type": "3rd-party",
5850
7499
  "maintainers": [
@@ -5860,42 +7509,66 @@
5860
7509
  }
5861
7510
  },
5862
7511
  {
5863
- "name": "user-agent",
5864
- "description": "Nuxt.js module for handling User-Agent.",
5865
- "repo": "fukuiretu/nuxt-user-agent",
5866
- "npm": "nuxt-user-agent",
5867
- "icon": "",
5868
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
5869
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
5870
- "learn_more": "",
5871
- "category": "Extensions",
7512
+ "name": "use-bootstrap",
7513
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7514
+ "repo": "simplise/use-bootstrap",
7515
+ "npm": "usebootstrap",
7516
+ "icon": "use-bootstrap.svg",
7517
+ "github": "https://github.com/simplise/use-bootstrap",
7518
+ "website": "https://usebootstrap.org/",
7519
+ "learn_more": "https://usebootstrap.org/",
7520
+ "category": "UI",
5872
7521
  "type": "3rd-party",
5873
7522
  "maintainers": [
5874
7523
  {
5875
- "name": "fukuiretu",
5876
- "github": "fukuiretu"
7524
+ "name": "KoujiSano",
7525
+ "github": "KoujiSano"
5877
7526
  }
5878
7527
  ],
5879
7528
  "compatibility": {
5880
- "nuxt": "^2.0.0",
7529
+ "nuxt": "^3.0.0",
5881
7530
  "requires": {}
5882
7531
  }
5883
7532
  },
5884
7533
  {
5885
- "name": "validate",
5886
- "description": "Simple Nuxt input validation module using vee-validate",
5887
- "repo": "lewyuburi/nuxt-validate",
5888
- "npm": "nuxt-validate",
5889
- "icon": "vee-validate.png",
5890
- "github": "https://github.com/lewyuburi/nuxt-validate",
5891
- "website": "https://github.com/lewyuburi/nuxt-validate",
5892
- "learn_more": "https://logaretm.github.io/vee-validate/",
5893
- "category": "Libraries",
7534
+ "name": "use-wagmi",
7535
+ "description": "Vue Composition for Ethereum based on wagmi",
7536
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7537
+ "npm": "@use-wagmi/nuxt",
7538
+ "icon": "use-wagmi.png",
7539
+ "github": "https://github.com/unicape/use-wagmi",
7540
+ "website": "https://github.com/unicape/use-wagmi",
7541
+ "learn_more": "https://github.com/unicape/use-wagmi",
7542
+ "category": "Extensions",
7543
+ "type": "3rd-party",
7544
+ "maintainers": [
7545
+ {
7546
+ "name": "Unic Ape",
7547
+ "github": "unicape"
7548
+ }
7549
+ ],
7550
+ "compatibility": {
7551
+ "nuxt": "^2.0.0 || ^3.0.0",
7552
+ "requires": {
7553
+ "bridge": true
7554
+ }
7555
+ }
7556
+ },
7557
+ {
7558
+ "name": "user-agent",
7559
+ "description": "Nuxt module for handling User-Agent.",
7560
+ "repo": "fukuiretu/nuxt-user-agent",
7561
+ "npm": "nuxt-user-agent",
7562
+ "icon": "",
7563
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7564
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7565
+ "learn_more": "",
7566
+ "category": "Extensions",
5894
7567
  "type": "3rd-party",
5895
7568
  "maintainers": [
5896
7569
  {
5897
- "name": "lewyuburi",
5898
- "github": "lewyuburi"
7570
+ "name": "fukuiretu",
7571
+ "github": "fukuiretu"
5899
7572
  }
5900
7573
  ],
5901
7574
  "compatibility": {
@@ -5951,9 +7624,31 @@
5951
7624
  }
5952
7625
  }
5953
7626
  },
7627
+ {
7628
+ "name": "vcalendar",
7629
+ "description": "VCalendar module for Nuxt",
7630
+ "repo": "samk-dev/nuxt-vcalendar",
7631
+ "npm": "@samk-dev/nuxt-vcalendar",
7632
+ "icon": "vcalendar.png",
7633
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7634
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7635
+ "learn_more": "",
7636
+ "category": "Libraries",
7637
+ "type": "3rd-party",
7638
+ "maintainers": [
7639
+ {
7640
+ "name": "Sam K",
7641
+ "github": "samk-dev"
7642
+ }
7643
+ ],
7644
+ "compatibility": {
7645
+ "nuxt": "^3.0.0",
7646
+ "requires": {}
7647
+ }
7648
+ },
5954
7649
  {
5955
7650
  "name": "vee-validate",
5956
- "description": "Painless Vue forms for Nuxt.js",
7651
+ "description": "Painless Vue forms for Nuxt",
5957
7652
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5958
7653
  "npm": "@vee-validate/nuxt",
5959
7654
  "icon": "vee-validate.png",
@@ -6043,7 +7738,7 @@
6043
7738
  },
6044
7739
  {
6045
7740
  "name": "vite-pwa-nuxt",
6046
- "description": "Zero-config PWA Plugin for Nuxt 3",
7741
+ "description": "Zero-config PWA Plugin for Nuxt",
6047
7742
  "repo": "vite-pwa/nuxt",
6048
7743
  "npm": "@vite-pwa/nuxt",
6049
7744
  "icon": "vite-pwa-nuxt.svg",
@@ -6070,24 +7765,52 @@
6070
7765
  }
6071
7766
  },
6072
7767
  {
6073
- "name": "vitest",
6074
- "description": "Vitest integration with Nuxt",
6075
- "repo": "danielroe/nuxt-vitest#main",
6076
- "npm": "nuxt-vitest",
6077
- "icon": "vitest.svg",
6078
- "github": "https://github.com/danielroe/nuxt-vitest",
6079
- "website": "https://github.com/danielroe/nuxt-vitest",
6080
- "learn_more": "",
6081
- "category": "Extensions",
7768
+ "name": "vue-email",
7769
+ "description": "💌 Write email templates with vue",
7770
+ "repo": "vue-email/nuxt",
7771
+ "npm": "@vue-email/nuxt",
7772
+ "icon": "vue-email.svg",
7773
+ "github": "https://github.com/vue-email/nuxt",
7774
+ "website": "https://vuemail.net/",
7775
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7776
+ "category": "UI",
6082
7777
  "type": "3rd-party",
6083
7778
  "maintainers": [
6084
7779
  {
6085
- "name": "Daniel Roe",
6086
- "github": "danielroe"
7780
+ "name": "David Arenas",
7781
+ "github": "Dave136",
7782
+ "twitter": "davejs4",
7783
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6087
7784
  },
6088
7785
  {
6089
- "name": "Anthony Fu",
6090
- "github": "antfu"
7786
+ "name": "Younes Barrad",
7787
+ "github": "Flowko",
7788
+ "twitter": "imflowko",
7789
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7790
+ }
7791
+ ],
7792
+ "compatibility": {
7793
+ "nuxt": "^3.0.0",
7794
+ "requires": {},
7795
+ "devtools": "^0.0.0"
7796
+ }
7797
+ },
7798
+ {
7799
+ "name": "vue-final-modal",
7800
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7801
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7802
+ "npm": "@vue-final-modal/nuxt",
7803
+ "icon": "vue-final-modal.svg",
7804
+ "github": "https://github.com/vue-final/vue-final-modal",
7805
+ "website": "https://vue-final-modal.org/",
7806
+ "learn_more": "https://vue-final-modal.org/",
7807
+ "category": "UI",
7808
+ "type": "3rd-party",
7809
+ "maintainers": [
7810
+ {
7811
+ "name": "Hunter Liu",
7812
+ "github": "hunterliu1003",
7813
+ "twitter": "hunterliu1003"
6091
7814
  }
6092
7815
  ],
6093
7816
  "compatibility": {
@@ -6117,7 +7840,8 @@
6117
7840
  "nuxt": "^3.0.0",
6118
7841
  "requires": {
6119
7842
  "bridge": "optional"
6120
- }
7843
+ },
7844
+ "devtools": "^0.0.0"
6121
7845
  }
6122
7846
  },
6123
7847
  {
@@ -6144,7 +7868,7 @@
6144
7868
  },
6145
7869
  {
6146
7870
  "name": "vue-multiselect",
6147
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7871
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6148
7872
  "repo": "spektrummedia/nuxt-vue-multiselect",
6149
7873
  "npm": "nuxt-vue-multiselect",
6150
7874
  "icon": "",
@@ -6169,7 +7893,7 @@
6169
7893
  "description": "Plausible analytics for Vue.js and Nuxt",
6170
7894
  "repo": "moritzsternemann/vue-plausible",
6171
7895
  "npm": "vue-plausible",
6172
- "icon": "plausible.png",
7896
+ "icon": "plausible.svg",
6173
7897
  "github": "https://github.com/moritzsternemann/vue-plausible",
6174
7898
  "website": "https://github.com/moritzsternemann/vue-plausible",
6175
7899
  "learn_more": "",
@@ -6186,6 +7910,29 @@
6186
7910
  "requires": {}
6187
7911
  }
6188
7912
  },
7913
+ {
7914
+ "name": "vue-query",
7915
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7916
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7917
+ "npm": "@hebilicious/vue-query-nuxt",
7918
+ "icon": "vue-query.svg",
7919
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7920
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7921
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7922
+ "category": "Request",
7923
+ "type": "3rd-party",
7924
+ "maintainers": [
7925
+ {
7926
+ "name": "Hebilicious",
7927
+ "github": "Hebilicious",
7928
+ "twitter": "its_hebilicious"
7929
+ }
7930
+ ],
7931
+ "compatibility": {
7932
+ "nuxt": "^3.0.0",
7933
+ "requires": {}
7934
+ }
7935
+ },
6189
7936
  {
6190
7937
  "name": "vue-select",
6191
7938
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6235,7 +7982,7 @@
6235
7982
  },
6236
7983
  {
6237
7984
  "name": "vue-warehouse",
6238
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7985
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6239
7986
  "repo": "juliomrqz/vue-warehouse",
6240
7987
  "npm": "vue-warehouse",
6241
7988
  "icon": "",
@@ -6256,10 +8003,33 @@
6256
8003
  "requires": {}
6257
8004
  }
6258
8005
  },
8006
+ {
8007
+ "name": "vue3-carousel-nuxt",
8008
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
8009
+ "repo": "gaetansenn/vue3-carousel-nuxt",
8010
+ "npm": "vue3-carousel-nuxt",
8011
+ "icon": "",
8012
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
8013
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
8014
+ "learn_more": "",
8015
+ "category": "UI",
8016
+ "type": "3rd-party",
8017
+ "maintainers": [
8018
+ {
8019
+ "name": "Gaetan SENN",
8020
+ "github": "gaetansenn",
8021
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
8022
+ }
8023
+ ],
8024
+ "compatibility": {
8025
+ "nuxt": "^3.0.0",
8026
+ "requires": {}
8027
+ }
8028
+ },
6259
8029
  {
6260
8030
  "name": "vuefire",
6261
8031
  "description": "Idiomatic composables for the Firebase SDK",
6262
- "repo": "vuejs/vuefire/packages/nuxt",
8032
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6263
8033
  "npm": "nuxt-vuefire",
6264
8034
  "icon": "vuefire.svg",
6265
8035
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6278,15 +8048,61 @@
6278
8048
  "requires": {}
6279
8049
  }
6280
8050
  },
8051
+ {
8052
+ "name": "vueform-builder",
8053
+ "description": "Official Vueform Builder module for Nuxt",
8054
+ "repo": "vueform/builder#main/nuxt",
8055
+ "npm": "@vueform/builder-nuxt",
8056
+ "icon": "vueform.svg",
8057
+ "github": "https://github.com/vueform/builder",
8058
+ "website": "https://builder.vueform.com",
8059
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
8060
+ "category": "Libraries",
8061
+ "type": "3rd-party",
8062
+ "maintainers": [
8063
+ {
8064
+ "name": "Adam Berecz",
8065
+ "github": "adamberecz",
8066
+ "twitter": "bereczadam"
8067
+ }
8068
+ ],
8069
+ "compatibility": {
8070
+ "nuxt": "^3.0.0",
8071
+ "requires": {}
8072
+ }
8073
+ },
8074
+ {
8075
+ "name": "vueform",
8076
+ "description": "Official Vueform module for Nuxt",
8077
+ "repo": "vueform/vueform#main/nuxt",
8078
+ "npm": "@vueform/nuxt",
8079
+ "icon": "vueform.svg",
8080
+ "github": "https://github.com/vueform/vueform",
8081
+ "website": "https://vueform.com",
8082
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
8083
+ "category": "Libraries",
8084
+ "type": "3rd-party",
8085
+ "maintainers": [
8086
+ {
8087
+ "name": "Adam Berecz",
8088
+ "github": "adamberecz",
8089
+ "twitter": "bereczadam"
8090
+ }
8091
+ ],
8092
+ "compatibility": {
8093
+ "nuxt": "^3.0.0",
8094
+ "requires": {}
8095
+ }
8096
+ },
6281
8097
  {
6282
8098
  "name": "vuestic",
6283
- "description": "Vuestic UI module for Nuxt 3",
8099
+ "description": "Vuestic UI module for Nuxt",
6284
8100
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6285
8101
  "npm": "@vuestic/nuxt",
6286
8102
  "icon": "vuestic.png",
6287
8103
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6288
- "website": "https://vuestic.dev",
6289
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8104
+ "website": "https://ui.vuestic.dev",
8105
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6290
8106
  "category": "UI",
6291
8107
  "type": "3rd-party",
6292
8108
  "maintainers": [
@@ -6300,9 +8116,31 @@
6300
8116
  "requires": {}
6301
8117
  }
6302
8118
  },
8119
+ {
8120
+ "name": "vuetify-nuxt-module",
8121
+ "description": "Zero-config Nuxt Module for Vuetify.",
8122
+ "repo": "userquin/vuetify-nuxt-module",
8123
+ "npm": "vuetify-nuxt-module",
8124
+ "icon": "vuetify-logo-v3-dark.svg",
8125
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
8126
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8127
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
8128
+ "category": "UI",
8129
+ "type": "3rd-party",
8130
+ "maintainers": [
8131
+ {
8132
+ "name": "Joaquín Sánchez",
8133
+ "github": "userquin"
8134
+ }
8135
+ ],
8136
+ "compatibility": {
8137
+ "nuxt": "^3.0.0",
8138
+ "requires": {}
8139
+ }
8140
+ },
6303
8141
  {
6304
8142
  "name": "vuetify",
6305
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
8143
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6306
8144
  "repo": "nuxt-community/vuetify-module",
6307
8145
  "npm": "@nuxtjs/vuetify",
6308
8146
  "icon": "vuetify.png",
@@ -6349,7 +8187,8 @@
6349
8187
  "nuxt": "^2.0.0 || ^3.0.0",
6350
8188
  "requires": {
6351
8189
  "bridge": "optional"
6352
- }
8190
+ },
8191
+ "devtools": "^0.0.0"
6353
8192
  }
6354
8193
  },
6355
8194
  {
@@ -6376,7 +8215,7 @@
6376
8215
  },
6377
8216
  {
6378
8217
  "name": "vunix",
6379
- "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.",
8218
+ "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.",
6380
8219
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6381
8220
  "npm": "@vunix/nuxt",
6382
8221
  "icon": "",
@@ -6400,11 +8239,11 @@
6400
8239
  {
6401
8240
  "name": "web-vitals",
6402
8241
  "description": "Web Vitals for Nuxt",
6403
- "repo": "nuxt-community/web-vitals-module",
8242
+ "repo": "nuxt-modules/web-vitals",
6404
8243
  "npm": "@nuxtjs/web-vitals",
6405
8244
  "icon": "web-vitals.png",
6406
- "github": "https://github.com/nuxt-community/web-vitals-module",
6407
- "website": "https://github.com/nuxt-community/web-vitals-module",
8245
+ "github": "https://github.com/nuxt-modules/web-vitals",
8246
+ "website": "https://github.com/nuxt-modules/web-vitals",
6408
8247
  "learn_more": "",
6409
8248
  "category": "Performance",
6410
8249
  "type": "community",
@@ -6455,7 +8294,7 @@
6455
8294
  },
6456
8295
  {
6457
8296
  "name": "webpack-optimisations",
6458
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8297
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6459
8298
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6460
8299
  "npm": "nuxt-webpack-optimisations",
6461
8300
  "icon": "build-optimisations.svg",
@@ -6530,7 +8369,7 @@
6530
8369
  "icon": "webpack.png",
6531
8370
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6532
8371
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6533
- "learn_more": "http://webpackmonitor.com/",
8372
+ "learn_more": "",
6534
8373
  "category": "Devtools",
6535
8374
  "type": "community",
6536
8375
  "maintainers": [
@@ -6547,7 +8386,7 @@
6547
8386
  },
6548
8387
  {
6549
8388
  "name": "well-known",
6550
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8389
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6551
8390
  "repo": "zadigetvoltaire/nuxt-well-known",
6552
8391
  "npm": "@zadigetvoltaire/nuxt-well-known",
6553
8392
  "icon": "well-known.svg",
@@ -6569,7 +8408,7 @@
6569
8408
  },
6570
8409
  {
6571
8410
  "name": "wideangle",
6572
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8411
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6573
8412
  "repo": "inputobjects/wideangle-nuxt",
6574
8413
  "npm": "wideangle-nuxt",
6575
8414
  "icon": "wideangle.png",
@@ -6596,11 +8435,11 @@
6596
8435
  {
6597
8436
  "name": "windicss",
6598
8437
  "description": "Next generation utility-first CSS framework.",
6599
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8438
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6600
8439
  "npm": "nuxt-windicss",
6601
8440
  "icon": "windicss.svg",
6602
- "github": "https://github.com/windicss/nuxt-windicss-module",
6603
- "website": "https://github.com/windicss/nuxt-windicss-module",
8441
+ "github": "https://github.com/windicss/nuxt-windicss",
8442
+ "website": "https://github.com/windicss/nuxt-windicss",
6604
8443
  "learn_more": "https://windicss.org/",
6605
8444
  "category": "UI",
6606
8445
  "type": "3rd-party",
@@ -6736,55 +8575,9 @@
6736
8575
  "requires": {}
6737
8576
  }
6738
8577
  },
6739
- {
6740
- "name": "yandex-metrika-next",
6741
- "description": "Yandex Metrika integration for Nuxt",
6742
- "repo": "artmizu/yandex-metrika-nuxt",
6743
- "npm": "@artmizu/yandex-metrika-nuxt",
6744
- "icon": "yandex-metrika.svg",
6745
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6746
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6747
- "learn_more": "",
6748
- "category": "Analytics",
6749
- "type": "3rd-party",
6750
- "maintainers": [
6751
- {
6752
- "name": "Aleksandr Saburov",
6753
- "github": "artmizu",
6754
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6755
- }
6756
- ],
6757
- "compatibility": {
6758
- "nuxt": "^3.0.0",
6759
- "requires": {}
6760
- }
6761
- },
6762
- {
6763
- "name": "yandex-metrika",
6764
- "description": "Yandex metrika Module for Nuxt.js",
6765
- "repo": "nuxt-community/yandex-metrika-module",
6766
- "npm": "@nuxtjs/yandex-metrika",
6767
- "icon": "",
6768
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6769
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6770
- "learn_more": "https://metrica.yandex.com/about",
6771
- "category": "Analytics",
6772
- "type": "community",
6773
- "maintainers": [
6774
- {
6775
- "name": "Pooya Parsa",
6776
- "github": "pi0",
6777
- "twitter": "_pi0_"
6778
- }
6779
- ],
6780
- "compatibility": {
6781
- "nuxt": "^2.0.0",
6782
- "requires": {}
6783
- }
6784
- },
6785
8578
  {
6786
8579
  "name": "zendesk",
6787
- "description": "Nuxt.js module for Zendesk",
8580
+ "description": "Nuxt module for Zendesk",
6788
8581
  "repo": "DansMaCulotte/nuxt-zendesk",
6789
8582
  "npm": "@dansmaculotte/nuxt-zendesk",
6790
8583
  "icon": "zendesk.png",