@nuxt/modules 0.6.0-6db257 → 0.6.0-6fcefd

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 +1473 -350
  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",
@@ -1182,13 +1316,13 @@
1182
1316
  },
1183
1317
  {
1184
1318
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1319
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1320
  "repo": "intevel/nuxt-directus",
1187
1321
  "npm": "nuxt-directus",
1188
1322
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1323
+ "github": "https://github.com/intevel/nuxt-directus/",
1324
+ "website": "https://nuxt-directus.site/",
1325
+ "learn_more": "https://nuxt-directus.site/",
1192
1326
  "category": "CMS",
1193
1327
  "type": "3rd-party",
1194
1328
  "maintainers": [
@@ -1199,15 +1333,58 @@
1199
1333
  }
1200
1334
  ],
1201
1335
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1336
+ "nuxt": "^3.0.0",
1337
+ "requires": {},
1338
+ "devtools": "^0.0.0"
1339
+ }
1340
+ },
1341
+ {
1342
+ "name": "disqus",
1343
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1344
+ "repo": "modbender/nuxt-disqus",
1345
+ "npm": "nuxt-disqus",
1346
+ "icon": "disqus.svg",
1347
+ "github": "https://github.com/modbender/nuxt-disqus",
1348
+ "website": "https://github.com/modbender/nuxt-disqus",
1349
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1350
+ "category": "Libraries",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "modbender",
1355
+ "github": "modbender"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1205
1378
  }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1206
1383
  }
1207
1384
  },
1208
1385
  {
1209
1386
  "name": "dotenv",
1210
- "description": "A Nuxt.js module that loads your .env file into your context options",
1387
+ "description": "A Nuxt module that loads your .env file into your context options",
1211
1388
  "repo": "nuxt-community/dotenv-module",
1212
1389
  "npm": "@nuxtjs/dotenv",
1213
1390
  "icon": "dotenv.png",
@@ -1229,13 +1406,13 @@
1229
1406
  },
1230
1407
  {
1231
1408
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1409
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1410
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1411
  "npm": "nuxtjs-drupal-ce",
1235
1412
  "icon": "drupal-ce.png",
1236
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1237
- "website": "https://stack.lupus.digital",
1238
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1239
1416
  "category": "CMS",
1240
1417
  "type": "3rd-party",
1241
1418
  "maintainers": [
@@ -1250,19 +1427,19 @@
1250
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1251
1428
  },
1252
1429
  {
1253
- "name": "David Licen",
1254
- "github": "davision",
1255
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1256
1433
  }
1257
1434
  ],
1258
1435
  "compatibility": {
1259
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1260
1437
  "requires": {}
1261
1438
  }
1262
1439
  },
1263
1440
  {
1264
1441
  "name": "druxt",
1265
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1442
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1266
1443
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1444
  "npm": "druxt",
1268
1445
  "icon": "druxt.svg",
@@ -1282,6 +1459,29 @@
1282
1459
  "requires": {}
1283
1460
  }
1284
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1285
1485
  {
1286
1486
  "name": "electron",
1287
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1330,7 +1530,7 @@
1330
1530
  },
1331
1531
  {
1332
1532
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1533
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1534
  "repo": "nuxt-modules/emotion",
1335
1535
  "npm": "@nuxtjs/emotion",
1336
1536
  "icon": "emotion.png",
@@ -1358,7 +1558,7 @@
1358
1558
  },
1359
1559
  {
1360
1560
  "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1561
+ "description": "ESLint module for Nuxt",
1362
1562
  "repo": "nuxt-community/eslint-module",
1363
1563
  "npm": "@nuxtjs/eslint-module",
1364
1564
  "icon": "eslint.png",
@@ -1380,7 +1580,7 @@
1380
1580
  },
1381
1581
  {
1382
1582
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1583
+ "description": "Module for event trace in Nuxt",
1384
1584
  "repo": "nuxt-community/nuxt-event-trace",
1385
1585
  "npm": "nuxt-event-trace",
1386
1586
  "icon": "",
@@ -1400,6 +1600,29 @@
1400
1600
  "requires": {}
1401
1601
  }
1402
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1403
1626
  {
1404
1627
  "name": "fathom",
1405
1628
  "description": "Fathom analytics for Nuxt",
@@ -1424,7 +1647,7 @@
1424
1647
  },
1425
1648
  {
1426
1649
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1650
+ "description": "Feature toggle module for Nuxt",
1428
1651
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1652
  "npm": "nuxt-feature-toggle",
1430
1653
  "icon": "",
@@ -1491,7 +1714,7 @@
1491
1714
  },
1492
1715
  {
1493
1716
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1717
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1718
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1719
  "npm": "nuxt-floating-prompt-module",
1497
1720
  "icon": "",
@@ -1603,11 +1826,11 @@
1603
1826
  {
1604
1827
  "name": "form-actions",
1605
1828
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1829
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1830
  "npm": "@hebilicious/form-actions-nuxt",
1608
1831
  "icon": "form-actions.svg",
1609
1832
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1833
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1834
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1835
  "category": "Request",
1613
1836
  "type": "3rd-party",
@@ -1619,7 +1842,7 @@
1619
1842
  }
1620
1843
  ],
1621
1844
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1845
+ "nuxt": "^3.7.0",
1623
1846
  "requires": {}
1624
1847
  }
1625
1848
  },
@@ -1697,7 +1920,7 @@
1697
1920
  },
1698
1921
  {
1699
1922
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1923
+ "description": "Google Adsense Module for Nuxt",
1701
1924
  "repo": "nuxt-community/google-adsense-module",
1702
1925
  "npm": "@nuxtjs/google-adsense",
1703
1926
  "icon": "google-adsense.png",
@@ -1723,7 +1946,7 @@
1723
1946
  },
1724
1947
  {
1725
1948
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1949
+ "description": "Google analytics Module for Nuxt",
1727
1950
  "repo": "nuxt-community/analytics-module",
1728
1951
  "npm": "@nuxtjs/google-analytics",
1729
1952
  "icon": "google-analytics.png",
@@ -1755,12 +1978,12 @@
1755
1978
  },
1756
1979
  {
1757
1980
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1981
+ "description": "Google Fonts module for Nuxt",
1982
+ "repo": "nuxt-modules/google-fonts",
1760
1983
  "npm": "@nuxtjs/google-fonts",
1761
1984
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1985
+ "github": "https://github.com/nuxt-modules/google-fonts",
1986
+ "website": "https://google-fonts.nuxtjs.org",
1764
1987
  "learn_more": "https://developers.google.com/fonts",
1765
1988
  "category": "Fonts",
1766
1989
  "type": "community",
@@ -1779,7 +2002,7 @@
1779
2002
  },
1780
2003
  {
1781
2004
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
2005
+ "description": "Google GTag for Nuxt",
1783
2006
  "repo": "nuxt-community/google-gtag",
1784
2007
  "npm": "@nuxtjs/google-gtag",
1785
2008
  "icon": "gtm.png",
@@ -1805,7 +2028,7 @@
1805
2028
  },
1806
2029
  {
1807
2030
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2031
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
2032
  "repo": "nuxt-community/google-optimize-module",
1810
2033
  "npm": "nuxt-google-optimize",
1811
2034
  "icon": "google-optimize.png",
@@ -1860,7 +2083,7 @@
1860
2083
  },
1861
2084
  {
1862
2085
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2086
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2087
  "repo": "gomah/nuxt-graphql-request",
1865
2088
  "npm": "nuxt-graphql-request",
1866
2089
  "icon": "graphql-request.png",
@@ -1876,7 +2099,7 @@
1876
2099
  }
1877
2100
  ],
1878
2101
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2102
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2103
  "requires": {}
1881
2104
  }
1882
2105
  },
@@ -1899,12 +2122,13 @@
1899
2122
  ],
1900
2123
  "compatibility": {
1901
2124
  "nuxt": "^3.0.0",
1902
- "requires": {}
2125
+ "requires": {},
2126
+ "devtools": "^0.0.0"
1903
2127
  }
1904
2128
  },
1905
2129
  {
1906
2130
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2131
+ "description": "Google Analytics integration for Nuxt",
1908
2132
  "repo": "johannschopplich/nuxt-gtag",
1909
2133
  "npm": "nuxt-gtag",
1910
2134
  "icon": "gtag.svg",
@@ -1928,7 +2152,7 @@
1928
2152
  },
1929
2153
  {
1930
2154
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2155
+ "description": "Google Tag Manager Module for Nuxt",
1932
2156
  "repo": "nuxt-community/gtm-module",
1933
2157
  "npm": "@nuxtjs/gtm",
1934
2158
  "icon": "gtm.png",
@@ -1951,7 +2175,7 @@
1951
2175
  },
1952
2176
  {
1953
2177
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2178
+ "description": "Guess.js module for Nuxt",
1955
2179
  "repo": "nuxt-community/guess-module",
1956
2180
  "npm": "@nuxtjs/guess-module",
1957
2181
  "icon": "guessjs.png",
@@ -2063,7 +2287,7 @@
2063
2287
  },
2064
2288
  {
2065
2289
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2290
+ "description": "Easy Helmet module with Nuxt'",
2067
2291
  "repo": "victor-perez/nuxt-helmet",
2068
2292
  "npm": "nuxt-helmet",
2069
2293
  "icon": "",
@@ -2107,7 +2331,7 @@
2107
2331
  },
2108
2332
  {
2109
2333
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2334
+ "description": "Nuxt module to backup or restore historical states",
2111
2335
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2336
  "npm": "nuxt-history-state",
2113
2337
  "icon": "",
@@ -2176,7 +2400,7 @@
2176
2400
  },
2177
2401
  {
2178
2402
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2403
+ "description": "Universal HTTP Module for Nuxt",
2180
2404
  "repo": "nuxt/http",
2181
2405
  "npm": "@nuxt/http",
2182
2406
  "icon": "http.png",
@@ -2204,7 +2428,7 @@
2204
2428
  },
2205
2429
  {
2206
2430
  "name": "humans-txt",
2207
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2431
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2208
2432
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2433
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2434
  "icon": "",
@@ -2228,11 +2452,11 @@
2228
2452
  {
2229
2453
  "name": "i18n",
2230
2454
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2455
+ "repo": "nuxt-modules/i18n",
2232
2456
  "npm": "@nuxtjs/i18n",
2233
2457
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2458
+ "github": "https://github.com/nuxt-modules/i18n",
2459
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2460
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2461
  "category": "Extensions",
2238
2462
  "type": "community",
@@ -2273,6 +2497,29 @@
2273
2497
  "requires": {}
2274
2498
  }
2275
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2276
2523
  {
2277
2524
  "name": "icon",
2278
2525
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2292,7 +2539,8 @@
2292
2539
  ],
2293
2540
  "compatibility": {
2294
2541
  "nuxt": "^3.0.0",
2295
- "requires": {}
2542
+ "requires": {},
2543
+ "devtools": "^0.0.0"
2296
2544
  }
2297
2545
  },
2298
2546
  {
@@ -2341,12 +2589,12 @@
2341
2589
  },
2342
2590
  {
2343
2591
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2592
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2593
  "repo": "nuxt/image",
2346
2594
  "npm": "@nuxt/image",
2347
2595
  "icon": "image.png",
2348
2596
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2597
+ "website": "https://image.nuxt.com",
2350
2598
  "learn_more": "",
2351
2599
  "category": "Images",
2352
2600
  "type": "official",
@@ -2356,6 +2604,11 @@
2356
2604
  "github": "farnabaz",
2357
2605
  "twitter": "a_birang"
2358
2606
  },
2607
+ {
2608
+ "name": "Daniel Roe",
2609
+ "github": "danielroe",
2610
+ "twitter": "danielcroe"
2611
+ },
2359
2612
  {
2360
2613
  "name": "Pooya Parsa",
2361
2614
  "github": "pi0",
@@ -2376,7 +2629,7 @@
2376
2629
  },
2377
2630
  {
2378
2631
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2632
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2633
  "repo": "nuxt-community/imagemin-module",
2381
2634
  "npm": "@nuxtjs/imagemin",
2382
2635
  "icon": "imagemin.png",
@@ -2423,7 +2676,7 @@
2423
2676
  },
2424
2677
  {
2425
2678
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2679
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2680
  "repo": "hex-digital/nuxt-intercom",
2428
2681
  "npm": "@hexdigital/nuxt-intercom",
2429
2682
  "icon": "intercom.png",
@@ -2468,7 +2721,7 @@
2468
2721
  },
2469
2722
  {
2470
2723
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2724
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2725
  "repo": "patrickcate/nuxt-jsonapi",
2473
2726
  "npm": "nuxt-jsonapi",
2474
2727
  "icon": "jsonapi.svg",
@@ -2510,9 +2763,36 @@
2510
2763
  "requires": {}
2511
2764
  }
2512
2765
  },
2766
+ {
2767
+ "name": "kinde",
2768
+ "description": "Kinde authentication integration for Nuxt",
2769
+ "repo": "nuxt-modules/kinde",
2770
+ "npm": "@nuxtjs/kinde",
2771
+ "icon": "kinde.svg",
2772
+ "github": "https://github.com/nuxt-modules/kinde",
2773
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2774
+ "learn_more": "https://kinde.com/",
2775
+ "category": "Security",
2776
+ "type": "community",
2777
+ "maintainers": [
2778
+ {
2779
+ "name": "danielroe",
2780
+ "github": "danielroe"
2781
+ },
2782
+ {
2783
+ "name": "daveordead",
2784
+ "github": "DaveOrDead",
2785
+ "twitter": "dave_or_dead"
2786
+ }
2787
+ ],
2788
+ "compatibility": {
2789
+ "nuxt": "^3.0.0",
2790
+ "requires": {}
2791
+ }
2792
+ },
2513
2793
  {
2514
2794
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2795
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2796
  "repo": "johannschopplich/nuxt-kql",
2517
2797
  "npm": "nuxt-kql",
2518
2798
  "icon": "kql.svg",
@@ -2536,7 +2816,7 @@
2536
2816
  },
2537
2817
  {
2538
2818
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2819
+ "description": "Laravel Echo for Nuxt",
2540
2820
  "repo": "nuxt-community/laravel-echo",
2541
2821
  "npm": "@nuxtjs/laravel-echo",
2542
2822
  "icon": "laravel-echo.png",
@@ -2578,6 +2858,28 @@
2578
2858
  "requires": {}
2579
2859
  }
2580
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2581
2883
  {
2582
2884
  "name": "laravel",
2583
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2624,13 +2926,13 @@
2624
2926
  },
2625
2927
  {
2626
2928
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2929
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2628
2930
  "repo": "harlan-zw/nuxt-link-checker",
2629
2931
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2932
+ "icon": "link-checker.svg",
2631
2933
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2934
+ "website": "https://nuxtseo.com/link-checker",
2935
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2936
  "category": "SEO",
2635
2937
  "type": "3rd-party",
2636
2938
  "maintainers": [
@@ -2643,7 +2945,8 @@
2643
2945
  ],
2644
2946
  "compatibility": {
2645
2947
  "nuxt": "^3.0.0",
2646
- "requires": {}
2948
+ "requires": {},
2949
+ "devtools": "^0.0.0"
2647
2950
  }
2648
2951
  },
2649
2952
  {
@@ -2720,12 +3023,12 @@
2720
3023
  },
2721
3024
  {
2722
3025
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
3026
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3027
+ "repo": "nuxt-modules/logrocket",
2725
3028
  "npm": "nuxt-logrocket",
2726
3029
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3030
+ "github": "https://github.com/nuxt-modules/logrocket",
3031
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
3032
  "learn_more": "https://docs.logrocket.com/docs",
2730
3033
  "category": "Monitoring",
2731
3034
  "type": "community",
@@ -2741,9 +3044,35 @@
2741
3044
  "requires": {}
2742
3045
  }
2743
3046
  },
3047
+ {
3048
+ "name": "lucide-icons",
3049
+ "description": "Nuxt module to integrate Lucide icons",
3050
+ "repo": "swisnl/nuxt-lucide-icons",
3051
+ "npm": "nuxt-lucide-icons",
3052
+ "icon": "lucide-icons.svg",
3053
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3054
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3055
+ "learn_more": "",
3056
+ "category": "UI",
3057
+ "type": "3rd-party",
3058
+ "maintainers": [
3059
+ {
3060
+ "name": "SWIS",
3061
+ "github": "swisnl"
3062
+ },
3063
+ {
3064
+ "name": "Jasper Zonneveld",
3065
+ "github": "JaZo"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2744
3073
  {
2745
3074
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3075
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
3076
  "repo": "nuxt-community/lunr-module",
2748
3077
  "npm": "@nuxtjs/lunr-module",
2749
3078
  "icon": "",
@@ -2831,6 +3160,28 @@
2831
3160
  "requires": {}
2832
3161
  }
2833
3162
  },
3163
+ {
3164
+ "name": "maz-ui",
3165
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
+ "repo": "louismazel/maz-ui",
3167
+ "npm": "maz-ui",
3168
+ "icon": "maz-ui.png",
3169
+ "github": "https://github.com/louismazel/maz-ui",
3170
+ "website": "https://louismazel.github.io/maz-ui-3/",
3171
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3172
+ "category": "UI",
3173
+ "type": "community",
3174
+ "maintainers": [
3175
+ {
3176
+ "name": "Loïc Mazuel",
3177
+ "github": "LouisMazel"
3178
+ }
3179
+ ],
3180
+ "compatibility": {
3181
+ "nuxt": "^3.0.0",
3182
+ "requires": {}
3183
+ }
3184
+ },
2834
3185
  {
2835
3186
  "name": "mdx",
2836
3187
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3207,7 @@
2856
3207
  },
2857
3208
  {
2858
3209
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3210
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3211
  "repo": "Baroshem/nuxt-medusa",
2861
3212
  "npm": "nuxt-medusa",
2862
3213
  "icon": "medusa.svg",
@@ -2881,7 +3232,7 @@
2881
3232
  },
2882
3233
  {
2883
3234
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3235
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3236
  "repo": "xlanex6/nuxt-meilisearch",
2886
3237
  "npm": "nuxt-meilisearch",
2887
3238
  "icon": "meilisearch.svg",
@@ -2901,7 +3252,8 @@
2901
3252
  "nuxt": "^3.0.0",
2902
3253
  "requires": {
2903
3254
  "bridge": false
2904
- }
3255
+ },
3256
+ "devtools": "^0.0.0"
2905
3257
  }
2906
3258
  },
2907
3259
  {
@@ -2973,7 +3325,7 @@
2973
3325
  },
2974
3326
  {
2975
3327
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3328
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3329
  "repo": "nuxt-community/moment-module",
2978
3330
  "npm": "@nuxtjs/moment",
2979
3331
  "icon": "momentjs.png",
@@ -3000,7 +3352,7 @@
3000
3352
  },
3001
3353
  {
3002
3354
  "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.",
3355
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
3356
  "repo": "vanhoofmaarten/nuxt-mq",
3005
3357
  "npm": "nuxt-mq",
3006
3358
  "icon": "",
@@ -3044,7 +3396,7 @@
3044
3396
  },
3045
3397
  {
3046
3398
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3399
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3400
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3401
  "npm": "nuxt-netlify-cache",
3050
3402
  "icon": "netlify.png",
@@ -3089,7 +3441,7 @@
3089
3441
  },
3090
3442
  {
3091
3443
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3444
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3093
3445
  "repo": "bazzite/nuxt-netlify",
3094
3446
  "npm": "@aceforth/nuxt-netlify",
3095
3447
  "icon": "netlify.png",
@@ -3182,42 +3534,43 @@
3182
3534
  }
3183
3535
  },
3184
3536
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3537
+ "name": "nuxt-anchorscroll",
3538
+ "description": "Scroll to top and to anchor support for Nuxt",
3539
+ "repo": "helltraitor/nuxt-anchorscroll",
3540
+ "npm": "nuxt-anchorscroll",
3189
3541
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3542
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3543
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3544
  "learn_more": "",
3193
- "category": "Devtools",
3545
+ "category": "UI",
3194
3546
  "type": "3rd-party",
3195
3547
  "maintainers": [
3196
3548
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3549
+ "name": "Helltraitor",
3550
+ "github": "helltraitor"
3199
3551
  }
3200
3552
  ],
3201
3553
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3554
+ "nuxt": "^3.0.0",
3203
3555
  "requires": {}
3204
3556
  }
3205
3557
  },
3206
3558
  {
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",
3559
+ "name": "nuxt-auth-sanctum",
3560
+ "description": "Nuxt module for Laravel Sanctum authentication",
3561
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3562
+ "npm": "nuxt-auth-sanctum",
3563
+ "icon": "laravel.svg",
3564
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3565
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3566
+ "learn_more": "",
3567
+ "category": "Security",
3216
3568
  "type": "3rd-party",
3217
3569
  "maintainers": [
3218
3570
  {
3219
- "name": "Oliver Trajceski",
3220
- "github": "schnapsterdog"
3571
+ "name": "Artem Manchenkov",
3572
+ "github": "manchenkoff",
3573
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3221
3574
  }
3222
3575
  ],
3223
3576
  "compatibility": {
@@ -3226,19 +3579,133 @@
3226
3579
  }
3227
3580
  },
3228
3581
  {
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",
3582
+ "name": "nuxt-basic-auth",
3583
+ "description": "Nuxt Module for Basic Authentication",
3584
+ "repo": "kgierke/nuxt-basic-auth",
3585
+ "npm": "@kgierke/nuxt-basic-auth",
3586
+ "icon": "",
3587
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3588
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3236
3589
  "learn_more": "",
3237
- "category": "Request",
3590
+ "category": "Security",
3238
3591
  "type": "3rd-party",
3239
3592
  "maintainers": [
3240
3593
  {
3241
- "name": "dulnan",
3594
+ "name": "kgierke",
3595
+ "github": "kgierke"
3596
+ }
3597
+ ],
3598
+ "compatibility": {
3599
+ "nuxt": "^3.0.0",
3600
+ "requires": {}
3601
+ }
3602
+ },
3603
+ {
3604
+ "name": "nuxt-bootstrap-icons",
3605
+ "description": "Just a simple integration for Bootstrap Icons",
3606
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3607
+ "npm": "nuxt-bootstrap-icons",
3608
+ "icon": "bootstrap-icons.svg",
3609
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3610
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3611
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3612
+ "category": "UI",
3613
+ "type": "3rd-party",
3614
+ "maintainers": [
3615
+ {
3616
+ "name": "OyewoleOyedeji",
3617
+ "github": "OyewoleOyedeji"
3618
+ }
3619
+ ],
3620
+ "compatibility": {
3621
+ "nuxt": "^3.0.0",
3622
+ "requires": {}
3623
+ }
3624
+ },
3625
+ {
3626
+ "name": "nuxt-chatgpt",
3627
+ "description": "ChatGPT integration for Nuxt",
3628
+ "repo": "schnapsterdog/nuxt-chatgpt",
3629
+ "npm": "nuxt-chatgpt",
3630
+ "icon": "chatgpt.svg",
3631
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3632
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3633
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3634
+ "category": "Libraries",
3635
+ "type": "3rd-party",
3636
+ "maintainers": [
3637
+ {
3638
+ "name": "Oliver Trajceski",
3639
+ "github": "schnapsterdog"
3640
+ }
3641
+ ],
3642
+ "compatibility": {
3643
+ "nuxt": "^3.0.0",
3644
+ "requires": {}
3645
+ }
3646
+ },
3647
+ {
3648
+ "name": "nuxt-facebook-chat",
3649
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3650
+ "repo": "superdev-tech/nuxt-facebook-chat",
3651
+ "npm": "nuxt-facebook-chat",
3652
+ "icon": "nuxt-facebook-chat.svg",
3653
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3654
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3655
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3656
+ "category": "Libraries",
3657
+ "type": "3rd-party",
3658
+ "maintainers": [
3659
+ {
3660
+ "name": "Supanut Dokmaithong",
3661
+ "github": "Boomgeek"
3662
+ },
3663
+ {
3664
+ "name": "superdev-tech",
3665
+ "github": "superdev-tech"
3666
+ }
3667
+ ],
3668
+ "compatibility": {
3669
+ "nuxt": "^3.0.0",
3670
+ "requires": {}
3671
+ }
3672
+ },
3673
+ {
3674
+ "name": "nuxt-feedme",
3675
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3676
+ "repo": "helltraitor/nuxt-feedme",
3677
+ "npm": "nuxt-feedme",
3678
+ "icon": "",
3679
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3680
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3681
+ "learn_more": "",
3682
+ "category": "SEO",
3683
+ "type": "3rd-party",
3684
+ "maintainers": [
3685
+ {
3686
+ "name": "Helltraitor",
3687
+ "github": "helltraitor"
3688
+ }
3689
+ ],
3690
+ "compatibility": {
3691
+ "nuxt": "^3.0.0",
3692
+ "requires": {}
3693
+ }
3694
+ },
3695
+ {
3696
+ "name": "nuxt-graphql-middleware",
3697
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3698
+ "repo": "dulnan/nuxt-graphql-middleware",
3699
+ "npm": "nuxt-graphql-middleware",
3700
+ "icon": "nuxt-graphql-middleware.svg",
3701
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3702
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3703
+ "learn_more": "",
3704
+ "category": "Request",
3705
+ "type": "3rd-party",
3706
+ "maintainers": [
3707
+ {
3708
+ "name": "dulnan",
3242
3709
  "github": "dulnan",
3243
3710
  "twitter": "dulnan",
3244
3711
  "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
@@ -3278,7 +3745,7 @@
3278
3745
  },
3279
3746
  {
3280
3747
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3748
+ "description": "A Nuxt module for Google Tag Manager",
3282
3749
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3750
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3751
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3762,8 @@
3295
3762
  ],
3296
3763
  "compatibility": {
3297
3764
  "nuxt": "^3.0.0",
3298
- "requires": {}
3765
+ "requires": {},
3766
+ "devtools": "^0.0.0"
3299
3767
  }
3300
3768
  },
3301
3769
  {
@@ -3322,6 +3790,50 @@
3322
3790
  }
3323
3791
  }
3324
3792
  },
3793
+ {
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3802
+ "category": "Devtools",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^2.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-jsonld",
3817
+ "description": "Manage JSON-LD in Vue component.",
3818
+ "repo": "ymmooot/nuxt-jsonld",
3819
+ "npm": "nuxt-jsonld",
3820
+ "icon": "",
3821
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3822
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3823
+ "learn_more": "",
3824
+ "category": "SEO",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "ymmooot",
3829
+ "github": "ymmooot"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3325
3837
  {
3326
3838
  "name": "nuxt-localtunnel",
3327
3839
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3347,7 +3859,7 @@
3347
3859
  },
3348
3860
  {
3349
3861
  "name": "nuxt-loco",
3350
- "description": "A localise.biz module to synth locale with Nuxt.js",
3862
+ "description": "A localise.biz module to synth locale with Nuxt",
3351
3863
  "repo": "gaetansenn/nuxt-loco",
3352
3864
  "npm": "nuxt-loco",
3353
3865
  "icon": "",
@@ -3368,6 +3880,28 @@
3368
3880
  "requires": {}
3369
3881
  }
3370
3882
  },
3883
+ {
3884
+ "name": "nuxt-mail",
3885
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3886
+ "repo": "dword-design/nuxt-mail",
3887
+ "npm": "nuxt-mail",
3888
+ "icon": "",
3889
+ "github": "https://github.com/dword-design/nuxt-mail",
3890
+ "website": "https://github.com/dword-design/nuxt-mail",
3891
+ "learn_more": "",
3892
+ "category": "Extensions",
3893
+ "type": "3rd-party",
3894
+ "maintainers": [
3895
+ {
3896
+ "name": "Sebastian Landwehr",
3897
+ "github": "dword-design"
3898
+ }
3899
+ ],
3900
+ "compatibility": {
3901
+ "nuxt": "^2.0.0 || ^3.0.0",
3902
+ "requires": {}
3903
+ }
3904
+ },
3371
3905
  {
3372
3906
  "name": "nuxt-mapbox",
3373
3907
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3390,6 +3924,28 @@
3390
3924
  "requires": {}
3391
3925
  }
3392
3926
  },
3927
+ {
3928
+ "name": "nuxt-mdi",
3929
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3930
+ "repo": "ERPedersen/nuxt-mdi",
3931
+ "npm": "nuxt-mdi",
3932
+ "icon": "mdi.png",
3933
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3934
+ "website": "https://nuxt-mdi.emilrosenius.com",
3935
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3936
+ "category": "Libraries",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Emil Rosenius",
3941
+ "github": "ERPedersen"
3942
+ }
3943
+ ],
3944
+ "compatibility": {
3945
+ "nuxt": "^3.0.0",
3946
+ "requires": {}
3947
+ }
3948
+ },
3393
3949
  {
3394
3950
  "name": "nuxt-monaco-editor",
3395
3951
  "description": "Integrate monaco-editor with Nuxt",
@@ -3414,7 +3970,7 @@
3414
3970
  },
3415
3971
  {
3416
3972
  "name": "nuxt-mongoose",
3417
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3973
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3418
3974
  "repo": "arashsheyda/nuxt-mongoose",
3419
3975
  "npm": "nuxt-mongoose",
3420
3976
  "icon": "nuxt-mongoose.svg",
@@ -3429,6 +3985,30 @@
3429
3985
  "github": "arashsheyda"
3430
3986
  }
3431
3987
  ],
3988
+ "compatibility": {
3989
+ "nuxt": "^3.0.0",
3990
+ "requires": {},
3991
+ "devtools": "^0.0.0"
3992
+ }
3993
+ },
3994
+ {
3995
+ "name": "nuxt-payload-analyzer",
3996
+ "description": "Analyze Nuxt Payload Size",
3997
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3998
+ "npm": "nuxt-payload-analyzer",
3999
+ "icon": "",
4000
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4001
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4002
+ "learn_more": "",
4003
+ "category": "Performance",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "Barbapapazes",
4008
+ "github": "Barbapapazes",
4009
+ "twitter": "soubiran_"
4010
+ }
4011
+ ],
3432
4012
  "compatibility": {
3433
4013
  "nuxt": "^3.0.0",
3434
4014
  "requires": {}
@@ -3457,6 +4037,28 @@
3457
4037
  "requires": {}
3458
4038
  }
3459
4039
  },
4040
+ {
4041
+ "name": "nuxt-phosphor-icons",
4042
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
4043
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
4044
+ "npm": "nuxt-phosphor-icons",
4045
+ "icon": "phosphor-icons.svg",
4046
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4047
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4048
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4049
+ "category": "UI",
4050
+ "type": "3rd-party",
4051
+ "maintainers": [
4052
+ {
4053
+ "name": "OyewoleOyedeji",
4054
+ "github": "OyewoleOyedeji"
4055
+ }
4056
+ ],
4057
+ "compatibility": {
4058
+ "nuxt": "^3.0.0",
4059
+ "requires": {}
4060
+ }
4061
+ },
3460
4062
  {
3461
4063
  "name": "nuxt-pino-log",
3462
4064
  "description": "Structured logs for nuxt apps using pino",
@@ -3481,7 +4083,7 @@
3481
4083
  },
3482
4084
  {
3483
4085
  "name": "plausible",
3484
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4086
+ "description": "Nuxt module to natively integrate Plausible analytics",
3485
4087
  "repo": "nuxt-modules/plausible",
3486
4088
  "npm": "@nuxtjs/plausible",
3487
4089
  "icon": "plausible.png",
@@ -3501,9 +4103,35 @@
3501
4103
  "requires": {}
3502
4104
  }
3503
4105
  },
4106
+ {
4107
+ "name": "nuxt-plotly",
4108
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
4109
+ "repo": "superdev-tech/nuxt-plotly",
4110
+ "npm": "nuxt-plotly",
4111
+ "icon": "nuxt-plotly.svg",
4112
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
4113
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
4114
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
4115
+ "category": "Libraries",
4116
+ "type": "3rd-party",
4117
+ "maintainers": [
4118
+ {
4119
+ "name": "Supanut Dokmaithong",
4120
+ "github": "Boomgeek"
4121
+ },
4122
+ {
4123
+ "name": "superdev-tech",
4124
+ "github": "superdev-tech"
4125
+ }
4126
+ ],
4127
+ "compatibility": {
4128
+ "nuxt": "^3.0.0",
4129
+ "requires": {}
4130
+ }
4131
+ },
3504
4132
  {
3505
4133
  "name": "nuxt-png-to-ico",
3506
- "description": "Nuxt.js module for auto generating favicons",
4134
+ "description": "Nuxt module for auto generating favicons",
3507
4135
  "repo": "b5710546232/nuxt-png-to-ico",
3508
4136
  "npm": "nuxt-png-to-ico",
3509
4137
  "icon": "",
@@ -3526,7 +4154,7 @@
3526
4154
  },
3527
4155
  {
3528
4156
  "name": "nuxt-smartlook",
3529
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4157
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3530
4158
  "repo": "f00b4r/nuxt-smartlook",
3531
4159
  "npm": "nuxt-smartlook",
3532
4160
  "icon": "nuxt-smartlook.png",
@@ -3548,6 +4176,28 @@
3548
4176
  "requires": {}
3549
4177
  }
3550
4178
  },
4179
+ {
4180
+ "name": "nuxt-social-share",
4181
+ "description": "Simple Social Sharing for Nuxt",
4182
+ "repo": "stefanobartoletti/nuxt-social-share",
4183
+ "npm": "@stefanobartoletti/nuxt-social-share",
4184
+ "icon": "nuxt-social-share.png",
4185
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4186
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4187
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4188
+ "category": "Extensions",
4189
+ "type": "3rd-party",
4190
+ "maintainers": [
4191
+ {
4192
+ "name": "stefanobartoletti",
4193
+ "github": "stefanobartoletti"
4194
+ }
4195
+ ],
4196
+ "compatibility": {
4197
+ "nuxt": "^3.0.0",
4198
+ "requires": {}
4199
+ }
4200
+ },
3551
4201
  {
3552
4202
  "name": "ssr-lit",
3553
4203
  "description": "Server-Side Rendering for Lit Element components",
@@ -3578,7 +4228,7 @@
3578
4228
  },
3579
4229
  {
3580
4230
  "name": "nuxt-storm",
3581
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4231
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3582
4232
  "repo": "fumeapp/nuxt-storm",
3583
4233
  "npm": "nuxt-storm",
3584
4234
  "icon": "nuxt-storm.png",
@@ -3622,7 +4272,7 @@
3622
4272
  },
3623
4273
  {
3624
4274
  "name": "nuxt-unleash",
3625
- "description": "Nuxt.js module to use Unleash toggle feature services",
4275
+ "description": "Nuxt module to use Unleash toggle feature services",
3626
4276
  "repo": "conejerock/nuxt-unleash",
3627
4277
  "npm": "nuxt-unleash",
3628
4278
  "icon": "nuxt-unleash.svg",
@@ -3713,12 +4363,12 @@
3713
4363
  {
3714
4364
  "name": "nuxt-vue3-google-signin",
3715
4365
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3716
- "repo": "syetalabs/nuxt-vue3-google-signin",
4366
+ "repo": "wavezync/nuxt-vue3-google-signin",
3717
4367
  "npm": "nuxt-vue3-google-signin",
3718
4368
  "icon": "vue3-google-signin.svg",
3719
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3720
- "website": "https://vue3-google-signin.syetalabs.io",
3721
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4369
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4370
+ "website": "https://vue3-google-signin.wavezync.com",
4371
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3722
4372
  "category": "Libraries",
3723
4373
  "type": "3rd-party",
3724
4374
  "maintainers": [
@@ -3733,20 +4383,64 @@
3733
4383
  }
3734
4384
  },
3735
4385
  {
3736
- "name": "nuxt-vuetify",
3737
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3738
- "repo": "invictus-codes/nuxt-vuetify",
3739
- "npm": "@invictus.codes/nuxt-vuetify",
3740
- "icon": "vuetify-logo-v3-dark.svg",
3741
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3742
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3743
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3744
- "category": "UI",
4386
+ "name": "Nuxt zodI18n",
4387
+ "description": "A Nuxt Module for localizing zod error messages.",
4388
+ "repo": "xibman/nuxt-zod-i18n",
4389
+ "npm": "nuxt-zod-i18n",
4390
+ "icon": "nuxt-zod-i18n.svg",
4391
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4392
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4393
+ "learn_more": "",
4394
+ "category": "Libraries",
4395
+ "type": "3rd-party",
4396
+ "maintainers": [
4397
+ {
4398
+ "name": "xibman",
4399
+ "github": "xibman"
4400
+ }
4401
+ ],
4402
+ "compatibility": {
4403
+ "nuxt": "^3.0.0",
4404
+ "requires": {}
4405
+ }
4406
+ },
4407
+ {
4408
+ "name": "nuxt3-interpolation",
4409
+ "description": "",
4410
+ "repo": "daliborgogic/interpolation#master",
4411
+ "npm": "nuxt3-interpolation",
4412
+ "icon": "",
4413
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4414
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4415
+ "learn_more": "",
4416
+ "category": "Devtools",
4417
+ "type": "3rd-party",
4418
+ "maintainers": [
4419
+ {
4420
+ "name": "daliborgogic",
4421
+ "github": "daliborgogic"
4422
+ }
4423
+ ],
4424
+ "compatibility": {
4425
+ "nuxt": "^3.0.0",
4426
+ "requires": {}
4427
+ }
4428
+ },
4429
+ {
4430
+ "name": "nuxt3-leaflet",
4431
+ "description": "Leaflet integration with Nuxt",
4432
+ "repo": "Gugustinette/Nuxt-Leaflet",
4433
+ "npm": "nuxt3-leaflet",
4434
+ "icon": "leaflet.png",
4435
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4436
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4437
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4438
+ "category": "Libraries",
3745
4439
  "type": "3rd-party",
3746
4440
  "maintainers": [
3747
4441
  {
3748
- "name": "Jens van Hellemondt",
3749
- "github": "invictus-codes"
4442
+ "name": "Augustin MERCIER",
4443
+ "github": "Gugustinette"
3750
4444
  }
3751
4445
  ],
3752
4446
  "compatibility": {
@@ -3756,7 +4450,7 @@
3756
4450
  },
3757
4451
  {
3758
4452
  "name": "nuxt7",
3759
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4453
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3760
4454
  "repo": "nuxt-community/nuxt7",
3761
4455
  "npm": "nuxt7",
3762
4456
  "icon": "",
@@ -3777,38 +4471,15 @@
3777
4471
  "requires": {}
3778
4472
  }
3779
4473
  },
3780
- {
3781
- "name": "nuxtlabs-ui",
3782
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3783
- "repo": "nuxtlabs/ui",
3784
- "npm": "@nuxthq/ui",
3785
- "icon": "nuxtlabs-ui.svg",
3786
- "github": "https://github.com/nuxtlabs/ui",
3787
- "website": "https://ui.nuxtlabs.com",
3788
- "learn_more": "https://ui.nuxtlabs.com",
3789
- "category": "UI",
3790
- "type": "3rd-party",
3791
- "maintainers": [
3792
- {
3793
- "name": "Benjamin Canac",
3794
- "github": "benjamincanac",
3795
- "twitter": "benjamincanac"
3796
- }
3797
- ],
3798
- "compatibility": {
3799
- "nuxt": "^3.0.0",
3800
- "requires": {}
3801
- }
3802
- },
3803
4474
  {
3804
4475
  "name": "og-image",
3805
- "description": "Easily generate dynamic social share images.",
4476
+ "description": "Enlightened runtime images generated with Vue templates.",
3806
4477
  "repo": "harlan-zw/nuxt-og-image",
3807
4478
  "npm": "nuxt-og-image",
3808
- "icon": "",
4479
+ "icon": "og-image.svg",
3809
4480
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3810
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3811
- "learn_more": "",
4481
+ "website": "https://nuxtseo.com/og-image",
4482
+ "learn_more": "https://nuxtseo.com/og-image",
3812
4483
  "category": "SEO",
3813
4484
  "type": "3rd-party",
3814
4485
  "maintainers": [
@@ -3821,7 +4492,8 @@
3821
4492
  ],
3822
4493
  "compatibility": {
3823
4494
  "nuxt": "^3.0.0",
3824
- "requires": {}
4495
+ "requires": {},
4496
+ "devtools": "^0.0.0"
3825
4497
  }
3826
4498
  },
3827
4499
  {
@@ -3849,7 +4521,7 @@
3849
4521
  },
3850
4522
  {
3851
4523
  "name": "optimized-images",
3852
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4524
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3853
4525
  "repo": "juliomrqz/nuxt-optimized-images",
3854
4526
  "npm": "@aceforth/nuxt-optimized-images",
3855
4527
  "icon": "",
@@ -3894,7 +4566,7 @@
3894
4566
  },
3895
4567
  {
3896
4568
  "name": "parse",
3897
- "description": "Parse package for Nuxt.js",
4569
+ "description": "Parse package for Nuxt",
3898
4570
  "repo": "cierrateam/nuxt-parse",
3899
4571
  "npm": "nuxt-parse",
3900
4572
  "icon": "",
@@ -3914,6 +4586,29 @@
3914
4586
  "requires": {}
3915
4587
  }
3916
4588
  },
4589
+ {
4590
+ "name": "particles",
4591
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4592
+ "repo": "Joepocalyptic/nuxt-particles",
4593
+ "npm": "nuxt-particles",
4594
+ "icon": "",
4595
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4596
+ "website": "https://nuxt-particles.joeypereira.dev",
4597
+ "learn_more": "https://particles.js.org/",
4598
+ "category": "Libraries",
4599
+ "type": "3rd-party",
4600
+ "maintainers": [
4601
+ {
4602
+ "name": "Joey Pereira",
4603
+ "github": "Joepocalyptic",
4604
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4605
+ }
4606
+ ],
4607
+ "compatibility": {
4608
+ "nuxt": "^3.0.0",
4609
+ "requires": {}
4610
+ }
4611
+ },
3917
4612
  {
3918
4613
  "name": "partytown",
3919
4614
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3939,6 +4634,28 @@
3939
4634
  }
3940
4635
  }
3941
4636
  },
4637
+ {
4638
+ "name": "paypal",
4639
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4640
+ "repo": "arashsheyda/nuxt-paypal",
4641
+ "npm": "nuxt-paypal",
4642
+ "icon": "paypal.svg",
4643
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4644
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4645
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4646
+ "category": "Payment",
4647
+ "type": "3rd-party",
4648
+ "maintainers": [
4649
+ {
4650
+ "name": "Arash Sheyda",
4651
+ "github": "arashsheyda"
4652
+ }
4653
+ ],
4654
+ "compatibility": {
4655
+ "nuxt": "^3.0.0",
4656
+ "requires": {}
4657
+ }
4658
+ },
3942
4659
  {
3943
4660
  "name": "pdfeasy",
3944
4661
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4060,7 +4777,7 @@
4060
4777
  },
4061
4778
  {
4062
4779
  "name": "plausible",
4063
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4780
+ "description": "Nuxt module to natively integrate Plausible analytics",
4064
4781
  "repo": "nuxt-modules/plausible",
4065
4782
  "npm": "@nuxtjs/plausible",
4066
4783
  "icon": "",
@@ -4102,9 +4819,56 @@
4102
4819
  "requires": {}
4103
4820
  }
4104
4821
  },
4822
+ {
4823
+ "name": "prepare",
4824
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4825
+ "repo": "johannschopplich/nuxt-prepare",
4826
+ "npm": "nuxt-prepare",
4827
+ "icon": "prepare.svg",
4828
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4829
+ "website": "https://nuxt-prepare.jhnn.dev",
4830
+ "learn_more": "",
4831
+ "category": "Devtools",
4832
+ "type": "3rd-party",
4833
+ "maintainers": [
4834
+ {
4835
+ "name": "Johann Schopplich",
4836
+ "github": "johannschopplich",
4837
+ "twitter": "jschopplich",
4838
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4839
+ }
4840
+ ],
4841
+ "compatibility": {
4842
+ "nuxt": "^3.0.0",
4843
+ "requires": {}
4844
+ }
4845
+ },
4846
+ {
4847
+ "name": "primevue",
4848
+ "description": "Next Generation Vue UI Component Library",
4849
+ "repo": "primefaces/primevue-nuxt-module",
4850
+ "npm": "nuxt-primevue",
4851
+ "icon": "primevue.svg",
4852
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4853
+ "website": "https://primevue.org/",
4854
+ "learn_more": "https://primevue.org/",
4855
+ "category": "UI",
4856
+ "type": "3rd-party",
4857
+ "maintainers": [
4858
+ {
4859
+ "name": "primefaces",
4860
+ "github": "primefaces",
4861
+ "twitter": "primevue"
4862
+ }
4863
+ ],
4864
+ "compatibility": {
4865
+ "nuxt": "^3.0.0",
4866
+ "requires": {}
4867
+ }
4868
+ },
4105
4869
  {
4106
4870
  "name": "prismic",
4107
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4871
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4108
4872
  "repo": "nuxt-modules/prismic",
4109
4873
  "npm": "@nuxtjs/prismic",
4110
4874
  "icon": "prismic.png",
@@ -4171,7 +4935,7 @@
4171
4935
  },
4172
4936
  {
4173
4937
  "name": "proxy",
4174
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4938
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4175
4939
  "repo": "nuxt-community/proxy-module",
4176
4940
  "npm": "@nuxtjs/proxy",
4177
4941
  "icon": "",
@@ -4217,7 +4981,7 @@
4217
4981
  },
4218
4982
  {
4219
4983
  "name": "purgecss",
4220
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4984
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4221
4985
  "repo": "Developmint/nuxt-purgecss#main",
4222
4986
  "npm": "nuxt-purgecss",
4223
4987
  "icon": "purgecss.png",
@@ -4239,7 +5003,7 @@
4239
5003
  },
4240
5004
  {
4241
5005
  "name": "pwa",
4242
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5006
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4243
5007
  "repo": "nuxt-community/pwa-module",
4244
5008
  "npm": "@nuxtjs/pwa",
4245
5009
  "icon": "pwa.png",
@@ -4264,7 +5028,7 @@
4264
5028
  },
4265
5029
  {
4266
5030
  "name": "python",
4267
- "description": "Write Nuxt.js applications using Python",
5031
+ "description": "Write Nuxt applications using Python",
4268
5032
  "repo": "nuxt-community/python-module",
4269
5033
  "npm": "@nuxtjs/python",
4270
5034
  "icon": "python.png",
@@ -4301,6 +5065,64 @@
4301
5065
  "github": "Maiquu"
4302
5066
  }
4303
5067
  ],
5068
+ "compatibility": {
5069
+ "nuxt": "^3.0.0",
5070
+ "requires": {},
5071
+ "devtools": "^0.0.0"
5072
+ }
5073
+ },
5074
+ {
5075
+ "name": "radash",
5076
+ "description": "radash module with auto-import and custom prefix",
5077
+ "repo": "bbg/nuxt-radash",
5078
+ "npm": "nuxt-radash",
5079
+ "icon": "radash.png",
5080
+ "github": "https://github.com/bbg/nuxt-radash",
5081
+ "website": "https://github.com/bbg/nuxt-radash#readme",
5082
+ "learn_more": "https://github.com/rayepps/radash/",
5083
+ "category": "Libraries",
5084
+ "type": "3rd-party",
5085
+ "maintainers": [
5086
+ {
5087
+ "name": "Batuhan Göksu",
5088
+ "github": "bbg"
5089
+ }
5090
+ ],
5091
+ "compatibility": {
5092
+ "nuxt": "^3.0.0",
5093
+ "requires": {}
5094
+ }
5095
+ },
5096
+ {
5097
+ "name": "radix-vue",
5098
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5099
+ "repo": "radix-vue/radix-vue",
5100
+ "npm": "radix-vue",
5101
+ "icon": "radix-vue.svg",
5102
+ "github": "https://github.com/radix-vue/radix-vue",
5103
+ "website": "https://www.radix-vue.com/",
5104
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5105
+ "category": "UI",
5106
+ "type": "3rd-party",
5107
+ "maintainers": [
5108
+ {
5109
+ "name": "Zernonia",
5110
+ "github": "zernonia",
5111
+ "twitter": "zernonia"
5112
+ },
5113
+ {
5114
+ "name": "Khairul Haaziq",
5115
+ "github": "khairulhaaziq"
5116
+ },
5117
+ {
5118
+ "name": "Mujahid Anuar",
5119
+ "github": "mujahidfa"
5120
+ },
5121
+ {
5122
+ "name": "Max",
5123
+ "github": "onmax"
5124
+ }
5125
+ ],
4304
5126
  "compatibility": {
4305
5127
  "nuxt": "^3.0.0",
4306
5128
  "requires": {}
@@ -4308,7 +5130,7 @@
4308
5130
  },
4309
5131
  {
4310
5132
  "name": "recaptcha",
4311
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5133
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4312
5134
  "repo": "nuxt-community/recaptcha-module",
4313
5135
  "npm": "@nuxtjs/recaptcha",
4314
5136
  "icon": "recaptcha.png",
@@ -4351,9 +5173,32 @@
4351
5173
  "requires": {}
4352
5174
  }
4353
5175
  },
5176
+ {
5177
+ "name": "resend",
5178
+ "description": "Resend integration for Nuxt",
5179
+ "repo": "nhedger/nuxt-resend",
5180
+ "npm": "nuxt-resend",
5181
+ "icon": "resend.svg",
5182
+ "github": "https://github.com/nhedger/nuxt-resend",
5183
+ "website": "https://github.com/nhedger/nuxt-resend",
5184
+ "learn_more": "https://resend.com",
5185
+ "category": "Extensions",
5186
+ "type": "3rd-party",
5187
+ "maintainers": [
5188
+ {
5189
+ "name": "Nicolas Hedger",
5190
+ "github": "nhedger",
5191
+ "twitter": "nicolashedger"
5192
+ }
5193
+ ],
5194
+ "compatibility": {
5195
+ "nuxt": "^3.0.0",
5196
+ "requires": {}
5197
+ }
5198
+ },
4354
5199
  {
4355
5200
  "name": "rfg-icon",
4356
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5201
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4357
5202
  "repo": "pimlie/nuxt-rfg-icon",
4358
5203
  "npm": "nuxt-rfg-icon",
4359
5204
  "icon": "real-favicon-generator.png",
@@ -4375,12 +5220,12 @@
4375
5220
  },
4376
5221
  {
4377
5222
  "name": "robots",
4378
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4379
- "repo": "nuxt-community/robots-module",
5223
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5224
+ "repo": "nuxt-modules/robots",
4380
5225
  "npm": "@nuxtjs/robots",
4381
5226
  "icon": "robots.png",
4382
- "github": "https://github.com/nuxt-community/robots-module",
4383
- "website": "https://github.com/nuxt-community/robots-module",
5227
+ "github": "https://github.com/nuxt-modules/robots",
5228
+ "website": "https://github.com/nuxt-modules/robots",
4384
5229
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4385
5230
  "category": "SEO",
4386
5231
  "type": "community",
@@ -4399,23 +5244,23 @@
4399
5244
  },
4400
5245
  {
4401
5246
  "name": "rollbar",
4402
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4403
- "repo": "gaelreyrol/nuxt-rollbar-module",
4404
- "npm": "nuxt-rollbar-module",
5247
+ "description": "Nuxt 3 module to integrate Rollbar.",
5248
+ "repo": "jairoblatt/nuxt-rollbar",
5249
+ "npm": "nuxt-rollbar",
4405
5250
  "icon": "rollbar.png",
4406
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4407
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5251
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5252
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4408
5253
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4409
5254
  "category": "Monitoring",
4410
5255
  "type": "3rd-party",
4411
5256
  "maintainers": [
4412
5257
  {
4413
- "name": "Gaël Reyrol",
4414
- "github": "gaelreyrol"
5258
+ "name": "Jairo Blatt",
5259
+ "github": "jairoblatt"
4415
5260
  }
4416
5261
  ],
4417
5262
  "compatibility": {
4418
- "nuxt": "^2.0.0",
5263
+ "nuxt": "^3.0.0",
4419
5264
  "requires": {}
4420
5265
  }
4421
5266
  },
@@ -4444,7 +5289,7 @@
4444
5289
  },
4445
5290
  {
4446
5291
  "name": "router",
4447
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5292
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4448
5293
  "repo": "nuxt-community/router-module",
4449
5294
  "npm": "@nuxtjs/router",
4450
5295
  "icon": "vue.png",
@@ -4492,13 +5337,13 @@
4492
5337
  },
4493
5338
  {
4494
5339
  "name": "schema-org",
4495
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4496
- "repo": "vueuse/schema-org#main/packages/nuxt",
5340
+ "description": "Schema.org for Nuxt.",
5341
+ "repo": "harlan-zw/nuxt-schema-org",
4497
5342
  "npm": "nuxt-schema-org",
4498
5343
  "icon": "schema-org.svg",
4499
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4500
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4501
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5344
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5345
+ "website": "https://nuxtseo.com/schema-org",
5346
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4502
5347
  "category": "SEO",
4503
5348
  "type": "3rd-party",
4504
5349
  "maintainers": [
@@ -4561,7 +5406,7 @@
4561
5406
  },
4562
5407
  {
4563
5408
  "name": "segment",
4564
- "description": "Nuxt.js module for Segment Analytics.js",
5409
+ "description": "Nuxt module for Segment Analytics.js",
4565
5410
  "repo": "dansmaculotte/nuxt-segment",
4566
5411
  "npm": "@dansmaculotte/nuxt-segment",
4567
5412
  "icon": "segment.png",
@@ -4583,10 +5428,10 @@
4583
5428
  },
4584
5429
  {
4585
5430
  "name": "sentry",
4586
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5431
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4587
5432
  "repo": "nuxt-community/sentry-module",
4588
5433
  "npm": "@nuxtjs/sentry",
4589
- "icon": "sentry.png",
5434
+ "icon": "sentry.svg",
4590
5435
  "github": "https://github.com/nuxt-community/sentry-module",
4591
5436
  "website": "https://sentry.nuxtjs.org/",
4592
5437
  "learn_more": "https://sentry.io/welcome/",
@@ -4594,23 +5439,47 @@
4594
5439
  "type": "community",
4595
5440
  "maintainers": [
4596
5441
  {
4597
- "name": "Rafał Chłodnicki",
4598
- "github": "rchl"
5442
+ "name": "Rafał Chłodnicki",
5443
+ "github": "rchl"
5444
+ }
5445
+ ],
5446
+ "compatibility": {
5447
+ "nuxt": "^2.0.0",
5448
+ "requires": {}
5449
+ }
5450
+ },
5451
+ {
5452
+ "name": "seo-experiments",
5453
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5454
+ "repo": "harlan-zw/nuxt-seo-experiments",
5455
+ "npm": "nuxt-seo-experiments",
5456
+ "icon": "seo-experiments.svg",
5457
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5458
+ "website": "https://nuxtseo.com/experiments",
5459
+ "learn_more": "https://nuxtseo.com/experiments",
5460
+ "category": "SEO",
5461
+ "type": "3rd-party",
5462
+ "maintainers": [
5463
+ {
5464
+ "name": "Harlan Wilton",
5465
+ "github": "harlan-zw",
5466
+ "twitter": "harlan_zw",
5467
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4599
5468
  }
4600
5469
  ],
4601
5470
  "compatibility": {
4602
- "nuxt": "^2.0.0",
5471
+ "nuxt": "^3.0.0",
4603
5472
  "requires": {}
4604
5473
  }
4605
5474
  },
4606
5475
  {
4607
5476
  "name": "seo-kit",
4608
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5477
+ "description": "The complete SEO solution for Nuxt.",
4609
5478
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4610
5479
  "npm": "nuxt-seo-kit",
4611
5480
  "icon": "seo-kit.svg",
4612
5481
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4613
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5482
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4614
5483
  "learn_more": "",
4615
5484
  "category": "SEO",
4616
5485
  "type": "3rd-party",
@@ -4650,7 +5519,7 @@
4650
5519
  },
4651
5520
  {
4652
5521
  "name": "seomatic-meta",
4653
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5522
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4654
5523
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4655
5524
  "npm": "nuxt-seomatic-meta",
4656
5525
  "icon": "seomatic.png",
@@ -4693,6 +5562,29 @@
4693
5562
  "requires": {}
4694
5563
  }
4695
5564
  },
5565
+ {
5566
+ "name": "server-block",
5567
+ "description": "Use <server> tags in your Nuxt pages components.",
5568
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5569
+ "npm": "@hebilicious/server-block-nuxt",
5570
+ "icon": "server-block.svg",
5571
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5572
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5573
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5574
+ "category": "Extensions",
5575
+ "type": "3rd-party",
5576
+ "maintainers": [
5577
+ {
5578
+ "name": "Hebilicious",
5579
+ "github": "Hebilicious",
5580
+ "twitter": "its_hebilicious"
5581
+ }
5582
+ ],
5583
+ "compatibility": {
5584
+ "nuxt": "^3.0.0",
5585
+ "requires": {}
5586
+ }
5587
+ },
4696
5588
  {
4697
5589
  "name": "session",
4698
5590
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4718,7 +5610,7 @@
4718
5610
  },
4719
5611
  {
4720
5612
  "name": "shopify",
4721
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5613
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4722
5614
  "repo": "Gomah/nuxt-shopify",
4723
5615
  "npm": "nuxt-shopify",
4724
5616
  "icon": "shopify.png",
@@ -4739,7 +5631,7 @@
4739
5631
  }
4740
5632
  },
4741
5633
  {
4742
- "name": "nuxt-auth",
5634
+ "name": "sidebase-auth",
4743
5635
  "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.",
4744
5636
  "repo": "sidebase/nuxt-auth",
4745
5637
  "npm": "@sidebase/nuxt-auth",
@@ -4785,13 +5677,13 @@
4785
5677
  },
4786
5678
  {
4787
5679
  "name": "simple-robots",
4788
- "description": "Simply manage the robots crawling your Nuxt app.",
5680
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4789
5681
  "repo": "harlan-zw/nuxt-simple-robots",
4790
5682
  "npm": "nuxt-simple-robots",
4791
- "icon": "",
5683
+ "icon": "simple-robots.svg",
4792
5684
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4793
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4794
- "learn_more": "",
5685
+ "website": "https://nuxtseo.com/robots",
5686
+ "learn_more": "https://nuxtseo.com/robots",
4795
5687
  "category": "SEO",
4796
5688
  "type": "3rd-party",
4797
5689
  "maintainers": [
@@ -4809,13 +5701,13 @@
4809
5701
  },
4810
5702
  {
4811
5703
  "name": "simple-sitemap",
4812
- "description": "Simple, minimal sitemap.xml generation.",
5704
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4813
5705
  "repo": "harlan-zw/nuxt-simple-sitemap",
4814
5706
  "npm": "nuxt-simple-sitemap",
4815
- "icon": "",
5707
+ "icon": "simple-sitemap.svg",
4816
5708
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4817
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4818
- "learn_more": "",
5709
+ "website": "https://nuxtseo.com/simple-sitemap",
5710
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4819
5711
  "category": "SEO",
4820
5712
  "type": "3rd-party",
4821
5713
  "maintainers": [
@@ -4833,7 +5725,7 @@
4833
5725
  },
4834
5726
  {
4835
5727
  "name": "sitemap",
4836
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5728
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4837
5729
  "repo": "nuxt-community/sitemap-module#dev",
4838
5730
  "npm": "@nuxtjs/sitemap",
4839
5731
  "icon": "",
@@ -4878,7 +5770,7 @@
4878
5770
  },
4879
5771
  {
4880
5772
  "name": "snipcart",
4881
- "description": "Snipcart integration module for Nuxt.js",
5773
+ "description": "Snipcart integration module for Nuxt",
4882
5774
  "repo": "nuxt-modules/snipcart",
4883
5775
  "npm": "@nuxtjs/snipcart",
4884
5776
  "icon": "snipcart.png",
@@ -4901,7 +5793,7 @@
4901
5793
  },
4902
5794
  {
4903
5795
  "name": "social-meta",
4904
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5796
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4905
5797
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4906
5798
  "npm": "nuxt-social-meta",
4907
5799
  "icon": "",
@@ -5023,7 +5915,7 @@
5023
5915
  },
5024
5916
  {
5025
5917
  "name": "storage",
5026
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5918
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5027
5919
  "repo": "mazipan/nuxt-storage",
5028
5920
  "npm": "nuxt-storage",
5029
5921
  "icon": "",
@@ -5045,7 +5937,7 @@
5045
5937
  },
5046
5938
  {
5047
5939
  "name": "storefront-ui",
5048
- "description": "Storefront UI Module for Nuxt.js",
5940
+ "description": "Storefront UI Module for Nuxt",
5049
5941
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5050
5942
  "npm": "@storefront-ui/nuxt",
5051
5943
  "icon": "storefront-ui.svg",
@@ -5089,7 +5981,7 @@
5089
5981
  },
5090
5982
  {
5091
5983
  "name": "storyblok",
5092
- "description": "Storyblok Nuxt.js module",
5984
+ "description": "Storyblok Nuxt module",
5093
5985
  "repo": "storyblok/storyblok-nuxt#master/lib",
5094
5986
  "npm": "@storyblok/nuxt",
5095
5987
  "icon": "storyblok.png",
@@ -5106,46 +5998,43 @@
5106
5998
  ],
5107
5999
  "compatibility": {
5108
6000
  "nuxt": "^2.0.0 || ^3.0.0",
5109
- "requires": {}
6001
+ "requires": {},
6002
+ "devtools": "^0.0.0"
5110
6003
  }
5111
6004
  },
5112
6005
  {
5113
6006
  "name": "storybook",
5114
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5115
- "repo": "nuxt-community/storybook",
6007
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6008
+ "repo": "nuxt-modules/storybook",
5116
6009
  "npm": "@nuxtjs/storybook",
5117
6010
  "icon": "storybook.png",
5118
- "github": "https://github.com/nuxt-community/storybook",
6011
+ "github": "https://github.com/nuxt-modules/storybook",
5119
6012
  "website": "https://storybook.nuxtjs.org",
5120
- "learn_more": "https://storybook.js.org/",
6013
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5121
6014
  "category": "Devtools",
5122
6015
  "type": "community",
5123
6016
  "maintainers": [
5124
6017
  {
5125
- "name": "Ahad Birang",
5126
- "github": "farnabaz",
5127
- "twitter": "a_birang"
5128
- },
5129
- {
5130
- "name": "Pooya Parsa",
5131
- "github": "pi0",
5132
- "twitter": "_pi0_"
6018
+ "name": "Chakir QATAB",
6019
+ "github": "chakAs3",
6020
+ "twitter": "ChakirQatab"
5133
6021
  }
5134
6022
  ],
5135
6023
  "compatibility": {
5136
- "nuxt": "^2.0.0",
6024
+ "nuxt": "^2.0.0 || ^3.0.0",
5137
6025
  "requires": {
5138
6026
  "bridge": "optional"
5139
- }
6027
+ },
6028
+ "devtools": "^0.7.2"
5140
6029
  }
5141
6030
  },
5142
6031
  {
5143
6032
  "name": "strapi",
5144
6033
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5145
- "repo": "nuxt-community/strapi-module",
6034
+ "repo": "nuxt-modules/strapi",
5146
6035
  "npm": "@nuxtjs/strapi",
5147
6036
  "icon": "strapi.png",
5148
- "github": "https://github.com/nuxt-community/strapi-module",
6037
+ "github": "https://github.com/nuxt-modules/strapi",
5149
6038
  "website": "https://strapi.nuxtjs.org",
5150
6039
  "learn_more": "https://strapi.io/",
5151
6040
  "category": "CMS",
@@ -5166,7 +6055,8 @@
5166
6055
  "nuxt": "^2.0.0 || ^3.0.0",
5167
6056
  "requires": {
5168
6057
  "bridge": true
5169
- }
6058
+ },
6059
+ "devtools": "^0.0.0"
5170
6060
  }
5171
6061
  },
5172
6062
  {
@@ -5217,6 +6107,36 @@
5217
6107
  "requires": {}
5218
6108
  }
5219
6109
  },
6110
+ {
6111
+ "name": "studio",
6112
+ "description": "A new experience to build content-driven website with Nuxt.",
6113
+ "repo": "nuxtlabs/studio-module",
6114
+ "npm": "@nuxthq/studio",
6115
+ "icon": "studio.svg",
6116
+ "github": "https://github.com/nuxtlabs/studio-module",
6117
+ "website": "https://nuxt.studio",
6118
+ "learn_more": "https://nuxt.studio",
6119
+ "category": "CMS",
6120
+ "type": "3rd-party",
6121
+ "maintainers": [
6122
+ {
6123
+ "name": "Ahad Birang",
6124
+ "github": "farnabaz",
6125
+ "twitter": "a_birang"
6126
+ },
6127
+ {
6128
+ "name": "Sébastien Chopin",
6129
+ "github": "Atinux",
6130
+ "twitter": "Atinux"
6131
+ }
6132
+ ],
6133
+ "compatibility": {
6134
+ "nuxt": "^3.0.0",
6135
+ "requires": {
6136
+ "content": true
6137
+ }
6138
+ }
6139
+ },
5220
6140
  {
5221
6141
  "name": "style-resources",
5222
6142
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5242,7 +6162,7 @@
5242
6162
  },
5243
6163
  {
5244
6164
  "name": "stylelint",
5245
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6165
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5246
6166
  "repo": "nuxt-community/stylelint-module",
5247
6167
  "npm": "@nuxtjs/stylelint-module",
5248
6168
  "icon": "stylelint.png",
@@ -5288,10 +6208,10 @@
5288
6208
  {
5289
6209
  "name": "supabase",
5290
6210
  "description": "First class integration with Supabase",
5291
- "repo": "nuxt-community/supabase-module",
6211
+ "repo": "nuxt-modules/supabase",
5292
6212
  "npm": "@nuxtjs/supabase",
5293
6213
  "icon": "supabase.png",
5294
- "github": "https://github.com/nuxt-community/supabase-module",
6214
+ "github": "https://github.com/nuxt-modules/supabase",
5295
6215
  "website": "https://supabase.nuxtjs.org",
5296
6216
  "learn_more": "https://supabase.com",
5297
6217
  "category": "Database",
@@ -5342,12 +6262,12 @@
5342
6262
  },
5343
6263
  {
5344
6264
  "name": "svg-sprite",
5345
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5346
- "repo": "nuxt-community/svg-sprite-module",
6265
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6266
+ "repo": "nuxt-modules/svg-sprite",
5347
6267
  "npm": "@nuxtjs/svg-sprite",
5348
6268
  "icon": "",
5349
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5350
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6269
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6270
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5351
6271
  "learn_more": "",
5352
6272
  "category": "UI",
5353
6273
  "type": "community",
@@ -5359,13 +6279,13 @@
5359
6279
  }
5360
6280
  ],
5361
6281
  "compatibility": {
5362
- "nuxt": "^2.0.0",
6282
+ "nuxt": "^2.0.0 || ^3.0.0",
5363
6283
  "requires": {}
5364
6284
  }
5365
6285
  },
5366
6286
  {
5367
6287
  "name": "svg",
5368
- "description": "Super simple svg loading module for Nuxt.js",
6288
+ "description": "Super simple svg loading module for Nuxt",
5369
6289
  "repo": "nuxt-community/svg-module",
5370
6290
  "npm": "@nuxtjs/svg",
5371
6291
  "icon": "",
@@ -5409,7 +6329,7 @@
5409
6329
  },
5410
6330
  {
5411
6331
  "name": "swiper",
5412
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6332
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5413
6333
  "repo": "cpreston321/nuxt-swiper",
5414
6334
  "npm": "nuxt-swiper",
5415
6335
  "icon": "swiper.svg",
@@ -5455,10 +6375,10 @@
5455
6375
  {
5456
6376
  "name": "tailwindcss",
5457
6377
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5458
- "repo": "nuxt-community/tailwindcss-module",
6378
+ "repo": "nuxt-modules/tailwindcss",
5459
6379
  "npm": "@nuxtjs/tailwindcss",
5460
6380
  "icon": "tailwindcss.png",
5461
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6381
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5462
6382
  "website": "https://tailwindcss.nuxtjs.org",
5463
6383
  "learn_more": "https://tailwindcss.com/",
5464
6384
  "category": "UI",
@@ -5468,11 +6388,16 @@
5468
6388
  "name": "Sébastien Chopin",
5469
6389
  "github": "Atinux",
5470
6390
  "twitter": "Atinux"
6391
+ },
6392
+ {
6393
+ "name": "Inesh Bose",
6394
+ "github": "ineshbose"
5471
6395
  }
5472
6396
  ],
5473
6397
  "compatibility": {
5474
6398
  "nuxt": "^2.0.0 || ^3.0.0",
5475
- "requires": {}
6399
+ "requires": {},
6400
+ "devtools": "^0.0.0"
5476
6401
  }
5477
6402
  },
5478
6403
  {
@@ -5520,9 +6445,31 @@
5520
6445
  "requires": {}
5521
6446
  }
5522
6447
  },
6448
+ {
6449
+ "name": "tiptap",
6450
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6451
+ "repo": "modbender/nuxt-tiptap-editor",
6452
+ "npm": "nuxt-tiptap-editor",
6453
+ "icon": "tiptap.png",
6454
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6455
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6456
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6457
+ "category": "Libraries",
6458
+ "type": "3rd-party",
6459
+ "maintainers": [
6460
+ {
6461
+ "name": "modbender",
6462
+ "github": "modbender"
6463
+ }
6464
+ ],
6465
+ "compatibility": {
6466
+ "nuxt": "^3.0.0",
6467
+ "requires": {}
6468
+ }
6469
+ },
5523
6470
  {
5524
6471
  "name": "toast",
5525
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6472
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5526
6473
  "repo": "nuxt-community/modules#master/packages/toast",
5527
6474
  "npm": "@nuxtjs/toast",
5528
6475
  "icon": "",
@@ -5543,6 +6490,28 @@
5543
6490
  "requires": {}
5544
6491
  }
5545
6492
  },
6493
+ {
6494
+ "name": "translation-manager",
6495
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6496
+ "repo": "samk-dev/nuxt-translation-manager",
6497
+ "npm": "nuxt-translation-manager",
6498
+ "icon": "translation-manager.png",
6499
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6500
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6501
+ "learn_more": "",
6502
+ "category": "Extensions",
6503
+ "type": "3rd-party",
6504
+ "maintainers": [
6505
+ {
6506
+ "name": "Sam K",
6507
+ "github": "samk-dev"
6508
+ }
6509
+ ],
6510
+ "compatibility": {
6511
+ "nuxt": "^3.0.0",
6512
+ "requires": {}
6513
+ }
6514
+ },
5546
6515
  {
5547
6516
  "name": "tresjs",
5548
6517
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5603,7 +6572,7 @@
5603
6572
  },
5604
6573
  {
5605
6574
  "name": "twa",
5606
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6575
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5607
6576
  "repo": "tuarrep/nuxt-twa",
5608
6577
  "npm": "nuxt-twa",
5609
6578
  "icon": "",
@@ -5791,6 +6760,63 @@
5791
6760
  "requires": {}
5792
6761
  }
5793
6762
  },
6763
+ {
6764
+ "name": "typo3",
6765
+ "description": "TYPO3 Headless Frontend Rendering module",
6766
+ "repo": "TYPO3-Headless/nuxt-typo3",
6767
+ "npm": "@t3headless/nuxt-typo3",
6768
+ "icon": "typo3.svg",
6769
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6770
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6771
+ "learn_more": "https://github.com/TYPO3-Headless",
6772
+ "category": "CMS",
6773
+ "type": "3rd-party",
6774
+ "maintainers": [
6775
+ {
6776
+ "name": "Macopedia",
6777
+ "github": "macopedia",
6778
+ "twitter": "macopediapl"
6779
+ }
6780
+ ],
6781
+ "compatibility": {
6782
+ "nuxt": "^2.0.0 || ^3.0.0",
6783
+ "requires": {},
6784
+ "devtools": "^0.0.0"
6785
+ }
6786
+ },
6787
+ {
6788
+ "name": "ui",
6789
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6790
+ "repo": "nuxt/ui#dev",
6791
+ "npm": "@nuxt/ui",
6792
+ "icon": "nuxt.svg",
6793
+ "github": "https://github.com/nuxt/ui",
6794
+ "website": "https://ui.nuxt.com",
6795
+ "learn_more": "",
6796
+ "category": "UI",
6797
+ "type": "official",
6798
+ "maintainers": [
6799
+ {
6800
+ "name": "Benjamin Canac",
6801
+ "github": "benjamincanac",
6802
+ "twitter": "benjamincanac"
6803
+ },
6804
+ {
6805
+ "name": "Sebastien Chopin",
6806
+ "github": "Atinux",
6807
+ "twitter": "Atinux"
6808
+ },
6809
+ {
6810
+ "name": "Sylvain Marroufin",
6811
+ "github": "smarroufin",
6812
+ "twitter": "smarroufin"
6813
+ }
6814
+ ],
6815
+ "compatibility": {
6816
+ "nuxt": "^3.0.0",
6817
+ "requires": {}
6818
+ }
6819
+ },
5794
6820
  {
5795
6821
  "name": "umami",
5796
6822
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5839,7 +6865,7 @@
5839
6865
  },
5840
6866
  {
5841
6867
  "name": "universal-storage",
5842
- "description": "Universal Storage Utilities for Nuxt.js",
6868
+ "description": "Universal Storage Utilities for Nuxt",
5843
6869
  "repo": "nuxt-community/universal-storage-module",
5844
6870
  "npm": "@nuxtjs/universal-storage",
5845
6871
  "icon": "",
@@ -5916,12 +6942,12 @@
5916
6942
  {
5917
6943
  "name": "unocss",
5918
6944
  "description": "The instant on-demand atomic CSS engine.",
5919
- "repo": "antfu/unocss#main/packages/nuxt",
6945
+ "repo": "unocss/unocss#main/packages/nuxt",
5920
6946
  "npm": "@unocss/nuxt",
5921
6947
  "icon": "unocss.svg",
5922
- "github": "https://github.com/antfu/unocss",
5923
- "website": "https://github.com/antfu/unocss",
5924
- "learn_more": "https://github.com/antfu/unocss",
6948
+ "github": "https://github.com/unocss/unocss",
6949
+ "website": "https://github.com/unocss/unocss",
6950
+ "learn_more": "https://github.com/unocss/unocss",
5925
6951
  "category": "UI",
5926
6952
  "type": "3rd-party",
5927
6953
  "maintainers": [
@@ -5936,7 +6962,8 @@
5936
6962
  "nuxt": "^2.0.0 || ^3.0.0",
5937
6963
  "requires": {
5938
6964
  "bridge": "optional"
5939
- }
6965
+ },
6966
+ "devtools": "^0.0.0"
5940
6967
  }
5941
6968
  },
5942
6969
  {
@@ -5962,9 +6989,33 @@
5962
6989
  "requires": {}
5963
6990
  }
5964
6991
  },
6992
+ {
6993
+ "name": "use-wagmi",
6994
+ "description": "Vue Composition for Ethereum based on wagmi",
6995
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6996
+ "npm": "@use-wagmi/nuxt",
6997
+ "icon": "use-wagmi.png",
6998
+ "github": "https://github.com/unicape/use-wagmi",
6999
+ "website": "https://github.com/unicape/use-wagmi",
7000
+ "learn_more": "https://github.com/unicape/use-wagmi",
7001
+ "category": "Extensions",
7002
+ "type": "3rd-party",
7003
+ "maintainers": [
7004
+ {
7005
+ "name": "Unic Ape",
7006
+ "github": "unicape"
7007
+ }
7008
+ ],
7009
+ "compatibility": {
7010
+ "nuxt": "^2.0.0 || ^3.0.0",
7011
+ "requires": {
7012
+ "bridge": true
7013
+ }
7014
+ }
7015
+ },
5965
7016
  {
5966
7017
  "name": "user-agent",
5967
- "description": "Nuxt.js module for handling User-Agent.",
7018
+ "description": "Nuxt module for handling User-Agent.",
5968
7019
  "repo": "fukuiretu/nuxt-user-agent",
5969
7020
  "npm": "nuxt-user-agent",
5970
7021
  "icon": "",
@@ -6054,9 +7105,31 @@
6054
7105
  }
6055
7106
  }
6056
7107
  },
7108
+ {
7109
+ "name": "vcalendar",
7110
+ "description": "VCalendar module for Nuxt",
7111
+ "repo": "samk-dev/nuxt-vcalendar",
7112
+ "npm": "@samk-dev/nuxt-vcalendar",
7113
+ "icon": "vcalendar.png",
7114
+ "github": "https://github.com/samk-dev/vcalendar",
7115
+ "website": "https://github.com/samk-dev/vcalendar",
7116
+ "learn_more": "",
7117
+ "category": "Libraries",
7118
+ "type": "3rd-party",
7119
+ "maintainers": [
7120
+ {
7121
+ "name": "Sam K",
7122
+ "github": "samk-dev"
7123
+ }
7124
+ ],
7125
+ "compatibility": {
7126
+ "nuxt": "^3.0.0",
7127
+ "requires": {}
7128
+ }
7129
+ },
6057
7130
  {
6058
7131
  "name": "vee-validate",
6059
- "description": "Painless Vue forms for Nuxt.js",
7132
+ "description": "Painless Vue forms for Nuxt",
6060
7133
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6061
7134
  "npm": "@vee-validate/nuxt",
6062
7135
  "icon": "vee-validate.png",
@@ -6146,7 +7219,7 @@
6146
7219
  },
6147
7220
  {
6148
7221
  "name": "vite-pwa-nuxt",
6149
- "description": "Zero-config PWA Plugin for Nuxt 3",
7222
+ "description": "Zero-config PWA Plugin for Nuxt",
6150
7223
  "repo": "vite-pwa/nuxt",
6151
7224
  "npm": "@vite-pwa/nuxt",
6152
7225
  "icon": "vite-pwa-nuxt.svg",
@@ -6195,18 +7268,19 @@
6195
7268
  ],
6196
7269
  "compatibility": {
6197
7270
  "nuxt": "^3.0.0",
6198
- "requires": {}
7271
+ "requires": {},
7272
+ "devtools": "^0.0.0"
6199
7273
  }
6200
7274
  },
6201
7275
  {
6202
7276
  "name": "vue-email",
6203
- "description": "Write email templates with vue",
6204
- "repo": "Dave136/vue-email",
6205
- "npm": "root",
7277
+ "description": "💌 Write email templates with vue",
7278
+ "repo": "Dave136/vue-email#main/packages/vue-email",
7279
+ "npm": "vue-email",
6206
7280
  "icon": "vue-email.svg",
6207
- "github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
6208
- "website": "https://vue-email.vercel.app/",
6209
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7281
+ "github": "https://github.com/Dave136/vue-email",
7282
+ "website": "https://www.vuemail.net/",
7283
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6210
7284
  "category": "UI",
6211
7285
  "type": "3rd-party",
6212
7286
  "maintainers": [
@@ -6223,6 +7297,30 @@
6223
7297
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6224
7298
  }
6225
7299
  ],
7300
+ "compatibility": {
7301
+ "nuxt": "^3.0.0",
7302
+ "requires": {},
7303
+ "devtools": "^0.0.0"
7304
+ }
7305
+ },
7306
+ {
7307
+ "name": "vue-final-modal",
7308
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7309
+ "repo": "vue-final/vue-final-modal",
7310
+ "npm": "@vue-final-modal/nuxt",
7311
+ "icon": "vue-final-modal.svg",
7312
+ "github": "https://github.com/vue-final/vue-final-modal",
7313
+ "website": "https://vue-final-modal.org/",
7314
+ "learn_more": "https://vue-final-modal.org/",
7315
+ "category": "UI",
7316
+ "type": "3rd-party",
7317
+ "maintainers": [
7318
+ {
7319
+ "name": "Hunter Liu",
7320
+ "github": "hunterliu1003",
7321
+ "twitter": "hunterliu1003"
7322
+ }
7323
+ ],
6226
7324
  "compatibility": {
6227
7325
  "nuxt": "^3.0.0",
6228
7326
  "requires": {}
@@ -6250,7 +7348,8 @@
6250
7348
  "nuxt": "^3.0.0",
6251
7349
  "requires": {
6252
7350
  "bridge": "optional"
6253
- }
7351
+ },
7352
+ "devtools": "^0.0.0"
6254
7353
  }
6255
7354
  },
6256
7355
  {
@@ -6277,7 +7376,7 @@
6277
7376
  },
6278
7377
  {
6279
7378
  "name": "vue-multiselect",
6280
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7379
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6281
7380
  "repo": "spektrummedia/nuxt-vue-multiselect",
6282
7381
  "npm": "nuxt-vue-multiselect",
6283
7382
  "icon": "",
@@ -6322,7 +7421,7 @@
6322
7421
  {
6323
7422
  "name": "vue-query",
6324
7423
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6325
- "repo": "Hebilicious/vue-query-nuxt#main",
7424
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6326
7425
  "npm": "@hebilicious/vue-query-nuxt",
6327
7426
  "icon": "vue-query.svg",
6328
7427
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6391,7 +7490,7 @@
6391
7490
  },
6392
7491
  {
6393
7492
  "name": "vue-warehouse",
6394
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7493
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6395
7494
  "repo": "juliomrqz/vue-warehouse",
6396
7495
  "npm": "vue-warehouse",
6397
7496
  "icon": "",
@@ -6412,6 +7511,29 @@
6412
7511
  "requires": {}
6413
7512
  }
6414
7513
  },
7514
+ {
7515
+ "name": "vue3-carousel-nuxt",
7516
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
7517
+ "repo": "gaetansenn/vue3-carousel-nuxt",
7518
+ "npm": "vue3-carousel-nuxt",
7519
+ "icon": "",
7520
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7521
+ "website": "",
7522
+ "learn_more": "",
7523
+ "category": "UI",
7524
+ "type": "3rd-party",
7525
+ "maintainers": [
7526
+ {
7527
+ "name": "Gaetan SENN",
7528
+ "github": "gaetansenn",
7529
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
7530
+ }
7531
+ ],
7532
+ "compatibility": {
7533
+ "nuxt": "^3.0.0",
7534
+ "requires": {}
7535
+ }
7536
+ },
6415
7537
  {
6416
7538
  "name": "vuefire",
6417
7539
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6434,9 +7556,55 @@
6434
7556
  "requires": {}
6435
7557
  }
6436
7558
  },
7559
+ {
7560
+ "name": "vueform-builder",
7561
+ "description": "Official Vueform Builder module for Nuxt",
7562
+ "repo": "vueform/builder/nuxt",
7563
+ "npm": "@vueform/builder-nuxt",
7564
+ "icon": "vueform.svg",
7565
+ "github": "https://github.com/vueform/builder",
7566
+ "website": "https://builder.vueform.com",
7567
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7568
+ "category": "Libraries",
7569
+ "type": "3rd-party",
7570
+ "maintainers": [
7571
+ {
7572
+ "name": "Adam Berecz",
7573
+ "github": "adamberecz",
7574
+ "twitter": "bereczadam"
7575
+ }
7576
+ ],
7577
+ "compatibility": {
7578
+ "nuxt": "^3.0.0",
7579
+ "requires": {}
7580
+ }
7581
+ },
7582
+ {
7583
+ "name": "vueform",
7584
+ "description": "Official Vueform module for Nuxt",
7585
+ "repo": "vueform/vueform/nuxt",
7586
+ "npm": "@vueform/nuxt",
7587
+ "icon": "vueform.svg",
7588
+ "github": "https://github.com/vueform/vueform",
7589
+ "website": "https://vueform.com",
7590
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7591
+ "category": "Libraries",
7592
+ "type": "3rd-party",
7593
+ "maintainers": [
7594
+ {
7595
+ "name": "Adam Berecz",
7596
+ "github": "adamberecz",
7597
+ "twitter": "bereczadam"
7598
+ }
7599
+ ],
7600
+ "compatibility": {
7601
+ "nuxt": "^3.0.0",
7602
+ "requires": {}
7603
+ }
7604
+ },
6437
7605
  {
6438
7606
  "name": "vuestic",
6439
- "description": "Vuestic UI module for Nuxt 3",
7607
+ "description": "Vuestic UI module for Nuxt",
6440
7608
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6441
7609
  "npm": "@vuestic/nuxt",
6442
7610
  "icon": "vuestic.png",
@@ -6463,8 +7631,8 @@
6463
7631
  "npm": "vuetify-nuxt-module",
6464
7632
  "icon": "vuetify-logo-v3-dark.svg",
6465
7633
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6466
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6467
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7634
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7635
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6468
7636
  "category": "UI",
6469
7637
  "type": "3rd-party",
6470
7638
  "maintainers": [
@@ -6480,7 +7648,7 @@
6480
7648
  },
6481
7649
  {
6482
7650
  "name": "vuetify",
6483
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7651
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6484
7652
  "repo": "nuxt-community/vuetify-module",
6485
7653
  "npm": "@nuxtjs/vuetify",
6486
7654
  "icon": "vuetify.png",
@@ -6527,7 +7695,8 @@
6527
7695
  "nuxt": "^2.0.0 || ^3.0.0",
6528
7696
  "requires": {
6529
7697
  "bridge": "optional"
6530
- }
7698
+ },
7699
+ "devtools": "^0.0.0"
6531
7700
  }
6532
7701
  },
6533
7702
  {
@@ -6554,7 +7723,7 @@
6554
7723
  },
6555
7724
  {
6556
7725
  "name": "vunix",
6557
- "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.",
7726
+ "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.",
6558
7727
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6559
7728
  "npm": "@vunix/nuxt",
6560
7729
  "icon": "",
@@ -6578,11 +7747,11 @@
6578
7747
  {
6579
7748
  "name": "web-vitals",
6580
7749
  "description": "Web Vitals for Nuxt",
6581
- "repo": "nuxt-community/web-vitals-module",
7750
+ "repo": "nuxt-modules/web-vitals",
6582
7751
  "npm": "@nuxtjs/web-vitals",
6583
7752
  "icon": "web-vitals.png",
6584
- "github": "https://github.com/nuxt-community/web-vitals-module",
6585
- "website": "https://github.com/nuxt-community/web-vitals-module",
7753
+ "github": "https://github.com/nuxt-modules/web-vitals",
7754
+ "website": "https://github.com/nuxt-modules/web-vitals",
6586
7755
  "learn_more": "",
6587
7756
  "category": "Performance",
6588
7757
  "type": "community",
@@ -6633,7 +7802,7 @@
6633
7802
  },
6634
7803
  {
6635
7804
  "name": "webpack-optimisations",
6636
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7805
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6637
7806
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6638
7807
  "npm": "nuxt-webpack-optimisations",
6639
7808
  "icon": "build-optimisations.svg",
@@ -6725,7 +7894,7 @@
6725
7894
  },
6726
7895
  {
6727
7896
  "name": "well-known",
6728
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7897
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6729
7898
  "repo": "zadigetvoltaire/nuxt-well-known",
6730
7899
  "npm": "@zadigetvoltaire/nuxt-well-known",
6731
7900
  "icon": "well-known.svg",
@@ -6747,7 +7916,7 @@
6747
7916
  },
6748
7917
  {
6749
7918
  "name": "wideangle",
6750
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7919
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6751
7920
  "repo": "inputobjects/wideangle-nuxt",
6752
7921
  "npm": "wideangle-nuxt",
6753
7922
  "icon": "wideangle.png",
@@ -6774,11 +7943,11 @@
6774
7943
  {
6775
7944
  "name": "windicss",
6776
7945
  "description": "Next generation utility-first CSS framework.",
6777
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7946
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
6778
7947
  "npm": "nuxt-windicss",
6779
7948
  "icon": "windicss.svg",
6780
- "github": "https://github.com/windicss/nuxt-windicss-module",
6781
- "website": "https://github.com/windicss/nuxt-windicss-module",
7949
+ "github": "https://github.com/windicss/nuxt-windicss",
7950
+ "website": "https://github.com/windicss/nuxt-windicss",
6782
7951
  "learn_more": "https://windicss.org/",
6783
7952
  "category": "UI",
6784
7953
  "type": "3rd-party",
@@ -6914,55 +8083,9 @@
6914
8083
  "requires": {}
6915
8084
  }
6916
8085
  },
6917
- {
6918
- "name": "yandex-metrika-next",
6919
- "description": "Yandex Metrika integration for Nuxt",
6920
- "repo": "artmizu/yandex-metrika-nuxt",
6921
- "npm": "@artmizu/yandex-metrika-nuxt",
6922
- "icon": "yandex-metrika.svg",
6923
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6924
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6925
- "learn_more": "",
6926
- "category": "Analytics",
6927
- "type": "3rd-party",
6928
- "maintainers": [
6929
- {
6930
- "name": "Aleksandr Saburov",
6931
- "github": "artmizu",
6932
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6933
- }
6934
- ],
6935
- "compatibility": {
6936
- "nuxt": "^3.0.0",
6937
- "requires": {}
6938
- }
6939
- },
6940
- {
6941
- "name": "yandex-metrika",
6942
- "description": "Yandex metrika Module for Nuxt.js",
6943
- "repo": "nuxt-community/yandex-metrika-module",
6944
- "npm": "@nuxtjs/yandex-metrika",
6945
- "icon": "",
6946
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6947
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6948
- "learn_more": "https://metrica.yandex.com/about",
6949
- "category": "Analytics",
6950
- "type": "community",
6951
- "maintainers": [
6952
- {
6953
- "name": "Pooya Parsa",
6954
- "github": "pi0",
6955
- "twitter": "_pi0_"
6956
- }
6957
- ],
6958
- "compatibility": {
6959
- "nuxt": "^2.0.0",
6960
- "requires": {}
6961
- }
6962
- },
6963
8086
  {
6964
8087
  "name": "zendesk",
6965
- "description": "Nuxt.js module for Zendesk",
8088
+ "description": "Nuxt module for Zendesk",
6966
8089
  "repo": "DansMaCulotte/nuxt-zendesk",
6967
8090
  "npm": "@dansmaculotte/nuxt-zendesk",
6968
8091
  "icon": "zendesk.png",