@nuxt/modules 0.6.0-ad2370 → 0.6.0-ad2d27

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 +1514 -369
  2. package/package.json +11 -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",
@@ -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": "",
@@ -1424,7 +1624,7 @@
1424
1624
  },
1425
1625
  {
1426
1626
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1627
+ "description": "Feature toggle module for Nuxt",
1428
1628
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1629
  "npm": "nuxt-feature-toggle",
1430
1630
  "icon": "",
@@ -1491,7 +1691,7 @@
1491
1691
  },
1492
1692
  {
1493
1693
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1694
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1695
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1696
  "npm": "nuxt-floating-prompt-module",
1497
1697
  "icon": "",
@@ -1603,11 +1803,11 @@
1603
1803
  {
1604
1804
  "name": "form-actions",
1605
1805
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt#main",
1607
- "npm": "form-actions-nuxt",
1806
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "npm": "@hebilicious/form-actions-nuxt",
1608
1808
  "icon": "form-actions.svg",
1609
1809
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1810
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1811
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1812
  "category": "Request",
1613
1813
  "type": "3rd-party",
@@ -1619,7 +1819,7 @@
1619
1819
  }
1620
1820
  ],
1621
1821
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1822
+ "nuxt": "^3.7.0",
1623
1823
  "requires": {}
1624
1824
  }
1625
1825
  },
@@ -1697,7 +1897,7 @@
1697
1897
  },
1698
1898
  {
1699
1899
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1900
+ "description": "Google Adsense Module for Nuxt",
1701
1901
  "repo": "nuxt-community/google-adsense-module",
1702
1902
  "npm": "@nuxtjs/google-adsense",
1703
1903
  "icon": "google-adsense.png",
@@ -1723,7 +1923,7 @@
1723
1923
  },
1724
1924
  {
1725
1925
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1926
+ "description": "Google analytics Module for Nuxt",
1727
1927
  "repo": "nuxt-community/analytics-module",
1728
1928
  "npm": "@nuxtjs/google-analytics",
1729
1929
  "icon": "google-analytics.png",
@@ -1755,12 +1955,12 @@
1755
1955
  },
1756
1956
  {
1757
1957
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1958
+ "description": "Google Fonts module for Nuxt",
1959
+ "repo": "nuxt-modules/google-fonts",
1760
1960
  "npm": "@nuxtjs/google-fonts",
1761
1961
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1962
+ "github": "https://github.com/nuxt-modules/google-fonts",
1963
+ "website": "https://google-fonts.nuxtjs.org",
1764
1964
  "learn_more": "https://developers.google.com/fonts",
1765
1965
  "category": "Fonts",
1766
1966
  "type": "community",
@@ -1779,7 +1979,7 @@
1779
1979
  },
1780
1980
  {
1781
1981
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
1982
+ "description": "Google GTag for Nuxt",
1783
1983
  "repo": "nuxt-community/google-gtag",
1784
1984
  "npm": "@nuxtjs/google-gtag",
1785
1985
  "icon": "gtm.png",
@@ -1805,7 +2005,7 @@
1805
2005
  },
1806
2006
  {
1807
2007
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2008
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
2009
  "repo": "nuxt-community/google-optimize-module",
1810
2010
  "npm": "nuxt-google-optimize",
1811
2011
  "icon": "google-optimize.png",
@@ -1860,7 +2060,7 @@
1860
2060
  },
1861
2061
  {
1862
2062
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2063
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2064
  "repo": "gomah/nuxt-graphql-request",
1865
2065
  "npm": "nuxt-graphql-request",
1866
2066
  "icon": "graphql-request.png",
@@ -1876,7 +2076,7 @@
1876
2076
  }
1877
2077
  ],
1878
2078
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2079
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2080
  "requires": {}
1881
2081
  }
1882
2082
  },
@@ -1899,12 +2099,13 @@
1899
2099
  ],
1900
2100
  "compatibility": {
1901
2101
  "nuxt": "^3.0.0",
1902
- "requires": {}
2102
+ "requires": {},
2103
+ "devtools": "^0.0.0"
1903
2104
  }
1904
2105
  },
1905
2106
  {
1906
2107
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2108
+ "description": "Google Analytics integration for Nuxt",
1908
2109
  "repo": "johannschopplich/nuxt-gtag",
1909
2110
  "npm": "nuxt-gtag",
1910
2111
  "icon": "gtag.svg",
@@ -1928,7 +2129,7 @@
1928
2129
  },
1929
2130
  {
1930
2131
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2132
+ "description": "Google Tag Manager Module for Nuxt",
1932
2133
  "repo": "nuxt-community/gtm-module",
1933
2134
  "npm": "@nuxtjs/gtm",
1934
2135
  "icon": "gtm.png",
@@ -1951,7 +2152,7 @@
1951
2152
  },
1952
2153
  {
1953
2154
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2155
+ "description": "Guess.js module for Nuxt",
1955
2156
  "repo": "nuxt-community/guess-module",
1956
2157
  "npm": "@nuxtjs/guess-module",
1957
2158
  "icon": "guessjs.png",
@@ -1974,14 +2175,14 @@
1974
2175
  {
1975
2176
  "name": "hanko",
1976
2177
  "description": "Hanko integration for Nuxt for passwordless authentication",
1977
- "repo": "danielroe/nuxt-hanko",
1978
- "npm": "nuxt-hanko",
1979
- "icon": "",
1980
- "github": "https://github.com/danielroe/nuxt-hanko",
1981
- "website": "https://github.com/danielroe/nuxt-hanko",
1982
- "learn_more": "",
2178
+ "repo": "nuxt-modules/hanko",
2179
+ "npm": "@nuxtjs/hanko",
2180
+ "icon": "hanko.svg",
2181
+ "github": "https://github.com/nuxt-modules/hanko",
2182
+ "website": "https://github.com/nuxt-modules/hanko",
2183
+ "learn_more": "https://hanko.io/",
1983
2184
  "category": "Security",
1984
- "type": "3rd-party",
2185
+ "type": "community",
1985
2186
  "maintainers": [
1986
2187
  {
1987
2188
  "name": "danielroe",
@@ -2063,7 +2264,7 @@
2063
2264
  },
2064
2265
  {
2065
2266
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2267
+ "description": "Easy Helmet module with Nuxt'",
2067
2268
  "repo": "victor-perez/nuxt-helmet",
2068
2269
  "npm": "nuxt-helmet",
2069
2270
  "icon": "",
@@ -2107,7 +2308,7 @@
2107
2308
  },
2108
2309
  {
2109
2310
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2311
+ "description": "Nuxt module to backup or restore historical states",
2111
2312
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2313
  "npm": "nuxt-history-state",
2113
2314
  "icon": "",
@@ -2176,7 +2377,7 @@
2176
2377
  },
2177
2378
  {
2178
2379
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2380
+ "description": "Universal HTTP Module for Nuxt",
2180
2381
  "repo": "nuxt/http",
2181
2382
  "npm": "@nuxt/http",
2182
2383
  "icon": "http.png",
@@ -2204,7 +2405,7 @@
2204
2405
  },
2205
2406
  {
2206
2407
  "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.",
2408
+ "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
2409
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2410
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2411
  "icon": "",
@@ -2228,11 +2429,11 @@
2228
2429
  {
2229
2430
  "name": "i18n",
2230
2431
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2432
+ "repo": "nuxt-modules/i18n",
2232
2433
  "npm": "@nuxtjs/i18n",
2233
2434
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2435
+ "github": "https://github.com/nuxt-modules/i18n",
2436
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2437
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2438
  "category": "Extensions",
2238
2439
  "type": "community",
@@ -2273,6 +2474,29 @@
2273
2474
  "requires": {}
2274
2475
  }
2275
2476
  },
2477
+ {
2478
+ "name": "icon-tw",
2479
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2480
+ "repo": "jcamp-code/nuxt-icon-tw",
2481
+ "npm": "nuxt-icon-tw",
2482
+ "icon": "nuxt-icon.png",
2483
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2484
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2485
+ "learn_more": "",
2486
+ "category": "UI",
2487
+ "type": "3rd-party",
2488
+ "maintainers": [
2489
+ {
2490
+ "name": "JohnCampionJr",
2491
+ "github": "JohnCampionJr"
2492
+ }
2493
+ ],
2494
+ "compatibility": {
2495
+ "nuxt": "^3.0.0",
2496
+ "requires": {},
2497
+ "devtools": "^0.0.0"
2498
+ }
2499
+ },
2276
2500
  {
2277
2501
  "name": "icon",
2278
2502
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2292,7 +2516,8 @@
2292
2516
  ],
2293
2517
  "compatibility": {
2294
2518
  "nuxt": "^3.0.0",
2295
- "requires": {}
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2296
2521
  }
2297
2522
  },
2298
2523
  {
@@ -2341,12 +2566,12 @@
2341
2566
  },
2342
2567
  {
2343
2568
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2569
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2570
  "repo": "nuxt/image",
2346
2571
  "npm": "@nuxt/image",
2347
2572
  "icon": "image.png",
2348
2573
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2574
+ "website": "https://image.nuxt.com",
2350
2575
  "learn_more": "",
2351
2576
  "category": "Images",
2352
2577
  "type": "official",
@@ -2356,6 +2581,11 @@
2356
2581
  "github": "farnabaz",
2357
2582
  "twitter": "a_birang"
2358
2583
  },
2584
+ {
2585
+ "name": "Daniel Roe",
2586
+ "github": "danielroe",
2587
+ "twitter": "danielcroe"
2588
+ },
2359
2589
  {
2360
2590
  "name": "Pooya Parsa",
2361
2591
  "github": "pi0",
@@ -2376,7 +2606,7 @@
2376
2606
  },
2377
2607
  {
2378
2608
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2609
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2610
  "repo": "nuxt-community/imagemin-module",
2381
2611
  "npm": "@nuxtjs/imagemin",
2382
2612
  "icon": "imagemin.png",
@@ -2423,7 +2653,7 @@
2423
2653
  },
2424
2654
  {
2425
2655
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2656
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2657
  "repo": "hex-digital/nuxt-intercom",
2428
2658
  "npm": "@hexdigital/nuxt-intercom",
2429
2659
  "icon": "intercom.png",
@@ -2468,7 +2698,7 @@
2468
2698
  },
2469
2699
  {
2470
2700
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2701
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2702
  "repo": "patrickcate/nuxt-jsonapi",
2473
2703
  "npm": "nuxt-jsonapi",
2474
2704
  "icon": "jsonapi.svg",
@@ -2510,9 +2740,36 @@
2510
2740
  "requires": {}
2511
2741
  }
2512
2742
  },
2743
+ {
2744
+ "name": "kinde",
2745
+ "description": "Kinde authentication integration for Nuxt",
2746
+ "repo": "nuxt-modules/kinde",
2747
+ "npm": "@nuxtjs/kinde",
2748
+ "icon": "kinde.svg",
2749
+ "github": "https://github.com/nuxt-modules/kinde",
2750
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2751
+ "learn_more": "https://kinde.com/",
2752
+ "category": "Security",
2753
+ "type": "community",
2754
+ "maintainers": [
2755
+ {
2756
+ "name": "danielroe",
2757
+ "github": "danielroe"
2758
+ },
2759
+ {
2760
+ "name": "daveordead",
2761
+ "github": "DaveOrDead",
2762
+ "twitter": "dave_or_dead"
2763
+ }
2764
+ ],
2765
+ "compatibility": {
2766
+ "nuxt": "^3.0.0",
2767
+ "requires": {}
2768
+ }
2769
+ },
2513
2770
  {
2514
2771
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2772
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2773
  "repo": "johannschopplich/nuxt-kql",
2517
2774
  "npm": "nuxt-kql",
2518
2775
  "icon": "kql.svg",
@@ -2536,7 +2793,7 @@
2536
2793
  },
2537
2794
  {
2538
2795
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2796
+ "description": "Laravel Echo for Nuxt",
2540
2797
  "repo": "nuxt-community/laravel-echo",
2541
2798
  "npm": "@nuxtjs/laravel-echo",
2542
2799
  "icon": "laravel-echo.png",
@@ -2578,6 +2835,28 @@
2578
2835
  "requires": {}
2579
2836
  }
2580
2837
  },
2838
+ {
2839
+ "name": "laravel-precognition",
2840
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2841
+ "repo": "sot1986/nuxt-laravel-precognition",
2842
+ "npm": "nuxt-laravel-precognition",
2843
+ "icon": "laravel.svg",
2844
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2845
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2846
+ "learn_more": "",
2847
+ "category": "Security",
2848
+ "type": "3rd-party",
2849
+ "maintainers": [
2850
+ {
2851
+ "name": "sot1986",
2852
+ "github": "sot1986"
2853
+ }
2854
+ ],
2855
+ "compatibility": {
2856
+ "nuxt": "^3.0.0",
2857
+ "requires": {}
2858
+ }
2859
+ },
2581
2860
  {
2582
2861
  "name": "laravel",
2583
2862
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2624,13 +2903,13 @@
2624
2903
  },
2625
2904
  {
2626
2905
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2906
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2628
2907
  "repo": "harlan-zw/nuxt-link-checker",
2629
2908
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2909
+ "icon": "link-checker.svg",
2631
2910
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2911
+ "website": "https://nuxtseo.com/link-checker",
2912
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2913
  "category": "SEO",
2635
2914
  "type": "3rd-party",
2636
2915
  "maintainers": [
@@ -2643,7 +2922,8 @@
2643
2922
  ],
2644
2923
  "compatibility": {
2645
2924
  "nuxt": "^3.0.0",
2646
- "requires": {}
2925
+ "requires": {},
2926
+ "devtools": "^0.0.0"
2647
2927
  }
2648
2928
  },
2649
2929
  {
@@ -2720,12 +3000,12 @@
2720
3000
  },
2721
3001
  {
2722
3002
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
3003
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3004
+ "repo": "nuxt-modules/logrocket",
2725
3005
  "npm": "nuxt-logrocket",
2726
3006
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3007
+ "github": "https://github.com/nuxt-modules/logrocket",
3008
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
3009
  "learn_more": "https://docs.logrocket.com/docs",
2730
3010
  "category": "Monitoring",
2731
3011
  "type": "community",
@@ -2741,9 +3021,35 @@
2741
3021
  "requires": {}
2742
3022
  }
2743
3023
  },
3024
+ {
3025
+ "name": "lucide-icons",
3026
+ "description": "Nuxt module to integrate Lucide icons",
3027
+ "repo": "swisnl/nuxt-lucide-icons",
3028
+ "npm": "nuxt-lucide-icons",
3029
+ "icon": "lucide-icons.svg",
3030
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3031
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3032
+ "learn_more": "",
3033
+ "category": "UI",
3034
+ "type": "3rd-party",
3035
+ "maintainers": [
3036
+ {
3037
+ "name": "SWIS",
3038
+ "github": "swisnl"
3039
+ },
3040
+ {
3041
+ "name": "Jasper Zonneveld",
3042
+ "github": "JaZo"
3043
+ }
3044
+ ],
3045
+ "compatibility": {
3046
+ "nuxt": "^3.0.0",
3047
+ "requires": {}
3048
+ }
3049
+ },
2744
3050
  {
2745
3051
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3052
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
3053
  "repo": "nuxt-community/lunr-module",
2748
3054
  "npm": "@nuxtjs/lunr-module",
2749
3055
  "icon": "",
@@ -2831,6 +3137,28 @@
2831
3137
  "requires": {}
2832
3138
  }
2833
3139
  },
3140
+ {
3141
+ "name": "maz-ui",
3142
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3143
+ "repo": "louismazel/maz-ui",
3144
+ "npm": "maz-ui",
3145
+ "icon": "maz-ui.png",
3146
+ "github": "https://github.com/louismazel/maz-ui",
3147
+ "website": "https://louismazel.github.io/maz-ui-3/",
3148
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3149
+ "category": "UI",
3150
+ "type": "community",
3151
+ "maintainers": [
3152
+ {
3153
+ "name": "Loïc Mazuel",
3154
+ "github": "LouisMazel"
3155
+ }
3156
+ ],
3157
+ "compatibility": {
3158
+ "nuxt": "^3.0.0",
3159
+ "requires": {}
3160
+ }
3161
+ },
2834
3162
  {
2835
3163
  "name": "mdx",
2836
3164
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3184,7 @@
2856
3184
  },
2857
3185
  {
2858
3186
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3187
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3188
  "repo": "Baroshem/nuxt-medusa",
2861
3189
  "npm": "nuxt-medusa",
2862
3190
  "icon": "medusa.svg",
@@ -2881,7 +3209,7 @@
2881
3209
  },
2882
3210
  {
2883
3211
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3212
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3213
  "repo": "xlanex6/nuxt-meilisearch",
2886
3214
  "npm": "nuxt-meilisearch",
2887
3215
  "icon": "meilisearch.svg",
@@ -2901,7 +3229,8 @@
2901
3229
  "nuxt": "^3.0.0",
2902
3230
  "requires": {
2903
3231
  "bridge": false
2904
- }
3232
+ },
3233
+ "devtools": "^0.0.0"
2905
3234
  }
2906
3235
  },
2907
3236
  {
@@ -2973,7 +3302,7 @@
2973
3302
  },
2974
3303
  {
2975
3304
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3305
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3306
  "repo": "nuxt-community/moment-module",
2978
3307
  "npm": "@nuxtjs/moment",
2979
3308
  "icon": "momentjs.png",
@@ -3000,7 +3329,7 @@
3000
3329
  },
3001
3330
  {
3002
3331
  "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.",
3332
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
3333
  "repo": "vanhoofmaarten/nuxt-mq",
3005
3334
  "npm": "nuxt-mq",
3006
3335
  "icon": "",
@@ -3044,7 +3373,7 @@
3044
3373
  },
3045
3374
  {
3046
3375
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3376
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3377
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3378
  "npm": "nuxt-netlify-cache",
3050
3379
  "icon": "netlify.png",
@@ -3089,7 +3418,7 @@
3089
3418
  },
3090
3419
  {
3091
3420
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3421
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3093
3422
  "repo": "bazzite/nuxt-netlify",
3094
3423
  "npm": "@aceforth/nuxt-netlify",
3095
3424
  "icon": "netlify.png",
@@ -3182,42 +3511,43 @@
3182
3511
  }
3183
3512
  },
3184
3513
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3514
+ "name": "nuxt-anchorscroll",
3515
+ "description": "Scroll to top and to anchor support for Nuxt",
3516
+ "repo": "helltraitor/nuxt-anchorscroll",
3517
+ "npm": "nuxt-anchorscroll",
3189
3518
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3519
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3520
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3521
  "learn_more": "",
3193
- "category": "Devtools",
3522
+ "category": "UI",
3194
3523
  "type": "3rd-party",
3195
3524
  "maintainers": [
3196
3525
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3526
+ "name": "Helltraitor",
3527
+ "github": "helltraitor"
3199
3528
  }
3200
3529
  ],
3201
3530
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3531
+ "nuxt": "^3.0.0",
3203
3532
  "requires": {}
3204
3533
  }
3205
3534
  },
3206
3535
  {
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",
3536
+ "name": "nuxt-auth-sanctum",
3537
+ "description": "Nuxt module for Laravel Sanctum authentication",
3538
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3539
+ "npm": "nuxt-auth-sanctum",
3540
+ "icon": "laravel.svg",
3541
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3542
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
+ "learn_more": "",
3544
+ "category": "Security",
3216
3545
  "type": "3rd-party",
3217
3546
  "maintainers": [
3218
3547
  {
3219
- "name": "Oliver Trajceski",
3220
- "github": "schnapsterdog"
3548
+ "name": "Artem Manchenkov",
3549
+ "github": "manchenkoff",
3550
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3221
3551
  }
3222
3552
  ],
3223
3553
  "compatibility": {
@@ -3226,31 +3556,145 @@
3226
3556
  }
3227
3557
  },
3228
3558
  {
3229
- "name": "nuxt-graphql-middleware",
3230
- "description": "Expose GraphQL queries and mutations as server API routes.",
3231
- "repo": "dulnan/nuxt-graphql-middleware",
3232
- "npm": "nuxt-graphql-middleware",
3233
- "icon": "nuxt-graphql-middleware.svg",
3234
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3235
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3559
+ "name": "nuxt-basic-auth",
3560
+ "description": "Nuxt Module for Basic Authentication",
3561
+ "repo": "kgierke/nuxt-basic-auth",
3562
+ "npm": "@kgierke/nuxt-basic-auth",
3563
+ "icon": "",
3564
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3565
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3236
3566
  "learn_more": "",
3237
- "category": "Request",
3567
+ "category": "Security",
3238
3568
  "type": "3rd-party",
3239
3569
  "maintainers": [
3240
3570
  {
3241
- "name": "dulnan",
3242
- "github": "dulnan",
3243
- "twitter": "dulnan",
3244
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3245
- },
3246
- {
3247
- "name": "ayalon",
3248
- "github": "ayalon",
3249
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3571
+ "name": "kgierke",
3572
+ "github": "kgierke"
3250
3573
  }
3251
3574
  ],
3252
3575
  "compatibility": {
3253
- "nuxt": "^2.0.0 || ^3.0.0",
3576
+ "nuxt": "^3.0.0",
3577
+ "requires": {}
3578
+ }
3579
+ },
3580
+ {
3581
+ "name": "nuxt-bootstrap-icons",
3582
+ "description": "Just a simple integration for Bootstrap Icons",
3583
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3584
+ "npm": "nuxt-bootstrap-icons",
3585
+ "icon": "bootstrap-icons.svg",
3586
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3587
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3588
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3589
+ "category": "UI",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "OyewoleOyedeji",
3594
+ "github": "OyewoleOyedeji"
3595
+ }
3596
+ ],
3597
+ "compatibility": {
3598
+ "nuxt": "^3.0.0",
3599
+ "requires": {}
3600
+ }
3601
+ },
3602
+ {
3603
+ "name": "nuxt-chatgpt",
3604
+ "description": "ChatGPT integration for Nuxt",
3605
+ "repo": "schnapsterdog/nuxt-chatgpt",
3606
+ "npm": "nuxt-chatgpt",
3607
+ "icon": "chatgpt.svg",
3608
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3609
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3610
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3611
+ "category": "Libraries",
3612
+ "type": "3rd-party",
3613
+ "maintainers": [
3614
+ {
3615
+ "name": "Oliver Trajceski",
3616
+ "github": "schnapsterdog"
3617
+ }
3618
+ ],
3619
+ "compatibility": {
3620
+ "nuxt": "^3.0.0",
3621
+ "requires": {}
3622
+ }
3623
+ },
3624
+ {
3625
+ "name": "nuxt-facebook-chat",
3626
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3627
+ "repo": "superdev-tech/nuxt-facebook-chat",
3628
+ "npm": "nuxt-facebook-chat",
3629
+ "icon": "nuxt-facebook-chat.svg",
3630
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3631
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3632
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3633
+ "category": "Libraries",
3634
+ "type": "3rd-party",
3635
+ "maintainers": [
3636
+ {
3637
+ "name": "Supanut Dokmaithong",
3638
+ "github": "Boomgeek"
3639
+ },
3640
+ {
3641
+ "name": "superdev-tech",
3642
+ "github": "superdev-tech"
3643
+ }
3644
+ ],
3645
+ "compatibility": {
3646
+ "nuxt": "^3.0.0",
3647
+ "requires": {}
3648
+ }
3649
+ },
3650
+ {
3651
+ "name": "nuxt-feedme",
3652
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3653
+ "repo": "helltraitor/nuxt-feedme",
3654
+ "npm": "nuxt-feedme",
3655
+ "icon": "",
3656
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3657
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3658
+ "learn_more": "",
3659
+ "category": "SEO",
3660
+ "type": "3rd-party",
3661
+ "maintainers": [
3662
+ {
3663
+ "name": "Helltraitor",
3664
+ "github": "helltraitor"
3665
+ }
3666
+ ],
3667
+ "compatibility": {
3668
+ "nuxt": "^3.0.0",
3669
+ "requires": {}
3670
+ }
3671
+ },
3672
+ {
3673
+ "name": "nuxt-graphql-middleware",
3674
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3675
+ "repo": "dulnan/nuxt-graphql-middleware",
3676
+ "npm": "nuxt-graphql-middleware",
3677
+ "icon": "nuxt-graphql-middleware.svg",
3678
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3679
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3680
+ "learn_more": "",
3681
+ "category": "Request",
3682
+ "type": "3rd-party",
3683
+ "maintainers": [
3684
+ {
3685
+ "name": "dulnan",
3686
+ "github": "dulnan",
3687
+ "twitter": "dulnan",
3688
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3689
+ },
3690
+ {
3691
+ "name": "ayalon",
3692
+ "github": "ayalon",
3693
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3694
+ }
3695
+ ],
3696
+ "compatibility": {
3697
+ "nuxt": "^2.0.0 || ^3.0.0",
3254
3698
  "requires": {}
3255
3699
  }
3256
3700
  },
@@ -3278,7 +3722,7 @@
3278
3722
  },
3279
3723
  {
3280
3724
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3725
+ "description": "A Nuxt module for Google Tag Manager",
3282
3726
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3727
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3728
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3739,8 @@
3295
3739
  ],
3296
3740
  "compatibility": {
3297
3741
  "nuxt": "^3.0.0",
3298
- "requires": {}
3742
+ "requires": {},
3743
+ "devtools": "^0.0.0"
3299
3744
  }
3300
3745
  },
3301
3746
  {
@@ -3323,24 +3768,46 @@
3323
3768
  }
3324
3769
  },
3325
3770
  {
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": "",
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",
3771
+ "name": "nuxt-interpolation",
3772
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3773
+ "repo": "daliborgogic/nuxt-interpolation#master",
3774
+ "npm": "nuxt-interpolation",
3775
+ "icon": "",
3776
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3777
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3778
+ "learn_more": "",
3779
+ "category": "Devtools",
3335
3780
  "type": "3rd-party",
3336
3781
  "maintainers": [
3337
3782
  {
3338
- "name": "Dario Ferderber",
3339
- "github": "darioferderber"
3783
+ "name": "daliborgogic",
3784
+ "github": "daliborgogic"
3340
3785
  }
3341
3786
  ],
3342
3787
  "compatibility": {
3343
- "nuxt": "^2.0.0 || ^3.0.0",
3788
+ "nuxt": "^2.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3792
+ {
3793
+ "name": "nuxt-jsonld",
3794
+ "description": "Manage JSON-LD in Vue component.",
3795
+ "repo": "ymmooot/nuxt-jsonld",
3796
+ "npm": "nuxt-jsonld",
3797
+ "icon": "",
3798
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3799
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3800
+ "learn_more": "",
3801
+ "category": "SEO",
3802
+ "type": "3rd-party",
3803
+ "maintainers": [
3804
+ {
3805
+ "name": "ymmooot",
3806
+ "github": "ymmooot"
3807
+ }
3808
+ ],
3809
+ "compatibility": {
3810
+ "nuxt": "^3.0.0",
3344
3811
  "requires": {}
3345
3812
  }
3346
3813
  },
@@ -3369,7 +3836,7 @@
3369
3836
  },
3370
3837
  {
3371
3838
  "name": "nuxt-loco",
3372
- "description": "A localise.biz module to synth locale with Nuxt.js",
3839
+ "description": "A localise.biz module to synth locale with Nuxt",
3373
3840
  "repo": "gaetansenn/nuxt-loco",
3374
3841
  "npm": "nuxt-loco",
3375
3842
  "icon": "",
@@ -3390,6 +3857,28 @@
3390
3857
  "requires": {}
3391
3858
  }
3392
3859
  },
3860
+ {
3861
+ "name": "nuxt-mail",
3862
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3863
+ "repo": "dword-design/nuxt-mail",
3864
+ "npm": "nuxt-mail",
3865
+ "icon": "",
3866
+ "github": "https://github.com/dword-design/nuxt-mail",
3867
+ "website": "https://github.com/dword-design/nuxt-mail",
3868
+ "learn_more": "",
3869
+ "category": "Extensions",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Sebastian Landwehr",
3874
+ "github": "dword-design"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^2.0.0 || ^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3393
3882
  {
3394
3883
  "name": "nuxt-mapbox",
3395
3884
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3412,6 +3901,28 @@
3412
3901
  "requires": {}
3413
3902
  }
3414
3903
  },
3904
+ {
3905
+ "name": "nuxt-mdi",
3906
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3907
+ "repo": "ERPedersen/nuxt-mdi",
3908
+ "npm": "nuxt-mdi",
3909
+ "icon": "mdi.png",
3910
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3911
+ "website": "https://nuxt-mdi.emilrosenius.com",
3912
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3913
+ "category": "Libraries",
3914
+ "type": "3rd-party",
3915
+ "maintainers": [
3916
+ {
3917
+ "name": "Emil Rosenius",
3918
+ "github": "ERPedersen"
3919
+ }
3920
+ ],
3921
+ "compatibility": {
3922
+ "nuxt": "^3.0.0",
3923
+ "requires": {}
3924
+ }
3925
+ },
3415
3926
  {
3416
3927
  "name": "nuxt-monaco-editor",
3417
3928
  "description": "Integrate monaco-editor with Nuxt",
@@ -3436,12 +3947,12 @@
3436
3947
  },
3437
3948
  {
3438
3949
  "name": "nuxt-mongoose",
3439
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3950
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3440
3951
  "repo": "arashsheyda/nuxt-mongoose",
3441
3952
  "npm": "nuxt-mongoose",
3442
3953
  "icon": "nuxt-mongoose.svg",
3443
3954
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3444
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3955
+ "website": "https://nuxt-mongoose.nuxt.space",
3445
3956
  "learn_more": "",
3446
3957
  "category": "Database",
3447
3958
  "type": "3rd-party",
@@ -3451,6 +3962,30 @@
3451
3962
  "github": "arashsheyda"
3452
3963
  }
3453
3964
  ],
3965
+ "compatibility": {
3966
+ "nuxt": "^3.0.0",
3967
+ "requires": {},
3968
+ "devtools": "^0.0.0"
3969
+ }
3970
+ },
3971
+ {
3972
+ "name": "nuxt-payload-analyzer",
3973
+ "description": "Analyze Nuxt Payload Size",
3974
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3975
+ "npm": "nuxt-payload-analyzer",
3976
+ "icon": "",
3977
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3978
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3979
+ "learn_more": "",
3980
+ "category": "Performance",
3981
+ "type": "3rd-party",
3982
+ "maintainers": [
3983
+ {
3984
+ "name": "Barbapapazes",
3985
+ "github": "Barbapapazes",
3986
+ "twitter": "soubiran_"
3987
+ }
3988
+ ],
3454
3989
  "compatibility": {
3455
3990
  "nuxt": "^3.0.0",
3456
3991
  "requires": {}
@@ -3479,6 +4014,28 @@
3479
4014
  "requires": {}
3480
4015
  }
3481
4016
  },
4017
+ {
4018
+ "name": "nuxt-phosphor-icons",
4019
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4020
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4021
+ "npm": "nuxt-phosphor-icons",
4022
+ "icon": "phosphor-icons.svg",
4023
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4024
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4025
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4026
+ "category": "UI",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "OyewoleOyedeji",
4031
+ "github": "OyewoleOyedeji"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
3482
4039
  {
3483
4040
  "name": "nuxt-pino-log",
3484
4041
  "description": "Structured logs for nuxt apps using pino",
@@ -3503,7 +4060,7 @@
3503
4060
  },
3504
4061
  {
3505
4062
  "name": "plausible",
3506
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4063
+ "description": "Nuxt module to natively integrate Plausible analytics",
3507
4064
  "repo": "nuxt-modules/plausible",
3508
4065
  "npm": "@nuxtjs/plausible",
3509
4066
  "icon": "plausible.png",
@@ -3523,9 +4080,35 @@
3523
4080
  "requires": {}
3524
4081
  }
3525
4082
  },
4083
+ {
4084
+ "name": "nuxt-plotly",
4085
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4086
+ "repo": "superdev-tech/nuxt-plotly",
4087
+ "npm": "nuxt-plotly",
4088
+ "icon": "nuxt-plotly.svg",
4089
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4090
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4091
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4092
+ "category": "Libraries",
4093
+ "type": "3rd-party",
4094
+ "maintainers": [
4095
+ {
4096
+ "name": "Supanut Dokmaithong",
4097
+ "github": "Boomgeek"
4098
+ },
4099
+ {
4100
+ "name": "superdev-tech",
4101
+ "github": "superdev-tech"
4102
+ }
4103
+ ],
4104
+ "compatibility": {
4105
+ "nuxt": "^3.0.0",
4106
+ "requires": {}
4107
+ }
4108
+ },
3526
4109
  {
3527
4110
  "name": "nuxt-png-to-ico",
3528
- "description": "Nuxt.js module for auto generating favicons",
4111
+ "description": "Nuxt module for auto generating favicons",
3529
4112
  "repo": "b5710546232/nuxt-png-to-ico",
3530
4113
  "npm": "nuxt-png-to-ico",
3531
4114
  "icon": "",
@@ -3548,7 +4131,7 @@
3548
4131
  },
3549
4132
  {
3550
4133
  "name": "nuxt-smartlook",
3551
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4134
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3552
4135
  "repo": "f00b4r/nuxt-smartlook",
3553
4136
  "npm": "nuxt-smartlook",
3554
4137
  "icon": "nuxt-smartlook.png",
@@ -3570,6 +4153,28 @@
3570
4153
  "requires": {}
3571
4154
  }
3572
4155
  },
4156
+ {
4157
+ "name": "nuxt-social-share",
4158
+ "description": "Simple Social Sharing for Nuxt",
4159
+ "repo": "stefanobartoletti/nuxt-social-share",
4160
+ "npm": "@stefanobartoletti/nuxt-social-share",
4161
+ "icon": "nuxt-social-share.png",
4162
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4163
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4164
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4165
+ "category": "Extensions",
4166
+ "type": "3rd-party",
4167
+ "maintainers": [
4168
+ {
4169
+ "name": "stefanobartoletti",
4170
+ "github": "stefanobartoletti"
4171
+ }
4172
+ ],
4173
+ "compatibility": {
4174
+ "nuxt": "^3.0.0",
4175
+ "requires": {}
4176
+ }
4177
+ },
3573
4178
  {
3574
4179
  "name": "ssr-lit",
3575
4180
  "description": "Server-Side Rendering for Lit Element components",
@@ -3600,7 +4205,7 @@
3600
4205
  },
3601
4206
  {
3602
4207
  "name": "nuxt-storm",
3603
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4208
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3604
4209
  "repo": "fumeapp/nuxt-storm",
3605
4210
  "npm": "nuxt-storm",
3606
4211
  "icon": "nuxt-storm.png",
@@ -3644,7 +4249,7 @@
3644
4249
  },
3645
4250
  {
3646
4251
  "name": "nuxt-unleash",
3647
- "description": "Nuxt.js module to use Unleash toggle feature services",
4252
+ "description": "Nuxt module to use Unleash toggle feature services",
3648
4253
  "repo": "conejerock/nuxt-unleash",
3649
4254
  "npm": "nuxt-unleash",
3650
4255
  "icon": "nuxt-unleash.svg",
@@ -3735,12 +4340,12 @@
3735
4340
  {
3736
4341
  "name": "nuxt-vue3-google-signin",
3737
4342
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3738
- "repo": "syetalabs/nuxt-vue3-google-signin",
4343
+ "repo": "wavezync/nuxt-vue3-google-signin",
3739
4344
  "npm": "nuxt-vue3-google-signin",
3740
4345
  "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",
4346
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4347
+ "website": "https://vue3-google-signin.wavezync.com",
4348
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3744
4349
  "category": "Libraries",
3745
4350
  "type": "3rd-party",
3746
4351
  "maintainers": [
@@ -3755,20 +4360,64 @@
3755
4360
  }
3756
4361
  },
3757
4362
  {
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",
4363
+ "name": "Nuxt zodI18n",
4364
+ "description": "A Nuxt Module for localizing zod error messages.",
4365
+ "repo": "xibman/nuxt-zod-i18n",
4366
+ "npm": "nuxt-zod-i18n",
4367
+ "icon": "nuxt-zod-i18n.svg",
4368
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4369
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4370
+ "learn_more": "",
4371
+ "category": "Libraries",
3767
4372
  "type": "3rd-party",
3768
4373
  "maintainers": [
3769
4374
  {
3770
- "name": "Jens van Hellemondt",
3771
- "github": "invictus-codes"
4375
+ "name": "xibman",
4376
+ "github": "xibman"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "nuxt3-interpolation",
4386
+ "description": "",
4387
+ "repo": "daliborgogic/interpolation#master",
4388
+ "npm": "nuxt3-interpolation",
4389
+ "icon": "",
4390
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4391
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4392
+ "learn_more": "",
4393
+ "category": "Devtools",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "daliborgogic",
4398
+ "github": "daliborgogic"
4399
+ }
4400
+ ],
4401
+ "compatibility": {
4402
+ "nuxt": "^3.0.0",
4403
+ "requires": {}
4404
+ }
4405
+ },
4406
+ {
4407
+ "name": "nuxt3-leaflet",
4408
+ "description": "Leaflet integration with Nuxt",
4409
+ "repo": "Gugustinette/Nuxt-Leaflet",
4410
+ "npm": "nuxt3-leaflet",
4411
+ "icon": "leaflet.png",
4412
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4413
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4414
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4415
+ "category": "Libraries",
4416
+ "type": "3rd-party",
4417
+ "maintainers": [
4418
+ {
4419
+ "name": "Augustin MERCIER",
4420
+ "github": "Gugustinette"
3772
4421
  }
3773
4422
  ],
3774
4423
  "compatibility": {
@@ -3778,7 +4427,7 @@
3778
4427
  },
3779
4428
  {
3780
4429
  "name": "nuxt7",
3781
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4430
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3782
4431
  "repo": "nuxt-community/nuxt7",
3783
4432
  "npm": "nuxt7",
3784
4433
  "icon": "",
@@ -3799,38 +4448,15 @@
3799
4448
  "requires": {}
3800
4449
  }
3801
4450
  },
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
4451
  {
3826
4452
  "name": "og-image",
3827
- "description": "Easily generate dynamic social share images.",
4453
+ "description": "Enlightened runtime images generated with Vue templates.",
3828
4454
  "repo": "harlan-zw/nuxt-og-image",
3829
4455
  "npm": "nuxt-og-image",
3830
- "icon": "",
4456
+ "icon": "og-image.svg",
3831
4457
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3832
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3833
- "learn_more": "",
4458
+ "website": "https://nuxtseo.com/og-image",
4459
+ "learn_more": "https://nuxtseo.com/og-image",
3834
4460
  "category": "SEO",
3835
4461
  "type": "3rd-party",
3836
4462
  "maintainers": [
@@ -3843,7 +4469,8 @@
3843
4469
  ],
3844
4470
  "compatibility": {
3845
4471
  "nuxt": "^3.0.0",
3846
- "requires": {}
4472
+ "requires": {},
4473
+ "devtools": "^0.0.0"
3847
4474
  }
3848
4475
  },
3849
4476
  {
@@ -3871,7 +4498,7 @@
3871
4498
  },
3872
4499
  {
3873
4500
  "name": "optimized-images",
3874
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4501
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3875
4502
  "repo": "juliomrqz/nuxt-optimized-images",
3876
4503
  "npm": "@aceforth/nuxt-optimized-images",
3877
4504
  "icon": "",
@@ -3916,7 +4543,7 @@
3916
4543
  },
3917
4544
  {
3918
4545
  "name": "parse",
3919
- "description": "Parse package for Nuxt.js",
4546
+ "description": "Parse package for Nuxt",
3920
4547
  "repo": "cierrateam/nuxt-parse",
3921
4548
  "npm": "nuxt-parse",
3922
4549
  "icon": "",
@@ -3936,6 +4563,29 @@
3936
4563
  "requires": {}
3937
4564
  }
3938
4565
  },
4566
+ {
4567
+ "name": "particles",
4568
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4569
+ "repo": "Joepocalyptic/nuxt-particles",
4570
+ "npm": "nuxt-particles",
4571
+ "icon": "",
4572
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4573
+ "website": "https://nuxt-particles.joeypereira.dev",
4574
+ "learn_more": "https://particles.js.org/",
4575
+ "category": "Libraries",
4576
+ "type": "3rd-party",
4577
+ "maintainers": [
4578
+ {
4579
+ "name": "Joey Pereira",
4580
+ "github": "Joepocalyptic",
4581
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4582
+ }
4583
+ ],
4584
+ "compatibility": {
4585
+ "nuxt": "^3.0.0",
4586
+ "requires": {}
4587
+ }
4588
+ },
3939
4589
  {
3940
4590
  "name": "partytown",
3941
4591
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3961,6 +4611,28 @@
3961
4611
  }
3962
4612
  }
3963
4613
  },
4614
+ {
4615
+ "name": "paypal",
4616
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4617
+ "repo": "arashsheyda/nuxt-paypal",
4618
+ "npm": "nuxt-paypal",
4619
+ "icon": "paypal.svg",
4620
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4621
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4622
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4623
+ "category": "Payment",
4624
+ "type": "3rd-party",
4625
+ "maintainers": [
4626
+ {
4627
+ "name": "Arash Sheyda",
4628
+ "github": "arashsheyda"
4629
+ }
4630
+ ],
4631
+ "compatibility": {
4632
+ "nuxt": "^3.0.0",
4633
+ "requires": {}
4634
+ }
4635
+ },
3964
4636
  {
3965
4637
  "name": "pdfeasy",
3966
4638
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4082,7 +4754,7 @@
4082
4754
  },
4083
4755
  {
4084
4756
  "name": "plausible",
4085
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4757
+ "description": "Nuxt module to natively integrate Plausible analytics",
4086
4758
  "repo": "nuxt-modules/plausible",
4087
4759
  "npm": "@nuxtjs/plausible",
4088
4760
  "icon": "",
@@ -4124,9 +4796,56 @@
4124
4796
  "requires": {}
4125
4797
  }
4126
4798
  },
4799
+ {
4800
+ "name": "prepare",
4801
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4802
+ "repo": "johannschopplich/nuxt-prepare",
4803
+ "npm": "nuxt-prepare",
4804
+ "icon": "prepare.svg",
4805
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4806
+ "website": "https://nuxt-prepare.jhnn.dev",
4807
+ "learn_more": "",
4808
+ "category": "Devtools",
4809
+ "type": "3rd-party",
4810
+ "maintainers": [
4811
+ {
4812
+ "name": "Johann Schopplich",
4813
+ "github": "johannschopplich",
4814
+ "twitter": "jschopplich",
4815
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4816
+ }
4817
+ ],
4818
+ "compatibility": {
4819
+ "nuxt": "^3.0.0",
4820
+ "requires": {}
4821
+ }
4822
+ },
4823
+ {
4824
+ "name": "primevue",
4825
+ "description": "Next Generation Vue UI Component Library",
4826
+ "repo": "primefaces/primevue-nuxt-module",
4827
+ "npm": "nuxt-primevue",
4828
+ "icon": "primevue.svg",
4829
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4830
+ "website": "https://primevue.org/",
4831
+ "learn_more": "https://primevue.org/",
4832
+ "category": "UI",
4833
+ "type": "3rd-party",
4834
+ "maintainers": [
4835
+ {
4836
+ "name": "primefaces",
4837
+ "github": "primefaces",
4838
+ "twitter": "primevue"
4839
+ }
4840
+ ],
4841
+ "compatibility": {
4842
+ "nuxt": "^3.0.0",
4843
+ "requires": {}
4844
+ }
4845
+ },
4127
4846
  {
4128
4847
  "name": "prismic",
4129
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4848
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4130
4849
  "repo": "nuxt-modules/prismic",
4131
4850
  "npm": "@nuxtjs/prismic",
4132
4851
  "icon": "prismic.png",
@@ -4193,7 +4912,7 @@
4193
4912
  },
4194
4913
  {
4195
4914
  "name": "proxy",
4196
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4915
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4197
4916
  "repo": "nuxt-community/proxy-module",
4198
4917
  "npm": "@nuxtjs/proxy",
4199
4918
  "icon": "",
@@ -4239,7 +4958,7 @@
4239
4958
  },
4240
4959
  {
4241
4960
  "name": "purgecss",
4242
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4961
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4243
4962
  "repo": "Developmint/nuxt-purgecss#main",
4244
4963
  "npm": "nuxt-purgecss",
4245
4964
  "icon": "purgecss.png",
@@ -4261,7 +4980,7 @@
4261
4980
  },
4262
4981
  {
4263
4982
  "name": "pwa",
4264
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4983
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4265
4984
  "repo": "nuxt-community/pwa-module",
4266
4985
  "npm": "@nuxtjs/pwa",
4267
4986
  "icon": "pwa.png",
@@ -4286,7 +5005,7 @@
4286
5005
  },
4287
5006
  {
4288
5007
  "name": "python",
4289
- "description": "Write Nuxt.js applications using Python",
5008
+ "description": "Write Nuxt applications using Python",
4290
5009
  "repo": "nuxt-community/python-module",
4291
5010
  "npm": "@nuxtjs/python",
4292
5011
  "icon": "python.png",
@@ -4323,6 +5042,64 @@
4323
5042
  "github": "Maiquu"
4324
5043
  }
4325
5044
  ],
5045
+ "compatibility": {
5046
+ "nuxt": "^3.0.0",
5047
+ "requires": {},
5048
+ "devtools": "^0.0.0"
5049
+ }
5050
+ },
5051
+ {
5052
+ "name": "radash",
5053
+ "description": "radash module with auto-import and custom prefix",
5054
+ "repo": "bbg/nuxt-radash",
5055
+ "npm": "nuxt-radash",
5056
+ "icon": "radash.png",
5057
+ "github": "https://github.com/bbg/nuxt-radash",
5058
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5059
+ "learn_more": "https://github.com/rayepps/radash/",
5060
+ "category": "Libraries",
5061
+ "type": "3rd-party",
5062
+ "maintainers": [
5063
+ {
5064
+ "name": "Batuhan Göksu",
5065
+ "github": "bbg"
5066
+ }
5067
+ ],
5068
+ "compatibility": {
5069
+ "nuxt": "^3.0.0",
5070
+ "requires": {}
5071
+ }
5072
+ },
5073
+ {
5074
+ "name": "radix-vue",
5075
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5076
+ "repo": "radix-vue/radix-vue",
5077
+ "npm": "radix-vue",
5078
+ "icon": "radix-vue.svg",
5079
+ "github": "https://github.com/radix-vue/radix-vue",
5080
+ "website": "https://www.radix-vue.com/",
5081
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5082
+ "category": "UI",
5083
+ "type": "3rd-party",
5084
+ "maintainers": [
5085
+ {
5086
+ "name": "Zernonia",
5087
+ "github": "zernonia",
5088
+ "twitter": "zernonia"
5089
+ },
5090
+ {
5091
+ "name": "Khairul Haaziq",
5092
+ "github": "khairulhaaziq"
5093
+ },
5094
+ {
5095
+ "name": "Mujahid Anuar",
5096
+ "github": "mujahidfa"
5097
+ },
5098
+ {
5099
+ "name": "Max",
5100
+ "github": "onmax"
5101
+ }
5102
+ ],
4326
5103
  "compatibility": {
4327
5104
  "nuxt": "^3.0.0",
4328
5105
  "requires": {}
@@ -4330,7 +5107,7 @@
4330
5107
  },
4331
5108
  {
4332
5109
  "name": "recaptcha",
4333
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5110
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4334
5111
  "repo": "nuxt-community/recaptcha-module",
4335
5112
  "npm": "@nuxtjs/recaptcha",
4336
5113
  "icon": "recaptcha.png",
@@ -4373,9 +5150,32 @@
4373
5150
  "requires": {}
4374
5151
  }
4375
5152
  },
5153
+ {
5154
+ "name": "resend",
5155
+ "description": "Resend integration for Nuxt",
5156
+ "repo": "nhedger/nuxt-resend",
5157
+ "npm": "nuxt-resend",
5158
+ "icon": "resend.svg",
5159
+ "github": "https://github.com/nhedger/nuxt-resend",
5160
+ "website": "https://github.com/nhedger/nuxt-resend",
5161
+ "learn_more": "https://resend.com",
5162
+ "category": "Extensions",
5163
+ "type": "3rd-party",
5164
+ "maintainers": [
5165
+ {
5166
+ "name": "Nicolas Hedger",
5167
+ "github": "nhedger",
5168
+ "twitter": "nicolashedger"
5169
+ }
5170
+ ],
5171
+ "compatibility": {
5172
+ "nuxt": "^3.0.0",
5173
+ "requires": {}
5174
+ }
5175
+ },
4376
5176
  {
4377
5177
  "name": "rfg-icon",
4378
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5178
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4379
5179
  "repo": "pimlie/nuxt-rfg-icon",
4380
5180
  "npm": "nuxt-rfg-icon",
4381
5181
  "icon": "real-favicon-generator.png",
@@ -4397,12 +5197,12 @@
4397
5197
  },
4398
5198
  {
4399
5199
  "name": "robots",
4400
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4401
- "repo": "nuxt-community/robots-module",
5200
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5201
+ "repo": "nuxt-modules/robots",
4402
5202
  "npm": "@nuxtjs/robots",
4403
5203
  "icon": "robots.png",
4404
- "github": "https://github.com/nuxt-community/robots-module",
4405
- "website": "https://github.com/nuxt-community/robots-module",
5204
+ "github": "https://github.com/nuxt-modules/robots",
5205
+ "website": "https://github.com/nuxt-modules/robots",
4406
5206
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4407
5207
  "category": "SEO",
4408
5208
  "type": "community",
@@ -4421,23 +5221,23 @@
4421
5221
  },
4422
5222
  {
4423
5223
  "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",
5224
+ "description": "Nuxt 3 module to integrate Rollbar.",
5225
+ "repo": "jairoblatt/nuxt-rollbar",
5226
+ "npm": "nuxt-rollbar",
4427
5227
  "icon": "rollbar.png",
4428
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4429
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5228
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5229
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4430
5230
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4431
5231
  "category": "Monitoring",
4432
5232
  "type": "3rd-party",
4433
5233
  "maintainers": [
4434
5234
  {
4435
- "name": "Gaël Reyrol",
4436
- "github": "gaelreyrol"
5235
+ "name": "Jairo Blatt",
5236
+ "github": "jairoblatt"
4437
5237
  }
4438
5238
  ],
4439
5239
  "compatibility": {
4440
- "nuxt": "^2.0.0",
5240
+ "nuxt": "^3.0.0",
4441
5241
  "requires": {}
4442
5242
  }
4443
5243
  },
@@ -4466,7 +5266,7 @@
4466
5266
  },
4467
5267
  {
4468
5268
  "name": "router",
4469
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5269
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4470
5270
  "repo": "nuxt-community/router-module",
4471
5271
  "npm": "@nuxtjs/router",
4472
5272
  "icon": "vue.png",
@@ -4514,13 +5314,13 @@
4514
5314
  },
4515
5315
  {
4516
5316
  "name": "schema-org",
4517
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4518
- "repo": "vueuse/schema-org#main/packages/nuxt",
5317
+ "description": "Schema.org for Nuxt.",
5318
+ "repo": "harlan-zw/nuxt-schema-org",
4519
5319
  "npm": "nuxt-schema-org",
4520
5320
  "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",
5321
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5322
+ "website": "https://nuxtseo.com/schema-org",
5323
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4524
5324
  "category": "SEO",
4525
5325
  "type": "3rd-party",
4526
5326
  "maintainers": [
@@ -4583,7 +5383,7 @@
4583
5383
  },
4584
5384
  {
4585
5385
  "name": "segment",
4586
- "description": "Nuxt.js module for Segment Analytics.js",
5386
+ "description": "Nuxt module for Segment Analytics.js",
4587
5387
  "repo": "dansmaculotte/nuxt-segment",
4588
5388
  "npm": "@dansmaculotte/nuxt-segment",
4589
5389
  "icon": "segment.png",
@@ -4605,10 +5405,10 @@
4605
5405
  },
4606
5406
  {
4607
5407
  "name": "sentry",
4608
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5408
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4609
5409
  "repo": "nuxt-community/sentry-module",
4610
5410
  "npm": "@nuxtjs/sentry",
4611
- "icon": "sentry.png",
5411
+ "icon": "sentry.svg",
4612
5412
  "github": "https://github.com/nuxt-community/sentry-module",
4613
5413
  "website": "https://sentry.nuxtjs.org/",
4614
5414
  "learn_more": "https://sentry.io/welcome/",
@@ -4625,14 +5425,38 @@
4625
5425
  "requires": {}
4626
5426
  }
4627
5427
  },
5428
+ {
5429
+ "name": "seo-experiments",
5430
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5431
+ "repo": "harlan-zw/nuxt-seo-experiments",
5432
+ "npm": "nuxt-seo-experiments",
5433
+ "icon": "seo-experiments.svg",
5434
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5435
+ "website": "https://nuxtseo.com/experiments",
5436
+ "learn_more": "https://nuxtseo.com/experiments",
5437
+ "category": "SEO",
5438
+ "type": "3rd-party",
5439
+ "maintainers": [
5440
+ {
5441
+ "name": "Harlan Wilton",
5442
+ "github": "harlan-zw",
5443
+ "twitter": "harlan_zw",
5444
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5445
+ }
5446
+ ],
5447
+ "compatibility": {
5448
+ "nuxt": "^3.0.0",
5449
+ "requires": {}
5450
+ }
5451
+ },
4628
5452
  {
4629
5453
  "name": "seo-kit",
4630
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5454
+ "description": "The complete SEO solution for Nuxt.",
4631
5455
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4632
5456
  "npm": "nuxt-seo-kit",
4633
5457
  "icon": "seo-kit.svg",
4634
5458
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4635
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5459
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4636
5460
  "learn_more": "",
4637
5461
  "category": "SEO",
4638
5462
  "type": "3rd-party",
@@ -4672,7 +5496,7 @@
4672
5496
  },
4673
5497
  {
4674
5498
  "name": "seomatic-meta",
4675
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5499
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4676
5500
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4677
5501
  "npm": "nuxt-seomatic-meta",
4678
5502
  "icon": "seomatic.png",
@@ -4711,7 +5535,30 @@
4711
5535
  }
4712
5536
  ],
4713
5537
  "compatibility": {
4714
- "nuxt": "^2.0.0",
5538
+ "nuxt": "^2.0.0",
5539
+ "requires": {}
5540
+ }
5541
+ },
5542
+ {
5543
+ "name": "server-block",
5544
+ "description": "Use <server> tags in your Nuxt pages components.",
5545
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5546
+ "npm": "@hebilicious/server-block-nuxt",
5547
+ "icon": "server-block.svg",
5548
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5549
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5550
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5551
+ "category": "Extensions",
5552
+ "type": "3rd-party",
5553
+ "maintainers": [
5554
+ {
5555
+ "name": "Hebilicious",
5556
+ "github": "Hebilicious",
5557
+ "twitter": "its_hebilicious"
5558
+ }
5559
+ ],
5560
+ "compatibility": {
5561
+ "nuxt": "^3.0.0",
4715
5562
  "requires": {}
4716
5563
  }
4717
5564
  },
@@ -4740,7 +5587,7 @@
4740
5587
  },
4741
5588
  {
4742
5589
  "name": "shopify",
4743
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5590
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4744
5591
  "repo": "Gomah/nuxt-shopify",
4745
5592
  "npm": "nuxt-shopify",
4746
5593
  "icon": "shopify.png",
@@ -4761,7 +5608,7 @@
4761
5608
  }
4762
5609
  },
4763
5610
  {
4764
- "name": "nuxt-auth",
5611
+ "name": "sidebase-auth",
4765
5612
  "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
5613
  "repo": "sidebase/nuxt-auth",
4767
5614
  "npm": "@sidebase/nuxt-auth",
@@ -4807,13 +5654,13 @@
4807
5654
  },
4808
5655
  {
4809
5656
  "name": "simple-robots",
4810
- "description": "Simply manage the robots crawling your Nuxt app.",
5657
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4811
5658
  "repo": "harlan-zw/nuxt-simple-robots",
4812
5659
  "npm": "nuxt-simple-robots",
4813
- "icon": "",
5660
+ "icon": "simple-robots.svg",
4814
5661
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4815
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4816
- "learn_more": "",
5662
+ "website": "https://nuxtseo.com/robots",
5663
+ "learn_more": "https://nuxtseo.com/robots",
4817
5664
  "category": "SEO",
4818
5665
  "type": "3rd-party",
4819
5666
  "maintainers": [
@@ -4831,13 +5678,13 @@
4831
5678
  },
4832
5679
  {
4833
5680
  "name": "simple-sitemap",
4834
- "description": "Simple, minimal sitemap.xml generation.",
5681
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4835
5682
  "repo": "harlan-zw/nuxt-simple-sitemap",
4836
5683
  "npm": "nuxt-simple-sitemap",
4837
- "icon": "",
5684
+ "icon": "simple-sitemap.svg",
4838
5685
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4839
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4840
- "learn_more": "",
5686
+ "website": "https://nuxtseo.com/simple-sitemap",
5687
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4841
5688
  "category": "SEO",
4842
5689
  "type": "3rd-party",
4843
5690
  "maintainers": [
@@ -4855,7 +5702,7 @@
4855
5702
  },
4856
5703
  {
4857
5704
  "name": "sitemap",
4858
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5705
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4859
5706
  "repo": "nuxt-community/sitemap-module#dev",
4860
5707
  "npm": "@nuxtjs/sitemap",
4861
5708
  "icon": "",
@@ -4900,7 +5747,7 @@
4900
5747
  },
4901
5748
  {
4902
5749
  "name": "snipcart",
4903
- "description": "Snipcart integration module for Nuxt.js",
5750
+ "description": "Snipcart integration module for Nuxt",
4904
5751
  "repo": "nuxt-modules/snipcart",
4905
5752
  "npm": "@nuxtjs/snipcart",
4906
5753
  "icon": "snipcart.png",
@@ -4923,7 +5770,7 @@
4923
5770
  },
4924
5771
  {
4925
5772
  "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.).",
5773
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4927
5774
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4928
5775
  "npm": "nuxt-social-meta",
4929
5776
  "icon": "",
@@ -5045,7 +5892,7 @@
5045
5892
  },
5046
5893
  {
5047
5894
  "name": "storage",
5048
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5895
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5049
5896
  "repo": "mazipan/nuxt-storage",
5050
5897
  "npm": "nuxt-storage",
5051
5898
  "icon": "",
@@ -5067,7 +5914,7 @@
5067
5914
  },
5068
5915
  {
5069
5916
  "name": "storefront-ui",
5070
- "description": "Storefront UI Module for Nuxt.js",
5917
+ "description": "Storefront UI Module for Nuxt",
5071
5918
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5072
5919
  "npm": "@storefront-ui/nuxt",
5073
5920
  "icon": "storefront-ui.svg",
@@ -5111,7 +5958,7 @@
5111
5958
  },
5112
5959
  {
5113
5960
  "name": "storyblok",
5114
- "description": "Storyblok Nuxt.js module",
5961
+ "description": "Storyblok Nuxt module",
5115
5962
  "repo": "storyblok/storyblok-nuxt#master/lib",
5116
5963
  "npm": "@storyblok/nuxt",
5117
5964
  "icon": "storyblok.png",
@@ -5128,46 +5975,43 @@
5128
5975
  ],
5129
5976
  "compatibility": {
5130
5977
  "nuxt": "^2.0.0 || ^3.0.0",
5131
- "requires": {}
5978
+ "requires": {},
5979
+ "devtools": "^0.0.0"
5132
5980
  }
5133
5981
  },
5134
5982
  {
5135
5983
  "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",
5984
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5985
+ "repo": "nuxt-modules/storybook",
5138
5986
  "npm": "@nuxtjs/storybook",
5139
5987
  "icon": "storybook.png",
5140
- "github": "https://github.com/nuxt-community/storybook",
5988
+ "github": "https://github.com/nuxt-modules/storybook",
5141
5989
  "website": "https://storybook.nuxtjs.org",
5142
- "learn_more": "https://storybook.js.org/",
5990
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5143
5991
  "category": "Devtools",
5144
5992
  "type": "community",
5145
5993
  "maintainers": [
5146
5994
  {
5147
- "name": "Ahad Birang",
5148
- "github": "farnabaz",
5149
- "twitter": "a_birang"
5150
- },
5151
- {
5152
- "name": "Pooya Parsa",
5153
- "github": "pi0",
5154
- "twitter": "_pi0_"
5995
+ "name": "Chakir QATAB",
5996
+ "github": "chakAs3",
5997
+ "twitter": "ChakirQatab"
5155
5998
  }
5156
5999
  ],
5157
6000
  "compatibility": {
5158
- "nuxt": "^2.0.0",
6001
+ "nuxt": "^2.0.0 || ^3.0.0",
5159
6002
  "requires": {
5160
6003
  "bridge": "optional"
5161
- }
6004
+ },
6005
+ "devtools": "^0.7.2"
5162
6006
  }
5163
6007
  },
5164
6008
  {
5165
6009
  "name": "strapi",
5166
6010
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5167
- "repo": "nuxt-community/strapi-module",
6011
+ "repo": "nuxt-modules/strapi",
5168
6012
  "npm": "@nuxtjs/strapi",
5169
6013
  "icon": "strapi.png",
5170
- "github": "https://github.com/nuxt-community/strapi-module",
6014
+ "github": "https://github.com/nuxt-modules/strapi",
5171
6015
  "website": "https://strapi.nuxtjs.org",
5172
6016
  "learn_more": "https://strapi.io/",
5173
6017
  "category": "CMS",
@@ -5188,7 +6032,34 @@
5188
6032
  "nuxt": "^2.0.0 || ^3.0.0",
5189
6033
  "requires": {
5190
6034
  "bridge": true
6035
+ },
6036
+ "devtools": "^0.0.0"
6037
+ }
6038
+ },
6039
+ {
6040
+ "name": "stripe-next",
6041
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
6042
+ "repo": "fuentesloic/nuxt-stripe",
6043
+ "npm": "@unlok-co/nuxt-stripe",
6044
+ "icon": "stripe.png",
6045
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
6046
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
6047
+ "learn_more": "https://stripe.com/docs",
6048
+ "category": "Payment",
6049
+ "type": "3rd-party",
6050
+ "maintainers": [
6051
+ {
6052
+ "name": "Loic Fuentes",
6053
+ "github": "fuentesloic"
6054
+ },
6055
+ {
6056
+ "name": "Florent Giraud",
6057
+ "github": "flozero"
5191
6058
  }
6059
+ ],
6060
+ "compatibility": {
6061
+ "nuxt": "^3.0.0",
6062
+ "requires": {}
5192
6063
  }
5193
6064
  },
5194
6065
  {
@@ -5213,6 +6084,36 @@
5213
6084
  "requires": {}
5214
6085
  }
5215
6086
  },
6087
+ {
6088
+ "name": "studio",
6089
+ "description": "A new experience to build content-driven website with Nuxt.",
6090
+ "repo": "nuxtlabs/studio-module",
6091
+ "npm": "@nuxthq/studio",
6092
+ "icon": "studio.svg",
6093
+ "github": "https://github.com/nuxtlabs/studio-module",
6094
+ "website": "https://nuxt.studio",
6095
+ "learn_more": "https://nuxt.studio",
6096
+ "category": "CMS",
6097
+ "type": "3rd-party",
6098
+ "maintainers": [
6099
+ {
6100
+ "name": "Ahad Birang",
6101
+ "github": "farnabaz",
6102
+ "twitter": "a_birang"
6103
+ },
6104
+ {
6105
+ "name": "Sébastien Chopin",
6106
+ "github": "Atinux",
6107
+ "twitter": "Atinux"
6108
+ }
6109
+ ],
6110
+ "compatibility": {
6111
+ "nuxt": "^3.0.0",
6112
+ "requires": {
6113
+ "content": true
6114
+ }
6115
+ }
6116
+ },
5216
6117
  {
5217
6118
  "name": "style-resources",
5218
6119
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5238,7 +6139,7 @@
5238
6139
  },
5239
6140
  {
5240
6141
  "name": "stylelint",
5241
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6142
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5242
6143
  "repo": "nuxt-community/stylelint-module",
5243
6144
  "npm": "@nuxtjs/stylelint-module",
5244
6145
  "icon": "stylelint.png",
@@ -5284,10 +6185,10 @@
5284
6185
  {
5285
6186
  "name": "supabase",
5286
6187
  "description": "First class integration with Supabase",
5287
- "repo": "nuxt-community/supabase-module",
6188
+ "repo": "nuxt-modules/supabase",
5288
6189
  "npm": "@nuxtjs/supabase",
5289
6190
  "icon": "supabase.png",
5290
- "github": "https://github.com/nuxt-community/supabase-module",
6191
+ "github": "https://github.com/nuxt-modules/supabase",
5291
6192
  "website": "https://supabase.nuxtjs.org",
5292
6193
  "learn_more": "https://supabase.com",
5293
6194
  "category": "Database",
@@ -5338,12 +6239,12 @@
5338
6239
  },
5339
6240
  {
5340
6241
  "name": "svg-sprite",
5341
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5342
- "repo": "nuxt-community/svg-sprite-module",
6242
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6243
+ "repo": "nuxt-modules/svg-sprite",
5343
6244
  "npm": "@nuxtjs/svg-sprite",
5344
6245
  "icon": "",
5345
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5346
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6246
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6247
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5347
6248
  "learn_more": "",
5348
6249
  "category": "UI",
5349
6250
  "type": "community",
@@ -5355,13 +6256,13 @@
5355
6256
  }
5356
6257
  ],
5357
6258
  "compatibility": {
5358
- "nuxt": "^2.0.0",
6259
+ "nuxt": "^2.0.0 || ^3.0.0",
5359
6260
  "requires": {}
5360
6261
  }
5361
6262
  },
5362
6263
  {
5363
6264
  "name": "svg",
5364
- "description": "Super simple svg loading module for Nuxt.js",
6265
+ "description": "Super simple svg loading module for Nuxt",
5365
6266
  "repo": "nuxt-community/svg-module",
5366
6267
  "npm": "@nuxtjs/svg",
5367
6268
  "icon": "",
@@ -5405,7 +6306,7 @@
5405
6306
  },
5406
6307
  {
5407
6308
  "name": "swiper",
5408
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6309
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5409
6310
  "repo": "cpreston321/nuxt-swiper",
5410
6311
  "npm": "nuxt-swiper",
5411
6312
  "icon": "swiper.svg",
@@ -5451,10 +6352,10 @@
5451
6352
  {
5452
6353
  "name": "tailwindcss",
5453
6354
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5454
- "repo": "nuxt-community/tailwindcss-module",
6355
+ "repo": "nuxt-modules/tailwindcss",
5455
6356
  "npm": "@nuxtjs/tailwindcss",
5456
6357
  "icon": "tailwindcss.png",
5457
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6358
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5458
6359
  "website": "https://tailwindcss.nuxtjs.org",
5459
6360
  "learn_more": "https://tailwindcss.com/",
5460
6361
  "category": "UI",
@@ -5464,11 +6365,16 @@
5464
6365
  "name": "Sébastien Chopin",
5465
6366
  "github": "Atinux",
5466
6367
  "twitter": "Atinux"
6368
+ },
6369
+ {
6370
+ "name": "Inesh Bose",
6371
+ "github": "ineshbose"
5467
6372
  }
5468
6373
  ],
5469
6374
  "compatibility": {
5470
6375
  "nuxt": "^2.0.0 || ^3.0.0",
5471
- "requires": {}
6376
+ "requires": {},
6377
+ "devtools": "^0.0.0"
5472
6378
  }
5473
6379
  },
5474
6380
  {
@@ -5518,7 +6424,7 @@
5518
6424
  },
5519
6425
  {
5520
6426
  "name": "toast",
5521
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6427
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5522
6428
  "repo": "nuxt-community/modules#master/packages/toast",
5523
6429
  "npm": "@nuxtjs/toast",
5524
6430
  "icon": "",
@@ -5539,6 +6445,39 @@
5539
6445
  "requires": {}
5540
6446
  }
5541
6447
  },
6448
+ {
6449
+ "name": "tresjs",
6450
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
6451
+ "repo": "tresjs/nuxt",
6452
+ "npm": "@tresjs/nuxt",
6453
+ "icon": "tresjs.svg",
6454
+ "github": "https://github.com/Tresjs/nuxt",
6455
+ "website": "https://tresjs.org/guide/nuxt.html",
6456
+ "learn_more": "https://tresjs.org/",
6457
+ "category": "Libraries",
6458
+ "type": "3rd-party",
6459
+ "maintainers": [
6460
+ {
6461
+ "name": "Alvaro Saburido",
6462
+ "github": "alvarosabu",
6463
+ "twitter": "alvarosabu"
6464
+ },
6465
+ {
6466
+ "name": "Jaime Torrealba",
6467
+ "github": "JaimeTorrealba",
6468
+ "twitter": "jaimebboyjt"
6469
+ },
6470
+ {
6471
+ "name": "Tino Koch",
6472
+ "github": "Tinoooo",
6473
+ "twitter": "ichbintino"
6474
+ }
6475
+ ],
6476
+ "compatibility": {
6477
+ "nuxt": "^3.0.0",
6478
+ "requires": {}
6479
+ }
6480
+ },
5542
6481
  {
5543
6482
  "name": "turnstile",
5544
6483
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5566,7 +6505,7 @@
5566
6505
  },
5567
6506
  {
5568
6507
  "name": "twa",
5569
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6508
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5570
6509
  "repo": "tuarrep/nuxt-twa",
5571
6510
  "npm": "nuxt-twa",
5572
6511
  "icon": "",
@@ -5754,6 +6693,63 @@
5754
6693
  "requires": {}
5755
6694
  }
5756
6695
  },
6696
+ {
6697
+ "name": "typo3",
6698
+ "description": "TYPO3 Headless Frontend Rendering module",
6699
+ "repo": "TYPO3-Headless/nuxt-typo3",
6700
+ "npm": "@t3headless/nuxt-typo3",
6701
+ "icon": "typo3.svg",
6702
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6703
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6704
+ "learn_more": "https://github.com/TYPO3-Headless",
6705
+ "category": "CMS",
6706
+ "type": "3rd-party",
6707
+ "maintainers": [
6708
+ {
6709
+ "name": "Macopedia",
6710
+ "github": "macopedia",
6711
+ "twitter": "macopediapl"
6712
+ }
6713
+ ],
6714
+ "compatibility": {
6715
+ "nuxt": "^2.0.0 || ^3.0.0",
6716
+ "requires": {},
6717
+ "devtools": "^0.0.0"
6718
+ }
6719
+ },
6720
+ {
6721
+ "name": "ui",
6722
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6723
+ "repo": "nuxt/ui#dev",
6724
+ "npm": "@nuxt/ui",
6725
+ "icon": "nuxt.svg",
6726
+ "github": "https://github.com/nuxt/ui",
6727
+ "website": "https://ui.nuxt.com",
6728
+ "learn_more": "",
6729
+ "category": "UI",
6730
+ "type": "official",
6731
+ "maintainers": [
6732
+ {
6733
+ "name": "Benjamin Canac",
6734
+ "github": "benjamincanac",
6735
+ "twitter": "benjamincanac"
6736
+ },
6737
+ {
6738
+ "name": "Sebastien Chopin",
6739
+ "github": "Atinux",
6740
+ "twitter": "Atinux"
6741
+ },
6742
+ {
6743
+ "name": "Sylvain Marroufin",
6744
+ "github": "smarroufin",
6745
+ "twitter": "smarroufin"
6746
+ }
6747
+ ],
6748
+ "compatibility": {
6749
+ "nuxt": "^3.0.0",
6750
+ "requires": {}
6751
+ }
6752
+ },
5757
6753
  {
5758
6754
  "name": "umami",
5759
6755
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5802,7 +6798,7 @@
5802
6798
  },
5803
6799
  {
5804
6800
  "name": "universal-storage",
5805
- "description": "Universal Storage Utilities for Nuxt.js",
6801
+ "description": "Universal Storage Utilities for Nuxt",
5806
6802
  "repo": "nuxt-community/universal-storage-module",
5807
6803
  "npm": "@nuxtjs/universal-storage",
5808
6804
  "icon": "",
@@ -5879,12 +6875,12 @@
5879
6875
  {
5880
6876
  "name": "unocss",
5881
6877
  "description": "The instant on-demand atomic CSS engine.",
5882
- "repo": "antfu/unocss#main/packages/nuxt",
6878
+ "repo": "unocss/unocss#main/packages/nuxt",
5883
6879
  "npm": "@unocss/nuxt",
5884
6880
  "icon": "unocss.svg",
5885
- "github": "https://github.com/antfu/unocss",
5886
- "website": "https://github.com/antfu/unocss",
5887
- "learn_more": "https://github.com/antfu/unocss",
6881
+ "github": "https://github.com/unocss/unocss",
6882
+ "website": "https://github.com/unocss/unocss",
6883
+ "learn_more": "https://github.com/unocss/unocss",
5888
6884
  "category": "UI",
5889
6885
  "type": "3rd-party",
5890
6886
  "maintainers": [
@@ -5899,7 +6895,8 @@
5899
6895
  "nuxt": "^2.0.0 || ^3.0.0",
5900
6896
  "requires": {
5901
6897
  "bridge": "optional"
5902
- }
6898
+ },
6899
+ "devtools": "^0.0.0"
5903
6900
  }
5904
6901
  },
5905
6902
  {
@@ -5925,9 +6922,33 @@
5925
6922
  "requires": {}
5926
6923
  }
5927
6924
  },
6925
+ {
6926
+ "name": "use-wagmi",
6927
+ "description": "Vue Composition for Ethereum based on wagmi",
6928
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6929
+ "npm": "@use-wagmi/nuxt",
6930
+ "icon": "use-wagmi.png",
6931
+ "github": "https://github.com/unicape/use-wagmi",
6932
+ "website": "https://github.com/unicape/use-wagmi",
6933
+ "learn_more": "https://github.com/unicape/use-wagmi",
6934
+ "category": "Extensions",
6935
+ "type": "3rd-party",
6936
+ "maintainers": [
6937
+ {
6938
+ "name": "Unic Ape",
6939
+ "github": "unicape"
6940
+ }
6941
+ ],
6942
+ "compatibility": {
6943
+ "nuxt": "^2.0.0 || ^3.0.0",
6944
+ "requires": {
6945
+ "bridge": true
6946
+ }
6947
+ }
6948
+ },
5928
6949
  {
5929
6950
  "name": "user-agent",
5930
- "description": "Nuxt.js module for handling User-Agent.",
6951
+ "description": "Nuxt module for handling User-Agent.",
5931
6952
  "repo": "fukuiretu/nuxt-user-agent",
5932
6953
  "npm": "nuxt-user-agent",
5933
6954
  "icon": "",
@@ -6017,9 +7038,31 @@
6017
7038
  }
6018
7039
  }
6019
7040
  },
7041
+ {
7042
+ "name": "vcalendar",
7043
+ "description": "VCalendar module for Nuxt",
7044
+ "repo": "samk-dev/nuxt-vcalendar",
7045
+ "npm": "@samk-dev/nuxt-vcalendar",
7046
+ "icon": "vcalendar.png",
7047
+ "github": "https://github.com/samk-dev/vcalendar",
7048
+ "website": "https://github.com/samk-dev/vcalendar",
7049
+ "learn_more": "",
7050
+ "category": "Libraries",
7051
+ "type": "3rd-party",
7052
+ "maintainers": [
7053
+ {
7054
+ "name": "Sam K",
7055
+ "github": "samk-dev"
7056
+ }
7057
+ ],
7058
+ "compatibility": {
7059
+ "nuxt": "^3.0.0",
7060
+ "requires": {}
7061
+ }
7062
+ },
6020
7063
  {
6021
7064
  "name": "vee-validate",
6022
- "description": "Painless Vue forms for Nuxt.js",
7065
+ "description": "Painless Vue forms for Nuxt",
6023
7066
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6024
7067
  "npm": "@vee-validate/nuxt",
6025
7068
  "icon": "vee-validate.png",
@@ -6109,7 +7152,7 @@
6109
7152
  },
6110
7153
  {
6111
7154
  "name": "vite-pwa-nuxt",
6112
- "description": "Zero-config PWA Plugin for Nuxt 3",
7155
+ "description": "Zero-config PWA Plugin for Nuxt",
6113
7156
  "repo": "vite-pwa/nuxt",
6114
7157
  "npm": "@vite-pwa/nuxt",
6115
7158
  "icon": "vite-pwa-nuxt.svg",
@@ -6156,6 +7199,61 @@
6156
7199
  "github": "antfu"
6157
7200
  }
6158
7201
  ],
7202
+ "compatibility": {
7203
+ "nuxt": "^3.0.0",
7204
+ "requires": {},
7205
+ "devtools": "^0.0.0"
7206
+ }
7207
+ },
7208
+ {
7209
+ "name": "vue-email",
7210
+ "description": "💌 Write email templates with vue",
7211
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7212
+ "npm": "vue-email",
7213
+ "icon": "vue-email.svg",
7214
+ "github": "https://github.com/Dave136/vue-email",
7215
+ "website": "https://www.vuemail.net/",
7216
+ "learn_more": "https://vue-email.vercel.app/getting-started",
7217
+ "category": "UI",
7218
+ "type": "3rd-party",
7219
+ "maintainers": [
7220
+ {
7221
+ "name": "David Arenas",
7222
+ "github": "Dave136",
7223
+ "twitter": "davejs4",
7224
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
7225
+ },
7226
+ {
7227
+ "name": "Younes Barrad",
7228
+ "github": "Flowko",
7229
+ "twitter": "imflowko",
7230
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
7231
+ }
7232
+ ],
7233
+ "compatibility": {
7234
+ "nuxt": "^3.0.0",
7235
+ "requires": {},
7236
+ "devtools": "^0.0.0"
7237
+ }
7238
+ },
7239
+ {
7240
+ "name": "vue-final-modal",
7241
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7242
+ "repo": "vue-final/vue-final-modal",
7243
+ "npm": "@vue-final-modal/nuxt",
7244
+ "icon": "vue-final-modal.svg",
7245
+ "github": "https://github.com/vue-final/vue-final-modal",
7246
+ "website": "https://vue-final-modal.org/",
7247
+ "learn_more": "https://vue-final-modal.org/",
7248
+ "category": "UI",
7249
+ "type": "3rd-party",
7250
+ "maintainers": [
7251
+ {
7252
+ "name": "Hunter Liu",
7253
+ "github": "hunterliu1003",
7254
+ "twitter": "hunterliu1003"
7255
+ }
7256
+ ],
6159
7257
  "compatibility": {
6160
7258
  "nuxt": "^3.0.0",
6161
7259
  "requires": {}
@@ -6183,7 +7281,8 @@
6183
7281
  "nuxt": "^3.0.0",
6184
7282
  "requires": {
6185
7283
  "bridge": "optional"
6186
- }
7284
+ },
7285
+ "devtools": "^0.0.0"
6187
7286
  }
6188
7287
  },
6189
7288
  {
@@ -6210,7 +7309,7 @@
6210
7309
  },
6211
7310
  {
6212
7311
  "name": "vue-multiselect",
6213
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7312
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6214
7313
  "repo": "spektrummedia/nuxt-vue-multiselect",
6215
7314
  "npm": "nuxt-vue-multiselect",
6216
7315
  "icon": "",
@@ -6255,7 +7354,7 @@
6255
7354
  {
6256
7355
  "name": "vue-query",
6257
7356
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6258
- "repo": "Hebilicious/vue-query-nuxt#main",
7357
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6259
7358
  "npm": "@hebilicious/vue-query-nuxt",
6260
7359
  "icon": "vue-query.svg",
6261
7360
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6324,7 +7423,7 @@
6324
7423
  },
6325
7424
  {
6326
7425
  "name": "vue-warehouse",
6327
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7426
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6328
7427
  "repo": "juliomrqz/vue-warehouse",
6329
7428
  "npm": "vue-warehouse",
6330
7429
  "icon": "",
@@ -6345,6 +7444,29 @@
6345
7444
  "requires": {}
6346
7445
  }
6347
7446
  },
7447
+ {
7448
+ "name": "vue3-carousel-nuxt",
7449
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7450
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7451
+ "npm": "vue3-carousel-nuxt",
7452
+ "icon": "",
7453
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7454
+ "website": "",
7455
+ "learn_more": "",
7456
+ "category": "UI",
7457
+ "type": "3rd-party",
7458
+ "maintainers": [
7459
+ {
7460
+ "name": "Gaetan SENN",
7461
+ "github": "gaetansenn",
7462
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7463
+ }
7464
+ ],
7465
+ "compatibility": {
7466
+ "nuxt": "^3.0.0",
7467
+ "requires": {}
7468
+ }
7469
+ },
6348
7470
  {
6349
7471
  "name": "vuefire",
6350
7472
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6367,9 +7489,55 @@
6367
7489
  "requires": {}
6368
7490
  }
6369
7491
  },
7492
+ {
7493
+ "name": "vueform-builder",
7494
+ "description": "Official Vueform Builder module for Nuxt",
7495
+ "repo": "vueform/builder/nuxt",
7496
+ "npm": "@vueform/builder-nuxt",
7497
+ "icon": "vueform.svg",
7498
+ "github": "https://github.com/vueform/builder",
7499
+ "website": "https://builder.vueform.com",
7500
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7501
+ "category": "Libraries",
7502
+ "type": "3rd-party",
7503
+ "maintainers": [
7504
+ {
7505
+ "name": "Adam Berecz",
7506
+ "github": "adamberecz",
7507
+ "twitter": "bereczadam"
7508
+ }
7509
+ ],
7510
+ "compatibility": {
7511
+ "nuxt": "^3.0.0",
7512
+ "requires": {}
7513
+ }
7514
+ },
7515
+ {
7516
+ "name": "vueform",
7517
+ "description": "Official Vueform module for Nuxt",
7518
+ "repo": "vueform/vueform/nuxt",
7519
+ "npm": "@vueform/nuxt",
7520
+ "icon": "vueform.svg",
7521
+ "github": "https://github.com/vueform/vueform",
7522
+ "website": "https://vueform.com",
7523
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7524
+ "category": "Libraries",
7525
+ "type": "3rd-party",
7526
+ "maintainers": [
7527
+ {
7528
+ "name": "Adam Berecz",
7529
+ "github": "adamberecz",
7530
+ "twitter": "bereczadam"
7531
+ }
7532
+ ],
7533
+ "compatibility": {
7534
+ "nuxt": "^3.0.0",
7535
+ "requires": {}
7536
+ }
7537
+ },
6370
7538
  {
6371
7539
  "name": "vuestic",
6372
- "description": "Vuestic UI module for Nuxt 3",
7540
+ "description": "Vuestic UI module for Nuxt",
6373
7541
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6374
7542
  "npm": "@vuestic/nuxt",
6375
7543
  "icon": "vuestic.png",
@@ -6389,9 +7557,31 @@
6389
7557
  "requires": {}
6390
7558
  }
6391
7559
  },
7560
+ {
7561
+ "name": "vuetify-nuxt-module",
7562
+ "description": "Zero-config Nuxt Module for Vuetify.",
7563
+ "repo": "userquin/vuetify-nuxt-module",
7564
+ "npm": "vuetify-nuxt-module",
7565
+ "icon": "vuetify-logo-v3-dark.svg",
7566
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
7567
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7568
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7569
+ "category": "UI",
7570
+ "type": "3rd-party",
7571
+ "maintainers": [
7572
+ {
7573
+ "name": "Joaquín Sánchez",
7574
+ "github": "userquin"
7575
+ }
7576
+ ],
7577
+ "compatibility": {
7578
+ "nuxt": "^3.0.0",
7579
+ "requires": {}
7580
+ }
7581
+ },
6392
7582
  {
6393
7583
  "name": "vuetify",
6394
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7584
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6395
7585
  "repo": "nuxt-community/vuetify-module",
6396
7586
  "npm": "@nuxtjs/vuetify",
6397
7587
  "icon": "vuetify.png",
@@ -6438,7 +7628,8 @@
6438
7628
  "nuxt": "^2.0.0 || ^3.0.0",
6439
7629
  "requires": {
6440
7630
  "bridge": "optional"
6441
- }
7631
+ },
7632
+ "devtools": "^0.0.0"
6442
7633
  }
6443
7634
  },
6444
7635
  {
@@ -6465,7 +7656,7 @@
6465
7656
  },
6466
7657
  {
6467
7658
  "name": "vunix",
6468
- "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.",
7659
+ "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.",
6469
7660
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6470
7661
  "npm": "@vunix/nuxt",
6471
7662
  "icon": "",
@@ -6489,11 +7680,11 @@
6489
7680
  {
6490
7681
  "name": "web-vitals",
6491
7682
  "description": "Web Vitals for Nuxt",
6492
- "repo": "nuxt-community/web-vitals-module",
7683
+ "repo": "nuxt-modules/web-vitals",
6493
7684
  "npm": "@nuxtjs/web-vitals",
6494
7685
  "icon": "web-vitals.png",
6495
- "github": "https://github.com/nuxt-community/web-vitals-module",
6496
- "website": "https://github.com/nuxt-community/web-vitals-module",
7686
+ "github": "https://github.com/nuxt-modules/web-vitals",
7687
+ "website": "https://github.com/nuxt-modules/web-vitals",
6497
7688
  "learn_more": "",
6498
7689
  "category": "Performance",
6499
7690
  "type": "community",
@@ -6544,7 +7735,7 @@
6544
7735
  },
6545
7736
  {
6546
7737
  "name": "webpack-optimisations",
6547
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7738
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6548
7739
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6549
7740
  "npm": "nuxt-webpack-optimisations",
6550
7741
  "icon": "build-optimisations.svg",
@@ -6636,7 +7827,7 @@
6636
7827
  },
6637
7828
  {
6638
7829
  "name": "well-known",
6639
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7830
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6640
7831
  "repo": "zadigetvoltaire/nuxt-well-known",
6641
7832
  "npm": "@zadigetvoltaire/nuxt-well-known",
6642
7833
  "icon": "well-known.svg",
@@ -6658,7 +7849,7 @@
6658
7849
  },
6659
7850
  {
6660
7851
  "name": "wideangle",
6661
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7852
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6662
7853
  "repo": "inputobjects/wideangle-nuxt",
6663
7854
  "npm": "wideangle-nuxt",
6664
7855
  "icon": "wideangle.png",
@@ -6685,11 +7876,11 @@
6685
7876
  {
6686
7877
  "name": "windicss",
6687
7878
  "description": "Next generation utility-first CSS framework.",
6688
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7879
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6689
7880
  "npm": "nuxt-windicss",
6690
7881
  "icon": "windicss.svg",
6691
- "github": "https://github.com/windicss/nuxt-windicss-module",
6692
- "website": "https://github.com/windicss/nuxt-windicss-module",
7882
+ "github": "https://github.com/windicss/nuxt-windicss",
7883
+ "website": "https://github.com/windicss/nuxt-windicss",
6693
7884
  "learn_more": "https://windicss.org/",
6694
7885
  "category": "UI",
6695
7886
  "type": "3rd-party",
@@ -6825,55 +8016,9 @@
6825
8016
  "requires": {}
6826
8017
  }
6827
8018
  },
6828
- {
6829
- "name": "yandex-metrika-next",
6830
- "description": "Yandex Metrika integration for Nuxt",
6831
- "repo": "artmizu/yandex-metrika-nuxt",
6832
- "npm": "@artmizu/yandex-metrika-nuxt",
6833
- "icon": "yandex-metrika.svg",
6834
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6835
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6836
- "learn_more": "",
6837
- "category": "Analytics",
6838
- "type": "3rd-party",
6839
- "maintainers": [
6840
- {
6841
- "name": "Aleksandr Saburov",
6842
- "github": "artmizu",
6843
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6844
- }
6845
- ],
6846
- "compatibility": {
6847
- "nuxt": "^3.0.0",
6848
- "requires": {}
6849
- }
6850
- },
6851
- {
6852
- "name": "yandex-metrika",
6853
- "description": "Yandex metrika Module for Nuxt.js",
6854
- "repo": "nuxt-community/yandex-metrika-module",
6855
- "npm": "@nuxtjs/yandex-metrika",
6856
- "icon": "",
6857
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6858
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6859
- "learn_more": "https://metrica.yandex.com/about",
6860
- "category": "Analytics",
6861
- "type": "community",
6862
- "maintainers": [
6863
- {
6864
- "name": "Pooya Parsa",
6865
- "github": "pi0",
6866
- "twitter": "_pi0_"
6867
- }
6868
- ],
6869
- "compatibility": {
6870
- "nuxt": "^2.0.0",
6871
- "requires": {}
6872
- }
6873
- },
6874
8019
  {
6875
8020
  "name": "zendesk",
6876
- "description": "Nuxt.js module for Zendesk",
8021
+ "description": "Nuxt module for Zendesk",
6877
8022
  "repo": "DansMaCulotte/nuxt-zendesk",
6878
8023
  "npm": "@dansmaculotte/nuxt-zendesk",
6879
8024
  "icon": "zendesk.png",