@nuxt/modules 0.6.0-42d442 → 0.6.0-435293

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 +1596 -481
  2. package/package.json +12 -9
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,9 +170,31 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -286,9 +308,76 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "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",
@@ -336,9 +425,32 @@
336
425
  "requires": {}
337
426
  }
338
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
+ },
339
451
  {
340
452
  "name": "axios",
341
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
342
454
  "repo": "nuxt-community/axios-module",
343
455
  "npm": "@nuxtjs/axios",
344
456
  "icon": "axios.svg",
@@ -361,7 +473,7 @@
361
473
  },
362
474
  {
363
475
  "name": "basic-auth",
364
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
365
477
  "repo": "potato4d/nuxt-basic-auth-module",
366
478
  "npm": "nuxt-basic-auth-module",
367
479
  "icon": "",
@@ -485,7 +597,7 @@
485
597
  },
486
598
  {
487
599
  "name": "bulma-slim",
488
- "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",
489
601
  "repo": "mustardamus/nuxt-bulma-slim",
490
602
  "npm": "nuxt-bulma-slim",
491
603
  "icon": "bulma.png",
@@ -552,7 +664,7 @@
552
664
  },
553
665
  {
554
666
  "name": "canvas-sketch",
555
- "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",
556
668
  "repo": "LuXDAmore/generative-art",
557
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
558
670
  "icon": "",
@@ -575,7 +687,7 @@
575
687
  },
576
688
  {
577
689
  "name": "capo",
578
- "description": "Capo.js implementation for Nuxt 3",
690
+ "description": "Capo.js implementation for Nuxt",
579
691
  "repo": "danielroe/nuxt-capo",
580
692
  "npm": "nuxt-capo",
581
693
  "icon": "",
@@ -597,7 +709,7 @@
597
709
  },
598
710
  {
599
711
  "name": "chakra-ui",
600
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
601
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
602
714
  "npm": "@chakra-ui/nuxt",
603
715
  "icon": "chakra-ui.png",
@@ -644,10 +756,10 @@
644
756
  "description": "Privacy-first, end-to-end encrypted analytics",
645
757
  "repo": "chiffre-io/nuxt-chiffre",
646
758
  "npm": "nuxt-chiffre",
647
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
648
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
649
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
650
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
651
763
  "category": "Analytics",
652
764
  "type": "3rd-party",
653
765
  "maintainers": [
@@ -708,7 +820,7 @@
708
820
  },
709
821
  {
710
822
  "name": "cloudcms",
711
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
712
824
  "repo": "gitana/cloudcms-nuxt",
713
825
  "npm": "cloudcms-nuxt",
714
826
  "icon": "",
@@ -757,11 +869,11 @@
757
869
  },
758
870
  {
759
871
  "name": "cloudinary",
760
- "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
762
874
  "npm": "@nuxtjs/cloudinary",
763
875
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
877
  "website": "https://cloudinary.nuxtjs.org",
766
878
  "learn_more": "https://cloudinary.com",
767
879
  "category": "Images",
@@ -780,11 +892,11 @@
780
892
  },
781
893
  {
782
894
  "name": "color-mode",
783
- "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
785
897
  "npm": "@nuxtjs/color-mode",
786
898
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
788
900
  "website": "https://color-mode.nuxtjs.org",
789
901
  "learn_more": "",
790
902
  "category": "UI",
@@ -1001,7 +1113,7 @@
1001
1113
  },
1002
1114
  {
1003
1115
  "name": "darkmode.js",
1004
- "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",
1005
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1006
1118
  "npm": "nuxtjs-darkmode-js-module",
1007
1119
  "icon": "darkmode.png",
@@ -1023,7 +1135,7 @@
1023
1135
  },
1024
1136
  {
1025
1137
  "name": "date-fns",
1026
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1027
1139
  "repo": "nuxt-community/date-fns-module",
1028
1140
  "npm": "@nuxtjs/date-fns",
1029
1141
  "icon": "date-fns.png",
@@ -1045,7 +1157,7 @@
1045
1157
  },
1046
1158
  {
1047
1159
  "name": "datocms-nuxt2",
1048
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1049
1161
  "repo": "voorhoede/nuxt-datocms-module",
1050
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1051
1163
  "icon": "datocms.svg",
@@ -1114,8 +1226,8 @@
1114
1226
  },
1115
1227
  {
1116
1228
  "name": "delay-hydration",
1117
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1231
  "npm": "nuxt-delay-hydration",
1120
1232
  "icon": "lighthouse.svg",
1121
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1137,12 +1249,12 @@
1137
1249
  },
1138
1250
  {
1139
1251
  "name": "device",
1140
- "description": "Device detection module for Nuxt.js",
1141
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1142
1254
  "npm": "@nuxtjs/device",
1143
1255
  "icon": "",
1144
- "github": "https://github.com/nuxt-community/device-module",
1145
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1146
1258
  "learn_more": "",
1147
1259
  "category": "Extensions",
1148
1260
  "type": "community",
@@ -1182,13 +1294,13 @@
1182
1294
  },
1183
1295
  {
1184
1296
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1298
  "repo": "intevel/nuxt-directus",
1187
1299
  "npm": "nuxt-directus",
1188
1300
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1192
1304
  "category": "CMS",
1193
1305
  "type": "3rd-party",
1194
1306
  "maintainers": [
@@ -1199,15 +1311,58 @@
1199
1311
  }
1200
1312
  ],
1201
1313
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1334
+ }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1205
1356
  }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1206
1361
  }
1207
1362
  },
1208
1363
  {
1209
1364
  "name": "dotenv",
1210
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1211
1366
  "repo": "nuxt-community/dotenv-module",
1212
1367
  "npm": "@nuxtjs/dotenv",
1213
1368
  "icon": "dotenv.png",
@@ -1229,13 +1384,13 @@
1229
1384
  },
1230
1385
  {
1231
1386
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1389
  "npm": "nuxtjs-drupal-ce",
1235
1390
  "icon": "drupal-ce.png",
1236
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1237
- "website": "https://stack.lupus.digital",
1238
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1239
1394
  "category": "CMS",
1240
1395
  "type": "3rd-party",
1241
1396
  "maintainers": [
@@ -1250,19 +1405,19 @@
1250
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1251
1406
  },
1252
1407
  {
1253
- "name": "David Licen",
1254
- "github": "davision",
1255
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1256
1411
  }
1257
1412
  ],
1258
1413
  "compatibility": {
1259
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1260
1415
  "requires": {}
1261
1416
  }
1262
1417
  },
1263
1418
  {
1264
1419
  "name": "druxt",
1265
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1266
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1422
  "npm": "druxt",
1268
1423
  "icon": "druxt.svg",
@@ -1282,6 +1437,29 @@
1282
1437
  "requires": {}
1283
1438
  }
1284
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1285
1463
  {
1286
1464
  "name": "electron",
1287
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1330,7 +1508,7 @@
1330
1508
  },
1331
1509
  {
1332
1510
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1512
  "repo": "nuxt-modules/emotion",
1335
1513
  "npm": "@nuxtjs/emotion",
1336
1514
  "icon": "emotion.png",
@@ -1358,7 +1536,7 @@
1358
1536
  },
1359
1537
  {
1360
1538
  "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1362
1540
  "repo": "nuxt-community/eslint-module",
1363
1541
  "npm": "@nuxtjs/eslint-module",
1364
1542
  "icon": "eslint.png",
@@ -1380,7 +1558,7 @@
1380
1558
  },
1381
1559
  {
1382
1560
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1384
1562
  "repo": "nuxt-community/nuxt-event-trace",
1385
1563
  "npm": "nuxt-event-trace",
1386
1564
  "icon": "",
@@ -1400,6 +1578,29 @@
1400
1578
  "requires": {}
1401
1579
  }
1402
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1403
1604
  {
1404
1605
  "name": "fathom",
1405
1606
  "description": "Fathom analytics for Nuxt",
@@ -1424,7 +1625,7 @@
1424
1625
  },
1425
1626
  {
1426
1627
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1428
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1630
  "npm": "nuxt-feature-toggle",
1430
1631
  "icon": "",
@@ -1491,7 +1692,7 @@
1491
1692
  },
1492
1693
  {
1493
1694
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1697
  "npm": "nuxt-floating-prompt-module",
1497
1698
  "icon": "",
@@ -1603,11 +1804,11 @@
1603
1804
  {
1604
1805
  "name": "form-actions",
1605
1806
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1607
1808
  "npm": "@hebilicious/form-actions-nuxt",
1608
1809
  "icon": "form-actions.svg",
1609
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1812
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1813
  "category": "Request",
1613
1814
  "type": "3rd-party",
@@ -1619,7 +1820,7 @@
1619
1820
  }
1620
1821
  ],
1621
1822
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1823
+ "nuxt": "^3.7.0",
1623
1824
  "requires": {}
1624
1825
  }
1625
1826
  },
@@ -1631,7 +1832,7 @@
1631
1832
  "icon": "formkit.png",
1632
1833
  "github": "https://github.com/formkit/formkit",
1633
1834
  "website": "https://formkit.com",
1634
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1635
1836
  "category": "Libraries",
1636
1837
  "type": "3rd-party",
1637
1838
  "maintainers": [
@@ -1697,7 +1898,7 @@
1697
1898
  },
1698
1899
  {
1699
1900
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1701
1902
  "repo": "nuxt-community/google-adsense-module",
1702
1903
  "npm": "@nuxtjs/google-adsense",
1703
1904
  "icon": "google-adsense.png",
@@ -1723,7 +1924,7 @@
1723
1924
  },
1724
1925
  {
1725
1926
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1727
1928
  "repo": "nuxt-community/analytics-module",
1728
1929
  "npm": "@nuxtjs/google-analytics",
1729
1930
  "icon": "google-analytics.png",
@@ -1755,12 +1956,12 @@
1755
1956
  },
1756
1957
  {
1757
1958
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1959
+ "description": "Google Fonts module for Nuxt",
1960
+ "repo": "nuxt-modules/google-fonts",
1760
1961
  "npm": "@nuxtjs/google-fonts",
1761
1962
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1963
+ "github": "https://github.com/nuxt-modules/google-fonts",
1964
+ "website": "https://google-fonts.nuxtjs.org",
1764
1965
  "learn_more": "https://developers.google.com/fonts",
1765
1966
  "category": "Fonts",
1766
1967
  "type": "community",
@@ -1779,7 +1980,7 @@
1779
1980
  },
1780
1981
  {
1781
1982
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1783
1984
  "repo": "nuxt-community/google-gtag",
1784
1985
  "npm": "@nuxtjs/google-gtag",
1785
1986
  "icon": "gtm.png",
@@ -1805,7 +2006,7 @@
1805
2006
  },
1806
2007
  {
1807
2008
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
2010
  "repo": "nuxt-community/google-optimize-module",
1810
2011
  "npm": "nuxt-google-optimize",
1811
2012
  "icon": "google-optimize.png",
@@ -1844,7 +2045,7 @@
1844
2045
  "icon": "graphql-client.svg",
1845
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1846
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1847
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1848
2049
  "category": "Request",
1849
2050
  "type": "3rd-party",
1850
2051
  "maintainers": [
@@ -1860,7 +2061,7 @@
1860
2061
  },
1861
2062
  {
1862
2063
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2065
  "repo": "gomah/nuxt-graphql-request",
1865
2066
  "npm": "nuxt-graphql-request",
1866
2067
  "icon": "graphql-request.png",
@@ -1876,7 +2077,7 @@
1876
2077
  }
1877
2078
  ],
1878
2079
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2081
  "requires": {}
1881
2082
  }
1882
2083
  },
@@ -1899,12 +2100,13 @@
1899
2100
  ],
1900
2101
  "compatibility": {
1901
2102
  "nuxt": "^3.0.0",
1902
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1903
2105
  }
1904
2106
  },
1905
2107
  {
1906
2108
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1908
2110
  "repo": "johannschopplich/nuxt-gtag",
1909
2111
  "npm": "nuxt-gtag",
1910
2112
  "icon": "gtag.svg",
@@ -1928,7 +2130,7 @@
1928
2130
  },
1929
2131
  {
1930
2132
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1932
2134
  "repo": "nuxt-community/gtm-module",
1933
2135
  "npm": "@nuxtjs/gtm",
1934
2136
  "icon": "gtm.png",
@@ -1951,7 +2153,7 @@
1951
2153
  },
1952
2154
  {
1953
2155
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
1955
2157
  "repo": "nuxt-community/guess-module",
1956
2158
  "npm": "@nuxtjs/guess-module",
1957
2159
  "icon": "guessjs.png",
@@ -2063,7 +2265,7 @@
2063
2265
  },
2064
2266
  {
2065
2267
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
2067
2269
  "repo": "victor-perez/nuxt-helmet",
2068
2270
  "npm": "nuxt-helmet",
2069
2271
  "icon": "",
@@ -2107,7 +2309,7 @@
2107
2309
  },
2108
2310
  {
2109
2311
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
2111
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2314
  "npm": "nuxt-history-state",
2113
2315
  "icon": "",
@@ -2176,7 +2378,7 @@
2176
2378
  },
2177
2379
  {
2178
2380
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
2180
2382
  "repo": "nuxt/http",
2181
2383
  "npm": "@nuxt/http",
2182
2384
  "icon": "http.png",
@@ -2204,7 +2406,7 @@
2204
2406
  },
2205
2407
  {
2206
2408
  "name": "humans-txt",
2207
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2409
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2208
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2412
  "icon": "",
@@ -2228,12 +2430,12 @@
2228
2430
  {
2229
2431
  "name": "i18n",
2230
2432
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2433
+ "repo": "nuxt-modules/i18n",
2232
2434
  "npm": "@nuxtjs/i18n",
2233
2435
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2436
+ "github": "https://github.com/nuxt-modules/i18n",
2235
2437
  "website": "https://i18n.nuxtjs.org",
2236
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2237
2439
  "category": "Extensions",
2238
2440
  "type": "community",
2239
2441
  "maintainers": [
@@ -2244,6 +2446,10 @@
2244
2446
  {
2245
2447
  "name": "Kazuya Kawaguchi",
2246
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2247
2453
  }
2248
2454
  ],
2249
2455
  "compatibility": {
@@ -2273,6 +2479,29 @@
2273
2479
  "requires": {}
2274
2480
  }
2275
2481
  },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2276
2505
  {
2277
2506
  "name": "icon",
2278
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2292,7 +2521,8 @@
2292
2521
  ],
2293
2522
  "compatibility": {
2294
2523
  "nuxt": "^3.0.0",
2295
- "requires": {}
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2296
2526
  }
2297
2527
  },
2298
2528
  {
@@ -2341,12 +2571,12 @@
2341
2571
  },
2342
2572
  {
2343
2573
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2574
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2575
  "repo": "nuxt/image",
2346
2576
  "npm": "@nuxt/image",
2347
2577
  "icon": "image.png",
2348
2578
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2579
+ "website": "https://image.nuxt.com",
2350
2580
  "learn_more": "",
2351
2581
  "category": "Images",
2352
2582
  "type": "official",
@@ -2356,6 +2586,11 @@
2356
2586
  "github": "farnabaz",
2357
2587
  "twitter": "a_birang"
2358
2588
  },
2589
+ {
2590
+ "name": "Daniel Roe",
2591
+ "github": "danielroe",
2592
+ "twitter": "danielcroe"
2593
+ },
2359
2594
  {
2360
2595
  "name": "Pooya Parsa",
2361
2596
  "github": "pi0",
@@ -2376,7 +2611,7 @@
2376
2611
  },
2377
2612
  {
2378
2613
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2614
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2615
  "repo": "nuxt-community/imagemin-module",
2381
2616
  "npm": "@nuxtjs/imagemin",
2382
2617
  "icon": "imagemin.png",
@@ -2423,7 +2658,7 @@
2423
2658
  },
2424
2659
  {
2425
2660
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2661
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2662
  "repo": "hex-digital/nuxt-intercom",
2428
2663
  "npm": "@hexdigital/nuxt-intercom",
2429
2664
  "icon": "intercom.png",
@@ -2468,7 +2703,7 @@
2468
2703
  },
2469
2704
  {
2470
2705
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2706
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2707
  "repo": "patrickcate/nuxt-jsonapi",
2473
2708
  "npm": "nuxt-jsonapi",
2474
2709
  "icon": "jsonapi.svg",
@@ -2510,9 +2745,37 @@
2510
2745
  "requires": {}
2511
2746
  }
2512
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ },
2774
+ "sponsor": true
2775
+ },
2513
2776
  {
2514
2777
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2778
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2779
  "repo": "johannschopplich/nuxt-kql",
2517
2780
  "npm": "nuxt-kql",
2518
2781
  "icon": "kql.svg",
@@ -2536,7 +2799,7 @@
2536
2799
  },
2537
2800
  {
2538
2801
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2802
+ "description": "Laravel Echo for Nuxt",
2540
2803
  "repo": "nuxt-community/laravel-echo",
2541
2804
  "npm": "@nuxtjs/laravel-echo",
2542
2805
  "icon": "laravel-echo.png",
@@ -2578,6 +2841,28 @@
2578
2841
  "requires": {}
2579
2842
  }
2580
2843
  },
2844
+ {
2845
+ "name": "laravel-precognition",
2846
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2847
+ "repo": "sot1986/nuxt-laravel-precognition",
2848
+ "npm": "nuxt-laravel-precognition",
2849
+ "icon": "laravel.svg",
2850
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2852
+ "learn_more": "",
2853
+ "category": "Security",
2854
+ "type": "3rd-party",
2855
+ "maintainers": [
2856
+ {
2857
+ "name": "sot1986",
2858
+ "github": "sot1986"
2859
+ }
2860
+ ],
2861
+ "compatibility": {
2862
+ "nuxt": "^3.0.0",
2863
+ "requires": {}
2864
+ }
2865
+ },
2581
2866
  {
2582
2867
  "name": "laravel",
2583
2868
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2624,13 +2909,13 @@
2624
2909
  },
2625
2910
  {
2626
2911
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2912
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2628
2913
  "repo": "harlan-zw/nuxt-link-checker",
2629
2914
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2915
+ "icon": "link-checker.svg",
2631
2916
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2917
+ "website": "https://nuxtseo.com/link-checker",
2918
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2919
  "category": "SEO",
2635
2920
  "type": "3rd-party",
2636
2921
  "maintainers": [
@@ -2643,7 +2928,8 @@
2643
2928
  ],
2644
2929
  "compatibility": {
2645
2930
  "nuxt": "^3.0.0",
2646
- "requires": {}
2931
+ "requires": {},
2932
+ "devtools": "^0.0.0"
2647
2933
  }
2648
2934
  },
2649
2935
  {
@@ -2720,12 +3006,12 @@
2720
3006
  },
2721
3007
  {
2722
3008
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
3009
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3010
+ "repo": "nuxt-modules/logrocket",
2725
3011
  "npm": "nuxt-logrocket",
2726
3012
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3013
+ "github": "https://github.com/nuxt-modules/logrocket",
3014
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
3015
  "learn_more": "https://docs.logrocket.com/docs",
2730
3016
  "category": "Monitoring",
2731
3017
  "type": "community",
@@ -2741,9 +3027,35 @@
2741
3027
  "requires": {}
2742
3028
  }
2743
3029
  },
3030
+ {
3031
+ "name": "lucide-icons",
3032
+ "description": "Nuxt module to integrate Lucide icons",
3033
+ "repo": "swisnl/nuxt-lucide-icons",
3034
+ "npm": "nuxt-lucide-icons",
3035
+ "icon": "lucide-icons.svg",
3036
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3037
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3038
+ "learn_more": "",
3039
+ "category": "UI",
3040
+ "type": "3rd-party",
3041
+ "maintainers": [
3042
+ {
3043
+ "name": "SWIS",
3044
+ "github": "swisnl"
3045
+ },
3046
+ {
3047
+ "name": "Jasper Zonneveld",
3048
+ "github": "JaZo"
3049
+ }
3050
+ ],
3051
+ "compatibility": {
3052
+ "nuxt": "^3.0.0",
3053
+ "requires": {}
3054
+ }
3055
+ },
2744
3056
  {
2745
3057
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3058
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
3059
  "repo": "nuxt-community/lunr-module",
2748
3060
  "npm": "@nuxtjs/lunr-module",
2749
3061
  "icon": "",
@@ -2766,10 +3078,10 @@
2766
3078
  {
2767
3079
  "name": "magic-regexp",
2768
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2769
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
2770
3082
  "npm": "magic-regexp",
2771
3083
  "icon": "magic-regexp.svg",
2772
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
2773
3085
  "website": "https://magic-regexp.roe.dev",
2774
3086
  "learn_more": "https://magic-regexp.roe.dev",
2775
3087
  "category": "Libraries",
@@ -2809,6 +3121,30 @@
2809
3121
  "requires": {}
2810
3122
  }
2811
3123
  },
3124
+ {
3125
+ "name": "marquee",
3126
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3127
+ "repo": "hanzydev/nuxt-marquee",
3128
+ "npm": "nuxt-marquee",
3129
+ "icon": "marquee.png",
3130
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3131
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3132
+ "learn_more": "",
3133
+ "category": "UI",
3134
+ "type": "3rd-party",
3135
+ "maintainers": [
3136
+ {
3137
+ "name": "Hànzy",
3138
+ "github": "hanzydev",
3139
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3140
+ }
3141
+ ],
3142
+ "compatibility": {
3143
+ "nuxt": "^3.0.0",
3144
+ "requires": {},
3145
+ "devtools": "^0.0.0"
3146
+ }
3147
+ },
2812
3148
  {
2813
3149
  "name": "matomo",
2814
3150
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2831,6 +3167,28 @@
2831
3167
  "requires": {}
2832
3168
  }
2833
3169
  },
3170
+ {
3171
+ "name": "maz-ui",
3172
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3173
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3174
+ "npm": "nuxt-module",
3175
+ "icon": "maz-ui.png",
3176
+ "github": "https://github.com/louismazel/maz-ui",
3177
+ "website": "https://maz-ui.com/",
3178
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3179
+ "category": "UI",
3180
+ "type": "3rd-party",
3181
+ "maintainers": [
3182
+ {
3183
+ "name": "Loïc Mazuel",
3184
+ "github": "LouisMazel"
3185
+ }
3186
+ ],
3187
+ "compatibility": {
3188
+ "nuxt": "^3.0.0",
3189
+ "requires": {}
3190
+ }
3191
+ },
2834
3192
  {
2835
3193
  "name": "mdx",
2836
3194
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3214,7 @@
2856
3214
  },
2857
3215
  {
2858
3216
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3217
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3218
  "repo": "Baroshem/nuxt-medusa",
2861
3219
  "npm": "nuxt-medusa",
2862
3220
  "icon": "medusa.svg",
@@ -2881,7 +3239,7 @@
2881
3239
  },
2882
3240
  {
2883
3241
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3242
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3243
  "repo": "xlanex6/nuxt-meilisearch",
2886
3244
  "npm": "nuxt-meilisearch",
2887
3245
  "icon": "meilisearch.svg",
@@ -2901,7 +3259,8 @@
2901
3259
  "nuxt": "^3.0.0",
2902
3260
  "requires": {
2903
3261
  "bridge": false
2904
- }
3262
+ },
3263
+ "devtools": "^0.0.0"
2905
3264
  }
2906
3265
  },
2907
3266
  {
@@ -2926,28 +3285,6 @@
2926
3285
  "requires": {}
2927
3286
  }
2928
3287
  },
2929
- {
2930
- "name": "mobile",
2931
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2932
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2933
- "npm": "nuxt-mobile",
2934
- "icon": "",
2935
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2936
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2937
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2938
- "category": "Extensions",
2939
- "type": "3rd-party",
2940
- "maintainers": [
2941
- {
2942
- "name": "ChanningDefoe",
2943
- "github": "ChanningDefoe"
2944
- }
2945
- ],
2946
- "compatibility": {
2947
- "nuxt": "^2.0.0",
2948
- "requires": {}
2949
- }
2950
- },
2951
3288
  {
2952
3289
  "name": "module-feed",
2953
3290
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2973,7 +3310,7 @@
2973
3310
  },
2974
3311
  {
2975
3312
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3313
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3314
  "repo": "nuxt-community/moment-module",
2978
3315
  "npm": "@nuxtjs/moment",
2979
3316
  "icon": "momentjs.png",
@@ -2998,28 +3335,6 @@
2998
3335
  "requires": {}
2999
3336
  }
3000
3337
  },
3001
- {
3002
- "name": "mq",
3003
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
- "repo": "vanhoofmaarten/nuxt-mq",
3005
- "npm": "nuxt-mq",
3006
- "icon": "",
3007
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3008
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3009
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3010
- "category": "Libraries",
3011
- "type": "3rd-party",
3012
- "maintainers": [
3013
- {
3014
- "name": "vanhoofmaarten",
3015
- "github": "vanhoofmaarten"
3016
- }
3017
- ],
3018
- "compatibility": {
3019
- "nuxt": "^2.0.0",
3020
- "requires": {}
3021
- }
3022
- },
3023
3338
  {
3024
3339
  "name": "neo",
3025
3340
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3044,7 +3359,7 @@
3044
3359
  },
3045
3360
  {
3046
3361
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3362
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3363
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3364
  "npm": "nuxt-netlify-cache",
3050
3365
  "icon": "netlify.png",
@@ -3089,13 +3404,13 @@
3089
3404
  },
3090
3405
  {
3091
3406
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3093
- "repo": "bazzite/nuxt-netlify",
3407
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3408
+ "repo": "juliomrqz/nuxt-netlify",
3094
3409
  "npm": "@aceforth/nuxt-netlify",
3095
3410
  "icon": "netlify.png",
3096
- "github": "https://github.com/bazzite/nuxt-netlify",
3097
- "website": "https://marquez.co/docs/nuxt-netlify/",
3098
- "learn_more": "",
3411
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3412
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3413
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3099
3414
  "category": "Deployment",
3100
3415
  "type": "3rd-party",
3101
3416
  "maintainers": [
@@ -3182,30 +3497,120 @@
3182
3497
  }
3183
3498
  },
3184
3499
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3500
+ "name": "nuxt-anchorscroll",
3501
+ "description": "Scroll to top and to anchor support for Nuxt",
3502
+ "repo": "helltraitor/nuxt-anchorscroll",
3503
+ "npm": "nuxt-anchorscroll",
3189
3504
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3505
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3506
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3507
  "learn_more": "",
3193
- "category": "Devtools",
3508
+ "category": "UI",
3194
3509
  "type": "3rd-party",
3195
3510
  "maintainers": [
3196
3511
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3512
+ "name": "Helltraitor",
3513
+ "github": "helltraitor"
3199
3514
  }
3200
3515
  ],
3201
3516
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3517
+ "nuxt": "^3.0.0",
3518
+ "requires": {}
3519
+ }
3520
+ },
3521
+ {
3522
+ "name": "nuxt-asciidoc",
3523
+ "description": "Transformer for using asciidoc in nuxt",
3524
+ "repo": "Chris2011/nuxt-asciidoc",
3525
+ "npm": "nuxt-asciidoc",
3526
+ "icon": "nuxt-asciidoc.svg",
3527
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3528
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3529
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3530
+ "category": "Extensions",
3531
+ "type": "3rd-party",
3532
+ "maintainers": [
3533
+ {
3534
+ "name": "Christian Lenz",
3535
+ "github": "Chris2011",
3536
+ "twitter": "Chrizzly42"
3537
+ }
3538
+ ],
3539
+ "compatibility": {
3540
+ "nuxt": "^3.0.0",
3541
+ "requires": {}
3542
+ }
3543
+ },
3544
+ {
3545
+ "name": "nuxt-auth-sanctum",
3546
+ "description": "Nuxt module for Laravel Sanctum authentication",
3547
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3548
+ "npm": "nuxt-auth-sanctum",
3549
+ "icon": "laravel.svg",
3550
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3551
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3552
+ "learn_more": "",
3553
+ "category": "Security",
3554
+ "type": "3rd-party",
3555
+ "maintainers": [
3556
+ {
3557
+ "name": "Artem Manchenkov",
3558
+ "github": "manchenkoff",
3559
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3560
+ }
3561
+ ],
3562
+ "compatibility": {
3563
+ "nuxt": "^3.0.0",
3564
+ "requires": {}
3565
+ }
3566
+ },
3567
+ {
3568
+ "name": "nuxt-basic-auth",
3569
+ "description": "Nuxt Module for Basic Authentication",
3570
+ "repo": "kgierke/nuxt-basic-auth",
3571
+ "npm": "@kgierke/nuxt-basic-auth",
3572
+ "icon": "",
3573
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3574
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3575
+ "learn_more": "",
3576
+ "category": "Security",
3577
+ "type": "3rd-party",
3578
+ "maintainers": [
3579
+ {
3580
+ "name": "kgierke",
3581
+ "github": "kgierke"
3582
+ }
3583
+ ],
3584
+ "compatibility": {
3585
+ "nuxt": "^3.0.0",
3586
+ "requires": {}
3587
+ }
3588
+ },
3589
+ {
3590
+ "name": "nuxt-bootstrap-icons",
3591
+ "description": "Just a simple integration for Bootstrap Icons",
3592
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3593
+ "npm": "nuxt-bootstrap-icons",
3594
+ "icon": "bootstrap-icons.svg",
3595
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3596
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3597
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3598
+ "category": "UI",
3599
+ "type": "3rd-party",
3600
+ "maintainers": [
3601
+ {
3602
+ "name": "OyewoleOyedeji",
3603
+ "github": "OyewoleOyedeji"
3604
+ }
3605
+ ],
3606
+ "compatibility": {
3607
+ "nuxt": "^3.0.0",
3203
3608
  "requires": {}
3204
3609
  }
3205
3610
  },
3206
3611
  {
3207
3612
  "name": "nuxt-chatgpt",
3208
- "description": "ChatGPT integration for Nuxt 3",
3613
+ "description": "ChatGPT integration for Nuxt",
3209
3614
  "repo": "schnapsterdog/nuxt-chatgpt",
3210
3615
  "npm": "nuxt-chatgpt",
3211
3616
  "icon": "chatgpt.svg",
@@ -3225,6 +3630,76 @@
3225
3630
  "requires": {}
3226
3631
  }
3227
3632
  },
3633
+ {
3634
+ "name": "nuxt-facebook-chat",
3635
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3636
+ "repo": "superdev-tech/nuxt-facebook-chat",
3637
+ "npm": "nuxt-facebook-chat",
3638
+ "icon": "nuxt-facebook-chat.svg",
3639
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3640
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3641
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3642
+ "category": "Libraries",
3643
+ "type": "3rd-party",
3644
+ "maintainers": [
3645
+ {
3646
+ "name": "Supanut Dokmaithong",
3647
+ "github": "Boomgeek"
3648
+ },
3649
+ {
3650
+ "name": "superdev-tech",
3651
+ "github": "superdev-tech"
3652
+ }
3653
+ ],
3654
+ "compatibility": {
3655
+ "nuxt": "^3.0.0",
3656
+ "requires": {}
3657
+ }
3658
+ },
3659
+ {
3660
+ "name": "nuxt-feather-icons",
3661
+ "description": "The Feather Icons in Nuxt 3.",
3662
+ "repo": "4sllan/nuxt-feather-icons",
3663
+ "npm": "nuxt-feather-icons",
3664
+ "icon": "nuxt-feather-icons.png",
3665
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3666
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3667
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3668
+ "category": "UI",
3669
+ "type": "3rd-party",
3670
+ "maintainers": [
3671
+ {
3672
+ "name": "4sllan",
3673
+ "github": "4sllan"
3674
+ }
3675
+ ],
3676
+ "compatibility": {
3677
+ "nuxt": "^3.0.0",
3678
+ "requires": {}
3679
+ }
3680
+ },
3681
+ {
3682
+ "name": "nuxt-feedme",
3683
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3684
+ "repo": "helltraitor/nuxt-feedme",
3685
+ "npm": "nuxt-feedme",
3686
+ "icon": "",
3687
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3688
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3689
+ "learn_more": "",
3690
+ "category": "SEO",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "Helltraitor",
3695
+ "github": "helltraitor"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3228
3703
  {
3229
3704
  "name": "nuxt-graphql-middleware",
3230
3705
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3278,7 +3753,7 @@
3278
3753
  },
3279
3754
  {
3280
3755
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3756
+ "description": "A Nuxt module for Google Tag Manager",
3282
3757
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3758
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3759
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3770,8 @@
3295
3770
  ],
3296
3771
  "compatibility": {
3297
3772
  "nuxt": "^3.0.0",
3298
- "requires": {}
3773
+ "requires": {},
3774
+ "devtools": "^0.0.0"
3299
3775
  }
3300
3776
  },
3301
3777
  {
@@ -3322,6 +3798,50 @@
3322
3798
  }
3323
3799
  }
3324
3800
  },
3801
+ {
3802
+ "name": "nuxt-interpolation",
3803
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3804
+ "repo": "daliborgogic/nuxt-interpolation#master",
3805
+ "npm": "nuxt-interpolation",
3806
+ "icon": "",
3807
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3808
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3809
+ "learn_more": "",
3810
+ "category": "Devtools",
3811
+ "type": "3rd-party",
3812
+ "maintainers": [
3813
+ {
3814
+ "name": "daliborgogic",
3815
+ "github": "daliborgogic"
3816
+ }
3817
+ ],
3818
+ "compatibility": {
3819
+ "nuxt": "^2.0.0",
3820
+ "requires": {}
3821
+ }
3822
+ },
3823
+ {
3824
+ "name": "nuxt-jsonld",
3825
+ "description": "Manage JSON-LD in Vue component.",
3826
+ "repo": "ymmooot/nuxt-jsonld",
3827
+ "npm": "nuxt-jsonld",
3828
+ "icon": "",
3829
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3830
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3831
+ "learn_more": "",
3832
+ "category": "SEO",
3833
+ "type": "3rd-party",
3834
+ "maintainers": [
3835
+ {
3836
+ "name": "ymmooot",
3837
+ "github": "ymmooot"
3838
+ }
3839
+ ],
3840
+ "compatibility": {
3841
+ "nuxt": "^3.0.0",
3842
+ "requires": {}
3843
+ }
3844
+ },
3325
3845
  {
3326
3846
  "name": "nuxt-localtunnel",
3327
3847
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3329,8 +3849,8 @@
3329
3849
  "npm": "@nuxtus/nuxt-localtunnel",
3330
3850
  "icon": "nuxt-localtunnel.svg",
3331
3851
  "github": "https://github.com/nuxtus/localtunnel",
3332
- "website": "https://nuxtus.com",
3333
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3852
+ "website": "https://docs.nuxtus.com",
3853
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3334
3854
  "category": "Devtools",
3335
3855
  "type": "3rd-party",
3336
3856
  "maintainers": [
@@ -3347,7 +3867,7 @@
3347
3867
  },
3348
3868
  {
3349
3869
  "name": "nuxt-loco",
3350
- "description": "A localise.biz module to synth locale with Nuxt.js",
3870
+ "description": "A localise.biz module to synth locale with Nuxt",
3351
3871
  "repo": "gaetansenn/nuxt-loco",
3352
3872
  "npm": "nuxt-loco",
3353
3873
  "icon": "",
@@ -3368,6 +3888,28 @@
3368
3888
  "requires": {}
3369
3889
  }
3370
3890
  },
3891
+ {
3892
+ "name": "nuxt-mail",
3893
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3894
+ "repo": "dword-design/nuxt-mail",
3895
+ "npm": "nuxt-mail",
3896
+ "icon": "",
3897
+ "github": "https://github.com/dword-design/nuxt-mail",
3898
+ "website": "https://github.com/dword-design/nuxt-mail",
3899
+ "learn_more": "",
3900
+ "category": "Extensions",
3901
+ "type": "3rd-party",
3902
+ "maintainers": [
3903
+ {
3904
+ "name": "Sebastian Landwehr",
3905
+ "github": "dword-design"
3906
+ }
3907
+ ],
3908
+ "compatibility": {
3909
+ "nuxt": "^2.0.0 || ^3.0.0",
3910
+ "requires": {}
3911
+ }
3912
+ },
3371
3913
  {
3372
3914
  "name": "nuxt-mapbox",
3373
3915
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3390,6 +3932,28 @@
3390
3932
  "requires": {}
3391
3933
  }
3392
3934
  },
3935
+ {
3936
+ "name": "nuxt-mdi",
3937
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3938
+ "repo": "ERPedersen/nuxt-mdi",
3939
+ "npm": "nuxt-mdi",
3940
+ "icon": "mdi.png",
3941
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3942
+ "website": "https://nuxt-mdi.emilrosenius.com",
3943
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3944
+ "category": "Libraries",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "Emil Rosenius",
3949
+ "github": "ERPedersen"
3950
+ }
3951
+ ],
3952
+ "compatibility": {
3953
+ "nuxt": "^3.0.0",
3954
+ "requires": {}
3955
+ }
3956
+ },
3393
3957
  {
3394
3958
  "name": "nuxt-monaco-editor",
3395
3959
  "description": "Integrate monaco-editor with Nuxt",
@@ -3414,7 +3978,7 @@
3414
3978
  },
3415
3979
  {
3416
3980
  "name": "nuxt-mongoose",
3417
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3981
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3418
3982
  "repo": "arashsheyda/nuxt-mongoose",
3419
3983
  "npm": "nuxt-mongoose",
3420
3984
  "icon": "nuxt-mongoose.svg",
@@ -3429,6 +3993,75 @@
3429
3993
  "github": "arashsheyda"
3430
3994
  }
3431
3995
  ],
3996
+ "compatibility": {
3997
+ "nuxt": "^3.0.0",
3998
+ "requires": {},
3999
+ "devtools": "^0.0.0"
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-oidc-auth",
4004
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4005
+ "repo": "itpropro/nuxt-oidc-auth",
4006
+ "npm": "nuxt-oidc-auth",
4007
+ "icon": "",
4008
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4009
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4010
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4011
+ "category": "Security",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "Jan-Henrik Damaschke",
4016
+ "github": "itpropro",
4017
+ "twitter": "jandamaschke"
4018
+ }
4019
+ ],
4020
+ "compatibility": {
4021
+ "nuxt": "^3.0.0",
4022
+ "requires": {}
4023
+ }
4024
+ },
4025
+ {
4026
+ "name": "nuxt-openapi-docs-module",
4027
+ "description": "Generate pages from OpenAPI specifications",
4028
+ "repo": "on-org/nuxt-openapi-docs-module",
4029
+ "npm": "nuxt-openapi-docs-module",
4030
+ "icon": "nuxt-openapi-docs-module.png",
4031
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4032
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4033
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4034
+ "category": "Libraries",
4035
+ "type": "3rd-party",
4036
+ "maintainers": [
4037
+ {
4038
+ "name": "Pavel Kuzmin",
4039
+ "github": "s00d"
4040
+ }
4041
+ ],
4042
+ "compatibility": {
4043
+ "nuxt": "^3.0.0",
4044
+ "requires": {}
4045
+ }
4046
+ },
4047
+ {
4048
+ "name": "nuxt-payload-analyzer",
4049
+ "description": "Analyze Nuxt Payload Size",
4050
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4051
+ "npm": "nuxt-payload-analyzer",
4052
+ "icon": "",
4053
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4054
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4055
+ "learn_more": "",
4056
+ "category": "Performance",
4057
+ "type": "3rd-party",
4058
+ "maintainers": [
4059
+ {
4060
+ "name": "Barbapapazes",
4061
+ "github": "Barbapapazes",
4062
+ "twitter": "soubiran_"
4063
+ }
4064
+ ],
3432
4065
  "compatibility": {
3433
4066
  "nuxt": "^3.0.0",
3434
4067
  "requires": {}
@@ -3457,6 +4090,28 @@
3457
4090
  "requires": {}
3458
4091
  }
3459
4092
  },
4093
+ {
4094
+ "name": "nuxt-phosphor-icons",
4095
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4096
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4097
+ "npm": "nuxt-phosphor-icons",
4098
+ "icon": "phosphor-icons.svg",
4099
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4100
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4101
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4102
+ "category": "UI",
4103
+ "type": "3rd-party",
4104
+ "maintainers": [
4105
+ {
4106
+ "name": "OyewoleOyedeji",
4107
+ "github": "OyewoleOyedeji"
4108
+ }
4109
+ ],
4110
+ "compatibility": {
4111
+ "nuxt": "^3.0.0",
4112
+ "requires": {}
4113
+ }
4114
+ },
3460
4115
  {
3461
4116
  "name": "nuxt-pino-log",
3462
4117
  "description": "Structured logs for nuxt apps using pino",
@@ -3481,7 +4136,7 @@
3481
4136
  },
3482
4137
  {
3483
4138
  "name": "plausible",
3484
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4139
+ "description": "Nuxt module to natively integrate Plausible analytics",
3485
4140
  "repo": "nuxt-modules/plausible",
3486
4141
  "npm": "@nuxtjs/plausible",
3487
4142
  "icon": "plausible.png",
@@ -3501,9 +4156,35 @@
3501
4156
  "requires": {}
3502
4157
  }
3503
4158
  },
4159
+ {
4160
+ "name": "nuxt-plotly",
4161
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4162
+ "repo": "superdev-tech/nuxt-plotly",
4163
+ "npm": "nuxt-plotly",
4164
+ "icon": "nuxt-plotly.svg",
4165
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4166
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4167
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4168
+ "category": "Libraries",
4169
+ "type": "3rd-party",
4170
+ "maintainers": [
4171
+ {
4172
+ "name": "Supanut Dokmaithong",
4173
+ "github": "Boomgeek"
4174
+ },
4175
+ {
4176
+ "name": "superdev-tech",
4177
+ "github": "superdev-tech"
4178
+ }
4179
+ ],
4180
+ "compatibility": {
4181
+ "nuxt": "^3.0.0",
4182
+ "requires": {}
4183
+ }
4184
+ },
3504
4185
  {
3505
4186
  "name": "nuxt-png-to-ico",
3506
- "description": "Nuxt.js module for auto generating favicons",
4187
+ "description": "Nuxt module for auto generating favicons",
3507
4188
  "repo": "b5710546232/nuxt-png-to-ico",
3508
4189
  "npm": "nuxt-png-to-ico",
3509
4190
  "icon": "",
@@ -3526,7 +4207,7 @@
3526
4207
  },
3527
4208
  {
3528
4209
  "name": "nuxt-smartlook",
3529
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4210
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3530
4211
  "repo": "f00b4r/nuxt-smartlook",
3531
4212
  "npm": "nuxt-smartlook",
3532
4213
  "icon": "nuxt-smartlook.png",
@@ -3548,6 +4229,28 @@
3548
4229
  "requires": {}
3549
4230
  }
3550
4231
  },
4232
+ {
4233
+ "name": "nuxt-social-share",
4234
+ "description": "Simple Social Sharing for Nuxt",
4235
+ "repo": "stefanobartoletti/nuxt-social-share",
4236
+ "npm": "@stefanobartoletti/nuxt-social-share",
4237
+ "icon": "nuxt-social-share.png",
4238
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4239
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4240
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4241
+ "category": "Extensions",
4242
+ "type": "3rd-party",
4243
+ "maintainers": [
4244
+ {
4245
+ "name": "stefanobartoletti",
4246
+ "github": "stefanobartoletti"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^3.0.0",
4251
+ "requires": {}
4252
+ }
4253
+ },
3551
4254
  {
3552
4255
  "name": "ssr-lit",
3553
4256
  "description": "Server-Side Rendering for Lit Element components",
@@ -3578,10 +4281,10 @@
3578
4281
  },
3579
4282
  {
3580
4283
  "name": "nuxt-storm",
3581
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4284
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3582
4285
  "repo": "fumeapp/nuxt-storm",
3583
4286
  "npm": "nuxt-storm",
3584
- "icon": "nuxt-storm.png",
4287
+ "icon": "",
3585
4288
  "github": "https://github.com/fumeapp/nuxt-storm",
3586
4289
  "website": "https://github.com/fumeapp/nuxt-storm",
3587
4290
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3598,6 +4301,30 @@
3598
4301
  "requires": {}
3599
4302
  }
3600
4303
  },
4304
+ {
4305
+ "name": "nuxt-svgo-loader",
4306
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4307
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4308
+ "npm": "nuxt-svgo-loader",
4309
+ "icon": "",
4310
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4311
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4312
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4313
+ "category": "Images",
4314
+ "type": "3rd-party",
4315
+ "maintainers": [
4316
+ {
4317
+ "name": "Alex Liu",
4318
+ "github": "Mini-ghost",
4319
+ "twitter": "Minighost_Alex"
4320
+ }
4321
+ ],
4322
+ "compatibility": {
4323
+ "nuxt": "^3.0.0",
4324
+ "requires": {},
4325
+ "devtools": "^0.0.0"
4326
+ }
4327
+ },
3601
4328
  {
3602
4329
  "name": "nuxt-svgo",
3603
4330
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3622,7 +4349,7 @@
3622
4349
  },
3623
4350
  {
3624
4351
  "name": "nuxt-unleash",
3625
- "description": "Nuxt.js module to use Unleash toggle feature services",
4352
+ "description": "Nuxt module to use Unleash toggle feature services",
3626
4353
  "repo": "conejerock/nuxt-unleash",
3627
4354
  "npm": "nuxt-unleash",
3628
4355
  "icon": "nuxt-unleash.svg",
@@ -3642,28 +4369,6 @@
3642
4369
  "requires": {}
3643
4370
  }
3644
4371
  },
3645
- {
3646
- "name": "nuxt-use-motion",
3647
- "description": "A Nuxt module putting your components in motion",
3648
- "repo": "Tahul/nuxt-use-motion",
3649
- "npm": "nuxt-use-motion",
3650
- "icon": "nuxt-use-motion.svg",
3651
- "github": "https://github.com/Tahul/nuxt-use-motion",
3652
- "website": "https://github.com/Tahul/nuxt-use-motion",
3653
- "learn_more": "https://github.com/vueuse/motion",
3654
- "category": "Libraries",
3655
- "type": "3rd-party",
3656
- "maintainers": [
3657
- {
3658
- "name": "Tahul",
3659
- "github": "Tahul"
3660
- }
3661
- ],
3662
- "compatibility": {
3663
- "nuxt": "^2.0.0",
3664
- "requires": {}
3665
- }
3666
- },
3667
4372
  {
3668
4373
  "name": "nuxt-use-sound",
3669
4374
  "description": "A Nuxt module for playing sound effects.",
@@ -3713,12 +4418,12 @@
3713
4418
  {
3714
4419
  "name": "nuxt-vue3-google-signin",
3715
4420
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3716
- "repo": "syetalabs/nuxt-vue3-google-signin",
4421
+ "repo": "wavezync/nuxt-vue3-google-signin",
3717
4422
  "npm": "nuxt-vue3-google-signin",
3718
4423
  "icon": "vue3-google-signin.svg",
3719
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3720
- "website": "https://vue3-google-signin.syetalabs.io",
3721
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4424
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4425
+ "website": "https://vue3-google-signin.wavezync.com",
4426
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3722
4427
  "category": "Libraries",
3723
4428
  "type": "3rd-party",
3724
4429
  "maintainers": [
@@ -3733,20 +4438,64 @@
3733
4438
  }
3734
4439
  },
3735
4440
  {
3736
- "name": "nuxt-vuetify",
3737
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3738
- "repo": "invictus-codes/nuxt-vuetify",
3739
- "npm": "@invictus.codes/nuxt-vuetify",
3740
- "icon": "vuetify-logo-v3-dark.svg",
3741
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3742
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3743
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3744
- "category": "UI",
4441
+ "name": "nuxt-zod-i18n",
4442
+ "description": "A Nuxt Module for localizing zod error messages.",
4443
+ "repo": "xibman/nuxt-zod-i18n",
4444
+ "npm": "nuxt-zod-i18n",
4445
+ "icon": "nuxt-zod-i18n.svg",
4446
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4447
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4448
+ "learn_more": "",
4449
+ "category": "Libraries",
3745
4450
  "type": "3rd-party",
3746
4451
  "maintainers": [
3747
4452
  {
3748
- "name": "Jens van Hellemondt",
3749
- "github": "invictus-codes"
4453
+ "name": "xibman",
4454
+ "github": "xibman"
4455
+ }
4456
+ ],
4457
+ "compatibility": {
4458
+ "nuxt": "^3.0.0",
4459
+ "requires": {}
4460
+ }
4461
+ },
4462
+ {
4463
+ "name": "nuxt3-interpolation",
4464
+ "description": "",
4465
+ "repo": "daliborgogic/interpolation#master",
4466
+ "npm": "nuxt3-interpolation",
4467
+ "icon": "",
4468
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4469
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4470
+ "learn_more": "",
4471
+ "category": "Devtools",
4472
+ "type": "3rd-party",
4473
+ "maintainers": [
4474
+ {
4475
+ "name": "daliborgogic",
4476
+ "github": "daliborgogic"
4477
+ }
4478
+ ],
4479
+ "compatibility": {
4480
+ "nuxt": "^3.0.0",
4481
+ "requires": {}
4482
+ }
4483
+ },
4484
+ {
4485
+ "name": "nuxt3-leaflet",
4486
+ "description": "Leaflet integration with Nuxt",
4487
+ "repo": "Gugustinette/Nuxt-Leaflet",
4488
+ "npm": "nuxt3-leaflet",
4489
+ "icon": "leaflet.png",
4490
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4491
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4492
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4493
+ "category": "Libraries",
4494
+ "type": "3rd-party",
4495
+ "maintainers": [
4496
+ {
4497
+ "name": "Augustin MERCIER",
4498
+ "github": "Gugustinette"
3750
4499
  }
3751
4500
  ],
3752
4501
  "compatibility": {
@@ -3756,7 +4505,7 @@
3756
4505
  },
3757
4506
  {
3758
4507
  "name": "nuxt7",
3759
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4508
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3760
4509
  "repo": "nuxt-community/nuxt7",
3761
4510
  "npm": "nuxt7",
3762
4511
  "icon": "",
@@ -3777,40 +4526,17 @@
3777
4526
  "requires": {}
3778
4527
  }
3779
4528
  },
3780
- {
3781
- "name": "nuxtlabs-ui",
3782
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3783
- "repo": "nuxtlabs/ui",
3784
- "npm": "@nuxthq/ui",
3785
- "icon": "nuxtlabs-ui.svg",
3786
- "github": "https://github.com/nuxtlabs/ui",
3787
- "website": "https://ui.nuxtlabs.com",
3788
- "learn_more": "https://ui.nuxtlabs.com",
3789
- "category": "UI",
3790
- "type": "3rd-party",
3791
- "maintainers": [
3792
- {
3793
- "name": "Benjamin Canac",
3794
- "github": "benjamincanac",
3795
- "twitter": "benjamincanac"
3796
- }
3797
- ],
3798
- "compatibility": {
3799
- "nuxt": "^3.0.0",
3800
- "requires": {}
3801
- }
3802
- },
3803
4529
  {
3804
4530
  "name": "og-image",
3805
- "description": "Easily generate dynamic social share images.",
3806
- "repo": "harlan-zw/nuxt-og-image",
4531
+ "description": "Enlightened runtime images generated with Vue templates.",
4532
+ "repo": "nuxt-modules/og-image",
3807
4533
  "npm": "nuxt-og-image",
3808
- "icon": "",
3809
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3810
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3811
- "learn_more": "",
4534
+ "icon": "og-image.svg",
4535
+ "github": "https://github.com/nuxt-modules/og-image",
4536
+ "website": "https://nuxtseo.com/og-image",
4537
+ "learn_more": "https://nuxtseo.com/og-image",
3812
4538
  "category": "SEO",
3813
- "type": "3rd-party",
4539
+ "type": "community",
3814
4540
  "maintainers": [
3815
4541
  {
3816
4542
  "name": "Harlan Wilton",
@@ -3821,7 +4547,8 @@
3821
4547
  ],
3822
4548
  "compatibility": {
3823
4549
  "nuxt": "^3.0.0",
3824
- "requires": {}
4550
+ "requires": {},
4551
+ "devtools": "^0.0.0"
3825
4552
  }
3826
4553
  },
3827
4554
  {
@@ -3849,13 +4576,13 @@
3849
4576
  },
3850
4577
  {
3851
4578
  "name": "optimized-images",
3852
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4579
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3853
4580
  "repo": "juliomrqz/nuxt-optimized-images",
3854
4581
  "npm": "@aceforth/nuxt-optimized-images",
3855
4582
  "icon": "",
3856
4583
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3857
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3858
- "learn_more": "",
4584
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4585
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3859
4586
  "category": "Images",
3860
4587
  "type": "3rd-party",
3861
4588
  "maintainers": [
@@ -3894,7 +4621,7 @@
3894
4621
  },
3895
4622
  {
3896
4623
  "name": "parse",
3897
- "description": "Parse package for Nuxt.js",
4624
+ "description": "Parse package for Nuxt",
3898
4625
  "repo": "cierrateam/nuxt-parse",
3899
4626
  "npm": "nuxt-parse",
3900
4627
  "icon": "",
@@ -3914,6 +4641,29 @@
3914
4641
  "requires": {}
3915
4642
  }
3916
4643
  },
4644
+ {
4645
+ "name": "particles",
4646
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4647
+ "repo": "Joepocalyptic/nuxt-particles",
4648
+ "npm": "nuxt-particles",
4649
+ "icon": "",
4650
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4651
+ "website": "https://nuxt-particles.joeypereira.dev",
4652
+ "learn_more": "https://particles.js.org/",
4653
+ "category": "Libraries",
4654
+ "type": "3rd-party",
4655
+ "maintainers": [
4656
+ {
4657
+ "name": "Joey Pereira",
4658
+ "github": "Joepocalyptic",
4659
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4660
+ }
4661
+ ],
4662
+ "compatibility": {
4663
+ "nuxt": "^3.0.0",
4664
+ "requires": {}
4665
+ }
4666
+ },
3917
4667
  {
3918
4668
  "name": "partytown",
3919
4669
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3939,6 +4689,28 @@
3939
4689
  }
3940
4690
  }
3941
4691
  },
4692
+ {
4693
+ "name": "paypal",
4694
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4695
+ "repo": "arashsheyda/nuxt-paypal",
4696
+ "npm": "nuxt-paypal",
4697
+ "icon": "paypal.svg",
4698
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4699
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4700
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4701
+ "category": "Payment",
4702
+ "type": "3rd-party",
4703
+ "maintainers": [
4704
+ {
4705
+ "name": "Arash Sheyda",
4706
+ "github": "arashsheyda"
4707
+ }
4708
+ ],
4709
+ "compatibility": {
4710
+ "nuxt": "^3.0.0",
4711
+ "requires": {}
4712
+ }
4713
+ },
3942
4714
  {
3943
4715
  "name": "pdfeasy",
3944
4716
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4060,7 +4832,7 @@
4060
4832
  },
4061
4833
  {
4062
4834
  "name": "plausible",
4063
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4835
+ "description": "Nuxt module to natively integrate Plausible analytics",
4064
4836
  "repo": "nuxt-modules/plausible",
4065
4837
  "npm": "@nuxtjs/plausible",
4066
4838
  "icon": "",
@@ -4102,9 +4874,56 @@
4102
4874
  "requires": {}
4103
4875
  }
4104
4876
  },
4877
+ {
4878
+ "name": "prepare",
4879
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4880
+ "repo": "johannschopplich/nuxt-prepare",
4881
+ "npm": "nuxt-prepare",
4882
+ "icon": "prepare.svg",
4883
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4884
+ "website": "https://nuxt-prepare.byjohann.dev",
4885
+ "learn_more": "",
4886
+ "category": "Devtools",
4887
+ "type": "3rd-party",
4888
+ "maintainers": [
4889
+ {
4890
+ "name": "Johann Schopplich",
4891
+ "github": "johannschopplich",
4892
+ "twitter": "jschopplich",
4893
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4894
+ }
4895
+ ],
4896
+ "compatibility": {
4897
+ "nuxt": "^3.0.0",
4898
+ "requires": {}
4899
+ }
4900
+ },
4901
+ {
4902
+ "name": "primevue",
4903
+ "description": "Next Generation Vue UI Component Library",
4904
+ "repo": "primefaces/primevue-nuxt-module",
4905
+ "npm": "nuxt-primevue",
4906
+ "icon": "primevue.svg",
4907
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4908
+ "website": "https://primevue.org/",
4909
+ "learn_more": "https://primevue.org/",
4910
+ "category": "UI",
4911
+ "type": "3rd-party",
4912
+ "maintainers": [
4913
+ {
4914
+ "name": "primefaces",
4915
+ "github": "primefaces",
4916
+ "twitter": "primevue"
4917
+ }
4918
+ ],
4919
+ "compatibility": {
4920
+ "nuxt": "^3.0.0",
4921
+ "requires": {}
4922
+ }
4923
+ },
4105
4924
  {
4106
4925
  "name": "prismic",
4107
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4926
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4108
4927
  "repo": "nuxt-modules/prismic",
4109
4928
  "npm": "@nuxtjs/prismic",
4110
4929
  "icon": "prismic.png",
@@ -4171,7 +4990,7 @@
4171
4990
  },
4172
4991
  {
4173
4992
  "name": "proxy",
4174
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4993
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4175
4994
  "repo": "nuxt-community/proxy-module",
4176
4995
  "npm": "@nuxtjs/proxy",
4177
4996
  "icon": "",
@@ -4217,7 +5036,7 @@
4217
5036
  },
4218
5037
  {
4219
5038
  "name": "purgecss",
4220
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5039
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4221
5040
  "repo": "Developmint/nuxt-purgecss#main",
4222
5041
  "npm": "nuxt-purgecss",
4223
5042
  "icon": "purgecss.png",
@@ -4239,7 +5058,7 @@
4239
5058
  },
4240
5059
  {
4241
5060
  "name": "pwa",
4242
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5061
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4243
5062
  "repo": "nuxt-community/pwa-module",
4244
5063
  "npm": "@nuxtjs/pwa",
4245
5064
  "icon": "pwa.png",
@@ -4264,7 +5083,7 @@
4264
5083
  },
4265
5084
  {
4266
5085
  "name": "python",
4267
- "description": "Write Nuxt.js applications using Python",
5086
+ "description": "Write Nuxt applications using Python",
4268
5087
  "repo": "nuxt-community/python-module",
4269
5088
  "npm": "@nuxtjs/python",
4270
5089
  "icon": "python.png",
@@ -4301,6 +5120,64 @@
4301
5120
  "github": "Maiquu"
4302
5121
  }
4303
5122
  ],
5123
+ "compatibility": {
5124
+ "nuxt": "^3.0.0",
5125
+ "requires": {},
5126
+ "devtools": "^0.0.0"
5127
+ }
5128
+ },
5129
+ {
5130
+ "name": "radash",
5131
+ "description": "radash module with auto-import and custom prefix",
5132
+ "repo": "bbg/nuxt-radash",
5133
+ "npm": "nuxt-radash",
5134
+ "icon": "radash.png",
5135
+ "github": "https://github.com/bbg/nuxt-radash",
5136
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5137
+ "learn_more": "https://github.com/rayepps/radash/",
5138
+ "category": "Libraries",
5139
+ "type": "3rd-party",
5140
+ "maintainers": [
5141
+ {
5142
+ "name": "Batuhan Göksu",
5143
+ "github": "bbg"
5144
+ }
5145
+ ],
5146
+ "compatibility": {
5147
+ "nuxt": "^3.0.0",
5148
+ "requires": {}
5149
+ }
5150
+ },
5151
+ {
5152
+ "name": "radix-vue",
5153
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5154
+ "repo": "radix-vue/radix-vue",
5155
+ "npm": "radix-vue",
5156
+ "icon": "radix-vue.svg",
5157
+ "github": "https://github.com/radix-vue/radix-vue",
5158
+ "website": "https://www.radix-vue.com/",
5159
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5160
+ "category": "UI",
5161
+ "type": "3rd-party",
5162
+ "maintainers": [
5163
+ {
5164
+ "name": "Zernonia",
5165
+ "github": "zernonia",
5166
+ "twitter": "zernonia"
5167
+ },
5168
+ {
5169
+ "name": "Khairul Haaziq",
5170
+ "github": "khairulhaaziq"
5171
+ },
5172
+ {
5173
+ "name": "Mujahid Anuar",
5174
+ "github": "mujahidfa"
5175
+ },
5176
+ {
5177
+ "name": "Max",
5178
+ "github": "onmax"
5179
+ }
5180
+ ],
4304
5181
  "compatibility": {
4305
5182
  "nuxt": "^3.0.0",
4306
5183
  "requires": {}
@@ -4308,7 +5185,7 @@
4308
5185
  },
4309
5186
  {
4310
5187
  "name": "recaptcha",
4311
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5188
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4312
5189
  "repo": "nuxt-community/recaptcha-module",
4313
5190
  "npm": "@nuxtjs/recaptcha",
4314
5191
  "icon": "recaptcha.png",
@@ -4351,9 +5228,32 @@
4351
5228
  "requires": {}
4352
5229
  }
4353
5230
  },
5231
+ {
5232
+ "name": "resend",
5233
+ "description": "Resend integration for Nuxt",
5234
+ "repo": "nhedger/nuxt-resend",
5235
+ "npm": "nuxt-resend",
5236
+ "icon": "resend.svg",
5237
+ "github": "https://github.com/nhedger/nuxt-resend",
5238
+ "website": "https://github.com/nhedger/nuxt-resend",
5239
+ "learn_more": "https://resend.com",
5240
+ "category": "Extensions",
5241
+ "type": "3rd-party",
5242
+ "maintainers": [
5243
+ {
5244
+ "name": "Nicolas Hedger",
5245
+ "github": "nhedger",
5246
+ "twitter": "nicolashedger"
5247
+ }
5248
+ ],
5249
+ "compatibility": {
5250
+ "nuxt": "^3.0.0",
5251
+ "requires": {}
5252
+ }
5253
+ },
4354
5254
  {
4355
5255
  "name": "rfg-icon",
4356
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5256
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4357
5257
  "repo": "pimlie/nuxt-rfg-icon",
4358
5258
  "npm": "nuxt-rfg-icon",
4359
5259
  "icon": "real-favicon-generator.png",
@@ -4375,13 +5275,13 @@
4375
5275
  },
4376
5276
  {
4377
5277
  "name": "robots",
4378
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4379
- "repo": "nuxt-community/robots-module",
5278
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5279
+ "repo": "nuxt-modules/robots",
4380
5280
  "npm": "@nuxtjs/robots",
4381
5281
  "icon": "robots.png",
4382
- "github": "https://github.com/nuxt-community/robots-module",
4383
- "website": "https://github.com/nuxt-community/robots-module",
4384
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5282
+ "github": "https://github.com/nuxt-modules/robots",
5283
+ "website": "https://github.com/nuxt-modules/robots",
5284
+ "learn_more": "",
4385
5285
  "category": "SEO",
4386
5286
  "type": "community",
4387
5287
  "maintainers": [
@@ -4399,23 +5299,23 @@
4399
5299
  },
4400
5300
  {
4401
5301
  "name": "rollbar",
4402
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4403
- "repo": "gaelreyrol/nuxt-rollbar-module",
4404
- "npm": "nuxt-rollbar-module",
5302
+ "description": "Nuxt 3 module to integrate Rollbar.",
5303
+ "repo": "jairoblatt/nuxt-rollbar",
5304
+ "npm": "nuxt-rollbar",
4405
5305
  "icon": "rollbar.png",
4406
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4407
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5306
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5307
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4408
5308
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4409
5309
  "category": "Monitoring",
4410
5310
  "type": "3rd-party",
4411
5311
  "maintainers": [
4412
5312
  {
4413
- "name": "Gaël Reyrol",
4414
- "github": "gaelreyrol"
5313
+ "name": "Jairo Blatt",
5314
+ "github": "jairoblatt"
4415
5315
  }
4416
5316
  ],
4417
5317
  "compatibility": {
4418
- "nuxt": "^2.0.0",
5318
+ "nuxt": "^3.0.0",
4419
5319
  "requires": {}
4420
5320
  }
4421
5321
  },
@@ -4444,7 +5344,7 @@
4444
5344
  },
4445
5345
  {
4446
5346
  "name": "router",
4447
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5347
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4448
5348
  "repo": "nuxt-community/router-module",
4449
5349
  "npm": "@nuxtjs/router",
4450
5350
  "icon": "vue.png",
@@ -4492,13 +5392,13 @@
4492
5392
  },
4493
5393
  {
4494
5394
  "name": "schema-org",
4495
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4496
- "repo": "vueuse/schema-org#main/packages/nuxt",
5395
+ "description": "Quick and easy Schema.org graphs.",
5396
+ "repo": "harlan-zw/nuxt-schema-org",
4497
5397
  "npm": "nuxt-schema-org",
4498
5398
  "icon": "schema-org.svg",
4499
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4500
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4501
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5399
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5400
+ "website": "https://nuxtseo.com/schema-org",
5401
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4502
5402
  "category": "SEO",
4503
5403
  "type": "3rd-party",
4504
5404
  "maintainers": [
@@ -4561,13 +5461,13 @@
4561
5461
  },
4562
5462
  {
4563
5463
  "name": "segment",
4564
- "description": "Nuxt.js module for Segment Analytics.js",
5464
+ "description": "Nuxt module for Segment Analytics.js",
4565
5465
  "repo": "dansmaculotte/nuxt-segment",
4566
5466
  "npm": "@dansmaculotte/nuxt-segment",
4567
5467
  "icon": "segment.png",
4568
5468
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4569
5469
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4570
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5470
+ "learn_more": "",
4571
5471
  "category": "Analytics",
4572
5472
  "type": "3rd-party",
4573
5473
  "maintainers": [
@@ -4583,10 +5483,10 @@
4583
5483
  },
4584
5484
  {
4585
5485
  "name": "sentry",
4586
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5486
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4587
5487
  "repo": "nuxt-community/sentry-module",
4588
5488
  "npm": "@nuxtjs/sentry",
4589
- "icon": "sentry.png",
5489
+ "icon": "sentry.svg",
4590
5490
  "github": "https://github.com/nuxt-community/sentry-module",
4591
5491
  "website": "https://sentry.nuxtjs.org/",
4592
5492
  "learn_more": "https://sentry.io/welcome/",
@@ -4604,20 +5504,22 @@
4604
5504
  }
4605
5505
  },
4606
5506
  {
4607
- "name": "seo-kit",
4608
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4609
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4610
- "npm": "nuxt-seo-kit",
4611
- "icon": "seo-kit.svg",
4612
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4613
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4614
- "learn_more": "",
5507
+ "name": "seo-experiments",
5508
+ "description": "Powerful SEO DX improvements.",
5509
+ "repo": "harlan-zw/nuxt-seo-experiments",
5510
+ "npm": "nuxt-seo-experiments",
5511
+ "icon": "seo-experiments.svg",
5512
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5513
+ "website": "https://nuxtseo.com/experiments",
5514
+ "learn_more": "https://nuxtseo.com/experiments",
4615
5515
  "category": "SEO",
4616
5516
  "type": "3rd-party",
4617
5517
  "maintainers": [
4618
5518
  {
4619
- "name": "harlan-zw",
4620
- "github": "harlan-zw"
5519
+ "name": "Harlan Wilton",
5520
+ "github": "harlan-zw",
5521
+ "twitter": "harlan_zw",
5522
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4621
5523
  }
4622
5524
  ],
4623
5525
  "compatibility": {
@@ -4648,9 +5550,31 @@
4648
5550
  "requires": {}
4649
5551
  }
4650
5552
  },
5553
+ {
5554
+ "name": "seo",
5555
+ "description": "The complete SEO solution for Nuxt.",
5556
+ "repo": "harlan-zw/nuxt-seo",
5557
+ "npm": "@nuxtjs/seo",
5558
+ "icon": "nuxt.svg",
5559
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5560
+ "website": "https://nuxtseo.com/",
5561
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5562
+ "category": "SEO",
5563
+ "type": "3rd-party",
5564
+ "maintainers": [
5565
+ {
5566
+ "name": "harlan-zw",
5567
+ "github": "harlan-zw"
5568
+ }
5569
+ ],
5570
+ "compatibility": {
5571
+ "nuxt": "^3.0.0",
5572
+ "requires": {}
5573
+ }
5574
+ },
4651
5575
  {
4652
5576
  "name": "seomatic-meta",
4653
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5577
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4654
5578
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4655
5579
  "npm": "nuxt-seomatic-meta",
4656
5580
  "icon": "seomatic.png",
@@ -4696,7 +5620,7 @@
4696
5620
  {
4697
5621
  "name": "server-block",
4698
5622
  "description": "Use <server> tags in your Nuxt pages components.",
4699
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5623
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4700
5624
  "npm": "@hebilicious/server-block-nuxt",
4701
5625
  "icon": "server-block.svg",
4702
5626
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4741,7 +5665,7 @@
4741
5665
  },
4742
5666
  {
4743
5667
  "name": "shopify",
4744
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5668
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4745
5669
  "repo": "Gomah/nuxt-shopify",
4746
5670
  "npm": "nuxt-shopify",
4747
5671
  "icon": "shopify.png",
@@ -4762,7 +5686,7 @@
4762
5686
  }
4763
5687
  },
4764
5688
  {
4765
- "name": "nuxt-auth",
5689
+ "name": "sidebase-auth",
4766
5690
  "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.",
4767
5691
  "repo": "sidebase/nuxt-auth",
4768
5692
  "npm": "@sidebase/nuxt-auth",
@@ -4807,38 +5731,14 @@
4807
5731
  }
4808
5732
  },
4809
5733
  {
4810
- "name": "simple-robots",
4811
- "description": "Simply manage the robots crawling your Nuxt app.",
4812
- "repo": "harlan-zw/nuxt-simple-robots",
4813
- "npm": "nuxt-simple-robots",
4814
- "icon": "",
4815
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4816
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4817
- "learn_more": "",
4818
- "category": "SEO",
4819
- "type": "3rd-party",
4820
- "maintainers": [
4821
- {
4822
- "name": "Harlan Wilton",
4823
- "github": "harlan-zw",
4824
- "twitter": "harlan_zw",
4825
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4826
- }
4827
- ],
4828
- "compatibility": {
4829
- "nuxt": "^3.0.0",
4830
- "requires": {}
4831
- }
4832
- },
4833
- {
4834
- "name": "simple-sitemap",
4835
- "description": "Simple, minimal sitemap.xml generation.",
4836
- "repo": "harlan-zw/nuxt-simple-sitemap",
4837
- "npm": "nuxt-simple-sitemap",
4838
- "icon": "",
4839
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4840
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4841
- "learn_more": "",
5734
+ "name": "simple-robots",
5735
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5736
+ "repo": "harlan-zw/nuxt-simple-robots",
5737
+ "npm": "nuxt-simple-robots",
5738
+ "icon": "simple-robots.svg",
5739
+ "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5740
+ "website": "https://nuxtseo.com/robots",
5741
+ "learn_more": "https://nuxtseo.com/robots",
4842
5742
  "category": "SEO",
4843
5743
  "type": "3rd-party",
4844
5744
  "maintainers": [
@@ -4856,16 +5756,22 @@
4856
5756
  },
4857
5757
  {
4858
5758
  "name": "sitemap",
4859
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4860
- "repo": "nuxt-community/sitemap-module#dev",
5759
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5760
+ "repo": "nuxt-modules/sitemap",
4861
5761
  "npm": "@nuxtjs/sitemap",
4862
- "icon": "",
4863
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4864
- "website": "https://sitemap.nuxtjs.org",
4865
- "learn_more": "",
5762
+ "icon": "simple-sitemap.svg",
5763
+ "github": "https://github.com/nuxt-modules/sitemap",
5764
+ "website": "https://nuxtseo.com/",
5765
+ "learn_more": "https://nuxtseo.com/sitemap",
4866
5766
  "category": "SEO",
4867
5767
  "type": "community",
4868
5768
  "maintainers": [
5769
+ {
5770
+ "name": "Harlan Wilton",
5771
+ "github": "harlan-zw",
5772
+ "twitter": "harlan_zw",
5773
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5774
+ },
4869
5775
  {
4870
5776
  "name": "Nicolas PENNEC",
4871
5777
  "github": "NicoPennec",
@@ -4873,7 +5779,7 @@
4873
5779
  }
4874
5780
  ],
4875
5781
  "compatibility": {
4876
- "nuxt": "^2.0.0",
5782
+ "nuxt": "^3.0.0",
4877
5783
  "requires": {}
4878
5784
  }
4879
5785
  },
@@ -4901,7 +5807,7 @@
4901
5807
  },
4902
5808
  {
4903
5809
  "name": "snipcart",
4904
- "description": "Snipcart integration module for Nuxt.js",
5810
+ "description": "Snipcart integration module for Nuxt",
4905
5811
  "repo": "nuxt-modules/snipcart",
4906
5812
  "npm": "@nuxtjs/snipcart",
4907
5813
  "icon": "snipcart.png",
@@ -4924,7 +5830,7 @@
4924
5830
  },
4925
5831
  {
4926
5832
  "name": "social-meta",
4927
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5833
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4928
5834
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4929
5835
  "npm": "nuxt-social-meta",
4930
5836
  "icon": "",
@@ -5046,7 +5952,7 @@
5046
5952
  },
5047
5953
  {
5048
5954
  "name": "storage",
5049
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5955
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5050
5956
  "repo": "mazipan/nuxt-storage",
5051
5957
  "npm": "nuxt-storage",
5052
5958
  "icon": "",
@@ -5068,7 +5974,7 @@
5068
5974
  },
5069
5975
  {
5070
5976
  "name": "storefront-ui",
5071
- "description": "Storefront UI Module for Nuxt.js",
5977
+ "description": "Storefront UI Module for Nuxt",
5072
5978
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5073
5979
  "npm": "@storefront-ui/nuxt",
5074
5980
  "icon": "storefront-ui.svg",
@@ -5112,8 +6018,8 @@
5112
6018
  },
5113
6019
  {
5114
6020
  "name": "storyblok",
5115
- "description": "Storyblok Nuxt.js module",
5116
- "repo": "storyblok/storyblok-nuxt#master/lib",
6021
+ "description": "Storyblok Nuxt module",
6022
+ "repo": "storyblok/storyblok-nuxt#main",
5117
6023
  "npm": "@storyblok/nuxt",
5118
6024
  "icon": "storyblok.png",
5119
6025
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5129,46 +6035,43 @@
5129
6035
  ],
5130
6036
  "compatibility": {
5131
6037
  "nuxt": "^2.0.0 || ^3.0.0",
5132
- "requires": {}
6038
+ "requires": {},
6039
+ "devtools": "^0.0.0"
5133
6040
  }
5134
6041
  },
5135
6042
  {
5136
6043
  "name": "storybook",
5137
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5138
- "repo": "nuxt-community/storybook",
6044
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6045
+ "repo": "nuxt-modules/storybook",
5139
6046
  "npm": "@nuxtjs/storybook",
5140
6047
  "icon": "storybook.png",
5141
- "github": "https://github.com/nuxt-community/storybook",
6048
+ "github": "https://github.com/nuxt-modules/storybook",
5142
6049
  "website": "https://storybook.nuxtjs.org",
5143
- "learn_more": "https://storybook.js.org/",
6050
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5144
6051
  "category": "Devtools",
5145
6052
  "type": "community",
5146
6053
  "maintainers": [
5147
6054
  {
5148
- "name": "Ahad Birang",
5149
- "github": "farnabaz",
5150
- "twitter": "a_birang"
5151
- },
5152
- {
5153
- "name": "Pooya Parsa",
5154
- "github": "pi0",
5155
- "twitter": "_pi0_"
6055
+ "name": "Chakir QATAB",
6056
+ "github": "chakAs3",
6057
+ "twitter": "ChakirQatab"
5156
6058
  }
5157
6059
  ],
5158
6060
  "compatibility": {
5159
- "nuxt": "^2.0.0",
6061
+ "nuxt": "^2.0.0 || ^3.0.0",
5160
6062
  "requires": {
5161
6063
  "bridge": "optional"
5162
- }
6064
+ },
6065
+ "devtools": "^0.7.2"
5163
6066
  }
5164
6067
  },
5165
6068
  {
5166
6069
  "name": "strapi",
5167
6070
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5168
- "repo": "nuxt-community/strapi-module",
6071
+ "repo": "nuxt-modules/strapi",
5169
6072
  "npm": "@nuxtjs/strapi",
5170
6073
  "icon": "strapi.png",
5171
- "github": "https://github.com/nuxt-community/strapi-module",
6074
+ "github": "https://github.com/nuxt-modules/strapi",
5172
6075
  "website": "https://strapi.nuxtjs.org",
5173
6076
  "learn_more": "https://strapi.io/",
5174
6077
  "category": "CMS",
@@ -5189,7 +6092,8 @@
5189
6092
  "nuxt": "^2.0.0 || ^3.0.0",
5190
6093
  "requires": {
5191
6094
  "bridge": true
5192
- }
6095
+ },
6096
+ "devtools": "^0.0.0"
5193
6097
  }
5194
6098
  },
5195
6099
  {
@@ -5240,6 +6144,36 @@
5240
6144
  "requires": {}
5241
6145
  }
5242
6146
  },
6147
+ {
6148
+ "name": "studio",
6149
+ "description": "A new experience to build content-driven website with Nuxt.",
6150
+ "repo": "nuxtlabs/studio-module",
6151
+ "npm": "@nuxthq/studio",
6152
+ "icon": "studio.svg",
6153
+ "github": "https://github.com/nuxtlabs/studio-module",
6154
+ "website": "https://nuxt.studio",
6155
+ "learn_more": "https://nuxt.studio",
6156
+ "category": "CMS",
6157
+ "type": "3rd-party",
6158
+ "maintainers": [
6159
+ {
6160
+ "name": "Ahad Birang",
6161
+ "github": "farnabaz",
6162
+ "twitter": "a_birang"
6163
+ },
6164
+ {
6165
+ "name": "Sébastien Chopin",
6166
+ "github": "Atinux",
6167
+ "twitter": "Atinux"
6168
+ }
6169
+ ],
6170
+ "compatibility": {
6171
+ "nuxt": "^3.0.0",
6172
+ "requires": {
6173
+ "content": true
6174
+ }
6175
+ }
6176
+ },
5243
6177
  {
5244
6178
  "name": "style-resources",
5245
6179
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5265,7 +6199,7 @@
5265
6199
  },
5266
6200
  {
5267
6201
  "name": "stylelint",
5268
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6202
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5269
6203
  "repo": "nuxt-community/stylelint-module",
5270
6204
  "npm": "@nuxtjs/stylelint-module",
5271
6205
  "icon": "stylelint.png",
@@ -5311,10 +6245,10 @@
5311
6245
  {
5312
6246
  "name": "supabase",
5313
6247
  "description": "First class integration with Supabase",
5314
- "repo": "nuxt-community/supabase-module",
6248
+ "repo": "nuxt-modules/supabase",
5315
6249
  "npm": "@nuxtjs/supabase",
5316
6250
  "icon": "supabase.png",
5317
- "github": "https://github.com/nuxt-community/supabase-module",
6251
+ "github": "https://github.com/nuxt-modules/supabase",
5318
6252
  "website": "https://supabase.nuxtjs.org",
5319
6253
  "learn_more": "https://supabase.com",
5320
6254
  "category": "Database",
@@ -5365,12 +6299,12 @@
5365
6299
  },
5366
6300
  {
5367
6301
  "name": "svg-sprite",
5368
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5369
- "repo": "nuxt-community/svg-sprite-module",
6302
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6303
+ "repo": "nuxt-modules/svg-sprite",
5370
6304
  "npm": "@nuxtjs/svg-sprite",
5371
6305
  "icon": "",
5372
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5373
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6306
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6307
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5374
6308
  "learn_more": "",
5375
6309
  "category": "UI",
5376
6310
  "type": "community",
@@ -5382,13 +6316,13 @@
5382
6316
  }
5383
6317
  ],
5384
6318
  "compatibility": {
5385
- "nuxt": "^2.0.0",
6319
+ "nuxt": "^2.0.0 || ^3.0.0",
5386
6320
  "requires": {}
5387
6321
  }
5388
6322
  },
5389
6323
  {
5390
6324
  "name": "svg",
5391
- "description": "Super simple svg loading module for Nuxt.js",
6325
+ "description": "Super simple svg loading module for Nuxt",
5392
6326
  "repo": "nuxt-community/svg-module",
5393
6327
  "npm": "@nuxtjs/svg",
5394
6328
  "icon": "",
@@ -5432,7 +6366,7 @@
5432
6366
  },
5433
6367
  {
5434
6368
  "name": "swiper",
5435
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6369
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5436
6370
  "repo": "cpreston321/nuxt-swiper",
5437
6371
  "npm": "nuxt-swiper",
5438
6372
  "icon": "swiper.svg",
@@ -5478,10 +6412,10 @@
5478
6412
  {
5479
6413
  "name": "tailwindcss",
5480
6414
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5481
- "repo": "nuxt-community/tailwindcss-module",
6415
+ "repo": "nuxt-modules/tailwindcss",
5482
6416
  "npm": "@nuxtjs/tailwindcss",
5483
6417
  "icon": "tailwindcss.png",
5484
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6418
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5485
6419
  "website": "https://tailwindcss.nuxtjs.org",
5486
6420
  "learn_more": "https://tailwindcss.com/",
5487
6421
  "category": "UI",
@@ -5491,11 +6425,16 @@
5491
6425
  "name": "Sébastien Chopin",
5492
6426
  "github": "Atinux",
5493
6427
  "twitter": "Atinux"
6428
+ },
6429
+ {
6430
+ "name": "Inesh Bose",
6431
+ "github": "ineshbose"
5494
6432
  }
5495
6433
  ],
5496
6434
  "compatibility": {
5497
6435
  "nuxt": "^2.0.0 || ^3.0.0",
5498
- "requires": {}
6436
+ "requires": {},
6437
+ "devtools": "^0.0.0"
5499
6438
  }
5500
6439
  },
5501
6440
  {
@@ -5543,9 +6482,31 @@
5543
6482
  "requires": {}
5544
6483
  }
5545
6484
  },
6485
+ {
6486
+ "name": "tiptap",
6487
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6488
+ "repo": "modbender/nuxt-tiptap-editor",
6489
+ "npm": "nuxt-tiptap-editor",
6490
+ "icon": "tiptap.png",
6491
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6492
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6493
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6494
+ "category": "Libraries",
6495
+ "type": "3rd-party",
6496
+ "maintainers": [
6497
+ {
6498
+ "name": "modbender",
6499
+ "github": "modbender"
6500
+ }
6501
+ ],
6502
+ "compatibility": {
6503
+ "nuxt": "^3.0.0",
6504
+ "requires": {}
6505
+ }
6506
+ },
5546
6507
  {
5547
6508
  "name": "toast",
5548
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6509
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5549
6510
  "repo": "nuxt-community/modules#master/packages/toast",
5550
6511
  "npm": "@nuxtjs/toast",
5551
6512
  "icon": "",
@@ -5566,6 +6527,28 @@
5566
6527
  "requires": {}
5567
6528
  }
5568
6529
  },
6530
+ {
6531
+ "name": "translation-manager",
6532
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6533
+ "repo": "samk-dev/nuxt-translation-manager",
6534
+ "npm": "nuxt-translation-manager",
6535
+ "icon": "translation-manager.png",
6536
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6537
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6538
+ "learn_more": "",
6539
+ "category": "Extensions",
6540
+ "type": "3rd-party",
6541
+ "maintainers": [
6542
+ {
6543
+ "name": "Sam K",
6544
+ "github": "samk-dev"
6545
+ }
6546
+ ],
6547
+ "compatibility": {
6548
+ "nuxt": "^3.0.0",
6549
+ "requires": {}
6550
+ }
6551
+ },
5569
6552
  {
5570
6553
  "name": "tresjs",
5571
6554
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5626,7 +6609,7 @@
5626
6609
  },
5627
6610
  {
5628
6611
  "name": "twa",
5629
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6612
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5630
6613
  "repo": "tuarrep/nuxt-twa",
5631
6614
  "npm": "nuxt-twa",
5632
6615
  "icon": "",
@@ -5814,6 +6797,63 @@
5814
6797
  "requires": {}
5815
6798
  }
5816
6799
  },
6800
+ {
6801
+ "name": "typo3",
6802
+ "description": "TYPO3 Headless Frontend Rendering module",
6803
+ "repo": "TYPO3-Headless/nuxt-typo3",
6804
+ "npm": "@t3headless/nuxt-typo3",
6805
+ "icon": "typo3.svg",
6806
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6807
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6808
+ "learn_more": "https://github.com/TYPO3-Headless",
6809
+ "category": "CMS",
6810
+ "type": "3rd-party",
6811
+ "maintainers": [
6812
+ {
6813
+ "name": "Macopedia",
6814
+ "github": "macopedia",
6815
+ "twitter": "macopediapl"
6816
+ }
6817
+ ],
6818
+ "compatibility": {
6819
+ "nuxt": "^2.0.0 || ^3.0.0",
6820
+ "requires": {},
6821
+ "devtools": "^0.0.0"
6822
+ }
6823
+ },
6824
+ {
6825
+ "name": "ui",
6826
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6827
+ "repo": "nuxt/ui#dev",
6828
+ "npm": "@nuxt/ui",
6829
+ "icon": "nuxt.svg",
6830
+ "github": "https://github.com/nuxt/ui",
6831
+ "website": "https://ui.nuxt.com",
6832
+ "learn_more": "",
6833
+ "category": "UI",
6834
+ "type": "official",
6835
+ "maintainers": [
6836
+ {
6837
+ "name": "Benjamin Canac",
6838
+ "github": "benjamincanac",
6839
+ "twitter": "benjamincanac"
6840
+ },
6841
+ {
6842
+ "name": "Sebastien Chopin",
6843
+ "github": "Atinux",
6844
+ "twitter": "Atinux"
6845
+ },
6846
+ {
6847
+ "name": "Sylvain Marroufin",
6848
+ "github": "smarroufin",
6849
+ "twitter": "smarroufin"
6850
+ }
6851
+ ],
6852
+ "compatibility": {
6853
+ "nuxt": "^3.0.0",
6854
+ "requires": {}
6855
+ }
6856
+ },
5817
6857
  {
5818
6858
  "name": "umami",
5819
6859
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5838,31 +6878,9 @@
5838
6878
  }
5839
6879
  }
5840
6880
  },
5841
- {
5842
- "name": "unhead",
5843
- "description": "Experimental features for Nuxt SEO / head management.",
5844
- "repo": "harlan-zw/nuxt-seo-experiments",
5845
- "npm": "nuxt-seo-experiments",
5846
- "icon": "",
5847
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5848
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5849
- "learn_more": "",
5850
- "category": "SEO",
5851
- "type": "3rd-party",
5852
- "maintainers": [
5853
- {
5854
- "name": "harlan-zw",
5855
- "github": "harlan-zw"
5856
- }
5857
- ],
5858
- "compatibility": {
5859
- "nuxt": "^3.0.0",
5860
- "requires": {}
5861
- }
5862
- },
5863
6881
  {
5864
6882
  "name": "universal-storage",
5865
- "description": "Universal Storage Utilities for Nuxt.js",
6883
+ "description": "Universal Storage Utilities for Nuxt",
5866
6884
  "repo": "nuxt-community/universal-storage-module",
5867
6885
  "npm": "@nuxtjs/universal-storage",
5868
6886
  "icon": "",
@@ -5891,7 +6909,7 @@
5891
6909
  {
5892
6910
  "name": "unlazy",
5893
6911
  "description": "Lazy loading library for placeholder images",
5894
- "repo": "johannschopplich/unlazy/packages/nuxt",
6912
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5895
6913
  "npm": "@unlazy/nuxt",
5896
6914
  "icon": "unlazy.svg",
5897
6915
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5939,12 +6957,12 @@
5939
6957
  {
5940
6958
  "name": "unocss",
5941
6959
  "description": "The instant on-demand atomic CSS engine.",
5942
- "repo": "antfu/unocss#main/packages/nuxt",
6960
+ "repo": "unocss/unocss#main/packages/nuxt",
5943
6961
  "npm": "@unocss/nuxt",
5944
6962
  "icon": "unocss.svg",
5945
- "github": "https://github.com/antfu/unocss",
5946
- "website": "https://github.com/antfu/unocss",
5947
- "learn_more": "https://github.com/antfu/unocss",
6963
+ "github": "https://github.com/unocss/unocss",
6964
+ "website": "https://github.com/unocss/unocss",
6965
+ "learn_more": "https://github.com/unocss/unocss",
5948
6966
  "category": "UI",
5949
6967
  "type": "3rd-party",
5950
6968
  "maintainers": [
@@ -5959,7 +6977,8 @@
5959
6977
  "nuxt": "^2.0.0 || ^3.0.0",
5960
6978
  "requires": {
5961
6979
  "bridge": "optional"
5962
- }
6980
+ },
6981
+ "devtools": "^0.0.0"
5963
6982
  }
5964
6983
  },
5965
6984
  {
@@ -5985,9 +7004,33 @@
5985
7004
  "requires": {}
5986
7005
  }
5987
7006
  },
7007
+ {
7008
+ "name": "use-wagmi",
7009
+ "description": "Vue Composition for Ethereum based on wagmi",
7010
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7011
+ "npm": "@use-wagmi/nuxt",
7012
+ "icon": "use-wagmi.png",
7013
+ "github": "https://github.com/unicape/use-wagmi",
7014
+ "website": "https://github.com/unicape/use-wagmi",
7015
+ "learn_more": "https://github.com/unicape/use-wagmi",
7016
+ "category": "Extensions",
7017
+ "type": "3rd-party",
7018
+ "maintainers": [
7019
+ {
7020
+ "name": "Unic Ape",
7021
+ "github": "unicape"
7022
+ }
7023
+ ],
7024
+ "compatibility": {
7025
+ "nuxt": "^2.0.0 || ^3.0.0",
7026
+ "requires": {
7027
+ "bridge": true
7028
+ }
7029
+ }
7030
+ },
5988
7031
  {
5989
7032
  "name": "user-agent",
5990
- "description": "Nuxt.js module for handling User-Agent.",
7033
+ "description": "Nuxt module for handling User-Agent.",
5991
7034
  "repo": "fukuiretu/nuxt-user-agent",
5992
7035
  "npm": "nuxt-user-agent",
5993
7036
  "icon": "",
@@ -6015,7 +7058,7 @@
6015
7058
  "icon": "vee-validate.png",
6016
7059
  "github": "https://github.com/lewyuburi/nuxt-validate",
6017
7060
  "website": "https://github.com/lewyuburi/nuxt-validate",
6018
- "learn_more": "https://logaretm.github.io/vee-validate/",
7061
+ "learn_more": "",
6019
7062
  "category": "Libraries",
6020
7063
  "type": "3rd-party",
6021
7064
  "maintainers": [
@@ -6077,9 +7120,31 @@
6077
7120
  }
6078
7121
  }
6079
7122
  },
7123
+ {
7124
+ "name": "vcalendar",
7125
+ "description": "VCalendar module for Nuxt",
7126
+ "repo": "samk-dev/nuxt-vcalendar",
7127
+ "npm": "@samk-dev/nuxt-vcalendar",
7128
+ "icon": "vcalendar.png",
7129
+ "github": "https://github.com/samk-dev/vcalendar",
7130
+ "website": "https://github.com/samk-dev/vcalendar",
7131
+ "learn_more": "",
7132
+ "category": "Libraries",
7133
+ "type": "3rd-party",
7134
+ "maintainers": [
7135
+ {
7136
+ "name": "Sam K",
7137
+ "github": "samk-dev"
7138
+ }
7139
+ ],
7140
+ "compatibility": {
7141
+ "nuxt": "^3.0.0",
7142
+ "requires": {}
7143
+ }
7144
+ },
6080
7145
  {
6081
7146
  "name": "vee-validate",
6082
- "description": "Painless Vue forms for Nuxt.js",
7147
+ "description": "Painless Vue forms for Nuxt",
6083
7148
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6084
7149
  "npm": "@vee-validate/nuxt",
6085
7150
  "icon": "vee-validate.png",
@@ -6169,7 +7234,7 @@
6169
7234
  },
6170
7235
  {
6171
7236
  "name": "vite-pwa-nuxt",
6172
- "description": "Zero-config PWA Plugin for Nuxt 3",
7237
+ "description": "Zero-config PWA Plugin for Nuxt",
6173
7238
  "repo": "vite-pwa/nuxt",
6174
7239
  "npm": "@vite-pwa/nuxt",
6175
7240
  "icon": "vite-pwa-nuxt.svg",
@@ -6218,18 +7283,19 @@
6218
7283
  ],
6219
7284
  "compatibility": {
6220
7285
  "nuxt": "^3.0.0",
6221
- "requires": {}
7286
+ "requires": {},
7287
+ "devtools": "^0.0.0"
6222
7288
  }
6223
7289
  },
6224
7290
  {
6225
7291
  "name": "vue-email",
6226
- "description": "Write email templates with vue",
6227
- "repo": "Dave136/vue-email#main/packages/vue-email",
6228
- "npm": "vue-email",
7292
+ "description": "💌 Write email templates with vue",
7293
+ "repo": "vue-email/nuxt",
7294
+ "npm": "@vue-email/nuxt",
6229
7295
  "icon": "vue-email.svg",
6230
- "github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
6231
- "website": "https://vue-email.vercel.app/",
6232
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7296
+ "github": "https://github.com/vue-email/nuxt",
7297
+ "website": "https://vuemail.net/",
7298
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6233
7299
  "category": "UI",
6234
7300
  "type": "3rd-party",
6235
7301
  "maintainers": [
@@ -6246,6 +7312,30 @@
6246
7312
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6247
7313
  }
6248
7314
  ],
7315
+ "compatibility": {
7316
+ "nuxt": "^3.0.0",
7317
+ "requires": {},
7318
+ "devtools": "^0.0.0"
7319
+ }
7320
+ },
7321
+ {
7322
+ "name": "vue-final-modal",
7323
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7324
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7325
+ "npm": "@vue-final-modal/nuxt",
7326
+ "icon": "vue-final-modal.svg",
7327
+ "github": "https://github.com/vue-final/vue-final-modal",
7328
+ "website": "https://vue-final-modal.org/",
7329
+ "learn_more": "https://vue-final-modal.org/",
7330
+ "category": "UI",
7331
+ "type": "3rd-party",
7332
+ "maintainers": [
7333
+ {
7334
+ "name": "Hunter Liu",
7335
+ "github": "hunterliu1003",
7336
+ "twitter": "hunterliu1003"
7337
+ }
7338
+ ],
6249
7339
  "compatibility": {
6250
7340
  "nuxt": "^3.0.0",
6251
7341
  "requires": {}
@@ -6273,7 +7363,8 @@
6273
7363
  "nuxt": "^3.0.0",
6274
7364
  "requires": {
6275
7365
  "bridge": "optional"
6276
- }
7366
+ },
7367
+ "devtools": "^0.0.0"
6277
7368
  }
6278
7369
  },
6279
7370
  {
@@ -6300,7 +7391,7 @@
6300
7391
  },
6301
7392
  {
6302
7393
  "name": "vue-multiselect",
6303
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7394
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6304
7395
  "repo": "spektrummedia/nuxt-vue-multiselect",
6305
7396
  "npm": "nuxt-vue-multiselect",
6306
7397
  "icon": "",
@@ -6345,7 +7436,7 @@
6345
7436
  {
6346
7437
  "name": "vue-query",
6347
7438
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6348
- "repo": "Hebilicious/vue-query-nuxt#main",
7439
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6349
7440
  "npm": "@hebilicious/vue-query-nuxt",
6350
7441
  "icon": "vue-query.svg",
6351
7442
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6414,7 +7505,7 @@
6414
7505
  },
6415
7506
  {
6416
7507
  "name": "vue-warehouse",
6417
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7508
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6418
7509
  "repo": "juliomrqz/vue-warehouse",
6419
7510
  "npm": "vue-warehouse",
6420
7511
  "icon": "",
@@ -6435,10 +7526,33 @@
6435
7526
  "requires": {}
6436
7527
  }
6437
7528
  },
7529
+ {
7530
+ "name": "vue3-carousel-nuxt",
7531
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7532
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7533
+ "npm": "vue3-carousel-nuxt",
7534
+ "icon": "",
7535
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7536
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7537
+ "learn_more": "",
7538
+ "category": "UI",
7539
+ "type": "3rd-party",
7540
+ "maintainers": [
7541
+ {
7542
+ "name": "Gaetan SENN",
7543
+ "github": "gaetansenn",
7544
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7545
+ }
7546
+ ],
7547
+ "compatibility": {
7548
+ "nuxt": "^3.0.0",
7549
+ "requires": {}
7550
+ }
7551
+ },
6438
7552
  {
6439
7553
  "name": "vuefire",
6440
7554
  "description": "Idiomatic composables for the Firebase SDK",
6441
- "repo": "vuejs/vuefire/packages/nuxt",
7555
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6442
7556
  "npm": "nuxt-vuefire",
6443
7557
  "icon": "vuefire.svg",
6444
7558
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6457,15 +7571,61 @@
6457
7571
  "requires": {}
6458
7572
  }
6459
7573
  },
7574
+ {
7575
+ "name": "vueform-builder",
7576
+ "description": "Official Vueform Builder module for Nuxt",
7577
+ "repo": "vueform/builder#main/nuxt",
7578
+ "npm": "@vueform/builder-nuxt",
7579
+ "icon": "vueform.svg",
7580
+ "github": "https://github.com/vueform/builder",
7581
+ "website": "https://builder.vueform.com",
7582
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7583
+ "category": "Libraries",
7584
+ "type": "3rd-party",
7585
+ "maintainers": [
7586
+ {
7587
+ "name": "Adam Berecz",
7588
+ "github": "adamberecz",
7589
+ "twitter": "bereczadam"
7590
+ }
7591
+ ],
7592
+ "compatibility": {
7593
+ "nuxt": "^3.0.0",
7594
+ "requires": {}
7595
+ }
7596
+ },
7597
+ {
7598
+ "name": "vueform",
7599
+ "description": "Official Vueform module for Nuxt",
7600
+ "repo": "vueform/vueform#main/nuxt",
7601
+ "npm": "@vueform/nuxt",
7602
+ "icon": "vueform.svg",
7603
+ "github": "https://github.com/vueform/vueform",
7604
+ "website": "https://vueform.com",
7605
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7606
+ "category": "Libraries",
7607
+ "type": "3rd-party",
7608
+ "maintainers": [
7609
+ {
7610
+ "name": "Adam Berecz",
7611
+ "github": "adamberecz",
7612
+ "twitter": "bereczadam"
7613
+ }
7614
+ ],
7615
+ "compatibility": {
7616
+ "nuxt": "^3.0.0",
7617
+ "requires": {}
7618
+ }
7619
+ },
6460
7620
  {
6461
7621
  "name": "vuestic",
6462
- "description": "Vuestic UI module for Nuxt 3",
7622
+ "description": "Vuestic UI module for Nuxt",
6463
7623
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6464
7624
  "npm": "@vuestic/nuxt",
6465
7625
  "icon": "vuestic.png",
6466
7626
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6467
- "website": "https://vuestic.dev",
6468
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7627
+ "website": "https://ui.vuestic.dev",
7628
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6469
7629
  "category": "UI",
6470
7630
  "type": "3rd-party",
6471
7631
  "maintainers": [
@@ -6486,8 +7646,8 @@
6486
7646
  "npm": "vuetify-nuxt-module",
6487
7647
  "icon": "vuetify-logo-v3-dark.svg",
6488
7648
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6489
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6490
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7649
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7650
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6491
7651
  "category": "UI",
6492
7652
  "type": "3rd-party",
6493
7653
  "maintainers": [
@@ -6503,7 +7663,7 @@
6503
7663
  },
6504
7664
  {
6505
7665
  "name": "vuetify",
6506
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7666
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6507
7667
  "repo": "nuxt-community/vuetify-module",
6508
7668
  "npm": "@nuxtjs/vuetify",
6509
7669
  "icon": "vuetify.png",
@@ -6550,7 +7710,8 @@
6550
7710
  "nuxt": "^2.0.0 || ^3.0.0",
6551
7711
  "requires": {
6552
7712
  "bridge": "optional"
6553
- }
7713
+ },
7714
+ "devtools": "^0.0.0"
6554
7715
  }
6555
7716
  },
6556
7717
  {
@@ -6577,7 +7738,7 @@
6577
7738
  },
6578
7739
  {
6579
7740
  "name": "vunix",
6580
- "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.",
7741
+ "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.",
6581
7742
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6582
7743
  "npm": "@vunix/nuxt",
6583
7744
  "icon": "",
@@ -6601,11 +7762,11 @@
6601
7762
  {
6602
7763
  "name": "web-vitals",
6603
7764
  "description": "Web Vitals for Nuxt",
6604
- "repo": "nuxt-community/web-vitals-module",
7765
+ "repo": "nuxt-modules/web-vitals",
6605
7766
  "npm": "@nuxtjs/web-vitals",
6606
7767
  "icon": "web-vitals.png",
6607
- "github": "https://github.com/nuxt-community/web-vitals-module",
6608
- "website": "https://github.com/nuxt-community/web-vitals-module",
7768
+ "github": "https://github.com/nuxt-modules/web-vitals",
7769
+ "website": "https://github.com/nuxt-modules/web-vitals",
6609
7770
  "learn_more": "",
6610
7771
  "category": "Performance",
6611
7772
  "type": "community",
@@ -6656,7 +7817,7 @@
6656
7817
  },
6657
7818
  {
6658
7819
  "name": "webpack-optimisations",
6659
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7820
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6660
7821
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6661
7822
  "npm": "nuxt-webpack-optimisations",
6662
7823
  "icon": "build-optimisations.svg",
@@ -6731,7 +7892,7 @@
6731
7892
  "icon": "webpack.png",
6732
7893
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6733
7894
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6734
- "learn_more": "http://webpackmonitor.com/",
7895
+ "learn_more": "",
6735
7896
  "category": "Devtools",
6736
7897
  "type": "community",
6737
7898
  "maintainers": [
@@ -6748,7 +7909,7 @@
6748
7909
  },
6749
7910
  {
6750
7911
  "name": "well-known",
6751
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7912
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6752
7913
  "repo": "zadigetvoltaire/nuxt-well-known",
6753
7914
  "npm": "@zadigetvoltaire/nuxt-well-known",
6754
7915
  "icon": "well-known.svg",
@@ -6770,7 +7931,7 @@
6770
7931
  },
6771
7932
  {
6772
7933
  "name": "wideangle",
6773
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7934
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6774
7935
  "repo": "inputobjects/wideangle-nuxt",
6775
7936
  "npm": "wideangle-nuxt",
6776
7937
  "icon": "wideangle.png",
@@ -6797,11 +7958,11 @@
6797
7958
  {
6798
7959
  "name": "windicss",
6799
7960
  "description": "Next generation utility-first CSS framework.",
6800
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7961
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6801
7962
  "npm": "nuxt-windicss",
6802
7963
  "icon": "windicss.svg",
6803
- "github": "https://github.com/windicss/nuxt-windicss-module",
6804
- "website": "https://github.com/windicss/nuxt-windicss-module",
7964
+ "github": "https://github.com/windicss/nuxt-windicss",
7965
+ "website": "https://github.com/windicss/nuxt-windicss",
6805
7966
  "learn_more": "https://windicss.org/",
6806
7967
  "category": "UI",
6807
7968
  "type": "3rd-party",
@@ -6937,55 +8098,9 @@
6937
8098
  "requires": {}
6938
8099
  }
6939
8100
  },
6940
- {
6941
- "name": "yandex-metrika-next",
6942
- "description": "Yandex Metrika integration for Nuxt",
6943
- "repo": "artmizu/yandex-metrika-nuxt",
6944
- "npm": "@artmizu/yandex-metrika-nuxt",
6945
- "icon": "yandex-metrika.svg",
6946
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6947
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6948
- "learn_more": "",
6949
- "category": "Analytics",
6950
- "type": "3rd-party",
6951
- "maintainers": [
6952
- {
6953
- "name": "Aleksandr Saburov",
6954
- "github": "artmizu",
6955
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6956
- }
6957
- ],
6958
- "compatibility": {
6959
- "nuxt": "^3.0.0",
6960
- "requires": {}
6961
- }
6962
- },
6963
- {
6964
- "name": "yandex-metrika",
6965
- "description": "Yandex metrika Module for Nuxt.js",
6966
- "repo": "nuxt-community/yandex-metrika-module",
6967
- "npm": "@nuxtjs/yandex-metrika",
6968
- "icon": "",
6969
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6970
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6971
- "learn_more": "https://metrica.yandex.com/about",
6972
- "category": "Analytics",
6973
- "type": "community",
6974
- "maintainers": [
6975
- {
6976
- "name": "Pooya Parsa",
6977
- "github": "pi0",
6978
- "twitter": "_pi0_"
6979
- }
6980
- ],
6981
- "compatibility": {
6982
- "nuxt": "^2.0.0",
6983
- "requires": {}
6984
- }
6985
- },
6986
8101
  {
6987
8102
  "name": "zendesk",
6988
- "description": "Nuxt.js module for Zendesk",
8103
+ "description": "Nuxt module for Zendesk",
6989
8104
  "repo": "DansMaCulotte/nuxt-zendesk",
6990
8105
  "npm": "@dansmaculotte/nuxt-zendesk",
6991
8106
  "icon": "zendesk.png",