@nuxt/modules 0.6.0-fb671e → 0.6.0-fc857e

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 +1343 -486
  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,11 +869,11 @@
780
869
  },
781
870
  {
782
871
  "name": "cloudinary",
783
- "description": "Optimize images and videos in your Nuxt.js application",
784
- "repo": "nuxt-community/cloudinary-module",
872
+ "description": "Optimize images and videos in your Nuxt application",
873
+ "repo": "nuxt-modules/cloudinary",
785
874
  "npm": "@nuxtjs/cloudinary",
786
875
  "icon": "cloudinary.png",
787
- "github": "https://github.com/nuxt-community/cloudinary-module",
876
+ "github": "https://github.com/nuxt-modules/cloudinary",
788
877
  "website": "https://cloudinary.nuxtjs.org",
789
878
  "learn_more": "https://cloudinary.com",
790
879
  "category": "Images",
@@ -803,11 +892,11 @@
803
892
  },
804
893
  {
805
894
  "name": "color-mode",
806
- "description": "Dark and Light mode for NuxtJS with auto detection",
807
- "repo": "nuxt-community/color-mode-module",
895
+ "description": "Dark and Light mode for Nuxt with auto detection",
896
+ "repo": "nuxt-modules/color-mode",
808
897
  "npm": "@nuxtjs/color-mode",
809
898
  "icon": "color-mode.png",
810
- "github": "https://github.com/nuxt-community/color-mode-module",
899
+ "github": "https://github.com/nuxt-modules/color-mode",
811
900
  "website": "https://color-mode.nuxtjs.org",
812
901
  "learn_more": "",
813
902
  "category": "UI",
@@ -1024,7 +1113,7 @@
1024
1113
  },
1025
1114
  {
1026
1115
  "name": "darkmode.js",
1027
- "description": "Add darkmode / nightmode to your Nuxt.js project in a few seconds",
1116
+ "description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
1028
1117
  "repo": "sandoche/nuxtjs-darkmode-js-module#main",
1029
1118
  "npm": "nuxtjs-darkmode-js-module",
1030
1119
  "icon": "darkmode.png",
@@ -1046,7 +1135,7 @@
1046
1135
  },
1047
1136
  {
1048
1137
  "name": "date-fns",
1049
- "description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
1138
+ "description": "Modern JavaScript date utility library - date-fns for Nuxt",
1050
1139
  "repo": "nuxt-community/date-fns-module",
1051
1140
  "npm": "@nuxtjs/date-fns",
1052
1141
  "icon": "date-fns.png",
@@ -1068,7 +1157,7 @@
1068
1157
  },
1069
1158
  {
1070
1159
  "name": "datocms-nuxt2",
1071
- "description": "DatoCMS integration for Nuxt.js v2",
1160
+ "description": "DatoCMS integration for Nuxt v2",
1072
1161
  "repo": "voorhoede/nuxt-datocms-module",
1073
1162
  "npm": "@voorhoede/nuxt-datocms-module",
1074
1163
  "icon": "datocms.svg",
@@ -1137,8 +1226,8 @@
1137
1226
  },
1138
1227
  {
1139
1228
  "name": "delay-hydration",
1140
- "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1141
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1229
+ "description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
1230
+ "repo": "harlan-zw/nuxt-delay-hydration",
1142
1231
  "npm": "nuxt-delay-hydration",
1143
1232
  "icon": "lighthouse.svg",
1144
1233
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1160,12 +1249,12 @@
1160
1249
  },
1161
1250
  {
1162
1251
  "name": "device",
1163
- "description": "Device detection module for Nuxt.js",
1164
- "repo": "nuxt-community/device-module",
1252
+ "description": "Device detection module for Nuxt",
1253
+ "repo": "nuxt-modules/device",
1165
1254
  "npm": "@nuxtjs/device",
1166
1255
  "icon": "",
1167
- "github": "https://github.com/nuxt-community/device-module",
1168
- "website": "https://github.com/nuxt-community/device-module",
1256
+ "github": "https://github.com/nuxt-modules/device",
1257
+ "website": "https://github.com/nuxt-modules/device",
1169
1258
  "learn_more": "",
1170
1259
  "category": "Extensions",
1171
1260
  "type": "community",
@@ -1205,13 +1294,13 @@
1205
1294
  },
1206
1295
  {
1207
1296
  "name": "directus",
1208
- "description": "Easily connect your Nuxt3 application to your directus server.",
1297
+ "description": "Easily connect your Nuxt application to your directus server.",
1209
1298
  "repo": "intevel/nuxt-directus",
1210
1299
  "npm": "nuxt-directus",
1211
1300
  "icon": "directus.svg",
1212
- "github": "https://github.com/directus/nuxt-directus/",
1213
- "website": "https://nuxt-directus.netlify.app/",
1214
- "learn_more": "https://nuxt-directus.netlify.app/",
1301
+ "github": "https://github.com/intevel/nuxt-directus/",
1302
+ "website": "https://nuxt-directus.site/",
1303
+ "learn_more": "https://nuxt-directus.site/",
1215
1304
  "category": "CMS",
1216
1305
  "type": "3rd-party",
1217
1306
  "maintainers": [
@@ -1222,15 +1311,14 @@
1222
1311
  }
1223
1312
  ],
1224
1313
  "compatibility": {
1225
- "nuxt": "^2.0.0 || ^3.0.0",
1226
- "requires": {
1227
- "bridge": true
1228
- }
1314
+ "nuxt": "^3.0.0",
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1229
1317
  }
1230
1318
  },
1231
1319
  {
1232
1320
  "name": "disqus",
1233
- "description": "Disqus for Nuxt 3",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1234
1322
  "repo": "modbender/nuxt-disqus",
1235
1323
  "npm": "nuxt-disqus",
1236
1324
  "icon": "disqus.svg",
@@ -1250,9 +1338,31 @@
1250
1338
  "requires": {}
1251
1339
  }
1252
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
+ },
1253
1363
  {
1254
1364
  "name": "dotenv",
1255
- "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",
1256
1366
  "repo": "nuxt-community/dotenv-module",
1257
1367
  "npm": "@nuxtjs/dotenv",
1258
1368
  "icon": "dotenv.png",
@@ -1274,13 +1384,13 @@
1274
1384
  },
1275
1385
  {
1276
1386
  "name": "drupal-ce",
1277
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1278
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1279
1389
  "npm": "nuxtjs-drupal-ce",
1280
1390
  "icon": "drupal-ce.png",
1281
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1282
- "website": "https://stack.lupus.digital",
1283
- "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",
1284
1394
  "category": "CMS",
1285
1395
  "type": "3rd-party",
1286
1396
  "maintainers": [
@@ -1295,19 +1405,19 @@
1295
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1296
1406
  },
1297
1407
  {
1298
- "name": "David Licen",
1299
- "github": "davision",
1300
- "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"
1301
1411
  }
1302
1412
  ],
1303
1413
  "compatibility": {
1304
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1305
1415
  "requires": {}
1306
1416
  }
1307
1417
  },
1308
1418
  {
1309
1419
  "name": "druxt",
1310
- "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.",
1311
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1312
1422
  "npm": "druxt",
1313
1423
  "icon": "druxt.svg",
@@ -1327,6 +1437,29 @@
1327
1437
  "requires": {}
1328
1438
  }
1329
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
+ },
1330
1463
  {
1331
1464
  "name": "electron",
1332
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1375,7 +1508,7 @@
1375
1508
  },
1376
1509
  {
1377
1510
  "name": "emotion",
1378
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1379
1512
  "repo": "nuxt-modules/emotion",
1380
1513
  "npm": "@nuxtjs/emotion",
1381
1514
  "icon": "emotion.png",
@@ -1403,7 +1536,7 @@
1403
1536
  },
1404
1537
  {
1405
1538
  "name": "eslint",
1406
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1407
1540
  "repo": "nuxt-community/eslint-module",
1408
1541
  "npm": "@nuxtjs/eslint-module",
1409
1542
  "icon": "eslint.png",
@@ -1425,7 +1558,7 @@
1425
1558
  },
1426
1559
  {
1427
1560
  "name": "event-trace",
1428
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1429
1562
  "repo": "nuxt-community/nuxt-event-trace",
1430
1563
  "npm": "nuxt-event-trace",
1431
1564
  "icon": "",
@@ -1445,6 +1578,29 @@
1445
1578
  "requires": {}
1446
1579
  }
1447
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
+ },
1448
1604
  {
1449
1605
  "name": "fathom",
1450
1606
  "description": "Fathom analytics for Nuxt",
@@ -1469,7 +1625,7 @@
1469
1625
  },
1470
1626
  {
1471
1627
  "name": "feature-toggle",
1472
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1473
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1474
1630
  "npm": "nuxt-feature-toggle",
1475
1631
  "icon": "",
@@ -1536,7 +1692,7 @@
1536
1692
  },
1537
1693
  {
1538
1694
  "name": "floating-prompt-module",
1539
- "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",
1540
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1541
1697
  "npm": "nuxt-floating-prompt-module",
1542
1698
  "icon": "",
@@ -1648,11 +1804,11 @@
1648
1804
  {
1649
1805
  "name": "form-actions",
1650
1806
  "description": "A set of features and composables to interact with forms and server data.",
1651
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1652
1808
  "npm": "@hebilicious/form-actions-nuxt",
1653
1809
  "icon": "form-actions.svg",
1654
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1655
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1811
+ "website": "https://form-actions-nuxt.pages.dev/",
1656
1812
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1657
1813
  "category": "Request",
1658
1814
  "type": "3rd-party",
@@ -1664,7 +1820,7 @@
1664
1820
  }
1665
1821
  ],
1666
1822
  "compatibility": {
1667
- "nuxt": "^3.0.0",
1823
+ "nuxt": "^3.7.0",
1668
1824
  "requires": {}
1669
1825
  }
1670
1826
  },
@@ -1676,7 +1832,7 @@
1676
1832
  "icon": "formkit.png",
1677
1833
  "github": "https://github.com/formkit/formkit",
1678
1834
  "website": "https://formkit.com",
1679
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1680
1836
  "category": "Libraries",
1681
1837
  "type": "3rd-party",
1682
1838
  "maintainers": [
@@ -1742,7 +1898,7 @@
1742
1898
  },
1743
1899
  {
1744
1900
  "name": "google-adsense",
1745
- "description": "Google Adsense Module for Nuxt.js",
1901
+ "description": "Google Adsense Module for Nuxt",
1746
1902
  "repo": "nuxt-community/google-adsense-module",
1747
1903
  "npm": "@nuxtjs/google-adsense",
1748
1904
  "icon": "google-adsense.png",
@@ -1768,7 +1924,7 @@
1768
1924
  },
1769
1925
  {
1770
1926
  "name": "google-analytics",
1771
- "description": "Google analytics Module for Nuxt.js",
1927
+ "description": "Google analytics Module for Nuxt",
1772
1928
  "repo": "nuxt-community/analytics-module",
1773
1929
  "npm": "@nuxtjs/google-analytics",
1774
1930
  "icon": "google-analytics.png",
@@ -1800,12 +1956,12 @@
1800
1956
  },
1801
1957
  {
1802
1958
  "name": "google-fonts",
1803
- "description": "Google Fonts module for NuxtJS",
1804
- "repo": "nuxt-community/google-fonts-module",
1959
+ "description": "Google Fonts module for Nuxt",
1960
+ "repo": "nuxt-modules/google-fonts",
1805
1961
  "npm": "@nuxtjs/google-fonts",
1806
1962
  "icon": "google-fonts.png",
1807
- "github": "https://github.com/nuxt-community/google-fonts-module",
1808
- "website": "https://github.com/nuxt-community/google-fonts-module",
1963
+ "github": "https://github.com/nuxt-modules/google-fonts",
1964
+ "website": "https://google-fonts.nuxtjs.org",
1809
1965
  "learn_more": "https://developers.google.com/fonts",
1810
1966
  "category": "Fonts",
1811
1967
  "type": "community",
@@ -1824,7 +1980,7 @@
1824
1980
  },
1825
1981
  {
1826
1982
  "name": "google-gtag",
1827
- "description": "Google GTag for Nuxt.js",
1983
+ "description": "Google GTag for Nuxt",
1828
1984
  "repo": "nuxt-community/google-gtag",
1829
1985
  "npm": "@nuxtjs/google-gtag",
1830
1986
  "icon": "gtm.png",
@@ -1850,7 +2006,7 @@
1850
2006
  },
1851
2007
  {
1852
2008
  "name": "google-optimize",
1853
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2009
+ "description": "SSR friendly Google Optimize module for Nuxt",
1854
2010
  "repo": "nuxt-community/google-optimize-module",
1855
2011
  "npm": "nuxt-google-optimize",
1856
2012
  "icon": "google-optimize.png",
@@ -1889,7 +2045,7 @@
1889
2045
  "icon": "graphql-client.svg",
1890
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1891
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1892
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1893
2049
  "category": "Request",
1894
2050
  "type": "3rd-party",
1895
2051
  "maintainers": [
@@ -1905,7 +2061,7 @@
1905
2061
  },
1906
2062
  {
1907
2063
  "name": "graphql-request",
1908
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2064
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1909
2065
  "repo": "gomah/nuxt-graphql-request",
1910
2066
  "npm": "nuxt-graphql-request",
1911
2067
  "icon": "graphql-request.png",
@@ -1921,7 +2077,7 @@
1921
2077
  }
1922
2078
  ],
1923
2079
  "compatibility": {
1924
- "nuxt": "^2.0.0",
2080
+ "nuxt": "^2.0.0 || ^3.0.0",
1925
2081
  "requires": {}
1926
2082
  }
1927
2083
  },
@@ -1944,12 +2100,13 @@
1944
2100
  ],
1945
2101
  "compatibility": {
1946
2102
  "nuxt": "^3.0.0",
1947
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
1948
2105
  }
1949
2106
  },
1950
2107
  {
1951
2108
  "name": "gtag",
1952
- "description": "Google Analytics integration for Nuxt 3",
2109
+ "description": "Google Analytics integration for Nuxt",
1953
2110
  "repo": "johannschopplich/nuxt-gtag",
1954
2111
  "npm": "nuxt-gtag",
1955
2112
  "icon": "gtag.svg",
@@ -1973,7 +2130,7 @@
1973
2130
  },
1974
2131
  {
1975
2132
  "name": "gtm",
1976
- "description": "Google Tag Manager Module for Nuxt.js",
2133
+ "description": "Google Tag Manager Module for Nuxt",
1977
2134
  "repo": "nuxt-community/gtm-module",
1978
2135
  "npm": "@nuxtjs/gtm",
1979
2136
  "icon": "gtm.png",
@@ -1996,7 +2153,7 @@
1996
2153
  },
1997
2154
  {
1998
2155
  "name": "guess",
1999
- "description": "Guess.js module for Nuxt.js",
2156
+ "description": "Guess.js module for Nuxt",
2000
2157
  "repo": "nuxt-community/guess-module",
2001
2158
  "npm": "@nuxtjs/guess-module",
2002
2159
  "icon": "guessjs.png",
@@ -2108,7 +2265,7 @@
2108
2265
  },
2109
2266
  {
2110
2267
  "name": "helmet",
2111
- "description": "Easy Helmet module with Nuxt.js'",
2268
+ "description": "Easy Helmet module with Nuxt'",
2112
2269
  "repo": "victor-perez/nuxt-helmet",
2113
2270
  "npm": "nuxt-helmet",
2114
2271
  "icon": "",
@@ -2152,7 +2309,7 @@
2152
2309
  },
2153
2310
  {
2154
2311
  "name": "history-state",
2155
- "description": "Nuxt.js module to backup or restore historical states",
2312
+ "description": "Nuxt module to backup or restore historical states",
2156
2313
  "repo": "hidekatsu-izuno/nuxt-history-state",
2157
2314
  "npm": "nuxt-history-state",
2158
2315
  "icon": "",
@@ -2221,7 +2378,7 @@
2221
2378
  },
2222
2379
  {
2223
2380
  "name": "http",
2224
- "description": "Universal HTTP Module for Nuxt.js",
2381
+ "description": "Universal HTTP Module for Nuxt",
2225
2382
  "repo": "nuxt/http",
2226
2383
  "npm": "@nuxt/http",
2227
2384
  "icon": "http.png",
@@ -2249,7 +2406,7 @@
2249
2406
  },
2250
2407
  {
2251
2408
  "name": "humans-txt",
2252
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
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.",
2253
2410
  "repo": "Luxdamore/nuxt-humans-txt",
2254
2411
  "npm": "@luxdamore/nuxt-humans-txt",
2255
2412
  "icon": "",
@@ -2273,11 +2430,11 @@
2273
2430
  {
2274
2431
  "name": "i18n",
2275
2432
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2276
- "repo": "nuxt-community/i18n-module",
2433
+ "repo": "nuxt-modules/i18n",
2277
2434
  "npm": "@nuxtjs/i18n",
2278
2435
  "icon": "i18n.png",
2279
- "github": "https://github.com/nuxt-community/i18n-module",
2280
- "website": "https://i18n.nuxtjs.org",
2436
+ "github": "https://github.com/nuxt-modules/i18n",
2437
+ "website": "https://v8.i18n.nuxtjs.org",
2281
2438
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2282
2439
  "category": "Extensions",
2283
2440
  "type": "community",
@@ -2318,6 +2475,29 @@
2318
2475
  "requires": {}
2319
2476
  }
2320
2477
  },
2478
+ {
2479
+ "name": "icon-tw",
2480
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2481
+ "repo": "jcamp-code/nuxt-icon-tw",
2482
+ "npm": "nuxt-icon-tw",
2483
+ "icon": "nuxt-icon.png",
2484
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2485
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2486
+ "learn_more": "",
2487
+ "category": "UI",
2488
+ "type": "3rd-party",
2489
+ "maintainers": [
2490
+ {
2491
+ "name": "JohnCampionJr",
2492
+ "github": "JohnCampionJr"
2493
+ }
2494
+ ],
2495
+ "compatibility": {
2496
+ "nuxt": "^3.0.0",
2497
+ "requires": {},
2498
+ "devtools": "^0.0.0"
2499
+ }
2500
+ },
2321
2501
  {
2322
2502
  "name": "icon",
2323
2503
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2337,7 +2517,8 @@
2337
2517
  ],
2338
2518
  "compatibility": {
2339
2519
  "nuxt": "^3.0.0",
2340
- "requires": {}
2520
+ "requires": {},
2521
+ "devtools": "^0.0.0"
2341
2522
  }
2342
2523
  },
2343
2524
  {
@@ -2386,12 +2567,12 @@
2386
2567
  },
2387
2568
  {
2388
2569
  "name": "image",
2389
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2570
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2390
2571
  "repo": "nuxt/image",
2391
2572
  "npm": "@nuxt/image",
2392
2573
  "icon": "image.png",
2393
2574
  "github": "https://github.com/nuxt/image",
2394
- "website": "https://image.nuxtjs.org",
2575
+ "website": "https://image.nuxt.com",
2395
2576
  "learn_more": "",
2396
2577
  "category": "Images",
2397
2578
  "type": "official",
@@ -2401,6 +2582,11 @@
2401
2582
  "github": "farnabaz",
2402
2583
  "twitter": "a_birang"
2403
2584
  },
2585
+ {
2586
+ "name": "Daniel Roe",
2587
+ "github": "danielroe",
2588
+ "twitter": "danielcroe"
2589
+ },
2404
2590
  {
2405
2591
  "name": "Pooya Parsa",
2406
2592
  "github": "pi0",
@@ -2421,7 +2607,7 @@
2421
2607
  },
2422
2608
  {
2423
2609
  "name": "imagemin",
2424
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2610
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2425
2611
  "repo": "nuxt-community/imagemin-module",
2426
2612
  "npm": "@nuxtjs/imagemin",
2427
2613
  "icon": "imagemin.png",
@@ -2468,7 +2654,7 @@
2468
2654
  },
2469
2655
  {
2470
2656
  "name": "intercom",
2471
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2657
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2472
2658
  "repo": "hex-digital/nuxt-intercom",
2473
2659
  "npm": "@hexdigital/nuxt-intercom",
2474
2660
  "icon": "intercom.png",
@@ -2513,7 +2699,7 @@
2513
2699
  },
2514
2700
  {
2515
2701
  "name": "jsonapi",
2516
- "description": "Easy JSON:API client integration for Nuxt.js",
2702
+ "description": "Easy JSON:API client integration for Nuxt",
2517
2703
  "repo": "patrickcate/nuxt-jsonapi",
2518
2704
  "npm": "nuxt-jsonapi",
2519
2705
  "icon": "jsonapi.svg",
@@ -2555,9 +2741,36 @@
2555
2741
  "requires": {}
2556
2742
  }
2557
2743
  },
2744
+ {
2745
+ "name": "kinde",
2746
+ "description": "Kinde authentication integration for Nuxt",
2747
+ "repo": "nuxt-modules/kinde",
2748
+ "npm": "@nuxtjs/kinde",
2749
+ "icon": "kinde.svg",
2750
+ "github": "https://github.com/nuxt-modules/kinde",
2751
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2752
+ "learn_more": "https://kinde.com/",
2753
+ "category": "Security",
2754
+ "type": "community",
2755
+ "maintainers": [
2756
+ {
2757
+ "name": "danielroe",
2758
+ "github": "danielroe"
2759
+ },
2760
+ {
2761
+ "name": "daveordead",
2762
+ "github": "DaveOrDead",
2763
+ "twitter": "dave_or_dead"
2764
+ }
2765
+ ],
2766
+ "compatibility": {
2767
+ "nuxt": "^3.0.0",
2768
+ "requires": {}
2769
+ }
2770
+ },
2558
2771
  {
2559
2772
  "name": "kql",
2560
- "description": "Nuxt 3 module for Kirby's Query Language API",
2773
+ "description": "Nuxt module for Kirby's Query Language API",
2561
2774
  "repo": "johannschopplich/nuxt-kql",
2562
2775
  "npm": "nuxt-kql",
2563
2776
  "icon": "kql.svg",
@@ -2581,7 +2794,7 @@
2581
2794
  },
2582
2795
  {
2583
2796
  "name": "laravel-echo",
2584
- "description": "Laravel Echo for Nuxt.js",
2797
+ "description": "Laravel Echo for Nuxt",
2585
2798
  "repo": "nuxt-community/laravel-echo",
2586
2799
  "npm": "@nuxtjs/laravel-echo",
2587
2800
  "icon": "laravel-echo.png",
@@ -2623,6 +2836,28 @@
2623
2836
  "requires": {}
2624
2837
  }
2625
2838
  },
2839
+ {
2840
+ "name": "laravel-precognition",
2841
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2842
+ "repo": "sot1986/nuxt-laravel-precognition",
2843
+ "npm": "nuxt-laravel-precognition",
2844
+ "icon": "laravel.svg",
2845
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2846
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2847
+ "learn_more": "",
2848
+ "category": "Security",
2849
+ "type": "3rd-party",
2850
+ "maintainers": [
2851
+ {
2852
+ "name": "sot1986",
2853
+ "github": "sot1986"
2854
+ }
2855
+ ],
2856
+ "compatibility": {
2857
+ "nuxt": "^3.0.0",
2858
+ "requires": {}
2859
+ }
2860
+ },
2626
2861
  {
2627
2862
  "name": "laravel",
2628
2863
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2669,13 +2904,13 @@
2669
2904
  },
2670
2905
  {
2671
2906
  "name": "link-checker",
2672
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2907
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2673
2908
  "repo": "harlan-zw/nuxt-link-checker",
2674
2909
  "npm": "nuxt-link-checker",
2675
- "icon": "",
2910
+ "icon": "link-checker.svg",
2676
2911
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2677
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2678
- "learn_more": "",
2912
+ "website": "https://nuxtseo.com/link-checker",
2913
+ "learn_more": "https://nuxtseo.com/link-checker",
2679
2914
  "category": "SEO",
2680
2915
  "type": "3rd-party",
2681
2916
  "maintainers": [
@@ -2688,7 +2923,8 @@
2688
2923
  ],
2689
2924
  "compatibility": {
2690
2925
  "nuxt": "^3.0.0",
2691
- "requires": {}
2926
+ "requires": {},
2927
+ "devtools": "^0.0.0"
2692
2928
  }
2693
2929
  },
2694
2930
  {
@@ -2765,12 +3001,12 @@
2765
3001
  },
2766
3002
  {
2767
3003
  "name": "logrocket",
2768
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2769
- "repo": "nuxt-community/nuxt-logrocket",
3004
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3005
+ "repo": "nuxt-modules/logrocket",
2770
3006
  "npm": "nuxt-logrocket",
2771
3007
  "icon": "logrocket.png",
2772
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2773
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3008
+ "github": "https://github.com/nuxt-modules/logrocket",
3009
+ "website": "https://github.com/nuxt-modules/logrocket",
2774
3010
  "learn_more": "https://docs.logrocket.com/docs",
2775
3011
  "category": "Monitoring",
2776
3012
  "type": "community",
@@ -2786,9 +3022,35 @@
2786
3022
  "requires": {}
2787
3023
  }
2788
3024
  },
3025
+ {
3026
+ "name": "lucide-icons",
3027
+ "description": "Nuxt module to integrate Lucide icons",
3028
+ "repo": "swisnl/nuxt-lucide-icons",
3029
+ "npm": "nuxt-lucide-icons",
3030
+ "icon": "lucide-icons.svg",
3031
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3032
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3033
+ "learn_more": "",
3034
+ "category": "UI",
3035
+ "type": "3rd-party",
3036
+ "maintainers": [
3037
+ {
3038
+ "name": "SWIS",
3039
+ "github": "swisnl"
3040
+ },
3041
+ {
3042
+ "name": "Jasper Zonneveld",
3043
+ "github": "JaZo"
3044
+ }
3045
+ ],
3046
+ "compatibility": {
3047
+ "nuxt": "^3.0.0",
3048
+ "requires": {}
3049
+ }
3050
+ },
2789
3051
  {
2790
3052
  "name": "lunr",
2791
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3053
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2792
3054
  "repo": "nuxt-community/lunr-module",
2793
3055
  "npm": "@nuxtjs/lunr-module",
2794
3056
  "icon": "",
@@ -2811,10 +3073,10 @@
2811
3073
  {
2812
3074
  "name": "magic-regexp",
2813
3075
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2814
- "repo": "danielroe/magic-regexp",
3076
+ "repo": "unjs/magic-regexp",
2815
3077
  "npm": "magic-regexp",
2816
3078
  "icon": "magic-regexp.svg",
2817
- "github": "https://github.com/danielroe/magic-regexp",
3079
+ "github": "https://github.com/unjs/magic-regexp",
2818
3080
  "website": "https://magic-regexp.roe.dev",
2819
3081
  "learn_more": "https://magic-regexp.roe.dev",
2820
3082
  "category": "Libraries",
@@ -2876,6 +3138,28 @@
2876
3138
  "requires": {}
2877
3139
  }
2878
3140
  },
3141
+ {
3142
+ "name": "maz-ui",
3143
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3144
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3145
+ "npm": "nuxt-module",
3146
+ "icon": "maz-ui.png",
3147
+ "github": "https://github.com/louismazel/maz-ui",
3148
+ "website": "https://maz-ui.com/",
3149
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3150
+ "category": "UI",
3151
+ "type": "3rd-party",
3152
+ "maintainers": [
3153
+ {
3154
+ "name": "Loïc Mazuel",
3155
+ "github": "LouisMazel"
3156
+ }
3157
+ ],
3158
+ "compatibility": {
3159
+ "nuxt": "^3.0.0",
3160
+ "requires": {}
3161
+ }
3162
+ },
2879
3163
  {
2880
3164
  "name": "mdx",
2881
3165
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2901,7 +3185,7 @@
2901
3185
  },
2902
3186
  {
2903
3187
  "name": "medusa",
2904
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3188
+ "description": "Easily connect to Medusa from your Nuxt application",
2905
3189
  "repo": "Baroshem/nuxt-medusa",
2906
3190
  "npm": "nuxt-medusa",
2907
3191
  "icon": "medusa.svg",
@@ -2926,7 +3210,7 @@
2926
3210
  },
2927
3211
  {
2928
3212
  "name": "meilisearch",
2929
- "description": "Meilisearch Instant Search module for Nuxt 3",
3213
+ "description": "Meilisearch Instant Search module for Nuxt",
2930
3214
  "repo": "xlanex6/nuxt-meilisearch",
2931
3215
  "npm": "nuxt-meilisearch",
2932
3216
  "icon": "meilisearch.svg",
@@ -2946,7 +3230,8 @@
2946
3230
  "nuxt": "^3.0.0",
2947
3231
  "requires": {
2948
3232
  "bridge": false
2949
- }
3233
+ },
3234
+ "devtools": "^0.0.0"
2950
3235
  }
2951
3236
  },
2952
3237
  {
@@ -2971,28 +3256,6 @@
2971
3256
  "requires": {}
2972
3257
  }
2973
3258
  },
2974
- {
2975
- "name": "mobile",
2976
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2977
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2978
- "npm": "nuxt-mobile",
2979
- "icon": "",
2980
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2981
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2982
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2983
- "category": "Extensions",
2984
- "type": "3rd-party",
2985
- "maintainers": [
2986
- {
2987
- "name": "ChanningDefoe",
2988
- "github": "ChanningDefoe"
2989
- }
2990
- ],
2991
- "compatibility": {
2992
- "nuxt": "^2.0.0",
2993
- "requires": {}
2994
- }
2995
- },
2996
3259
  {
2997
3260
  "name": "module-feed",
2998
3261
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3018,7 +3281,7 @@
3018
3281
  },
3019
3282
  {
3020
3283
  "name": "moment",
3021
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3284
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3022
3285
  "repo": "nuxt-community/moment-module",
3023
3286
  "npm": "@nuxtjs/moment",
3024
3287
  "icon": "momentjs.png",
@@ -3045,7 +3308,7 @@
3045
3308
  },
3046
3309
  {
3047
3310
  "name": "mq",
3048
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3311
+ "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3049
3312
  "repo": "vanhoofmaarten/nuxt-mq",
3050
3313
  "npm": "nuxt-mq",
3051
3314
  "icon": "",
@@ -3089,7 +3352,7 @@
3089
3352
  },
3090
3353
  {
3091
3354
  "name": "netlify-cache",
3092
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3355
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3093
3356
  "repo": "DreaMinder/nuxt-netlify-cache",
3094
3357
  "npm": "nuxt-netlify-cache",
3095
3358
  "icon": "netlify.png",
@@ -3134,13 +3397,13 @@
3134
3397
  },
3135
3398
  {
3136
3399
  "name": "netlify",
3137
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3138
- "repo": "bazzite/nuxt-netlify",
3400
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3401
+ "repo": "juliomrqz/nuxt-netlify",
3139
3402
  "npm": "@aceforth/nuxt-netlify",
3140
3403
  "icon": "netlify.png",
3141
- "github": "https://github.com/bazzite/nuxt-netlify",
3142
- "website": "https://marquez.co/docs/nuxt-netlify/",
3143
- "learn_more": "",
3404
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3405
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3406
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3144
3407
  "category": "Deployment",
3145
3408
  "type": "3rd-party",
3146
3409
  "maintainers": [
@@ -3249,24 +3512,47 @@
3249
3512
  }
3250
3513
  },
3251
3514
  {
3252
- "name": "nuxt-auth",
3253
- "description": "",
3254
- "repo": "sidebase/nuxt-auth",
3255
- "npm": "@sidebase/nuxt-auth",
3515
+ "name": "nuxt-auth-sanctum",
3516
+ "description": "Nuxt module for Laravel Sanctum authentication",
3517
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3518
+ "npm": "nuxt-auth-sanctum",
3519
+ "icon": "laravel.svg",
3520
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3521
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3522
+ "learn_more": "",
3523
+ "category": "Security",
3524
+ "type": "3rd-party",
3525
+ "maintainers": [
3526
+ {
3527
+ "name": "Artem Manchenkov",
3528
+ "github": "manchenkoff",
3529
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3530
+ }
3531
+ ],
3532
+ "compatibility": {
3533
+ "nuxt": "^3.0.0",
3534
+ "requires": {}
3535
+ }
3536
+ },
3537
+ {
3538
+ "name": "nuxt-basic-auth",
3539
+ "description": "Nuxt Module for Basic Authentication",
3540
+ "repo": "kgierke/nuxt-basic-auth",
3541
+ "npm": "@kgierke/nuxt-basic-auth",
3256
3542
  "icon": "",
3257
- "github": "https://github.com/sidebase/nuxt-auth",
3258
- "website": "https://github.com/sidebase/nuxt-auth",
3543
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3544
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3259
3545
  "learn_more": "",
3260
- "category": "Devtools",
3546
+ "category": "Security",
3261
3547
  "type": "3rd-party",
3262
3548
  "maintainers": [
3263
3549
  {
3264
- "name": "sidebase",
3265
- "github": "sidebase"
3550
+ "name": "kgierke",
3551
+ "github": "kgierke"
3266
3552
  }
3267
3553
  ],
3268
3554
  "compatibility": {
3269
- "nuxt": "^2.0.0",
3555
+ "nuxt": "^3.0.0",
3270
3556
  "requires": {}
3271
3557
  }
3272
3558
  },
@@ -3294,7 +3580,7 @@
3294
3580
  },
3295
3581
  {
3296
3582
  "name": "nuxt-chatgpt",
3297
- "description": "ChatGPT integration for Nuxt 3",
3583
+ "description": "ChatGPT integration for Nuxt",
3298
3584
  "repo": "schnapsterdog/nuxt-chatgpt",
3299
3585
  "npm": "nuxt-chatgpt",
3300
3586
  "icon": "chatgpt.svg",
@@ -3315,48 +3601,118 @@
3315
3601
  }
3316
3602
  },
3317
3603
  {
3318
- "name": "nuxt-graphql-middleware",
3319
- "description": "Expose GraphQL queries and mutations as server API routes.",
3320
- "repo": "dulnan/nuxt-graphql-middleware",
3321
- "npm": "nuxt-graphql-middleware",
3322
- "icon": "nuxt-graphql-middleware.svg",
3323
- "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3324
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3325
- "learn_more": "",
3326
- "category": "Request",
3604
+ "name": "nuxt-facebook-chat",
3605
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3606
+ "repo": "superdev-tech/nuxt-facebook-chat",
3607
+ "npm": "nuxt-facebook-chat",
3608
+ "icon": "nuxt-facebook-chat.svg",
3609
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3610
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3611
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3612
+ "category": "Libraries",
3327
3613
  "type": "3rd-party",
3328
3614
  "maintainers": [
3329
3615
  {
3330
- "name": "dulnan",
3331
- "github": "dulnan",
3332
- "twitter": "dulnan",
3333
- "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3616
+ "name": "Supanut Dokmaithong",
3617
+ "github": "Boomgeek"
3334
3618
  },
3335
3619
  {
3336
- "name": "ayalon",
3337
- "github": "ayalon",
3338
- "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3620
+ "name": "superdev-tech",
3621
+ "github": "superdev-tech"
3339
3622
  }
3340
3623
  ],
3341
3624
  "compatibility": {
3342
- "nuxt": "^2.0.0 || ^3.0.0",
3625
+ "nuxt": "^3.0.0",
3343
3626
  "requires": {}
3344
3627
  }
3345
3628
  },
3346
3629
  {
3347
- "name": "nuxt-graphql-playground",
3348
- "description": "",
3349
- "repo": "pinpon-dev/nuxt-graphql-playground",
3350
- "npm": "@pin-pon/nuxt-graphql-playground",
3351
- "icon": "",
3352
- "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3353
- "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3354
- "learn_more": "",
3355
- "category": "Devtools",
3630
+ "name": "nuxt-feather-icons",
3631
+ "description": "The Feather Icons in Nuxt 3.",
3632
+ "repo": "4sllan/nuxt-feather-icons",
3633
+ "npm": "nuxt-feather-icons",
3634
+ "icon": "nuxt-feather-icons.png",
3635
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3636
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3637
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3638
+ "category": "UI",
3356
3639
  "type": "3rd-party",
3357
3640
  "maintainers": [
3358
3641
  {
3359
- "name": "pinpon-dev",
3642
+ "name": "4sllan",
3643
+ "github": "4sllan"
3644
+ }
3645
+ ],
3646
+ "compatibility": {
3647
+ "nuxt": "^3.0.0",
3648
+ "requires": {}
3649
+ }
3650
+ },
3651
+ {
3652
+ "name": "nuxt-feedme",
3653
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3654
+ "repo": "helltraitor/nuxt-feedme",
3655
+ "npm": "nuxt-feedme",
3656
+ "icon": "",
3657
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3658
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3659
+ "learn_more": "",
3660
+ "category": "SEO",
3661
+ "type": "3rd-party",
3662
+ "maintainers": [
3663
+ {
3664
+ "name": "Helltraitor",
3665
+ "github": "helltraitor"
3666
+ }
3667
+ ],
3668
+ "compatibility": {
3669
+ "nuxt": "^3.0.0",
3670
+ "requires": {}
3671
+ }
3672
+ },
3673
+ {
3674
+ "name": "nuxt-graphql-middleware",
3675
+ "description": "Expose GraphQL queries and mutations as server API routes.",
3676
+ "repo": "dulnan/nuxt-graphql-middleware",
3677
+ "npm": "nuxt-graphql-middleware",
3678
+ "icon": "nuxt-graphql-middleware.svg",
3679
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3680
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
3681
+ "learn_more": "",
3682
+ "category": "Request",
3683
+ "type": "3rd-party",
3684
+ "maintainers": [
3685
+ {
3686
+ "name": "dulnan",
3687
+ "github": "dulnan",
3688
+ "twitter": "dulnan",
3689
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
3690
+ },
3691
+ {
3692
+ "name": "ayalon",
3693
+ "github": "ayalon",
3694
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
3695
+ }
3696
+ ],
3697
+ "compatibility": {
3698
+ "nuxt": "^2.0.0 || ^3.0.0",
3699
+ "requires": {}
3700
+ }
3701
+ },
3702
+ {
3703
+ "name": "nuxt-graphql-playground",
3704
+ "description": "",
3705
+ "repo": "pinpon-dev/nuxt-graphql-playground",
3706
+ "npm": "@pin-pon/nuxt-graphql-playground",
3707
+ "icon": "",
3708
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3709
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
3710
+ "learn_more": "",
3711
+ "category": "Devtools",
3712
+ "type": "3rd-party",
3713
+ "maintainers": [
3714
+ {
3715
+ "name": "pinpon-dev",
3360
3716
  "github": "pinpon-dev"
3361
3717
  }
3362
3718
  ],
@@ -3367,7 +3723,7 @@
3367
3723
  },
3368
3724
  {
3369
3725
  "name": "nuxt-gtm",
3370
- "description": "A Nuxt.js module for Google Tag Manager",
3726
+ "description": "A Nuxt module for Google Tag Manager",
3371
3727
  "repo": "zadigetvoltaire/nuxt-gtm",
3372
3728
  "npm": "@zadigetvoltaire/nuxt-gtm",
3373
3729
  "icon": "nuxt-gtm.svg",
@@ -3384,7 +3740,8 @@
3384
3740
  ],
3385
3741
  "compatibility": {
3386
3742
  "nuxt": "^3.0.0",
3387
- "requires": {}
3743
+ "requires": {},
3744
+ "devtools": "^0.0.0"
3388
3745
  }
3389
3746
  },
3390
3747
  {
@@ -3411,6 +3768,50 @@
3411
3768
  }
3412
3769
  }
3413
3770
  },
3771
+ {
3772
+ "name": "nuxt-interpolation",
3773
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3774
+ "repo": "daliborgogic/nuxt-interpolation#master",
3775
+ "npm": "nuxt-interpolation",
3776
+ "icon": "",
3777
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3778
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3779
+ "learn_more": "",
3780
+ "category": "Devtools",
3781
+ "type": "3rd-party",
3782
+ "maintainers": [
3783
+ {
3784
+ "name": "daliborgogic",
3785
+ "github": "daliborgogic"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^2.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3793
+ {
3794
+ "name": "nuxt-jsonld",
3795
+ "description": "Manage JSON-LD in Vue component.",
3796
+ "repo": "ymmooot/nuxt-jsonld",
3797
+ "npm": "nuxt-jsonld",
3798
+ "icon": "",
3799
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3800
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3801
+ "learn_more": "",
3802
+ "category": "SEO",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "ymmooot",
3807
+ "github": "ymmooot"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3414
3815
  {
3415
3816
  "name": "nuxt-localtunnel",
3416
3817
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3418,8 +3819,8 @@
3418
3819
  "npm": "@nuxtus/nuxt-localtunnel",
3419
3820
  "icon": "nuxt-localtunnel.svg",
3420
3821
  "github": "https://github.com/nuxtus/localtunnel",
3421
- "website": "https://nuxtus.com",
3422
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3822
+ "website": "https://docs.nuxtus.com",
3823
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3423
3824
  "category": "Devtools",
3424
3825
  "type": "3rd-party",
3425
3826
  "maintainers": [
@@ -3436,7 +3837,7 @@
3436
3837
  },
3437
3838
  {
3438
3839
  "name": "nuxt-loco",
3439
- "description": "A localise.biz module to synth locale with Nuxt.js",
3840
+ "description": "A localise.biz module to synth locale with Nuxt",
3440
3841
  "repo": "gaetansenn/nuxt-loco",
3441
3842
  "npm": "nuxt-loco",
3442
3843
  "icon": "",
@@ -3457,6 +3858,28 @@
3457
3858
  "requires": {}
3458
3859
  }
3459
3860
  },
3861
+ {
3862
+ "name": "nuxt-mail",
3863
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3864
+ "repo": "dword-design/nuxt-mail",
3865
+ "npm": "nuxt-mail",
3866
+ "icon": "",
3867
+ "github": "https://github.com/dword-design/nuxt-mail",
3868
+ "website": "https://github.com/dword-design/nuxt-mail",
3869
+ "learn_more": "",
3870
+ "category": "Extensions",
3871
+ "type": "3rd-party",
3872
+ "maintainers": [
3873
+ {
3874
+ "name": "Sebastian Landwehr",
3875
+ "github": "dword-design"
3876
+ }
3877
+ ],
3878
+ "compatibility": {
3879
+ "nuxt": "^2.0.0 || ^3.0.0",
3880
+ "requires": {}
3881
+ }
3882
+ },
3460
3883
  {
3461
3884
  "name": "nuxt-mapbox",
3462
3885
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3479,6 +3902,28 @@
3479
3902
  "requires": {}
3480
3903
  }
3481
3904
  },
3905
+ {
3906
+ "name": "nuxt-mdi",
3907
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3908
+ "repo": "ERPedersen/nuxt-mdi",
3909
+ "npm": "nuxt-mdi",
3910
+ "icon": "mdi.png",
3911
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3912
+ "website": "https://nuxt-mdi.emilrosenius.com",
3913
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3914
+ "category": "Libraries",
3915
+ "type": "3rd-party",
3916
+ "maintainers": [
3917
+ {
3918
+ "name": "Emil Rosenius",
3919
+ "github": "ERPedersen"
3920
+ }
3921
+ ],
3922
+ "compatibility": {
3923
+ "nuxt": "^3.0.0",
3924
+ "requires": {}
3925
+ }
3926
+ },
3482
3927
  {
3483
3928
  "name": "nuxt-monaco-editor",
3484
3929
  "description": "Integrate monaco-editor with Nuxt",
@@ -3503,7 +3948,7 @@
3503
3948
  },
3504
3949
  {
3505
3950
  "name": "nuxt-mongoose",
3506
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3951
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3507
3952
  "repo": "arashsheyda/nuxt-mongoose",
3508
3953
  "npm": "nuxt-mongoose",
3509
3954
  "icon": "nuxt-mongoose.svg",
@@ -3518,6 +3963,75 @@
3518
3963
  "github": "arashsheyda"
3519
3964
  }
3520
3965
  ],
3966
+ "compatibility": {
3967
+ "nuxt": "^3.0.0",
3968
+ "requires": {},
3969
+ "devtools": "^0.0.0"
3970
+ }
3971
+ },
3972
+ {
3973
+ "name": "nuxt-oidc-auth",
3974
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
3975
+ "repo": "itpropro/nuxt-oidc-auth",
3976
+ "npm": "nuxt-oidc-auth",
3977
+ "icon": "",
3978
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
3979
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
3980
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
3981
+ "category": "Security",
3982
+ "type": "3rd-party",
3983
+ "maintainers": [
3984
+ {
3985
+ "name": "Jan-Henrik Damaschke",
3986
+ "github": "itpropro",
3987
+ "twitter": "jandamaschke"
3988
+ }
3989
+ ],
3990
+ "compatibility": {
3991
+ "nuxt": "^3.0.0",
3992
+ "requires": {}
3993
+ }
3994
+ },
3995
+ {
3996
+ "name": "nuxt-openapi-docs-module",
3997
+ "description": "Generate pages from OpenAPI specifications",
3998
+ "repo": "on-org/nuxt-openapi-docs-module",
3999
+ "npm": "nuxt-openapi-docs-module",
4000
+ "icon": "nuxt-openapi-docs-module.png",
4001
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4002
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4003
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4004
+ "category": "Libraries",
4005
+ "type": "3rd-party",
4006
+ "maintainers": [
4007
+ {
4008
+ "name": "Pavel Kuzmin",
4009
+ "github": "s00d"
4010
+ }
4011
+ ],
4012
+ "compatibility": {
4013
+ "nuxt": "^3.0.0",
4014
+ "requires": {}
4015
+ }
4016
+ },
4017
+ {
4018
+ "name": "nuxt-payload-analyzer",
4019
+ "description": "Analyze Nuxt Payload Size",
4020
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4021
+ "npm": "nuxt-payload-analyzer",
4022
+ "icon": "",
4023
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4024
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4025
+ "learn_more": "",
4026
+ "category": "Performance",
4027
+ "type": "3rd-party",
4028
+ "maintainers": [
4029
+ {
4030
+ "name": "Barbapapazes",
4031
+ "github": "Barbapapazes",
4032
+ "twitter": "soubiran_"
4033
+ }
4034
+ ],
3521
4035
  "compatibility": {
3522
4036
  "nuxt": "^3.0.0",
3523
4037
  "requires": {}
@@ -3553,8 +4067,8 @@
3553
4067
  "npm": "nuxt-phosphor-icons",
3554
4068
  "icon": "phosphor-icons.svg",
3555
4069
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3556
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3557
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4070
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4071
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3558
4072
  "category": "UI",
3559
4073
  "type": "3rd-party",
3560
4074
  "maintainers": [
@@ -3592,7 +4106,7 @@
3592
4106
  },
3593
4107
  {
3594
4108
  "name": "plausible",
3595
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4109
+ "description": "Nuxt module to natively integrate Plausible analytics",
3596
4110
  "repo": "nuxt-modules/plausible",
3597
4111
  "npm": "@nuxtjs/plausible",
3598
4112
  "icon": "plausible.png",
@@ -3614,7 +4128,7 @@
3614
4128
  },
3615
4129
  {
3616
4130
  "name": "nuxt-plotly",
3617
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4131
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3618
4132
  "repo": "superdev-tech/nuxt-plotly",
3619
4133
  "npm": "nuxt-plotly",
3620
4134
  "icon": "nuxt-plotly.svg",
@@ -3640,7 +4154,7 @@
3640
4154
  },
3641
4155
  {
3642
4156
  "name": "nuxt-png-to-ico",
3643
- "description": "Nuxt.js module for auto generating favicons",
4157
+ "description": "Nuxt module for auto generating favicons",
3644
4158
  "repo": "b5710546232/nuxt-png-to-ico",
3645
4159
  "npm": "nuxt-png-to-ico",
3646
4160
  "icon": "",
@@ -3663,7 +4177,7 @@
3663
4177
  },
3664
4178
  {
3665
4179
  "name": "nuxt-smartlook",
3666
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4180
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3667
4181
  "repo": "f00b4r/nuxt-smartlook",
3668
4182
  "npm": "nuxt-smartlook",
3669
4183
  "icon": "nuxt-smartlook.png",
@@ -3685,6 +4199,28 @@
3685
4199
  "requires": {}
3686
4200
  }
3687
4201
  },
4202
+ {
4203
+ "name": "nuxt-social-share",
4204
+ "description": "Simple Social Sharing for Nuxt",
4205
+ "repo": "stefanobartoletti/nuxt-social-share",
4206
+ "npm": "@stefanobartoletti/nuxt-social-share",
4207
+ "icon": "nuxt-social-share.png",
4208
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4209
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4210
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4211
+ "category": "Extensions",
4212
+ "type": "3rd-party",
4213
+ "maintainers": [
4214
+ {
4215
+ "name": "stefanobartoletti",
4216
+ "github": "stefanobartoletti"
4217
+ }
4218
+ ],
4219
+ "compatibility": {
4220
+ "nuxt": "^3.0.0",
4221
+ "requires": {}
4222
+ }
4223
+ },
3688
4224
  {
3689
4225
  "name": "ssr-lit",
3690
4226
  "description": "Server-Side Rendering for Lit Element components",
@@ -3715,10 +4251,10 @@
3715
4251
  },
3716
4252
  {
3717
4253
  "name": "nuxt-storm",
3718
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4254
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3719
4255
  "repo": "fumeapp/nuxt-storm",
3720
4256
  "npm": "nuxt-storm",
3721
- "icon": "nuxt-storm.png",
4257
+ "icon": "",
3722
4258
  "github": "https://github.com/fumeapp/nuxt-storm",
3723
4259
  "website": "https://github.com/fumeapp/nuxt-storm",
3724
4260
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3735,6 +4271,30 @@
3735
4271
  "requires": {}
3736
4272
  }
3737
4273
  },
4274
+ {
4275
+ "name": "nuxt-svgo-loader",
4276
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4277
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4278
+ "npm": "nuxt-svgo-loader",
4279
+ "icon": "",
4280
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4281
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4282
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4283
+ "category": "Images",
4284
+ "type": "3rd-party",
4285
+ "maintainers": [
4286
+ {
4287
+ "name": "Alex Liu",
4288
+ "github": "Mini-ghost",
4289
+ "twitter": "Minighost_Alex"
4290
+ }
4291
+ ],
4292
+ "compatibility": {
4293
+ "nuxt": "^3.0.0",
4294
+ "requires": {},
4295
+ "devtools": "^0.0.0"
4296
+ }
4297
+ },
3738
4298
  {
3739
4299
  "name": "nuxt-svgo",
3740
4300
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3759,7 +4319,7 @@
3759
4319
  },
3760
4320
  {
3761
4321
  "name": "nuxt-unleash",
3762
- "description": "Nuxt.js module to use Unleash toggle feature services",
4322
+ "description": "Nuxt module to use Unleash toggle feature services",
3763
4323
  "repo": "conejerock/nuxt-unleash",
3764
4324
  "npm": "nuxt-unleash",
3765
4325
  "icon": "nuxt-unleash.svg",
@@ -3779,28 +4339,6 @@
3779
4339
  "requires": {}
3780
4340
  }
3781
4341
  },
3782
- {
3783
- "name": "nuxt-use-motion",
3784
- "description": "A Nuxt module putting your components in motion",
3785
- "repo": "Tahul/nuxt-use-motion",
3786
- "npm": "nuxt-use-motion",
3787
- "icon": "nuxt-use-motion.svg",
3788
- "github": "https://github.com/Tahul/nuxt-use-motion",
3789
- "website": "https://github.com/Tahul/nuxt-use-motion",
3790
- "learn_more": "https://github.com/vueuse/motion",
3791
- "category": "Libraries",
3792
- "type": "3rd-party",
3793
- "maintainers": [
3794
- {
3795
- "name": "Tahul",
3796
- "github": "Tahul"
3797
- }
3798
- ],
3799
- "compatibility": {
3800
- "nuxt": "^2.0.0",
3801
- "requires": {}
3802
- }
3803
- },
3804
4342
  {
3805
4343
  "name": "nuxt-use-sound",
3806
4344
  "description": "A Nuxt module for playing sound effects.",
@@ -3870,20 +4408,42 @@
3870
4408
  }
3871
4409
  },
3872
4410
  {
3873
- "name": "nuxt-vuetify",
3874
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3875
- "repo": "invictus-codes/nuxt-vuetify",
3876
- "npm": "@invictus.codes/nuxt-vuetify",
3877
- "icon": "vuetify-logo-v3-dark.svg",
3878
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3879
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3880
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3881
- "category": "UI",
4411
+ "name": "nuxt-zod-i18n",
4412
+ "description": "A Nuxt Module for localizing zod error messages.",
4413
+ "repo": "xibman/nuxt-zod-i18n",
4414
+ "npm": "nuxt-zod-i18n",
4415
+ "icon": "nuxt-zod-i18n.svg",
4416
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4417
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4418
+ "learn_more": "",
4419
+ "category": "Libraries",
3882
4420
  "type": "3rd-party",
3883
4421
  "maintainers": [
3884
4422
  {
3885
- "name": "Jens van Hellemondt",
3886
- "github": "invictus-codes"
4423
+ "name": "xibman",
4424
+ "github": "xibman"
4425
+ }
4426
+ ],
4427
+ "compatibility": {
4428
+ "nuxt": "^3.0.0",
4429
+ "requires": {}
4430
+ }
4431
+ },
4432
+ {
4433
+ "name": "nuxt3-interpolation",
4434
+ "description": "",
4435
+ "repo": "daliborgogic/interpolation#master",
4436
+ "npm": "nuxt3-interpolation",
4437
+ "icon": "",
4438
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4439
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4440
+ "learn_more": "",
4441
+ "category": "Devtools",
4442
+ "type": "3rd-party",
4443
+ "maintainers": [
4444
+ {
4445
+ "name": "daliborgogic",
4446
+ "github": "daliborgogic"
3887
4447
  }
3888
4448
  ],
3889
4449
  "compatibility": {
@@ -3915,7 +4475,7 @@
3915
4475
  },
3916
4476
  {
3917
4477
  "name": "nuxt7",
3918
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4478
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3919
4479
  "repo": "nuxt-community/nuxt7",
3920
4480
  "npm": "nuxt7",
3921
4481
  "icon": "",
@@ -3936,40 +4496,17 @@
3936
4496
  "requires": {}
3937
4497
  }
3938
4498
  },
3939
- {
3940
- "name": "nuxtlabs-ui",
3941
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3942
- "repo": "nuxtlabs/ui",
3943
- "npm": "@nuxthq/ui",
3944
- "icon": "nuxtlabs-ui.svg",
3945
- "github": "https://github.com/nuxtlabs/ui",
3946
- "website": "https://ui.nuxtlabs.com",
3947
- "learn_more": "https://ui.nuxtlabs.com",
3948
- "category": "UI",
3949
- "type": "3rd-party",
3950
- "maintainers": [
3951
- {
3952
- "name": "Benjamin Canac",
3953
- "github": "benjamincanac",
3954
- "twitter": "benjamincanac"
3955
- }
3956
- ],
3957
- "compatibility": {
3958
- "nuxt": "^3.0.0",
3959
- "requires": {}
3960
- }
3961
- },
3962
4499
  {
3963
4500
  "name": "og-image",
3964
- "description": "Easily generate dynamic social share images.",
3965
- "repo": "harlan-zw/nuxt-og-image",
4501
+ "description": "Enlightened runtime images generated with Vue templates.",
4502
+ "repo": "nuxt-modules/og-image",
3966
4503
  "npm": "nuxt-og-image",
3967
- "icon": "",
3968
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3969
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3970
- "learn_more": "",
4504
+ "icon": "og-image.svg",
4505
+ "github": "https://github.com/nuxt-modules/og-image",
4506
+ "website": "https://nuxtseo.com/og-image",
4507
+ "learn_more": "https://nuxtseo.com/og-image",
3971
4508
  "category": "SEO",
3972
- "type": "3rd-party",
4509
+ "type": "community",
3973
4510
  "maintainers": [
3974
4511
  {
3975
4512
  "name": "Harlan Wilton",
@@ -3980,7 +4517,8 @@
3980
4517
  ],
3981
4518
  "compatibility": {
3982
4519
  "nuxt": "^3.0.0",
3983
- "requires": {}
4520
+ "requires": {},
4521
+ "devtools": "^0.0.0"
3984
4522
  }
3985
4523
  },
3986
4524
  {
@@ -4008,13 +4546,13 @@
4008
4546
  },
4009
4547
  {
4010
4548
  "name": "optimized-images",
4011
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4549
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4012
4550
  "repo": "juliomrqz/nuxt-optimized-images",
4013
4551
  "npm": "@aceforth/nuxt-optimized-images",
4014
4552
  "icon": "",
4015
4553
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4016
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4017
- "learn_more": "",
4554
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4555
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4018
4556
  "category": "Images",
4019
4557
  "type": "3rd-party",
4020
4558
  "maintainers": [
@@ -4053,7 +4591,7 @@
4053
4591
  },
4054
4592
  {
4055
4593
  "name": "parse",
4056
- "description": "Parse package for Nuxt.js",
4594
+ "description": "Parse package for Nuxt",
4057
4595
  "repo": "cierrateam/nuxt-parse",
4058
4596
  "npm": "nuxt-parse",
4059
4597
  "icon": "",
@@ -4073,6 +4611,29 @@
4073
4611
  "requires": {}
4074
4612
  }
4075
4613
  },
4614
+ {
4615
+ "name": "particles",
4616
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4617
+ "repo": "Joepocalyptic/nuxt-particles",
4618
+ "npm": "nuxt-particles",
4619
+ "icon": "",
4620
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4621
+ "website": "https://nuxt-particles.joeypereira.dev",
4622
+ "learn_more": "https://particles.js.org/",
4623
+ "category": "Libraries",
4624
+ "type": "3rd-party",
4625
+ "maintainers": [
4626
+ {
4627
+ "name": "Joey Pereira",
4628
+ "github": "Joepocalyptic",
4629
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4630
+ }
4631
+ ],
4632
+ "compatibility": {
4633
+ "nuxt": "^3.0.0",
4634
+ "requires": {}
4635
+ }
4636
+ },
4076
4637
  {
4077
4638
  "name": "partytown",
4078
4639
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4098,6 +4659,28 @@
4098
4659
  }
4099
4660
  }
4100
4661
  },
4662
+ {
4663
+ "name": "paypal",
4664
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4665
+ "repo": "arashsheyda/nuxt-paypal",
4666
+ "npm": "nuxt-paypal",
4667
+ "icon": "paypal.svg",
4668
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4669
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4670
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4671
+ "category": "Payment",
4672
+ "type": "3rd-party",
4673
+ "maintainers": [
4674
+ {
4675
+ "name": "Arash Sheyda",
4676
+ "github": "arashsheyda"
4677
+ }
4678
+ ],
4679
+ "compatibility": {
4680
+ "nuxt": "^3.0.0",
4681
+ "requires": {}
4682
+ }
4683
+ },
4101
4684
  {
4102
4685
  "name": "pdfeasy",
4103
4686
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4219,7 +4802,7 @@
4219
4802
  },
4220
4803
  {
4221
4804
  "name": "plausible",
4222
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
4805
+ "description": "Nuxt module to natively integrate Plausible analytics",
4223
4806
  "repo": "nuxt-modules/plausible",
4224
4807
  "npm": "@nuxtjs/plausible",
4225
4808
  "icon": "",
@@ -4261,9 +4844,56 @@
4261
4844
  "requires": {}
4262
4845
  }
4263
4846
  },
4847
+ {
4848
+ "name": "prepare",
4849
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4850
+ "repo": "johannschopplich/nuxt-prepare",
4851
+ "npm": "nuxt-prepare",
4852
+ "icon": "prepare.svg",
4853
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4854
+ "website": "https://nuxt-prepare.byjohann.dev",
4855
+ "learn_more": "",
4856
+ "category": "Devtools",
4857
+ "type": "3rd-party",
4858
+ "maintainers": [
4859
+ {
4860
+ "name": "Johann Schopplich",
4861
+ "github": "johannschopplich",
4862
+ "twitter": "jschopplich",
4863
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4864
+ }
4865
+ ],
4866
+ "compatibility": {
4867
+ "nuxt": "^3.0.0",
4868
+ "requires": {}
4869
+ }
4870
+ },
4871
+ {
4872
+ "name": "primevue",
4873
+ "description": "Next Generation Vue UI Component Library",
4874
+ "repo": "primefaces/primevue-nuxt-module",
4875
+ "npm": "nuxt-primevue",
4876
+ "icon": "primevue.svg",
4877
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
4878
+ "website": "https://primevue.org/",
4879
+ "learn_more": "https://primevue.org/",
4880
+ "category": "UI",
4881
+ "type": "3rd-party",
4882
+ "maintainers": [
4883
+ {
4884
+ "name": "primefaces",
4885
+ "github": "primefaces",
4886
+ "twitter": "primevue"
4887
+ }
4888
+ ],
4889
+ "compatibility": {
4890
+ "nuxt": "^3.0.0",
4891
+ "requires": {}
4892
+ }
4893
+ },
4264
4894
  {
4265
4895
  "name": "prismic",
4266
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
4896
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4267
4897
  "repo": "nuxt-modules/prismic",
4268
4898
  "npm": "@nuxtjs/prismic",
4269
4899
  "icon": "prismic.png",
@@ -4330,7 +4960,7 @@
4330
4960
  },
4331
4961
  {
4332
4962
  "name": "proxy",
4333
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
4963
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4334
4964
  "repo": "nuxt-community/proxy-module",
4335
4965
  "npm": "@nuxtjs/proxy",
4336
4966
  "icon": "",
@@ -4376,7 +5006,7 @@
4376
5006
  },
4377
5007
  {
4378
5008
  "name": "purgecss",
4379
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5009
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4380
5010
  "repo": "Developmint/nuxt-purgecss#main",
4381
5011
  "npm": "nuxt-purgecss",
4382
5012
  "icon": "purgecss.png",
@@ -4398,7 +5028,7 @@
4398
5028
  },
4399
5029
  {
4400
5030
  "name": "pwa",
4401
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5031
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4402
5032
  "repo": "nuxt-community/pwa-module",
4403
5033
  "npm": "@nuxtjs/pwa",
4404
5034
  "icon": "pwa.png",
@@ -4423,7 +5053,7 @@
4423
5053
  },
4424
5054
  {
4425
5055
  "name": "python",
4426
- "description": "Write Nuxt.js applications using Python",
5056
+ "description": "Write Nuxt applications using Python",
4427
5057
  "repo": "nuxt-community/python-module",
4428
5058
  "npm": "@nuxtjs/python",
4429
5059
  "icon": "python.png",
@@ -4462,7 +5092,8 @@
4462
5092
  ],
4463
5093
  "compatibility": {
4464
5094
  "nuxt": "^3.0.0",
4465
- "requires": {}
5095
+ "requires": {},
5096
+ "devtools": "^0.0.0"
4466
5097
  }
4467
5098
  },
4468
5099
  {
@@ -4470,7 +5101,7 @@
4470
5101
  "description": "radash module with auto-import and custom prefix",
4471
5102
  "repo": "bbg/nuxt-radash",
4472
5103
  "npm": "nuxt-radash",
4473
- "icon": "radash.svg",
5104
+ "icon": "radash.png",
4474
5105
  "github": "https://github.com/bbg/nuxt-radash",
4475
5106
  "website": "https://github.com/bbg/nuxt-radash#readme",
4476
5107
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4487,9 +5118,44 @@
4487
5118
  "requires": {}
4488
5119
  }
4489
5120
  },
5121
+ {
5122
+ "name": "radix-vue",
5123
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5124
+ "repo": "radix-vue/radix-vue",
5125
+ "npm": "radix-vue",
5126
+ "icon": "radix-vue.svg",
5127
+ "github": "https://github.com/radix-vue/radix-vue",
5128
+ "website": "https://www.radix-vue.com/",
5129
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5130
+ "category": "UI",
5131
+ "type": "3rd-party",
5132
+ "maintainers": [
5133
+ {
5134
+ "name": "Zernonia",
5135
+ "github": "zernonia",
5136
+ "twitter": "zernonia"
5137
+ },
5138
+ {
5139
+ "name": "Khairul Haaziq",
5140
+ "github": "khairulhaaziq"
5141
+ },
5142
+ {
5143
+ "name": "Mujahid Anuar",
5144
+ "github": "mujahidfa"
5145
+ },
5146
+ {
5147
+ "name": "Max",
5148
+ "github": "onmax"
5149
+ }
5150
+ ],
5151
+ "compatibility": {
5152
+ "nuxt": "^3.0.0",
5153
+ "requires": {}
5154
+ }
5155
+ },
4490
5156
  {
4491
5157
  "name": "recaptcha",
4492
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5158
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4493
5159
  "repo": "nuxt-community/recaptcha-module",
4494
5160
  "npm": "@nuxtjs/recaptcha",
4495
5161
  "icon": "recaptcha.png",
@@ -4532,9 +5198,32 @@
4532
5198
  "requires": {}
4533
5199
  }
4534
5200
  },
5201
+ {
5202
+ "name": "resend",
5203
+ "description": "Resend integration for Nuxt",
5204
+ "repo": "nhedger/nuxt-resend",
5205
+ "npm": "nuxt-resend",
5206
+ "icon": "resend.svg",
5207
+ "github": "https://github.com/nhedger/nuxt-resend",
5208
+ "website": "https://github.com/nhedger/nuxt-resend",
5209
+ "learn_more": "https://resend.com",
5210
+ "category": "Extensions",
5211
+ "type": "3rd-party",
5212
+ "maintainers": [
5213
+ {
5214
+ "name": "Nicolas Hedger",
5215
+ "github": "nhedger",
5216
+ "twitter": "nicolashedger"
5217
+ }
5218
+ ],
5219
+ "compatibility": {
5220
+ "nuxt": "^3.0.0",
5221
+ "requires": {}
5222
+ }
5223
+ },
4535
5224
  {
4536
5225
  "name": "rfg-icon",
4537
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5226
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4538
5227
  "repo": "pimlie/nuxt-rfg-icon",
4539
5228
  "npm": "nuxt-rfg-icon",
4540
5229
  "icon": "real-favicon-generator.png",
@@ -4556,13 +5245,13 @@
4556
5245
  },
4557
5246
  {
4558
5247
  "name": "robots",
4559
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4560
- "repo": "nuxt-community/robots-module",
5248
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5249
+ "repo": "nuxt-modules/robots",
4561
5250
  "npm": "@nuxtjs/robots",
4562
5251
  "icon": "robots.png",
4563
- "github": "https://github.com/nuxt-community/robots-module",
4564
- "website": "https://github.com/nuxt-community/robots-module",
4565
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5252
+ "github": "https://github.com/nuxt-modules/robots",
5253
+ "website": "https://github.com/nuxt-modules/robots",
5254
+ "learn_more": "",
4566
5255
  "category": "SEO",
4567
5256
  "type": "community",
4568
5257
  "maintainers": [
@@ -4580,23 +5269,23 @@
4580
5269
  },
4581
5270
  {
4582
5271
  "name": "rollbar",
4583
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4584
- "repo": "gaelreyrol/nuxt-rollbar-module",
4585
- "npm": "nuxt-rollbar-module",
5272
+ "description": "Nuxt 3 module to integrate Rollbar.",
5273
+ "repo": "jairoblatt/nuxt-rollbar",
5274
+ "npm": "nuxt-rollbar",
4586
5275
  "icon": "rollbar.png",
4587
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4588
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5276
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5277
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4589
5278
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4590
5279
  "category": "Monitoring",
4591
5280
  "type": "3rd-party",
4592
5281
  "maintainers": [
4593
5282
  {
4594
- "name": "Gaël Reyrol",
4595
- "github": "gaelreyrol"
5283
+ "name": "Jairo Blatt",
5284
+ "github": "jairoblatt"
4596
5285
  }
4597
5286
  ],
4598
5287
  "compatibility": {
4599
- "nuxt": "^2.0.0",
5288
+ "nuxt": "^3.0.0",
4600
5289
  "requires": {}
4601
5290
  }
4602
5291
  },
@@ -4625,7 +5314,7 @@
4625
5314
  },
4626
5315
  {
4627
5316
  "name": "router",
4628
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5317
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4629
5318
  "repo": "nuxt-community/router-module",
4630
5319
  "npm": "@nuxtjs/router",
4631
5320
  "icon": "vue.png",
@@ -4673,13 +5362,13 @@
4673
5362
  },
4674
5363
  {
4675
5364
  "name": "schema-org",
4676
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4677
- "repo": "vueuse/schema-org#main/packages/nuxt",
5365
+ "description": "Quick and easy Schema.org graphs.",
5366
+ "repo": "harlan-zw/nuxt-schema-org",
4678
5367
  "npm": "nuxt-schema-org",
4679
5368
  "icon": "schema-org.svg",
4680
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4681
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4682
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5369
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5370
+ "website": "https://nuxtseo.com/schema-org",
5371
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4683
5372
  "category": "SEO",
4684
5373
  "type": "3rd-party",
4685
5374
  "maintainers": [
@@ -4742,13 +5431,13 @@
4742
5431
  },
4743
5432
  {
4744
5433
  "name": "segment",
4745
- "description": "Nuxt.js module for Segment Analytics.js",
5434
+ "description": "Nuxt module for Segment Analytics.js",
4746
5435
  "repo": "dansmaculotte/nuxt-segment",
4747
5436
  "npm": "@dansmaculotte/nuxt-segment",
4748
5437
  "icon": "segment.png",
4749
5438
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4750
5439
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4751
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5440
+ "learn_more": "",
4752
5441
  "category": "Analytics",
4753
5442
  "type": "3rd-party",
4754
5443
  "maintainers": [
@@ -4764,10 +5453,10 @@
4764
5453
  },
4765
5454
  {
4766
5455
  "name": "sentry",
4767
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5456
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4768
5457
  "repo": "nuxt-community/sentry-module",
4769
5458
  "npm": "@nuxtjs/sentry",
4770
- "icon": "sentry.png",
5459
+ "icon": "sentry.svg",
4771
5460
  "github": "https://github.com/nuxt-community/sentry-module",
4772
5461
  "website": "https://sentry.nuxtjs.org/",
4773
5462
  "learn_more": "https://sentry.io/welcome/",
@@ -4785,20 +5474,22 @@
4785
5474
  }
4786
5475
  },
4787
5476
  {
4788
- "name": "seo-kit",
4789
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4790
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4791
- "npm": "nuxt-seo-kit",
4792
- "icon": "seo-kit.svg",
4793
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4794
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4795
- "learn_more": "",
5477
+ "name": "seo-experiments",
5478
+ "description": "Powerful SEO DX improvements.",
5479
+ "repo": "harlan-zw/nuxt-seo-experiments",
5480
+ "npm": "nuxt-seo-experiments",
5481
+ "icon": "seo-experiments.svg",
5482
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5483
+ "website": "https://nuxtseo.com/experiments",
5484
+ "learn_more": "https://nuxtseo.com/experiments",
4796
5485
  "category": "SEO",
4797
5486
  "type": "3rd-party",
4798
5487
  "maintainers": [
4799
5488
  {
4800
- "name": "harlan-zw",
4801
- "github": "harlan-zw"
5489
+ "name": "Harlan Wilton",
5490
+ "github": "harlan-zw",
5491
+ "twitter": "harlan_zw",
5492
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4802
5493
  }
4803
5494
  ],
4804
5495
  "compatibility": {
@@ -4829,9 +5520,31 @@
4829
5520
  "requires": {}
4830
5521
  }
4831
5522
  },
5523
+ {
5524
+ "name": "seo",
5525
+ "description": "The complete SEO solution for Nuxt.",
5526
+ "repo": "harlan-zw/nuxt-seo",
5527
+ "npm": "@nuxtjs/seo",
5528
+ "icon": "nuxt.svg",
5529
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5530
+ "website": "https://nuxtseo.com/",
5531
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5532
+ "category": "SEO",
5533
+ "type": "3rd-party",
5534
+ "maintainers": [
5535
+ {
5536
+ "name": "harlan-zw",
5537
+ "github": "harlan-zw"
5538
+ }
5539
+ ],
5540
+ "compatibility": {
5541
+ "nuxt": "^3.0.0",
5542
+ "requires": {}
5543
+ }
5544
+ },
4832
5545
  {
4833
5546
  "name": "seomatic-meta",
4834
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5547
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4835
5548
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4836
5549
  "npm": "nuxt-seomatic-meta",
4837
5550
  "icon": "seomatic.png",
@@ -4877,7 +5590,7 @@
4877
5590
  {
4878
5591
  "name": "server-block",
4879
5592
  "description": "Use <server> tags in your Nuxt pages components.",
4880
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5593
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4881
5594
  "npm": "@hebilicious/server-block-nuxt",
4882
5595
  "icon": "server-block.svg",
4883
5596
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4922,7 +5635,7 @@
4922
5635
  },
4923
5636
  {
4924
5637
  "name": "shopify",
4925
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5638
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4926
5639
  "repo": "Gomah/nuxt-shopify",
4927
5640
  "npm": "nuxt-shopify",
4928
5641
  "icon": "shopify.png",
@@ -4943,7 +5656,7 @@
4943
5656
  }
4944
5657
  },
4945
5658
  {
4946
- "name": "nuxt-auth",
5659
+ "name": "sidebase-auth",
4947
5660
  "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
4948
5661
  "repo": "sidebase/nuxt-auth",
4949
5662
  "npm": "@sidebase/nuxt-auth",
@@ -4989,13 +5702,13 @@
4989
5702
  },
4990
5703
  {
4991
5704
  "name": "simple-robots",
4992
- "description": "Simply manage the robots crawling your Nuxt app.",
5705
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4993
5706
  "repo": "harlan-zw/nuxt-simple-robots",
4994
5707
  "npm": "nuxt-simple-robots",
4995
- "icon": "",
5708
+ "icon": "simple-robots.svg",
4996
5709
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4997
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4998
- "learn_more": "",
5710
+ "website": "https://nuxtseo.com/robots",
5711
+ "learn_more": "https://nuxtseo.com/robots",
4999
5712
  "category": "SEO",
5000
5713
  "type": "3rd-party",
5001
5714
  "maintainers": [
@@ -5012,41 +5725,23 @@
5012
5725
  }
5013
5726
  },
5014
5727
  {
5015
- "name": "simple-sitemap",
5016
- "description": "Simple, minimal sitemap.xml generation.",
5017
- "repo": "harlan-zw/nuxt-simple-sitemap",
5018
- "npm": "nuxt-simple-sitemap",
5019
- "icon": "",
5020
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5021
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5022
- "learn_more": "",
5728
+ "name": "sitemap",
5729
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5730
+ "repo": "nuxt-modules/sitemap",
5731
+ "npm": "@nuxtjs/sitemap",
5732
+ "icon": "simple-sitemap.svg",
5733
+ "github": "https://github.com/nuxt-modules/sitemap",
5734
+ "website": "https://nuxtseo.com/",
5735
+ "learn_more": "https://nuxtseo.com/sitemap",
5023
5736
  "category": "SEO",
5024
- "type": "3rd-party",
5737
+ "type": "community",
5025
5738
  "maintainers": [
5026
5739
  {
5027
5740
  "name": "Harlan Wilton",
5028
5741
  "github": "harlan-zw",
5029
5742
  "twitter": "harlan_zw",
5030
5743
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5031
- }
5032
- ],
5033
- "compatibility": {
5034
- "nuxt": "^3.0.0",
5035
- "requires": {}
5036
- }
5037
- },
5038
- {
5039
- "name": "sitemap",
5040
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5041
- "repo": "nuxt-community/sitemap-module#dev",
5042
- "npm": "@nuxtjs/sitemap",
5043
- "icon": "",
5044
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5045
- "website": "https://sitemap.nuxtjs.org",
5046
- "learn_more": "",
5047
- "category": "SEO",
5048
- "type": "community",
5049
- "maintainers": [
5744
+ },
5050
5745
  {
5051
5746
  "name": "Nicolas PENNEC",
5052
5747
  "github": "NicoPennec",
@@ -5054,7 +5749,7 @@
5054
5749
  }
5055
5750
  ],
5056
5751
  "compatibility": {
5057
- "nuxt": "^2.0.0",
5752
+ "nuxt": "^3.0.0",
5058
5753
  "requires": {}
5059
5754
  }
5060
5755
  },
@@ -5082,7 +5777,7 @@
5082
5777
  },
5083
5778
  {
5084
5779
  "name": "snipcart",
5085
- "description": "Snipcart integration module for Nuxt.js",
5780
+ "description": "Snipcart integration module for Nuxt",
5086
5781
  "repo": "nuxt-modules/snipcart",
5087
5782
  "npm": "@nuxtjs/snipcart",
5088
5783
  "icon": "snipcart.png",
@@ -5105,7 +5800,7 @@
5105
5800
  },
5106
5801
  {
5107
5802
  "name": "social-meta",
5108
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5803
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5109
5804
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5110
5805
  "npm": "nuxt-social-meta",
5111
5806
  "icon": "",
@@ -5227,7 +5922,7 @@
5227
5922
  },
5228
5923
  {
5229
5924
  "name": "storage",
5230
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
5925
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5231
5926
  "repo": "mazipan/nuxt-storage",
5232
5927
  "npm": "nuxt-storage",
5233
5928
  "icon": "",
@@ -5249,7 +5944,7 @@
5249
5944
  },
5250
5945
  {
5251
5946
  "name": "storefront-ui",
5252
- "description": "Storefront UI Module for Nuxt.js",
5947
+ "description": "Storefront UI Module for Nuxt",
5253
5948
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5254
5949
  "npm": "@storefront-ui/nuxt",
5255
5950
  "icon": "storefront-ui.svg",
@@ -5293,8 +5988,8 @@
5293
5988
  },
5294
5989
  {
5295
5990
  "name": "storyblok",
5296
- "description": "Storyblok Nuxt.js module",
5297
- "repo": "storyblok/storyblok-nuxt#master/lib",
5991
+ "description": "Storyblok Nuxt module",
5992
+ "repo": "storyblok/storyblok-nuxt#main",
5298
5993
  "npm": "@storyblok/nuxt",
5299
5994
  "icon": "storyblok.png",
5300
5995
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5310,46 +6005,43 @@
5310
6005
  ],
5311
6006
  "compatibility": {
5312
6007
  "nuxt": "^2.0.0 || ^3.0.0",
5313
- "requires": {}
6008
+ "requires": {},
6009
+ "devtools": "^0.0.0"
5314
6010
  }
5315
6011
  },
5316
6012
  {
5317
6013
  "name": "storybook",
5318
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5319
- "repo": "nuxt-community/storybook",
6014
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6015
+ "repo": "nuxt-modules/storybook",
5320
6016
  "npm": "@nuxtjs/storybook",
5321
6017
  "icon": "storybook.png",
5322
- "github": "https://github.com/nuxt-community/storybook",
6018
+ "github": "https://github.com/nuxt-modules/storybook",
5323
6019
  "website": "https://storybook.nuxtjs.org",
5324
- "learn_more": "https://storybook.js.org/",
6020
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5325
6021
  "category": "Devtools",
5326
6022
  "type": "community",
5327
6023
  "maintainers": [
5328
6024
  {
5329
- "name": "Ahad Birang",
5330
- "github": "farnabaz",
5331
- "twitter": "a_birang"
5332
- },
5333
- {
5334
- "name": "Pooya Parsa",
5335
- "github": "pi0",
5336
- "twitter": "_pi0_"
6025
+ "name": "Chakir QATAB",
6026
+ "github": "chakAs3",
6027
+ "twitter": "ChakirQatab"
5337
6028
  }
5338
6029
  ],
5339
6030
  "compatibility": {
5340
- "nuxt": "^2.0.0",
6031
+ "nuxt": "^2.0.0 || ^3.0.0",
5341
6032
  "requires": {
5342
6033
  "bridge": "optional"
5343
- }
6034
+ },
6035
+ "devtools": "^0.7.2"
5344
6036
  }
5345
6037
  },
5346
6038
  {
5347
6039
  "name": "strapi",
5348
6040
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5349
- "repo": "nuxt-community/strapi-module",
6041
+ "repo": "nuxt-modules/strapi",
5350
6042
  "npm": "@nuxtjs/strapi",
5351
6043
  "icon": "strapi.png",
5352
- "github": "https://github.com/nuxt-community/strapi-module",
6044
+ "github": "https://github.com/nuxt-modules/strapi",
5353
6045
  "website": "https://strapi.nuxtjs.org",
5354
6046
  "learn_more": "https://strapi.io/",
5355
6047
  "category": "CMS",
@@ -5370,7 +6062,8 @@
5370
6062
  "nuxt": "^2.0.0 || ^3.0.0",
5371
6063
  "requires": {
5372
6064
  "bridge": true
5373
- }
6065
+ },
6066
+ "devtools": "^0.0.0"
5374
6067
  }
5375
6068
  },
5376
6069
  {
@@ -5421,6 +6114,36 @@
5421
6114
  "requires": {}
5422
6115
  }
5423
6116
  },
6117
+ {
6118
+ "name": "studio",
6119
+ "description": "A new experience to build content-driven website with Nuxt.",
6120
+ "repo": "nuxtlabs/studio-module",
6121
+ "npm": "@nuxthq/studio",
6122
+ "icon": "studio.svg",
6123
+ "github": "https://github.com/nuxtlabs/studio-module",
6124
+ "website": "https://nuxt.studio",
6125
+ "learn_more": "https://nuxt.studio",
6126
+ "category": "CMS",
6127
+ "type": "3rd-party",
6128
+ "maintainers": [
6129
+ {
6130
+ "name": "Ahad Birang",
6131
+ "github": "farnabaz",
6132
+ "twitter": "a_birang"
6133
+ },
6134
+ {
6135
+ "name": "Sébastien Chopin",
6136
+ "github": "Atinux",
6137
+ "twitter": "Atinux"
6138
+ }
6139
+ ],
6140
+ "compatibility": {
6141
+ "nuxt": "^3.0.0",
6142
+ "requires": {
6143
+ "content": true
6144
+ }
6145
+ }
6146
+ },
5424
6147
  {
5425
6148
  "name": "style-resources",
5426
6149
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5446,7 +6169,7 @@
5446
6169
  },
5447
6170
  {
5448
6171
  "name": "stylelint",
5449
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6172
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5450
6173
  "repo": "nuxt-community/stylelint-module",
5451
6174
  "npm": "@nuxtjs/stylelint-module",
5452
6175
  "icon": "stylelint.png",
@@ -5492,10 +6215,10 @@
5492
6215
  {
5493
6216
  "name": "supabase",
5494
6217
  "description": "First class integration with Supabase",
5495
- "repo": "nuxt-community/supabase-module",
6218
+ "repo": "nuxt-modules/supabase",
5496
6219
  "npm": "@nuxtjs/supabase",
5497
6220
  "icon": "supabase.png",
5498
- "github": "https://github.com/nuxt-community/supabase-module",
6221
+ "github": "https://github.com/nuxt-modules/supabase",
5499
6222
  "website": "https://supabase.nuxtjs.org",
5500
6223
  "learn_more": "https://supabase.com",
5501
6224
  "category": "Database",
@@ -5546,12 +6269,12 @@
5546
6269
  },
5547
6270
  {
5548
6271
  "name": "svg-sprite",
5549
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5550
- "repo": "nuxt-community/svg-sprite-module",
6272
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6273
+ "repo": "nuxt-modules/svg-sprite",
5551
6274
  "npm": "@nuxtjs/svg-sprite",
5552
6275
  "icon": "",
5553
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5554
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6276
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6277
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5555
6278
  "learn_more": "",
5556
6279
  "category": "UI",
5557
6280
  "type": "community",
@@ -5563,13 +6286,13 @@
5563
6286
  }
5564
6287
  ],
5565
6288
  "compatibility": {
5566
- "nuxt": "^2.0.0",
6289
+ "nuxt": "^2.0.0 || ^3.0.0",
5567
6290
  "requires": {}
5568
6291
  }
5569
6292
  },
5570
6293
  {
5571
6294
  "name": "svg",
5572
- "description": "Super simple svg loading module for Nuxt.js",
6295
+ "description": "Super simple svg loading module for Nuxt",
5573
6296
  "repo": "nuxt-community/svg-module",
5574
6297
  "npm": "@nuxtjs/svg",
5575
6298
  "icon": "",
@@ -5613,7 +6336,7 @@
5613
6336
  },
5614
6337
  {
5615
6338
  "name": "swiper",
5616
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6339
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5617
6340
  "repo": "cpreston321/nuxt-swiper",
5618
6341
  "npm": "nuxt-swiper",
5619
6342
  "icon": "swiper.svg",
@@ -5659,10 +6382,10 @@
5659
6382
  {
5660
6383
  "name": "tailwindcss",
5661
6384
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5662
- "repo": "nuxt-community/tailwindcss-module",
6385
+ "repo": "nuxt-modules/tailwindcss",
5663
6386
  "npm": "@nuxtjs/tailwindcss",
5664
6387
  "icon": "tailwindcss.png",
5665
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6388
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5666
6389
  "website": "https://tailwindcss.nuxtjs.org",
5667
6390
  "learn_more": "https://tailwindcss.com/",
5668
6391
  "category": "UI",
@@ -5672,11 +6395,16 @@
5672
6395
  "name": "Sébastien Chopin",
5673
6396
  "github": "Atinux",
5674
6397
  "twitter": "Atinux"
6398
+ },
6399
+ {
6400
+ "name": "Inesh Bose",
6401
+ "github": "ineshbose"
5675
6402
  }
5676
6403
  ],
5677
6404
  "compatibility": {
5678
6405
  "nuxt": "^2.0.0 || ^3.0.0",
5679
- "requires": {}
6406
+ "requires": {},
6407
+ "devtools": "^0.0.0"
5680
6408
  }
5681
6409
  },
5682
6410
  {
@@ -5724,9 +6452,31 @@
5724
6452
  "requires": {}
5725
6453
  }
5726
6454
  },
6455
+ {
6456
+ "name": "tiptap",
6457
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6458
+ "repo": "modbender/nuxt-tiptap-editor",
6459
+ "npm": "nuxt-tiptap-editor",
6460
+ "icon": "tiptap.png",
6461
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6462
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6463
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6464
+ "category": "Libraries",
6465
+ "type": "3rd-party",
6466
+ "maintainers": [
6467
+ {
6468
+ "name": "modbender",
6469
+ "github": "modbender"
6470
+ }
6471
+ ],
6472
+ "compatibility": {
6473
+ "nuxt": "^3.0.0",
6474
+ "requires": {}
6475
+ }
6476
+ },
5727
6477
  {
5728
6478
  "name": "toast",
5729
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6479
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5730
6480
  "repo": "nuxt-community/modules#master/packages/toast",
5731
6481
  "npm": "@nuxtjs/toast",
5732
6482
  "icon": "",
@@ -5747,6 +6497,28 @@
5747
6497
  "requires": {}
5748
6498
  }
5749
6499
  },
6500
+ {
6501
+ "name": "translation-manager",
6502
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6503
+ "repo": "samk-dev/nuxt-translation-manager",
6504
+ "npm": "nuxt-translation-manager",
6505
+ "icon": "translation-manager.png",
6506
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6507
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6508
+ "learn_more": "",
6509
+ "category": "Extensions",
6510
+ "type": "3rd-party",
6511
+ "maintainers": [
6512
+ {
6513
+ "name": "Sam K",
6514
+ "github": "samk-dev"
6515
+ }
6516
+ ],
6517
+ "compatibility": {
6518
+ "nuxt": "^3.0.0",
6519
+ "requires": {}
6520
+ }
6521
+ },
5750
6522
  {
5751
6523
  "name": "tresjs",
5752
6524
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5807,7 +6579,7 @@
5807
6579
  },
5808
6580
  {
5809
6581
  "name": "twa",
5810
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6582
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5811
6583
  "repo": "tuarrep/nuxt-twa",
5812
6584
  "npm": "nuxt-twa",
5813
6585
  "icon": "",
@@ -5995,6 +6767,63 @@
5995
6767
  "requires": {}
5996
6768
  }
5997
6769
  },
6770
+ {
6771
+ "name": "typo3",
6772
+ "description": "TYPO3 Headless Frontend Rendering module",
6773
+ "repo": "TYPO3-Headless/nuxt-typo3",
6774
+ "npm": "@t3headless/nuxt-typo3",
6775
+ "icon": "typo3.svg",
6776
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6777
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6778
+ "learn_more": "https://github.com/TYPO3-Headless",
6779
+ "category": "CMS",
6780
+ "type": "3rd-party",
6781
+ "maintainers": [
6782
+ {
6783
+ "name": "Macopedia",
6784
+ "github": "macopedia",
6785
+ "twitter": "macopediapl"
6786
+ }
6787
+ ],
6788
+ "compatibility": {
6789
+ "nuxt": "^2.0.0 || ^3.0.0",
6790
+ "requires": {},
6791
+ "devtools": "^0.0.0"
6792
+ }
6793
+ },
6794
+ {
6795
+ "name": "ui",
6796
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
6797
+ "repo": "nuxt/ui#dev",
6798
+ "npm": "@nuxt/ui",
6799
+ "icon": "nuxt.svg",
6800
+ "github": "https://github.com/nuxt/ui",
6801
+ "website": "https://ui.nuxt.com",
6802
+ "learn_more": "",
6803
+ "category": "UI",
6804
+ "type": "official",
6805
+ "maintainers": [
6806
+ {
6807
+ "name": "Benjamin Canac",
6808
+ "github": "benjamincanac",
6809
+ "twitter": "benjamincanac"
6810
+ },
6811
+ {
6812
+ "name": "Sebastien Chopin",
6813
+ "github": "Atinux",
6814
+ "twitter": "Atinux"
6815
+ },
6816
+ {
6817
+ "name": "Sylvain Marroufin",
6818
+ "github": "smarroufin",
6819
+ "twitter": "smarroufin"
6820
+ }
6821
+ ],
6822
+ "compatibility": {
6823
+ "nuxt": "^3.0.0",
6824
+ "requires": {}
6825
+ }
6826
+ },
5998
6827
  {
5999
6828
  "name": "umami",
6000
6829
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6019,31 +6848,9 @@
6019
6848
  }
6020
6849
  }
6021
6850
  },
6022
- {
6023
- "name": "unhead",
6024
- "description": "Experimental features for Nuxt SEO / head management.",
6025
- "repo": "harlan-zw/nuxt-seo-experiments",
6026
- "npm": "nuxt-seo-experiments",
6027
- "icon": "",
6028
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6029
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6030
- "learn_more": "",
6031
- "category": "SEO",
6032
- "type": "3rd-party",
6033
- "maintainers": [
6034
- {
6035
- "name": "harlan-zw",
6036
- "github": "harlan-zw"
6037
- }
6038
- ],
6039
- "compatibility": {
6040
- "nuxt": "^3.0.0",
6041
- "requires": {}
6042
- }
6043
- },
6044
6851
  {
6045
6852
  "name": "universal-storage",
6046
- "description": "Universal Storage Utilities for Nuxt.js",
6853
+ "description": "Universal Storage Utilities for Nuxt",
6047
6854
  "repo": "nuxt-community/universal-storage-module",
6048
6855
  "npm": "@nuxtjs/universal-storage",
6049
6856
  "icon": "",
@@ -6072,7 +6879,7 @@
6072
6879
  {
6073
6880
  "name": "unlazy",
6074
6881
  "description": "Lazy loading library for placeholder images",
6075
- "repo": "johannschopplich/unlazy/packages/nuxt",
6882
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6076
6883
  "npm": "@unlazy/nuxt",
6077
6884
  "icon": "unlazy.svg",
6078
6885
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6120,12 +6927,12 @@
6120
6927
  {
6121
6928
  "name": "unocss",
6122
6929
  "description": "The instant on-demand atomic CSS engine.",
6123
- "repo": "antfu/unocss#main/packages/nuxt",
6930
+ "repo": "unocss/unocss#main/packages/nuxt",
6124
6931
  "npm": "@unocss/nuxt",
6125
6932
  "icon": "unocss.svg",
6126
- "github": "https://github.com/antfu/unocss",
6127
- "website": "https://github.com/antfu/unocss",
6128
- "learn_more": "https://github.com/antfu/unocss",
6933
+ "github": "https://github.com/unocss/unocss",
6934
+ "website": "https://github.com/unocss/unocss",
6935
+ "learn_more": "https://github.com/unocss/unocss",
6129
6936
  "category": "UI",
6130
6937
  "type": "3rd-party",
6131
6938
  "maintainers": [
@@ -6140,7 +6947,8 @@
6140
6947
  "nuxt": "^2.0.0 || ^3.0.0",
6141
6948
  "requires": {
6142
6949
  "bridge": "optional"
6143
- }
6950
+ },
6951
+ "devtools": "^0.0.0"
6144
6952
  }
6145
6953
  },
6146
6954
  {
@@ -6192,7 +7000,7 @@
6192
7000
  },
6193
7001
  {
6194
7002
  "name": "user-agent",
6195
- "description": "Nuxt.js module for handling User-Agent.",
7003
+ "description": "Nuxt module for handling User-Agent.",
6196
7004
  "repo": "fukuiretu/nuxt-user-agent",
6197
7005
  "npm": "nuxt-user-agent",
6198
7006
  "icon": "",
@@ -6220,7 +7028,7 @@
6220
7028
  "icon": "vee-validate.png",
6221
7029
  "github": "https://github.com/lewyuburi/nuxt-validate",
6222
7030
  "website": "https://github.com/lewyuburi/nuxt-validate",
6223
- "learn_more": "https://logaretm.github.io/vee-validate/",
7031
+ "learn_more": "",
6224
7032
  "category": "Libraries",
6225
7033
  "type": "3rd-party",
6226
7034
  "maintainers": [
@@ -6282,9 +7090,31 @@
6282
7090
  }
6283
7091
  }
6284
7092
  },
7093
+ {
7094
+ "name": "vcalendar",
7095
+ "description": "VCalendar module for Nuxt",
7096
+ "repo": "samk-dev/nuxt-vcalendar",
7097
+ "npm": "@samk-dev/nuxt-vcalendar",
7098
+ "icon": "vcalendar.png",
7099
+ "github": "https://github.com/samk-dev/vcalendar",
7100
+ "website": "https://github.com/samk-dev/vcalendar",
7101
+ "learn_more": "",
7102
+ "category": "Libraries",
7103
+ "type": "3rd-party",
7104
+ "maintainers": [
7105
+ {
7106
+ "name": "Sam K",
7107
+ "github": "samk-dev"
7108
+ }
7109
+ ],
7110
+ "compatibility": {
7111
+ "nuxt": "^3.0.0",
7112
+ "requires": {}
7113
+ }
7114
+ },
6285
7115
  {
6286
7116
  "name": "vee-validate",
6287
- "description": "Painless Vue forms for Nuxt.js",
7117
+ "description": "Painless Vue forms for Nuxt",
6288
7118
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6289
7119
  "npm": "@vee-validate/nuxt",
6290
7120
  "icon": "vee-validate.png",
@@ -6374,7 +7204,7 @@
6374
7204
  },
6375
7205
  {
6376
7206
  "name": "vite-pwa-nuxt",
6377
- "description": "Zero-config PWA Plugin for Nuxt 3",
7207
+ "description": "Zero-config PWA Plugin for Nuxt",
6378
7208
  "repo": "vite-pwa/nuxt",
6379
7209
  "npm": "@vite-pwa/nuxt",
6380
7210
  "icon": "vite-pwa-nuxt.svg",
@@ -6423,18 +7253,19 @@
6423
7253
  ],
6424
7254
  "compatibility": {
6425
7255
  "nuxt": "^3.0.0",
6426
- "requires": {}
7256
+ "requires": {},
7257
+ "devtools": "^0.0.0"
6427
7258
  }
6428
7259
  },
6429
7260
  {
6430
7261
  "name": "vue-email",
6431
- "description": "Write email templates with vue",
6432
- "repo": "Dave136/vue-email#main/packages/vue-email",
6433
- "npm": "vue-email",
7262
+ "description": "💌 Write email templates with vue",
7263
+ "repo": "vue-email/nuxt",
7264
+ "npm": "@vue-email/nuxt",
6434
7265
  "icon": "vue-email.svg",
6435
- "github": "https://github.com/Dave136/vue-email",
6436
- "website": "https://vue-email.vercel.app/",
6437
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7266
+ "github": "https://github.com/vue-email/nuxt",
7267
+ "website": "https://vuemail.net/",
7268
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6438
7269
  "category": "UI",
6439
7270
  "type": "3rd-party",
6440
7271
  "maintainers": [
@@ -6451,6 +7282,30 @@
6451
7282
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6452
7283
  }
6453
7284
  ],
7285
+ "compatibility": {
7286
+ "nuxt": "^3.0.0",
7287
+ "requires": {},
7288
+ "devtools": "^0.0.0"
7289
+ }
7290
+ },
7291
+ {
7292
+ "name": "vue-final-modal",
7293
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7294
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7295
+ "npm": "@vue-final-modal/nuxt",
7296
+ "icon": "vue-final-modal.svg",
7297
+ "github": "https://github.com/vue-final/vue-final-modal",
7298
+ "website": "https://vue-final-modal.org/",
7299
+ "learn_more": "https://vue-final-modal.org/",
7300
+ "category": "UI",
7301
+ "type": "3rd-party",
7302
+ "maintainers": [
7303
+ {
7304
+ "name": "Hunter Liu",
7305
+ "github": "hunterliu1003",
7306
+ "twitter": "hunterliu1003"
7307
+ }
7308
+ ],
6454
7309
  "compatibility": {
6455
7310
  "nuxt": "^3.0.0",
6456
7311
  "requires": {}
@@ -6478,7 +7333,8 @@
6478
7333
  "nuxt": "^3.0.0",
6479
7334
  "requires": {
6480
7335
  "bridge": "optional"
6481
- }
7336
+ },
7337
+ "devtools": "^0.0.0"
6482
7338
  }
6483
7339
  },
6484
7340
  {
@@ -6505,7 +7361,7 @@
6505
7361
  },
6506
7362
  {
6507
7363
  "name": "vue-multiselect",
6508
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7364
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6509
7365
  "repo": "spektrummedia/nuxt-vue-multiselect",
6510
7366
  "npm": "nuxt-vue-multiselect",
6511
7367
  "icon": "",
@@ -6550,7 +7406,7 @@
6550
7406
  {
6551
7407
  "name": "vue-query",
6552
7408
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6553
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7409
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6554
7410
  "npm": "@hebilicious/vue-query-nuxt",
6555
7411
  "icon": "vue-query.svg",
6556
7412
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6619,7 +7475,7 @@
6619
7475
  },
6620
7476
  {
6621
7477
  "name": "vue-warehouse",
6622
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7478
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6623
7479
  "repo": "juliomrqz/vue-warehouse",
6624
7480
  "npm": "vue-warehouse",
6625
7481
  "icon": "",
@@ -6642,12 +7498,12 @@
6642
7498
  },
6643
7499
  {
6644
7500
  "name": "vue3-carousel-nuxt",
6645
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7501
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6646
7502
  "repo": "gaetansenn/vue3-carousel-nuxt",
6647
7503
  "npm": "vue3-carousel-nuxt",
6648
7504
  "icon": "",
6649
7505
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6650
- "website": "",
7506
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6651
7507
  "learn_more": "",
6652
7508
  "category": "UI",
6653
7509
  "type": "3rd-party",
@@ -6666,7 +7522,7 @@
6666
7522
  {
6667
7523
  "name": "vuefire",
6668
7524
  "description": "Idiomatic composables for the Firebase SDK",
6669
- "repo": "vuejs/vuefire/packages/nuxt",
7525
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6670
7526
  "npm": "nuxt-vuefire",
6671
7527
  "icon": "vuefire.svg",
6672
7528
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6685,15 +7541,61 @@
6685
7541
  "requires": {}
6686
7542
  }
6687
7543
  },
7544
+ {
7545
+ "name": "vueform-builder",
7546
+ "description": "Official Vueform Builder module for Nuxt",
7547
+ "repo": "vueform/builder#main/nuxt",
7548
+ "npm": "@vueform/builder-nuxt",
7549
+ "icon": "vueform.svg",
7550
+ "github": "https://github.com/vueform/builder",
7551
+ "website": "https://builder.vueform.com",
7552
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7553
+ "category": "Libraries",
7554
+ "type": "3rd-party",
7555
+ "maintainers": [
7556
+ {
7557
+ "name": "Adam Berecz",
7558
+ "github": "adamberecz",
7559
+ "twitter": "bereczadam"
7560
+ }
7561
+ ],
7562
+ "compatibility": {
7563
+ "nuxt": "^3.0.0",
7564
+ "requires": {}
7565
+ }
7566
+ },
7567
+ {
7568
+ "name": "vueform",
7569
+ "description": "Official Vueform module for Nuxt",
7570
+ "repo": "vueform/vueform#main/nuxt",
7571
+ "npm": "@vueform/nuxt",
7572
+ "icon": "vueform.svg",
7573
+ "github": "https://github.com/vueform/vueform",
7574
+ "website": "https://vueform.com",
7575
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7576
+ "category": "Libraries",
7577
+ "type": "3rd-party",
7578
+ "maintainers": [
7579
+ {
7580
+ "name": "Adam Berecz",
7581
+ "github": "adamberecz",
7582
+ "twitter": "bereczadam"
7583
+ }
7584
+ ],
7585
+ "compatibility": {
7586
+ "nuxt": "^3.0.0",
7587
+ "requires": {}
7588
+ }
7589
+ },
6688
7590
  {
6689
7591
  "name": "vuestic",
6690
- "description": "Vuestic UI module for Nuxt 3",
7592
+ "description": "Vuestic UI module for Nuxt",
6691
7593
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6692
7594
  "npm": "@vuestic/nuxt",
6693
7595
  "icon": "vuestic.png",
6694
7596
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6695
- "website": "https://vuestic.dev",
6696
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7597
+ "website": "https://ui.vuestic.dev",
7598
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6697
7599
  "category": "UI",
6698
7600
  "type": "3rd-party",
6699
7601
  "maintainers": [
@@ -6714,8 +7616,8 @@
6714
7616
  "npm": "vuetify-nuxt-module",
6715
7617
  "icon": "vuetify-logo-v3-dark.svg",
6716
7618
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6717
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6718
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7619
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7620
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6719
7621
  "category": "UI",
6720
7622
  "type": "3rd-party",
6721
7623
  "maintainers": [
@@ -6731,7 +7633,7 @@
6731
7633
  },
6732
7634
  {
6733
7635
  "name": "vuetify",
6734
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7636
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6735
7637
  "repo": "nuxt-community/vuetify-module",
6736
7638
  "npm": "@nuxtjs/vuetify",
6737
7639
  "icon": "vuetify.png",
@@ -6778,7 +7680,8 @@
6778
7680
  "nuxt": "^2.0.0 || ^3.0.0",
6779
7681
  "requires": {
6780
7682
  "bridge": "optional"
6781
- }
7683
+ },
7684
+ "devtools": "^0.0.0"
6782
7685
  }
6783
7686
  },
6784
7687
  {
@@ -6805,7 +7708,7 @@
6805
7708
  },
6806
7709
  {
6807
7710
  "name": "vunix",
6808
- "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.",
7711
+ "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.",
6809
7712
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6810
7713
  "npm": "@vunix/nuxt",
6811
7714
  "icon": "",
@@ -6829,11 +7732,11 @@
6829
7732
  {
6830
7733
  "name": "web-vitals",
6831
7734
  "description": "Web Vitals for Nuxt",
6832
- "repo": "nuxt-community/web-vitals-module",
7735
+ "repo": "nuxt-modules/web-vitals",
6833
7736
  "npm": "@nuxtjs/web-vitals",
6834
7737
  "icon": "web-vitals.png",
6835
- "github": "https://github.com/nuxt-community/web-vitals-module",
6836
- "website": "https://github.com/nuxt-community/web-vitals-module",
7738
+ "github": "https://github.com/nuxt-modules/web-vitals",
7739
+ "website": "https://github.com/nuxt-modules/web-vitals",
6837
7740
  "learn_more": "",
6838
7741
  "category": "Performance",
6839
7742
  "type": "community",
@@ -6884,7 +7787,7 @@
6884
7787
  },
6885
7788
  {
6886
7789
  "name": "webpack-optimisations",
6887
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
7790
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6888
7791
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6889
7792
  "npm": "nuxt-webpack-optimisations",
6890
7793
  "icon": "build-optimisations.svg",
@@ -6959,7 +7862,7 @@
6959
7862
  "icon": "webpack.png",
6960
7863
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6961
7864
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6962
- "learn_more": "http://webpackmonitor.com/",
7865
+ "learn_more": "",
6963
7866
  "category": "Devtools",
6964
7867
  "type": "community",
6965
7868
  "maintainers": [
@@ -6976,7 +7879,7 @@
6976
7879
  },
6977
7880
  {
6978
7881
  "name": "well-known",
6979
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
7882
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6980
7883
  "repo": "zadigetvoltaire/nuxt-well-known",
6981
7884
  "npm": "@zadigetvoltaire/nuxt-well-known",
6982
7885
  "icon": "well-known.svg",
@@ -6998,7 +7901,7 @@
6998
7901
  },
6999
7902
  {
7000
7903
  "name": "wideangle",
7001
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
7904
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7002
7905
  "repo": "inputobjects/wideangle-nuxt",
7003
7906
  "npm": "wideangle-nuxt",
7004
7907
  "icon": "wideangle.png",
@@ -7025,11 +7928,11 @@
7025
7928
  {
7026
7929
  "name": "windicss",
7027
7930
  "description": "Next generation utility-first CSS framework.",
7028
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7931
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7029
7932
  "npm": "nuxt-windicss",
7030
7933
  "icon": "windicss.svg",
7031
- "github": "https://github.com/windicss/nuxt-windicss-module",
7032
- "website": "https://github.com/windicss/nuxt-windicss-module",
7934
+ "github": "https://github.com/windicss/nuxt-windicss",
7935
+ "website": "https://github.com/windicss/nuxt-windicss",
7033
7936
  "learn_more": "https://windicss.org/",
7034
7937
  "category": "UI",
7035
7938
  "type": "3rd-party",
@@ -7165,55 +8068,9 @@
7165
8068
  "requires": {}
7166
8069
  }
7167
8070
  },
7168
- {
7169
- "name": "yandex-metrika-next",
7170
- "description": "Yandex Metrika integration for Nuxt",
7171
- "repo": "artmizu/yandex-metrika-nuxt",
7172
- "npm": "@artmizu/yandex-metrika-nuxt",
7173
- "icon": "yandex-metrika.svg",
7174
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7175
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7176
- "learn_more": "",
7177
- "category": "Analytics",
7178
- "type": "3rd-party",
7179
- "maintainers": [
7180
- {
7181
- "name": "Aleksandr Saburov",
7182
- "github": "artmizu",
7183
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7184
- }
7185
- ],
7186
- "compatibility": {
7187
- "nuxt": "^3.0.0",
7188
- "requires": {}
7189
- }
7190
- },
7191
- {
7192
- "name": "yandex-metrika",
7193
- "description": "Yandex metrika Module for Nuxt.js",
7194
- "repo": "nuxt-community/yandex-metrika-module",
7195
- "npm": "@nuxtjs/yandex-metrika",
7196
- "icon": "",
7197
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7198
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7199
- "learn_more": "https://metrica.yandex.com/about",
7200
- "category": "Analytics",
7201
- "type": "community",
7202
- "maintainers": [
7203
- {
7204
- "name": "Pooya Parsa",
7205
- "github": "pi0",
7206
- "twitter": "_pi0_"
7207
- }
7208
- ],
7209
- "compatibility": {
7210
- "nuxt": "^2.0.0",
7211
- "requires": {}
7212
- }
7213
- },
7214
8071
  {
7215
8072
  "name": "zendesk",
7216
- "description": "Nuxt.js module for Zendesk",
8073
+ "description": "Nuxt module for Zendesk",
7217
8074
  "repo": "DansMaCulotte/nuxt-zendesk",
7218
8075
  "npm": "@dansmaculotte/nuxt-zendesk",
7219
8076
  "icon": "zendesk.png",