@nuxt/modules 0.6.0-d17328 → 0.6.0-d203b0

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 +1832 -609
  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,14 +170,36 @@
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": "Libraries",
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": "Securely connect to any API with a server proxy and dynamic composables",
176
198
  "repo": "johannschopplich/nuxt-api-party",
177
199
  "npm": "nuxt-api-party",
178
200
  "icon": "api-party.svg",
179
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
180
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
181
203
  "learn_more": "",
182
204
  "category": "Request",
183
205
  "type": "3rd-party",
@@ -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": "Security",
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",
@@ -902,7 +991,7 @@
902
991
  "npm": "@nuxt/content",
903
992
  "icon": "nuxt.svg",
904
993
  "github": "https://github.com/nuxt/content",
905
- "website": "https://content.nuxtjs.org",
994
+ "website": "https://content.nuxt.com",
906
995
  "learn_more": "",
907
996
  "category": "CMS",
908
997
  "type": "official",
@@ -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",
@@ -1187,7 +1276,7 @@
1187
1276
  "npm": "@nuxt/devtools",
1188
1277
  "icon": "nuxt.svg",
1189
1278
  "github": "https://github.com/nuxt/devtools",
1190
- "website": "https://devtools.nuxtjs.org/",
1279
+ "website": "https://devtools.nuxt.com",
1191
1280
  "learn_more": "",
1192
1281
  "category": "Devtools",
1193
1282
  "type": "official",
@@ -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",
@@ -1423,9 +1556,32 @@
1423
1556
  "requires": {}
1424
1557
  }
1425
1558
  },
1559
+ {
1560
+ "name": "eslint",
1561
+ "description": "Collection of ESLint-related packages for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1562
+ "repo": "nuxt-community/eslint-module",
1563
+ "npm": "@nuxtjs/eslint-module",
1564
+ "icon": "nuxt.svg",
1565
+ "github": "https://github.com/nuxt/eslint",
1566
+ "website": "https://eslint.nuxt.com",
1567
+ "learn_more": "",
1568
+ "category": "Devtools",
1569
+ "type": "community",
1570
+ "maintainers": [
1571
+ {
1572
+ "name": "Anthony Fu",
1573
+ "github": "antfu",
1574
+ "twitter": "antfu7"
1575
+ }
1576
+ ],
1577
+ "compatibility": {
1578
+ "nuxt": "^3.0.0",
1579
+ "requires": {}
1580
+ }
1581
+ },
1426
1582
  {
1427
1583
  "name": "event-trace",
1428
- "description": "Module for event trace in Nuxt.js",
1584
+ "description": "Module for event trace in Nuxt",
1429
1585
  "repo": "nuxt-community/nuxt-event-trace",
1430
1586
  "npm": "nuxt-event-trace",
1431
1587
  "icon": "",
@@ -1445,6 +1601,29 @@
1445
1601
  "requires": {}
1446
1602
  }
1447
1603
  },
1604
+ {
1605
+ "name": "fathom-analytics",
1606
+ "description": "Fathom analytics integration for Nuxt",
1607
+ "repo": "valgeirb/nuxt-fathom",
1608
+ "npm": "nuxt-fathom",
1609
+ "icon": "fathom-analytics.svg",
1610
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1611
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1612
+ "learn_more": "",
1613
+ "category": "Analytics",
1614
+ "type": "3rd-party",
1615
+ "maintainers": [
1616
+ {
1617
+ "name": "Valgeir Björnsson",
1618
+ "github": "valgeirb",
1619
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1620
+ }
1621
+ ],
1622
+ "compatibility": {
1623
+ "nuxt": "^3.0.0",
1624
+ "requires": {}
1625
+ }
1626
+ },
1448
1627
  {
1449
1628
  "name": "fathom",
1450
1629
  "description": "Fathom analytics for Nuxt",
@@ -1469,7 +1648,7 @@
1469
1648
  },
1470
1649
  {
1471
1650
  "name": "feature-toggle",
1472
- "description": "Feature toggle module for Nuxt.js",
1651
+ "description": "Feature toggle module for Nuxt",
1473
1652
  "repo": "stephenkr/nuxt-feature-toggle",
1474
1653
  "npm": "nuxt-feature-toggle",
1475
1654
  "icon": "",
@@ -1536,7 +1715,7 @@
1536
1715
  },
1537
1716
  {
1538
1717
  "name": "floating-prompt-module",
1539
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1718
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1540
1719
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1541
1720
  "npm": "nuxt-floating-prompt-module",
1542
1721
  "icon": "",
@@ -1645,14 +1824,37 @@
1645
1824
  "requires": {}
1646
1825
  }
1647
1826
  },
1827
+ {
1828
+ "name": "fonts",
1829
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1830
+ "repo": "nuxt/fonts",
1831
+ "npm": "@nuxt/fonts",
1832
+ "icon": "nuxt.svg",
1833
+ "github": "https://github.com/nuxt/fonts",
1834
+ "website": "https://github.com/nuxt/fonts",
1835
+ "learn_more": "",
1836
+ "category": "Libraries",
1837
+ "type": "official",
1838
+ "maintainers": [
1839
+ {
1840
+ "name": "Daniel Roe",
1841
+ "github": "danielroe",
1842
+ "twitter": "danielcroe"
1843
+ }
1844
+ ],
1845
+ "compatibility": {
1846
+ "nuxt": "^3.0.0",
1847
+ "requires": {}
1848
+ }
1849
+ },
1648
1850
  {
1649
1851
  "name": "form-actions",
1650
1852
  "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",
1853
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1652
1854
  "npm": "@hebilicious/form-actions-nuxt",
1653
1855
  "icon": "form-actions.svg",
1654
1856
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1655
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1857
+ "website": "https://form-actions-nuxt.pages.dev/",
1656
1858
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1657
1859
  "category": "Request",
1658
1860
  "type": "3rd-party",
@@ -1664,7 +1866,7 @@
1664
1866
  }
1665
1867
  ],
1666
1868
  "compatibility": {
1667
- "nuxt": "^3.0.0",
1869
+ "nuxt": "^3.7.0",
1668
1870
  "requires": {}
1669
1871
  }
1670
1872
  },
@@ -1676,7 +1878,7 @@
1676
1878
  "icon": "formkit.png",
1677
1879
  "github": "https://github.com/formkit/formkit",
1678
1880
  "website": "https://formkit.com",
1679
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1881
+ "learn_more": "https://formkit.com/getting-started/installation",
1680
1882
  "category": "Libraries",
1681
1883
  "type": "3rd-party",
1682
1884
  "maintainers": [
@@ -1742,7 +1944,7 @@
1742
1944
  },
1743
1945
  {
1744
1946
  "name": "google-adsense",
1745
- "description": "Google Adsense Module for Nuxt.js",
1947
+ "description": "Google Adsense Module for Nuxt",
1746
1948
  "repo": "nuxt-community/google-adsense-module",
1747
1949
  "npm": "@nuxtjs/google-adsense",
1748
1950
  "icon": "google-adsense.png",
@@ -1768,7 +1970,7 @@
1768
1970
  },
1769
1971
  {
1770
1972
  "name": "google-analytics",
1771
- "description": "Google analytics Module for Nuxt.js",
1973
+ "description": "Google analytics Module for Nuxt",
1772
1974
  "repo": "nuxt-community/analytics-module",
1773
1975
  "npm": "@nuxtjs/google-analytics",
1774
1976
  "icon": "google-analytics.png",
@@ -1800,12 +2002,12 @@
1800
2002
  },
1801
2003
  {
1802
2004
  "name": "google-fonts",
1803
- "description": "Google Fonts module for NuxtJS",
1804
- "repo": "nuxt-community/google-fonts-module",
2005
+ "description": "Google Fonts module for Nuxt",
2006
+ "repo": "nuxt-modules/google-fonts",
1805
2007
  "npm": "@nuxtjs/google-fonts",
1806
2008
  "icon": "google-fonts.png",
1807
- "github": "https://github.com/nuxt-community/google-fonts-module",
1808
- "website": "https://github.com/nuxt-community/google-fonts-module",
2009
+ "github": "https://github.com/nuxt-modules/google-fonts",
2010
+ "website": "https://google-fonts.nuxtjs.org",
1809
2011
  "learn_more": "https://developers.google.com/fonts",
1810
2012
  "category": "Fonts",
1811
2013
  "type": "community",
@@ -1824,7 +2026,7 @@
1824
2026
  },
1825
2027
  {
1826
2028
  "name": "google-gtag",
1827
- "description": "Google GTag for Nuxt.js",
2029
+ "description": "Google GTag for Nuxt",
1828
2030
  "repo": "nuxt-community/google-gtag",
1829
2031
  "npm": "@nuxtjs/google-gtag",
1830
2032
  "icon": "gtm.png",
@@ -1850,7 +2052,7 @@
1850
2052
  },
1851
2053
  {
1852
2054
  "name": "google-optimize",
1853
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2055
+ "description": "SSR friendly Google Optimize module for Nuxt",
1854
2056
  "repo": "nuxt-community/google-optimize-module",
1855
2057
  "npm": "nuxt-google-optimize",
1856
2058
  "icon": "google-optimize.png",
@@ -1889,7 +2091,7 @@
1889
2091
  "icon": "graphql-client.svg",
1890
2092
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1891
2093
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1892
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2094
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1893
2095
  "category": "Request",
1894
2096
  "type": "3rd-party",
1895
2097
  "maintainers": [
@@ -1905,7 +2107,7 @@
1905
2107
  },
1906
2108
  {
1907
2109
  "name": "graphql-request",
1908
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2110
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1909
2111
  "repo": "gomah/nuxt-graphql-request",
1910
2112
  "npm": "nuxt-graphql-request",
1911
2113
  "icon": "graphql-request.png",
@@ -1921,7 +2123,7 @@
1921
2123
  }
1922
2124
  ],
1923
2125
  "compatibility": {
1924
- "nuxt": "^2.0.0",
2126
+ "nuxt": "^2.0.0 || ^3.0.0",
1925
2127
  "requires": {}
1926
2128
  }
1927
2129
  },
@@ -1944,12 +2146,13 @@
1944
2146
  ],
1945
2147
  "compatibility": {
1946
2148
  "nuxt": "^3.0.0",
1947
- "requires": {}
2149
+ "requires": {},
2150
+ "devtools": "^0.0.0"
1948
2151
  }
1949
2152
  },
1950
2153
  {
1951
2154
  "name": "gtag",
1952
- "description": "Google Analytics integration for Nuxt 3",
2155
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1953
2156
  "repo": "johannschopplich/nuxt-gtag",
1954
2157
  "npm": "nuxt-gtag",
1955
2158
  "icon": "gtag.svg",
@@ -1973,7 +2176,7 @@
1973
2176
  },
1974
2177
  {
1975
2178
  "name": "gtm",
1976
- "description": "Google Tag Manager Module for Nuxt.js",
2179
+ "description": "Google Tag Manager Module for Nuxt",
1977
2180
  "repo": "nuxt-community/gtm-module",
1978
2181
  "npm": "@nuxtjs/gtm",
1979
2182
  "icon": "gtm.png",
@@ -1996,7 +2199,7 @@
1996
2199
  },
1997
2200
  {
1998
2201
  "name": "guess",
1999
- "description": "Guess.js module for Nuxt.js",
2202
+ "description": "Guess.js module for Nuxt",
2000
2203
  "repo": "nuxt-community/guess-module",
2001
2204
  "npm": "@nuxtjs/guess-module",
2002
2205
  "icon": "guessjs.png",
@@ -2108,7 +2311,7 @@
2108
2311
  },
2109
2312
  {
2110
2313
  "name": "helmet",
2111
- "description": "Easy Helmet module with Nuxt.js'",
2314
+ "description": "Easy Helmet module with Nuxt'",
2112
2315
  "repo": "victor-perez/nuxt-helmet",
2113
2316
  "npm": "nuxt-helmet",
2114
2317
  "icon": "",
@@ -2152,7 +2355,7 @@
2152
2355
  },
2153
2356
  {
2154
2357
  "name": "history-state",
2155
- "description": "Nuxt.js module to backup or restore historical states",
2358
+ "description": "Nuxt module to backup or restore historical states",
2156
2359
  "repo": "hidekatsu-izuno/nuxt-history-state",
2157
2360
  "npm": "nuxt-history-state",
2158
2361
  "icon": "",
@@ -2172,6 +2375,28 @@
2172
2375
  "requires": {}
2173
2376
  }
2174
2377
  },
2378
+ {
2379
+ "name": "hotjar",
2380
+ "description": "Add HotJar to your Nuxt application",
2381
+ "repo": "damevin/nuxt-module-hotjar",
2382
+ "npm": "nuxt-module-hotjar",
2383
+ "icon": "hotjar.png",
2384
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2385
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2386
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2387
+ "category": "SEO",
2388
+ "type": "3rd-party",
2389
+ "maintainers": [
2390
+ {
2391
+ "name": "Raphaël DAMEVIN",
2392
+ "github": "damevin"
2393
+ }
2394
+ ],
2395
+ "compatibility": {
2396
+ "nuxt": "^3.0.0",
2397
+ "requires": {}
2398
+ }
2399
+ },
2175
2400
  {
2176
2401
  "name": "html-minifier",
2177
2402
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2221,7 +2446,7 @@
2221
2446
  },
2222
2447
  {
2223
2448
  "name": "http",
2224
- "description": "Universal HTTP Module for Nuxt.js",
2449
+ "description": "Universal HTTP Module for Nuxt",
2225
2450
  "repo": "nuxt/http",
2226
2451
  "npm": "@nuxt/http",
2227
2452
  "icon": "http.png",
@@ -2247,9 +2472,47 @@
2247
2472
  "requires": {}
2248
2473
  }
2249
2474
  },
2475
+ {
2476
+ "name": "hub",
2477
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2478
+ "repo": "nuxt-hub/core",
2479
+ "npm": "@nuxthub/core",
2480
+ "icon": "nuxthub.svg",
2481
+ "github": "https://github.com/nuxt-hub/core",
2482
+ "website": "https://hub.nuxt.com",
2483
+ "learn_more": "",
2484
+ "category": "Database",
2485
+ "type": "3rd-party",
2486
+ "maintainers": [
2487
+ {
2488
+ "name": "Sebastien Chopin",
2489
+ "github": "Atinux"
2490
+ },
2491
+ {
2492
+ "name": "Ahad Birang",
2493
+ "github": "farnabaz"
2494
+ },
2495
+ {
2496
+ "name": "Sylvain Marroufin",
2497
+ "github": "smarroufin"
2498
+ },
2499
+ {
2500
+ "name": "Florent Delerue",
2501
+ "github": "flosciante"
2502
+ },
2503
+ {
2504
+ "name": "NuxtLabs",
2505
+ "github": "nuxtlabs"
2506
+ }
2507
+ ],
2508
+ "compatibility": {
2509
+ "nuxt": "^3.0.0",
2510
+ "requires": {}
2511
+ }
2512
+ },
2250
2513
  {
2251
2514
  "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.",
2515
+ "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
2516
  "repo": "Luxdamore/nuxt-humans-txt",
2254
2517
  "npm": "@luxdamore/nuxt-humans-txt",
2255
2518
  "icon": "",
@@ -2273,12 +2536,12 @@
2273
2536
  {
2274
2537
  "name": "i18n",
2275
2538
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2276
- "repo": "nuxt-community/i18n-module",
2539
+ "repo": "nuxt-modules/i18n",
2277
2540
  "npm": "@nuxtjs/i18n",
2278
2541
  "icon": "i18n.png",
2279
- "github": "https://github.com/nuxt-community/i18n-module",
2542
+ "github": "https://github.com/nuxt-modules/i18n",
2280
2543
  "website": "https://i18n.nuxtjs.org",
2281
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2544
+ "learn_more": "https://vue-i18n.intlify.dev/",
2282
2545
  "category": "Extensions",
2283
2546
  "type": "community",
2284
2547
  "maintainers": [
@@ -2289,6 +2552,10 @@
2289
2552
  {
2290
2553
  "name": "Kazuya Kawaguchi",
2291
2554
  "github": "kazupon"
2555
+ },
2556
+ {
2557
+ "name": "Bobbie Goede",
2558
+ "github": "BobbieGoede"
2292
2559
  }
2293
2560
  ],
2294
2561
  "compatibility": {
@@ -2318,6 +2585,29 @@
2318
2585
  "requires": {}
2319
2586
  }
2320
2587
  },
2588
+ {
2589
+ "name": "icon-tw",
2590
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2591
+ "repo": "jcamp-code/nuxt-icon-tw",
2592
+ "npm": "nuxt-icon-tw",
2593
+ "icon": "nuxt-icon.png",
2594
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2595
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2596
+ "learn_more": "",
2597
+ "category": "UI",
2598
+ "type": "3rd-party",
2599
+ "maintainers": [
2600
+ {
2601
+ "name": "JohnCampionJr",
2602
+ "github": "JohnCampionJr"
2603
+ }
2604
+ ],
2605
+ "compatibility": {
2606
+ "nuxt": "^3.0.0",
2607
+ "requires": {},
2608
+ "devtools": "^0.0.0"
2609
+ }
2610
+ },
2321
2611
  {
2322
2612
  "name": "icon",
2323
2613
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2337,7 +2627,8 @@
2337
2627
  ],
2338
2628
  "compatibility": {
2339
2629
  "nuxt": "^3.0.0",
2340
- "requires": {}
2630
+ "requires": {},
2631
+ "devtools": "^0.0.0"
2341
2632
  }
2342
2633
  },
2343
2634
  {
@@ -2386,12 +2677,12 @@
2386
2677
  },
2387
2678
  {
2388
2679
  "name": "image",
2389
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2680
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2390
2681
  "repo": "nuxt/image",
2391
2682
  "npm": "@nuxt/image",
2392
2683
  "icon": "image.png",
2393
2684
  "github": "https://github.com/nuxt/image",
2394
- "website": "https://image.nuxtjs.org",
2685
+ "website": "https://image.nuxt.com",
2395
2686
  "learn_more": "",
2396
2687
  "category": "Images",
2397
2688
  "type": "official",
@@ -2401,6 +2692,11 @@
2401
2692
  "github": "farnabaz",
2402
2693
  "twitter": "a_birang"
2403
2694
  },
2695
+ {
2696
+ "name": "Daniel Roe",
2697
+ "github": "danielroe",
2698
+ "twitter": "danielcroe"
2699
+ },
2404
2700
  {
2405
2701
  "name": "Pooya Parsa",
2406
2702
  "github": "pi0",
@@ -2421,7 +2717,7 @@
2421
2717
  },
2422
2718
  {
2423
2719
  "name": "imagemin",
2424
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2720
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2425
2721
  "repo": "nuxt-community/imagemin-module",
2426
2722
  "npm": "@nuxtjs/imagemin",
2427
2723
  "icon": "imagemin.png",
@@ -2468,7 +2764,7 @@
2468
2764
  },
2469
2765
  {
2470
2766
  "name": "intercom",
2471
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2767
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2472
2768
  "repo": "hex-digital/nuxt-intercom",
2473
2769
  "npm": "@hexdigital/nuxt-intercom",
2474
2770
  "icon": "intercom.png",
@@ -2513,7 +2809,7 @@
2513
2809
  },
2514
2810
  {
2515
2811
  "name": "jsonapi",
2516
- "description": "Easy JSON:API client integration for Nuxt.js",
2812
+ "description": "Easy JSON:API client integration for Nuxt",
2517
2813
  "repo": "patrickcate/nuxt-jsonapi",
2518
2814
  "npm": "nuxt-jsonapi",
2519
2815
  "icon": "jsonapi.svg",
@@ -2555,14 +2851,42 @@
2555
2851
  "requires": {}
2556
2852
  }
2557
2853
  },
2854
+ {
2855
+ "name": "kinde",
2856
+ "description": "Kinde authentication integration for Nuxt",
2857
+ "repo": "nuxt-modules/kinde",
2858
+ "npm": "@nuxtjs/kinde",
2859
+ "icon": "kinde.svg",
2860
+ "github": "https://github.com/nuxt-modules/kinde",
2861
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2862
+ "learn_more": "https://kinde.com/",
2863
+ "category": "Security",
2864
+ "type": "community",
2865
+ "maintainers": [
2866
+ {
2867
+ "name": "danielroe",
2868
+ "github": "danielroe"
2869
+ },
2870
+ {
2871
+ "name": "daveordead",
2872
+ "github": "DaveOrDead",
2873
+ "twitter": "dave_or_dead"
2874
+ }
2875
+ ],
2876
+ "compatibility": {
2877
+ "nuxt": "^3.0.0",
2878
+ "requires": {}
2879
+ },
2880
+ "sponsor": true
2881
+ },
2558
2882
  {
2559
2883
  "name": "kql",
2560
- "description": "Nuxt 3 module for Kirby's Query Language API",
2884
+ "description": "Nuxt module for Kirby's Query Language API",
2561
2885
  "repo": "johannschopplich/nuxt-kql",
2562
2886
  "npm": "nuxt-kql",
2563
2887
  "icon": "kql.svg",
2564
2888
  "github": "https://github.com/johannschopplich/nuxt-kql",
2565
- "website": "https://nuxt-kql.jhnn.dev",
2889
+ "website": "https://nuxt-kql.byjohann.dev/",
2566
2890
  "learn_more": "",
2567
2891
  "category": "CMS",
2568
2892
  "type": "3rd-party",
@@ -2581,7 +2905,7 @@
2581
2905
  },
2582
2906
  {
2583
2907
  "name": "laravel-echo",
2584
- "description": "Laravel Echo for Nuxt.js",
2908
+ "description": "Laravel Echo for Nuxt",
2585
2909
  "repo": "nuxt-community/laravel-echo",
2586
2910
  "npm": "@nuxtjs/laravel-echo",
2587
2911
  "icon": "laravel-echo.png",
@@ -2623,6 +2947,28 @@
2623
2947
  "requires": {}
2624
2948
  }
2625
2949
  },
2950
+ {
2951
+ "name": "laravel-precognition",
2952
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2953
+ "repo": "sot1986/nuxt-laravel-precognition",
2954
+ "npm": "nuxt-laravel-precognition",
2955
+ "icon": "laravel.svg",
2956
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2957
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2958
+ "learn_more": "",
2959
+ "category": "Security",
2960
+ "type": "3rd-party",
2961
+ "maintainers": [
2962
+ {
2963
+ "name": "sot1986",
2964
+ "github": "sot1986"
2965
+ }
2966
+ ],
2967
+ "compatibility": {
2968
+ "nuxt": "^3.0.0",
2969
+ "requires": {}
2970
+ }
2971
+ },
2626
2972
  {
2627
2973
  "name": "laravel",
2628
2974
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2669,13 +3015,13 @@
2669
3015
  },
2670
3016
  {
2671
3017
  "name": "link-checker",
2672
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
3018
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2673
3019
  "repo": "harlan-zw/nuxt-link-checker",
2674
3020
  "npm": "nuxt-link-checker",
2675
- "icon": "",
3021
+ "icon": "link-checker.svg",
2676
3022
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2677
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2678
- "learn_more": "",
3023
+ "website": "https://nuxtseo.com/link-checker",
3024
+ "learn_more": "https://nuxtseo.com/link-checker",
2679
3025
  "category": "SEO",
2680
3026
  "type": "3rd-party",
2681
3027
  "maintainers": [
@@ -2688,7 +3034,8 @@
2688
3034
  ],
2689
3035
  "compatibility": {
2690
3036
  "nuxt": "^3.0.0",
2691
- "requires": {}
3037
+ "requires": {},
3038
+ "devtools": "^0.0.0"
2692
3039
  }
2693
3040
  },
2694
3041
  {
@@ -2765,12 +3112,12 @@
2765
3112
  },
2766
3113
  {
2767
3114
  "name": "logrocket",
2768
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2769
- "repo": "nuxt-community/nuxt-logrocket",
3115
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3116
+ "repo": "nuxt-modules/logrocket",
2770
3117
  "npm": "nuxt-logrocket",
2771
3118
  "icon": "logrocket.png",
2772
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2773
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3119
+ "github": "https://github.com/nuxt-modules/logrocket",
3120
+ "website": "https://github.com/nuxt-modules/logrocket",
2774
3121
  "learn_more": "https://docs.logrocket.com/docs",
2775
3122
  "category": "Monitoring",
2776
3123
  "type": "community",
@@ -2786,9 +3133,35 @@
2786
3133
  "requires": {}
2787
3134
  }
2788
3135
  },
3136
+ {
3137
+ "name": "lucide-icons",
3138
+ "description": "Nuxt module to integrate Lucide icons",
3139
+ "repo": "swisnl/nuxt-lucide-icons",
3140
+ "npm": "nuxt-lucide-icons",
3141
+ "icon": "lucide-icons.svg",
3142
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3143
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3144
+ "learn_more": "",
3145
+ "category": "UI",
3146
+ "type": "3rd-party",
3147
+ "maintainers": [
3148
+ {
3149
+ "name": "SWIS",
3150
+ "github": "swisnl"
3151
+ },
3152
+ {
3153
+ "name": "Jasper Zonneveld",
3154
+ "github": "JaZo"
3155
+ }
3156
+ ],
3157
+ "compatibility": {
3158
+ "nuxt": "^3.0.0",
3159
+ "requires": {}
3160
+ }
3161
+ },
2789
3162
  {
2790
3163
  "name": "lunr",
2791
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3164
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2792
3165
  "repo": "nuxt-community/lunr-module",
2793
3166
  "npm": "@nuxtjs/lunr-module",
2794
3167
  "icon": "",
@@ -2811,10 +3184,10 @@
2811
3184
  {
2812
3185
  "name": "magic-regexp",
2813
3186
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2814
- "repo": "danielroe/magic-regexp",
3187
+ "repo": "unjs/magic-regexp",
2815
3188
  "npm": "magic-regexp",
2816
3189
  "icon": "magic-regexp.svg",
2817
- "github": "https://github.com/danielroe/magic-regexp",
3190
+ "github": "https://github.com/unjs/magic-regexp",
2818
3191
  "website": "https://magic-regexp.roe.dev",
2819
3192
  "learn_more": "https://magic-regexp.roe.dev",
2820
3193
  "category": "Libraries",
@@ -2831,6 +3204,29 @@
2831
3204
  "requires": {}
2832
3205
  }
2833
3206
  },
3207
+ {
3208
+ "name": "mailpit",
3209
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3210
+ "repo": "tdolsen/nuxt-mailpit",
3211
+ "npm": "nuxt-mailpit",
3212
+ "icon": "mailpit.svg",
3213
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3214
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3215
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3216
+ "category": "Devtools",
3217
+ "type": "3rd-party",
3218
+ "maintainers": [
3219
+ {
3220
+ "name": "Torkild Dyvik Olsen",
3221
+ "github": "tdolsen",
3222
+ "twitter": "tdolsen"
3223
+ }
3224
+ ],
3225
+ "compatibility": {
3226
+ "nuxt": "^3.8.0",
3227
+ "requires": {}
3228
+ }
3229
+ },
2834
3230
  {
2835
3231
  "name": "markdownit",
2836
3232
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2854,6 +3250,30 @@
2854
3250
  "requires": {}
2855
3251
  }
2856
3252
  },
3253
+ {
3254
+ "name": "marquee",
3255
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3256
+ "repo": "hanzydev/nuxt-marquee",
3257
+ "npm": "nuxt-marquee",
3258
+ "icon": "marquee.png",
3259
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3260
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3261
+ "learn_more": "",
3262
+ "category": "UI",
3263
+ "type": "3rd-party",
3264
+ "maintainers": [
3265
+ {
3266
+ "name": "Hànzy",
3267
+ "github": "hanzydev",
3268
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3269
+ }
3270
+ ],
3271
+ "compatibility": {
3272
+ "nuxt": "^3.0.0",
3273
+ "requires": {},
3274
+ "devtools": "^0.0.0"
3275
+ }
3276
+ },
2857
3277
  {
2858
3278
  "name": "matomo",
2859
3279
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2876,6 +3296,50 @@
2876
3296
  "requires": {}
2877
3297
  }
2878
3298
  },
3299
+ {
3300
+ "name": "maz-ui",
3301
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3302
+ "repo": "louismazel/maz-ui#master/packages/lib",
3303
+ "npm": "maz-ui",
3304
+ "icon": "maz-ui.png",
3305
+ "github": "https://github.com/louismazel/maz-ui",
3306
+ "website": "https://maz-ui.com/",
3307
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3308
+ "category": "UI",
3309
+ "type": "3rd-party",
3310
+ "maintainers": [
3311
+ {
3312
+ "name": "Loïc Mazuel",
3313
+ "github": "LouisMazel"
3314
+ }
3315
+ ],
3316
+ "compatibility": {
3317
+ "nuxt": "^3.0.0",
3318
+ "requires": {}
3319
+ }
3320
+ },
3321
+ {
3322
+ "name": "mdc",
3323
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3324
+ "repo": "nuxt-modules/mdc",
3325
+ "npm": "@nuxtjs/mdc",
3326
+ "icon": "mdc.png",
3327
+ "github": "https://github.com/nuxt-modules/mdc",
3328
+ "website": "https://github.com/nuxt-modules/mdc",
3329
+ "learn_more": "",
3330
+ "category": "Extensions",
3331
+ "type": "community",
3332
+ "maintainers": [
3333
+ {
3334
+ "name": "farnabaz",
3335
+ "github": "farnabaz"
3336
+ }
3337
+ ],
3338
+ "compatibility": {
3339
+ "nuxt": "^3.0.0",
3340
+ "requires": {}
3341
+ }
3342
+ },
2879
3343
  {
2880
3344
  "name": "mdx",
2881
3345
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2901,7 +3365,7 @@
2901
3365
  },
2902
3366
  {
2903
3367
  "name": "medusa",
2904
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3368
+ "description": "Easily connect to Medusa from your Nuxt application",
2905
3369
  "repo": "Baroshem/nuxt-medusa",
2906
3370
  "npm": "nuxt-medusa",
2907
3371
  "icon": "medusa.svg",
@@ -2926,7 +3390,7 @@
2926
3390
  },
2927
3391
  {
2928
3392
  "name": "meilisearch",
2929
- "description": "Meilisearch Instant Search module for Nuxt 3",
3393
+ "description": "Meilisearch Instant Search module for Nuxt",
2930
3394
  "repo": "xlanex6/nuxt-meilisearch",
2931
3395
  "npm": "nuxt-meilisearch",
2932
3396
  "icon": "meilisearch.svg",
@@ -2946,7 +3410,8 @@
2946
3410
  "nuxt": "^3.0.0",
2947
3411
  "requires": {
2948
3412
  "bridge": false
2949
- }
3413
+ },
3414
+ "devtools": "^0.0.0"
2950
3415
  }
2951
3416
  },
2952
3417
  {
@@ -2971,28 +3436,6 @@
2971
3436
  "requires": {}
2972
3437
  }
2973
3438
  },
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
3439
  {
2997
3440
  "name": "module-feed",
2998
3441
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3018,7 +3461,7 @@
3018
3461
  },
3019
3462
  {
3020
3463
  "name": "moment",
3021
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3464
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3022
3465
  "repo": "nuxt-community/moment-module",
3023
3466
  "npm": "@nuxtjs/moment",
3024
3467
  "icon": "momentjs.png",
@@ -3044,20 +3487,20 @@
3044
3487
  }
3045
3488
  },
3046
3489
  {
3047
- "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.",
3049
- "repo": "vanhoofmaarten/nuxt-mq",
3050
- "npm": "nuxt-mq",
3490
+ "name": "neo",
3491
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3492
+ "repo": "ezypeeze/nuxt-neo",
3493
+ "npm": "nuxt-neo",
3051
3494
  "icon": "",
3052
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3053
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3054
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3055
- "category": "Libraries",
3495
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3496
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3497
+ "learn_more": "",
3498
+ "category": "Request",
3056
3499
  "type": "3rd-party",
3057
3500
  "maintainers": [
3058
3501
  {
3059
- "name": "vanhoofmaarten",
3060
- "github": "vanhoofmaarten"
3502
+ "name": "ezypeeze",
3503
+ "github": "ezypeeze"
3061
3504
  }
3062
3505
  ],
3063
3506
  "compatibility": {
@@ -3066,30 +3509,30 @@
3066
3509
  }
3067
3510
  },
3068
3511
  {
3069
- "name": "neo",
3070
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3071
- "repo": "ezypeeze/nuxt-neo",
3072
- "npm": "nuxt-neo",
3073
- "icon": "",
3074
- "github": "https://github.com/ezypeeze/nuxt-neo",
3075
- "website": "https://ezypeeze.github.io/nuxt-neo",
3512
+ "name": "neo4j",
3513
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3514
+ "repo": "arashsheyda/nuxt-neo4j",
3515
+ "npm": "nuxt-neo4j",
3516
+ "icon": "nuxt-neo4j.png",
3517
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3518
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3076
3519
  "learn_more": "",
3077
- "category": "Request",
3520
+ "category": "Database",
3078
3521
  "type": "3rd-party",
3079
3522
  "maintainers": [
3080
3523
  {
3081
- "name": "ezypeeze",
3082
- "github": "ezypeeze"
3524
+ "name": "arashsheyda",
3525
+ "github": "arashsheyda"
3083
3526
  }
3084
3527
  ],
3085
3528
  "compatibility": {
3086
- "nuxt": "^2.0.0",
3529
+ "nuxt": "^3.0.0",
3087
3530
  "requires": {}
3088
3531
  }
3089
3532
  },
3090
3533
  {
3091
3534
  "name": "netlify-cache",
3092
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3535
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3093
3536
  "repo": "DreaMinder/nuxt-netlify-cache",
3094
3537
  "npm": "nuxt-netlify-cache",
3095
3538
  "icon": "netlify.png",
@@ -3134,13 +3577,13 @@
3134
3577
  },
3135
3578
  {
3136
3579
  "name": "netlify",
3137
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3138
- "repo": "bazzite/nuxt-netlify",
3580
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3581
+ "repo": "juliomrqz/nuxt-netlify",
3139
3582
  "npm": "@aceforth/nuxt-netlify",
3140
3583
  "icon": "netlify.png",
3141
- "github": "https://github.com/bazzite/nuxt-netlify",
3142
- "website": "https://marquez.co/docs/nuxt-netlify/",
3143
- "learn_more": "",
3584
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3585
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3586
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3144
3587
  "category": "Deployment",
3145
3588
  "type": "3rd-party",
3146
3589
  "maintainers": [
@@ -3249,24 +3692,92 @@
3249
3692
  }
3250
3693
  },
3251
3694
  {
3252
- "name": "nuxt-auth",
3253
- "description": "",
3254
- "repo": "sidebase/nuxt-auth",
3255
- "npm": "@sidebase/nuxt-auth",
3695
+ "name": "nuxt-asciidoc",
3696
+ "description": "Transformer for using asciidoc in nuxt",
3697
+ "repo": "Chris2011/nuxt-asciidoc",
3698
+ "npm": "nuxt-asciidoc",
3699
+ "icon": "nuxt-asciidoc.svg",
3700
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3701
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3702
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3703
+ "category": "Extensions",
3704
+ "type": "3rd-party",
3705
+ "maintainers": [
3706
+ {
3707
+ "name": "Christian Lenz",
3708
+ "github": "Chris2011",
3709
+ "twitter": "Chrizzly42"
3710
+ }
3711
+ ],
3712
+ "compatibility": {
3713
+ "nuxt": "^3.0.0",
3714
+ "requires": {}
3715
+ }
3716
+ },
3717
+ {
3718
+ "name": "nuxt-auth-sanctum",
3719
+ "description": "Nuxt module for Laravel Sanctum authentication",
3720
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3721
+ "npm": "nuxt-auth-sanctum",
3722
+ "icon": "laravel.svg",
3723
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3724
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3725
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3726
+ "category": "Security",
3727
+ "type": "3rd-party",
3728
+ "maintainers": [
3729
+ {
3730
+ "name": "Artem Manchenkov",
3731
+ "github": "manchenkoff",
3732
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3733
+ }
3734
+ ],
3735
+ "compatibility": {
3736
+ "nuxt": "^3.9.0",
3737
+ "requires": {}
3738
+ }
3739
+ },
3740
+ {
3741
+ "name": "nuxt-basic-auth",
3742
+ "description": "Nuxt Module for Basic Authentication",
3743
+ "repo": "kgierke/nuxt-basic-auth",
3744
+ "npm": "@kgierke/nuxt-basic-auth",
3256
3745
  "icon": "",
3257
- "github": "https://github.com/sidebase/nuxt-auth",
3258
- "website": "https://github.com/sidebase/nuxt-auth",
3746
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3747
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3259
3748
  "learn_more": "",
3260
- "category": "Devtools",
3749
+ "category": "Security",
3261
3750
  "type": "3rd-party",
3262
3751
  "maintainers": [
3263
3752
  {
3264
- "name": "sidebase",
3265
- "github": "sidebase"
3753
+ "name": "kgierke",
3754
+ "github": "kgierke"
3266
3755
  }
3267
3756
  ],
3268
3757
  "compatibility": {
3269
- "nuxt": "^2.0.0",
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3762
+ {
3763
+ "name": "nuxt-bezier",
3764
+ "description": "Reusable transition components",
3765
+ "repo": "50rayn/nuxt-bezier",
3766
+ "npm": "nuxt-bezier",
3767
+ "icon": "nuxt-bezier.png",
3768
+ "github": "https://github.com/50rayn/nuxt-bezier",
3769
+ "website": "https://github.com/50rayn/nuxt-bezier",
3770
+ "learn_more": "https://github.com/Noction/vue-bezier",
3771
+ "category": "UI",
3772
+ "type": "3rd-party",
3773
+ "maintainers": [
3774
+ {
3775
+ "name": "Soryn Gitlan",
3776
+ "github": "50rayn"
3777
+ }
3778
+ ],
3779
+ "compatibility": {
3780
+ "nuxt": "^3.0.0",
3270
3781
  "requires": {}
3271
3782
  }
3272
3783
  },
@@ -3294,7 +3805,7 @@
3294
3805
  },
3295
3806
  {
3296
3807
  "name": "nuxt-chatgpt",
3297
- "description": "ChatGPT integration for Nuxt 3",
3808
+ "description": "ChatGPT integration for Nuxt",
3298
3809
  "repo": "schnapsterdog/nuxt-chatgpt",
3299
3810
  "npm": "nuxt-chatgpt",
3300
3811
  "icon": "chatgpt.svg",
@@ -3314,6 +3825,121 @@
3314
3825
  "requires": {}
3315
3826
  }
3316
3827
  },
3828
+ {
3829
+ "name": "nuxt-cookie-consent",
3830
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3831
+ "repo": "weareheavy/nuxt-cookie-consent",
3832
+ "npm": "@weareheavy/nuxt-cookie-consent",
3833
+ "icon": "wah.svg",
3834
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3835
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3836
+ "learn_more": "",
3837
+ "category": "Extensions",
3838
+ "type": "3rd-party",
3839
+ "maintainers": [
3840
+ {
3841
+ "name": "weareheavy",
3842
+ "github": "weareheavy"
3843
+ }
3844
+ ],
3845
+ "compatibility": {
3846
+ "nuxt": "^3.0.0",
3847
+ "requires": {}
3848
+ }
3849
+ },
3850
+ {
3851
+ "name": "nuxt-facebook-chat",
3852
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3853
+ "repo": "superdev-tech/nuxt-facebook-chat",
3854
+ "npm": "nuxt-facebook-chat",
3855
+ "icon": "nuxt-facebook-chat.svg",
3856
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3857
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3858
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3859
+ "category": "Libraries",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "Supanut Dokmaithong",
3864
+ "github": "Boomgeek"
3865
+ },
3866
+ {
3867
+ "name": "superdev-tech",
3868
+ "github": "superdev-tech"
3869
+ }
3870
+ ],
3871
+ "compatibility": {
3872
+ "nuxt": "^3.0.0",
3873
+ "requires": {}
3874
+ }
3875
+ },
3876
+ {
3877
+ "name": "nuxt-feather-icons",
3878
+ "description": "The Feather Icons in Nuxt 3.",
3879
+ "repo": "4sllan/nuxt-feather-icons",
3880
+ "npm": "nuxt-feather-icons",
3881
+ "icon": "nuxt-feather-icons.png",
3882
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3883
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3884
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3885
+ "category": "UI",
3886
+ "type": "3rd-party",
3887
+ "maintainers": [
3888
+ {
3889
+ "name": "4sllan",
3890
+ "github": "4sllan"
3891
+ }
3892
+ ],
3893
+ "compatibility": {
3894
+ "nuxt": "^3.0.0",
3895
+ "requires": {}
3896
+ }
3897
+ },
3898
+ {
3899
+ "name": "nuxt-feedme",
3900
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3901
+ "repo": "helltraitor/nuxt-feedme",
3902
+ "npm": "nuxt-feedme",
3903
+ "icon": "",
3904
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3905
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3906
+ "learn_more": "",
3907
+ "category": "SEO",
3908
+ "type": "3rd-party",
3909
+ "maintainers": [
3910
+ {
3911
+ "name": "Helltraitor",
3912
+ "github": "helltraitor"
3913
+ }
3914
+ ],
3915
+ "compatibility": {
3916
+ "nuxt": "^3.0.0",
3917
+ "requires": {}
3918
+ }
3919
+ },
3920
+ {
3921
+ "name": "nuxt-fontawesome",
3922
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3923
+ "repo": "bezumkin/nuxt-fontawesome",
3924
+ "npm": "@vesp/nuxt-fontawesome",
3925
+ "icon": "nuxt-fontawesome.svg",
3926
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3927
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3928
+ "learn_more": "https://fontawesome.com",
3929
+ "category": "UI",
3930
+ "type": "3rd-party",
3931
+ "maintainers": [
3932
+ {
3933
+ "name": "Vasily Naumkin",
3934
+ "github": "bezumkin",
3935
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3936
+ }
3937
+ ],
3938
+ "compatibility": {
3939
+ "nuxt": "^3.0.0",
3940
+ "requires": {}
3941
+ }
3942
+ },
3317
3943
  {
3318
3944
  "name": "nuxt-graphql-middleware",
3319
3945
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3321,7 +3947,7 @@
3321
3947
  "npm": "nuxt-graphql-middleware",
3322
3948
  "icon": "nuxt-graphql-middleware.svg",
3323
3949
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3324
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3950
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3325
3951
  "learn_more": "",
3326
3952
  "category": "Request",
3327
3953
  "type": "3rd-party",
@@ -3367,7 +3993,7 @@
3367
3993
  },
3368
3994
  {
3369
3995
  "name": "nuxt-gtm",
3370
- "description": "A Nuxt.js module for Google Tag Manager",
3996
+ "description": "A Nuxt module for Google Tag Manager",
3371
3997
  "repo": "zadigetvoltaire/nuxt-gtm",
3372
3998
  "npm": "@zadigetvoltaire/nuxt-gtm",
3373
3999
  "icon": "nuxt-gtm.svg",
@@ -3379,12 +4005,13 @@
3379
4005
  "maintainers": [
3380
4006
  {
3381
4007
  "name": "Zadig&Voltaire Team",
3382
- "github": "https://github.com/zadigetvoltaire"
4008
+ "github": "zadigetvoltaire"
3383
4009
  }
3384
4010
  ],
3385
4011
  "compatibility": {
3386
4012
  "nuxt": "^3.0.0",
3387
- "requires": {}
4013
+ "requires": {},
4014
+ "devtools": "^0.0.0"
3388
4015
  }
3389
4016
  },
3390
4017
  {
@@ -3411,6 +4038,50 @@
3411
4038
  }
3412
4039
  }
3413
4040
  },
4041
+ {
4042
+ "name": "nuxt-interpolation",
4043
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4044
+ "repo": "daliborgogic/nuxt-interpolation#master",
4045
+ "npm": "nuxt-interpolation",
4046
+ "icon": "",
4047
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4048
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4049
+ "learn_more": "",
4050
+ "category": "Devtools",
4051
+ "type": "3rd-party",
4052
+ "maintainers": [
4053
+ {
4054
+ "name": "daliborgogic",
4055
+ "github": "daliborgogic"
4056
+ }
4057
+ ],
4058
+ "compatibility": {
4059
+ "nuxt": "^2.0.0",
4060
+ "requires": {}
4061
+ }
4062
+ },
4063
+ {
4064
+ "name": "nuxt-jsonld",
4065
+ "description": "Manage JSON-LD in Vue component.",
4066
+ "repo": "ymmooot/nuxt-jsonld",
4067
+ "npm": "nuxt-jsonld",
4068
+ "icon": "",
4069
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4070
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4071
+ "learn_more": "",
4072
+ "category": "SEO",
4073
+ "type": "3rd-party",
4074
+ "maintainers": [
4075
+ {
4076
+ "name": "ymmooot",
4077
+ "github": "ymmooot"
4078
+ }
4079
+ ],
4080
+ "compatibility": {
4081
+ "nuxt": "^3.0.0",
4082
+ "requires": {}
4083
+ }
4084
+ },
3414
4085
  {
3415
4086
  "name": "nuxt-localtunnel",
3416
4087
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3418,8 +4089,8 @@
3418
4089
  "npm": "@nuxtus/nuxt-localtunnel",
3419
4090
  "icon": "nuxt-localtunnel.svg",
3420
4091
  "github": "https://github.com/nuxtus/localtunnel",
3421
- "website": "https://nuxtus.com",
3422
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4092
+ "website": "https://docs.nuxtus.com",
4093
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3423
4094
  "category": "Devtools",
3424
4095
  "type": "3rd-party",
3425
4096
  "maintainers": [
@@ -3436,7 +4107,7 @@
3436
4107
  },
3437
4108
  {
3438
4109
  "name": "nuxt-loco",
3439
- "description": "A localise.biz module to synth locale with Nuxt.js",
4110
+ "description": "A localise.biz module to synth locale with Nuxt",
3440
4111
  "repo": "gaetansenn/nuxt-loco",
3441
4112
  "npm": "nuxt-loco",
3442
4113
  "icon": "",
@@ -3457,6 +4128,28 @@
3457
4128
  "requires": {}
3458
4129
  }
3459
4130
  },
4131
+ {
4132
+ "name": "nuxt-mail",
4133
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4134
+ "repo": "dword-design/nuxt-mail",
4135
+ "npm": "nuxt-mail",
4136
+ "icon": "",
4137
+ "github": "https://github.com/dword-design/nuxt-mail",
4138
+ "website": "https://github.com/dword-design/nuxt-mail",
4139
+ "learn_more": "",
4140
+ "category": "Extensions",
4141
+ "type": "3rd-party",
4142
+ "maintainers": [
4143
+ {
4144
+ "name": "Sebastian Landwehr",
4145
+ "github": "dword-design"
4146
+ }
4147
+ ],
4148
+ "compatibility": {
4149
+ "nuxt": "^2.0.0 || ^3.0.0",
4150
+ "requires": {}
4151
+ }
4152
+ },
3460
4153
  {
3461
4154
  "name": "nuxt-mapbox",
3462
4155
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3479,6 +4172,28 @@
3479
4172
  "requires": {}
3480
4173
  }
3481
4174
  },
4175
+ {
4176
+ "name": "nuxt-mdi",
4177
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4178
+ "repo": "ERPedersen/nuxt-mdi",
4179
+ "npm": "nuxt-mdi",
4180
+ "icon": "mdi.png",
4181
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4182
+ "website": "https://nuxt-mdi.emilrosenius.com",
4183
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4184
+ "category": "Libraries",
4185
+ "type": "3rd-party",
4186
+ "maintainers": [
4187
+ {
4188
+ "name": "Emil Rosenius",
4189
+ "github": "ERPedersen"
4190
+ }
4191
+ ],
4192
+ "compatibility": {
4193
+ "nuxt": "^3.0.0",
4194
+ "requires": {}
4195
+ }
4196
+ },
3482
4197
  {
3483
4198
  "name": "nuxt-monaco-editor",
3484
4199
  "description": "Integrate monaco-editor with Nuxt",
@@ -3503,7 +4218,7 @@
3503
4218
  },
3504
4219
  {
3505
4220
  "name": "nuxt-mongoose",
3506
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4221
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3507
4222
  "repo": "arashsheyda/nuxt-mongoose",
3508
4223
  "npm": "nuxt-mongoose",
3509
4224
  "icon": "nuxt-mongoose.svg",
@@ -3518,6 +4233,102 @@
3518
4233
  "github": "arashsheyda"
3519
4234
  }
3520
4235
  ],
4236
+ "compatibility": {
4237
+ "nuxt": "^3.0.0",
4238
+ "requires": {},
4239
+ "devtools": "^0.0.0"
4240
+ }
4241
+ },
4242
+ {
4243
+ "name": "nuxt-oidc-auth",
4244
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4245
+ "repo": "itpropro/nuxt-oidc-auth",
4246
+ "npm": "nuxt-oidc-auth",
4247
+ "icon": "",
4248
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4249
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4250
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4251
+ "category": "Security",
4252
+ "type": "3rd-party",
4253
+ "maintainers": [
4254
+ {
4255
+ "name": "Jan-Henrik Damaschke",
4256
+ "github": "itpropro",
4257
+ "twitter": "jandamaschke"
4258
+ }
4259
+ ],
4260
+ "compatibility": {
4261
+ "nuxt": "^3.0.0",
4262
+ "requires": {}
4263
+ }
4264
+ },
4265
+ {
4266
+ "name": "nuxt-openapi-docs-module",
4267
+ "description": "Generate pages from OpenAPI specifications",
4268
+ "repo": "on-org/nuxt-openapi-docs-module",
4269
+ "npm": "nuxt-openapi-docs-module",
4270
+ "icon": "nuxt-openapi-docs-module.png",
4271
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4272
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4273
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4274
+ "category": "Libraries",
4275
+ "type": "3rd-party",
4276
+ "maintainers": [
4277
+ {
4278
+ "name": "Pavel Kuzmin",
4279
+ "github": "s00d"
4280
+ }
4281
+ ],
4282
+ "compatibility": {
4283
+ "nuxt": "^3.0.0",
4284
+ "requires": {}
4285
+ }
4286
+ },
4287
+ {
4288
+ "name": "nuxt-openid-connect",
4289
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4290
+ "repo": "aborn/nuxt-openid-connect",
4291
+ "npm": "nuxt-openid-connect",
4292
+ "icon": "",
4293
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4294
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4295
+ "learn_more": "",
4296
+ "category": "Security",
4297
+ "type": "3rd-party",
4298
+ "maintainers": [
4299
+ {
4300
+ "name": "Aborn Jiang",
4301
+ "github": "aborn"
4302
+ },
4303
+ {
4304
+ "name": "Khaled Almana",
4305
+ "github": "KhaledAlMana"
4306
+ }
4307
+ ],
4308
+ "compatibility": {
4309
+ "nuxt": "^3.0.0",
4310
+ "requires": {},
4311
+ "devtools": "^0.0.0"
4312
+ }
4313
+ },
4314
+ {
4315
+ "name": "nuxt-payload-analyzer",
4316
+ "description": "Analyze Nuxt Payload Size",
4317
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4318
+ "npm": "nuxt-payload-analyzer",
4319
+ "icon": "",
4320
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4321
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4322
+ "learn_more": "",
4323
+ "category": "Performance",
4324
+ "type": "3rd-party",
4325
+ "maintainers": [
4326
+ {
4327
+ "name": "Barbapapazes",
4328
+ "github": "Barbapapazes",
4329
+ "twitter": "soubiran_"
4330
+ }
4331
+ ],
3521
4332
  "compatibility": {
3522
4333
  "nuxt": "^3.0.0",
3523
4334
  "requires": {}
@@ -3553,8 +4364,8 @@
3553
4364
  "npm": "nuxt-phosphor-icons",
3554
4365
  "icon": "phosphor-icons.svg",
3555
4366
  "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",
4367
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4368
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3558
4369
  "category": "UI",
3559
4370
  "type": "3rd-party",
3560
4371
  "maintainers": [
@@ -3590,31 +4401,9 @@
3590
4401
  "requires": {}
3591
4402
  }
3592
4403
  },
3593
- {
3594
- "name": "plausible",
3595
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3596
- "repo": "nuxt-modules/plausible",
3597
- "npm": "@nuxtjs/plausible",
3598
- "icon": "plausible.png",
3599
- "github": "https://github.com/nuxt-modules/plausible",
3600
- "website": "https://github.com/nuxt-modules/plausible",
3601
- "learn_more": "https://plausible.io/",
3602
- "category": "Analytics",
3603
- "type": "community",
3604
- "maintainers": [
3605
- {
3606
- "name": "Johann Schopplich",
3607
- "github": "johannschopplich"
3608
- }
3609
- ],
3610
- "compatibility": {
3611
- "nuxt": "^3.0.0",
3612
- "requires": {}
3613
- }
3614
- },
3615
4404
  {
3616
4405
  "name": "nuxt-plotly",
3617
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4406
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3618
4407
  "repo": "superdev-tech/nuxt-plotly",
3619
4408
  "npm": "nuxt-plotly",
3620
4409
  "icon": "nuxt-plotly.svg",
@@ -3640,7 +4429,7 @@
3640
4429
  },
3641
4430
  {
3642
4431
  "name": "nuxt-png-to-ico",
3643
- "description": "Nuxt.js module for auto generating favicons",
4432
+ "description": "Nuxt module for auto generating favicons",
3644
4433
  "repo": "b5710546232/nuxt-png-to-ico",
3645
4434
  "npm": "nuxt-png-to-ico",
3646
4435
  "icon": "",
@@ -3661,9 +4450,31 @@
3661
4450
  "requires": {}
3662
4451
  }
3663
4452
  },
4453
+ {
4454
+ "name": "nuxt-posthog",
4455
+ "description": "Integrate PostHog into your application with minimal configuration",
4456
+ "repo": "mitjans/nuxt-posthog",
4457
+ "npm": "nuxt-posthog",
4458
+ "icon": "posthog.svg",
4459
+ "github": "https://github.com/mitjans/nuxt-posthog",
4460
+ "website": "https://nuxt-posthog.cmitjans.dev",
4461
+ "learn_more": "https://posthog.com",
4462
+ "category": "Analytics",
4463
+ "type": "3rd-party",
4464
+ "maintainers": [
4465
+ {
4466
+ "name": "Carles Mitjans",
4467
+ "github": "mitjans"
4468
+ }
4469
+ ],
4470
+ "compatibility": {
4471
+ "nuxt": "^3.0.0",
4472
+ "requires": {}
4473
+ }
4474
+ },
3664
4475
  {
3665
4476
  "name": "nuxt-smartlook",
3666
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4477
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3667
4478
  "repo": "f00b4r/nuxt-smartlook",
3668
4479
  "npm": "nuxt-smartlook",
3669
4480
  "icon": "nuxt-smartlook.png",
@@ -3685,6 +4496,28 @@
3685
4496
  "requires": {}
3686
4497
  }
3687
4498
  },
4499
+ {
4500
+ "name": "nuxt-social-share",
4501
+ "description": "Simple Social Sharing for Nuxt",
4502
+ "repo": "stefanobartoletti/nuxt-social-share",
4503
+ "npm": "@stefanobartoletti/nuxt-social-share",
4504
+ "icon": "nuxt-social-share.png",
4505
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4506
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4507
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4508
+ "category": "Extensions",
4509
+ "type": "3rd-party",
4510
+ "maintainers": [
4511
+ {
4512
+ "name": "stefanobartoletti",
4513
+ "github": "stefanobartoletti"
4514
+ }
4515
+ ],
4516
+ "compatibility": {
4517
+ "nuxt": "^3.0.0",
4518
+ "requires": {}
4519
+ }
4520
+ },
3688
4521
  {
3689
4522
  "name": "ssr-lit",
3690
4523
  "description": "Server-Side Rendering for Lit Element components",
@@ -3715,10 +4548,10 @@
3715
4548
  },
3716
4549
  {
3717
4550
  "name": "nuxt-storm",
3718
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4551
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3719
4552
  "repo": "fumeapp/nuxt-storm",
3720
4553
  "npm": "nuxt-storm",
3721
- "icon": "nuxt-storm.png",
4554
+ "icon": "",
3722
4555
  "github": "https://github.com/fumeapp/nuxt-storm",
3723
4556
  "website": "https://github.com/fumeapp/nuxt-storm",
3724
4557
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3735,6 +4568,30 @@
3735
4568
  "requires": {}
3736
4569
  }
3737
4570
  },
4571
+ {
4572
+ "name": "nuxt-svgo-loader",
4573
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4574
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4575
+ "npm": "nuxt-svgo-loader",
4576
+ "icon": "",
4577
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4578
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4579
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4580
+ "category": "Images",
4581
+ "type": "3rd-party",
4582
+ "maintainers": [
4583
+ {
4584
+ "name": "Alex Liu",
4585
+ "github": "Mini-ghost",
4586
+ "twitter": "Minighost_Alex"
4587
+ }
4588
+ ],
4589
+ "compatibility": {
4590
+ "nuxt": "^3.0.0",
4591
+ "requires": {},
4592
+ "devtools": "^0.0.0"
4593
+ }
4594
+ },
3738
4595
  {
3739
4596
  "name": "nuxt-svgo",
3740
4597
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3759,7 +4616,7 @@
3759
4616
  },
3760
4617
  {
3761
4618
  "name": "nuxt-unleash",
3762
- "description": "Nuxt.js module to use Unleash toggle feature services",
4619
+ "description": "Nuxt module to use Unleash toggle feature services",
3763
4620
  "repo": "conejerock/nuxt-unleash",
3764
4621
  "npm": "nuxt-unleash",
3765
4622
  "icon": "nuxt-unleash.svg",
@@ -3779,28 +4636,6 @@
3779
4636
  "requires": {}
3780
4637
  }
3781
4638
  },
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
4639
  {
3805
4640
  "name": "nuxt-use-sound",
3806
4641
  "description": "A Nuxt module for playing sound effects.",
@@ -3870,20 +4705,42 @@
3870
4705
  }
3871
4706
  },
3872
4707
  {
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",
4708
+ "name": "nuxt-zod-i18n",
4709
+ "description": "A Nuxt Module for localizing zod error messages.",
4710
+ "repo": "xibman/nuxt-zod-i18n",
4711
+ "npm": "nuxt-zod-i18n",
4712
+ "icon": "nuxt-zod-i18n.svg",
4713
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4714
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4715
+ "learn_more": "",
4716
+ "category": "Libraries",
4717
+ "type": "3rd-party",
4718
+ "maintainers": [
4719
+ {
4720
+ "name": "xibman",
4721
+ "github": "xibman"
4722
+ }
4723
+ ],
4724
+ "compatibility": {
4725
+ "nuxt": "^3.0.0",
4726
+ "requires": {}
4727
+ }
4728
+ },
4729
+ {
4730
+ "name": "nuxt3-interpolation",
4731
+ "description": "",
4732
+ "repo": "daliborgogic/interpolation",
4733
+ "npm": "nuxt3-interpolation",
4734
+ "icon": "",
4735
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4736
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4737
+ "learn_more": "",
4738
+ "category": "Devtools",
3882
4739
  "type": "3rd-party",
3883
4740
  "maintainers": [
3884
4741
  {
3885
- "name": "Jens van Hellemondt",
3886
- "github": "invictus-codes"
4742
+ "name": "daliborgogic",
4743
+ "github": "daliborgogic"
3887
4744
  }
3888
4745
  ],
3889
4746
  "compatibility": {
@@ -3915,7 +4772,7 @@
3915
4772
  },
3916
4773
  {
3917
4774
  "name": "nuxt7",
3918
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4775
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3919
4776
  "repo": "nuxt-community/nuxt7",
3920
4777
  "npm": "nuxt7",
3921
4778
  "icon": "",
@@ -3936,40 +4793,17 @@
3936
4793
  "requires": {}
3937
4794
  }
3938
4795
  },
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
4796
  {
3963
4797
  "name": "og-image",
3964
- "description": "Easily generate dynamic social share images.",
3965
- "repo": "harlan-zw/nuxt-og-image",
4798
+ "description": "Enlightened runtime images generated with Vue templates.",
4799
+ "repo": "nuxt-modules/og-image",
3966
4800
  "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": "",
4801
+ "icon": "og-image.svg",
4802
+ "github": "https://github.com/nuxt-modules/og-image",
4803
+ "website": "https://nuxtseo.com/og-image",
4804
+ "learn_more": "https://nuxtseo.com/og-image",
3971
4805
  "category": "SEO",
3972
- "type": "3rd-party",
4806
+ "type": "community",
3973
4807
  "maintainers": [
3974
4808
  {
3975
4809
  "name": "Harlan Wilton",
@@ -3980,7 +4814,8 @@
3980
4814
  ],
3981
4815
  "compatibility": {
3982
4816
  "nuxt": "^3.0.0",
3983
- "requires": {}
4817
+ "requires": {},
4818
+ "devtools": "^0.0.0"
3984
4819
  }
3985
4820
  },
3986
4821
  {
@@ -4008,13 +4843,13 @@
4008
4843
  },
4009
4844
  {
4010
4845
  "name": "optimized-images",
4011
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4846
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4012
4847
  "repo": "juliomrqz/nuxt-optimized-images",
4013
4848
  "npm": "@aceforth/nuxt-optimized-images",
4014
4849
  "icon": "",
4015
4850
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4016
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4017
- "learn_more": "",
4851
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4852
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4018
4853
  "category": "Images",
4019
4854
  "type": "3rd-party",
4020
4855
  "maintainers": [
@@ -4053,7 +4888,7 @@
4053
4888
  },
4054
4889
  {
4055
4890
  "name": "parse",
4056
- "description": "Parse package for Nuxt.js",
4891
+ "description": "Parse package for Nuxt",
4057
4892
  "repo": "cierrateam/nuxt-parse",
4058
4893
  "npm": "nuxt-parse",
4059
4894
  "icon": "",
@@ -4073,6 +4908,29 @@
4073
4908
  "requires": {}
4074
4909
  }
4075
4910
  },
4911
+ {
4912
+ "name": "particles",
4913
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4914
+ "repo": "Joepocalyptic/nuxt-particles",
4915
+ "npm": "nuxt-particles",
4916
+ "icon": "",
4917
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4918
+ "website": "https://nuxt-particles.joeypereira.dev",
4919
+ "learn_more": "https://particles.js.org/",
4920
+ "category": "Libraries",
4921
+ "type": "3rd-party",
4922
+ "maintainers": [
4923
+ {
4924
+ "name": "Joey Pereira",
4925
+ "github": "Joepocalyptic",
4926
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4927
+ }
4928
+ ],
4929
+ "compatibility": {
4930
+ "nuxt": "^3.0.0",
4931
+ "requires": {}
4932
+ }
4933
+ },
4076
4934
  {
4077
4935
  "name": "partytown",
4078
4936
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4098,6 +4956,28 @@
4098
4956
  }
4099
4957
  }
4100
4958
  },
4959
+ {
4960
+ "name": "paypal",
4961
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4962
+ "repo": "arashsheyda/nuxt-paypal",
4963
+ "npm": "nuxt-paypal",
4964
+ "icon": "paypal.svg",
4965
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4966
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4967
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4968
+ "category": "Payment",
4969
+ "type": "3rd-party",
4970
+ "maintainers": [
4971
+ {
4972
+ "name": "Arash Sheyda",
4973
+ "github": "arashsheyda"
4974
+ }
4975
+ ],
4976
+ "compatibility": {
4977
+ "nuxt": "^3.0.0",
4978
+ "requires": {}
4979
+ }
4980
+ },
4101
4981
  {
4102
4982
  "name": "pdfeasy",
4103
4983
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4122,6 +5002,28 @@
4122
5002
  "requires": {}
4123
5003
  }
4124
5004
  },
5005
+ {
5006
+ "name": "pergel",
5007
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5008
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5009
+ "npm": "pergel",
5010
+ "icon": "pergel.svg",
5011
+ "github": "https://github.com/oku-ui/pergel",
5012
+ "website": "https://oku-ui.com/pergel",
5013
+ "learn_more": "",
5014
+ "category": "Devtools",
5015
+ "type": "3rd-party",
5016
+ "maintainers": [
5017
+ {
5018
+ "name": "Mehmet - productdevbook",
5019
+ "github": "productdevbook"
5020
+ }
5021
+ ],
5022
+ "compatibility": {
5023
+ "nuxt": "^3.10.0",
5024
+ "requires": {}
5025
+ }
5026
+ },
4125
5027
  {
4126
5028
  "name": "persian-datepicker",
4127
5029
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4148,7 +5050,7 @@
4148
5050
  {
4149
5051
  "name": "pinia-orm",
4150
5052
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4151
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5053
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4152
5054
  "npm": "@pinia-orm/nuxt",
4153
5055
  "icon": "pinia-orm.svg",
4154
5056
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4219,10 +5121,10 @@
4219
5121
  },
4220
5122
  {
4221
5123
  "name": "plausible",
4222
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5124
+ "description": "Nuxt module to natively integrate Plausible analytics",
4223
5125
  "repo": "nuxt-modules/plausible",
4224
5126
  "npm": "@nuxtjs/plausible",
4225
- "icon": "",
5127
+ "icon": "plausible.svg",
4226
5128
  "github": "https://github.com/nuxt-modules/plausible",
4227
5129
  "website": "https://github.com/nuxt-modules/plausible",
4228
5130
  "learn_more": "",
@@ -4230,12 +5132,12 @@
4230
5132
  "type": "community",
4231
5133
  "maintainers": [
4232
5134
  {
4233
- "name": "nuxt-modules",
4234
- "github": "nuxt-modules"
5135
+ "name": "Johann Schopplich",
5136
+ "github": "johannschopplich"
4235
5137
  }
4236
5138
  ],
4237
5139
  "compatibility": {
4238
- "nuxt": "^2.0.0",
5140
+ "nuxt": "^2.0.0 || ^3.0.0",
4239
5141
  "requires": {}
4240
5142
  }
4241
5143
  },
@@ -4261,9 +5163,56 @@
4261
5163
  "requires": {}
4262
5164
  }
4263
5165
  },
5166
+ {
5167
+ "name": "prepare",
5168
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5169
+ "repo": "johannschopplich/nuxt-prepare",
5170
+ "npm": "nuxt-prepare",
5171
+ "icon": "prepare.svg",
5172
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5173
+ "website": "https://nuxt-prepare.byjohann.dev",
5174
+ "learn_more": "",
5175
+ "category": "Devtools",
5176
+ "type": "3rd-party",
5177
+ "maintainers": [
5178
+ {
5179
+ "name": "Johann Schopplich",
5180
+ "github": "johannschopplich",
5181
+ "twitter": "jschopplich",
5182
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5183
+ }
5184
+ ],
5185
+ "compatibility": {
5186
+ "nuxt": "^3.0.0",
5187
+ "requires": {}
5188
+ }
5189
+ },
5190
+ {
5191
+ "name": "primevue",
5192
+ "description": "Next Generation Vue UI Component Library",
5193
+ "repo": "primefaces/primevue-nuxt-module",
5194
+ "npm": "nuxt-primevue",
5195
+ "icon": "primevue.svg",
5196
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5197
+ "website": "https://primevue.org/",
5198
+ "learn_more": "https://primevue.org/",
5199
+ "category": "UI",
5200
+ "type": "3rd-party",
5201
+ "maintainers": [
5202
+ {
5203
+ "name": "primefaces",
5204
+ "github": "primefaces",
5205
+ "twitter": "primevue"
5206
+ }
5207
+ ],
5208
+ "compatibility": {
5209
+ "nuxt": "^3.0.0",
5210
+ "requires": {}
5211
+ }
5212
+ },
4264
5213
  {
4265
5214
  "name": "prismic",
4266
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5215
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4267
5216
  "repo": "nuxt-modules/prismic",
4268
5217
  "npm": "@nuxtjs/prismic",
4269
5218
  "icon": "prismic.png",
@@ -4330,7 +5279,7 @@
4330
5279
  },
4331
5280
  {
4332
5281
  "name": "proxy",
4333
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5282
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4334
5283
  "repo": "nuxt-community/proxy-module",
4335
5284
  "npm": "@nuxtjs/proxy",
4336
5285
  "icon": "",
@@ -4376,7 +5325,7 @@
4376
5325
  },
4377
5326
  {
4378
5327
  "name": "purgecss",
4379
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5328
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4380
5329
  "repo": "Developmint/nuxt-purgecss#main",
4381
5330
  "npm": "nuxt-purgecss",
4382
5331
  "icon": "purgecss.png",
@@ -4398,7 +5347,7 @@
4398
5347
  },
4399
5348
  {
4400
5349
  "name": "pwa",
4401
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5350
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4402
5351
  "repo": "nuxt-community/pwa-module",
4403
5352
  "npm": "@nuxtjs/pwa",
4404
5353
  "icon": "pwa.png",
@@ -4423,7 +5372,7 @@
4423
5372
  },
4424
5373
  {
4425
5374
  "name": "python",
4426
- "description": "Write Nuxt.js applications using Python",
5375
+ "description": "Write Nuxt applications using Python",
4427
5376
  "repo": "nuxt-community/python-module",
4428
5377
  "npm": "@nuxtjs/python",
4429
5378
  "icon": "python.png",
@@ -4462,7 +5411,8 @@
4462
5411
  ],
4463
5412
  "compatibility": {
4464
5413
  "nuxt": "^3.0.0",
4465
- "requires": {}
5414
+ "requires": {},
5415
+ "devtools": "^0.0.0"
4466
5416
  }
4467
5417
  },
4468
5418
  {
@@ -4470,7 +5420,7 @@
4470
5420
  "description": "radash module with auto-import and custom prefix",
4471
5421
  "repo": "bbg/nuxt-radash",
4472
5422
  "npm": "nuxt-radash",
4473
- "icon": "radash.svg",
5423
+ "icon": "radash.png",
4474
5424
  "github": "https://github.com/bbg/nuxt-radash",
4475
5425
  "website": "https://github.com/bbg/nuxt-radash#readme",
4476
5426
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4487,9 +5437,44 @@
4487
5437
  "requires": {}
4488
5438
  }
4489
5439
  },
5440
+ {
5441
+ "name": "radix-vue",
5442
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5443
+ "repo": "radix-vue/radix-vue",
5444
+ "npm": "radix-vue",
5445
+ "icon": "radix-vue.svg",
5446
+ "github": "https://github.com/radix-vue/radix-vue",
5447
+ "website": "https://www.radix-vue.com/",
5448
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5449
+ "category": "UI",
5450
+ "type": "3rd-party",
5451
+ "maintainers": [
5452
+ {
5453
+ "name": "Zernonia",
5454
+ "github": "zernonia",
5455
+ "twitter": "zernonia"
5456
+ },
5457
+ {
5458
+ "name": "Khairul Haaziq",
5459
+ "github": "khairulhaaziq"
5460
+ },
5461
+ {
5462
+ "name": "Mujahid Anuar",
5463
+ "github": "mujahidfa"
5464
+ },
5465
+ {
5466
+ "name": "Max",
5467
+ "github": "onmax"
5468
+ }
5469
+ ],
5470
+ "compatibility": {
5471
+ "nuxt": "^3.0.0",
5472
+ "requires": {}
5473
+ }
5474
+ },
4490
5475
  {
4491
5476
  "name": "recaptcha",
4492
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5477
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4493
5478
  "repo": "nuxt-community/recaptcha-module",
4494
5479
  "npm": "@nuxtjs/recaptcha",
4495
5480
  "icon": "recaptcha.png",
@@ -4532,9 +5517,32 @@
4532
5517
  "requires": {}
4533
5518
  }
4534
5519
  },
5520
+ {
5521
+ "name": "resend",
5522
+ "description": "Resend integration for Nuxt",
5523
+ "repo": "nhedger/nuxt-resend",
5524
+ "npm": "nuxt-resend",
5525
+ "icon": "resend.svg",
5526
+ "github": "https://github.com/nhedger/nuxt-resend",
5527
+ "website": "https://github.com/nhedger/nuxt-resend",
5528
+ "learn_more": "https://resend.com",
5529
+ "category": "Extensions",
5530
+ "type": "3rd-party",
5531
+ "maintainers": [
5532
+ {
5533
+ "name": "Nicolas Hedger",
5534
+ "github": "nhedger",
5535
+ "twitter": "nicolashedger"
5536
+ }
5537
+ ],
5538
+ "compatibility": {
5539
+ "nuxt": "^3.0.0",
5540
+ "requires": {}
5541
+ }
5542
+ },
4535
5543
  {
4536
5544
  "name": "rfg-icon",
4537
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5545
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4538
5546
  "repo": "pimlie/nuxt-rfg-icon",
4539
5547
  "npm": "nuxt-rfg-icon",
4540
5548
  "icon": "real-favicon-generator.png",
@@ -4556,13 +5564,13 @@
4556
5564
  },
4557
5565
  {
4558
5566
  "name": "robots",
4559
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4560
- "repo": "nuxt-community/robots-module",
5567
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5568
+ "repo": "nuxt-modules/robots",
4561
5569
  "npm": "@nuxtjs/robots",
4562
5570
  "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",
5571
+ "github": "https://github.com/nuxt-modules/robots",
5572
+ "website": "https://github.com/nuxt-modules/robots",
5573
+ "learn_more": "",
4566
5574
  "category": "SEO",
4567
5575
  "type": "community",
4568
5576
  "maintainers": [
@@ -4580,23 +5588,23 @@
4580
5588
  },
4581
5589
  {
4582
5590
  "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",
5591
+ "description": "Nuxt 3 module to integrate Rollbar.",
5592
+ "repo": "jairoblatt/nuxt-rollbar",
5593
+ "npm": "nuxt-rollbar",
4586
5594
  "icon": "rollbar.png",
4587
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4588
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5595
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5596
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4589
5597
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4590
5598
  "category": "Monitoring",
4591
5599
  "type": "3rd-party",
4592
5600
  "maintainers": [
4593
5601
  {
4594
- "name": "Gaël Reyrol",
4595
- "github": "gaelreyrol"
5602
+ "name": "Jairo Blatt",
5603
+ "github": "jairoblatt"
4596
5604
  }
4597
5605
  ],
4598
5606
  "compatibility": {
4599
- "nuxt": "^2.0.0",
5607
+ "nuxt": "^3.0.0",
4600
5608
  "requires": {}
4601
5609
  }
4602
5610
  },
@@ -4625,7 +5633,7 @@
4625
5633
  },
4626
5634
  {
4627
5635
  "name": "router",
4628
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5636
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4629
5637
  "repo": "nuxt-community/router-module",
4630
5638
  "npm": "@nuxtjs/router",
4631
5639
  "icon": "vue.png",
@@ -4673,13 +5681,13 @@
4673
5681
  },
4674
5682
  {
4675
5683
  "name": "schema-org",
4676
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4677
- "repo": "vueuse/schema-org#main/packages/nuxt",
5684
+ "description": "Quick and easy Schema.org graphs.",
5685
+ "repo": "harlan-zw/nuxt-schema-org",
4678
5686
  "npm": "nuxt-schema-org",
4679
5687
  "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",
5688
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5689
+ "website": "https://nuxtseo.com/schema-org",
5690
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4683
5691
  "category": "SEO",
4684
5692
  "type": "3rd-party",
4685
5693
  "maintainers": [
@@ -4742,13 +5750,13 @@
4742
5750
  },
4743
5751
  {
4744
5752
  "name": "segment",
4745
- "description": "Nuxt.js module for Segment Analytics.js",
5753
+ "description": "Nuxt module for Segment Analytics.js",
4746
5754
  "repo": "dansmaculotte/nuxt-segment",
4747
5755
  "npm": "@dansmaculotte/nuxt-segment",
4748
5756
  "icon": "segment.png",
4749
5757
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4750
5758
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4751
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5759
+ "learn_more": "",
4752
5760
  "category": "Analytics",
4753
5761
  "type": "3rd-party",
4754
5762
  "maintainers": [
@@ -4764,10 +5772,10 @@
4764
5772
  },
4765
5773
  {
4766
5774
  "name": "sentry",
4767
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5775
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4768
5776
  "repo": "nuxt-community/sentry-module",
4769
5777
  "npm": "@nuxtjs/sentry",
4770
- "icon": "sentry.png",
5778
+ "icon": "sentry.svg",
4771
5779
  "github": "https://github.com/nuxt-community/sentry-module",
4772
5780
  "website": "https://sentry.nuxtjs.org/",
4773
5781
  "learn_more": "https://sentry.io/welcome/",
@@ -4785,20 +5793,22 @@
4785
5793
  }
4786
5794
  },
4787
5795
  {
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": "",
5796
+ "name": "seo-experiments",
5797
+ "description": "Powerful SEO DX improvements.",
5798
+ "repo": "harlan-zw/nuxt-seo-experiments",
5799
+ "npm": "nuxt-seo-experiments",
5800
+ "icon": "seo-experiments.svg",
5801
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5802
+ "website": "https://nuxtseo.com/experiments",
5803
+ "learn_more": "https://nuxtseo.com/experiments",
4796
5804
  "category": "SEO",
4797
5805
  "type": "3rd-party",
4798
5806
  "maintainers": [
4799
5807
  {
4800
- "name": "harlan-zw",
4801
- "github": "harlan-zw"
5808
+ "name": "Harlan Wilton",
5809
+ "github": "harlan-zw",
5810
+ "twitter": "harlan_zw",
5811
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4802
5812
  }
4803
5813
  ],
4804
5814
  "compatibility": {
@@ -4829,9 +5839,31 @@
4829
5839
  "requires": {}
4830
5840
  }
4831
5841
  },
5842
+ {
5843
+ "name": "seo",
5844
+ "description": "The complete SEO solution for Nuxt.",
5845
+ "repo": "harlan-zw/nuxt-seo",
5846
+ "npm": "@nuxtjs/seo",
5847
+ "icon": "nuxt.svg",
5848
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5849
+ "website": "https://nuxtseo.com/",
5850
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5851
+ "category": "SEO",
5852
+ "type": "3rd-party",
5853
+ "maintainers": [
5854
+ {
5855
+ "name": "harlan-zw",
5856
+ "github": "harlan-zw"
5857
+ }
5858
+ ],
5859
+ "compatibility": {
5860
+ "nuxt": "^3.0.0",
5861
+ "requires": {}
5862
+ }
5863
+ },
4832
5864
  {
4833
5865
  "name": "seomatic-meta",
4834
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5866
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4835
5867
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4836
5868
  "npm": "nuxt-seomatic-meta",
4837
5869
  "icon": "seomatic.png",
@@ -4877,7 +5909,7 @@
4877
5909
  {
4878
5910
  "name": "server-block",
4879
5911
  "description": "Use <server> tags in your Nuxt pages components.",
4880
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5912
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4881
5913
  "npm": "@hebilicious/server-block-nuxt",
4882
5914
  "icon": "server-block.svg",
4883
5915
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4897,32 +5929,9 @@
4897
5929
  "requires": {}
4898
5930
  }
4899
5931
  },
4900
- {
4901
- "name": "session",
4902
- "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
4903
- "repo": "sidebase/nuxt-session",
4904
- "npm": "@sidebase/nuxt-session",
4905
- "icon": "session.png",
4906
- "github": "https://github.com/sidebase/nuxt-session",
4907
- "website": "https://github.com/sidebase/nuxt-session",
4908
- "learn_more": "https://github.com/sidebase",
4909
- "category": "Security",
4910
- "type": "3rd-party",
4911
- "maintainers": [
4912
- {
4913
- "name": "sidebase",
4914
- "github": "sidebase",
4915
- "twitter": "sidebase_io"
4916
- }
4917
- ],
4918
- "compatibility": {
4919
- "nuxt": "^3.0.0",
4920
- "requires": {}
4921
- }
4922
- },
4923
5932
  {
4924
5933
  "name": "shopify",
4925
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5934
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4926
5935
  "repo": "Gomah/nuxt-shopify",
4927
5936
  "npm": "nuxt-shopify",
4928
5937
  "icon": "shopify.png",
@@ -4943,7 +5952,29 @@
4943
5952
  }
4944
5953
  },
4945
5954
  {
4946
- "name": "nuxt-auth",
5955
+ "name": "shuimo-ui",
5956
+ "description": "A Chinese Shuimo style component library.",
5957
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5958
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5959
+ "icon": "shuimo-ui.svg",
5960
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5961
+ "website": "https://shuimo.design",
5962
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5963
+ "category": "UI",
5964
+ "type": "3rd-party",
5965
+ "maintainers": [
5966
+ {
5967
+ "name": "higuaifan",
5968
+ "github": "higuaifan"
5969
+ }
5970
+ ],
5971
+ "compatibility": {
5972
+ "nuxt": "^3.0.0",
5973
+ "requires": {}
5974
+ }
5975
+ },
5976
+ {
5977
+ "name": "sidebase-auth",
4947
5978
  "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
5979
  "repo": "sidebase/nuxt-auth",
4949
5980
  "npm": "@sidebase/nuxt-auth",
@@ -4989,13 +6020,13 @@
4989
6020
  },
4990
6021
  {
4991
6022
  "name": "simple-robots",
4992
- "description": "Simply manage the robots crawling your Nuxt app.",
6023
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4993
6024
  "repo": "harlan-zw/nuxt-simple-robots",
4994
6025
  "npm": "nuxt-simple-robots",
4995
- "icon": "",
6026
+ "icon": "simple-robots.svg",
4996
6027
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4997
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4998
- "learn_more": "",
6028
+ "website": "https://nuxtseo.com/robots",
6029
+ "learn_more": "https://nuxtseo.com/robots",
4999
6030
  "category": "SEO",
5000
6031
  "type": "3rd-party",
5001
6032
  "maintainers": [
@@ -5012,41 +6043,23 @@
5012
6043
  }
5013
6044
  },
5014
6045
  {
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": "",
6046
+ "name": "sitemap",
6047
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6048
+ "repo": "nuxt-modules/sitemap",
6049
+ "npm": "@nuxtjs/sitemap",
6050
+ "icon": "simple-sitemap.svg",
6051
+ "github": "https://github.com/nuxt-modules/sitemap",
6052
+ "website": "https://nuxtseo.com/",
6053
+ "learn_more": "https://nuxtseo.com/sitemap",
5023
6054
  "category": "SEO",
5024
- "type": "3rd-party",
6055
+ "type": "community",
5025
6056
  "maintainers": [
5026
6057
  {
5027
6058
  "name": "Harlan Wilton",
5028
6059
  "github": "harlan-zw",
5029
6060
  "twitter": "harlan_zw",
5030
6061
  "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": [
6062
+ },
5050
6063
  {
5051
6064
  "name": "Nicolas PENNEC",
5052
6065
  "github": "NicoPennec",
@@ -5054,7 +6067,7 @@
5054
6067
  }
5055
6068
  ],
5056
6069
  "compatibility": {
5057
- "nuxt": "^2.0.0",
6070
+ "nuxt": "^3.0.0",
5058
6071
  "requires": {}
5059
6072
  }
5060
6073
  },
@@ -5082,7 +6095,7 @@
5082
6095
  },
5083
6096
  {
5084
6097
  "name": "snipcart",
5085
- "description": "Snipcart integration module for Nuxt.js",
6098
+ "description": "Snipcart integration module for Nuxt",
5086
6099
  "repo": "nuxt-modules/snipcart",
5087
6100
  "npm": "@nuxtjs/snipcart",
5088
6101
  "icon": "snipcart.png",
@@ -5105,7 +6118,7 @@
5105
6118
  },
5106
6119
  {
5107
6120
  "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.).",
6121
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5109
6122
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5110
6123
  "npm": "nuxt-social-meta",
5111
6124
  "icon": "",
@@ -5227,7 +6240,7 @@
5227
6240
  },
5228
6241
  {
5229
6242
  "name": "storage",
5230
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6243
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5231
6244
  "repo": "mazipan/nuxt-storage",
5232
6245
  "npm": "nuxt-storage",
5233
6246
  "icon": "",
@@ -5249,7 +6262,7 @@
5249
6262
  },
5250
6263
  {
5251
6264
  "name": "storefront-ui",
5252
- "description": "Storefront UI Module for Nuxt.js",
6265
+ "description": "Storefront UI Module for Nuxt",
5253
6266
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5254
6267
  "npm": "@storefront-ui/nuxt",
5255
6268
  "icon": "storefront-ui.svg",
@@ -5293,8 +6306,8 @@
5293
6306
  },
5294
6307
  {
5295
6308
  "name": "storyblok",
5296
- "description": "Storyblok Nuxt.js module",
5297
- "repo": "storyblok/storyblok-nuxt#master/lib",
6309
+ "description": "Storyblok Nuxt module",
6310
+ "repo": "storyblok/storyblok-nuxt#main",
5298
6311
  "npm": "@storyblok/nuxt",
5299
6312
  "icon": "storyblok.png",
5300
6313
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5310,46 +6323,43 @@
5310
6323
  ],
5311
6324
  "compatibility": {
5312
6325
  "nuxt": "^2.0.0 || ^3.0.0",
5313
- "requires": {}
6326
+ "requires": {},
6327
+ "devtools": "^0.0.0"
5314
6328
  }
5315
6329
  },
5316
6330
  {
5317
6331
  "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",
6332
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6333
+ "repo": "nuxt-modules/storybook",
5320
6334
  "npm": "@nuxtjs/storybook",
5321
6335
  "icon": "storybook.png",
5322
- "github": "https://github.com/nuxt-community/storybook",
6336
+ "github": "https://github.com/nuxt-modules/storybook",
5323
6337
  "website": "https://storybook.nuxtjs.org",
5324
- "learn_more": "https://storybook.js.org/",
6338
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5325
6339
  "category": "Devtools",
5326
6340
  "type": "community",
5327
6341
  "maintainers": [
5328
6342
  {
5329
- "name": "Ahad Birang",
5330
- "github": "farnabaz",
5331
- "twitter": "a_birang"
5332
- },
5333
- {
5334
- "name": "Pooya Parsa",
5335
- "github": "pi0",
5336
- "twitter": "_pi0_"
6343
+ "name": "Chakir QATAB",
6344
+ "github": "chakAs3",
6345
+ "twitter": "ChakirQatab"
5337
6346
  }
5338
6347
  ],
5339
6348
  "compatibility": {
5340
- "nuxt": "^2.0.0",
6349
+ "nuxt": "^2.0.0 || ^3.0.0",
5341
6350
  "requires": {
5342
6351
  "bridge": "optional"
5343
- }
6352
+ },
6353
+ "devtools": "^0.7.2"
5344
6354
  }
5345
6355
  },
5346
6356
  {
5347
6357
  "name": "strapi",
5348
6358
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5349
- "repo": "nuxt-community/strapi-module",
6359
+ "repo": "nuxt-modules/strapi",
5350
6360
  "npm": "@nuxtjs/strapi",
5351
6361
  "icon": "strapi.png",
5352
- "github": "https://github.com/nuxt-community/strapi-module",
6362
+ "github": "https://github.com/nuxt-modules/strapi",
5353
6363
  "website": "https://strapi.nuxtjs.org",
5354
6364
  "learn_more": "https://strapi.io/",
5355
6365
  "category": "CMS",
@@ -5370,7 +6380,8 @@
5370
6380
  "nuxt": "^2.0.0 || ^3.0.0",
5371
6381
  "requires": {
5372
6382
  "bridge": true
5373
- }
6383
+ },
6384
+ "devtools": "^0.0.0"
5374
6385
  }
5375
6386
  },
5376
6387
  {
@@ -5421,6 +6432,36 @@
5421
6432
  "requires": {}
5422
6433
  }
5423
6434
  },
6435
+ {
6436
+ "name": "studio",
6437
+ "description": "A new experience to build content-driven website with Nuxt.",
6438
+ "repo": "nuxtlabs/studio-module",
6439
+ "npm": "@nuxthq/studio",
6440
+ "icon": "studio.svg",
6441
+ "github": "https://github.com/nuxtlabs/studio-module",
6442
+ "website": "https://nuxt.studio",
6443
+ "learn_more": "https://nuxt.studio",
6444
+ "category": "CMS",
6445
+ "type": "3rd-party",
6446
+ "maintainers": [
6447
+ {
6448
+ "name": "Ahad Birang",
6449
+ "github": "farnabaz",
6450
+ "twitter": "a_birang"
6451
+ },
6452
+ {
6453
+ "name": "Sébastien Chopin",
6454
+ "github": "Atinux",
6455
+ "twitter": "Atinux"
6456
+ }
6457
+ ],
6458
+ "compatibility": {
6459
+ "nuxt": "^3.0.0",
6460
+ "requires": {
6461
+ "content": true
6462
+ }
6463
+ }
6464
+ },
5424
6465
  {
5425
6466
  "name": "style-resources",
5426
6467
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5446,7 +6487,7 @@
5446
6487
  },
5447
6488
  {
5448
6489
  "name": "stylelint",
5449
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6490
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5450
6491
  "repo": "nuxt-community/stylelint-module",
5451
6492
  "npm": "@nuxtjs/stylelint-module",
5452
6493
  "icon": "stylelint.png",
@@ -5492,10 +6533,10 @@
5492
6533
  {
5493
6534
  "name": "supabase",
5494
6535
  "description": "First class integration with Supabase",
5495
- "repo": "nuxt-community/supabase-module",
6536
+ "repo": "nuxt-modules/supabase",
5496
6537
  "npm": "@nuxtjs/supabase",
5497
6538
  "icon": "supabase.png",
5498
- "github": "https://github.com/nuxt-community/supabase-module",
6539
+ "github": "https://github.com/nuxt-modules/supabase",
5499
6540
  "website": "https://supabase.nuxtjs.org",
5500
6541
  "learn_more": "https://supabase.com",
5501
6542
  "category": "Database",
@@ -5546,12 +6587,12 @@
5546
6587
  },
5547
6588
  {
5548
6589
  "name": "svg-sprite",
5549
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5550
- "repo": "nuxt-community/svg-sprite-module",
6590
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6591
+ "repo": "nuxt-modules/svg-sprite",
5551
6592
  "npm": "@nuxtjs/svg-sprite",
5552
6593
  "icon": "",
5553
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5554
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6594
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6595
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5555
6596
  "learn_more": "",
5556
6597
  "category": "UI",
5557
6598
  "type": "community",
@@ -5563,13 +6604,13 @@
5563
6604
  }
5564
6605
  ],
5565
6606
  "compatibility": {
5566
- "nuxt": "^2.0.0",
6607
+ "nuxt": "^2.0.0 || ^3.0.0",
5567
6608
  "requires": {}
5568
6609
  }
5569
6610
  },
5570
6611
  {
5571
6612
  "name": "svg",
5572
- "description": "Super simple svg loading module for Nuxt.js",
6613
+ "description": "Super simple svg loading module for Nuxt",
5573
6614
  "repo": "nuxt-community/svg-module",
5574
6615
  "npm": "@nuxtjs/svg",
5575
6616
  "icon": "",
@@ -5611,9 +6652,33 @@
5611
6652
  "requires": {}
5612
6653
  }
5613
6654
  },
6655
+ {
6656
+ "name": "swiftsearch",
6657
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6658
+ "repo": "atoms-studio/nuxt-swiftsearch",
6659
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6660
+ "icon": "nuxt-swiftsearch.svg",
6661
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6662
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6663
+ "learn_more": "",
6664
+ "category": "Libraries",
6665
+ "type": "3rd-party",
6666
+ "maintainers": [
6667
+ {
6668
+ "name": "Matteo Rigoni",
6669
+ "github": "rigo-m",
6670
+ "twitter": "MatteoRigoni",
6671
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6672
+ }
6673
+ ],
6674
+ "compatibility": {
6675
+ "nuxt": "^3.10.0",
6676
+ "requires": {}
6677
+ }
6678
+ },
5614
6679
  {
5615
6680
  "name": "swiper",
5616
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6681
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5617
6682
  "repo": "cpreston321/nuxt-swiper",
5618
6683
  "npm": "nuxt-swiper",
5619
6684
  "icon": "swiper.svg",
@@ -5659,10 +6724,10 @@
5659
6724
  {
5660
6725
  "name": "tailwindcss",
5661
6726
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5662
- "repo": "nuxt-community/tailwindcss-module",
6727
+ "repo": "nuxt-modules/tailwindcss",
5663
6728
  "npm": "@nuxtjs/tailwindcss",
5664
6729
  "icon": "tailwindcss.png",
5665
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6730
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5666
6731
  "website": "https://tailwindcss.nuxtjs.org",
5667
6732
  "learn_more": "https://tailwindcss.com/",
5668
6733
  "category": "UI",
@@ -5672,10 +6737,46 @@
5672
6737
  "name": "Sébastien Chopin",
5673
6738
  "github": "Atinux",
5674
6739
  "twitter": "Atinux"
6740
+ },
6741
+ {
6742
+ "name": "Inesh Bose",
6743
+ "github": "ineshbose"
6744
+ }
6745
+ ],
6746
+ "compatibility": {
6747
+ "nuxt": "^2.0.0 || ^3.0.0",
6748
+ "requires": {},
6749
+ "devtools": "^0.0.0"
6750
+ },
6751
+ "aliases": [
6752
+ "tailwind"
6753
+ ]
6754
+ },
6755
+ {
6756
+ "name": "test-utils",
6757
+ "description": "Test utilities for Nuxt",
6758
+ "repo": "nuxt/test-utils#main",
6759
+ "npm": "@nuxt/test-utils",
6760
+ "icon": "nuxt.svg",
6761
+ "github": "https://github.com/nuxt/test-utils",
6762
+ "website": "https://nuxt.com/docs/getting-started/testing",
6763
+ "learn_more": "",
6764
+ "category": "Devtools",
6765
+ "type": "official",
6766
+ "maintainers": [
6767
+ {
6768
+ "name": "Daniel Roe",
6769
+ "github": "danielroe",
6770
+ "twitter": "danielcroe"
6771
+ },
6772
+ {
6773
+ "name": "Anthony Fu",
6774
+ "github": "antfu",
6775
+ "twitter": "antfu7"
5675
6776
  }
5676
6777
  ],
5677
6778
  "compatibility": {
5678
- "nuxt": "^2.0.0 || ^3.0.0",
6779
+ "nuxt": "^3.0.0",
5679
6780
  "requires": {}
5680
6781
  }
5681
6782
  },
@@ -5724,9 +6825,31 @@
5724
6825
  "requires": {}
5725
6826
  }
5726
6827
  },
6828
+ {
6829
+ "name": "tiptap",
6830
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6831
+ "repo": "modbender/nuxt-tiptap-editor",
6832
+ "npm": "nuxt-tiptap-editor",
6833
+ "icon": "tiptap.png",
6834
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6835
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6836
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6837
+ "category": "Libraries",
6838
+ "type": "3rd-party",
6839
+ "maintainers": [
6840
+ {
6841
+ "name": "modbender",
6842
+ "github": "modbender"
6843
+ }
6844
+ ],
6845
+ "compatibility": {
6846
+ "nuxt": "^3.0.0",
6847
+ "requires": {}
6848
+ }
6849
+ },
5727
6850
  {
5728
6851
  "name": "toast",
5729
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6852
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5730
6853
  "repo": "nuxt-community/modules#master/packages/toast",
5731
6854
  "npm": "@nuxtjs/toast",
5732
6855
  "icon": "",
@@ -5747,6 +6870,50 @@
5747
6870
  "requires": {}
5748
6871
  }
5749
6872
  },
6873
+ {
6874
+ "name": "tradingview",
6875
+ "description": "Use the TradingView Widgets in your Nuxt Application",
6876
+ "repo": "volkanakkus/nuxt-tradingview",
6877
+ "npm": "nuxt-tradingview",
6878
+ "icon": "tradingview.svg",
6879
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
6880
+ "website": "https://nuxt-tradingview.volkanakkus.com",
6881
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
6882
+ "category": "Extensions",
6883
+ "type": "3rd-party",
6884
+ "maintainers": [
6885
+ {
6886
+ "name": "Volkan Akkuş",
6887
+ "github": "volkanakkus"
6888
+ }
6889
+ ],
6890
+ "compatibility": {
6891
+ "nuxt": "^3.0.0",
6892
+ "requires": {}
6893
+ }
6894
+ },
6895
+ {
6896
+ "name": "translation-manager",
6897
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6898
+ "repo": "samk-dev/nuxt-translation-manager",
6899
+ "npm": "nuxt-translation-manager",
6900
+ "icon": "translation-manager.png",
6901
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6902
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6903
+ "learn_more": "",
6904
+ "category": "Extensions",
6905
+ "type": "3rd-party",
6906
+ "maintainers": [
6907
+ {
6908
+ "name": "Sam K",
6909
+ "github": "samk-dev"
6910
+ }
6911
+ ],
6912
+ "compatibility": {
6913
+ "nuxt": "^3.0.0",
6914
+ "requires": {}
6915
+ }
6916
+ },
5750
6917
  {
5751
6918
  "name": "tresjs",
5752
6919
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5807,7 +6974,7 @@
5807
6974
  },
5808
6975
  {
5809
6976
  "name": "twa",
5810
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6977
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5811
6978
  "repo": "tuarrep/nuxt-twa",
5812
6979
  "npm": "nuxt-twa",
5813
6980
  "icon": "",
@@ -5995,6 +7162,63 @@
5995
7162
  "requires": {}
5996
7163
  }
5997
7164
  },
7165
+ {
7166
+ "name": "typo3",
7167
+ "description": "TYPO3 Headless Frontend Rendering module",
7168
+ "repo": "TYPO3-Headless/nuxt-typo3",
7169
+ "npm": "@t3headless/nuxt-typo3",
7170
+ "icon": "typo3.svg",
7171
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7172
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7173
+ "learn_more": "https://github.com/TYPO3-Headless",
7174
+ "category": "CMS",
7175
+ "type": "3rd-party",
7176
+ "maintainers": [
7177
+ {
7178
+ "name": "Macopedia",
7179
+ "github": "macopedia",
7180
+ "twitter": "macopediapl"
7181
+ }
7182
+ ],
7183
+ "compatibility": {
7184
+ "nuxt": "^2.0.0 || ^3.0.0",
7185
+ "requires": {},
7186
+ "devtools": "^0.0.0"
7187
+ }
7188
+ },
7189
+ {
7190
+ "name": "ui",
7191
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7192
+ "repo": "nuxt/ui#dev",
7193
+ "npm": "@nuxt/ui",
7194
+ "icon": "nuxt.svg",
7195
+ "github": "https://github.com/nuxt/ui",
7196
+ "website": "https://ui.nuxt.com",
7197
+ "learn_more": "",
7198
+ "category": "UI",
7199
+ "type": "official",
7200
+ "maintainers": [
7201
+ {
7202
+ "name": "Benjamin Canac",
7203
+ "github": "benjamincanac",
7204
+ "twitter": "benjamincanac"
7205
+ },
7206
+ {
7207
+ "name": "Sebastien Chopin",
7208
+ "github": "Atinux",
7209
+ "twitter": "Atinux"
7210
+ },
7211
+ {
7212
+ "name": "Sylvain Marroufin",
7213
+ "github": "smarroufin",
7214
+ "twitter": "smarroufin"
7215
+ }
7216
+ ],
7217
+ "compatibility": {
7218
+ "nuxt": "^3.0.0",
7219
+ "requires": {}
7220
+ }
7221
+ },
5998
7222
  {
5999
7223
  "name": "umami",
6000
7224
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6019,31 +7243,9 @@
6019
7243
  }
6020
7244
  }
6021
7245
  },
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
7246
  {
6045
7247
  "name": "universal-storage",
6046
- "description": "Universal Storage Utilities for Nuxt.js",
7248
+ "description": "Universal Storage Utilities for Nuxt",
6047
7249
  "repo": "nuxt-community/universal-storage-module",
6048
7250
  "npm": "@nuxtjs/universal-storage",
6049
7251
  "icon": "",
@@ -6072,7 +7274,7 @@
6072
7274
  {
6073
7275
  "name": "unlazy",
6074
7276
  "description": "Lazy loading library for placeholder images",
6075
- "repo": "johannschopplich/unlazy/packages/nuxt",
7277
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6076
7278
  "npm": "@unlazy/nuxt",
6077
7279
  "icon": "unlazy.svg",
6078
7280
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6091,41 +7293,15 @@
6091
7293
  "requires": {}
6092
7294
  }
6093
7295
  },
6094
- {
6095
- "name": "unlighthouse",
6096
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6097
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6098
- "npm": "@unlighthouse/nuxt",
6099
- "icon": "unlighthouse.svg",
6100
- "github": "https://github.com/harlan-zw/unlighthouse",
6101
- "website": "https://github.com/harlan-zw/unlighthouse",
6102
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6103
- "category": "Devtools",
6104
- "type": "3rd-party",
6105
- "maintainers": [
6106
- {
6107
- "name": "Harlan Wilton",
6108
- "github": "harlan-zw",
6109
- "twitter": "harlan_zw",
6110
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6111
- }
6112
- ],
6113
- "compatibility": {
6114
- "nuxt": "^2.0.0 || ^3.0.0",
6115
- "requires": {
6116
- "bridge": "optional"
6117
- }
6118
- }
6119
- },
6120
7296
  {
6121
7297
  "name": "unocss",
6122
7298
  "description": "The instant on-demand atomic CSS engine.",
6123
- "repo": "antfu/unocss#main/packages/nuxt",
7299
+ "repo": "unocss/unocss#main/packages/nuxt",
6124
7300
  "npm": "@unocss/nuxt",
6125
7301
  "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",
7302
+ "github": "https://github.com/unocss/unocss",
7303
+ "website": "https://github.com/unocss/unocss",
7304
+ "learn_more": "https://github.com/unocss/unocss",
6129
7305
  "category": "UI",
6130
7306
  "type": "3rd-party",
6131
7307
  "maintainers": [
@@ -6140,7 +7316,8 @@
6140
7316
  "nuxt": "^2.0.0 || ^3.0.0",
6141
7317
  "requires": {
6142
7318
  "bridge": "optional"
6143
- }
7319
+ },
7320
+ "devtools": "^0.0.0"
6144
7321
  }
6145
7322
  },
6146
7323
  {
@@ -6150,8 +7327,8 @@
6150
7327
  "npm": "nuxt-ununura",
6151
7328
  "icon": "ununuracss.png",
6152
7329
  "github": "https://github.com/novout/ununuracss",
6153
- "website": "https://ununura.com/#/",
6154
- "learn_more": "https://ununura.com/#/docs/why",
7330
+ "website": "https://github.com/novout/ununuracss",
7331
+ "learn_more": "https://github.com/novout/ununuracss",
6155
7332
  "category": "UI",
6156
7333
  "type": "3rd-party",
6157
7334
  "maintainers": [
@@ -6167,42 +7344,66 @@
6167
7344
  }
6168
7345
  },
6169
7346
  {
6170
- "name": "user-agent",
6171
- "description": "Nuxt.js module for handling User-Agent.",
6172
- "repo": "fukuiretu/nuxt-user-agent",
6173
- "npm": "nuxt-user-agent",
6174
- "icon": "",
6175
- "github": "https://github.com/fukuiretu/nuxt-user-agent",
6176
- "website": "https://github.com/fukuiretu/nuxt-user-agent",
6177
- "learn_more": "",
6178
- "category": "Extensions",
7347
+ "name": "use-bootstrap",
7348
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7349
+ "repo": "simplise/use-bootstrap",
7350
+ "npm": "usebootstrap",
7351
+ "icon": "use-bootstrap.svg",
7352
+ "github": "https://github.com/simplise/use-bootstrap",
7353
+ "website": "https://usebootstrap.org/",
7354
+ "learn_more": "https://usebootstrap.org/",
7355
+ "category": "UI",
6179
7356
  "type": "3rd-party",
6180
7357
  "maintainers": [
6181
7358
  {
6182
- "name": "fukuiretu",
6183
- "github": "fukuiretu"
7359
+ "name": "KoujiSano",
7360
+ "github": "KoujiSano"
6184
7361
  }
6185
7362
  ],
6186
7363
  "compatibility": {
6187
- "nuxt": "^2.0.0",
7364
+ "nuxt": "^3.0.0",
6188
7365
  "requires": {}
6189
7366
  }
6190
7367
  },
6191
7368
  {
6192
- "name": "validate",
6193
- "description": "Simple Nuxt input validation module using vee-validate",
6194
- "repo": "lewyuburi/nuxt-validate",
6195
- "npm": "nuxt-validate",
6196
- "icon": "vee-validate.png",
6197
- "github": "https://github.com/lewyuburi/nuxt-validate",
6198
- "website": "https://github.com/lewyuburi/nuxt-validate",
6199
- "learn_more": "https://logaretm.github.io/vee-validate/",
6200
- "category": "Libraries",
7369
+ "name": "use-wagmi",
7370
+ "description": "Vue Composition for Ethereum based on wagmi",
7371
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
7372
+ "npm": "@use-wagmi/nuxt",
7373
+ "icon": "use-wagmi.png",
7374
+ "github": "https://github.com/unicape/use-wagmi",
7375
+ "website": "https://github.com/unicape/use-wagmi",
7376
+ "learn_more": "https://github.com/unicape/use-wagmi",
7377
+ "category": "Extensions",
7378
+ "type": "3rd-party",
7379
+ "maintainers": [
7380
+ {
7381
+ "name": "Unic Ape",
7382
+ "github": "unicape"
7383
+ }
7384
+ ],
7385
+ "compatibility": {
7386
+ "nuxt": "^2.0.0 || ^3.0.0",
7387
+ "requires": {
7388
+ "bridge": true
7389
+ }
7390
+ }
7391
+ },
7392
+ {
7393
+ "name": "user-agent",
7394
+ "description": "Nuxt module for handling User-Agent.",
7395
+ "repo": "fukuiretu/nuxt-user-agent",
7396
+ "npm": "nuxt-user-agent",
7397
+ "icon": "",
7398
+ "github": "https://github.com/fukuiretu/nuxt-user-agent",
7399
+ "website": "https://github.com/fukuiretu/nuxt-user-agent",
7400
+ "learn_more": "",
7401
+ "category": "Extensions",
6201
7402
  "type": "3rd-party",
6202
7403
  "maintainers": [
6203
7404
  {
6204
- "name": "lewyuburi",
6205
- "github": "lewyuburi"
7405
+ "name": "fukuiretu",
7406
+ "github": "fukuiretu"
6206
7407
  }
6207
7408
  ],
6208
7409
  "compatibility": {
@@ -6258,9 +7459,31 @@
6258
7459
  }
6259
7460
  }
6260
7461
  },
7462
+ {
7463
+ "name": "vcalendar",
7464
+ "description": "VCalendar module for Nuxt",
7465
+ "repo": "samk-dev/nuxt-vcalendar",
7466
+ "npm": "@samk-dev/nuxt-vcalendar",
7467
+ "icon": "vcalendar.png",
7468
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7469
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
7470
+ "learn_more": "",
7471
+ "category": "Libraries",
7472
+ "type": "3rd-party",
7473
+ "maintainers": [
7474
+ {
7475
+ "name": "Sam K",
7476
+ "github": "samk-dev"
7477
+ }
7478
+ ],
7479
+ "compatibility": {
7480
+ "nuxt": "^3.0.0",
7481
+ "requires": {}
7482
+ }
7483
+ },
6261
7484
  {
6262
7485
  "name": "vee-validate",
6263
- "description": "Painless Vue forms for Nuxt.js",
7486
+ "description": "Painless Vue forms for Nuxt",
6264
7487
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6265
7488
  "npm": "@vee-validate/nuxt",
6266
7489
  "icon": "vee-validate.png",
@@ -6350,7 +7573,7 @@
6350
7573
  },
6351
7574
  {
6352
7575
  "name": "vite-pwa-nuxt",
6353
- "description": "Zero-config PWA Plugin for Nuxt 3",
7576
+ "description": "Zero-config PWA Plugin for Nuxt",
6354
7577
  "repo": "vite-pwa/nuxt",
6355
7578
  "npm": "@vite-pwa/nuxt",
6356
7579
  "icon": "vite-pwa-nuxt.svg",
@@ -6376,41 +7599,15 @@
6376
7599
  "requires": {}
6377
7600
  }
6378
7601
  },
6379
- {
6380
- "name": "vitest",
6381
- "description": "Vitest integration with Nuxt",
6382
- "repo": "danielroe/nuxt-vitest",
6383
- "npm": "nuxt-vitest",
6384
- "icon": "vitest.svg",
6385
- "github": "https://github.com/danielroe/nuxt-vitest",
6386
- "website": "https://github.com/danielroe/nuxt-vitest",
6387
- "learn_more": "",
6388
- "category": "Devtools",
6389
- "type": "3rd-party",
6390
- "maintainers": [
6391
- {
6392
- "name": "Daniel Roe",
6393
- "github": "danielroe"
6394
- },
6395
- {
6396
- "name": "Anthony Fu",
6397
- "github": "antfu"
6398
- }
6399
- ],
6400
- "compatibility": {
6401
- "nuxt": "^3.0.0",
6402
- "requires": {}
6403
- }
6404
- },
6405
7602
  {
6406
7603
  "name": "vue-email",
6407
- "description": "Write email templates with vue",
6408
- "repo": "Dave136/vue-email#main/packages/vue-email",
6409
- "npm": "vue-email",
7604
+ "description": "💌 Write email templates with vue",
7605
+ "repo": "vue-email/nuxt",
7606
+ "npm": "@vue-email/nuxt",
6410
7607
  "icon": "vue-email.svg",
6411
- "github": "https://github.com/Dave136/vue-email",
6412
- "website": "https://vue-email.vercel.app/",
6413
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7608
+ "github": "https://github.com/vue-email/nuxt",
7609
+ "website": "https://vuemail.net/",
7610
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6414
7611
  "category": "UI",
6415
7612
  "type": "3rd-party",
6416
7613
  "maintainers": [
@@ -6427,6 +7624,30 @@
6427
7624
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6428
7625
  }
6429
7626
  ],
7627
+ "compatibility": {
7628
+ "nuxt": "^3.0.0",
7629
+ "requires": {},
7630
+ "devtools": "^0.0.0"
7631
+ }
7632
+ },
7633
+ {
7634
+ "name": "vue-final-modal",
7635
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7636
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7637
+ "npm": "@vue-final-modal/nuxt",
7638
+ "icon": "vue-final-modal.svg",
7639
+ "github": "https://github.com/vue-final/vue-final-modal",
7640
+ "website": "https://vue-final-modal.org/",
7641
+ "learn_more": "https://vue-final-modal.org/",
7642
+ "category": "UI",
7643
+ "type": "3rd-party",
7644
+ "maintainers": [
7645
+ {
7646
+ "name": "Hunter Liu",
7647
+ "github": "hunterliu1003",
7648
+ "twitter": "hunterliu1003"
7649
+ }
7650
+ ],
6430
7651
  "compatibility": {
6431
7652
  "nuxt": "^3.0.0",
6432
7653
  "requires": {}
@@ -6454,7 +7675,8 @@
6454
7675
  "nuxt": "^3.0.0",
6455
7676
  "requires": {
6456
7677
  "bridge": "optional"
6457
- }
7678
+ },
7679
+ "devtools": "^0.0.0"
6458
7680
  }
6459
7681
  },
6460
7682
  {
@@ -6481,7 +7703,7 @@
6481
7703
  },
6482
7704
  {
6483
7705
  "name": "vue-multiselect",
6484
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7706
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6485
7707
  "repo": "spektrummedia/nuxt-vue-multiselect",
6486
7708
  "npm": "nuxt-vue-multiselect",
6487
7709
  "icon": "",
@@ -6506,7 +7728,7 @@
6506
7728
  "description": "Plausible analytics for Vue.js and Nuxt",
6507
7729
  "repo": "moritzsternemann/vue-plausible",
6508
7730
  "npm": "vue-plausible",
6509
- "icon": "plausible.png",
7731
+ "icon": "plausible.svg",
6510
7732
  "github": "https://github.com/moritzsternemann/vue-plausible",
6511
7733
  "website": "https://github.com/moritzsternemann/vue-plausible",
6512
7734
  "learn_more": "",
@@ -6526,7 +7748,7 @@
6526
7748
  {
6527
7749
  "name": "vue-query",
6528
7750
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6529
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7751
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6530
7752
  "npm": "@hebilicious/vue-query-nuxt",
6531
7753
  "icon": "vue-query.svg",
6532
7754
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6595,7 +7817,7 @@
6595
7817
  },
6596
7818
  {
6597
7819
  "name": "vue-warehouse",
6598
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7820
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6599
7821
  "repo": "juliomrqz/vue-warehouse",
6600
7822
  "npm": "vue-warehouse",
6601
7823
  "icon": "",
@@ -6618,12 +7840,12 @@
6618
7840
  },
6619
7841
  {
6620
7842
  "name": "vue3-carousel-nuxt",
6621
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7843
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6622
7844
  "repo": "gaetansenn/vue3-carousel-nuxt",
6623
7845
  "npm": "vue3-carousel-nuxt",
6624
7846
  "icon": "",
6625
7847
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6626
- "website": "",
7848
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6627
7849
  "learn_more": "",
6628
7850
  "category": "UI",
6629
7851
  "type": "3rd-party",
@@ -6642,7 +7864,7 @@
6642
7864
  {
6643
7865
  "name": "vuefire",
6644
7866
  "description": "Idiomatic composables for the Firebase SDK",
6645
- "repo": "vuejs/vuefire/packages/nuxt",
7867
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6646
7868
  "npm": "nuxt-vuefire",
6647
7869
  "icon": "vuefire.svg",
6648
7870
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6661,15 +7883,61 @@
6661
7883
  "requires": {}
6662
7884
  }
6663
7885
  },
7886
+ {
7887
+ "name": "vueform-builder",
7888
+ "description": "Official Vueform Builder module for Nuxt",
7889
+ "repo": "vueform/builder#main/nuxt",
7890
+ "npm": "@vueform/builder-nuxt",
7891
+ "icon": "vueform.svg",
7892
+ "github": "https://github.com/vueform/builder",
7893
+ "website": "https://builder.vueform.com",
7894
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7895
+ "category": "Libraries",
7896
+ "type": "3rd-party",
7897
+ "maintainers": [
7898
+ {
7899
+ "name": "Adam Berecz",
7900
+ "github": "adamberecz",
7901
+ "twitter": "bereczadam"
7902
+ }
7903
+ ],
7904
+ "compatibility": {
7905
+ "nuxt": "^3.0.0",
7906
+ "requires": {}
7907
+ }
7908
+ },
7909
+ {
7910
+ "name": "vueform",
7911
+ "description": "Official Vueform module for Nuxt",
7912
+ "repo": "vueform/vueform#main/nuxt",
7913
+ "npm": "@vueform/nuxt",
7914
+ "icon": "vueform.svg",
7915
+ "github": "https://github.com/vueform/vueform",
7916
+ "website": "https://vueform.com",
7917
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7918
+ "category": "Libraries",
7919
+ "type": "3rd-party",
7920
+ "maintainers": [
7921
+ {
7922
+ "name": "Adam Berecz",
7923
+ "github": "adamberecz",
7924
+ "twitter": "bereczadam"
7925
+ }
7926
+ ],
7927
+ "compatibility": {
7928
+ "nuxt": "^3.0.0",
7929
+ "requires": {}
7930
+ }
7931
+ },
6664
7932
  {
6665
7933
  "name": "vuestic",
6666
- "description": "Vuestic UI module for Nuxt 3",
7934
+ "description": "Vuestic UI module for Nuxt",
6667
7935
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6668
7936
  "npm": "@vuestic/nuxt",
6669
7937
  "icon": "vuestic.png",
6670
7938
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6671
- "website": "https://vuestic.dev",
6672
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7939
+ "website": "https://ui.vuestic.dev",
7940
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6673
7941
  "category": "UI",
6674
7942
  "type": "3rd-party",
6675
7943
  "maintainers": [
@@ -6690,8 +7958,8 @@
6690
7958
  "npm": "vuetify-nuxt-module",
6691
7959
  "icon": "vuetify-logo-v3-dark.svg",
6692
7960
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6693
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6694
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7961
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7962
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6695
7963
  "category": "UI",
6696
7964
  "type": "3rd-party",
6697
7965
  "maintainers": [
@@ -6707,7 +7975,7 @@
6707
7975
  },
6708
7976
  {
6709
7977
  "name": "vuetify",
6710
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7978
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6711
7979
  "repo": "nuxt-community/vuetify-module",
6712
7980
  "npm": "@nuxtjs/vuetify",
6713
7981
  "icon": "vuetify.png",
@@ -6754,7 +8022,8 @@
6754
8022
  "nuxt": "^2.0.0 || ^3.0.0",
6755
8023
  "requires": {
6756
8024
  "bridge": "optional"
6757
- }
8025
+ },
8026
+ "devtools": "^0.0.0"
6758
8027
  }
6759
8028
  },
6760
8029
  {
@@ -6781,7 +8050,7 @@
6781
8050
  },
6782
8051
  {
6783
8052
  "name": "vunix",
6784
- "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
8053
+ "description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
6785
8054
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6786
8055
  "npm": "@vunix/nuxt",
6787
8056
  "icon": "",
@@ -6805,11 +8074,11 @@
6805
8074
  {
6806
8075
  "name": "web-vitals",
6807
8076
  "description": "Web Vitals for Nuxt",
6808
- "repo": "nuxt-community/web-vitals-module",
8077
+ "repo": "nuxt-modules/web-vitals",
6809
8078
  "npm": "@nuxtjs/web-vitals",
6810
8079
  "icon": "web-vitals.png",
6811
- "github": "https://github.com/nuxt-community/web-vitals-module",
6812
- "website": "https://github.com/nuxt-community/web-vitals-module",
8080
+ "github": "https://github.com/nuxt-modules/web-vitals",
8081
+ "website": "https://github.com/nuxt-modules/web-vitals",
6813
8082
  "learn_more": "",
6814
8083
  "category": "Performance",
6815
8084
  "type": "community",
@@ -6860,7 +8129,7 @@
6860
8129
  },
6861
8130
  {
6862
8131
  "name": "webpack-optimisations",
6863
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8132
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6864
8133
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6865
8134
  "npm": "nuxt-webpack-optimisations",
6866
8135
  "icon": "build-optimisations.svg",
@@ -6935,7 +8204,7 @@
6935
8204
  "icon": "webpack.png",
6936
8205
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6937
8206
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6938
- "learn_more": "http://webpackmonitor.com/",
8207
+ "learn_more": "",
6939
8208
  "category": "Devtools",
6940
8209
  "type": "community",
6941
8210
  "maintainers": [
@@ -6952,7 +8221,7 @@
6952
8221
  },
6953
8222
  {
6954
8223
  "name": "well-known",
6955
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8224
+ "description": "A Nuxt module to add well-known URIs using middlewares",
6956
8225
  "repo": "zadigetvoltaire/nuxt-well-known",
6957
8226
  "npm": "@zadigetvoltaire/nuxt-well-known",
6958
8227
  "icon": "well-known.svg",
@@ -6974,7 +8243,7 @@
6974
8243
  },
6975
8244
  {
6976
8245
  "name": "wideangle",
6977
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8246
+ "description": "Nuxt module to integrate Wide Angle Analytics",
6978
8247
  "repo": "inputobjects/wideangle-nuxt",
6979
8248
  "npm": "wideangle-nuxt",
6980
8249
  "icon": "wideangle.png",
@@ -7001,11 +8270,11 @@
7001
8270
  {
7002
8271
  "name": "windicss",
7003
8272
  "description": "Next generation utility-first CSS framework.",
7004
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8273
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7005
8274
  "npm": "nuxt-windicss",
7006
8275
  "icon": "windicss.svg",
7007
- "github": "https://github.com/windicss/nuxt-windicss-module",
7008
- "website": "https://github.com/windicss/nuxt-windicss-module",
8276
+ "github": "https://github.com/windicss/nuxt-windicss",
8277
+ "website": "https://github.com/windicss/nuxt-windicss",
7009
8278
  "learn_more": "https://windicss.org/",
7010
8279
  "category": "UI",
7011
8280
  "type": "3rd-party",
@@ -7141,55 +8410,9 @@
7141
8410
  "requires": {}
7142
8411
  }
7143
8412
  },
7144
- {
7145
- "name": "yandex-metrika-next",
7146
- "description": "Yandex Metrika integration for Nuxt",
7147
- "repo": "artmizu/yandex-metrika-nuxt",
7148
- "npm": "@artmizu/yandex-metrika-nuxt",
7149
- "icon": "yandex-metrika.svg",
7150
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7151
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7152
- "learn_more": "",
7153
- "category": "Analytics",
7154
- "type": "3rd-party",
7155
- "maintainers": [
7156
- {
7157
- "name": "Aleksandr Saburov",
7158
- "github": "artmizu",
7159
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7160
- }
7161
- ],
7162
- "compatibility": {
7163
- "nuxt": "^3.0.0",
7164
- "requires": {}
7165
- }
7166
- },
7167
- {
7168
- "name": "yandex-metrika",
7169
- "description": "Yandex metrika Module for Nuxt.js",
7170
- "repo": "nuxt-community/yandex-metrika-module",
7171
- "npm": "@nuxtjs/yandex-metrika",
7172
- "icon": "",
7173
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7174
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7175
- "learn_more": "https://metrica.yandex.com/about",
7176
- "category": "Analytics",
7177
- "type": "community",
7178
- "maintainers": [
7179
- {
7180
- "name": "Pooya Parsa",
7181
- "github": "pi0",
7182
- "twitter": "_pi0_"
7183
- }
7184
- ],
7185
- "compatibility": {
7186
- "nuxt": "^2.0.0",
7187
- "requires": {}
7188
- }
7189
- },
7190
8413
  {
7191
8414
  "name": "zendesk",
7192
- "description": "Nuxt.js module for Zendesk",
8415
+ "description": "Nuxt module for Zendesk",
7193
8416
  "repo": "DansMaCulotte/nuxt-zendesk",
7194
8417
  "npm": "@dansmaculotte/nuxt-zendesk",
7195
8418
  "icon": "zendesk.png",