@nuxt/modules 0.6.0-7b62cc → 0.6.0-7c5ab3

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 +1108 -301
  2. package/package.json +11 -9
package/modules.json CHANGED
@@ -1,7 +1,7 @@
1
1
  [
2
2
  {
3
3
  "name": "ackee",
4
- "description": "Nuxt.js module for Ackee analytics",
4
+ "description": "Nuxt module for Ackee analytics",
5
5
  "repo": "bdrtsky/nuxt-ackee",
6
6
  "npm": "nuxt-ackee",
7
7
  "icon": "ackee.png",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "name": "agility-cms",
31
- "description": "Agility CMS Integration for Nuxt.js",
31
+ "description": "Agility CMS Integration for Nuxt",
32
32
  "repo": "agility/agilitycms-nuxt-module",
33
33
  "npm": "@agility/agilitycms-nuxt-module",
34
34
  "icon": "agility.png",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "name": "algolia",
54
- "description": "Algolia Search Module for Nuxt 3",
54
+ "description": "Algolia Search Module for Nuxt",
55
55
  "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
@@ -170,9 +170,31 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
- "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
197
+ "description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
@@ -220,7 +242,7 @@
220
242
  },
221
243
  {
222
244
  "name": "apollo",
223
- "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
245
+ "description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
224
246
  "repo": "nuxt-modules/apollo",
225
247
  "npm": "@nuxtjs/apollo",
226
248
  "icon": "apollo.png",
@@ -244,7 +266,7 @@
244
266
  },
245
267
  {
246
268
  "name": "applicationinsights",
247
- "description": "AppInsights module for Nuxt.js",
269
+ "description": "AppInsights module for Nuxt",
248
270
  "repo": "nuxt-community/applicationinsights-module",
249
271
  "npm": "@nuxtjs/applicationinsights",
250
272
  "icon": "application-insights.png",
@@ -286,9 +308,76 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
356
+ {
357
+ "name": "auth-utils",
358
+ "description": "Minimalist Auth module for Nuxt with SSR.",
359
+ "repo": "atinux/nuxt-auth-utils",
360
+ "npm": "nuxt-auth-utils",
361
+ "icon": "",
362
+ "github": "https://github.com/atinux/nuxt-auth-utils",
363
+ "website": "https://github.com/atinux/nuxt-auth-utils",
364
+ "learn_more": "",
365
+ "category": "Devtools",
366
+ "type": "3rd-party",
367
+ "maintainers": [
368
+ {
369
+ "name": "atinux",
370
+ "github": "atinux"
371
+ }
372
+ ],
373
+ "compatibility": {
374
+ "nuxt": "^3.0.0",
375
+ "requires": {}
376
+ }
377
+ },
289
378
  {
290
379
  "name": "auth",
291
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
292
381
  "repo": "nuxt-community/auth-module",
293
382
  "npm": "@nuxtjs/auth",
294
383
  "icon": "auth.png",
@@ -336,9 +425,32 @@
336
425
  "requires": {}
337
426
  }
338
427
  },
428
+ {
429
+ "name": "auto-animate",
430
+ "description": "Automatic animations for your Nuxt app with a single line of code.",
431
+ "repo": "formkit/auto-animate",
432
+ "npm": "@formkit/auto-animate",
433
+ "icon": "auto-animate.svg",
434
+ "github": "https://github.com/formkit/auto-animate",
435
+ "website": "https://auto-animate.formkit.com",
436
+ "learn_more": "https://auto-animate.formkit.com",
437
+ "category": "Libraries",
438
+ "type": "3rd-party",
439
+ "maintainers": [
440
+ {
441
+ "name": "Justin Schroeder",
442
+ "github": "justin-schroeder",
443
+ "twitter": "jpschroeder"
444
+ }
445
+ ],
446
+ "compatibility": {
447
+ "nuxt": "^3.0.0",
448
+ "requires": {}
449
+ }
450
+ },
339
451
  {
340
452
  "name": "axios",
341
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
342
454
  "repo": "nuxt-community/axios-module",
343
455
  "npm": "@nuxtjs/axios",
344
456
  "icon": "axios.svg",
@@ -361,7 +473,7 @@
361
473
  },
362
474
  {
363
475
  "name": "basic-auth",
364
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
365
477
  "repo": "potato4d/nuxt-basic-auth-module",
366
478
  "npm": "nuxt-basic-auth-module",
367
479
  "icon": "",
@@ -485,7 +597,7 @@
485
597
  },
486
598
  {
487
599
  "name": "bulma-slim",
488
- "description": "Nuxt.js module to automatically make a slim Bulma build of used features with Purgecss",
600
+ "description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
489
601
  "repo": "mustardamus/nuxt-bulma-slim",
490
602
  "npm": "nuxt-bulma-slim",
491
603
  "icon": "bulma.png",
@@ -552,7 +664,7 @@
552
664
  },
553
665
  {
554
666
  "name": "canvas-sketch",
555
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
667
+ "description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
556
668
  "repo": "LuXDAmore/generative-art",
557
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
558
670
  "icon": "",
@@ -575,7 +687,7 @@
575
687
  },
576
688
  {
577
689
  "name": "capo",
578
- "description": "Capo.js implementation for Nuxt 3",
690
+ "description": "Capo.js implementation for Nuxt",
579
691
  "repo": "danielroe/nuxt-capo",
580
692
  "npm": "nuxt-capo",
581
693
  "icon": "",
@@ -597,7 +709,7 @@
597
709
  },
598
710
  {
599
711
  "name": "chakra-ui",
600
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
601
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
602
714
  "npm": "@chakra-ui/nuxt",
603
715
  "icon": "chakra-ui.png",
@@ -708,7 +820,7 @@
708
820
  },
709
821
  {
710
822
  "name": "cloudcms",
711
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
712
824
  "repo": "gitana/cloudcms-nuxt",
713
825
  "npm": "cloudcms-nuxt",
714
826
  "icon": "",
@@ -757,11 +869,11 @@
757
869
  },
758
870
  {
759
871
  "name": "cloudinary",
760
- "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
762
874
  "npm": "@nuxtjs/cloudinary",
763
875
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
877
  "website": "https://cloudinary.nuxtjs.org",
766
878
  "learn_more": "https://cloudinary.com",
767
879
  "category": "Images",
@@ -780,11 +892,11 @@
780
892
  },
781
893
  {
782
894
  "name": "color-mode",
783
- "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
785
897
  "npm": "@nuxtjs/color-mode",
786
898
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
788
900
  "website": "https://color-mode.nuxtjs.org",
789
901
  "learn_more": "",
790
902
  "category": "UI",
@@ -1001,7 +1113,7 @@
1001
1113
  },
1002
1114
  {
1003
1115
  "name": "darkmode.js",
1004
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1005
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1006
1118
  "npm": "nuxtjs-darkmode-js-module",
1007
1119
  "icon": "darkmode.png",
@@ -1023,7 +1135,7 @@
1023
1135
  },
1024
1136
  {
1025
1137
  "name": "date-fns",
1026
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1027
1139
  "repo": "nuxt-community/date-fns-module",
1028
1140
  "npm": "@nuxtjs/date-fns",
1029
1141
  "icon": "date-fns.png",
@@ -1045,7 +1157,7 @@
1045
1157
  },
1046
1158
  {
1047
1159
  "name": "datocms-nuxt2",
1048
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1049
1161
  "repo": "voorhoede/nuxt-datocms-module",
1050
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1051
1163
  "icon": "datocms.svg",
@@ -1114,8 +1226,8 @@
1114
1226
  },
1115
1227
  {
1116
1228
  "name": "delay-hydration",
1117
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1231
  "npm": "nuxt-delay-hydration",
1120
1232
  "icon": "lighthouse.svg",
1121
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1137,12 +1249,12 @@
1137
1249
  },
1138
1250
  {
1139
1251
  "name": "device",
1140
- "description": "Device detection module for Nuxt.js",
1141
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1142
1254
  "npm": "@nuxtjs/device",
1143
1255
  "icon": "",
1144
- "github": "https://github.com/nuxt-community/device-module",
1145
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1146
1258
  "learn_more": "",
1147
1259
  "category": "Extensions",
1148
1260
  "type": "community",
@@ -1182,13 +1294,13 @@
1182
1294
  },
1183
1295
  {
1184
1296
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1298
  "repo": "intevel/nuxt-directus",
1187
1299
  "npm": "nuxt-directus",
1188
1300
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1192
1304
  "category": "CMS",
1193
1305
  "type": "3rd-party",
1194
1306
  "maintainers": [
@@ -1199,15 +1311,36 @@
1199
1311
  }
1200
1312
  ],
1201
1313
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1317
+ }
1318
+ },
1319
+ {
1320
+ "name": "disqus",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1322
+ "repo": "modbender/nuxt-disqus",
1323
+ "npm": "nuxt-disqus",
1324
+ "icon": "disqus.svg",
1325
+ "github": "https://github.com/modbender/nuxt-disqus",
1326
+ "website": "https://github.com/modbender/nuxt-disqus",
1327
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1328
+ "category": "Libraries",
1329
+ "type": "3rd-party",
1330
+ "maintainers": [
1331
+ {
1332
+ "name": "modbender",
1333
+ "github": "modbender"
1205
1334
  }
1335
+ ],
1336
+ "compatibility": {
1337
+ "nuxt": "^3.0.0",
1338
+ "requires": {}
1206
1339
  }
1207
1340
  },
1208
1341
  {
1209
1342
  "name": "dotenv",
1210
- "description": "A Nuxt.js module that loads your .env file into your context options",
1343
+ "description": "A Nuxt module that loads your .env file into your context options",
1211
1344
  "repo": "nuxt-community/dotenv-module",
1212
1345
  "npm": "@nuxtjs/dotenv",
1213
1346
  "icon": "dotenv.png",
@@ -1229,7 +1362,7 @@
1229
1362
  },
1230
1363
  {
1231
1364
  "name": "drupal-ce",
1232
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1233
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1234
1367
  "npm": "nuxtjs-drupal-ce",
1235
1368
  "icon": "drupal-ce.png",
@@ -1262,7 +1395,7 @@
1262
1395
  },
1263
1396
  {
1264
1397
  "name": "druxt",
1265
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1398
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1266
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1267
1400
  "npm": "druxt",
1268
1401
  "icon": "druxt.svg",
@@ -1282,6 +1415,29 @@
1282
1415
  "requires": {}
1283
1416
  }
1284
1417
  },
1418
+ {
1419
+ "name": "edgedb",
1420
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1421
+ "repo": "Tahul/nuxt-edgedb",
1422
+ "npm": "nuxt-edgedb-module",
1423
+ "icon": "edgedb.svg",
1424
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1425
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1426
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1427
+ "category": "Database",
1428
+ "type": "3rd-party",
1429
+ "maintainers": [
1430
+ {
1431
+ "name": "Yaël Guilloux",
1432
+ "github": "Tahul",
1433
+ "twitter": "yaeeelglx"
1434
+ }
1435
+ ],
1436
+ "compatibility": {
1437
+ "nuxt": "^3.8.0",
1438
+ "requires": {}
1439
+ }
1440
+ },
1285
1441
  {
1286
1442
  "name": "electron",
1287
1443
  "description": "Integrate Nuxt and Electron.",
@@ -1330,7 +1486,7 @@
1330
1486
  },
1331
1487
  {
1332
1488
  "name": "emotion",
1333
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1334
1490
  "repo": "nuxt-modules/emotion",
1335
1491
  "npm": "@nuxtjs/emotion",
1336
1492
  "icon": "emotion.png",
@@ -1358,7 +1514,7 @@
1358
1514
  },
1359
1515
  {
1360
1516
  "name": "eslint",
1361
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1362
1518
  "repo": "nuxt-community/eslint-module",
1363
1519
  "npm": "@nuxtjs/eslint-module",
1364
1520
  "icon": "eslint.png",
@@ -1380,7 +1536,7 @@
1380
1536
  },
1381
1537
  {
1382
1538
  "name": "event-trace",
1383
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1384
1540
  "repo": "nuxt-community/nuxt-event-trace",
1385
1541
  "npm": "nuxt-event-trace",
1386
1542
  "icon": "",
@@ -1424,7 +1580,7 @@
1424
1580
  },
1425
1581
  {
1426
1582
  "name": "feature-toggle",
1427
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1428
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1429
1585
  "npm": "nuxt-feature-toggle",
1430
1586
  "icon": "",
@@ -1491,7 +1647,7 @@
1491
1647
  },
1492
1648
  {
1493
1649
  "name": "floating-prompt-module",
1494
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1650
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1495
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1496
1652
  "npm": "nuxt-floating-prompt-module",
1497
1653
  "icon": "",
@@ -1603,11 +1759,11 @@
1603
1759
  {
1604
1760
  "name": "form-actions",
1605
1761
  "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",
1762
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1763
  "npm": "@hebilicious/form-actions-nuxt",
1608
1764
  "icon": "form-actions.svg",
1609
1765
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1767
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1768
  "category": "Request",
1613
1769
  "type": "3rd-party",
@@ -1619,7 +1775,7 @@
1619
1775
  }
1620
1776
  ],
1621
1777
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1778
+ "nuxt": "^3.7.0",
1623
1779
  "requires": {}
1624
1780
  }
1625
1781
  },
@@ -1697,7 +1853,7 @@
1697
1853
  },
1698
1854
  {
1699
1855
  "name": "google-adsense",
1700
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1701
1857
  "repo": "nuxt-community/google-adsense-module",
1702
1858
  "npm": "@nuxtjs/google-adsense",
1703
1859
  "icon": "google-adsense.png",
@@ -1723,7 +1879,7 @@
1723
1879
  },
1724
1880
  {
1725
1881
  "name": "google-analytics",
1726
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1727
1883
  "repo": "nuxt-community/analytics-module",
1728
1884
  "npm": "@nuxtjs/google-analytics",
1729
1885
  "icon": "google-analytics.png",
@@ -1755,12 +1911,12 @@
1755
1911
  },
1756
1912
  {
1757
1913
  "name": "google-fonts",
1758
- "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1914
+ "description": "Google Fonts module for Nuxt",
1915
+ "repo": "nuxt-modules/google-fonts",
1760
1916
  "npm": "@nuxtjs/google-fonts",
1761
1917
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1918
+ "github": "https://github.com/nuxt-modules/google-fonts",
1919
+ "website": "https://google-fonts.nuxtjs.org",
1764
1920
  "learn_more": "https://developers.google.com/fonts",
1765
1921
  "category": "Fonts",
1766
1922
  "type": "community",
@@ -1779,7 +1935,7 @@
1779
1935
  },
1780
1936
  {
1781
1937
  "name": "google-gtag",
1782
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1783
1939
  "repo": "nuxt-community/google-gtag",
1784
1940
  "npm": "@nuxtjs/google-gtag",
1785
1941
  "icon": "gtm.png",
@@ -1805,7 +1961,7 @@
1805
1961
  },
1806
1962
  {
1807
1963
  "name": "google-optimize",
1808
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1809
1965
  "repo": "nuxt-community/google-optimize-module",
1810
1966
  "npm": "nuxt-google-optimize",
1811
1967
  "icon": "google-optimize.png",
@@ -1860,7 +2016,7 @@
1860
2016
  },
1861
2017
  {
1862
2018
  "name": "graphql-request",
1863
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1864
2020
  "repo": "gomah/nuxt-graphql-request",
1865
2021
  "npm": "nuxt-graphql-request",
1866
2022
  "icon": "graphql-request.png",
@@ -1876,7 +2032,7 @@
1876
2032
  }
1877
2033
  ],
1878
2034
  "compatibility": {
1879
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1880
2036
  "requires": {}
1881
2037
  }
1882
2038
  },
@@ -1899,12 +2055,13 @@
1899
2055
  ],
1900
2056
  "compatibility": {
1901
2057
  "nuxt": "^3.0.0",
1902
- "requires": {}
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
1903
2060
  }
1904
2061
  },
1905
2062
  {
1906
2063
  "name": "gtag",
1907
- "description": "Google Analytics integration for Nuxt 3",
2064
+ "description": "Google Analytics integration for Nuxt",
1908
2065
  "repo": "johannschopplich/nuxt-gtag",
1909
2066
  "npm": "nuxt-gtag",
1910
2067
  "icon": "gtag.svg",
@@ -1928,7 +2085,7 @@
1928
2085
  },
1929
2086
  {
1930
2087
  "name": "gtm",
1931
- "description": "Google Tag Manager Module for Nuxt.js",
2088
+ "description": "Google Tag Manager Module for Nuxt",
1932
2089
  "repo": "nuxt-community/gtm-module",
1933
2090
  "npm": "@nuxtjs/gtm",
1934
2091
  "icon": "gtm.png",
@@ -1951,7 +2108,7 @@
1951
2108
  },
1952
2109
  {
1953
2110
  "name": "guess",
1954
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
1955
2112
  "repo": "nuxt-community/guess-module",
1956
2113
  "npm": "@nuxtjs/guess-module",
1957
2114
  "icon": "guessjs.png",
@@ -2063,7 +2220,7 @@
2063
2220
  },
2064
2221
  {
2065
2222
  "name": "helmet",
2066
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
2067
2224
  "repo": "victor-perez/nuxt-helmet",
2068
2225
  "npm": "nuxt-helmet",
2069
2226
  "icon": "",
@@ -2107,7 +2264,7 @@
2107
2264
  },
2108
2265
  {
2109
2266
  "name": "history-state",
2110
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
2111
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
2112
2269
  "npm": "nuxt-history-state",
2113
2270
  "icon": "",
@@ -2176,7 +2333,7 @@
2176
2333
  },
2177
2334
  {
2178
2335
  "name": "http",
2179
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
2180
2337
  "repo": "nuxt/http",
2181
2338
  "npm": "@nuxt/http",
2182
2339
  "icon": "http.png",
@@ -2204,7 +2361,7 @@
2204
2361
  },
2205
2362
  {
2206
2363
  "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.",
2364
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2208
2365
  "repo": "Luxdamore/nuxt-humans-txt",
2209
2366
  "npm": "@luxdamore/nuxt-humans-txt",
2210
2367
  "icon": "",
@@ -2228,11 +2385,11 @@
2228
2385
  {
2229
2386
  "name": "i18n",
2230
2387
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2388
+ "repo": "nuxt-modules/i18n",
2232
2389
  "npm": "@nuxtjs/i18n",
2233
2390
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2391
+ "github": "https://github.com/nuxt-modules/i18n",
2392
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2393
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2394
  "category": "Extensions",
2238
2395
  "type": "community",
@@ -2292,7 +2449,8 @@
2292
2449
  ],
2293
2450
  "compatibility": {
2294
2451
  "nuxt": "^3.0.0",
2295
- "requires": {}
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2296
2454
  }
2297
2455
  },
2298
2456
  {
@@ -2341,12 +2499,12 @@
2341
2499
  },
2342
2500
  {
2343
2501
  "name": "image",
2344
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2502
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2345
2503
  "repo": "nuxt/image",
2346
2504
  "npm": "@nuxt/image",
2347
2505
  "icon": "image.png",
2348
2506
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2507
+ "website": "https://image.nuxt.com",
2350
2508
  "learn_more": "",
2351
2509
  "category": "Images",
2352
2510
  "type": "official",
@@ -2356,6 +2514,11 @@
2356
2514
  "github": "farnabaz",
2357
2515
  "twitter": "a_birang"
2358
2516
  },
2517
+ {
2518
+ "name": "Daniel Roe",
2519
+ "github": "danielroe",
2520
+ "twitter": "danielcroe"
2521
+ },
2359
2522
  {
2360
2523
  "name": "Pooya Parsa",
2361
2524
  "github": "pi0",
@@ -2376,7 +2539,7 @@
2376
2539
  },
2377
2540
  {
2378
2541
  "name": "imagemin",
2379
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2542
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2380
2543
  "repo": "nuxt-community/imagemin-module",
2381
2544
  "npm": "@nuxtjs/imagemin",
2382
2545
  "icon": "imagemin.png",
@@ -2423,7 +2586,7 @@
2423
2586
  },
2424
2587
  {
2425
2588
  "name": "intercom",
2426
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2589
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2427
2590
  "repo": "hex-digital/nuxt-intercom",
2428
2591
  "npm": "@hexdigital/nuxt-intercom",
2429
2592
  "icon": "intercom.png",
@@ -2468,7 +2631,7 @@
2468
2631
  },
2469
2632
  {
2470
2633
  "name": "jsonapi",
2471
- "description": "Easy JSON:API client integration for Nuxt.js",
2634
+ "description": "Easy JSON:API client integration for Nuxt",
2472
2635
  "repo": "patrickcate/nuxt-jsonapi",
2473
2636
  "npm": "nuxt-jsonapi",
2474
2637
  "icon": "jsonapi.svg",
@@ -2510,9 +2673,36 @@
2510
2673
  "requires": {}
2511
2674
  }
2512
2675
  },
2676
+ {
2677
+ "name": "kinde",
2678
+ "description": "Kinde authentication integration for Nuxt",
2679
+ "repo": "nuxt-modules/kinde",
2680
+ "npm": "@nuxtjs/kinde",
2681
+ "icon": "kinde.svg",
2682
+ "github": "https://github.com/nuxt-modules/kinde",
2683
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2684
+ "learn_more": "https://kinde.com/",
2685
+ "category": "Security",
2686
+ "type": "community",
2687
+ "maintainers": [
2688
+ {
2689
+ "name": "danielroe",
2690
+ "github": "danielroe"
2691
+ },
2692
+ {
2693
+ "name": "daveordead",
2694
+ "github": "DaveOrDead",
2695
+ "twitter": "dave_or_dead"
2696
+ }
2697
+ ],
2698
+ "compatibility": {
2699
+ "nuxt": "^3.0.0",
2700
+ "requires": {}
2701
+ }
2702
+ },
2513
2703
  {
2514
2704
  "name": "kql",
2515
- "description": "Nuxt 3 module for Kirby's Query Language API",
2705
+ "description": "Nuxt module for Kirby's Query Language API",
2516
2706
  "repo": "johannschopplich/nuxt-kql",
2517
2707
  "npm": "nuxt-kql",
2518
2708
  "icon": "kql.svg",
@@ -2536,7 +2726,7 @@
2536
2726
  },
2537
2727
  {
2538
2728
  "name": "laravel-echo",
2539
- "description": "Laravel Echo for Nuxt.js",
2729
+ "description": "Laravel Echo for Nuxt",
2540
2730
  "repo": "nuxt-community/laravel-echo",
2541
2731
  "npm": "@nuxtjs/laravel-echo",
2542
2732
  "icon": "laravel-echo.png",
@@ -2624,13 +2814,13 @@
2624
2814
  },
2625
2815
  {
2626
2816
  "name": "link-checker",
2627
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2817
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2628
2818
  "repo": "harlan-zw/nuxt-link-checker",
2629
2819
  "npm": "nuxt-link-checker",
2630
- "icon": "",
2820
+ "icon": "link-checker.svg",
2631
2821
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2632
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2633
- "learn_more": "",
2822
+ "website": "https://nuxtseo.com/link-checker",
2823
+ "learn_more": "https://nuxtseo.com/link-checker",
2634
2824
  "category": "SEO",
2635
2825
  "type": "3rd-party",
2636
2826
  "maintainers": [
@@ -2643,7 +2833,8 @@
2643
2833
  ],
2644
2834
  "compatibility": {
2645
2835
  "nuxt": "^3.0.0",
2646
- "requires": {}
2836
+ "requires": {},
2837
+ "devtools": "^0.0.0"
2647
2838
  }
2648
2839
  },
2649
2840
  {
@@ -2720,12 +2911,12 @@
2720
2911
  },
2721
2912
  {
2722
2913
  "name": "logrocket",
2723
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2724
- "repo": "nuxt-community/nuxt-logrocket",
2914
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2915
+ "repo": "nuxt-modules/logrocket",
2725
2916
  "npm": "nuxt-logrocket",
2726
2917
  "icon": "logrocket.png",
2727
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2728
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2918
+ "github": "https://github.com/nuxt-modules/logrocket",
2919
+ "website": "https://github.com/nuxt-modules/logrocket",
2729
2920
  "learn_more": "https://docs.logrocket.com/docs",
2730
2921
  "category": "Monitoring",
2731
2922
  "type": "community",
@@ -2741,9 +2932,35 @@
2741
2932
  "requires": {}
2742
2933
  }
2743
2934
  },
2935
+ {
2936
+ "name": "lucide-icons",
2937
+ "description": "Nuxt module to integrate Lucide icons",
2938
+ "repo": "swisnl/nuxt-lucide-icons",
2939
+ "npm": "nuxt-lucide-icons",
2940
+ "icon": "lucide-icons.svg",
2941
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2942
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2943
+ "learn_more": "",
2944
+ "category": "UI",
2945
+ "type": "3rd-party",
2946
+ "maintainers": [
2947
+ {
2948
+ "name": "SWIS",
2949
+ "github": "swisnl"
2950
+ },
2951
+ {
2952
+ "name": "Jasper Zonneveld",
2953
+ "github": "JaZo"
2954
+ }
2955
+ ],
2956
+ "compatibility": {
2957
+ "nuxt": "^3.0.0",
2958
+ "requires": {}
2959
+ }
2960
+ },
2744
2961
  {
2745
2962
  "name": "lunr",
2746
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
2963
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2747
2964
  "repo": "nuxt-community/lunr-module",
2748
2965
  "npm": "@nuxtjs/lunr-module",
2749
2966
  "icon": "",
@@ -2831,6 +3048,28 @@
2831
3048
  "requires": {}
2832
3049
  }
2833
3050
  },
3051
+ {
3052
+ "name": "maz-ui",
3053
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3054
+ "repo": "louismazel/maz-ui",
3055
+ "npm": "maz-ui",
3056
+ "icon": "maz-ui.png",
3057
+ "github": "https://github.com/louismazel/maz-ui",
3058
+ "website": "https://louismazel.github.io/maz-ui-3/",
3059
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3060
+ "category": "UI",
3061
+ "type": "community",
3062
+ "maintainers": [
3063
+ {
3064
+ "name": "Loïc Mazuel",
3065
+ "github": "LouisMazel"
3066
+ }
3067
+ ],
3068
+ "compatibility": {
3069
+ "nuxt": "^3.0.0",
3070
+ "requires": {}
3071
+ }
3072
+ },
2834
3073
  {
2835
3074
  "name": "mdx",
2836
3075
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2856,7 +3095,7 @@
2856
3095
  },
2857
3096
  {
2858
3097
  "name": "medusa",
2859
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3098
+ "description": "Easily connect to Medusa from your Nuxt application",
2860
3099
  "repo": "Baroshem/nuxt-medusa",
2861
3100
  "npm": "nuxt-medusa",
2862
3101
  "icon": "medusa.svg",
@@ -2881,7 +3120,7 @@
2881
3120
  },
2882
3121
  {
2883
3122
  "name": "meilisearch",
2884
- "description": "Meilisearch Instant Search module for Nuxt 3",
3123
+ "description": "Meilisearch Instant Search module for Nuxt",
2885
3124
  "repo": "xlanex6/nuxt-meilisearch",
2886
3125
  "npm": "nuxt-meilisearch",
2887
3126
  "icon": "meilisearch.svg",
@@ -2901,7 +3140,8 @@
2901
3140
  "nuxt": "^3.0.0",
2902
3141
  "requires": {
2903
3142
  "bridge": false
2904
- }
3143
+ },
3144
+ "devtools": "^0.0.0"
2905
3145
  }
2906
3146
  },
2907
3147
  {
@@ -2973,7 +3213,7 @@
2973
3213
  },
2974
3214
  {
2975
3215
  "name": "moment",
2976
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3216
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
2977
3217
  "repo": "nuxt-community/moment-module",
2978
3218
  "npm": "@nuxtjs/moment",
2979
3219
  "icon": "momentjs.png",
@@ -3000,7 +3240,7 @@
3000
3240
  },
3001
3241
  {
3002
3242
  "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.",
3243
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3004
3244
  "repo": "vanhoofmaarten/nuxt-mq",
3005
3245
  "npm": "nuxt-mq",
3006
3246
  "icon": "",
@@ -3044,7 +3284,7 @@
3044
3284
  },
3045
3285
  {
3046
3286
  "name": "netlify-cache",
3047
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3287
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3048
3288
  "repo": "DreaMinder/nuxt-netlify-cache",
3049
3289
  "npm": "nuxt-netlify-cache",
3050
3290
  "icon": "netlify.png",
@@ -3089,7 +3329,7 @@
3089
3329
  },
3090
3330
  {
3091
3331
  "name": "netlify",
3092
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3332
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3093
3333
  "repo": "bazzite/nuxt-netlify",
3094
3334
  "npm": "@aceforth/nuxt-netlify",
3095
3335
  "icon": "netlify.png",
@@ -3182,30 +3422,97 @@
3182
3422
  }
3183
3423
  },
3184
3424
  {
3185
- "name": "nuxt-auth",
3186
- "description": "",
3187
- "repo": "sidebase/nuxt-auth",
3188
- "npm": "@sidebase/nuxt-auth",
3425
+ "name": "nuxt-anchorscroll",
3426
+ "description": "Scroll to top and to anchor support for Nuxt",
3427
+ "repo": "helltraitor/nuxt-anchorscroll",
3428
+ "npm": "nuxt-anchorscroll",
3189
3429
  "icon": "",
3190
- "github": "https://github.com/sidebase/nuxt-auth",
3191
- "website": "https://github.com/sidebase/nuxt-auth",
3430
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3431
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3192
3432
  "learn_more": "",
3193
- "category": "Devtools",
3433
+ "category": "UI",
3194
3434
  "type": "3rd-party",
3195
3435
  "maintainers": [
3196
3436
  {
3197
- "name": "sidebase",
3198
- "github": "sidebase"
3437
+ "name": "Helltraitor",
3438
+ "github": "helltraitor"
3199
3439
  }
3200
3440
  ],
3201
3441
  "compatibility": {
3202
- "nuxt": "^2.0.0",
3442
+ "nuxt": "^3.0.0",
3443
+ "requires": {}
3444
+ }
3445
+ },
3446
+ {
3447
+ "name": "nuxt-auth-sanctum",
3448
+ "description": "Nuxt module for Laravel Sanctum authentication",
3449
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3450
+ "npm": "nuxt-auth-sanctum",
3451
+ "icon": "laravel.svg",
3452
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3453
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3454
+ "learn_more": "",
3455
+ "category": "Security",
3456
+ "type": "3rd-party",
3457
+ "maintainers": [
3458
+ {
3459
+ "name": "Artem Manchenkov",
3460
+ "github": "manchenkoff",
3461
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3462
+ }
3463
+ ],
3464
+ "compatibility": {
3465
+ "nuxt": "^3.0.0",
3466
+ "requires": {}
3467
+ }
3468
+ },
3469
+ {
3470
+ "name": "nuxt-basic-auth",
3471
+ "description": "Nuxt Module for Basic Authentication",
3472
+ "repo": "kgierke/nuxt-basic-auth",
3473
+ "npm": "@kgierke/nuxt-basic-auth",
3474
+ "icon": "",
3475
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3476
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3477
+ "learn_more": "",
3478
+ "category": "Security",
3479
+ "type": "3rd-party",
3480
+ "maintainers": [
3481
+ {
3482
+ "name": "kgierke",
3483
+ "github": "kgierke"
3484
+ }
3485
+ ],
3486
+ "compatibility": {
3487
+ "nuxt": "^3.0.0",
3488
+ "requires": {}
3489
+ }
3490
+ },
3491
+ {
3492
+ "name": "nuxt-bootstrap-icons",
3493
+ "description": "Just a simple integration for Bootstrap Icons",
3494
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3495
+ "npm": "nuxt-bootstrap-icons",
3496
+ "icon": "bootstrap-icons.svg",
3497
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3498
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3499
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3500
+ "category": "UI",
3501
+ "type": "3rd-party",
3502
+ "maintainers": [
3503
+ {
3504
+ "name": "OyewoleOyedeji",
3505
+ "github": "OyewoleOyedeji"
3506
+ }
3507
+ ],
3508
+ "compatibility": {
3509
+ "nuxt": "^3.0.0",
3203
3510
  "requires": {}
3204
3511
  }
3205
3512
  },
3206
3513
  {
3207
3514
  "name": "nuxt-chatgpt",
3208
- "description": "ChatGPT integration for Nuxt 3",
3515
+ "description": "ChatGPT integration for Nuxt",
3209
3516
  "repo": "schnapsterdog/nuxt-chatgpt",
3210
3517
  "npm": "nuxt-chatgpt",
3211
3518
  "icon": "chatgpt.svg",
@@ -3225,6 +3532,54 @@
3225
3532
  "requires": {}
3226
3533
  }
3227
3534
  },
3535
+ {
3536
+ "name": "nuxt-facebook-chat",
3537
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3538
+ "repo": "superdev-tech/nuxt-facebook-chat",
3539
+ "npm": "nuxt-facebook-chat",
3540
+ "icon": "nuxt-facebook-chat.svg",
3541
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3542
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3543
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3544
+ "category": "Libraries",
3545
+ "type": "3rd-party",
3546
+ "maintainers": [
3547
+ {
3548
+ "name": "Supanut Dokmaithong",
3549
+ "github": "Boomgeek"
3550
+ },
3551
+ {
3552
+ "name": "superdev-tech",
3553
+ "github": "superdev-tech"
3554
+ }
3555
+ ],
3556
+ "compatibility": {
3557
+ "nuxt": "^3.0.0",
3558
+ "requires": {}
3559
+ }
3560
+ },
3561
+ {
3562
+ "name": "nuxt-feedme",
3563
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3564
+ "repo": "helltraitor/nuxt-feedme",
3565
+ "npm": "nuxt-feedme",
3566
+ "icon": "",
3567
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3568
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3569
+ "learn_more": "",
3570
+ "category": "SEO",
3571
+ "type": "3rd-party",
3572
+ "maintainers": [
3573
+ {
3574
+ "name": "Helltraitor",
3575
+ "github": "helltraitor"
3576
+ }
3577
+ ],
3578
+ "compatibility": {
3579
+ "nuxt": "^3.0.0",
3580
+ "requires": {}
3581
+ }
3582
+ },
3228
3583
  {
3229
3584
  "name": "nuxt-graphql-middleware",
3230
3585
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3278,7 +3633,7 @@
3278
3633
  },
3279
3634
  {
3280
3635
  "name": "nuxt-gtm",
3281
- "description": "A Nuxt.js module for Google Tag Manager",
3636
+ "description": "A Nuxt module for Google Tag Manager",
3282
3637
  "repo": "zadigetvoltaire/nuxt-gtm",
3283
3638
  "npm": "@zadigetvoltaire/nuxt-gtm",
3284
3639
  "icon": "nuxt-gtm.svg",
@@ -3295,7 +3650,8 @@
3295
3650
  ],
3296
3651
  "compatibility": {
3297
3652
  "nuxt": "^3.0.0",
3298
- "requires": {}
3653
+ "requires": {},
3654
+ "devtools": "^0.0.0"
3299
3655
  }
3300
3656
  },
3301
3657
  {
@@ -3322,6 +3678,28 @@
3322
3678
  }
3323
3679
  }
3324
3680
  },
3681
+ {
3682
+ "name": "nuxt-jsonld",
3683
+ "description": "Manage JSON-LD in Vue component.",
3684
+ "repo": "ymmooot/nuxt-jsonld",
3685
+ "npm": "nuxt-jsonld",
3686
+ "icon": "",
3687
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3688
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3689
+ "learn_more": "",
3690
+ "category": "SEO",
3691
+ "type": "3rd-party",
3692
+ "maintainers": [
3693
+ {
3694
+ "name": "ymmooot",
3695
+ "github": "ymmooot"
3696
+ }
3697
+ ],
3698
+ "compatibility": {
3699
+ "nuxt": "^3.0.0",
3700
+ "requires": {}
3701
+ }
3702
+ },
3325
3703
  {
3326
3704
  "name": "nuxt-localtunnel",
3327
3705
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3347,7 +3725,7 @@
3347
3725
  },
3348
3726
  {
3349
3727
  "name": "nuxt-loco",
3350
- "description": "A localise.biz module to synth locale with Nuxt.js",
3728
+ "description": "A localise.biz module to synth locale with Nuxt",
3351
3729
  "repo": "gaetansenn/nuxt-loco",
3352
3730
  "npm": "nuxt-loco",
3353
3731
  "icon": "",
@@ -3369,9 +3747,31 @@
3369
3747
  }
3370
3748
  },
3371
3749
  {
3372
- "name": "nuxt-mapbox",
3373
- "description": "Elegant Mapbox integration with Nuxt",
3374
- "repo": "AlexLavoie42/Nuxt-Mapbox",
3750
+ "name": "nuxt-mail",
3751
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3752
+ "repo": "dword-design/nuxt-mail",
3753
+ "npm": "nuxt-mail",
3754
+ "icon": "",
3755
+ "github": "https://github.com/dword-design/nuxt-mail",
3756
+ "website": "https://github.com/dword-design/nuxt-mail",
3757
+ "learn_more": "",
3758
+ "category": "Extensions",
3759
+ "type": "3rd-party",
3760
+ "maintainers": [
3761
+ {
3762
+ "name": "Sebastian Landwehr",
3763
+ "github": "dword-design"
3764
+ }
3765
+ ],
3766
+ "compatibility": {
3767
+ "nuxt": "^2.0.0 || ^3.0.0",
3768
+ "requires": {}
3769
+ }
3770
+ },
3771
+ {
3772
+ "name": "nuxt-mapbox",
3773
+ "description": "Elegant Mapbox integration with Nuxt",
3774
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3375
3775
  "npm": "nuxt-mapbox",
3376
3776
  "icon": "nuxt-mapbox.svg",
3377
3777
  "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
@@ -3390,6 +3790,28 @@
3390
3790
  "requires": {}
3391
3791
  }
3392
3792
  },
3793
+ {
3794
+ "name": "nuxt-mdi",
3795
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3796
+ "repo": "ERPedersen/nuxt-mdi",
3797
+ "npm": "nuxt-mdi",
3798
+ "icon": "mdi.png",
3799
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3800
+ "website": "https://nuxt-mdi.emilrosenius.com",
3801
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3802
+ "category": "Libraries",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "Emil Rosenius",
3807
+ "github": "ERPedersen"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3393
3815
  {
3394
3816
  "name": "nuxt-monaco-editor",
3395
3817
  "description": "Integrate monaco-editor with Nuxt",
@@ -3414,7 +3836,7 @@
3414
3836
  },
3415
3837
  {
3416
3838
  "name": "nuxt-mongoose",
3417
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3839
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3418
3840
  "repo": "arashsheyda/nuxt-mongoose",
3419
3841
  "npm": "nuxt-mongoose",
3420
3842
  "icon": "nuxt-mongoose.svg",
@@ -3429,6 +3851,30 @@
3429
3851
  "github": "arashsheyda"
3430
3852
  }
3431
3853
  ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {},
3857
+ "devtools": "^0.0.0"
3858
+ }
3859
+ },
3860
+ {
3861
+ "name": "nuxt-payload-analyzer",
3862
+ "description": "Analyze Nuxt Payload Size",
3863
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3864
+ "npm": "nuxt-payload-analyzer",
3865
+ "icon": "",
3866
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3867
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3868
+ "learn_more": "",
3869
+ "category": "Performance",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Barbapapazes",
3874
+ "github": "Barbapapazes",
3875
+ "twitter": "soubiran_"
3876
+ }
3877
+ ],
3432
3878
  "compatibility": {
3433
3879
  "nuxt": "^3.0.0",
3434
3880
  "requires": {}
@@ -3503,7 +3949,7 @@
3503
3949
  },
3504
3950
  {
3505
3951
  "name": "plausible",
3506
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3952
+ "description": "Nuxt module to natively integrate Plausible analytics",
3507
3953
  "repo": "nuxt-modules/plausible",
3508
3954
  "npm": "@nuxtjs/plausible",
3509
3955
  "icon": "plausible.png",
@@ -3525,7 +3971,7 @@
3525
3971
  },
3526
3972
  {
3527
3973
  "name": "nuxt-plotly",
3528
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3974
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3529
3975
  "repo": "superdev-tech/nuxt-plotly",
3530
3976
  "npm": "nuxt-plotly",
3531
3977
  "icon": "nuxt-plotly.svg",
@@ -3545,13 +3991,13 @@
3545
3991
  }
3546
3992
  ],
3547
3993
  "compatibility": {
3548
- "nuxt": "^3.6.0",
3994
+ "nuxt": "^3.0.0",
3549
3995
  "requires": {}
3550
3996
  }
3551
3997
  },
3552
3998
  {
3553
3999
  "name": "nuxt-png-to-ico",
3554
- "description": "Nuxt.js module for auto generating favicons",
4000
+ "description": "Nuxt module for auto generating favicons",
3555
4001
  "repo": "b5710546232/nuxt-png-to-ico",
3556
4002
  "npm": "nuxt-png-to-ico",
3557
4003
  "icon": "",
@@ -3574,7 +4020,7 @@
3574
4020
  },
3575
4021
  {
3576
4022
  "name": "nuxt-smartlook",
3577
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4023
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3578
4024
  "repo": "f00b4r/nuxt-smartlook",
3579
4025
  "npm": "nuxt-smartlook",
3580
4026
  "icon": "nuxt-smartlook.png",
@@ -3596,6 +4042,28 @@
3596
4042
  "requires": {}
3597
4043
  }
3598
4044
  },
4045
+ {
4046
+ "name": "nuxt-social-share",
4047
+ "description": "Simple Social Sharing for Nuxt",
4048
+ "repo": "stefanobartoletti/nuxt-social-share",
4049
+ "npm": "@stefanobartoletti/nuxt-social-share",
4050
+ "icon": "nuxt-social-share.png",
4051
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4052
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4053
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4054
+ "category": "Extensions",
4055
+ "type": "3rd-party",
4056
+ "maintainers": [
4057
+ {
4058
+ "name": "stefanobartoletti",
4059
+ "github": "stefanobartoletti"
4060
+ }
4061
+ ],
4062
+ "compatibility": {
4063
+ "nuxt": "^3.0.0",
4064
+ "requires": {}
4065
+ }
4066
+ },
3599
4067
  {
3600
4068
  "name": "ssr-lit",
3601
4069
  "description": "Server-Side Rendering for Lit Element components",
@@ -3626,7 +4094,7 @@
3626
4094
  },
3627
4095
  {
3628
4096
  "name": "nuxt-storm",
3629
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4097
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3630
4098
  "repo": "fumeapp/nuxt-storm",
3631
4099
  "npm": "nuxt-storm",
3632
4100
  "icon": "nuxt-storm.png",
@@ -3670,7 +4138,7 @@
3670
4138
  },
3671
4139
  {
3672
4140
  "name": "nuxt-unleash",
3673
- "description": "Nuxt.js module to use Unleash toggle feature services",
4141
+ "description": "Nuxt module to use Unleash toggle feature services",
3674
4142
  "repo": "conejerock/nuxt-unleash",
3675
4143
  "npm": "nuxt-unleash",
3676
4144
  "icon": "nuxt-unleash.svg",
@@ -3782,7 +4250,7 @@
3782
4250
  },
3783
4251
  {
3784
4252
  "name": "nuxt-vuetify",
3785
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4253
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3786
4254
  "repo": "invictus-codes/nuxt-vuetify",
3787
4255
  "npm": "@invictus.codes/nuxt-vuetify",
3788
4256
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3802,9 +4270,31 @@
3802
4270
  "requires": {}
3803
4271
  }
3804
4272
  },
4273
+ {
4274
+ "name": "nuxt3-leaflet",
4275
+ "description": "Leaflet integration with Nuxt",
4276
+ "repo": "Gugustinette/Nuxt-Leaflet",
4277
+ "npm": "nuxt3-leaflet",
4278
+ "icon": "leaflet.png",
4279
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4280
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4281
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4282
+ "category": "Libraries",
4283
+ "type": "3rd-party",
4284
+ "maintainers": [
4285
+ {
4286
+ "name": "Augustin MERCIER",
4287
+ "github": "Gugustinette"
4288
+ }
4289
+ ],
4290
+ "compatibility": {
4291
+ "nuxt": "^3.0.0",
4292
+ "requires": {}
4293
+ }
4294
+ },
3805
4295
  {
3806
4296
  "name": "nuxt7",
3807
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4297
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3808
4298
  "repo": "nuxt-community/nuxt7",
3809
4299
  "npm": "nuxt7",
3810
4300
  "icon": "",
@@ -3825,38 +4315,15 @@
3825
4315
  "requires": {}
3826
4316
  }
3827
4317
  },
3828
- {
3829
- "name": "nuxtlabs-ui",
3830
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3831
- "repo": "nuxtlabs/ui",
3832
- "npm": "@nuxthq/ui",
3833
- "icon": "nuxtlabs-ui.svg",
3834
- "github": "https://github.com/nuxtlabs/ui",
3835
- "website": "https://ui.nuxtlabs.com",
3836
- "learn_more": "https://ui.nuxtlabs.com",
3837
- "category": "UI",
3838
- "type": "3rd-party",
3839
- "maintainers": [
3840
- {
3841
- "name": "Benjamin Canac",
3842
- "github": "benjamincanac",
3843
- "twitter": "benjamincanac"
3844
- }
3845
- ],
3846
- "compatibility": {
3847
- "nuxt": "^3.0.0",
3848
- "requires": {}
3849
- }
3850
- },
3851
4318
  {
3852
4319
  "name": "og-image",
3853
- "description": "Easily generate dynamic social share images.",
4320
+ "description": "Enlightened runtime images generated with Vue templates.",
3854
4321
  "repo": "harlan-zw/nuxt-og-image",
3855
4322
  "npm": "nuxt-og-image",
3856
- "icon": "",
4323
+ "icon": "og-image.svg",
3857
4324
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3858
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3859
- "learn_more": "",
4325
+ "website": "https://nuxtseo.com/og-image",
4326
+ "learn_more": "https://nuxtseo.com/og-image",
3860
4327
  "category": "SEO",
3861
4328
  "type": "3rd-party",
3862
4329
  "maintainers": [
@@ -3869,7 +4336,8 @@
3869
4336
  ],
3870
4337
  "compatibility": {
3871
4338
  "nuxt": "^3.0.0",
3872
- "requires": {}
4339
+ "requires": {},
4340
+ "devtools": "^0.0.0"
3873
4341
  }
3874
4342
  },
3875
4343
  {
@@ -3897,7 +4365,7 @@
3897
4365
  },
3898
4366
  {
3899
4367
  "name": "optimized-images",
3900
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4368
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
3901
4369
  "repo": "juliomrqz/nuxt-optimized-images",
3902
4370
  "npm": "@aceforth/nuxt-optimized-images",
3903
4371
  "icon": "",
@@ -3942,7 +4410,7 @@
3942
4410
  },
3943
4411
  {
3944
4412
  "name": "parse",
3945
- "description": "Parse package for Nuxt.js",
4413
+ "description": "Parse package for Nuxt",
3946
4414
  "repo": "cierrateam/nuxt-parse",
3947
4415
  "npm": "nuxt-parse",
3948
4416
  "icon": "",
@@ -3962,6 +4430,29 @@
3962
4430
  "requires": {}
3963
4431
  }
3964
4432
  },
4433
+ {
4434
+ "name": "particles",
4435
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4436
+ "repo": "Joepocalyptic/nuxt-particles",
4437
+ "npm": "nuxt-particles",
4438
+ "icon": "",
4439
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4440
+ "website": "https://nuxt-particles.joeypereira.dev",
4441
+ "learn_more": "https://particles.js.org/",
4442
+ "category": "Libraries",
4443
+ "type": "3rd-party",
4444
+ "maintainers": [
4445
+ {
4446
+ "name": "Joey Pereira",
4447
+ "github": "Joepocalyptic",
4448
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4449
+ }
4450
+ ],
4451
+ "compatibility": {
4452
+ "nuxt": "^3.0.0",
4453
+ "requires": {}
4454
+ }
4455
+ },
3965
4456
  {
3966
4457
  "name": "partytown",
3967
4458
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3987,6 +4478,28 @@
3987
4478
  }
3988
4479
  }
3989
4480
  },
4481
+ {
4482
+ "name": "paypal",
4483
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4484
+ "repo": "arashsheyda/nuxt-paypal",
4485
+ "npm": "nuxt-paypal",
4486
+ "icon": "paypal.svg",
4487
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4488
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4489
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4490
+ "category": "Payment",
4491
+ "type": "3rd-party",
4492
+ "maintainers": [
4493
+ {
4494
+ "name": "Arash Sheyda",
4495
+ "github": "arashsheyda"
4496
+ }
4497
+ ],
4498
+ "compatibility": {
4499
+ "nuxt": "^3.0.0",
4500
+ "requires": {}
4501
+ }
4502
+ },
3990
4503
  {
3991
4504
  "name": "pdfeasy",
3992
4505
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4108,7 +4621,7 @@
4108
4621
  },
4109
4622
  {
4110
4623
  "name": "plausible",
4111
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4624
+ "description": "Nuxt module to natively integrate Plausible analytics",
4112
4625
  "repo": "nuxt-modules/plausible",
4113
4626
  "npm": "@nuxtjs/plausible",
4114
4627
  "icon": "",
@@ -4150,9 +4663,56 @@
4150
4663
  "requires": {}
4151
4664
  }
4152
4665
  },
4666
+ {
4667
+ "name": "prepare",
4668
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4669
+ "repo": "johannschopplich/nuxt-prepare",
4670
+ "npm": "nuxt-prepare",
4671
+ "icon": "prepare.svg",
4672
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4673
+ "website": "https://nuxt-prepare.jhnn.dev",
4674
+ "learn_more": "",
4675
+ "category": "Devtools",
4676
+ "type": "3rd-party",
4677
+ "maintainers": [
4678
+ {
4679
+ "name": "Johann Schopplich",
4680
+ "github": "johannschopplich",
4681
+ "twitter": "jschopplich",
4682
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4683
+ }
4684
+ ],
4685
+ "compatibility": {
4686
+ "nuxt": "^3.0.0",
4687
+ "requires": {}
4688
+ }
4689
+ },
4690
+ {
4691
+ "name": "primevue",
4692
+ "description": "Next Generation Vue UI Component Library",
4693
+ "repo": "primefaces/primevue-nuxt-module",
4694
+ "npm": "nuxt-primevue",
4695
+ "icon": "primevue.svg",
4696
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4697
+ "website": "https://primevue.org/",
4698
+ "learn_more": "https://primevue.org/",
4699
+ "category": "UI",
4700
+ "type": "3rd-party",
4701
+ "maintainers": [
4702
+ {
4703
+ "name": "primefaces",
4704
+ "github": "primefaces",
4705
+ "twitter": "primevue"
4706
+ }
4707
+ ],
4708
+ "compatibility": {
4709
+ "nuxt": "^3.0.0",
4710
+ "requires": {}
4711
+ }
4712
+ },
4153
4713
  {
4154
4714
  "name": "prismic",
4155
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4715
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4156
4716
  "repo": "nuxt-modules/prismic",
4157
4717
  "npm": "@nuxtjs/prismic",
4158
4718
  "icon": "prismic.png",
@@ -4219,7 +4779,7 @@
4219
4779
  },
4220
4780
  {
4221
4781
  "name": "proxy",
4222
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4782
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4223
4783
  "repo": "nuxt-community/proxy-module",
4224
4784
  "npm": "@nuxtjs/proxy",
4225
4785
  "icon": "",
@@ -4265,7 +4825,7 @@
4265
4825
  },
4266
4826
  {
4267
4827
  "name": "purgecss",
4268
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4828
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4269
4829
  "repo": "Developmint/nuxt-purgecss#main",
4270
4830
  "npm": "nuxt-purgecss",
4271
4831
  "icon": "purgecss.png",
@@ -4287,7 +4847,7 @@
4287
4847
  },
4288
4848
  {
4289
4849
  "name": "pwa",
4290
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4850
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4291
4851
  "repo": "nuxt-community/pwa-module",
4292
4852
  "npm": "@nuxtjs/pwa",
4293
4853
  "icon": "pwa.png",
@@ -4312,7 +4872,7 @@
4312
4872
  },
4313
4873
  {
4314
4874
  "name": "python",
4315
- "description": "Write Nuxt.js applications using Python",
4875
+ "description": "Write Nuxt applications using Python",
4316
4876
  "repo": "nuxt-community/python-module",
4317
4877
  "npm": "@nuxtjs/python",
4318
4878
  "icon": "python.png",
@@ -4351,7 +4911,8 @@
4351
4911
  ],
4352
4912
  "compatibility": {
4353
4913
  "nuxt": "^3.0.0",
4354
- "requires": {}
4914
+ "requires": {},
4915
+ "devtools": "^0.0.0"
4355
4916
  }
4356
4917
  },
4357
4918
  {
@@ -4359,7 +4920,7 @@
4359
4920
  "description": "radash module with auto-import and custom prefix",
4360
4921
  "repo": "bbg/nuxt-radash",
4361
4922
  "npm": "nuxt-radash",
4362
- "icon": "radash.svg",
4923
+ "icon": "radash.png",
4363
4924
  "github": "https://github.com/bbg/nuxt-radash",
4364
4925
  "website": "https://github.com/bbg/nuxt-radash#readme",
4365
4926
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4376,9 +4937,44 @@
4376
4937
  "requires": {}
4377
4938
  }
4378
4939
  },
4940
+ {
4941
+ "name": "radix-vue",
4942
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
4943
+ "repo": "radix-vue/radix-vue",
4944
+ "npm": "radix-vue",
4945
+ "icon": "radix-vue.svg",
4946
+ "github": "https://github.com/radix-vue/radix-vue",
4947
+ "website": "https://www.radix-vue.com/",
4948
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
4949
+ "category": "UI",
4950
+ "type": "3rd-party",
4951
+ "maintainers": [
4952
+ {
4953
+ "name": "Zernonia",
4954
+ "github": "zernonia",
4955
+ "twitter": "zernonia"
4956
+ },
4957
+ {
4958
+ "name": "Khairul Haaziq",
4959
+ "github": "khairulhaaziq"
4960
+ },
4961
+ {
4962
+ "name": "Mujahid Anuar",
4963
+ "github": "mujahidfa"
4964
+ },
4965
+ {
4966
+ "name": "Max",
4967
+ "github": "onmax"
4968
+ }
4969
+ ],
4970
+ "compatibility": {
4971
+ "nuxt": "^3.0.0",
4972
+ "requires": {}
4973
+ }
4974
+ },
4379
4975
  {
4380
4976
  "name": "recaptcha",
4381
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4977
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4382
4978
  "repo": "nuxt-community/recaptcha-module",
4383
4979
  "npm": "@nuxtjs/recaptcha",
4384
4980
  "icon": "recaptcha.png",
@@ -4421,9 +5017,32 @@
4421
5017
  "requires": {}
4422
5018
  }
4423
5019
  },
5020
+ {
5021
+ "name": "resend",
5022
+ "description": "Resend integration for Nuxt",
5023
+ "repo": "nhedger/nuxt-resend",
5024
+ "npm": "nuxt-resend",
5025
+ "icon": "resend.svg",
5026
+ "github": "https://github.com/nhedger/nuxt-resend",
5027
+ "website": "https://github.com/nhedger/nuxt-resend",
5028
+ "learn_more": "https://resend.com",
5029
+ "category": "Extensions",
5030
+ "type": "3rd-party",
5031
+ "maintainers": [
5032
+ {
5033
+ "name": "Nicolas Hedger",
5034
+ "github": "nhedger",
5035
+ "twitter": "nicolashedger"
5036
+ }
5037
+ ],
5038
+ "compatibility": {
5039
+ "nuxt": "^3.0.0",
5040
+ "requires": {}
5041
+ }
5042
+ },
4424
5043
  {
4425
5044
  "name": "rfg-icon",
4426
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5045
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4427
5046
  "repo": "pimlie/nuxt-rfg-icon",
4428
5047
  "npm": "nuxt-rfg-icon",
4429
5048
  "icon": "real-favicon-generator.png",
@@ -4445,12 +5064,12 @@
4445
5064
  },
4446
5065
  {
4447
5066
  "name": "robots",
4448
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4449
- "repo": "nuxt-community/robots-module",
5067
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5068
+ "repo": "nuxt-modules/robots",
4450
5069
  "npm": "@nuxtjs/robots",
4451
5070
  "icon": "robots.png",
4452
- "github": "https://github.com/nuxt-community/robots-module",
4453
- "website": "https://github.com/nuxt-community/robots-module",
5071
+ "github": "https://github.com/nuxt-modules/robots",
5072
+ "website": "https://github.com/nuxt-modules/robots",
4454
5073
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4455
5074
  "category": "SEO",
4456
5075
  "type": "community",
@@ -4469,7 +5088,7 @@
4469
5088
  },
4470
5089
  {
4471
5090
  "name": "rollbar",
4472
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5091
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4473
5092
  "repo": "gaelreyrol/nuxt-rollbar-module",
4474
5093
  "npm": "nuxt-rollbar-module",
4475
5094
  "icon": "rollbar.png",
@@ -4514,7 +5133,7 @@
4514
5133
  },
4515
5134
  {
4516
5135
  "name": "router",
4517
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5136
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4518
5137
  "repo": "nuxt-community/router-module",
4519
5138
  "npm": "@nuxtjs/router",
4520
5139
  "icon": "vue.png",
@@ -4562,13 +5181,13 @@
4562
5181
  },
4563
5182
  {
4564
5183
  "name": "schema-org",
4565
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4566
- "repo": "vueuse/schema-org#main/packages/nuxt",
5184
+ "description": "Schema.org for Nuxt.",
5185
+ "repo": "harlan-zw/nuxt-schema-org",
4567
5186
  "npm": "nuxt-schema-org",
4568
5187
  "icon": "schema-org.svg",
4569
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4570
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4571
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5188
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5189
+ "website": "https://nuxtseo.com/schema-org",
5190
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4572
5191
  "category": "SEO",
4573
5192
  "type": "3rd-party",
4574
5193
  "maintainers": [
@@ -4631,7 +5250,7 @@
4631
5250
  },
4632
5251
  {
4633
5252
  "name": "segment",
4634
- "description": "Nuxt.js module for Segment Analytics.js",
5253
+ "description": "Nuxt module for Segment Analytics.js",
4635
5254
  "repo": "dansmaculotte/nuxt-segment",
4636
5255
  "npm": "@dansmaculotte/nuxt-segment",
4637
5256
  "icon": "segment.png",
@@ -4653,10 +5272,10 @@
4653
5272
  },
4654
5273
  {
4655
5274
  "name": "sentry",
4656
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5275
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4657
5276
  "repo": "nuxt-community/sentry-module",
4658
5277
  "npm": "@nuxtjs/sentry",
4659
- "icon": "sentry.png",
5278
+ "icon": "sentry.svg",
4660
5279
  "github": "https://github.com/nuxt-community/sentry-module",
4661
5280
  "website": "https://sentry.nuxtjs.org/",
4662
5281
  "learn_more": "https://sentry.io/welcome/",
@@ -4673,14 +5292,38 @@
4673
5292
  "requires": {}
4674
5293
  }
4675
5294
  },
5295
+ {
5296
+ "name": "seo-experiments",
5297
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5298
+ "repo": "harlan-zw/nuxt-seo-experiments",
5299
+ "npm": "nuxt-seo-experiments",
5300
+ "icon": "seo-experiments.svg",
5301
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5302
+ "website": "https://nuxtseo.com/experiments",
5303
+ "learn_more": "https://nuxtseo.com/experiments",
5304
+ "category": "SEO",
5305
+ "type": "3rd-party",
5306
+ "maintainers": [
5307
+ {
5308
+ "name": "Harlan Wilton",
5309
+ "github": "harlan-zw",
5310
+ "twitter": "harlan_zw",
5311
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5312
+ }
5313
+ ],
5314
+ "compatibility": {
5315
+ "nuxt": "^3.0.0",
5316
+ "requires": {}
5317
+ }
5318
+ },
4676
5319
  {
4677
5320
  "name": "seo-kit",
4678
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5321
+ "description": "The complete SEO solution for Nuxt.",
4679
5322
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4680
5323
  "npm": "nuxt-seo-kit",
4681
5324
  "icon": "seo-kit.svg",
4682
5325
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4683
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5326
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4684
5327
  "learn_more": "",
4685
5328
  "category": "SEO",
4686
5329
  "type": "3rd-party",
@@ -4720,7 +5363,7 @@
4720
5363
  },
4721
5364
  {
4722
5365
  "name": "seomatic-meta",
4723
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5366
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4724
5367
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4725
5368
  "npm": "nuxt-seomatic-meta",
4726
5369
  "icon": "seomatic.png",
@@ -4811,7 +5454,7 @@
4811
5454
  },
4812
5455
  {
4813
5456
  "name": "shopify",
4814
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5457
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4815
5458
  "repo": "Gomah/nuxt-shopify",
4816
5459
  "npm": "nuxt-shopify",
4817
5460
  "icon": "shopify.png",
@@ -4832,7 +5475,7 @@
4832
5475
  }
4833
5476
  },
4834
5477
  {
4835
- "name": "nuxt-auth",
5478
+ "name": "sidebase-auth",
4836
5479
  "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.",
4837
5480
  "repo": "sidebase/nuxt-auth",
4838
5481
  "npm": "@sidebase/nuxt-auth",
@@ -4878,13 +5521,13 @@
4878
5521
  },
4879
5522
  {
4880
5523
  "name": "simple-robots",
4881
- "description": "Simply manage the robots crawling your Nuxt app.",
5524
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4882
5525
  "repo": "harlan-zw/nuxt-simple-robots",
4883
5526
  "npm": "nuxt-simple-robots",
4884
- "icon": "",
5527
+ "icon": "simple-robots.svg",
4885
5528
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4886
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4887
- "learn_more": "",
5529
+ "website": "https://nuxtseo.com/robots",
5530
+ "learn_more": "https://nuxtseo.com/robots",
4888
5531
  "category": "SEO",
4889
5532
  "type": "3rd-party",
4890
5533
  "maintainers": [
@@ -4902,13 +5545,13 @@
4902
5545
  },
4903
5546
  {
4904
5547
  "name": "simple-sitemap",
4905
- "description": "Simple, minimal sitemap.xml generation.",
5548
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4906
5549
  "repo": "harlan-zw/nuxt-simple-sitemap",
4907
5550
  "npm": "nuxt-simple-sitemap",
4908
- "icon": "",
5551
+ "icon": "simple-sitemap.svg",
4909
5552
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4910
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4911
- "learn_more": "",
5553
+ "website": "https://nuxtseo.com/simple-sitemap",
5554
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4912
5555
  "category": "SEO",
4913
5556
  "type": "3rd-party",
4914
5557
  "maintainers": [
@@ -4926,7 +5569,7 @@
4926
5569
  },
4927
5570
  {
4928
5571
  "name": "sitemap",
4929
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5572
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4930
5573
  "repo": "nuxt-community/sitemap-module#dev",
4931
5574
  "npm": "@nuxtjs/sitemap",
4932
5575
  "icon": "",
@@ -4971,7 +5614,7 @@
4971
5614
  },
4972
5615
  {
4973
5616
  "name": "snipcart",
4974
- "description": "Snipcart integration module for Nuxt.js",
5617
+ "description": "Snipcart integration module for Nuxt",
4975
5618
  "repo": "nuxt-modules/snipcart",
4976
5619
  "npm": "@nuxtjs/snipcart",
4977
5620
  "icon": "snipcart.png",
@@ -4994,7 +5637,7 @@
4994
5637
  },
4995
5638
  {
4996
5639
  "name": "social-meta",
4997
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5640
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
4998
5641
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4999
5642
  "npm": "nuxt-social-meta",
5000
5643
  "icon": "",
@@ -5116,7 +5759,7 @@
5116
5759
  },
5117
5760
  {
5118
5761
  "name": "storage",
5119
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5762
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5120
5763
  "repo": "mazipan/nuxt-storage",
5121
5764
  "npm": "nuxt-storage",
5122
5765
  "icon": "",
@@ -5138,7 +5781,7 @@
5138
5781
  },
5139
5782
  {
5140
5783
  "name": "storefront-ui",
5141
- "description": "Storefront UI Module for Nuxt.js",
5784
+ "description": "Storefront UI Module for Nuxt",
5142
5785
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5143
5786
  "npm": "@storefront-ui/nuxt",
5144
5787
  "icon": "storefront-ui.svg",
@@ -5182,7 +5825,7 @@
5182
5825
  },
5183
5826
  {
5184
5827
  "name": "storyblok",
5185
- "description": "Storyblok Nuxt.js module",
5828
+ "description": "Storyblok Nuxt module",
5186
5829
  "repo": "storyblok/storyblok-nuxt#master/lib",
5187
5830
  "npm": "@storyblok/nuxt",
5188
5831
  "icon": "storyblok.png",
@@ -5199,46 +5842,43 @@
5199
5842
  ],
5200
5843
  "compatibility": {
5201
5844
  "nuxt": "^2.0.0 || ^3.0.0",
5202
- "requires": {}
5845
+ "requires": {},
5846
+ "devtools": "^0.0.0"
5203
5847
  }
5204
5848
  },
5205
5849
  {
5206
5850
  "name": "storybook",
5207
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5208
- "repo": "nuxt-community/storybook",
5851
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5852
+ "repo": "nuxt-modules/storybook",
5209
5853
  "npm": "@nuxtjs/storybook",
5210
5854
  "icon": "storybook.png",
5211
- "github": "https://github.com/nuxt-community/storybook",
5855
+ "github": "https://github.com/nuxt-modules/storybook",
5212
5856
  "website": "https://storybook.nuxtjs.org",
5213
- "learn_more": "https://storybook.js.org/",
5857
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5214
5858
  "category": "Devtools",
5215
5859
  "type": "community",
5216
5860
  "maintainers": [
5217
5861
  {
5218
- "name": "Ahad Birang",
5219
- "github": "farnabaz",
5220
- "twitter": "a_birang"
5221
- },
5222
- {
5223
- "name": "Pooya Parsa",
5224
- "github": "pi0",
5225
- "twitter": "_pi0_"
5862
+ "name": "Chakir QATAB",
5863
+ "github": "chakAs3",
5864
+ "twitter": "ChakirQatab"
5226
5865
  }
5227
5866
  ],
5228
5867
  "compatibility": {
5229
- "nuxt": "^2.0.0",
5868
+ "nuxt": "^2.0.0 || ^3.0.0",
5230
5869
  "requires": {
5231
5870
  "bridge": "optional"
5232
- }
5871
+ },
5872
+ "devtools": "^0.7.2"
5233
5873
  }
5234
5874
  },
5235
5875
  {
5236
5876
  "name": "strapi",
5237
5877
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5238
- "repo": "nuxt-community/strapi-module",
5878
+ "repo": "nuxt-modules/strapi",
5239
5879
  "npm": "@nuxtjs/strapi",
5240
5880
  "icon": "strapi.png",
5241
- "github": "https://github.com/nuxt-community/strapi-module",
5881
+ "github": "https://github.com/nuxt-modules/strapi",
5242
5882
  "website": "https://strapi.nuxtjs.org",
5243
5883
  "learn_more": "https://strapi.io/",
5244
5884
  "category": "CMS",
@@ -5259,7 +5899,8 @@
5259
5899
  "nuxt": "^2.0.0 || ^3.0.0",
5260
5900
  "requires": {
5261
5901
  "bridge": true
5262
- }
5902
+ },
5903
+ "devtools": "^0.0.0"
5263
5904
  }
5264
5905
  },
5265
5906
  {
@@ -5310,6 +5951,36 @@
5310
5951
  "requires": {}
5311
5952
  }
5312
5953
  },
5954
+ {
5955
+ "name": "studio",
5956
+ "description": "A new experience to build content-driven website with Nuxt.",
5957
+ "repo": "nuxtlabs/studio-module",
5958
+ "npm": "@nuxthq/studio",
5959
+ "icon": "studio.svg",
5960
+ "github": "https://github.com/nuxtlabs/studio-module",
5961
+ "website": "https://nuxt.studio",
5962
+ "learn_more": "https://nuxt.studio",
5963
+ "category": "CMS",
5964
+ "type": "3rd-party",
5965
+ "maintainers": [
5966
+ {
5967
+ "name": "Ahad Birang",
5968
+ "github": "farnabaz",
5969
+ "twitter": "a_birang"
5970
+ },
5971
+ {
5972
+ "name": "Sébastien Chopin",
5973
+ "github": "Atinux",
5974
+ "twitter": "Atinux"
5975
+ }
5976
+ ],
5977
+ "compatibility": {
5978
+ "nuxt": "^3.0.0",
5979
+ "requires": {
5980
+ "content": true
5981
+ }
5982
+ }
5983
+ },
5313
5984
  {
5314
5985
  "name": "style-resources",
5315
5986
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5335,7 +6006,7 @@
5335
6006
  },
5336
6007
  {
5337
6008
  "name": "stylelint",
5338
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6009
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5339
6010
  "repo": "nuxt-community/stylelint-module",
5340
6011
  "npm": "@nuxtjs/stylelint-module",
5341
6012
  "icon": "stylelint.png",
@@ -5381,10 +6052,10 @@
5381
6052
  {
5382
6053
  "name": "supabase",
5383
6054
  "description": "First class integration with Supabase",
5384
- "repo": "nuxt-community/supabase-module",
6055
+ "repo": "nuxt-modules/supabase",
5385
6056
  "npm": "@nuxtjs/supabase",
5386
6057
  "icon": "supabase.png",
5387
- "github": "https://github.com/nuxt-community/supabase-module",
6058
+ "github": "https://github.com/nuxt-modules/supabase",
5388
6059
  "website": "https://supabase.nuxtjs.org",
5389
6060
  "learn_more": "https://supabase.com",
5390
6061
  "category": "Database",
@@ -5435,12 +6106,12 @@
5435
6106
  },
5436
6107
  {
5437
6108
  "name": "svg-sprite",
5438
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5439
- "repo": "nuxt-community/svg-sprite-module",
6109
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6110
+ "repo": "nuxt-modules/svg-sprite",
5440
6111
  "npm": "@nuxtjs/svg-sprite",
5441
6112
  "icon": "",
5442
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5443
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6113
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6114
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5444
6115
  "learn_more": "",
5445
6116
  "category": "UI",
5446
6117
  "type": "community",
@@ -5452,13 +6123,13 @@
5452
6123
  }
5453
6124
  ],
5454
6125
  "compatibility": {
5455
- "nuxt": "^2.0.0",
6126
+ "nuxt": "^2.0.0 || ^3.0.0",
5456
6127
  "requires": {}
5457
6128
  }
5458
6129
  },
5459
6130
  {
5460
6131
  "name": "svg",
5461
- "description": "Super simple svg loading module for Nuxt.js",
6132
+ "description": "Super simple svg loading module for Nuxt",
5462
6133
  "repo": "nuxt-community/svg-module",
5463
6134
  "npm": "@nuxtjs/svg",
5464
6135
  "icon": "",
@@ -5502,7 +6173,7 @@
5502
6173
  },
5503
6174
  {
5504
6175
  "name": "swiper",
5505
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6176
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5506
6177
  "repo": "cpreston321/nuxt-swiper",
5507
6178
  "npm": "nuxt-swiper",
5508
6179
  "icon": "swiper.svg",
@@ -5548,10 +6219,10 @@
5548
6219
  {
5549
6220
  "name": "tailwindcss",
5550
6221
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5551
- "repo": "nuxt-community/tailwindcss-module",
6222
+ "repo": "nuxt-modules/tailwindcss",
5552
6223
  "npm": "@nuxtjs/tailwindcss",
5553
6224
  "icon": "tailwindcss.png",
5554
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6225
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5555
6226
  "website": "https://tailwindcss.nuxtjs.org",
5556
6227
  "learn_more": "https://tailwindcss.com/",
5557
6228
  "category": "UI",
@@ -5561,11 +6232,16 @@
5561
6232
  "name": "Sébastien Chopin",
5562
6233
  "github": "Atinux",
5563
6234
  "twitter": "Atinux"
6235
+ },
6236
+ {
6237
+ "name": "Inesh Bose",
6238
+ "github": "ineshbose"
5564
6239
  }
5565
6240
  ],
5566
6241
  "compatibility": {
5567
6242
  "nuxt": "^2.0.0 || ^3.0.0",
5568
- "requires": {}
6243
+ "requires": {},
6244
+ "devtools": "^0.0.0"
5569
6245
  }
5570
6246
  },
5571
6247
  {
@@ -5615,7 +6291,7 @@
5615
6291
  },
5616
6292
  {
5617
6293
  "name": "toast",
5618
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6294
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5619
6295
  "repo": "nuxt-community/modules#master/packages/toast",
5620
6296
  "npm": "@nuxtjs/toast",
5621
6297
  "icon": "",
@@ -5696,7 +6372,7 @@
5696
6372
  },
5697
6373
  {
5698
6374
  "name": "twa",
5699
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6375
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5700
6376
  "repo": "tuarrep/nuxt-twa",
5701
6377
  "npm": "nuxt-twa",
5702
6378
  "icon": "",
@@ -5884,6 +6560,63 @@
5884
6560
  "requires": {}
5885
6561
  }
5886
6562
  },
6563
+ {
6564
+ "name": "typo3",
6565
+ "description": "TYPO3 Headless Frontend Rendering module",
6566
+ "repo": "TYPO3-Headless/nuxt-typo3",
6567
+ "npm": "@t3headless/nuxt-typo3",
6568
+ "icon": "typo3.svg",
6569
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6570
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6571
+ "learn_more": "https://github.com/TYPO3-Headless",
6572
+ "category": "CMS",
6573
+ "type": "3rd-party",
6574
+ "maintainers": [
6575
+ {
6576
+ "name": "Macopedia",
6577
+ "github": "macopedia",
6578
+ "twitter": "macopediapl"
6579
+ }
6580
+ ],
6581
+ "compatibility": {
6582
+ "nuxt": "^2.0.0 || ^3.0.0",
6583
+ "requires": {},
6584
+ "devtools": "^0.0.0"
6585
+ }
6586
+ },
6587
+ {
6588
+ "name": "ui",
6589
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6590
+ "repo": "nuxt/ui#dev",
6591
+ "npm": "@nuxt/ui",
6592
+ "icon": "nuxt.svg",
6593
+ "github": "https://github.com/nuxt/ui",
6594
+ "website": "https://ui.nuxt.com",
6595
+ "learn_more": "",
6596
+ "category": "UI",
6597
+ "type": "official",
6598
+ "maintainers": [
6599
+ {
6600
+ "name": "Benjamin Canac",
6601
+ "github": "benjamincanac",
6602
+ "twitter": "benjamincanac"
6603
+ },
6604
+ {
6605
+ "name": "Sebastien Chopin",
6606
+ "github": "Atinux",
6607
+ "twitter": "Atinux"
6608
+ },
6609
+ {
6610
+ "name": "Sylvain Marroufin",
6611
+ "github": "smarroufin",
6612
+ "twitter": "smarroufin"
6613
+ }
6614
+ ],
6615
+ "compatibility": {
6616
+ "nuxt": "^3.0.0",
6617
+ "requires": {}
6618
+ }
6619
+ },
5887
6620
  {
5888
6621
  "name": "umami",
5889
6622
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5932,7 +6665,7 @@
5932
6665
  },
5933
6666
  {
5934
6667
  "name": "universal-storage",
5935
- "description": "Universal Storage Utilities for Nuxt.js",
6668
+ "description": "Universal Storage Utilities for Nuxt",
5936
6669
  "repo": "nuxt-community/universal-storage-module",
5937
6670
  "npm": "@nuxtjs/universal-storage",
5938
6671
  "icon": "",
@@ -6009,12 +6742,12 @@
6009
6742
  {
6010
6743
  "name": "unocss",
6011
6744
  "description": "The instant on-demand atomic CSS engine.",
6012
- "repo": "antfu/unocss#main/packages/nuxt",
6745
+ "repo": "unocss/unocss#main/packages/nuxt",
6013
6746
  "npm": "@unocss/nuxt",
6014
6747
  "icon": "unocss.svg",
6015
- "github": "https://github.com/antfu/unocss",
6016
- "website": "https://github.com/antfu/unocss",
6017
- "learn_more": "https://github.com/antfu/unocss",
6748
+ "github": "https://github.com/unocss/unocss",
6749
+ "website": "https://github.com/unocss/unocss",
6750
+ "learn_more": "https://github.com/unocss/unocss",
6018
6751
  "category": "UI",
6019
6752
  "type": "3rd-party",
6020
6753
  "maintainers": [
@@ -6029,7 +6762,8 @@
6029
6762
  "nuxt": "^2.0.0 || ^3.0.0",
6030
6763
  "requires": {
6031
6764
  "bridge": "optional"
6032
- }
6765
+ },
6766
+ "devtools": "^0.0.0"
6033
6767
  }
6034
6768
  },
6035
6769
  {
@@ -6055,9 +6789,33 @@
6055
6789
  "requires": {}
6056
6790
  }
6057
6791
  },
6792
+ {
6793
+ "name": "use-wagmi",
6794
+ "description": "Vue Composition for Ethereum based on wagmi",
6795
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6796
+ "npm": "@use-wagmi/nuxt",
6797
+ "icon": "use-wagmi.png",
6798
+ "github": "https://github.com/unicape/use-wagmi",
6799
+ "website": "https://github.com/unicape/use-wagmi",
6800
+ "learn_more": "https://github.com/unicape/use-wagmi",
6801
+ "category": "Extensions",
6802
+ "type": "3rd-party",
6803
+ "maintainers": [
6804
+ {
6805
+ "name": "Unic Ape",
6806
+ "github": "unicape"
6807
+ }
6808
+ ],
6809
+ "compatibility": {
6810
+ "nuxt": "^2.0.0 || ^3.0.0",
6811
+ "requires": {
6812
+ "bridge": true
6813
+ }
6814
+ }
6815
+ },
6058
6816
  {
6059
6817
  "name": "user-agent",
6060
- "description": "Nuxt.js module for handling User-Agent.",
6818
+ "description": "Nuxt module for handling User-Agent.",
6061
6819
  "repo": "fukuiretu/nuxt-user-agent",
6062
6820
  "npm": "nuxt-user-agent",
6063
6821
  "icon": "",
@@ -6147,9 +6905,31 @@
6147
6905
  }
6148
6906
  }
6149
6907
  },
6908
+ {
6909
+ "name": "vcalendar",
6910
+ "description": "VCalendar module for Nuxt",
6911
+ "repo": "samk-dev/nuxt-vcalendar",
6912
+ "npm": "@samk-dev/nuxt-vcalendar",
6913
+ "icon": "vcalendar.png",
6914
+ "github": "https://github.com/samk-dev/vcalendar",
6915
+ "website": "https://github.com/samk-dev/vcalendar",
6916
+ "learn_more": "",
6917
+ "category": "Libraries",
6918
+ "type": "3rd-party",
6919
+ "maintainers": [
6920
+ {
6921
+ "name": "Sam K",
6922
+ "github": "samk-dev"
6923
+ }
6924
+ ],
6925
+ "compatibility": {
6926
+ "nuxt": "^3.0.0",
6927
+ "requires": {}
6928
+ }
6929
+ },
6150
6930
  {
6151
6931
  "name": "vee-validate",
6152
- "description": "Painless Vue forms for Nuxt.js",
6932
+ "description": "Painless Vue forms for Nuxt",
6153
6933
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6154
6934
  "npm": "@vee-validate/nuxt",
6155
6935
  "icon": "vee-validate.png",
@@ -6239,7 +7019,7 @@
6239
7019
  },
6240
7020
  {
6241
7021
  "name": "vite-pwa-nuxt",
6242
- "description": "Zero-config PWA Plugin for Nuxt 3",
7022
+ "description": "Zero-config PWA Plugin for Nuxt",
6243
7023
  "repo": "vite-pwa/nuxt",
6244
7024
  "npm": "@vite-pwa/nuxt",
6245
7025
  "icon": "vite-pwa-nuxt.svg",
@@ -6288,18 +7068,19 @@
6288
7068
  ],
6289
7069
  "compatibility": {
6290
7070
  "nuxt": "^3.0.0",
6291
- "requires": {}
7071
+ "requires": {},
7072
+ "devtools": "^0.0.0"
6292
7073
  }
6293
7074
  },
6294
7075
  {
6295
7076
  "name": "vue-email",
6296
- "description": "Write email templates with vue",
7077
+ "description": "💌 Write email templates with vue",
6297
7078
  "repo": "Dave136/vue-email#main/packages/vue-email",
6298
7079
  "npm": "vue-email",
6299
7080
  "icon": "vue-email.svg",
6300
7081
  "github": "https://github.com/Dave136/vue-email",
6301
- "website": "https://vue-email.vercel.app/",
6302
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7082
+ "website": "https://www.vuemail.net/",
7083
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6303
7084
  "category": "UI",
6304
7085
  "type": "3rd-party",
6305
7086
  "maintainers": [
@@ -6316,6 +7097,30 @@
6316
7097
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6317
7098
  }
6318
7099
  ],
7100
+ "compatibility": {
7101
+ "nuxt": "^3.0.0",
7102
+ "requires": {},
7103
+ "devtools": "^0.0.0"
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "vue-final-modal",
7108
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7109
+ "repo": "vue-final/vue-final-modal",
7110
+ "npm": "@vue-final-modal/nuxt",
7111
+ "icon": "vue-final-modal.svg",
7112
+ "github": "https://github.com/vue-final/vue-final-modal",
7113
+ "website": "https://vue-final-modal.org/",
7114
+ "learn_more": "https://vue-final-modal.org/",
7115
+ "category": "UI",
7116
+ "type": "3rd-party",
7117
+ "maintainers": [
7118
+ {
7119
+ "name": "Hunter Liu",
7120
+ "github": "hunterliu1003",
7121
+ "twitter": "hunterliu1003"
7122
+ }
7123
+ ],
6319
7124
  "compatibility": {
6320
7125
  "nuxt": "^3.0.0",
6321
7126
  "requires": {}
@@ -6343,7 +7148,8 @@
6343
7148
  "nuxt": "^3.0.0",
6344
7149
  "requires": {
6345
7150
  "bridge": "optional"
6346
- }
7151
+ },
7152
+ "devtools": "^0.0.0"
6347
7153
  }
6348
7154
  },
6349
7155
  {
@@ -6370,7 +7176,7 @@
6370
7176
  },
6371
7177
  {
6372
7178
  "name": "vue-multiselect",
6373
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7179
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6374
7180
  "repo": "spektrummedia/nuxt-vue-multiselect",
6375
7181
  "npm": "nuxt-vue-multiselect",
6376
7182
  "icon": "",
@@ -6484,7 +7290,7 @@
6484
7290
  },
6485
7291
  {
6486
7292
  "name": "vue-warehouse",
6487
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7293
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6488
7294
  "repo": "juliomrqz/vue-warehouse",
6489
7295
  "npm": "vue-warehouse",
6490
7296
  "icon": "",
@@ -6507,7 +7313,7 @@
6507
7313
  },
6508
7314
  {
6509
7315
  "name": "vue3-carousel-nuxt",
6510
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7316
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6511
7317
  "repo": "gaetansenn/vue3-carousel-nuxt",
6512
7318
  "npm": "vue3-carousel-nuxt",
6513
7319
  "icon": "",
@@ -6550,9 +7356,55 @@
6550
7356
  "requires": {}
6551
7357
  }
6552
7358
  },
7359
+ {
7360
+ "name": "vueform-builder",
7361
+ "description": "Official Vueform Builder module for Nuxt",
7362
+ "repo": "vueform/builder-nuxt",
7363
+ "npm": "@vueform/builder-nuxt",
7364
+ "icon": "vueform.svg",
7365
+ "github": "https://github.com/vueform/builder",
7366
+ "website": "https://builder.vueform.com",
7367
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7368
+ "category": "Libraries",
7369
+ "type": "3rd-party",
7370
+ "maintainers": [
7371
+ {
7372
+ "name": "Adam Berecz",
7373
+ "github": "adamberecz",
7374
+ "twitter": "bereczadam"
7375
+ }
7376
+ ],
7377
+ "compatibility": {
7378
+ "nuxt": "^3.0.0",
7379
+ "requires": {}
7380
+ }
7381
+ },
7382
+ {
7383
+ "name": "vueform",
7384
+ "description": "Official Vueform module for Nuxt",
7385
+ "repo": "vueform/nuxt",
7386
+ "npm": "@vueform/nuxt",
7387
+ "icon": "vueform.svg",
7388
+ "github": "https://github.com/vueform/vueform",
7389
+ "website": "https://vueform.com",
7390
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7391
+ "category": "Libraries",
7392
+ "type": "3rd-party",
7393
+ "maintainers": [
7394
+ {
7395
+ "name": "Adam Berecz",
7396
+ "github": "adamberecz",
7397
+ "twitter": "bereczadam"
7398
+ }
7399
+ ],
7400
+ "compatibility": {
7401
+ "nuxt": "^3.0.0",
7402
+ "requires": {}
7403
+ }
7404
+ },
6553
7405
  {
6554
7406
  "name": "vuestic",
6555
- "description": "Vuestic UI module for Nuxt 3",
7407
+ "description": "Vuestic UI module for Nuxt",
6556
7408
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6557
7409
  "npm": "@vuestic/nuxt",
6558
7410
  "icon": "vuestic.png",
@@ -6580,7 +7432,7 @@
6580
7432
  "icon": "vuetify-logo-v3-dark.svg",
6581
7433
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6582
7434
  "website": "https://github.com/userquin/vuetify-nuxt-module",
6583
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7435
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
6584
7436
  "category": "UI",
6585
7437
  "type": "3rd-party",
6586
7438
  "maintainers": [
@@ -6596,7 +7448,7 @@
6596
7448
  },
6597
7449
  {
6598
7450
  "name": "vuetify",
6599
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7451
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6600
7452
  "repo": "nuxt-community/vuetify-module",
6601
7453
  "npm": "@nuxtjs/vuetify",
6602
7454
  "icon": "vuetify.png",
@@ -6643,7 +7495,8 @@
6643
7495
  "nuxt": "^2.0.0 || ^3.0.0",
6644
7496
  "requires": {
6645
7497
  "bridge": "optional"
6646
- }
7498
+ },
7499
+ "devtools": "^0.0.0"
6647
7500
  }
6648
7501
  },
6649
7502
  {
@@ -6670,7 +7523,7 @@
6670
7523
  },
6671
7524
  {
6672
7525
  "name": "vunix",
6673
- "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.",
7526
+ "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.",
6674
7527
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6675
7528
  "npm": "@vunix/nuxt",
6676
7529
  "icon": "",
@@ -6694,11 +7547,11 @@
6694
7547
  {
6695
7548
  "name": "web-vitals",
6696
7549
  "description": "Web Vitals for Nuxt",
6697
- "repo": "nuxt-community/web-vitals-module",
7550
+ "repo": "nuxt-modules/web-vitals",
6698
7551
  "npm": "@nuxtjs/web-vitals",
6699
7552
  "icon": "web-vitals.png",
6700
- "github": "https://github.com/nuxt-community/web-vitals-module",
6701
- "website": "https://github.com/nuxt-community/web-vitals-module",
7553
+ "github": "https://github.com/nuxt-modules/web-vitals",
7554
+ "website": "https://github.com/nuxt-modules/web-vitals",
6702
7555
  "learn_more": "",
6703
7556
  "category": "Performance",
6704
7557
  "type": "community",
@@ -6749,7 +7602,7 @@
6749
7602
  },
6750
7603
  {
6751
7604
  "name": "webpack-optimisations",
6752
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7605
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6753
7606
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6754
7607
  "npm": "nuxt-webpack-optimisations",
6755
7608
  "icon": "build-optimisations.svg",
@@ -6841,7 +7694,7 @@
6841
7694
  },
6842
7695
  {
6843
7696
  "name": "well-known",
6844
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7697
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6845
7698
  "repo": "zadigetvoltaire/nuxt-well-known",
6846
7699
  "npm": "@zadigetvoltaire/nuxt-well-known",
6847
7700
  "icon": "well-known.svg",
@@ -6863,7 +7716,7 @@
6863
7716
  },
6864
7717
  {
6865
7718
  "name": "wideangle",
6866
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7719
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6867
7720
  "repo": "inputobjects/wideangle-nuxt",
6868
7721
  "npm": "wideangle-nuxt",
6869
7722
  "icon": "wideangle.png",
@@ -7030,55 +7883,9 @@
7030
7883
  "requires": {}
7031
7884
  }
7032
7885
  },
7033
- {
7034
- "name": "yandex-metrika-next",
7035
- "description": "Yandex Metrika integration for Nuxt",
7036
- "repo": "artmizu/yandex-metrika-nuxt",
7037
- "npm": "@artmizu/yandex-metrika-nuxt",
7038
- "icon": "yandex-metrika.svg",
7039
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7040
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7041
- "learn_more": "",
7042
- "category": "Analytics",
7043
- "type": "3rd-party",
7044
- "maintainers": [
7045
- {
7046
- "name": "Aleksandr Saburov",
7047
- "github": "artmizu",
7048
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7049
- }
7050
- ],
7051
- "compatibility": {
7052
- "nuxt": "^3.0.0",
7053
- "requires": {}
7054
- }
7055
- },
7056
- {
7057
- "name": "yandex-metrika",
7058
- "description": "Yandex metrika Module for Nuxt.js",
7059
- "repo": "nuxt-community/yandex-metrika-module",
7060
- "npm": "@nuxtjs/yandex-metrika",
7061
- "icon": "",
7062
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7063
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7064
- "learn_more": "https://metrica.yandex.com/about",
7065
- "category": "Analytics",
7066
- "type": "community",
7067
- "maintainers": [
7068
- {
7069
- "name": "Pooya Parsa",
7070
- "github": "pi0",
7071
- "twitter": "_pi0_"
7072
- }
7073
- ],
7074
- "compatibility": {
7075
- "nuxt": "^2.0.0",
7076
- "requires": {}
7077
- }
7078
- },
7079
7886
  {
7080
7887
  "name": "zendesk",
7081
- "description": "Nuxt.js module for Zendesk",
7888
+ "description": "Nuxt module for Zendesk",
7082
7889
  "repo": "DansMaCulotte/nuxt-zendesk",
7083
7890
  "npm": "@dansmaculotte/nuxt-zendesk",
7084
7891
  "icon": "zendesk.png",