@nuxt/modules 0.6.0-d17328 → 0.6.0-d21a28

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 +1096 -311
  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,6 +308,28 @@
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
+ },
289
333
  {
290
334
  "name": "ark-ui",
291
335
  "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
@@ -309,9 +353,31 @@
309
353
  "requires": {}
310
354
  }
311
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
+ },
312
378
  {
313
379
  "name": "auth",
314
- "description": "Zero-boilerplate authentication support for Nuxt.js.",
380
+ "description": "Zero-boilerplate authentication support for Nuxt.",
315
381
  "repo": "nuxt-community/auth-module",
316
382
  "npm": "@nuxtjs/auth",
317
383
  "icon": "auth.png",
@@ -359,9 +425,32 @@
359
425
  "requires": {}
360
426
  }
361
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
+ },
362
451
  {
363
452
  "name": "axios",
364
- "description": "Secure and easy Axios module with Nuxt.js",
453
+ "description": "Secure and easy Axios module with Nuxt",
365
454
  "repo": "nuxt-community/axios-module",
366
455
  "npm": "@nuxtjs/axios",
367
456
  "icon": "axios.svg",
@@ -384,7 +473,7 @@
384
473
  },
385
474
  {
386
475
  "name": "basic-auth",
387
- "description": "Provide basic authentication to your Nuxt.js application",
476
+ "description": "Provide basic authentication to your Nuxt application",
388
477
  "repo": "potato4d/nuxt-basic-auth-module",
389
478
  "npm": "nuxt-basic-auth-module",
390
479
  "icon": "",
@@ -508,7 +597,7 @@
508
597
  },
509
598
  {
510
599
  "name": "bulma-slim",
511
- "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",
512
601
  "repo": "mustardamus/nuxt-bulma-slim",
513
602
  "npm": "nuxt-bulma-slim",
514
603
  "icon": "bulma.png",
@@ -575,7 +664,7 @@
575
664
  },
576
665
  {
577
666
  "name": "canvas-sketch",
578
- "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",
579
668
  "repo": "LuXDAmore/generative-art",
580
669
  "npm": "@luxdamore/nuxt-canvas-sketch",
581
670
  "icon": "",
@@ -598,7 +687,7 @@
598
687
  },
599
688
  {
600
689
  "name": "capo",
601
- "description": "Capo.js implementation for Nuxt 3",
690
+ "description": "Capo.js implementation for Nuxt",
602
691
  "repo": "danielroe/nuxt-capo",
603
692
  "npm": "nuxt-capo",
604
693
  "icon": "",
@@ -620,7 +709,7 @@
620
709
  },
621
710
  {
622
711
  "name": "chakra-ui",
623
- "description": "Chakra UI Module for Nuxt.js",
712
+ "description": "Chakra UI Module for Nuxt",
624
713
  "repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
625
714
  "npm": "@chakra-ui/nuxt",
626
715
  "icon": "chakra-ui.png",
@@ -731,7 +820,7 @@
731
820
  },
732
821
  {
733
822
  "name": "cloudcms",
734
- "description": "CloudCMS Nuxt.js Module",
823
+ "description": "CloudCMS Nuxt Module",
735
824
  "repo": "gitana/cloudcms-nuxt",
736
825
  "npm": "cloudcms-nuxt",
737
826
  "icon": "",
@@ -780,11 +869,11 @@
780
869
  },
781
870
  {
782
871
  "name": "cloudinary",
783
- "description": "Optimize images and videos in your Nuxt.js application",
784
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
785
874
  "npm": "@nuxtjs/cloudinary",
786
875
  "icon": "cloudinary.png",
787
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
788
877
  "website": "https://cloudinary.nuxtjs.org",
789
878
  "learn_more": "https://cloudinary.com",
790
879
  "category": "Images",
@@ -803,11 +892,11 @@
803
892
  },
804
893
  {
805
894
  "name": "color-mode",
806
- "description": "Dark and Light mode for NuxtJS with auto detection",
807
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
808
897
  "npm": "@nuxtjs/color-mode",
809
898
  "icon": "color-mode.png",
810
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
811
900
  "website": "https://color-mode.nuxtjs.org",
812
901
  "learn_more": "",
813
902
  "category": "UI",
@@ -1024,7 +1113,7 @@
1024
1113
  },
1025
1114
  {
1026
1115
  "name": "darkmode.js",
1027
- "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",
1028
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1029
1118
  "npm": "nuxtjs-darkmode-js-module",
1030
1119
  "icon": "darkmode.png",
@@ -1046,7 +1135,7 @@
1046
1135
  },
1047
1136
  {
1048
1137
  "name": "date-fns",
1049
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1050
1139
  "repo": "nuxt-community/date-fns-module",
1051
1140
  "npm": "@nuxtjs/date-fns",
1052
1141
  "icon": "date-fns.png",
@@ -1068,7 +1157,7 @@
1068
1157
  },
1069
1158
  {
1070
1159
  "name": "datocms-nuxt2",
1071
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1072
1161
  "repo": "voorhoede/nuxt-datocms-module",
1073
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1074
1163
  "icon": "datocms.svg",
@@ -1137,8 +1226,8 @@
1137
1226
  },
1138
1227
  {
1139
1228
  "name": "delay-hydration",
1140
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1141
- "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",
1142
1231
  "npm": "nuxt-delay-hydration",
1143
1232
  "icon": "lighthouse.svg",
1144
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1160,12 +1249,12 @@
1160
1249
  },
1161
1250
  {
1162
1251
  "name": "device",
1163
- "description": "Device detection module for Nuxt.js",
1164
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1165
1254
  "npm": "@nuxtjs/device",
1166
1255
  "icon": "",
1167
- "github": "https://github.com/nuxt-community/device-module",
1168
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1169
1258
  "learn_more": "",
1170
1259
  "category": "Extensions",
1171
1260
  "type": "community",
@@ -1205,13 +1294,13 @@
1205
1294
  },
1206
1295
  {
1207
1296
  "name": "directus",
1208
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1209
1298
  "repo": "intevel/nuxt-directus",
1210
1299
  "npm": "nuxt-directus",
1211
1300
  "icon": "directus.svg",
1212
- "github": "https://github.com/directus/nuxt-directus/",
1213
- "website": "https://nuxt-directus.netlify.app/",
1214
- "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/",
1215
1304
  "category": "CMS",
1216
1305
  "type": "3rd-party",
1217
1306
  "maintainers": [
@@ -1222,15 +1311,14 @@
1222
1311
  }
1223
1312
  ],
1224
1313
  "compatibility": {
1225
- "nuxt": "^2.0.0 || ^3.0.0",
1226
- "requires": {
1227
- "bridge": true
1228
- }
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1229
1317
  }
1230
1318
  },
1231
1319
  {
1232
1320
  "name": "disqus",
1233
- "description": "Disqus for Nuxt 3",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1234
1322
  "repo": "modbender/nuxt-disqus",
1235
1323
  "npm": "nuxt-disqus",
1236
1324
  "icon": "disqus.svg",
@@ -1252,7 +1340,7 @@
1252
1340
  },
1253
1341
  {
1254
1342
  "name": "dotenv",
1255
- "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",
1256
1344
  "repo": "nuxt-community/dotenv-module",
1257
1345
  "npm": "@nuxtjs/dotenv",
1258
1346
  "icon": "dotenv.png",
@@ -1274,7 +1362,7 @@
1274
1362
  },
1275
1363
  {
1276
1364
  "name": "drupal-ce",
1277
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1365
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1278
1366
  "repo": "drunomics/nuxtjs-drupal-ce",
1279
1367
  "npm": "nuxtjs-drupal-ce",
1280
1368
  "icon": "drupal-ce.png",
@@ -1307,7 +1395,7 @@
1307
1395
  },
1308
1396
  {
1309
1397
  "name": "druxt",
1310
- "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.",
1311
1399
  "repo": "druxt/druxt.js#develop/packages/druxt",
1312
1400
  "npm": "druxt",
1313
1401
  "icon": "druxt.svg",
@@ -1327,6 +1415,29 @@
1327
1415
  "requires": {}
1328
1416
  }
1329
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
+ },
1330
1441
  {
1331
1442
  "name": "electron",
1332
1443
  "description": "Integrate Nuxt and Electron.",
@@ -1375,7 +1486,7 @@
1375
1486
  },
1376
1487
  {
1377
1488
  "name": "emotion",
1378
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1489
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1379
1490
  "repo": "nuxt-modules/emotion",
1380
1491
  "npm": "@nuxtjs/emotion",
1381
1492
  "icon": "emotion.png",
@@ -1403,7 +1514,7 @@
1403
1514
  },
1404
1515
  {
1405
1516
  "name": "eslint",
1406
- "description": "ESLint module for Nuxt.js",
1517
+ "description": "ESLint module for Nuxt",
1407
1518
  "repo": "nuxt-community/eslint-module",
1408
1519
  "npm": "@nuxtjs/eslint-module",
1409
1520
  "icon": "eslint.png",
@@ -1425,7 +1536,7 @@
1425
1536
  },
1426
1537
  {
1427
1538
  "name": "event-trace",
1428
- "description": "Module for event trace in Nuxt.js",
1539
+ "description": "Module for event trace in Nuxt",
1429
1540
  "repo": "nuxt-community/nuxt-event-trace",
1430
1541
  "npm": "nuxt-event-trace",
1431
1542
  "icon": "",
@@ -1469,7 +1580,7 @@
1469
1580
  },
1470
1581
  {
1471
1582
  "name": "feature-toggle",
1472
- "description": "Feature toggle module for Nuxt.js",
1583
+ "description": "Feature toggle module for Nuxt",
1473
1584
  "repo": "stephenkr/nuxt-feature-toggle",
1474
1585
  "npm": "nuxt-feature-toggle",
1475
1586
  "icon": "",
@@ -1536,7 +1647,7 @@
1536
1647
  },
1537
1648
  {
1538
1649
  "name": "floating-prompt-module",
1539
- "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",
1540
1651
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1541
1652
  "npm": "nuxt-floating-prompt-module",
1542
1653
  "icon": "",
@@ -1648,11 +1759,11 @@
1648
1759
  {
1649
1760
  "name": "form-actions",
1650
1761
  "description": "A set of features and composables to interact with forms and server data.",
1651
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1762
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1652
1763
  "npm": "@hebilicious/form-actions-nuxt",
1653
1764
  "icon": "form-actions.svg",
1654
1765
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1655
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1766
+ "website": "https://form-actions-nuxt.pages.dev/",
1656
1767
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1657
1768
  "category": "Request",
1658
1769
  "type": "3rd-party",
@@ -1664,7 +1775,7 @@
1664
1775
  }
1665
1776
  ],
1666
1777
  "compatibility": {
1667
- "nuxt": "^3.0.0",
1778
+ "nuxt": "^3.7.0",
1668
1779
  "requires": {}
1669
1780
  }
1670
1781
  },
@@ -1742,7 +1853,7 @@
1742
1853
  },
1743
1854
  {
1744
1855
  "name": "google-adsense",
1745
- "description": "Google Adsense Module for Nuxt.js",
1856
+ "description": "Google Adsense Module for Nuxt",
1746
1857
  "repo": "nuxt-community/google-adsense-module",
1747
1858
  "npm": "@nuxtjs/google-adsense",
1748
1859
  "icon": "google-adsense.png",
@@ -1768,7 +1879,7 @@
1768
1879
  },
1769
1880
  {
1770
1881
  "name": "google-analytics",
1771
- "description": "Google analytics Module for Nuxt.js",
1882
+ "description": "Google analytics Module for Nuxt",
1772
1883
  "repo": "nuxt-community/analytics-module",
1773
1884
  "npm": "@nuxtjs/google-analytics",
1774
1885
  "icon": "google-analytics.png",
@@ -1800,12 +1911,12 @@
1800
1911
  },
1801
1912
  {
1802
1913
  "name": "google-fonts",
1803
- "description": "Google Fonts module for NuxtJS",
1804
- "repo": "nuxt-community/google-fonts-module",
1914
+ "description": "Google Fonts module for Nuxt",
1915
+ "repo": "nuxt-modules/google-fonts",
1805
1916
  "npm": "@nuxtjs/google-fonts",
1806
1917
  "icon": "google-fonts.png",
1807
- "github": "https://github.com/nuxt-community/google-fonts-module",
1808
- "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",
1809
1920
  "learn_more": "https://developers.google.com/fonts",
1810
1921
  "category": "Fonts",
1811
1922
  "type": "community",
@@ -1824,7 +1935,7 @@
1824
1935
  },
1825
1936
  {
1826
1937
  "name": "google-gtag",
1827
- "description": "Google GTag for Nuxt.js",
1938
+ "description": "Google GTag for Nuxt",
1828
1939
  "repo": "nuxt-community/google-gtag",
1829
1940
  "npm": "@nuxtjs/google-gtag",
1830
1941
  "icon": "gtm.png",
@@ -1850,7 +1961,7 @@
1850
1961
  },
1851
1962
  {
1852
1963
  "name": "google-optimize",
1853
- "description": "SSR friendly Google Optimize module for Nuxt.js",
1964
+ "description": "SSR friendly Google Optimize module for Nuxt",
1854
1965
  "repo": "nuxt-community/google-optimize-module",
1855
1966
  "npm": "nuxt-google-optimize",
1856
1967
  "icon": "google-optimize.png",
@@ -1905,7 +2016,7 @@
1905
2016
  },
1906
2017
  {
1907
2018
  "name": "graphql-request",
1908
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2019
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1909
2020
  "repo": "gomah/nuxt-graphql-request",
1910
2021
  "npm": "nuxt-graphql-request",
1911
2022
  "icon": "graphql-request.png",
@@ -1921,7 +2032,7 @@
1921
2032
  }
1922
2033
  ],
1923
2034
  "compatibility": {
1924
- "nuxt": "^2.0.0",
2035
+ "nuxt": "^2.0.0 || ^3.0.0",
1925
2036
  "requires": {}
1926
2037
  }
1927
2038
  },
@@ -1944,12 +2055,13 @@
1944
2055
  ],
1945
2056
  "compatibility": {
1946
2057
  "nuxt": "^3.0.0",
1947
- "requires": {}
2058
+ "requires": {},
2059
+ "devtools": "^0.0.0"
1948
2060
  }
1949
2061
  },
1950
2062
  {
1951
2063
  "name": "gtag",
1952
- "description": "Google Analytics integration for Nuxt 3",
2064
+ "description": "Google Analytics integration for Nuxt",
1953
2065
  "repo": "johannschopplich/nuxt-gtag",
1954
2066
  "npm": "nuxt-gtag",
1955
2067
  "icon": "gtag.svg",
@@ -1973,7 +2085,7 @@
1973
2085
  },
1974
2086
  {
1975
2087
  "name": "gtm",
1976
- "description": "Google Tag Manager Module for Nuxt.js",
2088
+ "description": "Google Tag Manager Module for Nuxt",
1977
2089
  "repo": "nuxt-community/gtm-module",
1978
2090
  "npm": "@nuxtjs/gtm",
1979
2091
  "icon": "gtm.png",
@@ -1996,7 +2108,7 @@
1996
2108
  },
1997
2109
  {
1998
2110
  "name": "guess",
1999
- "description": "Guess.js module for Nuxt.js",
2111
+ "description": "Guess.js module for Nuxt",
2000
2112
  "repo": "nuxt-community/guess-module",
2001
2113
  "npm": "@nuxtjs/guess-module",
2002
2114
  "icon": "guessjs.png",
@@ -2108,7 +2220,7 @@
2108
2220
  },
2109
2221
  {
2110
2222
  "name": "helmet",
2111
- "description": "Easy Helmet module with Nuxt.js'",
2223
+ "description": "Easy Helmet module with Nuxt'",
2112
2224
  "repo": "victor-perez/nuxt-helmet",
2113
2225
  "npm": "nuxt-helmet",
2114
2226
  "icon": "",
@@ -2152,7 +2264,7 @@
2152
2264
  },
2153
2265
  {
2154
2266
  "name": "history-state",
2155
- "description": "Nuxt.js module to backup or restore historical states",
2267
+ "description": "Nuxt module to backup or restore historical states",
2156
2268
  "repo": "hidekatsu-izuno/nuxt-history-state",
2157
2269
  "npm": "nuxt-history-state",
2158
2270
  "icon": "",
@@ -2221,7 +2333,7 @@
2221
2333
  },
2222
2334
  {
2223
2335
  "name": "http",
2224
- "description": "Universal HTTP Module for Nuxt.js",
2336
+ "description": "Universal HTTP Module for Nuxt",
2225
2337
  "repo": "nuxt/http",
2226
2338
  "npm": "@nuxt/http",
2227
2339
  "icon": "http.png",
@@ -2249,7 +2361,7 @@
2249
2361
  },
2250
2362
  {
2251
2363
  "name": "humans-txt",
2252
- "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.",
2253
2365
  "repo": "Luxdamore/nuxt-humans-txt",
2254
2366
  "npm": "@luxdamore/nuxt-humans-txt",
2255
2367
  "icon": "",
@@ -2273,11 +2385,11 @@
2273
2385
  {
2274
2386
  "name": "i18n",
2275
2387
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2276
- "repo": "nuxt-community/i18n-module",
2388
+ "repo": "nuxt-modules/i18n",
2277
2389
  "npm": "@nuxtjs/i18n",
2278
2390
  "icon": "i18n.png",
2279
- "github": "https://github.com/nuxt-community/i18n-module",
2280
- "website": "https://i18n.nuxtjs.org",
2391
+ "github": "https://github.com/nuxt-modules/i18n",
2392
+ "website": "https://v8.i18n.nuxtjs.org",
2281
2393
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2282
2394
  "category": "Extensions",
2283
2395
  "type": "community",
@@ -2318,6 +2430,29 @@
2318
2430
  "requires": {}
2319
2431
  }
2320
2432
  },
2433
+ {
2434
+ "name": "icon-tw",
2435
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2436
+ "repo": "jcamp-code/nuxt-icon-tw",
2437
+ "npm": "nuxt-icon-tw",
2438
+ "icon": "nuxt-icon.png",
2439
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2440
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2441
+ "learn_more": "",
2442
+ "category": "UI",
2443
+ "type": "3rd-party",
2444
+ "maintainers": [
2445
+ {
2446
+ "name": "JohnCampionJr",
2447
+ "github": "JohnCampionJr"
2448
+ }
2449
+ ],
2450
+ "compatibility": {
2451
+ "nuxt": "^3.0.0",
2452
+ "requires": {},
2453
+ "devtools": "^0.0.0"
2454
+ }
2455
+ },
2321
2456
  {
2322
2457
  "name": "icon",
2323
2458
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2337,7 +2472,8 @@
2337
2472
  ],
2338
2473
  "compatibility": {
2339
2474
  "nuxt": "^3.0.0",
2340
- "requires": {}
2475
+ "requires": {},
2476
+ "devtools": "^0.0.0"
2341
2477
  }
2342
2478
  },
2343
2479
  {
@@ -2386,12 +2522,12 @@
2386
2522
  },
2387
2523
  {
2388
2524
  "name": "image",
2389
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2525
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2390
2526
  "repo": "nuxt/image",
2391
2527
  "npm": "@nuxt/image",
2392
2528
  "icon": "image.png",
2393
2529
  "github": "https://github.com/nuxt/image",
2394
- "website": "https://image.nuxtjs.org",
2530
+ "website": "https://image.nuxt.com",
2395
2531
  "learn_more": "",
2396
2532
  "category": "Images",
2397
2533
  "type": "official",
@@ -2401,6 +2537,11 @@
2401
2537
  "github": "farnabaz",
2402
2538
  "twitter": "a_birang"
2403
2539
  },
2540
+ {
2541
+ "name": "Daniel Roe",
2542
+ "github": "danielroe",
2543
+ "twitter": "danielcroe"
2544
+ },
2404
2545
  {
2405
2546
  "name": "Pooya Parsa",
2406
2547
  "github": "pi0",
@@ -2421,7 +2562,7 @@
2421
2562
  },
2422
2563
  {
2423
2564
  "name": "imagemin",
2424
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2565
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2425
2566
  "repo": "nuxt-community/imagemin-module",
2426
2567
  "npm": "@nuxtjs/imagemin",
2427
2568
  "icon": "imagemin.png",
@@ -2468,7 +2609,7 @@
2468
2609
  },
2469
2610
  {
2470
2611
  "name": "intercom",
2471
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2612
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2472
2613
  "repo": "hex-digital/nuxt-intercom",
2473
2614
  "npm": "@hexdigital/nuxt-intercom",
2474
2615
  "icon": "intercom.png",
@@ -2513,7 +2654,7 @@
2513
2654
  },
2514
2655
  {
2515
2656
  "name": "jsonapi",
2516
- "description": "Easy JSON:API client integration for Nuxt.js",
2657
+ "description": "Easy JSON:API client integration for Nuxt",
2517
2658
  "repo": "patrickcate/nuxt-jsonapi",
2518
2659
  "npm": "nuxt-jsonapi",
2519
2660
  "icon": "jsonapi.svg",
@@ -2555,9 +2696,36 @@
2555
2696
  "requires": {}
2556
2697
  }
2557
2698
  },
2699
+ {
2700
+ "name": "kinde",
2701
+ "description": "Kinde authentication integration for Nuxt",
2702
+ "repo": "nuxt-modules/kinde",
2703
+ "npm": "@nuxtjs/kinde",
2704
+ "icon": "kinde.svg",
2705
+ "github": "https://github.com/nuxt-modules/kinde",
2706
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2707
+ "learn_more": "https://kinde.com/",
2708
+ "category": "Security",
2709
+ "type": "community",
2710
+ "maintainers": [
2711
+ {
2712
+ "name": "danielroe",
2713
+ "github": "danielroe"
2714
+ },
2715
+ {
2716
+ "name": "daveordead",
2717
+ "github": "DaveOrDead",
2718
+ "twitter": "dave_or_dead"
2719
+ }
2720
+ ],
2721
+ "compatibility": {
2722
+ "nuxt": "^3.0.0",
2723
+ "requires": {}
2724
+ }
2725
+ },
2558
2726
  {
2559
2727
  "name": "kql",
2560
- "description": "Nuxt 3 module for Kirby's Query Language API",
2728
+ "description": "Nuxt module for Kirby's Query Language API",
2561
2729
  "repo": "johannschopplich/nuxt-kql",
2562
2730
  "npm": "nuxt-kql",
2563
2731
  "icon": "kql.svg",
@@ -2581,7 +2749,7 @@
2581
2749
  },
2582
2750
  {
2583
2751
  "name": "laravel-echo",
2584
- "description": "Laravel Echo for Nuxt.js",
2752
+ "description": "Laravel Echo for Nuxt",
2585
2753
  "repo": "nuxt-community/laravel-echo",
2586
2754
  "npm": "@nuxtjs/laravel-echo",
2587
2755
  "icon": "laravel-echo.png",
@@ -2623,6 +2791,28 @@
2623
2791
  "requires": {}
2624
2792
  }
2625
2793
  },
2794
+ {
2795
+ "name": "laravel-precognition",
2796
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2797
+ "repo": "sot1986/nuxt-laravel-precognition",
2798
+ "npm": "nuxt-laravel-precognition",
2799
+ "icon": "laravel.svg",
2800
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2801
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2802
+ "learn_more": "",
2803
+ "category": "Security",
2804
+ "type": "3rd-party",
2805
+ "maintainers": [
2806
+ {
2807
+ "name": "sot1986",
2808
+ "github": "sot1986"
2809
+ }
2810
+ ],
2811
+ "compatibility": {
2812
+ "nuxt": "^3.0.0",
2813
+ "requires": {}
2814
+ }
2815
+ },
2626
2816
  {
2627
2817
  "name": "laravel",
2628
2818
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2669,13 +2859,13 @@
2669
2859
  },
2670
2860
  {
2671
2861
  "name": "link-checker",
2672
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2862
+ "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2673
2863
  "repo": "harlan-zw/nuxt-link-checker",
2674
2864
  "npm": "nuxt-link-checker",
2675
- "icon": "",
2865
+ "icon": "link-checker.svg",
2676
2866
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2677
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2678
- "learn_more": "",
2867
+ "website": "https://nuxtseo.com/link-checker",
2868
+ "learn_more": "https://nuxtseo.com/link-checker",
2679
2869
  "category": "SEO",
2680
2870
  "type": "3rd-party",
2681
2871
  "maintainers": [
@@ -2688,7 +2878,8 @@
2688
2878
  ],
2689
2879
  "compatibility": {
2690
2880
  "nuxt": "^3.0.0",
2691
- "requires": {}
2881
+ "requires": {},
2882
+ "devtools": "^0.0.0"
2692
2883
  }
2693
2884
  },
2694
2885
  {
@@ -2765,12 +2956,12 @@
2765
2956
  },
2766
2957
  {
2767
2958
  "name": "logrocket",
2768
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2769
- "repo": "nuxt-community/nuxt-logrocket",
2959
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
2960
+ "repo": "nuxt-modules/logrocket",
2770
2961
  "npm": "nuxt-logrocket",
2771
2962
  "icon": "logrocket.png",
2772
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2773
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
2963
+ "github": "https://github.com/nuxt-modules/logrocket",
2964
+ "website": "https://github.com/nuxt-modules/logrocket",
2774
2965
  "learn_more": "https://docs.logrocket.com/docs",
2775
2966
  "category": "Monitoring",
2776
2967
  "type": "community",
@@ -2786,9 +2977,35 @@
2786
2977
  "requires": {}
2787
2978
  }
2788
2979
  },
2980
+ {
2981
+ "name": "lucide-icons",
2982
+ "description": "Nuxt module to integrate Lucide icons",
2983
+ "repo": "swisnl/nuxt-lucide-icons",
2984
+ "npm": "nuxt-lucide-icons",
2985
+ "icon": "lucide-icons.svg",
2986
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2987
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2988
+ "learn_more": "",
2989
+ "category": "UI",
2990
+ "type": "3rd-party",
2991
+ "maintainers": [
2992
+ {
2993
+ "name": "SWIS",
2994
+ "github": "swisnl"
2995
+ },
2996
+ {
2997
+ "name": "Jasper Zonneveld",
2998
+ "github": "JaZo"
2999
+ }
3000
+ ],
3001
+ "compatibility": {
3002
+ "nuxt": "^3.0.0",
3003
+ "requires": {}
3004
+ }
3005
+ },
2789
3006
  {
2790
3007
  "name": "lunr",
2791
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3008
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2792
3009
  "repo": "nuxt-community/lunr-module",
2793
3010
  "npm": "@nuxtjs/lunr-module",
2794
3011
  "icon": "",
@@ -2876,6 +3093,28 @@
2876
3093
  "requires": {}
2877
3094
  }
2878
3095
  },
3096
+ {
3097
+ "name": "maz-ui",
3098
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3099
+ "repo": "louismazel/maz-ui",
3100
+ "npm": "maz-ui",
3101
+ "icon": "maz-ui.png",
3102
+ "github": "https://github.com/louismazel/maz-ui",
3103
+ "website": "https://louismazel.github.io/maz-ui-3/",
3104
+ "learn_more": "https://louismazel.github.io/maz-ui-3/",
3105
+ "category": "UI",
3106
+ "type": "community",
3107
+ "maintainers": [
3108
+ {
3109
+ "name": "Loïc Mazuel",
3110
+ "github": "LouisMazel"
3111
+ }
3112
+ ],
3113
+ "compatibility": {
3114
+ "nuxt": "^3.0.0",
3115
+ "requires": {}
3116
+ }
3117
+ },
2879
3118
  {
2880
3119
  "name": "mdx",
2881
3120
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2901,7 +3140,7 @@
2901
3140
  },
2902
3141
  {
2903
3142
  "name": "medusa",
2904
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3143
+ "description": "Easily connect to Medusa from your Nuxt application",
2905
3144
  "repo": "Baroshem/nuxt-medusa",
2906
3145
  "npm": "nuxt-medusa",
2907
3146
  "icon": "medusa.svg",
@@ -2926,7 +3165,7 @@
2926
3165
  },
2927
3166
  {
2928
3167
  "name": "meilisearch",
2929
- "description": "Meilisearch Instant Search module for Nuxt 3",
3168
+ "description": "Meilisearch Instant Search module for Nuxt",
2930
3169
  "repo": "xlanex6/nuxt-meilisearch",
2931
3170
  "npm": "nuxt-meilisearch",
2932
3171
  "icon": "meilisearch.svg",
@@ -2946,7 +3185,8 @@
2946
3185
  "nuxt": "^3.0.0",
2947
3186
  "requires": {
2948
3187
  "bridge": false
2949
- }
3188
+ },
3189
+ "devtools": "^0.0.0"
2950
3190
  }
2951
3191
  },
2952
3192
  {
@@ -3018,7 +3258,7 @@
3018
3258
  },
3019
3259
  {
3020
3260
  "name": "moment",
3021
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3261
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3022
3262
  "repo": "nuxt-community/moment-module",
3023
3263
  "npm": "@nuxtjs/moment",
3024
3264
  "icon": "momentjs.png",
@@ -3045,7 +3285,7 @@
3045
3285
  },
3046
3286
  {
3047
3287
  "name": "mq",
3048
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3288
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3049
3289
  "repo": "vanhoofmaarten/nuxt-mq",
3050
3290
  "npm": "nuxt-mq",
3051
3291
  "icon": "",
@@ -3089,7 +3329,7 @@
3089
3329
  },
3090
3330
  {
3091
3331
  "name": "netlify-cache",
3092
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3332
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3093
3333
  "repo": "DreaMinder/nuxt-netlify-cache",
3094
3334
  "npm": "nuxt-netlify-cache",
3095
3335
  "icon": "netlify.png",
@@ -3134,7 +3374,7 @@
3134
3374
  },
3135
3375
  {
3136
3376
  "name": "netlify",
3137
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3377
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3138
3378
  "repo": "bazzite/nuxt-netlify",
3139
3379
  "npm": "@aceforth/nuxt-netlify",
3140
3380
  "icon": "netlify.png",
@@ -3249,24 +3489,47 @@
3249
3489
  }
3250
3490
  },
3251
3491
  {
3252
- "name": "nuxt-auth",
3253
- "description": "",
3254
- "repo": "sidebase/nuxt-auth",
3255
- "npm": "@sidebase/nuxt-auth",
3492
+ "name": "nuxt-auth-sanctum",
3493
+ "description": "Nuxt module for Laravel Sanctum authentication",
3494
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3495
+ "npm": "nuxt-auth-sanctum",
3496
+ "icon": "laravel.svg",
3497
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3498
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3499
+ "learn_more": "",
3500
+ "category": "Security",
3501
+ "type": "3rd-party",
3502
+ "maintainers": [
3503
+ {
3504
+ "name": "Artem Manchenkov",
3505
+ "github": "manchenkoff",
3506
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3507
+ }
3508
+ ],
3509
+ "compatibility": {
3510
+ "nuxt": "^3.0.0",
3511
+ "requires": {}
3512
+ }
3513
+ },
3514
+ {
3515
+ "name": "nuxt-basic-auth",
3516
+ "description": "Nuxt Module for Basic Authentication",
3517
+ "repo": "kgierke/nuxt-basic-auth",
3518
+ "npm": "@kgierke/nuxt-basic-auth",
3256
3519
  "icon": "",
3257
- "github": "https://github.com/sidebase/nuxt-auth",
3258
- "website": "https://github.com/sidebase/nuxt-auth",
3520
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3521
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3259
3522
  "learn_more": "",
3260
- "category": "Devtools",
3523
+ "category": "Security",
3261
3524
  "type": "3rd-party",
3262
3525
  "maintainers": [
3263
3526
  {
3264
- "name": "sidebase",
3265
- "github": "sidebase"
3527
+ "name": "kgierke",
3528
+ "github": "kgierke"
3266
3529
  }
3267
3530
  ],
3268
3531
  "compatibility": {
3269
- "nuxt": "^2.0.0",
3532
+ "nuxt": "^3.0.0",
3270
3533
  "requires": {}
3271
3534
  }
3272
3535
  },
@@ -3294,7 +3557,7 @@
3294
3557
  },
3295
3558
  {
3296
3559
  "name": "nuxt-chatgpt",
3297
- "description": "ChatGPT integration for Nuxt 3",
3560
+ "description": "ChatGPT integration for Nuxt",
3298
3561
  "repo": "schnapsterdog/nuxt-chatgpt",
3299
3562
  "npm": "nuxt-chatgpt",
3300
3563
  "icon": "chatgpt.svg",
@@ -3314,6 +3577,54 @@
3314
3577
  "requires": {}
3315
3578
  }
3316
3579
  },
3580
+ {
3581
+ "name": "nuxt-facebook-chat",
3582
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3583
+ "repo": "superdev-tech/nuxt-facebook-chat",
3584
+ "npm": "nuxt-facebook-chat",
3585
+ "icon": "nuxt-facebook-chat.svg",
3586
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3587
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3588
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3589
+ "category": "Libraries",
3590
+ "type": "3rd-party",
3591
+ "maintainers": [
3592
+ {
3593
+ "name": "Supanut Dokmaithong",
3594
+ "github": "Boomgeek"
3595
+ },
3596
+ {
3597
+ "name": "superdev-tech",
3598
+ "github": "superdev-tech"
3599
+ }
3600
+ ],
3601
+ "compatibility": {
3602
+ "nuxt": "^3.0.0",
3603
+ "requires": {}
3604
+ }
3605
+ },
3606
+ {
3607
+ "name": "nuxt-feedme",
3608
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3609
+ "repo": "helltraitor/nuxt-feedme",
3610
+ "npm": "nuxt-feedme",
3611
+ "icon": "",
3612
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3613
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3614
+ "learn_more": "",
3615
+ "category": "SEO",
3616
+ "type": "3rd-party",
3617
+ "maintainers": [
3618
+ {
3619
+ "name": "Helltraitor",
3620
+ "github": "helltraitor"
3621
+ }
3622
+ ],
3623
+ "compatibility": {
3624
+ "nuxt": "^3.0.0",
3625
+ "requires": {}
3626
+ }
3627
+ },
3317
3628
  {
3318
3629
  "name": "nuxt-graphql-middleware",
3319
3630
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3367,7 +3678,7 @@
3367
3678
  },
3368
3679
  {
3369
3680
  "name": "nuxt-gtm",
3370
- "description": "A Nuxt.js module for Google Tag Manager",
3681
+ "description": "A Nuxt module for Google Tag Manager",
3371
3682
  "repo": "zadigetvoltaire/nuxt-gtm",
3372
3683
  "npm": "@zadigetvoltaire/nuxt-gtm",
3373
3684
  "icon": "nuxt-gtm.svg",
@@ -3384,7 +3695,8 @@
3384
3695
  ],
3385
3696
  "compatibility": {
3386
3697
  "nuxt": "^3.0.0",
3387
- "requires": {}
3698
+ "requires": {},
3699
+ "devtools": "^0.0.0"
3388
3700
  }
3389
3701
  },
3390
3702
  {
@@ -3411,6 +3723,50 @@
3411
3723
  }
3412
3724
  }
3413
3725
  },
3726
+ {
3727
+ "name": "nuxt-interpolation",
3728
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3729
+ "repo": "daliborgogic/nuxt-interpolation#master",
3730
+ "npm": "nuxt-interpolation",
3731
+ "icon": "",
3732
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3733
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3734
+ "learn_more": "",
3735
+ "category": "Devtools",
3736
+ "type": "3rd-party",
3737
+ "maintainers": [
3738
+ {
3739
+ "name": "daliborgogic",
3740
+ "github": "daliborgogic"
3741
+ }
3742
+ ],
3743
+ "compatibility": {
3744
+ "nuxt": "^2.0.0",
3745
+ "requires": {}
3746
+ }
3747
+ },
3748
+ {
3749
+ "name": "nuxt-jsonld",
3750
+ "description": "Manage JSON-LD in Vue component.",
3751
+ "repo": "ymmooot/nuxt-jsonld",
3752
+ "npm": "nuxt-jsonld",
3753
+ "icon": "",
3754
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3755
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3756
+ "learn_more": "",
3757
+ "category": "SEO",
3758
+ "type": "3rd-party",
3759
+ "maintainers": [
3760
+ {
3761
+ "name": "ymmooot",
3762
+ "github": "ymmooot"
3763
+ }
3764
+ ],
3765
+ "compatibility": {
3766
+ "nuxt": "^3.0.0",
3767
+ "requires": {}
3768
+ }
3769
+ },
3414
3770
  {
3415
3771
  "name": "nuxt-localtunnel",
3416
3772
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3436,7 +3792,7 @@
3436
3792
  },
3437
3793
  {
3438
3794
  "name": "nuxt-loco",
3439
- "description": "A localise.biz module to synth locale with Nuxt.js",
3795
+ "description": "A localise.biz module to synth locale with Nuxt",
3440
3796
  "repo": "gaetansenn/nuxt-loco",
3441
3797
  "npm": "nuxt-loco",
3442
3798
  "icon": "",
@@ -3458,17 +3814,39 @@
3458
3814
  }
3459
3815
  },
3460
3816
  {
3461
- "name": "nuxt-mapbox",
3462
- "description": "Elegant Mapbox integration with Nuxt",
3463
- "repo": "AlexLavoie42/Nuxt-Mapbox",
3464
- "npm": "nuxt-mapbox",
3465
- "icon": "nuxt-mapbox.svg",
3466
- "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3467
- "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3468
- "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3469
- "category": "Libraries",
3470
- "type": "3rd-party",
3471
- "maintainers": [
3817
+ "name": "nuxt-mail",
3818
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3819
+ "repo": "dword-design/nuxt-mail",
3820
+ "npm": "nuxt-mail",
3821
+ "icon": "",
3822
+ "github": "https://github.com/dword-design/nuxt-mail",
3823
+ "website": "https://github.com/dword-design/nuxt-mail",
3824
+ "learn_more": "",
3825
+ "category": "Extensions",
3826
+ "type": "3rd-party",
3827
+ "maintainers": [
3828
+ {
3829
+ "name": "Sebastian Landwehr",
3830
+ "github": "dword-design"
3831
+ }
3832
+ ],
3833
+ "compatibility": {
3834
+ "nuxt": "^2.0.0 || ^3.0.0",
3835
+ "requires": {}
3836
+ }
3837
+ },
3838
+ {
3839
+ "name": "nuxt-mapbox",
3840
+ "description": "Elegant Mapbox integration with Nuxt",
3841
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3842
+ "npm": "nuxt-mapbox",
3843
+ "icon": "nuxt-mapbox.svg",
3844
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3845
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3846
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3847
+ "category": "Libraries",
3848
+ "type": "3rd-party",
3849
+ "maintainers": [
3472
3850
  {
3473
3851
  "name": "Alex Lavoie",
3474
3852
  "github": "AlexLavoie42"
@@ -3479,6 +3857,28 @@
3479
3857
  "requires": {}
3480
3858
  }
3481
3859
  },
3860
+ {
3861
+ "name": "nuxt-mdi",
3862
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3863
+ "repo": "ERPedersen/nuxt-mdi",
3864
+ "npm": "nuxt-mdi",
3865
+ "icon": "mdi.png",
3866
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3867
+ "website": "https://nuxt-mdi.emilrosenius.com",
3868
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3869
+ "category": "Libraries",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Emil Rosenius",
3874
+ "github": "ERPedersen"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3482
3882
  {
3483
3883
  "name": "nuxt-monaco-editor",
3484
3884
  "description": "Integrate monaco-editor with Nuxt",
@@ -3503,7 +3903,7 @@
3503
3903
  },
3504
3904
  {
3505
3905
  "name": "nuxt-mongoose",
3506
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3906
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3507
3907
  "repo": "arashsheyda/nuxt-mongoose",
3508
3908
  "npm": "nuxt-mongoose",
3509
3909
  "icon": "nuxt-mongoose.svg",
@@ -3518,6 +3918,30 @@
3518
3918
  "github": "arashsheyda"
3519
3919
  }
3520
3920
  ],
3921
+ "compatibility": {
3922
+ "nuxt": "^3.0.0",
3923
+ "requires": {},
3924
+ "devtools": "^0.0.0"
3925
+ }
3926
+ },
3927
+ {
3928
+ "name": "nuxt-payload-analyzer",
3929
+ "description": "Analyze Nuxt Payload Size",
3930
+ "repo": "barbapapazes/nuxt-payload-analyzer",
3931
+ "npm": "nuxt-payload-analyzer",
3932
+ "icon": "",
3933
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
3934
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
3935
+ "learn_more": "",
3936
+ "category": "Performance",
3937
+ "type": "3rd-party",
3938
+ "maintainers": [
3939
+ {
3940
+ "name": "Barbapapazes",
3941
+ "github": "Barbapapazes",
3942
+ "twitter": "soubiran_"
3943
+ }
3944
+ ],
3521
3945
  "compatibility": {
3522
3946
  "nuxt": "^3.0.0",
3523
3947
  "requires": {}
@@ -3592,7 +4016,7 @@
3592
4016
  },
3593
4017
  {
3594
4018
  "name": "plausible",
3595
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4019
+ "description": "Nuxt module to natively integrate Plausible analytics",
3596
4020
  "repo": "nuxt-modules/plausible",
3597
4021
  "npm": "@nuxtjs/plausible",
3598
4022
  "icon": "plausible.png",
@@ -3614,7 +4038,7 @@
3614
4038
  },
3615
4039
  {
3616
4040
  "name": "nuxt-plotly",
3617
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4041
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3618
4042
  "repo": "superdev-tech/nuxt-plotly",
3619
4043
  "npm": "nuxt-plotly",
3620
4044
  "icon": "nuxt-plotly.svg",
@@ -3640,7 +4064,7 @@
3640
4064
  },
3641
4065
  {
3642
4066
  "name": "nuxt-png-to-ico",
3643
- "description": "Nuxt.js module for auto generating favicons",
4067
+ "description": "Nuxt module for auto generating favicons",
3644
4068
  "repo": "b5710546232/nuxt-png-to-ico",
3645
4069
  "npm": "nuxt-png-to-ico",
3646
4070
  "icon": "",
@@ -3663,7 +4087,7 @@
3663
4087
  },
3664
4088
  {
3665
4089
  "name": "nuxt-smartlook",
3666
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4090
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3667
4091
  "repo": "f00b4r/nuxt-smartlook",
3668
4092
  "npm": "nuxt-smartlook",
3669
4093
  "icon": "nuxt-smartlook.png",
@@ -3685,6 +4109,28 @@
3685
4109
  "requires": {}
3686
4110
  }
3687
4111
  },
4112
+ {
4113
+ "name": "nuxt-social-share",
4114
+ "description": "Simple Social Sharing for Nuxt",
4115
+ "repo": "stefanobartoletti/nuxt-social-share",
4116
+ "npm": "@stefanobartoletti/nuxt-social-share",
4117
+ "icon": "nuxt-social-share.png",
4118
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4119
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4120
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4121
+ "category": "Extensions",
4122
+ "type": "3rd-party",
4123
+ "maintainers": [
4124
+ {
4125
+ "name": "stefanobartoletti",
4126
+ "github": "stefanobartoletti"
4127
+ }
4128
+ ],
4129
+ "compatibility": {
4130
+ "nuxt": "^3.0.0",
4131
+ "requires": {}
4132
+ }
4133
+ },
3688
4134
  {
3689
4135
  "name": "ssr-lit",
3690
4136
  "description": "Server-Side Rendering for Lit Element components",
@@ -3715,7 +4161,7 @@
3715
4161
  },
3716
4162
  {
3717
4163
  "name": "nuxt-storm",
3718
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4164
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3719
4165
  "repo": "fumeapp/nuxt-storm",
3720
4166
  "npm": "nuxt-storm",
3721
4167
  "icon": "nuxt-storm.png",
@@ -3759,7 +4205,7 @@
3759
4205
  },
3760
4206
  {
3761
4207
  "name": "nuxt-unleash",
3762
- "description": "Nuxt.js module to use Unleash toggle feature services",
4208
+ "description": "Nuxt module to use Unleash toggle feature services",
3763
4209
  "repo": "conejerock/nuxt-unleash",
3764
4210
  "npm": "nuxt-unleash",
3765
4211
  "icon": "nuxt-unleash.svg",
@@ -3871,7 +4317,7 @@
3871
4317
  },
3872
4318
  {
3873
4319
  "name": "nuxt-vuetify",
3874
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
4320
+ "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
3875
4321
  "repo": "invictus-codes/nuxt-vuetify",
3876
4322
  "npm": "@invictus.codes/nuxt-vuetify",
3877
4323
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3891,6 +4337,28 @@
3891
4337
  "requires": {}
3892
4338
  }
3893
4339
  },
4340
+ {
4341
+ "name": "nuxt3-interpolation",
4342
+ "description": "",
4343
+ "repo": "daliborgogic/interpolation#master",
4344
+ "npm": "nuxt3-interpolation",
4345
+ "icon": "",
4346
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4347
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4348
+ "learn_more": "",
4349
+ "category": "Devtools",
4350
+ "type": "3rd-party",
4351
+ "maintainers": [
4352
+ {
4353
+ "name": "daliborgogic",
4354
+ "github": "daliborgogic"
4355
+ }
4356
+ ],
4357
+ "compatibility": {
4358
+ "nuxt": "^3.0.0",
4359
+ "requires": {}
4360
+ }
4361
+ },
3894
4362
  {
3895
4363
  "name": "nuxt3-leaflet",
3896
4364
  "description": "Leaflet integration with Nuxt",
@@ -3915,7 +4383,7 @@
3915
4383
  },
3916
4384
  {
3917
4385
  "name": "nuxt7",
3918
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4386
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3919
4387
  "repo": "nuxt-community/nuxt7",
3920
4388
  "npm": "nuxt7",
3921
4389
  "icon": "",
@@ -3936,38 +4404,15 @@
3936
4404
  "requires": {}
3937
4405
  }
3938
4406
  },
3939
- {
3940
- "name": "nuxtlabs-ui",
3941
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3942
- "repo": "nuxtlabs/ui",
3943
- "npm": "@nuxthq/ui",
3944
- "icon": "nuxtlabs-ui.svg",
3945
- "github": "https://github.com/nuxtlabs/ui",
3946
- "website": "https://ui.nuxtlabs.com",
3947
- "learn_more": "https://ui.nuxtlabs.com",
3948
- "category": "UI",
3949
- "type": "3rd-party",
3950
- "maintainers": [
3951
- {
3952
- "name": "Benjamin Canac",
3953
- "github": "benjamincanac",
3954
- "twitter": "benjamincanac"
3955
- }
3956
- ],
3957
- "compatibility": {
3958
- "nuxt": "^3.0.0",
3959
- "requires": {}
3960
- }
3961
- },
3962
4407
  {
3963
4408
  "name": "og-image",
3964
- "description": "Easily generate dynamic social share images.",
4409
+ "description": "Enlightened runtime images generated with Vue templates.",
3965
4410
  "repo": "harlan-zw/nuxt-og-image",
3966
4411
  "npm": "nuxt-og-image",
3967
- "icon": "",
4412
+ "icon": "og-image.svg",
3968
4413
  "github": "https://github.com/harlan-zw/nuxt-og-image",
3969
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3970
- "learn_more": "",
4414
+ "website": "https://nuxtseo.com/og-image",
4415
+ "learn_more": "https://nuxtseo.com/og-image",
3971
4416
  "category": "SEO",
3972
4417
  "type": "3rd-party",
3973
4418
  "maintainers": [
@@ -3980,7 +4425,8 @@
3980
4425
  ],
3981
4426
  "compatibility": {
3982
4427
  "nuxt": "^3.0.0",
3983
- "requires": {}
4428
+ "requires": {},
4429
+ "devtools": "^0.0.0"
3984
4430
  }
3985
4431
  },
3986
4432
  {
@@ -4008,7 +4454,7 @@
4008
4454
  },
4009
4455
  {
4010
4456
  "name": "optimized-images",
4011
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4457
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4012
4458
  "repo": "juliomrqz/nuxt-optimized-images",
4013
4459
  "npm": "@aceforth/nuxt-optimized-images",
4014
4460
  "icon": "",
@@ -4053,7 +4499,7 @@
4053
4499
  },
4054
4500
  {
4055
4501
  "name": "parse",
4056
- "description": "Parse package for Nuxt.js",
4502
+ "description": "Parse package for Nuxt",
4057
4503
  "repo": "cierrateam/nuxt-parse",
4058
4504
  "npm": "nuxt-parse",
4059
4505
  "icon": "",
@@ -4073,6 +4519,29 @@
4073
4519
  "requires": {}
4074
4520
  }
4075
4521
  },
4522
+ {
4523
+ "name": "particles",
4524
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4525
+ "repo": "Joepocalyptic/nuxt-particles",
4526
+ "npm": "nuxt-particles",
4527
+ "icon": "",
4528
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4529
+ "website": "https://nuxt-particles.joeypereira.dev",
4530
+ "learn_more": "https://particles.js.org/",
4531
+ "category": "Libraries",
4532
+ "type": "3rd-party",
4533
+ "maintainers": [
4534
+ {
4535
+ "name": "Joey Pereira",
4536
+ "github": "Joepocalyptic",
4537
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4538
+ }
4539
+ ],
4540
+ "compatibility": {
4541
+ "nuxt": "^3.0.0",
4542
+ "requires": {}
4543
+ }
4544
+ },
4076
4545
  {
4077
4546
  "name": "partytown",
4078
4547
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4098,6 +4567,28 @@
4098
4567
  }
4099
4568
  }
4100
4569
  },
4570
+ {
4571
+ "name": "paypal",
4572
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4573
+ "repo": "arashsheyda/nuxt-paypal",
4574
+ "npm": "nuxt-paypal",
4575
+ "icon": "paypal.svg",
4576
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4577
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4578
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4579
+ "category": "Payment",
4580
+ "type": "3rd-party",
4581
+ "maintainers": [
4582
+ {
4583
+ "name": "Arash Sheyda",
4584
+ "github": "arashsheyda"
4585
+ }
4586
+ ],
4587
+ "compatibility": {
4588
+ "nuxt": "^3.0.0",
4589
+ "requires": {}
4590
+ }
4591
+ },
4101
4592
  {
4102
4593
  "name": "pdfeasy",
4103
4594
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4219,7 +4710,7 @@
4219
4710
  },
4220
4711
  {
4221
4712
  "name": "plausible",
4222
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4713
+ "description": "Nuxt module to natively integrate Plausible analytics",
4223
4714
  "repo": "nuxt-modules/plausible",
4224
4715
  "npm": "@nuxtjs/plausible",
4225
4716
  "icon": "",
@@ -4261,9 +4752,56 @@
4261
4752
  "requires": {}
4262
4753
  }
4263
4754
  },
4755
+ {
4756
+ "name": "prepare",
4757
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4758
+ "repo": "johannschopplich/nuxt-prepare",
4759
+ "npm": "nuxt-prepare",
4760
+ "icon": "prepare.svg",
4761
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4762
+ "website": "https://nuxt-prepare.jhnn.dev",
4763
+ "learn_more": "",
4764
+ "category": "Devtools",
4765
+ "type": "3rd-party",
4766
+ "maintainers": [
4767
+ {
4768
+ "name": "Johann Schopplich",
4769
+ "github": "johannschopplich",
4770
+ "twitter": "jschopplich",
4771
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4772
+ }
4773
+ ],
4774
+ "compatibility": {
4775
+ "nuxt": "^3.0.0",
4776
+ "requires": {}
4777
+ }
4778
+ },
4779
+ {
4780
+ "name": "primevue",
4781
+ "description": "Next Generation Vue UI Component Library",
4782
+ "repo": "primefaces/primevue-nuxt-module",
4783
+ "npm": "nuxt-primevue",
4784
+ "icon": "primevue.svg",
4785
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4786
+ "website": "https://primevue.org/",
4787
+ "learn_more": "https://primevue.org/",
4788
+ "category": "UI",
4789
+ "type": "3rd-party",
4790
+ "maintainers": [
4791
+ {
4792
+ "name": "primefaces",
4793
+ "github": "primefaces",
4794
+ "twitter": "primevue"
4795
+ }
4796
+ ],
4797
+ "compatibility": {
4798
+ "nuxt": "^3.0.0",
4799
+ "requires": {}
4800
+ }
4801
+ },
4264
4802
  {
4265
4803
  "name": "prismic",
4266
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4804
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4267
4805
  "repo": "nuxt-modules/prismic",
4268
4806
  "npm": "@nuxtjs/prismic",
4269
4807
  "icon": "prismic.png",
@@ -4330,7 +4868,7 @@
4330
4868
  },
4331
4869
  {
4332
4870
  "name": "proxy",
4333
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4871
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4334
4872
  "repo": "nuxt-community/proxy-module",
4335
4873
  "npm": "@nuxtjs/proxy",
4336
4874
  "icon": "",
@@ -4376,7 +4914,7 @@
4376
4914
  },
4377
4915
  {
4378
4916
  "name": "purgecss",
4379
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
4917
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4380
4918
  "repo": "Developmint/nuxt-purgecss#main",
4381
4919
  "npm": "nuxt-purgecss",
4382
4920
  "icon": "purgecss.png",
@@ -4398,7 +4936,7 @@
4398
4936
  },
4399
4937
  {
4400
4938
  "name": "pwa",
4401
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
4939
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4402
4940
  "repo": "nuxt-community/pwa-module",
4403
4941
  "npm": "@nuxtjs/pwa",
4404
4942
  "icon": "pwa.png",
@@ -4423,7 +4961,7 @@
4423
4961
  },
4424
4962
  {
4425
4963
  "name": "python",
4426
- "description": "Write Nuxt.js applications using Python",
4964
+ "description": "Write Nuxt applications using Python",
4427
4965
  "repo": "nuxt-community/python-module",
4428
4966
  "npm": "@nuxtjs/python",
4429
4967
  "icon": "python.png",
@@ -4462,7 +5000,8 @@
4462
5000
  ],
4463
5001
  "compatibility": {
4464
5002
  "nuxt": "^3.0.0",
4465
- "requires": {}
5003
+ "requires": {},
5004
+ "devtools": "^0.0.0"
4466
5005
  }
4467
5006
  },
4468
5007
  {
@@ -4470,7 +5009,7 @@
4470
5009
  "description": "radash module with auto-import and custom prefix",
4471
5010
  "repo": "bbg/nuxt-radash",
4472
5011
  "npm": "nuxt-radash",
4473
- "icon": "radash.svg",
5012
+ "icon": "radash.png",
4474
5013
  "github": "https://github.com/bbg/nuxt-radash",
4475
5014
  "website": "https://github.com/bbg/nuxt-radash#readme",
4476
5015
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4487,9 +5026,44 @@
4487
5026
  "requires": {}
4488
5027
  }
4489
5028
  },
5029
+ {
5030
+ "name": "radix-vue",
5031
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5032
+ "repo": "radix-vue/radix-vue",
5033
+ "npm": "radix-vue",
5034
+ "icon": "radix-vue.svg",
5035
+ "github": "https://github.com/radix-vue/radix-vue",
5036
+ "website": "https://www.radix-vue.com/",
5037
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5038
+ "category": "UI",
5039
+ "type": "3rd-party",
5040
+ "maintainers": [
5041
+ {
5042
+ "name": "Zernonia",
5043
+ "github": "zernonia",
5044
+ "twitter": "zernonia"
5045
+ },
5046
+ {
5047
+ "name": "Khairul Haaziq",
5048
+ "github": "khairulhaaziq"
5049
+ },
5050
+ {
5051
+ "name": "Mujahid Anuar",
5052
+ "github": "mujahidfa"
5053
+ },
5054
+ {
5055
+ "name": "Max",
5056
+ "github": "onmax"
5057
+ }
5058
+ ],
5059
+ "compatibility": {
5060
+ "nuxt": "^3.0.0",
5061
+ "requires": {}
5062
+ }
5063
+ },
4490
5064
  {
4491
5065
  "name": "recaptcha",
4492
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5066
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4493
5067
  "repo": "nuxt-community/recaptcha-module",
4494
5068
  "npm": "@nuxtjs/recaptcha",
4495
5069
  "icon": "recaptcha.png",
@@ -4532,9 +5106,32 @@
4532
5106
  "requires": {}
4533
5107
  }
4534
5108
  },
5109
+ {
5110
+ "name": "resend",
5111
+ "description": "Resend integration for Nuxt",
5112
+ "repo": "nhedger/nuxt-resend",
5113
+ "npm": "nuxt-resend",
5114
+ "icon": "resend.svg",
5115
+ "github": "https://github.com/nhedger/nuxt-resend",
5116
+ "website": "https://github.com/nhedger/nuxt-resend",
5117
+ "learn_more": "https://resend.com",
5118
+ "category": "Extensions",
5119
+ "type": "3rd-party",
5120
+ "maintainers": [
5121
+ {
5122
+ "name": "Nicolas Hedger",
5123
+ "github": "nhedger",
5124
+ "twitter": "nicolashedger"
5125
+ }
5126
+ ],
5127
+ "compatibility": {
5128
+ "nuxt": "^3.0.0",
5129
+ "requires": {}
5130
+ }
5131
+ },
4535
5132
  {
4536
5133
  "name": "rfg-icon",
4537
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5134
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4538
5135
  "repo": "pimlie/nuxt-rfg-icon",
4539
5136
  "npm": "nuxt-rfg-icon",
4540
5137
  "icon": "real-favicon-generator.png",
@@ -4556,12 +5153,12 @@
4556
5153
  },
4557
5154
  {
4558
5155
  "name": "robots",
4559
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4560
- "repo": "nuxt-community/robots-module",
5156
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5157
+ "repo": "nuxt-modules/robots",
4561
5158
  "npm": "@nuxtjs/robots",
4562
5159
  "icon": "robots.png",
4563
- "github": "https://github.com/nuxt-community/robots-module",
4564
- "website": "https://github.com/nuxt-community/robots-module",
5160
+ "github": "https://github.com/nuxt-modules/robots",
5161
+ "website": "https://github.com/nuxt-modules/robots",
4565
5162
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4566
5163
  "category": "SEO",
4567
5164
  "type": "community",
@@ -4580,7 +5177,7 @@
4580
5177
  },
4581
5178
  {
4582
5179
  "name": "rollbar",
4583
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
5180
+ "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4584
5181
  "repo": "gaelreyrol/nuxt-rollbar-module",
4585
5182
  "npm": "nuxt-rollbar-module",
4586
5183
  "icon": "rollbar.png",
@@ -4625,7 +5222,7 @@
4625
5222
  },
4626
5223
  {
4627
5224
  "name": "router",
4628
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5225
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4629
5226
  "repo": "nuxt-community/router-module",
4630
5227
  "npm": "@nuxtjs/router",
4631
5228
  "icon": "vue.png",
@@ -4673,13 +5270,13 @@
4673
5270
  },
4674
5271
  {
4675
5272
  "name": "schema-org",
4676
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4677
- "repo": "vueuse/schema-org#main/packages/nuxt",
5273
+ "description": "Schema.org for Nuxt.",
5274
+ "repo": "harlan-zw/nuxt-schema-org",
4678
5275
  "npm": "nuxt-schema-org",
4679
5276
  "icon": "schema-org.svg",
4680
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4681
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4682
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5277
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5278
+ "website": "https://nuxtseo.com/schema-org",
5279
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4683
5280
  "category": "SEO",
4684
5281
  "type": "3rd-party",
4685
5282
  "maintainers": [
@@ -4742,7 +5339,7 @@
4742
5339
  },
4743
5340
  {
4744
5341
  "name": "segment",
4745
- "description": "Nuxt.js module for Segment Analytics.js",
5342
+ "description": "Nuxt module for Segment Analytics.js",
4746
5343
  "repo": "dansmaculotte/nuxt-segment",
4747
5344
  "npm": "@dansmaculotte/nuxt-segment",
4748
5345
  "icon": "segment.png",
@@ -4764,10 +5361,10 @@
4764
5361
  },
4765
5362
  {
4766
5363
  "name": "sentry",
4767
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5364
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4768
5365
  "repo": "nuxt-community/sentry-module",
4769
5366
  "npm": "@nuxtjs/sentry",
4770
- "icon": "sentry.png",
5367
+ "icon": "sentry.svg",
4771
5368
  "github": "https://github.com/nuxt-community/sentry-module",
4772
5369
  "website": "https://sentry.nuxtjs.org/",
4773
5370
  "learn_more": "https://sentry.io/welcome/",
@@ -4784,14 +5381,38 @@
4784
5381
  "requires": {}
4785
5382
  }
4786
5383
  },
5384
+ {
5385
+ "name": "seo-experiments",
5386
+ "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5387
+ "repo": "harlan-zw/nuxt-seo-experiments",
5388
+ "npm": "nuxt-seo-experiments",
5389
+ "icon": "seo-experiments.svg",
5390
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5391
+ "website": "https://nuxtseo.com/experiments",
5392
+ "learn_more": "https://nuxtseo.com/experiments",
5393
+ "category": "SEO",
5394
+ "type": "3rd-party",
5395
+ "maintainers": [
5396
+ {
5397
+ "name": "Harlan Wilton",
5398
+ "github": "harlan-zw",
5399
+ "twitter": "harlan_zw",
5400
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5401
+ }
5402
+ ],
5403
+ "compatibility": {
5404
+ "nuxt": "^3.0.0",
5405
+ "requires": {}
5406
+ }
5407
+ },
4787
5408
  {
4788
5409
  "name": "seo-kit",
4789
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
5410
+ "description": "The complete SEO solution for Nuxt.",
4790
5411
  "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4791
5412
  "npm": "nuxt-seo-kit",
4792
5413
  "icon": "seo-kit.svg",
4793
5414
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4794
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
5415
+ "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
4795
5416
  "learn_more": "",
4796
5417
  "category": "SEO",
4797
5418
  "type": "3rd-party",
@@ -4831,7 +5452,7 @@
4831
5452
  },
4832
5453
  {
4833
5454
  "name": "seomatic-meta",
4834
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5455
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4835
5456
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4836
5457
  "npm": "nuxt-seomatic-meta",
4837
5458
  "icon": "seomatic.png",
@@ -4922,7 +5543,7 @@
4922
5543
  },
4923
5544
  {
4924
5545
  "name": "shopify",
4925
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5546
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4926
5547
  "repo": "Gomah/nuxt-shopify",
4927
5548
  "npm": "nuxt-shopify",
4928
5549
  "icon": "shopify.png",
@@ -4943,7 +5564,7 @@
4943
5564
  }
4944
5565
  },
4945
5566
  {
4946
- "name": "nuxt-auth",
5567
+ "name": "sidebase-auth",
4947
5568
  "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.",
4948
5569
  "repo": "sidebase/nuxt-auth",
4949
5570
  "npm": "@sidebase/nuxt-auth",
@@ -4989,13 +5610,13 @@
4989
5610
  },
4990
5611
  {
4991
5612
  "name": "simple-robots",
4992
- "description": "Simply manage the robots crawling your Nuxt app.",
5613
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4993
5614
  "repo": "harlan-zw/nuxt-simple-robots",
4994
5615
  "npm": "nuxt-simple-robots",
4995
- "icon": "",
5616
+ "icon": "simple-robots.svg",
4996
5617
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4997
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4998
- "learn_more": "",
5618
+ "website": "https://nuxtseo.com/robots",
5619
+ "learn_more": "https://nuxtseo.com/robots",
4999
5620
  "category": "SEO",
5000
5621
  "type": "3rd-party",
5001
5622
  "maintainers": [
@@ -5013,13 +5634,13 @@
5013
5634
  },
5014
5635
  {
5015
5636
  "name": "simple-sitemap",
5016
- "description": "Simple, minimal sitemap.xml generation.",
5637
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5017
5638
  "repo": "harlan-zw/nuxt-simple-sitemap",
5018
5639
  "npm": "nuxt-simple-sitemap",
5019
- "icon": "",
5640
+ "icon": "simple-sitemap.svg",
5020
5641
  "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5021
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5022
- "learn_more": "",
5642
+ "website": "https://nuxtseo.com/simple-sitemap",
5643
+ "learn_more": "https://nuxtseo.com/simple-sitemap",
5023
5644
  "category": "SEO",
5024
5645
  "type": "3rd-party",
5025
5646
  "maintainers": [
@@ -5037,7 +5658,7 @@
5037
5658
  },
5038
5659
  {
5039
5660
  "name": "sitemap",
5040
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5661
+ "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5041
5662
  "repo": "nuxt-community/sitemap-module#dev",
5042
5663
  "npm": "@nuxtjs/sitemap",
5043
5664
  "icon": "",
@@ -5082,7 +5703,7 @@
5082
5703
  },
5083
5704
  {
5084
5705
  "name": "snipcart",
5085
- "description": "Snipcart integration module for Nuxt.js",
5706
+ "description": "Snipcart integration module for Nuxt",
5086
5707
  "repo": "nuxt-modules/snipcart",
5087
5708
  "npm": "@nuxtjs/snipcart",
5088
5709
  "icon": "snipcart.png",
@@ -5105,7 +5726,7 @@
5105
5726
  },
5106
5727
  {
5107
5728
  "name": "social-meta",
5108
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5729
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5109
5730
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5110
5731
  "npm": "nuxt-social-meta",
5111
5732
  "icon": "",
@@ -5227,7 +5848,7 @@
5227
5848
  },
5228
5849
  {
5229
5850
  "name": "storage",
5230
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5851
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5231
5852
  "repo": "mazipan/nuxt-storage",
5232
5853
  "npm": "nuxt-storage",
5233
5854
  "icon": "",
@@ -5249,7 +5870,7 @@
5249
5870
  },
5250
5871
  {
5251
5872
  "name": "storefront-ui",
5252
- "description": "Storefront UI Module for Nuxt.js",
5873
+ "description": "Storefront UI Module for Nuxt",
5253
5874
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5254
5875
  "npm": "@storefront-ui/nuxt",
5255
5876
  "icon": "storefront-ui.svg",
@@ -5293,7 +5914,7 @@
5293
5914
  },
5294
5915
  {
5295
5916
  "name": "storyblok",
5296
- "description": "Storyblok Nuxt.js module",
5917
+ "description": "Storyblok Nuxt module",
5297
5918
  "repo": "storyblok/storyblok-nuxt#master/lib",
5298
5919
  "npm": "@storyblok/nuxt",
5299
5920
  "icon": "storyblok.png",
@@ -5310,46 +5931,43 @@
5310
5931
  ],
5311
5932
  "compatibility": {
5312
5933
  "nuxt": "^2.0.0 || ^3.0.0",
5313
- "requires": {}
5934
+ "requires": {},
5935
+ "devtools": "^0.0.0"
5314
5936
  }
5315
5937
  },
5316
5938
  {
5317
5939
  "name": "storybook",
5318
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5319
- "repo": "nuxt-community/storybook",
5940
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5941
+ "repo": "nuxt-modules/storybook",
5320
5942
  "npm": "@nuxtjs/storybook",
5321
5943
  "icon": "storybook.png",
5322
- "github": "https://github.com/nuxt-community/storybook",
5944
+ "github": "https://github.com/nuxt-modules/storybook",
5323
5945
  "website": "https://storybook.nuxtjs.org",
5324
- "learn_more": "https://storybook.js.org/",
5946
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5325
5947
  "category": "Devtools",
5326
5948
  "type": "community",
5327
5949
  "maintainers": [
5328
5950
  {
5329
- "name": "Ahad Birang",
5330
- "github": "farnabaz",
5331
- "twitter": "a_birang"
5332
- },
5333
- {
5334
- "name": "Pooya Parsa",
5335
- "github": "pi0",
5336
- "twitter": "_pi0_"
5951
+ "name": "Chakir QATAB",
5952
+ "github": "chakAs3",
5953
+ "twitter": "ChakirQatab"
5337
5954
  }
5338
5955
  ],
5339
5956
  "compatibility": {
5340
- "nuxt": "^2.0.0",
5957
+ "nuxt": "^2.0.0 || ^3.0.0",
5341
5958
  "requires": {
5342
5959
  "bridge": "optional"
5343
- }
5960
+ },
5961
+ "devtools": "^0.7.2"
5344
5962
  }
5345
5963
  },
5346
5964
  {
5347
5965
  "name": "strapi",
5348
5966
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5349
- "repo": "nuxt-community/strapi-module",
5967
+ "repo": "nuxt-modules/strapi",
5350
5968
  "npm": "@nuxtjs/strapi",
5351
5969
  "icon": "strapi.png",
5352
- "github": "https://github.com/nuxt-community/strapi-module",
5970
+ "github": "https://github.com/nuxt-modules/strapi",
5353
5971
  "website": "https://strapi.nuxtjs.org",
5354
5972
  "learn_more": "https://strapi.io/",
5355
5973
  "category": "CMS",
@@ -5370,7 +5988,8 @@
5370
5988
  "nuxt": "^2.0.0 || ^3.0.0",
5371
5989
  "requires": {
5372
5990
  "bridge": true
5373
- }
5991
+ },
5992
+ "devtools": "^0.0.0"
5374
5993
  }
5375
5994
  },
5376
5995
  {
@@ -5421,6 +6040,36 @@
5421
6040
  "requires": {}
5422
6041
  }
5423
6042
  },
6043
+ {
6044
+ "name": "studio",
6045
+ "description": "A new experience to build content-driven website with Nuxt.",
6046
+ "repo": "nuxtlabs/studio-module",
6047
+ "npm": "@nuxthq/studio",
6048
+ "icon": "studio.svg",
6049
+ "github": "https://github.com/nuxtlabs/studio-module",
6050
+ "website": "https://nuxt.studio",
6051
+ "learn_more": "https://nuxt.studio",
6052
+ "category": "CMS",
6053
+ "type": "3rd-party",
6054
+ "maintainers": [
6055
+ {
6056
+ "name": "Ahad Birang",
6057
+ "github": "farnabaz",
6058
+ "twitter": "a_birang"
6059
+ },
6060
+ {
6061
+ "name": "Sébastien Chopin",
6062
+ "github": "Atinux",
6063
+ "twitter": "Atinux"
6064
+ }
6065
+ ],
6066
+ "compatibility": {
6067
+ "nuxt": "^3.0.0",
6068
+ "requires": {
6069
+ "content": true
6070
+ }
6071
+ }
6072
+ },
5424
6073
  {
5425
6074
  "name": "style-resources",
5426
6075
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5446,7 +6095,7 @@
5446
6095
  },
5447
6096
  {
5448
6097
  "name": "stylelint",
5449
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6098
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5450
6099
  "repo": "nuxt-community/stylelint-module",
5451
6100
  "npm": "@nuxtjs/stylelint-module",
5452
6101
  "icon": "stylelint.png",
@@ -5492,10 +6141,10 @@
5492
6141
  {
5493
6142
  "name": "supabase",
5494
6143
  "description": "First class integration with Supabase",
5495
- "repo": "nuxt-community/supabase-module",
6144
+ "repo": "nuxt-modules/supabase",
5496
6145
  "npm": "@nuxtjs/supabase",
5497
6146
  "icon": "supabase.png",
5498
- "github": "https://github.com/nuxt-community/supabase-module",
6147
+ "github": "https://github.com/nuxt-modules/supabase",
5499
6148
  "website": "https://supabase.nuxtjs.org",
5500
6149
  "learn_more": "https://supabase.com",
5501
6150
  "category": "Database",
@@ -5546,12 +6195,12 @@
5546
6195
  },
5547
6196
  {
5548
6197
  "name": "svg-sprite",
5549
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5550
- "repo": "nuxt-community/svg-sprite-module",
6198
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6199
+ "repo": "nuxt-modules/svg-sprite",
5551
6200
  "npm": "@nuxtjs/svg-sprite",
5552
6201
  "icon": "",
5553
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5554
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6202
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6203
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5555
6204
  "learn_more": "",
5556
6205
  "category": "UI",
5557
6206
  "type": "community",
@@ -5563,13 +6212,13 @@
5563
6212
  }
5564
6213
  ],
5565
6214
  "compatibility": {
5566
- "nuxt": "^2.0.0",
6215
+ "nuxt": "^2.0.0 || ^3.0.0",
5567
6216
  "requires": {}
5568
6217
  }
5569
6218
  },
5570
6219
  {
5571
6220
  "name": "svg",
5572
- "description": "Super simple svg loading module for Nuxt.js",
6221
+ "description": "Super simple svg loading module for Nuxt",
5573
6222
  "repo": "nuxt-community/svg-module",
5574
6223
  "npm": "@nuxtjs/svg",
5575
6224
  "icon": "",
@@ -5613,7 +6262,7 @@
5613
6262
  },
5614
6263
  {
5615
6264
  "name": "swiper",
5616
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6265
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5617
6266
  "repo": "cpreston321/nuxt-swiper",
5618
6267
  "npm": "nuxt-swiper",
5619
6268
  "icon": "swiper.svg",
@@ -5659,10 +6308,10 @@
5659
6308
  {
5660
6309
  "name": "tailwindcss",
5661
6310
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5662
- "repo": "nuxt-community/tailwindcss-module",
6311
+ "repo": "nuxt-modules/tailwindcss",
5663
6312
  "npm": "@nuxtjs/tailwindcss",
5664
6313
  "icon": "tailwindcss.png",
5665
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6314
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5666
6315
  "website": "https://tailwindcss.nuxtjs.org",
5667
6316
  "learn_more": "https://tailwindcss.com/",
5668
6317
  "category": "UI",
@@ -5672,11 +6321,16 @@
5672
6321
  "name": "Sébastien Chopin",
5673
6322
  "github": "Atinux",
5674
6323
  "twitter": "Atinux"
6324
+ },
6325
+ {
6326
+ "name": "Inesh Bose",
6327
+ "github": "ineshbose"
5675
6328
  }
5676
6329
  ],
5677
6330
  "compatibility": {
5678
6331
  "nuxt": "^2.0.0 || ^3.0.0",
5679
- "requires": {}
6332
+ "requires": {},
6333
+ "devtools": "^0.0.0"
5680
6334
  }
5681
6335
  },
5682
6336
  {
@@ -5726,7 +6380,7 @@
5726
6380
  },
5727
6381
  {
5728
6382
  "name": "toast",
5729
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6383
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5730
6384
  "repo": "nuxt-community/modules#master/packages/toast",
5731
6385
  "npm": "@nuxtjs/toast",
5732
6386
  "icon": "",
@@ -5807,7 +6461,7 @@
5807
6461
  },
5808
6462
  {
5809
6463
  "name": "twa",
5810
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6464
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5811
6465
  "repo": "tuarrep/nuxt-twa",
5812
6466
  "npm": "nuxt-twa",
5813
6467
  "icon": "",
@@ -5995,6 +6649,63 @@
5995
6649
  "requires": {}
5996
6650
  }
5997
6651
  },
6652
+ {
6653
+ "name": "typo3",
6654
+ "description": "TYPO3 Headless Frontend Rendering module",
6655
+ "repo": "TYPO3-Headless/nuxt-typo3",
6656
+ "npm": "@t3headless/nuxt-typo3",
6657
+ "icon": "typo3.svg",
6658
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6659
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6660
+ "learn_more": "https://github.com/TYPO3-Headless",
6661
+ "category": "CMS",
6662
+ "type": "3rd-party",
6663
+ "maintainers": [
6664
+ {
6665
+ "name": "Macopedia",
6666
+ "github": "macopedia",
6667
+ "twitter": "macopediapl"
6668
+ }
6669
+ ],
6670
+ "compatibility": {
6671
+ "nuxt": "^2.0.0 || ^3.0.0",
6672
+ "requires": {},
6673
+ "devtools": "^0.0.0"
6674
+ }
6675
+ },
6676
+ {
6677
+ "name": "ui",
6678
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6679
+ "repo": "nuxt/ui#dev",
6680
+ "npm": "@nuxt/ui",
6681
+ "icon": "nuxt.svg",
6682
+ "github": "https://github.com/nuxt/ui",
6683
+ "website": "https://ui.nuxt.com",
6684
+ "learn_more": "",
6685
+ "category": "UI",
6686
+ "type": "official",
6687
+ "maintainers": [
6688
+ {
6689
+ "name": "Benjamin Canac",
6690
+ "github": "benjamincanac",
6691
+ "twitter": "benjamincanac"
6692
+ },
6693
+ {
6694
+ "name": "Sebastien Chopin",
6695
+ "github": "Atinux",
6696
+ "twitter": "Atinux"
6697
+ },
6698
+ {
6699
+ "name": "Sylvain Marroufin",
6700
+ "github": "smarroufin",
6701
+ "twitter": "smarroufin"
6702
+ }
6703
+ ],
6704
+ "compatibility": {
6705
+ "nuxt": "^3.0.0",
6706
+ "requires": {}
6707
+ }
6708
+ },
5998
6709
  {
5999
6710
  "name": "umami",
6000
6711
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6043,7 +6754,7 @@
6043
6754
  },
6044
6755
  {
6045
6756
  "name": "universal-storage",
6046
- "description": "Universal Storage Utilities for Nuxt.js",
6757
+ "description": "Universal Storage Utilities for Nuxt",
6047
6758
  "repo": "nuxt-community/universal-storage-module",
6048
6759
  "npm": "@nuxtjs/universal-storage",
6049
6760
  "icon": "",
@@ -6120,12 +6831,12 @@
6120
6831
  {
6121
6832
  "name": "unocss",
6122
6833
  "description": "The instant on-demand atomic CSS engine.",
6123
- "repo": "antfu/unocss#main/packages/nuxt",
6834
+ "repo": "unocss/unocss#main/packages/nuxt",
6124
6835
  "npm": "@unocss/nuxt",
6125
6836
  "icon": "unocss.svg",
6126
- "github": "https://github.com/antfu/unocss",
6127
- "website": "https://github.com/antfu/unocss",
6128
- "learn_more": "https://github.com/antfu/unocss",
6837
+ "github": "https://github.com/unocss/unocss",
6838
+ "website": "https://github.com/unocss/unocss",
6839
+ "learn_more": "https://github.com/unocss/unocss",
6129
6840
  "category": "UI",
6130
6841
  "type": "3rd-party",
6131
6842
  "maintainers": [
@@ -6140,7 +6851,8 @@
6140
6851
  "nuxt": "^2.0.0 || ^3.0.0",
6141
6852
  "requires": {
6142
6853
  "bridge": "optional"
6143
- }
6854
+ },
6855
+ "devtools": "^0.0.0"
6144
6856
  }
6145
6857
  },
6146
6858
  {
@@ -6166,9 +6878,33 @@
6166
6878
  "requires": {}
6167
6879
  }
6168
6880
  },
6881
+ {
6882
+ "name": "use-wagmi",
6883
+ "description": "Vue Composition for Ethereum based on wagmi",
6884
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6885
+ "npm": "@use-wagmi/nuxt",
6886
+ "icon": "use-wagmi.png",
6887
+ "github": "https://github.com/unicape/use-wagmi",
6888
+ "website": "https://github.com/unicape/use-wagmi",
6889
+ "learn_more": "https://github.com/unicape/use-wagmi",
6890
+ "category": "Extensions",
6891
+ "type": "3rd-party",
6892
+ "maintainers": [
6893
+ {
6894
+ "name": "Unic Ape",
6895
+ "github": "unicape"
6896
+ }
6897
+ ],
6898
+ "compatibility": {
6899
+ "nuxt": "^2.0.0 || ^3.0.0",
6900
+ "requires": {
6901
+ "bridge": true
6902
+ }
6903
+ }
6904
+ },
6169
6905
  {
6170
6906
  "name": "user-agent",
6171
- "description": "Nuxt.js module for handling User-Agent.",
6907
+ "description": "Nuxt module for handling User-Agent.",
6172
6908
  "repo": "fukuiretu/nuxt-user-agent",
6173
6909
  "npm": "nuxt-user-agent",
6174
6910
  "icon": "",
@@ -6258,9 +6994,31 @@
6258
6994
  }
6259
6995
  }
6260
6996
  },
6997
+ {
6998
+ "name": "vcalendar",
6999
+ "description": "VCalendar module for Nuxt",
7000
+ "repo": "samk-dev/nuxt-vcalendar",
7001
+ "npm": "@samk-dev/nuxt-vcalendar",
7002
+ "icon": "vcalendar.png",
7003
+ "github": "https://github.com/samk-dev/vcalendar",
7004
+ "website": "https://github.com/samk-dev/vcalendar",
7005
+ "learn_more": "",
7006
+ "category": "Libraries",
7007
+ "type": "3rd-party",
7008
+ "maintainers": [
7009
+ {
7010
+ "name": "Sam K",
7011
+ "github": "samk-dev"
7012
+ }
7013
+ ],
7014
+ "compatibility": {
7015
+ "nuxt": "^3.0.0",
7016
+ "requires": {}
7017
+ }
7018
+ },
6261
7019
  {
6262
7020
  "name": "vee-validate",
6263
- "description": "Painless Vue forms for Nuxt.js",
7021
+ "description": "Painless Vue forms for Nuxt",
6264
7022
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6265
7023
  "npm": "@vee-validate/nuxt",
6266
7024
  "icon": "vee-validate.png",
@@ -6350,7 +7108,7 @@
6350
7108
  },
6351
7109
  {
6352
7110
  "name": "vite-pwa-nuxt",
6353
- "description": "Zero-config PWA Plugin for Nuxt 3",
7111
+ "description": "Zero-config PWA Plugin for Nuxt",
6354
7112
  "repo": "vite-pwa/nuxt",
6355
7113
  "npm": "@vite-pwa/nuxt",
6356
7114
  "icon": "vite-pwa-nuxt.svg",
@@ -6399,18 +7157,19 @@
6399
7157
  ],
6400
7158
  "compatibility": {
6401
7159
  "nuxt": "^3.0.0",
6402
- "requires": {}
7160
+ "requires": {},
7161
+ "devtools": "^0.0.0"
6403
7162
  }
6404
7163
  },
6405
7164
  {
6406
7165
  "name": "vue-email",
6407
- "description": "Write email templates with vue",
7166
+ "description": "💌 Write email templates with vue",
6408
7167
  "repo": "Dave136/vue-email#main/packages/vue-email",
6409
7168
  "npm": "vue-email",
6410
7169
  "icon": "vue-email.svg",
6411
7170
  "github": "https://github.com/Dave136/vue-email",
6412
- "website": "https://vue-email.vercel.app/",
6413
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7171
+ "website": "https://www.vuemail.net/",
7172
+ "learn_more": "https://vue-email.vercel.app/getting-started",
6414
7173
  "category": "UI",
6415
7174
  "type": "3rd-party",
6416
7175
  "maintainers": [
@@ -6427,6 +7186,30 @@
6427
7186
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6428
7187
  }
6429
7188
  ],
7189
+ "compatibility": {
7190
+ "nuxt": "^3.0.0",
7191
+ "requires": {},
7192
+ "devtools": "^0.0.0"
7193
+ }
7194
+ },
7195
+ {
7196
+ "name": "vue-final-modal",
7197
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7198
+ "repo": "vue-final/vue-final-modal",
7199
+ "npm": "@vue-final-modal/nuxt",
7200
+ "icon": "vue-final-modal.svg",
7201
+ "github": "https://github.com/vue-final/vue-final-modal",
7202
+ "website": "https://vue-final-modal.org/",
7203
+ "learn_more": "https://vue-final-modal.org/",
7204
+ "category": "UI",
7205
+ "type": "3rd-party",
7206
+ "maintainers": [
7207
+ {
7208
+ "name": "Hunter Liu",
7209
+ "github": "hunterliu1003",
7210
+ "twitter": "hunterliu1003"
7211
+ }
7212
+ ],
6430
7213
  "compatibility": {
6431
7214
  "nuxt": "^3.0.0",
6432
7215
  "requires": {}
@@ -6454,7 +7237,8 @@
6454
7237
  "nuxt": "^3.0.0",
6455
7238
  "requires": {
6456
7239
  "bridge": "optional"
6457
- }
7240
+ },
7241
+ "devtools": "^0.0.0"
6458
7242
  }
6459
7243
  },
6460
7244
  {
@@ -6481,7 +7265,7 @@
6481
7265
  },
6482
7266
  {
6483
7267
  "name": "vue-multiselect",
6484
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7268
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6485
7269
  "repo": "spektrummedia/nuxt-vue-multiselect",
6486
7270
  "npm": "nuxt-vue-multiselect",
6487
7271
  "icon": "",
@@ -6595,7 +7379,7 @@
6595
7379
  },
6596
7380
  {
6597
7381
  "name": "vue-warehouse",
6598
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7382
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6599
7383
  "repo": "juliomrqz/vue-warehouse",
6600
7384
  "npm": "vue-warehouse",
6601
7385
  "icon": "",
@@ -6618,7 +7402,7 @@
6618
7402
  },
6619
7403
  {
6620
7404
  "name": "vue3-carousel-nuxt",
6621
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7405
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6622
7406
  "repo": "gaetansenn/vue3-carousel-nuxt",
6623
7407
  "npm": "vue3-carousel-nuxt",
6624
7408
  "icon": "",
@@ -6661,9 +7445,55 @@
6661
7445
  "requires": {}
6662
7446
  }
6663
7447
  },
7448
+ {
7449
+ "name": "vueform-builder",
7450
+ "description": "Official Vueform Builder module for Nuxt",
7451
+ "repo": "vueform/builder/nuxt",
7452
+ "npm": "@vueform/builder-nuxt",
7453
+ "icon": "vueform.svg",
7454
+ "github": "https://github.com/vueform/builder",
7455
+ "website": "https://builder.vueform.com",
7456
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7457
+ "category": "Libraries",
7458
+ "type": "3rd-party",
7459
+ "maintainers": [
7460
+ {
7461
+ "name": "Adam Berecz",
7462
+ "github": "adamberecz",
7463
+ "twitter": "bereczadam"
7464
+ }
7465
+ ],
7466
+ "compatibility": {
7467
+ "nuxt": "^3.0.0",
7468
+ "requires": {}
7469
+ }
7470
+ },
7471
+ {
7472
+ "name": "vueform",
7473
+ "description": "Official Vueform module for Nuxt",
7474
+ "repo": "vueform/vueform/nuxt",
7475
+ "npm": "@vueform/nuxt",
7476
+ "icon": "vueform.svg",
7477
+ "github": "https://github.com/vueform/vueform",
7478
+ "website": "https://vueform.com",
7479
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7480
+ "category": "Libraries",
7481
+ "type": "3rd-party",
7482
+ "maintainers": [
7483
+ {
7484
+ "name": "Adam Berecz",
7485
+ "github": "adamberecz",
7486
+ "twitter": "bereczadam"
7487
+ }
7488
+ ],
7489
+ "compatibility": {
7490
+ "nuxt": "^3.0.0",
7491
+ "requires": {}
7492
+ }
7493
+ },
6664
7494
  {
6665
7495
  "name": "vuestic",
6666
- "description": "Vuestic UI module for Nuxt 3",
7496
+ "description": "Vuestic UI module for Nuxt",
6667
7497
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6668
7498
  "npm": "@vuestic/nuxt",
6669
7499
  "icon": "vuestic.png",
@@ -6690,8 +7520,8 @@
6690
7520
  "npm": "vuetify-nuxt-module",
6691
7521
  "icon": "vuetify-logo-v3-dark.svg",
6692
7522
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6693
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6694
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7523
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7524
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6695
7525
  "category": "UI",
6696
7526
  "type": "3rd-party",
6697
7527
  "maintainers": [
@@ -6707,7 +7537,7 @@
6707
7537
  },
6708
7538
  {
6709
7539
  "name": "vuetify",
6710
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7540
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6711
7541
  "repo": "nuxt-community/vuetify-module",
6712
7542
  "npm": "@nuxtjs/vuetify",
6713
7543
  "icon": "vuetify.png",
@@ -6754,7 +7584,8 @@
6754
7584
  "nuxt": "^2.0.0 || ^3.0.0",
6755
7585
  "requires": {
6756
7586
  "bridge": "optional"
6757
- }
7587
+ },
7588
+ "devtools": "^0.0.0"
6758
7589
  }
6759
7590
  },
6760
7591
  {
@@ -6781,7 +7612,7 @@
6781
7612
  },
6782
7613
  {
6783
7614
  "name": "vunix",
6784
- "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.",
7615
+ "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.",
6785
7616
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6786
7617
  "npm": "@vunix/nuxt",
6787
7618
  "icon": "",
@@ -6805,11 +7636,11 @@
6805
7636
  {
6806
7637
  "name": "web-vitals",
6807
7638
  "description": "Web Vitals for Nuxt",
6808
- "repo": "nuxt-community/web-vitals-module",
7639
+ "repo": "nuxt-modules/web-vitals",
6809
7640
  "npm": "@nuxtjs/web-vitals",
6810
7641
  "icon": "web-vitals.png",
6811
- "github": "https://github.com/nuxt-community/web-vitals-module",
6812
- "website": "https://github.com/nuxt-community/web-vitals-module",
7642
+ "github": "https://github.com/nuxt-modules/web-vitals",
7643
+ "website": "https://github.com/nuxt-modules/web-vitals",
6813
7644
  "learn_more": "",
6814
7645
  "category": "Performance",
6815
7646
  "type": "community",
@@ -6860,7 +7691,7 @@
6860
7691
  },
6861
7692
  {
6862
7693
  "name": "webpack-optimisations",
6863
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7694
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6864
7695
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6865
7696
  "npm": "nuxt-webpack-optimisations",
6866
7697
  "icon": "build-optimisations.svg",
@@ -6952,7 +7783,7 @@
6952
7783
  },
6953
7784
  {
6954
7785
  "name": "well-known",
6955
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7786
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6956
7787
  "repo": "zadigetvoltaire/nuxt-well-known",
6957
7788
  "npm": "@zadigetvoltaire/nuxt-well-known",
6958
7789
  "icon": "well-known.svg",
@@ -6974,7 +7805,7 @@
6974
7805
  },
6975
7806
  {
6976
7807
  "name": "wideangle",
6977
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7808
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6978
7809
  "repo": "inputobjects/wideangle-nuxt",
6979
7810
  "npm": "wideangle-nuxt",
6980
7811
  "icon": "wideangle.png",
@@ -7141,55 +7972,9 @@
7141
7972
  "requires": {}
7142
7973
  }
7143
7974
  },
7144
- {
7145
- "name": "yandex-metrika-next",
7146
- "description": "Yandex Metrika integration for Nuxt",
7147
- "repo": "artmizu/yandex-metrika-nuxt",
7148
- "npm": "@artmizu/yandex-metrika-nuxt",
7149
- "icon": "yandex-metrika.svg",
7150
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7151
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7152
- "learn_more": "",
7153
- "category": "Analytics",
7154
- "type": "3rd-party",
7155
- "maintainers": [
7156
- {
7157
- "name": "Aleksandr Saburov",
7158
- "github": "artmizu",
7159
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7160
- }
7161
- ],
7162
- "compatibility": {
7163
- "nuxt": "^3.0.0",
7164
- "requires": {}
7165
- }
7166
- },
7167
- {
7168
- "name": "yandex-metrika",
7169
- "description": "Yandex metrika Module for Nuxt.js",
7170
- "repo": "nuxt-community/yandex-metrika-module",
7171
- "npm": "@nuxtjs/yandex-metrika",
7172
- "icon": "",
7173
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7174
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7175
- "learn_more": "https://metrica.yandex.com/about",
7176
- "category": "Analytics",
7177
- "type": "community",
7178
- "maintainers": [
7179
- {
7180
- "name": "Pooya Parsa",
7181
- "github": "pi0",
7182
- "twitter": "_pi0_"
7183
- }
7184
- ],
7185
- "compatibility": {
7186
- "nuxt": "^2.0.0",
7187
- "requires": {}
7188
- }
7189
- },
7190
7975
  {
7191
7976
  "name": "zendesk",
7192
- "description": "Nuxt.js module for Zendesk",
7977
+ "description": "Nuxt module for Zendesk",
7193
7978
  "repo": "DansMaCulotte/nuxt-zendesk",
7194
7979
  "npm": "@dansmaculotte/nuxt-zendesk",
7195
7980
  "icon": "zendesk.png",