@nuxt/modules 0.6.0-92ce5e → 0.6.0-93ea12

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 +2217 -798
  2. package/package.json +15 -9
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,14 +170,36 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Libraries",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Securely connect to any API with a server proxy and dynamic composables",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
179
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
180
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
181
203
  "learn_more": "",
182
204
  "category": "Request",
183
205
  "type": "3rd-party",
@@ -194,6 +216,28 @@
194
216
  "requires": {}
195
217
  }
196
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
197
241
  {
198
242
  "name": "apis-to-file",
199
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -220,7 +264,7 @@
220
264
  },
221
265
  {
222
266
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
268
  "repo": "nuxt-modules/apollo",
225
269
  "npm": "@nuxtjs/apollo",
226
270
  "icon": "apollo.png",
@@ -244,7 +288,7 @@
244
288
  },
245
289
  {
246
290
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
248
292
  "repo": "nuxt-community/applicationinsights-module",
249
293
  "npm": "@nuxtjs/applicationinsights",
250
294
  "icon": "application-insights.png",
@@ -286,9 +330,76 @@
286
330
  "requires": {}
287
331
  }
288
332
  },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
289
400
  {
290
401
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
403
  "repo": "nuxt-community/auth-module",
293
404
  "npm": "@nuxtjs/auth",
294
405
  "icon": "auth.png",
@@ -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": "",
@@ -575,7 +709,7 @@
575
709
  },
576
710
  {
577
711
  "name": "capo",
578
- "description": "Capo.js implementation for Nuxt 3",
712
+ "description": "Capo.js implementation for Nuxt",
579
713
  "repo": "danielroe/nuxt-capo",
580
714
  "npm": "nuxt-capo",
581
715
  "icon": "",
@@ -597,7 +731,7 @@
597
731
  },
598
732
  {
599
733
  "name": "chakra-ui",
600
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
601
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
602
736
  "npm": "@chakra-ui/nuxt",
603
737
  "icon": "chakra-ui.png",
@@ -644,10 +778,10 @@
644
778
  "description": "Privacy-first, end-to-end encrypted analytics",
645
779
  "repo": "chiffre-io/nuxt-chiffre",
646
780
  "npm": "nuxt-chiffre",
647
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
648
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
649
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
650
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
651
785
  "category": "Analytics",
652
786
  "type": "3rd-party",
653
787
  "maintainers": [
@@ -708,7 +842,7 @@
708
842
  },
709
843
  {
710
844
  "name": "cloudcms",
711
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
712
846
  "repo": "gitana/cloudcms-nuxt",
713
847
  "npm": "cloudcms-nuxt",
714
848
  "icon": "",
@@ -757,11 +891,11 @@
757
891
  },
758
892
  {
759
893
  "name": "cloudinary",
760
- "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
762
896
  "npm": "@nuxtjs/cloudinary",
763
897
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
899
  "website": "https://cloudinary.nuxtjs.org",
766
900
  "learn_more": "https://cloudinary.com",
767
901
  "category": "Images",
@@ -780,11 +914,11 @@
780
914
  },
781
915
  {
782
916
  "name": "color-mode",
783
- "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
785
919
  "npm": "@nuxtjs/color-mode",
786
920
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
788
922
  "website": "https://color-mode.nuxtjs.org",
789
923
  "learn_more": "",
790
924
  "category": "UI",
@@ -879,7 +1013,7 @@
879
1013
  "npm": "@nuxt/content",
880
1014
  "icon": "nuxt.svg",
881
1015
  "github": "https://github.com/nuxt/content",
882
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
883
1017
  "learn_more": "",
884
1018
  "category": "CMS",
885
1019
  "type": "official",
@@ -1001,7 +1135,7 @@
1001
1135
  },
1002
1136
  {
1003
1137
  "name": "darkmode.js",
1004
- "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",
1005
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1006
1140
  "npm": "nuxtjs-darkmode-js-module",
1007
1141
  "icon": "darkmode.png",
@@ -1023,7 +1157,7 @@
1023
1157
  },
1024
1158
  {
1025
1159
  "name": "date-fns",
1026
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1027
1161
  "repo": "nuxt-community/date-fns-module",
1028
1162
  "npm": "@nuxtjs/date-fns",
1029
1163
  "icon": "date-fns.png",
@@ -1045,7 +1179,7 @@
1045
1179
  },
1046
1180
  {
1047
1181
  "name": "datocms-nuxt2",
1048
- "description": "DatoCMS integration for Nuxt.js v2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
1049
1183
  "repo": "voorhoede/nuxt-datocms-module",
1050
1184
  "npm": "@voorhoede/nuxt-datocms-module",
1051
1185
  "icon": "datocms.svg",
@@ -1114,8 +1248,8 @@
1114
1248
  },
1115
1249
  {
1116
1250
  "name": "delay-hydration",
1117
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "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",
1119
1253
  "npm": "nuxt-delay-hydration",
1120
1254
  "icon": "lighthouse.svg",
1121
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1137,12 +1271,12 @@
1137
1271
  },
1138
1272
  {
1139
1273
  "name": "device",
1140
- "description": "Device detection module for Nuxt.js",
1141
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1142
1276
  "npm": "@nuxtjs/device",
1143
1277
  "icon": "",
1144
- "github": "https://github.com/nuxt-community/device-module",
1145
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1146
1280
  "learn_more": "",
1147
1281
  "category": "Extensions",
1148
1282
  "type": "community",
@@ -1164,7 +1298,7 @@
1164
1298
  "npm": "@nuxt/devtools",
1165
1299
  "icon": "nuxt.svg",
1166
1300
  "github": "https://github.com/nuxt/devtools",
1167
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1168
1302
  "learn_more": "",
1169
1303
  "category": "Devtools",
1170
1304
  "type": "official",
@@ -1182,13 +1316,13 @@
1182
1316
  },
1183
1317
  {
1184
1318
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1320
  "repo": "intevel/nuxt-directus",
1187
1321
  "npm": "nuxt-directus",
1188
1322
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "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/",
1192
1326
  "category": "CMS",
1193
1327
  "type": "3rd-party",
1194
1328
  "maintainers": [
@@ -1199,15 +1333,58 @@
1199
1333
  }
1200
1334
  ],
1201
1335
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "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"
1205
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1206
1383
  }
1207
1384
  },
1208
1385
  {
1209
1386
  "name": "dotenv",
1210
- "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",
1211
1388
  "repo": "nuxt-community/dotenv-module",
1212
1389
  "npm": "@nuxtjs/dotenv",
1213
1390
  "icon": "dotenv.png",
@@ -1229,13 +1406,13 @@
1229
1406
  },
1230
1407
  {
1231
1408
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1411
  "npm": "nuxtjs-drupal-ce",
1235
1412
  "icon": "drupal-ce.png",
1236
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1237
- "website": "https://stack.lupus.digital",
1238
- "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",
1239
1416
  "category": "CMS",
1240
1417
  "type": "3rd-party",
1241
1418
  "maintainers": [
@@ -1250,19 +1427,19 @@
1250
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1251
1428
  },
1252
1429
  {
1253
- "name": "David Licen",
1254
- "github": "davision",
1255
- "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"
1256
1433
  }
1257
1434
  ],
1258
1435
  "compatibility": {
1259
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1260
1437
  "requires": {}
1261
1438
  }
1262
1439
  },
1263
1440
  {
1264
1441
  "name": "druxt",
1265
- "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.",
1266
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1444
  "npm": "druxt",
1268
1445
  "icon": "druxt.svg",
@@ -1282,6 +1459,29 @@
1282
1459
  "requires": {}
1283
1460
  }
1284
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
+ },
1285
1485
  {
1286
1486
  "name": "electron",
1287
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1330,7 +1530,7 @@
1330
1530
  },
1331
1531
  {
1332
1532
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1534
  "repo": "nuxt-modules/emotion",
1335
1535
  "npm": "@nuxtjs/emotion",
1336
1536
  "icon": "emotion.png",
@@ -1357,8 +1557,8 @@
1357
1557
  }
1358
1558
  },
1359
1559
  {
1360
- "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1560
+ "name": "eslint-module",
1561
+ "description": "ESLint module for Nuxt",
1362
1562
  "repo": "nuxt-community/eslint-module",
1363
1563
  "npm": "@nuxtjs/eslint-module",
1364
1564
  "icon": "eslint.png",
@@ -1378,9 +1578,32 @@
1378
1578
  "requires": {}
1379
1579
  }
1380
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
+ },
1381
1604
  {
1382
1605
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1606
+ "description": "Module for event trace in Nuxt",
1384
1607
  "repo": "nuxt-community/nuxt-event-trace",
1385
1608
  "npm": "nuxt-event-trace",
1386
1609
  "icon": "",
@@ -1400,6 +1623,29 @@
1400
1623
  "requires": {}
1401
1624
  }
1402
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
+ },
1403
1649
  {
1404
1650
  "name": "fathom",
1405
1651
  "description": "Fathom analytics for Nuxt",
@@ -1424,7 +1670,7 @@
1424
1670
  },
1425
1671
  {
1426
1672
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1673
+ "description": "Feature toggle module for Nuxt",
1428
1674
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1675
  "npm": "nuxt-feature-toggle",
1430
1676
  "icon": "",
@@ -1491,7 +1737,7 @@
1491
1737
  },
1492
1738
  {
1493
1739
  "name": "floating-prompt-module",
1494
- "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",
1495
1741
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1742
  "npm": "nuxt-floating-prompt-module",
1497
1743
  "icon": "",
@@ -1600,14 +1846,37 @@
1600
1846
  "requires": {}
1601
1847
  }
1602
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
+ },
1603
1872
  {
1604
1873
  "name": "form-actions",
1605
1874
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1607
1876
  "npm": "@hebilicious/form-actions-nuxt",
1608
1877
  "icon": "form-actions.svg",
1609
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1879
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1880
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1881
  "category": "Request",
1613
1882
  "type": "3rd-party",
@@ -1619,7 +1888,7 @@
1619
1888
  }
1620
1889
  ],
1621
1890
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1891
+ "nuxt": "^3.7.0",
1623
1892
  "requires": {}
1624
1893
  }
1625
1894
  },
@@ -1631,7 +1900,7 @@
1631
1900
  "icon": "formkit.png",
1632
1901
  "github": "https://github.com/formkit/formkit",
1633
1902
  "website": "https://formkit.com",
1634
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1635
1904
  "category": "Libraries",
1636
1905
  "type": "3rd-party",
1637
1906
  "maintainers": [
@@ -1697,7 +1966,7 @@
1697
1966
  },
1698
1967
  {
1699
1968
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1969
+ "description": "Google Adsense Module for Nuxt",
1701
1970
  "repo": "nuxt-community/google-adsense-module",
1702
1971
  "npm": "@nuxtjs/google-adsense",
1703
1972
  "icon": "google-adsense.png",
@@ -1723,7 +1992,7 @@
1723
1992
  },
1724
1993
  {
1725
1994
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1995
+ "description": "Google analytics Module for Nuxt",
1727
1996
  "repo": "nuxt-community/analytics-module",
1728
1997
  "npm": "@nuxtjs/google-analytics",
1729
1998
  "icon": "google-analytics.png",
@@ -1755,12 +2024,12 @@
1755
2024
  },
1756
2025
  {
1757
2026
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
2027
+ "description": "Google Fonts module for Nuxt",
2028
+ "repo": "nuxt-modules/google-fonts",
1760
2029
  "npm": "@nuxtjs/google-fonts",
1761
2030
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "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",
1764
2033
  "learn_more": "https://developers.google.com/fonts",
1765
2034
  "category": "Fonts",
1766
2035
  "type": "community",
@@ -1779,7 +2048,7 @@
1779
2048
  },
1780
2049
  {
1781
2050
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
2051
+ "description": "Google GTag for Nuxt",
1783
2052
  "repo": "nuxt-community/google-gtag",
1784
2053
  "npm": "@nuxtjs/google-gtag",
1785
2054
  "icon": "gtm.png",
@@ -1805,7 +2074,7 @@
1805
2074
  },
1806
2075
  {
1807
2076
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2077
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
2078
  "repo": "nuxt-community/google-optimize-module",
1810
2079
  "npm": "nuxt-google-optimize",
1811
2080
  "icon": "google-optimize.png",
@@ -1844,7 +2113,7 @@
1844
2113
  "icon": "graphql-client.svg",
1845
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1846
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1847
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1848
2117
  "category": "Request",
1849
2118
  "type": "3rd-party",
1850
2119
  "maintainers": [
@@ -1860,7 +2129,7 @@
1860
2129
  },
1861
2130
  {
1862
2131
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2132
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2133
  "repo": "gomah/nuxt-graphql-request",
1865
2134
  "npm": "nuxt-graphql-request",
1866
2135
  "icon": "graphql-request.png",
@@ -1876,7 +2145,7 @@
1876
2145
  }
1877
2146
  ],
1878
2147
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2148
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2149
  "requires": {}
1881
2150
  }
1882
2151
  },
@@ -1899,12 +2168,13 @@
1899
2168
  ],
1900
2169
  "compatibility": {
1901
2170
  "nuxt": "^3.0.0",
1902
- "requires": {}
2171
+ "requires": {},
2172
+ "devtools": "^0.0.0"
1903
2173
  }
1904
2174
  },
1905
2175
  {
1906
2176
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1908
2178
  "repo": "johannschopplich/nuxt-gtag",
1909
2179
  "npm": "nuxt-gtag",
1910
2180
  "icon": "gtag.svg",
@@ -1928,7 +2198,7 @@
1928
2198
  },
1929
2199
  {
1930
2200
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2201
+ "description": "Google Tag Manager Module for Nuxt",
1932
2202
  "repo": "nuxt-community/gtm-module",
1933
2203
  "npm": "@nuxtjs/gtm",
1934
2204
  "icon": "gtm.png",
@@ -1951,7 +2221,7 @@
1951
2221
  },
1952
2222
  {
1953
2223
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2224
+ "description": "Guess.js module for Nuxt",
1955
2225
  "repo": "nuxt-community/guess-module",
1956
2226
  "npm": "@nuxtjs/guess-module",
1957
2227
  "icon": "guessjs.png",
@@ -2063,7 +2333,7 @@
2063
2333
  },
2064
2334
  {
2065
2335
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2336
+ "description": "Easy Helmet module with Nuxt'",
2067
2337
  "repo": "victor-perez/nuxt-helmet",
2068
2338
  "npm": "nuxt-helmet",
2069
2339
  "icon": "",
@@ -2107,7 +2377,7 @@
2107
2377
  },
2108
2378
  {
2109
2379
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2380
+ "description": "Nuxt module to backup or restore historical states",
2111
2381
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2382
  "npm": "nuxt-history-state",
2113
2383
  "icon": "",
@@ -2127,6 +2397,28 @@
2127
2397
  "requires": {}
2128
2398
  }
2129
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
+ },
2130
2422
  {
2131
2423
  "name": "html-minifier",
2132
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2156,7 +2448,7 @@
2156
2448
  "npm": "@nuxtjs/html-validator",
2157
2449
  "icon": "html-validator.png",
2158
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2159
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2160
2452
  "learn_more": "https://html-validate.org",
2161
2453
  "category": "Performance",
2162
2454
  "type": "community",
@@ -2176,7 +2468,7 @@
2176
2468
  },
2177
2469
  {
2178
2470
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2471
+ "description": "Universal HTTP Module for Nuxt",
2180
2472
  "repo": "nuxt/http",
2181
2473
  "npm": "@nuxt/http",
2182
2474
  "icon": "http.png",
@@ -2202,9 +2494,47 @@
2202
2494
  "requires": {}
2203
2495
  }
2204
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
+ },
2205
2535
  {
2206
2536
  "name": "humans-txt",
2207
- "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.",
2208
2538
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2539
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2540
  "icon": "",
@@ -2228,12 +2558,12 @@
2228
2558
  {
2229
2559
  "name": "i18n",
2230
2560
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2561
+ "repo": "nuxt-modules/i18n",
2232
2562
  "npm": "@nuxtjs/i18n",
2233
2563
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2564
+ "github": "https://github.com/nuxt-modules/i18n",
2235
2565
  "website": "https://i18n.nuxtjs.org",
2236
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2237
2567
  "category": "Extensions",
2238
2568
  "type": "community",
2239
2569
  "maintainers": [
@@ -2244,6 +2574,10 @@
2244
2574
  {
2245
2575
  "name": "Kazuya Kawaguchi",
2246
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2247
2581
  }
2248
2582
  ],
2249
2583
  "compatibility": {
@@ -2273,6 +2607,29 @@
2273
2607
  "requires": {}
2274
2608
  }
2275
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
+ },
2276
2633
  {
2277
2634
  "name": "icon",
2278
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2292,7 +2649,8 @@
2292
2649
  ],
2293
2650
  "compatibility": {
2294
2651
  "nuxt": "^3.0.0",
2295
- "requires": {}
2652
+ "requires": {},
2653
+ "devtools": "^0.0.0"
2296
2654
  }
2297
2655
  },
2298
2656
  {
@@ -2341,12 +2699,12 @@
2341
2699
  },
2342
2700
  {
2343
2701
  "name": "image",
2344
- "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.",
2345
2703
  "repo": "nuxt/image",
2346
2704
  "npm": "@nuxt/image",
2347
2705
  "icon": "image.png",
2348
2706
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2707
+ "website": "https://image.nuxt.com",
2350
2708
  "learn_more": "",
2351
2709
  "category": "Images",
2352
2710
  "type": "official",
@@ -2356,6 +2714,11 @@
2356
2714
  "github": "farnabaz",
2357
2715
  "twitter": "a_birang"
2358
2716
  },
2717
+ {
2718
+ "name": "Daniel Roe",
2719
+ "github": "danielroe",
2720
+ "twitter": "danielcroe"
2721
+ },
2359
2722
  {
2360
2723
  "name": "Pooya Parsa",
2361
2724
  "github": "pi0",
@@ -2376,7 +2739,7 @@
2376
2739
  },
2377
2740
  {
2378
2741
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2742
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2743
  "repo": "nuxt-community/imagemin-module",
2381
2744
  "npm": "@nuxtjs/imagemin",
2382
2745
  "icon": "imagemin.png",
@@ -2423,7 +2786,7 @@
2423
2786
  },
2424
2787
  {
2425
2788
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2789
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2790
  "repo": "hex-digital/nuxt-intercom",
2428
2791
  "npm": "@hexdigital/nuxt-intercom",
2429
2792
  "icon": "intercom.png",
@@ -2468,7 +2831,7 @@
2468
2831
  },
2469
2832
  {
2470
2833
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2834
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2835
  "repo": "patrickcate/nuxt-jsonapi",
2473
2836
  "npm": "nuxt-jsonapi",
2474
2837
  "icon": "jsonapi.svg",
@@ -2510,14 +2873,42 @@
2510
2873
  "requires": {}
2511
2874
  }
2512
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
+ },
2513
2904
  {
2514
2905
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2906
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2907
  "repo": "johannschopplich/nuxt-kql",
2517
2908
  "npm": "nuxt-kql",
2518
2909
  "icon": "kql.svg",
2519
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2520
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2521
2912
  "learn_more": "",
2522
2913
  "category": "CMS",
2523
2914
  "type": "3rd-party",
@@ -2536,7 +2927,7 @@
2536
2927
  },
2537
2928
  {
2538
2929
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2930
+ "description": "Laravel Echo for Nuxt",
2540
2931
  "repo": "nuxt-community/laravel-echo",
2541
2932
  "npm": "@nuxtjs/laravel-echo",
2542
2933
  "icon": "laravel-echo.png",
@@ -2579,13 +2970,35 @@
2579
2970
  }
2580
2971
  },
2581
2972
  {
2582
- "name": "laravel",
2583
- "description": "Nuxt cli extension for use with laravel as backend",
2584
- "repo": "m2sd/nuxt-laravel",
2585
- "npm": "nuxt-laravel",
2586
- "icon": "laravel.png",
2587
- "github": "https://github.com/m2sd/nuxt-laravel",
2588
- "website": "https://github.com/m2sd/nuxt-laravel",
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
+ },
2994
+ {
2995
+ "name": "laravel",
2996
+ "description": "Nuxt cli extension for use with laravel as backend",
2997
+ "repo": "m2sd/nuxt-laravel",
2998
+ "npm": "nuxt-laravel",
2999
+ "icon": "laravel.png",
3000
+ "github": "https://github.com/m2sd/nuxt-laravel",
3001
+ "website": "https://github.com/m2sd/nuxt-laravel",
2589
3002
  "learn_more": "https://laravel.com/",
2590
3003
  "category": "CMS",
2591
3004
  "type": "3rd-party",
@@ -2624,13 +3037,13 @@
2624
3037
  },
2625
3038
  {
2626
3039
  "name": "link-checker",
2627
- "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.",
2628
3041
  "repo": "harlan-zw/nuxt-link-checker",
2629
3042
  "npm": "nuxt-link-checker",
2630
- "icon": "",
3043
+ "icon": "link-checker.svg",
2631
3044
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
3045
+ "website": "https://nuxtseo.com/link-checker",
3046
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
3047
  "category": "SEO",
2635
3048
  "type": "3rd-party",
2636
3049
  "maintainers": [
@@ -2643,7 +3056,8 @@
2643
3056
  ],
2644
3057
  "compatibility": {
2645
3058
  "nuxt": "^3.0.0",
2646
- "requires": {}
3059
+ "requires": {},
3060
+ "devtools": "^0.0.0"
2647
3061
  }
2648
3062
  },
2649
3063
  {
@@ -2720,12 +3134,12 @@
2720
3134
  },
2721
3135
  {
2722
3136
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "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",
2725
3139
  "npm": "nuxt-logrocket",
2726
3140
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3141
+ "github": "https://github.com/nuxt-modules/logrocket",
3142
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
3143
  "learn_more": "https://docs.logrocket.com/docs",
2730
3144
  "category": "Monitoring",
2731
3145
  "type": "community",
@@ -2741,9 +3155,35 @@
2741
3155
  "requires": {}
2742
3156
  }
2743
3157
  },
3158
+ {
3159
+ "name": "lucide-icons",
3160
+ "description": "Nuxt module to integrate Lucide icons",
3161
+ "repo": "swisnl/nuxt-lucide-icons",
3162
+ "npm": "nuxt-lucide-icons",
3163
+ "icon": "lucide-icons.svg",
3164
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3165
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3166
+ "learn_more": "",
3167
+ "category": "UI",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "SWIS",
3172
+ "github": "swisnl"
3173
+ },
3174
+ {
3175
+ "name": "Jasper Zonneveld",
3176
+ "github": "JaZo"
3177
+ }
3178
+ ],
3179
+ "compatibility": {
3180
+ "nuxt": "^3.0.0",
3181
+ "requires": {}
3182
+ }
3183
+ },
2744
3184
  {
2745
3185
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3186
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
3187
  "repo": "nuxt-community/lunr-module",
2748
3188
  "npm": "@nuxtjs/lunr-module",
2749
3189
  "icon": "",
@@ -2766,10 +3206,10 @@
2766
3206
  {
2767
3207
  "name": "magic-regexp",
2768
3208
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2769
- "repo": "danielroe/magic-regexp",
3209
+ "repo": "unjs/magic-regexp",
2770
3210
  "npm": "magic-regexp",
2771
3211
  "icon": "magic-regexp.svg",
2772
- "github": "https://github.com/danielroe/magic-regexp",
3212
+ "github": "https://github.com/unjs/magic-regexp",
2773
3213
  "website": "https://magic-regexp.roe.dev",
2774
3214
  "learn_more": "https://magic-regexp.roe.dev",
2775
3215
  "category": "Libraries",
@@ -2786,6 +3226,29 @@
2786
3226
  "requires": {}
2787
3227
  }
2788
3228
  },
3229
+ {
3230
+ "name": "mailpit",
3231
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3232
+ "repo": "tdolsen/nuxt-mailpit",
3233
+ "npm": "nuxt-mailpit",
3234
+ "icon": "mailpit.svg",
3235
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3236
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3237
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3238
+ "category": "Devtools",
3239
+ "type": "3rd-party",
3240
+ "maintainers": [
3241
+ {
3242
+ "name": "Torkild Dyvik Olsen",
3243
+ "github": "tdolsen",
3244
+ "twitter": "tdolsen"
3245
+ }
3246
+ ],
3247
+ "compatibility": {
3248
+ "nuxt": "^3.8.0",
3249
+ "requires": {}
3250
+ }
3251
+ },
2789
3252
  {
2790
3253
  "name": "markdownit",
2791
3254
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2809,6 +3272,30 @@
2809
3272
  "requires": {}
2810
3273
  }
2811
3274
  },
3275
+ {
3276
+ "name": "marquee",
3277
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3278
+ "repo": "hanzydev/nuxt-marquee",
3279
+ "npm": "nuxt-marquee",
3280
+ "icon": "marquee.png",
3281
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3282
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3283
+ "learn_more": "",
3284
+ "category": "UI",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Hànzy",
3289
+ "github": "hanzydev",
3290
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3291
+ }
3292
+ ],
3293
+ "compatibility": {
3294
+ "nuxt": "^3.0.0",
3295
+ "requires": {},
3296
+ "devtools": "^0.0.0"
3297
+ }
3298
+ },
2812
3299
  {
2813
3300
  "name": "matomo",
2814
3301
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2831,6 +3318,50 @@
2831
3318
  "requires": {}
2832
3319
  }
2833
3320
  },
3321
+ {
3322
+ "name": "maz-ui",
3323
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3324
+ "repo": "louismazel/maz-ui#master/packages/lib",
3325
+ "npm": "maz-ui",
3326
+ "icon": "maz-ui.png",
3327
+ "github": "https://github.com/louismazel/maz-ui",
3328
+ "website": "https://maz-ui.com/",
3329
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3330
+ "category": "UI",
3331
+ "type": "3rd-party",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "Loïc Mazuel",
3335
+ "github": "LouisMazel"
3336
+ }
3337
+ ],
3338
+ "compatibility": {
3339
+ "nuxt": "^3.0.0",
3340
+ "requires": {}
3341
+ }
3342
+ },
3343
+ {
3344
+ "name": "mdc",
3345
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3346
+ "repo": "nuxt-modules/mdc",
3347
+ "npm": "@nuxtjs/mdc",
3348
+ "icon": "mdc.png",
3349
+ "github": "https://github.com/nuxt-modules/mdc",
3350
+ "website": "https://github.com/nuxt-modules/mdc",
3351
+ "learn_more": "",
3352
+ "category": "Extensions",
3353
+ "type": "community",
3354
+ "maintainers": [
3355
+ {
3356
+ "name": "farnabaz",
3357
+ "github": "farnabaz"
3358
+ }
3359
+ ],
3360
+ "compatibility": {
3361
+ "nuxt": "^3.0.0",
3362
+ "requires": {}
3363
+ }
3364
+ },
2834
3365
  {
2835
3366
  "name": "mdx",
2836
3367
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3387,7 @@
2856
3387
  },
2857
3388
  {
2858
3389
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3390
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3391
  "repo": "Baroshem/nuxt-medusa",
2861
3392
  "npm": "nuxt-medusa",
2862
3393
  "icon": "medusa.svg",
@@ -2881,7 +3412,7 @@
2881
3412
  },
2882
3413
  {
2883
3414
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3415
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3416
  "repo": "xlanex6/nuxt-meilisearch",
2886
3417
  "npm": "nuxt-meilisearch",
2887
3418
  "icon": "meilisearch.svg",
@@ -2901,7 +3432,8 @@
2901
3432
  "nuxt": "^3.0.0",
2902
3433
  "requires": {
2903
3434
  "bridge": false
2904
- }
3435
+ },
3436
+ "devtools": "^0.0.0"
2905
3437
  }
2906
3438
  },
2907
3439
  {
@@ -2926,28 +3458,6 @@
2926
3458
  "requires": {}
2927
3459
  }
2928
3460
  },
2929
- {
2930
- "name": "mobile",
2931
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2932
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2933
- "npm": "nuxt-mobile",
2934
- "icon": "",
2935
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2936
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2937
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2938
- "category": "Extensions",
2939
- "type": "3rd-party",
2940
- "maintainers": [
2941
- {
2942
- "name": "ChanningDefoe",
2943
- "github": "ChanningDefoe"
2944
- }
2945
- ],
2946
- "compatibility": {
2947
- "nuxt": "^2.0.0",
2948
- "requires": {}
2949
- }
2950
- },
2951
3461
  {
2952
3462
  "name": "module-feed",
2953
3463
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2973,7 +3483,7 @@
2973
3483
  },
2974
3484
  {
2975
3485
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3486
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3487
  "repo": "nuxt-community/moment-module",
2978
3488
  "npm": "@nuxtjs/moment",
2979
3489
  "icon": "momentjs.png",
@@ -2999,20 +3509,20 @@
2999
3509
  }
3000
3510
  },
3001
3511
  {
3002
- "name": "mq",
3003
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
- "repo": "vanhoofmaarten/nuxt-mq",
3005
- "npm": "nuxt-mq",
3512
+ "name": "neo",
3513
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3514
+ "repo": "ezypeeze/nuxt-neo",
3515
+ "npm": "nuxt-neo",
3006
3516
  "icon": "",
3007
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3008
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3009
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3010
- "category": "Libraries",
3517
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3518
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3519
+ "learn_more": "",
3520
+ "category": "Request",
3011
3521
  "type": "3rd-party",
3012
3522
  "maintainers": [
3013
3523
  {
3014
- "name": "vanhoofmaarten",
3015
- "github": "vanhoofmaarten"
3524
+ "name": "ezypeeze",
3525
+ "github": "ezypeeze"
3016
3526
  }
3017
3527
  ],
3018
3528
  "compatibility": {
@@ -3021,30 +3531,30 @@
3021
3531
  }
3022
3532
  },
3023
3533
  {
3024
- "name": "neo",
3025
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3026
- "repo": "ezypeeze/nuxt-neo",
3027
- "npm": "nuxt-neo",
3028
- "icon": "",
3029
- "github": "https://github.com/ezypeeze/nuxt-neo",
3030
- "website": "https://ezypeeze.github.io/nuxt-neo",
3534
+ "name": "neo4j",
3535
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3536
+ "repo": "arashsheyda/nuxt-neo4j",
3537
+ "npm": "nuxt-neo4j",
3538
+ "icon": "nuxt-neo4j.png",
3539
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3540
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3031
3541
  "learn_more": "",
3032
- "category": "Request",
3542
+ "category": "Database",
3033
3543
  "type": "3rd-party",
3034
3544
  "maintainers": [
3035
3545
  {
3036
- "name": "ezypeeze",
3037
- "github": "ezypeeze"
3546
+ "name": "arashsheyda",
3547
+ "github": "arashsheyda"
3038
3548
  }
3039
3549
  ],
3040
3550
  "compatibility": {
3041
- "nuxt": "^2.0.0",
3551
+ "nuxt": "^3.0.0",
3042
3552
  "requires": {}
3043
3553
  }
3044
3554
  },
3045
3555
  {
3046
3556
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3557
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3558
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3559
  "npm": "nuxt-netlify-cache",
3050
3560
  "icon": "netlify.png",
@@ -3089,13 +3599,13 @@
3089
3599
  },
3090
3600
  {
3091
3601
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3093
- "repo": "bazzite/nuxt-netlify",
3602
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3603
+ "repo": "juliomrqz/nuxt-netlify",
3094
3604
  "npm": "@aceforth/nuxt-netlify",
3095
3605
  "icon": "netlify.png",
3096
- "github": "https://github.com/bazzite/nuxt-netlify",
3097
- "website": "https://marquez.co/docs/nuxt-netlify/",
3098
- "learn_more": "",
3606
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3607
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3608
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3099
3609
  "category": "Deployment",
3100
3610
  "type": "3rd-party",
3101
3611
  "maintainers": [
@@ -3182,42 +3692,43 @@
3182
3692
  }
3183
3693
  },
3184
3694
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3695
+ "name": "nuxt-anchorscroll",
3696
+ "description": "Scroll to top and to anchor support for Nuxt",
3697
+ "repo": "helltraitor/nuxt-anchorscroll",
3698
+ "npm": "nuxt-anchorscroll",
3189
3699
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3700
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3701
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3702
  "learn_more": "",
3193
- "category": "Devtools",
3703
+ "category": "UI",
3194
3704
  "type": "3rd-party",
3195
3705
  "maintainers": [
3196
3706
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3707
+ "name": "Helltraitor",
3708
+ "github": "helltraitor"
3199
3709
  }
3200
3710
  ],
3201
3711
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3712
+ "nuxt": "^3.0.0",
3203
3713
  "requires": {}
3204
3714
  }
3205
3715
  },
3206
3716
  {
3207
- "name": "nuxt-chatgpt",
3208
- "description": "ChatGPT integration for Nuxt 3",
3209
- "repo": "schnapsterdog/nuxt-chatgpt",
3210
- "npm": "nuxt-chatgpt",
3211
- "icon": "chatgpt.svg",
3212
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3213
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3214
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3215
- "category": "Libraries",
3717
+ "name": "nuxt-asciidoc",
3718
+ "description": "Transformer for using asciidoc in nuxt",
3719
+ "repo": "Chris2011/nuxt-asciidoc",
3720
+ "npm": "nuxt-asciidoc",
3721
+ "icon": "nuxt-asciidoc.svg",
3722
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3723
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3724
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3725
+ "category": "Extensions",
3216
3726
  "type": "3rd-party",
3217
3727
  "maintainers": [
3218
3728
  {
3219
- "name": "Oliver Trajceski",
3220
- "github": "schnapsterdog"
3729
+ "name": "Christian Lenz",
3730
+ "github": "Chris2011",
3731
+ "twitter": "Chrizzly42"
3221
3732
  }
3222
3733
  ],
3223
3734
  "compatibility": {
@@ -3226,71 +3737,65 @@
3226
3737
  }
3227
3738
  },
3228
3739
  {
3229
- "name": "nuxt-graphql-middleware",
3230
- "description": "Expose GraphQL queries and mutations as server API routes.",
3231
- "repo": "dulnan/nuxt-graphql-middleware",
3232
- "npm": "nuxt-graphql-middleware",
3233
- "icon": "nuxt-graphql-middleware.svg",
3234
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3235
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3236
- "learn_more": "",
3237
- "category": "Request",
3740
+ "name": "nuxt-auth-sanctum",
3741
+ "description": "Nuxt module for Laravel Sanctum authentication",
3742
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3743
+ "npm": "nuxt-auth-sanctum",
3744
+ "icon": "laravel.svg",
3745
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3746
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3747
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3748
+ "category": "Security",
3238
3749
  "type": "3rd-party",
3239
3750
  "maintainers": [
3240
3751
  {
3241
- "name": "dulnan",
3242
- "github": "dulnan",
3243
- "twitter": "dulnan",
3244
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3245
- },
3246
- {
3247
- "name": "ayalon",
3248
- "github": "ayalon",
3249
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3752
+ "name": "Artem Manchenkov",
3753
+ "github": "manchenkoff",
3754
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3250
3755
  }
3251
3756
  ],
3252
3757
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3758
+ "nuxt": "^3.9.0",
3254
3759
  "requires": {}
3255
3760
  }
3256
3761
  },
3257
3762
  {
3258
- "name": "nuxt-graphql-playground",
3259
- "description": "",
3260
- "repo": "pinpon-dev/nuxt-graphql-playground",
3261
- "npm": "@pin-pon/nuxt-graphql-playground",
3763
+ "name": "nuxt-basic-auth",
3764
+ "description": "Nuxt Module for Basic Authentication",
3765
+ "repo": "kgierke/nuxt-basic-auth",
3766
+ "npm": "@kgierke/nuxt-basic-auth",
3262
3767
  "icon": "",
3263
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3264
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3768
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3769
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3265
3770
  "learn_more": "",
3266
- "category": "Devtools",
3771
+ "category": "Security",
3267
3772
  "type": "3rd-party",
3268
3773
  "maintainers": [
3269
3774
  {
3270
- "name": "pinpon-dev",
3271
- "github": "pinpon-dev"
3775
+ "name": "kgierke",
3776
+ "github": "kgierke"
3272
3777
  }
3273
3778
  ],
3274
3779
  "compatibility": {
3275
- "nuxt": "^2.0.0",
3780
+ "nuxt": "^3.0.0",
3276
3781
  "requires": {}
3277
3782
  }
3278
3783
  },
3279
3784
  {
3280
- "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3282
- "repo": "zadigetvoltaire/nuxt-gtm",
3283
- "npm": "@zadigetvoltaire/nuxt-gtm",
3284
- "icon": "nuxt-gtm.svg",
3285
- "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3286
- "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3287
- "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3288
- "category": "Analytics",
3785
+ "name": "nuxt-bezier",
3786
+ "description": "Reusable transition components",
3787
+ "repo": "50rayn/nuxt-bezier",
3788
+ "npm": "nuxt-bezier",
3789
+ "icon": "nuxt-bezier.png",
3790
+ "github": "https://github.com/50rayn/nuxt-bezier",
3791
+ "website": "https://github.com/50rayn/nuxt-bezier",
3792
+ "learn_more": "https://github.com/Noction/vue-bezier",
3793
+ "category": "UI",
3289
3794
  "type": "3rd-party",
3290
3795
  "maintainers": [
3291
3796
  {
3292
- "name": "Zadig&Voltaire Team",
3293
- "github": "https://github.com/zadigetvoltaire"
3797
+ "name": "Soryn Gitlan",
3798
+ "github": "50rayn"
3294
3799
  }
3295
3800
  ],
3296
3801
  "compatibility": {
@@ -3299,45 +3804,49 @@
3299
3804
  }
3300
3805
  },
3301
3806
  {
3302
- "name": "nuxt-hue",
3303
- "description": "Enlighten your Nuxt experience",
3304
- "repo": "lihbr/nuxt-hue",
3305
- "npm": "nuxt-hue",
3306
- "icon": "nuxt-hue.svg",
3307
- "github": "https://github.com/lihbr/nuxt-hue",
3308
- "website": "https://github.com/lihbr/nuxt-hue",
3309
- "learn_more": "",
3310
- "category": "Devtools",
3807
+ "name": "nuxt-booster",
3808
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3809
+ "repo": "basics/nuxt-booster",
3810
+ "npm": "nuxt-booster",
3811
+ "icon": "nuxt-booster.svg",
3812
+ "github": "https://github.com/basics/nuxt-booster",
3813
+ "website": "https://basics.github.io/nuxt-booster/",
3814
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3815
+ "category": "Performance",
3311
3816
  "type": "3rd-party",
3312
3817
  "maintainers": [
3313
3818
  {
3314
- "name": "lihbr",
3315
- "github": "lihbr"
3819
+ "name": "Thorn Walli",
3820
+ "github": "ThornWalli",
3821
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3822
+ },
3823
+ {
3824
+ "name": "Stephan Gerbeth",
3825
+ "github": "StephanGerbeth",
3826
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3316
3827
  }
3317
3828
  ],
3318
3829
  "compatibility": {
3319
- "nuxt": "^2.0.0 || ^3.0.0",
3320
- "requires": {
3321
- "bridge": "optional"
3322
- }
3830
+ "nuxt": "^3.0.0",
3831
+ "requires": {},
3832
+ "devtools": "^0.0.0"
3323
3833
  }
3324
3834
  },
3325
3835
  {
3326
- "name": "nuxt-localtunnel",
3327
- "description": "Exposes your Nuxt localhost to the world automatically.",
3328
- "repo": "nuxtus/localtunnel",
3329
- "npm": "@nuxtus/nuxt-localtunnel",
3330
- "icon": "nuxt-localtunnel.svg",
3331
- "github": "https://github.com/nuxtus/localtunnel",
3332
- "website": "https://nuxtus.com",
3333
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3334
- "category": "Devtools",
3836
+ "name": "nuxt-bootstrap-icons",
3837
+ "description": "Just a simple integration for Bootstrap Icons",
3838
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3839
+ "npm": "nuxt-bootstrap-icons",
3840
+ "icon": "bootstrap-icons.svg",
3841
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3842
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3843
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3844
+ "category": "UI",
3335
3845
  "type": "3rd-party",
3336
3846
  "maintainers": [
3337
3847
  {
3338
- "name": "Craig Harman",
3339
- "github": "craigharman",
3340
- "twitter": "craig_harman"
3848
+ "name": "OyewoleOyedeji",
3849
+ "github": "OyewoleOyedeji"
3341
3850
  }
3342
3851
  ],
3343
3852
  "compatibility": {
@@ -3346,21 +3855,20 @@
3346
3855
  }
3347
3856
  },
3348
3857
  {
3349
- "name": "nuxt-loco",
3350
- "description": "A localise.biz module to synth locale with Nuxt.js",
3351
- "repo": "gaetansenn/nuxt-loco",
3352
- "npm": "nuxt-loco",
3353
- "icon": "",
3354
- "github": "https://github.com/gaetansenn/nuxt-loco",
3355
- "website": "https://nuxt-loco.dewib.com/",
3356
- "learn_more": "",
3858
+ "name": "nuxt-chatgpt",
3859
+ "description": "ChatGPT integration for Nuxt",
3860
+ "repo": "schnapsterdog/nuxt-chatgpt",
3861
+ "npm": "nuxt-chatgpt",
3862
+ "icon": "chatgpt.svg",
3863
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3864
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3865
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3357
3866
  "category": "Libraries",
3358
3867
  "type": "3rd-party",
3359
3868
  "maintainers": [
3360
3869
  {
3361
- "name": "Gaetan SENN",
3362
- "github": "gaetansenn",
3363
- "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3870
+ "name": "Oliver Trajceski",
3871
+ "github": "schnapsterdog"
3364
3872
  }
3365
3873
  ],
3366
3874
  "compatibility": {
@@ -3369,20 +3877,479 @@
3369
3877
  }
3370
3878
  },
3371
3879
  {
3372
- "name": "nuxt-mapbox",
3373
- "description": "Elegant Mapbox integration with Nuxt",
3374
- "repo": "AlexLavoie42/Nuxt-Mapbox",
3375
- "npm": "nuxt-mapbox",
3376
- "icon": "nuxt-mapbox.svg",
3377
- "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3378
- "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3379
- "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3380
- "category": "Libraries",
3880
+ "name": "nuxt-cookie-consent",
3881
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3882
+ "repo": "weareheavy/nuxt-cookie-consent",
3883
+ "npm": "@weareheavy/nuxt-cookie-consent",
3884
+ "icon": "wah.svg",
3885
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3886
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3887
+ "learn_more": "",
3888
+ "category": "Extensions",
3889
+ "type": "3rd-party",
3890
+ "maintainers": [
3891
+ {
3892
+ "name": "weareheavy",
3893
+ "github": "weareheavy"
3894
+ }
3895
+ ],
3896
+ "compatibility": {
3897
+ "nuxt": "^3.0.0",
3898
+ "requires": {}
3899
+ }
3900
+ },
3901
+ {
3902
+ "name": "nuxt-facebook-chat",
3903
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3904
+ "repo": "superdev-tech/nuxt-facebook-chat",
3905
+ "npm": "nuxt-facebook-chat",
3906
+ "icon": "nuxt-facebook-chat.svg",
3907
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3908
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3909
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3910
+ "category": "Libraries",
3911
+ "type": "3rd-party",
3912
+ "maintainers": [
3913
+ {
3914
+ "name": "Supanut Dokmaithong",
3915
+ "github": "Boomgeek"
3916
+ },
3917
+ {
3918
+ "name": "superdev-tech",
3919
+ "github": "superdev-tech"
3920
+ }
3921
+ ],
3922
+ "compatibility": {
3923
+ "nuxt": "^3.0.0",
3924
+ "requires": {}
3925
+ }
3926
+ },
3927
+ {
3928
+ "name": "nuxt-feather-icons",
3929
+ "description": "The Feather Icons in Nuxt 3.",
3930
+ "repo": "4sllan/nuxt-feather-icons",
3931
+ "npm": "nuxt-feather-icons",
3932
+ "icon": "nuxt-feather-icons.png",
3933
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3934
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3935
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3936
+ "category": "UI",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "4sllan",
3941
+ "github": "4sllan"
3942
+ }
3943
+ ],
3944
+ "compatibility": {
3945
+ "nuxt": "^3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3949
+ {
3950
+ "name": "nuxt-feedme",
3951
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3952
+ "repo": "helltraitor/nuxt-feedme",
3953
+ "npm": "nuxt-feedme",
3954
+ "icon": "",
3955
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3956
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3957
+ "learn_more": "",
3958
+ "category": "SEO",
3959
+ "type": "3rd-party",
3960
+ "maintainers": [
3961
+ {
3962
+ "name": "Helltraitor",
3963
+ "github": "helltraitor"
3964
+ }
3965
+ ],
3966
+ "compatibility": {
3967
+ "nuxt": "^3.0.0",
3968
+ "requires": {}
3969
+ }
3970
+ },
3971
+ {
3972
+ "name": "nuxt-file-storage",
3973
+ "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.",
3974
+ "repo": "nyllre/nuxt-file-storage",
3975
+ "npm": "nuxt-file-storage",
3976
+ "icon": "nuxt-file-storage.svg",
3977
+ "github": "https://github.com/nyllre/nuxt-file-storage",
3978
+ "website": "https://github.com/nyllre/nuxt-file-storage",
3979
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
3980
+ "category": "Database",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "NyllRE",
3985
+ "github": "NyllRE"
3986
+ }
3987
+ ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {}
3991
+ }
3992
+ },
3993
+ {
3994
+ "name": "nuxt-fontawesome",
3995
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3996
+ "repo": "bezumkin/nuxt-fontawesome",
3997
+ "npm": "@vesp/nuxt-fontawesome",
3998
+ "icon": "nuxt-fontawesome.svg",
3999
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4000
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4001
+ "learn_more": "https://fontawesome.com",
4002
+ "category": "UI",
4003
+ "type": "3rd-party",
4004
+ "maintainers": [
4005
+ {
4006
+ "name": "Vasily Naumkin",
4007
+ "github": "bezumkin",
4008
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-graphql-middleware",
4018
+ "description": "Expose GraphQL queries and mutations as server API routes.",
4019
+ "repo": "dulnan/nuxt-graphql-middleware",
4020
+ "npm": "nuxt-graphql-middleware",
4021
+ "icon": "nuxt-graphql-middleware.svg",
4022
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
4023
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
4024
+ "learn_more": "",
4025
+ "category": "Request",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "dulnan",
4030
+ "github": "dulnan",
4031
+ "twitter": "dulnan",
4032
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
4033
+ },
4034
+ {
4035
+ "name": "ayalon",
4036
+ "github": "ayalon",
4037
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
4038
+ }
4039
+ ],
4040
+ "compatibility": {
4041
+ "nuxt": "^2.0.0 || ^3.0.0",
4042
+ "requires": {}
4043
+ }
4044
+ },
4045
+ {
4046
+ "name": "nuxt-graphql-playground",
4047
+ "description": "",
4048
+ "repo": "pinpon-dev/nuxt-graphql-playground",
4049
+ "npm": "@pin-pon/nuxt-graphql-playground",
4050
+ "icon": "",
4051
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4052
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
4053
+ "learn_more": "",
4054
+ "category": "Devtools",
4055
+ "type": "3rd-party",
4056
+ "maintainers": [
4057
+ {
4058
+ "name": "pinpon-dev",
4059
+ "github": "pinpon-dev"
4060
+ }
4061
+ ],
4062
+ "compatibility": {
4063
+ "nuxt": "^2.0.0",
4064
+ "requires": {}
4065
+ }
4066
+ },
4067
+ {
4068
+ "name": "nuxt-gtm",
4069
+ "description": "A Nuxt module for Google Tag Manager",
4070
+ "repo": "zadigetvoltaire/nuxt-gtm",
4071
+ "npm": "@zadigetvoltaire/nuxt-gtm",
4072
+ "icon": "nuxt-gtm.svg",
4073
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
4074
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
4075
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
4076
+ "category": "Analytics",
4077
+ "type": "3rd-party",
4078
+ "maintainers": [
4079
+ {
4080
+ "name": "Zadig&Voltaire Team",
4081
+ "github": "zadigetvoltaire"
4082
+ }
4083
+ ],
4084
+ "compatibility": {
4085
+ "nuxt": "^3.0.0",
4086
+ "requires": {},
4087
+ "devtools": "^0.0.0"
4088
+ }
4089
+ },
4090
+ {
4091
+ "name": "nuxt-hue",
4092
+ "description": "Enlighten your Nuxt experience",
4093
+ "repo": "lihbr/nuxt-hue",
4094
+ "npm": "nuxt-hue",
4095
+ "icon": "nuxt-hue.svg",
4096
+ "github": "https://github.com/lihbr/nuxt-hue",
4097
+ "website": "https://github.com/lihbr/nuxt-hue",
4098
+ "learn_more": "",
4099
+ "category": "Devtools",
4100
+ "type": "3rd-party",
4101
+ "maintainers": [
4102
+ {
4103
+ "name": "lihbr",
4104
+ "github": "lihbr"
4105
+ }
4106
+ ],
4107
+ "compatibility": {
4108
+ "nuxt": "^2.0.0 || ^3.0.0",
4109
+ "requires": {
4110
+ "bridge": "optional"
4111
+ }
4112
+ }
4113
+ },
4114
+ {
4115
+ "name": "nuxt-interpolation",
4116
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4117
+ "repo": "daliborgogic/nuxt-interpolation#master",
4118
+ "npm": "nuxt-interpolation",
4119
+ "icon": "",
4120
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4121
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4122
+ "learn_more": "",
4123
+ "category": "Devtools",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "daliborgogic",
4128
+ "github": "daliborgogic"
4129
+ }
4130
+ ],
4131
+ "compatibility": {
4132
+ "nuxt": "^2.0.0",
4133
+ "requires": {}
4134
+ }
4135
+ },
4136
+ {
4137
+ "name": "nuxt-jsonld",
4138
+ "description": "Manage JSON-LD in Vue component.",
4139
+ "repo": "ymmooot/nuxt-jsonld",
4140
+ "npm": "nuxt-jsonld",
4141
+ "icon": "",
4142
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4143
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4144
+ "learn_more": "",
4145
+ "category": "SEO",
4146
+ "type": "3rd-party",
4147
+ "maintainers": [
4148
+ {
4149
+ "name": "ymmooot",
4150
+ "github": "ymmooot"
4151
+ }
4152
+ ],
4153
+ "compatibility": {
4154
+ "nuxt": "^3.0.0",
4155
+ "requires": {}
4156
+ }
4157
+ },
4158
+ {
4159
+ "name": "nuxt-localtunnel",
4160
+ "description": "Exposes your Nuxt localhost to the world automatically.",
4161
+ "repo": "nuxtus/localtunnel",
4162
+ "npm": "@nuxtus/nuxt-localtunnel",
4163
+ "icon": "nuxt-localtunnel.svg",
4164
+ "github": "https://github.com/nuxtus/localtunnel",
4165
+ "website": "https://docs.nuxtus.com",
4166
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
4167
+ "category": "Devtools",
4168
+ "type": "3rd-party",
4169
+ "maintainers": [
4170
+ {
4171
+ "name": "Craig Harman",
4172
+ "github": "craigharman",
4173
+ "twitter": "craig_harman"
4174
+ }
4175
+ ],
4176
+ "compatibility": {
4177
+ "nuxt": "^3.0.0",
4178
+ "requires": {}
4179
+ }
4180
+ },
4181
+ {
4182
+ "name": "nuxt-loco",
4183
+ "description": "A localise.biz module to synth locale with Nuxt",
4184
+ "repo": "gaetansenn/nuxt-loco",
4185
+ "npm": "nuxt-loco",
4186
+ "icon": "",
4187
+ "github": "https://github.com/gaetansenn/nuxt-loco",
4188
+ "website": "https://nuxt-loco.dewib.com/",
4189
+ "learn_more": "",
4190
+ "category": "Libraries",
4191
+ "type": "3rd-party",
4192
+ "maintainers": [
4193
+ {
4194
+ "name": "Gaetan SENN",
4195
+ "github": "gaetansenn",
4196
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": "^3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-mail",
4206
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4207
+ "repo": "dword-design/nuxt-mail",
4208
+ "npm": "nuxt-mail",
4209
+ "icon": "",
4210
+ "github": "https://github.com/dword-design/nuxt-mail",
4211
+ "website": "https://github.com/dword-design/nuxt-mail",
4212
+ "learn_more": "",
4213
+ "category": "Extensions",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "Sebastian Landwehr",
4218
+ "github": "dword-design"
4219
+ }
4220
+ ],
4221
+ "compatibility": {
4222
+ "nuxt": "^2.0.0 || ^3.0.0",
4223
+ "requires": {}
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "nuxt-mapbox",
4228
+ "description": "Elegant Mapbox integration with Nuxt",
4229
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
4230
+ "npm": "nuxt-mapbox",
4231
+ "icon": "nuxt-mapbox.svg",
4232
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
4233
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
4234
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
4235
+ "category": "Libraries",
4236
+ "type": "3rd-party",
4237
+ "maintainers": [
4238
+ {
4239
+ "name": "Alex Lavoie",
4240
+ "github": "AlexLavoie42"
4241
+ }
4242
+ ],
4243
+ "compatibility": {
4244
+ "nuxt": "^3.0.0",
4245
+ "requires": {}
4246
+ }
4247
+ },
4248
+ {
4249
+ "name": "nuxt-mdi",
4250
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4251
+ "repo": "ERPedersen/nuxt-mdi",
4252
+ "npm": "nuxt-mdi",
4253
+ "icon": "mdi.png",
4254
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4255
+ "website": "https://nuxt-mdi.emilrosenius.com",
4256
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4257
+ "category": "Libraries",
4258
+ "type": "3rd-party",
4259
+ "maintainers": [
4260
+ {
4261
+ "name": "Emil Rosenius",
4262
+ "github": "ERPedersen"
4263
+ }
4264
+ ],
4265
+ "compatibility": {
4266
+ "nuxt": "^3.0.0",
4267
+ "requires": {}
4268
+ }
4269
+ },
4270
+ {
4271
+ "name": "nuxt-monaco-editor",
4272
+ "description": "Integrate monaco-editor with Nuxt",
4273
+ "repo": "e-chan1007/nuxt-monaco-editor",
4274
+ "npm": "nuxt-monaco-editor",
4275
+ "icon": "nuxt-monaco-editor.png",
4276
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
4277
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
4278
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
4279
+ "category": "Libraries",
4280
+ "type": "3rd-party",
4281
+ "maintainers": [
4282
+ {
4283
+ "name": "e-chan1007",
4284
+ "github": "e-chan1007"
4285
+ }
4286
+ ],
4287
+ "compatibility": {
4288
+ "nuxt": "^3.0.0",
4289
+ "requires": {}
4290
+ }
4291
+ },
4292
+ {
4293
+ "name": "nuxt-mongoose",
4294
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
4295
+ "repo": "arashsheyda/nuxt-mongoose",
4296
+ "npm": "nuxt-mongoose",
4297
+ "icon": "nuxt-mongoose.svg",
4298
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
4299
+ "website": "https://nuxt-mongoose.nuxt.space",
4300
+ "learn_more": "",
4301
+ "category": "Database",
4302
+ "type": "3rd-party",
4303
+ "maintainers": [
4304
+ {
4305
+ "name": "arashsheyda",
4306
+ "github": "arashsheyda"
4307
+ }
4308
+ ],
4309
+ "compatibility": {
4310
+ "nuxt": "^3.0.0",
4311
+ "requires": {},
4312
+ "devtools": "^0.0.0"
4313
+ }
4314
+ },
4315
+ {
4316
+ "name": "nuxt-oidc-auth",
4317
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4318
+ "repo": "itpropro/nuxt-oidc-auth",
4319
+ "npm": "nuxt-oidc-auth",
4320
+ "icon": "",
4321
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4322
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4323
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4324
+ "category": "Security",
4325
+ "type": "3rd-party",
4326
+ "maintainers": [
4327
+ {
4328
+ "name": "Jan-Henrik Damaschke",
4329
+ "github": "itpropro",
4330
+ "twitter": "jandamaschke"
4331
+ }
4332
+ ],
4333
+ "compatibility": {
4334
+ "nuxt": "^3.0.0",
4335
+ "requires": {}
4336
+ }
4337
+ },
4338
+ {
4339
+ "name": "nuxt-openapi-docs-module",
4340
+ "description": "Generate pages from OpenAPI specifications",
4341
+ "repo": "on-org/nuxt-openapi-docs-module",
4342
+ "npm": "nuxt-openapi-docs-module",
4343
+ "icon": "nuxt-openapi-docs-module.png",
4344
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4345
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4346
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4347
+ "category": "Libraries",
3381
4348
  "type": "3rd-party",
3382
4349
  "maintainers": [
3383
4350
  {
3384
- "name": "Alex Lavoie",
3385
- "github": "AlexLavoie42"
4351
+ "name": "Pavel Kuzmin",
4352
+ "github": "s00d"
3386
4353
  }
3387
4354
  ],
3388
4355
  "compatibility": {
@@ -3391,42 +4358,71 @@
3391
4358
  }
3392
4359
  },
3393
4360
  {
3394
- "name": "nuxt-monaco-editor",
3395
- "description": "Integrate monaco-editor with Nuxt",
3396
- "repo": "e-chan1007/nuxt-monaco-editor",
3397
- "npm": "nuxt-monaco-editor",
3398
- "icon": "nuxt-monaco-editor.png",
3399
- "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
3400
- "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
3401
- "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
3402
- "category": "Libraries",
4361
+ "name": "nuxt-openid-connect",
4362
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4363
+ "repo": "aborn/nuxt-openid-connect",
4364
+ "npm": "nuxt-openid-connect",
4365
+ "icon": "",
4366
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4367
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4368
+ "learn_more": "",
4369
+ "category": "Security",
3403
4370
  "type": "3rd-party",
3404
4371
  "maintainers": [
3405
4372
  {
3406
- "name": "e-chan1007",
3407
- "github": "e-chan1007"
4373
+ "name": "Aborn Jiang",
4374
+ "github": "aborn"
4375
+ },
4376
+ {
4377
+ "name": "Khaled Almana",
4378
+ "github": "KhaledAlMana"
3408
4379
  }
3409
4380
  ],
3410
4381
  "compatibility": {
3411
4382
  "nuxt": "^3.0.0",
3412
- "requires": {}
4383
+ "requires": {},
4384
+ "devtools": "^0.0.0"
3413
4385
  }
3414
4386
  },
3415
4387
  {
3416
- "name": "nuxt-mongoose",
3417
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3418
- "repo": "arashsheyda/nuxt-mongoose",
3419
- "npm": "nuxt-mongoose",
3420
- "icon": "nuxt-mongoose.svg",
3421
- "github": "https://github.com/arashsheyda/nuxt-mongoose",
3422
- "website": "https://nuxt-mongoose.nuxt.space",
4388
+ "name": "nuxt-payload-analyzer",
4389
+ "description": "Analyze Nuxt Payload Size",
4390
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4391
+ "npm": "nuxt-payload-analyzer",
4392
+ "icon": "",
4393
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4394
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3423
4395
  "learn_more": "",
3424
- "category": "Database",
4396
+ "category": "Performance",
3425
4397
  "type": "3rd-party",
3426
4398
  "maintainers": [
3427
4399
  {
3428
- "name": "arashsheyda",
3429
- "github": "arashsheyda"
4400
+ "name": "Barbapapazes",
4401
+ "github": "Barbapapazes",
4402
+ "twitter": "soubiran_"
4403
+ }
4404
+ ],
4405
+ "compatibility": {
4406
+ "nuxt": "^3.0.0",
4407
+ "requires": {}
4408
+ }
4409
+ },
4410
+ {
4411
+ "name": "nuxt-pdf-frame",
4412
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4413
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4414
+ "npm": "@i2d/nuxt-pdf-frame",
4415
+ "icon": "pdf-frame.svg",
4416
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4417
+ "website": "https://www.pdf-frame.org",
4418
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4419
+ "category": "Libraries",
4420
+ "type": "3rd-party",
4421
+ "maintainers": [
4422
+ {
4423
+ "name": "Narayana Swamy",
4424
+ "github": "nswamy14",
4425
+ "email": "narayanaswamy14@gmail.com"
3430
4426
  }
3431
4427
  ],
3432
4428
  "compatibility": {
@@ -3464,8 +4460,8 @@
3464
4460
  "npm": "nuxt-phosphor-icons",
3465
4461
  "icon": "phosphor-icons.svg",
3466
4462
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3467
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3468
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4463
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4464
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3469
4465
  "category": "UI",
3470
4466
  "type": "3rd-party",
3471
4467
  "maintainers": [
@@ -3501,31 +4497,9 @@
3501
4497
  "requires": {}
3502
4498
  }
3503
4499
  },
3504
- {
3505
- "name": "plausible",
3506
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3507
- "repo": "nuxt-modules/plausible",
3508
- "npm": "@nuxtjs/plausible",
3509
- "icon": "plausible.png",
3510
- "github": "https://github.com/nuxt-modules/plausible",
3511
- "website": "https://github.com/nuxt-modules/plausible",
3512
- "learn_more": "https://plausible.io/",
3513
- "category": "Analytics",
3514
- "type": "community",
3515
- "maintainers": [
3516
- {
3517
- "name": "Johann Schopplich",
3518
- "github": "johannschopplich"
3519
- }
3520
- ],
3521
- "compatibility": {
3522
- "nuxt": "^3.0.0",
3523
- "requires": {}
3524
- }
3525
- },
3526
4500
  {
3527
4501
  "name": "nuxt-plotly",
3528
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4502
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3529
4503
  "repo": "superdev-tech/nuxt-plotly",
3530
4504
  "npm": "nuxt-plotly",
3531
4505
  "icon": "nuxt-plotly.svg",
@@ -3545,13 +4519,13 @@
3545
4519
  }
3546
4520
  ],
3547
4521
  "compatibility": {
3548
- "nuxt": "^3.6.0",
4522
+ "nuxt": "^3.0.0",
3549
4523
  "requires": {}
3550
4524
  }
3551
4525
  },
3552
4526
  {
3553
4527
  "name": "nuxt-png-to-ico",
3554
- "description": "Nuxt.js module for auto generating favicons",
4528
+ "description": "Nuxt module for auto generating favicons",
3555
4529
  "repo": "b5710546232/nuxt-png-to-ico",
3556
4530
  "npm": "nuxt-png-to-ico",
3557
4531
  "icon": "",
@@ -3572,9 +4546,31 @@
3572
4546
  "requires": {}
3573
4547
  }
3574
4548
  },
4549
+ {
4550
+ "name": "nuxt-posthog",
4551
+ "description": "Integrate PostHog into your application with minimal configuration",
4552
+ "repo": "mitjans/nuxt-posthog",
4553
+ "npm": "nuxt-posthog",
4554
+ "icon": "posthog.svg",
4555
+ "github": "https://github.com/mitjans/nuxt-posthog",
4556
+ "website": "https://nuxt-posthog.cmitjans.dev",
4557
+ "learn_more": "https://posthog.com",
4558
+ "category": "Analytics",
4559
+ "type": "3rd-party",
4560
+ "maintainers": [
4561
+ {
4562
+ "name": "Carles Mitjans",
4563
+ "github": "mitjans"
4564
+ }
4565
+ ],
4566
+ "compatibility": {
4567
+ "nuxt": "^3.0.0",
4568
+ "requires": {}
4569
+ }
4570
+ },
3575
4571
  {
3576
4572
  "name": "nuxt-smartlook",
3577
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4573
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3578
4574
  "repo": "f00b4r/nuxt-smartlook",
3579
4575
  "npm": "nuxt-smartlook",
3580
4576
  "icon": "nuxt-smartlook.png",
@@ -3596,6 +4592,28 @@
3596
4592
  "requires": {}
3597
4593
  }
3598
4594
  },
4595
+ {
4596
+ "name": "nuxt-social-share",
4597
+ "description": "Simple Social Sharing for Nuxt",
4598
+ "repo": "stefanobartoletti/nuxt-social-share",
4599
+ "npm": "@stefanobartoletti/nuxt-social-share",
4600
+ "icon": "nuxt-social-share.png",
4601
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4602
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4603
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4604
+ "category": "Extensions",
4605
+ "type": "3rd-party",
4606
+ "maintainers": [
4607
+ {
4608
+ "name": "stefanobartoletti",
4609
+ "github": "stefanobartoletti"
4610
+ }
4611
+ ],
4612
+ "compatibility": {
4613
+ "nuxt": "^3.0.0",
4614
+ "requires": {}
4615
+ }
4616
+ },
3599
4617
  {
3600
4618
  "name": "ssr-lit",
3601
4619
  "description": "Server-Side Rendering for Lit Element components",
@@ -3626,10 +4644,10 @@
3626
4644
  },
3627
4645
  {
3628
4646
  "name": "nuxt-storm",
3629
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4647
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3630
4648
  "repo": "fumeapp/nuxt-storm",
3631
4649
  "npm": "nuxt-storm",
3632
- "icon": "nuxt-storm.png",
4650
+ "icon": "",
3633
4651
  "github": "https://github.com/fumeapp/nuxt-storm",
3634
4652
  "website": "https://github.com/fumeapp/nuxt-storm",
3635
4653
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3646,6 +4664,30 @@
3646
4664
  "requires": {}
3647
4665
  }
3648
4666
  },
4667
+ {
4668
+ "name": "nuxt-svgo-loader",
4669
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4670
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4671
+ "npm": "nuxt-svgo-loader",
4672
+ "icon": "",
4673
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4674
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4675
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4676
+ "category": "Images",
4677
+ "type": "3rd-party",
4678
+ "maintainers": [
4679
+ {
4680
+ "name": "Alex Liu",
4681
+ "github": "Mini-ghost",
4682
+ "twitter": "Minighost_Alex"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {},
4688
+ "devtools": "^0.0.0"
4689
+ }
4690
+ },
3649
4691
  {
3650
4692
  "name": "nuxt-svgo",
3651
4693
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3670,7 +4712,7 @@
3670
4712
  },
3671
4713
  {
3672
4714
  "name": "nuxt-unleash",
3673
- "description": "Nuxt.js module to use Unleash toggle feature services",
4715
+ "description": "Nuxt module to use Unleash toggle feature services",
3674
4716
  "repo": "conejerock/nuxt-unleash",
3675
4717
  "npm": "nuxt-unleash",
3676
4718
  "icon": "nuxt-unleash.svg",
@@ -3691,14 +4733,14 @@
3691
4733
  }
3692
4734
  },
3693
4735
  {
3694
- "name": "nuxt-use-motion",
3695
- "description": "A Nuxt module putting your components in motion",
3696
- "repo": "Tahul/nuxt-use-motion",
3697
- "npm": "nuxt-use-motion",
3698
- "icon": "nuxt-use-motion.svg",
3699
- "github": "https://github.com/Tahul/nuxt-use-motion",
3700
- "website": "https://github.com/Tahul/nuxt-use-motion",
3701
- "learn_more": "https://github.com/vueuse/motion",
4736
+ "name": "nuxt-use-sound",
4737
+ "description": "A Nuxt module for playing sound effects.",
4738
+ "repo": "Tahul/nuxt-use-sound",
4739
+ "npm": "nuxt-use-sound",
4740
+ "icon": "nuxt-use-sound.svg",
4741
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4742
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4743
+ "learn_more": "https://github.com/vueuse/sound",
3702
4744
  "category": "Libraries",
3703
4745
  "type": "3rd-party",
3704
4746
  "maintainers": [
@@ -3713,24 +4755,24 @@
3713
4755
  }
3714
4756
  },
3715
4757
  {
3716
- "name": "nuxt-use-sound",
3717
- "description": "A Nuxt module for playing sound effects.",
3718
- "repo": "Tahul/nuxt-use-sound",
3719
- "npm": "nuxt-use-sound",
3720
- "icon": "nuxt-use-sound.svg",
3721
- "github": "https://github.com/Tahul/nuxt-use-sound",
3722
- "website": "https://github.com/Tahul/nuxt-use-sound",
3723
- "learn_more": "https://github.com/vueuse/sound",
3724
- "category": "Libraries",
4758
+ "name": "nuxt-uswds",
4759
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4760
+ "repo": "patrickcate/nuxt-uswds",
4761
+ "npm": "nuxt-uswds",
4762
+ "icon": "nuxt-uswds.svg",
4763
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4764
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4765
+ "learn_more": "",
4766
+ "category": "UI",
3725
4767
  "type": "3rd-party",
3726
4768
  "maintainers": [
3727
4769
  {
3728
- "name": "Tahul",
3729
- "github": "Tahul"
4770
+ "name": "Patrick Cate",
4771
+ "github": "patrickcate"
3730
4772
  }
3731
4773
  ],
3732
4774
  "compatibility": {
3733
- "nuxt": "^2.0.0",
4775
+ "nuxt": "^3.0.0",
3734
4776
  "requires": {}
3735
4777
  }
3736
4778
  },
@@ -3781,20 +4823,64 @@
3781
4823
  }
3782
4824
  },
3783
4825
  {
3784
- "name": "nuxt-vuetify",
3785
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3786
- "repo": "invictus-codes/nuxt-vuetify",
3787
- "npm": "@invictus.codes/nuxt-vuetify",
3788
- "icon": "vuetify-logo-v3-dark.svg",
3789
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3790
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3791
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3792
- "category": "UI",
4826
+ "name": "nuxt-zod-i18n",
4827
+ "description": "A Nuxt Module for localizing zod error messages.",
4828
+ "repo": "xibman/nuxt-zod-i18n",
4829
+ "npm": "nuxt-zod-i18n",
4830
+ "icon": "nuxt-zod-i18n.svg",
4831
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4832
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4833
+ "learn_more": "",
4834
+ "category": "Libraries",
4835
+ "type": "3rd-party",
4836
+ "maintainers": [
4837
+ {
4838
+ "name": "xibman",
4839
+ "github": "xibman"
4840
+ }
4841
+ ],
4842
+ "compatibility": {
4843
+ "nuxt": "^3.0.0",
4844
+ "requires": {}
4845
+ }
4846
+ },
4847
+ {
4848
+ "name": "nuxt3-interpolation",
4849
+ "description": "",
4850
+ "repo": "daliborgogic/interpolation",
4851
+ "npm": "nuxt3-interpolation",
4852
+ "icon": "",
4853
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4854
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4855
+ "learn_more": "",
4856
+ "category": "Devtools",
4857
+ "type": "3rd-party",
4858
+ "maintainers": [
4859
+ {
4860
+ "name": "daliborgogic",
4861
+ "github": "daliborgogic"
4862
+ }
4863
+ ],
4864
+ "compatibility": {
4865
+ "nuxt": "^3.0.0",
4866
+ "requires": {}
4867
+ }
4868
+ },
4869
+ {
4870
+ "name": "nuxt3-leaflet",
4871
+ "description": "Leaflet integration with Nuxt",
4872
+ "repo": "Gugustinette/Nuxt-Leaflet",
4873
+ "npm": "nuxt3-leaflet",
4874
+ "icon": "leaflet.png",
4875
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4876
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4877
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4878
+ "category": "Libraries",
3793
4879
  "type": "3rd-party",
3794
4880
  "maintainers": [
3795
4881
  {
3796
- "name": "Jens van Hellemondt",
3797
- "github": "invictus-codes"
4882
+ "name": "Augustin MERCIER",
4883
+ "github": "Gugustinette"
3798
4884
  }
3799
4885
  ],
3800
4886
  "compatibility": {
@@ -3804,7 +4890,7 @@
3804
4890
  },
3805
4891
  {
3806
4892
  "name": "nuxt7",
3807
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4893
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3808
4894
  "repo": "nuxt-community/nuxt7",
3809
4895
  "npm": "nuxt7",
3810
4896
  "icon": "",
@@ -3825,40 +4911,17 @@
3825
4911
  "requires": {}
3826
4912
  }
3827
4913
  },
3828
- {
3829
- "name": "nuxtlabs-ui",
3830
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3831
- "repo": "nuxtlabs/ui",
3832
- "npm": "@nuxthq/ui",
3833
- "icon": "nuxtlabs-ui.svg",
3834
- "github": "https://github.com/nuxtlabs/ui",
3835
- "website": "https://ui.nuxtlabs.com",
3836
- "learn_more": "https://ui.nuxtlabs.com",
3837
- "category": "UI",
3838
- "type": "3rd-party",
3839
- "maintainers": [
3840
- {
3841
- "name": "Benjamin Canac",
3842
- "github": "benjamincanac",
3843
- "twitter": "benjamincanac"
3844
- }
3845
- ],
3846
- "compatibility": {
3847
- "nuxt": "^3.0.0",
3848
- "requires": {}
3849
- }
3850
- },
3851
4914
  {
3852
4915
  "name": "og-image",
3853
- "description": "Easily generate dynamic social share images.",
3854
- "repo": "harlan-zw/nuxt-og-image",
4916
+ "description": "Enlightened runtime images generated with Vue templates.",
4917
+ "repo": "nuxt-modules/og-image",
3855
4918
  "npm": "nuxt-og-image",
3856
- "icon": "",
3857
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3858
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3859
- "learn_more": "",
4919
+ "icon": "og-image.svg",
4920
+ "github": "https://github.com/nuxt-modules/og-image",
4921
+ "website": "https://nuxtseo.com/og-image",
4922
+ "learn_more": "https://nuxtseo.com/og-image",
3860
4923
  "category": "SEO",
3861
- "type": "3rd-party",
4924
+ "type": "community",
3862
4925
  "maintainers": [
3863
4926
  {
3864
4927
  "name": "Harlan Wilton",
@@ -3869,7 +4932,8 @@
3869
4932
  ],
3870
4933
  "compatibility": {
3871
4934
  "nuxt": "^3.0.0",
3872
- "requires": {}
4935
+ "requires": {},
4936
+ "devtools": "^0.0.0"
3873
4937
  }
3874
4938
  },
3875
4939
  {
@@ -3897,13 +4961,13 @@
3897
4961
  },
3898
4962
  {
3899
4963
  "name": "optimized-images",
3900
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4964
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3901
4965
  "repo": "juliomrqz/nuxt-optimized-images",
3902
4966
  "npm": "@aceforth/nuxt-optimized-images",
3903
4967
  "icon": "",
3904
4968
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3905
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3906
- "learn_more": "",
4969
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4970
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3907
4971
  "category": "Images",
3908
4972
  "type": "3rd-party",
3909
4973
  "maintainers": [
@@ -3942,7 +5006,7 @@
3942
5006
  },
3943
5007
  {
3944
5008
  "name": "parse",
3945
- "description": "Parse package for Nuxt.js",
5009
+ "description": "Parse package for Nuxt",
3946
5010
  "repo": "cierrateam/nuxt-parse",
3947
5011
  "npm": "nuxt-parse",
3948
5012
  "icon": "",
@@ -3962,6 +5026,29 @@
3962
5026
  "requires": {}
3963
5027
  }
3964
5028
  },
5029
+ {
5030
+ "name": "particles",
5031
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
5032
+ "repo": "Joepocalyptic/nuxt-particles",
5033
+ "npm": "nuxt-particles",
5034
+ "icon": "",
5035
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
5036
+ "website": "https://nuxt-particles.joeypereira.dev",
5037
+ "learn_more": "https://particles.js.org/",
5038
+ "category": "Libraries",
5039
+ "type": "3rd-party",
5040
+ "maintainers": [
5041
+ {
5042
+ "name": "Joey Pereira",
5043
+ "github": "Joepocalyptic",
5044
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
5045
+ }
5046
+ ],
5047
+ "compatibility": {
5048
+ "nuxt": "^3.0.0",
5049
+ "requires": {}
5050
+ }
5051
+ },
3965
5052
  {
3966
5053
  "name": "partytown",
3967
5054
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3987,6 +5074,28 @@
3987
5074
  }
3988
5075
  }
3989
5076
  },
5077
+ {
5078
+ "name": "paypal",
5079
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5080
+ "repo": "arashsheyda/nuxt-paypal",
5081
+ "npm": "nuxt-paypal",
5082
+ "icon": "paypal.svg",
5083
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5084
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5085
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5086
+ "category": "Payment",
5087
+ "type": "3rd-party",
5088
+ "maintainers": [
5089
+ {
5090
+ "name": "Arash Sheyda",
5091
+ "github": "arashsheyda"
5092
+ }
5093
+ ],
5094
+ "compatibility": {
5095
+ "nuxt": "^3.0.0",
5096
+ "requires": {}
5097
+ }
5098
+ },
3990
5099
  {
3991
5100
  "name": "pdfeasy",
3992
5101
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4011,6 +5120,28 @@
4011
5120
  "requires": {}
4012
5121
  }
4013
5122
  },
5123
+ {
5124
+ "name": "pergel",
5125
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5126
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5127
+ "npm": "pergel",
5128
+ "icon": "pergel.svg",
5129
+ "github": "https://github.com/oku-ui/pergel",
5130
+ "website": "https://oku-ui.com/pergel",
5131
+ "learn_more": "",
5132
+ "category": "Devtools",
5133
+ "type": "3rd-party",
5134
+ "maintainers": [
5135
+ {
5136
+ "name": "Mehmet - productdevbook",
5137
+ "github": "productdevbook"
5138
+ }
5139
+ ],
5140
+ "compatibility": {
5141
+ "nuxt": "^3.10.0",
5142
+ "requires": {}
5143
+ }
5144
+ },
4014
5145
  {
4015
5146
  "name": "persian-datepicker",
4016
5147
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4037,7 +5168,7 @@
4037
5168
  {
4038
5169
  "name": "pinia-orm",
4039
5170
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4040
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5171
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4041
5172
  "npm": "@pinia-orm/nuxt",
4042
5173
  "icon": "pinia-orm.svg",
4043
5174
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4108,51 +5239,98 @@
4108
5239
  },
4109
5240
  {
4110
5241
  "name": "plausible",
4111
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5242
+ "description": "Nuxt module to natively integrate Plausible analytics",
4112
5243
  "repo": "nuxt-modules/plausible",
4113
5244
  "npm": "@nuxtjs/plausible",
4114
- "icon": "",
5245
+ "icon": "plausible.svg",
4115
5246
  "github": "https://github.com/nuxt-modules/plausible",
4116
5247
  "website": "https://github.com/nuxt-modules/plausible",
4117
5248
  "learn_more": "",
5249
+ "category": "Analytics",
5250
+ "type": "community",
5251
+ "maintainers": [
5252
+ {
5253
+ "name": "Johann Schopplich",
5254
+ "github": "johannschopplich"
5255
+ }
5256
+ ],
5257
+ "compatibility": {
5258
+ "nuxt": "^2.0.0 || ^3.0.0",
5259
+ "requires": {}
5260
+ }
5261
+ },
5262
+ {
5263
+ "name": "precompress",
5264
+ "description": "Precompress files to gzip and brotli and serve them automatically",
5265
+ "repo": "frenchrabbit/nuxt-precompress",
5266
+ "npm": "nuxt-precompress",
5267
+ "icon": "",
5268
+ "github": "https://github.com/frenchrabbit/nuxt-precompress",
5269
+ "website": "https://github.com/frenchrabbit/nuxt-precompress",
5270
+ "learn_more": "",
5271
+ "category": "Performance",
5272
+ "type": "3rd-party",
5273
+ "maintainers": [
5274
+ {
5275
+ "name": "frenchrabbit",
5276
+ "github": "frenchrabbit"
5277
+ }
5278
+ ],
5279
+ "compatibility": {
5280
+ "nuxt": "^2.0.0",
5281
+ "requires": {}
5282
+ }
5283
+ },
5284
+ {
5285
+ "name": "prepare",
5286
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5287
+ "repo": "johannschopplich/nuxt-prepare",
5288
+ "npm": "nuxt-prepare",
5289
+ "icon": "prepare.svg",
5290
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5291
+ "website": "https://nuxt-prepare.byjohann.dev",
5292
+ "learn_more": "",
4118
5293
  "category": "Devtools",
4119
- "type": "community",
5294
+ "type": "3rd-party",
4120
5295
  "maintainers": [
4121
5296
  {
4122
- "name": "nuxt-modules",
4123
- "github": "nuxt-modules"
5297
+ "name": "Johann Schopplich",
5298
+ "github": "johannschopplich",
5299
+ "twitter": "jschopplich",
5300
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4124
5301
  }
4125
5302
  ],
4126
5303
  "compatibility": {
4127
- "nuxt": "^2.0.0",
5304
+ "nuxt": "^3.0.0",
4128
5305
  "requires": {}
4129
5306
  }
4130
5307
  },
4131
5308
  {
4132
- "name": "precompress",
4133
- "description": "Precompress files to gzip and brotli and serve them automatically",
4134
- "repo": "frenchrabbit/nuxt-precompress",
4135
- "npm": "nuxt-precompress",
4136
- "icon": "",
4137
- "github": "https://github.com/frenchrabbit/nuxt-precompress",
4138
- "website": "https://github.com/frenchrabbit/nuxt-precompress",
4139
- "learn_more": "",
4140
- "category": "Performance",
5309
+ "name": "primevue",
5310
+ "description": "Next Generation Vue UI Component Library",
5311
+ "repo": "primefaces/primevue-nuxt-module",
5312
+ "npm": "nuxt-primevue",
5313
+ "icon": "primevue.svg",
5314
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5315
+ "website": "https://primevue.org/",
5316
+ "learn_more": "https://primevue.org/",
5317
+ "category": "UI",
4141
5318
  "type": "3rd-party",
4142
5319
  "maintainers": [
4143
5320
  {
4144
- "name": "frenchrabbit",
4145
- "github": "frenchrabbit"
5321
+ "name": "primefaces",
5322
+ "github": "primefaces",
5323
+ "twitter": "primevue"
4146
5324
  }
4147
5325
  ],
4148
5326
  "compatibility": {
4149
- "nuxt": "^2.0.0",
5327
+ "nuxt": "^3.0.0",
4150
5328
  "requires": {}
4151
5329
  }
4152
5330
  },
4153
5331
  {
4154
5332
  "name": "prismic",
4155
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5333
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4156
5334
  "repo": "nuxt-modules/prismic",
4157
5335
  "npm": "@nuxtjs/prismic",
4158
5336
  "icon": "prismic.png",
@@ -4219,7 +5397,7 @@
4219
5397
  },
4220
5398
  {
4221
5399
  "name": "proxy",
4222
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5400
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4223
5401
  "repo": "nuxt-community/proxy-module",
4224
5402
  "npm": "@nuxtjs/proxy",
4225
5403
  "icon": "",
@@ -4265,7 +5443,7 @@
4265
5443
  },
4266
5444
  {
4267
5445
  "name": "purgecss",
4268
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5446
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4269
5447
  "repo": "Developmint/nuxt-purgecss#main",
4270
5448
  "npm": "nuxt-purgecss",
4271
5449
  "icon": "purgecss.png",
@@ -4287,7 +5465,7 @@
4287
5465
  },
4288
5466
  {
4289
5467
  "name": "pwa",
4290
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5468
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4291
5469
  "repo": "nuxt-community/pwa-module",
4292
5470
  "npm": "@nuxtjs/pwa",
4293
5471
  "icon": "pwa.png",
@@ -4312,7 +5490,7 @@
4312
5490
  },
4313
5491
  {
4314
5492
  "name": "python",
4315
- "description": "Write Nuxt.js applications using Python",
5493
+ "description": "Write Nuxt applications using Python",
4316
5494
  "repo": "nuxt-community/python-module",
4317
5495
  "npm": "@nuxtjs/python",
4318
5496
  "icon": "python.png",
@@ -4351,7 +5529,8 @@
4351
5529
  ],
4352
5530
  "compatibility": {
4353
5531
  "nuxt": "^3.0.0",
4354
- "requires": {}
5532
+ "requires": {},
5533
+ "devtools": "^0.0.0"
4355
5534
  }
4356
5535
  },
4357
5536
  {
@@ -4359,7 +5538,7 @@
4359
5538
  "description": "radash module with auto-import and custom prefix",
4360
5539
  "repo": "bbg/nuxt-radash",
4361
5540
  "npm": "nuxt-radash",
4362
- "icon": "radash.svg",
5541
+ "icon": "radash.png",
4363
5542
  "github": "https://github.com/bbg/nuxt-radash",
4364
5543
  "website": "https://github.com/bbg/nuxt-radash#readme",
4365
5544
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4376,9 +5555,44 @@
4376
5555
  "requires": {}
4377
5556
  }
4378
5557
  },
5558
+ {
5559
+ "name": "radix-vue",
5560
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5561
+ "repo": "radix-vue/radix-vue",
5562
+ "npm": "radix-vue",
5563
+ "icon": "radix-vue.svg",
5564
+ "github": "https://github.com/radix-vue/radix-vue",
5565
+ "website": "https://www.radix-vue.com/",
5566
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5567
+ "category": "UI",
5568
+ "type": "3rd-party",
5569
+ "maintainers": [
5570
+ {
5571
+ "name": "Zernonia",
5572
+ "github": "zernonia",
5573
+ "twitter": "zernonia"
5574
+ },
5575
+ {
5576
+ "name": "Khairul Haaziq",
5577
+ "github": "khairulhaaziq"
5578
+ },
5579
+ {
5580
+ "name": "Mujahid Anuar",
5581
+ "github": "mujahidfa"
5582
+ },
5583
+ {
5584
+ "name": "Max",
5585
+ "github": "onmax"
5586
+ }
5587
+ ],
5588
+ "compatibility": {
5589
+ "nuxt": "^3.0.0",
5590
+ "requires": {}
5591
+ }
5592
+ },
4379
5593
  {
4380
5594
  "name": "recaptcha",
4381
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5595
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4382
5596
  "repo": "nuxt-community/recaptcha-module",
4383
5597
  "npm": "@nuxtjs/recaptcha",
4384
5598
  "icon": "recaptcha.png",
@@ -4421,9 +5635,32 @@
4421
5635
  "requires": {}
4422
5636
  }
4423
5637
  },
5638
+ {
5639
+ "name": "resend",
5640
+ "description": "Resend integration for Nuxt",
5641
+ "repo": "nhedger/nuxt-resend",
5642
+ "npm": "nuxt-resend",
5643
+ "icon": "resend.svg",
5644
+ "github": "https://github.com/nhedger/nuxt-resend",
5645
+ "website": "https://github.com/nhedger/nuxt-resend",
5646
+ "learn_more": "https://resend.com",
5647
+ "category": "Extensions",
5648
+ "type": "3rd-party",
5649
+ "maintainers": [
5650
+ {
5651
+ "name": "Nicolas Hedger",
5652
+ "github": "nhedger",
5653
+ "twitter": "nicolashedger"
5654
+ }
5655
+ ],
5656
+ "compatibility": {
5657
+ "nuxt": "^3.0.0",
5658
+ "requires": {}
5659
+ }
5660
+ },
4424
5661
  {
4425
5662
  "name": "rfg-icon",
4426
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5663
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4427
5664
  "repo": "pimlie/nuxt-rfg-icon",
4428
5665
  "npm": "nuxt-rfg-icon",
4429
5666
  "icon": "real-favicon-generator.png",
@@ -4445,13 +5682,13 @@
4445
5682
  },
4446
5683
  {
4447
5684
  "name": "robots",
4448
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4449
- "repo": "nuxt-community/robots-module",
5685
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5686
+ "repo": "nuxt-modules/robots",
4450
5687
  "npm": "@nuxtjs/robots",
4451
5688
  "icon": "robots.png",
4452
- "github": "https://github.com/nuxt-community/robots-module",
4453
- "website": "https://github.com/nuxt-community/robots-module",
4454
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5689
+ "github": "https://github.com/nuxt-modules/robots",
5690
+ "website": "https://github.com/nuxt-modules/robots",
5691
+ "learn_more": "",
4455
5692
  "category": "SEO",
4456
5693
  "type": "community",
4457
5694
  "maintainers": [
@@ -4469,23 +5706,23 @@
4469
5706
  },
4470
5707
  {
4471
5708
  "name": "rollbar",
4472
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4473
- "repo": "gaelreyrol/nuxt-rollbar-module",
4474
- "npm": "nuxt-rollbar-module",
5709
+ "description": "Nuxt 3 module to integrate Rollbar.",
5710
+ "repo": "jairoblatt/nuxt-rollbar",
5711
+ "npm": "nuxt-rollbar",
4475
5712
  "icon": "rollbar.png",
4476
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4477
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5713
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5714
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4478
5715
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4479
5716
  "category": "Monitoring",
4480
5717
  "type": "3rd-party",
4481
5718
  "maintainers": [
4482
5719
  {
4483
- "name": "Gaël Reyrol",
4484
- "github": "gaelreyrol"
5720
+ "name": "Jairo Blatt",
5721
+ "github": "jairoblatt"
4485
5722
  }
4486
5723
  ],
4487
5724
  "compatibility": {
4488
- "nuxt": "^2.0.0",
5725
+ "nuxt": "^3.0.0",
4489
5726
  "requires": {}
4490
5727
  }
4491
5728
  },
@@ -4514,7 +5751,7 @@
4514
5751
  },
4515
5752
  {
4516
5753
  "name": "router",
4517
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5754
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4518
5755
  "repo": "nuxt-community/router-module",
4519
5756
  "npm": "@nuxtjs/router",
4520
5757
  "icon": "vue.png",
@@ -4560,15 +5797,38 @@
4560
5797
  }
4561
5798
  }
4562
5799
  },
5800
+ {
5801
+ "name": "scalar",
5802
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5803
+ "repo": "scalar/scalar#main/packages/nuxt",
5804
+ "npm": "@scalar/nuxt",
5805
+ "icon": "scalar.svg",
5806
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5807
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5808
+ "learn_more": "https://scalar.com",
5809
+ "category": "Devtools",
5810
+ "type": "3rd-party",
5811
+ "maintainers": [
5812
+ {
5813
+ "name": "scalar",
5814
+ "github": "scalar",
5815
+ "twitter": "scalar"
5816
+ }
5817
+ ],
5818
+ "compatibility": {
5819
+ "nuxt": "^3.0.0",
5820
+ "requires": {}
5821
+ }
5822
+ },
4563
5823
  {
4564
5824
  "name": "schema-org",
4565
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4566
- "repo": "vueuse/schema-org#main/packages/nuxt",
5825
+ "description": "Quick and easy Schema.org graphs.",
5826
+ "repo": "harlan-zw/nuxt-schema-org",
4567
5827
  "npm": "nuxt-schema-org",
4568
5828
  "icon": "schema-org.svg",
4569
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4570
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4571
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5829
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5830
+ "website": "https://nuxtseo.com/schema-org",
5831
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4572
5832
  "category": "SEO",
4573
5833
  "type": "3rd-party",
4574
5834
  "maintainers": [
@@ -4631,13 +5891,13 @@
4631
5891
  },
4632
5892
  {
4633
5893
  "name": "segment",
4634
- "description": "Nuxt.js module for Segment Analytics.js",
5894
+ "description": "Nuxt module for Segment Analytics.js",
4635
5895
  "repo": "dansmaculotte/nuxt-segment",
4636
5896
  "npm": "@dansmaculotte/nuxt-segment",
4637
5897
  "icon": "segment.png",
4638
5898
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4639
5899
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4640
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5900
+ "learn_more": "",
4641
5901
  "category": "Analytics",
4642
5902
  "type": "3rd-party",
4643
5903
  "maintainers": [
@@ -4653,10 +5913,10 @@
4653
5913
  },
4654
5914
  {
4655
5915
  "name": "sentry",
4656
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5916
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4657
5917
  "repo": "nuxt-community/sentry-module",
4658
5918
  "npm": "@nuxtjs/sentry",
4659
- "icon": "sentry.png",
5919
+ "icon": "sentry.svg",
4660
5920
  "github": "https://github.com/nuxt-community/sentry-module",
4661
5921
  "website": "https://sentry.nuxtjs.org/",
4662
5922
  "learn_more": "https://sentry.io/welcome/",
@@ -4674,20 +5934,22 @@
4674
5934
  }
4675
5935
  },
4676
5936
  {
4677
- "name": "seo-kit",
4678
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4679
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4680
- "npm": "nuxt-seo-kit",
4681
- "icon": "seo-kit.svg",
4682
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4683
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4684
- "learn_more": "",
5937
+ "name": "seo-experiments",
5938
+ "description": "Powerful SEO DX improvements.",
5939
+ "repo": "harlan-zw/nuxt-seo-experiments",
5940
+ "npm": "nuxt-seo-experiments",
5941
+ "icon": "seo-experiments.svg",
5942
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5943
+ "website": "https://nuxtseo.com/experiments",
5944
+ "learn_more": "https://nuxtseo.com/experiments",
4685
5945
  "category": "SEO",
4686
5946
  "type": "3rd-party",
4687
5947
  "maintainers": [
4688
5948
  {
4689
- "name": "harlan-zw",
4690
- "github": "harlan-zw"
5949
+ "name": "Harlan Wilton",
5950
+ "github": "harlan-zw",
5951
+ "twitter": "harlan_zw",
5952
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4691
5953
  }
4692
5954
  ],
4693
5955
  "compatibility": {
@@ -4718,9 +5980,31 @@
4718
5980
  "requires": {}
4719
5981
  }
4720
5982
  },
5983
+ {
5984
+ "name": "seo",
5985
+ "description": "The complete SEO solution for Nuxt.",
5986
+ "repo": "harlan-zw/nuxt-seo",
5987
+ "npm": "@nuxtjs/seo",
5988
+ "icon": "nuxt.svg",
5989
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5990
+ "website": "https://nuxtseo.com/",
5991
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5992
+ "category": "SEO",
5993
+ "type": "3rd-party",
5994
+ "maintainers": [
5995
+ {
5996
+ "name": "harlan-zw",
5997
+ "github": "harlan-zw"
5998
+ }
5999
+ ],
6000
+ "compatibility": {
6001
+ "nuxt": "^3.0.0",
6002
+ "requires": {}
6003
+ }
6004
+ },
4721
6005
  {
4722
6006
  "name": "seomatic-meta",
4723
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
6007
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4724
6008
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4725
6009
  "npm": "nuxt-seomatic-meta",
4726
6010
  "icon": "seomatic.png",
@@ -4766,7 +6050,7 @@
4766
6050
  {
4767
6051
  "name": "server-block",
4768
6052
  "description": "Use <server> tags in your Nuxt pages components.",
4769
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6053
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4770
6054
  "npm": "@hebilicious/server-block-nuxt",
4771
6055
  "icon": "server-block.svg",
4772
6056
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4786,32 +6070,9 @@
4786
6070
  "requires": {}
4787
6071
  }
4788
6072
  },
4789
- {
4790
- "name": "session",
4791
- "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",
4792
- "repo": "sidebase/nuxt-session",
4793
- "npm": "@sidebase/nuxt-session",
4794
- "icon": "session.png",
4795
- "github": "https://github.com/sidebase/nuxt-session",
4796
- "website": "https://github.com/sidebase/nuxt-session",
4797
- "learn_more": "https://github.com/sidebase",
4798
- "category": "Security",
4799
- "type": "3rd-party",
4800
- "maintainers": [
4801
- {
4802
- "name": "sidebase",
4803
- "github": "sidebase",
4804
- "twitter": "sidebase_io"
4805
- }
4806
- ],
4807
- "compatibility": {
4808
- "nuxt": "^3.0.0",
4809
- "requires": {}
4810
- }
4811
- },
4812
6073
  {
4813
6074
  "name": "shopify",
4814
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
6075
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4815
6076
  "repo": "Gomah/nuxt-shopify",
4816
6077
  "npm": "nuxt-shopify",
4817
6078
  "icon": "shopify.png",
@@ -4832,7 +6093,29 @@
4832
6093
  }
4833
6094
  },
4834
6095
  {
4835
- "name": "nuxt-auth",
6096
+ "name": "shuimo-ui",
6097
+ "description": "A Chinese Shuimo style component library.",
6098
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6099
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6100
+ "icon": "shuimo-ui.svg",
6101
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6102
+ "website": "https://shuimo.design",
6103
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6104
+ "category": "UI",
6105
+ "type": "3rd-party",
6106
+ "maintainers": [
6107
+ {
6108
+ "name": "higuaifan",
6109
+ "github": "higuaifan"
6110
+ }
6111
+ ],
6112
+ "compatibility": {
6113
+ "nuxt": "^3.0.0",
6114
+ "requires": {}
6115
+ }
6116
+ },
6117
+ {
6118
+ "name": "sidebase-auth",
4836
6119
  "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.",
4837
6120
  "repo": "sidebase/nuxt-auth",
4838
6121
  "npm": "@sidebase/nuxt-auth",
@@ -4878,13 +6161,13 @@
4878
6161
  },
4879
6162
  {
4880
6163
  "name": "simple-robots",
4881
- "description": "Simply manage the robots crawling your Nuxt app.",
6164
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4882
6165
  "repo": "harlan-zw/nuxt-simple-robots",
4883
6166
  "npm": "nuxt-simple-robots",
4884
- "icon": "",
6167
+ "icon": "simple-robots.svg",
4885
6168
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4886
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4887
- "learn_more": "",
6169
+ "website": "https://nuxtseo.com/robots",
6170
+ "learn_more": "https://nuxtseo.com/robots",
4888
6171
  "category": "SEO",
4889
6172
  "type": "3rd-party",
4890
6173
  "maintainers": [
@@ -4901,41 +6184,23 @@
4901
6184
  }
4902
6185
  },
4903
6186
  {
4904
- "name": "simple-sitemap",
4905
- "description": "Simple, minimal sitemap.xml generation.",
4906
- "repo": "harlan-zw/nuxt-simple-sitemap",
4907
- "npm": "nuxt-simple-sitemap",
4908
- "icon": "",
4909
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4910
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4911
- "learn_more": "",
6187
+ "name": "sitemap",
6188
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6189
+ "repo": "nuxt-modules/sitemap",
6190
+ "npm": "@nuxtjs/sitemap",
6191
+ "icon": "simple-sitemap.svg",
6192
+ "github": "https://github.com/nuxt-modules/sitemap",
6193
+ "website": "https://nuxtseo.com/",
6194
+ "learn_more": "https://nuxtseo.com/sitemap",
4912
6195
  "category": "SEO",
4913
- "type": "3rd-party",
6196
+ "type": "community",
4914
6197
  "maintainers": [
4915
6198
  {
4916
6199
  "name": "Harlan Wilton",
4917
6200
  "github": "harlan-zw",
4918
6201
  "twitter": "harlan_zw",
4919
6202
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4920
- }
4921
- ],
4922
- "compatibility": {
4923
- "nuxt": "^3.0.0",
4924
- "requires": {}
4925
- }
4926
- },
4927
- {
4928
- "name": "sitemap",
4929
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4930
- "repo": "nuxt-community/sitemap-module#dev",
4931
- "npm": "@nuxtjs/sitemap",
4932
- "icon": "",
4933
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4934
- "website": "https://sitemap.nuxtjs.org",
4935
- "learn_more": "",
4936
- "category": "SEO",
4937
- "type": "community",
4938
- "maintainers": [
6203
+ },
4939
6204
  {
4940
6205
  "name": "Nicolas PENNEC",
4941
6206
  "github": "NicoPennec",
@@ -4943,7 +6208,7 @@
4943
6208
  }
4944
6209
  ],
4945
6210
  "compatibility": {
4946
- "nuxt": "^2.0.0",
6211
+ "nuxt": "^3.0.0",
4947
6212
  "requires": {}
4948
6213
  }
4949
6214
  },
@@ -4971,13 +6236,13 @@
4971
6236
  },
4972
6237
  {
4973
6238
  "name": "snipcart",
4974
- "description": "Snipcart integration module for Nuxt.js",
6239
+ "description": "Snipcart integration module for Nuxt",
4975
6240
  "repo": "nuxt-modules/snipcart",
4976
6241
  "npm": "@nuxtjs/snipcart",
4977
6242
  "icon": "snipcart.png",
4978
6243
  "github": "https://github.com/nuxt-modules/snipcart",
4979
6244
  "website": "https://github.com/nuxt-modules/snipcart",
4980
- "learn_more": "https://snipcart.com",
6245
+ "learn_more": "",
4981
6246
  "category": "Ecommerce",
4982
6247
  "type": "community",
4983
6248
  "maintainers": [
@@ -4994,7 +6259,7 @@
4994
6259
  },
4995
6260
  {
4996
6261
  "name": "social-meta",
4997
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6262
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4998
6263
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4999
6264
  "npm": "nuxt-social-meta",
5000
6265
  "icon": "",
@@ -5059,39 +6324,6 @@
5059
6324
  "requires": {}
5060
6325
  }
5061
6326
  },
5062
- {
5063
- "name": "speedkit",
5064
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5065
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5066
- "npm": "nuxt-speedkit",
5067
- "icon": "speedkit.png",
5068
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5069
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5070
- "learn_more": "",
5071
- "category": "Performance",
5072
- "type": "3rd-party",
5073
- "maintainers": [
5074
- {
5075
- "name": "Stephan Gerbeth",
5076
- "github": "StephanGerbeth",
5077
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5078
- },
5079
- {
5080
- "name": "Thorn Walli",
5081
- "github": "ThornWalli",
5082
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5083
- },
5084
- {
5085
- "name": "Grabarz & Partner",
5086
- "github": "GrabarzUndPartner",
5087
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5088
- }
5089
- ],
5090
- "compatibility": {
5091
- "nuxt": "^2.0.0",
5092
- "requires": {}
5093
- }
5094
- },
5095
6327
  {
5096
6328
  "name": "ssr-lit",
5097
6329
  "description": "",
@@ -5116,7 +6348,7 @@
5116
6348
  },
5117
6349
  {
5118
6350
  "name": "storage",
5119
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6351
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5120
6352
  "repo": "mazipan/nuxt-storage",
5121
6353
  "npm": "nuxt-storage",
5122
6354
  "icon": "",
@@ -5138,7 +6370,7 @@
5138
6370
  },
5139
6371
  {
5140
6372
  "name": "storefront-ui",
5141
- "description": "Storefront UI Module for Nuxt.js",
6373
+ "description": "Storefront UI Module for Nuxt",
5142
6374
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5143
6375
  "npm": "@storefront-ui/nuxt",
5144
6376
  "icon": "storefront-ui.svg",
@@ -5182,8 +6414,8 @@
5182
6414
  },
5183
6415
  {
5184
6416
  "name": "storyblok",
5185
- "description": "Storyblok Nuxt.js module",
5186
- "repo": "storyblok/storyblok-nuxt#master/lib",
6417
+ "description": "Storyblok Nuxt module",
6418
+ "repo": "storyblok/storyblok-nuxt#main",
5187
6419
  "npm": "@storyblok/nuxt",
5188
6420
  "icon": "storyblok.png",
5189
6421
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5199,46 +6431,43 @@
5199
6431
  ],
5200
6432
  "compatibility": {
5201
6433
  "nuxt": "^2.0.0 || ^3.0.0",
5202
- "requires": {}
6434
+ "requires": {},
6435
+ "devtools": "^0.0.0"
5203
6436
  }
5204
6437
  },
5205
6438
  {
5206
6439
  "name": "storybook",
5207
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5208
- "repo": "nuxt-community/storybook",
6440
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6441
+ "repo": "nuxt-modules/storybook",
5209
6442
  "npm": "@nuxtjs/storybook",
5210
6443
  "icon": "storybook.png",
5211
- "github": "https://github.com/nuxt-community/storybook",
6444
+ "github": "https://github.com/nuxt-modules/storybook",
5212
6445
  "website": "https://storybook.nuxtjs.org",
5213
- "learn_more": "https://storybook.js.org/",
6446
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5214
6447
  "category": "Devtools",
5215
6448
  "type": "community",
5216
6449
  "maintainers": [
5217
6450
  {
5218
- "name": "Ahad Birang",
5219
- "github": "farnabaz",
5220
- "twitter": "a_birang"
5221
- },
5222
- {
5223
- "name": "Pooya Parsa",
5224
- "github": "pi0",
5225
- "twitter": "_pi0_"
6451
+ "name": "Chakir QATAB",
6452
+ "github": "chakAs3",
6453
+ "twitter": "ChakirQatab"
5226
6454
  }
5227
6455
  ],
5228
6456
  "compatibility": {
5229
- "nuxt": "^2.0.0",
6457
+ "nuxt": "^2.0.0 || ^3.0.0",
5230
6458
  "requires": {
5231
6459
  "bridge": "optional"
5232
- }
6460
+ },
6461
+ "devtools": "^0.7.2"
5233
6462
  }
5234
6463
  },
5235
6464
  {
5236
6465
  "name": "strapi",
5237
6466
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5238
- "repo": "nuxt-community/strapi-module",
6467
+ "repo": "nuxt-modules/strapi",
5239
6468
  "npm": "@nuxtjs/strapi",
5240
6469
  "icon": "strapi.png",
5241
- "github": "https://github.com/nuxt-community/strapi-module",
6470
+ "github": "https://github.com/nuxt-modules/strapi",
5242
6471
  "website": "https://strapi.nuxtjs.org",
5243
6472
  "learn_more": "https://strapi.io/",
5244
6473
  "category": "CMS",
@@ -5259,7 +6488,8 @@
5259
6488
  "nuxt": "^2.0.0 || ^3.0.0",
5260
6489
  "requires": {
5261
6490
  "bridge": true
5262
- }
6491
+ },
6492
+ "devtools": "^0.0.0"
5263
6493
  }
5264
6494
  },
5265
6495
  {
@@ -5310,6 +6540,36 @@
5310
6540
  "requires": {}
5311
6541
  }
5312
6542
  },
6543
+ {
6544
+ "name": "studio",
6545
+ "description": "A new experience to build content-driven website with Nuxt.",
6546
+ "repo": "nuxtlabs/studio-module",
6547
+ "npm": "@nuxthq/studio",
6548
+ "icon": "studio.svg",
6549
+ "github": "https://github.com/nuxtlabs/studio-module",
6550
+ "website": "https://nuxt.studio",
6551
+ "learn_more": "https://nuxt.studio",
6552
+ "category": "CMS",
6553
+ "type": "3rd-party",
6554
+ "maintainers": [
6555
+ {
6556
+ "name": "Ahad Birang",
6557
+ "github": "farnabaz",
6558
+ "twitter": "a_birang"
6559
+ },
6560
+ {
6561
+ "name": "Sébastien Chopin",
6562
+ "github": "Atinux",
6563
+ "twitter": "Atinux"
6564
+ }
6565
+ ],
6566
+ "compatibility": {
6567
+ "nuxt": "^3.0.0",
6568
+ "requires": {
6569
+ "content": true
6570
+ }
6571
+ }
6572
+ },
5313
6573
  {
5314
6574
  "name": "style-resources",
5315
6575
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5335,7 +6595,7 @@
5335
6595
  },
5336
6596
  {
5337
6597
  "name": "stylelint",
5338
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6598
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5339
6599
  "repo": "nuxt-community/stylelint-module",
5340
6600
  "npm": "@nuxtjs/stylelint-module",
5341
6601
  "icon": "stylelint.png",
@@ -5355,36 +6615,13 @@
5355
6615
  "requires": {}
5356
6616
  }
5357
6617
  },
5358
- {
5359
- "name": "stylify",
5360
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5361
- "repo": "stylify/packages#master/packages/nuxt",
5362
- "npm": "@stylify/nuxt",
5363
- "icon": "stylify.svg",
5364
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5365
- "website": "https://stylifycss.com/docs/nuxt",
5366
- "learn_more": "https://stylifycss.com",
5367
- "category": "UI",
5368
- "type": "3rd-party",
5369
- "maintainers": [
5370
- {
5371
- "name": "Vladimír Macháček",
5372
- "github": "Machy8",
5373
- "twitter": "8machy"
5374
- }
5375
- ],
5376
- "compatibility": {
5377
- "nuxt": "^2.0.0 || ^3.0.0",
5378
- "requires": {}
5379
- }
5380
- },
5381
6618
  {
5382
6619
  "name": "supabase",
5383
6620
  "description": "First class integration with Supabase",
5384
- "repo": "nuxt-community/supabase-module",
6621
+ "repo": "nuxt-modules/supabase",
5385
6622
  "npm": "@nuxtjs/supabase",
5386
6623
  "icon": "supabase.png",
5387
- "github": "https://github.com/nuxt-community/supabase-module",
6624
+ "github": "https://github.com/nuxt-modules/supabase",
5388
6625
  "website": "https://supabase.nuxtjs.org",
5389
6626
  "learn_more": "https://supabase.com",
5390
6627
  "category": "Database",
@@ -5435,12 +6672,12 @@
5435
6672
  },
5436
6673
  {
5437
6674
  "name": "svg-sprite",
5438
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5439
- "repo": "nuxt-community/svg-sprite-module",
6675
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6676
+ "repo": "nuxt-modules/svg-sprite",
5440
6677
  "npm": "@nuxtjs/svg-sprite",
5441
6678
  "icon": "",
5442
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5443
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6679
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6680
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5444
6681
  "learn_more": "",
5445
6682
  "category": "UI",
5446
6683
  "type": "community",
@@ -5452,13 +6689,13 @@
5452
6689
  }
5453
6690
  ],
5454
6691
  "compatibility": {
5455
- "nuxt": "^2.0.0",
6692
+ "nuxt": "^2.0.0 || ^3.0.0",
5456
6693
  "requires": {}
5457
6694
  }
5458
6695
  },
5459
6696
  {
5460
6697
  "name": "svg",
5461
- "description": "Super simple svg loading module for Nuxt.js",
6698
+ "description": "Super simple svg loading module for Nuxt",
5462
6699
  "repo": "nuxt-community/svg-module",
5463
6700
  "npm": "@nuxtjs/svg",
5464
6701
  "icon": "",
@@ -5500,9 +6737,33 @@
5500
6737
  "requires": {}
5501
6738
  }
5502
6739
  },
6740
+ {
6741
+ "name": "swiftsearch",
6742
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6743
+ "repo": "atoms-studio/nuxt-swiftsearch",
6744
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6745
+ "icon": "nuxt-swiftsearch.svg",
6746
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6747
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6748
+ "learn_more": "",
6749
+ "category": "Libraries",
6750
+ "type": "3rd-party",
6751
+ "maintainers": [
6752
+ {
6753
+ "name": "Matteo Rigoni",
6754
+ "github": "rigo-m",
6755
+ "twitter": "MatteoRigoni",
6756
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6757
+ }
6758
+ ],
6759
+ "compatibility": {
6760
+ "nuxt": "^3.10.0",
6761
+ "requires": {}
6762
+ }
6763
+ },
5503
6764
  {
5504
6765
  "name": "swiper",
5505
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6766
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5506
6767
  "repo": "cpreston321/nuxt-swiper",
5507
6768
  "npm": "nuxt-swiper",
5508
6769
  "icon": "swiper.svg",
@@ -5548,10 +6809,10 @@
5548
6809
  {
5549
6810
  "name": "tailwindcss",
5550
6811
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5551
- "repo": "nuxt-community/tailwindcss-module",
6812
+ "repo": "nuxt-modules/tailwindcss",
5552
6813
  "npm": "@nuxtjs/tailwindcss",
5553
6814
  "icon": "tailwindcss.png",
5554
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6815
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5555
6816
  "website": "https://tailwindcss.nuxtjs.org",
5556
6817
  "learn_more": "https://tailwindcss.com/",
5557
6818
  "category": "UI",
@@ -5561,10 +6822,46 @@
5561
6822
  "name": "Sébastien Chopin",
5562
6823
  "github": "Atinux",
5563
6824
  "twitter": "Atinux"
6825
+ },
6826
+ {
6827
+ "name": "Inesh Bose",
6828
+ "github": "ineshbose"
6829
+ }
6830
+ ],
6831
+ "compatibility": {
6832
+ "nuxt": "^2.0.0 || ^3.0.0",
6833
+ "requires": {},
6834
+ "devtools": "^0.0.0"
6835
+ },
6836
+ "aliases": [
6837
+ "tailwind"
6838
+ ]
6839
+ },
6840
+ {
6841
+ "name": "test-utils",
6842
+ "description": "Test utilities for Nuxt",
6843
+ "repo": "nuxt/test-utils#main",
6844
+ "npm": "@nuxt/test-utils",
6845
+ "icon": "nuxt.svg",
6846
+ "github": "https://github.com/nuxt/test-utils",
6847
+ "website": "https://nuxt.com/docs/getting-started/testing",
6848
+ "learn_more": "",
6849
+ "category": "Devtools",
6850
+ "type": "official",
6851
+ "maintainers": [
6852
+ {
6853
+ "name": "Daniel Roe",
6854
+ "github": "danielroe",
6855
+ "twitter": "danielcroe"
6856
+ },
6857
+ {
6858
+ "name": "Anthony Fu",
6859
+ "github": "antfu",
6860
+ "twitter": "antfu7"
5564
6861
  }
5565
6862
  ],
5566
6863
  "compatibility": {
5567
- "nuxt": "^2.0.0 || ^3.0.0",
6864
+ "nuxt": "^3.0.0",
5568
6865
  "requires": {}
5569
6866
  }
5570
6867
  },
@@ -5613,9 +6910,31 @@
5613
6910
  "requires": {}
5614
6911
  }
5615
6912
  },
6913
+ {
6914
+ "name": "tiptap",
6915
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6916
+ "repo": "modbender/nuxt-tiptap-editor",
6917
+ "npm": "nuxt-tiptap-editor",
6918
+ "icon": "tiptap.png",
6919
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6920
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6921
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6922
+ "category": "Libraries",
6923
+ "type": "3rd-party",
6924
+ "maintainers": [
6925
+ {
6926
+ "name": "modbender",
6927
+ "github": "modbender"
6928
+ }
6929
+ ],
6930
+ "compatibility": {
6931
+ "nuxt": "^3.0.0",
6932
+ "requires": {}
6933
+ }
6934
+ },
5616
6935
  {
5617
6936
  "name": "toast",
5618
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6937
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5619
6938
  "repo": "nuxt-community/modules#master/packages/toast",
5620
6939
  "npm": "@nuxtjs/toast",
5621
6940
  "icon": "",
@@ -5636,6 +6955,50 @@
5636
6955
  "requires": {}
5637
6956
  }
5638
6957
  },
6958
+ {
6959
+ "name": "tradingview",
6960
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6961
+ "repo": "volkanakkus/nuxt-tradingview",
6962
+ "npm": "nuxt-tradingview",
6963
+ "icon": "tradingview.svg",
6964
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6965
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6966
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6967
+ "category": "Extensions",
6968
+ "type": "3rd-party",
6969
+ "maintainers": [
6970
+ {
6971
+ "name": "Volkan Akkuş",
6972
+ "github": "volkanakkus"
6973
+ }
6974
+ ],
6975
+ "compatibility": {
6976
+ "nuxt": "^3.0.0",
6977
+ "requires": {}
6978
+ }
6979
+ },
6980
+ {
6981
+ "name": "translation-manager",
6982
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6983
+ "repo": "samk-dev/nuxt-translation-manager",
6984
+ "npm": "nuxt-translation-manager",
6985
+ "icon": "translation-manager.png",
6986
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6987
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6988
+ "learn_more": "",
6989
+ "category": "Extensions",
6990
+ "type": "3rd-party",
6991
+ "maintainers": [
6992
+ {
6993
+ "name": "Sam K",
6994
+ "github": "samk-dev"
6995
+ }
6996
+ ],
6997
+ "compatibility": {
6998
+ "nuxt": "^3.0.0",
6999
+ "requires": {}
7000
+ }
7001
+ },
5639
7002
  {
5640
7003
  "name": "tresjs",
5641
7004
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5696,7 +7059,7 @@
5696
7059
  },
5697
7060
  {
5698
7061
  "name": "twa",
5699
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
7062
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5700
7063
  "repo": "tuarrep/nuxt-twa",
5701
7064
  "npm": "nuxt-twa",
5702
7065
  "icon": "",
@@ -5884,6 +7247,63 @@
5884
7247
  "requires": {}
5885
7248
  }
5886
7249
  },
7250
+ {
7251
+ "name": "typo3",
7252
+ "description": "TYPO3 Headless Frontend Rendering module",
7253
+ "repo": "TYPO3-Headless/nuxt-typo3",
7254
+ "npm": "@t3headless/nuxt-typo3",
7255
+ "icon": "typo3.svg",
7256
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7257
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7258
+ "learn_more": "https://github.com/TYPO3-Headless",
7259
+ "category": "CMS",
7260
+ "type": "3rd-party",
7261
+ "maintainers": [
7262
+ {
7263
+ "name": "Macopedia",
7264
+ "github": "macopedia",
7265
+ "twitter": "macopediapl"
7266
+ }
7267
+ ],
7268
+ "compatibility": {
7269
+ "nuxt": "^2.0.0 || ^3.0.0",
7270
+ "requires": {},
7271
+ "devtools": "^0.0.0"
7272
+ }
7273
+ },
7274
+ {
7275
+ "name": "ui",
7276
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7277
+ "repo": "nuxt/ui#dev",
7278
+ "npm": "@nuxt/ui",
7279
+ "icon": "nuxt.svg",
7280
+ "github": "https://github.com/nuxt/ui",
7281
+ "website": "https://ui.nuxt.com",
7282
+ "learn_more": "",
7283
+ "category": "UI",
7284
+ "type": "official",
7285
+ "maintainers": [
7286
+ {
7287
+ "name": "Benjamin Canac",
7288
+ "github": "benjamincanac",
7289
+ "twitter": "benjamincanac"
7290
+ },
7291
+ {
7292
+ "name": "Sebastien Chopin",
7293
+ "github": "Atinux",
7294
+ "twitter": "Atinux"
7295
+ },
7296
+ {
7297
+ "name": "Sylvain Marroufin",
7298
+ "github": "smarroufin",
7299
+ "twitter": "smarroufin"
7300
+ }
7301
+ ],
7302
+ "compatibility": {
7303
+ "nuxt": "^3.0.0",
7304
+ "requires": {}
7305
+ }
7306
+ },
5887
7307
  {
5888
7308
  "name": "umami",
5889
7309
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5908,31 +7328,9 @@
5908
7328
  }
5909
7329
  }
5910
7330
  },
5911
- {
5912
- "name": "unhead",
5913
- "description": "Experimental features for Nuxt SEO / head management.",
5914
- "repo": "harlan-zw/nuxt-seo-experiments",
5915
- "npm": "nuxt-seo-experiments",
5916
- "icon": "",
5917
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5918
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5919
- "learn_more": "",
5920
- "category": "SEO",
5921
- "type": "3rd-party",
5922
- "maintainers": [
5923
- {
5924
- "name": "harlan-zw",
5925
- "github": "harlan-zw"
5926
- }
5927
- ],
5928
- "compatibility": {
5929
- "nuxt": "^3.0.0",
5930
- "requires": {}
5931
- }
5932
- },
5933
7331
  {
5934
7332
  "name": "universal-storage",
5935
- "description": "Universal Storage Utilities for Nuxt.js",
7333
+ "description": "Universal Storage Utilities for Nuxt",
5936
7334
  "repo": "nuxt-community/universal-storage-module",
5937
7335
  "npm": "@nuxtjs/universal-storage",
5938
7336
  "icon": "",
@@ -5961,7 +7359,7 @@
5961
7359
  {
5962
7360
  "name": "unlazy",
5963
7361
  "description": "Lazy loading library for placeholder images",
5964
- "repo": "johannschopplich/unlazy/packages/nuxt",
7362
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5965
7363
  "npm": "@unlazy/nuxt",
5966
7364
  "icon": "unlazy.svg",
5967
7365
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5980,41 +7378,15 @@
5980
7378
  "requires": {}
5981
7379
  }
5982
7380
  },
5983
- {
5984
- "name": "unlighthouse",
5985
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
5986
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
5987
- "npm": "@unlighthouse/nuxt",
5988
- "icon": "unlighthouse.svg",
5989
- "github": "https://github.com/harlan-zw/unlighthouse",
5990
- "website": "https://github.com/harlan-zw/unlighthouse",
5991
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
5992
- "category": "Devtools",
5993
- "type": "3rd-party",
5994
- "maintainers": [
5995
- {
5996
- "name": "Harlan Wilton",
5997
- "github": "harlan-zw",
5998
- "twitter": "harlan_zw",
5999
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6000
- }
6001
- ],
6002
- "compatibility": {
6003
- "nuxt": "^2.0.0 || ^3.0.0",
6004
- "requires": {
6005
- "bridge": "optional"
6006
- }
6007
- }
6008
- },
6009
7381
  {
6010
7382
  "name": "unocss",
6011
7383
  "description": "The instant on-demand atomic CSS engine.",
6012
- "repo": "antfu/unocss#main/packages/nuxt",
7384
+ "repo": "unocss/unocss#main/packages/nuxt",
6013
7385
  "npm": "@unocss/nuxt",
6014
7386
  "icon": "unocss.svg",
6015
- "github": "https://github.com/antfu/unocss",
6016
- "website": "https://github.com/antfu/unocss",
6017
- "learn_more": "https://github.com/antfu/unocss",
7387
+ "github": "https://github.com/unocss/unocss",
7388
+ "website": "https://github.com/unocss/unocss",
7389
+ "learn_more": "https://github.com/unocss/unocss",
6018
7390
  "category": "UI",
6019
7391
  "type": "3rd-party",
6020
7392
  "maintainers": [
@@ -6029,7 +7401,8 @@
6029
7401
  "nuxt": "^2.0.0 || ^3.0.0",
6030
7402
  "requires": {
6031
7403
  "bridge": "optional"
6032
- }
7404
+ },
7405
+ "devtools": "^0.0.0"
6033
7406
  }
6034
7407
  },
6035
7408
  {
@@ -6039,8 +7412,8 @@
6039
7412
  "npm": "nuxt-ununura",
6040
7413
  "icon": "ununuracss.png",
6041
7414
  "github": "https://github.com/novout/ununuracss",
6042
- "website": "https://ununura.com/#/",
6043
- "learn_more": "https://ununura.com/#/docs/why",
7415
+ "website": "https://github.com/novout/ununuracss",
7416
+ "learn_more": "https://github.com/novout/ununuracss",
6044
7417
  "category": "UI",
6045
7418
  "type": "3rd-party",
6046
7419
  "maintainers": [
@@ -6056,42 +7429,66 @@
6056
7429
  }
6057
7430
  },
6058
7431
  {
6059
- "name": "user-agent",
6060
- "description": "Nuxt.js module for handling User-Agent.",
6061
- "repo": "fukuiretu/nuxt-user-agent",
6062
- "npm": "nuxt-user-agent",
6063
- "icon": "",
6064
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
6065
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
6066
- "learn_more": "",
6067
- "category": "Extensions",
7432
+ "name": "use-bootstrap",
7433
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7434
+ "repo": "simplise/use-bootstrap",
7435
+ "npm": "usebootstrap",
7436
+ "icon": "use-bootstrap.svg",
7437
+ "github": "https://github.com/simplise/use-bootstrap",
7438
+ "website": "https://usebootstrap.org/",
7439
+ "learn_more": "https://usebootstrap.org/",
7440
+ "category": "UI",
6068
7441
  "type": "3rd-party",
6069
7442
  "maintainers": [
6070
7443
  {
6071
- "name": "fukuiretu",
6072
- "github": "fukuiretu"
7444
+ "name": "KoujiSano",
7445
+ "github": "KoujiSano"
6073
7446
  }
6074
7447
  ],
6075
7448
  "compatibility": {
6076
- "nuxt": "^2.0.0",
7449
+ "nuxt": "^3.0.0",
6077
7450
  "requires": {}
6078
7451
  }
6079
7452
  },
6080
7453
  {
6081
- "name": "validate",
6082
- "description": "Simple Nuxt input validation module using vee-validate",
6083
- "repo": "lewyuburi/nuxt-validate",
6084
- "npm": "nuxt-validate",
6085
- "icon": "vee-validate.png",
6086
- "github": "https://github.com/lewyuburi/nuxt-validate",
6087
- "website": "https://github.com/lewyuburi/nuxt-validate",
6088
- "learn_more": "https://logaretm.github.io/vee-validate/",
6089
- "category": "Libraries",
7454
+ "name": "use-wagmi",
7455
+ "description": "Vue Composition for Ethereum based on wagmi",
7456
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7457
+ "npm": "@use-wagmi/nuxt",
7458
+ "icon": "use-wagmi.png",
7459
+ "github": "https://github.com/unicape/use-wagmi",
7460
+ "website": "https://github.com/unicape/use-wagmi",
7461
+ "learn_more": "https://github.com/unicape/use-wagmi",
7462
+ "category": "Extensions",
7463
+ "type": "3rd-party",
7464
+ "maintainers": [
7465
+ {
7466
+ "name": "Unic Ape",
7467
+ "github": "unicape"
7468
+ }
7469
+ ],
7470
+ "compatibility": {
7471
+ "nuxt": "^2.0.0 || ^3.0.0",
7472
+ "requires": {
7473
+ "bridge": true
7474
+ }
7475
+ }
7476
+ },
7477
+ {
7478
+ "name": "user-agent",
7479
+ "description": "Nuxt module for handling User-Agent.",
7480
+ "repo": "fukuiretu/nuxt-user-agent",
7481
+ "npm": "nuxt-user-agent",
7482
+ "icon": "",
7483
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7484
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7485
+ "learn_more": "",
7486
+ "category": "Extensions",
6090
7487
  "type": "3rd-party",
6091
7488
  "maintainers": [
6092
7489
  {
6093
- "name": "lewyuburi",
6094
- "github": "lewyuburi"
7490
+ "name": "fukuiretu",
7491
+ "github": "fukuiretu"
6095
7492
  }
6096
7493
  ],
6097
7494
  "compatibility": {
@@ -6147,9 +7544,31 @@
6147
7544
  }
6148
7545
  }
6149
7546
  },
7547
+ {
7548
+ "name": "vcalendar",
7549
+ "description": "VCalendar module for Nuxt",
7550
+ "repo": "samk-dev/nuxt-vcalendar",
7551
+ "npm": "@samk-dev/nuxt-vcalendar",
7552
+ "icon": "vcalendar.png",
7553
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7554
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7555
+ "learn_more": "",
7556
+ "category": "Libraries",
7557
+ "type": "3rd-party",
7558
+ "maintainers": [
7559
+ {
7560
+ "name": "Sam K",
7561
+ "github": "samk-dev"
7562
+ }
7563
+ ],
7564
+ "compatibility": {
7565
+ "nuxt": "^3.0.0",
7566
+ "requires": {}
7567
+ }
7568
+ },
6150
7569
  {
6151
7570
  "name": "vee-validate",
6152
- "description": "Painless Vue forms for Nuxt.js",
7571
+ "description": "Painless Vue forms for Nuxt",
6153
7572
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6154
7573
  "npm": "@vee-validate/nuxt",
6155
7574
  "icon": "vee-validate.png",
@@ -6239,7 +7658,7 @@
6239
7658
  },
6240
7659
  {
6241
7660
  "name": "vite-pwa-nuxt",
6242
- "description": "Zero-config PWA Plugin for Nuxt 3",
7661
+ "description": "Zero-config PWA Plugin for Nuxt",
6243
7662
  "repo": "vite-pwa/nuxt",
6244
7663
  "npm": "@vite-pwa/nuxt",
6245
7664
  "icon": "vite-pwa-nuxt.svg",
@@ -6265,41 +7684,15 @@
6265
7684
  "requires": {}
6266
7685
  }
6267
7686
  },
6268
- {
6269
- "name": "vitest",
6270
- "description": "Vitest integration with Nuxt",
6271
- "repo": "danielroe/nuxt-vitest",
6272
- "npm": "nuxt-vitest",
6273
- "icon": "vitest.svg",
6274
- "github": "https://github.com/danielroe/nuxt-vitest",
6275
- "website": "https://github.com/danielroe/nuxt-vitest",
6276
- "learn_more": "",
6277
- "category": "Devtools",
6278
- "type": "3rd-party",
6279
- "maintainers": [
6280
- {
6281
- "name": "Daniel Roe",
6282
- "github": "danielroe"
6283
- },
6284
- {
6285
- "name": "Anthony Fu",
6286
- "github": "antfu"
6287
- }
6288
- ],
6289
- "compatibility": {
6290
- "nuxt": "^3.0.0",
6291
- "requires": {}
6292
- }
6293
- },
6294
7687
  {
6295
7688
  "name": "vue-email",
6296
- "description": "Write email templates with vue",
6297
- "repo": "Dave136/vue-email#main/packages/vue-email",
6298
- "npm": "vue-email",
7689
+ "description": "💌 Write email templates with vue",
7690
+ "repo": "vue-email/nuxt",
7691
+ "npm": "@vue-email/nuxt",
6299
7692
  "icon": "vue-email.svg",
6300
- "github": "https://github.com/Dave136/vue-email",
6301
- "website": "https://vue-email.vercel.app/",
6302
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7693
+ "github": "https://github.com/vue-email/nuxt",
7694
+ "website": "https://vuemail.net/",
7695
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6303
7696
  "category": "UI",
6304
7697
  "type": "3rd-party",
6305
7698
  "maintainers": [
@@ -6316,6 +7709,30 @@
6316
7709
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6317
7710
  }
6318
7711
  ],
7712
+ "compatibility": {
7713
+ "nuxt": "^3.0.0",
7714
+ "requires": {},
7715
+ "devtools": "^0.0.0"
7716
+ }
7717
+ },
7718
+ {
7719
+ "name": "vue-final-modal",
7720
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7721
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7722
+ "npm": "@vue-final-modal/nuxt",
7723
+ "icon": "vue-final-modal.svg",
7724
+ "github": "https://github.com/vue-final/vue-final-modal",
7725
+ "website": "https://vue-final-modal.org/",
7726
+ "learn_more": "https://vue-final-modal.org/",
7727
+ "category": "UI",
7728
+ "type": "3rd-party",
7729
+ "maintainers": [
7730
+ {
7731
+ "name": "Hunter Liu",
7732
+ "github": "hunterliu1003",
7733
+ "twitter": "hunterliu1003"
7734
+ }
7735
+ ],
6319
7736
  "compatibility": {
6320
7737
  "nuxt": "^3.0.0",
6321
7738
  "requires": {}
@@ -6343,7 +7760,8 @@
6343
7760
  "nuxt": "^3.0.0",
6344
7761
  "requires": {
6345
7762
  "bridge": "optional"
6346
- }
7763
+ },
7764
+ "devtools": "^0.0.0"
6347
7765
  }
6348
7766
  },
6349
7767
  {
@@ -6370,7 +7788,7 @@
6370
7788
  },
6371
7789
  {
6372
7790
  "name": "vue-multiselect",
6373
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7791
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6374
7792
  "repo": "spektrummedia/nuxt-vue-multiselect",
6375
7793
  "npm": "nuxt-vue-multiselect",
6376
7794
  "icon": "",
@@ -6395,7 +7813,7 @@
6395
7813
  "description": "Plausible analytics for Vue.js and Nuxt",
6396
7814
  "repo": "moritzsternemann/vue-plausible",
6397
7815
  "npm": "vue-plausible",
6398
- "icon": "plausible.png",
7816
+ "icon": "plausible.svg",
6399
7817
  "github": "https://github.com/moritzsternemann/vue-plausible",
6400
7818
  "website": "https://github.com/moritzsternemann/vue-plausible",
6401
7819
  "learn_more": "",
@@ -6415,7 +7833,7 @@
6415
7833
  {
6416
7834
  "name": "vue-query",
6417
7835
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6418
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7836
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6419
7837
  "npm": "@hebilicious/vue-query-nuxt",
6420
7838
  "icon": "vue-query.svg",
6421
7839
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6484,7 +7902,7 @@
6484
7902
  },
6485
7903
  {
6486
7904
  "name": "vue-warehouse",
6487
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7905
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6488
7906
  "repo": "juliomrqz/vue-warehouse",
6489
7907
  "npm": "vue-warehouse",
6490
7908
  "icon": "",
@@ -6507,12 +7925,12 @@
6507
7925
  },
6508
7926
  {
6509
7927
  "name": "vue3-carousel-nuxt",
6510
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7928
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6511
7929
  "repo": "gaetansenn/vue3-carousel-nuxt",
6512
7930
  "npm": "vue3-carousel-nuxt",
6513
7931
  "icon": "",
6514
7932
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6515
- "website": "",
7933
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6516
7934
  "learn_more": "",
6517
7935
  "category": "UI",
6518
7936
  "type": "3rd-party",
@@ -6531,7 +7949,7 @@
6531
7949
  {
6532
7950
  "name": "vuefire",
6533
7951
  "description": "Idiomatic composables for the Firebase SDK",
6534
- "repo": "vuejs/vuefire/packages/nuxt",
7952
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6535
7953
  "npm": "nuxt-vuefire",
6536
7954
  "icon": "vuefire.svg",
6537
7955
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6550,15 +7968,61 @@
6550
7968
  "requires": {}
6551
7969
  }
6552
7970
  },
7971
+ {
7972
+ "name": "vueform-builder",
7973
+ "description": "Official Vueform Builder module for Nuxt",
7974
+ "repo": "vueform/builder#main/nuxt",
7975
+ "npm": "@vueform/builder-nuxt",
7976
+ "icon": "vueform.svg",
7977
+ "github": "https://github.com/vueform/builder",
7978
+ "website": "https://builder.vueform.com",
7979
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7980
+ "category": "Libraries",
7981
+ "type": "3rd-party",
7982
+ "maintainers": [
7983
+ {
7984
+ "name": "Adam Berecz",
7985
+ "github": "adamberecz",
7986
+ "twitter": "bereczadam"
7987
+ }
7988
+ ],
7989
+ "compatibility": {
7990
+ "nuxt": "^3.0.0",
7991
+ "requires": {}
7992
+ }
7993
+ },
7994
+ {
7995
+ "name": "vueform",
7996
+ "description": "Official Vueform module for Nuxt",
7997
+ "repo": "vueform/vueform#main/nuxt",
7998
+ "npm": "@vueform/nuxt",
7999
+ "icon": "vueform.svg",
8000
+ "github": "https://github.com/vueform/vueform",
8001
+ "website": "https://vueform.com",
8002
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
8003
+ "category": "Libraries",
8004
+ "type": "3rd-party",
8005
+ "maintainers": [
8006
+ {
8007
+ "name": "Adam Berecz",
8008
+ "github": "adamberecz",
8009
+ "twitter": "bereczadam"
8010
+ }
8011
+ ],
8012
+ "compatibility": {
8013
+ "nuxt": "^3.0.0",
8014
+ "requires": {}
8015
+ }
8016
+ },
6553
8017
  {
6554
8018
  "name": "vuestic",
6555
- "description": "Vuestic UI module for Nuxt 3",
8019
+ "description": "Vuestic UI module for Nuxt",
6556
8020
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6557
8021
  "npm": "@vuestic/nuxt",
6558
8022
  "icon": "vuestic.png",
6559
8023
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6560
- "website": "https://vuestic.dev",
6561
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8024
+ "website": "https://ui.vuestic.dev",
8025
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6562
8026
  "category": "UI",
6563
8027
  "type": "3rd-party",
6564
8028
  "maintainers": [
@@ -6579,8 +8043,8 @@
6579
8043
  "npm": "vuetify-nuxt-module",
6580
8044
  "icon": "vuetify-logo-v3-dark.svg",
6581
8045
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6582
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6583
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
8046
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8047
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6584
8048
  "category": "UI",
6585
8049
  "type": "3rd-party",
6586
8050
  "maintainers": [
@@ -6596,7 +8060,7 @@
6596
8060
  },
6597
8061
  {
6598
8062
  "name": "vuetify",
6599
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
8063
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6600
8064
  "repo": "nuxt-community/vuetify-module",
6601
8065
  "npm": "@nuxtjs/vuetify",
6602
8066
  "icon": "vuetify.png",
@@ -6643,7 +8107,8 @@
6643
8107
  "nuxt": "^2.0.0 || ^3.0.0",
6644
8108
  "requires": {
6645
8109
  "bridge": "optional"
6646
- }
8110
+ },
8111
+ "devtools": "^0.0.0"
6647
8112
  }
6648
8113
  },
6649
8114
  {
@@ -6670,7 +8135,7 @@
6670
8135
  },
6671
8136
  {
6672
8137
  "name": "vunix",
6673
- "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.",
8138
+ "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.",
6674
8139
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6675
8140
  "npm": "@vunix/nuxt",
6676
8141
  "icon": "",
@@ -6694,11 +8159,11 @@
6694
8159
  {
6695
8160
  "name": "web-vitals",
6696
8161
  "description": "Web Vitals for Nuxt",
6697
- "repo": "nuxt-community/web-vitals-module",
8162
+ "repo": "nuxt-modules/web-vitals",
6698
8163
  "npm": "@nuxtjs/web-vitals",
6699
8164
  "icon": "web-vitals.png",
6700
- "github": "https://github.com/nuxt-community/web-vitals-module",
6701
- "website": "https://github.com/nuxt-community/web-vitals-module",
8165
+ "github": "https://github.com/nuxt-modules/web-vitals",
8166
+ "website": "https://github.com/nuxt-modules/web-vitals",
6702
8167
  "learn_more": "",
6703
8168
  "category": "Performance",
6704
8169
  "type": "community",
@@ -6749,7 +8214,7 @@
6749
8214
  },
6750
8215
  {
6751
8216
  "name": "webpack-optimisations",
6752
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8217
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6753
8218
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6754
8219
  "npm": "nuxt-webpack-optimisations",
6755
8220
  "icon": "build-optimisations.svg",
@@ -6824,7 +8289,7 @@
6824
8289
  "icon": "webpack.png",
6825
8290
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6826
8291
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6827
- "learn_more": "http://webpackmonitor.com/",
8292
+ "learn_more": "",
6828
8293
  "category": "Devtools",
6829
8294
  "type": "community",
6830
8295
  "maintainers": [
@@ -6841,7 +8306,7 @@
6841
8306
  },
6842
8307
  {
6843
8308
  "name": "well-known",
6844
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8309
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6845
8310
  "repo": "zadigetvoltaire/nuxt-well-known",
6846
8311
  "npm": "@zadigetvoltaire/nuxt-well-known",
6847
8312
  "icon": "well-known.svg",
@@ -6863,7 +8328,7 @@
6863
8328
  },
6864
8329
  {
6865
8330
  "name": "wideangle",
6866
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8331
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6867
8332
  "repo": "inputobjects/wideangle-nuxt",
6868
8333
  "npm": "wideangle-nuxt",
6869
8334
  "icon": "wideangle.png",
@@ -6890,11 +8355,11 @@
6890
8355
  {
6891
8356
  "name": "windicss",
6892
8357
  "description": "Next generation utility-first CSS framework.",
6893
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8358
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6894
8359
  "npm": "nuxt-windicss",
6895
8360
  "icon": "windicss.svg",
6896
- "github": "https://github.com/windicss/nuxt-windicss-module",
6897
- "website": "https://github.com/windicss/nuxt-windicss-module",
8361
+ "github": "https://github.com/windicss/nuxt-windicss",
8362
+ "website": "https://github.com/windicss/nuxt-windicss",
6898
8363
  "learn_more": "https://windicss.org/",
6899
8364
  "category": "UI",
6900
8365
  "type": "3rd-party",
@@ -7030,55 +8495,9 @@
7030
8495
  "requires": {}
7031
8496
  }
7032
8497
  },
7033
- {
7034
- "name": "yandex-metrika-next",
7035
- "description": "Yandex Metrika integration for Nuxt",
7036
- "repo": "artmizu/yandex-metrika-nuxt",
7037
- "npm": "@artmizu/yandex-metrika-nuxt",
7038
- "icon": "yandex-metrika.svg",
7039
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7040
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7041
- "learn_more": "",
7042
- "category": "Analytics",
7043
- "type": "3rd-party",
7044
- "maintainers": [
7045
- {
7046
- "name": "Aleksandr Saburov",
7047
- "github": "artmizu",
7048
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7049
- }
7050
- ],
7051
- "compatibility": {
7052
- "nuxt": "^3.0.0",
7053
- "requires": {}
7054
- }
7055
- },
7056
- {
7057
- "name": "yandex-metrika",
7058
- "description": "Yandex metrika Module for Nuxt.js",
7059
- "repo": "nuxt-community/yandex-metrika-module",
7060
- "npm": "@nuxtjs/yandex-metrika",
7061
- "icon": "",
7062
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7063
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7064
- "learn_more": "https://metrica.yandex.com/about",
7065
- "category": "Analytics",
7066
- "type": "community",
7067
- "maintainers": [
7068
- {
7069
- "name": "Pooya Parsa",
7070
- "github": "pi0",
7071
- "twitter": "_pi0_"
7072
- }
7073
- ],
7074
- "compatibility": {
7075
- "nuxt": "^2.0.0",
7076
- "requires": {}
7077
- }
7078
- },
7079
8498
  {
7080
8499
  "name": "zendesk",
7081
- "description": "Nuxt.js module for Zendesk",
8500
+ "description": "Nuxt module for Zendesk",
7082
8501
  "repo": "DansMaCulotte/nuxt-zendesk",
7083
8502
  "npm": "@dansmaculotte/nuxt-zendesk",
7084
8503
  "icon": "zendesk.png",