@nuxt/modules 0.6.0-7bd757 → 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 +1136 -303
  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,13 +3747,35 @@
3369
3747
  }
3370
3748
  },
3371
3749
  {
3372
- "name": "nuxt-mapbox",
3373
- "description": "Elegant Mapbox integration with Nuxt",
3374
- "repo": "AlexLavoie42/Nuxt-Mapbox",
3375
- "npm": "nuxt-mapbox",
3376
- "icon": "nuxt-mapbox.svg",
3377
- "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3378
- "website": "https://github.com/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",
3775
+ "npm": "nuxt-mapbox",
3776
+ "icon": "nuxt-mapbox.svg",
3777
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3778
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3379
3779
  "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3380
3780
  "category": "Libraries",
3381
3781
  "type": "3rd-party",
@@ -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",
@@ -3523,9 +3969,35 @@
3523
3969
  "requires": {}
3524
3970
  }
3525
3971
  },
3972
+ {
3973
+ "name": "nuxt-plotly",
3974
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3975
+ "repo": "superdev-tech/nuxt-plotly",
3976
+ "npm": "nuxt-plotly",
3977
+ "icon": "nuxt-plotly.svg",
3978
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3979
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3980
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3981
+ "category": "Libraries",
3982
+ "type": "3rd-party",
3983
+ "maintainers": [
3984
+ {
3985
+ "name": "Supanut Dokmaithong",
3986
+ "github": "Boomgeek"
3987
+ },
3988
+ {
3989
+ "name": "superdev-tech",
3990
+ "github": "superdev-tech"
3991
+ }
3992
+ ],
3993
+ "compatibility": {
3994
+ "nuxt": "^3.0.0",
3995
+ "requires": {}
3996
+ }
3997
+ },
3526
3998
  {
3527
3999
  "name": "nuxt-png-to-ico",
3528
- "description": "Nuxt.js module for auto generating favicons",
4000
+ "description": "Nuxt module for auto generating favicons",
3529
4001
  "repo": "b5710546232/nuxt-png-to-ico",
3530
4002
  "npm": "nuxt-png-to-ico",
3531
4003
  "icon": "",
@@ -3548,7 +4020,7 @@
3548
4020
  },
3549
4021
  {
3550
4022
  "name": "nuxt-smartlook",
3551
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4023
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3552
4024
  "repo": "f00b4r/nuxt-smartlook",
3553
4025
  "npm": "nuxt-smartlook",
3554
4026
  "icon": "nuxt-smartlook.png",
@@ -3570,6 +4042,28 @@
3570
4042
  "requires": {}
3571
4043
  }
3572
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
+ },
3573
4067
  {
3574
4068
  "name": "ssr-lit",
3575
4069
  "description": "Server-Side Rendering for Lit Element components",
@@ -3600,7 +4094,7 @@
3600
4094
  },
3601
4095
  {
3602
4096
  "name": "nuxt-storm",
3603
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4097
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3604
4098
  "repo": "fumeapp/nuxt-storm",
3605
4099
  "npm": "nuxt-storm",
3606
4100
  "icon": "nuxt-storm.png",
@@ -3644,7 +4138,7 @@
3644
4138
  },
3645
4139
  {
3646
4140
  "name": "nuxt-unleash",
3647
- "description": "Nuxt.js module to use Unleash toggle feature services",
4141
+ "description": "Nuxt module to use Unleash toggle feature services",
3648
4142
  "repo": "conejerock/nuxt-unleash",
3649
4143
  "npm": "nuxt-unleash",
3650
4144
  "icon": "nuxt-unleash.svg",
@@ -3756,7 +4250,7 @@
3756
4250
  },
3757
4251
  {
3758
4252
  "name": "nuxt-vuetify",
3759
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4253
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3760
4254
  "repo": "invictus-codes/nuxt-vuetify",
3761
4255
  "npm": "@invictus.codes/nuxt-vuetify",
3762
4256
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3776,9 +4270,31 @@
3776
4270
  "requires": {}
3777
4271
  }
3778
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
+ },
3779
4295
  {
3780
4296
  "name": "nuxt7",
3781
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4297
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3782
4298
  "repo": "nuxt-community/nuxt7",
3783
4299
  "npm": "nuxt7",
3784
4300
  "icon": "",
@@ -3799,38 +4315,15 @@
3799
4315
  "requires": {}
3800
4316
  }
3801
4317
  },
3802
- {
3803
- "name": "nuxtlabs-ui",
3804
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3805
- "repo": "nuxtlabs/ui",
3806
- "npm": "@nuxthq/ui",
3807
- "icon": "nuxtlabs-ui.svg",
3808
- "github": "https://github.com/nuxtlabs/ui",
3809
- "website": "https://ui.nuxtlabs.com",
3810
- "learn_more": "https://ui.nuxtlabs.com",
3811
- "category": "UI",
3812
- "type": "3rd-party",
3813
- "maintainers": [
3814
- {
3815
- "name": "Benjamin Canac",
3816
- "github": "benjamincanac",
3817
- "twitter": "benjamincanac"
3818
- }
3819
- ],
3820
- "compatibility": {
3821
- "nuxt": "^3.0.0",
3822
- "requires": {}
3823
- }
3824
- },
3825
4318
  {
3826
4319
  "name": "og-image",
3827
- "description": "Easily generate dynamic social share images.",
4320
+ "description": "Enlightened runtime images generated with Vue templates.",
3828
4321
  "repo": "harlan-zw/nuxt-og-image",
3829
4322
  "npm": "nuxt-og-image",
3830
- "icon": "",
4323
+ "icon": "og-image.svg",
3831
4324
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3832
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3833
- "learn_more": "",
4325
+ "website": "https://nuxtseo.com/og-image",
4326
+ "learn_more": "https://nuxtseo.com/og-image",
3834
4327
  "category": "SEO",
3835
4328
  "type": "3rd-party",
3836
4329
  "maintainers": [
@@ -3843,7 +4336,8 @@
3843
4336
  ],
3844
4337
  "compatibility": {
3845
4338
  "nuxt": "^3.0.0",
3846
- "requires": {}
4339
+ "requires": {},
4340
+ "devtools": "^0.0.0"
3847
4341
  }
3848
4342
  },
3849
4343
  {
@@ -3871,7 +4365,7 @@
3871
4365
  },
3872
4366
  {
3873
4367
  "name": "optimized-images",
3874
- "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).",
3875
4369
  "repo": "juliomrqz/nuxt-optimized-images",
3876
4370
  "npm": "@aceforth/nuxt-optimized-images",
3877
4371
  "icon": "",
@@ -3916,7 +4410,7 @@
3916
4410
  },
3917
4411
  {
3918
4412
  "name": "parse",
3919
- "description": "Parse package for Nuxt.js",
4413
+ "description": "Parse package for Nuxt",
3920
4414
  "repo": "cierrateam/nuxt-parse",
3921
4415
  "npm": "nuxt-parse",
3922
4416
  "icon": "",
@@ -3936,6 +4430,29 @@
3936
4430
  "requires": {}
3937
4431
  }
3938
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
+ },
3939
4456
  {
3940
4457
  "name": "partytown",
3941
4458
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -3961,6 +4478,28 @@
3961
4478
  }
3962
4479
  }
3963
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
+ },
3964
4503
  {
3965
4504
  "name": "pdfeasy",
3966
4505
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4082,7 +4621,7 @@
4082
4621
  },
4083
4622
  {
4084
4623
  "name": "plausible",
4085
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4624
+ "description": "Nuxt module to natively integrate Plausible analytics",
4086
4625
  "repo": "nuxt-modules/plausible",
4087
4626
  "npm": "@nuxtjs/plausible",
4088
4627
  "icon": "",
@@ -4124,9 +4663,56 @@
4124
4663
  "requires": {}
4125
4664
  }
4126
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
+ },
4127
4713
  {
4128
4714
  "name": "prismic",
4129
- "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",
4130
4716
  "repo": "nuxt-modules/prismic",
4131
4717
  "npm": "@nuxtjs/prismic",
4132
4718
  "icon": "prismic.png",
@@ -4193,7 +4779,7 @@
4193
4779
  },
4194
4780
  {
4195
4781
  "name": "proxy",
4196
- "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",
4197
4783
  "repo": "nuxt-community/proxy-module",
4198
4784
  "npm": "@nuxtjs/proxy",
4199
4785
  "icon": "",
@@ -4239,7 +4825,7 @@
4239
4825
  },
4240
4826
  {
4241
4827
  "name": "purgecss",
4242
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4828
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4243
4829
  "repo": "Developmint/nuxt-purgecss#main",
4244
4830
  "npm": "nuxt-purgecss",
4245
4831
  "icon": "purgecss.png",
@@ -4261,7 +4847,7 @@
4261
4847
  },
4262
4848
  {
4263
4849
  "name": "pwa",
4264
- "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.",
4265
4851
  "repo": "nuxt-community/pwa-module",
4266
4852
  "npm": "@nuxtjs/pwa",
4267
4853
  "icon": "pwa.png",
@@ -4286,7 +4872,7 @@
4286
4872
  },
4287
4873
  {
4288
4874
  "name": "python",
4289
- "description": "Write Nuxt.js applications using Python",
4875
+ "description": "Write Nuxt applications using Python",
4290
4876
  "repo": "nuxt-community/python-module",
4291
4877
  "npm": "@nuxtjs/python",
4292
4878
  "icon": "python.png",
@@ -4325,7 +4911,8 @@
4325
4911
  ],
4326
4912
  "compatibility": {
4327
4913
  "nuxt": "^3.0.0",
4328
- "requires": {}
4914
+ "requires": {},
4915
+ "devtools": "^0.0.0"
4329
4916
  }
4330
4917
  },
4331
4918
  {
@@ -4333,7 +4920,7 @@
4333
4920
  "description": "radash module with auto-import and custom prefix",
4334
4921
  "repo": "bbg/nuxt-radash",
4335
4922
  "npm": "nuxt-radash",
4336
- "icon": "radash.svg",
4923
+ "icon": "radash.png",
4337
4924
  "github": "https://github.com/bbg/nuxt-radash",
4338
4925
  "website": "https://github.com/bbg/nuxt-radash#readme",
4339
4926
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4350,9 +4937,44 @@
4350
4937
  "requires": {}
4351
4938
  }
4352
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
+ },
4353
4975
  {
4354
4976
  "name": "recaptcha",
4355
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
4977
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4356
4978
  "repo": "nuxt-community/recaptcha-module",
4357
4979
  "npm": "@nuxtjs/recaptcha",
4358
4980
  "icon": "recaptcha.png",
@@ -4395,9 +5017,32 @@
4395
5017
  "requires": {}
4396
5018
  }
4397
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
+ },
4398
5043
  {
4399
5044
  "name": "rfg-icon",
4400
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5045
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4401
5046
  "repo": "pimlie/nuxt-rfg-icon",
4402
5047
  "npm": "nuxt-rfg-icon",
4403
5048
  "icon": "real-favicon-generator.png",
@@ -4419,12 +5064,12 @@
4419
5064
  },
4420
5065
  {
4421
5066
  "name": "robots",
4422
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4423
- "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",
4424
5069
  "npm": "@nuxtjs/robots",
4425
5070
  "icon": "robots.png",
4426
- "github": "https://github.com/nuxt-community/robots-module",
4427
- "website": "https://github.com/nuxt-community/robots-module",
5071
+ "github": "https://github.com/nuxt-modules/robots",
5072
+ "website": "https://github.com/nuxt-modules/robots",
4428
5073
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4429
5074
  "category": "SEO",
4430
5075
  "type": "community",
@@ -4443,7 +5088,7 @@
4443
5088
  },
4444
5089
  {
4445
5090
  "name": "rollbar",
4446
- "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.",
4447
5092
  "repo": "gaelreyrol/nuxt-rollbar-module",
4448
5093
  "npm": "nuxt-rollbar-module",
4449
5094
  "icon": "rollbar.png",
@@ -4488,7 +5133,7 @@
4488
5133
  },
4489
5134
  {
4490
5135
  "name": "router",
4491
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5136
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4492
5137
  "repo": "nuxt-community/router-module",
4493
5138
  "npm": "@nuxtjs/router",
4494
5139
  "icon": "vue.png",
@@ -4536,13 +5181,13 @@
4536
5181
  },
4537
5182
  {
4538
5183
  "name": "schema-org",
4539
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4540
- "repo": "vueuse/schema-org#main/packages/nuxt",
5184
+ "description": "Schema.org for Nuxt.",
5185
+ "repo": "harlan-zw/nuxt-schema-org",
4541
5186
  "npm": "nuxt-schema-org",
4542
5187
  "icon": "schema-org.svg",
4543
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4544
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4545
- "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",
4546
5191
  "category": "SEO",
4547
5192
  "type": "3rd-party",
4548
5193
  "maintainers": [
@@ -4605,7 +5250,7 @@
4605
5250
  },
4606
5251
  {
4607
5252
  "name": "segment",
4608
- "description": "Nuxt.js module for Segment Analytics.js",
5253
+ "description": "Nuxt module for Segment Analytics.js",
4609
5254
  "repo": "dansmaculotte/nuxt-segment",
4610
5255
  "npm": "@dansmaculotte/nuxt-segment",
4611
5256
  "icon": "segment.png",
@@ -4627,10 +5272,10 @@
4627
5272
  },
4628
5273
  {
4629
5274
  "name": "sentry",
4630
- "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",
4631
5276
  "repo": "nuxt-community/sentry-module",
4632
5277
  "npm": "@nuxtjs/sentry",
4633
- "icon": "sentry.png",
5278
+ "icon": "sentry.svg",
4634
5279
  "github": "https://github.com/nuxt-community/sentry-module",
4635
5280
  "website": "https://sentry.nuxtjs.org/",
4636
5281
  "learn_more": "https://sentry.io/welcome/",
@@ -4647,14 +5292,38 @@
4647
5292
  "requires": {}
4648
5293
  }
4649
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
+ },
4650
5319
  {
4651
5320
  "name": "seo-kit",
4652
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5321
+ "description": "The complete SEO solution for Nuxt.",
4653
5322
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4654
5323
  "npm": "nuxt-seo-kit",
4655
5324
  "icon": "seo-kit.svg",
4656
5325
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4657
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5326
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4658
5327
  "learn_more": "",
4659
5328
  "category": "SEO",
4660
5329
  "type": "3rd-party",
@@ -4694,7 +5363,7 @@
4694
5363
  },
4695
5364
  {
4696
5365
  "name": "seomatic-meta",
4697
- "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",
4698
5367
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4699
5368
  "npm": "nuxt-seomatic-meta",
4700
5369
  "icon": "seomatic.png",
@@ -4785,7 +5454,7 @@
4785
5454
  },
4786
5455
  {
4787
5456
  "name": "shopify",
4788
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5457
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4789
5458
  "repo": "Gomah/nuxt-shopify",
4790
5459
  "npm": "nuxt-shopify",
4791
5460
  "icon": "shopify.png",
@@ -4806,7 +5475,7 @@
4806
5475
  }
4807
5476
  },
4808
5477
  {
4809
- "name": "nuxt-auth",
5478
+ "name": "sidebase-auth",
4810
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.",
4811
5480
  "repo": "sidebase/nuxt-auth",
4812
5481
  "npm": "@sidebase/nuxt-auth",
@@ -4852,13 +5521,13 @@
4852
5521
  },
4853
5522
  {
4854
5523
  "name": "simple-robots",
4855
- "description": "Simply manage the robots crawling your Nuxt app.",
5524
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4856
5525
  "repo": "harlan-zw/nuxt-simple-robots",
4857
5526
  "npm": "nuxt-simple-robots",
4858
- "icon": "",
5527
+ "icon": "simple-robots.svg",
4859
5528
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4860
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4861
- "learn_more": "",
5529
+ "website": "https://nuxtseo.com/robots",
5530
+ "learn_more": "https://nuxtseo.com/robots",
4862
5531
  "category": "SEO",
4863
5532
  "type": "3rd-party",
4864
5533
  "maintainers": [
@@ -4876,13 +5545,13 @@
4876
5545
  },
4877
5546
  {
4878
5547
  "name": "simple-sitemap",
4879
- "description": "Simple, minimal sitemap.xml generation.",
5548
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
4880
5549
  "repo": "harlan-zw/nuxt-simple-sitemap",
4881
5550
  "npm": "nuxt-simple-sitemap",
4882
- "icon": "",
5551
+ "icon": "simple-sitemap.svg",
4883
5552
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4884
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
4885
- "learn_more": "",
5553
+ "website": "https://nuxtseo.com/simple-sitemap",
5554
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
4886
5555
  "category": "SEO",
4887
5556
  "type": "3rd-party",
4888
5557
  "maintainers": [
@@ -4900,7 +5569,7 @@
4900
5569
  },
4901
5570
  {
4902
5571
  "name": "sitemap",
4903
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5572
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
4904
5573
  "repo": "nuxt-community/sitemap-module#dev",
4905
5574
  "npm": "@nuxtjs/sitemap",
4906
5575
  "icon": "",
@@ -4945,7 +5614,7 @@
4945
5614
  },
4946
5615
  {
4947
5616
  "name": "snipcart",
4948
- "description": "Snipcart integration module for Nuxt.js",
5617
+ "description": "Snipcart integration module for Nuxt",
4949
5618
  "repo": "nuxt-modules/snipcart",
4950
5619
  "npm": "@nuxtjs/snipcart",
4951
5620
  "icon": "snipcart.png",
@@ -4968,7 +5637,7 @@
4968
5637
  },
4969
5638
  {
4970
5639
  "name": "social-meta",
4971
- "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.).",
4972
5641
  "repo": "AlekseyPleshkov/nuxt-social-meta",
4973
5642
  "npm": "nuxt-social-meta",
4974
5643
  "icon": "",
@@ -5090,7 +5759,7 @@
5090
5759
  },
5091
5760
  {
5092
5761
  "name": "storage",
5093
- "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",
5094
5763
  "repo": "mazipan/nuxt-storage",
5095
5764
  "npm": "nuxt-storage",
5096
5765
  "icon": "",
@@ -5112,7 +5781,7 @@
5112
5781
  },
5113
5782
  {
5114
5783
  "name": "storefront-ui",
5115
- "description": "Storefront UI Module for Nuxt.js",
5784
+ "description": "Storefront UI Module for Nuxt",
5116
5785
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5117
5786
  "npm": "@storefront-ui/nuxt",
5118
5787
  "icon": "storefront-ui.svg",
@@ -5156,7 +5825,7 @@
5156
5825
  },
5157
5826
  {
5158
5827
  "name": "storyblok",
5159
- "description": "Storyblok Nuxt.js module",
5828
+ "description": "Storyblok Nuxt module",
5160
5829
  "repo": "storyblok/storyblok-nuxt#master/lib",
5161
5830
  "npm": "@storyblok/nuxt",
5162
5831
  "icon": "storyblok.png",
@@ -5173,46 +5842,43 @@
5173
5842
  ],
5174
5843
  "compatibility": {
5175
5844
  "nuxt": "^2.0.0 || ^3.0.0",
5176
- "requires": {}
5845
+ "requires": {},
5846
+ "devtools": "^0.0.0"
5177
5847
  }
5178
5848
  },
5179
5849
  {
5180
5850
  "name": "storybook",
5181
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5182
- "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",
5183
5853
  "npm": "@nuxtjs/storybook",
5184
5854
  "icon": "storybook.png",
5185
- "github": "https://github.com/nuxt-community/storybook",
5855
+ "github": "https://github.com/nuxt-modules/storybook",
5186
5856
  "website": "https://storybook.nuxtjs.org",
5187
- "learn_more": "https://storybook.js.org/",
5857
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5188
5858
  "category": "Devtools",
5189
5859
  "type": "community",
5190
5860
  "maintainers": [
5191
5861
  {
5192
- "name": "Ahad Birang",
5193
- "github": "farnabaz",
5194
- "twitter": "a_birang"
5195
- },
5196
- {
5197
- "name": "Pooya Parsa",
5198
- "github": "pi0",
5199
- "twitter": "_pi0_"
5862
+ "name": "Chakir QATAB",
5863
+ "github": "chakAs3",
5864
+ "twitter": "ChakirQatab"
5200
5865
  }
5201
5866
  ],
5202
5867
  "compatibility": {
5203
- "nuxt": "^2.0.0",
5868
+ "nuxt": "^2.0.0 || ^3.0.0",
5204
5869
  "requires": {
5205
5870
  "bridge": "optional"
5206
- }
5871
+ },
5872
+ "devtools": "^0.7.2"
5207
5873
  }
5208
5874
  },
5209
5875
  {
5210
5876
  "name": "strapi",
5211
5877
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5212
- "repo": "nuxt-community/strapi-module",
5878
+ "repo": "nuxt-modules/strapi",
5213
5879
  "npm": "@nuxtjs/strapi",
5214
5880
  "icon": "strapi.png",
5215
- "github": "https://github.com/nuxt-community/strapi-module",
5881
+ "github": "https://github.com/nuxt-modules/strapi",
5216
5882
  "website": "https://strapi.nuxtjs.org",
5217
5883
  "learn_more": "https://strapi.io/",
5218
5884
  "category": "CMS",
@@ -5233,7 +5899,8 @@
5233
5899
  "nuxt": "^2.0.0 || ^3.0.0",
5234
5900
  "requires": {
5235
5901
  "bridge": true
5236
- }
5902
+ },
5903
+ "devtools": "^0.0.0"
5237
5904
  }
5238
5905
  },
5239
5906
  {
@@ -5284,6 +5951,36 @@
5284
5951
  "requires": {}
5285
5952
  }
5286
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
+ },
5287
5984
  {
5288
5985
  "name": "style-resources",
5289
5986
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5309,7 +6006,7 @@
5309
6006
  },
5310
6007
  {
5311
6008
  "name": "stylelint",
5312
- "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.",
5313
6010
  "repo": "nuxt-community/stylelint-module",
5314
6011
  "npm": "@nuxtjs/stylelint-module",
5315
6012
  "icon": "stylelint.png",
@@ -5355,10 +6052,10 @@
5355
6052
  {
5356
6053
  "name": "supabase",
5357
6054
  "description": "First class integration with Supabase",
5358
- "repo": "nuxt-community/supabase-module",
6055
+ "repo": "nuxt-modules/supabase",
5359
6056
  "npm": "@nuxtjs/supabase",
5360
6057
  "icon": "supabase.png",
5361
- "github": "https://github.com/nuxt-community/supabase-module",
6058
+ "github": "https://github.com/nuxt-modules/supabase",
5362
6059
  "website": "https://supabase.nuxtjs.org",
5363
6060
  "learn_more": "https://supabase.com",
5364
6061
  "category": "Database",
@@ -5409,12 +6106,12 @@
5409
6106
  },
5410
6107
  {
5411
6108
  "name": "svg-sprite",
5412
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5413
- "repo": "nuxt-community/svg-sprite-module",
6109
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6110
+ "repo": "nuxt-modules/svg-sprite",
5414
6111
  "npm": "@nuxtjs/svg-sprite",
5415
6112
  "icon": "",
5416
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5417
- "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",
5418
6115
  "learn_more": "",
5419
6116
  "category": "UI",
5420
6117
  "type": "community",
@@ -5426,13 +6123,13 @@
5426
6123
  }
5427
6124
  ],
5428
6125
  "compatibility": {
5429
- "nuxt": "^2.0.0",
6126
+ "nuxt": "^2.0.0 || ^3.0.0",
5430
6127
  "requires": {}
5431
6128
  }
5432
6129
  },
5433
6130
  {
5434
6131
  "name": "svg",
5435
- "description": "Super simple svg loading module for Nuxt.js",
6132
+ "description": "Super simple svg loading module for Nuxt",
5436
6133
  "repo": "nuxt-community/svg-module",
5437
6134
  "npm": "@nuxtjs/svg",
5438
6135
  "icon": "",
@@ -5476,7 +6173,7 @@
5476
6173
  },
5477
6174
  {
5478
6175
  "name": "swiper",
5479
- "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.",
5480
6177
  "repo": "cpreston321/nuxt-swiper",
5481
6178
  "npm": "nuxt-swiper",
5482
6179
  "icon": "swiper.svg",
@@ -5522,10 +6219,10 @@
5522
6219
  {
5523
6220
  "name": "tailwindcss",
5524
6221
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5525
- "repo": "nuxt-community/tailwindcss-module",
6222
+ "repo": "nuxt-modules/tailwindcss",
5526
6223
  "npm": "@nuxtjs/tailwindcss",
5527
6224
  "icon": "tailwindcss.png",
5528
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6225
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5529
6226
  "website": "https://tailwindcss.nuxtjs.org",
5530
6227
  "learn_more": "https://tailwindcss.com/",
5531
6228
  "category": "UI",
@@ -5535,11 +6232,16 @@
5535
6232
  "name": "Sébastien Chopin",
5536
6233
  "github": "Atinux",
5537
6234
  "twitter": "Atinux"
6235
+ },
6236
+ {
6237
+ "name": "Inesh Bose",
6238
+ "github": "ineshbose"
5538
6239
  }
5539
6240
  ],
5540
6241
  "compatibility": {
5541
6242
  "nuxt": "^2.0.0 || ^3.0.0",
5542
- "requires": {}
6243
+ "requires": {},
6244
+ "devtools": "^0.0.0"
5543
6245
  }
5544
6246
  },
5545
6247
  {
@@ -5589,7 +6291,7 @@
5589
6291
  },
5590
6292
  {
5591
6293
  "name": "toast",
5592
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6294
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5593
6295
  "repo": "nuxt-community/modules#master/packages/toast",
5594
6296
  "npm": "@nuxtjs/toast",
5595
6297
  "icon": "",
@@ -5670,7 +6372,7 @@
5670
6372
  },
5671
6373
  {
5672
6374
  "name": "twa",
5673
- "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",
5674
6376
  "repo": "tuarrep/nuxt-twa",
5675
6377
  "npm": "nuxt-twa",
5676
6378
  "icon": "",
@@ -5858,6 +6560,63 @@
5858
6560
  "requires": {}
5859
6561
  }
5860
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
+ },
5861
6620
  {
5862
6621
  "name": "umami",
5863
6622
  "description": "Embed the Umami analytics library into Nuxt",
@@ -5906,7 +6665,7 @@
5906
6665
  },
5907
6666
  {
5908
6667
  "name": "universal-storage",
5909
- "description": "Universal Storage Utilities for Nuxt.js",
6668
+ "description": "Universal Storage Utilities for Nuxt",
5910
6669
  "repo": "nuxt-community/universal-storage-module",
5911
6670
  "npm": "@nuxtjs/universal-storage",
5912
6671
  "icon": "",
@@ -5983,12 +6742,12 @@
5983
6742
  {
5984
6743
  "name": "unocss",
5985
6744
  "description": "The instant on-demand atomic CSS engine.",
5986
- "repo": "antfu/unocss#main/packages/nuxt",
6745
+ "repo": "unocss/unocss#main/packages/nuxt",
5987
6746
  "npm": "@unocss/nuxt",
5988
6747
  "icon": "unocss.svg",
5989
- "github": "https://github.com/antfu/unocss",
5990
- "website": "https://github.com/antfu/unocss",
5991
- "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",
5992
6751
  "category": "UI",
5993
6752
  "type": "3rd-party",
5994
6753
  "maintainers": [
@@ -6003,7 +6762,8 @@
6003
6762
  "nuxt": "^2.0.0 || ^3.0.0",
6004
6763
  "requires": {
6005
6764
  "bridge": "optional"
6006
- }
6765
+ },
6766
+ "devtools": "^0.0.0"
6007
6767
  }
6008
6768
  },
6009
6769
  {
@@ -6029,9 +6789,33 @@
6029
6789
  "requires": {}
6030
6790
  }
6031
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
+ },
6032
6816
  {
6033
6817
  "name": "user-agent",
6034
- "description": "Nuxt.js module for handling User-Agent.",
6818
+ "description": "Nuxt module for handling User-Agent.",
6035
6819
  "repo": "fukuiretu/nuxt-user-agent",
6036
6820
  "npm": "nuxt-user-agent",
6037
6821
  "icon": "",
@@ -6121,9 +6905,31 @@
6121
6905
  }
6122
6906
  }
6123
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
+ },
6124
6930
  {
6125
6931
  "name": "vee-validate",
6126
- "description": "Painless Vue forms for Nuxt.js",
6932
+ "description": "Painless Vue forms for Nuxt",
6127
6933
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6128
6934
  "npm": "@vee-validate/nuxt",
6129
6935
  "icon": "vee-validate.png",
@@ -6213,7 +7019,7 @@
6213
7019
  },
6214
7020
  {
6215
7021
  "name": "vite-pwa-nuxt",
6216
- "description": "Zero-config PWA Plugin for Nuxt 3",
7022
+ "description": "Zero-config PWA Plugin for Nuxt",
6217
7023
  "repo": "vite-pwa/nuxt",
6218
7024
  "npm": "@vite-pwa/nuxt",
6219
7025
  "icon": "vite-pwa-nuxt.svg",
@@ -6262,18 +7068,19 @@
6262
7068
  ],
6263
7069
  "compatibility": {
6264
7070
  "nuxt": "^3.0.0",
6265
- "requires": {}
7071
+ "requires": {},
7072
+ "devtools": "^0.0.0"
6266
7073
  }
6267
7074
  },
6268
7075
  {
6269
7076
  "name": "vue-email",
6270
- "description": "Write email templates with vue",
7077
+ "description": "💌 Write email templates with vue",
6271
7078
  "repo": "Dave136/vue-email#main/packages/vue-email",
6272
7079
  "npm": "vue-email",
6273
7080
  "icon": "vue-email.svg",
6274
7081
  "github": "https://github.com/Dave136/vue-email",
6275
- "website": "https://vue-email.vercel.app/",
6276
- "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",
6277
7084
  "category": "UI",
6278
7085
  "type": "3rd-party",
6279
7086
  "maintainers": [
@@ -6290,6 +7097,30 @@
6290
7097
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6291
7098
  }
6292
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
+ ],
6293
7124
  "compatibility": {
6294
7125
  "nuxt": "^3.0.0",
6295
7126
  "requires": {}
@@ -6317,7 +7148,8 @@
6317
7148
  "nuxt": "^3.0.0",
6318
7149
  "requires": {
6319
7150
  "bridge": "optional"
6320
- }
7151
+ },
7152
+ "devtools": "^0.0.0"
6321
7153
  }
6322
7154
  },
6323
7155
  {
@@ -6344,7 +7176,7 @@
6344
7176
  },
6345
7177
  {
6346
7178
  "name": "vue-multiselect",
6347
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7179
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6348
7180
  "repo": "spektrummedia/nuxt-vue-multiselect",
6349
7181
  "npm": "nuxt-vue-multiselect",
6350
7182
  "icon": "",
@@ -6458,7 +7290,7 @@
6458
7290
  },
6459
7291
  {
6460
7292
  "name": "vue-warehouse",
6461
- "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",
6462
7294
  "repo": "juliomrqz/vue-warehouse",
6463
7295
  "npm": "vue-warehouse",
6464
7296
  "icon": "",
@@ -6481,7 +7313,7 @@
6481
7313
  },
6482
7314
  {
6483
7315
  "name": "vue3-carousel-nuxt",
6484
- "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.",
6485
7317
  "repo": "gaetansenn/vue3-carousel-nuxt",
6486
7318
  "npm": "vue3-carousel-nuxt",
6487
7319
  "icon": "",
@@ -6524,9 +7356,55 @@
6524
7356
  "requires": {}
6525
7357
  }
6526
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
+ },
6527
7405
  {
6528
7406
  "name": "vuestic",
6529
- "description": "Vuestic UI module for Nuxt 3",
7407
+ "description": "Vuestic UI module for Nuxt",
6530
7408
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6531
7409
  "npm": "@vuestic/nuxt",
6532
7410
  "icon": "vuestic.png",
@@ -6554,7 +7432,7 @@
6554
7432
  "icon": "vuetify-logo-v3-dark.svg",
6555
7433
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6556
7434
  "website": "https://github.com/userquin/vuetify-nuxt-module",
6557
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7435
+ "learn_more": "https://vuetify-nuxt-module.netlify.app/",
6558
7436
  "category": "UI",
6559
7437
  "type": "3rd-party",
6560
7438
  "maintainers": [
@@ -6570,7 +7448,7 @@
6570
7448
  },
6571
7449
  {
6572
7450
  "name": "vuetify",
6573
- "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.",
6574
7452
  "repo": "nuxt-community/vuetify-module",
6575
7453
  "npm": "@nuxtjs/vuetify",
6576
7454
  "icon": "vuetify.png",
@@ -6617,7 +7495,8 @@
6617
7495
  "nuxt": "^2.0.0 || ^3.0.0",
6618
7496
  "requires": {
6619
7497
  "bridge": "optional"
6620
- }
7498
+ },
7499
+ "devtools": "^0.0.0"
6621
7500
  }
6622
7501
  },
6623
7502
  {
@@ -6644,7 +7523,7 @@
6644
7523
  },
6645
7524
  {
6646
7525
  "name": "vunix",
6647
- "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.",
6648
7527
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6649
7528
  "npm": "@vunix/nuxt",
6650
7529
  "icon": "",
@@ -6668,11 +7547,11 @@
6668
7547
  {
6669
7548
  "name": "web-vitals",
6670
7549
  "description": "Web Vitals for Nuxt",
6671
- "repo": "nuxt-community/web-vitals-module",
7550
+ "repo": "nuxt-modules/web-vitals",
6672
7551
  "npm": "@nuxtjs/web-vitals",
6673
7552
  "icon": "web-vitals.png",
6674
- "github": "https://github.com/nuxt-community/web-vitals-module",
6675
- "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",
6676
7555
  "learn_more": "",
6677
7556
  "category": "Performance",
6678
7557
  "type": "community",
@@ -6723,7 +7602,7 @@
6723
7602
  },
6724
7603
  {
6725
7604
  "name": "webpack-optimisations",
6726
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7605
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6727
7606
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6728
7607
  "npm": "nuxt-webpack-optimisations",
6729
7608
  "icon": "build-optimisations.svg",
@@ -6815,7 +7694,7 @@
6815
7694
  },
6816
7695
  {
6817
7696
  "name": "well-known",
6818
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7697
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6819
7698
  "repo": "zadigetvoltaire/nuxt-well-known",
6820
7699
  "npm": "@zadigetvoltaire/nuxt-well-known",
6821
7700
  "icon": "well-known.svg",
@@ -6837,7 +7716,7 @@
6837
7716
  },
6838
7717
  {
6839
7718
  "name": "wideangle",
6840
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7719
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6841
7720
  "repo": "inputobjects/wideangle-nuxt",
6842
7721
  "npm": "wideangle-nuxt",
6843
7722
  "icon": "wideangle.png",
@@ -7004,55 +7883,9 @@
7004
7883
  "requires": {}
7005
7884
  }
7006
7885
  },
7007
- {
7008
- "name": "yandex-metrika-next",
7009
- "description": "Yandex Metrika integration for Nuxt",
7010
- "repo": "artmizu/yandex-metrika-nuxt",
7011
- "npm": "@artmizu/yandex-metrika-nuxt",
7012
- "icon": "yandex-metrika.svg",
7013
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7014
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7015
- "learn_more": "",
7016
- "category": "Analytics",
7017
- "type": "3rd-party",
7018
- "maintainers": [
7019
- {
7020
- "name": "Aleksandr Saburov",
7021
- "github": "artmizu",
7022
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7023
- }
7024
- ],
7025
- "compatibility": {
7026
- "nuxt": "^3.0.0",
7027
- "requires": {}
7028
- }
7029
- },
7030
- {
7031
- "name": "yandex-metrika",
7032
- "description": "Yandex metrika Module for Nuxt.js",
7033
- "repo": "nuxt-community/yandex-metrika-module",
7034
- "npm": "@nuxtjs/yandex-metrika",
7035
- "icon": "",
7036
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7037
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7038
- "learn_more": "https://metrica.yandex.com/about",
7039
- "category": "Analytics",
7040
- "type": "community",
7041
- "maintainers": [
7042
- {
7043
- "name": "Pooya Parsa",
7044
- "github": "pi0",
7045
- "twitter": "_pi0_"
7046
- }
7047
- ],
7048
- "compatibility": {
7049
- "nuxt": "^2.0.0",
7050
- "requires": {}
7051
- }
7052
- },
7053
7886
  {
7054
7887
  "name": "zendesk",
7055
- "description": "Nuxt.js module for Zendesk",
7888
+ "description": "Nuxt module for Zendesk",
7056
7889
  "repo": "DansMaCulotte/nuxt-zendesk",
7057
7890
  "npm": "@dansmaculotte/nuxt-zendesk",
7058
7891
  "icon": "zendesk.png",