@nuxt/modules 0.6.0-1ca101 → 0.6.0-1e0716

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 +1709 -613
  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",
@@ -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",
@@ -1223,12 +1312,13 @@
1223
1312
  ],
1224
1313
  "compatibility": {
1225
1314
  "nuxt": "^3.0.0",
1226
- "requires": {}
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1227
1317
  }
1228
1318
  },
1229
1319
  {
1230
1320
  "name": "disqus",
1231
- "description": "Disqus for Nuxt 3",
1321
+ "description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
1232
1322
  "repo": "modbender/nuxt-disqus",
1233
1323
  "npm": "nuxt-disqus",
1234
1324
  "icon": "disqus.svg",
@@ -1248,9 +1338,31 @@
1248
1338
  "requires": {}
1249
1339
  }
1250
1340
  },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1251
1363
  {
1252
1364
  "name": "dotenv",
1253
- "description": "A Nuxt.js module that loads your .env file into your context options",
1365
+ "description": "A Nuxt module that loads your .env file into your context options",
1254
1366
  "repo": "nuxt-community/dotenv-module",
1255
1367
  "npm": "@nuxtjs/dotenv",
1256
1368
  "icon": "dotenv.png",
@@ -1272,13 +1384,13 @@
1272
1384
  },
1273
1385
  {
1274
1386
  "name": "drupal-ce",
1275
- "description": "Connects Nuxt.js with Drupal via the Lupus Custom Elements Renderer",
1387
+ "description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
1276
1388
  "repo": "drunomics/nuxtjs-drupal-ce",
1277
1389
  "npm": "nuxtjs-drupal-ce",
1278
1390
  "icon": "drupal-ce.png",
1279
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1280
- "website": "https://stack.lupus.digital",
1281
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1282
1394
  "category": "CMS",
1283
1395
  "type": "3rd-party",
1284
1396
  "maintainers": [
@@ -1293,19 +1405,19 @@
1293
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1294
1406
  },
1295
1407
  {
1296
- "name": "David Licen",
1297
- "github": "davision",
1298
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1299
1411
  }
1300
1412
  ],
1301
1413
  "compatibility": {
1302
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1303
1415
  "requires": {}
1304
1416
  }
1305
1417
  },
1306
1418
  {
1307
1419
  "name": "druxt",
1308
- "description": "A bridge between frameworks, Drupal in the back, Nuxt.js in the front.",
1420
+ "description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
1309
1421
  "repo": "druxt/druxt.js#develop/packages/druxt",
1310
1422
  "npm": "druxt",
1311
1423
  "icon": "druxt.svg",
@@ -1325,6 +1437,29 @@
1325
1437
  "requires": {}
1326
1438
  }
1327
1439
  },
1440
+ {
1441
+ "name": "edgedb",
1442
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1443
+ "repo": "Tahul/nuxt-edgedb",
1444
+ "npm": "nuxt-edgedb-module",
1445
+ "icon": "edgedb.svg",
1446
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1447
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1448
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1449
+ "category": "Database",
1450
+ "type": "3rd-party",
1451
+ "maintainers": [
1452
+ {
1453
+ "name": "Yaël Guilloux",
1454
+ "github": "Tahul",
1455
+ "twitter": "yaeeelglx"
1456
+ }
1457
+ ],
1458
+ "compatibility": {
1459
+ "nuxt": "^3.8.0",
1460
+ "requires": {}
1461
+ }
1462
+ },
1328
1463
  {
1329
1464
  "name": "electron",
1330
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1373,7 +1508,7 @@
1373
1508
  },
1374
1509
  {
1375
1510
  "name": "emotion",
1376
- "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1511
+ "description": "The Next Generation of CSS-in-JS for Nuxt",
1377
1512
  "repo": "nuxt-modules/emotion",
1378
1513
  "npm": "@nuxtjs/emotion",
1379
1514
  "icon": "emotion.png",
@@ -1401,7 +1536,7 @@
1401
1536
  },
1402
1537
  {
1403
1538
  "name": "eslint",
1404
- "description": "ESLint module for Nuxt.js",
1539
+ "description": "ESLint module for Nuxt",
1405
1540
  "repo": "nuxt-community/eslint-module",
1406
1541
  "npm": "@nuxtjs/eslint-module",
1407
1542
  "icon": "eslint.png",
@@ -1423,7 +1558,7 @@
1423
1558
  },
1424
1559
  {
1425
1560
  "name": "event-trace",
1426
- "description": "Module for event trace in Nuxt.js",
1561
+ "description": "Module for event trace in Nuxt",
1427
1562
  "repo": "nuxt-community/nuxt-event-trace",
1428
1563
  "npm": "nuxt-event-trace",
1429
1564
  "icon": "",
@@ -1443,6 +1578,29 @@
1443
1578
  "requires": {}
1444
1579
  }
1445
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1446
1604
  {
1447
1605
  "name": "fathom",
1448
1606
  "description": "Fathom analytics for Nuxt",
@@ -1467,7 +1625,7 @@
1467
1625
  },
1468
1626
  {
1469
1627
  "name": "feature-toggle",
1470
- "description": "Feature toggle module for Nuxt.js",
1628
+ "description": "Feature toggle module for Nuxt",
1471
1629
  "repo": "stephenkr/nuxt-feature-toggle",
1472
1630
  "npm": "nuxt-feature-toggle",
1473
1631
  "icon": "",
@@ -1534,7 +1692,7 @@
1534
1692
  },
1535
1693
  {
1536
1694
  "name": "floating-prompt-module",
1537
- "description": "Invite your users to support you on product hunt with this floating prompt Nuxt.js module",
1695
+ "description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
1538
1696
  "repo": "sandoche/nuxt-floating-prompt-module#main",
1539
1697
  "npm": "nuxt-floating-prompt-module",
1540
1698
  "icon": "",
@@ -1643,14 +1801,37 @@
1643
1801
  "requires": {}
1644
1802
  }
1645
1803
  },
1804
+ {
1805
+ "name": "fonts",
1806
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1807
+ "repo": "nuxt/fonts",
1808
+ "npm": "@nuxt/fonts",
1809
+ "icon": "nuxt.svg",
1810
+ "github": "https://github.com/nuxt/fonts",
1811
+ "website": "https://github.com/nuxt/fonts",
1812
+ "learn_more": "",
1813
+ "category": "Libraries",
1814
+ "type": "official",
1815
+ "maintainers": [
1816
+ {
1817
+ "name": "Daniel Roe",
1818
+ "github": "danielroe",
1819
+ "twitter": "danielcroe"
1820
+ }
1821
+ ],
1822
+ "compatibility": {
1823
+ "nuxt": "^3.0.0",
1824
+ "requires": {}
1825
+ }
1826
+ },
1646
1827
  {
1647
1828
  "name": "form-actions",
1648
1829
  "description": "A set of features and composables to interact with forms and server data.",
1649
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1830
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1650
1831
  "npm": "@hebilicious/form-actions-nuxt",
1651
1832
  "icon": "form-actions.svg",
1652
1833
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1653
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1834
+ "website": "https://form-actions-nuxt.pages.dev/",
1654
1835
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1655
1836
  "category": "Request",
1656
1837
  "type": "3rd-party",
@@ -1662,7 +1843,7 @@
1662
1843
  }
1663
1844
  ],
1664
1845
  "compatibility": {
1665
- "nuxt": "^3.0.0",
1846
+ "nuxt": "^3.7.0",
1666
1847
  "requires": {}
1667
1848
  }
1668
1849
  },
@@ -1674,7 +1855,7 @@
1674
1855
  "icon": "formkit.png",
1675
1856
  "github": "https://github.com/formkit/formkit",
1676
1857
  "website": "https://formkit.com",
1677
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1858
+ "learn_more": "https://formkit.com/getting-started/installation",
1678
1859
  "category": "Libraries",
1679
1860
  "type": "3rd-party",
1680
1861
  "maintainers": [
@@ -1740,7 +1921,7 @@
1740
1921
  },
1741
1922
  {
1742
1923
  "name": "google-adsense",
1743
- "description": "Google Adsense Module for Nuxt.js",
1924
+ "description": "Google Adsense Module for Nuxt",
1744
1925
  "repo": "nuxt-community/google-adsense-module",
1745
1926
  "npm": "@nuxtjs/google-adsense",
1746
1927
  "icon": "google-adsense.png",
@@ -1766,7 +1947,7 @@
1766
1947
  },
1767
1948
  {
1768
1949
  "name": "google-analytics",
1769
- "description": "Google analytics Module for Nuxt.js",
1950
+ "description": "Google analytics Module for Nuxt",
1770
1951
  "repo": "nuxt-community/analytics-module",
1771
1952
  "npm": "@nuxtjs/google-analytics",
1772
1953
  "icon": "google-analytics.png",
@@ -1798,12 +1979,12 @@
1798
1979
  },
1799
1980
  {
1800
1981
  "name": "google-fonts",
1801
- "description": "Google Fonts module for NuxtJS",
1802
- "repo": "nuxt-community/google-fonts-module",
1982
+ "description": "Google Fonts module for Nuxt",
1983
+ "repo": "nuxt-modules/google-fonts",
1803
1984
  "npm": "@nuxtjs/google-fonts",
1804
1985
  "icon": "google-fonts.png",
1805
- "github": "https://github.com/nuxt-community/google-fonts-module",
1806
- "website": "https://github.com/nuxt-community/google-fonts-module",
1986
+ "github": "https://github.com/nuxt-modules/google-fonts",
1987
+ "website": "https://google-fonts.nuxtjs.org",
1807
1988
  "learn_more": "https://developers.google.com/fonts",
1808
1989
  "category": "Fonts",
1809
1990
  "type": "community",
@@ -1822,7 +2003,7 @@
1822
2003
  },
1823
2004
  {
1824
2005
  "name": "google-gtag",
1825
- "description": "Google GTag for Nuxt.js",
2006
+ "description": "Google GTag for Nuxt",
1826
2007
  "repo": "nuxt-community/google-gtag",
1827
2008
  "npm": "@nuxtjs/google-gtag",
1828
2009
  "icon": "gtm.png",
@@ -1848,7 +2029,7 @@
1848
2029
  },
1849
2030
  {
1850
2031
  "name": "google-optimize",
1851
- "description": "SSR friendly Google Optimize module for Nuxt.js",
2032
+ "description": "SSR friendly Google Optimize module for Nuxt",
1852
2033
  "repo": "nuxt-community/google-optimize-module",
1853
2034
  "npm": "nuxt-google-optimize",
1854
2035
  "icon": "google-optimize.png",
@@ -1887,7 +2068,7 @@
1887
2068
  "icon": "graphql-client.svg",
1888
2069
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1889
2070
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1890
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2071
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1891
2072
  "category": "Request",
1892
2073
  "type": "3rd-party",
1893
2074
  "maintainers": [
@@ -1903,7 +2084,7 @@
1903
2084
  },
1904
2085
  {
1905
2086
  "name": "graphql-request",
1906
- "description": "Easy Minimal GraphQL client integration with Nuxt.js",
2087
+ "description": "Easy Minimal GraphQL client integration with Nuxt",
1907
2088
  "repo": "gomah/nuxt-graphql-request",
1908
2089
  "npm": "nuxt-graphql-request",
1909
2090
  "icon": "graphql-request.png",
@@ -1919,7 +2100,7 @@
1919
2100
  }
1920
2101
  ],
1921
2102
  "compatibility": {
1922
- "nuxt": "^2.0.0",
2103
+ "nuxt": "^2.0.0 || ^3.0.0",
1923
2104
  "requires": {}
1924
2105
  }
1925
2106
  },
@@ -1942,12 +2123,13 @@
1942
2123
  ],
1943
2124
  "compatibility": {
1944
2125
  "nuxt": "^3.0.0",
1945
- "requires": {}
2126
+ "requires": {},
2127
+ "devtools": "^0.0.0"
1946
2128
  }
1947
2129
  },
1948
2130
  {
1949
2131
  "name": "gtag",
1950
- "description": "Google Analytics integration for Nuxt 3",
2132
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
1951
2133
  "repo": "johannschopplich/nuxt-gtag",
1952
2134
  "npm": "nuxt-gtag",
1953
2135
  "icon": "gtag.svg",
@@ -1971,7 +2153,7 @@
1971
2153
  },
1972
2154
  {
1973
2155
  "name": "gtm",
1974
- "description": "Google Tag Manager Module for Nuxt.js",
2156
+ "description": "Google Tag Manager Module for Nuxt",
1975
2157
  "repo": "nuxt-community/gtm-module",
1976
2158
  "npm": "@nuxtjs/gtm",
1977
2159
  "icon": "gtm.png",
@@ -1994,7 +2176,7 @@
1994
2176
  },
1995
2177
  {
1996
2178
  "name": "guess",
1997
- "description": "Guess.js module for Nuxt.js",
2179
+ "description": "Guess.js module for Nuxt",
1998
2180
  "repo": "nuxt-community/guess-module",
1999
2181
  "npm": "@nuxtjs/guess-module",
2000
2182
  "icon": "guessjs.png",
@@ -2106,7 +2288,7 @@
2106
2288
  },
2107
2289
  {
2108
2290
  "name": "helmet",
2109
- "description": "Easy Helmet module with Nuxt.js'",
2291
+ "description": "Easy Helmet module with Nuxt'",
2110
2292
  "repo": "victor-perez/nuxt-helmet",
2111
2293
  "npm": "nuxt-helmet",
2112
2294
  "icon": "",
@@ -2150,7 +2332,7 @@
2150
2332
  },
2151
2333
  {
2152
2334
  "name": "history-state",
2153
- "description": "Nuxt.js module to backup or restore historical states",
2335
+ "description": "Nuxt module to backup or restore historical states",
2154
2336
  "repo": "hidekatsu-izuno/nuxt-history-state",
2155
2337
  "npm": "nuxt-history-state",
2156
2338
  "icon": "",
@@ -2170,6 +2352,28 @@
2170
2352
  "requires": {}
2171
2353
  }
2172
2354
  },
2355
+ {
2356
+ "name": "hotjar",
2357
+ "description": "Add HotJar to your Nuxt application",
2358
+ "repo": "damevin/nuxt-module-hotjar",
2359
+ "npm": "nuxt-module-hotjar",
2360
+ "icon": "hotjar.png",
2361
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2362
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2363
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2364
+ "category": "SEO",
2365
+ "type": "3rd-party",
2366
+ "maintainers": [
2367
+ {
2368
+ "name": "Raphaël DAMEVIN",
2369
+ "github": "damevin"
2370
+ }
2371
+ ],
2372
+ "compatibility": {
2373
+ "nuxt": "^3.0.0",
2374
+ "requires": {}
2375
+ }
2376
+ },
2173
2377
  {
2174
2378
  "name": "html-minifier",
2175
2379
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2219,7 +2423,7 @@
2219
2423
  },
2220
2424
  {
2221
2425
  "name": "http",
2222
- "description": "Universal HTTP Module for Nuxt.js",
2426
+ "description": "Universal HTTP Module for Nuxt",
2223
2427
  "repo": "nuxt/http",
2224
2428
  "npm": "@nuxt/http",
2225
2429
  "icon": "http.png",
@@ -2247,7 +2451,7 @@
2247
2451
  },
2248
2452
  {
2249
2453
  "name": "humans-txt",
2250
- "description": "An initiative for knowing the people behind a website. It is a Nuxt.js buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2454
+ "description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
2251
2455
  "repo": "Luxdamore/nuxt-humans-txt",
2252
2456
  "npm": "@luxdamore/nuxt-humans-txt",
2253
2457
  "icon": "",
@@ -2271,12 +2475,12 @@
2271
2475
  {
2272
2476
  "name": "i18n",
2273
2477
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2274
- "repo": "nuxt-community/i18n-module",
2478
+ "repo": "nuxt-modules/i18n",
2275
2479
  "npm": "@nuxtjs/i18n",
2276
2480
  "icon": "i18n.png",
2277
- "github": "https://github.com/nuxt-community/i18n-module",
2481
+ "github": "https://github.com/nuxt-modules/i18n",
2278
2482
  "website": "https://i18n.nuxtjs.org",
2279
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2483
+ "learn_more": "https://vue-i18n.intlify.dev/",
2280
2484
  "category": "Extensions",
2281
2485
  "type": "community",
2282
2486
  "maintainers": [
@@ -2287,6 +2491,10 @@
2287
2491
  {
2288
2492
  "name": "Kazuya Kawaguchi",
2289
2493
  "github": "kazupon"
2494
+ },
2495
+ {
2496
+ "name": "Bobbie Goede",
2497
+ "github": "BobbieGoede"
2290
2498
  }
2291
2499
  ],
2292
2500
  "compatibility": {
@@ -2316,6 +2524,29 @@
2316
2524
  "requires": {}
2317
2525
  }
2318
2526
  },
2527
+ {
2528
+ "name": "icon-tw",
2529
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2530
+ "repo": "jcamp-code/nuxt-icon-tw",
2531
+ "npm": "nuxt-icon-tw",
2532
+ "icon": "nuxt-icon.png",
2533
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2534
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2535
+ "learn_more": "",
2536
+ "category": "UI",
2537
+ "type": "3rd-party",
2538
+ "maintainers": [
2539
+ {
2540
+ "name": "JohnCampionJr",
2541
+ "github": "JohnCampionJr"
2542
+ }
2543
+ ],
2544
+ "compatibility": {
2545
+ "nuxt": "^3.0.0",
2546
+ "requires": {},
2547
+ "devtools": "^0.0.0"
2548
+ }
2549
+ },
2319
2550
  {
2320
2551
  "name": "icon",
2321
2552
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2335,7 +2566,8 @@
2335
2566
  ],
2336
2567
  "compatibility": {
2337
2568
  "nuxt": "^3.0.0",
2338
- "requires": {}
2569
+ "requires": {},
2570
+ "devtools": "^0.0.0"
2339
2571
  }
2340
2572
  },
2341
2573
  {
@@ -2384,12 +2616,12 @@
2384
2616
  },
2385
2617
  {
2386
2618
  "name": "image",
2387
- "description": "Optimised images for NuxtJS, with progressive processing, lazy-loading, real-time resizes and providers support.",
2619
+ "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2388
2620
  "repo": "nuxt/image",
2389
2621
  "npm": "@nuxt/image",
2390
2622
  "icon": "image.png",
2391
2623
  "github": "https://github.com/nuxt/image",
2392
- "website": "https://image.nuxtjs.org",
2624
+ "website": "https://image.nuxt.com",
2393
2625
  "learn_more": "",
2394
2626
  "category": "Images",
2395
2627
  "type": "official",
@@ -2399,6 +2631,11 @@
2399
2631
  "github": "farnabaz",
2400
2632
  "twitter": "a_birang"
2401
2633
  },
2634
+ {
2635
+ "name": "Daniel Roe",
2636
+ "github": "danielroe",
2637
+ "twitter": "danielcroe"
2638
+ },
2402
2639
  {
2403
2640
  "name": "Pooya Parsa",
2404
2641
  "github": "pi0",
@@ -2419,7 +2656,7 @@
2419
2656
  },
2420
2657
  {
2421
2658
  "name": "imagemin",
2422
- "description": "Automatically optimize (compress) all images used in Nuxt.js",
2659
+ "description": "Automatically optimize (compress) all images used in Nuxt",
2423
2660
  "repo": "nuxt-community/imagemin-module",
2424
2661
  "npm": "@nuxtjs/imagemin",
2425
2662
  "icon": "imagemin.png",
@@ -2466,7 +2703,7 @@
2466
2703
  },
2467
2704
  {
2468
2705
  "name": "intercom",
2469
- "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
2706
+ "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
2470
2707
  "repo": "hex-digital/nuxt-intercom",
2471
2708
  "npm": "@hexdigital/nuxt-intercom",
2472
2709
  "icon": "intercom.png",
@@ -2511,7 +2748,7 @@
2511
2748
  },
2512
2749
  {
2513
2750
  "name": "jsonapi",
2514
- "description": "Easy JSON:API client integration for Nuxt.js",
2751
+ "description": "Easy JSON:API client integration for Nuxt",
2515
2752
  "repo": "patrickcate/nuxt-jsonapi",
2516
2753
  "npm": "nuxt-jsonapi",
2517
2754
  "icon": "jsonapi.svg",
@@ -2553,14 +2790,42 @@
2553
2790
  "requires": {}
2554
2791
  }
2555
2792
  },
2793
+ {
2794
+ "name": "kinde",
2795
+ "description": "Kinde authentication integration for Nuxt",
2796
+ "repo": "nuxt-modules/kinde",
2797
+ "npm": "@nuxtjs/kinde",
2798
+ "icon": "kinde.svg",
2799
+ "github": "https://github.com/nuxt-modules/kinde",
2800
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2801
+ "learn_more": "https://kinde.com/",
2802
+ "category": "Security",
2803
+ "type": "community",
2804
+ "maintainers": [
2805
+ {
2806
+ "name": "danielroe",
2807
+ "github": "danielroe"
2808
+ },
2809
+ {
2810
+ "name": "daveordead",
2811
+ "github": "DaveOrDead",
2812
+ "twitter": "dave_or_dead"
2813
+ }
2814
+ ],
2815
+ "compatibility": {
2816
+ "nuxt": "^3.0.0",
2817
+ "requires": {}
2818
+ },
2819
+ "sponsor": true
2820
+ },
2556
2821
  {
2557
2822
  "name": "kql",
2558
- "description": "Nuxt 3 module for Kirby's Query Language API",
2823
+ "description": "Nuxt module for Kirby's Query Language API",
2559
2824
  "repo": "johannschopplich/nuxt-kql",
2560
2825
  "npm": "nuxt-kql",
2561
2826
  "icon": "kql.svg",
2562
2827
  "github": "https://github.com/johannschopplich/nuxt-kql",
2563
- "website": "https://nuxt-kql.jhnn.dev",
2828
+ "website": "https://nuxt-kql.byjohann.dev/",
2564
2829
  "learn_more": "",
2565
2830
  "category": "CMS",
2566
2831
  "type": "3rd-party",
@@ -2579,7 +2844,7 @@
2579
2844
  },
2580
2845
  {
2581
2846
  "name": "laravel-echo",
2582
- "description": "Laravel Echo for Nuxt.js",
2847
+ "description": "Laravel Echo for Nuxt",
2583
2848
  "repo": "nuxt-community/laravel-echo",
2584
2849
  "npm": "@nuxtjs/laravel-echo",
2585
2850
  "icon": "laravel-echo.png",
@@ -2621,6 +2886,28 @@
2621
2886
  "requires": {}
2622
2887
  }
2623
2888
  },
2889
+ {
2890
+ "name": "laravel-precognition",
2891
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2892
+ "repo": "sot1986/nuxt-laravel-precognition",
2893
+ "npm": "nuxt-laravel-precognition",
2894
+ "icon": "laravel.svg",
2895
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2896
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2897
+ "learn_more": "",
2898
+ "category": "Security",
2899
+ "type": "3rd-party",
2900
+ "maintainers": [
2901
+ {
2902
+ "name": "sot1986",
2903
+ "github": "sot1986"
2904
+ }
2905
+ ],
2906
+ "compatibility": {
2907
+ "nuxt": "^3.0.0",
2908
+ "requires": {}
2909
+ }
2910
+ },
2624
2911
  {
2625
2912
  "name": "laravel",
2626
2913
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2667,13 +2954,13 @@
2667
2954
  },
2668
2955
  {
2669
2956
  "name": "link-checker",
2670
- "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2957
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2671
2958
  "repo": "harlan-zw/nuxt-link-checker",
2672
2959
  "npm": "nuxt-link-checker",
2673
- "icon": "",
2960
+ "icon": "link-checker.svg",
2674
2961
  "github": "https://github.com/harlan-zw/nuxt-link-checker",
2675
- "website": "https://github.com/harlan-zw/nuxt-link-checker",
2676
- "learn_more": "",
2962
+ "website": "https://nuxtseo.com/link-checker",
2963
+ "learn_more": "https://nuxtseo.com/link-checker",
2677
2964
  "category": "SEO",
2678
2965
  "type": "3rd-party",
2679
2966
  "maintainers": [
@@ -2686,7 +2973,8 @@
2686
2973
  ],
2687
2974
  "compatibility": {
2688
2975
  "nuxt": "^3.0.0",
2689
- "requires": {}
2976
+ "requires": {},
2977
+ "devtools": "^0.0.0"
2690
2978
  }
2691
2979
  },
2692
2980
  {
@@ -2763,12 +3051,12 @@
2763
3051
  },
2764
3052
  {
2765
3053
  "name": "logrocket",
2766
- "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
2767
- "repo": "nuxt-community/nuxt-logrocket",
3054
+ "description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
3055
+ "repo": "nuxt-modules/logrocket",
2768
3056
  "npm": "nuxt-logrocket",
2769
3057
  "icon": "logrocket.png",
2770
- "github": "https://github.com/nuxt-community/nuxt-logrocket",
2771
- "website": "https://github.com/nuxt-community/nuxt-logrocket",
3058
+ "github": "https://github.com/nuxt-modules/logrocket",
3059
+ "website": "https://github.com/nuxt-modules/logrocket",
2772
3060
  "learn_more": "https://docs.logrocket.com/docs",
2773
3061
  "category": "Monitoring",
2774
3062
  "type": "community",
@@ -2784,9 +3072,35 @@
2784
3072
  "requires": {}
2785
3073
  }
2786
3074
  },
3075
+ {
3076
+ "name": "lucide-icons",
3077
+ "description": "Nuxt module to integrate Lucide icons",
3078
+ "repo": "swisnl/nuxt-lucide-icons",
3079
+ "npm": "nuxt-lucide-icons",
3080
+ "icon": "lucide-icons.svg",
3081
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
3082
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
3083
+ "learn_more": "",
3084
+ "category": "UI",
3085
+ "type": "3rd-party",
3086
+ "maintainers": [
3087
+ {
3088
+ "name": "SWIS",
3089
+ "github": "swisnl"
3090
+ },
3091
+ {
3092
+ "name": "Jasper Zonneveld",
3093
+ "github": "JaZo"
3094
+ }
3095
+ ],
3096
+ "compatibility": {
3097
+ "nuxt": "^3.0.0",
3098
+ "requires": {}
3099
+ }
3100
+ },
2787
3101
  {
2788
3102
  "name": "lunr",
2789
- "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
3103
+ "description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
2790
3104
  "repo": "nuxt-community/lunr-module",
2791
3105
  "npm": "@nuxtjs/lunr-module",
2792
3106
  "icon": "",
@@ -2809,10 +3123,10 @@
2809
3123
  {
2810
3124
  "name": "magic-regexp",
2811
3125
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2812
- "repo": "danielroe/magic-regexp",
3126
+ "repo": "unjs/magic-regexp",
2813
3127
  "npm": "magic-regexp",
2814
3128
  "icon": "magic-regexp.svg",
2815
- "github": "https://github.com/danielroe/magic-regexp",
3129
+ "github": "https://github.com/unjs/magic-regexp",
2816
3130
  "website": "https://magic-regexp.roe.dev",
2817
3131
  "learn_more": "https://magic-regexp.roe.dev",
2818
3132
  "category": "Libraries",
@@ -2829,6 +3143,29 @@
2829
3143
  "requires": {}
2830
3144
  }
2831
3145
  },
3146
+ {
3147
+ "name": "mailpit",
3148
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3149
+ "repo": "tdolsen/nuxt-mailpit",
3150
+ "npm": "nuxt-mailpit",
3151
+ "icon": "mailpit.svg",
3152
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3153
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3154
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3155
+ "category": "Devtools",
3156
+ "type": "3rd-party",
3157
+ "maintainers": [
3158
+ {
3159
+ "name": "Torkild Dyvik Olsen",
3160
+ "github": "tdolsen",
3161
+ "twitter": "tdolsen"
3162
+ }
3163
+ ],
3164
+ "compatibility": {
3165
+ "nuxt": "^3.8.0",
3166
+ "requires": {}
3167
+ }
3168
+ },
2832
3169
  {
2833
3170
  "name": "markdownit",
2834
3171
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2852,6 +3189,30 @@
2852
3189
  "requires": {}
2853
3190
  }
2854
3191
  },
3192
+ {
3193
+ "name": "marquee",
3194
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3195
+ "repo": "hanzydev/nuxt-marquee",
3196
+ "npm": "nuxt-marquee",
3197
+ "icon": "marquee.png",
3198
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3199
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3200
+ "learn_more": "",
3201
+ "category": "UI",
3202
+ "type": "3rd-party",
3203
+ "maintainers": [
3204
+ {
3205
+ "name": "Hànzy",
3206
+ "github": "hanzydev",
3207
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3208
+ }
3209
+ ],
3210
+ "compatibility": {
3211
+ "nuxt": "^3.0.0",
3212
+ "requires": {},
3213
+ "devtools": "^0.0.0"
3214
+ }
3215
+ },
2855
3216
  {
2856
3217
  "name": "matomo",
2857
3218
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2874,6 +3235,50 @@
2874
3235
  "requires": {}
2875
3236
  }
2876
3237
  },
3238
+ {
3239
+ "name": "maz-ui",
3240
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3241
+ "repo": "louismazel/maz-ui#master/packages/lib",
3242
+ "npm": "maz-ui",
3243
+ "icon": "maz-ui.png",
3244
+ "github": "https://github.com/louismazel/maz-ui",
3245
+ "website": "https://maz-ui.com/",
3246
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3247
+ "category": "UI",
3248
+ "type": "3rd-party",
3249
+ "maintainers": [
3250
+ {
3251
+ "name": "Loïc Mazuel",
3252
+ "github": "LouisMazel"
3253
+ }
3254
+ ],
3255
+ "compatibility": {
3256
+ "nuxt": "^3.0.0",
3257
+ "requires": {}
3258
+ }
3259
+ },
3260
+ {
3261
+ "name": "mdc",
3262
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3263
+ "repo": "nuxt-modules/mdc",
3264
+ "npm": "@nuxtjs/mdc",
3265
+ "icon": "mdc.png",
3266
+ "github": "https://github.com/nuxt-modules/mdc",
3267
+ "website": "https://github.com/nuxt-modules/mdc",
3268
+ "learn_more": "",
3269
+ "category": "Extensions",
3270
+ "type": "community",
3271
+ "maintainers": [
3272
+ {
3273
+ "name": "farnabaz",
3274
+ "github": "farnabaz"
3275
+ }
3276
+ ],
3277
+ "compatibility": {
3278
+ "nuxt": "^3.0.0",
3279
+ "requires": {}
3280
+ }
3281
+ },
2877
3282
  {
2878
3283
  "name": "mdx",
2879
3284
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -2899,7 +3304,7 @@
2899
3304
  },
2900
3305
  {
2901
3306
  "name": "medusa",
2902
- "description": "Easily connect to Medusa from your Nuxt 3 application",
3307
+ "description": "Easily connect to Medusa from your Nuxt application",
2903
3308
  "repo": "Baroshem/nuxt-medusa",
2904
3309
  "npm": "nuxt-medusa",
2905
3310
  "icon": "medusa.svg",
@@ -2924,7 +3329,7 @@
2924
3329
  },
2925
3330
  {
2926
3331
  "name": "meilisearch",
2927
- "description": "Meilisearch Instant Search module for Nuxt 3",
3332
+ "description": "Meilisearch Instant Search module for Nuxt",
2928
3333
  "repo": "xlanex6/nuxt-meilisearch",
2929
3334
  "npm": "nuxt-meilisearch",
2930
3335
  "icon": "meilisearch.svg",
@@ -2944,7 +3349,8 @@
2944
3349
  "nuxt": "^3.0.0",
2945
3350
  "requires": {
2946
3351
  "bridge": false
2947
- }
3352
+ },
3353
+ "devtools": "^0.0.0"
2948
3354
  }
2949
3355
  },
2950
3356
  {
@@ -2970,37 +3376,15 @@
2970
3376
  }
2971
3377
  },
2972
3378
  {
2973
- "name": "mobile",
2974
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
2975
- "repo": "ChanningDefoe/nuxt-mobile-detect",
2976
- "npm": "nuxt-mobile",
3379
+ "name": "module-feed",
3380
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
3381
+ "repo": "tresko/nuxt-module-feed",
3382
+ "npm": "nuxt-module-feed",
2977
3383
  "icon": "",
2978
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2979
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
2980
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
2981
- "category": "Extensions",
2982
- "type": "3rd-party",
2983
- "maintainers": [
2984
- {
2985
- "name": "ChanningDefoe",
2986
- "github": "ChanningDefoe"
2987
- }
2988
- ],
2989
- "compatibility": {
2990
- "nuxt": "^2.0.0",
2991
- "requires": {}
2992
- }
2993
- },
2994
- {
2995
- "name": "module-feed",
2996
- "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2997
- "repo": "tresko/nuxt-module-feed",
2998
- "npm": "nuxt-module-feed",
2999
- "icon": "",
3000
- "github": "https://github.com/tresko/nuxt-module-feed",
3001
- "website": "https://github.com/tresko/nuxt-module-feed",
3002
- "learn_more": "",
3003
- "category": "SEO",
3384
+ "github": "https://github.com/tresko/nuxt-module-feed",
3385
+ "website": "https://github.com/tresko/nuxt-module-feed",
3386
+ "learn_more": "",
3387
+ "category": "SEO",
3004
3388
  "type": "3rd-party",
3005
3389
  "maintainers": [
3006
3390
  {
@@ -3016,7 +3400,7 @@
3016
3400
  },
3017
3401
  {
3018
3402
  "name": "moment",
3019
- "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3403
+ "description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
3020
3404
  "repo": "nuxt-community/moment-module",
3021
3405
  "npm": "@nuxtjs/moment",
3022
3406
  "icon": "momentjs.png",
@@ -3042,20 +3426,20 @@
3042
3426
  }
3043
3427
  },
3044
3428
  {
3045
- "name": "mq",
3046
- "description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3047
- "repo": "vanhoofmaarten/nuxt-mq",
3048
- "npm": "nuxt-mq",
3429
+ "name": "neo",
3430
+ "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3431
+ "repo": "ezypeeze/nuxt-neo",
3432
+ "npm": "nuxt-neo",
3049
3433
  "icon": "",
3050
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3051
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3052
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3053
- "category": "Libraries",
3434
+ "github": "https://github.com/ezypeeze/nuxt-neo",
3435
+ "website": "https://ezypeeze.github.io/nuxt-neo",
3436
+ "learn_more": "",
3437
+ "category": "Request",
3054
3438
  "type": "3rd-party",
3055
3439
  "maintainers": [
3056
3440
  {
3057
- "name": "vanhoofmaarten",
3058
- "github": "vanhoofmaarten"
3441
+ "name": "ezypeeze",
3442
+ "github": "ezypeeze"
3059
3443
  }
3060
3444
  ],
3061
3445
  "compatibility": {
@@ -3064,30 +3448,30 @@
3064
3448
  }
3065
3449
  },
3066
3450
  {
3067
- "name": "neo",
3068
- "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
3069
- "repo": "ezypeeze/nuxt-neo",
3070
- "npm": "nuxt-neo",
3071
- "icon": "",
3072
- "github": "https://github.com/ezypeeze/nuxt-neo",
3073
- "website": "https://ezypeeze.github.io/nuxt-neo",
3451
+ "name": "neo4j",
3452
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3453
+ "repo": "arashsheyda/nuxt-neo4j",
3454
+ "npm": "nuxt-neo4j",
3455
+ "icon": "nuxt-neo4j.png",
3456
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3457
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3074
3458
  "learn_more": "",
3075
- "category": "Request",
3459
+ "category": "Database",
3076
3460
  "type": "3rd-party",
3077
3461
  "maintainers": [
3078
3462
  {
3079
- "name": "ezypeeze",
3080
- "github": "ezypeeze"
3463
+ "name": "arashsheyda",
3464
+ "github": "arashsheyda"
3081
3465
  }
3082
3466
  ],
3083
3467
  "compatibility": {
3084
- "nuxt": "^2.0.0",
3468
+ "nuxt": "^3.0.0",
3085
3469
  "requires": {}
3086
3470
  }
3087
3471
  },
3088
3472
  {
3089
3473
  "name": "netlify-cache",
3090
- "description": "Nuxt.js module that uses netlify cache to speed up redeploy for Nuxt.js version < 2.14",
3474
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3091
3475
  "repo": "DreaMinder/nuxt-netlify-cache",
3092
3476
  "npm": "nuxt-netlify-cache",
3093
3477
  "icon": "netlify.png",
@@ -3132,13 +3516,13 @@
3132
3516
  },
3133
3517
  {
3134
3518
  "name": "netlify",
3135
- "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt.js projects.",
3136
- "repo": "bazzite/nuxt-netlify",
3519
+ "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3520
+ "repo": "juliomrqz/nuxt-netlify",
3137
3521
  "npm": "@aceforth/nuxt-netlify",
3138
3522
  "icon": "netlify.png",
3139
- "github": "https://github.com/bazzite/nuxt-netlify",
3140
- "website": "https://marquez.co/docs/nuxt-netlify/",
3141
- "learn_more": "",
3523
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3524
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3525
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3142
3526
  "category": "Deployment",
3143
3527
  "type": "3rd-party",
3144
3528
  "maintainers": [
@@ -3247,24 +3631,92 @@
3247
3631
  }
3248
3632
  },
3249
3633
  {
3250
- "name": "nuxt-auth",
3251
- "description": "",
3252
- "repo": "sidebase/nuxt-auth",
3253
- "npm": "@sidebase/nuxt-auth",
3634
+ "name": "nuxt-asciidoc",
3635
+ "description": "Transformer for using asciidoc in nuxt",
3636
+ "repo": "Chris2011/nuxt-asciidoc",
3637
+ "npm": "nuxt-asciidoc",
3638
+ "icon": "nuxt-asciidoc.svg",
3639
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3640
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3641
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3642
+ "category": "Extensions",
3643
+ "type": "3rd-party",
3644
+ "maintainers": [
3645
+ {
3646
+ "name": "Christian Lenz",
3647
+ "github": "Chris2011",
3648
+ "twitter": "Chrizzly42"
3649
+ }
3650
+ ],
3651
+ "compatibility": {
3652
+ "nuxt": "^3.0.0",
3653
+ "requires": {}
3654
+ }
3655
+ },
3656
+ {
3657
+ "name": "nuxt-auth-sanctum",
3658
+ "description": "Nuxt module for Laravel Sanctum authentication",
3659
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3660
+ "npm": "nuxt-auth-sanctum",
3661
+ "icon": "laravel.svg",
3662
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3663
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3664
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3665
+ "category": "Security",
3666
+ "type": "3rd-party",
3667
+ "maintainers": [
3668
+ {
3669
+ "name": "Artem Manchenkov",
3670
+ "github": "manchenkoff",
3671
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3672
+ }
3673
+ ],
3674
+ "compatibility": {
3675
+ "nuxt": "^3.9.0",
3676
+ "requires": {}
3677
+ }
3678
+ },
3679
+ {
3680
+ "name": "nuxt-basic-auth",
3681
+ "description": "Nuxt Module for Basic Authentication",
3682
+ "repo": "kgierke/nuxt-basic-auth",
3683
+ "npm": "@kgierke/nuxt-basic-auth",
3254
3684
  "icon": "",
3255
- "github": "https://github.com/sidebase/nuxt-auth",
3256
- "website": "https://github.com/sidebase/nuxt-auth",
3685
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3686
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3257
3687
  "learn_more": "",
3258
- "category": "Devtools",
3688
+ "category": "Security",
3259
3689
  "type": "3rd-party",
3260
3690
  "maintainers": [
3261
3691
  {
3262
- "name": "sidebase",
3263
- "github": "sidebase"
3692
+ "name": "kgierke",
3693
+ "github": "kgierke"
3264
3694
  }
3265
3695
  ],
3266
3696
  "compatibility": {
3267
- "nuxt": "^2.0.0",
3697
+ "nuxt": "^3.0.0",
3698
+ "requires": {}
3699
+ }
3700
+ },
3701
+ {
3702
+ "name": "nuxt-bezier",
3703
+ "description": "Reusable transition components",
3704
+ "repo": "50rayn/nuxt-bezier",
3705
+ "npm": "nuxt-bezier",
3706
+ "icon": "nuxt-bezier.png",
3707
+ "github": "https://github.com/50rayn/nuxt-bezier",
3708
+ "website": "https://github.com/50rayn/nuxt-bezier",
3709
+ "learn_more": "https://github.com/Noction/vue-bezier",
3710
+ "category": "UI",
3711
+ "type": "3rd-party",
3712
+ "maintainers": [
3713
+ {
3714
+ "name": "Soryn Gitlan",
3715
+ "github": "50rayn"
3716
+ }
3717
+ ],
3718
+ "compatibility": {
3719
+ "nuxt": "^3.0.0",
3268
3720
  "requires": {}
3269
3721
  }
3270
3722
  },
@@ -3292,7 +3744,7 @@
3292
3744
  },
3293
3745
  {
3294
3746
  "name": "nuxt-chatgpt",
3295
- "description": "ChatGPT integration for Nuxt 3",
3747
+ "description": "ChatGPT integration for Nuxt",
3296
3748
  "repo": "schnapsterdog/nuxt-chatgpt",
3297
3749
  "npm": "nuxt-chatgpt",
3298
3750
  "icon": "chatgpt.svg",
@@ -3312,6 +3764,121 @@
3312
3764
  "requires": {}
3313
3765
  }
3314
3766
  },
3767
+ {
3768
+ "name": "nuxt-cookie-consent",
3769
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3770
+ "repo": "weareheavy/nuxt-cookie-consent",
3771
+ "npm": "@weareheavy/nuxt-cookie-consent",
3772
+ "icon": "wah.svg",
3773
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3774
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3775
+ "learn_more": "",
3776
+ "category": "Extensions",
3777
+ "type": "3rd-party",
3778
+ "maintainers": [
3779
+ {
3780
+ "name": "weareheavy",
3781
+ "github": "weareheavy"
3782
+ }
3783
+ ],
3784
+ "compatibility": {
3785
+ "nuxt": "^3.0.0",
3786
+ "requires": {}
3787
+ }
3788
+ },
3789
+ {
3790
+ "name": "nuxt-facebook-chat",
3791
+ "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
3792
+ "repo": "superdev-tech/nuxt-facebook-chat",
3793
+ "npm": "nuxt-facebook-chat",
3794
+ "icon": "nuxt-facebook-chat.svg",
3795
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3796
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3797
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3798
+ "category": "Libraries",
3799
+ "type": "3rd-party",
3800
+ "maintainers": [
3801
+ {
3802
+ "name": "Supanut Dokmaithong",
3803
+ "github": "Boomgeek"
3804
+ },
3805
+ {
3806
+ "name": "superdev-tech",
3807
+ "github": "superdev-tech"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^3.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3815
+ {
3816
+ "name": "nuxt-feather-icons",
3817
+ "description": "The Feather Icons in Nuxt 3.",
3818
+ "repo": "4sllan/nuxt-feather-icons",
3819
+ "npm": "nuxt-feather-icons",
3820
+ "icon": "nuxt-feather-icons.png",
3821
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3822
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3823
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3824
+ "category": "UI",
3825
+ "type": "3rd-party",
3826
+ "maintainers": [
3827
+ {
3828
+ "name": "4sllan",
3829
+ "github": "4sllan"
3830
+ }
3831
+ ],
3832
+ "compatibility": {
3833
+ "nuxt": "^3.0.0",
3834
+ "requires": {}
3835
+ }
3836
+ },
3837
+ {
3838
+ "name": "nuxt-feedme",
3839
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3840
+ "repo": "helltraitor/nuxt-feedme",
3841
+ "npm": "nuxt-feedme",
3842
+ "icon": "",
3843
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3844
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3845
+ "learn_more": "",
3846
+ "category": "SEO",
3847
+ "type": "3rd-party",
3848
+ "maintainers": [
3849
+ {
3850
+ "name": "Helltraitor",
3851
+ "github": "helltraitor"
3852
+ }
3853
+ ],
3854
+ "compatibility": {
3855
+ "nuxt": "^3.0.0",
3856
+ "requires": {}
3857
+ }
3858
+ },
3859
+ {
3860
+ "name": "nuxt-fontawesome",
3861
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
3862
+ "repo": "bezumkin/nuxt-fontawesome",
3863
+ "npm": "@vesp/nuxt-fontawesome",
3864
+ "icon": "nuxt-fontawesome.svg",
3865
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
3866
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
3867
+ "learn_more": "https://fontawesome.com",
3868
+ "category": "UI",
3869
+ "type": "3rd-party",
3870
+ "maintainers": [
3871
+ {
3872
+ "name": "Vasily Naumkin",
3873
+ "github": "bezumkin",
3874
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3315
3882
  {
3316
3883
  "name": "nuxt-graphql-middleware",
3317
3884
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3319,7 +3886,7 @@
3319
3886
  "npm": "nuxt-graphql-middleware",
3320
3887
  "icon": "nuxt-graphql-middleware.svg",
3321
3888
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3322
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3889
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3323
3890
  "learn_more": "",
3324
3891
  "category": "Request",
3325
3892
  "type": "3rd-party",
@@ -3365,7 +3932,7 @@
3365
3932
  },
3366
3933
  {
3367
3934
  "name": "nuxt-gtm",
3368
- "description": "A Nuxt.js module for Google Tag Manager",
3935
+ "description": "A Nuxt module for Google Tag Manager",
3369
3936
  "repo": "zadigetvoltaire/nuxt-gtm",
3370
3937
  "npm": "@zadigetvoltaire/nuxt-gtm",
3371
3938
  "icon": "nuxt-gtm.svg",
@@ -3377,12 +3944,13 @@
3377
3944
  "maintainers": [
3378
3945
  {
3379
3946
  "name": "Zadig&Voltaire Team",
3380
- "github": "https://github.com/zadigetvoltaire"
3947
+ "github": "zadigetvoltaire"
3381
3948
  }
3382
3949
  ],
3383
3950
  "compatibility": {
3384
3951
  "nuxt": "^3.0.0",
3385
- "requires": {}
3952
+ "requires": {},
3953
+ "devtools": "^0.0.0"
3386
3954
  }
3387
3955
  },
3388
3956
  {
@@ -3409,6 +3977,50 @@
3409
3977
  }
3410
3978
  }
3411
3979
  },
3980
+ {
3981
+ "name": "nuxt-interpolation",
3982
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3983
+ "repo": "daliborgogic/nuxt-interpolation#master",
3984
+ "npm": "nuxt-interpolation",
3985
+ "icon": "",
3986
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3987
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3988
+ "learn_more": "",
3989
+ "category": "Devtools",
3990
+ "type": "3rd-party",
3991
+ "maintainers": [
3992
+ {
3993
+ "name": "daliborgogic",
3994
+ "github": "daliborgogic"
3995
+ }
3996
+ ],
3997
+ "compatibility": {
3998
+ "nuxt": "^2.0.0",
3999
+ "requires": {}
4000
+ }
4001
+ },
4002
+ {
4003
+ "name": "nuxt-jsonld",
4004
+ "description": "Manage JSON-LD in Vue component.",
4005
+ "repo": "ymmooot/nuxt-jsonld",
4006
+ "npm": "nuxt-jsonld",
4007
+ "icon": "",
4008
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
4009
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
4010
+ "learn_more": "",
4011
+ "category": "SEO",
4012
+ "type": "3rd-party",
4013
+ "maintainers": [
4014
+ {
4015
+ "name": "ymmooot",
4016
+ "github": "ymmooot"
4017
+ }
4018
+ ],
4019
+ "compatibility": {
4020
+ "nuxt": "^3.0.0",
4021
+ "requires": {}
4022
+ }
4023
+ },
3412
4024
  {
3413
4025
  "name": "nuxt-localtunnel",
3414
4026
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3416,8 +4028,8 @@
3416
4028
  "npm": "@nuxtus/nuxt-localtunnel",
3417
4029
  "icon": "nuxt-localtunnel.svg",
3418
4030
  "github": "https://github.com/nuxtus/localtunnel",
3419
- "website": "https://nuxtus.com",
3420
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4031
+ "website": "https://docs.nuxtus.com",
4032
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3421
4033
  "category": "Devtools",
3422
4034
  "type": "3rd-party",
3423
4035
  "maintainers": [
@@ -3434,7 +4046,7 @@
3434
4046
  },
3435
4047
  {
3436
4048
  "name": "nuxt-loco",
3437
- "description": "A localise.biz module to synth locale with Nuxt.js",
4049
+ "description": "A localise.biz module to synth locale with Nuxt",
3438
4050
  "repo": "gaetansenn/nuxt-loco",
3439
4051
  "npm": "nuxt-loco",
3440
4052
  "icon": "",
@@ -3455,6 +4067,28 @@
3455
4067
  "requires": {}
3456
4068
  }
3457
4069
  },
4070
+ {
4071
+ "name": "nuxt-mail",
4072
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4073
+ "repo": "dword-design/nuxt-mail",
4074
+ "npm": "nuxt-mail",
4075
+ "icon": "",
4076
+ "github": "https://github.com/dword-design/nuxt-mail",
4077
+ "website": "https://github.com/dword-design/nuxt-mail",
4078
+ "learn_more": "",
4079
+ "category": "Extensions",
4080
+ "type": "3rd-party",
4081
+ "maintainers": [
4082
+ {
4083
+ "name": "Sebastian Landwehr",
4084
+ "github": "dword-design"
4085
+ }
4086
+ ],
4087
+ "compatibility": {
4088
+ "nuxt": "^2.0.0 || ^3.0.0",
4089
+ "requires": {}
4090
+ }
4091
+ },
3458
4092
  {
3459
4093
  "name": "nuxt-mapbox",
3460
4094
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3477,6 +4111,28 @@
3477
4111
  "requires": {}
3478
4112
  }
3479
4113
  },
4114
+ {
4115
+ "name": "nuxt-mdi",
4116
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
4117
+ "repo": "ERPedersen/nuxt-mdi",
4118
+ "npm": "nuxt-mdi",
4119
+ "icon": "mdi.png",
4120
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
4121
+ "website": "https://nuxt-mdi.emilrosenius.com",
4122
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
4123
+ "category": "Libraries",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Emil Rosenius",
4128
+ "github": "ERPedersen"
4129
+ }
4130
+ ],
4131
+ "compatibility": {
4132
+ "nuxt": "^3.0.0",
4133
+ "requires": {}
4134
+ }
4135
+ },
3480
4136
  {
3481
4137
  "name": "nuxt-monaco-editor",
3482
4138
  "description": "Integrate monaco-editor with Nuxt",
@@ -3501,7 +4157,7 @@
3501
4157
  },
3502
4158
  {
3503
4159
  "name": "nuxt-mongoose",
3504
- "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
4160
+ "description": "A Nuxt module for simplifying the use of Mongoose in your project.",
3505
4161
  "repo": "arashsheyda/nuxt-mongoose",
3506
4162
  "npm": "nuxt-mongoose",
3507
4163
  "icon": "nuxt-mongoose.svg",
@@ -3516,6 +4172,102 @@
3516
4172
  "github": "arashsheyda"
3517
4173
  }
3518
4174
  ],
4175
+ "compatibility": {
4176
+ "nuxt": "^3.0.0",
4177
+ "requires": {},
4178
+ "devtools": "^0.0.0"
4179
+ }
4180
+ },
4181
+ {
4182
+ "name": "nuxt-oidc-auth",
4183
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4184
+ "repo": "itpropro/nuxt-oidc-auth",
4185
+ "npm": "nuxt-oidc-auth",
4186
+ "icon": "",
4187
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4188
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4189
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4190
+ "category": "Security",
4191
+ "type": "3rd-party",
4192
+ "maintainers": [
4193
+ {
4194
+ "name": "Jan-Henrik Damaschke",
4195
+ "github": "itpropro",
4196
+ "twitter": "jandamaschke"
4197
+ }
4198
+ ],
4199
+ "compatibility": {
4200
+ "nuxt": "^3.0.0",
4201
+ "requires": {}
4202
+ }
4203
+ },
4204
+ {
4205
+ "name": "nuxt-openapi-docs-module",
4206
+ "description": "Generate pages from OpenAPI specifications",
4207
+ "repo": "on-org/nuxt-openapi-docs-module",
4208
+ "npm": "nuxt-openapi-docs-module",
4209
+ "icon": "nuxt-openapi-docs-module.png",
4210
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4211
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4212
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4213
+ "category": "Libraries",
4214
+ "type": "3rd-party",
4215
+ "maintainers": [
4216
+ {
4217
+ "name": "Pavel Kuzmin",
4218
+ "github": "s00d"
4219
+ }
4220
+ ],
4221
+ "compatibility": {
4222
+ "nuxt": "^3.0.0",
4223
+ "requires": {}
4224
+ }
4225
+ },
4226
+ {
4227
+ "name": "nuxt-openid-connect",
4228
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4229
+ "repo": "aborn/nuxt-openid-connect",
4230
+ "npm": "nuxt-openid-connect",
4231
+ "icon": "",
4232
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4233
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4234
+ "learn_more": "",
4235
+ "category": "Security",
4236
+ "type": "3rd-party",
4237
+ "maintainers": [
4238
+ {
4239
+ "name": "Aborn Jiang",
4240
+ "github": "aborn"
4241
+ },
4242
+ {
4243
+ "name": "Khaled Almana",
4244
+ "github": "KhaledAlMana"
4245
+ }
4246
+ ],
4247
+ "compatibility": {
4248
+ "nuxt": "^3.0.0",
4249
+ "requires": {},
4250
+ "devtools": "^0.0.0"
4251
+ }
4252
+ },
4253
+ {
4254
+ "name": "nuxt-payload-analyzer",
4255
+ "description": "Analyze Nuxt Payload Size",
4256
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4257
+ "npm": "nuxt-payload-analyzer",
4258
+ "icon": "",
4259
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4260
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4261
+ "learn_more": "",
4262
+ "category": "Performance",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "Barbapapazes",
4267
+ "github": "Barbapapazes",
4268
+ "twitter": "soubiran_"
4269
+ }
4270
+ ],
3519
4271
  "compatibility": {
3520
4272
  "nuxt": "^3.0.0",
3521
4273
  "requires": {}
@@ -3551,8 +4303,8 @@
3551
4303
  "npm": "nuxt-phosphor-icons",
3552
4304
  "icon": "phosphor-icons.svg",
3553
4305
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3554
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3555
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4306
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4307
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3556
4308
  "category": "UI",
3557
4309
  "type": "3rd-party",
3558
4310
  "maintainers": [
@@ -3588,31 +4340,9 @@
3588
4340
  "requires": {}
3589
4341
  }
3590
4342
  },
3591
- {
3592
- "name": "plausible",
3593
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
3594
- "repo": "nuxt-modules/plausible",
3595
- "npm": "@nuxtjs/plausible",
3596
- "icon": "plausible.png",
3597
- "github": "https://github.com/nuxt-modules/plausible",
3598
- "website": "https://github.com/nuxt-modules/plausible",
3599
- "learn_more": "https://plausible.io/",
3600
- "category": "Analytics",
3601
- "type": "community",
3602
- "maintainers": [
3603
- {
3604
- "name": "Johann Schopplich",
3605
- "github": "johannschopplich"
3606
- }
3607
- ],
3608
- "compatibility": {
3609
- "nuxt": "^3.0.0",
3610
- "requires": {}
3611
- }
3612
- },
3613
4343
  {
3614
4344
  "name": "nuxt-plotly",
3615
- "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
4345
+ "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
3616
4346
  "repo": "superdev-tech/nuxt-plotly",
3617
4347
  "npm": "nuxt-plotly",
3618
4348
  "icon": "nuxt-plotly.svg",
@@ -3638,7 +4368,7 @@
3638
4368
  },
3639
4369
  {
3640
4370
  "name": "nuxt-png-to-ico",
3641
- "description": "Nuxt.js module for auto generating favicons",
4371
+ "description": "Nuxt module for auto generating favicons",
3642
4372
  "repo": "b5710546232/nuxt-png-to-ico",
3643
4373
  "npm": "nuxt-png-to-ico",
3644
4374
  "icon": "",
@@ -3659,9 +4389,31 @@
3659
4389
  "requires": {}
3660
4390
  }
3661
4391
  },
4392
+ {
4393
+ "name": "nuxt-posthog",
4394
+ "description": "Integrate PostHog into your application with minimal configuration",
4395
+ "repo": "mitjans/nuxt-posthog",
4396
+ "npm": "nuxt-posthog",
4397
+ "icon": "posthog.svg",
4398
+ "github": "https://github.com/mitjans/nuxt-posthog",
4399
+ "website": "https://nuxt-posthog.cmitjans.dev",
4400
+ "learn_more": "https://posthog.com",
4401
+ "category": "Analytics",
4402
+ "type": "3rd-party",
4403
+ "maintainers": [
4404
+ {
4405
+ "name": "Carles Mitjans",
4406
+ "github": "mitjans"
4407
+ }
4408
+ ],
4409
+ "compatibility": {
4410
+ "nuxt": "^3.0.0",
4411
+ "requires": {}
4412
+ }
4413
+ },
3662
4414
  {
3663
4415
  "name": "nuxt-smartlook",
3664
- "description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
4416
+ "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
3665
4417
  "repo": "f00b4r/nuxt-smartlook",
3666
4418
  "npm": "nuxt-smartlook",
3667
4419
  "icon": "nuxt-smartlook.png",
@@ -3683,6 +4435,28 @@
3683
4435
  "requires": {}
3684
4436
  }
3685
4437
  },
4438
+ {
4439
+ "name": "nuxt-social-share",
4440
+ "description": "Simple Social Sharing for Nuxt",
4441
+ "repo": "stefanobartoletti/nuxt-social-share",
4442
+ "npm": "@stefanobartoletti/nuxt-social-share",
4443
+ "icon": "nuxt-social-share.png",
4444
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4445
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4446
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4447
+ "category": "Extensions",
4448
+ "type": "3rd-party",
4449
+ "maintainers": [
4450
+ {
4451
+ "name": "stefanobartoletti",
4452
+ "github": "stefanobartoletti"
4453
+ }
4454
+ ],
4455
+ "compatibility": {
4456
+ "nuxt": "^3.0.0",
4457
+ "requires": {}
4458
+ }
4459
+ },
3686
4460
  {
3687
4461
  "name": "ssr-lit",
3688
4462
  "description": "Server-Side Rendering for Lit Element components",
@@ -3713,10 +4487,10 @@
3713
4487
  },
3714
4488
  {
3715
4489
  "name": "nuxt-storm",
3716
- "description": "WebStorm & PHPStorm support for NuxtJS components",
4490
+ "description": "WebStorm & PHPStorm support for Nuxt components",
3717
4491
  "repo": "fumeapp/nuxt-storm",
3718
4492
  "npm": "nuxt-storm",
3719
- "icon": "nuxt-storm.png",
4493
+ "icon": "",
3720
4494
  "github": "https://github.com/fumeapp/nuxt-storm",
3721
4495
  "website": "https://github.com/fumeapp/nuxt-storm",
3722
4496
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3733,6 +4507,30 @@
3733
4507
  "requires": {}
3734
4508
  }
3735
4509
  },
4510
+ {
4511
+ "name": "nuxt-svgo-loader",
4512
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4513
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4514
+ "npm": "nuxt-svgo-loader",
4515
+ "icon": "",
4516
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4517
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4518
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4519
+ "category": "Images",
4520
+ "type": "3rd-party",
4521
+ "maintainers": [
4522
+ {
4523
+ "name": "Alex Liu",
4524
+ "github": "Mini-ghost",
4525
+ "twitter": "Minighost_Alex"
4526
+ }
4527
+ ],
4528
+ "compatibility": {
4529
+ "nuxt": "^3.0.0",
4530
+ "requires": {},
4531
+ "devtools": "^0.0.0"
4532
+ }
4533
+ },
3736
4534
  {
3737
4535
  "name": "nuxt-svgo",
3738
4536
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3757,7 +4555,7 @@
3757
4555
  },
3758
4556
  {
3759
4557
  "name": "nuxt-unleash",
3760
- "description": "Nuxt.js module to use Unleash toggle feature services",
4558
+ "description": "Nuxt module to use Unleash toggle feature services",
3761
4559
  "repo": "conejerock/nuxt-unleash",
3762
4560
  "npm": "nuxt-unleash",
3763
4561
  "icon": "nuxt-unleash.svg",
@@ -3777,28 +4575,6 @@
3777
4575
  "requires": {}
3778
4576
  }
3779
4577
  },
3780
- {
3781
- "name": "nuxt-use-motion",
3782
- "description": "A Nuxt module putting your components in motion",
3783
- "repo": "Tahul/nuxt-use-motion",
3784
- "npm": "nuxt-use-motion",
3785
- "icon": "nuxt-use-motion.svg",
3786
- "github": "https://github.com/Tahul/nuxt-use-motion",
3787
- "website": "https://github.com/Tahul/nuxt-use-motion",
3788
- "learn_more": "https://github.com/vueuse/motion",
3789
- "category": "Libraries",
3790
- "type": "3rd-party",
3791
- "maintainers": [
3792
- {
3793
- "name": "Tahul",
3794
- "github": "Tahul"
3795
- }
3796
- ],
3797
- "compatibility": {
3798
- "nuxt": "^2.0.0",
3799
- "requires": {}
3800
- }
3801
- },
3802
4578
  {
3803
4579
  "name": "nuxt-use-sound",
3804
4580
  "description": "A Nuxt module for playing sound effects.",
@@ -3858,8 +4634,30 @@
3858
4634
  "type": "3rd-party",
3859
4635
  "maintainers": [
3860
4636
  {
3861
- "name": "Kasun Vithanage",
3862
- "github": "kasvith"
4637
+ "name": "Kasun Vithanage",
4638
+ "github": "kasvith"
4639
+ }
4640
+ ],
4641
+ "compatibility": {
4642
+ "nuxt": "^3.0.0",
4643
+ "requires": {}
4644
+ }
4645
+ },
4646
+ {
4647
+ "name": "nuxt-zod-i18n",
4648
+ "description": "A Nuxt Module for localizing zod error messages.",
4649
+ "repo": "xibman/nuxt-zod-i18n",
4650
+ "npm": "nuxt-zod-i18n",
4651
+ "icon": "nuxt-zod-i18n.svg",
4652
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4653
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4654
+ "learn_more": "",
4655
+ "category": "Libraries",
4656
+ "type": "3rd-party",
4657
+ "maintainers": [
4658
+ {
4659
+ "name": "xibman",
4660
+ "github": "xibman"
3863
4661
  }
3864
4662
  ],
3865
4663
  "compatibility": {
@@ -3868,20 +4666,20 @@
3868
4666
  }
3869
4667
  },
3870
4668
  {
3871
- "name": "nuxt-vuetify",
3872
- "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3873
- "repo": "invictus-codes/nuxt-vuetify",
3874
- "npm": "@invictus.codes/nuxt-vuetify",
3875
- "icon": "vuetify-logo-v3-dark.svg",
3876
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
3877
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3878
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3879
- "category": "UI",
4669
+ "name": "nuxt3-interpolation",
4670
+ "description": "",
4671
+ "repo": "daliborgogic/interpolation",
4672
+ "npm": "nuxt3-interpolation",
4673
+ "icon": "",
4674
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4675
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4676
+ "learn_more": "",
4677
+ "category": "Devtools",
3880
4678
  "type": "3rd-party",
3881
4679
  "maintainers": [
3882
4680
  {
3883
- "name": "Jens van Hellemondt",
3884
- "github": "invictus-codes"
4681
+ "name": "daliborgogic",
4682
+ "github": "daliborgogic"
3885
4683
  }
3886
4684
  ],
3887
4685
  "compatibility": {
@@ -3913,7 +4711,7 @@
3913
4711
  },
3914
4712
  {
3915
4713
  "name": "nuxt7",
3916
- "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
4714
+ "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
3917
4715
  "repo": "nuxt-community/nuxt7",
3918
4716
  "npm": "nuxt7",
3919
4717
  "icon": "",
@@ -3934,40 +4732,17 @@
3934
4732
  "requires": {}
3935
4733
  }
3936
4734
  },
3937
- {
3938
- "name": "nuxtlabs-ui",
3939
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3940
- "repo": "nuxtlabs/ui",
3941
- "npm": "@nuxthq/ui",
3942
- "icon": "nuxtlabs-ui.svg",
3943
- "github": "https://github.com/nuxtlabs/ui",
3944
- "website": "https://ui.nuxtlabs.com",
3945
- "learn_more": "https://ui.nuxtlabs.com",
3946
- "category": "UI",
3947
- "type": "3rd-party",
3948
- "maintainers": [
3949
- {
3950
- "name": "Benjamin Canac",
3951
- "github": "benjamincanac",
3952
- "twitter": "benjamincanac"
3953
- }
3954
- ],
3955
- "compatibility": {
3956
- "nuxt": "^3.0.0",
3957
- "requires": {}
3958
- }
3959
- },
3960
4735
  {
3961
4736
  "name": "og-image",
3962
- "description": "Easily generate dynamic social share images.",
3963
- "repo": "harlan-zw/nuxt-og-image",
4737
+ "description": "Enlightened runtime images generated with Vue templates.",
4738
+ "repo": "nuxt-modules/og-image",
3964
4739
  "npm": "nuxt-og-image",
3965
- "icon": "",
3966
- "github": "https://github.com/harlan-zw/nuxt-og-image",
3967
- "website": "https://github.com/harlan-zw/nuxt-og-image",
3968
- "learn_more": "",
4740
+ "icon": "og-image.svg",
4741
+ "github": "https://github.com/nuxt-modules/og-image",
4742
+ "website": "https://nuxtseo.com/og-image",
4743
+ "learn_more": "https://nuxtseo.com/og-image",
3969
4744
  "category": "SEO",
3970
- "type": "3rd-party",
4745
+ "type": "community",
3971
4746
  "maintainers": [
3972
4747
  {
3973
4748
  "name": "Harlan Wilton",
@@ -3978,7 +4753,8 @@
3978
4753
  ],
3979
4754
  "compatibility": {
3980
4755
  "nuxt": "^3.0.0",
3981
- "requires": {}
4756
+ "requires": {},
4757
+ "devtools": "^0.0.0"
3982
4758
  }
3983
4759
  },
3984
4760
  {
@@ -4006,13 +4782,13 @@
4006
4782
  },
4007
4783
  {
4008
4784
  "name": "optimized-images",
4009
- "description": "Automatically optimizes images used in Nuxt.js projects (jpeg, png, svg, webp and gif).",
4785
+ "description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
4010
4786
  "repo": "juliomrqz/nuxt-optimized-images",
4011
4787
  "npm": "@aceforth/nuxt-optimized-images",
4012
4788
  "icon": "",
4013
4789
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4014
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4015
- "learn_more": "",
4790
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4791
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4016
4792
  "category": "Images",
4017
4793
  "type": "3rd-party",
4018
4794
  "maintainers": [
@@ -4051,7 +4827,7 @@
4051
4827
  },
4052
4828
  {
4053
4829
  "name": "parse",
4054
- "description": "Parse package for Nuxt.js",
4830
+ "description": "Parse package for Nuxt",
4055
4831
  "repo": "cierrateam/nuxt-parse",
4056
4832
  "npm": "nuxt-parse",
4057
4833
  "icon": "",
@@ -4071,6 +4847,29 @@
4071
4847
  "requires": {}
4072
4848
  }
4073
4849
  },
4850
+ {
4851
+ "name": "particles",
4852
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4853
+ "repo": "Joepocalyptic/nuxt-particles",
4854
+ "npm": "nuxt-particles",
4855
+ "icon": "",
4856
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4857
+ "website": "https://nuxt-particles.joeypereira.dev",
4858
+ "learn_more": "https://particles.js.org/",
4859
+ "category": "Libraries",
4860
+ "type": "3rd-party",
4861
+ "maintainers": [
4862
+ {
4863
+ "name": "Joey Pereira",
4864
+ "github": "Joepocalyptic",
4865
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4866
+ }
4867
+ ],
4868
+ "compatibility": {
4869
+ "nuxt": "^3.0.0",
4870
+ "requires": {}
4871
+ }
4872
+ },
4074
4873
  {
4075
4874
  "name": "partytown",
4076
4875
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4096,6 +4895,28 @@
4096
4895
  }
4097
4896
  }
4098
4897
  },
4898
+ {
4899
+ "name": "paypal",
4900
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4901
+ "repo": "arashsheyda/nuxt-paypal",
4902
+ "npm": "nuxt-paypal",
4903
+ "icon": "paypal.svg",
4904
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4905
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4906
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4907
+ "category": "Payment",
4908
+ "type": "3rd-party",
4909
+ "maintainers": [
4910
+ {
4911
+ "name": "Arash Sheyda",
4912
+ "github": "arashsheyda"
4913
+ }
4914
+ ],
4915
+ "compatibility": {
4916
+ "nuxt": "^3.0.0",
4917
+ "requires": {}
4918
+ }
4919
+ },
4099
4920
  {
4100
4921
  "name": "pdfeasy",
4101
4922
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4120,6 +4941,28 @@
4120
4941
  "requires": {}
4121
4942
  }
4122
4943
  },
4944
+ {
4945
+ "name": "pergel",
4946
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
4947
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
4948
+ "npm": "pergel",
4949
+ "icon": "pergel.svg",
4950
+ "github": "https://github.com/oku-ui/pergel",
4951
+ "website": "https://oku-ui.com/pergel",
4952
+ "learn_more": "",
4953
+ "category": "Devtools",
4954
+ "type": "3rd-party",
4955
+ "maintainers": [
4956
+ {
4957
+ "name": "Mehmet - productdevbook",
4958
+ "github": "productdevbook"
4959
+ }
4960
+ ],
4961
+ "compatibility": {
4962
+ "nuxt": "^3.10.0",
4963
+ "requires": {}
4964
+ }
4965
+ },
4123
4966
  {
4124
4967
  "name": "persian-datepicker",
4125
4968
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4146,7 +4989,7 @@
4146
4989
  {
4147
4990
  "name": "pinia-orm",
4148
4991
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4149
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
4992
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4150
4993
  "npm": "@pinia-orm/nuxt",
4151
4994
  "icon": "pinia-orm.svg",
4152
4995
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4217,10 +5060,10 @@
4217
5060
  },
4218
5061
  {
4219
5062
  "name": "plausible",
4220
- "description": "Nuxt 3 module to natively integrate Plausible analytics",
5063
+ "description": "Nuxt module to natively integrate Plausible analytics",
4221
5064
  "repo": "nuxt-modules/plausible",
4222
5065
  "npm": "@nuxtjs/plausible",
4223
- "icon": "",
5066
+ "icon": "plausible.svg",
4224
5067
  "github": "https://github.com/nuxt-modules/plausible",
4225
5068
  "website": "https://github.com/nuxt-modules/plausible",
4226
5069
  "learn_more": "",
@@ -4228,12 +5071,12 @@
4228
5071
  "type": "community",
4229
5072
  "maintainers": [
4230
5073
  {
4231
- "name": "nuxt-modules",
4232
- "github": "nuxt-modules"
5074
+ "name": "Johann Schopplich",
5075
+ "github": "johannschopplich"
4233
5076
  }
4234
5077
  ],
4235
5078
  "compatibility": {
4236
- "nuxt": "^2.0.0",
5079
+ "nuxt": "^2.0.0 || ^3.0.0",
4237
5080
  "requires": {}
4238
5081
  }
4239
5082
  },
@@ -4259,9 +5102,56 @@
4259
5102
  "requires": {}
4260
5103
  }
4261
5104
  },
5105
+ {
5106
+ "name": "prepare",
5107
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
5108
+ "repo": "johannschopplich/nuxt-prepare",
5109
+ "npm": "nuxt-prepare",
5110
+ "icon": "prepare.svg",
5111
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
5112
+ "website": "https://nuxt-prepare.byjohann.dev",
5113
+ "learn_more": "",
5114
+ "category": "Devtools",
5115
+ "type": "3rd-party",
5116
+ "maintainers": [
5117
+ {
5118
+ "name": "Johann Schopplich",
5119
+ "github": "johannschopplich",
5120
+ "twitter": "jschopplich",
5121
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
5122
+ }
5123
+ ],
5124
+ "compatibility": {
5125
+ "nuxt": "^3.0.0",
5126
+ "requires": {}
5127
+ }
5128
+ },
5129
+ {
5130
+ "name": "primevue",
5131
+ "description": "Next Generation Vue UI Component Library",
5132
+ "repo": "primefaces/primevue-nuxt-module",
5133
+ "npm": "nuxt-primevue",
5134
+ "icon": "primevue.svg",
5135
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5136
+ "website": "https://primevue.org/",
5137
+ "learn_more": "https://primevue.org/",
5138
+ "category": "UI",
5139
+ "type": "3rd-party",
5140
+ "maintainers": [
5141
+ {
5142
+ "name": "primefaces",
5143
+ "github": "primefaces",
5144
+ "twitter": "primevue"
5145
+ }
5146
+ ],
5147
+ "compatibility": {
5148
+ "nuxt": "^3.0.0",
5149
+ "requires": {}
5150
+ }
5151
+ },
4262
5152
  {
4263
5153
  "name": "prismic",
4264
- "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
5154
+ "description": "Easily connect your Nuxt application to your content hosted on Prismic",
4265
5155
  "repo": "nuxt-modules/prismic",
4266
5156
  "npm": "@nuxtjs/prismic",
4267
5157
  "icon": "prismic.png",
@@ -4328,7 +5218,7 @@
4328
5218
  },
4329
5219
  {
4330
5220
  "name": "proxy",
4331
- "description": "The one-liner node.js http-proxy middleware solution for Nuxt.js using http-proxy-middleware",
5221
+ "description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
4332
5222
  "repo": "nuxt-community/proxy-module",
4333
5223
  "npm": "@nuxtjs/proxy",
4334
5224
  "icon": "",
@@ -4374,7 +5264,7 @@
4374
5264
  },
4375
5265
  {
4376
5266
  "name": "purgecss",
4377
- "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
5267
+ "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
4378
5268
  "repo": "Developmint/nuxt-purgecss#main",
4379
5269
  "npm": "nuxt-purgecss",
4380
5270
  "icon": "purgecss.png",
@@ -4396,7 +5286,7 @@
4396
5286
  },
4397
5287
  {
4398
5288
  "name": "pwa",
4399
- "description": "Easily build a Progressive Web App for your Nuxt.js application to improve your app's performance.",
5289
+ "description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
4400
5290
  "repo": "nuxt-community/pwa-module",
4401
5291
  "npm": "@nuxtjs/pwa",
4402
5292
  "icon": "pwa.png",
@@ -4421,7 +5311,7 @@
4421
5311
  },
4422
5312
  {
4423
5313
  "name": "python",
4424
- "description": "Write Nuxt.js applications using Python",
5314
+ "description": "Write Nuxt applications using Python",
4425
5315
  "repo": "nuxt-community/python-module",
4426
5316
  "npm": "@nuxtjs/python",
4427
5317
  "icon": "python.png",
@@ -4460,7 +5350,8 @@
4460
5350
  ],
4461
5351
  "compatibility": {
4462
5352
  "nuxt": "^3.0.0",
4463
- "requires": {}
5353
+ "requires": {},
5354
+ "devtools": "^0.0.0"
4464
5355
  }
4465
5356
  },
4466
5357
  {
@@ -4468,7 +5359,7 @@
4468
5359
  "description": "radash module with auto-import and custom prefix",
4469
5360
  "repo": "bbg/nuxt-radash",
4470
5361
  "npm": "nuxt-radash",
4471
- "icon": "radash.svg",
5362
+ "icon": "radash.png",
4472
5363
  "github": "https://github.com/bbg/nuxt-radash",
4473
5364
  "website": "https://github.com/bbg/nuxt-radash#readme",
4474
5365
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4485,9 +5376,44 @@
4485
5376
  "requires": {}
4486
5377
  }
4487
5378
  },
5379
+ {
5380
+ "name": "radix-vue",
5381
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5382
+ "repo": "radix-vue/radix-vue",
5383
+ "npm": "radix-vue",
5384
+ "icon": "radix-vue.svg",
5385
+ "github": "https://github.com/radix-vue/radix-vue",
5386
+ "website": "https://www.radix-vue.com/",
5387
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5388
+ "category": "UI",
5389
+ "type": "3rd-party",
5390
+ "maintainers": [
5391
+ {
5392
+ "name": "Zernonia",
5393
+ "github": "zernonia",
5394
+ "twitter": "zernonia"
5395
+ },
5396
+ {
5397
+ "name": "Khairul Haaziq",
5398
+ "github": "khairulhaaziq"
5399
+ },
5400
+ {
5401
+ "name": "Mujahid Anuar",
5402
+ "github": "mujahidfa"
5403
+ },
5404
+ {
5405
+ "name": "Max",
5406
+ "github": "onmax"
5407
+ }
5408
+ ],
5409
+ "compatibility": {
5410
+ "nuxt": "^3.0.0",
5411
+ "requires": {}
5412
+ }
5413
+ },
4488
5414
  {
4489
5415
  "name": "recaptcha",
4490
- "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
5416
+ "description": "Simple and easy Google reCAPTCHA module with Nuxt",
4491
5417
  "repo": "nuxt-community/recaptcha-module",
4492
5418
  "npm": "@nuxtjs/recaptcha",
4493
5419
  "icon": "recaptcha.png",
@@ -4530,9 +5456,32 @@
4530
5456
  "requires": {}
4531
5457
  }
4532
5458
  },
5459
+ {
5460
+ "name": "resend",
5461
+ "description": "Resend integration for Nuxt",
5462
+ "repo": "nhedger/nuxt-resend",
5463
+ "npm": "nuxt-resend",
5464
+ "icon": "resend.svg",
5465
+ "github": "https://github.com/nhedger/nuxt-resend",
5466
+ "website": "https://github.com/nhedger/nuxt-resend",
5467
+ "learn_more": "https://resend.com",
5468
+ "category": "Extensions",
5469
+ "type": "3rd-party",
5470
+ "maintainers": [
5471
+ {
5472
+ "name": "Nicolas Hedger",
5473
+ "github": "nhedger",
5474
+ "twitter": "nicolashedger"
5475
+ }
5476
+ ],
5477
+ "compatibility": {
5478
+ "nuxt": "^3.0.0",
5479
+ "requires": {}
5480
+ }
5481
+ },
4533
5482
  {
4534
5483
  "name": "rfg-icon",
4535
- "description": "Nuxt.js module for creating favicons with RealFaviconGenerator api",
5484
+ "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
4536
5485
  "repo": "pimlie/nuxt-rfg-icon",
4537
5486
  "npm": "nuxt-rfg-icon",
4538
5487
  "icon": "real-favicon-generator.png",
@@ -4554,13 +5503,13 @@
4554
5503
  },
4555
5504
  {
4556
5505
  "name": "robots",
4557
- "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4558
- "repo": "nuxt-community/robots-module",
5506
+ "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5507
+ "repo": "nuxt-modules/robots",
4559
5508
  "npm": "@nuxtjs/robots",
4560
5509
  "icon": "robots.png",
4561
- "github": "https://github.com/nuxt-community/robots-module",
4562
- "website": "https://github.com/nuxt-community/robots-module",
4563
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5510
+ "github": "https://github.com/nuxt-modules/robots",
5511
+ "website": "https://github.com/nuxt-modules/robots",
5512
+ "learn_more": "",
4564
5513
  "category": "SEO",
4565
5514
  "type": "community",
4566
5515
  "maintainers": [
@@ -4578,23 +5527,23 @@
4578
5527
  },
4579
5528
  {
4580
5529
  "name": "rollbar",
4581
- "description": "Add Rollbar.js to your Nuxt.js app to automatically capture and report errors in your applications.",
4582
- "repo": "gaelreyrol/nuxt-rollbar-module",
4583
- "npm": "nuxt-rollbar-module",
5530
+ "description": "Nuxt 3 module to integrate Rollbar.",
5531
+ "repo": "jairoblatt/nuxt-rollbar",
5532
+ "npm": "nuxt-rollbar",
4584
5533
  "icon": "rollbar.png",
4585
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4586
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5534
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5535
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4587
5536
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4588
5537
  "category": "Monitoring",
4589
5538
  "type": "3rd-party",
4590
5539
  "maintainers": [
4591
5540
  {
4592
- "name": "Gaël Reyrol",
4593
- "github": "gaelreyrol"
5541
+ "name": "Jairo Blatt",
5542
+ "github": "jairoblatt"
4594
5543
  }
4595
5544
  ],
4596
5545
  "compatibility": {
4597
- "nuxt": "^2.0.0",
5546
+ "nuxt": "^3.0.0",
4598
5547
  "requires": {}
4599
5548
  }
4600
5549
  },
@@ -4623,7 +5572,7 @@
4623
5572
  },
4624
5573
  {
4625
5574
  "name": "router",
4626
- "description": "Nuxt.js module to use router.js instead of pages/ directory",
5575
+ "description": "Nuxt module to use router.js instead of pages/ directory",
4627
5576
  "repo": "nuxt-community/router-module",
4628
5577
  "npm": "@nuxtjs/router",
4629
5578
  "icon": "vue.png",
@@ -4671,13 +5620,13 @@
4671
5620
  },
4672
5621
  {
4673
5622
  "name": "schema-org",
4674
- "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
4675
- "repo": "vueuse/schema-org#main/packages/nuxt",
5623
+ "description": "Quick and easy Schema.org graphs.",
5624
+ "repo": "harlan-zw/nuxt-schema-org",
4676
5625
  "npm": "nuxt-schema-org",
4677
5626
  "icon": "schema-org.svg",
4678
- "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4679
- "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
4680
- "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
5627
+ "github": "https://github.com/harlan-zw/nuxt-schema-org",
5628
+ "website": "https://nuxtseo.com/schema-org",
5629
+ "learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
4681
5630
  "category": "SEO",
4682
5631
  "type": "3rd-party",
4683
5632
  "maintainers": [
@@ -4740,13 +5689,13 @@
4740
5689
  },
4741
5690
  {
4742
5691
  "name": "segment",
4743
- "description": "Nuxt.js module for Segment Analytics.js",
5692
+ "description": "Nuxt module for Segment Analytics.js",
4744
5693
  "repo": "dansmaculotte/nuxt-segment",
4745
5694
  "npm": "@dansmaculotte/nuxt-segment",
4746
5695
  "icon": "segment.png",
4747
5696
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4748
5697
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4749
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5698
+ "learn_more": "",
4750
5699
  "category": "Analytics",
4751
5700
  "type": "3rd-party",
4752
5701
  "maintainers": [
@@ -4762,10 +5711,10 @@
4762
5711
  },
4763
5712
  {
4764
5713
  "name": "sentry",
4765
- "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
5714
+ "description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
4766
5715
  "repo": "nuxt-community/sentry-module",
4767
5716
  "npm": "@nuxtjs/sentry",
4768
- "icon": "sentry.png",
5717
+ "icon": "sentry.svg",
4769
5718
  "github": "https://github.com/nuxt-community/sentry-module",
4770
5719
  "website": "https://sentry.nuxtjs.org/",
4771
5720
  "learn_more": "https://sentry.io/welcome/",
@@ -4783,20 +5732,22 @@
4783
5732
  }
4784
5733
  },
4785
5734
  {
4786
- "name": "seo-kit",
4787
- "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4788
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4789
- "npm": "nuxt-seo-kit",
4790
- "icon": "seo-kit.svg",
4791
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4792
- "website": "https://github.com/harlan-zw/nuxt-seo-kit",
4793
- "learn_more": "",
5735
+ "name": "seo-experiments",
5736
+ "description": "Powerful SEO DX improvements.",
5737
+ "repo": "harlan-zw/nuxt-seo-experiments",
5738
+ "npm": "nuxt-seo-experiments",
5739
+ "icon": "seo-experiments.svg",
5740
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5741
+ "website": "https://nuxtseo.com/experiments",
5742
+ "learn_more": "https://nuxtseo.com/experiments",
4794
5743
  "category": "SEO",
4795
5744
  "type": "3rd-party",
4796
5745
  "maintainers": [
4797
5746
  {
4798
- "name": "harlan-zw",
4799
- "github": "harlan-zw"
5747
+ "name": "Harlan Wilton",
5748
+ "github": "harlan-zw",
5749
+ "twitter": "harlan_zw",
5750
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4800
5751
  }
4801
5752
  ],
4802
5753
  "compatibility": {
@@ -4827,9 +5778,31 @@
4827
5778
  "requires": {}
4828
5779
  }
4829
5780
  },
5781
+ {
5782
+ "name": "seo",
5783
+ "description": "The complete SEO solution for Nuxt.",
5784
+ "repo": "harlan-zw/nuxt-seo",
5785
+ "npm": "@nuxtjs/seo",
5786
+ "icon": "nuxt.svg",
5787
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5788
+ "website": "https://nuxtseo.com/",
5789
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5790
+ "category": "SEO",
5791
+ "type": "3rd-party",
5792
+ "maintainers": [
5793
+ {
5794
+ "name": "harlan-zw",
5795
+ "github": "harlan-zw"
5796
+ }
5797
+ ],
5798
+ "compatibility": {
5799
+ "nuxt": "^3.0.0",
5800
+ "requires": {}
5801
+ }
5802
+ },
4830
5803
  {
4831
5804
  "name": "seomatic-meta",
4832
- "description": "A Nuxt.js module connecting Nuxt.js to the Craft CMS SEOmatic plugin",
5805
+ "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
4833
5806
  "repo": "ben-rogerson/nuxt-seomatic-meta",
4834
5807
  "npm": "nuxt-seomatic-meta",
4835
5808
  "icon": "seomatic.png",
@@ -4875,7 +5848,7 @@
4875
5848
  {
4876
5849
  "name": "server-block",
4877
5850
  "description": "Use <server> tags in your Nuxt pages components.",
4878
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5851
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
4879
5852
  "npm": "@hebilicious/server-block-nuxt",
4880
5853
  "icon": "server-block.svg",
4881
5854
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -4895,32 +5868,9 @@
4895
5868
  "requires": {}
4896
5869
  }
4897
5870
  },
4898
- {
4899
- "name": "session",
4900
- "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",
4901
- "repo": "sidebase/nuxt-session",
4902
- "npm": "@sidebase/nuxt-session",
4903
- "icon": "session.png",
4904
- "github": "https://github.com/sidebase/nuxt-session",
4905
- "website": "https://github.com/sidebase/nuxt-session",
4906
- "learn_more": "https://github.com/sidebase",
4907
- "category": "Security",
4908
- "type": "3rd-party",
4909
- "maintainers": [
4910
- {
4911
- "name": "sidebase",
4912
- "github": "sidebase",
4913
- "twitter": "sidebase_io"
4914
- }
4915
- ],
4916
- "compatibility": {
4917
- "nuxt": "^3.0.0",
4918
- "requires": {}
4919
- }
4920
- },
4921
5871
  {
4922
5872
  "name": "shopify",
4923
- "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
5873
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
4924
5874
  "repo": "Gomah/nuxt-shopify",
4925
5875
  "npm": "nuxt-shopify",
4926
5876
  "icon": "shopify.png",
@@ -4941,7 +5891,29 @@
4941
5891
  }
4942
5892
  },
4943
5893
  {
4944
- "name": "nuxt-auth",
5894
+ "name": "shuimo-ui",
5895
+ "description": "A Chinese Shuimo style component library.",
5896
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5897
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5898
+ "icon": "shuimo-ui.svg",
5899
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5900
+ "website": "https://shuimo.design",
5901
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5902
+ "category": "UI",
5903
+ "type": "3rd-party",
5904
+ "maintainers": [
5905
+ {
5906
+ "name": "higuaifan",
5907
+ "github": "higuaifan"
5908
+ }
5909
+ ],
5910
+ "compatibility": {
5911
+ "nuxt": "^3.0.0",
5912
+ "requires": {}
5913
+ }
5914
+ },
5915
+ {
5916
+ "name": "sidebase-auth",
4945
5917
  "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.",
4946
5918
  "repo": "sidebase/nuxt-auth",
4947
5919
  "npm": "@sidebase/nuxt-auth",
@@ -4987,13 +5959,13 @@
4987
5959
  },
4988
5960
  {
4989
5961
  "name": "simple-robots",
4990
- "description": "Simply manage the robots crawling your Nuxt app.",
5962
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
4991
5963
  "repo": "harlan-zw/nuxt-simple-robots",
4992
5964
  "npm": "nuxt-simple-robots",
4993
- "icon": "",
5965
+ "icon": "simple-robots.svg",
4994
5966
  "github": "https://github.com/harlan-zw/nuxt-simple-robots",
4995
- "website": "https://github.com/harlan-zw/nuxt-simple-robots",
4996
- "learn_more": "",
5967
+ "website": "https://nuxtseo.com/robots",
5968
+ "learn_more": "https://nuxtseo.com/robots",
4997
5969
  "category": "SEO",
4998
5970
  "type": "3rd-party",
4999
5971
  "maintainers": [
@@ -5010,41 +5982,23 @@
5010
5982
  }
5011
5983
  },
5012
5984
  {
5013
- "name": "simple-sitemap",
5014
- "description": "Simple, minimal sitemap.xml generation.",
5015
- "repo": "harlan-zw/nuxt-simple-sitemap",
5016
- "npm": "nuxt-simple-sitemap",
5017
- "icon": "",
5018
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5019
- "website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5020
- "learn_more": "",
5985
+ "name": "sitemap",
5986
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5987
+ "repo": "nuxt-modules/sitemap",
5988
+ "npm": "@nuxtjs/sitemap",
5989
+ "icon": "simple-sitemap.svg",
5990
+ "github": "https://github.com/nuxt-modules/sitemap",
5991
+ "website": "https://nuxtseo.com/",
5992
+ "learn_more": "https://nuxtseo.com/sitemap",
5021
5993
  "category": "SEO",
5022
- "type": "3rd-party",
5994
+ "type": "community",
5023
5995
  "maintainers": [
5024
5996
  {
5025
5997
  "name": "Harlan Wilton",
5026
5998
  "github": "harlan-zw",
5027
5999
  "twitter": "harlan_zw",
5028
6000
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5029
- }
5030
- ],
5031
- "compatibility": {
5032
- "nuxt": "^3.0.0",
5033
- "requires": {}
5034
- }
5035
- },
5036
- {
5037
- "name": "sitemap",
5038
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
5039
- "repo": "nuxt-community/sitemap-module#dev",
5040
- "npm": "@nuxtjs/sitemap",
5041
- "icon": "",
5042
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5043
- "website": "https://sitemap.nuxtjs.org",
5044
- "learn_more": "",
5045
- "category": "SEO",
5046
- "type": "community",
5047
- "maintainers": [
6001
+ },
5048
6002
  {
5049
6003
  "name": "Nicolas PENNEC",
5050
6004
  "github": "NicoPennec",
@@ -5052,7 +6006,7 @@
5052
6006
  }
5053
6007
  ],
5054
6008
  "compatibility": {
5055
- "nuxt": "^2.0.0",
6009
+ "nuxt": "^3.0.0",
5056
6010
  "requires": {}
5057
6011
  }
5058
6012
  },
@@ -5080,7 +6034,7 @@
5080
6034
  },
5081
6035
  {
5082
6036
  "name": "snipcart",
5083
- "description": "Snipcart integration module for Nuxt.js",
6037
+ "description": "Snipcart integration module for Nuxt",
5084
6038
  "repo": "nuxt-modules/snipcart",
5085
6039
  "npm": "@nuxtjs/snipcart",
5086
6040
  "icon": "snipcart.png",
@@ -5103,7 +6057,7 @@
5103
6057
  },
5104
6058
  {
5105
6059
  "name": "social-meta",
5106
- "description": "Nuxt.js module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
6060
+ "description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
5107
6061
  "repo": "AlekseyPleshkov/nuxt-social-meta",
5108
6062
  "npm": "nuxt-social-meta",
5109
6063
  "icon": "",
@@ -5225,7 +6179,7 @@
5225
6179
  },
5226
6180
  {
5227
6181
  "name": "storage",
5228
- "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
6182
+ "description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
5229
6183
  "repo": "mazipan/nuxt-storage",
5230
6184
  "npm": "nuxt-storage",
5231
6185
  "icon": "",
@@ -5247,7 +6201,7 @@
5247
6201
  },
5248
6202
  {
5249
6203
  "name": "storefront-ui",
5250
- "description": "Storefront UI Module for Nuxt.js",
6204
+ "description": "Storefront UI Module for Nuxt",
5251
6205
  "repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
5252
6206
  "npm": "@storefront-ui/nuxt",
5253
6207
  "icon": "storefront-ui.svg",
@@ -5291,8 +6245,8 @@
5291
6245
  },
5292
6246
  {
5293
6247
  "name": "storyblok",
5294
- "description": "Storyblok Nuxt.js module",
5295
- "repo": "storyblok/storyblok-nuxt#master/lib",
6248
+ "description": "Storyblok Nuxt module",
6249
+ "repo": "storyblok/storyblok-nuxt#main",
5296
6250
  "npm": "@storyblok/nuxt",
5297
6251
  "icon": "storyblok.png",
5298
6252
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5308,46 +6262,43 @@
5308
6262
  ],
5309
6263
  "compatibility": {
5310
6264
  "nuxt": "^2.0.0 || ^3.0.0",
5311
- "requires": {}
6265
+ "requires": {},
6266
+ "devtools": "^0.0.0"
5312
6267
  }
5313
6268
  },
5314
6269
  {
5315
6270
  "name": "storybook",
5316
- "description": "Easily integrate Storybook in your Nuxt.js application to design, build, and organize your UI components in isolation.",
5317
- "repo": "nuxt-community/storybook",
6271
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6272
+ "repo": "nuxt-modules/storybook",
5318
6273
  "npm": "@nuxtjs/storybook",
5319
6274
  "icon": "storybook.png",
5320
- "github": "https://github.com/nuxt-community/storybook",
6275
+ "github": "https://github.com/nuxt-modules/storybook",
5321
6276
  "website": "https://storybook.nuxtjs.org",
5322
- "learn_more": "https://storybook.js.org/",
6277
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5323
6278
  "category": "Devtools",
5324
6279
  "type": "community",
5325
6280
  "maintainers": [
5326
6281
  {
5327
- "name": "Ahad Birang",
5328
- "github": "farnabaz",
5329
- "twitter": "a_birang"
5330
- },
5331
- {
5332
- "name": "Pooya Parsa",
5333
- "github": "pi0",
5334
- "twitter": "_pi0_"
6282
+ "name": "Chakir QATAB",
6283
+ "github": "chakAs3",
6284
+ "twitter": "ChakirQatab"
5335
6285
  }
5336
6286
  ],
5337
6287
  "compatibility": {
5338
- "nuxt": "^2.0.0",
6288
+ "nuxt": "^2.0.0 || ^3.0.0",
5339
6289
  "requires": {
5340
6290
  "bridge": "optional"
5341
- }
6291
+ },
6292
+ "devtools": "^0.7.2"
5342
6293
  }
5343
6294
  },
5344
6295
  {
5345
6296
  "name": "strapi",
5346
6297
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5347
- "repo": "nuxt-community/strapi-module",
6298
+ "repo": "nuxt-modules/strapi",
5348
6299
  "npm": "@nuxtjs/strapi",
5349
6300
  "icon": "strapi.png",
5350
- "github": "https://github.com/nuxt-community/strapi-module",
6301
+ "github": "https://github.com/nuxt-modules/strapi",
5351
6302
  "website": "https://strapi.nuxtjs.org",
5352
6303
  "learn_more": "https://strapi.io/",
5353
6304
  "category": "CMS",
@@ -5368,7 +6319,8 @@
5368
6319
  "nuxt": "^2.0.0 || ^3.0.0",
5369
6320
  "requires": {
5370
6321
  "bridge": true
5371
- }
6322
+ },
6323
+ "devtools": "^0.0.0"
5372
6324
  }
5373
6325
  },
5374
6326
  {
@@ -5415,8 +6367,38 @@
5415
6367
  }
5416
6368
  ],
5417
6369
  "compatibility": {
5418
- "nuxt": "^2.0.0",
5419
- "requires": {}
6370
+ "nuxt": "^2.0.0",
6371
+ "requires": {}
6372
+ }
6373
+ },
6374
+ {
6375
+ "name": "studio",
6376
+ "description": "A new experience to build content-driven website with Nuxt.",
6377
+ "repo": "nuxtlabs/studio-module",
6378
+ "npm": "@nuxthq/studio",
6379
+ "icon": "studio.svg",
6380
+ "github": "https://github.com/nuxtlabs/studio-module",
6381
+ "website": "https://nuxt.studio",
6382
+ "learn_more": "https://nuxt.studio",
6383
+ "category": "CMS",
6384
+ "type": "3rd-party",
6385
+ "maintainers": [
6386
+ {
6387
+ "name": "Ahad Birang",
6388
+ "github": "farnabaz",
6389
+ "twitter": "a_birang"
6390
+ },
6391
+ {
6392
+ "name": "Sébastien Chopin",
6393
+ "github": "Atinux",
6394
+ "twitter": "Atinux"
6395
+ }
6396
+ ],
6397
+ "compatibility": {
6398
+ "nuxt": "^3.0.0",
6399
+ "requires": {
6400
+ "content": true
6401
+ }
5420
6402
  }
5421
6403
  },
5422
6404
  {
@@ -5444,7 +6426,7 @@
5444
6426
  },
5445
6427
  {
5446
6428
  "name": "stylelint",
5447
- "description": "Stylelint module for Nuxt.js. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
6429
+ "description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
5448
6430
  "repo": "nuxt-community/stylelint-module",
5449
6431
  "npm": "@nuxtjs/stylelint-module",
5450
6432
  "icon": "stylelint.png",
@@ -5490,10 +6472,10 @@
5490
6472
  {
5491
6473
  "name": "supabase",
5492
6474
  "description": "First class integration with Supabase",
5493
- "repo": "nuxt-community/supabase-module",
6475
+ "repo": "nuxt-modules/supabase",
5494
6476
  "npm": "@nuxtjs/supabase",
5495
6477
  "icon": "supabase.png",
5496
- "github": "https://github.com/nuxt-community/supabase-module",
6478
+ "github": "https://github.com/nuxt-modules/supabase",
5497
6479
  "website": "https://supabase.nuxtjs.org",
5498
6480
  "learn_more": "https://supabase.com",
5499
6481
  "category": "Database",
@@ -5544,12 +6526,12 @@
5544
6526
  },
5545
6527
  {
5546
6528
  "name": "svg-sprite",
5547
- "description": "Optimized and Easy way to use svg files in Nuxt.js",
5548
- "repo": "nuxt-community/svg-sprite-module",
6529
+ "description": "Optimized and Easy way to use svg files in Nuxt",
6530
+ "repo": "nuxt-modules/svg-sprite",
5549
6531
  "npm": "@nuxtjs/svg-sprite",
5550
6532
  "icon": "",
5551
- "github": "https://github.com/nuxt-community/svg-sprite-module",
5552
- "website": "https://github.com/nuxt-community/svg-sprite-module",
6533
+ "github": "https://github.com/nuxt-modules/svg-sprite",
6534
+ "website": "https://github.com/nuxt-modules/svg-sprite",
5553
6535
  "learn_more": "",
5554
6536
  "category": "UI",
5555
6537
  "type": "community",
@@ -5561,13 +6543,13 @@
5561
6543
  }
5562
6544
  ],
5563
6545
  "compatibility": {
5564
- "nuxt": "^2.0.0",
6546
+ "nuxt": "^2.0.0 || ^3.0.0",
5565
6547
  "requires": {}
5566
6548
  }
5567
6549
  },
5568
6550
  {
5569
6551
  "name": "svg",
5570
- "description": "Super simple svg loading module for Nuxt.js",
6552
+ "description": "Super simple svg loading module for Nuxt",
5571
6553
  "repo": "nuxt-community/svg-module",
5572
6554
  "npm": "@nuxtjs/svg",
5573
6555
  "icon": "",
@@ -5609,9 +6591,33 @@
5609
6591
  "requires": {}
5610
6592
  }
5611
6593
  },
6594
+ {
6595
+ "name": "swiftsearch",
6596
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6597
+ "repo": "atoms-studio/nuxt-swiftsearch",
6598
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6599
+ "icon": "nuxt-swiftsearch.svg",
6600
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6601
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6602
+ "learn_more": "",
6603
+ "category": "Libraries",
6604
+ "type": "3rd-party",
6605
+ "maintainers": [
6606
+ {
6607
+ "name": "Matteo Rigoni",
6608
+ "github": "rigo-m",
6609
+ "twitter": "MatteoRigoni",
6610
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6611
+ }
6612
+ ],
6613
+ "compatibility": {
6614
+ "nuxt": "^3.10.0",
6615
+ "requires": {}
6616
+ }
6617
+ },
5612
6618
  {
5613
6619
  "name": "swiper",
5614
- "description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
6620
+ "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
5615
6621
  "repo": "cpreston321/nuxt-swiper",
5616
6622
  "npm": "nuxt-swiper",
5617
6623
  "icon": "swiper.svg",
@@ -5657,10 +6663,10 @@
5657
6663
  {
5658
6664
  "name": "tailwindcss",
5659
6665
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5660
- "repo": "nuxt-community/tailwindcss-module",
6666
+ "repo": "nuxt-modules/tailwindcss",
5661
6667
  "npm": "@nuxtjs/tailwindcss",
5662
6668
  "icon": "tailwindcss.png",
5663
- "github": "https://github.com/nuxt-community/tailwindcss-module",
6669
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5664
6670
  "website": "https://tailwindcss.nuxtjs.org",
5665
6671
  "learn_more": "https://tailwindcss.com/",
5666
6672
  "category": "UI",
@@ -5670,10 +6676,46 @@
5670
6676
  "name": "Sébastien Chopin",
5671
6677
  "github": "Atinux",
5672
6678
  "twitter": "Atinux"
6679
+ },
6680
+ {
6681
+ "name": "Inesh Bose",
6682
+ "github": "ineshbose"
5673
6683
  }
5674
6684
  ],
5675
6685
  "compatibility": {
5676
6686
  "nuxt": "^2.0.0 || ^3.0.0",
6687
+ "requires": {},
6688
+ "devtools": "^0.0.0"
6689
+ },
6690
+ "aliases": [
6691
+ "tailwind"
6692
+ ]
6693
+ },
6694
+ {
6695
+ "name": "test-utils",
6696
+ "description": "Test utilities for Nuxt",
6697
+ "repo": "nuxt/test-utils#main",
6698
+ "npm": "@nuxt/test-utils",
6699
+ "icon": "nuxt.svg",
6700
+ "github": "https://github.com/nuxt/test-utils",
6701
+ "website": "https://nuxt.com/docs/getting-started/testing",
6702
+ "learn_more": "",
6703
+ "category": "Devtools",
6704
+ "type": "official",
6705
+ "maintainers": [
6706
+ {
6707
+ "name": "Daniel Roe",
6708
+ "github": "danielroe",
6709
+ "twitter": "danielcroe"
6710
+ },
6711
+ {
6712
+ "name": "Anthony Fu",
6713
+ "github": "antfu",
6714
+ "twitter": "antfu7"
6715
+ }
6716
+ ],
6717
+ "compatibility": {
6718
+ "nuxt": "^3.0.0",
5677
6719
  "requires": {}
5678
6720
  }
5679
6721
  },
@@ -5722,9 +6764,31 @@
5722
6764
  "requires": {}
5723
6765
  }
5724
6766
  },
6767
+ {
6768
+ "name": "tiptap",
6769
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6770
+ "repo": "modbender/nuxt-tiptap-editor",
6771
+ "npm": "nuxt-tiptap-editor",
6772
+ "icon": "tiptap.png",
6773
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6774
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6775
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6776
+ "category": "Libraries",
6777
+ "type": "3rd-party",
6778
+ "maintainers": [
6779
+ {
6780
+ "name": "modbender",
6781
+ "github": "modbender"
6782
+ }
6783
+ ],
6784
+ "compatibility": {
6785
+ "nuxt": "^3.0.0",
6786
+ "requires": {}
6787
+ }
6788
+ },
5725
6789
  {
5726
6790
  "name": "toast",
5727
- "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
6791
+ "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
5728
6792
  "repo": "nuxt-community/modules#master/packages/toast",
5729
6793
  "npm": "@nuxtjs/toast",
5730
6794
  "icon": "",
@@ -5745,6 +6809,28 @@
5745
6809
  "requires": {}
5746
6810
  }
5747
6811
  },
6812
+ {
6813
+ "name": "translation-manager",
6814
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6815
+ "repo": "samk-dev/nuxt-translation-manager",
6816
+ "npm": "nuxt-translation-manager",
6817
+ "icon": "translation-manager.png",
6818
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6819
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6820
+ "learn_more": "",
6821
+ "category": "Extensions",
6822
+ "type": "3rd-party",
6823
+ "maintainers": [
6824
+ {
6825
+ "name": "Sam K",
6826
+ "github": "samk-dev"
6827
+ }
6828
+ ],
6829
+ "compatibility": {
6830
+ "nuxt": "^3.0.0",
6831
+ "requires": {}
6832
+ }
6833
+ },
5748
6834
  {
5749
6835
  "name": "tresjs",
5750
6836
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -5805,7 +6891,7 @@
5805
6891
  },
5806
6892
  {
5807
6893
  "name": "twa",
5808
- "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
6894
+ "description": "Nuxt module for generating Trusted Web App from Nuxt app",
5809
6895
  "repo": "tuarrep/nuxt-twa",
5810
6896
  "npm": "nuxt-twa",
5811
6897
  "icon": "",
@@ -5993,6 +7079,63 @@
5993
7079
  "requires": {}
5994
7080
  }
5995
7081
  },
7082
+ {
7083
+ "name": "typo3",
7084
+ "description": "TYPO3 Headless Frontend Rendering module",
7085
+ "repo": "TYPO3-Headless/nuxt-typo3",
7086
+ "npm": "@t3headless/nuxt-typo3",
7087
+ "icon": "typo3.svg",
7088
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7089
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7090
+ "learn_more": "https://github.com/TYPO3-Headless",
7091
+ "category": "CMS",
7092
+ "type": "3rd-party",
7093
+ "maintainers": [
7094
+ {
7095
+ "name": "Macopedia",
7096
+ "github": "macopedia",
7097
+ "twitter": "macopediapl"
7098
+ }
7099
+ ],
7100
+ "compatibility": {
7101
+ "nuxt": "^2.0.0 || ^3.0.0",
7102
+ "requires": {},
7103
+ "devtools": "^0.0.0"
7104
+ }
7105
+ },
7106
+ {
7107
+ "name": "ui",
7108
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
7109
+ "repo": "nuxt/ui#dev",
7110
+ "npm": "@nuxt/ui",
7111
+ "icon": "nuxt.svg",
7112
+ "github": "https://github.com/nuxt/ui",
7113
+ "website": "https://ui.nuxt.com",
7114
+ "learn_more": "",
7115
+ "category": "UI",
7116
+ "type": "official",
7117
+ "maintainers": [
7118
+ {
7119
+ "name": "Benjamin Canac",
7120
+ "github": "benjamincanac",
7121
+ "twitter": "benjamincanac"
7122
+ },
7123
+ {
7124
+ "name": "Sebastien Chopin",
7125
+ "github": "Atinux",
7126
+ "twitter": "Atinux"
7127
+ },
7128
+ {
7129
+ "name": "Sylvain Marroufin",
7130
+ "github": "smarroufin",
7131
+ "twitter": "smarroufin"
7132
+ }
7133
+ ],
7134
+ "compatibility": {
7135
+ "nuxt": "^3.0.0",
7136
+ "requires": {}
7137
+ }
7138
+ },
5996
7139
  {
5997
7140
  "name": "umami",
5998
7141
  "description": "Embed the Umami analytics library into Nuxt",
@@ -6017,31 +7160,9 @@
6017
7160
  }
6018
7161
  }
6019
7162
  },
6020
- {
6021
- "name": "unhead",
6022
- "description": "Experimental features for Nuxt SEO / head management.",
6023
- "repo": "harlan-zw/nuxt-seo-experiments",
6024
- "npm": "nuxt-seo-experiments",
6025
- "icon": "",
6026
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6027
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6028
- "learn_more": "",
6029
- "category": "SEO",
6030
- "type": "3rd-party",
6031
- "maintainers": [
6032
- {
6033
- "name": "harlan-zw",
6034
- "github": "harlan-zw"
6035
- }
6036
- ],
6037
- "compatibility": {
6038
- "nuxt": "^3.0.0",
6039
- "requires": {}
6040
- }
6041
- },
6042
7163
  {
6043
7164
  "name": "universal-storage",
6044
- "description": "Universal Storage Utilities for Nuxt.js",
7165
+ "description": "Universal Storage Utilities for Nuxt",
6045
7166
  "repo": "nuxt-community/universal-storage-module",
6046
7167
  "npm": "@nuxtjs/universal-storage",
6047
7168
  "icon": "",
@@ -6070,7 +7191,7 @@
6070
7191
  {
6071
7192
  "name": "unlazy",
6072
7193
  "description": "Lazy loading library for placeholder images",
6073
- "repo": "johannschopplich/unlazy/packages/nuxt",
7194
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6074
7195
  "npm": "@unlazy/nuxt",
6075
7196
  "icon": "unlazy.svg",
6076
7197
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6089,41 +7210,15 @@
6089
7210
  "requires": {}
6090
7211
  }
6091
7212
  },
6092
- {
6093
- "name": "unlighthouse",
6094
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6095
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6096
- "npm": "@unlighthouse/nuxt",
6097
- "icon": "unlighthouse.svg",
6098
- "github": "https://github.com/harlan-zw/unlighthouse",
6099
- "website": "https://github.com/harlan-zw/unlighthouse",
6100
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6101
- "category": "Devtools",
6102
- "type": "3rd-party",
6103
- "maintainers": [
6104
- {
6105
- "name": "Harlan Wilton",
6106
- "github": "harlan-zw",
6107
- "twitter": "harlan_zw",
6108
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6109
- }
6110
- ],
6111
- "compatibility": {
6112
- "nuxt": "^2.0.0 || ^3.0.0",
6113
- "requires": {
6114
- "bridge": "optional"
6115
- }
6116
- }
6117
- },
6118
7213
  {
6119
7214
  "name": "unocss",
6120
7215
  "description": "The instant on-demand atomic CSS engine.",
6121
- "repo": "antfu/unocss#main/packages/nuxt",
7216
+ "repo": "unocss/unocss#main/packages/nuxt",
6122
7217
  "npm": "@unocss/nuxt",
6123
7218
  "icon": "unocss.svg",
6124
- "github": "https://github.com/antfu/unocss",
6125
- "website": "https://github.com/antfu/unocss",
6126
- "learn_more": "https://github.com/antfu/unocss",
7219
+ "github": "https://github.com/unocss/unocss",
7220
+ "website": "https://github.com/unocss/unocss",
7221
+ "learn_more": "https://github.com/unocss/unocss",
6127
7222
  "category": "UI",
6128
7223
  "type": "3rd-party",
6129
7224
  "maintainers": [
@@ -6138,7 +7233,8 @@
6138
7233
  "nuxt": "^2.0.0 || ^3.0.0",
6139
7234
  "requires": {
6140
7235
  "bridge": "optional"
6141
- }
7236
+ },
7237
+ "devtools": "^0.0.0"
6142
7238
  }
6143
7239
  },
6144
7240
  {
@@ -6148,8 +7244,8 @@
6148
7244
  "npm": "nuxt-ununura",
6149
7245
  "icon": "ununuracss.png",
6150
7246
  "github": "https://github.com/novout/ununuracss",
6151
- "website": "https://ununura.com/#/",
6152
- "learn_more": "https://ununura.com/#/docs/why",
7247
+ "website": "https://github.com/novout/ununuracss",
7248
+ "learn_more": "https://github.com/novout/ununuracss",
6153
7249
  "category": "UI",
6154
7250
  "type": "3rd-party",
6155
7251
  "maintainers": [
@@ -6164,6 +7260,28 @@
6164
7260
  "requires": {}
6165
7261
  }
6166
7262
  },
7263
+ {
7264
+ "name": "use-bootstrap",
7265
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7266
+ "repo": "simplise/use-bootstrap",
7267
+ "npm": "usebootstrap",
7268
+ "icon": "use-bootstrap.svg",
7269
+ "github": "https://github.com/simplise/use-bootstrap",
7270
+ "website": "https://usebootstrap.org/",
7271
+ "learn_more": "https://usebootstrap.org/",
7272
+ "category": "UI",
7273
+ "type": "3rd-party",
7274
+ "maintainers": [
7275
+ {
7276
+ "name": "KoujiSano",
7277
+ "github": "KoujiSano"
7278
+ }
7279
+ ],
7280
+ "compatibility": {
7281
+ "nuxt": "^3.0.0",
7282
+ "requires": {}
7283
+ }
7284
+ },
6167
7285
  {
6168
7286
  "name": "use-wagmi",
6169
7287
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6190,7 +7308,7 @@
6190
7308
  },
6191
7309
  {
6192
7310
  "name": "user-agent",
6193
- "description": "Nuxt.js module for handling User-Agent.",
7311
+ "description": "Nuxt module for handling User-Agent.",
6194
7312
  "repo": "fukuiretu/nuxt-user-agent",
6195
7313
  "npm": "nuxt-user-agent",
6196
7314
  "icon": "",
@@ -6210,28 +7328,6 @@
6210
7328
  "requires": {}
6211
7329
  }
6212
7330
  },
6213
- {
6214
- "name": "validate",
6215
- "description": "Simple Nuxt input validation module using vee-validate",
6216
- "repo": "lewyuburi/nuxt-validate",
6217
- "npm": "nuxt-validate",
6218
- "icon": "vee-validate.png",
6219
- "github": "https://github.com/lewyuburi/nuxt-validate",
6220
- "website": "https://github.com/lewyuburi/nuxt-validate",
6221
- "learn_more": "https://logaretm.github.io/vee-validate/",
6222
- "category": "Libraries",
6223
- "type": "3rd-party",
6224
- "maintainers": [
6225
- {
6226
- "name": "lewyuburi",
6227
- "github": "lewyuburi"
6228
- }
6229
- ],
6230
- "compatibility": {
6231
- "nuxt": "^2.0.0",
6232
- "requires": {}
6233
- }
6234
- },
6235
7331
  {
6236
7332
  "name": "vant",
6237
7333
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6286,8 +7382,8 @@
6286
7382
  "repo": "samk-dev/nuxt-vcalendar",
6287
7383
  "npm": "@samk-dev/nuxt-vcalendar",
6288
7384
  "icon": "vcalendar.png",
6289
- "github": "https://github.com/samk-dev/vcalendar",
6290
- "website": "https://github.com/samk-dev/vcalendar",
7385
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7386
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6291
7387
  "learn_more": "",
6292
7388
  "category": "Libraries",
6293
7389
  "type": "3rd-party",
@@ -6304,7 +7400,7 @@
6304
7400
  },
6305
7401
  {
6306
7402
  "name": "vee-validate",
6307
- "description": "Painless Vue forms for Nuxt.js",
7403
+ "description": "Painless Vue forms for Nuxt",
6308
7404
  "repo": "logaretm/vee-validate#main/packages/nuxt",
6309
7405
  "npm": "@vee-validate/nuxt",
6310
7406
  "icon": "vee-validate.png",
@@ -6394,7 +7490,7 @@
6394
7490
  },
6395
7491
  {
6396
7492
  "name": "vite-pwa-nuxt",
6397
- "description": "Zero-config PWA Plugin for Nuxt 3",
7493
+ "description": "Zero-config PWA Plugin for Nuxt",
6398
7494
  "repo": "vite-pwa/nuxt",
6399
7495
  "npm": "@vite-pwa/nuxt",
6400
7496
  "icon": "vite-pwa-nuxt.svg",
@@ -6420,41 +7516,15 @@
6420
7516
  "requires": {}
6421
7517
  }
6422
7518
  },
6423
- {
6424
- "name": "vitest",
6425
- "description": "Vitest integration with Nuxt",
6426
- "repo": "danielroe/nuxt-vitest",
6427
- "npm": "nuxt-vitest",
6428
- "icon": "vitest.svg",
6429
- "github": "https://github.com/danielroe/nuxt-vitest",
6430
- "website": "https://github.com/danielroe/nuxt-vitest",
6431
- "learn_more": "",
6432
- "category": "Devtools",
6433
- "type": "3rd-party",
6434
- "maintainers": [
6435
- {
6436
- "name": "Daniel Roe",
6437
- "github": "danielroe"
6438
- },
6439
- {
6440
- "name": "Anthony Fu",
6441
- "github": "antfu"
6442
- }
6443
- ],
6444
- "compatibility": {
6445
- "nuxt": "^3.0.0",
6446
- "requires": {}
6447
- }
6448
- },
6449
7519
  {
6450
7520
  "name": "vue-email",
6451
- "description": "Write email templates with vue",
6452
- "repo": "Dave136/vue-email#main/packages/vue-email",
6453
- "npm": "vue-email",
7521
+ "description": "💌 Write email templates with vue",
7522
+ "repo": "vue-email/nuxt",
7523
+ "npm": "@vue-email/nuxt",
6454
7524
  "icon": "vue-email.svg",
6455
- "github": "https://github.com/Dave136/vue-email",
6456
- "website": "https://vue-email.vercel.app/",
6457
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7525
+ "github": "https://github.com/vue-email/nuxt",
7526
+ "website": "https://vuemail.net/",
7527
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6458
7528
  "category": "UI",
6459
7529
  "type": "3rd-party",
6460
7530
  "maintainers": [
@@ -6471,6 +7541,30 @@
6471
7541
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6472
7542
  }
6473
7543
  ],
7544
+ "compatibility": {
7545
+ "nuxt": "^3.0.0",
7546
+ "requires": {},
7547
+ "devtools": "^0.0.0"
7548
+ }
7549
+ },
7550
+ {
7551
+ "name": "vue-final-modal",
7552
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7553
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7554
+ "npm": "@vue-final-modal/nuxt",
7555
+ "icon": "vue-final-modal.svg",
7556
+ "github": "https://github.com/vue-final/vue-final-modal",
7557
+ "website": "https://vue-final-modal.org/",
7558
+ "learn_more": "https://vue-final-modal.org/",
7559
+ "category": "UI",
7560
+ "type": "3rd-party",
7561
+ "maintainers": [
7562
+ {
7563
+ "name": "Hunter Liu",
7564
+ "github": "hunterliu1003",
7565
+ "twitter": "hunterliu1003"
7566
+ }
7567
+ ],
6474
7568
  "compatibility": {
6475
7569
  "nuxt": "^3.0.0",
6476
7570
  "requires": {}
@@ -6498,7 +7592,8 @@
6498
7592
  "nuxt": "^3.0.0",
6499
7593
  "requires": {
6500
7594
  "bridge": "optional"
6501
- }
7595
+ },
7596
+ "devtools": "^0.0.0"
6502
7597
  }
6503
7598
  },
6504
7599
  {
@@ -6525,7 +7620,7 @@
6525
7620
  },
6526
7621
  {
6527
7622
  "name": "vue-multiselect",
6528
- "description": "Single / multiple select plugin for Nuxt.js using vue-multiselect.",
7623
+ "description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
6529
7624
  "repo": "spektrummedia/nuxt-vue-multiselect",
6530
7625
  "npm": "nuxt-vue-multiselect",
6531
7626
  "icon": "",
@@ -6550,7 +7645,7 @@
6550
7645
  "description": "Plausible analytics for Vue.js and Nuxt",
6551
7646
  "repo": "moritzsternemann/vue-plausible",
6552
7647
  "npm": "vue-plausible",
6553
- "icon": "plausible.png",
7648
+ "icon": "plausible.svg",
6554
7649
  "github": "https://github.com/moritzsternemann/vue-plausible",
6555
7650
  "website": "https://github.com/moritzsternemann/vue-plausible",
6556
7651
  "learn_more": "",
@@ -6570,7 +7665,7 @@
6570
7665
  {
6571
7666
  "name": "vue-query",
6572
7667
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6573
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7668
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6574
7669
  "npm": "@hebilicious/vue-query-nuxt",
6575
7670
  "icon": "vue-query.svg",
6576
7671
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6639,7 +7734,7 @@
6639
7734
  },
6640
7735
  {
6641
7736
  "name": "vue-warehouse",
6642
- "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
7737
+ "description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
6643
7738
  "repo": "juliomrqz/vue-warehouse",
6644
7739
  "npm": "vue-warehouse",
6645
7740
  "icon": "",
@@ -6662,12 +7757,12 @@
6662
7757
  },
6663
7758
  {
6664
7759
  "name": "vue3-carousel-nuxt",
6665
- "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
7760
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
6666
7761
  "repo": "gaetansenn/vue3-carousel-nuxt",
6667
7762
  "npm": "vue3-carousel-nuxt",
6668
7763
  "icon": "",
6669
7764
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6670
- "website": "",
7765
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6671
7766
  "learn_more": "",
6672
7767
  "category": "UI",
6673
7768
  "type": "3rd-party",
@@ -6686,7 +7781,7 @@
6686
7781
  {
6687
7782
  "name": "vuefire",
6688
7783
  "description": "Idiomatic composables for the Firebase SDK",
6689
- "repo": "vuejs/vuefire/packages/nuxt",
7784
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6690
7785
  "npm": "nuxt-vuefire",
6691
7786
  "icon": "vuefire.svg",
6692
7787
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -6705,15 +7800,61 @@
6705
7800
  "requires": {}
6706
7801
  }
6707
7802
  },
7803
+ {
7804
+ "name": "vueform-builder",
7805
+ "description": "Official Vueform Builder module for Nuxt",
7806
+ "repo": "vueform/builder#main/nuxt",
7807
+ "npm": "@vueform/builder-nuxt",
7808
+ "icon": "vueform.svg",
7809
+ "github": "https://github.com/vueform/builder",
7810
+ "website": "https://builder.vueform.com",
7811
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7812
+ "category": "Libraries",
7813
+ "type": "3rd-party",
7814
+ "maintainers": [
7815
+ {
7816
+ "name": "Adam Berecz",
7817
+ "github": "adamberecz",
7818
+ "twitter": "bereczadam"
7819
+ }
7820
+ ],
7821
+ "compatibility": {
7822
+ "nuxt": "^3.0.0",
7823
+ "requires": {}
7824
+ }
7825
+ },
7826
+ {
7827
+ "name": "vueform",
7828
+ "description": "Official Vueform module for Nuxt",
7829
+ "repo": "vueform/vueform#main/nuxt",
7830
+ "npm": "@vueform/nuxt",
7831
+ "icon": "vueform.svg",
7832
+ "github": "https://github.com/vueform/vueform",
7833
+ "website": "https://vueform.com",
7834
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7835
+ "category": "Libraries",
7836
+ "type": "3rd-party",
7837
+ "maintainers": [
7838
+ {
7839
+ "name": "Adam Berecz",
7840
+ "github": "adamberecz",
7841
+ "twitter": "bereczadam"
7842
+ }
7843
+ ],
7844
+ "compatibility": {
7845
+ "nuxt": "^3.0.0",
7846
+ "requires": {}
7847
+ }
7848
+ },
6708
7849
  {
6709
7850
  "name": "vuestic",
6710
- "description": "Vuestic UI module for Nuxt 3",
7851
+ "description": "Vuestic UI module for Nuxt",
6711
7852
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
6712
7853
  "npm": "@vuestic/nuxt",
6713
7854
  "icon": "vuestic.png",
6714
7855
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
6715
- "website": "https://vuestic.dev",
6716
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7856
+ "website": "https://ui.vuestic.dev",
7857
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
6717
7858
  "category": "UI",
6718
7859
  "type": "3rd-party",
6719
7860
  "maintainers": [
@@ -6734,8 +7875,8 @@
6734
7875
  "npm": "vuetify-nuxt-module",
6735
7876
  "icon": "vuetify-logo-v3-dark.svg",
6736
7877
  "github": "https://github.com/userquin/vuetify-nuxt-module",
6737
- "website": "https://github.com/userquin/vuetify-nuxt-module",
6738
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7878
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7879
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
6739
7880
  "category": "UI",
6740
7881
  "type": "3rd-party",
6741
7882
  "maintainers": [
@@ -6751,7 +7892,7 @@
6751
7892
  },
6752
7893
  {
6753
7894
  "name": "vuetify",
6754
- "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
7895
+ "description": "Vuetify Module for Nuxt to add Material Design components to your application.",
6755
7896
  "repo": "nuxt-community/vuetify-module",
6756
7897
  "npm": "@nuxtjs/vuetify",
6757
7898
  "icon": "vuetify.png",
@@ -6798,7 +7939,8 @@
6798
7939
  "nuxt": "^2.0.0 || ^3.0.0",
6799
7940
  "requires": {
6800
7941
  "bridge": "optional"
6801
- }
7942
+ },
7943
+ "devtools": "^0.0.0"
6802
7944
  }
6803
7945
  },
6804
7946
  {
@@ -6825,7 +7967,7 @@
6825
7967
  },
6826
7968
  {
6827
7969
  "name": "vunix",
6828
- "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.",
7970
+ "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.",
6829
7971
  "repo": "gaetansenn/vunix#main/packages/nuxt",
6830
7972
  "npm": "@vunix/nuxt",
6831
7973
  "icon": "",
@@ -6849,11 +7991,11 @@
6849
7991
  {
6850
7992
  "name": "web-vitals",
6851
7993
  "description": "Web Vitals for Nuxt",
6852
- "repo": "nuxt-community/web-vitals-module",
7994
+ "repo": "nuxt-modules/web-vitals",
6853
7995
  "npm": "@nuxtjs/web-vitals",
6854
7996
  "icon": "web-vitals.png",
6855
- "github": "https://github.com/nuxt-community/web-vitals-module",
6856
- "website": "https://github.com/nuxt-community/web-vitals-module",
7997
+ "github": "https://github.com/nuxt-modules/web-vitals",
7998
+ "website": "https://github.com/nuxt-modules/web-vitals",
6857
7999
  "learn_more": "",
6858
8000
  "category": "Performance",
6859
8001
  "type": "community",
@@ -6904,7 +8046,7 @@
6904
8046
  },
6905
8047
  {
6906
8048
  "name": "webpack-optimisations",
6907
- "description": "Nuxt.js v2 module to automatically make your builds faster.",
8049
+ "description": "Nuxt v2 module to automatically make your builds faster.",
6908
8050
  "repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
6909
8051
  "npm": "nuxt-webpack-optimisations",
6910
8052
  "icon": "build-optimisations.svg",
@@ -6979,7 +8121,7 @@
6979
8121
  "icon": "webpack.png",
6980
8122
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
6981
8123
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
6982
- "learn_more": "http://webpackmonitor.com/",
8124
+ "learn_more": "",
6983
8125
  "category": "Devtools",
6984
8126
  "type": "community",
6985
8127
  "maintainers": [
@@ -6996,7 +8138,7 @@
6996
8138
  },
6997
8139
  {
6998
8140
  "name": "well-known",
6999
- "description": "A Nuxt.js module to add well-known URIs using middlewares",
8141
+ "description": "A Nuxt module to add well-known URIs using middlewares",
7000
8142
  "repo": "zadigetvoltaire/nuxt-well-known",
7001
8143
  "npm": "@zadigetvoltaire/nuxt-well-known",
7002
8144
  "icon": "well-known.svg",
@@ -7018,7 +8160,7 @@
7018
8160
  },
7019
8161
  {
7020
8162
  "name": "wideangle",
7021
- "description": "Nuxt 3 module to integrate Wide Angle Analytics",
8163
+ "description": "Nuxt module to integrate Wide Angle Analytics",
7022
8164
  "repo": "inputobjects/wideangle-nuxt",
7023
8165
  "npm": "wideangle-nuxt",
7024
8166
  "icon": "wideangle.png",
@@ -7045,11 +8187,11 @@
7045
8187
  {
7046
8188
  "name": "windicss",
7047
8189
  "description": "Next generation utility-first CSS framework.",
7048
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8190
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7049
8191
  "npm": "nuxt-windicss",
7050
8192
  "icon": "windicss.svg",
7051
- "github": "https://github.com/windicss/nuxt-windicss-module",
7052
- "website": "https://github.com/windicss/nuxt-windicss-module",
8193
+ "github": "https://github.com/windicss/nuxt-windicss",
8194
+ "website": "https://github.com/windicss/nuxt-windicss",
7053
8195
  "learn_more": "https://windicss.org/",
7054
8196
  "category": "UI",
7055
8197
  "type": "3rd-party",
@@ -7185,55 +8327,9 @@
7185
8327
  "requires": {}
7186
8328
  }
7187
8329
  },
7188
- {
7189
- "name": "yandex-metrika-next",
7190
- "description": "Yandex Metrika integration for Nuxt",
7191
- "repo": "artmizu/yandex-metrika-nuxt",
7192
- "npm": "@artmizu/yandex-metrika-nuxt",
7193
- "icon": "yandex-metrika.svg",
7194
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7195
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7196
- "learn_more": "",
7197
- "category": "Analytics",
7198
- "type": "3rd-party",
7199
- "maintainers": [
7200
- {
7201
- "name": "Aleksandr Saburov",
7202
- "github": "artmizu",
7203
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7204
- }
7205
- ],
7206
- "compatibility": {
7207
- "nuxt": "^3.0.0",
7208
- "requires": {}
7209
- }
7210
- },
7211
- {
7212
- "name": "yandex-metrika",
7213
- "description": "Yandex metrika Module for Nuxt.js",
7214
- "repo": "nuxt-community/yandex-metrika-module",
7215
- "npm": "@nuxtjs/yandex-metrika",
7216
- "icon": "",
7217
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7218
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7219
- "learn_more": "https://metrica.yandex.com/about",
7220
- "category": "Analytics",
7221
- "type": "community",
7222
- "maintainers": [
7223
- {
7224
- "name": "Pooya Parsa",
7225
- "github": "pi0",
7226
- "twitter": "_pi0_"
7227
- }
7228
- ],
7229
- "compatibility": {
7230
- "nuxt": "^2.0.0",
7231
- "requires": {}
7232
- }
7233
- },
7234
8330
  {
7235
8331
  "name": "zendesk",
7236
- "description": "Nuxt.js module for Zendesk",
8332
+ "description": "Nuxt module for Zendesk",
7237
8333
  "repo": "DansMaCulotte/nuxt-zendesk",
7238
8334
  "npm": "@dansmaculotte/nuxt-zendesk",
7239
8335
  "icon": "zendesk.png",