@nuxt/modules 0.6.0-bac3a2 → 0.6.0-bd9450

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 +1604 -324
  2. package/package.json +11 -9
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,9 +170,31 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -286,9 +308,76 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
289
378
  {
290
379
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
381
  "repo": "nuxt-community/auth-module",
293
382
  "npm": "@nuxtjs/auth",
294
383
  "icon": "auth.png",
@@ -313,9 +402,55 @@
313
402
  "requires": {}
314
403
  }
315
404
  },
405
+ {
406
+ "name": "authjs",
407
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
408
+ "repo": "Hebilicious/authjs-nuxt#main",
409
+ "npm": "@hebilicious/authjs-nuxt",
410
+ "icon": "authjs.png",
411
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
412
+ "website": "https://authjs-nuxt.pages.dev/",
413
+ "learn_more": "https://authjs.dev/",
414
+ "category": "Security",
415
+ "type": "3rd-party",
416
+ "maintainers": [
417
+ {
418
+ "name": "Hebilicious",
419
+ "github": "Hebilicious",
420
+ "twitter": "its_hebilicious"
421
+ }
422
+ ],
423
+ "compatibility": {
424
+ "nuxt": "^3.0.0",
425
+ "requires": {}
426
+ }
427
+ },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
316
451
  {
317
452
  "name": "axios",
318
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
319
454
  "repo": "nuxt-community/axios-module",
320
455
  "npm": "@nuxtjs/axios",
321
456
  "icon": "axios.svg",
@@ -338,7 +473,7 @@
338
473
  },
339
474
  {
340
475
  "name": "basic-auth",
341
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
342
477
  "repo": "potato4d/nuxt-basic-auth-module",
343
478
  "npm": "nuxt-basic-auth-module",
344
479
  "icon": "",
@@ -462,7 +597,7 @@
462
597
  },
463
598
  {
464
599
  "name": "bulma-slim",
465
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
466
601
  "repo": "mustardamus/nuxt-bulma-slim",
467
602
  "npm": "nuxt-bulma-slim",
468
603
  "icon": "bulma.png",
@@ -529,7 +664,7 @@
529
664
  },
530
665
  {
531
666
  "name": "canvas-sketch",
532
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
533
668
  "repo": "LuXDAmore/generative-art",
534
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
535
670
  "icon": "",
@@ -550,9 +685,31 @@
550
685
  "requires": {}
551
686
  }
552
687
  },
688
+ {
689
+ "name": "capo",
690
+ "description": "Capo.js implementation for Nuxt",
691
+ "repo": "danielroe/nuxt-capo",
692
+ "npm": "nuxt-capo",
693
+ "icon": "",
694
+ "github": "https://github.com/danielroe/nuxt-capo",
695
+ "website": "https://github.com/danielroe/nuxt-capo",
696
+ "learn_more": "",
697
+ "category": "Performance",
698
+ "type": "3rd-party",
699
+ "maintainers": [
700
+ {
701
+ "name": "danielroe",
702
+ "github": "danielroe"
703
+ }
704
+ ],
705
+ "compatibility": {
706
+ "nuxt": "^3.0.0",
707
+ "requires": {}
708
+ }
709
+ },
553
710
  {
554
711
  "name": "chakra-ui",
555
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
556
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
557
714
  "npm": "@chakra-ui/nuxt",
558
715
  "icon": "chakra-ui.png",
@@ -663,7 +820,7 @@
663
820
  },
664
821
  {
665
822
  "name": "cloudcms",
666
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
667
824
  "repo": "gitana/cloudcms-nuxt",
668
825
  "npm": "cloudcms-nuxt",
669
826
  "icon": "",
@@ -712,11 +869,11 @@
712
869
  },
713
870
  {
714
871
  "name": "cloudinary",
715
- "description": "Optimize images and videos in your Nuxt.js application",
716
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
717
874
  "npm": "@nuxtjs/cloudinary",
718
875
  "icon": "cloudinary.png",
719
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
720
877
  "website": "https://cloudinary.nuxtjs.org",
721
878
  "learn_more": "https://cloudinary.com",
722
879
  "category": "Images",
@@ -735,11 +892,11 @@
735
892
  },
736
893
  {
737
894
  "name": "color-mode",
738
- "description": "Dark and Light mode for NuxtJS with auto detection",
739
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
740
897
  "npm": "@nuxtjs/color-mode",
741
898
  "icon": "color-mode.png",
742
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
743
900
  "website": "https://color-mode.nuxtjs.org",
744
901
  "learn_more": "",
745
902
  "category": "UI",
@@ -956,7 +1113,7 @@
956
1113
  },
957
1114
  {
958
1115
  "name": "darkmode.js",
959
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
960
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
961
1118
  "npm": "nuxtjs-darkmode-js-module",
962
1119
  "icon": "darkmode.png",
@@ -978,7 +1135,7 @@
978
1135
  },
979
1136
  {
980
1137
  "name": "date-fns",
981
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
982
1139
  "repo": "nuxt-community/date-fns-module",
983
1140
  "npm": "@nuxtjs/date-fns",
984
1141
  "icon": "date-fns.png",
@@ -1000,7 +1157,7 @@
1000
1157
  },
1001
1158
  {
1002
1159
  "name": "datocms-nuxt2",
1003
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1004
1161
  "repo": "voorhoede/nuxt-datocms-module",
1005
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1006
1163
  "icon": "datocms.svg",
@@ -1069,8 +1226,8 @@
1069
1226
  },
1070
1227
  {
1071
1228
  "name": "delay-hydration",
1072
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1073
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1074
1231
  "npm": "nuxt-delay-hydration",
1075
1232
  "icon": "lighthouse.svg",
1076
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1092,12 +1249,12 @@
1092
1249
  },
1093
1250
  {
1094
1251
  "name": "device",
1095
- "description": "Device detection module for Nuxt.js",
1096
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1097
1254
  "npm": "@nuxtjs/device",
1098
1255
  "icon": "",
1099
- "github": "https://github.com/nuxt-community/device-module",
1100
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1101
1258
  "learn_more": "",
1102
1259
  "category": "Extensions",
1103
1260
  "type": "community",
@@ -1115,7 +1272,7 @@
1115
1272
  {
1116
1273
  "name": "devtools",
1117
1274
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1118
- "repo": "nuxt/devtools#main",
1275
+ "repo": "nuxt/devtools#main/packages/devtools",
1119
1276
  "npm": "@nuxt/devtools",
1120
1277
  "icon": "nuxt.svg",
1121
1278
  "github": "https://github.com/nuxt/devtools",
@@ -1137,13 +1294,13 @@
1137
1294
  },
1138
1295
  {
1139
1296
  "name": "directus",
1140
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1141
1298
  "repo": "intevel/nuxt-directus",
1142
1299
  "npm": "nuxt-directus",
1143
1300
  "icon": "directus.svg",
1144
- "github": "https://github.com/directus/nuxt-directus/",
1145
- "website": "https://nuxt-directus.netlify.app/",
1146
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1147
1304
  "category": "CMS",
1148
1305
  "type": "3rd-party",
1149
1306
  "maintainers": [
@@ -1154,15 +1311,36 @@
1154
1311
  }
1155
1312
  ],
1156
1313
  "compatibility": {
1157
- "nuxt": "^2.0.0 || ^3.0.0",
1158
- "requires": {
1159
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1160
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1161
1339
  }
1162
1340
  },
1163
1341
  {
1164
1342
  "name": "dotenv",
1165
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1166
1344
  "repo": "nuxt-community/dotenv-module",
1167
1345
  "npm": "@nuxtjs/dotenv",
1168
1346
  "icon": "dotenv.png",
@@ -1184,7 +1362,7 @@
1184
1362
  },
1185
1363
  {
1186
1364
  "name": "drupal-ce",
1187
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1188
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1189
1367
  "npm": "nuxtjs-drupal-ce",
1190
1368
  "icon": "drupal-ce.png",
@@ -1217,7 +1395,7 @@
1217
1395
  },
1218
1396
  {
1219
1397
  "name": "druxt",
1220
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1221
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1222
1400
  "npm": "druxt",
1223
1401
  "icon": "druxt.svg",
@@ -1237,6 +1415,29 @@
1237
1415
  "requires": {}
1238
1416
  }
1239
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1240
1441
  {
1241
1442
  "name": "electron",
1242
1443
  "description": "Integrate Nuxt and Electron.",
@@ -1285,7 +1486,7 @@
1285
1486
  },
1286
1487
  {
1287
1488
  "name": "emotion",
1288
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1289
1490
  "repo": "nuxt-modules/emotion",
1290
1491
  "npm": "@nuxtjs/emotion",
1291
1492
  "icon": "emotion.png",
@@ -1313,7 +1514,7 @@
1313
1514
  },
1314
1515
  {
1315
1516
  "name": "eslint",
1316
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1317
1518
  "repo": "nuxt-community/eslint-module",
1318
1519
  "npm": "@nuxtjs/eslint-module",
1319
1520
  "icon": "eslint.png",
@@ -1335,7 +1536,7 @@
1335
1536
  },
1336
1537
  {
1337
1538
  "name": "event-trace",
1338
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1339
1540
  "repo": "nuxt-community/nuxt-event-trace",
1340
1541
  "npm": "nuxt-event-trace",
1341
1542
  "icon": "",
@@ -1379,7 +1580,7 @@
1379
1580
  },
1380
1581
  {
1381
1582
  "name": "feature-toggle",
1382
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1383
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1384
1585
  "npm": "nuxt-feature-toggle",
1385
1586
  "icon": "",
@@ -1446,7 +1647,7 @@
1446
1647
  },
1447
1648
  {
1448
1649
  "name": "floating-prompt-module",
1449
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1650
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1450
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1451
1652
  "npm": "nuxt-floating-prompt-module",
1452
1653
  "icon": "",
@@ -1555,6 +1756,29 @@
1555
1756
  "requires": {}
1556
1757
  }
1557
1758
  },
1759
+ {
1760
+ "name": "form-actions",
1761
+ "description": "A set of features and composables to interact with forms and server data.",
1762
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1763
+ "npm": "@hebilicious/form-actions-nuxt",
1764
+ "icon": "form-actions.svg",
1765
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1767
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1768
+ "category": "Request",
1769
+ "type": "3rd-party",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Hebilicious",
1773
+ "github": "Hebilicious",
1774
+ "twitter": "its_hebilicious"
1775
+ }
1776
+ ],
1777
+ "compatibility": {
1778
+ "nuxt": "^3.7.0",
1779
+ "requires": {}
1780
+ }
1781
+ },
1558
1782
  {
1559
1783
  "name": "formkit",
1560
1784
  "description": "Seamless FormKit integration for Nuxt",
@@ -1629,7 +1853,7 @@
1629
1853
  },
1630
1854
  {
1631
1855
  "name": "google-adsense",
1632
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1633
1857
  "repo": "nuxt-community/google-adsense-module",
1634
1858
  "npm": "@nuxtjs/google-adsense",
1635
1859
  "icon": "google-adsense.png",
@@ -1655,7 +1879,7 @@
1655
1879
  },
1656
1880
  {
1657
1881
  "name": "google-analytics",
1658
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1659
1883
  "repo": "nuxt-community/analytics-module",
1660
1884
  "npm": "@nuxtjs/google-analytics",
1661
1885
  "icon": "google-analytics.png",
@@ -1687,12 +1911,12 @@
1687
1911
  },
1688
1912
  {
1689
1913
  "name": "google-fonts",
1690
- "description": "Google Fonts module for NuxtJS",
1691
- "repo": "nuxt-community/google-fonts-module",
1914
+ "description": "Google Fonts module for Nuxt",
1915
+ "repo": "nuxt-modules/google-fonts",
1692
1916
  "npm": "@nuxtjs/google-fonts",
1693
1917
  "icon": "google-fonts.png",
1694
- "github": "https://github.com/nuxt-community/google-fonts-module",
1695
- "website": "https://github.com/nuxt-community/google-fonts-module",
1918
+ "github": "https://github.com/nuxt-modules/google-fonts",
1919
+ "website": "https://google-fonts.nuxtjs.org",
1696
1920
  "learn_more": "https://developers.google.com/fonts",
1697
1921
  "category": "Fonts",
1698
1922
  "type": "community",
@@ -1711,7 +1935,7 @@
1711
1935
  },
1712
1936
  {
1713
1937
  "name": "google-gtag",
1714
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1715
1939
  "repo": "nuxt-community/google-gtag",
1716
1940
  "npm": "@nuxtjs/google-gtag",
1717
1941
  "icon": "gtm.png",
@@ -1737,7 +1961,7 @@
1737
1961
  },
1738
1962
  {
1739
1963
  "name": "google-optimize",
1740
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1741
1965
  "repo": "nuxt-community/google-optimize-module",
1742
1966
  "npm": "nuxt-google-optimize",
1743
1967
  "icon": "google-optimize.png",
@@ -1792,7 +2016,7 @@
1792
2016
  },
1793
2017
  {
1794
2018
  "name": "graphql-request",
1795
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1796
2020
  "repo": "gomah/nuxt-graphql-request",
1797
2021
  "npm": "nuxt-graphql-request",
1798
2022
  "icon": "graphql-request.png",
@@ -1808,7 +2032,7 @@
1808
2032
  }
1809
2033
  ],
1810
2034
  "compatibility": {
1811
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1812
2036
  "requires": {}
1813
2037
  }
1814
2038
  },
@@ -1831,12 +2055,13 @@
1831
2055
  ],
1832
2056
  "compatibility": {
1833
2057
  "nuxt": "^3.0.0",
1834
- "requires": {}
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
1835
2060
  }
1836
2061
  },
1837
2062
  {
1838
2063
  "name": "gtag",
1839
- "description": "Google Analytics integration for Nuxt 3",
2064
+ "description": "Google Analytics integration for Nuxt",
1840
2065
  "repo": "johannschopplich/nuxt-gtag",
1841
2066
  "npm": "nuxt-gtag",
1842
2067
  "icon": "gtag.svg",
@@ -1860,7 +2085,7 @@
1860
2085
  },
1861
2086
  {
1862
2087
  "name": "gtm",
1863
- "description": "Google Tag Manager Module for Nuxt.js",
2088
+ "description": "Google Tag Manager Module for Nuxt",
1864
2089
  "repo": "nuxt-community/gtm-module",
1865
2090
  "npm": "@nuxtjs/gtm",
1866
2091
  "icon": "gtm.png",
@@ -1883,7 +2108,7 @@
1883
2108
  },
1884
2109
  {
1885
2110
  "name": "guess",
1886
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
1887
2112
  "repo": "nuxt-community/guess-module",
1888
2113
  "npm": "@nuxtjs/guess-module",
1889
2114
  "icon": "guessjs.png",
@@ -1903,6 +2128,28 @@
1903
2128
  "requires": {}
1904
2129
  }
1905
2130
  },
2131
+ {
2132
+ "name": "hanko",
2133
+ "description": "Hanko integration for Nuxt for passwordless authentication",
2134
+ "repo": "nuxt-modules/hanko",
2135
+ "npm": "@nuxtjs/hanko",
2136
+ "icon": "hanko.svg",
2137
+ "github": "https://github.com/nuxt-modules/hanko",
2138
+ "website": "https://github.com/nuxt-modules/hanko",
2139
+ "learn_more": "https://hanko.io/",
2140
+ "category": "Security",
2141
+ "type": "community",
2142
+ "maintainers": [
2143
+ {
2144
+ "name": "danielroe",
2145
+ "github": "danielroe"
2146
+ }
2147
+ ],
2148
+ "compatibility": {
2149
+ "nuxt": "^3.0.0",
2150
+ "requires": {}
2151
+ }
2152
+ },
1906
2153
  {
1907
2154
  "name": "harlem",
1908
2155
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -1973,7 +2220,7 @@
1973
2220
  },
1974
2221
  {
1975
2222
  "name": "helmet",
1976
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
1977
2224
  "repo": "victor-perez/nuxt-helmet",
1978
2225
  "npm": "nuxt-helmet",
1979
2226
  "icon": "",
@@ -2017,7 +2264,7 @@
2017
2264
  },
2018
2265
  {
2019
2266
  "name": "history-state",
2020
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
2021
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
2022
2269
  "npm": "nuxt-history-state",
2023
2270
  "icon": "",
@@ -2086,7 +2333,7 @@
2086
2333
  },
2087
2334
  {
2088
2335
  "name": "http",
2089
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
2090
2337
  "repo": "nuxt/http",
2091
2338
  "npm": "@nuxt/http",
2092
2339
  "icon": "http.png",
@@ -2114,7 +2361,7 @@
2114
2361
  },
2115
2362
  {
2116
2363
  "name": "humans-txt",
2117
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2364
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2118
2365
  "repo": "Luxdamore/nuxt-humans-txt",
2119
2366
  "npm": "@luxdamore/nuxt-humans-txt",
2120
2367
  "icon": "",
@@ -2138,11 +2385,11 @@
2138
2385
  {
2139
2386
  "name": "i18n",
2140
2387
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2141
- "repo": "nuxt-community/i18n-module",
2388
+ "repo": "nuxt-modules/i18n",
2142
2389
  "npm": "@nuxtjs/i18n",
2143
2390
  "icon": "i18n.png",
2144
- "github": "https://github.com/nuxt-community/i18n-module",
2145
- "website": "https://i18n.nuxtjs.org",
2391
+ "github": "https://github.com/nuxt-modules/i18n",
2392
+ "website": "https://v8.i18n.nuxtjs.org",
2146
2393
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2147
2394
  "category": "Extensions",
2148
2395
  "type": "community",
@@ -2183,6 +2430,29 @@
2183
2430
  "requires": {}
2184
2431
  }
2185
2432
  },
2433
+ {
2434
+ "name": "icon-tw",
2435
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2436
+ "repo": "jcamp-code/nuxt-icon-tw",
2437
+ "npm": "nuxt-icon-tw",
2438
+ "icon": "nuxt-icon.png",
2439
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2440
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2441
+ "learn_more": "",
2442
+ "category": "UI",
2443
+ "type": "3rd-party",
2444
+ "maintainers": [
2445
+ {
2446
+ "name": "JohnCampionJr",
2447
+ "github": "JohnCampionJr"
2448
+ }
2449
+ ],
2450
+ "compatibility": {
2451
+ "nuxt": "^3.0.0",
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2454
+ }
2455
+ },
2186
2456
  {
2187
2457
  "name": "icon",
2188
2458
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2202,7 +2472,8 @@
2202
2472
  ],
2203
2473
  "compatibility": {
2204
2474
  "nuxt": "^3.0.0",
2205
- "requires": {}
2475
+ "requires": {},
2476
+ "devtools": "^0.0.0"
2206
2477
  }
2207
2478
  },
2208
2479
  {
@@ -2251,12 +2522,12 @@
2251
2522
  },
2252
2523
  {
2253
2524
  "name": "image",
2254
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2525
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2255
2526
  "repo": "nuxt/image",
2256
2527
  "npm": "@nuxt/image",
2257
2528
  "icon": "image.png",
2258
2529
  "github": "https://github.com/nuxt/image",
2259
- "website": "https://image.nuxtjs.org",
2530
+ "website": "https://image.nuxt.com",
2260
2531
  "learn_more": "",
2261
2532
  "category": "Images",
2262
2533
  "type": "official",
@@ -2266,6 +2537,11 @@
2266
2537
  "github": "farnabaz",
2267
2538
  "twitter": "a_birang"
2268
2539
  },
2540
+ {
2541
+ "name": "Daniel Roe",
2542
+ "github": "danielroe",
2543
+ "twitter": "danielcroe"
2544
+ },
2269
2545
  {
2270
2546
  "name": "Pooya Parsa",
2271
2547
  "github": "pi0",
@@ -2286,7 +2562,7 @@
2286
2562
  },
2287
2563
  {
2288
2564
  "name": "imagemin",
2289
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2565
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2290
2566
  "repo": "nuxt-community/imagemin-module",
2291
2567
  "npm": "@nuxtjs/imagemin",
2292
2568
  "icon": "imagemin.png",
@@ -2333,7 +2609,7 @@
2333
2609
  },
2334
2610
  {
2335
2611
  "name": "intercom",
2336
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2612
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2337
2613
  "repo": "hex-digital/nuxt-intercom",
2338
2614
  "npm": "@hexdigital/nuxt-intercom",
2339
2615
  "icon": "intercom.png",
@@ -2378,7 +2654,7 @@
2378
2654
  },
2379
2655
  {
2380
2656
  "name": "jsonapi",
2381
- "description": "Easy JSON:API client integration for Nuxt.js",
2657
+ "description": "Easy JSON:API client integration for Nuxt",
2382
2658
  "repo": "patrickcate/nuxt-jsonapi",
2383
2659
  "npm": "nuxt-jsonapi",
2384
2660
  "icon": "jsonapi.svg",
@@ -2420,9 +2696,36 @@
2420
2696
  "requires": {}
2421
2697
  }
2422
2698
  },
2699
+ {
2700
+ "name": "kinde",
2701
+ "description": "Kinde authentication integration for Nuxt",
2702
+ "repo": "nuxt-modules/kinde",
2703
+ "npm": "@nuxtjs/kinde",
2704
+ "icon": "kinde.svg",
2705
+ "github": "https://github.com/nuxt-modules/kinde",
2706
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2707
+ "learn_more": "https://kinde.com/",
2708
+ "category": "Security",
2709
+ "type": "community",
2710
+ "maintainers": [
2711
+ {
2712
+ "name": "danielroe",
2713
+ "github": "danielroe"
2714
+ },
2715
+ {
2716
+ "name": "daveordead",
2717
+ "github": "DaveOrDead",
2718
+ "twitter": "dave_or_dead"
2719
+ }
2720
+ ],
2721
+ "compatibility": {
2722
+ "nuxt": "^3.0.0",
2723
+ "requires": {}
2724
+ }
2725
+ },
2423
2726
  {
2424
2727
  "name": "kql",
2425
- "description": "Nuxt 3 module for Kirby's Query Language API",
2728
+ "description": "Nuxt module for Kirby's Query Language API",
2426
2729
  "repo": "johannschopplich/nuxt-kql",
2427
2730
  "npm": "nuxt-kql",
2428
2731
  "icon": "kql.svg",
@@ -2446,7 +2749,7 @@
2446
2749
  },
2447
2750
  {
2448
2751
  "name": "laravel-echo",
2449
- "description": "Laravel Echo for Nuxt.js",
2752
+ "description": "Laravel Echo for Nuxt",
2450
2753
  "repo": "nuxt-community/laravel-echo",
2451
2754
  "npm": "@nuxtjs/laravel-echo",
2452
2755
  "icon": "laravel-echo.png",
@@ -2488,6 +2791,28 @@
2488
2791
  "requires": {}
2489
2792
  }
2490
2793
  },
2794
+ {
2795
+ "name": "laravel-precognition",
2796
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2797
+ "repo": "sot1986/nuxt-laravel-precognition",
2798
+ "npm": "nuxt-laravel-precognition",
2799
+ "icon": "laravel.svg",
2800
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2801
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2802
+ "learn_more": "",
2803
+ "category": "Security",
2804
+ "type": "3rd-party",
2805
+ "maintainers": [
2806
+ {
2807
+ "name": "sot1986",
2808
+ "github": "sot1986"
2809
+ }
2810
+ ],
2811
+ "compatibility": {
2812
+ "nuxt": "^3.0.0",
2813
+ "requires": {}
2814
+ }
2815
+ },
2491
2816
  {
2492
2817
  "name": "laravel",
2493
2818
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2534,13 +2859,13 @@
2534
2859
  },
2535
2860
  {
2536
2861
  "name": "link-checker",
2537
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2862
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2538
2863
  "repo": "harlan-zw/nuxt-link-checker",
2539
2864
  "npm": "nuxt-link-checker",
2540
- "icon": "",
2865
+ "icon": "link-checker.svg",
2541
2866
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2542
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2543
- "learn_more": "",
2867
+ "website": "https://nuxtseo.com/link-checker",
2868
+ "learn_more": "https://nuxtseo.com/link-checker",
2544
2869
  "category": "SEO",
2545
2870
  "type": "3rd-party",
2546
2871
  "maintainers": [
@@ -2553,7 +2878,8 @@
2553
2878
  ],
2554
2879
  "compatibility": {
2555
2880
  "nuxt": "^3.0.0",
2556
- "requires": {}
2881
+ "requires": {},
2882
+ "devtools": "^0.0.0"
2557
2883
  }
2558
2884
  },
2559
2885
  {
@@ -2630,12 +2956,12 @@
2630
2956
  },
2631
2957
  {
2632
2958
  "name": "logrocket",
2633
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2634
- "repo": "nuxt-community/nuxt-logrocket",
2959
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2960
+ "repo": "nuxt-modules/logrocket",
2635
2961
  "npm": "nuxt-logrocket",
2636
2962
  "icon": "logrocket.png",
2637
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2638
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2963
+ "github": "https://github.com/nuxt-modules/logrocket",
2964
+ "website": "https://github.com/nuxt-modules/logrocket",
2639
2965
  "learn_more": "https://docs.logrocket.com/docs",
2640
2966
  "category": "Monitoring",
2641
2967
  "type": "community",
@@ -2651,9 +2977,35 @@
2651
2977
  "requires": {}
2652
2978
  }
2653
2979
  },
2980
+ {
2981
+ "name": "lucide-icons",
2982
+ "description": "Nuxt module to integrate Lucide icons",
2983
+ "repo": "swisnl/nuxt-lucide-icons",
2984
+ "npm": "nuxt-lucide-icons",
2985
+ "icon": "lucide-icons.svg",
2986
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2987
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2988
+ "learn_more": "",
2989
+ "category": "UI",
2990
+ "type": "3rd-party",
2991
+ "maintainers": [
2992
+ {
2993
+ "name": "SWIS",
2994
+ "github": "swisnl"
2995
+ },
2996
+ {
2997
+ "name": "Jasper Zonneveld",
2998
+ "github": "JaZo"
2999
+ }
3000
+ ],
3001
+ "compatibility": {
3002
+ "nuxt": "^3.0.0",
3003
+ "requires": {}
3004
+ }
3005
+ },
2654
3006
  {
2655
3007
  "name": "lunr",
2656
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3008
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2657
3009
  "repo": "nuxt-community/lunr-module",
2658
3010
  "npm": "@nuxtjs/lunr-module",
2659
3011
  "icon": "",
@@ -2741,6 +3093,28 @@
2741
3093
  "requires": {}
2742
3094
  }
2743
3095
  },
3096
+ {
3097
+ "name": "maz-ui",
3098
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3099
+ "repo": "louismazel/maz-ui",
3100
+ "npm": "maz-ui",
3101
+ "icon": "maz-ui.png",
3102
+ "github": "https://github.com/louismazel/maz-ui",
3103
+ "website": "https://louismazel.github.io/maz-ui-3/",
3104
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3105
+ "category": "UI",
3106
+ "type": "community",
3107
+ "maintainers": [
3108
+ {
3109
+ "name": "Loïc Mazuel",
3110
+ "github": "LouisMazel"
3111
+ }
3112
+ ],
3113
+ "compatibility": {
3114
+ "nuxt": "^3.0.0",
3115
+ "requires": {}
3116
+ }
3117
+ },
2744
3118
  {
2745
3119
  "name": "mdx",
2746
3120
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2766,7 +3140,7 @@
2766
3140
  },
2767
3141
  {
2768
3142
  "name": "medusa",
2769
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3143
+ "description": "Easily connect to Medusa from your Nuxt application",
2770
3144
  "repo": "Baroshem/nuxt-medusa",
2771
3145
  "npm": "nuxt-medusa",
2772
3146
  "icon": "medusa.svg",
@@ -2791,7 +3165,7 @@
2791
3165
  },
2792
3166
  {
2793
3167
  "name": "meilisearch",
2794
- "description": "Meilisearch Instant Search module for Nuxt 3",
3168
+ "description": "Meilisearch Instant Search module for Nuxt",
2795
3169
  "repo": "xlanex6/nuxt-meilisearch",
2796
3170
  "npm": "nuxt-meilisearch",
2797
3171
  "icon": "meilisearch.svg",
@@ -2811,7 +3185,8 @@
2811
3185
  "nuxt": "^3.0.0",
2812
3186
  "requires": {
2813
3187
  "bridge": false
2814
- }
3188
+ },
3189
+ "devtools": "^0.0.0"
2815
3190
  }
2816
3191
  },
2817
3192
  {
@@ -2883,7 +3258,7 @@
2883
3258
  },
2884
3259
  {
2885
3260
  "name": "moment",
2886
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3261
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2887
3262
  "repo": "nuxt-community/moment-module",
2888
3263
  "npm": "@nuxtjs/moment",
2889
3264
  "icon": "momentjs.png",
@@ -2910,7 +3285,7 @@
2910
3285
  },
2911
3286
  {
2912
3287
  "name": "mq",
2913
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3288
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
2914
3289
  "repo": "vanhoofmaarten/nuxt-mq",
2915
3290
  "npm": "nuxt-mq",
2916
3291
  "icon": "",
@@ -2954,7 +3329,7 @@
2954
3329
  },
2955
3330
  {
2956
3331
  "name": "netlify-cache",
2957
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3332
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
2958
3333
  "repo": "DreaMinder/nuxt-netlify-cache",
2959
3334
  "npm": "nuxt-netlify-cache",
2960
3335
  "icon": "netlify.png",
@@ -2999,7 +3374,7 @@
2999
3374
  },
3000
3375
  {
3001
3376
  "name": "netlify",
3002
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3377
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3003
3378
  "repo": "bazzite/nuxt-netlify",
3004
3379
  "npm": "@aceforth/nuxt-netlify",
3005
3380
  "icon": "netlify.png",
@@ -3092,42 +3467,43 @@
3092
3467
  }
3093
3468
  },
3094
3469
  {
3095
- "name": "nuxt-auth",
3096
- "description": "",
3097
- "repo": "sidebase/nuxt-auth",
3098
- "npm": "@sidebase/nuxt-auth",
3470
+ "name": "nuxt-anchorscroll",
3471
+ "description": "Scroll to top and to anchor support for Nuxt",
3472
+ "repo": "helltraitor/nuxt-anchorscroll",
3473
+ "npm": "nuxt-anchorscroll",
3099
3474
  "icon": "",
3100
- "github": "https://github.com/sidebase/nuxt-auth",
3101
- "website": "https://github.com/sidebase/nuxt-auth",
3475
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3476
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3102
3477
  "learn_more": "",
3103
- "category": "Devtools",
3478
+ "category": "UI",
3104
3479
  "type": "3rd-party",
3105
3480
  "maintainers": [
3106
3481
  {
3107
- "name": "sidebase",
3108
- "github": "sidebase"
3482
+ "name": "Helltraitor",
3483
+ "github": "helltraitor"
3109
3484
  }
3110
3485
  ],
3111
3486
  "compatibility": {
3112
- "nuxt": "^2.0.0",
3487
+ "nuxt": "^3.0.0",
3113
3488
  "requires": {}
3114
3489
  }
3115
3490
  },
3116
3491
  {
3117
- "name": "nuxt-chatgpt",
3118
- "description": "ChatGPT integration for Nuxt 3",
3119
- "repo": "schnapsterdog/nuxt-chatgpt",
3120
- "npm": "nuxt-chatgpt",
3121
- "icon": "chatgpt.svg",
3122
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3123
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3124
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3125
- "category": "Libraries",
3492
+ "name": "nuxt-auth-sanctum",
3493
+ "description": "Nuxt module for Laravel Sanctum authentication",
3494
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3495
+ "npm": "nuxt-auth-sanctum",
3496
+ "icon": "laravel.svg",
3497
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3498
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3499
+ "learn_more": "",
3500
+ "category": "Security",
3126
3501
  "type": "3rd-party",
3127
3502
  "maintainers": [
3128
3503
  {
3129
- "name": "Oliver Trajceski",
3130
- "github": "schnapsterdog"
3504
+ "name": "Artem Manchenkov",
3505
+ "github": "manchenkoff",
3506
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3131
3507
  }
3132
3508
  ],
3133
3509
  "compatibility": {
@@ -3136,10 +3512,124 @@
3136
3512
  }
3137
3513
  },
3138
3514
  {
3139
- "name": "nuxt-graphql-middleware",
3140
- "description": "Expose GraphQL queries and mutations as server API routes.",
3141
- "repo": "dulnan/nuxt-graphql-middleware",
3142
- "npm": "nuxt-graphql-middleware",
3515
+ "name": "nuxt-basic-auth",
3516
+ "description": "Nuxt Module for Basic Authentication",
3517
+ "repo": "kgierke/nuxt-basic-auth",
3518
+ "npm": "@kgierke/nuxt-basic-auth",
3519
+ "icon": "",
3520
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3521
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3522
+ "learn_more": "",
3523
+ "category": "Security",
3524
+ "type": "3rd-party",
3525
+ "maintainers": [
3526
+ {
3527
+ "name": "kgierke",
3528
+ "github": "kgierke"
3529
+ }
3530
+ ],
3531
+ "compatibility": {
3532
+ "nuxt": "^3.0.0",
3533
+ "requires": {}
3534
+ }
3535
+ },
3536
+ {
3537
+ "name": "nuxt-bootstrap-icons",
3538
+ "description": "Just a simple integration for Bootstrap Icons",
3539
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3540
+ "npm": "nuxt-bootstrap-icons",
3541
+ "icon": "bootstrap-icons.svg",
3542
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3543
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3544
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3545
+ "category": "UI",
3546
+ "type": "3rd-party",
3547
+ "maintainers": [
3548
+ {
3549
+ "name": "OyewoleOyedeji",
3550
+ "github": "OyewoleOyedeji"
3551
+ }
3552
+ ],
3553
+ "compatibility": {
3554
+ "nuxt": "^3.0.0",
3555
+ "requires": {}
3556
+ }
3557
+ },
3558
+ {
3559
+ "name": "nuxt-chatgpt",
3560
+ "description": "ChatGPT integration for Nuxt",
3561
+ "repo": "schnapsterdog/nuxt-chatgpt",
3562
+ "npm": "nuxt-chatgpt",
3563
+ "icon": "chatgpt.svg",
3564
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3565
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3566
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3567
+ "category": "Libraries",
3568
+ "type": "3rd-party",
3569
+ "maintainers": [
3570
+ {
3571
+ "name": "Oliver Trajceski",
3572
+ "github": "schnapsterdog"
3573
+ }
3574
+ ],
3575
+ "compatibility": {
3576
+ "nuxt": "^3.0.0",
3577
+ "requires": {}
3578
+ }
3579
+ },
3580
+ {
3581
+ "name": "nuxt-facebook-chat",
3582
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3583
+ "repo": "superdev-tech/nuxt-facebook-chat",
3584
+ "npm": "nuxt-facebook-chat",
3585
+ "icon": "nuxt-facebook-chat.svg",
3586
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3587
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3588
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3589
+ "category": "Libraries",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "Supanut Dokmaithong",
3594
+ "github": "Boomgeek"
3595
+ },
3596
+ {
3597
+ "name": "superdev-tech",
3598
+ "github": "superdev-tech"
3599
+ }
3600
+ ],
3601
+ "compatibility": {
3602
+ "nuxt": "^3.0.0",
3603
+ "requires": {}
3604
+ }
3605
+ },
3606
+ {
3607
+ "name": "nuxt-feedme",
3608
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3609
+ "repo": "helltraitor/nuxt-feedme",
3610
+ "npm": "nuxt-feedme",
3611
+ "icon": "",
3612
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3613
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3614
+ "learn_more": "",
3615
+ "category": "SEO",
3616
+ "type": "3rd-party",
3617
+ "maintainers": [
3618
+ {
3619
+ "name": "Helltraitor",
3620
+ "github": "helltraitor"
3621
+ }
3622
+ ],
3623
+ "compatibility": {
3624
+ "nuxt": "^3.0.0",
3625
+ "requires": {}
3626
+ }
3627
+ },
3628
+ {
3629
+ "name": "nuxt-graphql-middleware",
3630
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3631
+ "repo": "dulnan/nuxt-graphql-middleware",
3632
+ "npm": "nuxt-graphql-middleware",
3143
3633
  "icon": "nuxt-graphql-middleware.svg",
3144
3634
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3145
3635
  "website": "https://nuxt-graphql-middleware.dulnan.net",
@@ -3188,7 +3678,7 @@
3188
3678
  },
3189
3679
  {
3190
3680
  "name": "nuxt-gtm",
3191
- "description": "A Nuxt.js module for Google Tag Manager",
3681
+ "description": "A Nuxt module for Google Tag Manager",
3192
3682
  "repo": "zadigetvoltaire/nuxt-gtm",
3193
3683
  "npm": "@zadigetvoltaire/nuxt-gtm",
3194
3684
  "icon": "nuxt-gtm.svg",
@@ -3205,7 +3695,8 @@
3205
3695
  ],
3206
3696
  "compatibility": {
3207
3697
  "nuxt": "^3.0.0",
3208
- "requires": {}
3698
+ "requires": {},
3699
+ "devtools": "^0.0.0"
3209
3700
  }
3210
3701
  },
3211
3702
  {
@@ -3233,24 +3724,46 @@
3233
3724
  }
3234
3725
  },
3235
3726
  {
3236
- "name": "nuxt-lazy-load",
3237
- "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3238
- "repo": "",
3239
- "npm": "nuxt-lazy-load",
3240
- "icon": "nuxt-lazy-load.svg",
3241
- "github": "",
3242
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3243
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3244
- "category": "Performance",
3727
+ "name": "nuxt-interpolation",
3728
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3729
+ "repo": "daliborgogic/nuxt-interpolation#master",
3730
+ "npm": "nuxt-interpolation",
3731
+ "icon": "",
3732
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3733
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3734
+ "learn_more": "",
3735
+ "category": "Devtools",
3245
3736
  "type": "3rd-party",
3246
3737
  "maintainers": [
3247
3738
  {
3248
- "name": "Dario Ferderber",
3249
- "github": "darioferderber"
3739
+ "name": "daliborgogic",
3740
+ "github": "daliborgogic"
3250
3741
  }
3251
3742
  ],
3252
3743
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3744
+ "nuxt": "^2.0.0",
3745
+ "requires": {}
3746
+ }
3747
+ },
3748
+ {
3749
+ "name": "nuxt-jsonld",
3750
+ "description": "Manage JSON-LD in Vue component.",
3751
+ "repo": "ymmooot/nuxt-jsonld",
3752
+ "npm": "nuxt-jsonld",
3753
+ "icon": "",
3754
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3755
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3756
+ "learn_more": "",
3757
+ "category": "SEO",
3758
+ "type": "3rd-party",
3759
+ "maintainers": [
3760
+ {
3761
+ "name": "ymmooot",
3762
+ "github": "ymmooot"
3763
+ }
3764
+ ],
3765
+ "compatibility": {
3766
+ "nuxt": "^3.0.0",
3254
3767
  "requires": {}
3255
3768
  }
3256
3769
  },
@@ -3279,7 +3792,7 @@
3279
3792
  },
3280
3793
  {
3281
3794
  "name": "nuxt-loco",
3282
- "description": "A localise.biz module to synth locale with Nuxt.js",
3795
+ "description": "A localise.biz module to synth locale with Nuxt",
3283
3796
  "repo": "gaetansenn/nuxt-loco",
3284
3797
  "npm": "nuxt-loco",
3285
3798
  "icon": "",
@@ -3300,6 +3813,28 @@
3300
3813
  "requires": {}
3301
3814
  }
3302
3815
  },
3816
+ {
3817
+ "name": "nuxt-mail",
3818
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3819
+ "repo": "dword-design/nuxt-mail",
3820
+ "npm": "nuxt-mail",
3821
+ "icon": "",
3822
+ "github": "https://github.com/dword-design/nuxt-mail",
3823
+ "website": "https://github.com/dword-design/nuxt-mail",
3824
+ "learn_more": "",
3825
+ "category": "Extensions",
3826
+ "type": "3rd-party",
3827
+ "maintainers": [
3828
+ {
3829
+ "name": "Sebastian Landwehr",
3830
+ "github": "dword-design"
3831
+ }
3832
+ ],
3833
+ "compatibility": {
3834
+ "nuxt": "^2.0.0 || ^3.0.0",
3835
+ "requires": {}
3836
+ }
3837
+ },
3303
3838
  {
3304
3839
  "name": "nuxt-mapbox",
3305
3840
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3322,6 +3857,28 @@
3322
3857
  "requires": {}
3323
3858
  }
3324
3859
  },
3860
+ {
3861
+ "name": "nuxt-mdi",
3862
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3863
+ "repo": "ERPedersen/nuxt-mdi",
3864
+ "npm": "nuxt-mdi",
3865
+ "icon": "mdi.png",
3866
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3867
+ "website": "https://nuxt-mdi.emilrosenius.com",
3868
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3869
+ "category": "Libraries",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Emil Rosenius",
3874
+ "github": "ERPedersen"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3325
3882
  {
3326
3883
  "name": "nuxt-monaco-editor",
3327
3884
  "description": "Integrate monaco-editor with Nuxt",
@@ -3346,12 +3903,12 @@
3346
3903
  },
3347
3904
  {
3348
3905
  "name": "nuxt-mongoose",
3349
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3906
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3350
3907
  "repo": "arashsheyda/nuxt-mongoose",
3351
3908
  "npm": "nuxt-mongoose",
3352
3909
  "icon": "nuxt-mongoose.svg",
3353
3910
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3354
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3911
+ "website": "https://nuxt-mongoose.nuxt.space",
3355
3912
  "learn_more": "",
3356
3913
  "category": "Database",
3357
3914
  "type": "3rd-party",
@@ -3361,6 +3918,30 @@
3361
3918
  "github": "arashsheyda"
3362
3919
  }
3363
3920
  ],
3921
+ "compatibility": {
3922
+ "nuxt": "^3.0.0",
3923
+ "requires": {},
3924
+ "devtools": "^0.0.0"
3925
+ }
3926
+ },
3927
+ {
3928
+ "name": "nuxt-payload-analyzer",
3929
+ "description": "Analyze Nuxt Payload Size",
3930
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3931
+ "npm": "nuxt-payload-analyzer",
3932
+ "icon": "",
3933
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3934
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3935
+ "learn_more": "",
3936
+ "category": "Performance",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Barbapapazes",
3941
+ "github": "Barbapapazes",
3942
+ "twitter": "soubiran_"
3943
+ }
3944
+ ],
3364
3945
  "compatibility": {
3365
3946
  "nuxt": "^3.0.0",
3366
3947
  "requires": {}
@@ -3389,6 +3970,28 @@
3389
3970
  "requires": {}
3390
3971
  }
3391
3972
  },
3973
+ {
3974
+ "name": "nuxt-phosphor-icons",
3975
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3976
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3977
+ "npm": "nuxt-phosphor-icons",
3978
+ "icon": "phosphor-icons.svg",
3979
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3980
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3981
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3982
+ "category": "UI",
3983
+ "type": "3rd-party",
3984
+ "maintainers": [
3985
+ {
3986
+ "name": "OyewoleOyedeji",
3987
+ "github": "OyewoleOyedeji"
3988
+ }
3989
+ ],
3990
+ "compatibility": {
3991
+ "nuxt": "^3.0.0",
3992
+ "requires": {}
3993
+ }
3994
+ },
3392
3995
  {
3393
3996
  "name": "nuxt-pino-log",
3394
3997
  "description": "Structured logs for nuxt apps using pino",
@@ -3413,7 +4016,7 @@
3413
4016
  },
3414
4017
  {
3415
4018
  "name": "plausible",
3416
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4019
+ "description": "Nuxt module to natively integrate Plausible analytics",
3417
4020
  "repo": "nuxt-modules/plausible",
3418
4021
  "npm": "@nuxtjs/plausible",
3419
4022
  "icon": "plausible.png",
@@ -3433,9 +4036,35 @@
3433
4036
  "requires": {}
3434
4037
  }
3435
4038
  },
4039
+ {
4040
+ "name": "nuxt-plotly",
4041
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4042
+ "repo": "superdev-tech/nuxt-plotly",
4043
+ "npm": "nuxt-plotly",
4044
+ "icon": "nuxt-plotly.svg",
4045
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4046
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4047
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4048
+ "category": "Libraries",
4049
+ "type": "3rd-party",
4050
+ "maintainers": [
4051
+ {
4052
+ "name": "Supanut Dokmaithong",
4053
+ "github": "Boomgeek"
4054
+ },
4055
+ {
4056
+ "name": "superdev-tech",
4057
+ "github": "superdev-tech"
4058
+ }
4059
+ ],
4060
+ "compatibility": {
4061
+ "nuxt": "^3.0.0",
4062
+ "requires": {}
4063
+ }
4064
+ },
3436
4065
  {
3437
4066
  "name": "nuxt-png-to-ico",
3438
- "description": "Nuxt.js module for auto generating favicons",
4067
+ "description": "Nuxt module for auto generating favicons",
3439
4068
  "repo": "b5710546232/nuxt-png-to-ico",
3440
4069
  "npm": "nuxt-png-to-ico",
3441
4070
  "icon": "",
@@ -3458,7 +4087,7 @@
3458
4087
  },
3459
4088
  {
3460
4089
  "name": "nuxt-smartlook",
3461
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4090
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3462
4091
  "repo": "f00b4r/nuxt-smartlook",
3463
4092
  "npm": "nuxt-smartlook",
3464
4093
  "icon": "nuxt-smartlook.png",
@@ -3480,6 +4109,28 @@
3480
4109
  "requires": {}
3481
4110
  }
3482
4111
  },
4112
+ {
4113
+ "name": "nuxt-social-share",
4114
+ "description": "Simple Social Sharing for Nuxt",
4115
+ "repo": "stefanobartoletti/nuxt-social-share",
4116
+ "npm": "@stefanobartoletti/nuxt-social-share",
4117
+ "icon": "nuxt-social-share.png",
4118
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4119
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4120
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4121
+ "category": "Extensions",
4122
+ "type": "3rd-party",
4123
+ "maintainers": [
4124
+ {
4125
+ "name": "stefanobartoletti",
4126
+ "github": "stefanobartoletti"
4127
+ }
4128
+ ],
4129
+ "compatibility": {
4130
+ "nuxt": "^3.0.0",
4131
+ "requires": {}
4132
+ }
4133
+ },
3483
4134
  {
3484
4135
  "name": "ssr-lit",
3485
4136
  "description": "Server-Side Rendering for Lit Element components",
@@ -3510,7 +4161,7 @@
3510
4161
  },
3511
4162
  {
3512
4163
  "name": "nuxt-storm",
3513
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4164
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3514
4165
  "repo": "fumeapp/nuxt-storm",
3515
4166
  "npm": "nuxt-storm",
3516
4167
  "icon": "nuxt-storm.png",
@@ -3554,7 +4205,7 @@
3554
4205
  },
3555
4206
  {
3556
4207
  "name": "nuxt-unleash",
3557
- "description": "Nuxt.js module to use Unleash toggle feature services",
4208
+ "description": "Nuxt module to use Unleash toggle feature services",
3558
4209
  "repo": "conejerock/nuxt-unleash",
3559
4210
  "npm": "nuxt-unleash",
3560
4211
  "icon": "nuxt-unleash.svg",
@@ -3645,12 +4296,12 @@
3645
4296
  {
3646
4297
  "name": "nuxt-vue3-google-signin",
3647
4298
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3648
- "repo": "syetalabs/nuxt-vue3-google-signin",
4299
+ "repo": "wavezync/nuxt-vue3-google-signin",
3649
4300
  "npm": "nuxt-vue3-google-signin",
3650
4301
  "icon": "vue3-google-signin.svg",
3651
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3652
- "website": "https://vue3-google-signin.syetalabs.io",
3653
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4302
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4303
+ "website": "https://vue3-google-signin.wavezync.com",
4304
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3654
4305
  "category": "Libraries",
3655
4306
  "type": "3rd-party",
3656
4307
  "maintainers": [
@@ -3666,7 +4317,7 @@
3666
4317
  },
3667
4318
  {
3668
4319
  "name": "nuxt-vuetify",
3669
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4320
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3670
4321
  "repo": "invictus-codes/nuxt-vuetify",
3671
4322
  "npm": "@invictus.codes/nuxt-vuetify",
3672
4323
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3686,9 +4337,53 @@
3686
4337
  "requires": {}
3687
4338
  }
3688
4339
  },
4340
+ {
4341
+ "name": "nuxt3-interpolation",
4342
+ "description": "",
4343
+ "repo": "daliborgogic/interpolation#master",
4344
+ "npm": "nuxt3-interpolation",
4345
+ "icon": "",
4346
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4347
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4348
+ "learn_more": "",
4349
+ "category": "Devtools",
4350
+ "type": "3rd-party",
4351
+ "maintainers": [
4352
+ {
4353
+ "name": "daliborgogic",
4354
+ "github": "daliborgogic"
4355
+ }
4356
+ ],
4357
+ "compatibility": {
4358
+ "nuxt": "^3.0.0",
4359
+ "requires": {}
4360
+ }
4361
+ },
4362
+ {
4363
+ "name": "nuxt3-leaflet",
4364
+ "description": "Leaflet integration with Nuxt",
4365
+ "repo": "Gugustinette/Nuxt-Leaflet",
4366
+ "npm": "nuxt3-leaflet",
4367
+ "icon": "leaflet.png",
4368
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4369
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4370
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4371
+ "category": "Libraries",
4372
+ "type": "3rd-party",
4373
+ "maintainers": [
4374
+ {
4375
+ "name": "Augustin MERCIER",
4376
+ "github": "Gugustinette"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
3689
4384
  {
3690
4385
  "name": "nuxt7",
3691
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4386
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3692
4387
  "repo": "nuxt-community/nuxt7",
3693
4388
  "npm": "nuxt7",
3694
4389
  "icon": "",
@@ -3709,38 +4404,15 @@
3709
4404
  "requires": {}
3710
4405
  }
3711
4406
  },
3712
- {
3713
- "name": "nuxtlabs-ui",
3714
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3715
- "repo": "nuxtlabs/ui",
3716
- "npm": "@nuxthq/ui",
3717
- "icon": "nuxtlabs-ui.svg",
3718
- "github": "https://github.com/nuxtlabs/ui",
3719
- "website": "https://ui.nuxtlabs.com",
3720
- "learn_more": "https://ui.nuxtlabs.com",
3721
- "category": "UI",
3722
- "type": "3rd-party",
3723
- "maintainers": [
3724
- {
3725
- "name": "Benjamin Canac",
3726
- "github": "benjamincanac",
3727
- "twitter": "benjamincanac"
3728
- }
3729
- ],
3730
- "compatibility": {
3731
- "nuxt": "^3.0.0",
3732
- "requires": {}
3733
- }
3734
- },
3735
4407
  {
3736
4408
  "name": "og-image",
3737
- "description": "Easily generate dynamic social share images.",
4409
+ "description": "Enlightened runtime images generated with Vue templates.",
3738
4410
  "repo": "harlan-zw/nuxt-og-image",
3739
4411
  "npm": "nuxt-og-image",
3740
- "icon": "",
4412
+ "icon": "og-image.svg",
3741
4413
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3742
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3743
- "learn_more": "",
4414
+ "website": "https://nuxtseo.com/og-image",
4415
+ "learn_more": "https://nuxtseo.com/og-image",
3744
4416
  "category": "SEO",
3745
4417
  "type": "3rd-party",
3746
4418
  "maintainers": [
@@ -3753,7 +4425,8 @@
3753
4425
  ],
3754
4426
  "compatibility": {
3755
4427
  "nuxt": "^3.0.0",
3756
- "requires": {}
4428
+ "requires": {},
4429
+ "devtools": "^0.0.0"
3757
4430
  }
3758
4431
  },
3759
4432
  {
@@ -3781,7 +4454,7 @@
3781
4454
  },
3782
4455
  {
3783
4456
  "name": "optimized-images",
3784
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4457
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3785
4458
  "repo": "juliomrqz/nuxt-optimized-images",
3786
4459
  "npm": "@aceforth/nuxt-optimized-images",
3787
4460
  "icon": "",
@@ -3826,7 +4499,7 @@
3826
4499
  },
3827
4500
  {
3828
4501
  "name": "parse",
3829
- "description": "Parse package for Nuxt.js",
4502
+ "description": "Parse package for Nuxt",
3830
4503
  "repo": "cierrateam/nuxt-parse",
3831
4504
  "npm": "nuxt-parse",
3832
4505
  "icon": "",
@@ -3846,6 +4519,29 @@
3846
4519
  "requires": {}
3847
4520
  }
3848
4521
  },
4522
+ {
4523
+ "name": "particles",
4524
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4525
+ "repo": "Joepocalyptic/nuxt-particles",
4526
+ "npm": "nuxt-particles",
4527
+ "icon": "",
4528
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4529
+ "website": "https://nuxt-particles.joeypereira.dev",
4530
+ "learn_more": "https://particles.js.org/",
4531
+ "category": "Libraries",
4532
+ "type": "3rd-party",
4533
+ "maintainers": [
4534
+ {
4535
+ "name": "Joey Pereira",
4536
+ "github": "Joepocalyptic",
4537
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4538
+ }
4539
+ ],
4540
+ "compatibility": {
4541
+ "nuxt": "^3.0.0",
4542
+ "requires": {}
4543
+ }
4544
+ },
3849
4545
  {
3850
4546
  "name": "partytown",
3851
4547
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3871,6 +4567,28 @@
3871
4567
  }
3872
4568
  }
3873
4569
  },
4570
+ {
4571
+ "name": "paypal",
4572
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4573
+ "repo": "arashsheyda/nuxt-paypal",
4574
+ "npm": "nuxt-paypal",
4575
+ "icon": "paypal.svg",
4576
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4577
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4578
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4579
+ "category": "Payment",
4580
+ "type": "3rd-party",
4581
+ "maintainers": [
4582
+ {
4583
+ "name": "Arash Sheyda",
4584
+ "github": "arashsheyda"
4585
+ }
4586
+ ],
4587
+ "compatibility": {
4588
+ "nuxt": "^3.0.0",
4589
+ "requires": {}
4590
+ }
4591
+ },
3874
4592
  {
3875
4593
  "name": "pdfeasy",
3876
4594
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -3992,7 +4710,7 @@
3992
4710
  },
3993
4711
  {
3994
4712
  "name": "plausible",
3995
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4713
+ "description": "Nuxt module to natively integrate Plausible analytics",
3996
4714
  "repo": "nuxt-modules/plausible",
3997
4715
  "npm": "@nuxtjs/plausible",
3998
4716
  "icon": "",
@@ -4034,9 +4752,56 @@
4034
4752
  "requires": {}
4035
4753
  }
4036
4754
  },
4755
+ {
4756
+ "name": "prepare",
4757
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4758
+ "repo": "johannschopplich/nuxt-prepare",
4759
+ "npm": "nuxt-prepare",
4760
+ "icon": "prepare.svg",
4761
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4762
+ "website": "https://nuxt-prepare.jhnn.dev",
4763
+ "learn_more": "",
4764
+ "category": "Devtools",
4765
+ "type": "3rd-party",
4766
+ "maintainers": [
4767
+ {
4768
+ "name": "Johann Schopplich",
4769
+ "github": "johannschopplich",
4770
+ "twitter": "jschopplich",
4771
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4772
+ }
4773
+ ],
4774
+ "compatibility": {
4775
+ "nuxt": "^3.0.0",
4776
+ "requires": {}
4777
+ }
4778
+ },
4779
+ {
4780
+ "name": "primevue",
4781
+ "description": "Next Generation Vue UI Component Library",
4782
+ "repo": "primefaces/primevue-nuxt-module",
4783
+ "npm": "nuxt-primevue",
4784
+ "icon": "primevue.svg",
4785
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4786
+ "website": "https://primevue.org/",
4787
+ "learn_more": "https://primevue.org/",
4788
+ "category": "UI",
4789
+ "type": "3rd-party",
4790
+ "maintainers": [
4791
+ {
4792
+ "name": "primefaces",
4793
+ "github": "primefaces",
4794
+ "twitter": "primevue"
4795
+ }
4796
+ ],
4797
+ "compatibility": {
4798
+ "nuxt": "^3.0.0",
4799
+ "requires": {}
4800
+ }
4801
+ },
4037
4802
  {
4038
4803
  "name": "prismic",
4039
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4804
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4040
4805
  "repo": "nuxt-modules/prismic",
4041
4806
  "npm": "@nuxtjs/prismic",
4042
4807
  "icon": "prismic.png",
@@ -4103,7 +4868,7 @@
4103
4868
  },
4104
4869
  {
4105
4870
  "name": "proxy",
4106
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4871
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4107
4872
  "repo": "nuxt-community/proxy-module",
4108
4873
  "npm": "@nuxtjs/proxy",
4109
4874
  "icon": "",
@@ -4149,7 +4914,7 @@
4149
4914
  },
4150
4915
  {
4151
4916
  "name": "purgecss",
4152
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4917
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4153
4918
  "repo": "Developmint/nuxt-purgecss#main",
4154
4919
  "npm": "nuxt-purgecss",
4155
4920
  "icon": "purgecss.png",
@@ -4171,7 +4936,7 @@
4171
4936
  },
4172
4937
  {
4173
4938
  "name": "pwa",
4174
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4939
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4175
4940
  "repo": "nuxt-community/pwa-module",
4176
4941
  "npm": "@nuxtjs/pwa",
4177
4942
  "icon": "pwa.png",
@@ -4196,7 +4961,7 @@
4196
4961
  },
4197
4962
  {
4198
4963
  "name": "python",
4199
- "description": "Write Nuxt.js applications using Python",
4964
+ "description": "Write Nuxt applications using Python",
4200
4965
  "repo": "nuxt-community/python-module",
4201
4966
  "npm": "@nuxtjs/python",
4202
4967
  "icon": "python.png",
@@ -4233,6 +4998,64 @@
4233
4998
  "github": "Maiquu"
4234
4999
  }
4235
5000
  ],
5001
+ "compatibility": {
5002
+ "nuxt": "^3.0.0",
5003
+ "requires": {},
5004
+ "devtools": "^0.0.0"
5005
+ }
5006
+ },
5007
+ {
5008
+ "name": "radash",
5009
+ "description": "radash module with auto-import and custom prefix",
5010
+ "repo": "bbg/nuxt-radash",
5011
+ "npm": "nuxt-radash",
5012
+ "icon": "radash.png",
5013
+ "github": "https://github.com/bbg/nuxt-radash",
5014
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5015
+ "learn_more": "https://github.com/rayepps/radash/",
5016
+ "category": "Libraries",
5017
+ "type": "3rd-party",
5018
+ "maintainers": [
5019
+ {
5020
+ "name": "Batuhan Göksu",
5021
+ "github": "bbg"
5022
+ }
5023
+ ],
5024
+ "compatibility": {
5025
+ "nuxt": "^3.0.0",
5026
+ "requires": {}
5027
+ }
5028
+ },
5029
+ {
5030
+ "name": "radix-vue",
5031
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5032
+ "repo": "radix-vue/radix-vue",
5033
+ "npm": "radix-vue",
5034
+ "icon": "radix-vue.svg",
5035
+ "github": "https://github.com/radix-vue/radix-vue",
5036
+ "website": "https://www.radix-vue.com/",
5037
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5038
+ "category": "UI",
5039
+ "type": "3rd-party",
5040
+ "maintainers": [
5041
+ {
5042
+ "name": "Zernonia",
5043
+ "github": "zernonia",
5044
+ "twitter": "zernonia"
5045
+ },
5046
+ {
5047
+ "name": "Khairul Haaziq",
5048
+ "github": "khairulhaaziq"
5049
+ },
5050
+ {
5051
+ "name": "Mujahid Anuar",
5052
+ "github": "mujahidfa"
5053
+ },
5054
+ {
5055
+ "name": "Max",
5056
+ "github": "onmax"
5057
+ }
5058
+ ],
4236
5059
  "compatibility": {
4237
5060
  "nuxt": "^3.0.0",
4238
5061
  "requires": {}
@@ -4240,7 +5063,7 @@
4240
5063
  },
4241
5064
  {
4242
5065
  "name": "recaptcha",
4243
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5066
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4244
5067
  "repo": "nuxt-community/recaptcha-module",
4245
5068
  "npm": "@nuxtjs/recaptcha",
4246
5069
  "icon": "recaptcha.png",
@@ -4283,9 +5106,32 @@
4283
5106
  "requires": {}
4284
5107
  }
4285
5108
  },
5109
+ {
5110
+ "name": "resend",
5111
+ "description": "Resend integration for Nuxt",
5112
+ "repo": "nhedger/nuxt-resend",
5113
+ "npm": "nuxt-resend",
5114
+ "icon": "resend.svg",
5115
+ "github": "https://github.com/nhedger/nuxt-resend",
5116
+ "website": "https://github.com/nhedger/nuxt-resend",
5117
+ "learn_more": "https://resend.com",
5118
+ "category": "Extensions",
5119
+ "type": "3rd-party",
5120
+ "maintainers": [
5121
+ {
5122
+ "name": "Nicolas Hedger",
5123
+ "github": "nhedger",
5124
+ "twitter": "nicolashedger"
5125
+ }
5126
+ ],
5127
+ "compatibility": {
5128
+ "nuxt": "^3.0.0",
5129
+ "requires": {}
5130
+ }
5131
+ },
4286
5132
  {
4287
5133
  "name": "rfg-icon",
4288
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5134
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4289
5135
  "repo": "pimlie/nuxt-rfg-icon",
4290
5136
  "npm": "nuxt-rfg-icon",
4291
5137
  "icon": "real-favicon-generator.png",
@@ -4307,12 +5153,12 @@
4307
5153
  },
4308
5154
  {
4309
5155
  "name": "robots",
4310
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4311
- "repo": "nuxt-community/robots-module",
5156
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5157
+ "repo": "nuxt-modules/robots",
4312
5158
  "npm": "@nuxtjs/robots",
4313
5159
  "icon": "robots.png",
4314
- "github": "https://github.com/nuxt-community/robots-module",
4315
- "website": "https://github.com/nuxt-community/robots-module",
5160
+ "github": "https://github.com/nuxt-modules/robots",
5161
+ "website": "https://github.com/nuxt-modules/robots",
4316
5162
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4317
5163
  "category": "SEO",
4318
5164
  "type": "community",
@@ -4331,23 +5177,23 @@
4331
5177
  },
4332
5178
  {
4333
5179
  "name": "rollbar",
4334
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4335
- "repo": "gaelreyrol/nuxt-rollbar-module",
4336
- "npm": "nuxt-rollbar-module",
5180
+ "description": "Nuxt 3 module to integrate Rollbar.",
5181
+ "repo": "jairoblatt/nuxt-rollbar",
5182
+ "npm": "nuxt-rollbar",
4337
5183
  "icon": "rollbar.png",
4338
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4339
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5184
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5185
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4340
5186
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4341
5187
  "category": "Monitoring",
4342
5188
  "type": "3rd-party",
4343
5189
  "maintainers": [
4344
5190
  {
4345
- "name": "Gaël Reyrol",
4346
- "github": "gaelreyrol"
5191
+ "name": "Jairo Blatt",
5192
+ "github": "jairoblatt"
4347
5193
  }
4348
5194
  ],
4349
5195
  "compatibility": {
4350
- "nuxt": "^2.0.0",
5196
+ "nuxt": "^3.0.0",
4351
5197
  "requires": {}
4352
5198
  }
4353
5199
  },
@@ -4376,7 +5222,7 @@
4376
5222
  },
4377
5223
  {
4378
5224
  "name": "router",
4379
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5225
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4380
5226
  "repo": "nuxt-community/router-module",
4381
5227
  "npm": "@nuxtjs/router",
4382
5228
  "icon": "vue.png",
@@ -4424,13 +5270,13 @@
4424
5270
  },
4425
5271
  {
4426
5272
  "name": "schema-org",
4427
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4428
- "repo": "vueuse/schema-org#main/packages/nuxt",
5273
+ "description": "Schema.org for Nuxt.",
5274
+ "repo": "harlan-zw/nuxt-schema-org",
4429
5275
  "npm": "nuxt-schema-org",
4430
5276
  "icon": "schema-org.svg",
4431
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4432
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4433
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5277
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5278
+ "website": "https://nuxtseo.com/schema-org",
5279
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4434
5280
  "category": "SEO",
4435
5281
  "type": "3rd-party",
4436
5282
  "maintainers": [
@@ -4493,7 +5339,7 @@
4493
5339
  },
4494
5340
  {
4495
5341
  "name": "segment",
4496
- "description": "Nuxt.js module for Segment Analytics.js",
5342
+ "description": "Nuxt module for Segment Analytics.js",
4497
5343
  "repo": "dansmaculotte/nuxt-segment",
4498
5344
  "npm": "@dansmaculotte/nuxt-segment",
4499
5345
  "icon": "segment.png",
@@ -4515,10 +5361,10 @@
4515
5361
  },
4516
5362
  {
4517
5363
  "name": "sentry",
4518
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5364
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4519
5365
  "repo": "nuxt-community/sentry-module",
4520
5366
  "npm": "@nuxtjs/sentry",
4521
- "icon": "sentry.png",
5367
+ "icon": "sentry.svg",
4522
5368
  "github": "https://github.com/nuxt-community/sentry-module",
4523
5369
  "website": "https://sentry.nuxtjs.org/",
4524
5370
  "learn_more": "https://sentry.io/welcome/",
@@ -4535,14 +5381,38 @@
4535
5381
  "requires": {}
4536
5382
  }
4537
5383
  },
5384
+ {
5385
+ "name": "seo-experiments",
5386
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5387
+ "repo": "harlan-zw/nuxt-seo-experiments",
5388
+ "npm": "nuxt-seo-experiments",
5389
+ "icon": "seo-experiments.svg",
5390
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5391
+ "website": "https://nuxtseo.com/experiments",
5392
+ "learn_more": "https://nuxtseo.com/experiments",
5393
+ "category": "SEO",
5394
+ "type": "3rd-party",
5395
+ "maintainers": [
5396
+ {
5397
+ "name": "Harlan Wilton",
5398
+ "github": "harlan-zw",
5399
+ "twitter": "harlan_zw",
5400
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5401
+ }
5402
+ ],
5403
+ "compatibility": {
5404
+ "nuxt": "^3.0.0",
5405
+ "requires": {}
5406
+ }
5407
+ },
4538
5408
  {
4539
5409
  "name": "seo-kit",
4540
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5410
+ "description": "The complete SEO solution for Nuxt.",
4541
5411
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4542
5412
  "npm": "nuxt-seo-kit",
4543
5413
  "icon": "seo-kit.svg",
4544
5414
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4545
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5415
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4546
5416
  "learn_more": "",
4547
5417
  "category": "SEO",
4548
5418
  "type": "3rd-party",
@@ -4582,7 +5452,7 @@
4582
5452
  },
4583
5453
  {
4584
5454
  "name": "seomatic-meta",
4585
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5455
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4586
5456
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4587
5457
  "npm": "nuxt-seomatic-meta",
4588
5458
  "icon": "seomatic.png",
@@ -4625,6 +5495,29 @@
4625
5495
  "requires": {}
4626
5496
  }
4627
5497
  },
5498
+ {
5499
+ "name": "server-block",
5500
+ "description": "Use <server> tags in your Nuxt pages components.",
5501
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5502
+ "npm": "@hebilicious/server-block-nuxt",
5503
+ "icon": "server-block.svg",
5504
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5505
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5506
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5507
+ "category": "Extensions",
5508
+ "type": "3rd-party",
5509
+ "maintainers": [
5510
+ {
5511
+ "name": "Hebilicious",
5512
+ "github": "Hebilicious",
5513
+ "twitter": "its_hebilicious"
5514
+ }
5515
+ ],
5516
+ "compatibility": {
5517
+ "nuxt": "^3.0.0",
5518
+ "requires": {}
5519
+ }
5520
+ },
4628
5521
  {
4629
5522
  "name": "session",
4630
5523
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4650,7 +5543,7 @@
4650
5543
  },
4651
5544
  {
4652
5545
  "name": "shopify",
4653
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5546
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4654
5547
  "repo": "Gomah/nuxt-shopify",
4655
5548
  "npm": "nuxt-shopify",
4656
5549
  "icon": "shopify.png",
@@ -4671,7 +5564,7 @@
4671
5564
  }
4672
5565
  },
4673
5566
  {
4674
- "name": "nuxt-auth",
5567
+ "name": "sidebase-auth",
4675
5568
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4676
5569
  "repo": "sidebase/nuxt-auth",
4677
5570
  "npm": "@sidebase/nuxt-auth",
@@ -4717,13 +5610,13 @@
4717
5610
  },
4718
5611
  {
4719
5612
  "name": "simple-robots",
4720
- "description": "Simply manage the robots crawling your Nuxt app.",
5613
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4721
5614
  "repo": "harlan-zw/nuxt-simple-robots",
4722
5615
  "npm": "nuxt-simple-robots",
4723
- "icon": "",
5616
+ "icon": "simple-robots.svg",
4724
5617
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4725
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4726
- "learn_more": "",
5618
+ "website": "https://nuxtseo.com/robots",
5619
+ "learn_more": "https://nuxtseo.com/robots",
4727
5620
  "category": "SEO",
4728
5621
  "type": "3rd-party",
4729
5622
  "maintainers": [
@@ -4741,13 +5634,13 @@
4741
5634
  },
4742
5635
  {
4743
5636
  "name": "simple-sitemap",
4744
- "description": "Simple, minimal sitemap.xml generation.",
5637
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4745
5638
  "repo": "harlan-zw/nuxt-simple-sitemap",
4746
5639
  "npm": "nuxt-simple-sitemap",
4747
- "icon": "",
5640
+ "icon": "simple-sitemap.svg",
4748
5641
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4749
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4750
- "learn_more": "",
5642
+ "website": "https://nuxtseo.com/simple-sitemap",
5643
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4751
5644
  "category": "SEO",
4752
5645
  "type": "3rd-party",
4753
5646
  "maintainers": [
@@ -4765,7 +5658,7 @@
4765
5658
  },
4766
5659
  {
4767
5660
  "name": "sitemap",
4768
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5661
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4769
5662
  "repo": "nuxt-community/sitemap-module#dev",
4770
5663
  "npm": "@nuxtjs/sitemap",
4771
5664
  "icon": "",
@@ -4810,7 +5703,7 @@
4810
5703
  },
4811
5704
  {
4812
5705
  "name": "snipcart",
4813
- "description": "Snipcart integration module for Nuxt.js",
5706
+ "description": "Snipcart integration module for Nuxt",
4814
5707
  "repo": "nuxt-modules/snipcart",
4815
5708
  "npm": "@nuxtjs/snipcart",
4816
5709
  "icon": "snipcart.png",
@@ -4833,7 +5726,7 @@
4833
5726
  },
4834
5727
  {
4835
5728
  "name": "social-meta",
4836
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5729
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4837
5730
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4838
5731
  "npm": "nuxt-social-meta",
4839
5732
  "icon": "",
@@ -4955,7 +5848,7 @@
4955
5848
  },
4956
5849
  {
4957
5850
  "name": "storage",
4958
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5851
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
4959
5852
  "repo": "mazipan/nuxt-storage",
4960
5853
  "npm": "nuxt-storage",
4961
5854
  "icon": "",
@@ -4977,7 +5870,7 @@
4977
5870
  },
4978
5871
  {
4979
5872
  "name": "storefront-ui",
4980
- "description": "Storefront UI Module for Nuxt.js",
5873
+ "description": "Storefront UI Module for Nuxt",
4981
5874
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
4982
5875
  "npm": "@storefront-ui/nuxt",
4983
5876
  "icon": "storefront-ui.svg",
@@ -5021,7 +5914,7 @@
5021
5914
  },
5022
5915
  {
5023
5916
  "name": "storyblok",
5024
- "description": "Storyblok Nuxt.js module",
5917
+ "description": "Storyblok Nuxt module",
5025
5918
  "repo": "storyblok/storyblok-nuxt#master/lib",
5026
5919
  "npm": "@storyblok/nuxt",
5027
5920
  "icon": "storyblok.png",
@@ -5038,46 +5931,43 @@
5038
5931
  ],
5039
5932
  "compatibility": {
5040
5933
  "nuxt": "^2.0.0 || ^3.0.0",
5041
- "requires": {}
5934
+ "requires": {},
5935
+ "devtools": "^0.0.0"
5042
5936
  }
5043
5937
  },
5044
5938
  {
5045
5939
  "name": "storybook",
5046
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5047
- "repo": "nuxt-community/storybook",
5940
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5941
+ "repo": "nuxt-modules/storybook",
5048
5942
  "npm": "@nuxtjs/storybook",
5049
5943
  "icon": "storybook.png",
5050
- "github": "https://github.com/nuxt-community/storybook",
5944
+ "github": "https://github.com/nuxt-modules/storybook",
5051
5945
  "website": "https://storybook.nuxtjs.org",
5052
- "learn_more": "https://storybook.js.org/",
5946
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5053
5947
  "category": "Devtools",
5054
5948
  "type": "community",
5055
5949
  "maintainers": [
5056
5950
  {
5057
- "name": "Ahad Birang",
5058
- "github": "farnabaz",
5059
- "twitter": "a_birang"
5060
- },
5061
- {
5062
- "name": "Pooya Parsa",
5063
- "github": "pi0",
5064
- "twitter": "_pi0_"
5951
+ "name": "Chakir QATAB",
5952
+ "github": "chakAs3",
5953
+ "twitter": "ChakirQatab"
5065
5954
  }
5066
5955
  ],
5067
5956
  "compatibility": {
5068
- "nuxt": "^2.0.0",
5957
+ "nuxt": "^2.0.0 || ^3.0.0",
5069
5958
  "requires": {
5070
5959
  "bridge": "optional"
5071
- }
5960
+ },
5961
+ "devtools": "^0.7.2"
5072
5962
  }
5073
5963
  },
5074
5964
  {
5075
5965
  "name": "strapi",
5076
5966
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5077
- "repo": "nuxt-community/strapi-module",
5967
+ "repo": "nuxt-modules/strapi",
5078
5968
  "npm": "@nuxtjs/strapi",
5079
5969
  "icon": "strapi.png",
5080
- "github": "https://github.com/nuxt-community/strapi-module",
5970
+ "github": "https://github.com/nuxt-modules/strapi",
5081
5971
  "website": "https://strapi.nuxtjs.org",
5082
5972
  "learn_more": "https://strapi.io/",
5083
5973
  "category": "CMS",
@@ -5098,7 +5988,34 @@
5098
5988
  "nuxt": "^2.0.0 || ^3.0.0",
5099
5989
  "requires": {
5100
5990
  "bridge": true
5991
+ },
5992
+ "devtools": "^0.0.0"
5993
+ }
5994
+ },
5995
+ {
5996
+ "name": "stripe-next",
5997
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5998
+ "repo": "fuentesloic/nuxt-stripe",
5999
+ "npm": "@unlok-co/nuxt-stripe",
6000
+ "icon": "stripe.png",
6001
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6002
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6003
+ "learn_more": "https://stripe.com/docs",
6004
+ "category": "Payment",
6005
+ "type": "3rd-party",
6006
+ "maintainers": [
6007
+ {
6008
+ "name": "Loic Fuentes",
6009
+ "github": "fuentesloic"
6010
+ },
6011
+ {
6012
+ "name": "Florent Giraud",
6013
+ "github": "flozero"
5101
6014
  }
6015
+ ],
6016
+ "compatibility": {
6017
+ "nuxt": "^3.0.0",
6018
+ "requires": {}
5102
6019
  }
5103
6020
  },
5104
6021
  {
@@ -5123,6 +6040,36 @@
5123
6040
  "requires": {}
5124
6041
  }
5125
6042
  },
6043
+ {
6044
+ "name": "studio",
6045
+ "description": "A new experience to build content-driven website with Nuxt.",
6046
+ "repo": "nuxtlabs/studio-module",
6047
+ "npm": "@nuxthq/studio",
6048
+ "icon": "studio.svg",
6049
+ "github": "https://github.com/nuxtlabs/studio-module",
6050
+ "website": "https://nuxt.studio",
6051
+ "learn_more": "https://nuxt.studio",
6052
+ "category": "CMS",
6053
+ "type": "3rd-party",
6054
+ "maintainers": [
6055
+ {
6056
+ "name": "Ahad Birang",
6057
+ "github": "farnabaz",
6058
+ "twitter": "a_birang"
6059
+ },
6060
+ {
6061
+ "name": "Sébastien Chopin",
6062
+ "github": "Atinux",
6063
+ "twitter": "Atinux"
6064
+ }
6065
+ ],
6066
+ "compatibility": {
6067
+ "nuxt": "^3.0.0",
6068
+ "requires": {
6069
+ "content": true
6070
+ }
6071
+ }
6072
+ },
5126
6073
  {
5127
6074
  "name": "style-resources",
5128
6075
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5148,7 +6095,7 @@
5148
6095
  },
5149
6096
  {
5150
6097
  "name": "stylelint",
5151
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6098
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5152
6099
  "repo": "nuxt-community/stylelint-module",
5153
6100
  "npm": "@nuxtjs/stylelint-module",
5154
6101
  "icon": "stylelint.png",
@@ -5194,10 +6141,10 @@
5194
6141
  {
5195
6142
  "name": "supabase",
5196
6143
  "description": "First class integration with Supabase",
5197
- "repo": "nuxt-community/supabase-module",
6144
+ "repo": "nuxt-modules/supabase",
5198
6145
  "npm": "@nuxtjs/supabase",
5199
6146
  "icon": "supabase.png",
5200
- "github": "https://github.com/nuxt-community/supabase-module",
6147
+ "github": "https://github.com/nuxt-modules/supabase",
5201
6148
  "website": "https://supabase.nuxtjs.org",
5202
6149
  "learn_more": "https://supabase.com",
5203
6150
  "category": "Database",
@@ -5248,12 +6195,12 @@
5248
6195
  },
5249
6196
  {
5250
6197
  "name": "svg-sprite",
5251
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5252
- "repo": "nuxt-community/svg-sprite-module",
6198
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6199
+ "repo": "nuxt-modules/svg-sprite",
5253
6200
  "npm": "@nuxtjs/svg-sprite",
5254
6201
  "icon": "",
5255
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5256
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6202
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6203
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5257
6204
  "learn_more": "",
5258
6205
  "category": "UI",
5259
6206
  "type": "community",
@@ -5265,13 +6212,13 @@
5265
6212
  }
5266
6213
  ],
5267
6214
  "compatibility": {
5268
- "nuxt": "^2.0.0",
6215
+ "nuxt": "^2.0.0 || ^3.0.0",
5269
6216
  "requires": {}
5270
6217
  }
5271
6218
  },
5272
6219
  {
5273
6220
  "name": "svg",
5274
- "description": "Super simple svg loading module for Nuxt.js",
6221
+ "description": "Super simple svg loading module for Nuxt",
5275
6222
  "repo": "nuxt-community/svg-module",
5276
6223
  "npm": "@nuxtjs/svg",
5277
6224
  "icon": "",
@@ -5315,7 +6262,7 @@
5315
6262
  },
5316
6263
  {
5317
6264
  "name": "swiper",
5318
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6265
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5319
6266
  "repo": "cpreston321/nuxt-swiper",
5320
6267
  "npm": "nuxt-swiper",
5321
6268
  "icon": "swiper.svg",
@@ -5361,10 +6308,10 @@
5361
6308
  {
5362
6309
  "name": "tailwindcss",
5363
6310
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5364
- "repo": "nuxt-community/tailwindcss-module",
6311
+ "repo": "nuxt-modules/tailwindcss",
5365
6312
  "npm": "@nuxtjs/tailwindcss",
5366
6313
  "icon": "tailwindcss.png",
5367
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6314
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5368
6315
  "website": "https://tailwindcss.nuxtjs.org",
5369
6316
  "learn_more": "https://tailwindcss.com/",
5370
6317
  "category": "UI",
@@ -5374,11 +6321,16 @@
5374
6321
  "name": "Sébastien Chopin",
5375
6322
  "github": "Atinux",
5376
6323
  "twitter": "Atinux"
6324
+ },
6325
+ {
6326
+ "name": "Inesh Bose",
6327
+ "github": "ineshbose"
5377
6328
  }
5378
6329
  ],
5379
6330
  "compatibility": {
5380
6331
  "nuxt": "^2.0.0 || ^3.0.0",
5381
- "requires": {}
6332
+ "requires": {},
6333
+ "devtools": "^0.0.0"
5382
6334
  }
5383
6335
  },
5384
6336
  {
@@ -5404,9 +6356,31 @@
5404
6356
  "requires": {}
5405
6357
  }
5406
6358
  },
6359
+ {
6360
+ "name": "time",
6361
+ "description": "Safely render local dates and times on the server with Nuxt",
6362
+ "repo": "danielroe/nuxt-time",
6363
+ "npm": "nuxt-time",
6364
+ "icon": "",
6365
+ "github": "https://github.com/danielroe/nuxt-time",
6366
+ "website": "https://github.com/danielroe/nuxt-time",
6367
+ "learn_more": "",
6368
+ "category": "Extensions",
6369
+ "type": "3rd-party",
6370
+ "maintainers": [
6371
+ {
6372
+ "name": "danielroe",
6373
+ "github": "danielroe"
6374
+ }
6375
+ ],
6376
+ "compatibility": {
6377
+ "nuxt": "^3.0.0",
6378
+ "requires": {}
6379
+ }
6380
+ },
5407
6381
  {
5408
6382
  "name": "toast",
5409
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6383
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5410
6384
  "repo": "nuxt-community/modules#master/packages/toast",
5411
6385
  "npm": "@nuxtjs/toast",
5412
6386
  "icon": "",
@@ -5427,6 +6401,39 @@
5427
6401
  "requires": {}
5428
6402
  }
5429
6403
  },
6404
+ {
6405
+ "name": "tresjs",
6406
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6407
+ "repo": "tresjs/nuxt",
6408
+ "npm": "@tresjs/nuxt",
6409
+ "icon": "tresjs.svg",
6410
+ "github": "https://github.com/Tresjs/nuxt",
6411
+ "website": "https://tresjs.org/guide/nuxt.html",
6412
+ "learn_more": "https://tresjs.org/",
6413
+ "category": "Libraries",
6414
+ "type": "3rd-party",
6415
+ "maintainers": [
6416
+ {
6417
+ "name": "Alvaro Saburido",
6418
+ "github": "alvarosabu",
6419
+ "twitter": "alvarosabu"
6420
+ },
6421
+ {
6422
+ "name": "Jaime Torrealba",
6423
+ "github": "JaimeTorrealba",
6424
+ "twitter": "jaimebboyjt"
6425
+ },
6426
+ {
6427
+ "name": "Tino Koch",
6428
+ "github": "Tinoooo",
6429
+ "twitter": "ichbintino"
6430
+ }
6431
+ ],
6432
+ "compatibility": {
6433
+ "nuxt": "^3.0.0",
6434
+ "requires": {}
6435
+ }
6436
+ },
5430
6437
  {
5431
6438
  "name": "turnstile",
5432
6439
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5454,7 +6461,7 @@
5454
6461
  },
5455
6462
  {
5456
6463
  "name": "twa",
5457
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6464
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5458
6465
  "repo": "tuarrep/nuxt-twa",
5459
6466
  "npm": "nuxt-twa",
5460
6467
  "icon": "",
@@ -5476,6 +6483,28 @@
5476
6483
  }
5477
6484
  }
5478
6485
  },
6486
+ {
6487
+ "name": "twemoji",
6488
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
6489
+ "repo": "yizack/nuxt-twemoji",
6490
+ "npm": "nuxt-twemoji",
6491
+ "icon": "twemoji.svg",
6492
+ "github": "https://github.com/Yizack/nuxt-twemoji",
6493
+ "website": "https://github.com/Yizack/nuxt-twemoji",
6494
+ "learn_more": "",
6495
+ "category": "UI",
6496
+ "type": "3rd-party",
6497
+ "maintainers": [
6498
+ {
6499
+ "name": "Yizack Rangel",
6500
+ "github": "yizack"
6501
+ }
6502
+ ],
6503
+ "compatibility": {
6504
+ "nuxt": "^3.0.0",
6505
+ "requires": {}
6506
+ }
6507
+ },
5479
6508
  {
5480
6509
  "name": "twicpics",
5481
6510
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5620,6 +6649,63 @@
5620
6649
  "requires": {}
5621
6650
  }
5622
6651
  },
6652
+ {
6653
+ "name": "typo3",
6654
+ "description": "TYPO3 Headless Frontend Rendering module",
6655
+ "repo": "TYPO3-Headless/nuxt-typo3",
6656
+ "npm": "@t3headless/nuxt-typo3",
6657
+ "icon": "typo3.svg",
6658
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6659
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6660
+ "learn_more": "https://github.com/TYPO3-Headless",
6661
+ "category": "CMS",
6662
+ "type": "3rd-party",
6663
+ "maintainers": [
6664
+ {
6665
+ "name": "Macopedia",
6666
+ "github": "macopedia",
6667
+ "twitter": "macopediapl"
6668
+ }
6669
+ ],
6670
+ "compatibility": {
6671
+ "nuxt": "^2.0.0 || ^3.0.0",
6672
+ "requires": {},
6673
+ "devtools": "^0.0.0"
6674
+ }
6675
+ },
6676
+ {
6677
+ "name": "ui",
6678
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6679
+ "repo": "nuxt/ui#dev",
6680
+ "npm": "@nuxt/ui",
6681
+ "icon": "nuxt.svg",
6682
+ "github": "https://github.com/nuxt/ui",
6683
+ "website": "https://ui.nuxt.com",
6684
+ "learn_more": "",
6685
+ "category": "UI",
6686
+ "type": "official",
6687
+ "maintainers": [
6688
+ {
6689
+ "name": "Benjamin Canac",
6690
+ "github": "benjamincanac",
6691
+ "twitter": "benjamincanac"
6692
+ },
6693
+ {
6694
+ "name": "Sebastien Chopin",
6695
+ "github": "Atinux",
6696
+ "twitter": "Atinux"
6697
+ },
6698
+ {
6699
+ "name": "Sylvain Marroufin",
6700
+ "github": "smarroufin",
6701
+ "twitter": "smarroufin"
6702
+ }
6703
+ ],
6704
+ "compatibility": {
6705
+ "nuxt": "^3.0.0",
6706
+ "requires": {}
6707
+ }
6708
+ },
5623
6709
  {
5624
6710
  "name": "umami",
5625
6711
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5668,7 +6754,7 @@
5668
6754
  },
5669
6755
  {
5670
6756
  "name": "universal-storage",
5671
- "description": "Universal Storage Utilities for Nuxt.js",
6757
+ "description": "Universal Storage Utilities for Nuxt",
5672
6758
  "repo": "nuxt-community/universal-storage-module",
5673
6759
  "npm": "@nuxtjs/universal-storage",
5674
6760
  "icon": "",
@@ -5745,12 +6831,12 @@
5745
6831
  {
5746
6832
  "name": "unocss",
5747
6833
  "description": "The instant on-demand atomic CSS engine.",
5748
- "repo": "antfu/unocss#main/packages/nuxt",
6834
+ "repo": "unocss/unocss#main/packages/nuxt",
5749
6835
  "npm": "@unocss/nuxt",
5750
6836
  "icon": "unocss.svg",
5751
- "github": "https://github.com/antfu/unocss",
5752
- "website": "https://github.com/antfu/unocss",
5753
- "learn_more": "https://github.com/antfu/unocss",
6837
+ "github": "https://github.com/unocss/unocss",
6838
+ "website": "https://github.com/unocss/unocss",
6839
+ "learn_more": "https://github.com/unocss/unocss",
5754
6840
  "category": "UI",
5755
6841
  "type": "3rd-party",
5756
6842
  "maintainers": [
@@ -5765,7 +6851,8 @@
5765
6851
  "nuxt": "^2.0.0 || ^3.0.0",
5766
6852
  "requires": {
5767
6853
  "bridge": "optional"
5768
- }
6854
+ },
6855
+ "devtools": "^0.0.0"
5769
6856
  }
5770
6857
  },
5771
6858
  {
@@ -5791,9 +6878,33 @@
5791
6878
  "requires": {}
5792
6879
  }
5793
6880
  },
6881
+ {
6882
+ "name": "use-wagmi",
6883
+ "description": "Vue Composition for Ethereum based on wagmi",
6884
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6885
+ "npm": "@use-wagmi/nuxt",
6886
+ "icon": "use-wagmi.png",
6887
+ "github": "https://github.com/unicape/use-wagmi",
6888
+ "website": "https://github.com/unicape/use-wagmi",
6889
+ "learn_more": "https://github.com/unicape/use-wagmi",
6890
+ "category": "Extensions",
6891
+ "type": "3rd-party",
6892
+ "maintainers": [
6893
+ {
6894
+ "name": "Unic Ape",
6895
+ "github": "unicape"
6896
+ }
6897
+ ],
6898
+ "compatibility": {
6899
+ "nuxt": "^2.0.0 || ^3.0.0",
6900
+ "requires": {
6901
+ "bridge": true
6902
+ }
6903
+ }
6904
+ },
5794
6905
  {
5795
6906
  "name": "user-agent",
5796
- "description": "Nuxt.js module for handling User-Agent.",
6907
+ "description": "Nuxt module for handling User-Agent.",
5797
6908
  "repo": "fukuiretu/nuxt-user-agent",
5798
6909
  "npm": "nuxt-user-agent",
5799
6910
  "icon": "",
@@ -5883,9 +6994,31 @@
5883
6994
  }
5884
6995
  }
5885
6996
  },
6997
+ {
6998
+ "name": "vcalendar",
6999
+ "description": "VCalendar module for Nuxt",
7000
+ "repo": "samk-dev/nuxt-vcalendar",
7001
+ "npm": "@samk-dev/nuxt-vcalendar",
7002
+ "icon": "vcalendar.png",
7003
+ "github": "https://github.com/samk-dev/vcalendar",
7004
+ "website": "https://github.com/samk-dev/vcalendar",
7005
+ "learn_more": "",
7006
+ "category": "Libraries",
7007
+ "type": "3rd-party",
7008
+ "maintainers": [
7009
+ {
7010
+ "name": "Sam K",
7011
+ "github": "samk-dev"
7012
+ }
7013
+ ],
7014
+ "compatibility": {
7015
+ "nuxt": "^3.0.0",
7016
+ "requires": {}
7017
+ }
7018
+ },
5886
7019
  {
5887
7020
  "name": "vee-validate",
5888
- "description": "Painless Vue forms for Nuxt.js",
7021
+ "description": "Painless Vue forms for Nuxt",
5889
7022
  "repo": "logaretm/vee-validate#main/packages/nuxt",
5890
7023
  "npm": "@vee-validate/nuxt",
5891
7024
  "icon": "vee-validate.png",
@@ -5928,6 +7061,28 @@
5928
7061
  "requires": {}
5929
7062
  }
5930
7063
  },
7064
+ {
7065
+ "name": "vercel-analytics",
7066
+ "description": "Vercel Analytics integration for Nuxt",
7067
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
7068
+ "npm": "nuxt-vercel-analytics",
7069
+ "icon": "",
7070
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7071
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
7072
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
7073
+ "category": "Analytics",
7074
+ "type": "3rd-party",
7075
+ "maintainers": [
7076
+ {
7077
+ "name": "Alexander B.",
7078
+ "github": "xanderbarkhatov"
7079
+ }
7080
+ ],
7081
+ "compatibility": {
7082
+ "nuxt": "^3.0.0",
7083
+ "requires": {}
7084
+ }
7085
+ },
5931
7086
  {
5932
7087
  "name": "vexip-ui",
5933
7088
  "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
@@ -5953,7 +7108,7 @@
5953
7108
  },
5954
7109
  {
5955
7110
  "name": "vite-pwa-nuxt",
5956
- "description": "Zero-config PWA Plugin for Nuxt 3",
7111
+ "description": "Zero-config PWA Plugin for Nuxt",
5957
7112
  "repo": "vite-pwa/nuxt",
5958
7113
  "npm": "@vite-pwa/nuxt",
5959
7114
  "icon": "vite-pwa-nuxt.svg",
@@ -5982,13 +7137,13 @@
5982
7137
  {
5983
7138
  "name": "vitest",
5984
7139
  "description": "Vitest integration with Nuxt",
5985
- "repo": "danielroe/nuxt-vitest#main",
7140
+ "repo": "danielroe/nuxt-vitest",
5986
7141
  "npm": "nuxt-vitest",
5987
7142
  "icon": "vitest.svg",
5988
7143
  "github": "https://github.com/danielroe/nuxt-vitest",
5989
7144
  "website": "https://github.com/danielroe/nuxt-vitest",
5990
7145
  "learn_more": "",
5991
- "category": "Extensions",
7146
+ "category": "Devtools",
5992
7147
  "type": "3rd-party",
5993
7148
  "maintainers": [
5994
7149
  {
@@ -6000,6 +7155,61 @@
6000
7155
  "github": "antfu"
6001
7156
  }
6002
7157
  ],
7158
+ "compatibility": {
7159
+ "nuxt": "^3.0.0",
7160
+ "requires": {},
7161
+ "devtools": "^0.0.0"
7162
+ }
7163
+ },
7164
+ {
7165
+ "name": "vue-email",
7166
+ "description": "💌 Write email templates with vue",
7167
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7168
+ "npm": "vue-email",
7169
+ "icon": "vue-email.svg",
7170
+ "github": "https://github.com/Dave136/vue-email",
7171
+ "website": "https://www.vuemail.net/",
7172
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7173
+ "category": "UI",
7174
+ "type": "3rd-party",
7175
+ "maintainers": [
7176
+ {
7177
+ "name": "David Arenas",
7178
+ "github": "Dave136",
7179
+ "twitter": "davejs4",
7180
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7181
+ },
7182
+ {
7183
+ "name": "Younes Barrad",
7184
+ "github": "Flowko",
7185
+ "twitter": "imflowko",
7186
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7187
+ }
7188
+ ],
7189
+ "compatibility": {
7190
+ "nuxt": "^3.0.0",
7191
+ "requires": {},
7192
+ "devtools": "^0.0.0"
7193
+ }
7194
+ },
7195
+ {
7196
+ "name": "vue-final-modal",
7197
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7198
+ "repo": "vue-final/vue-final-modal",
7199
+ "npm": "@vue-final-modal/nuxt",
7200
+ "icon": "vue-final-modal.svg",
7201
+ "github": "https://github.com/vue-final/vue-final-modal",
7202
+ "website": "https://vue-final-modal.org/",
7203
+ "learn_more": "https://vue-final-modal.org/",
7204
+ "category": "UI",
7205
+ "type": "3rd-party",
7206
+ "maintainers": [
7207
+ {
7208
+ "name": "Hunter Liu",
7209
+ "github": "hunterliu1003",
7210
+ "twitter": "hunterliu1003"
7211
+ }
7212
+ ],
6003
7213
  "compatibility": {
6004
7214
  "nuxt": "^3.0.0",
6005
7215
  "requires": {}
@@ -6027,7 +7237,8 @@
6027
7237
  "nuxt": "^3.0.0",
6028
7238
  "requires": {
6029
7239
  "bridge": "optional"
6030
- }
7240
+ },
7241
+ "devtools": "^0.0.0"
6031
7242
  }
6032
7243
  },
6033
7244
  {
@@ -6054,7 +7265,7 @@
6054
7265
  },
6055
7266
  {
6056
7267
  "name": "vue-multiselect",
6057
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7268
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6058
7269
  "repo": "spektrummedia/nuxt-vue-multiselect",
6059
7270
  "npm": "nuxt-vue-multiselect",
6060
7271
  "icon": "",
@@ -6096,6 +7307,29 @@
6096
7307
  "requires": {}
6097
7308
  }
6098
7309
  },
7310
+ {
7311
+ "name": "vue-query",
7312
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7313
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7314
+ "npm": "@hebilicious/vue-query-nuxt",
7315
+ "icon": "vue-query.svg",
7316
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
7317
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
7318
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
7319
+ "category": "Request",
7320
+ "type": "3rd-party",
7321
+ "maintainers": [
7322
+ {
7323
+ "name": "Hebilicious",
7324
+ "github": "Hebilicious",
7325
+ "twitter": "its_hebilicious"
7326
+ }
7327
+ ],
7328
+ "compatibility": {
7329
+ "nuxt": "^3.0.0",
7330
+ "requires": {}
7331
+ }
7332
+ },
6099
7333
  {
6100
7334
  "name": "vue-select",
6101
7335
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -6145,7 +7379,7 @@
6145
7379
  },
6146
7380
  {
6147
7381
  "name": "vue-warehouse",
6148
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7382
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6149
7383
  "repo": "juliomrqz/vue-warehouse",
6150
7384
  "npm": "vue-warehouse",
6151
7385
  "icon": "",
@@ -6166,6 +7400,29 @@
6166
7400
  "requires": {}
6167
7401
  }
6168
7402
  },
7403
+ {
7404
+ "name": "vue3-carousel-nuxt",
7405
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7406
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7407
+ "npm": "vue3-carousel-nuxt",
7408
+ "icon": "",
7409
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7410
+ "website": "",
7411
+ "learn_more": "",
7412
+ "category": "UI",
7413
+ "type": "3rd-party",
7414
+ "maintainers": [
7415
+ {
7416
+ "name": "Gaetan SENN",
7417
+ "github": "gaetansenn",
7418
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7419
+ }
7420
+ ],
7421
+ "compatibility": {
7422
+ "nuxt": "^3.0.0",
7423
+ "requires": {}
7424
+ }
7425
+ },
6169
7426
  {
6170
7427
  "name": "vuefire",
6171
7428
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6188,9 +7445,55 @@
6188
7445
  "requires": {}
6189
7446
  }
6190
7447
  },
7448
+ {
7449
+ "name": "vueform-builder",
7450
+ "description": "Official Vueform Builder module for Nuxt",
7451
+ "repo": "vueform/builder/nuxt",
7452
+ "npm": "@vueform/builder-nuxt",
7453
+ "icon": "vueform.svg",
7454
+ "github": "https://github.com/vueform/builder",
7455
+ "website": "https://builder.vueform.com",
7456
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7457
+ "category": "Libraries",
7458
+ "type": "3rd-party",
7459
+ "maintainers": [
7460
+ {
7461
+ "name": "Adam Berecz",
7462
+ "github": "adamberecz",
7463
+ "twitter": "bereczadam"
7464
+ }
7465
+ ],
7466
+ "compatibility": {
7467
+ "nuxt": "^3.0.0",
7468
+ "requires": {}
7469
+ }
7470
+ },
7471
+ {
7472
+ "name": "vueform",
7473
+ "description": "Official Vueform module for Nuxt",
7474
+ "repo": "vueform/vueform/nuxt",
7475
+ "npm": "@vueform/nuxt",
7476
+ "icon": "vueform.svg",
7477
+ "github": "https://github.com/vueform/vueform",
7478
+ "website": "https://vueform.com",
7479
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7480
+ "category": "Libraries",
7481
+ "type": "3rd-party",
7482
+ "maintainers": [
7483
+ {
7484
+ "name": "Adam Berecz",
7485
+ "github": "adamberecz",
7486
+ "twitter": "bereczadam"
7487
+ }
7488
+ ],
7489
+ "compatibility": {
7490
+ "nuxt": "^3.0.0",
7491
+ "requires": {}
7492
+ }
7493
+ },
6191
7494
  {
6192
7495
  "name": "vuestic",
6193
- "description": "Vuestic UI module for Nuxt 3",
7496
+ "description": "Vuestic UI module for Nuxt",
6194
7497
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6195
7498
  "npm": "@vuestic/nuxt",
6196
7499
  "icon": "vuestic.png",
@@ -6210,9 +7513,31 @@
6210
7513
  "requires": {}
6211
7514
  }
6212
7515
  },
7516
+ {
7517
+ "name": "vuetify-nuxt-module",
7518
+ "description": "Zero-config Nuxt Module for Vuetify.",
7519
+ "repo": "userquin/vuetify-nuxt-module",
7520
+ "npm": "vuetify-nuxt-module",
7521
+ "icon": "vuetify-logo-v3-dark.svg",
7522
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7523
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7524
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7525
+ "category": "UI",
7526
+ "type": "3rd-party",
7527
+ "maintainers": [
7528
+ {
7529
+ "name": "Joaquín Sánchez",
7530
+ "github": "userquin"
7531
+ }
7532
+ ],
7533
+ "compatibility": {
7534
+ "nuxt": "^3.0.0",
7535
+ "requires": {}
7536
+ }
7537
+ },
6213
7538
  {
6214
7539
  "name": "vuetify",
6215
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7540
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6216
7541
  "repo": "nuxt-community/vuetify-module",
6217
7542
  "npm": "@nuxtjs/vuetify",
6218
7543
  "icon": "vuetify.png",
@@ -6259,7 +7584,8 @@
6259
7584
  "nuxt": "^2.0.0 || ^3.0.0",
6260
7585
  "requires": {
6261
7586
  "bridge": "optional"
6262
- }
7587
+ },
7588
+ "devtools": "^0.0.0"
6263
7589
  }
6264
7590
  },
6265
7591
  {
@@ -6286,7 +7612,7 @@
6286
7612
  },
6287
7613
  {
6288
7614
  "name": "vunix",
6289
- "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.",
7615
+ "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.",
6290
7616
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6291
7617
  "npm": "@vunix/nuxt",
6292
7618
  "icon": "",
@@ -6310,11 +7636,11 @@
6310
7636
  {
6311
7637
  "name": "web-vitals",
6312
7638
  "description": "Web Vitals for Nuxt",
6313
- "repo": "nuxt-community/web-vitals-module",
7639
+ "repo": "nuxt-modules/web-vitals",
6314
7640
  "npm": "@nuxtjs/web-vitals",
6315
7641
  "icon": "web-vitals.png",
6316
- "github": "https://github.com/nuxt-community/web-vitals-module",
6317
- "website": "https://github.com/nuxt-community/web-vitals-module",
7642
+ "github": "https://github.com/nuxt-modules/web-vitals",
7643
+ "website": "https://github.com/nuxt-modules/web-vitals",
6318
7644
  "learn_more": "",
6319
7645
  "category": "Performance",
6320
7646
  "type": "community",
@@ -6365,7 +7691,7 @@
6365
7691
  },
6366
7692
  {
6367
7693
  "name": "webpack-optimisations",
6368
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7694
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6369
7695
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6370
7696
  "npm": "nuxt-webpack-optimisations",
6371
7697
  "icon": "build-optimisations.svg",
@@ -6457,7 +7783,7 @@
6457
7783
  },
6458
7784
  {
6459
7785
  "name": "well-known",
6460
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7786
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6461
7787
  "repo": "zadigetvoltaire/nuxt-well-known",
6462
7788
  "npm": "@zadigetvoltaire/nuxt-well-known",
6463
7789
  "icon": "well-known.svg",
@@ -6479,7 +7805,7 @@
6479
7805
  },
6480
7806
  {
6481
7807
  "name": "wideangle",
6482
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7808
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6483
7809
  "repo": "inputobjects/wideangle-nuxt",
6484
7810
  "npm": "wideangle-nuxt",
6485
7811
  "icon": "wideangle.png",
@@ -6646,55 +7972,9 @@
6646
7972
  "requires": {}
6647
7973
  }
6648
7974
  },
6649
- {
6650
- "name": "yandex-metrika-next",
6651
- "description": "Yandex Metrika integration for Nuxt",
6652
- "repo": "artmizu/yandex-metrika-nuxt",
6653
- "npm": "@artmizu/yandex-metrika-nuxt",
6654
- "icon": "yandex-metrika.svg",
6655
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6656
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6657
- "learn_more": "",
6658
- "category": "Analytics",
6659
- "type": "3rd-party",
6660
- "maintainers": [
6661
- {
6662
- "name": "Aleksandr Saburov",
6663
- "github": "artmizu",
6664
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6665
- }
6666
- ],
6667
- "compatibility": {
6668
- "nuxt": "^3.0.0",
6669
- "requires": {}
6670
- }
6671
- },
6672
- {
6673
- "name": "yandex-metrika",
6674
- "description": "Yandex metrika Module for Nuxt.js",
6675
- "repo": "nuxt-community/yandex-metrika-module",
6676
- "npm": "@nuxtjs/yandex-metrika",
6677
- "icon": "",
6678
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6679
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6680
- "learn_more": "https://metrica.yandex.com/about",
6681
- "category": "Analytics",
6682
- "type": "community",
6683
- "maintainers": [
6684
- {
6685
- "name": "Pooya Parsa",
6686
- "github": "pi0",
6687
- "twitter": "_pi0_"
6688
- }
6689
- ],
6690
- "compatibility": {
6691
- "nuxt": "^2.0.0",
6692
- "requires": {}
6693
- }
6694
- },
6695
7975
  {
6696
7976
  "name": "zendesk",
6697
- "description": "Nuxt.js module for Zendesk",
7977
+ "description": "Nuxt module for Zendesk",
6698
7978
  "repo": "DansMaCulotte/nuxt-zendesk",
6699
7979
  "npm": "@dansmaculotte/nuxt-zendesk",
6700
7980
  "icon": "zendesk.png",