@nuxt/modules 0.6.0-8e540b → 0.6.0-8f2f0c

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 +1254 -394
  2. package/package.json +12 -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",
@@ -667,10 +756,10 @@
667
756
  "description": "Privacy-first, end-to-end encrypted analytics",
668
757
  "repo": "chiffre-io/nuxt-chiffre",
669
758
  "npm": "nuxt-chiffre",
670
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
671
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
672
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
673
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
674
763
  "category": "Analytics",
675
764
  "type": "3rd-party",
676
765
  "maintainers": [
@@ -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,7 +869,7 @@
780
869
  },
781
870
  {
782
871
  "name": "cloudinary",
783
- "description": "Optimize images and videos in your Nuxt.js application",
872
+ "description": "Optimize images and videos in your Nuxt application",
784
873
  "repo": "nuxt-modules/cloudinary",
785
874
  "npm": "@nuxtjs/cloudinary",
786
875
  "icon": "cloudinary.png",
@@ -803,7 +892,7 @@
803
892
  },
804
893
  {
805
894
  "name": "color-mode",
806
- "description": "Dark and Light mode for NuxtJS with auto detection",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
807
896
  "repo": "nuxt-modules/color-mode",
808
897
  "npm": "@nuxtjs/color-mode",
809
898
  "icon": "color-mode.png",
@@ -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,7 +1226,7 @@
1137
1226
  },
1138
1227
  {
1139
1228
  "name": "delay-hydration",
1140
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1141
1230
  "repo": "harlan-zw/nuxt-delay-hydration",
1142
1231
  "npm": "nuxt-delay-hydration",
1143
1232
  "icon": "lighthouse.svg",
@@ -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",
@@ -1223,12 +1312,13 @@
1223
1312
  ],
1224
1313
  "compatibility": {
1225
1314
  "nuxt": "^3.0.0",
1226
- "requires": {}
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1227
1317
  }
1228
1318
  },
1229
1319
  {
1230
1320
  "name": "disqus",
1231
- "description": "Disqus for Nuxt 3",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1232
1322
  "repo": "modbender/nuxt-disqus",
1233
1323
  "npm": "nuxt-disqus",
1234
1324
  "icon": "disqus.svg",
@@ -1248,9 +1338,31 @@
1248
1338
  "requires": {}
1249
1339
  }
1250
1340
  },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1251
1363
  {
1252
1364
  "name": "dotenv",
1253
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1254
1366
  "repo": "nuxt-community/dotenv-module",
1255
1367
  "npm": "@nuxtjs/dotenv",
1256
1368
  "icon": "dotenv.png",
@@ -1272,13 +1384,13 @@
1272
1384
  },
1273
1385
  {
1274
1386
  "name": "drupal-ce",
1275
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1276
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1277
1389
  "npm": "nuxtjs-drupal-ce",
1278
1390
  "icon": "drupal-ce.png",
1279
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1280
- "website": "https://stack.lupus.digital",
1281
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1282
1394
  "category": "CMS",
1283
1395
  "type": "3rd-party",
1284
1396
  "maintainers": [
@@ -1293,19 +1405,19 @@
1293
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1294
1406
  },
1295
1407
  {
1296
- "name": "David Licen",
1297
- "github": "davision",
1298
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1299
1411
  }
1300
1412
  ],
1301
1413
  "compatibility": {
1302
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1303
1415
  "requires": {}
1304
1416
  }
1305
1417
  },
1306
1418
  {
1307
1419
  "name": "druxt",
1308
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1309
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1310
1422
  "npm": "druxt",
1311
1423
  "icon": "druxt.svg",
@@ -1325,6 +1437,29 @@
1325
1437
  "requires": {}
1326
1438
  }
1327
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1328
1463
  {
1329
1464
  "name": "electron",
1330
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1373,7 +1508,7 @@
1373
1508
  },
1374
1509
  {
1375
1510
  "name": "emotion",
1376
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1377
1512
  "repo": "nuxt-modules/emotion",
1378
1513
  "npm": "@nuxtjs/emotion",
1379
1514
  "icon": "emotion.png",
@@ -1401,7 +1536,7 @@
1401
1536
  },
1402
1537
  {
1403
1538
  "name": "eslint",
1404
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1405
1540
  "repo": "nuxt-community/eslint-module",
1406
1541
  "npm": "@nuxtjs/eslint-module",
1407
1542
  "icon": "eslint.png",
@@ -1423,7 +1558,7 @@
1423
1558
  },
1424
1559
  {
1425
1560
  "name": "event-trace",
1426
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1427
1562
  "repo": "nuxt-community/nuxt-event-trace",
1428
1563
  "npm": "nuxt-event-trace",
1429
1564
  "icon": "",
@@ -1443,6 +1578,29 @@
1443
1578
  "requires": {}
1444
1579
  }
1445
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1446
1604
  {
1447
1605
  "name": "fathom",
1448
1606
  "description": "Fathom analytics for Nuxt",
@@ -1467,7 +1625,7 @@
1467
1625
  },
1468
1626
  {
1469
1627
  "name": "feature-toggle",
1470
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1471
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1472
1630
  "npm": "nuxt-feature-toggle",
1473
1631
  "icon": "",
@@ -1534,7 +1692,7 @@
1534
1692
  },
1535
1693
  {
1536
1694
  "name": "floating-prompt-module",
1537
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1538
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1539
1697
  "npm": "nuxt-floating-prompt-module",
1540
1698
  "icon": "",
@@ -1646,11 +1804,11 @@
1646
1804
  {
1647
1805
  "name": "form-actions",
1648
1806
  "description": "A set of features and composables to interact with forms and server data.",
1649
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1650
1808
  "npm": "@hebilicious/form-actions-nuxt",
1651
1809
  "icon": "form-actions.svg",
1652
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1654
1812
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
1813
  "category": "Request",
1656
1814
  "type": "3rd-party",
@@ -1662,7 +1820,7 @@
1662
1820
  }
1663
1821
  ],
1664
1822
  "compatibility": {
1665
- "nuxt": "^3.0.0",
1823
+ "nuxt": "^3.7.0",
1666
1824
  "requires": {}
1667
1825
  }
1668
1826
  },
@@ -1674,7 +1832,7 @@
1674
1832
  "icon": "formkit.png",
1675
1833
  "github": "https://github.com/formkit/formkit",
1676
1834
  "website": "https://formkit.com",
1677
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1678
1836
  "category": "Libraries",
1679
1837
  "type": "3rd-party",
1680
1838
  "maintainers": [
@@ -1740,7 +1898,7 @@
1740
1898
  },
1741
1899
  {
1742
1900
  "name": "google-adsense",
1743
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1744
1902
  "repo": "nuxt-community/google-adsense-module",
1745
1903
  "npm": "@nuxtjs/google-adsense",
1746
1904
  "icon": "google-adsense.png",
@@ -1766,7 +1924,7 @@
1766
1924
  },
1767
1925
  {
1768
1926
  "name": "google-analytics",
1769
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1770
1928
  "repo": "nuxt-community/analytics-module",
1771
1929
  "npm": "@nuxtjs/google-analytics",
1772
1930
  "icon": "google-analytics.png",
@@ -1798,7 +1956,7 @@
1798
1956
  },
1799
1957
  {
1800
1958
  "name": "google-fonts",
1801
- "description": "Google Fonts module for NuxtJS",
1959
+ "description": "Google Fonts module for Nuxt",
1802
1960
  "repo": "nuxt-modules/google-fonts",
1803
1961
  "npm": "@nuxtjs/google-fonts",
1804
1962
  "icon": "google-fonts.png",
@@ -1822,7 +1980,7 @@
1822
1980
  },
1823
1981
  {
1824
1982
  "name": "google-gtag",
1825
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1826
1984
  "repo": "nuxt-community/google-gtag",
1827
1985
  "npm": "@nuxtjs/google-gtag",
1828
1986
  "icon": "gtm.png",
@@ -1848,7 +2006,7 @@
1848
2006
  },
1849
2007
  {
1850
2008
  "name": "google-optimize",
1851
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1852
2010
  "repo": "nuxt-community/google-optimize-module",
1853
2011
  "npm": "nuxt-google-optimize",
1854
2012
  "icon": "google-optimize.png",
@@ -1887,7 +2045,7 @@
1887
2045
  "icon": "graphql-client.svg",
1888
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1889
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1890
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1891
2049
  "category": "Request",
1892
2050
  "type": "3rd-party",
1893
2051
  "maintainers": [
@@ -1903,7 +2061,7 @@
1903
2061
  },
1904
2062
  {
1905
2063
  "name": "graphql-request",
1906
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1907
2065
  "repo": "gomah/nuxt-graphql-request",
1908
2066
  "npm": "nuxt-graphql-request",
1909
2067
  "icon": "graphql-request.png",
@@ -1919,7 +2077,7 @@
1919
2077
  }
1920
2078
  ],
1921
2079
  "compatibility": {
1922
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1923
2081
  "requires": {}
1924
2082
  }
1925
2083
  },
@@ -1942,12 +2100,13 @@
1942
2100
  ],
1943
2101
  "compatibility": {
1944
2102
  "nuxt": "^3.0.0",
1945
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1946
2105
  }
1947
2106
  },
1948
2107
  {
1949
2108
  "name": "gtag",
1950
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1951
2110
  "repo": "johannschopplich/nuxt-gtag",
1952
2111
  "npm": "nuxt-gtag",
1953
2112
  "icon": "gtag.svg",
@@ -1971,7 +2130,7 @@
1971
2130
  },
1972
2131
  {
1973
2132
  "name": "gtm",
1974
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1975
2134
  "repo": "nuxt-community/gtm-module",
1976
2135
  "npm": "@nuxtjs/gtm",
1977
2136
  "icon": "gtm.png",
@@ -1994,7 +2153,7 @@
1994
2153
  },
1995
2154
  {
1996
2155
  "name": "guess",
1997
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
1998
2157
  "repo": "nuxt-community/guess-module",
1999
2158
  "npm": "@nuxtjs/guess-module",
2000
2159
  "icon": "guessjs.png",
@@ -2106,7 +2265,7 @@
2106
2265
  },
2107
2266
  {
2108
2267
  "name": "helmet",
2109
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
2110
2269
  "repo": "victor-perez/nuxt-helmet",
2111
2270
  "npm": "nuxt-helmet",
2112
2271
  "icon": "",
@@ -2150,7 +2309,7 @@
2150
2309
  },
2151
2310
  {
2152
2311
  "name": "history-state",
2153
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
2154
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
2155
2314
  "npm": "nuxt-history-state",
2156
2315
  "icon": "",
@@ -2219,7 +2378,7 @@
2219
2378
  },
2220
2379
  {
2221
2380
  "name": "http",
2222
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
2223
2382
  "repo": "nuxt/http",
2224
2383
  "npm": "@nuxt/http",
2225
2384
  "icon": "http.png",
@@ -2247,7 +2406,7 @@
2247
2406
  },
2248
2407
  {
2249
2408
  "name": "humans-txt",
2250
- "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.",
2409
+ "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.",
2251
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2252
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2253
2412
  "icon": "",
@@ -2275,8 +2434,8 @@
2275
2434
  "npm": "@nuxtjs/i18n",
2276
2435
  "icon": "i18n.png",
2277
2436
  "github": "https://github.com/nuxt-modules/i18n",
2278
- "website": "https://v8.i18n.nuxtjs.org",
2279
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2437
+ "website": "https://i18n.nuxtjs.org",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2280
2439
  "category": "Extensions",
2281
2440
  "type": "community",
2282
2441
  "maintainers": [
@@ -2287,6 +2446,10 @@
2287
2446
  {
2288
2447
  "name": "Kazuya Kawaguchi",
2289
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2290
2453
  }
2291
2454
  ],
2292
2455
  "compatibility": {
@@ -2316,6 +2479,29 @@
2316
2479
  "requires": {}
2317
2480
  }
2318
2481
  },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2319
2505
  {
2320
2506
  "name": "icon",
2321
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2335,7 +2521,8 @@
2335
2521
  ],
2336
2522
  "compatibility": {
2337
2523
  "nuxt": "^3.0.0",
2338
- "requires": {}
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2339
2526
  }
2340
2527
  },
2341
2528
  {
@@ -2384,12 +2571,12 @@
2384
2571
  },
2385
2572
  {
2386
2573
  "name": "image",
2387
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2574
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2388
2575
  "repo": "nuxt/image",
2389
2576
  "npm": "@nuxt/image",
2390
2577
  "icon": "image.png",
2391
2578
  "github": "https://github.com/nuxt/image",
2392
- "website": "https://image.nuxtjs.org",
2579
+ "website": "https://image.nuxt.com",
2393
2580
  "learn_more": "",
2394
2581
  "category": "Images",
2395
2582
  "type": "official",
@@ -2399,6 +2586,11 @@
2399
2586
  "github": "farnabaz",
2400
2587
  "twitter": "a_birang"
2401
2588
  },
2589
+ {
2590
+ "name": "Daniel Roe",
2591
+ "github": "danielroe",
2592
+ "twitter": "danielcroe"
2593
+ },
2402
2594
  {
2403
2595
  "name": "Pooya Parsa",
2404
2596
  "github": "pi0",
@@ -2419,7 +2611,7 @@
2419
2611
  },
2420
2612
  {
2421
2613
  "name": "imagemin",
2422
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2614
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2423
2615
  "repo": "nuxt-community/imagemin-module",
2424
2616
  "npm": "@nuxtjs/imagemin",
2425
2617
  "icon": "imagemin.png",
@@ -2466,7 +2658,7 @@
2466
2658
  },
2467
2659
  {
2468
2660
  "name": "intercom",
2469
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2661
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2470
2662
  "repo": "hex-digital/nuxt-intercom",
2471
2663
  "npm": "@hexdigital/nuxt-intercom",
2472
2664
  "icon": "intercom.png",
@@ -2511,7 +2703,7 @@
2511
2703
  },
2512
2704
  {
2513
2705
  "name": "jsonapi",
2514
- "description": "Easy JSON:API client integration for Nuxt.js",
2706
+ "description": "Easy JSON:API client integration for Nuxt",
2515
2707
  "repo": "patrickcate/nuxt-jsonapi",
2516
2708
  "npm": "nuxt-jsonapi",
2517
2709
  "icon": "jsonapi.svg",
@@ -2553,9 +2745,36 @@
2553
2745
  "requires": {}
2554
2746
  }
2555
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ }
2774
+ },
2556
2775
  {
2557
2776
  "name": "kql",
2558
- "description": "Nuxt 3 module for Kirby's Query Language API",
2777
+ "description": "Nuxt module for Kirby's Query Language API",
2559
2778
  "repo": "johannschopplich/nuxt-kql",
2560
2779
  "npm": "nuxt-kql",
2561
2780
  "icon": "kql.svg",
@@ -2579,7 +2798,7 @@
2579
2798
  },
2580
2799
  {
2581
2800
  "name": "laravel-echo",
2582
- "description": "Laravel Echo for Nuxt.js",
2801
+ "description": "Laravel Echo for Nuxt",
2583
2802
  "repo": "nuxt-community/laravel-echo",
2584
2803
  "npm": "@nuxtjs/laravel-echo",
2585
2804
  "icon": "laravel-echo.png",
@@ -2621,6 +2840,28 @@
2621
2840
  "requires": {}
2622
2841
  }
2623
2842
  },
2843
+ {
2844
+ "name": "laravel-precognition",
2845
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2846
+ "repo": "sot1986/nuxt-laravel-precognition",
2847
+ "npm": "nuxt-laravel-precognition",
2848
+ "icon": "laravel.svg",
2849
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2850
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "learn_more": "",
2852
+ "category": "Security",
2853
+ "type": "3rd-party",
2854
+ "maintainers": [
2855
+ {
2856
+ "name": "sot1986",
2857
+ "github": "sot1986"
2858
+ }
2859
+ ],
2860
+ "compatibility": {
2861
+ "nuxt": "^3.0.0",
2862
+ "requires": {}
2863
+ }
2864
+ },
2624
2865
  {
2625
2866
  "name": "laravel",
2626
2867
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2667,13 +2908,13 @@
2667
2908
  },
2668
2909
  {
2669
2910
  "name": "link-checker",
2670
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2911
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2671
2912
  "repo": "harlan-zw/nuxt-link-checker",
2672
2913
  "npm": "nuxt-link-checker",
2673
- "icon": "",
2914
+ "icon": "link-checker.svg",
2674
2915
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2675
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2676
- "learn_more": "",
2916
+ "website": "https://nuxtseo.com/link-checker",
2917
+ "learn_more": "https://nuxtseo.com/link-checker",
2677
2918
  "category": "SEO",
2678
2919
  "type": "3rd-party",
2679
2920
  "maintainers": [
@@ -2686,7 +2927,8 @@
2686
2927
  ],
2687
2928
  "compatibility": {
2688
2929
  "nuxt": "^3.0.0",
2689
- "requires": {}
2930
+ "requires": {},
2931
+ "devtools": "^0.0.0"
2690
2932
  }
2691
2933
  },
2692
2934
  {
@@ -2763,12 +3005,12 @@
2763
3005
  },
2764
3006
  {
2765
3007
  "name": "logrocket",
2766
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2767
- "repo": "nuxt-community/nuxt-logrocket",
3008
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3009
+ "repo": "nuxt-modules/logrocket",
2768
3010
  "npm": "nuxt-logrocket",
2769
3011
  "icon": "logrocket.png",
2770
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2771
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3012
+ "github": "https://github.com/nuxt-modules/logrocket",
3013
+ "website": "https://github.com/nuxt-modules/logrocket",
2772
3014
  "learn_more": "https://docs.logrocket.com/docs",
2773
3015
  "category": "Monitoring",
2774
3016
  "type": "community",
@@ -2786,7 +3028,7 @@
2786
3028
  },
2787
3029
  {
2788
3030
  "name": "lucide-icons",
2789
- "description": "Nuxt 3 module to integrate Lucide icons",
3031
+ "description": "Nuxt module to integrate Lucide icons",
2790
3032
  "repo": "swisnl/nuxt-lucide-icons",
2791
3033
  "npm": "nuxt-lucide-icons",
2792
3034
  "icon": "lucide-icons.svg",
@@ -2812,7 +3054,7 @@
2812
3054
  },
2813
3055
  {
2814
3056
  "name": "lunr",
2815
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3057
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2816
3058
  "repo": "nuxt-community/lunr-module",
2817
3059
  "npm": "@nuxtjs/lunr-module",
2818
3060
  "icon": "",
@@ -2835,10 +3077,10 @@
2835
3077
  {
2836
3078
  "name": "magic-regexp",
2837
3079
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2838
- "repo": "danielroe/magic-regexp",
3080
+ "repo": "unjs/magic-regexp",
2839
3081
  "npm": "magic-regexp",
2840
3082
  "icon": "magic-regexp.svg",
2841
- "github": "https://github.com/danielroe/magic-regexp",
3083
+ "github": "https://github.com/unjs/magic-regexp",
2842
3084
  "website": "https://magic-regexp.roe.dev",
2843
3085
  "learn_more": "https://magic-regexp.roe.dev",
2844
3086
  "category": "Libraries",
@@ -2878,6 +3120,30 @@
2878
3120
  "requires": {}
2879
3121
  }
2880
3122
  },
3123
+ {
3124
+ "name": "marquee",
3125
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3126
+ "repo": "hanzydev/nuxt-marquee",
3127
+ "npm": "nuxt-marquee",
3128
+ "icon": "marquee.png",
3129
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3130
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3131
+ "learn_more": "",
3132
+ "category": "UI",
3133
+ "type": "3rd-party",
3134
+ "maintainers": [
3135
+ {
3136
+ "name": "Hànzy",
3137
+ "github": "hanzydev",
3138
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3139
+ }
3140
+ ],
3141
+ "compatibility": {
3142
+ "nuxt": "^3.0.0",
3143
+ "requires": {},
3144
+ "devtools": "^0.0.0"
3145
+ }
3146
+ },
2881
3147
  {
2882
3148
  "name": "matomo",
2883
3149
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2900,6 +3166,28 @@
2900
3166
  "requires": {}
2901
3167
  }
2902
3168
  },
3169
+ {
3170
+ "name": "maz-ui",
3171
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3172
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3173
+ "npm": "nuxt-module",
3174
+ "icon": "maz-ui.png",
3175
+ "github": "https://github.com/louismazel/maz-ui",
3176
+ "website": "https://maz-ui.com/",
3177
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3178
+ "category": "UI",
3179
+ "type": "3rd-party",
3180
+ "maintainers": [
3181
+ {
3182
+ "name": "Loïc Mazuel",
3183
+ "github": "LouisMazel"
3184
+ }
3185
+ ],
3186
+ "compatibility": {
3187
+ "nuxt": "^3.0.0",
3188
+ "requires": {}
3189
+ }
3190
+ },
2903
3191
  {
2904
3192
  "name": "mdx",
2905
3193
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2925,7 +3213,7 @@
2925
3213
  },
2926
3214
  {
2927
3215
  "name": "medusa",
2928
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3216
+ "description": "Easily connect to Medusa from your Nuxt application",
2929
3217
  "repo": "Baroshem/nuxt-medusa",
2930
3218
  "npm": "nuxt-medusa",
2931
3219
  "icon": "medusa.svg",
@@ -2950,7 +3238,7 @@
2950
3238
  },
2951
3239
  {
2952
3240
  "name": "meilisearch",
2953
- "description": "Meilisearch Instant Search module for Nuxt 3",
3241
+ "description": "Meilisearch Instant Search module for Nuxt",
2954
3242
  "repo": "xlanex6/nuxt-meilisearch",
2955
3243
  "npm": "nuxt-meilisearch",
2956
3244
  "icon": "meilisearch.svg",
@@ -2970,7 +3258,8 @@
2970
3258
  "nuxt": "^3.0.0",
2971
3259
  "requires": {
2972
3260
  "bridge": false
2973
- }
3261
+ },
3262
+ "devtools": "^0.0.0"
2974
3263
  }
2975
3264
  },
2976
3265
  {
@@ -2995,28 +3284,6 @@
2995
3284
  "requires": {}
2996
3285
  }
2997
3286
  },
2998
- {
2999
- "name": "mobile",
3000
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3001
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3002
- "npm": "nuxt-mobile",
3003
- "icon": "",
3004
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3005
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3006
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3007
- "category": "Extensions",
3008
- "type": "3rd-party",
3009
- "maintainers": [
3010
- {
3011
- "name": "ChanningDefoe",
3012
- "github": "ChanningDefoe"
3013
- }
3014
- ],
3015
- "compatibility": {
3016
- "nuxt": "^2.0.0",
3017
- "requires": {}
3018
- }
3019
- },
3020
3287
  {
3021
3288
  "name": "module-feed",
3022
3289
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3042,7 +3309,7 @@
3042
3309
  },
3043
3310
  {
3044
3311
  "name": "moment",
3045
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3312
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3046
3313
  "repo": "nuxt-community/moment-module",
3047
3314
  "npm": "@nuxtjs/moment",
3048
3315
  "icon": "momentjs.png",
@@ -3069,7 +3336,7 @@
3069
3336
  },
3070
3337
  {
3071
3338
  "name": "mq",
3072
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3339
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3073
3340
  "repo": "vanhoofmaarten/nuxt-mq",
3074
3341
  "npm": "nuxt-mq",
3075
3342
  "icon": "",
@@ -3113,7 +3380,7 @@
3113
3380
  },
3114
3381
  {
3115
3382
  "name": "netlify-cache",
3116
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3383
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3117
3384
  "repo": "DreaMinder/nuxt-netlify-cache",
3118
3385
  "npm": "nuxt-netlify-cache",
3119
3386
  "icon": "netlify.png",
@@ -3158,13 +3425,13 @@
3158
3425
  },
3159
3426
  {
3160
3427
  "name": "netlify",
3161
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3162
- "repo": "bazzite/nuxt-netlify",
3428
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3429
+ "repo": "juliomrqz/nuxt-netlify",
3163
3430
  "npm": "@aceforth/nuxt-netlify",
3164
3431
  "icon": "netlify.png",
3165
- "github": "https://github.com/bazzite/nuxt-netlify",
3166
- "website": "https://marquez.co/docs/nuxt-netlify/",
3167
- "learn_more": "",
3432
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3433
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3434
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3168
3435
  "category": "Deployment",
3169
3436
  "type": "3rd-party",
3170
3437
  "maintainers": [
@@ -3273,30 +3540,54 @@
3273
3540
  }
3274
3541
  },
3275
3542
  {
3276
- "name": "nuxt-auth",
3277
- "description": "",
3278
- "repo": "sidebase/nuxt-auth",
3279
- "npm": "@sidebase/nuxt-auth",
3280
- "icon": "",
3281
- "github": "https://github.com/sidebase/nuxt-auth",
3282
- "website": "https://github.com/sidebase/nuxt-auth",
3543
+ "name": "nuxt-asciidoc",
3544
+ "description": "Transformer for using asciidoc in nuxt",
3545
+ "repo": "Chris2011/nuxt-asciidoc",
3546
+ "npm": "nuxt-asciidoc",
3547
+ "icon": "nuxt-asciidoc.svg",
3548
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3549
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3550
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3551
+ "category": "Extensions",
3552
+ "type": "3rd-party",
3553
+ "maintainers": [
3554
+ {
3555
+ "name": "Christian Lenz",
3556
+ "github": "Chris2011",
3557
+ "twitter": "Chrizzly42"
3558
+ }
3559
+ ],
3560
+ "compatibility": {
3561
+ "nuxt": "^3.0.0",
3562
+ "requires": {}
3563
+ }
3564
+ },
3565
+ {
3566
+ "name": "nuxt-auth-sanctum",
3567
+ "description": "Nuxt module for Laravel Sanctum authentication",
3568
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3569
+ "npm": "nuxt-auth-sanctum",
3570
+ "icon": "laravel.svg",
3571
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3572
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3283
3573
  "learn_more": "",
3284
- "category": "Devtools",
3574
+ "category": "Security",
3285
3575
  "type": "3rd-party",
3286
3576
  "maintainers": [
3287
3577
  {
3288
- "name": "sidebase",
3289
- "github": "sidebase"
3578
+ "name": "Artem Manchenkov",
3579
+ "github": "manchenkoff",
3580
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3290
3581
  }
3291
3582
  ],
3292
3583
  "compatibility": {
3293
- "nuxt": "^2.0.0",
3584
+ "nuxt": "^3.0.0",
3294
3585
  "requires": {}
3295
3586
  }
3296
3587
  },
3297
3588
  {
3298
3589
  "name": "nuxt-basic-auth",
3299
- "description": "Nuxt 3 Module for Basic Authentication",
3590
+ "description": "Nuxt Module for Basic Authentication",
3300
3591
  "repo": "kgierke/nuxt-basic-auth",
3301
3592
  "npm": "@kgierke/nuxt-basic-auth",
3302
3593
  "icon": "",
@@ -3340,7 +3631,7 @@
3340
3631
  },
3341
3632
  {
3342
3633
  "name": "nuxt-chatgpt",
3343
- "description": "ChatGPT integration for Nuxt 3",
3634
+ "description": "ChatGPT integration for Nuxt",
3344
3635
  "repo": "schnapsterdog/nuxt-chatgpt",
3345
3636
  "npm": "nuxt-chatgpt",
3346
3637
  "icon": "chatgpt.svg",
@@ -3360,6 +3651,54 @@
3360
3651
  "requires": {}
3361
3652
  }
3362
3653
  },
3654
+ {
3655
+ "name": "nuxt-facebook-chat",
3656
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3657
+ "repo": "superdev-tech/nuxt-facebook-chat",
3658
+ "npm": "nuxt-facebook-chat",
3659
+ "icon": "nuxt-facebook-chat.svg",
3660
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3661
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3662
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3663
+ "category": "Libraries",
3664
+ "type": "3rd-party",
3665
+ "maintainers": [
3666
+ {
3667
+ "name": "Supanut Dokmaithong",
3668
+ "github": "Boomgeek"
3669
+ },
3670
+ {
3671
+ "name": "superdev-tech",
3672
+ "github": "superdev-tech"
3673
+ }
3674
+ ],
3675
+ "compatibility": {
3676
+ "nuxt": "^3.0.0",
3677
+ "requires": {}
3678
+ }
3679
+ },
3680
+ {
3681
+ "name": "nuxt-feather-icons",
3682
+ "description": "The Feather Icons in Nuxt 3.",
3683
+ "repo": "4sllan/nuxt-feather-icons",
3684
+ "npm": "nuxt-feather-icons",
3685
+ "icon": "nuxt-feather-icons.png",
3686
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3687
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3688
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3689
+ "category": "UI",
3690
+ "type": "3rd-party",
3691
+ "maintainers": [
3692
+ {
3693
+ "name": "4sllan",
3694
+ "github": "4sllan"
3695
+ }
3696
+ ],
3697
+ "compatibility": {
3698
+ "nuxt": "^3.0.0",
3699
+ "requires": {}
3700
+ }
3701
+ },
3363
3702
  {
3364
3703
  "name": "nuxt-feedme",
3365
3704
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3435,7 +3774,7 @@
3435
3774
  },
3436
3775
  {
3437
3776
  "name": "nuxt-gtm",
3438
- "description": "A Nuxt.js module for Google Tag Manager",
3777
+ "description": "A Nuxt module for Google Tag Manager",
3439
3778
  "repo": "zadigetvoltaire/nuxt-gtm",
3440
3779
  "npm": "@zadigetvoltaire/nuxt-gtm",
3441
3780
  "icon": "nuxt-gtm.svg",
@@ -3452,7 +3791,8 @@
3452
3791
  ],
3453
3792
  "compatibility": {
3454
3793
  "nuxt": "^3.0.0",
3455
- "requires": {}
3794
+ "requires": {},
3795
+ "devtools": "^0.0.0"
3456
3796
  }
3457
3797
  },
3458
3798
  {
@@ -3480,14 +3820,58 @@
3480
3820
  }
3481
3821
  },
3482
3822
  {
3483
- "name": "nuxt-localtunnel",
3484
- "description": "Exposes your Nuxt localhost to the world automatically.",
3485
- "repo": "nuxtus/localtunnel",
3486
- "npm": "@nuxtus/nuxt-localtunnel",
3487
- "icon": "nuxt-localtunnel.svg",
3488
- "github": "https://github.com/nuxtus/localtunnel",
3489
- "website": "https://nuxtus.com",
3490
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3823
+ "name": "nuxt-interpolation",
3824
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3825
+ "repo": "daliborgogic/nuxt-interpolation#master",
3826
+ "npm": "nuxt-interpolation",
3827
+ "icon": "",
3828
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3829
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3830
+ "learn_more": "",
3831
+ "category": "Devtools",
3832
+ "type": "3rd-party",
3833
+ "maintainers": [
3834
+ {
3835
+ "name": "daliborgogic",
3836
+ "github": "daliborgogic"
3837
+ }
3838
+ ],
3839
+ "compatibility": {
3840
+ "nuxt": "^2.0.0",
3841
+ "requires": {}
3842
+ }
3843
+ },
3844
+ {
3845
+ "name": "nuxt-jsonld",
3846
+ "description": "Manage JSON-LD in Vue component.",
3847
+ "repo": "ymmooot/nuxt-jsonld",
3848
+ "npm": "nuxt-jsonld",
3849
+ "icon": "",
3850
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3851
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3852
+ "learn_more": "",
3853
+ "category": "SEO",
3854
+ "type": "3rd-party",
3855
+ "maintainers": [
3856
+ {
3857
+ "name": "ymmooot",
3858
+ "github": "ymmooot"
3859
+ }
3860
+ ],
3861
+ "compatibility": {
3862
+ "nuxt": "^3.0.0",
3863
+ "requires": {}
3864
+ }
3865
+ },
3866
+ {
3867
+ "name": "nuxt-localtunnel",
3868
+ "description": "Exposes your Nuxt localhost to the world automatically.",
3869
+ "repo": "nuxtus/localtunnel",
3870
+ "npm": "@nuxtus/nuxt-localtunnel",
3871
+ "icon": "nuxt-localtunnel.svg",
3872
+ "github": "https://github.com/nuxtus/localtunnel",
3873
+ "website": "https://docs.nuxtus.com",
3874
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3491
3875
  "category": "Devtools",
3492
3876
  "type": "3rd-party",
3493
3877
  "maintainers": [
@@ -3504,7 +3888,7 @@
3504
3888
  },
3505
3889
  {
3506
3890
  "name": "nuxt-loco",
3507
- "description": "A localise.biz module to synth locale with Nuxt.js",
3891
+ "description": "A localise.biz module to synth locale with Nuxt",
3508
3892
  "repo": "gaetansenn/nuxt-loco",
3509
3893
  "npm": "nuxt-loco",
3510
3894
  "icon": "",
@@ -3525,6 +3909,28 @@
3525
3909
  "requires": {}
3526
3910
  }
3527
3911
  },
3912
+ {
3913
+ "name": "nuxt-mail",
3914
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3915
+ "repo": "dword-design/nuxt-mail",
3916
+ "npm": "nuxt-mail",
3917
+ "icon": "",
3918
+ "github": "https://github.com/dword-design/nuxt-mail",
3919
+ "website": "https://github.com/dword-design/nuxt-mail",
3920
+ "learn_more": "",
3921
+ "category": "Extensions",
3922
+ "type": "3rd-party",
3923
+ "maintainers": [
3924
+ {
3925
+ "name": "Sebastian Landwehr",
3926
+ "github": "dword-design"
3927
+ }
3928
+ ],
3929
+ "compatibility": {
3930
+ "nuxt": "^2.0.0 || ^3.0.0",
3931
+ "requires": {}
3932
+ }
3933
+ },
3528
3934
  {
3529
3935
  "name": "nuxt-mapbox",
3530
3936
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3547,6 +3953,28 @@
3547
3953
  "requires": {}
3548
3954
  }
3549
3955
  },
3956
+ {
3957
+ "name": "nuxt-mdi",
3958
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3959
+ "repo": "ERPedersen/nuxt-mdi",
3960
+ "npm": "nuxt-mdi",
3961
+ "icon": "mdi.png",
3962
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3963
+ "website": "https://nuxt-mdi.emilrosenius.com",
3964
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3965
+ "category": "Libraries",
3966
+ "type": "3rd-party",
3967
+ "maintainers": [
3968
+ {
3969
+ "name": "Emil Rosenius",
3970
+ "github": "ERPedersen"
3971
+ }
3972
+ ],
3973
+ "compatibility": {
3974
+ "nuxt": "^3.0.0",
3975
+ "requires": {}
3976
+ }
3977
+ },
3550
3978
  {
3551
3979
  "name": "nuxt-monaco-editor",
3552
3980
  "description": "Integrate monaco-editor with Nuxt",
@@ -3571,7 +3999,7 @@
3571
3999
  },
3572
4000
  {
3573
4001
  "name": "nuxt-mongoose",
3574
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4002
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3575
4003
  "repo": "arashsheyda/nuxt-mongoose",
3576
4004
  "npm": "nuxt-mongoose",
3577
4005
  "icon": "nuxt-mongoose.svg",
@@ -3586,6 +4014,75 @@
3586
4014
  "github": "arashsheyda"
3587
4015
  }
3588
4016
  ],
4017
+ "compatibility": {
4018
+ "nuxt": "^3.0.0",
4019
+ "requires": {},
4020
+ "devtools": "^0.0.0"
4021
+ }
4022
+ },
4023
+ {
4024
+ "name": "nuxt-oidc-auth",
4025
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4026
+ "repo": "itpropro/nuxt-oidc-auth",
4027
+ "npm": "nuxt-oidc-auth",
4028
+ "icon": "",
4029
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4030
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4031
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4032
+ "category": "Security",
4033
+ "type": "3rd-party",
4034
+ "maintainers": [
4035
+ {
4036
+ "name": "Jan-Henrik Damaschke",
4037
+ "github": "itpropro",
4038
+ "twitter": "jandamaschke"
4039
+ }
4040
+ ],
4041
+ "compatibility": {
4042
+ "nuxt": "^3.0.0",
4043
+ "requires": {}
4044
+ }
4045
+ },
4046
+ {
4047
+ "name": "nuxt-openapi-docs-module",
4048
+ "description": "Generate pages from OpenAPI specifications",
4049
+ "repo": "on-org/nuxt-openapi-docs-module",
4050
+ "npm": "nuxt-openapi-docs-module",
4051
+ "icon": "nuxt-openapi-docs-module.png",
4052
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4053
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4054
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4055
+ "category": "Libraries",
4056
+ "type": "3rd-party",
4057
+ "maintainers": [
4058
+ {
4059
+ "name": "Pavel Kuzmin",
4060
+ "github": "s00d"
4061
+ }
4062
+ ],
4063
+ "compatibility": {
4064
+ "nuxt": "^3.0.0",
4065
+ "requires": {}
4066
+ }
4067
+ },
4068
+ {
4069
+ "name": "nuxt-payload-analyzer",
4070
+ "description": "Analyze Nuxt Payload Size",
4071
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4072
+ "npm": "nuxt-payload-analyzer",
4073
+ "icon": "",
4074
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4075
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4076
+ "learn_more": "",
4077
+ "category": "Performance",
4078
+ "type": "3rd-party",
4079
+ "maintainers": [
4080
+ {
4081
+ "name": "Barbapapazes",
4082
+ "github": "Barbapapazes",
4083
+ "twitter": "soubiran_"
4084
+ }
4085
+ ],
3589
4086
  "compatibility": {
3590
4087
  "nuxt": "^3.0.0",
3591
4088
  "requires": {}
@@ -3621,8 +4118,8 @@
3621
4118
  "npm": "nuxt-phosphor-icons",
3622
4119
  "icon": "phosphor-icons.svg",
3623
4120
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3624
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3625
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4121
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4122
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3626
4123
  "category": "UI",
3627
4124
  "type": "3rd-party",
3628
4125
  "maintainers": [
@@ -3660,7 +4157,7 @@
3660
4157
  },
3661
4158
  {
3662
4159
  "name": "plausible",
3663
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4160
+ "description": "Nuxt module to natively integrate Plausible analytics",
3664
4161
  "repo": "nuxt-modules/plausible",
3665
4162
  "npm": "@nuxtjs/plausible",
3666
4163
  "icon": "plausible.png",
@@ -3682,7 +4179,7 @@
3682
4179
  },
3683
4180
  {
3684
4181
  "name": "nuxt-plotly",
3685
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4182
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3686
4183
  "repo": "superdev-tech/nuxt-plotly",
3687
4184
  "npm": "nuxt-plotly",
3688
4185
  "icon": "nuxt-plotly.svg",
@@ -3708,7 +4205,7 @@
3708
4205
  },
3709
4206
  {
3710
4207
  "name": "nuxt-png-to-ico",
3711
- "description": "Nuxt.js module for auto generating favicons",
4208
+ "description": "Nuxt module for auto generating favicons",
3712
4209
  "repo": "b5710546232/nuxt-png-to-ico",
3713
4210
  "npm": "nuxt-png-to-ico",
3714
4211
  "icon": "",
@@ -3731,7 +4228,7 @@
3731
4228
  },
3732
4229
  {
3733
4230
  "name": "nuxt-smartlook",
3734
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4231
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3735
4232
  "repo": "f00b4r/nuxt-smartlook",
3736
4233
  "npm": "nuxt-smartlook",
3737
4234
  "icon": "nuxt-smartlook.png",
@@ -3753,6 +4250,28 @@
3753
4250
  "requires": {}
3754
4251
  }
3755
4252
  },
4253
+ {
4254
+ "name": "nuxt-social-share",
4255
+ "description": "Simple Social Sharing for Nuxt",
4256
+ "repo": "stefanobartoletti/nuxt-social-share",
4257
+ "npm": "@stefanobartoletti/nuxt-social-share",
4258
+ "icon": "nuxt-social-share.png",
4259
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4260
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4261
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4262
+ "category": "Extensions",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "stefanobartoletti",
4267
+ "github": "stefanobartoletti"
4268
+ }
4269
+ ],
4270
+ "compatibility": {
4271
+ "nuxt": "^3.0.0",
4272
+ "requires": {}
4273
+ }
4274
+ },
3756
4275
  {
3757
4276
  "name": "ssr-lit",
3758
4277
  "description": "Server-Side Rendering for Lit Element components",
@@ -3783,10 +4302,10 @@
3783
4302
  },
3784
4303
  {
3785
4304
  "name": "nuxt-storm",
3786
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4305
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3787
4306
  "repo": "fumeapp/nuxt-storm",
3788
4307
  "npm": "nuxt-storm",
3789
- "icon": "nuxt-storm.png",
4308
+ "icon": "",
3790
4309
  "github": "https://github.com/fumeapp/nuxt-storm",
3791
4310
  "website": "https://github.com/fumeapp/nuxt-storm",
3792
4311
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3803,6 +4322,30 @@
3803
4322
  "requires": {}
3804
4323
  }
3805
4324
  },
4325
+ {
4326
+ "name": "nuxt-svgo-loader",
4327
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4328
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4329
+ "npm": "nuxt-svgo-loader",
4330
+ "icon": "",
4331
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4332
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4333
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4334
+ "category": "Images",
4335
+ "type": "3rd-party",
4336
+ "maintainers": [
4337
+ {
4338
+ "name": "Alex Liu",
4339
+ "github": "Mini-ghost",
4340
+ "twitter": "Minighost_Alex"
4341
+ }
4342
+ ],
4343
+ "compatibility": {
4344
+ "nuxt": "^3.0.0",
4345
+ "requires": {},
4346
+ "devtools": "^0.0.0"
4347
+ }
4348
+ },
3806
4349
  {
3807
4350
  "name": "nuxt-svgo",
3808
4351
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3827,7 +4370,7 @@
3827
4370
  },
3828
4371
  {
3829
4372
  "name": "nuxt-unleash",
3830
- "description": "Nuxt.js module to use Unleash toggle feature services",
4373
+ "description": "Nuxt module to use Unleash toggle feature services",
3831
4374
  "repo": "conejerock/nuxt-unleash",
3832
4375
  "npm": "nuxt-unleash",
3833
4376
  "icon": "nuxt-unleash.svg",
@@ -3847,28 +4390,6 @@
3847
4390
  "requires": {}
3848
4391
  }
3849
4392
  },
3850
- {
3851
- "name": "nuxt-use-motion",
3852
- "description": "A Nuxt module putting your components in motion",
3853
- "repo": "Tahul/nuxt-use-motion",
3854
- "npm": "nuxt-use-motion",
3855
- "icon": "nuxt-use-motion.svg",
3856
- "github": "https://github.com/Tahul/nuxt-use-motion",
3857
- "website": "https://github.com/Tahul/nuxt-use-motion",
3858
- "learn_more": "https://github.com/vueuse/motion",
3859
- "category": "Libraries",
3860
- "type": "3rd-party",
3861
- "maintainers": [
3862
- {
3863
- "name": "Tahul",
3864
- "github": "Tahul"
3865
- }
3866
- ],
3867
- "compatibility": {
3868
- "nuxt": "^2.0.0",
3869
- "requires": {}
3870
- }
3871
- },
3872
4393
  {
3873
4394
  "name": "nuxt-use-sound",
3874
4395
  "description": "A Nuxt module for playing sound effects.",
@@ -3938,20 +4459,42 @@
3938
4459
  }
3939
4460
  },
3940
4461
  {
3941
- "name": "nuxt-vuetify",
3942
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3943
- "repo": "invictus-codes/nuxt-vuetify",
3944
- "npm": "@invictus.codes/nuxt-vuetify",
3945
- "icon": "vuetify-logo-v3-dark.svg",
3946
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3947
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3948
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3949
- "category": "UI",
4462
+ "name": "nuxt-zod-i18n",
4463
+ "description": "A Nuxt Module for localizing zod error messages.",
4464
+ "repo": "xibman/nuxt-zod-i18n",
4465
+ "npm": "nuxt-zod-i18n",
4466
+ "icon": "nuxt-zod-i18n.svg",
4467
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4468
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4469
+ "learn_more": "",
4470
+ "category": "Libraries",
4471
+ "type": "3rd-party",
4472
+ "maintainers": [
4473
+ {
4474
+ "name": "xibman",
4475
+ "github": "xibman"
4476
+ }
4477
+ ],
4478
+ "compatibility": {
4479
+ "nuxt": "^3.0.0",
4480
+ "requires": {}
4481
+ }
4482
+ },
4483
+ {
4484
+ "name": "nuxt3-interpolation",
4485
+ "description": "",
4486
+ "repo": "daliborgogic/interpolation#master",
4487
+ "npm": "nuxt3-interpolation",
4488
+ "icon": "",
4489
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4490
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4491
+ "learn_more": "",
4492
+ "category": "Devtools",
3950
4493
  "type": "3rd-party",
3951
4494
  "maintainers": [
3952
4495
  {
3953
- "name": "Jens van Hellemondt",
3954
- "github": "invictus-codes"
4496
+ "name": "daliborgogic",
4497
+ "github": "daliborgogic"
3955
4498
  }
3956
4499
  ],
3957
4500
  "compatibility": {
@@ -3983,7 +4526,7 @@
3983
4526
  },
3984
4527
  {
3985
4528
  "name": "nuxt7",
3986
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4529
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3987
4530
  "repo": "nuxt-community/nuxt7",
3988
4531
  "npm": "nuxt7",
3989
4532
  "icon": "",
@@ -4004,40 +4547,17 @@
4004
4547
  "requires": {}
4005
4548
  }
4006
4549
  },
4007
- {
4008
- "name": "nuxtlabs-ui",
4009
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
4010
- "repo": "nuxtlabs/ui",
4011
- "npm": "@nuxthq/ui",
4012
- "icon": "nuxtlabs-ui.svg",
4013
- "github": "https://github.com/nuxtlabs/ui",
4014
- "website": "https://ui.nuxtlabs.com",
4015
- "learn_more": "https://ui.nuxtlabs.com",
4016
- "category": "UI",
4017
- "type": "3rd-party",
4018
- "maintainers": [
4019
- {
4020
- "name": "Benjamin Canac",
4021
- "github": "benjamincanac",
4022
- "twitter": "benjamincanac"
4023
- }
4024
- ],
4025
- "compatibility": {
4026
- "nuxt": "^3.0.0",
4027
- "requires": {}
4028
- }
4029
- },
4030
4550
  {
4031
4551
  "name": "og-image",
4032
- "description": "Easily generate dynamic social share images.",
4033
- "repo": "harlan-zw/nuxt-og-image",
4552
+ "description": "Enlightened runtime images generated with Vue templates.",
4553
+ "repo": "nuxt-modules/og-image",
4034
4554
  "npm": "nuxt-og-image",
4035
- "icon": "",
4036
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4037
- "website": "https://github.com/harlan-zw/nuxt-og-image",
4038
- "learn_more": "",
4555
+ "icon": "og-image.svg",
4556
+ "github": "https://github.com/nuxt-modules/og-image",
4557
+ "website": "https://nuxtseo.com/og-image",
4558
+ "learn_more": "https://nuxtseo.com/og-image",
4039
4559
  "category": "SEO",
4040
- "type": "3rd-party",
4560
+ "type": "community",
4041
4561
  "maintainers": [
4042
4562
  {
4043
4563
  "name": "Harlan Wilton",
@@ -4048,7 +4568,8 @@
4048
4568
  ],
4049
4569
  "compatibility": {
4050
4570
  "nuxt": "^3.0.0",
4051
- "requires": {}
4571
+ "requires": {},
4572
+ "devtools": "^0.0.0"
4052
4573
  }
4053
4574
  },
4054
4575
  {
@@ -4076,13 +4597,13 @@
4076
4597
  },
4077
4598
  {
4078
4599
  "name": "optimized-images",
4079
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4600
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4080
4601
  "repo": "juliomrqz/nuxt-optimized-images",
4081
4602
  "npm": "@aceforth/nuxt-optimized-images",
4082
4603
  "icon": "",
4083
4604
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4084
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4085
- "learn_more": "",
4605
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4606
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4086
4607
  "category": "Images",
4087
4608
  "type": "3rd-party",
4088
4609
  "maintainers": [
@@ -4121,7 +4642,7 @@
4121
4642
  },
4122
4643
  {
4123
4644
  "name": "parse",
4124
- "description": "Parse package for Nuxt.js",
4645
+ "description": "Parse package for Nuxt",
4125
4646
  "repo": "cierrateam/nuxt-parse",
4126
4647
  "npm": "nuxt-parse",
4127
4648
  "icon": "",
@@ -4141,6 +4662,29 @@
4141
4662
  "requires": {}
4142
4663
  }
4143
4664
  },
4665
+ {
4666
+ "name": "particles",
4667
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4668
+ "repo": "Joepocalyptic/nuxt-particles",
4669
+ "npm": "nuxt-particles",
4670
+ "icon": "",
4671
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4672
+ "website": "https://nuxt-particles.joeypereira.dev",
4673
+ "learn_more": "https://particles.js.org/",
4674
+ "category": "Libraries",
4675
+ "type": "3rd-party",
4676
+ "maintainers": [
4677
+ {
4678
+ "name": "Joey Pereira",
4679
+ "github": "Joepocalyptic",
4680
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4681
+ }
4682
+ ],
4683
+ "compatibility": {
4684
+ "nuxt": "^3.0.0",
4685
+ "requires": {}
4686
+ }
4687
+ },
4144
4688
  {
4145
4689
  "name": "partytown",
4146
4690
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4166,6 +4710,28 @@
4166
4710
  }
4167
4711
  }
4168
4712
  },
4713
+ {
4714
+ "name": "paypal",
4715
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4716
+ "repo": "arashsheyda/nuxt-paypal",
4717
+ "npm": "nuxt-paypal",
4718
+ "icon": "paypal.svg",
4719
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4720
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4721
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4722
+ "category": "Payment",
4723
+ "type": "3rd-party",
4724
+ "maintainers": [
4725
+ {
4726
+ "name": "Arash Sheyda",
4727
+ "github": "arashsheyda"
4728
+ }
4729
+ ],
4730
+ "compatibility": {
4731
+ "nuxt": "^3.0.0",
4732
+ "requires": {}
4733
+ }
4734
+ },
4169
4735
  {
4170
4736
  "name": "pdfeasy",
4171
4737
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4287,7 +4853,7 @@
4287
4853
  },
4288
4854
  {
4289
4855
  "name": "plausible",
4290
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4856
+ "description": "Nuxt module to natively integrate Plausible analytics",
4291
4857
  "repo": "nuxt-modules/plausible",
4292
4858
  "npm": "@nuxtjs/plausible",
4293
4859
  "icon": "",
@@ -4329,9 +4895,56 @@
4329
4895
  "requires": {}
4330
4896
  }
4331
4897
  },
4898
+ {
4899
+ "name": "prepare",
4900
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4901
+ "repo": "johannschopplich/nuxt-prepare",
4902
+ "npm": "nuxt-prepare",
4903
+ "icon": "prepare.svg",
4904
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4905
+ "website": "https://nuxt-prepare.byjohann.dev",
4906
+ "learn_more": "",
4907
+ "category": "Devtools",
4908
+ "type": "3rd-party",
4909
+ "maintainers": [
4910
+ {
4911
+ "name": "Johann Schopplich",
4912
+ "github": "johannschopplich",
4913
+ "twitter": "jschopplich",
4914
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4915
+ }
4916
+ ],
4917
+ "compatibility": {
4918
+ "nuxt": "^3.0.0",
4919
+ "requires": {}
4920
+ }
4921
+ },
4922
+ {
4923
+ "name": "primevue",
4924
+ "description": "Next Generation Vue UI Component Library",
4925
+ "repo": "primefaces/primevue-nuxt-module",
4926
+ "npm": "nuxt-primevue",
4927
+ "icon": "primevue.svg",
4928
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4929
+ "website": "https://primevue.org/",
4930
+ "learn_more": "https://primevue.org/",
4931
+ "category": "UI",
4932
+ "type": "3rd-party",
4933
+ "maintainers": [
4934
+ {
4935
+ "name": "primefaces",
4936
+ "github": "primefaces",
4937
+ "twitter": "primevue"
4938
+ }
4939
+ ],
4940
+ "compatibility": {
4941
+ "nuxt": "^3.0.0",
4942
+ "requires": {}
4943
+ }
4944
+ },
4332
4945
  {
4333
4946
  "name": "prismic",
4334
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4947
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4335
4948
  "repo": "nuxt-modules/prismic",
4336
4949
  "npm": "@nuxtjs/prismic",
4337
4950
  "icon": "prismic.png",
@@ -4398,7 +5011,7 @@
4398
5011
  },
4399
5012
  {
4400
5013
  "name": "proxy",
4401
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5014
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4402
5015
  "repo": "nuxt-community/proxy-module",
4403
5016
  "npm": "@nuxtjs/proxy",
4404
5017
  "icon": "",
@@ -4444,7 +5057,7 @@
4444
5057
  },
4445
5058
  {
4446
5059
  "name": "purgecss",
4447
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5060
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4448
5061
  "repo": "Developmint/nuxt-purgecss#main",
4449
5062
  "npm": "nuxt-purgecss",
4450
5063
  "icon": "purgecss.png",
@@ -4466,7 +5079,7 @@
4466
5079
  },
4467
5080
  {
4468
5081
  "name": "pwa",
4469
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5082
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4470
5083
  "repo": "nuxt-community/pwa-module",
4471
5084
  "npm": "@nuxtjs/pwa",
4472
5085
  "icon": "pwa.png",
@@ -4491,7 +5104,7 @@
4491
5104
  },
4492
5105
  {
4493
5106
  "name": "python",
4494
- "description": "Write Nuxt.js applications using Python",
5107
+ "description": "Write Nuxt applications using Python",
4495
5108
  "repo": "nuxt-community/python-module",
4496
5109
  "npm": "@nuxtjs/python",
4497
5110
  "icon": "python.png",
@@ -4530,7 +5143,8 @@
4530
5143
  ],
4531
5144
  "compatibility": {
4532
5145
  "nuxt": "^3.0.0",
4533
- "requires": {}
5146
+ "requires": {},
5147
+ "devtools": "^0.0.0"
4534
5148
  }
4535
5149
  },
4536
5150
  {
@@ -4555,9 +5169,44 @@
4555
5169
  "requires": {}
4556
5170
  }
4557
5171
  },
5172
+ {
5173
+ "name": "radix-vue",
5174
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5175
+ "repo": "radix-vue/radix-vue",
5176
+ "npm": "radix-vue",
5177
+ "icon": "radix-vue.svg",
5178
+ "github": "https://github.com/radix-vue/radix-vue",
5179
+ "website": "https://www.radix-vue.com/",
5180
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5181
+ "category": "UI",
5182
+ "type": "3rd-party",
5183
+ "maintainers": [
5184
+ {
5185
+ "name": "Zernonia",
5186
+ "github": "zernonia",
5187
+ "twitter": "zernonia"
5188
+ },
5189
+ {
5190
+ "name": "Khairul Haaziq",
5191
+ "github": "khairulhaaziq"
5192
+ },
5193
+ {
5194
+ "name": "Mujahid Anuar",
5195
+ "github": "mujahidfa"
5196
+ },
5197
+ {
5198
+ "name": "Max",
5199
+ "github": "onmax"
5200
+ }
5201
+ ],
5202
+ "compatibility": {
5203
+ "nuxt": "^3.0.0",
5204
+ "requires": {}
5205
+ }
5206
+ },
4558
5207
  {
4559
5208
  "name": "recaptcha",
4560
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5209
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4561
5210
  "repo": "nuxt-community/recaptcha-module",
4562
5211
  "npm": "@nuxtjs/recaptcha",
4563
5212
  "icon": "recaptcha.png",
@@ -4600,9 +5249,32 @@
4600
5249
  "requires": {}
4601
5250
  }
4602
5251
  },
5252
+ {
5253
+ "name": "resend",
5254
+ "description": "Resend integration for Nuxt",
5255
+ "repo": "nhedger/nuxt-resend",
5256
+ "npm": "nuxt-resend",
5257
+ "icon": "resend.svg",
5258
+ "github": "https://github.com/nhedger/nuxt-resend",
5259
+ "website": "https://github.com/nhedger/nuxt-resend",
5260
+ "learn_more": "https://resend.com",
5261
+ "category": "Extensions",
5262
+ "type": "3rd-party",
5263
+ "maintainers": [
5264
+ {
5265
+ "name": "Nicolas Hedger",
5266
+ "github": "nhedger",
5267
+ "twitter": "nicolashedger"
5268
+ }
5269
+ ],
5270
+ "compatibility": {
5271
+ "nuxt": "^3.0.0",
5272
+ "requires": {}
5273
+ }
5274
+ },
4603
5275
  {
4604
5276
  "name": "rfg-icon",
4605
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5277
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4606
5278
  "repo": "pimlie/nuxt-rfg-icon",
4607
5279
  "npm": "nuxt-rfg-icon",
4608
5280
  "icon": "real-favicon-generator.png",
@@ -4624,13 +5296,13 @@
4624
5296
  },
4625
5297
  {
4626
5298
  "name": "robots",
4627
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
5299
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
4628
5300
  "repo": "nuxt-modules/robots",
4629
5301
  "npm": "@nuxtjs/robots",
4630
5302
  "icon": "robots.png",
4631
5303
  "github": "https://github.com/nuxt-modules/robots",
4632
5304
  "website": "https://github.com/nuxt-modules/robots",
4633
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5305
+ "learn_more": "",
4634
5306
  "category": "SEO",
4635
5307
  "type": "community",
4636
5308
  "maintainers": [
@@ -4648,23 +5320,23 @@
4648
5320
  },
4649
5321
  {
4650
5322
  "name": "rollbar",
4651
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4652
- "repo": "gaelreyrol/nuxt-rollbar-module",
4653
- "npm": "nuxt-rollbar-module",
5323
+ "description": "Nuxt 3 module to integrate Rollbar.",
5324
+ "repo": "jairoblatt/nuxt-rollbar",
5325
+ "npm": "nuxt-rollbar",
4654
5326
  "icon": "rollbar.png",
4655
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4656
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5327
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5328
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4657
5329
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4658
5330
  "category": "Monitoring",
4659
5331
  "type": "3rd-party",
4660
5332
  "maintainers": [
4661
5333
  {
4662
- "name": "Gaël Reyrol",
4663
- "github": "gaelreyrol"
5334
+ "name": "Jairo Blatt",
5335
+ "github": "jairoblatt"
4664
5336
  }
4665
5337
  ],
4666
5338
  "compatibility": {
4667
- "nuxt": "^2.0.0",
5339
+ "nuxt": "^3.0.0",
4668
5340
  "requires": {}
4669
5341
  }
4670
5342
  },
@@ -4693,7 +5365,7 @@
4693
5365
  },
4694
5366
  {
4695
5367
  "name": "router",
4696
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5368
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4697
5369
  "repo": "nuxt-community/router-module",
4698
5370
  "npm": "@nuxtjs/router",
4699
5371
  "icon": "vue.png",
@@ -4741,13 +5413,13 @@
4741
5413
  },
4742
5414
  {
4743
5415
  "name": "schema-org",
4744
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4745
- "repo": "vueuse/schema-org#main/packages/nuxt",
5416
+ "description": "Quick and easy Schema.org graphs.",
5417
+ "repo": "harlan-zw/nuxt-schema-org",
4746
5418
  "npm": "nuxt-schema-org",
4747
5419
  "icon": "schema-org.svg",
4748
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4749
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4750
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5420
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5421
+ "website": "https://nuxtseo.com/schema-org",
5422
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4751
5423
  "category": "SEO",
4752
5424
  "type": "3rd-party",
4753
5425
  "maintainers": [
@@ -4810,13 +5482,13 @@
4810
5482
  },
4811
5483
  {
4812
5484
  "name": "segment",
4813
- "description": "Nuxt.js module for Segment Analytics.js",
5485
+ "description": "Nuxt module for Segment Analytics.js",
4814
5486
  "repo": "dansmaculotte/nuxt-segment",
4815
5487
  "npm": "@dansmaculotte/nuxt-segment",
4816
5488
  "icon": "segment.png",
4817
5489
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4818
5490
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4819
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5491
+ "learn_more": "",
4820
5492
  "category": "Analytics",
4821
5493
  "type": "3rd-party",
4822
5494
  "maintainers": [
@@ -4832,7 +5504,7 @@
4832
5504
  },
4833
5505
  {
4834
5506
  "name": "sentry",
4835
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5507
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4836
5508
  "repo": "nuxt-community/sentry-module",
4837
5509
  "npm": "@nuxtjs/sentry",
4838
5510
  "icon": "sentry.svg",
@@ -4853,20 +5525,22 @@
4853
5525
  }
4854
5526
  },
4855
5527
  {
4856
- "name": "seo-kit",
4857
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4858
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4859
- "npm": "nuxt-seo-kit",
4860
- "icon": "seo-kit.svg",
4861
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4862
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4863
- "learn_more": "",
5528
+ "name": "seo-experiments",
5529
+ "description": "Powerful SEO DX improvements.",
5530
+ "repo": "harlan-zw/nuxt-seo-experiments",
5531
+ "npm": "nuxt-seo-experiments",
5532
+ "icon": "seo-experiments.svg",
5533
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5534
+ "website": "https://nuxtseo.com/experiments",
5535
+ "learn_more": "https://nuxtseo.com/experiments",
4864
5536
  "category": "SEO",
4865
5537
  "type": "3rd-party",
4866
5538
  "maintainers": [
4867
5539
  {
4868
- "name": "harlan-zw",
4869
- "github": "harlan-zw"
5540
+ "name": "Harlan Wilton",
5541
+ "github": "harlan-zw",
5542
+ "twitter": "harlan_zw",
5543
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4870
5544
  }
4871
5545
  ],
4872
5546
  "compatibility": {
@@ -4897,9 +5571,31 @@
4897
5571
  "requires": {}
4898
5572
  }
4899
5573
  },
5574
+ {
5575
+ "name": "seo",
5576
+ "description": "The complete SEO solution for Nuxt.",
5577
+ "repo": "harlan-zw/nuxt-seo",
5578
+ "npm": "@nuxtjs/seo",
5579
+ "icon": "nuxt.svg",
5580
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5581
+ "website": "https://nuxtseo.com/",
5582
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5583
+ "category": "SEO",
5584
+ "type": "3rd-party",
5585
+ "maintainers": [
5586
+ {
5587
+ "name": "harlan-zw",
5588
+ "github": "harlan-zw"
5589
+ }
5590
+ ],
5591
+ "compatibility": {
5592
+ "nuxt": "^3.0.0",
5593
+ "requires": {}
5594
+ }
5595
+ },
4900
5596
  {
4901
5597
  "name": "seomatic-meta",
4902
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5598
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4903
5599
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4904
5600
  "npm": "nuxt-seomatic-meta",
4905
5601
  "icon": "seomatic.png",
@@ -4945,7 +5641,7 @@
4945
5641
  {
4946
5642
  "name": "server-block",
4947
5643
  "description": "Use <server> tags in your Nuxt pages components.",
4948
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5644
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4949
5645
  "npm": "@hebilicious/server-block-nuxt",
4950
5646
  "icon": "server-block.svg",
4951
5647
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4990,7 +5686,7 @@
4990
5686
  },
4991
5687
  {
4992
5688
  "name": "shopify",
4993
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5689
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4994
5690
  "repo": "Gomah/nuxt-shopify",
4995
5691
  "npm": "nuxt-shopify",
4996
5692
  "icon": "shopify.png",
@@ -5011,7 +5707,7 @@
5011
5707
  }
5012
5708
  },
5013
5709
  {
5014
- "name": "nuxt-auth",
5710
+ "name": "sidebase-auth",
5015
5711
  "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.",
5016
5712
  "repo": "sidebase/nuxt-auth",
5017
5713
  "npm": "@sidebase/nuxt-auth",
@@ -5057,13 +5753,13 @@
5057
5753
  },
5058
5754
  {
5059
5755
  "name": "simple-robots",
5060
- "description": "Simply manage the robots crawling your Nuxt app.",
5756
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5061
5757
  "repo": "harlan-zw/nuxt-simple-robots",
5062
5758
  "npm": "nuxt-simple-robots",
5063
- "icon": "",
5759
+ "icon": "simple-robots.svg",
5064
5760
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5065
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
5066
- "learn_more": "",
5761
+ "website": "https://nuxtseo.com/robots",
5762
+ "learn_more": "https://nuxtseo.com/robots",
5067
5763
  "category": "SEO",
5068
5764
  "type": "3rd-party",
5069
5765
  "maintainers": [
@@ -5080,41 +5776,23 @@
5080
5776
  }
5081
5777
  },
5082
5778
  {
5083
- "name": "simple-sitemap",
5084
- "description": "Simple, minimal sitemap.xml generation.",
5085
- "repo": "harlan-zw/nuxt-simple-sitemap",
5086
- "npm": "nuxt-simple-sitemap",
5087
- "icon": "",
5088
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5089
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5090
- "learn_more": "",
5779
+ "name": "sitemap",
5780
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5781
+ "repo": "nuxt-modules/sitemap",
5782
+ "npm": "@nuxtjs/sitemap",
5783
+ "icon": "simple-sitemap.svg",
5784
+ "github": "https://github.com/nuxt-modules/sitemap",
5785
+ "website": "https://nuxtseo.com/",
5786
+ "learn_more": "https://nuxtseo.com/sitemap",
5091
5787
  "category": "SEO",
5092
- "type": "3rd-party",
5788
+ "type": "community",
5093
5789
  "maintainers": [
5094
5790
  {
5095
5791
  "name": "Harlan Wilton",
5096
5792
  "github": "harlan-zw",
5097
5793
  "twitter": "harlan_zw",
5098
5794
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5099
- }
5100
- ],
5101
- "compatibility": {
5102
- "nuxt": "^3.0.0",
5103
- "requires": {}
5104
- }
5105
- },
5106
- {
5107
- "name": "sitemap",
5108
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5109
- "repo": "nuxt-community/sitemap-module#dev",
5110
- "npm": "@nuxtjs/sitemap",
5111
- "icon": "",
5112
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5113
- "website": "https://sitemap.nuxtjs.org",
5114
- "learn_more": "",
5115
- "category": "SEO",
5116
- "type": "community",
5117
- "maintainers": [
5795
+ },
5118
5796
  {
5119
5797
  "name": "Nicolas PENNEC",
5120
5798
  "github": "NicoPennec",
@@ -5122,7 +5800,7 @@
5122
5800
  }
5123
5801
  ],
5124
5802
  "compatibility": {
5125
- "nuxt": "^2.0.0",
5803
+ "nuxt": "^3.0.0",
5126
5804
  "requires": {}
5127
5805
  }
5128
5806
  },
@@ -5150,7 +5828,7 @@
5150
5828
  },
5151
5829
  {
5152
5830
  "name": "snipcart",
5153
- "description": "Snipcart integration module for Nuxt.js",
5831
+ "description": "Snipcart integration module for Nuxt",
5154
5832
  "repo": "nuxt-modules/snipcart",
5155
5833
  "npm": "@nuxtjs/snipcart",
5156
5834
  "icon": "snipcart.png",
@@ -5173,7 +5851,7 @@
5173
5851
  },
5174
5852
  {
5175
5853
  "name": "social-meta",
5176
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5854
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5177
5855
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5178
5856
  "npm": "nuxt-social-meta",
5179
5857
  "icon": "",
@@ -5295,7 +5973,7 @@
5295
5973
  },
5296
5974
  {
5297
5975
  "name": "storage",
5298
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5976
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5299
5977
  "repo": "mazipan/nuxt-storage",
5300
5978
  "npm": "nuxt-storage",
5301
5979
  "icon": "",
@@ -5317,7 +5995,7 @@
5317
5995
  },
5318
5996
  {
5319
5997
  "name": "storefront-ui",
5320
- "description": "Storefront UI Module for Nuxt.js",
5998
+ "description": "Storefront UI Module for Nuxt",
5321
5999
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5322
6000
  "npm": "@storefront-ui/nuxt",
5323
6001
  "icon": "storefront-ui.svg",
@@ -5361,8 +6039,8 @@
5361
6039
  },
5362
6040
  {
5363
6041
  "name": "storyblok",
5364
- "description": "Storyblok Nuxt.js module",
5365
- "repo": "storyblok/storyblok-nuxt#master/lib",
6042
+ "description": "Storyblok Nuxt module",
6043
+ "repo": "storyblok/storyblok-nuxt#main",
5366
6044
  "npm": "@storyblok/nuxt",
5367
6045
  "icon": "storyblok.png",
5368
6046
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5378,37 +6056,34 @@
5378
6056
  ],
5379
6057
  "compatibility": {
5380
6058
  "nuxt": "^2.0.0 || ^3.0.0",
5381
- "requires": {}
6059
+ "requires": {},
6060
+ "devtools": "^0.0.0"
5382
6061
  }
5383
6062
  },
5384
6063
  {
5385
6064
  "name": "storybook",
5386
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5387
- "repo": "nuxt-community/storybook",
6065
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6066
+ "repo": "nuxt-modules/storybook",
5388
6067
  "npm": "@nuxtjs/storybook",
5389
6068
  "icon": "storybook.png",
5390
- "github": "https://github.com/nuxt-community/storybook",
6069
+ "github": "https://github.com/nuxt-modules/storybook",
5391
6070
  "website": "https://storybook.nuxtjs.org",
5392
- "learn_more": "https://storybook.js.org/",
6071
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5393
6072
  "category": "Devtools",
5394
6073
  "type": "community",
5395
6074
  "maintainers": [
5396
6075
  {
5397
- "name": "Ahad Birang",
5398
- "github": "farnabaz",
5399
- "twitter": "a_birang"
5400
- },
5401
- {
5402
- "name": "Pooya Parsa",
5403
- "github": "pi0",
5404
- "twitter": "_pi0_"
6076
+ "name": "Chakir QATAB",
6077
+ "github": "chakAs3",
6078
+ "twitter": "ChakirQatab"
5405
6079
  }
5406
6080
  ],
5407
6081
  "compatibility": {
5408
- "nuxt": "^2.0.0",
6082
+ "nuxt": "^2.0.0 || ^3.0.0",
5409
6083
  "requires": {
5410
6084
  "bridge": "optional"
5411
- }
6085
+ },
6086
+ "devtools": "^0.7.2"
5412
6087
  }
5413
6088
  },
5414
6089
  {
@@ -5438,7 +6113,8 @@
5438
6113
  "nuxt": "^2.0.0 || ^3.0.0",
5439
6114
  "requires": {
5440
6115
  "bridge": true
5441
- }
6116
+ },
6117
+ "devtools": "^0.0.0"
5442
6118
  }
5443
6119
  },
5444
6120
  {
@@ -5489,6 +6165,36 @@
5489
6165
  "requires": {}
5490
6166
  }
5491
6167
  },
6168
+ {
6169
+ "name": "studio",
6170
+ "description": "A new experience to build content-driven website with Nuxt.",
6171
+ "repo": "nuxtlabs/studio-module",
6172
+ "npm": "@nuxthq/studio",
6173
+ "icon": "studio.svg",
6174
+ "github": "https://github.com/nuxtlabs/studio-module",
6175
+ "website": "https://nuxt.studio",
6176
+ "learn_more": "https://nuxt.studio",
6177
+ "category": "CMS",
6178
+ "type": "3rd-party",
6179
+ "maintainers": [
6180
+ {
6181
+ "name": "Ahad Birang",
6182
+ "github": "farnabaz",
6183
+ "twitter": "a_birang"
6184
+ },
6185
+ {
6186
+ "name": "Sébastien Chopin",
6187
+ "github": "Atinux",
6188
+ "twitter": "Atinux"
6189
+ }
6190
+ ],
6191
+ "compatibility": {
6192
+ "nuxt": "^3.0.0",
6193
+ "requires": {
6194
+ "content": true
6195
+ }
6196
+ }
6197
+ },
5492
6198
  {
5493
6199
  "name": "style-resources",
5494
6200
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5514,7 +6220,7 @@
5514
6220
  },
5515
6221
  {
5516
6222
  "name": "stylelint",
5517
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6223
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5518
6224
  "repo": "nuxt-community/stylelint-module",
5519
6225
  "npm": "@nuxtjs/stylelint-module",
5520
6226
  "icon": "stylelint.png",
@@ -5614,12 +6320,12 @@
5614
6320
  },
5615
6321
  {
5616
6322
  "name": "svg-sprite",
5617
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5618
- "repo": "nuxt-community/svg-sprite-module",
6323
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6324
+ "repo": "nuxt-modules/svg-sprite",
5619
6325
  "npm": "@nuxtjs/svg-sprite",
5620
6326
  "icon": "",
5621
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5622
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6327
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6328
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5623
6329
  "learn_more": "",
5624
6330
  "category": "UI",
5625
6331
  "type": "community",
@@ -5631,13 +6337,13 @@
5631
6337
  }
5632
6338
  ],
5633
6339
  "compatibility": {
5634
- "nuxt": "^2.0.0",
6340
+ "nuxt": "^2.0.0 || ^3.0.0",
5635
6341
  "requires": {}
5636
6342
  }
5637
6343
  },
5638
6344
  {
5639
6345
  "name": "svg",
5640
- "description": "Super simple svg loading module for Nuxt.js",
6346
+ "description": "Super simple svg loading module for Nuxt",
5641
6347
  "repo": "nuxt-community/svg-module",
5642
6348
  "npm": "@nuxtjs/svg",
5643
6349
  "icon": "",
@@ -5681,7 +6387,7 @@
5681
6387
  },
5682
6388
  {
5683
6389
  "name": "swiper",
5684
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6390
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5685
6391
  "repo": "cpreston321/nuxt-swiper",
5686
6392
  "npm": "nuxt-swiper",
5687
6393
  "icon": "swiper.svg",
@@ -5727,10 +6433,10 @@
5727
6433
  {
5728
6434
  "name": "tailwindcss",
5729
6435
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5730
- "repo": "nuxt-modules/tailwindcss-module",
6436
+ "repo": "nuxt-modules/tailwindcss",
5731
6437
  "npm": "@nuxtjs/tailwindcss",
5732
6438
  "icon": "tailwindcss.png",
5733
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6439
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5734
6440
  "website": "https://tailwindcss.nuxtjs.org",
5735
6441
  "learn_more": "https://tailwindcss.com/",
5736
6442
  "category": "UI",
@@ -5748,7 +6454,8 @@
5748
6454
  ],
5749
6455
  "compatibility": {
5750
6456
  "nuxt": "^2.0.0 || ^3.0.0",
5751
- "requires": {}
6457
+ "requires": {},
6458
+ "devtools": "^0.0.0"
5752
6459
  }
5753
6460
  },
5754
6461
  {
@@ -5796,9 +6503,31 @@
5796
6503
  "requires": {}
5797
6504
  }
5798
6505
  },
6506
+ {
6507
+ "name": "tiptap",
6508
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6509
+ "repo": "modbender/nuxt-tiptap-editor",
6510
+ "npm": "nuxt-tiptap-editor",
6511
+ "icon": "tiptap.png",
6512
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6513
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6514
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6515
+ "category": "Libraries",
6516
+ "type": "3rd-party",
6517
+ "maintainers": [
6518
+ {
6519
+ "name": "modbender",
6520
+ "github": "modbender"
6521
+ }
6522
+ ],
6523
+ "compatibility": {
6524
+ "nuxt": "^3.0.0",
6525
+ "requires": {}
6526
+ }
6527
+ },
5799
6528
  {
5800
6529
  "name": "toast",
5801
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6530
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5802
6531
  "repo": "nuxt-community/modules#master/packages/toast",
5803
6532
  "npm": "@nuxtjs/toast",
5804
6533
  "icon": "",
@@ -5819,6 +6548,28 @@
5819
6548
  "requires": {}
5820
6549
  }
5821
6550
  },
6551
+ {
6552
+ "name": "translation-manager",
6553
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6554
+ "repo": "samk-dev/nuxt-translation-manager",
6555
+ "npm": "nuxt-translation-manager",
6556
+ "icon": "translation-manager.png",
6557
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6558
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6559
+ "learn_more": "",
6560
+ "category": "Extensions",
6561
+ "type": "3rd-party",
6562
+ "maintainers": [
6563
+ {
6564
+ "name": "Sam K",
6565
+ "github": "samk-dev"
6566
+ }
6567
+ ],
6568
+ "compatibility": {
6569
+ "nuxt": "^3.0.0",
6570
+ "requires": {}
6571
+ }
6572
+ },
5822
6573
  {
5823
6574
  "name": "tresjs",
5824
6575
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5879,7 +6630,7 @@
5879
6630
  },
5880
6631
  {
5881
6632
  "name": "twa",
5882
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6633
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5883
6634
  "repo": "tuarrep/nuxt-twa",
5884
6635
  "npm": "nuxt-twa",
5885
6636
  "icon": "",
@@ -6067,6 +6818,63 @@
6067
6818
  "requires": {}
6068
6819
  }
6069
6820
  },
6821
+ {
6822
+ "name": "typo3",
6823
+ "description": "TYPO3 Headless Frontend Rendering module",
6824
+ "repo": "TYPO3-Headless/nuxt-typo3",
6825
+ "npm": "@t3headless/nuxt-typo3",
6826
+ "icon": "typo3.svg",
6827
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6828
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6829
+ "learn_more": "https://github.com/TYPO3-Headless",
6830
+ "category": "CMS",
6831
+ "type": "3rd-party",
6832
+ "maintainers": [
6833
+ {
6834
+ "name": "Macopedia",
6835
+ "github": "macopedia",
6836
+ "twitter": "macopediapl"
6837
+ }
6838
+ ],
6839
+ "compatibility": {
6840
+ "nuxt": "^2.0.0 || ^3.0.0",
6841
+ "requires": {},
6842
+ "devtools": "^0.0.0"
6843
+ }
6844
+ },
6845
+ {
6846
+ "name": "ui",
6847
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6848
+ "repo": "nuxt/ui#dev",
6849
+ "npm": "@nuxt/ui",
6850
+ "icon": "nuxt.svg",
6851
+ "github": "https://github.com/nuxt/ui",
6852
+ "website": "https://ui.nuxt.com",
6853
+ "learn_more": "",
6854
+ "category": "UI",
6855
+ "type": "official",
6856
+ "maintainers": [
6857
+ {
6858
+ "name": "Benjamin Canac",
6859
+ "github": "benjamincanac",
6860
+ "twitter": "benjamincanac"
6861
+ },
6862
+ {
6863
+ "name": "Sebastien Chopin",
6864
+ "github": "Atinux",
6865
+ "twitter": "Atinux"
6866
+ },
6867
+ {
6868
+ "name": "Sylvain Marroufin",
6869
+ "github": "smarroufin",
6870
+ "twitter": "smarroufin"
6871
+ }
6872
+ ],
6873
+ "compatibility": {
6874
+ "nuxt": "^3.0.0",
6875
+ "requires": {}
6876
+ }
6877
+ },
6070
6878
  {
6071
6879
  "name": "umami",
6072
6880
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6091,31 +6899,9 @@
6091
6899
  }
6092
6900
  }
6093
6901
  },
6094
- {
6095
- "name": "unhead",
6096
- "description": "Experimental features for Nuxt SEO / head management.",
6097
- "repo": "harlan-zw/nuxt-seo-experiments",
6098
- "npm": "nuxt-seo-experiments",
6099
- "icon": "",
6100
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6101
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6102
- "learn_more": "",
6103
- "category": "SEO",
6104
- "type": "3rd-party",
6105
- "maintainers": [
6106
- {
6107
- "name": "harlan-zw",
6108
- "github": "harlan-zw"
6109
- }
6110
- ],
6111
- "compatibility": {
6112
- "nuxt": "^3.0.0",
6113
- "requires": {}
6114
- }
6115
- },
6116
6902
  {
6117
6903
  "name": "universal-storage",
6118
- "description": "Universal Storage Utilities for Nuxt.js",
6904
+ "description": "Universal Storage Utilities for Nuxt",
6119
6905
  "repo": "nuxt-community/universal-storage-module",
6120
6906
  "npm": "@nuxtjs/universal-storage",
6121
6907
  "icon": "",
@@ -6144,7 +6930,7 @@
6144
6930
  {
6145
6931
  "name": "unlazy",
6146
6932
  "description": "Lazy loading library for placeholder images",
6147
- "repo": "johannschopplich/unlazy/packages/nuxt",
6933
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6148
6934
  "npm": "@unlazy/nuxt",
6149
6935
  "icon": "unlazy.svg",
6150
6936
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6192,12 +6978,12 @@
6192
6978
  {
6193
6979
  "name": "unocss",
6194
6980
  "description": "The instant on-demand atomic CSS engine.",
6195
- "repo": "antfu/unocss#main/packages/nuxt",
6981
+ "repo": "unocss/unocss#main/packages/nuxt",
6196
6982
  "npm": "@unocss/nuxt",
6197
6983
  "icon": "unocss.svg",
6198
- "github": "https://github.com/antfu/unocss",
6199
- "website": "https://github.com/antfu/unocss",
6200
- "learn_more": "https://github.com/antfu/unocss",
6984
+ "github": "https://github.com/unocss/unocss",
6985
+ "website": "https://github.com/unocss/unocss",
6986
+ "learn_more": "https://github.com/unocss/unocss",
6201
6987
  "category": "UI",
6202
6988
  "type": "3rd-party",
6203
6989
  "maintainers": [
@@ -6212,7 +6998,8 @@
6212
6998
  "nuxt": "^2.0.0 || ^3.0.0",
6213
6999
  "requires": {
6214
7000
  "bridge": "optional"
6215
- }
7001
+ },
7002
+ "devtools": "^0.0.0"
6216
7003
  }
6217
7004
  },
6218
7005
  {
@@ -6264,7 +7051,7 @@
6264
7051
  },
6265
7052
  {
6266
7053
  "name": "user-agent",
6267
- "description": "Nuxt.js module for handling User-Agent.",
7054
+ "description": "Nuxt module for handling User-Agent.",
6268
7055
  "repo": "fukuiretu/nuxt-user-agent",
6269
7056
  "npm": "nuxt-user-agent",
6270
7057
  "icon": "",
@@ -6292,7 +7079,7 @@
6292
7079
  "icon": "vee-validate.png",
6293
7080
  "github": "https://github.com/lewyuburi/nuxt-validate",
6294
7081
  "website": "https://github.com/lewyuburi/nuxt-validate",
6295
- "learn_more": "https://logaretm.github.io/vee-validate/",
7082
+ "learn_more": "",
6296
7083
  "category": "Libraries",
6297
7084
  "type": "3rd-party",
6298
7085
  "maintainers": [
@@ -6378,7 +7165,7 @@
6378
7165
  },
6379
7166
  {
6380
7167
  "name": "vee-validate",
6381
- "description": "Painless Vue forms for Nuxt.js",
7168
+ "description": "Painless Vue forms for Nuxt",
6382
7169
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6383
7170
  "npm": "@vee-validate/nuxt",
6384
7171
  "icon": "vee-validate.png",
@@ -6468,7 +7255,7 @@
6468
7255
  },
6469
7256
  {
6470
7257
  "name": "vite-pwa-nuxt",
6471
- "description": "Zero-config PWA Plugin for Nuxt 3",
7258
+ "description": "Zero-config PWA Plugin for Nuxt",
6472
7259
  "repo": "vite-pwa/nuxt",
6473
7260
  "npm": "@vite-pwa/nuxt",
6474
7261
  "icon": "vite-pwa-nuxt.svg",
@@ -6517,18 +7304,19 @@
6517
7304
  ],
6518
7305
  "compatibility": {
6519
7306
  "nuxt": "^3.0.0",
6520
- "requires": {}
7307
+ "requires": {},
7308
+ "devtools": "^0.0.0"
6521
7309
  }
6522
7310
  },
6523
7311
  {
6524
7312
  "name": "vue-email",
6525
- "description": "Write email templates with vue",
6526
- "repo": "Dave136/vue-email#main/packages/vue-email",
6527
- "npm": "vue-email",
7313
+ "description": "💌 Write email templates with vue",
7314
+ "repo": "vue-email/nuxt",
7315
+ "npm": "@vue-email/nuxt",
6528
7316
  "icon": "vue-email.svg",
6529
- "github": "https://github.com/Dave136/vue-email",
6530
- "website": "https://vue-email.vercel.app/",
6531
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7317
+ "github": "https://github.com/vue-email/nuxt",
7318
+ "website": "https://vuemail.net/",
7319
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6532
7320
  "category": "UI",
6533
7321
  "type": "3rd-party",
6534
7322
  "maintainers": [
@@ -6545,6 +7333,30 @@
6545
7333
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6546
7334
  }
6547
7335
  ],
7336
+ "compatibility": {
7337
+ "nuxt": "^3.0.0",
7338
+ "requires": {},
7339
+ "devtools": "^0.0.0"
7340
+ }
7341
+ },
7342
+ {
7343
+ "name": "vue-final-modal",
7344
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7345
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7346
+ "npm": "@vue-final-modal/nuxt",
7347
+ "icon": "vue-final-modal.svg",
7348
+ "github": "https://github.com/vue-final/vue-final-modal",
7349
+ "website": "https://vue-final-modal.org/",
7350
+ "learn_more": "https://vue-final-modal.org/",
7351
+ "category": "UI",
7352
+ "type": "3rd-party",
7353
+ "maintainers": [
7354
+ {
7355
+ "name": "Hunter Liu",
7356
+ "github": "hunterliu1003",
7357
+ "twitter": "hunterliu1003"
7358
+ }
7359
+ ],
6548
7360
  "compatibility": {
6549
7361
  "nuxt": "^3.0.0",
6550
7362
  "requires": {}
@@ -6572,7 +7384,8 @@
6572
7384
  "nuxt": "^3.0.0",
6573
7385
  "requires": {
6574
7386
  "bridge": "optional"
6575
- }
7387
+ },
7388
+ "devtools": "^0.0.0"
6576
7389
  }
6577
7390
  },
6578
7391
  {
@@ -6599,7 +7412,7 @@
6599
7412
  },
6600
7413
  {
6601
7414
  "name": "vue-multiselect",
6602
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7415
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6603
7416
  "repo": "spektrummedia/nuxt-vue-multiselect",
6604
7417
  "npm": "nuxt-vue-multiselect",
6605
7418
  "icon": "",
@@ -6644,7 +7457,7 @@
6644
7457
  {
6645
7458
  "name": "vue-query",
6646
7459
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6647
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7460
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6648
7461
  "npm": "@hebilicious/vue-query-nuxt",
6649
7462
  "icon": "vue-query.svg",
6650
7463
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6713,7 +7526,7 @@
6713
7526
  },
6714
7527
  {
6715
7528
  "name": "vue-warehouse",
6716
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7529
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6717
7530
  "repo": "juliomrqz/vue-warehouse",
6718
7531
  "npm": "vue-warehouse",
6719
7532
  "icon": "",
@@ -6736,12 +7549,12 @@
6736
7549
  },
6737
7550
  {
6738
7551
  "name": "vue3-carousel-nuxt",
6739
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7552
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6740
7553
  "repo": "gaetansenn/vue3-carousel-nuxt",
6741
7554
  "npm": "vue3-carousel-nuxt",
6742
7555
  "icon": "",
6743
7556
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6744
- "website": "",
7557
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6745
7558
  "learn_more": "",
6746
7559
  "category": "UI",
6747
7560
  "type": "3rd-party",
@@ -6760,7 +7573,7 @@
6760
7573
  {
6761
7574
  "name": "vuefire",
6762
7575
  "description": "Idiomatic composables for the Firebase SDK",
6763
- "repo": "vuejs/vuefire/packages/nuxt",
7576
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6764
7577
  "npm": "nuxt-vuefire",
6765
7578
  "icon": "vuefire.svg",
6766
7579
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6779,15 +7592,61 @@
6779
7592
  "requires": {}
6780
7593
  }
6781
7594
  },
7595
+ {
7596
+ "name": "vueform-builder",
7597
+ "description": "Official Vueform Builder module for Nuxt",
7598
+ "repo": "vueform/builder#main/nuxt",
7599
+ "npm": "@vueform/builder-nuxt",
7600
+ "icon": "vueform.svg",
7601
+ "github": "https://github.com/vueform/builder",
7602
+ "website": "https://builder.vueform.com",
7603
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7604
+ "category": "Libraries",
7605
+ "type": "3rd-party",
7606
+ "maintainers": [
7607
+ {
7608
+ "name": "Adam Berecz",
7609
+ "github": "adamberecz",
7610
+ "twitter": "bereczadam"
7611
+ }
7612
+ ],
7613
+ "compatibility": {
7614
+ "nuxt": "^3.0.0",
7615
+ "requires": {}
7616
+ }
7617
+ },
7618
+ {
7619
+ "name": "vueform",
7620
+ "description": "Official Vueform module for Nuxt",
7621
+ "repo": "vueform/vueform#main/nuxt",
7622
+ "npm": "@vueform/nuxt",
7623
+ "icon": "vueform.svg",
7624
+ "github": "https://github.com/vueform/vueform",
7625
+ "website": "https://vueform.com",
7626
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7627
+ "category": "Libraries",
7628
+ "type": "3rd-party",
7629
+ "maintainers": [
7630
+ {
7631
+ "name": "Adam Berecz",
7632
+ "github": "adamberecz",
7633
+ "twitter": "bereczadam"
7634
+ }
7635
+ ],
7636
+ "compatibility": {
7637
+ "nuxt": "^3.0.0",
7638
+ "requires": {}
7639
+ }
7640
+ },
6782
7641
  {
6783
7642
  "name": "vuestic",
6784
- "description": "Vuestic UI module for Nuxt 3",
7643
+ "description": "Vuestic UI module for Nuxt",
6785
7644
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6786
7645
  "npm": "@vuestic/nuxt",
6787
7646
  "icon": "vuestic.png",
6788
7647
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6789
- "website": "https://vuestic.dev",
6790
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7648
+ "website": "https://ui.vuestic.dev",
7649
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6791
7650
  "category": "UI",
6792
7651
  "type": "3rd-party",
6793
7652
  "maintainers": [
@@ -6808,8 +7667,8 @@
6808
7667
  "npm": "vuetify-nuxt-module",
6809
7668
  "icon": "vuetify-logo-v3-dark.svg",
6810
7669
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6811
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6812
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7670
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7671
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6813
7672
  "category": "UI",
6814
7673
  "type": "3rd-party",
6815
7674
  "maintainers": [
@@ -6825,7 +7684,7 @@
6825
7684
  },
6826
7685
  {
6827
7686
  "name": "vuetify",
6828
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7687
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6829
7688
  "repo": "nuxt-community/vuetify-module",
6830
7689
  "npm": "@nuxtjs/vuetify",
6831
7690
  "icon": "vuetify.png",
@@ -6872,7 +7731,8 @@
6872
7731
  "nuxt": "^2.0.0 || ^3.0.0",
6873
7732
  "requires": {
6874
7733
  "bridge": "optional"
6875
- }
7734
+ },
7735
+ "devtools": "^0.0.0"
6876
7736
  }
6877
7737
  },
6878
7738
  {
@@ -6899,7 +7759,7 @@
6899
7759
  },
6900
7760
  {
6901
7761
  "name": "vunix",
6902
- "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.",
7762
+ "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.",
6903
7763
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6904
7764
  "npm": "@vunix/nuxt",
6905
7765
  "icon": "",
@@ -6978,7 +7838,7 @@
6978
7838
  },
6979
7839
  {
6980
7840
  "name": "webpack-optimisations",
6981
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7841
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6982
7842
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6983
7843
  "npm": "nuxt-webpack-optimisations",
6984
7844
  "icon": "build-optimisations.svg",
@@ -7053,7 +7913,7 @@
7053
7913
  "icon": "webpack.png",
7054
7914
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7055
7915
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7056
- "learn_more": "http://webpackmonitor.com/",
7916
+ "learn_more": "",
7057
7917
  "category": "Devtools",
7058
7918
  "type": "community",
7059
7919
  "maintainers": [
@@ -7070,7 +7930,7 @@
7070
7930
  },
7071
7931
  {
7072
7932
  "name": "well-known",
7073
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7933
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7074
7934
  "repo": "zadigetvoltaire/nuxt-well-known",
7075
7935
  "npm": "@zadigetvoltaire/nuxt-well-known",
7076
7936
  "icon": "well-known.svg",
@@ -7092,7 +7952,7 @@
7092
7952
  },
7093
7953
  {
7094
7954
  "name": "wideangle",
7095
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7955
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7096
7956
  "repo": "inputobjects/wideangle-nuxt",
7097
7957
  "npm": "wideangle-nuxt",
7098
7958
  "icon": "wideangle.png",
@@ -7119,11 +7979,11 @@
7119
7979
  {
7120
7980
  "name": "windicss",
7121
7981
  "description": "Next generation utility-first CSS framework.",
7122
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7982
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7123
7983
  "npm": "nuxt-windicss",
7124
7984
  "icon": "windicss.svg",
7125
- "github": "https://github.com/windicss/nuxt-windicss-module",
7126
- "website": "https://github.com/windicss/nuxt-windicss-module",
7985
+ "github": "https://github.com/windicss/nuxt-windicss",
7986
+ "website": "https://github.com/windicss/nuxt-windicss",
7127
7987
  "learn_more": "https://windicss.org/",
7128
7988
  "category": "UI",
7129
7989
  "type": "3rd-party",
@@ -7261,7 +8121,7 @@
7261
8121
  },
7262
8122
  {
7263
8123
  "name": "zendesk",
7264
- "description": "Nuxt.js module for Zendesk",
8124
+ "description": "Nuxt module for Zendesk",
7265
8125
  "repo": "DansMaCulotte/nuxt-zendesk",
7266
8126
  "npm": "@dansmaculotte/nuxt-zendesk",
7267
8127
  "icon": "zendesk.png",