@nuxt/modules 0.6.0-2bb6bd → 0.6.0-2bbdbd

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 +1378 -420
  2. package/package.json +10 -4
package/modules.json CHANGED
@@ -179,7 +179,7 @@
179
179
  "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
180
  "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
181
  "learn_more": "",
182
- "category": "Devtools",
182
+ "category": "Libraries",
183
183
  "type": "3rd-party",
184
184
  "maintainers": [
185
185
  {
@@ -194,12 +194,12 @@
194
194
  },
195
195
  {
196
196
  "name": "api-party",
197
- "description": "Nuxt 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",
198
198
  "repo": "johannschopplich/nuxt-api-party",
199
199
  "npm": "nuxt-api-party",
200
200
  "icon": "api-party.svg",
201
201
  "github": "https://github.com/johannschopplich/nuxt-api-party",
202
- "website": "https://nuxt-api-party.jhnn.dev/",
202
+ "website": "https://nuxt-api-party.byjohann.dev/",
203
203
  "learn_more": "",
204
204
  "category": "Request",
205
205
  "type": "3rd-party",
@@ -216,6 +216,28 @@
216
216
  "requires": {}
217
217
  }
218
218
  },
219
+ {
220
+ "name": "api-shield",
221
+ "description": "Nuxt API Shield - Rate Limiting",
222
+ "repo": "rrd108/nuxt-api-shield",
223
+ "npm": "nuxt-api-shield",
224
+ "icon": "api-shield.png",
225
+ "github": "https://github.com/rrd108/nuxt-api-shield",
226
+ "website": "https://github.com/rrd108/nuxt-api-shield",
227
+ "learn_more": "",
228
+ "category": "Security",
229
+ "type": "3rd-party",
230
+ "maintainers": [
231
+ {
232
+ "name": "rrd",
233
+ "github": "rrd108"
234
+ }
235
+ ],
236
+ "compatibility": {
237
+ "nuxt": "^3.0.0",
238
+ "requires": {}
239
+ }
240
+ },
219
241
  {
220
242
  "name": "apis-to-file",
221
243
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -353,6 +375,28 @@
353
375
  "requires": {}
354
376
  }
355
377
  },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Security",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
402
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -734,10 +778,10 @@
734
778
  "description": "Privacy-first, end-to-end encrypted analytics",
735
779
  "repo": "chiffre-io/nuxt-chiffre",
736
780
  "npm": "nuxt-chiffre",
737
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
781
+ "icon": "chiffre.png",
738
782
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
739
783
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
740
- "learn_more": "https://chiffre.io",
784
+ "learn_more": "https://chiffre.io/",
741
785
  "category": "Analytics",
742
786
  "type": "3rd-party",
743
787
  "maintainers": [
@@ -969,7 +1013,7 @@
969
1013
  "npm": "@nuxt/content",
970
1014
  "icon": "nuxt.svg",
971
1015
  "github": "https://github.com/nuxt/content",
972
- "website": "https://content.nuxtjs.org",
1016
+ "website": "https://content.nuxt.com",
973
1017
  "learn_more": "",
974
1018
  "category": "CMS",
975
1019
  "type": "official",
@@ -1254,7 +1298,7 @@
1254
1298
  "npm": "@nuxt/devtools",
1255
1299
  "icon": "nuxt.svg",
1256
1300
  "github": "https://github.com/nuxt/devtools",
1257
- "website": "https://devtools.nuxtjs.org/",
1301
+ "website": "https://devtools.nuxt.com",
1258
1302
  "learn_more": "",
1259
1303
  "category": "Devtools",
1260
1304
  "type": "official",
@@ -1316,6 +1360,28 @@
1316
1360
  "requires": {}
1317
1361
  }
1318
1362
  },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1378
+ }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1383
+ }
1384
+ },
1319
1385
  {
1320
1386
  "name": "dotenv",
1321
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1411,8 @@
1345
1411
  "npm": "nuxtjs-drupal-ce",
1346
1412
  "icon": "drupal-ce.png",
1347
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1416
  "category": "CMS",
1351
1417
  "type": "3rd-party",
1352
1418
  "maintainers": [
@@ -1361,13 +1427,13 @@
1361
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1428
  },
1363
1429
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1433
  }
1368
1434
  ],
1369
1435
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1437
  "requires": {}
1372
1438
  }
1373
1439
  },
@@ -1393,6 +1459,29 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1396
1485
  {
1397
1486
  "name": "electron",
1398
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1468,7 +1557,7 @@
1468
1557
  }
1469
1558
  },
1470
1559
  {
1471
- "name": "eslint",
1560
+ "name": "eslint-module",
1472
1561
  "description": "ESLint module for Nuxt",
1473
1562
  "repo": "nuxt-community/eslint-module",
1474
1563
  "npm": "@nuxtjs/eslint-module",
@@ -1489,6 +1578,29 @@
1489
1578
  "requires": {}
1490
1579
  }
1491
1580
  },
1581
+ {
1582
+ "name": "eslint",
1583
+ "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1584
+ "repo": "nuxt/eslint",
1585
+ "npm": "@nuxt/eslint",
1586
+ "icon": "nuxt.svg",
1587
+ "github": "https://github.com/nuxt/eslint",
1588
+ "website": "https://eslint.nuxt.com",
1589
+ "learn_more": "https://eslint.nuxt.com/packages/module",
1590
+ "category": "Devtools",
1591
+ "type": "official",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Anthony Fu",
1595
+ "github": "antfu",
1596
+ "twitter": "antfu7"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1492
1604
  {
1493
1605
  "name": "event-trace",
1494
1606
  "description": "Module for event trace in Nuxt",
@@ -1511,6 +1623,29 @@
1511
1623
  "requires": {}
1512
1624
  }
1513
1625
  },
1626
+ {
1627
+ "name": "fathom-analytics",
1628
+ "description": "Fathom analytics integration for Nuxt",
1629
+ "repo": "valgeirb/nuxt-fathom",
1630
+ "npm": "nuxt-fathom",
1631
+ "icon": "fathom-analytics.svg",
1632
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1633
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1634
+ "learn_more": "",
1635
+ "category": "Analytics",
1636
+ "type": "3rd-party",
1637
+ "maintainers": [
1638
+ {
1639
+ "name": "Valgeir Björnsson",
1640
+ "github": "valgeirb",
1641
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1642
+ }
1643
+ ],
1644
+ "compatibility": {
1645
+ "nuxt": "^3.0.0",
1646
+ "requires": {}
1647
+ }
1648
+ },
1514
1649
  {
1515
1650
  "name": "fathom",
1516
1651
  "description": "Fathom analytics for Nuxt",
@@ -1711,10 +1846,33 @@
1711
1846
  "requires": {}
1712
1847
  }
1713
1848
  },
1849
+ {
1850
+ "name": "fonts",
1851
+ "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
1852
+ "repo": "nuxt/fonts",
1853
+ "npm": "@nuxt/fonts",
1854
+ "icon": "nuxt.svg",
1855
+ "github": "https://github.com/nuxt/fonts",
1856
+ "website": "https://github.com/nuxt/fonts",
1857
+ "learn_more": "",
1858
+ "category": "Libraries",
1859
+ "type": "official",
1860
+ "maintainers": [
1861
+ {
1862
+ "name": "Daniel Roe",
1863
+ "github": "danielroe",
1864
+ "twitter": "danielcroe"
1865
+ }
1866
+ ],
1867
+ "compatibility": {
1868
+ "nuxt": "^3.0.0",
1869
+ "requires": {}
1870
+ }
1871
+ },
1714
1872
  {
1715
1873
  "name": "form-actions",
1716
1874
  "description": "A set of features and composables to interact with forms and server data.",
1717
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1875
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1876
  "npm": "@hebilicious/form-actions-nuxt",
1719
1877
  "icon": "form-actions.svg",
1720
1878
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1742,7 +1900,7 @@
1742
1900
  "icon": "formkit.png",
1743
1901
  "github": "https://github.com/formkit/formkit",
1744
1902
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1903
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
1904
  "category": "Libraries",
1747
1905
  "type": "3rd-party",
1748
1906
  "maintainers": [
@@ -1955,7 +2113,7 @@
1955
2113
  "icon": "graphql-client.svg",
1956
2114
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2115
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2116
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2117
  "category": "Request",
1960
2118
  "type": "3rd-party",
1961
2119
  "maintainers": [
@@ -2016,7 +2174,7 @@
2016
2174
  },
2017
2175
  {
2018
2176
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2177
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2178
  "repo": "johannschopplich/nuxt-gtag",
2021
2179
  "npm": "nuxt-gtag",
2022
2180
  "icon": "gtag.svg",
@@ -2239,6 +2397,28 @@
2239
2397
  "requires": {}
2240
2398
  }
2241
2399
  },
2400
+ {
2401
+ "name": "hotjar",
2402
+ "description": "Add HotJar to your Nuxt application",
2403
+ "repo": "damevin/nuxt-module-hotjar",
2404
+ "npm": "nuxt-module-hotjar",
2405
+ "icon": "hotjar.png",
2406
+ "github": "https://github.com/damevin/nuxt-module-hotjar",
2407
+ "website": "https://github.com/damevin/nuxt-module-hotjar",
2408
+ "learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
2409
+ "category": "SEO",
2410
+ "type": "3rd-party",
2411
+ "maintainers": [
2412
+ {
2413
+ "name": "Raphaël DAMEVIN",
2414
+ "github": "damevin"
2415
+ }
2416
+ ],
2417
+ "compatibility": {
2418
+ "nuxt": "^3.0.0",
2419
+ "requires": {}
2420
+ }
2421
+ },
2242
2422
  {
2243
2423
  "name": "html-minifier",
2244
2424
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2268,7 +2448,7 @@
2268
2448
  "npm": "@nuxtjs/html-validator",
2269
2449
  "icon": "html-validator.png",
2270
2450
  "github": "https://github.com/nuxt-modules/html-validator",
2271
- "website": "https://html-validator.nuxtjs.org",
2451
+ "website": "https://github.com/nuxt-modules/html-validator",
2272
2452
  "learn_more": "https://html-validate.org",
2273
2453
  "category": "Performance",
2274
2454
  "type": "community",
@@ -2314,6 +2494,44 @@
2314
2494
  "requires": {}
2315
2495
  }
2316
2496
  },
2497
+ {
2498
+ "name": "hub",
2499
+ "description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
2500
+ "repo": "nuxt-hub/core",
2501
+ "npm": "@nuxthub/core",
2502
+ "icon": "nuxthub.svg",
2503
+ "github": "https://github.com/nuxt-hub/core",
2504
+ "website": "https://hub.nuxt.com",
2505
+ "learn_more": "",
2506
+ "category": "Database",
2507
+ "type": "3rd-party",
2508
+ "maintainers": [
2509
+ {
2510
+ "name": "Sebastien Chopin",
2511
+ "github": "Atinux"
2512
+ },
2513
+ {
2514
+ "name": "Ahad Birang",
2515
+ "github": "farnabaz"
2516
+ },
2517
+ {
2518
+ "name": "Sylvain Marroufin",
2519
+ "github": "smarroufin"
2520
+ },
2521
+ {
2522
+ "name": "Florent Delerue",
2523
+ "github": "flosciante"
2524
+ },
2525
+ {
2526
+ "name": "NuxtLabs",
2527
+ "github": "nuxtlabs"
2528
+ }
2529
+ ],
2530
+ "compatibility": {
2531
+ "nuxt": "^3.0.0",
2532
+ "requires": {}
2533
+ }
2534
+ },
2317
2535
  {
2318
2536
  "name": "humans-txt",
2319
2537
  "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.",
@@ -2344,8 +2562,8 @@
2344
2562
  "npm": "@nuxtjs/i18n",
2345
2563
  "icon": "i18n.png",
2346
2564
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2565
+ "website": "https://i18n.nuxtjs.org",
2566
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2567
  "category": "Extensions",
2350
2568
  "type": "community",
2351
2569
  "maintainers": [
@@ -2356,6 +2574,10 @@
2356
2574
  {
2357
2575
  "name": "Kazuya Kawaguchi",
2358
2576
  "github": "kazupon"
2577
+ },
2578
+ {
2579
+ "name": "Bobbie Goede",
2580
+ "github": "BobbieGoede"
2359
2581
  }
2360
2582
  ],
2361
2583
  "compatibility": {
@@ -2385,6 +2607,29 @@
2385
2607
  "requires": {}
2386
2608
  }
2387
2609
  },
2610
+ {
2611
+ "name": "icon-tw",
2612
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2613
+ "repo": "jcamp-code/nuxt-icon-tw",
2614
+ "npm": "nuxt-icon-tw",
2615
+ "icon": "nuxt-icon.png",
2616
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2617
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2618
+ "learn_more": "",
2619
+ "category": "UI",
2620
+ "type": "3rd-party",
2621
+ "maintainers": [
2622
+ {
2623
+ "name": "JohnCampionJr",
2624
+ "github": "JohnCampionJr"
2625
+ }
2626
+ ],
2627
+ "compatibility": {
2628
+ "nuxt": "^3.0.0",
2629
+ "requires": {},
2630
+ "devtools": "^0.0.0"
2631
+ }
2632
+ },
2388
2633
  {
2389
2634
  "name": "icon",
2390
2635
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2653,7 +2898,8 @@
2653
2898
  "compatibility": {
2654
2899
  "nuxt": "^3.0.0",
2655
2900
  "requires": {}
2656
- }
2901
+ },
2902
+ "sponsor": true
2657
2903
  },
2658
2904
  {
2659
2905
  "name": "kql",
@@ -2662,7 +2908,7 @@
2662
2908
  "npm": "nuxt-kql",
2663
2909
  "icon": "kql.svg",
2664
2910
  "github": "https://github.com/johannschopplich/nuxt-kql",
2665
- "website": "https://nuxt-kql.jhnn.dev",
2911
+ "website": "https://nuxt-kql.byjohann.dev/",
2666
2912
  "learn_more": "",
2667
2913
  "category": "CMS",
2668
2914
  "type": "3rd-party",
@@ -2723,6 +2969,28 @@
2723
2969
  "requires": {}
2724
2970
  }
2725
2971
  },
2972
+ {
2973
+ "name": "laravel-precognition",
2974
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2975
+ "repo": "sot1986/nuxt-laravel-precognition",
2976
+ "npm": "nuxt-laravel-precognition",
2977
+ "icon": "laravel.svg",
2978
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2979
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2980
+ "learn_more": "",
2981
+ "category": "Security",
2982
+ "type": "3rd-party",
2983
+ "maintainers": [
2984
+ {
2985
+ "name": "sot1986",
2986
+ "github": "sot1986"
2987
+ }
2988
+ ],
2989
+ "compatibility": {
2990
+ "nuxt": "^3.0.0",
2991
+ "requires": {}
2992
+ }
2993
+ },
2726
2994
  {
2727
2995
  "name": "laravel",
2728
2996
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2769,7 +3037,7 @@
2769
3037
  },
2770
3038
  {
2771
3039
  "name": "link-checker",
2772
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
3040
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2773
3041
  "repo": "harlan-zw/nuxt-link-checker",
2774
3042
  "npm": "nuxt-link-checker",
2775
3043
  "icon": "link-checker.svg",
@@ -2887,6 +3155,29 @@
2887
3155
  "requires": {}
2888
3156
  }
2889
3157
  },
3158
+ {
3159
+ "name": "logto",
3160
+ "description": "The better Nuxt auth module for developers.",
3161
+ "repo": "logto-io/js#master/packages/nuxt",
3162
+ "npm": "@logto/nuxt",
3163
+ "icon": "logto.svg",
3164
+ "github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
3165
+ "website": "https://logto.io",
3166
+ "learn_more": "https://docs.logto.io",
3167
+ "category": "Security",
3168
+ "type": "3rd-party",
3169
+ "maintainers": [
3170
+ {
3171
+ "name": "logto",
3172
+ "github": "logto-io",
3173
+ "twitter": "logto_io"
3174
+ }
3175
+ ],
3176
+ "compatibility": {
3177
+ "nuxt": "^3.0.0",
3178
+ "requires": {}
3179
+ }
3180
+ },
2890
3181
  {
2891
3182
  "name": "lucide-icons",
2892
3183
  "description": "Nuxt module to integrate Lucide icons",
@@ -2938,10 +3229,10 @@
2938
3229
  {
2939
3230
  "name": "magic-regexp",
2940
3231
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2941
- "repo": "danielroe/magic-regexp",
3232
+ "repo": "unjs/magic-regexp",
2942
3233
  "npm": "magic-regexp",
2943
3234
  "icon": "magic-regexp.svg",
2944
- "github": "https://github.com/danielroe/magic-regexp",
3235
+ "github": "https://github.com/unjs/magic-regexp",
2945
3236
  "website": "https://magic-regexp.roe.dev",
2946
3237
  "learn_more": "https://magic-regexp.roe.dev",
2947
3238
  "category": "Libraries",
@@ -2958,6 +3249,29 @@
2958
3249
  "requires": {}
2959
3250
  }
2960
3251
  },
3252
+ {
3253
+ "name": "mailpit",
3254
+ "description": "Integrates Mailpit web UI in Nuxt devtools",
3255
+ "repo": "tdolsen/nuxt-mailpit",
3256
+ "npm": "nuxt-mailpit",
3257
+ "icon": "mailpit.svg",
3258
+ "github": "https://github.com/tdolsen/nuxt-mailpit",
3259
+ "website": "https://github.com/tdolsen/nuxt-mailpit",
3260
+ "learn_more": "https://github.com/tdolsen/nuxt-mailpit",
3261
+ "category": "Devtools",
3262
+ "type": "3rd-party",
3263
+ "maintainers": [
3264
+ {
3265
+ "name": "Torkild Dyvik Olsen",
3266
+ "github": "tdolsen",
3267
+ "twitter": "tdolsen"
3268
+ }
3269
+ ],
3270
+ "compatibility": {
3271
+ "nuxt": "^3.8.0",
3272
+ "requires": {}
3273
+ }
3274
+ },
2961
3275
  {
2962
3276
  "name": "markdownit",
2963
3277
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2981,6 +3295,30 @@
2981
3295
  "requires": {}
2982
3296
  }
2983
3297
  },
3298
+ {
3299
+ "name": "marquee",
3300
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3301
+ "repo": "hanzydev/nuxt-marquee",
3302
+ "npm": "nuxt-marquee",
3303
+ "icon": "marquee.png",
3304
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3305
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3306
+ "learn_more": "",
3307
+ "category": "UI",
3308
+ "type": "3rd-party",
3309
+ "maintainers": [
3310
+ {
3311
+ "name": "Hànzy",
3312
+ "github": "hanzydev",
3313
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3314
+ }
3315
+ ],
3316
+ "compatibility": {
3317
+ "nuxt": "^3.0.0",
3318
+ "requires": {},
3319
+ "devtools": "^0.0.0"
3320
+ }
3321
+ },
2984
3322
  {
2985
3323
  "name": "matomo",
2986
3324
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3006,14 +3344,14 @@
3006
3344
  {
3007
3345
  "name": "maz-ui",
3008
3346
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3009
- "repo": "louismazel/maz-ui",
3347
+ "repo": "louismazel/maz-ui#master/packages/lib",
3010
3348
  "npm": "maz-ui",
3011
3349
  "icon": "maz-ui.png",
3012
3350
  "github": "https://github.com/louismazel/maz-ui",
3013
- "website": "https://louismazel.github.io/maz-ui-3/",
3014
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3351
+ "website": "https://maz-ui.com/",
3352
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3015
3353
  "category": "UI",
3016
- "type": "community",
3354
+ "type": "3rd-party",
3017
3355
  "maintainers": [
3018
3356
  {
3019
3357
  "name": "Loïc Mazuel",
@@ -3025,6 +3363,28 @@
3025
3363
  "requires": {}
3026
3364
  }
3027
3365
  },
3366
+ {
3367
+ "name": "mdc",
3368
+ "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
3369
+ "repo": "nuxt-modules/mdc",
3370
+ "npm": "@nuxtjs/mdc",
3371
+ "icon": "mdc.png",
3372
+ "github": "https://github.com/nuxt-modules/mdc",
3373
+ "website": "https://github.com/nuxt-modules/mdc",
3374
+ "learn_more": "",
3375
+ "category": "Extensions",
3376
+ "type": "community",
3377
+ "maintainers": [
3378
+ {
3379
+ "name": "farnabaz",
3380
+ "github": "farnabaz"
3381
+ }
3382
+ ],
3383
+ "compatibility": {
3384
+ "nuxt": "^3.0.0",
3385
+ "requires": {}
3386
+ }
3387
+ },
3028
3388
  {
3029
3389
  "name": "mdx",
3030
3390
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3121,28 +3481,6 @@
3121
3481
  "requires": {}
3122
3482
  }
3123
3483
  },
3124
- {
3125
- "name": "mobile",
3126
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3127
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3128
- "npm": "nuxt-mobile",
3129
- "icon": "",
3130
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3131
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3132
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3133
- "category": "Extensions",
3134
- "type": "3rd-party",
3135
- "maintainers": [
3136
- {
3137
- "name": "ChanningDefoe",
3138
- "github": "ChanningDefoe"
3139
- }
3140
- ],
3141
- "compatibility": {
3142
- "nuxt": "^2.0.0",
3143
- "requires": {}
3144
- }
3145
- },
3146
3484
  {
3147
3485
  "name": "module-feed",
3148
3486
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3193,28 +3531,6 @@
3193
3531
  "requires": {}
3194
3532
  }
3195
3533
  },
3196
- {
3197
- "name": "mq",
3198
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3199
- "repo": "vanhoofmaarten/nuxt-mq",
3200
- "npm": "nuxt-mq",
3201
- "icon": "",
3202
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3203
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3204
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3205
- "category": "Libraries",
3206
- "type": "3rd-party",
3207
- "maintainers": [
3208
- {
3209
- "name": "vanhoofmaarten",
3210
- "github": "vanhoofmaarten"
3211
- }
3212
- ],
3213
- "compatibility": {
3214
- "nuxt": "^2.0.0",
3215
- "requires": {}
3216
- }
3217
- },
3218
3534
  {
3219
3535
  "name": "neo",
3220
3536
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3238,10 +3554,32 @@
3238
3554
  }
3239
3555
  },
3240
3556
  {
3241
- "name": "netlify-cache",
3242
- "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3243
- "repo": "DreaMinder/nuxt-netlify-cache",
3244
- "npm": "nuxt-netlify-cache",
3557
+ "name": "neo4j",
3558
+ "description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
3559
+ "repo": "arashsheyda/nuxt-neo4j",
3560
+ "npm": "nuxt-neo4j",
3561
+ "icon": "nuxt-neo4j.png",
3562
+ "github": "https://github.com/arashsheyda/nuxt-neo4j",
3563
+ "website": "https://github.com/arashsheyda/nuxt-neo4j",
3564
+ "learn_more": "",
3565
+ "category": "Database",
3566
+ "type": "3rd-party",
3567
+ "maintainers": [
3568
+ {
3569
+ "name": "arashsheyda",
3570
+ "github": "arashsheyda"
3571
+ }
3572
+ ],
3573
+ "compatibility": {
3574
+ "nuxt": "^3.0.0",
3575
+ "requires": {}
3576
+ }
3577
+ },
3578
+ {
3579
+ "name": "netlify-cache",
3580
+ "description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
3581
+ "repo": "DreaMinder/nuxt-netlify-cache",
3582
+ "npm": "nuxt-netlify-cache",
3245
3583
  "icon": "netlify.png",
3246
3584
  "github": "https://github.com/DreaMinder/nuxt-netlify-cache",
3247
3585
  "website": "https://github.com/DreaMinder/nuxt-netlify-cache",
@@ -3285,12 +3623,12 @@
3285
3623
  {
3286
3624
  "name": "netlify",
3287
3625
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3288
- "repo": "bazzite/nuxt-netlify",
3626
+ "repo": "juliomrqz/nuxt-netlify",
3289
3627
  "npm": "@aceforth/nuxt-netlify",
3290
3628
  "icon": "netlify.png",
3291
- "github": "https://github.com/bazzite/nuxt-netlify",
3292
- "website": "https://marquez.co/docs/nuxt-netlify/",
3293
- "learn_more": "",
3629
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3630
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3631
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3294
3632
  "category": "Deployment",
3295
3633
  "type": "3rd-party",
3296
3634
  "maintainers": [
@@ -3398,6 +3736,52 @@
3398
3736
  "requires": {}
3399
3737
  }
3400
3738
  },
3739
+ {
3740
+ "name": "nuxt-asciidoc",
3741
+ "description": "Transformer for using asciidoc in nuxt",
3742
+ "repo": "Chris2011/nuxt-asciidoc",
3743
+ "npm": "nuxt-asciidoc",
3744
+ "icon": "nuxt-asciidoc.svg",
3745
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3746
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3747
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3748
+ "category": "Extensions",
3749
+ "type": "3rd-party",
3750
+ "maintainers": [
3751
+ {
3752
+ "name": "Christian Lenz",
3753
+ "github": "Chris2011",
3754
+ "twitter": "Chrizzly42"
3755
+ }
3756
+ ],
3757
+ "compatibility": {
3758
+ "nuxt": "^3.0.0",
3759
+ "requires": {}
3760
+ }
3761
+ },
3762
+ {
3763
+ "name": "nuxt-auth-sanctum",
3764
+ "description": "Nuxt module for Laravel Sanctum authentication",
3765
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3766
+ "npm": "nuxt-auth-sanctum",
3767
+ "icon": "laravel.svg",
3768
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3769
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3770
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3771
+ "category": "Security",
3772
+ "type": "3rd-party",
3773
+ "maintainers": [
3774
+ {
3775
+ "name": "Artem Manchenkov",
3776
+ "github": "manchenkoff",
3777
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3778
+ }
3779
+ ],
3780
+ "compatibility": {
3781
+ "nuxt": "^3.9.0",
3782
+ "requires": {}
3783
+ }
3784
+ },
3401
3785
  {
3402
3786
  "name": "nuxt-basic-auth",
3403
3787
  "description": "Nuxt Module for Basic Authentication",
@@ -3420,6 +3804,57 @@
3420
3804
  "requires": {}
3421
3805
  }
3422
3806
  },
3807
+ {
3808
+ "name": "nuxt-bezier",
3809
+ "description": "Reusable transition components",
3810
+ "repo": "50rayn/nuxt-bezier",
3811
+ "npm": "nuxt-bezier",
3812
+ "icon": "nuxt-bezier.png",
3813
+ "github": "https://github.com/50rayn/nuxt-bezier",
3814
+ "website": "https://github.com/50rayn/nuxt-bezier",
3815
+ "learn_more": "https://github.com/Noction/vue-bezier",
3816
+ "category": "UI",
3817
+ "type": "3rd-party",
3818
+ "maintainers": [
3819
+ {
3820
+ "name": "Soryn Gitlan",
3821
+ "github": "50rayn"
3822
+ }
3823
+ ],
3824
+ "compatibility": {
3825
+ "nuxt": "^3.0.0",
3826
+ "requires": {}
3827
+ }
3828
+ },
3829
+ {
3830
+ "name": "nuxt-booster",
3831
+ "description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
3832
+ "repo": "basics/nuxt-booster",
3833
+ "npm": "nuxt-booster",
3834
+ "icon": "nuxt-booster.svg",
3835
+ "github": "https://github.com/basics/nuxt-booster",
3836
+ "website": "https://basics.github.io/nuxt-booster/",
3837
+ "learn_more": "https://basics.github.io/nuxt-booster/",
3838
+ "category": "Performance",
3839
+ "type": "3rd-party",
3840
+ "maintainers": [
3841
+ {
3842
+ "name": "Thorn Walli",
3843
+ "github": "ThornWalli",
3844
+ "avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
3845
+ },
3846
+ {
3847
+ "name": "Stephan Gerbeth",
3848
+ "github": "StephanGerbeth",
3849
+ "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
3850
+ }
3851
+ ],
3852
+ "compatibility": {
3853
+ "nuxt": "^3.0.0",
3854
+ "requires": {},
3855
+ "devtools": "^0.0.0"
3856
+ }
3857
+ },
3423
3858
  {
3424
3859
  "name": "nuxt-bootstrap-icons",
3425
3860
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3464,6 +3899,28 @@
3464
3899
  "requires": {}
3465
3900
  }
3466
3901
  },
3902
+ {
3903
+ "name": "nuxt-cookie-consent",
3904
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3905
+ "repo": "weareheavy/nuxt-cookie-consent",
3906
+ "npm": "@weareheavy/nuxt-cookie-consent",
3907
+ "icon": "wah.svg",
3908
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3909
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3910
+ "learn_more": "",
3911
+ "category": "Extensions",
3912
+ "type": "3rd-party",
3913
+ "maintainers": [
3914
+ {
3915
+ "name": "weareheavy",
3916
+ "github": "weareheavy"
3917
+ }
3918
+ ],
3919
+ "compatibility": {
3920
+ "nuxt": "^3.0.0",
3921
+ "requires": {}
3922
+ }
3923
+ },
3467
3924
  {
3468
3925
  "name": "nuxt-facebook-chat",
3469
3926
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3490,6 +3947,28 @@
3490
3947
  "requires": {}
3491
3948
  }
3492
3949
  },
3950
+ {
3951
+ "name": "nuxt-feather-icons",
3952
+ "description": "The Feather Icons in Nuxt 3.",
3953
+ "repo": "4sllan/nuxt-feather-icons",
3954
+ "npm": "nuxt-feather-icons",
3955
+ "icon": "nuxt-feather-icons.png",
3956
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3957
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3958
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3959
+ "category": "UI",
3960
+ "type": "3rd-party",
3961
+ "maintainers": [
3962
+ {
3963
+ "name": "4sllan",
3964
+ "github": "4sllan"
3965
+ }
3966
+ ],
3967
+ "compatibility": {
3968
+ "nuxt": "^3.0.0",
3969
+ "requires": {}
3970
+ }
3971
+ },
3493
3972
  {
3494
3973
  "name": "nuxt-feedme",
3495
3974
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3512,6 +3991,51 @@
3512
3991
  "requires": {}
3513
3992
  }
3514
3993
  },
3994
+ {
3995
+ "name": "nuxt-file-storage",
3996
+ "description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
3997
+ "repo": "nyllre/nuxt-file-storage",
3998
+ "npm": "nuxt-file-storage",
3999
+ "icon": "nuxt-file-storage.svg",
4000
+ "github": "https://github.com/nyllre/nuxt-file-storage",
4001
+ "website": "https://github.com/nyllre/nuxt-file-storage",
4002
+ "learn_more": "https://github.com/nyllre/nuxt-file-storage",
4003
+ "category": "Database",
4004
+ "type": "3rd-party",
4005
+ "maintainers": [
4006
+ {
4007
+ "name": "NyllRE",
4008
+ "github": "NyllRE"
4009
+ }
4010
+ ],
4011
+ "compatibility": {
4012
+ "nuxt": "^3.0.0",
4013
+ "requires": {}
4014
+ }
4015
+ },
4016
+ {
4017
+ "name": "nuxt-fontawesome",
4018
+ "description": "Module to use Font Awesome 6 icons in your Nuxt project",
4019
+ "repo": "bezumkin/nuxt-fontawesome",
4020
+ "npm": "@vesp/nuxt-fontawesome",
4021
+ "icon": "nuxt-fontawesome.svg",
4022
+ "github": "https://github.com/bezumkin/nuxt-fontawesome",
4023
+ "website": "https://github.com/bezumkin/nuxt-fontawesome",
4024
+ "learn_more": "https://fontawesome.com",
4025
+ "category": "UI",
4026
+ "type": "3rd-party",
4027
+ "maintainers": [
4028
+ {
4029
+ "name": "Vasily Naumkin",
4030
+ "github": "bezumkin",
4031
+ "avatar": "https://avatars.githubusercontent.com/u/1257284"
4032
+ }
4033
+ ],
4034
+ "compatibility": {
4035
+ "nuxt": "^3.0.0",
4036
+ "requires": {}
4037
+ }
4038
+ },
3515
4039
  {
3516
4040
  "name": "nuxt-graphql-middleware",
3517
4041
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3519,7 +4043,7 @@
3519
4043
  "npm": "nuxt-graphql-middleware",
3520
4044
  "icon": "nuxt-graphql-middleware.svg",
3521
4045
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3522
- "website": "https://nuxt-graphql-middleware.dulnan.net",
4046
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3523
4047
  "learn_more": "",
3524
4048
  "category": "Request",
3525
4049
  "type": "3rd-party",
@@ -3577,7 +4101,7 @@
3577
4101
  "maintainers": [
3578
4102
  {
3579
4103
  "name": "Zadig&Voltaire Team",
3580
- "github": "https://github.com/zadigetvoltaire"
4104
+ "github": "zadigetvoltaire"
3581
4105
  }
3582
4106
  ],
3583
4107
  "compatibility": {
@@ -3610,6 +4134,28 @@
3610
4134
  }
3611
4135
  }
3612
4136
  },
4137
+ {
4138
+ "name": "nuxt-interpolation",
4139
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
4140
+ "repo": "daliborgogic/nuxt-interpolation#master",
4141
+ "npm": "nuxt-interpolation",
4142
+ "icon": "",
4143
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4144
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
4145
+ "learn_more": "",
4146
+ "category": "Devtools",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "daliborgogic",
4151
+ "github": "daliborgogic"
4152
+ }
4153
+ ],
4154
+ "compatibility": {
4155
+ "nuxt": "^2.0.0",
4156
+ "requires": {}
4157
+ }
4158
+ },
3613
4159
  {
3614
4160
  "name": "nuxt-jsonld",
3615
4161
  "description": "Manage JSON-LD in Vue component.",
@@ -3639,8 +4185,8 @@
3639
4185
  "npm": "@nuxtus/nuxt-localtunnel",
3640
4186
  "icon": "nuxt-localtunnel.svg",
3641
4187
  "github": "https://github.com/nuxtus/localtunnel",
3642
- "website": "https://nuxtus.com",
3643
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
4188
+ "website": "https://docs.nuxtus.com",
4189
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3644
4190
  "category": "Devtools",
3645
4191
  "type": "3rd-party",
3646
4192
  "maintainers": [
@@ -3678,6 +4224,28 @@
3678
4224
  "requires": {}
3679
4225
  }
3680
4226
  },
4227
+ {
4228
+ "name": "nuxt-mail",
4229
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4230
+ "repo": "dword-design/nuxt-mail",
4231
+ "npm": "nuxt-mail",
4232
+ "icon": "",
4233
+ "github": "https://github.com/dword-design/nuxt-mail",
4234
+ "website": "https://github.com/dword-design/nuxt-mail",
4235
+ "learn_more": "",
4236
+ "category": "Extensions",
4237
+ "type": "3rd-party",
4238
+ "maintainers": [
4239
+ {
4240
+ "name": "Sebastian Landwehr",
4241
+ "github": "dword-design"
4242
+ }
4243
+ ],
4244
+ "compatibility": {
4245
+ "nuxt": "^2.0.0 || ^3.0.0",
4246
+ "requires": {}
4247
+ }
4248
+ },
3681
4249
  {
3682
4250
  "name": "nuxt-mapbox",
3683
4251
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3767,6 +4335,124 @@
3767
4335
  "devtools": "^0.0.0"
3768
4336
  }
3769
4337
  },
4338
+ {
4339
+ "name": "nuxt-oidc-auth",
4340
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4341
+ "repo": "itpropro/nuxt-oidc-auth",
4342
+ "npm": "nuxt-oidc-auth",
4343
+ "icon": "",
4344
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4345
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4346
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4347
+ "category": "Security",
4348
+ "type": "3rd-party",
4349
+ "maintainers": [
4350
+ {
4351
+ "name": "Jan-Henrik Damaschke",
4352
+ "github": "itpropro",
4353
+ "twitter": "jandamaschke"
4354
+ }
4355
+ ],
4356
+ "compatibility": {
4357
+ "nuxt": "^3.0.0",
4358
+ "requires": {}
4359
+ }
4360
+ },
4361
+ {
4362
+ "name": "nuxt-openapi-docs-module",
4363
+ "description": "Generate pages from OpenAPI specifications",
4364
+ "repo": "on-org/nuxt-openapi-docs-module",
4365
+ "npm": "nuxt-openapi-docs-module",
4366
+ "icon": "nuxt-openapi-docs-module.png",
4367
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4368
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4369
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4370
+ "category": "Libraries",
4371
+ "type": "3rd-party",
4372
+ "maintainers": [
4373
+ {
4374
+ "name": "Pavel Kuzmin",
4375
+ "github": "s00d"
4376
+ }
4377
+ ],
4378
+ "compatibility": {
4379
+ "nuxt": "^3.0.0",
4380
+ "requires": {}
4381
+ }
4382
+ },
4383
+ {
4384
+ "name": "nuxt-openid-connect",
4385
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4386
+ "repo": "aborn/nuxt-openid-connect",
4387
+ "npm": "nuxt-openid-connect",
4388
+ "icon": "",
4389
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4390
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4391
+ "learn_more": "",
4392
+ "category": "Security",
4393
+ "type": "3rd-party",
4394
+ "maintainers": [
4395
+ {
4396
+ "name": "Aborn Jiang",
4397
+ "github": "aborn"
4398
+ },
4399
+ {
4400
+ "name": "Khaled Almana",
4401
+ "github": "KhaledAlMana"
4402
+ }
4403
+ ],
4404
+ "compatibility": {
4405
+ "nuxt": "^3.0.0",
4406
+ "requires": {},
4407
+ "devtools": "^0.0.0"
4408
+ }
4409
+ },
4410
+ {
4411
+ "name": "nuxt-payload-analyzer",
4412
+ "description": "Analyze Nuxt Payload Size",
4413
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4414
+ "npm": "nuxt-payload-analyzer",
4415
+ "icon": "",
4416
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4417
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4418
+ "learn_more": "",
4419
+ "category": "Performance",
4420
+ "type": "3rd-party",
4421
+ "maintainers": [
4422
+ {
4423
+ "name": "Barbapapazes",
4424
+ "github": "Barbapapazes",
4425
+ "twitter": "soubiran_"
4426
+ }
4427
+ ],
4428
+ "compatibility": {
4429
+ "nuxt": "^3.0.0",
4430
+ "requires": {}
4431
+ }
4432
+ },
4433
+ {
4434
+ "name": "nuxt-pdf-frame",
4435
+ "description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
4436
+ "repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
4437
+ "npm": "@i2d/nuxt-pdf-frame",
4438
+ "icon": "pdf-frame.svg",
4439
+ "github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
4440
+ "website": "https://www.pdf-frame.org",
4441
+ "learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
4442
+ "category": "Libraries",
4443
+ "type": "3rd-party",
4444
+ "maintainers": [
4445
+ {
4446
+ "name": "Narayana Swamy",
4447
+ "github": "nswamy14",
4448
+ "email": "narayanaswamy14@gmail.com"
4449
+ }
4450
+ ],
4451
+ "compatibility": {
4452
+ "nuxt": "^3.0.0",
4453
+ "requires": {}
4454
+ }
4455
+ },
3770
4456
  {
3771
4457
  "name": "nuxt-pdf",
3772
4458
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3797,8 +4483,8 @@
3797
4483
  "npm": "nuxt-phosphor-icons",
3798
4484
  "icon": "phosphor-icons.svg",
3799
4485
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3800
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3801
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4486
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4487
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3802
4488
  "category": "UI",
3803
4489
  "type": "3rd-party",
3804
4490
  "maintainers": [
@@ -3834,28 +4520,6 @@
3834
4520
  "requires": {}
3835
4521
  }
3836
4522
  },
3837
- {
3838
- "name": "plausible",
3839
- "description": "Nuxt module to natively integrate Plausible analytics",
3840
- "repo": "nuxt-modules/plausible",
3841
- "npm": "@nuxtjs/plausible",
3842
- "icon": "plausible.png",
3843
- "github": "https://github.com/nuxt-modules/plausible",
3844
- "website": "https://github.com/nuxt-modules/plausible",
3845
- "learn_more": "https://plausible.io/",
3846
- "category": "Analytics",
3847
- "type": "community",
3848
- "maintainers": [
3849
- {
3850
- "name": "Johann Schopplich",
3851
- "github": "johannschopplich"
3852
- }
3853
- ],
3854
- "compatibility": {
3855
- "nuxt": "^3.0.0",
3856
- "requires": {}
3857
- }
3858
- },
3859
4523
  {
3860
4524
  "name": "nuxt-plotly",
3861
4525
  "description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
@@ -3905,6 +4569,28 @@
3905
4569
  "requires": {}
3906
4570
  }
3907
4571
  },
4572
+ {
4573
+ "name": "nuxt-posthog",
4574
+ "description": "Integrate PostHog into your application with minimal configuration",
4575
+ "repo": "mitjans/nuxt-posthog",
4576
+ "npm": "nuxt-posthog",
4577
+ "icon": "posthog.svg",
4578
+ "github": "https://github.com/mitjans/nuxt-posthog",
4579
+ "website": "https://nuxt-posthog.cmitjans.dev",
4580
+ "learn_more": "https://posthog.com",
4581
+ "category": "Analytics",
4582
+ "type": "3rd-party",
4583
+ "maintainers": [
4584
+ {
4585
+ "name": "Carles Mitjans",
4586
+ "github": "mitjans"
4587
+ }
4588
+ ],
4589
+ "compatibility": {
4590
+ "nuxt": "^3.0.0",
4591
+ "requires": {}
4592
+ }
4593
+ },
3908
4594
  {
3909
4595
  "name": "nuxt-smartlook",
3910
4596
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3929,6 +4615,28 @@
3929
4615
  "requires": {}
3930
4616
  }
3931
4617
  },
4618
+ {
4619
+ "name": "nuxt-social-share",
4620
+ "description": "Simple Social Sharing for Nuxt",
4621
+ "repo": "stefanobartoletti/nuxt-social-share",
4622
+ "npm": "@stefanobartoletti/nuxt-social-share",
4623
+ "icon": "nuxt-social-share.png",
4624
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4625
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4626
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4627
+ "category": "Extensions",
4628
+ "type": "3rd-party",
4629
+ "maintainers": [
4630
+ {
4631
+ "name": "stefanobartoletti",
4632
+ "github": "stefanobartoletti"
4633
+ }
4634
+ ],
4635
+ "compatibility": {
4636
+ "nuxt": "^3.0.0",
4637
+ "requires": {}
4638
+ }
4639
+ },
3932
4640
  {
3933
4641
  "name": "ssr-lit",
3934
4642
  "description": "Server-Side Rendering for Lit Element components",
@@ -3962,7 +4670,7 @@
3962
4670
  "description": "WebStorm & PHPStorm support for Nuxt components",
3963
4671
  "repo": "fumeapp/nuxt-storm",
3964
4672
  "npm": "nuxt-storm",
3965
- "icon": "nuxt-storm.png",
4673
+ "icon": "",
3966
4674
  "github": "https://github.com/fumeapp/nuxt-storm",
3967
4675
  "website": "https://github.com/fumeapp/nuxt-storm",
3968
4676
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3979,6 +4687,30 @@
3979
4687
  "requires": {}
3980
4688
  }
3981
4689
  },
4690
+ {
4691
+ "name": "nuxt-svgo-loader",
4692
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4693
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4694
+ "npm": "nuxt-svgo-loader",
4695
+ "icon": "",
4696
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4697
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4698
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4699
+ "category": "Images",
4700
+ "type": "3rd-party",
4701
+ "maintainers": [
4702
+ {
4703
+ "name": "Alex Liu",
4704
+ "github": "Mini-ghost",
4705
+ "twitter": "Minighost_Alex"
4706
+ }
4707
+ ],
4708
+ "compatibility": {
4709
+ "nuxt": "^3.0.0",
4710
+ "requires": {},
4711
+ "devtools": "^0.0.0"
4712
+ }
4713
+ },
3982
4714
  {
3983
4715
  "name": "nuxt-svgo",
3984
4716
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4024,14 +4756,14 @@
4024
4756
  }
4025
4757
  },
4026
4758
  {
4027
- "name": "nuxt-use-motion",
4028
- "description": "A Nuxt module putting your components in motion",
4029
- "repo": "Tahul/nuxt-use-motion",
4030
- "npm": "nuxt-use-motion",
4031
- "icon": "nuxt-use-motion.svg",
4032
- "github": "https://github.com/Tahul/nuxt-use-motion",
4033
- "website": "https://github.com/Tahul/nuxt-use-motion",
4034
- "learn_more": "https://github.com/vueuse/motion",
4759
+ "name": "nuxt-use-sound",
4760
+ "description": "A Nuxt module for playing sound effects.",
4761
+ "repo": "Tahul/nuxt-use-sound",
4762
+ "npm": "nuxt-use-sound",
4763
+ "icon": "nuxt-use-sound.svg",
4764
+ "github": "https://github.com/Tahul/nuxt-use-sound",
4765
+ "website": "https://github.com/Tahul/nuxt-use-sound",
4766
+ "learn_more": "https://github.com/vueuse/sound",
4035
4767
  "category": "Libraries",
4036
4768
  "type": "3rd-party",
4037
4769
  "maintainers": [
@@ -4046,24 +4778,24 @@
4046
4778
  }
4047
4779
  },
4048
4780
  {
4049
- "name": "nuxt-use-sound",
4050
- "description": "A Nuxt module for playing sound effects.",
4051
- "repo": "Tahul/nuxt-use-sound",
4052
- "npm": "nuxt-use-sound",
4053
- "icon": "nuxt-use-sound.svg",
4054
- "github": "https://github.com/Tahul/nuxt-use-sound",
4055
- "website": "https://github.com/Tahul/nuxt-use-sound",
4056
- "learn_more": "https://github.com/vueuse/sound",
4057
- "category": "Libraries",
4781
+ "name": "nuxt-uswds",
4782
+ "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
4783
+ "repo": "patrickcate/nuxt-uswds",
4784
+ "npm": "nuxt-uswds",
4785
+ "icon": "nuxt-uswds.svg",
4786
+ "github": "https://github.com/patrickcate/nuxt-uswds",
4787
+ "website": "https://github.com/patrickcate/nuxt-uswds",
4788
+ "learn_more": "",
4789
+ "category": "UI",
4058
4790
  "type": "3rd-party",
4059
4791
  "maintainers": [
4060
4792
  {
4061
- "name": "Tahul",
4062
- "github": "Tahul"
4793
+ "name": "Patrick Cate",
4794
+ "github": "patrickcate"
4063
4795
  }
4064
4796
  ],
4065
4797
  "compatibility": {
4066
- "nuxt": "^2.0.0",
4798
+ "nuxt": "^3.0.0",
4067
4799
  "requires": {}
4068
4800
  }
4069
4801
  },
@@ -4114,20 +4846,42 @@
4114
4846
  }
4115
4847
  },
4116
4848
  {
4117
- "name": "nuxt-vuetify",
4118
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4119
- "repo": "invictus-codes/nuxt-vuetify",
4120
- "npm": "@invictus.codes/nuxt-vuetify",
4121
- "icon": "vuetify-logo-v3-dark.svg",
4122
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4123
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4124
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4125
- "category": "UI",
4849
+ "name": "nuxt-zod-i18n",
4850
+ "description": "A Nuxt Module for localizing zod error messages.",
4851
+ "repo": "xibman/nuxt-zod-i18n",
4852
+ "npm": "nuxt-zod-i18n",
4853
+ "icon": "nuxt-zod-i18n.svg",
4854
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4855
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4856
+ "learn_more": "",
4857
+ "category": "Libraries",
4126
4858
  "type": "3rd-party",
4127
4859
  "maintainers": [
4128
4860
  {
4129
- "name": "Jens van Hellemondt",
4130
- "github": "invictus-codes"
4861
+ "name": "xibman",
4862
+ "github": "xibman"
4863
+ }
4864
+ ],
4865
+ "compatibility": {
4866
+ "nuxt": "^3.0.0",
4867
+ "requires": {}
4868
+ }
4869
+ },
4870
+ {
4871
+ "name": "nuxt3-interpolation",
4872
+ "description": "",
4873
+ "repo": "daliborgogic/interpolation",
4874
+ "npm": "nuxt3-interpolation",
4875
+ "icon": "",
4876
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4877
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4878
+ "learn_more": "",
4879
+ "category": "Devtools",
4880
+ "type": "3rd-party",
4881
+ "maintainers": [
4882
+ {
4883
+ "name": "daliborgogic",
4884
+ "github": "daliborgogic"
4131
4885
  }
4132
4886
  ],
4133
4887
  "compatibility": {
@@ -4142,7 +4896,7 @@
4142
4896
  "npm": "nuxt3-leaflet",
4143
4897
  "icon": "leaflet.png",
4144
4898
  "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4145
- "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4899
+ "website": "https://gugustinette.github.io/Nuxt-Leaflet",
4146
4900
  "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4147
4901
  "category": "Libraries",
4148
4902
  "type": "3rd-party",
@@ -4183,14 +4937,14 @@
4183
4937
  {
4184
4938
  "name": "og-image",
4185
4939
  "description": "Enlightened runtime images generated with Vue templates.",
4186
- "repo": "harlan-zw/nuxt-og-image",
4940
+ "repo": "nuxt-modules/og-image",
4187
4941
  "npm": "nuxt-og-image",
4188
4942
  "icon": "og-image.svg",
4189
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4943
+ "github": "https://github.com/nuxt-modules/og-image",
4190
4944
  "website": "https://nuxtseo.com/og-image",
4191
4945
  "learn_more": "https://nuxtseo.com/og-image",
4192
4946
  "category": "SEO",
4193
- "type": "3rd-party",
4947
+ "type": "community",
4194
4948
  "maintainers": [
4195
4949
  {
4196
4950
  "name": "Harlan Wilton",
@@ -4235,8 +4989,8 @@
4235
4989
  "npm": "@aceforth/nuxt-optimized-images",
4236
4990
  "icon": "",
4237
4991
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4238
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4239
- "learn_more": "",
4992
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4993
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4240
4994
  "category": "Images",
4241
4995
  "type": "3rd-party",
4242
4996
  "maintainers": [
@@ -4343,6 +5097,28 @@
4343
5097
  }
4344
5098
  }
4345
5099
  },
5100
+ {
5101
+ "name": "paypal",
5102
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
5103
+ "repo": "arashsheyda/nuxt-paypal",
5104
+ "npm": "nuxt-paypal",
5105
+ "icon": "paypal.svg",
5106
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
5107
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
5108
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
5109
+ "category": "Payment",
5110
+ "type": "3rd-party",
5111
+ "maintainers": [
5112
+ {
5113
+ "name": "Arash Sheyda",
5114
+ "github": "arashsheyda"
5115
+ }
5116
+ ],
5117
+ "compatibility": {
5118
+ "nuxt": "^3.0.0",
5119
+ "requires": {}
5120
+ }
5121
+ },
4346
5122
  {
4347
5123
  "name": "pdfeasy",
4348
5124
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4367,6 +5143,28 @@
4367
5143
  "requires": {}
4368
5144
  }
4369
5145
  },
5146
+ {
5147
+ "name": "pergel",
5148
+ "description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
5149
+ "repo": "oku-ui/pergel#main/packages-core/pergel",
5150
+ "npm": "pergel",
5151
+ "icon": "pergel.svg",
5152
+ "github": "https://github.com/oku-ui/pergel",
5153
+ "website": "https://oku-ui.com/pergel",
5154
+ "learn_more": "",
5155
+ "category": "Devtools",
5156
+ "type": "3rd-party",
5157
+ "maintainers": [
5158
+ {
5159
+ "name": "Mehmet - productdevbook",
5160
+ "github": "productdevbook"
5161
+ }
5162
+ ],
5163
+ "compatibility": {
5164
+ "nuxt": "^3.10.0",
5165
+ "requires": {}
5166
+ }
5167
+ },
4370
5168
  {
4371
5169
  "name": "persian-datepicker",
4372
5170
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4393,7 +5191,7 @@
4393
5191
  {
4394
5192
  "name": "pinia-orm",
4395
5193
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
4396
- "repo": "CodeDredd/pinia-orm#master/packages/nuxt",
5194
+ "repo": "CodeDredd/pinia-orm#main/packages/nuxt",
4397
5195
  "npm": "@pinia-orm/nuxt",
4398
5196
  "icon": "pinia-orm.svg",
4399
5197
  "github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
@@ -4467,20 +5265,20 @@
4467
5265
  "description": "Nuxt module to natively integrate Plausible analytics",
4468
5266
  "repo": "nuxt-modules/plausible",
4469
5267
  "npm": "@nuxtjs/plausible",
4470
- "icon": "",
5268
+ "icon": "plausible.svg",
4471
5269
  "github": "https://github.com/nuxt-modules/plausible",
4472
5270
  "website": "https://github.com/nuxt-modules/plausible",
4473
5271
  "learn_more": "",
4474
- "category": "Devtools",
5272
+ "category": "Analytics",
4475
5273
  "type": "community",
4476
5274
  "maintainers": [
4477
5275
  {
4478
- "name": "nuxt-modules",
4479
- "github": "nuxt-modules"
5276
+ "name": "Johann Schopplich",
5277
+ "github": "johannschopplich"
4480
5278
  }
4481
5279
  ],
4482
5280
  "compatibility": {
4483
- "nuxt": "^2.0.0",
5281
+ "nuxt": "^2.0.0 || ^3.0.0",
4484
5282
  "requires": {}
4485
5283
  }
4486
5284
  },
@@ -4513,7 +5311,7 @@
4513
5311
  "npm": "nuxt-prepare",
4514
5312
  "icon": "prepare.svg",
4515
5313
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4516
- "website": "https://nuxt-prepare.jhnn.dev",
5314
+ "website": "https://nuxt-prepare.byjohann.dev",
4517
5315
  "learn_more": "",
4518
5316
  "category": "Devtools",
4519
5317
  "type": "3rd-party",
@@ -4860,6 +5658,29 @@
4860
5658
  "requires": {}
4861
5659
  }
4862
5660
  },
5661
+ {
5662
+ "name": "resend",
5663
+ "description": "Resend integration for Nuxt",
5664
+ "repo": "nhedger/nuxt-resend",
5665
+ "npm": "nuxt-resend",
5666
+ "icon": "resend.svg",
5667
+ "github": "https://github.com/nhedger/nuxt-resend",
5668
+ "website": "https://github.com/nhedger/nuxt-resend",
5669
+ "learn_more": "https://resend.com",
5670
+ "category": "Extensions",
5671
+ "type": "3rd-party",
5672
+ "maintainers": [
5673
+ {
5674
+ "name": "Nicolas Hedger",
5675
+ "github": "nhedger",
5676
+ "twitter": "nicolashedger"
5677
+ }
5678
+ ],
5679
+ "compatibility": {
5680
+ "nuxt": "^3.0.0",
5681
+ "requires": {}
5682
+ }
5683
+ },
4863
5684
  {
4864
5685
  "name": "rfg-icon",
4865
5686
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4890,7 +5711,7 @@
4890
5711
  "icon": "robots.png",
4891
5712
  "github": "https://github.com/nuxt-modules/robots",
4892
5713
  "website": "https://github.com/nuxt-modules/robots",
4893
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5714
+ "learn_more": "",
4894
5715
  "category": "SEO",
4895
5716
  "type": "community",
4896
5717
  "maintainers": [
@@ -4908,23 +5729,23 @@
4908
5729
  },
4909
5730
  {
4910
5731
  "name": "rollbar",
4911
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4912
- "repo": "gaelreyrol/nuxt-rollbar-module",
4913
- "npm": "nuxt-rollbar-module",
5732
+ "description": "Nuxt 3 module to integrate Rollbar.",
5733
+ "repo": "jairoblatt/nuxt-rollbar",
5734
+ "npm": "nuxt-rollbar",
4914
5735
  "icon": "rollbar.png",
4915
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4916
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5736
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5737
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4917
5738
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4918
5739
  "category": "Monitoring",
4919
5740
  "type": "3rd-party",
4920
5741
  "maintainers": [
4921
5742
  {
4922
- "name": "Gaël Reyrol",
4923
- "github": "gaelreyrol"
5743
+ "name": "Jairo Blatt",
5744
+ "github": "jairoblatt"
4924
5745
  }
4925
5746
  ],
4926
5747
  "compatibility": {
4927
- "nuxt": "^2.0.0",
5748
+ "nuxt": "^3.0.0",
4928
5749
  "requires": {}
4929
5750
  }
4930
5751
  },
@@ -4999,9 +5820,32 @@
4999
5820
  }
5000
5821
  }
5001
5822
  },
5823
+ {
5824
+ "name": "scalar",
5825
+ "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
5826
+ "repo": "scalar/scalar#main/packages/nuxt",
5827
+ "npm": "@scalar/nuxt",
5828
+ "icon": "scalar.svg",
5829
+ "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5830
+ "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
5831
+ "learn_more": "https://scalar.com",
5832
+ "category": "Devtools",
5833
+ "type": "3rd-party",
5834
+ "maintainers": [
5835
+ {
5836
+ "name": "scalar",
5837
+ "github": "scalar",
5838
+ "twitter": "scalar"
5839
+ }
5840
+ ],
5841
+ "compatibility": {
5842
+ "nuxt": "^3.0.0",
5843
+ "requires": {}
5844
+ }
5845
+ },
5002
5846
  {
5003
5847
  "name": "schema-org",
5004
- "description": "Schema.org for Nuxt.",
5848
+ "description": "Quick and easy Schema.org graphs.",
5005
5849
  "repo": "harlan-zw/nuxt-schema-org",
5006
5850
  "npm": "nuxt-schema-org",
5007
5851
  "icon": "schema-org.svg",
@@ -5023,6 +5867,29 @@
5023
5867
  "requires": {}
5024
5868
  }
5025
5869
  },
5870
+ {
5871
+ "name": "scripts",
5872
+ "description": "Plug-and-play script optimization for Nuxt applications.",
5873
+ "repo": "nuxt/scripts",
5874
+ "npm": "@nuxt/scripts",
5875
+ "icon": "nuxt.svg",
5876
+ "github": "https://github.com/nuxt/scripts",
5877
+ "website": "https://scripts.nuxt.com",
5878
+ "learn_more": "",
5879
+ "category": "Libraries",
5880
+ "type": "official",
5881
+ "maintainers": [
5882
+ {
5883
+ "name": "Harlan Wilton",
5884
+ "github": "harlan-zw",
5885
+ "twitter": "harlan_zw"
5886
+ }
5887
+ ],
5888
+ "compatibility": {
5889
+ "nuxt": "^3.0.0",
5890
+ "requires": {}
5891
+ }
5892
+ },
5026
5893
  {
5027
5894
  "name": "scss-to-js",
5028
5895
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -5076,7 +5943,7 @@
5076
5943
  "icon": "segment.png",
5077
5944
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5078
5945
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5079
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5946
+ "learn_more": "",
5080
5947
  "category": "Analytics",
5081
5948
  "type": "3rd-party",
5082
5949
  "maintainers": [
@@ -5114,7 +5981,7 @@
5114
5981
  },
5115
5982
  {
5116
5983
  "name": "seo-experiments",
5117
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5984
+ "description": "Powerful SEO DX improvements.",
5118
5985
  "repo": "harlan-zw/nuxt-seo-experiments",
5119
5986
  "npm": "nuxt-seo-experiments",
5120
5987
  "icon": "seo-experiments.svg",
@@ -5136,28 +6003,6 @@
5136
6003
  "requires": {}
5137
6004
  }
5138
6005
  },
5139
- {
5140
- "name": "seo-kit",
5141
- "description": "The complete SEO solution for Nuxt.",
5142
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5143
- "npm": "nuxt-seo-kit",
5144
- "icon": "seo-kit.svg",
5145
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5146
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5147
- "learn_more": "",
5148
- "category": "SEO",
5149
- "type": "3rd-party",
5150
- "maintainers": [
5151
- {
5152
- "name": "harlan-zw",
5153
- "github": "harlan-zw"
5154
- }
5155
- ],
5156
- "compatibility": {
5157
- "nuxt": "^3.0.0",
5158
- "requires": {}
5159
- }
5160
- },
5161
6006
  {
5162
6007
  "name": "seo-meta",
5163
6008
  "description": "Simple generate seo metadata",
@@ -5181,6 +6026,28 @@
5181
6026
  "requires": {}
5182
6027
  }
5183
6028
  },
6029
+ {
6030
+ "name": "seo",
6031
+ "description": "The complete SEO solution for Nuxt.",
6032
+ "repo": "harlan-zw/nuxt-seo",
6033
+ "npm": "@nuxtjs/seo",
6034
+ "icon": "nuxt.svg",
6035
+ "github": "https://github.com/harlan-zw/nuxt-seo",
6036
+ "website": "https://nuxtseo.com/",
6037
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
6038
+ "category": "SEO",
6039
+ "type": "3rd-party",
6040
+ "maintainers": [
6041
+ {
6042
+ "name": "harlan-zw",
6043
+ "github": "harlan-zw"
6044
+ }
6045
+ ],
6046
+ "compatibility": {
6047
+ "nuxt": "^3.0.0",
6048
+ "requires": {}
6049
+ }
6050
+ },
5184
6051
  {
5185
6052
  "name": "seomatic-meta",
5186
6053
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5229,7 +6096,7 @@
5229
6096
  {
5230
6097
  "name": "server-block",
5231
6098
  "description": "Use <server> tags in your Nuxt pages components.",
5232
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
6099
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5233
6100
  "npm": "@hebilicious/server-block-nuxt",
5234
6101
  "icon": "server-block.svg",
5235
6102
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5250,21 +6117,25 @@
5250
6117
  }
5251
6118
  },
5252
6119
  {
5253
- "name": "session",
5254
- "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",
5255
- "repo": "sidebase/nuxt-session",
5256
- "npm": "@sidebase/nuxt-session",
5257
- "icon": "session.png",
5258
- "github": "https://github.com/sidebase/nuxt-session",
5259
- "website": "https://github.com/sidebase/nuxt-session",
5260
- "learn_more": "https://github.com/sidebase",
5261
- "category": "Security",
6120
+ "name": "shadcn",
6121
+ "description": "Re-usable components built with Radix Vue and Tailwind CSS.",
6122
+ "repo": "radix-vue/shadcn-vue#dev/packages/module",
6123
+ "npm": "shadcn-nuxt",
6124
+ "icon": "",
6125
+ "github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
6126
+ "website": "https://www.shadcn-vue.com",
6127
+ "learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
6128
+ "category": "UI",
5262
6129
  "type": "3rd-party",
5263
6130
  "maintainers": [
5264
6131
  {
5265
- "name": "sidebase",
5266
- "github": "sidebase",
5267
- "twitter": "sidebase_io"
6132
+ "name": "Zernonia",
6133
+ "github": "zernonia",
6134
+ "twitter": "zernonia"
6135
+ },
6136
+ {
6137
+ "name": "Sadegh Barati",
6138
+ "github": "sadeghbarati"
5268
6139
  }
5269
6140
  ],
5270
6141
  "compatibility": {
@@ -5294,6 +6165,28 @@
5294
6165
  "requires": {}
5295
6166
  }
5296
6167
  },
6168
+ {
6169
+ "name": "shuimo-ui",
6170
+ "description": "A Chinese Shuimo style component library.",
6171
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
6172
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
6173
+ "icon": "shuimo-ui.svg",
6174
+ "github": "https://github.com/shuimo-design/shuimo-ui",
6175
+ "website": "https://shuimo.design",
6176
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
6177
+ "category": "UI",
6178
+ "type": "3rd-party",
6179
+ "maintainers": [
6180
+ {
6181
+ "name": "higuaifan",
6182
+ "github": "higuaifan"
6183
+ }
6184
+ ],
6185
+ "compatibility": {
6186
+ "nuxt": "^3.0.0",
6187
+ "requires": {}
6188
+ }
6189
+ },
5297
6190
  {
5298
6191
  "name": "sidebase-auth",
5299
6192
  "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.",
@@ -5344,34 +6237,10 @@
5344
6237
  "description": "Tame the robots crawling and indexing your Nuxt site.",
5345
6238
  "repo": "harlan-zw/nuxt-simple-robots",
5346
6239
  "npm": "nuxt-simple-robots",
5347
- "icon": "simple-robots.svg",
5348
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
5349
- "website": "https://nuxtseo.com/robots",
5350
- "learn_more": "https://nuxtseo.com/robots",
5351
- "category": "SEO",
5352
- "type": "3rd-party",
5353
- "maintainers": [
5354
- {
5355
- "name": "Harlan Wilton",
5356
- "github": "harlan-zw",
5357
- "twitter": "harlan_zw",
5358
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5359
- }
5360
- ],
5361
- "compatibility": {
5362
- "nuxt": "^3.0.0",
5363
- "requires": {}
5364
- }
5365
- },
5366
- {
5367
- "name": "simple-sitemap",
5368
- "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5369
- "repo": "harlan-zw/nuxt-simple-sitemap",
5370
- "npm": "nuxt-simple-sitemap",
5371
- "icon": "simple-sitemap.svg",
5372
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5373
- "website": "https://nuxtseo.com/simple-sitemap",
5374
- "learn_more": "https://nuxtseo.com/simple-sitemap",
6240
+ "icon": "simple-robots.svg",
6241
+ "github": "https://github.com/harlan-zw/nuxt-simple-robots",
6242
+ "website": "https://nuxtseo.com/robots",
6243
+ "learn_more": "https://nuxtseo.com/robots",
5375
6244
  "category": "SEO",
5376
6245
  "type": "3rd-party",
5377
6246
  "maintainers": [
@@ -5389,16 +6258,22 @@
5389
6258
  },
5390
6259
  {
5391
6260
  "name": "sitemap",
5392
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5393
- "repo": "nuxt-community/sitemap-module#dev",
6261
+ "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
6262
+ "repo": "nuxt-modules/sitemap",
5394
6263
  "npm": "@nuxtjs/sitemap",
5395
- "icon": "",
5396
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5397
- "website": "https://sitemap.nuxtjs.org",
5398
- "learn_more": "",
6264
+ "icon": "simple-sitemap.svg",
6265
+ "github": "https://github.com/nuxt-modules/sitemap",
6266
+ "website": "https://nuxtseo.com/",
6267
+ "learn_more": "https://nuxtseo.com/sitemap",
5399
6268
  "category": "SEO",
5400
6269
  "type": "community",
5401
6270
  "maintainers": [
6271
+ {
6272
+ "name": "Harlan Wilton",
6273
+ "github": "harlan-zw",
6274
+ "twitter": "harlan_zw",
6275
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6276
+ },
5402
6277
  {
5403
6278
  "name": "Nicolas PENNEC",
5404
6279
  "github": "NicoPennec",
@@ -5406,7 +6281,7 @@
5406
6281
  }
5407
6282
  ],
5408
6283
  "compatibility": {
5409
- "nuxt": "^2.0.0",
6284
+ "nuxt": "^3.0.0",
5410
6285
  "requires": {}
5411
6286
  }
5412
6287
  },
@@ -5440,7 +6315,7 @@
5440
6315
  "icon": "snipcart.png",
5441
6316
  "github": "https://github.com/nuxt-modules/snipcart",
5442
6317
  "website": "https://github.com/nuxt-modules/snipcart",
5443
- "learn_more": "https://snipcart.com",
6318
+ "learn_more": "",
5444
6319
  "category": "Ecommerce",
5445
6320
  "type": "community",
5446
6321
  "maintainers": [
@@ -5522,39 +6397,6 @@
5522
6397
  "requires": {}
5523
6398
  }
5524
6399
  },
5525
- {
5526
- "name": "speedkit",
5527
- "description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
5528
- "repo": "GrabarzUndPartner/nuxt-speedkit",
5529
- "npm": "nuxt-speedkit",
5530
- "icon": "speedkit.png",
5531
- "github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
5532
- "website": "https://nuxt-speedkit.grabarzundpartner.dev",
5533
- "learn_more": "",
5534
- "category": "Performance",
5535
- "type": "3rd-party",
5536
- "maintainers": [
5537
- {
5538
- "name": "Stephan Gerbeth",
5539
- "github": "StephanGerbeth",
5540
- "avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
5541
- },
5542
- {
5543
- "name": "Thorn Walli",
5544
- "github": "ThornWalli",
5545
- "avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
5546
- },
5547
- {
5548
- "name": "Grabarz & Partner",
5549
- "github": "GrabarzUndPartner",
5550
- "avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
5551
- }
5552
- ],
5553
- "compatibility": {
5554
- "nuxt": "^2.0.0",
5555
- "requires": {}
5556
- }
5557
- },
5558
6400
  {
5559
6401
  "name": "ssr-lit",
5560
6402
  "description": "",
@@ -5646,7 +6488,7 @@
5646
6488
  {
5647
6489
  "name": "storyblok",
5648
6490
  "description": "Storyblok Nuxt module",
5649
- "repo": "storyblok/storyblok-nuxt#master/lib",
6491
+ "repo": "storyblok/storyblok-nuxt#main",
5650
6492
  "npm": "@storyblok/nuxt",
5651
6493
  "icon": "storyblok.png",
5652
6494
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5846,29 +6688,6 @@
5846
6688
  "requires": {}
5847
6689
  }
5848
6690
  },
5849
- {
5850
- "name": "stylify",
5851
- "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
5852
- "repo": "stylify/packages#master/packages/nuxt",
5853
- "npm": "@stylify/nuxt",
5854
- "icon": "stylify.svg",
5855
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
5856
- "website": "https://stylifycss.com/docs/nuxt",
5857
- "learn_more": "https://stylifycss.com",
5858
- "category": "UI",
5859
- "type": "3rd-party",
5860
- "maintainers": [
5861
- {
5862
- "name": "Vladimír Macháček",
5863
- "github": "Machy8",
5864
- "twitter": "8machy"
5865
- }
5866
- ],
5867
- "compatibility": {
5868
- "nuxt": "^2.0.0 || ^3.0.0",
5869
- "requires": {}
5870
- }
5871
- },
5872
6691
  {
5873
6692
  "name": "supabase",
5874
6693
  "description": "First class integration with Supabase",
@@ -5991,6 +6810,30 @@
5991
6810
  "requires": {}
5992
6811
  }
5993
6812
  },
6813
+ {
6814
+ "name": "swiftsearch",
6815
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6816
+ "repo": "atoms-studio/nuxt-swiftsearch",
6817
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6818
+ "icon": "nuxt-swiftsearch.svg",
6819
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6820
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6821
+ "learn_more": "",
6822
+ "category": "Libraries",
6823
+ "type": "3rd-party",
6824
+ "maintainers": [
6825
+ {
6826
+ "name": "Matteo Rigoni",
6827
+ "github": "rigo-m",
6828
+ "twitter": "MatteoRigoni",
6829
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6830
+ }
6831
+ ],
6832
+ "compatibility": {
6833
+ "nuxt": "^3.10.0",
6834
+ "requires": {}
6835
+ }
6836
+ },
5994
6837
  {
5995
6838
  "name": "swiper",
5996
6839
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -6039,10 +6882,10 @@
6039
6882
  {
6040
6883
  "name": "tailwindcss",
6041
6884
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
6042
- "repo": "nuxt-modules/tailwindcss-module",
6885
+ "repo": "nuxt-modules/tailwindcss",
6043
6886
  "npm": "@nuxtjs/tailwindcss",
6044
6887
  "icon": "tailwindcss.png",
6045
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6888
+ "github": "https://github.com/nuxt-modules/tailwindcss",
6046
6889
  "website": "https://tailwindcss.nuxtjs.org",
6047
6890
  "learn_more": "https://tailwindcss.com/",
6048
6891
  "category": "UI",
@@ -6062,6 +6905,37 @@
6062
6905
  "nuxt": "^2.0.0 || ^3.0.0",
6063
6906
  "requires": {},
6064
6907
  "devtools": "^0.0.0"
6908
+ },
6909
+ "aliases": [
6910
+ "tailwind"
6911
+ ]
6912
+ },
6913
+ {
6914
+ "name": "test-utils",
6915
+ "description": "Test utilities for Nuxt",
6916
+ "repo": "nuxt/test-utils#main",
6917
+ "npm": "@nuxt/test-utils",
6918
+ "icon": "nuxt.svg",
6919
+ "github": "https://github.com/nuxt/test-utils",
6920
+ "website": "https://nuxt.com/docs/getting-started/testing",
6921
+ "learn_more": "",
6922
+ "category": "Devtools",
6923
+ "type": "official",
6924
+ "maintainers": [
6925
+ {
6926
+ "name": "Daniel Roe",
6927
+ "github": "danielroe",
6928
+ "twitter": "danielcroe"
6929
+ },
6930
+ {
6931
+ "name": "Anthony Fu",
6932
+ "github": "antfu",
6933
+ "twitter": "antfu7"
6934
+ }
6935
+ ],
6936
+ "compatibility": {
6937
+ "nuxt": "^3.0.0",
6938
+ "requires": {}
6065
6939
  }
6066
6940
  },
6067
6941
  {
@@ -6109,6 +6983,28 @@
6109
6983
  "requires": {}
6110
6984
  }
6111
6985
  },
6986
+ {
6987
+ "name": "tiptap",
6988
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6989
+ "repo": "modbender/nuxt-tiptap-editor",
6990
+ "npm": "nuxt-tiptap-editor",
6991
+ "icon": "tiptap.png",
6992
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6993
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6994
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6995
+ "category": "Libraries",
6996
+ "type": "3rd-party",
6997
+ "maintainers": [
6998
+ {
6999
+ "name": "modbender",
7000
+ "github": "modbender"
7001
+ }
7002
+ ],
7003
+ "compatibility": {
7004
+ "nuxt": "^3.0.0",
7005
+ "requires": {}
7006
+ }
7007
+ },
6112
7008
  {
6113
7009
  "name": "toast",
6114
7010
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6132,6 +7028,50 @@
6132
7028
  "requires": {}
6133
7029
  }
6134
7030
  },
7031
+ {
7032
+ "name": "tradingview",
7033
+ "description": "Use the TradingView Widgets in your Nuxt Application",
7034
+ "repo": "volkanakkus/nuxt-tradingview",
7035
+ "npm": "nuxt-tradingview",
7036
+ "icon": "tradingview.svg",
7037
+ "github": "https://github.com/volkanakkus/nuxt-tradingview",
7038
+ "website": "https://nuxt-tradingview.volkanakkus.com",
7039
+ "learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
7040
+ "category": "Extensions",
7041
+ "type": "3rd-party",
7042
+ "maintainers": [
7043
+ {
7044
+ "name": "Volkan Akkuş",
7045
+ "github": "volkanakkus"
7046
+ }
7047
+ ],
7048
+ "compatibility": {
7049
+ "nuxt": "^3.0.0",
7050
+ "requires": {}
7051
+ }
7052
+ },
7053
+ {
7054
+ "name": "translation-manager",
7055
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
7056
+ "repo": "samk-dev/nuxt-translation-manager",
7057
+ "npm": "nuxt-translation-manager",
7058
+ "icon": "translation-manager.png",
7059
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
7060
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
7061
+ "learn_more": "",
7062
+ "category": "Extensions",
7063
+ "type": "3rd-party",
7064
+ "maintainers": [
7065
+ {
7066
+ "name": "Sam K",
7067
+ "github": "samk-dev"
7068
+ }
7069
+ ],
7070
+ "compatibility": {
7071
+ "nuxt": "^3.0.0",
7072
+ "requires": {}
7073
+ }
7074
+ },
6135
7075
  {
6136
7076
  "name": "tresjs",
6137
7077
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6380,6 +7320,30 @@
6380
7320
  "requires": {}
6381
7321
  }
6382
7322
  },
7323
+ {
7324
+ "name": "typo3",
7325
+ "description": "TYPO3 Headless Frontend Rendering module",
7326
+ "repo": "TYPO3-Headless/nuxt-typo3",
7327
+ "npm": "@t3headless/nuxt-typo3",
7328
+ "icon": "typo3.svg",
7329
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7330
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7331
+ "learn_more": "https://github.com/TYPO3-Headless",
7332
+ "category": "CMS",
7333
+ "type": "3rd-party",
7334
+ "maintainers": [
7335
+ {
7336
+ "name": "Macopedia",
7337
+ "github": "macopedia",
7338
+ "twitter": "macopediapl"
7339
+ }
7340
+ ],
7341
+ "compatibility": {
7342
+ "nuxt": "^2.0.0 || ^3.0.0",
7343
+ "requires": {},
7344
+ "devtools": "^0.0.0"
7345
+ }
7346
+ },
6383
7347
  {
6384
7348
  "name": "ui",
6385
7349
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6437,28 +7401,6 @@
6437
7401
  }
6438
7402
  }
6439
7403
  },
6440
- {
6441
- "name": "unhead",
6442
- "description": "Experimental features for Nuxt SEO / head management.",
6443
- "repo": "harlan-zw/nuxt-seo-experiments",
6444
- "npm": "nuxt-seo-experiments",
6445
- "icon": "",
6446
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6447
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6448
- "learn_more": "",
6449
- "category": "SEO",
6450
- "type": "3rd-party",
6451
- "maintainers": [
6452
- {
6453
- "name": "harlan-zw",
6454
- "github": "harlan-zw"
6455
- }
6456
- ],
6457
- "compatibility": {
6458
- "nuxt": "^3.0.0",
6459
- "requires": {}
6460
- }
6461
- },
6462
7404
  {
6463
7405
  "name": "universal-storage",
6464
7406
  "description": "Universal Storage Utilities for Nuxt",
@@ -6490,7 +7432,7 @@
6490
7432
  {
6491
7433
  "name": "unlazy",
6492
7434
  "description": "Lazy loading library for placeholder images",
6493
- "repo": "johannschopplich/unlazy/packages/nuxt",
7435
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6494
7436
  "npm": "@unlazy/nuxt",
6495
7437
  "icon": "unlazy.svg",
6496
7438
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6509,41 +7451,15 @@
6509
7451
  "requires": {}
6510
7452
  }
6511
7453
  },
6512
- {
6513
- "name": "unlighthouse",
6514
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6515
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6516
- "npm": "@unlighthouse/nuxt",
6517
- "icon": "unlighthouse.svg",
6518
- "github": "https://github.com/harlan-zw/unlighthouse",
6519
- "website": "https://github.com/harlan-zw/unlighthouse",
6520
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6521
- "category": "Devtools",
6522
- "type": "3rd-party",
6523
- "maintainers": [
6524
- {
6525
- "name": "Harlan Wilton",
6526
- "github": "harlan-zw",
6527
- "twitter": "harlan_zw",
6528
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6529
- }
6530
- ],
6531
- "compatibility": {
6532
- "nuxt": "^2.0.0 || ^3.0.0",
6533
- "requires": {
6534
- "bridge": "optional"
6535
- }
6536
- }
6537
- },
6538
7454
  {
6539
7455
  "name": "unocss",
6540
7456
  "description": "The instant on-demand atomic CSS engine.",
6541
- "repo": "antfu/unocss#main/packages/nuxt",
7457
+ "repo": "unocss/unocss#main/packages/nuxt",
6542
7458
  "npm": "@unocss/nuxt",
6543
7459
  "icon": "unocss.svg",
6544
- "github": "https://github.com/antfu/unocss",
6545
- "website": "https://github.com/antfu/unocss",
6546
- "learn_more": "https://github.com/antfu/unocss",
7460
+ "github": "https://github.com/unocss/unocss",
7461
+ "website": "https://github.com/unocss/unocss",
7462
+ "learn_more": "https://github.com/unocss/unocss",
6547
7463
  "category": "UI",
6548
7464
  "type": "3rd-party",
6549
7465
  "maintainers": [
@@ -6569,8 +7485,8 @@
6569
7485
  "npm": "nuxt-ununura",
6570
7486
  "icon": "ununuracss.png",
6571
7487
  "github": "https://github.com/novout/ununuracss",
6572
- "website": "https://ununura.com/#/",
6573
- "learn_more": "https://ununura.com/#/docs/why",
7488
+ "website": "https://github.com/novout/ununuracss",
7489
+ "learn_more": "https://github.com/novout/ununuracss",
6574
7490
  "category": "UI",
6575
7491
  "type": "3rd-party",
6576
7492
  "maintainers": [
@@ -6585,6 +7501,28 @@
6585
7501
  "requires": {}
6586
7502
  }
6587
7503
  },
7504
+ {
7505
+ "name": "use-bootstrap",
7506
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7507
+ "repo": "simplise/use-bootstrap",
7508
+ "npm": "usebootstrap",
7509
+ "icon": "use-bootstrap.svg",
7510
+ "github": "https://github.com/simplise/use-bootstrap",
7511
+ "website": "https://usebootstrap.org/",
7512
+ "learn_more": "https://usebootstrap.org/",
7513
+ "category": "UI",
7514
+ "type": "3rd-party",
7515
+ "maintainers": [
7516
+ {
7517
+ "name": "KoujiSano",
7518
+ "github": "KoujiSano"
7519
+ }
7520
+ ],
7521
+ "compatibility": {
7522
+ "nuxt": "^3.0.0",
7523
+ "requires": {}
7524
+ }
7525
+ },
6588
7526
  {
6589
7527
  "name": "use-wagmi",
6590
7528
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6631,28 +7569,6 @@
6631
7569
  "requires": {}
6632
7570
  }
6633
7571
  },
6634
- {
6635
- "name": "validate",
6636
- "description": "Simple Nuxt input validation module using vee-validate",
6637
- "repo": "lewyuburi/nuxt-validate",
6638
- "npm": "nuxt-validate",
6639
- "icon": "vee-validate.png",
6640
- "github": "https://github.com/lewyuburi/nuxt-validate",
6641
- "website": "https://github.com/lewyuburi/nuxt-validate",
6642
- "learn_more": "https://logaretm.github.io/vee-validate/",
6643
- "category": "Libraries",
6644
- "type": "3rd-party",
6645
- "maintainers": [
6646
- {
6647
- "name": "lewyuburi",
6648
- "github": "lewyuburi"
6649
- }
6650
- ],
6651
- "compatibility": {
6652
- "nuxt": "^2.0.0",
6653
- "requires": {}
6654
- }
6655
- },
6656
7572
  {
6657
7573
  "name": "vant",
6658
7574
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6707,8 +7623,8 @@
6707
7623
  "repo": "samk-dev/nuxt-vcalendar",
6708
7624
  "npm": "@samk-dev/nuxt-vcalendar",
6709
7625
  "icon": "vcalendar.png",
6710
- "github": "https://github.com/samk-dev/vcalendar",
6711
- "website": "https://github.com/samk-dev/vcalendar",
7626
+ "github": "https://github.com/samk-dev/nuxt-vcalendar",
7627
+ "website": "https://github.com/samk-dev/nuxt-vcalendar",
6712
7628
  "learn_more": "",
6713
7629
  "category": "Libraries",
6714
7630
  "type": "3rd-party",
@@ -6841,42 +7757,15 @@
6841
7757
  "requires": {}
6842
7758
  }
6843
7759
  },
6844
- {
6845
- "name": "vitest",
6846
- "description": "Vitest integration with Nuxt",
6847
- "repo": "danielroe/nuxt-vitest",
6848
- "npm": "nuxt-vitest",
6849
- "icon": "vitest.svg",
6850
- "github": "https://github.com/danielroe/nuxt-vitest",
6851
- "website": "https://github.com/danielroe/nuxt-vitest",
6852
- "learn_more": "",
6853
- "category": "Devtools",
6854
- "type": "3rd-party",
6855
- "maintainers": [
6856
- {
6857
- "name": "Daniel Roe",
6858
- "github": "danielroe"
6859
- },
6860
- {
6861
- "name": "Anthony Fu",
6862
- "github": "antfu"
6863
- }
6864
- ],
6865
- "compatibility": {
6866
- "nuxt": "^3.0.0",
6867
- "requires": {},
6868
- "devtools": "^0.0.0"
6869
- }
6870
- },
6871
7760
  {
6872
7761
  "name": "vue-email",
6873
7762
  "description": "💌 Write email templates with vue",
6874
- "repo": "Dave136/vue-email#main/packages/vue-email",
6875
- "npm": "vue-email",
7763
+ "repo": "vue-email/nuxt",
7764
+ "npm": "@vue-email/nuxt",
6876
7765
  "icon": "vue-email.svg",
6877
- "github": "https://github.com/Dave136/vue-email",
6878
- "website": "https://www.vuemail.net/",
6879
- "learn_more": "https://vue-email.vercel.app/getting-started",
7766
+ "github": "https://github.com/vue-email/nuxt",
7767
+ "website": "https://vuemail.net/",
7768
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6880
7769
  "category": "UI",
6881
7770
  "type": "3rd-party",
6882
7771
  "maintainers": [
@@ -6899,6 +7788,29 @@
6899
7788
  "devtools": "^0.0.0"
6900
7789
  }
6901
7790
  },
7791
+ {
7792
+ "name": "vue-final-modal",
7793
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7794
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7795
+ "npm": "@vue-final-modal/nuxt",
7796
+ "icon": "vue-final-modal.svg",
7797
+ "github": "https://github.com/vue-final/vue-final-modal",
7798
+ "website": "https://vue-final-modal.org/",
7799
+ "learn_more": "https://vue-final-modal.org/",
7800
+ "category": "UI",
7801
+ "type": "3rd-party",
7802
+ "maintainers": [
7803
+ {
7804
+ "name": "Hunter Liu",
7805
+ "github": "hunterliu1003",
7806
+ "twitter": "hunterliu1003"
7807
+ }
7808
+ ],
7809
+ "compatibility": {
7810
+ "nuxt": "^3.0.0",
7811
+ "requires": {}
7812
+ }
7813
+ },
6902
7814
  {
6903
7815
  "name": "vue-macros",
6904
7816
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6974,7 +7886,7 @@
6974
7886
  "description": "Plausible analytics for Vue.js and Nuxt",
6975
7887
  "repo": "moritzsternemann/vue-plausible",
6976
7888
  "npm": "vue-plausible",
6977
- "icon": "plausible.png",
7889
+ "icon": "plausible.svg",
6978
7890
  "github": "https://github.com/moritzsternemann/vue-plausible",
6979
7891
  "website": "https://github.com/moritzsternemann/vue-plausible",
6980
7892
  "learn_more": "",
@@ -6994,7 +7906,7 @@
6994
7906
  {
6995
7907
  "name": "vue-query",
6996
7908
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6997
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7909
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6998
7910
  "npm": "@hebilicious/vue-query-nuxt",
6999
7911
  "icon": "vue-query.svg",
7000
7912
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7091,7 +8003,7 @@
7091
8003
  "npm": "vue3-carousel-nuxt",
7092
8004
  "icon": "",
7093
8005
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7094
- "website": "",
8006
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7095
8007
  "learn_more": "",
7096
8008
  "category": "UI",
7097
8009
  "type": "3rd-party",
@@ -7110,7 +8022,7 @@
7110
8022
  {
7111
8023
  "name": "vuefire",
7112
8024
  "description": "Idiomatic composables for the Firebase SDK",
7113
- "repo": "vuejs/vuefire/packages/nuxt",
8025
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7114
8026
  "npm": "nuxt-vuefire",
7115
8027
  "icon": "vuefire.svg",
7116
8028
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7129,6 +8041,52 @@
7129
8041
  "requires": {}
7130
8042
  }
7131
8043
  },
8044
+ {
8045
+ "name": "vueform-builder",
8046
+ "description": "Official Vueform Builder module for Nuxt",
8047
+ "repo": "vueform/builder#main/nuxt",
8048
+ "npm": "@vueform/builder-nuxt",
8049
+ "icon": "vueform.svg",
8050
+ "github": "https://github.com/vueform/builder",
8051
+ "website": "https://builder.vueform.com",
8052
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
8053
+ "category": "Libraries",
8054
+ "type": "3rd-party",
8055
+ "maintainers": [
8056
+ {
8057
+ "name": "Adam Berecz",
8058
+ "github": "adamberecz",
8059
+ "twitter": "bereczadam"
8060
+ }
8061
+ ],
8062
+ "compatibility": {
8063
+ "nuxt": "^3.0.0",
8064
+ "requires": {}
8065
+ }
8066
+ },
8067
+ {
8068
+ "name": "vueform",
8069
+ "description": "Official Vueform module for Nuxt",
8070
+ "repo": "vueform/vueform#main/nuxt",
8071
+ "npm": "@vueform/nuxt",
8072
+ "icon": "vueform.svg",
8073
+ "github": "https://github.com/vueform/vueform",
8074
+ "website": "https://vueform.com",
8075
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
8076
+ "category": "Libraries",
8077
+ "type": "3rd-party",
8078
+ "maintainers": [
8079
+ {
8080
+ "name": "Adam Berecz",
8081
+ "github": "adamberecz",
8082
+ "twitter": "bereczadam"
8083
+ }
8084
+ ],
8085
+ "compatibility": {
8086
+ "nuxt": "^3.0.0",
8087
+ "requires": {}
8088
+ }
8089
+ },
7132
8090
  {
7133
8091
  "name": "vuestic",
7134
8092
  "description": "Vuestic UI module for Nuxt",
@@ -7136,8 +8094,8 @@
7136
8094
  "npm": "@vuestic/nuxt",
7137
8095
  "icon": "vuestic.png",
7138
8096
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7139
- "website": "https://vuestic.dev",
7140
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
8097
+ "website": "https://ui.vuestic.dev",
8098
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7141
8099
  "category": "UI",
7142
8100
  "type": "3rd-party",
7143
8101
  "maintainers": [
@@ -7158,8 +8116,8 @@
7158
8116
  "npm": "vuetify-nuxt-module",
7159
8117
  "icon": "vuetify-logo-v3-dark.svg",
7160
8118
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7161
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7162
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
8119
+ "website": "https://vuetify-nuxt-module.netlify.app/",
8120
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7163
8121
  "category": "UI",
7164
8122
  "type": "3rd-party",
7165
8123
  "maintainers": [
@@ -7404,7 +8362,7 @@
7404
8362
  "icon": "webpack.png",
7405
8363
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7406
8364
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7407
- "learn_more": "http://webpackmonitor.com/",
8365
+ "learn_more": "",
7408
8366
  "category": "Devtools",
7409
8367
  "type": "community",
7410
8368
  "maintainers": [
@@ -7470,11 +8428,11 @@
7470
8428
  {
7471
8429
  "name": "windicss",
7472
8430
  "description": "Next generation utility-first CSS framework.",
7473
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8431
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7474
8432
  "npm": "nuxt-windicss",
7475
8433
  "icon": "windicss.svg",
7476
- "github": "https://github.com/windicss/nuxt-windicss-module",
7477
- "website": "https://github.com/windicss/nuxt-windicss-module",
8434
+ "github": "https://github.com/windicss/nuxt-windicss",
8435
+ "website": "https://github.com/windicss/nuxt-windicss",
7478
8436
  "learn_more": "https://windicss.org/",
7479
8437
  "category": "UI",
7480
8438
  "type": "3rd-party",