@nuxt/modules 0.6.0-85beed → 0.6.0-8a1329

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 +1605 -467
  2. package/package.json +12 -9
package/modules.json CHANGED
@@ -1,7 +1,29 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
26
+ "description": "Nuxt module for Ackee analytics",
5
27
  "repo": "bdrtsky/nuxt-ackee",
6
28
  "npm": "nuxt-ackee",
7
29
  "icon": "ackee.png",
@@ -28,7 +50,7 @@
28
50
  },
29
51
  {
30
52
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
53
+ "description": "Agility CMS Integration for Nuxt",
32
54
  "repo": "agility/agilitycms-nuxt-module",
33
55
  "npm": "@agility/agilitycms-nuxt-module",
34
56
  "icon": "agility.png",
@@ -51,7 +73,7 @@
51
73
  },
52
74
  {
53
75
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
76
+ "description": "Algolia Search Module for Nuxt",
55
77
  "repo": "nuxt-modules/algolia",
56
78
  "npm": "@nuxtjs/algolia",
57
79
  "icon": "algolia.svg",
@@ -170,9 +192,31 @@
170
192
  }
171
193
  }
172
194
  },
195
+ {
196
+ "name": "aos",
197
+ "description": "A Nuxt module that adds Animate On Scroll",
198
+ "repo": "egidiusmengelberg/nuxt-aos",
199
+ "npm": "nuxt-aos",
200
+ "icon": "aos.png",
201
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
202
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
203
+ "learn_more": "",
204
+ "category": "Devtools",
205
+ "type": "3rd-party",
206
+ "maintainers": [
207
+ {
208
+ "name": "egidiusmengelberg",
209
+ "github": "egidiusmengelberg"
210
+ }
211
+ ],
212
+ "compatibility": {
213
+ "nuxt": "^3.0.0",
214
+ "requires": {}
215
+ }
216
+ },
173
217
  {
174
218
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
219
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
220
  "repo": "johannschopplich/nuxt-api-party",
177
221
  "npm": "nuxt-api-party",
178
222
  "icon": "api-party.svg",
@@ -220,7 +264,7 @@
220
264
  },
221
265
  {
222
266
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
267
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
268
  "repo": "nuxt-modules/apollo",
225
269
  "npm": "@nuxtjs/apollo",
226
270
  "icon": "apollo.png",
@@ -244,7 +288,7 @@
244
288
  },
245
289
  {
246
290
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
291
+ "description": "AppInsights module for Nuxt",
248
292
  "repo": "nuxt-community/applicationinsights-module",
249
293
  "npm": "@nuxtjs/applicationinsights",
250
294
  "icon": "application-insights.png",
@@ -286,9 +330,76 @@
286
330
  "requires": {}
287
331
  }
288
332
  },
333
+ {
334
+ "name": "arco-design-nuxt-module",
335
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
336
+ "repo": "wiidede/arco-design-nuxt-module",
337
+ "npm": "arco-design-nuxt-module",
338
+ "icon": "arco-design.svg",
339
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
340
+ "website": "https://arco.design/vue",
341
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "wiidede",
347
+ "github": "wiidede"
348
+ }
349
+ ],
350
+ "compatibility": {
351
+ "nuxt": "^3.0.0",
352
+ "requires": {}
353
+ }
354
+ },
355
+ {
356
+ "name": "ark-ui",
357
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
358
+ "repo": "iamdin/nuxt-ark-ui",
359
+ "npm": "nuxt-ark-ui",
360
+ "icon": "ark-ui.svg",
361
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
362
+ "website": "https://ark-ui.com/",
363
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
364
+ "category": "UI",
365
+ "type": "3rd-party",
366
+ "maintainers": [
367
+ {
368
+ "name": "Din",
369
+ "github": "iamdin",
370
+ "twitter": "iamdinq"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
289
400
  {
290
401
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
402
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
403
  "repo": "nuxt-community/auth-module",
293
404
  "npm": "@nuxtjs/auth",
294
405
  "icon": "auth.png",
@@ -336,9 +447,32 @@
336
447
  "requires": {}
337
448
  }
338
449
  },
450
+ {
451
+ "name": "auto-animate",
452
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
453
+ "repo": "formkit/auto-animate",
454
+ "npm": "@formkit/auto-animate",
455
+ "icon": "auto-animate.svg",
456
+ "github": "https://github.com/formkit/auto-animate",
457
+ "website": "https://auto-animate.formkit.com",
458
+ "learn_more": "https://auto-animate.formkit.com",
459
+ "category": "Libraries",
460
+ "type": "3rd-party",
461
+ "maintainers": [
462
+ {
463
+ "name": "Justin Schroeder",
464
+ "github": "justin-schroeder",
465
+ "twitter": "jpschroeder"
466
+ }
467
+ ],
468
+ "compatibility": {
469
+ "nuxt": "^3.0.0",
470
+ "requires": {}
471
+ }
472
+ },
339
473
  {
340
474
  "name": "axios",
341
- "description": "Secure and easy Axios module with Nuxt.js",
475
+ "description": "Secure and easy Axios module with Nuxt",
342
476
  "repo": "nuxt-community/axios-module",
343
477
  "npm": "@nuxtjs/axios",
344
478
  "icon": "axios.svg",
@@ -361,7 +495,7 @@
361
495
  },
362
496
  {
363
497
  "name": "basic-auth",
364
- "description": "Provide basic authentication to your Nuxt.js application",
498
+ "description": "Provide basic authentication to your Nuxt application",
365
499
  "repo": "potato4d/nuxt-basic-auth-module",
366
500
  "npm": "nuxt-basic-auth-module",
367
501
  "icon": "",
@@ -485,7 +619,7 @@
485
619
  },
486
620
  {
487
621
  "name": "bulma-slim",
488
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
622
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
489
623
  "repo": "mustardamus/nuxt-bulma-slim",
490
624
  "npm": "nuxt-bulma-slim",
491
625
  "icon": "bulma.png",
@@ -552,7 +686,7 @@
552
686
  },
553
687
  {
554
688
  "name": "canvas-sketch",
555
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
689
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
556
690
  "repo": "LuXDAmore/generative-art",
557
691
  "npm": "@luxdamore/nuxt-canvas-sketch",
558
692
  "icon": "",
@@ -575,7 +709,7 @@
575
709
  },
576
710
  {
577
711
  "name": "capo",
578
- "description": "Capo.js implementation for Nuxt 3",
712
+ "description": "Capo.js implementation for Nuxt",
579
713
  "repo": "danielroe/nuxt-capo",
580
714
  "npm": "nuxt-capo",
581
715
  "icon": "",
@@ -597,7 +731,7 @@
597
731
  },
598
732
  {
599
733
  "name": "chakra-ui",
600
- "description": "Chakra UI Module for Nuxt.js",
734
+ "description": "Chakra UI Module for Nuxt",
601
735
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
602
736
  "npm": "@chakra-ui/nuxt",
603
737
  "icon": "chakra-ui.png",
@@ -644,10 +778,10 @@
644
778
  "description": "Privacy-first, end-to-end encrypted analytics",
645
779
  "repo": "chiffre-io/nuxt-chiffre",
646
780
  "npm": "nuxt-chiffre",
647
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
648
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
649
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
650
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
651
785
  "category": "Analytics",
652
786
  "type": "3rd-party",
653
787
  "maintainers": [
@@ -708,7 +842,7 @@
708
842
  },
709
843
  {
710
844
  "name": "cloudcms",
711
- "description": "CloudCMS Nuxt.js Module",
845
+ "description": "CloudCMS Nuxt Module",
712
846
  "repo": "gitana/cloudcms-nuxt",
713
847
  "npm": "cloudcms-nuxt",
714
848
  "icon": "",
@@ -757,11 +891,11 @@
757
891
  },
758
892
  {
759
893
  "name": "cloudinary",
760
- "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
894
+ "description": "Optimize images and videos in your Nuxt application",
895
+ "repo": "nuxt-modules/cloudinary",
762
896
  "npm": "@nuxtjs/cloudinary",
763
897
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
898
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
899
  "website": "https://cloudinary.nuxtjs.org",
766
900
  "learn_more": "https://cloudinary.com",
767
901
  "category": "Images",
@@ -780,11 +914,11 @@
780
914
  },
781
915
  {
782
916
  "name": "color-mode",
783
- "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
917
+ "description": "Dark and Light mode for Nuxt with auto detection",
918
+ "repo": "nuxt-modules/color-mode",
785
919
  "npm": "@nuxtjs/color-mode",
786
920
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
921
+ "github": "https://github.com/nuxt-modules/color-mode",
788
922
  "website": "https://color-mode.nuxtjs.org",
789
923
  "learn_more": "",
790
924
  "category": "UI",
@@ -1001,7 +1135,7 @@
1001
1135
  },
1002
1136
  {
1003
1137
  "name": "darkmode.js",
1004
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1138
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1005
1139
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1006
1140
  "npm": "nuxtjs-darkmode-js-module",
1007
1141
  "icon": "darkmode.png",
@@ -1023,7 +1157,7 @@
1023
1157
  },
1024
1158
  {
1025
1159
  "name": "date-fns",
1026
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1160
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1027
1161
  "repo": "nuxt-community/date-fns-module",
1028
1162
  "npm": "@nuxtjs/date-fns",
1029
1163
  "icon": "date-fns.png",
@@ -1045,7 +1179,7 @@
1045
1179
  },
1046
1180
  {
1047
1181
  "name": "datocms-nuxt2",
1048
- "description": "DatoCMS integration for Nuxt.js v2",
1182
+ "description": "DatoCMS integration for Nuxt v2",
1049
1183
  "repo": "voorhoede/nuxt-datocms-module",
1050
1184
  "npm": "@voorhoede/nuxt-datocms-module",
1051
1185
  "icon": "datocms.svg",
@@ -1114,8 +1248,8 @@
1114
1248
  },
1115
1249
  {
1116
1250
  "name": "delay-hydration",
1117
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1251
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1252
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1253
  "npm": "nuxt-delay-hydration",
1120
1254
  "icon": "lighthouse.svg",
1121
1255
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1137,12 +1271,12 @@
1137
1271
  },
1138
1272
  {
1139
1273
  "name": "device",
1140
- "description": "Device detection module for Nuxt.js",
1141
- "repo": "nuxt-community/device-module",
1274
+ "description": "Device detection module for Nuxt",
1275
+ "repo": "nuxt-modules/device",
1142
1276
  "npm": "@nuxtjs/device",
1143
1277
  "icon": "",
1144
- "github": "https://github.com/nuxt-community/device-module",
1145
- "website": "https://github.com/nuxt-community/device-module",
1278
+ "github": "https://github.com/nuxt-modules/device",
1279
+ "website": "https://github.com/nuxt-modules/device",
1146
1280
  "learn_more": "",
1147
1281
  "category": "Extensions",
1148
1282
  "type": "community",
@@ -1160,7 +1294,7 @@
1160
1294
  {
1161
1295
  "name": "devtools",
1162
1296
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1163
- "repo": "nuxt/devtools#main",
1297
+ "repo": "nuxt/devtools#main/packages/devtools",
1164
1298
  "npm": "@nuxt/devtools",
1165
1299
  "icon": "nuxt.svg",
1166
1300
  "github": "https://github.com/nuxt/devtools",
@@ -1182,13 +1316,13 @@
1182
1316
  },
1183
1317
  {
1184
1318
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1320
  "repo": "intevel/nuxt-directus",
1187
1321
  "npm": "nuxt-directus",
1188
1322
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1192
1326
  "category": "CMS",
1193
1327
  "type": "3rd-party",
1194
1328
  "maintainers": [
@@ -1199,15 +1333,58 @@
1199
1333
  }
1200
1334
  ],
1201
1335
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1205
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1206
1383
  }
1207
1384
  },
1208
1385
  {
1209
1386
  "name": "dotenv",
1210
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1211
1388
  "repo": "nuxt-community/dotenv-module",
1212
1389
  "npm": "@nuxtjs/dotenv",
1213
1390
  "icon": "dotenv.png",
@@ -1229,13 +1406,13 @@
1229
1406
  },
1230
1407
  {
1231
1408
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1411
  "npm": "nuxtjs-drupal-ce",
1235
1412
  "icon": "drupal-ce.png",
1236
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1237
- "website": "https://stack.lupus.digital",
1238
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1239
1416
  "category": "CMS",
1240
1417
  "type": "3rd-party",
1241
1418
  "maintainers": [
@@ -1250,19 +1427,19 @@
1250
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1251
1428
  },
1252
1429
  {
1253
- "name": "David Licen",
1254
- "github": "davision",
1255
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1256
1433
  }
1257
1434
  ],
1258
1435
  "compatibility": {
1259
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1260
1437
  "requires": {}
1261
1438
  }
1262
1439
  },
1263
1440
  {
1264
1441
  "name": "druxt",
1265
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1266
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1444
  "npm": "druxt",
1268
1445
  "icon": "druxt.svg",
@@ -1282,6 +1459,29 @@
1282
1459
  "requires": {}
1283
1460
  }
1284
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1285
1485
  {
1286
1486
  "name": "electron",
1287
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1330,7 +1530,7 @@
1330
1530
  },
1331
1531
  {
1332
1532
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1534
  "repo": "nuxt-modules/emotion",
1335
1535
  "npm": "@nuxtjs/emotion",
1336
1536
  "icon": "emotion.png",
@@ -1358,7 +1558,7 @@
1358
1558
  },
1359
1559
  {
1360
1560
  "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1561
+ "description": "ESLint module for Nuxt",
1362
1562
  "repo": "nuxt-community/eslint-module",
1363
1563
  "npm": "@nuxtjs/eslint-module",
1364
1564
  "icon": "eslint.png",
@@ -1380,7 +1580,7 @@
1380
1580
  },
1381
1581
  {
1382
1582
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1583
+ "description": "Module for event trace in Nuxt",
1384
1584
  "repo": "nuxt-community/nuxt-event-trace",
1385
1585
  "npm": "nuxt-event-trace",
1386
1586
  "icon": "",
@@ -1400,6 +1600,29 @@
1400
1600
  "requires": {}
1401
1601
  }
1402
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1403
1626
  {
1404
1627
  "name": "fathom",
1405
1628
  "description": "Fathom analytics for Nuxt",
@@ -1424,7 +1647,7 @@
1424
1647
  },
1425
1648
  {
1426
1649
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1650
+ "description": "Feature toggle module for Nuxt",
1428
1651
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1652
  "npm": "nuxt-feature-toggle",
1430
1653
  "icon": "",
@@ -1491,7 +1714,7 @@
1491
1714
  },
1492
1715
  {
1493
1716
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1717
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1718
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1719
  "npm": "nuxt-floating-prompt-module",
1497
1720
  "icon": "",
@@ -1603,11 +1826,11 @@
1603
1826
  {
1604
1827
  "name": "form-actions",
1605
1828
  "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",
1829
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1607
1830
  "npm": "@hebilicious/form-actions-nuxt",
1608
1831
  "icon": "form-actions.svg",
1609
1832
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1833
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1834
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1835
  "category": "Request",
1613
1836
  "type": "3rd-party",
@@ -1619,7 +1842,7 @@
1619
1842
  }
1620
1843
  ],
1621
1844
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1845
+ "nuxt": "^3.7.0",
1623
1846
  "requires": {}
1624
1847
  }
1625
1848
  },
@@ -1631,7 +1854,7 @@
1631
1854
  "icon": "formkit.png",
1632
1855
  "github": "https://github.com/formkit/formkit",
1633
1856
  "website": "https://formkit.com",
1634
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1857
+ "learn_more": "https://formkit.com/getting-started/installation",
1635
1858
  "category": "Libraries",
1636
1859
  "type": "3rd-party",
1637
1860
  "maintainers": [
@@ -1697,7 +1920,7 @@
1697
1920
  },
1698
1921
  {
1699
1922
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1923
+ "description": "Google Adsense Module for Nuxt",
1701
1924
  "repo": "nuxt-community/google-adsense-module",
1702
1925
  "npm": "@nuxtjs/google-adsense",
1703
1926
  "icon": "google-adsense.png",
@@ -1723,7 +1946,7 @@
1723
1946
  },
1724
1947
  {
1725
1948
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1949
+ "description": "Google analytics Module for Nuxt",
1727
1950
  "repo": "nuxt-community/analytics-module",
1728
1951
  "npm": "@nuxtjs/google-analytics",
1729
1952
  "icon": "google-analytics.png",
@@ -1755,12 +1978,12 @@
1755
1978
  },
1756
1979
  {
1757
1980
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1981
+ "description": "Google Fonts module for Nuxt",
1982
+ "repo": "nuxt-modules/google-fonts",
1760
1983
  "npm": "@nuxtjs/google-fonts",
1761
1984
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1985
+ "github": "https://github.com/nuxt-modules/google-fonts",
1986
+ "website": "https://google-fonts.nuxtjs.org",
1764
1987
  "learn_more": "https://developers.google.com/fonts",
1765
1988
  "category": "Fonts",
1766
1989
  "type": "community",
@@ -1779,7 +2002,7 @@
1779
2002
  },
1780
2003
  {
1781
2004
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
2005
+ "description": "Google GTag for Nuxt",
1783
2006
  "repo": "nuxt-community/google-gtag",
1784
2007
  "npm": "@nuxtjs/google-gtag",
1785
2008
  "icon": "gtm.png",
@@ -1805,7 +2028,7 @@
1805
2028
  },
1806
2029
  {
1807
2030
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2031
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
2032
  "repo": "nuxt-community/google-optimize-module",
1810
2033
  "npm": "nuxt-google-optimize",
1811
2034
  "icon": "google-optimize.png",
@@ -1844,7 +2067,7 @@
1844
2067
  "icon": "graphql-client.svg",
1845
2068
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1846
2069
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1847
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2070
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1848
2071
  "category": "Request",
1849
2072
  "type": "3rd-party",
1850
2073
  "maintainers": [
@@ -1860,7 +2083,7 @@
1860
2083
  },
1861
2084
  {
1862
2085
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2086
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2087
  "repo": "gomah/nuxt-graphql-request",
1865
2088
  "npm": "nuxt-graphql-request",
1866
2089
  "icon": "graphql-request.png",
@@ -1876,7 +2099,7 @@
1876
2099
  }
1877
2100
  ],
1878
2101
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2102
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2103
  "requires": {}
1881
2104
  }
1882
2105
  },
@@ -1899,12 +2122,13 @@
1899
2122
  ],
1900
2123
  "compatibility": {
1901
2124
  "nuxt": "^3.0.0",
1902
- "requires": {}
2125
+ "requires": {},
2126
+ "devtools": "^0.0.0"
1903
2127
  }
1904
2128
  },
1905
2129
  {
1906
2130
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2131
+ "description": "Google Analytics integration for Nuxt",
1908
2132
  "repo": "johannschopplich/nuxt-gtag",
1909
2133
  "npm": "nuxt-gtag",
1910
2134
  "icon": "gtag.svg",
@@ -1928,7 +2152,7 @@
1928
2152
  },
1929
2153
  {
1930
2154
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2155
+ "description": "Google Tag Manager Module for Nuxt",
1932
2156
  "repo": "nuxt-community/gtm-module",
1933
2157
  "npm": "@nuxtjs/gtm",
1934
2158
  "icon": "gtm.png",
@@ -1951,7 +2175,7 @@
1951
2175
  },
1952
2176
  {
1953
2177
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2178
+ "description": "Guess.js module for Nuxt",
1955
2179
  "repo": "nuxt-community/guess-module",
1956
2180
  "npm": "@nuxtjs/guess-module",
1957
2181
  "icon": "guessjs.png",
@@ -2063,7 +2287,7 @@
2063
2287
  },
2064
2288
  {
2065
2289
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2290
+ "description": "Easy Helmet module with Nuxt'",
2067
2291
  "repo": "victor-perez/nuxt-helmet",
2068
2292
  "npm": "nuxt-helmet",
2069
2293
  "icon": "",
@@ -2107,7 +2331,7 @@
2107
2331
  },
2108
2332
  {
2109
2333
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2334
+ "description": "Nuxt module to backup or restore historical states",
2111
2335
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2336
  "npm": "nuxt-history-state",
2113
2337
  "icon": "",
@@ -2176,7 +2400,7 @@
2176
2400
  },
2177
2401
  {
2178
2402
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2403
+ "description": "Universal HTTP Module for Nuxt",
2180
2404
  "repo": "nuxt/http",
2181
2405
  "npm": "@nuxt/http",
2182
2406
  "icon": "http.png",
@@ -2204,7 +2428,7 @@
2204
2428
  },
2205
2429
  {
2206
2430
  "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.",
2431
+ "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
2432
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2433
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2434
  "icon": "",
@@ -2228,11 +2452,11 @@
2228
2452
  {
2229
2453
  "name": "i18n",
2230
2454
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2455
+ "repo": "nuxt-modules/i18n",
2232
2456
  "npm": "@nuxtjs/i18n",
2233
2457
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2458
+ "github": "https://github.com/nuxt-modules/i18n",
2459
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2460
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2461
  "category": "Extensions",
2238
2462
  "type": "community",
@@ -2273,6 +2497,29 @@
2273
2497
  "requires": {}
2274
2498
  }
2275
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2276
2523
  {
2277
2524
  "name": "icon",
2278
2525
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2292,7 +2539,8 @@
2292
2539
  ],
2293
2540
  "compatibility": {
2294
2541
  "nuxt": "^3.0.0",
2295
- "requires": {}
2542
+ "requires": {},
2543
+ "devtools": "^0.0.0"
2296
2544
  }
2297
2545
  },
2298
2546
  {
@@ -2341,12 +2589,12 @@
2341
2589
  },
2342
2590
  {
2343
2591
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2592
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2593
  "repo": "nuxt/image",
2346
2594
  "npm": "@nuxt/image",
2347
2595
  "icon": "image.png",
2348
2596
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2597
+ "website": "https://image.nuxt.com",
2350
2598
  "learn_more": "",
2351
2599
  "category": "Images",
2352
2600
  "type": "official",
@@ -2356,6 +2604,11 @@
2356
2604
  "github": "farnabaz",
2357
2605
  "twitter": "a_birang"
2358
2606
  },
2607
+ {
2608
+ "name": "Daniel Roe",
2609
+ "github": "danielroe",
2610
+ "twitter": "danielcroe"
2611
+ },
2359
2612
  {
2360
2613
  "name": "Pooya Parsa",
2361
2614
  "github": "pi0",
@@ -2376,7 +2629,7 @@
2376
2629
  },
2377
2630
  {
2378
2631
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2632
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2633
  "repo": "nuxt-community/imagemin-module",
2381
2634
  "npm": "@nuxtjs/imagemin",
2382
2635
  "icon": "imagemin.png",
@@ -2423,7 +2676,7 @@
2423
2676
  },
2424
2677
  {
2425
2678
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2679
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2680
  "repo": "hex-digital/nuxt-intercom",
2428
2681
  "npm": "@hexdigital/nuxt-intercom",
2429
2682
  "icon": "intercom.png",
@@ -2468,7 +2721,7 @@
2468
2721
  },
2469
2722
  {
2470
2723
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2724
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2725
  "repo": "patrickcate/nuxt-jsonapi",
2473
2726
  "npm": "nuxt-jsonapi",
2474
2727
  "icon": "jsonapi.svg",
@@ -2510,9 +2763,36 @@
2510
2763
  "requires": {}
2511
2764
  }
2512
2765
  },
2766
+ {
2767
+ "name": "kinde",
2768
+ "description": "Kinde authentication integration for Nuxt",
2769
+ "repo": "nuxt-modules/kinde",
2770
+ "npm": "@nuxtjs/kinde",
2771
+ "icon": "kinde.svg",
2772
+ "github": "https://github.com/nuxt-modules/kinde",
2773
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2774
+ "learn_more": "https://kinde.com/",
2775
+ "category": "Security",
2776
+ "type": "community",
2777
+ "maintainers": [
2778
+ {
2779
+ "name": "danielroe",
2780
+ "github": "danielroe"
2781
+ },
2782
+ {
2783
+ "name": "daveordead",
2784
+ "github": "DaveOrDead",
2785
+ "twitter": "dave_or_dead"
2786
+ }
2787
+ ],
2788
+ "compatibility": {
2789
+ "nuxt": "^3.0.0",
2790
+ "requires": {}
2791
+ }
2792
+ },
2513
2793
  {
2514
2794
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2795
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2796
  "repo": "johannschopplich/nuxt-kql",
2517
2797
  "npm": "nuxt-kql",
2518
2798
  "icon": "kql.svg",
@@ -2536,7 +2816,7 @@
2536
2816
  },
2537
2817
  {
2538
2818
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2819
+ "description": "Laravel Echo for Nuxt",
2540
2820
  "repo": "nuxt-community/laravel-echo",
2541
2821
  "npm": "@nuxtjs/laravel-echo",
2542
2822
  "icon": "laravel-echo.png",
@@ -2578,6 +2858,28 @@
2578
2858
  "requires": {}
2579
2859
  }
2580
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2581
2883
  {
2582
2884
  "name": "laravel",
2583
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2624,13 +2926,13 @@
2624
2926
  },
2625
2927
  {
2626
2928
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2929
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2628
2930
  "repo": "harlan-zw/nuxt-link-checker",
2629
2931
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2932
+ "icon": "link-checker.svg",
2631
2933
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2934
+ "website": "https://nuxtseo.com/link-checker",
2935
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2936
  "category": "SEO",
2635
2937
  "type": "3rd-party",
2636
2938
  "maintainers": [
@@ -2643,7 +2945,8 @@
2643
2945
  ],
2644
2946
  "compatibility": {
2645
2947
  "nuxt": "^3.0.0",
2646
- "requires": {}
2948
+ "requires": {},
2949
+ "devtools": "^0.0.0"
2647
2950
  }
2648
2951
  },
2649
2952
  {
@@ -2720,12 +3023,12 @@
2720
3023
  },
2721
3024
  {
2722
3025
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
3026
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3027
+ "repo": "nuxt-modules/logrocket",
2725
3028
  "npm": "nuxt-logrocket",
2726
3029
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3030
+ "github": "https://github.com/nuxt-modules/logrocket",
3031
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
3032
  "learn_more": "https://docs.logrocket.com/docs",
2730
3033
  "category": "Monitoring",
2731
3034
  "type": "community",
@@ -2741,9 +3044,35 @@
2741
3044
  "requires": {}
2742
3045
  }
2743
3046
  },
3047
+ {
3048
+ "name": "lucide-icons",
3049
+ "description": "Nuxt module to integrate Lucide icons",
3050
+ "repo": "swisnl/nuxt-lucide-icons",
3051
+ "npm": "nuxt-lucide-icons",
3052
+ "icon": "lucide-icons.svg",
3053
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3054
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3055
+ "learn_more": "",
3056
+ "category": "UI",
3057
+ "type": "3rd-party",
3058
+ "maintainers": [
3059
+ {
3060
+ "name": "SWIS",
3061
+ "github": "swisnl"
3062
+ },
3063
+ {
3064
+ "name": "Jasper Zonneveld",
3065
+ "github": "JaZo"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2744
3073
  {
2745
3074
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3075
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
3076
  "repo": "nuxt-community/lunr-module",
2748
3077
  "npm": "@nuxtjs/lunr-module",
2749
3078
  "icon": "",
@@ -2831,6 +3160,28 @@
2831
3160
  "requires": {}
2832
3161
  }
2833
3162
  },
3163
+ {
3164
+ "name": "maz-ui",
3165
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3167
+ "npm": "nuxt-module",
3168
+ "icon": "maz-ui.png",
3169
+ "github": "https://github.com/louismazel/maz-ui",
3170
+ "website": "https://maz-ui.com/",
3171
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
+ "category": "UI",
3173
+ "type": "3rd-party",
3174
+ "maintainers": [
3175
+ {
3176
+ "name": "Loïc Mazuel",
3177
+ "github": "LouisMazel"
3178
+ }
3179
+ ],
3180
+ "compatibility": {
3181
+ "nuxt": "^3.0.0",
3182
+ "requires": {}
3183
+ }
3184
+ },
2834
3185
  {
2835
3186
  "name": "mdx",
2836
3187
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3207,7 @@
2856
3207
  },
2857
3208
  {
2858
3209
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3210
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3211
  "repo": "Baroshem/nuxt-medusa",
2861
3212
  "npm": "nuxt-medusa",
2862
3213
  "icon": "medusa.svg",
@@ -2881,7 +3232,7 @@
2881
3232
  },
2882
3233
  {
2883
3234
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3235
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3236
  "repo": "xlanex6/nuxt-meilisearch",
2886
3237
  "npm": "nuxt-meilisearch",
2887
3238
  "icon": "meilisearch.svg",
@@ -2901,7 +3252,8 @@
2901
3252
  "nuxt": "^3.0.0",
2902
3253
  "requires": {
2903
3254
  "bridge": false
2904
- }
3255
+ },
3256
+ "devtools": "^0.0.0"
2905
3257
  }
2906
3258
  },
2907
3259
  {
@@ -2926,28 +3278,6 @@
2926
3278
  "requires": {}
2927
3279
  }
2928
3280
  },
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
3281
  {
2952
3282
  "name": "module-feed",
2953
3283
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -2973,7 +3303,7 @@
2973
3303
  },
2974
3304
  {
2975
3305
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3306
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3307
  "repo": "nuxt-community/moment-module",
2978
3308
  "npm": "@nuxtjs/moment",
2979
3309
  "icon": "momentjs.png",
@@ -3000,7 +3330,7 @@
3000
3330
  },
3001
3331
  {
3002
3332
  "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.",
3333
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
3334
  "repo": "vanhoofmaarten/nuxt-mq",
3005
3335
  "npm": "nuxt-mq",
3006
3336
  "icon": "",
@@ -3044,7 +3374,7 @@
3044
3374
  },
3045
3375
  {
3046
3376
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3377
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3378
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3379
  "npm": "nuxt-netlify-cache",
3050
3380
  "icon": "netlify.png",
@@ -3089,13 +3419,13 @@
3089
3419
  },
3090
3420
  {
3091
3421
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3093
- "repo": "bazzite/nuxt-netlify",
3422
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
+ "repo": "juliomrqz/nuxt-netlify",
3094
3424
  "npm": "@aceforth/nuxt-netlify",
3095
3425
  "icon": "netlify.png",
3096
- "github": "https://github.com/bazzite/nuxt-netlify",
3097
- "website": "https://marquez.co/docs/nuxt-netlify/",
3098
- "learn_more": "",
3426
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3427
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3428
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3099
3429
  "category": "Deployment",
3100
3430
  "type": "3rd-party",
3101
3431
  "maintainers": [
@@ -3182,38 +3512,105 @@
3182
3512
  }
3183
3513
  },
3184
3514
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3515
+ "name": "nuxt-anchorscroll",
3516
+ "description": "Scroll to top and to anchor support for Nuxt",
3517
+ "repo": "helltraitor/nuxt-anchorscroll",
3518
+ "npm": "nuxt-anchorscroll",
3189
3519
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3520
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3521
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3522
  "learn_more": "",
3193
- "category": "Devtools",
3523
+ "category": "UI",
3194
3524
  "type": "3rd-party",
3195
3525
  "maintainers": [
3196
3526
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3527
+ "name": "Helltraitor",
3528
+ "github": "helltraitor"
3199
3529
  }
3200
3530
  ],
3201
3531
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3532
+ "nuxt": "^3.0.0",
3203
3533
  "requires": {}
3204
3534
  }
3205
3535
  },
3206
3536
  {
3207
- "name": "nuxt-chatgpt",
3208
- "description": "ChatGPT integration for Nuxt 3",
3209
- "repo": "schnapsterdog/nuxt-chatgpt",
3210
- "npm": "nuxt-chatgpt",
3211
- "icon": "chatgpt.svg",
3212
- "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3213
- "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3214
- "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3215
- "category": "Libraries",
3216
- "type": "3rd-party",
3537
+ "name": "nuxt-auth-sanctum",
3538
+ "description": "Nuxt module for Laravel Sanctum authentication",
3539
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3540
+ "npm": "nuxt-auth-sanctum",
3541
+ "icon": "laravel.svg",
3542
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
+ "learn_more": "",
3545
+ "category": "Security",
3546
+ "type": "3rd-party",
3547
+ "maintainers": [
3548
+ {
3549
+ "name": "Artem Manchenkov",
3550
+ "github": "manchenkoff",
3551
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3552
+ }
3553
+ ],
3554
+ "compatibility": {
3555
+ "nuxt": "^3.0.0",
3556
+ "requires": {}
3557
+ }
3558
+ },
3559
+ {
3560
+ "name": "nuxt-basic-auth",
3561
+ "description": "Nuxt Module for Basic Authentication",
3562
+ "repo": "kgierke/nuxt-basic-auth",
3563
+ "npm": "@kgierke/nuxt-basic-auth",
3564
+ "icon": "",
3565
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3566
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3567
+ "learn_more": "",
3568
+ "category": "Security",
3569
+ "type": "3rd-party",
3570
+ "maintainers": [
3571
+ {
3572
+ "name": "kgierke",
3573
+ "github": "kgierke"
3574
+ }
3575
+ ],
3576
+ "compatibility": {
3577
+ "nuxt": "^3.0.0",
3578
+ "requires": {}
3579
+ }
3580
+ },
3581
+ {
3582
+ "name": "nuxt-bootstrap-icons",
3583
+ "description": "Just a simple integration for Bootstrap Icons",
3584
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3585
+ "npm": "nuxt-bootstrap-icons",
3586
+ "icon": "bootstrap-icons.svg",
3587
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3588
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3589
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3590
+ "category": "UI",
3591
+ "type": "3rd-party",
3592
+ "maintainers": [
3593
+ {
3594
+ "name": "OyewoleOyedeji",
3595
+ "github": "OyewoleOyedeji"
3596
+ }
3597
+ ],
3598
+ "compatibility": {
3599
+ "nuxt": "^3.0.0",
3600
+ "requires": {}
3601
+ }
3602
+ },
3603
+ {
3604
+ "name": "nuxt-chatgpt",
3605
+ "description": "ChatGPT integration for Nuxt",
3606
+ "repo": "schnapsterdog/nuxt-chatgpt",
3607
+ "npm": "nuxt-chatgpt",
3608
+ "icon": "chatgpt.svg",
3609
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3610
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3611
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3612
+ "category": "Libraries",
3613
+ "type": "3rd-party",
3217
3614
  "maintainers": [
3218
3615
  {
3219
3616
  "name": "Oliver Trajceski",
@@ -3225,6 +3622,76 @@
3225
3622
  "requires": {}
3226
3623
  }
3227
3624
  },
3625
+ {
3626
+ "name": "nuxt-facebook-chat",
3627
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3628
+ "repo": "superdev-tech/nuxt-facebook-chat",
3629
+ "npm": "nuxt-facebook-chat",
3630
+ "icon": "nuxt-facebook-chat.svg",
3631
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3632
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3633
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3634
+ "category": "Libraries",
3635
+ "type": "3rd-party",
3636
+ "maintainers": [
3637
+ {
3638
+ "name": "Supanut Dokmaithong",
3639
+ "github": "Boomgeek"
3640
+ },
3641
+ {
3642
+ "name": "superdev-tech",
3643
+ "github": "superdev-tech"
3644
+ }
3645
+ ],
3646
+ "compatibility": {
3647
+ "nuxt": "^3.0.0",
3648
+ "requires": {}
3649
+ }
3650
+ },
3651
+ {
3652
+ "name": "nuxt-feather-icons",
3653
+ "description": "The Feather Icons in Nuxt 3.",
3654
+ "repo": "4sllan/nuxt-feather-icons",
3655
+ "npm": "nuxt-feather-icons",
3656
+ "icon": "nuxt-feather-icons.png",
3657
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3658
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3659
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3660
+ "category": "UI",
3661
+ "type": "3rd-party",
3662
+ "maintainers": [
3663
+ {
3664
+ "name": "4sllan",
3665
+ "github": "4sllan"
3666
+ }
3667
+ ],
3668
+ "compatibility": {
3669
+ "nuxt": "^3.0.0",
3670
+ "requires": {}
3671
+ }
3672
+ },
3673
+ {
3674
+ "name": "nuxt-feedme",
3675
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3676
+ "repo": "helltraitor/nuxt-feedme",
3677
+ "npm": "nuxt-feedme",
3678
+ "icon": "",
3679
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3680
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3681
+ "learn_more": "",
3682
+ "category": "SEO",
3683
+ "type": "3rd-party",
3684
+ "maintainers": [
3685
+ {
3686
+ "name": "Helltraitor",
3687
+ "github": "helltraitor"
3688
+ }
3689
+ ],
3690
+ "compatibility": {
3691
+ "nuxt": "^3.0.0",
3692
+ "requires": {}
3693
+ }
3694
+ },
3228
3695
  {
3229
3696
  "name": "nuxt-graphql-middleware",
3230
3697
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3278,7 +3745,7 @@
3278
3745
  },
3279
3746
  {
3280
3747
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3748
+ "description": "A Nuxt module for Google Tag Manager",
3282
3749
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3750
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3751
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3762,8 @@
3295
3762
  ],
3296
3763
  "compatibility": {
3297
3764
  "nuxt": "^3.0.0",
3298
- "requires": {}
3765
+ "requires": {},
3766
+ "devtools": "^0.0.0"
3299
3767
  }
3300
3768
  },
3301
3769
  {
@@ -3323,24 +3791,46 @@
3323
3791
  }
3324
3792
  },
3325
3793
  {
3326
- "name": "nuxt-lazy-load",
3327
- "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3328
- "repo": "broj42/nuxt-lazy-load",
3329
- "npm": "nuxt-lazy-load",
3330
- "icon": "nuxt-lazy-load.svg",
3331
- "github": "",
3332
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3333
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3334
- "category": "Performance",
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3802
+ "category": "Devtools",
3335
3803
  "type": "3rd-party",
3336
3804
  "maintainers": [
3337
3805
  {
3338
- "name": "Dario Ferderber",
3339
- "github": "darioferderber"
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3340
3808
  }
3341
3809
  ],
3342
3810
  "compatibility": {
3343
- "nuxt": "^2.0.0 || ^3.0.0",
3811
+ "nuxt": "^2.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-jsonld",
3817
+ "description": "Manage JSON-LD in Vue component.",
3818
+ "repo": "ymmooot/nuxt-jsonld",
3819
+ "npm": "nuxt-jsonld",
3820
+ "icon": "",
3821
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3822
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3823
+ "learn_more": "",
3824
+ "category": "SEO",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "ymmooot",
3829
+ "github": "ymmooot"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3344
3834
  "requires": {}
3345
3835
  }
3346
3836
  },
@@ -3351,8 +3841,8 @@
3351
3841
  "npm": "@nuxtus/nuxt-localtunnel",
3352
3842
  "icon": "nuxt-localtunnel.svg",
3353
3843
  "github": "https://github.com/nuxtus/localtunnel",
3354
- "website": "https://nuxtus.com",
3355
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3844
+ "website": "https://docs.nuxtus.com",
3845
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3356
3846
  "category": "Devtools",
3357
3847
  "type": "3rd-party",
3358
3848
  "maintainers": [
@@ -3369,7 +3859,7 @@
3369
3859
  },
3370
3860
  {
3371
3861
  "name": "nuxt-loco",
3372
- "description": "A localise.biz module to synth locale with Nuxt.js",
3862
+ "description": "A localise.biz module to synth locale with Nuxt",
3373
3863
  "repo": "gaetansenn/nuxt-loco",
3374
3864
  "npm": "nuxt-loco",
3375
3865
  "icon": "",
@@ -3390,6 +3880,28 @@
3390
3880
  "requires": {}
3391
3881
  }
3392
3882
  },
3883
+ {
3884
+ "name": "nuxt-mail",
3885
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3886
+ "repo": "dword-design/nuxt-mail",
3887
+ "npm": "nuxt-mail",
3888
+ "icon": "",
3889
+ "github": "https://github.com/dword-design/nuxt-mail",
3890
+ "website": "https://github.com/dword-design/nuxt-mail",
3891
+ "learn_more": "",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "Sebastian Landwehr",
3897
+ "github": "dword-design"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^2.0.0 || ^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3393
3905
  {
3394
3906
  "name": "nuxt-mapbox",
3395
3907
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3412,6 +3924,28 @@
3412
3924
  "requires": {}
3413
3925
  }
3414
3926
  },
3927
+ {
3928
+ "name": "nuxt-mdi",
3929
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3930
+ "repo": "ERPedersen/nuxt-mdi",
3931
+ "npm": "nuxt-mdi",
3932
+ "icon": "mdi.png",
3933
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3934
+ "website": "https://nuxt-mdi.emilrosenius.com",
3935
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3936
+ "category": "Libraries",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Emil Rosenius",
3941
+ "github": "ERPedersen"
3942
+ }
3943
+ ],
3944
+ "compatibility": {
3945
+ "nuxt": "^3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3415
3949
  {
3416
3950
  "name": "nuxt-monaco-editor",
3417
3951
  "description": "Integrate monaco-editor with Nuxt",
@@ -3436,7 +3970,7 @@
3436
3970
  },
3437
3971
  {
3438
3972
  "name": "nuxt-mongoose",
3439
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3973
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3440
3974
  "repo": "arashsheyda/nuxt-mongoose",
3441
3975
  "npm": "nuxt-mongoose",
3442
3976
  "icon": "nuxt-mongoose.svg",
@@ -3451,6 +3985,75 @@
3451
3985
  "github": "arashsheyda"
3452
3986
  }
3453
3987
  ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {},
3991
+ "devtools": "^0.0.0"
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "nuxt-oidc-auth",
3996
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
3997
+ "repo": "itpropro/nuxt-oidc-auth",
3998
+ "npm": "nuxt-oidc-auth",
3999
+ "icon": "",
4000
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4001
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4002
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4003
+ "category": "Security",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Jan-Henrik Damaschke",
4008
+ "github": "itpropro",
4009
+ "twitter": "jandamaschke"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-openapi-docs-module",
4019
+ "description": "Generate pages from OpenAPI specifications",
4020
+ "repo": "on-org/nuxt-openapi-docs-module",
4021
+ "npm": "nuxt-openapi-docs-module",
4022
+ "icon": "nuxt-openapi-docs-module.png",
4023
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4024
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4025
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4026
+ "category": "Libraries",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Pavel Kuzmin",
4031
+ "github": "s00d"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
4039
+ {
4040
+ "name": "nuxt-payload-analyzer",
4041
+ "description": "Analyze Nuxt Payload Size",
4042
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4043
+ "npm": "nuxt-payload-analyzer",
4044
+ "icon": "",
4045
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4046
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4047
+ "learn_more": "",
4048
+ "category": "Performance",
4049
+ "type": "3rd-party",
4050
+ "maintainers": [
4051
+ {
4052
+ "name": "Barbapapazes",
4053
+ "github": "Barbapapazes",
4054
+ "twitter": "soubiran_"
4055
+ }
4056
+ ],
3454
4057
  "compatibility": {
3455
4058
  "nuxt": "^3.0.0",
3456
4059
  "requires": {}
@@ -3479,6 +4082,28 @@
3479
4082
  "requires": {}
3480
4083
  }
3481
4084
  },
4085
+ {
4086
+ "name": "nuxt-phosphor-icons",
4087
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4088
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4089
+ "npm": "nuxt-phosphor-icons",
4090
+ "icon": "phosphor-icons.svg",
4091
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4092
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4093
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
4094
+ "category": "UI",
4095
+ "type": "3rd-party",
4096
+ "maintainers": [
4097
+ {
4098
+ "name": "OyewoleOyedeji",
4099
+ "github": "OyewoleOyedeji"
4100
+ }
4101
+ ],
4102
+ "compatibility": {
4103
+ "nuxt": "^3.0.0",
4104
+ "requires": {}
4105
+ }
4106
+ },
3482
4107
  {
3483
4108
  "name": "nuxt-pino-log",
3484
4109
  "description": "Structured logs for nuxt apps using pino",
@@ -3503,7 +4128,7 @@
3503
4128
  },
3504
4129
  {
3505
4130
  "name": "plausible",
3506
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4131
+ "description": "Nuxt module to natively integrate Plausible analytics",
3507
4132
  "repo": "nuxt-modules/plausible",
3508
4133
  "npm": "@nuxtjs/plausible",
3509
4134
  "icon": "plausible.png",
@@ -3523,9 +4148,35 @@
3523
4148
  "requires": {}
3524
4149
  }
3525
4150
  },
4151
+ {
4152
+ "name": "nuxt-plotly",
4153
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4154
+ "repo": "superdev-tech/nuxt-plotly",
4155
+ "npm": "nuxt-plotly",
4156
+ "icon": "nuxt-plotly.svg",
4157
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4158
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4159
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4160
+ "category": "Libraries",
4161
+ "type": "3rd-party",
4162
+ "maintainers": [
4163
+ {
4164
+ "name": "Supanut Dokmaithong",
4165
+ "github": "Boomgeek"
4166
+ },
4167
+ {
4168
+ "name": "superdev-tech",
4169
+ "github": "superdev-tech"
4170
+ }
4171
+ ],
4172
+ "compatibility": {
4173
+ "nuxt": "^3.0.0",
4174
+ "requires": {}
4175
+ }
4176
+ },
3526
4177
  {
3527
4178
  "name": "nuxt-png-to-ico",
3528
- "description": "Nuxt.js module for auto generating favicons",
4179
+ "description": "Nuxt module for auto generating favicons",
3529
4180
  "repo": "b5710546232/nuxt-png-to-ico",
3530
4181
  "npm": "nuxt-png-to-ico",
3531
4182
  "icon": "",
@@ -3548,7 +4199,7 @@
3548
4199
  },
3549
4200
  {
3550
4201
  "name": "nuxt-smartlook",
3551
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4202
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3552
4203
  "repo": "f00b4r/nuxt-smartlook",
3553
4204
  "npm": "nuxt-smartlook",
3554
4205
  "icon": "nuxt-smartlook.png",
@@ -3570,6 +4221,28 @@
3570
4221
  "requires": {}
3571
4222
  }
3572
4223
  },
4224
+ {
4225
+ "name": "nuxt-social-share",
4226
+ "description": "Simple Social Sharing for Nuxt",
4227
+ "repo": "stefanobartoletti/nuxt-social-share",
4228
+ "npm": "@stefanobartoletti/nuxt-social-share",
4229
+ "icon": "nuxt-social-share.png",
4230
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4231
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4232
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4233
+ "category": "Extensions",
4234
+ "type": "3rd-party",
4235
+ "maintainers": [
4236
+ {
4237
+ "name": "stefanobartoletti",
4238
+ "github": "stefanobartoletti"
4239
+ }
4240
+ ],
4241
+ "compatibility": {
4242
+ "nuxt": "^3.0.0",
4243
+ "requires": {}
4244
+ }
4245
+ },
3573
4246
  {
3574
4247
  "name": "ssr-lit",
3575
4248
  "description": "Server-Side Rendering for Lit Element components",
@@ -3600,10 +4273,10 @@
3600
4273
  },
3601
4274
  {
3602
4275
  "name": "nuxt-storm",
3603
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4276
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3604
4277
  "repo": "fumeapp/nuxt-storm",
3605
4278
  "npm": "nuxt-storm",
3606
- "icon": "nuxt-storm.png",
4279
+ "icon": "",
3607
4280
  "github": "https://github.com/fumeapp/nuxt-storm",
3608
4281
  "website": "https://github.com/fumeapp/nuxt-storm",
3609
4282
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3620,6 +4293,30 @@
3620
4293
  "requires": {}
3621
4294
  }
3622
4295
  },
4296
+ {
4297
+ "name": "nuxt-svgo-loader",
4298
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4299
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4300
+ "npm": "nuxt-svgo-loader",
4301
+ "icon": "",
4302
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4303
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4304
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4305
+ "category": "Images",
4306
+ "type": "3rd-party",
4307
+ "maintainers": [
4308
+ {
4309
+ "name": "Alex Liu",
4310
+ "github": "Mini-ghost",
4311
+ "twitter": "Minighost_Alex"
4312
+ }
4313
+ ],
4314
+ "compatibility": {
4315
+ "nuxt": "^3.0.0",
4316
+ "requires": {},
4317
+ "devtools": "^0.0.0"
4318
+ }
4319
+ },
3623
4320
  {
3624
4321
  "name": "nuxt-svgo",
3625
4322
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3644,7 +4341,7 @@
3644
4341
  },
3645
4342
  {
3646
4343
  "name": "nuxt-unleash",
3647
- "description": "Nuxt.js module to use Unleash toggle feature services",
4344
+ "description": "Nuxt module to use Unleash toggle feature services",
3648
4345
  "repo": "conejerock/nuxt-unleash",
3649
4346
  "npm": "nuxt-unleash",
3650
4347
  "icon": "nuxt-unleash.svg",
@@ -3664,28 +4361,6 @@
3664
4361
  "requires": {}
3665
4362
  }
3666
4363
  },
3667
- {
3668
- "name": "nuxt-use-motion",
3669
- "description": "A Nuxt module putting your components in motion",
3670
- "repo": "Tahul/nuxt-use-motion",
3671
- "npm": "nuxt-use-motion",
3672
- "icon": "nuxt-use-motion.svg",
3673
- "github": "https://github.com/Tahul/nuxt-use-motion",
3674
- "website": "https://github.com/Tahul/nuxt-use-motion",
3675
- "learn_more": "https://github.com/vueuse/motion",
3676
- "category": "Libraries",
3677
- "type": "3rd-party",
3678
- "maintainers": [
3679
- {
3680
- "name": "Tahul",
3681
- "github": "Tahul"
3682
- }
3683
- ],
3684
- "compatibility": {
3685
- "nuxt": "^2.0.0",
3686
- "requires": {}
3687
- }
3688
- },
3689
4364
  {
3690
4365
  "name": "nuxt-use-sound",
3691
4366
  "description": "A Nuxt module for playing sound effects.",
@@ -3735,12 +4410,12 @@
3735
4410
  {
3736
4411
  "name": "nuxt-vue3-google-signin",
3737
4412
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3738
- "repo": "syetalabs/nuxt-vue3-google-signin",
4413
+ "repo": "wavezync/nuxt-vue3-google-signin",
3739
4414
  "npm": "nuxt-vue3-google-signin",
3740
4415
  "icon": "vue3-google-signin.svg",
3741
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3742
- "website": "https://vue3-google-signin.syetalabs.io",
3743
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4416
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4417
+ "website": "https://vue3-google-signin.wavezync.com",
4418
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3744
4419
  "category": "Libraries",
3745
4420
  "type": "3rd-party",
3746
4421
  "maintainers": [
@@ -3755,20 +4430,64 @@
3755
4430
  }
3756
4431
  },
3757
4432
  {
3758
- "name": "nuxt-vuetify",
3759
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3760
- "repo": "invictus-codes/nuxt-vuetify",
3761
- "npm": "@invictus.codes/nuxt-vuetify",
3762
- "icon": "vuetify-logo-v3-dark.svg",
3763
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3764
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3765
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3766
- "category": "UI",
4433
+ "name": "Nuxt zodI18n",
4434
+ "description": "A Nuxt Module for localizing zod error messages.",
4435
+ "repo": "xibman/nuxt-zod-i18n",
4436
+ "npm": "nuxt-zod-i18n",
4437
+ "icon": "nuxt-zod-i18n.svg",
4438
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4439
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4440
+ "learn_more": "",
4441
+ "category": "Libraries",
4442
+ "type": "3rd-party",
4443
+ "maintainers": [
4444
+ {
4445
+ "name": "xibman",
4446
+ "github": "xibman"
4447
+ }
4448
+ ],
4449
+ "compatibility": {
4450
+ "nuxt": "^3.0.0",
4451
+ "requires": {}
4452
+ }
4453
+ },
4454
+ {
4455
+ "name": "nuxt3-interpolation",
4456
+ "description": "",
4457
+ "repo": "daliborgogic/interpolation#master",
4458
+ "npm": "nuxt3-interpolation",
4459
+ "icon": "",
4460
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4461
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4462
+ "learn_more": "",
4463
+ "category": "Devtools",
3767
4464
  "type": "3rd-party",
3768
4465
  "maintainers": [
3769
4466
  {
3770
- "name": "Jens van Hellemondt",
3771
- "github": "invictus-codes"
4467
+ "name": "daliborgogic",
4468
+ "github": "daliborgogic"
4469
+ }
4470
+ ],
4471
+ "compatibility": {
4472
+ "nuxt": "^3.0.0",
4473
+ "requires": {}
4474
+ }
4475
+ },
4476
+ {
4477
+ "name": "nuxt3-leaflet",
4478
+ "description": "Leaflet integration with Nuxt",
4479
+ "repo": "Gugustinette/Nuxt-Leaflet",
4480
+ "npm": "nuxt3-leaflet",
4481
+ "icon": "leaflet.png",
4482
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4483
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4484
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4485
+ "category": "Libraries",
4486
+ "type": "3rd-party",
4487
+ "maintainers": [
4488
+ {
4489
+ "name": "Augustin MERCIER",
4490
+ "github": "Gugustinette"
3772
4491
  }
3773
4492
  ],
3774
4493
  "compatibility": {
@@ -3778,7 +4497,7 @@
3778
4497
  },
3779
4498
  {
3780
4499
  "name": "nuxt7",
3781
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4500
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3782
4501
  "repo": "nuxt-community/nuxt7",
3783
4502
  "npm": "nuxt7",
3784
4503
  "icon": "",
@@ -3799,40 +4518,17 @@
3799
4518
  "requires": {}
3800
4519
  }
3801
4520
  },
3802
- {
3803
- "name": "nuxtlabs-ui",
3804
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3805
- "repo": "nuxtlabs/ui",
3806
- "npm": "@nuxthq/ui",
3807
- "icon": "nuxtlabs-ui.svg",
3808
- "github": "https://github.com/nuxtlabs/ui",
3809
- "website": "https://ui.nuxtlabs.com",
3810
- "learn_more": "https://ui.nuxtlabs.com",
3811
- "category": "UI",
3812
- "type": "3rd-party",
3813
- "maintainers": [
3814
- {
3815
- "name": "Benjamin Canac",
3816
- "github": "benjamincanac",
3817
- "twitter": "benjamincanac"
3818
- }
3819
- ],
3820
- "compatibility": {
3821
- "nuxt": "^3.0.0",
3822
- "requires": {}
3823
- }
3824
- },
3825
4521
  {
3826
4522
  "name": "og-image",
3827
- "description": "Easily generate dynamic social share images.",
3828
- "repo": "harlan-zw/nuxt-og-image",
4523
+ "description": "Enlightened runtime images generated with Vue templates.",
4524
+ "repo": "nuxt-modules/og-image",
3829
4525
  "npm": "nuxt-og-image",
3830
- "icon": "",
3831
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3832
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3833
- "learn_more": "",
4526
+ "icon": "og-image.svg",
4527
+ "github": "https://github.com/nuxt-modules/og-image",
4528
+ "website": "https://nuxtseo.com/og-image",
4529
+ "learn_more": "https://nuxtseo.com/og-image",
3834
4530
  "category": "SEO",
3835
- "type": "3rd-party",
4531
+ "type": "community",
3836
4532
  "maintainers": [
3837
4533
  {
3838
4534
  "name": "Harlan Wilton",
@@ -3843,7 +4539,8 @@
3843
4539
  ],
3844
4540
  "compatibility": {
3845
4541
  "nuxt": "^3.0.0",
3846
- "requires": {}
4542
+ "requires": {},
4543
+ "devtools": "^0.0.0"
3847
4544
  }
3848
4545
  },
3849
4546
  {
@@ -3871,13 +4568,13 @@
3871
4568
  },
3872
4569
  {
3873
4570
  "name": "optimized-images",
3874
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4571
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3875
4572
  "repo": "juliomrqz/nuxt-optimized-images",
3876
4573
  "npm": "@aceforth/nuxt-optimized-images",
3877
4574
  "icon": "",
3878
4575
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
3879
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
3880
- "learn_more": "",
4576
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4577
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
3881
4578
  "category": "Images",
3882
4579
  "type": "3rd-party",
3883
4580
  "maintainers": [
@@ -3916,7 +4613,7 @@
3916
4613
  },
3917
4614
  {
3918
4615
  "name": "parse",
3919
- "description": "Parse package for Nuxt.js",
4616
+ "description": "Parse package for Nuxt",
3920
4617
  "repo": "cierrateam/nuxt-parse",
3921
4618
  "npm": "nuxt-parse",
3922
4619
  "icon": "",
@@ -3936,6 +4633,29 @@
3936
4633
  "requires": {}
3937
4634
  }
3938
4635
  },
4636
+ {
4637
+ "name": "particles",
4638
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4639
+ "repo": "Joepocalyptic/nuxt-particles",
4640
+ "npm": "nuxt-particles",
4641
+ "icon": "",
4642
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4643
+ "website": "https://nuxt-particles.joeypereira.dev",
4644
+ "learn_more": "https://particles.js.org/",
4645
+ "category": "Libraries",
4646
+ "type": "3rd-party",
4647
+ "maintainers": [
4648
+ {
4649
+ "name": "Joey Pereira",
4650
+ "github": "Joepocalyptic",
4651
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4652
+ }
4653
+ ],
4654
+ "compatibility": {
4655
+ "nuxt": "^3.0.0",
4656
+ "requires": {}
4657
+ }
4658
+ },
3939
4659
  {
3940
4660
  "name": "partytown",
3941
4661
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3961,6 +4681,28 @@
3961
4681
  }
3962
4682
  }
3963
4683
  },
4684
+ {
4685
+ "name": "paypal",
4686
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4687
+ "repo": "arashsheyda/nuxt-paypal",
4688
+ "npm": "nuxt-paypal",
4689
+ "icon": "paypal.svg",
4690
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4691
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4692
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4693
+ "category": "Payment",
4694
+ "type": "3rd-party",
4695
+ "maintainers": [
4696
+ {
4697
+ "name": "Arash Sheyda",
4698
+ "github": "arashsheyda"
4699
+ }
4700
+ ],
4701
+ "compatibility": {
4702
+ "nuxt": "^3.0.0",
4703
+ "requires": {}
4704
+ }
4705
+ },
3964
4706
  {
3965
4707
  "name": "pdfeasy",
3966
4708
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4082,7 +4824,7 @@
4082
4824
  },
4083
4825
  {
4084
4826
  "name": "plausible",
4085
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4827
+ "description": "Nuxt module to natively integrate Plausible analytics",
4086
4828
  "repo": "nuxt-modules/plausible",
4087
4829
  "npm": "@nuxtjs/plausible",
4088
4830
  "icon": "",
@@ -4124,9 +4866,56 @@
4124
4866
  "requires": {}
4125
4867
  }
4126
4868
  },
4869
+ {
4870
+ "name": "prepare",
4871
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4872
+ "repo": "johannschopplich/nuxt-prepare",
4873
+ "npm": "nuxt-prepare",
4874
+ "icon": "prepare.svg",
4875
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4876
+ "website": "https://nuxt-prepare.byjohann.dev",
4877
+ "learn_more": "",
4878
+ "category": "Devtools",
4879
+ "type": "3rd-party",
4880
+ "maintainers": [
4881
+ {
4882
+ "name": "Johann Schopplich",
4883
+ "github": "johannschopplich",
4884
+ "twitter": "jschopplich",
4885
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4886
+ }
4887
+ ],
4888
+ "compatibility": {
4889
+ "nuxt": "^3.0.0",
4890
+ "requires": {}
4891
+ }
4892
+ },
4893
+ {
4894
+ "name": "primevue",
4895
+ "description": "Next Generation Vue UI Component Library",
4896
+ "repo": "primefaces/primevue-nuxt-module",
4897
+ "npm": "nuxt-primevue",
4898
+ "icon": "primevue.svg",
4899
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4900
+ "website": "https://primevue.org/",
4901
+ "learn_more": "https://primevue.org/",
4902
+ "category": "UI",
4903
+ "type": "3rd-party",
4904
+ "maintainers": [
4905
+ {
4906
+ "name": "primefaces",
4907
+ "github": "primefaces",
4908
+ "twitter": "primevue"
4909
+ }
4910
+ ],
4911
+ "compatibility": {
4912
+ "nuxt": "^3.0.0",
4913
+ "requires": {}
4914
+ }
4915
+ },
4127
4916
  {
4128
4917
  "name": "prismic",
4129
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4918
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4130
4919
  "repo": "nuxt-modules/prismic",
4131
4920
  "npm": "@nuxtjs/prismic",
4132
4921
  "icon": "prismic.png",
@@ -4193,7 +4982,7 @@
4193
4982
  },
4194
4983
  {
4195
4984
  "name": "proxy",
4196
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4985
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4197
4986
  "repo": "nuxt-community/proxy-module",
4198
4987
  "npm": "@nuxtjs/proxy",
4199
4988
  "icon": "",
@@ -4239,7 +5028,7 @@
4239
5028
  },
4240
5029
  {
4241
5030
  "name": "purgecss",
4242
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5031
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4243
5032
  "repo": "Developmint/nuxt-purgecss#main",
4244
5033
  "npm": "nuxt-purgecss",
4245
5034
  "icon": "purgecss.png",
@@ -4261,7 +5050,7 @@
4261
5050
  },
4262
5051
  {
4263
5052
  "name": "pwa",
4264
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5053
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4265
5054
  "repo": "nuxt-community/pwa-module",
4266
5055
  "npm": "@nuxtjs/pwa",
4267
5056
  "icon": "pwa.png",
@@ -4286,7 +5075,7 @@
4286
5075
  },
4287
5076
  {
4288
5077
  "name": "python",
4289
- "description": "Write Nuxt.js applications using Python",
5078
+ "description": "Write Nuxt applications using Python",
4290
5079
  "repo": "nuxt-community/python-module",
4291
5080
  "npm": "@nuxtjs/python",
4292
5081
  "icon": "python.png",
@@ -4323,6 +5112,64 @@
4323
5112
  "github": "Maiquu"
4324
5113
  }
4325
5114
  ],
5115
+ "compatibility": {
5116
+ "nuxt": "^3.0.0",
5117
+ "requires": {},
5118
+ "devtools": "^0.0.0"
5119
+ }
5120
+ },
5121
+ {
5122
+ "name": "radash",
5123
+ "description": "radash module with auto-import and custom prefix",
5124
+ "repo": "bbg/nuxt-radash",
5125
+ "npm": "nuxt-radash",
5126
+ "icon": "radash.png",
5127
+ "github": "https://github.com/bbg/nuxt-radash",
5128
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5129
+ "learn_more": "https://github.com/rayepps/radash/",
5130
+ "category": "Libraries",
5131
+ "type": "3rd-party",
5132
+ "maintainers": [
5133
+ {
5134
+ "name": "Batuhan Göksu",
5135
+ "github": "bbg"
5136
+ }
5137
+ ],
5138
+ "compatibility": {
5139
+ "nuxt": "^3.0.0",
5140
+ "requires": {}
5141
+ }
5142
+ },
5143
+ {
5144
+ "name": "radix-vue",
5145
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5146
+ "repo": "radix-vue/radix-vue",
5147
+ "npm": "radix-vue",
5148
+ "icon": "radix-vue.svg",
5149
+ "github": "https://github.com/radix-vue/radix-vue",
5150
+ "website": "https://www.radix-vue.com/",
5151
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5152
+ "category": "UI",
5153
+ "type": "3rd-party",
5154
+ "maintainers": [
5155
+ {
5156
+ "name": "Zernonia",
5157
+ "github": "zernonia",
5158
+ "twitter": "zernonia"
5159
+ },
5160
+ {
5161
+ "name": "Khairul Haaziq",
5162
+ "github": "khairulhaaziq"
5163
+ },
5164
+ {
5165
+ "name": "Mujahid Anuar",
5166
+ "github": "mujahidfa"
5167
+ },
5168
+ {
5169
+ "name": "Max",
5170
+ "github": "onmax"
5171
+ }
5172
+ ],
4326
5173
  "compatibility": {
4327
5174
  "nuxt": "^3.0.0",
4328
5175
  "requires": {}
@@ -4330,7 +5177,7 @@
4330
5177
  },
4331
5178
  {
4332
5179
  "name": "recaptcha",
4333
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5180
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4334
5181
  "repo": "nuxt-community/recaptcha-module",
4335
5182
  "npm": "@nuxtjs/recaptcha",
4336
5183
  "icon": "recaptcha.png",
@@ -4373,9 +5220,32 @@
4373
5220
  "requires": {}
4374
5221
  }
4375
5222
  },
5223
+ {
5224
+ "name": "resend",
5225
+ "description": "Resend integration for Nuxt",
5226
+ "repo": "nhedger/nuxt-resend",
5227
+ "npm": "nuxt-resend",
5228
+ "icon": "resend.svg",
5229
+ "github": "https://github.com/nhedger/nuxt-resend",
5230
+ "website": "https://github.com/nhedger/nuxt-resend",
5231
+ "learn_more": "https://resend.com",
5232
+ "category": "Extensions",
5233
+ "type": "3rd-party",
5234
+ "maintainers": [
5235
+ {
5236
+ "name": "Nicolas Hedger",
5237
+ "github": "nhedger",
5238
+ "twitter": "nicolashedger"
5239
+ }
5240
+ ],
5241
+ "compatibility": {
5242
+ "nuxt": "^3.0.0",
5243
+ "requires": {}
5244
+ }
5245
+ },
4376
5246
  {
4377
5247
  "name": "rfg-icon",
4378
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5248
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4379
5249
  "repo": "pimlie/nuxt-rfg-icon",
4380
5250
  "npm": "nuxt-rfg-icon",
4381
5251
  "icon": "real-favicon-generator.png",
@@ -4397,13 +5267,13 @@
4397
5267
  },
4398
5268
  {
4399
5269
  "name": "robots",
4400
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4401
- "repo": "nuxt-community/robots-module",
5270
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5271
+ "repo": "nuxt-modules/robots",
4402
5272
  "npm": "@nuxtjs/robots",
4403
5273
  "icon": "robots.png",
4404
- "github": "https://github.com/nuxt-community/robots-module",
4405
- "website": "https://github.com/nuxt-community/robots-module",
4406
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5274
+ "github": "https://github.com/nuxt-modules/robots",
5275
+ "website": "https://github.com/nuxt-modules/robots",
5276
+ "learn_more": "",
4407
5277
  "category": "SEO",
4408
5278
  "type": "community",
4409
5279
  "maintainers": [
@@ -4421,23 +5291,23 @@
4421
5291
  },
4422
5292
  {
4423
5293
  "name": "rollbar",
4424
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4425
- "repo": "gaelreyrol/nuxt-rollbar-module",
4426
- "npm": "nuxt-rollbar-module",
5294
+ "description": "Nuxt 3 module to integrate Rollbar.",
5295
+ "repo": "jairoblatt/nuxt-rollbar",
5296
+ "npm": "nuxt-rollbar",
4427
5297
  "icon": "rollbar.png",
4428
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4429
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5298
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5299
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4430
5300
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4431
5301
  "category": "Monitoring",
4432
5302
  "type": "3rd-party",
4433
5303
  "maintainers": [
4434
5304
  {
4435
- "name": "Gaël Reyrol",
4436
- "github": "gaelreyrol"
5305
+ "name": "Jairo Blatt",
5306
+ "github": "jairoblatt"
4437
5307
  }
4438
5308
  ],
4439
5309
  "compatibility": {
4440
- "nuxt": "^2.0.0",
5310
+ "nuxt": "^3.0.0",
4441
5311
  "requires": {}
4442
5312
  }
4443
5313
  },
@@ -4466,7 +5336,7 @@
4466
5336
  },
4467
5337
  {
4468
5338
  "name": "router",
4469
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5339
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4470
5340
  "repo": "nuxt-community/router-module",
4471
5341
  "npm": "@nuxtjs/router",
4472
5342
  "icon": "vue.png",
@@ -4514,13 +5384,13 @@
4514
5384
  },
4515
5385
  {
4516
5386
  "name": "schema-org",
4517
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4518
- "repo": "vueuse/schema-org#main/packages/nuxt",
5387
+ "description": "Quick and easy Schema.org graphs.",
5388
+ "repo": "harlan-zw/nuxt-schema-org",
4519
5389
  "npm": "nuxt-schema-org",
4520
5390
  "icon": "schema-org.svg",
4521
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4522
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4523
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5391
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5392
+ "website": "https://nuxtseo.com/schema-org",
5393
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4524
5394
  "category": "SEO",
4525
5395
  "type": "3rd-party",
4526
5396
  "maintainers": [
@@ -4583,13 +5453,13 @@
4583
5453
  },
4584
5454
  {
4585
5455
  "name": "segment",
4586
- "description": "Nuxt.js module for Segment Analytics.js",
5456
+ "description": "Nuxt module for Segment Analytics.js",
4587
5457
  "repo": "dansmaculotte/nuxt-segment",
4588
5458
  "npm": "@dansmaculotte/nuxt-segment",
4589
5459
  "icon": "segment.png",
4590
5460
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4591
5461
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4592
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5462
+ "learn_more": "",
4593
5463
  "category": "Analytics",
4594
5464
  "type": "3rd-party",
4595
5465
  "maintainers": [
@@ -4605,10 +5475,10 @@
4605
5475
  },
4606
5476
  {
4607
5477
  "name": "sentry",
4608
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5478
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4609
5479
  "repo": "nuxt-community/sentry-module",
4610
5480
  "npm": "@nuxtjs/sentry",
4611
- "icon": "sentry.png",
5481
+ "icon": "sentry.svg",
4612
5482
  "github": "https://github.com/nuxt-community/sentry-module",
4613
5483
  "website": "https://sentry.nuxtjs.org/",
4614
5484
  "learn_more": "https://sentry.io/welcome/",
@@ -4626,20 +5496,22 @@
4626
5496
  }
4627
5497
  },
4628
5498
  {
4629
- "name": "seo-kit",
4630
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4631
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4632
- "npm": "nuxt-seo-kit",
4633
- "icon": "seo-kit.svg",
4634
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4635
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4636
- "learn_more": "",
5499
+ "name": "seo-experiments",
5500
+ "description": "Powerful SEO DX improvements.",
5501
+ "repo": "harlan-zw/nuxt-seo-experiments",
5502
+ "npm": "nuxt-seo-experiments",
5503
+ "icon": "seo-experiments.svg",
5504
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5505
+ "website": "https://nuxtseo.com/experiments",
5506
+ "learn_more": "https://nuxtseo.com/experiments",
4637
5507
  "category": "SEO",
4638
5508
  "type": "3rd-party",
4639
5509
  "maintainers": [
4640
5510
  {
4641
- "name": "harlan-zw",
4642
- "github": "harlan-zw"
5511
+ "name": "Harlan Wilton",
5512
+ "github": "harlan-zw",
5513
+ "twitter": "harlan_zw",
5514
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4643
5515
  }
4644
5516
  ],
4645
5517
  "compatibility": {
@@ -4670,9 +5542,31 @@
4670
5542
  "requires": {}
4671
5543
  }
4672
5544
  },
5545
+ {
5546
+ "name": "seo",
5547
+ "description": "The complete SEO solution for Nuxt.",
5548
+ "repo": "harlan-zw/nuxt-seo",
5549
+ "npm": "@nuxtjs/seo",
5550
+ "icon": "nuxt.svg",
5551
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5552
+ "website": "https://nuxtseo.com/",
5553
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5554
+ "category": "SEO",
5555
+ "type": "3rd-party",
5556
+ "maintainers": [
5557
+ {
5558
+ "name": "harlan-zw",
5559
+ "github": "harlan-zw"
5560
+ }
5561
+ ],
5562
+ "compatibility": {
5563
+ "nuxt": "^3.0.0",
5564
+ "requires": {}
5565
+ }
5566
+ },
4673
5567
  {
4674
5568
  "name": "seomatic-meta",
4675
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5569
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4676
5570
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4677
5571
  "npm": "nuxt-seomatic-meta",
4678
5572
  "icon": "seomatic.png",
@@ -4715,6 +5609,29 @@
4715
5609
  "requires": {}
4716
5610
  }
4717
5611
  },
5612
+ {
5613
+ "name": "server-block",
5614
+ "description": "Use <server> tags in your Nuxt pages components.",
5615
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5616
+ "npm": "@hebilicious/server-block-nuxt",
5617
+ "icon": "server-block.svg",
5618
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5619
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5620
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5621
+ "category": "Extensions",
5622
+ "type": "3rd-party",
5623
+ "maintainers": [
5624
+ {
5625
+ "name": "Hebilicious",
5626
+ "github": "Hebilicious",
5627
+ "twitter": "its_hebilicious"
5628
+ }
5629
+ ],
5630
+ "compatibility": {
5631
+ "nuxt": "^3.0.0",
5632
+ "requires": {}
5633
+ }
5634
+ },
4718
5635
  {
4719
5636
  "name": "session",
4720
5637
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4740,7 +5657,7 @@
4740
5657
  },
4741
5658
  {
4742
5659
  "name": "shopify",
4743
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5660
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4744
5661
  "repo": "Gomah/nuxt-shopify",
4745
5662
  "npm": "nuxt-shopify",
4746
5663
  "icon": "shopify.png",
@@ -4761,7 +5678,7 @@
4761
5678
  }
4762
5679
  },
4763
5680
  {
4764
- "name": "nuxt-auth",
5681
+ "name": "sidebase-auth",
4765
5682
  "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.",
4766
5683
  "repo": "sidebase/nuxt-auth",
4767
5684
  "npm": "@sidebase/nuxt-auth",
@@ -4807,13 +5724,13 @@
4807
5724
  },
4808
5725
  {
4809
5726
  "name": "simple-robots",
4810
- "description": "Simply manage the robots crawling your Nuxt app.",
5727
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4811
5728
  "repo": "harlan-zw/nuxt-simple-robots",
4812
5729
  "npm": "nuxt-simple-robots",
4813
- "icon": "",
5730
+ "icon": "simple-robots.svg",
4814
5731
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4815
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4816
- "learn_more": "",
5732
+ "website": "https://nuxtseo.com/robots",
5733
+ "learn_more": "https://nuxtseo.com/robots",
4817
5734
  "category": "SEO",
4818
5735
  "type": "3rd-party",
4819
5736
  "maintainers": [
@@ -4830,41 +5747,23 @@
4830
5747
  }
4831
5748
  },
4832
5749
  {
4833
- "name": "simple-sitemap",
4834
- "description": "Simple, minimal sitemap.xml generation.",
4835
- "repo": "harlan-zw/nuxt-simple-sitemap",
4836
- "npm": "nuxt-simple-sitemap",
4837
- "icon": "",
4838
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4839
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4840
- "learn_more": "",
5750
+ "name": "sitemap",
5751
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5752
+ "repo": "nuxt-modules/sitemap",
5753
+ "npm": "@nuxtjs/sitemap",
5754
+ "icon": "simple-sitemap.svg",
5755
+ "github": "https://github.com/nuxt-modules/sitemap",
5756
+ "website": "https://nuxtseo.com/",
5757
+ "learn_more": "https://nuxtseo.com/sitemap",
4841
5758
  "category": "SEO",
4842
- "type": "3rd-party",
5759
+ "type": "community",
4843
5760
  "maintainers": [
4844
5761
  {
4845
5762
  "name": "Harlan Wilton",
4846
5763
  "github": "harlan-zw",
4847
5764
  "twitter": "harlan_zw",
4848
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4849
- }
4850
- ],
4851
- "compatibility": {
4852
- "nuxt": "^3.0.0",
4853
- "requires": {}
4854
- }
4855
- },
4856
- {
4857
- "name": "sitemap",
4858
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
4859
- "repo": "nuxt-community/sitemap-module#dev",
4860
- "npm": "@nuxtjs/sitemap",
4861
- "icon": "",
4862
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
4863
- "website": "https://sitemap.nuxtjs.org",
4864
- "learn_more": "",
4865
- "category": "SEO",
4866
- "type": "community",
4867
- "maintainers": [
5765
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5766
+ },
4868
5767
  {
4869
5768
  "name": "Nicolas PENNEC",
4870
5769
  "github": "NicoPennec",
@@ -4872,7 +5771,7 @@
4872
5771
  }
4873
5772
  ],
4874
5773
  "compatibility": {
4875
- "nuxt": "^2.0.0",
5774
+ "nuxt": "^3.0.0",
4876
5775
  "requires": {}
4877
5776
  }
4878
5777
  },
@@ -4900,7 +5799,7 @@
4900
5799
  },
4901
5800
  {
4902
5801
  "name": "snipcart",
4903
- "description": "Snipcart integration module for Nuxt.js",
5802
+ "description": "Snipcart integration module for Nuxt",
4904
5803
  "repo": "nuxt-modules/snipcart",
4905
5804
  "npm": "@nuxtjs/snipcart",
4906
5805
  "icon": "snipcart.png",
@@ -4923,7 +5822,7 @@
4923
5822
  },
4924
5823
  {
4925
5824
  "name": "social-meta",
4926
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5825
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4927
5826
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4928
5827
  "npm": "nuxt-social-meta",
4929
5828
  "icon": "",
@@ -5045,7 +5944,7 @@
5045
5944
  },
5046
5945
  {
5047
5946
  "name": "storage",
5048
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5947
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5049
5948
  "repo": "mazipan/nuxt-storage",
5050
5949
  "npm": "nuxt-storage",
5051
5950
  "icon": "",
@@ -5067,7 +5966,7 @@
5067
5966
  },
5068
5967
  {
5069
5968
  "name": "storefront-ui",
5070
- "description": "Storefront UI Module for Nuxt.js",
5969
+ "description": "Storefront UI Module for Nuxt",
5071
5970
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5072
5971
  "npm": "@storefront-ui/nuxt",
5073
5972
  "icon": "storefront-ui.svg",
@@ -5111,8 +6010,8 @@
5111
6010
  },
5112
6011
  {
5113
6012
  "name": "storyblok",
5114
- "description": "Storyblok Nuxt.js module",
5115
- "repo": "storyblok/storyblok-nuxt#master/lib",
6013
+ "description": "Storyblok Nuxt module",
6014
+ "repo": "storyblok/storyblok-nuxt#main",
5116
6015
  "npm": "@storyblok/nuxt",
5117
6016
  "icon": "storyblok.png",
5118
6017
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5128,46 +6027,43 @@
5128
6027
  ],
5129
6028
  "compatibility": {
5130
6029
  "nuxt": "^2.0.0 || ^3.0.0",
5131
- "requires": {}
6030
+ "requires": {},
6031
+ "devtools": "^0.0.0"
5132
6032
  }
5133
6033
  },
5134
6034
  {
5135
6035
  "name": "storybook",
5136
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5137
- "repo": "nuxt-community/storybook",
6036
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6037
+ "repo": "nuxt-modules/storybook",
5138
6038
  "npm": "@nuxtjs/storybook",
5139
6039
  "icon": "storybook.png",
5140
- "github": "https://github.com/nuxt-community/storybook",
6040
+ "github": "https://github.com/nuxt-modules/storybook",
5141
6041
  "website": "https://storybook.nuxtjs.org",
5142
- "learn_more": "https://storybook.js.org/",
6042
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5143
6043
  "category": "Devtools",
5144
6044
  "type": "community",
5145
6045
  "maintainers": [
5146
6046
  {
5147
- "name": "Ahad Birang",
5148
- "github": "farnabaz",
5149
- "twitter": "a_birang"
5150
- },
5151
- {
5152
- "name": "Pooya Parsa",
5153
- "github": "pi0",
5154
- "twitter": "_pi0_"
6047
+ "name": "Chakir QATAB",
6048
+ "github": "chakAs3",
6049
+ "twitter": "ChakirQatab"
5155
6050
  }
5156
6051
  ],
5157
6052
  "compatibility": {
5158
- "nuxt": "^2.0.0",
6053
+ "nuxt": "^2.0.0 || ^3.0.0",
5159
6054
  "requires": {
5160
6055
  "bridge": "optional"
5161
- }
6056
+ },
6057
+ "devtools": "^0.7.2"
5162
6058
  }
5163
6059
  },
5164
6060
  {
5165
6061
  "name": "strapi",
5166
6062
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5167
- "repo": "nuxt-community/strapi-module",
6063
+ "repo": "nuxt-modules/strapi",
5168
6064
  "npm": "@nuxtjs/strapi",
5169
6065
  "icon": "strapi.png",
5170
- "github": "https://github.com/nuxt-community/strapi-module",
6066
+ "github": "https://github.com/nuxt-modules/strapi",
5171
6067
  "website": "https://strapi.nuxtjs.org",
5172
6068
  "learn_more": "https://strapi.io/",
5173
6069
  "category": "CMS",
@@ -5188,7 +6084,8 @@
5188
6084
  "nuxt": "^2.0.0 || ^3.0.0",
5189
6085
  "requires": {
5190
6086
  "bridge": true
5191
- }
6087
+ },
6088
+ "devtools": "^0.0.0"
5192
6089
  }
5193
6090
  },
5194
6091
  {
@@ -5239,6 +6136,36 @@
5239
6136
  "requires": {}
5240
6137
  }
5241
6138
  },
6139
+ {
6140
+ "name": "studio",
6141
+ "description": "A new experience to build content-driven website with Nuxt.",
6142
+ "repo": "nuxtlabs/studio-module",
6143
+ "npm": "@nuxthq/studio",
6144
+ "icon": "studio.svg",
6145
+ "github": "https://github.com/nuxtlabs/studio-module",
6146
+ "website": "https://nuxt.studio",
6147
+ "learn_more": "https://nuxt.studio",
6148
+ "category": "CMS",
6149
+ "type": "3rd-party",
6150
+ "maintainers": [
6151
+ {
6152
+ "name": "Ahad Birang",
6153
+ "github": "farnabaz",
6154
+ "twitter": "a_birang"
6155
+ },
6156
+ {
6157
+ "name": "Sébastien Chopin",
6158
+ "github": "Atinux",
6159
+ "twitter": "Atinux"
6160
+ }
6161
+ ],
6162
+ "compatibility": {
6163
+ "nuxt": "^3.0.0",
6164
+ "requires": {
6165
+ "content": true
6166
+ }
6167
+ }
6168
+ },
5242
6169
  {
5243
6170
  "name": "style-resources",
5244
6171
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5264,7 +6191,7 @@
5264
6191
  },
5265
6192
  {
5266
6193
  "name": "stylelint",
5267
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6194
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5268
6195
  "repo": "nuxt-community/stylelint-module",
5269
6196
  "npm": "@nuxtjs/stylelint-module",
5270
6197
  "icon": "stylelint.png",
@@ -5310,10 +6237,10 @@
5310
6237
  {
5311
6238
  "name": "supabase",
5312
6239
  "description": "First class integration with Supabase",
5313
- "repo": "nuxt-community/supabase-module",
6240
+ "repo": "nuxt-modules/supabase",
5314
6241
  "npm": "@nuxtjs/supabase",
5315
6242
  "icon": "supabase.png",
5316
- "github": "https://github.com/nuxt-community/supabase-module",
6243
+ "github": "https://github.com/nuxt-modules/supabase",
5317
6244
  "website": "https://supabase.nuxtjs.org",
5318
6245
  "learn_more": "https://supabase.com",
5319
6246
  "category": "Database",
@@ -5364,12 +6291,12 @@
5364
6291
  },
5365
6292
  {
5366
6293
  "name": "svg-sprite",
5367
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5368
- "repo": "nuxt-community/svg-sprite-module",
6294
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6295
+ "repo": "nuxt-modules/svg-sprite",
5369
6296
  "npm": "@nuxtjs/svg-sprite",
5370
6297
  "icon": "",
5371
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5372
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6298
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6299
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5373
6300
  "learn_more": "",
5374
6301
  "category": "UI",
5375
6302
  "type": "community",
@@ -5381,13 +6308,13 @@
5381
6308
  }
5382
6309
  ],
5383
6310
  "compatibility": {
5384
- "nuxt": "^2.0.0",
6311
+ "nuxt": "^2.0.0 || ^3.0.0",
5385
6312
  "requires": {}
5386
6313
  }
5387
6314
  },
5388
6315
  {
5389
6316
  "name": "svg",
5390
- "description": "Super simple svg loading module for Nuxt.js",
6317
+ "description": "Super simple svg loading module for Nuxt",
5391
6318
  "repo": "nuxt-community/svg-module",
5392
6319
  "npm": "@nuxtjs/svg",
5393
6320
  "icon": "",
@@ -5431,7 +6358,7 @@
5431
6358
  },
5432
6359
  {
5433
6360
  "name": "swiper",
5434
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6361
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5435
6362
  "repo": "cpreston321/nuxt-swiper",
5436
6363
  "npm": "nuxt-swiper",
5437
6364
  "icon": "swiper.svg",
@@ -5477,10 +6404,10 @@
5477
6404
  {
5478
6405
  "name": "tailwindcss",
5479
6406
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5480
- "repo": "nuxt-community/tailwindcss-module",
6407
+ "repo": "nuxt-modules/tailwindcss",
5481
6408
  "npm": "@nuxtjs/tailwindcss",
5482
6409
  "icon": "tailwindcss.png",
5483
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6410
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5484
6411
  "website": "https://tailwindcss.nuxtjs.org",
5485
6412
  "learn_more": "https://tailwindcss.com/",
5486
6413
  "category": "UI",
@@ -5490,11 +6417,16 @@
5490
6417
  "name": "Sébastien Chopin",
5491
6418
  "github": "Atinux",
5492
6419
  "twitter": "Atinux"
6420
+ },
6421
+ {
6422
+ "name": "Inesh Bose",
6423
+ "github": "ineshbose"
5493
6424
  }
5494
6425
  ],
5495
6426
  "compatibility": {
5496
6427
  "nuxt": "^2.0.0 || ^3.0.0",
5497
- "requires": {}
6428
+ "requires": {},
6429
+ "devtools": "^0.0.0"
5498
6430
  }
5499
6431
  },
5500
6432
  {
@@ -5542,9 +6474,31 @@
5542
6474
  "requires": {}
5543
6475
  }
5544
6476
  },
6477
+ {
6478
+ "name": "tiptap",
6479
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6480
+ "repo": "modbender/nuxt-tiptap-editor",
6481
+ "npm": "nuxt-tiptap-editor",
6482
+ "icon": "tiptap.png",
6483
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6484
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6485
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6486
+ "category": "Libraries",
6487
+ "type": "3rd-party",
6488
+ "maintainers": [
6489
+ {
6490
+ "name": "modbender",
6491
+ "github": "modbender"
6492
+ }
6493
+ ],
6494
+ "compatibility": {
6495
+ "nuxt": "^3.0.0",
6496
+ "requires": {}
6497
+ }
6498
+ },
5545
6499
  {
5546
6500
  "name": "toast",
5547
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6501
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5548
6502
  "repo": "nuxt-community/modules#master/packages/toast",
5549
6503
  "npm": "@nuxtjs/toast",
5550
6504
  "icon": "",
@@ -5565,6 +6519,28 @@
5565
6519
  "requires": {}
5566
6520
  }
5567
6521
  },
6522
+ {
6523
+ "name": "translation-manager",
6524
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6525
+ "repo": "samk-dev/nuxt-translation-manager",
6526
+ "npm": "nuxt-translation-manager",
6527
+ "icon": "translation-manager.png",
6528
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6529
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6530
+ "learn_more": "",
6531
+ "category": "Extensions",
6532
+ "type": "3rd-party",
6533
+ "maintainers": [
6534
+ {
6535
+ "name": "Sam K",
6536
+ "github": "samk-dev"
6537
+ }
6538
+ ],
6539
+ "compatibility": {
6540
+ "nuxt": "^3.0.0",
6541
+ "requires": {}
6542
+ }
6543
+ },
5568
6544
  {
5569
6545
  "name": "tresjs",
5570
6546
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5625,7 +6601,7 @@
5625
6601
  },
5626
6602
  {
5627
6603
  "name": "twa",
5628
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6604
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5629
6605
  "repo": "tuarrep/nuxt-twa",
5630
6606
  "npm": "nuxt-twa",
5631
6607
  "icon": "",
@@ -5813,6 +6789,63 @@
5813
6789
  "requires": {}
5814
6790
  }
5815
6791
  },
6792
+ {
6793
+ "name": "typo3",
6794
+ "description": "TYPO3 Headless Frontend Rendering module",
6795
+ "repo": "TYPO3-Headless/nuxt-typo3",
6796
+ "npm": "@t3headless/nuxt-typo3",
6797
+ "icon": "typo3.svg",
6798
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6799
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6800
+ "learn_more": "https://github.com/TYPO3-Headless",
6801
+ "category": "CMS",
6802
+ "type": "3rd-party",
6803
+ "maintainers": [
6804
+ {
6805
+ "name": "Macopedia",
6806
+ "github": "macopedia",
6807
+ "twitter": "macopediapl"
6808
+ }
6809
+ ],
6810
+ "compatibility": {
6811
+ "nuxt": "^2.0.0 || ^3.0.0",
6812
+ "requires": {},
6813
+ "devtools": "^0.0.0"
6814
+ }
6815
+ },
6816
+ {
6817
+ "name": "ui",
6818
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6819
+ "repo": "nuxt/ui#dev",
6820
+ "npm": "@nuxt/ui",
6821
+ "icon": "nuxt.svg",
6822
+ "github": "https://github.com/nuxt/ui",
6823
+ "website": "https://ui.nuxt.com",
6824
+ "learn_more": "",
6825
+ "category": "UI",
6826
+ "type": "official",
6827
+ "maintainers": [
6828
+ {
6829
+ "name": "Benjamin Canac",
6830
+ "github": "benjamincanac",
6831
+ "twitter": "benjamincanac"
6832
+ },
6833
+ {
6834
+ "name": "Sebastien Chopin",
6835
+ "github": "Atinux",
6836
+ "twitter": "Atinux"
6837
+ },
6838
+ {
6839
+ "name": "Sylvain Marroufin",
6840
+ "github": "smarroufin",
6841
+ "twitter": "smarroufin"
6842
+ }
6843
+ ],
6844
+ "compatibility": {
6845
+ "nuxt": "^3.0.0",
6846
+ "requires": {}
6847
+ }
6848
+ },
5816
6849
  {
5817
6850
  "name": "umami",
5818
6851
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5837,31 +6870,9 @@
5837
6870
  }
5838
6871
  }
5839
6872
  },
5840
- {
5841
- "name": "unhead",
5842
- "description": "Experimental features for Nuxt SEO / head management.",
5843
- "repo": "harlan-zw/nuxt-seo-experiments",
5844
- "npm": "nuxt-seo-experiments",
5845
- "icon": "",
5846
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5847
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5848
- "learn_more": "",
5849
- "category": "SEO",
5850
- "type": "3rd-party",
5851
- "maintainers": [
5852
- {
5853
- "name": "harlan-zw",
5854
- "github": "harlan-zw"
5855
- }
5856
- ],
5857
- "compatibility": {
5858
- "nuxt": "^3.0.0",
5859
- "requires": {}
5860
- }
5861
- },
5862
6873
  {
5863
6874
  "name": "universal-storage",
5864
- "description": "Universal Storage Utilities for Nuxt.js",
6875
+ "description": "Universal Storage Utilities for Nuxt",
5865
6876
  "repo": "nuxt-community/universal-storage-module",
5866
6877
  "npm": "@nuxtjs/universal-storage",
5867
6878
  "icon": "",
@@ -5890,7 +6901,7 @@
5890
6901
  {
5891
6902
  "name": "unlazy",
5892
6903
  "description": "Lazy loading library for placeholder images",
5893
- "repo": "johannschopplich/unlazy/packages/nuxt",
6904
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
5894
6905
  "npm": "@unlazy/nuxt",
5895
6906
  "icon": "unlazy.svg",
5896
6907
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -5938,12 +6949,12 @@
5938
6949
  {
5939
6950
  "name": "unocss",
5940
6951
  "description": "The instant on-demand atomic CSS engine.",
5941
- "repo": "antfu/unocss#main/packages/nuxt",
6952
+ "repo": "unocss/unocss#main/packages/nuxt",
5942
6953
  "npm": "@unocss/nuxt",
5943
6954
  "icon": "unocss.svg",
5944
- "github": "https://github.com/antfu/unocss",
5945
- "website": "https://github.com/antfu/unocss",
5946
- "learn_more": "https://github.com/antfu/unocss",
6955
+ "github": "https://github.com/unocss/unocss",
6956
+ "website": "https://github.com/unocss/unocss",
6957
+ "learn_more": "https://github.com/unocss/unocss",
5947
6958
  "category": "UI",
5948
6959
  "type": "3rd-party",
5949
6960
  "maintainers": [
@@ -5958,7 +6969,8 @@
5958
6969
  "nuxt": "^2.0.0 || ^3.0.0",
5959
6970
  "requires": {
5960
6971
  "bridge": "optional"
5961
- }
6972
+ },
6973
+ "devtools": "^0.0.0"
5962
6974
  }
5963
6975
  },
5964
6976
  {
@@ -5984,9 +6996,33 @@
5984
6996
  "requires": {}
5985
6997
  }
5986
6998
  },
6999
+ {
7000
+ "name": "use-wagmi",
7001
+ "description": "Vue Composition for Ethereum based on wagmi",
7002
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7003
+ "npm": "@use-wagmi/nuxt",
7004
+ "icon": "use-wagmi.png",
7005
+ "github": "https://github.com/unicape/use-wagmi",
7006
+ "website": "https://github.com/unicape/use-wagmi",
7007
+ "learn_more": "https://github.com/unicape/use-wagmi",
7008
+ "category": "Extensions",
7009
+ "type": "3rd-party",
7010
+ "maintainers": [
7011
+ {
7012
+ "name": "Unic Ape",
7013
+ "github": "unicape"
7014
+ }
7015
+ ],
7016
+ "compatibility": {
7017
+ "nuxt": "^2.0.0 || ^3.0.0",
7018
+ "requires": {
7019
+ "bridge": true
7020
+ }
7021
+ }
7022
+ },
5987
7023
  {
5988
7024
  "name": "user-agent",
5989
- "description": "Nuxt.js module for handling User-Agent.",
7025
+ "description": "Nuxt module for handling User-Agent.",
5990
7026
  "repo": "fukuiretu/nuxt-user-agent",
5991
7027
  "npm": "nuxt-user-agent",
5992
7028
  "icon": "",
@@ -6014,7 +7050,7 @@
6014
7050
  "icon": "vee-validate.png",
6015
7051
  "github": "https://github.com/lewyuburi/nuxt-validate",
6016
7052
  "website": "https://github.com/lewyuburi/nuxt-validate",
6017
- "learn_more": "https://logaretm.github.io/vee-validate/",
7053
+ "learn_more": "",
6018
7054
  "category": "Libraries",
6019
7055
  "type": "3rd-party",
6020
7056
  "maintainers": [
@@ -6076,9 +7112,31 @@
6076
7112
  }
6077
7113
  }
6078
7114
  },
7115
+ {
7116
+ "name": "vcalendar",
7117
+ "description": "VCalendar module for Nuxt",
7118
+ "repo": "samk-dev/nuxt-vcalendar",
7119
+ "npm": "@samk-dev/nuxt-vcalendar",
7120
+ "icon": "vcalendar.png",
7121
+ "github": "https://github.com/samk-dev/vcalendar",
7122
+ "website": "https://github.com/samk-dev/vcalendar",
7123
+ "learn_more": "",
7124
+ "category": "Libraries",
7125
+ "type": "3rd-party",
7126
+ "maintainers": [
7127
+ {
7128
+ "name": "Sam K",
7129
+ "github": "samk-dev"
7130
+ }
7131
+ ],
7132
+ "compatibility": {
7133
+ "nuxt": "^3.0.0",
7134
+ "requires": {}
7135
+ }
7136
+ },
6079
7137
  {
6080
7138
  "name": "vee-validate",
6081
- "description": "Painless Vue forms for Nuxt.js",
7139
+ "description": "Painless Vue forms for Nuxt",
6082
7140
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6083
7141
  "npm": "@vee-validate/nuxt",
6084
7142
  "icon": "vee-validate.png",
@@ -6168,7 +7226,7 @@
6168
7226
  },
6169
7227
  {
6170
7228
  "name": "vite-pwa-nuxt",
6171
- "description": "Zero-config PWA Plugin for Nuxt 3",
7229
+ "description": "Zero-config PWA Plugin for Nuxt",
6172
7230
  "repo": "vite-pwa/nuxt",
6173
7231
  "npm": "@vite-pwa/nuxt",
6174
7232
  "icon": "vite-pwa-nuxt.svg",
@@ -6215,6 +7273,61 @@
6215
7273
  "github": "antfu"
6216
7274
  }
6217
7275
  ],
7276
+ "compatibility": {
7277
+ "nuxt": "^3.0.0",
7278
+ "requires": {},
7279
+ "devtools": "^0.0.0"
7280
+ }
7281
+ },
7282
+ {
7283
+ "name": "vue-email",
7284
+ "description": "💌 Write email templates with vue",
7285
+ "repo": "vue-email/nuxt",
7286
+ "npm": "@vue-email/nuxt",
7287
+ "icon": "vue-email.svg",
7288
+ "github": "https://github.com/vue-email/nuxt",
7289
+ "website": "https://vuemail.net/",
7290
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7291
+ "category": "UI",
7292
+ "type": "3rd-party",
7293
+ "maintainers": [
7294
+ {
7295
+ "name": "David Arenas",
7296
+ "github": "Dave136",
7297
+ "twitter": "davejs4",
7298
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7299
+ },
7300
+ {
7301
+ "name": "Younes Barrad",
7302
+ "github": "Flowko",
7303
+ "twitter": "imflowko",
7304
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7305
+ }
7306
+ ],
7307
+ "compatibility": {
7308
+ "nuxt": "^3.0.0",
7309
+ "requires": {},
7310
+ "devtools": "^0.0.0"
7311
+ }
7312
+ },
7313
+ {
7314
+ "name": "vue-final-modal",
7315
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7316
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7317
+ "npm": "@vue-final-modal/nuxt",
7318
+ "icon": "vue-final-modal.svg",
7319
+ "github": "https://github.com/vue-final/vue-final-modal",
7320
+ "website": "https://vue-final-modal.org/",
7321
+ "learn_more": "https://vue-final-modal.org/",
7322
+ "category": "UI",
7323
+ "type": "3rd-party",
7324
+ "maintainers": [
7325
+ {
7326
+ "name": "Hunter Liu",
7327
+ "github": "hunterliu1003",
7328
+ "twitter": "hunterliu1003"
7329
+ }
7330
+ ],
6218
7331
  "compatibility": {
6219
7332
  "nuxt": "^3.0.0",
6220
7333
  "requires": {}
@@ -6242,7 +7355,8 @@
6242
7355
  "nuxt": "^3.0.0",
6243
7356
  "requires": {
6244
7357
  "bridge": "optional"
6245
- }
7358
+ },
7359
+ "devtools": "^0.0.0"
6246
7360
  }
6247
7361
  },
6248
7362
  {
@@ -6269,7 +7383,7 @@
6269
7383
  },
6270
7384
  {
6271
7385
  "name": "vue-multiselect",
6272
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7386
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6273
7387
  "repo": "spektrummedia/nuxt-vue-multiselect",
6274
7388
  "npm": "nuxt-vue-multiselect",
6275
7389
  "icon": "",
@@ -6314,7 +7428,7 @@
6314
7428
  {
6315
7429
  "name": "vue-query",
6316
7430
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6317
- "repo": "Hebilicious/vue-query-nuxt#main",
7431
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6318
7432
  "npm": "@hebilicious/vue-query-nuxt",
6319
7433
  "icon": "vue-query.svg",
6320
7434
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6383,7 +7497,7 @@
6383
7497
  },
6384
7498
  {
6385
7499
  "name": "vue-warehouse",
6386
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7500
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6387
7501
  "repo": "juliomrqz/vue-warehouse",
6388
7502
  "npm": "vue-warehouse",
6389
7503
  "icon": "",
@@ -6404,10 +7518,33 @@
6404
7518
  "requires": {}
6405
7519
  }
6406
7520
  },
7521
+ {
7522
+ "name": "vue3-carousel-nuxt",
7523
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7524
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7525
+ "npm": "vue3-carousel-nuxt",
7526
+ "icon": "",
7527
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7528
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7529
+ "learn_more": "",
7530
+ "category": "UI",
7531
+ "type": "3rd-party",
7532
+ "maintainers": [
7533
+ {
7534
+ "name": "Gaetan SENN",
7535
+ "github": "gaetansenn",
7536
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7537
+ }
7538
+ ],
7539
+ "compatibility": {
7540
+ "nuxt": "^3.0.0",
7541
+ "requires": {}
7542
+ }
7543
+ },
6407
7544
  {
6408
7545
  "name": "vuefire",
6409
7546
  "description": "Idiomatic composables for the Firebase SDK",
6410
- "repo": "vuejs/vuefire/packages/nuxt",
7547
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6411
7548
  "npm": "nuxt-vuefire",
6412
7549
  "icon": "vuefire.svg",
6413
7550
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6426,15 +7563,61 @@
6426
7563
  "requires": {}
6427
7564
  }
6428
7565
  },
7566
+ {
7567
+ "name": "vueform-builder",
7568
+ "description": "Official Vueform Builder module for Nuxt",
7569
+ "repo": "vueform/builder#main/nuxt",
7570
+ "npm": "@vueform/builder-nuxt",
7571
+ "icon": "vueform.svg",
7572
+ "github": "https://github.com/vueform/builder",
7573
+ "website": "https://builder.vueform.com",
7574
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7575
+ "category": "Libraries",
7576
+ "type": "3rd-party",
7577
+ "maintainers": [
7578
+ {
7579
+ "name": "Adam Berecz",
7580
+ "github": "adamberecz",
7581
+ "twitter": "bereczadam"
7582
+ }
7583
+ ],
7584
+ "compatibility": {
7585
+ "nuxt": "^3.0.0",
7586
+ "requires": {}
7587
+ }
7588
+ },
7589
+ {
7590
+ "name": "vueform",
7591
+ "description": "Official Vueform module for Nuxt",
7592
+ "repo": "vueform/vueform#main/nuxt",
7593
+ "npm": "@vueform/nuxt",
7594
+ "icon": "vueform.svg",
7595
+ "github": "https://github.com/vueform/vueform",
7596
+ "website": "https://vueform.com",
7597
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7598
+ "category": "Libraries",
7599
+ "type": "3rd-party",
7600
+ "maintainers": [
7601
+ {
7602
+ "name": "Adam Berecz",
7603
+ "github": "adamberecz",
7604
+ "twitter": "bereczadam"
7605
+ }
7606
+ ],
7607
+ "compatibility": {
7608
+ "nuxt": "^3.0.0",
7609
+ "requires": {}
7610
+ }
7611
+ },
6429
7612
  {
6430
7613
  "name": "vuestic",
6431
- "description": "Vuestic UI module for Nuxt 3",
7614
+ "description": "Vuestic UI module for Nuxt",
6432
7615
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6433
7616
  "npm": "@vuestic/nuxt",
6434
7617
  "icon": "vuestic.png",
6435
7618
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6436
- "website": "https://vuestic.dev",
6437
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7619
+ "website": "https://ui.vuestic.dev",
7620
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6438
7621
  "category": "UI",
6439
7622
  "type": "3rd-party",
6440
7623
  "maintainers": [
@@ -6455,8 +7638,8 @@
6455
7638
  "npm": "vuetify-nuxt-module",
6456
7639
  "icon": "vuetify-logo-v3-dark.svg",
6457
7640
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6458
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6459
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7641
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7642
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6460
7643
  "category": "UI",
6461
7644
  "type": "3rd-party",
6462
7645
  "maintainers": [
@@ -6472,7 +7655,7 @@
6472
7655
  },
6473
7656
  {
6474
7657
  "name": "vuetify",
6475
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7658
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6476
7659
  "repo": "nuxt-community/vuetify-module",
6477
7660
  "npm": "@nuxtjs/vuetify",
6478
7661
  "icon": "vuetify.png",
@@ -6519,7 +7702,8 @@
6519
7702
  "nuxt": "^2.0.0 || ^3.0.0",
6520
7703
  "requires": {
6521
7704
  "bridge": "optional"
6522
- }
7705
+ },
7706
+ "devtools": "^0.0.0"
6523
7707
  }
6524
7708
  },
6525
7709
  {
@@ -6546,7 +7730,7 @@
6546
7730
  },
6547
7731
  {
6548
7732
  "name": "vunix",
6549
- "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.",
7733
+ "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.",
6550
7734
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6551
7735
  "npm": "@vunix/nuxt",
6552
7736
  "icon": "",
@@ -6570,11 +7754,11 @@
6570
7754
  {
6571
7755
  "name": "web-vitals",
6572
7756
  "description": "Web Vitals for Nuxt",
6573
- "repo": "nuxt-community/web-vitals-module",
7757
+ "repo": "nuxt-modules/web-vitals",
6574
7758
  "npm": "@nuxtjs/web-vitals",
6575
7759
  "icon": "web-vitals.png",
6576
- "github": "https://github.com/nuxt-community/web-vitals-module",
6577
- "website": "https://github.com/nuxt-community/web-vitals-module",
7760
+ "github": "https://github.com/nuxt-modules/web-vitals",
7761
+ "website": "https://github.com/nuxt-modules/web-vitals",
6578
7762
  "learn_more": "",
6579
7763
  "category": "Performance",
6580
7764
  "type": "community",
@@ -6625,7 +7809,7 @@
6625
7809
  },
6626
7810
  {
6627
7811
  "name": "webpack-optimisations",
6628
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7812
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6629
7813
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6630
7814
  "npm": "nuxt-webpack-optimisations",
6631
7815
  "icon": "build-optimisations.svg",
@@ -6700,7 +7884,7 @@
6700
7884
  "icon": "webpack.png",
6701
7885
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6702
7886
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6703
- "learn_more": "http://webpackmonitor.com/",
7887
+ "learn_more": "",
6704
7888
  "category": "Devtools",
6705
7889
  "type": "community",
6706
7890
  "maintainers": [
@@ -6717,7 +7901,7 @@
6717
7901
  },
6718
7902
  {
6719
7903
  "name": "well-known",
6720
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7904
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6721
7905
  "repo": "zadigetvoltaire/nuxt-well-known",
6722
7906
  "npm": "@zadigetvoltaire/nuxt-well-known",
6723
7907
  "icon": "well-known.svg",
@@ -6739,7 +7923,7 @@
6739
7923
  },
6740
7924
  {
6741
7925
  "name": "wideangle",
6742
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7926
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6743
7927
  "repo": "inputobjects/wideangle-nuxt",
6744
7928
  "npm": "wideangle-nuxt",
6745
7929
  "icon": "wideangle.png",
@@ -6766,11 +7950,11 @@
6766
7950
  {
6767
7951
  "name": "windicss",
6768
7952
  "description": "Next generation utility-first CSS framework.",
6769
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7953
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6770
7954
  "npm": "nuxt-windicss",
6771
7955
  "icon": "windicss.svg",
6772
- "github": "https://github.com/windicss/nuxt-windicss-module",
6773
- "website": "https://github.com/windicss/nuxt-windicss-module",
7956
+ "github": "https://github.com/windicss/nuxt-windicss",
7957
+ "website": "https://github.com/windicss/nuxt-windicss",
6774
7958
  "learn_more": "https://windicss.org/",
6775
7959
  "category": "UI",
6776
7960
  "type": "3rd-party",
@@ -6906,55 +8090,9 @@
6906
8090
  "requires": {}
6907
8091
  }
6908
8092
  },
6909
- {
6910
- "name": "yandex-metrika-next",
6911
- "description": "Yandex Metrika integration for Nuxt",
6912
- "repo": "artmizu/yandex-metrika-nuxt",
6913
- "npm": "@artmizu/yandex-metrika-nuxt",
6914
- "icon": "yandex-metrika.svg",
6915
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6916
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6917
- "learn_more": "",
6918
- "category": "Analytics",
6919
- "type": "3rd-party",
6920
- "maintainers": [
6921
- {
6922
- "name": "Aleksandr Saburov",
6923
- "github": "artmizu",
6924
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6925
- }
6926
- ],
6927
- "compatibility": {
6928
- "nuxt": "^3.0.0",
6929
- "requires": {}
6930
- }
6931
- },
6932
- {
6933
- "name": "yandex-metrika",
6934
- "description": "Yandex metrika Module for Nuxt.js",
6935
- "repo": "nuxt-community/yandex-metrika-module",
6936
- "npm": "@nuxtjs/yandex-metrika",
6937
- "icon": "",
6938
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6939
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6940
- "learn_more": "https://metrica.yandex.com/about",
6941
- "category": "Analytics",
6942
- "type": "community",
6943
- "maintainers": [
6944
- {
6945
- "name": "Pooya Parsa",
6946
- "github": "pi0",
6947
- "twitter": "_pi0_"
6948
- }
6949
- ],
6950
- "compatibility": {
6951
- "nuxt": "^2.0.0",
6952
- "requires": {}
6953
- }
6954
- },
6955
8093
  {
6956
8094
  "name": "zendesk",
6957
- "description": "Nuxt.js module for Zendesk",
8095
+ "description": "Nuxt module for Zendesk",
6958
8096
  "repo": "DansMaCulotte/nuxt-zendesk",
6959
8097
  "npm": "@dansmaculotte/nuxt-zendesk",
6960
8098
  "icon": "zendesk.png",