@nuxt/modules 0.6.0-29b387 → 0.6.0-29f5dd

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 +1058 -329
  2. package/package.json +4 -1
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",
@@ -353,6 +353,28 @@
353
353
  "requires": {}
354
354
  }
355
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
+ },
356
378
  {
357
379
  "name": "auth",
358
380
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -734,10 +756,10 @@
734
756
  "description": "Privacy-first, end-to-end encrypted analytics",
735
757
  "repo": "chiffre-io/nuxt-chiffre",
736
758
  "npm": "nuxt-chiffre",
737
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
738
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
739
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
740
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
741
763
  "category": "Analytics",
742
764
  "type": "3rd-party",
743
765
  "maintainers": [
@@ -1316,6 +1338,28 @@
1316
1338
  "requires": {}
1317
1339
  }
1318
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
+ },
1319
1363
  {
1320
1364
  "name": "dotenv",
1321
1365
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1389,8 @@
1345
1389
  "npm": "nuxtjs-drupal-ce",
1346
1390
  "icon": "drupal-ce.png",
1347
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "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",
1350
1394
  "category": "CMS",
1351
1395
  "type": "3rd-party",
1352
1396
  "maintainers": [
@@ -1361,13 +1405,13 @@
1361
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1406
  },
1363
1407
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "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"
1367
1411
  }
1368
1412
  ],
1369
1413
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1415
  "requires": {}
1372
1416
  }
1373
1417
  },
@@ -1393,6 +1437,29 @@
1393
1437
  "requires": {}
1394
1438
  }
1395
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
+ },
1396
1463
  {
1397
1464
  "name": "electron",
1398
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1511,6 +1578,29 @@
1511
1578
  "requires": {}
1512
1579
  }
1513
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
+ },
1514
1604
  {
1515
1605
  "name": "fathom",
1516
1606
  "description": "Fathom analytics for Nuxt",
@@ -1711,10 +1801,33 @@
1711
1801
  "requires": {}
1712
1802
  }
1713
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
+ },
1714
1827
  {
1715
1828
  "name": "form-actions",
1716
1829
  "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",
1830
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1718
1831
  "npm": "@hebilicious/form-actions-nuxt",
1719
1832
  "icon": "form-actions.svg",
1720
1833
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1742,7 +1855,7 @@
1742
1855
  "icon": "formkit.png",
1743
1856
  "github": "https://github.com/formkit/formkit",
1744
1857
  "website": "https://formkit.com",
1745
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1858
+ "learn_more": "https://formkit.com/getting-started/installation",
1746
1859
  "category": "Libraries",
1747
1860
  "type": "3rd-party",
1748
1861
  "maintainers": [
@@ -1955,7 +2068,7 @@
1955
2068
  "icon": "graphql-client.svg",
1956
2069
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1957
2070
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1958
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2071
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1959
2072
  "category": "Request",
1960
2073
  "type": "3rd-party",
1961
2074
  "maintainers": [
@@ -2016,7 +2129,7 @@
2016
2129
  },
2017
2130
  {
2018
2131
  "name": "gtag",
2019
- "description": "Google Analytics integration for Nuxt",
2132
+ "description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
2020
2133
  "repo": "johannschopplich/nuxt-gtag",
2021
2134
  "npm": "nuxt-gtag",
2022
2135
  "icon": "gtag.svg",
@@ -2239,6 +2352,28 @@
2239
2352
  "requires": {}
2240
2353
  }
2241
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
+ },
2242
2377
  {
2243
2378
  "name": "html-minifier",
2244
2379
  "description": "Minify the html for each request served by nuxt server (nuxt start)",
@@ -2344,8 +2479,8 @@
2344
2479
  "npm": "@nuxtjs/i18n",
2345
2480
  "icon": "i18n.png",
2346
2481
  "github": "https://github.com/nuxt-modules/i18n",
2347
- "website": "https://v8.i18n.nuxtjs.org",
2348
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2482
+ "website": "https://i18n.nuxtjs.org",
2483
+ "learn_more": "https://vue-i18n.intlify.dev/",
2349
2484
  "category": "Extensions",
2350
2485
  "type": "community",
2351
2486
  "maintainers": [
@@ -2356,6 +2491,10 @@
2356
2491
  {
2357
2492
  "name": "Kazuya Kawaguchi",
2358
2493
  "github": "kazupon"
2494
+ },
2495
+ {
2496
+ "name": "Bobbie Goede",
2497
+ "github": "BobbieGoede"
2359
2498
  }
2360
2499
  ],
2361
2500
  "compatibility": {
@@ -2385,6 +2524,29 @@
2385
2524
  "requires": {}
2386
2525
  }
2387
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
+ },
2388
2550
  {
2389
2551
  "name": "icon",
2390
2552
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2489,10 +2651,6 @@
2489
2651
  "nuxt": "^2.0.0 || ^3.0.0",
2490
2652
  "requires": {
2491
2653
  "bridge": "optional"
2492
- },
2493
- "versionMap": {
2494
- "2.x": "latest",
2495
- "3.x": "rc"
2496
2654
  }
2497
2655
  }
2498
2656
  },
@@ -2632,6 +2790,34 @@
2632
2790
  "requires": {}
2633
2791
  }
2634
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
+ },
2635
2821
  {
2636
2822
  "name": "kql",
2637
2823
  "description": "Nuxt module for Kirby's Query Language API",
@@ -2639,7 +2825,7 @@
2639
2825
  "npm": "nuxt-kql",
2640
2826
  "icon": "kql.svg",
2641
2827
  "github": "https://github.com/johannschopplich/nuxt-kql",
2642
- "website": "https://nuxt-kql.jhnn.dev",
2828
+ "website": "https://nuxt-kql.byjohann.dev/",
2643
2829
  "learn_more": "",
2644
2830
  "category": "CMS",
2645
2831
  "type": "3rd-party",
@@ -2700,6 +2886,28 @@
2700
2886
  "requires": {}
2701
2887
  }
2702
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
+ },
2703
2911
  {
2704
2912
  "name": "laravel",
2705
2913
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2746,7 +2954,7 @@
2746
2954
  },
2747
2955
  {
2748
2956
  "name": "link-checker",
2749
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2957
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2750
2958
  "repo": "harlan-zw/nuxt-link-checker",
2751
2959
  "npm": "nuxt-link-checker",
2752
2960
  "icon": "link-checker.svg",
@@ -2915,10 +3123,10 @@
2915
3123
  {
2916
3124
  "name": "magic-regexp",
2917
3125
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2918
- "repo": "danielroe/magic-regexp",
3126
+ "repo": "unjs/magic-regexp",
2919
3127
  "npm": "magic-regexp",
2920
3128
  "icon": "magic-regexp.svg",
2921
- "github": "https://github.com/danielroe/magic-regexp",
3129
+ "github": "https://github.com/unjs/magic-regexp",
2922
3130
  "website": "https://magic-regexp.roe.dev",
2923
3131
  "learn_more": "https://magic-regexp.roe.dev",
2924
3132
  "category": "Libraries",
@@ -2935,6 +3143,29 @@
2935
3143
  "requires": {}
2936
3144
  }
2937
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
+ },
2938
3169
  {
2939
3170
  "name": "markdownit",
2940
3171
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2958,6 +3189,30 @@
2958
3189
  "requires": {}
2959
3190
  }
2960
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
+ },
2961
3216
  {
2962
3217
  "name": "matomo",
2963
3218
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2983,14 +3238,14 @@
2983
3238
  {
2984
3239
  "name": "maz-ui",
2985
3240
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
2986
- "repo": "louismazel/maz-ui",
2987
- "npm": "maz-ui",
3241
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3242
+ "npm": "nuxt-module",
2988
3243
  "icon": "maz-ui.png",
2989
3244
  "github": "https://github.com/louismazel/maz-ui",
2990
- "website": "https://louismazel.github.io/maz-ui-3/",
2991
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3245
+ "website": "https://maz-ui.com/",
3246
+ "learn_more": "https://maz-ui.com/guide/nuxt",
2992
3247
  "category": "UI",
2993
- "type": "community",
3248
+ "type": "3rd-party",
2994
3249
  "maintainers": [
2995
3250
  {
2996
3251
  "name": "Loïc Mazuel",
@@ -3098,28 +3353,6 @@
3098
3353
  "requires": {}
3099
3354
  }
3100
3355
  },
3101
- {
3102
- "name": "mobile",
3103
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3104
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3105
- "npm": "nuxt-mobile",
3106
- "icon": "",
3107
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3108
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3109
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3110
- "category": "Extensions",
3111
- "type": "3rd-party",
3112
- "maintainers": [
3113
- {
3114
- "name": "ChanningDefoe",
3115
- "github": "ChanningDefoe"
3116
- }
3117
- ],
3118
- "compatibility": {
3119
- "nuxt": "^2.0.0",
3120
- "requires": {}
3121
- }
3122
- },
3123
3356
  {
3124
3357
  "name": "module-feed",
3125
3358
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3170,28 +3403,6 @@
3170
3403
  "requires": {}
3171
3404
  }
3172
3405
  },
3173
- {
3174
- "name": "mq",
3175
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3176
- "repo": "vanhoofmaarten/nuxt-mq",
3177
- "npm": "nuxt-mq",
3178
- "icon": "",
3179
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3180
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3181
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3182
- "category": "Libraries",
3183
- "type": "3rd-party",
3184
- "maintainers": [
3185
- {
3186
- "name": "vanhoofmaarten",
3187
- "github": "vanhoofmaarten"
3188
- }
3189
- ],
3190
- "compatibility": {
3191
- "nuxt": "^2.0.0",
3192
- "requires": {}
3193
- }
3194
- },
3195
3406
  {
3196
3407
  "name": "neo",
3197
3408
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3262,12 +3473,12 @@
3262
3473
  {
3263
3474
  "name": "netlify",
3264
3475
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3265
- "repo": "bazzite/nuxt-netlify",
3476
+ "repo": "juliomrqz/nuxt-netlify",
3266
3477
  "npm": "@aceforth/nuxt-netlify",
3267
3478
  "icon": "netlify.png",
3268
- "github": "https://github.com/bazzite/nuxt-netlify",
3269
- "website": "https://marquez.co/docs/nuxt-netlify/",
3270
- "learn_more": "",
3479
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3480
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3481
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3271
3482
  "category": "Deployment",
3272
3483
  "type": "3rd-party",
3273
3484
  "maintainers": [
@@ -3376,24 +3587,48 @@
3376
3587
  }
3377
3588
  },
3378
3589
  {
3379
- "name": "nuxt-auth",
3380
- "description": "",
3381
- "repo": "sidebase/nuxt-auth",
3382
- "npm": "@sidebase/nuxt-auth",
3383
- "icon": "",
3384
- "github": "https://github.com/sidebase/nuxt-auth",
3385
- "website": "https://github.com/sidebase/nuxt-auth",
3386
- "learn_more": "",
3387
- "category": "Devtools",
3590
+ "name": "nuxt-asciidoc",
3591
+ "description": "Transformer for using asciidoc in nuxt",
3592
+ "repo": "Chris2011/nuxt-asciidoc",
3593
+ "npm": "nuxt-asciidoc",
3594
+ "icon": "nuxt-asciidoc.svg",
3595
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3596
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3597
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3598
+ "category": "Extensions",
3388
3599
  "type": "3rd-party",
3389
3600
  "maintainers": [
3390
3601
  {
3391
- "name": "sidebase",
3392
- "github": "sidebase"
3602
+ "name": "Christian Lenz",
3603
+ "github": "Chris2011",
3604
+ "twitter": "Chrizzly42"
3393
3605
  }
3394
3606
  ],
3395
3607
  "compatibility": {
3396
- "nuxt": "^2.0.0",
3608
+ "nuxt": "^3.0.0",
3609
+ "requires": {}
3610
+ }
3611
+ },
3612
+ {
3613
+ "name": "nuxt-auth-sanctum",
3614
+ "description": "Nuxt module for Laravel Sanctum authentication",
3615
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3616
+ "npm": "nuxt-auth-sanctum",
3617
+ "icon": "laravel.svg",
3618
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3619
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3620
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3621
+ "category": "Security",
3622
+ "type": "3rd-party",
3623
+ "maintainers": [
3624
+ {
3625
+ "name": "Artem Manchenkov",
3626
+ "github": "manchenkoff",
3627
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3628
+ }
3629
+ ],
3630
+ "compatibility": {
3631
+ "nuxt": "^3.9.0",
3397
3632
  "requires": {}
3398
3633
  }
3399
3634
  },
@@ -3419,6 +3654,28 @@
3419
3654
  "requires": {}
3420
3655
  }
3421
3656
  },
3657
+ {
3658
+ "name": "nuxt-bezier",
3659
+ "description": "Reusable transition components",
3660
+ "repo": "50rayn/nuxt-bezier",
3661
+ "npm": "nuxt-bezier",
3662
+ "icon": "nuxt-bezier.png",
3663
+ "github": "https://github.com/50rayn/nuxt-bezier",
3664
+ "website": "https://github.com/50rayn/nuxt-bezier",
3665
+ "learn_more": "https://github.com/Noction/vue-bezier",
3666
+ "category": "UI",
3667
+ "type": "3rd-party",
3668
+ "maintainers": [
3669
+ {
3670
+ "name": "Soryn Gitlan",
3671
+ "github": "50rayn"
3672
+ }
3673
+ ],
3674
+ "compatibility": {
3675
+ "nuxt": "^3.0.0",
3676
+ "requires": {}
3677
+ }
3678
+ },
3422
3679
  {
3423
3680
  "name": "nuxt-bootstrap-icons",
3424
3681
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3463,6 +3720,28 @@
3463
3720
  "requires": {}
3464
3721
  }
3465
3722
  },
3723
+ {
3724
+ "name": "nuxt-cookie-consent",
3725
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3726
+ "repo": "weareheavy/nuxt-cookie-consent",
3727
+ "npm": "@weareheavy/nuxt-cookie-consent",
3728
+ "icon": "wah.svg",
3729
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3730
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3731
+ "learn_more": "",
3732
+ "category": "Extensions",
3733
+ "type": "3rd-party",
3734
+ "maintainers": [
3735
+ {
3736
+ "name": "weareheavy",
3737
+ "github": "weareheavy"
3738
+ }
3739
+ ],
3740
+ "compatibility": {
3741
+ "nuxt": "^3.0.0",
3742
+ "requires": {}
3743
+ }
3744
+ },
3466
3745
  {
3467
3746
  "name": "nuxt-facebook-chat",
3468
3747
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3489,6 +3768,28 @@
3489
3768
  "requires": {}
3490
3769
  }
3491
3770
  },
3771
+ {
3772
+ "name": "nuxt-feather-icons",
3773
+ "description": "The Feather Icons in Nuxt 3.",
3774
+ "repo": "4sllan/nuxt-feather-icons",
3775
+ "npm": "nuxt-feather-icons",
3776
+ "icon": "nuxt-feather-icons.png",
3777
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3778
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3779
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3780
+ "category": "UI",
3781
+ "type": "3rd-party",
3782
+ "maintainers": [
3783
+ {
3784
+ "name": "4sllan",
3785
+ "github": "4sllan"
3786
+ }
3787
+ ],
3788
+ "compatibility": {
3789
+ "nuxt": "^3.0.0",
3790
+ "requires": {}
3791
+ }
3792
+ },
3492
3793
  {
3493
3794
  "name": "nuxt-feedme",
3494
3795
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3518,7 +3819,7 @@
3518
3819
  "npm": "nuxt-graphql-middleware",
3519
3820
  "icon": "nuxt-graphql-middleware.svg",
3520
3821
  "github": "https://github.com/dulnan/nuxt-graphql-middleware",
3521
- "website": "https://nuxt-graphql-middleware.dulnan.net",
3822
+ "website": "https://github.com/dulnan/nuxt-graphql-middleware",
3522
3823
  "learn_more": "",
3523
3824
  "category": "Request",
3524
3825
  "type": "3rd-party",
@@ -3576,7 +3877,7 @@
3576
3877
  "maintainers": [
3577
3878
  {
3578
3879
  "name": "Zadig&Voltaire Team",
3579
- "github": "https://github.com/zadigetvoltaire"
3880
+ "github": "zadigetvoltaire"
3580
3881
  }
3581
3882
  ],
3582
3883
  "compatibility": {
@@ -3610,15 +3911,37 @@
3610
3911
  }
3611
3912
  },
3612
3913
  {
3613
- "name": "nuxt-jsonld",
3614
- "description": "Manage JSON-LD in Vue component.",
3615
- "repo": "ymmooot/nuxt-jsonld",
3616
- "npm": "nuxt-jsonld",
3914
+ "name": "nuxt-interpolation",
3915
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3916
+ "repo": "daliborgogic/nuxt-interpolation#master",
3917
+ "npm": "nuxt-interpolation",
3617
3918
  "icon": "",
3618
- "github": "https://github.com/ymmooot/nuxt-jsonld",
3619
- "website": "https://github.com/ymmooot/nuxt-jsonld",
3919
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3920
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3620
3921
  "learn_more": "",
3621
- "category": "SEO",
3922
+ "category": "Devtools",
3923
+ "type": "3rd-party",
3924
+ "maintainers": [
3925
+ {
3926
+ "name": "daliborgogic",
3927
+ "github": "daliborgogic"
3928
+ }
3929
+ ],
3930
+ "compatibility": {
3931
+ "nuxt": "^2.0.0",
3932
+ "requires": {}
3933
+ }
3934
+ },
3935
+ {
3936
+ "name": "nuxt-jsonld",
3937
+ "description": "Manage JSON-LD in Vue component.",
3938
+ "repo": "ymmooot/nuxt-jsonld",
3939
+ "npm": "nuxt-jsonld",
3940
+ "icon": "",
3941
+ "github": "https://github.com/ymmooot/nuxt-jsonld",
3942
+ "website": "https://github.com/ymmooot/nuxt-jsonld",
3943
+ "learn_more": "",
3944
+ "category": "SEO",
3622
3945
  "type": "3rd-party",
3623
3946
  "maintainers": [
3624
3947
  {
@@ -3638,8 +3961,8 @@
3638
3961
  "npm": "@nuxtus/nuxt-localtunnel",
3639
3962
  "icon": "nuxt-localtunnel.svg",
3640
3963
  "github": "https://github.com/nuxtus/localtunnel",
3641
- "website": "https://nuxtus.com",
3642
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3964
+ "website": "https://docs.nuxtus.com",
3965
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3643
3966
  "category": "Devtools",
3644
3967
  "type": "3rd-party",
3645
3968
  "maintainers": [
@@ -3677,6 +4000,28 @@
3677
4000
  "requires": {}
3678
4001
  }
3679
4002
  },
4003
+ {
4004
+ "name": "nuxt-mail",
4005
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
4006
+ "repo": "dword-design/nuxt-mail",
4007
+ "npm": "nuxt-mail",
4008
+ "icon": "",
4009
+ "github": "https://github.com/dword-design/nuxt-mail",
4010
+ "website": "https://github.com/dword-design/nuxt-mail",
4011
+ "learn_more": "",
4012
+ "category": "Extensions",
4013
+ "type": "3rd-party",
4014
+ "maintainers": [
4015
+ {
4016
+ "name": "Sebastian Landwehr",
4017
+ "github": "dword-design"
4018
+ }
4019
+ ],
4020
+ "compatibility": {
4021
+ "nuxt": "^2.0.0 || ^3.0.0",
4022
+ "requires": {}
4023
+ }
4024
+ },
3680
4025
  {
3681
4026
  "name": "nuxt-mapbox",
3682
4027
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3766,6 +4111,101 @@
3766
4111
  "devtools": "^0.0.0"
3767
4112
  }
3768
4113
  },
4114
+ {
4115
+ "name": "nuxt-oidc-auth",
4116
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4117
+ "repo": "itpropro/nuxt-oidc-auth",
4118
+ "npm": "nuxt-oidc-auth",
4119
+ "icon": "",
4120
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4121
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4122
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4123
+ "category": "Security",
4124
+ "type": "3rd-party",
4125
+ "maintainers": [
4126
+ {
4127
+ "name": "Jan-Henrik Damaschke",
4128
+ "github": "itpropro",
4129
+ "twitter": "jandamaschke"
4130
+ }
4131
+ ],
4132
+ "compatibility": {
4133
+ "nuxt": "^3.0.0",
4134
+ "requires": {}
4135
+ }
4136
+ },
4137
+ {
4138
+ "name": "nuxt-openapi-docs-module",
4139
+ "description": "Generate pages from OpenAPI specifications",
4140
+ "repo": "on-org/nuxt-openapi-docs-module",
4141
+ "npm": "nuxt-openapi-docs-module",
4142
+ "icon": "nuxt-openapi-docs-module.png",
4143
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4144
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4145
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4146
+ "category": "Libraries",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "Pavel Kuzmin",
4151
+ "github": "s00d"
4152
+ }
4153
+ ],
4154
+ "compatibility": {
4155
+ "nuxt": "^3.0.0",
4156
+ "requires": {}
4157
+ }
4158
+ },
4159
+ {
4160
+ "name": "nuxt-openid-connect",
4161
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4162
+ "repo": "aborn/nuxt-openid-connect",
4163
+ "npm": "nuxt-openid-connect",
4164
+ "icon": "",
4165
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4166
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4167
+ "learn_more": "",
4168
+ "category": "Security",
4169
+ "type": "3rd-party",
4170
+ "maintainers": [
4171
+ {
4172
+ "name": "Aborn Jiang",
4173
+ "github": "aborn"
4174
+ },
4175
+ {
4176
+ "name": "Khaled Almana",
4177
+ "github": "KhaledAlMana"
4178
+ }
4179
+ ],
4180
+ "compatibility": {
4181
+ "nuxt": "^3.0.0",
4182
+ "requires": {},
4183
+ "devtools": "^0.0.0"
4184
+ }
4185
+ },
4186
+ {
4187
+ "name": "nuxt-payload-analyzer",
4188
+ "description": "Analyze Nuxt Payload Size",
4189
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4190
+ "npm": "nuxt-payload-analyzer",
4191
+ "icon": "",
4192
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4193
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4194
+ "learn_more": "",
4195
+ "category": "Performance",
4196
+ "type": "3rd-party",
4197
+ "maintainers": [
4198
+ {
4199
+ "name": "Barbapapazes",
4200
+ "github": "Barbapapazes",
4201
+ "twitter": "soubiran_"
4202
+ }
4203
+ ],
4204
+ "compatibility": {
4205
+ "nuxt": "^3.0.0",
4206
+ "requires": {}
4207
+ }
4208
+ },
3769
4209
  {
3770
4210
  "name": "nuxt-pdf",
3771
4211
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3796,8 +4236,8 @@
3796
4236
  "npm": "nuxt-phosphor-icons",
3797
4237
  "icon": "phosphor-icons.svg",
3798
4238
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3799
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3800
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4239
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4240
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3801
4241
  "category": "UI",
3802
4242
  "type": "3rd-party",
3803
4243
  "maintainers": [
@@ -3904,6 +4344,28 @@
3904
4344
  "requires": {}
3905
4345
  }
3906
4346
  },
4347
+ {
4348
+ "name": "nuxt-posthog",
4349
+ "description": "Integrate PostHog into your application with minimal configuration",
4350
+ "repo": "mitjans/nuxt-posthog",
4351
+ "npm": "nuxt-posthog",
4352
+ "icon": "posthog.svg",
4353
+ "github": "https://github.com/mitjans/nuxt-posthog",
4354
+ "website": "https://nuxt-posthog.cmitjans.dev",
4355
+ "learn_more": "https://posthog.com",
4356
+ "category": "Analytics",
4357
+ "type": "3rd-party",
4358
+ "maintainers": [
4359
+ {
4360
+ "name": "Carles Mitjans",
4361
+ "github": "mitjans"
4362
+ }
4363
+ ],
4364
+ "compatibility": {
4365
+ "nuxt": "^3.0.0",
4366
+ "requires": {}
4367
+ }
4368
+ },
3907
4369
  {
3908
4370
  "name": "nuxt-smartlook",
3909
4371
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3928,6 +4390,28 @@
3928
4390
  "requires": {}
3929
4391
  }
3930
4392
  },
4393
+ {
4394
+ "name": "nuxt-social-share",
4395
+ "description": "Simple Social Sharing for Nuxt",
4396
+ "repo": "stefanobartoletti/nuxt-social-share",
4397
+ "npm": "@stefanobartoletti/nuxt-social-share",
4398
+ "icon": "nuxt-social-share.png",
4399
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4400
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4401
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4402
+ "category": "Extensions",
4403
+ "type": "3rd-party",
4404
+ "maintainers": [
4405
+ {
4406
+ "name": "stefanobartoletti",
4407
+ "github": "stefanobartoletti"
4408
+ }
4409
+ ],
4410
+ "compatibility": {
4411
+ "nuxt": "^3.0.0",
4412
+ "requires": {}
4413
+ }
4414
+ },
3931
4415
  {
3932
4416
  "name": "ssr-lit",
3933
4417
  "description": "Server-Side Rendering for Lit Element components",
@@ -3961,7 +4445,7 @@
3961
4445
  "description": "WebStorm & PHPStorm support for Nuxt components",
3962
4446
  "repo": "fumeapp/nuxt-storm",
3963
4447
  "npm": "nuxt-storm",
3964
- "icon": "nuxt-storm.png",
4448
+ "icon": "",
3965
4449
  "github": "https://github.com/fumeapp/nuxt-storm",
3966
4450
  "website": "https://github.com/fumeapp/nuxt-storm",
3967
4451
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3978,6 +4462,30 @@
3978
4462
  "requires": {}
3979
4463
  }
3980
4464
  },
4465
+ {
4466
+ "name": "nuxt-svgo-loader",
4467
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4468
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4469
+ "npm": "nuxt-svgo-loader",
4470
+ "icon": "",
4471
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4472
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4473
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4474
+ "category": "Images",
4475
+ "type": "3rd-party",
4476
+ "maintainers": [
4477
+ {
4478
+ "name": "Alex Liu",
4479
+ "github": "Mini-ghost",
4480
+ "twitter": "Minighost_Alex"
4481
+ }
4482
+ ],
4483
+ "compatibility": {
4484
+ "nuxt": "^3.0.0",
4485
+ "requires": {},
4486
+ "devtools": "^0.0.0"
4487
+ }
4488
+ },
3981
4489
  {
3982
4490
  "name": "nuxt-svgo",
3983
4491
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4022,28 +4530,6 @@
4022
4530
  "requires": {}
4023
4531
  }
4024
4532
  },
4025
- {
4026
- "name": "nuxt-use-motion",
4027
- "description": "A Nuxt module putting your components in motion",
4028
- "repo": "Tahul/nuxt-use-motion",
4029
- "npm": "nuxt-use-motion",
4030
- "icon": "nuxt-use-motion.svg",
4031
- "github": "https://github.com/Tahul/nuxt-use-motion",
4032
- "website": "https://github.com/Tahul/nuxt-use-motion",
4033
- "learn_more": "https://github.com/vueuse/motion",
4034
- "category": "Libraries",
4035
- "type": "3rd-party",
4036
- "maintainers": [
4037
- {
4038
- "name": "Tahul",
4039
- "github": "Tahul"
4040
- }
4041
- ],
4042
- "compatibility": {
4043
- "nuxt": "^2.0.0",
4044
- "requires": {}
4045
- }
4046
- },
4047
4533
  {
4048
4534
  "name": "nuxt-use-sound",
4049
4535
  "description": "A Nuxt module for playing sound effects.",
@@ -4113,20 +4599,42 @@
4113
4599
  }
4114
4600
  },
4115
4601
  {
4116
- "name": "nuxt-vuetify",
4117
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4118
- "repo": "invictus-codes/nuxt-vuetify",
4119
- "npm": "@invictus.codes/nuxt-vuetify",
4120
- "icon": "vuetify-logo-v3-dark.svg",
4121
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4122
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4123
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4124
- "category": "UI",
4602
+ "name": "nuxt-zod-i18n",
4603
+ "description": "A Nuxt Module for localizing zod error messages.",
4604
+ "repo": "xibman/nuxt-zod-i18n",
4605
+ "npm": "nuxt-zod-i18n",
4606
+ "icon": "nuxt-zod-i18n.svg",
4607
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4608
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4609
+ "learn_more": "",
4610
+ "category": "Libraries",
4611
+ "type": "3rd-party",
4612
+ "maintainers": [
4613
+ {
4614
+ "name": "xibman",
4615
+ "github": "xibman"
4616
+ }
4617
+ ],
4618
+ "compatibility": {
4619
+ "nuxt": "^3.0.0",
4620
+ "requires": {}
4621
+ }
4622
+ },
4623
+ {
4624
+ "name": "nuxt3-interpolation",
4625
+ "description": "",
4626
+ "repo": "daliborgogic/interpolation#master",
4627
+ "npm": "nuxt3-interpolation",
4628
+ "icon": "",
4629
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4630
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4631
+ "learn_more": "",
4632
+ "category": "Devtools",
4125
4633
  "type": "3rd-party",
4126
4634
  "maintainers": [
4127
4635
  {
4128
- "name": "Jens van Hellemondt",
4129
- "github": "invictus-codes"
4636
+ "name": "daliborgogic",
4637
+ "github": "daliborgogic"
4130
4638
  }
4131
4639
  ],
4132
4640
  "compatibility": {
@@ -4182,14 +4690,14 @@
4182
4690
  {
4183
4691
  "name": "og-image",
4184
4692
  "description": "Enlightened runtime images generated with Vue templates.",
4185
- "repo": "harlan-zw/nuxt-og-image",
4693
+ "repo": "nuxt-modules/og-image",
4186
4694
  "npm": "nuxt-og-image",
4187
4695
  "icon": "og-image.svg",
4188
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4696
+ "github": "https://github.com/nuxt-modules/og-image",
4189
4697
  "website": "https://nuxtseo.com/og-image",
4190
4698
  "learn_more": "https://nuxtseo.com/og-image",
4191
4699
  "category": "SEO",
4192
- "type": "3rd-party",
4700
+ "type": "community",
4193
4701
  "maintainers": [
4194
4702
  {
4195
4703
  "name": "Harlan Wilton",
@@ -4234,8 +4742,8 @@
4234
4742
  "npm": "@aceforth/nuxt-optimized-images",
4235
4743
  "icon": "",
4236
4744
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4237
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4238
- "learn_more": "",
4745
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4746
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4239
4747
  "category": "Images",
4240
4748
  "type": "3rd-party",
4241
4749
  "maintainers": [
@@ -4342,6 +4850,28 @@
4342
4850
  }
4343
4851
  }
4344
4852
  },
4853
+ {
4854
+ "name": "paypal",
4855
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4856
+ "repo": "arashsheyda/nuxt-paypal",
4857
+ "npm": "nuxt-paypal",
4858
+ "icon": "paypal.svg",
4859
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4860
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4861
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4862
+ "category": "Payment",
4863
+ "type": "3rd-party",
4864
+ "maintainers": [
4865
+ {
4866
+ "name": "Arash Sheyda",
4867
+ "github": "arashsheyda"
4868
+ }
4869
+ ],
4870
+ "compatibility": {
4871
+ "nuxt": "^3.0.0",
4872
+ "requires": {}
4873
+ }
4874
+ },
4345
4875
  {
4346
4876
  "name": "pdfeasy",
4347
4877
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4512,7 +5042,7 @@
4512
5042
  "npm": "nuxt-prepare",
4513
5043
  "icon": "prepare.svg",
4514
5044
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4515
- "website": "https://nuxt-prepare.jhnn.dev",
5045
+ "website": "https://nuxt-prepare.byjohann.dev",
4516
5046
  "learn_more": "",
4517
5047
  "category": "Devtools",
4518
5048
  "type": "3rd-party",
@@ -4529,6 +5059,29 @@
4529
5059
  "requires": {}
4530
5060
  }
4531
5061
  },
5062
+ {
5063
+ "name": "primevue",
5064
+ "description": "Next Generation Vue UI Component Library",
5065
+ "repo": "primefaces/primevue-nuxt-module",
5066
+ "npm": "nuxt-primevue",
5067
+ "icon": "primevue.svg",
5068
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5069
+ "website": "https://primevue.org/",
5070
+ "learn_more": "https://primevue.org/",
5071
+ "category": "UI",
5072
+ "type": "3rd-party",
5073
+ "maintainers": [
5074
+ {
5075
+ "name": "primefaces",
5076
+ "github": "primefaces",
5077
+ "twitter": "primevue"
5078
+ }
5079
+ ],
5080
+ "compatibility": {
5081
+ "nuxt": "^3.0.0",
5082
+ "requires": {}
5083
+ }
5084
+ },
4532
5085
  {
4533
5086
  "name": "prismic",
4534
5087
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -4756,6 +5309,41 @@
4756
5309
  "requires": {}
4757
5310
  }
4758
5311
  },
5312
+ {
5313
+ "name": "radix-vue",
5314
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5315
+ "repo": "radix-vue/radix-vue",
5316
+ "npm": "radix-vue",
5317
+ "icon": "radix-vue.svg",
5318
+ "github": "https://github.com/radix-vue/radix-vue",
5319
+ "website": "https://www.radix-vue.com/",
5320
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5321
+ "category": "UI",
5322
+ "type": "3rd-party",
5323
+ "maintainers": [
5324
+ {
5325
+ "name": "Zernonia",
5326
+ "github": "zernonia",
5327
+ "twitter": "zernonia"
5328
+ },
5329
+ {
5330
+ "name": "Khairul Haaziq",
5331
+ "github": "khairulhaaziq"
5332
+ },
5333
+ {
5334
+ "name": "Mujahid Anuar",
5335
+ "github": "mujahidfa"
5336
+ },
5337
+ {
5338
+ "name": "Max",
5339
+ "github": "onmax"
5340
+ }
5341
+ ],
5342
+ "compatibility": {
5343
+ "nuxt": "^3.0.0",
5344
+ "requires": {}
5345
+ }
5346
+ },
4759
5347
  {
4760
5348
  "name": "recaptcha",
4761
5349
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -4801,6 +5389,29 @@
4801
5389
  "requires": {}
4802
5390
  }
4803
5391
  },
5392
+ {
5393
+ "name": "resend",
5394
+ "description": "Resend integration for Nuxt",
5395
+ "repo": "nhedger/nuxt-resend",
5396
+ "npm": "nuxt-resend",
5397
+ "icon": "resend.svg",
5398
+ "github": "https://github.com/nhedger/nuxt-resend",
5399
+ "website": "https://github.com/nhedger/nuxt-resend",
5400
+ "learn_more": "https://resend.com",
5401
+ "category": "Extensions",
5402
+ "type": "3rd-party",
5403
+ "maintainers": [
5404
+ {
5405
+ "name": "Nicolas Hedger",
5406
+ "github": "nhedger",
5407
+ "twitter": "nicolashedger"
5408
+ }
5409
+ ],
5410
+ "compatibility": {
5411
+ "nuxt": "^3.0.0",
5412
+ "requires": {}
5413
+ }
5414
+ },
4804
5415
  {
4805
5416
  "name": "rfg-icon",
4806
5417
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4831,7 +5442,7 @@
4831
5442
  "icon": "robots.png",
4832
5443
  "github": "https://github.com/nuxt-modules/robots",
4833
5444
  "website": "https://github.com/nuxt-modules/robots",
4834
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5445
+ "learn_more": "",
4835
5446
  "category": "SEO",
4836
5447
  "type": "community",
4837
5448
  "maintainers": [
@@ -4849,23 +5460,23 @@
4849
5460
  },
4850
5461
  {
4851
5462
  "name": "rollbar",
4852
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4853
- "repo": "gaelreyrol/nuxt-rollbar-module",
4854
- "npm": "nuxt-rollbar-module",
5463
+ "description": "Nuxt 3 module to integrate Rollbar.",
5464
+ "repo": "jairoblatt/nuxt-rollbar",
5465
+ "npm": "nuxt-rollbar",
4855
5466
  "icon": "rollbar.png",
4856
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4857
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5467
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5468
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4858
5469
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4859
5470
  "category": "Monitoring",
4860
5471
  "type": "3rd-party",
4861
5472
  "maintainers": [
4862
5473
  {
4863
- "name": "Gaël Reyrol",
4864
- "github": "gaelreyrol"
5474
+ "name": "Jairo Blatt",
5475
+ "github": "jairoblatt"
4865
5476
  }
4866
5477
  ],
4867
5478
  "compatibility": {
4868
- "nuxt": "^2.0.0",
5479
+ "nuxt": "^3.0.0",
4869
5480
  "requires": {}
4870
5481
  }
4871
5482
  },
@@ -4942,7 +5553,7 @@
4942
5553
  },
4943
5554
  {
4944
5555
  "name": "schema-org",
4945
- "description": "Schema.org for Nuxt.",
5556
+ "description": "Quick and easy Schema.org graphs.",
4946
5557
  "repo": "harlan-zw/nuxt-schema-org",
4947
5558
  "npm": "nuxt-schema-org",
4948
5559
  "icon": "schema-org.svg",
@@ -5017,7 +5628,7 @@
5017
5628
  "icon": "segment.png",
5018
5629
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5019
5630
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5020
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5631
+ "learn_more": "",
5021
5632
  "category": "Analytics",
5022
5633
  "type": "3rd-party",
5023
5634
  "maintainers": [
@@ -5055,7 +5666,7 @@
5055
5666
  },
5056
5667
  {
5057
5668
  "name": "seo-experiments",
5058
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5669
+ "description": "Powerful SEO DX improvements.",
5059
5670
  "repo": "harlan-zw/nuxt-seo-experiments",
5060
5671
  "npm": "nuxt-seo-experiments",
5061
5672
  "icon": "seo-experiments.svg",
@@ -5077,28 +5688,6 @@
5077
5688
  "requires": {}
5078
5689
  }
5079
5690
  },
5080
- {
5081
- "name": "seo-kit",
5082
- "description": "The complete SEO solution for Nuxt.",
5083
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5084
- "npm": "nuxt-seo-kit",
5085
- "icon": "seo-kit.svg",
5086
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5087
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5088
- "learn_more": "",
5089
- "category": "SEO",
5090
- "type": "3rd-party",
5091
- "maintainers": [
5092
- {
5093
- "name": "harlan-zw",
5094
- "github": "harlan-zw"
5095
- }
5096
- ],
5097
- "compatibility": {
5098
- "nuxt": "^3.0.0",
5099
- "requires": {}
5100
- }
5101
- },
5102
5691
  {
5103
5692
  "name": "seo-meta",
5104
5693
  "description": "Simple generate seo metadata",
@@ -5122,6 +5711,28 @@
5122
5711
  "requires": {}
5123
5712
  }
5124
5713
  },
5714
+ {
5715
+ "name": "seo",
5716
+ "description": "The complete SEO solution for Nuxt.",
5717
+ "repo": "harlan-zw/nuxt-seo",
5718
+ "npm": "@nuxtjs/seo",
5719
+ "icon": "nuxt.svg",
5720
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5721
+ "website": "https://nuxtseo.com/",
5722
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5723
+ "category": "SEO",
5724
+ "type": "3rd-party",
5725
+ "maintainers": [
5726
+ {
5727
+ "name": "harlan-zw",
5728
+ "github": "harlan-zw"
5729
+ }
5730
+ ],
5731
+ "compatibility": {
5732
+ "nuxt": "^3.0.0",
5733
+ "requires": {}
5734
+ }
5735
+ },
5125
5736
  {
5126
5737
  "name": "seomatic-meta",
5127
5738
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5170,7 +5781,7 @@
5170
5781
  {
5171
5782
  "name": "server-block",
5172
5783
  "description": "Use <server> tags in your Nuxt pages components.",
5173
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5784
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5174
5785
  "npm": "@hebilicious/server-block-nuxt",
5175
5786
  "icon": "server-block.svg",
5176
5787
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5236,7 +5847,29 @@
5236
5847
  }
5237
5848
  },
5238
5849
  {
5239
- "name": "nuxt-auth",
5850
+ "name": "shuimo-ui",
5851
+ "description": "A Chinese Shuimo style component library.",
5852
+ "repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
5853
+ "npm": "@shuimo-design/shuimo-ui-nuxt",
5854
+ "icon": "shuimo-ui.svg",
5855
+ "github": "https://github.com/shuimo-design/shuimo-ui",
5856
+ "website": "https://shuimo.design",
5857
+ "learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
5858
+ "category": "UI",
5859
+ "type": "3rd-party",
5860
+ "maintainers": [
5861
+ {
5862
+ "name": "higuaifan",
5863
+ "github": "higuaifan"
5864
+ }
5865
+ ],
5866
+ "compatibility": {
5867
+ "nuxt": "^3.0.0",
5868
+ "requires": {}
5869
+ }
5870
+ },
5871
+ {
5872
+ "name": "sidebase-auth",
5240
5873
  "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.",
5241
5874
  "repo": "sidebase/nuxt-auth",
5242
5875
  "npm": "@sidebase/nuxt-auth",
@@ -5305,41 +5938,23 @@
5305
5938
  }
5306
5939
  },
5307
5940
  {
5308
- "name": "simple-sitemap",
5941
+ "name": "sitemap",
5309
5942
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5310
- "repo": "harlan-zw/nuxt-simple-sitemap",
5311
- "npm": "nuxt-simple-sitemap",
5943
+ "repo": "nuxt-modules/sitemap",
5944
+ "npm": "@nuxtjs/sitemap",
5312
5945
  "icon": "simple-sitemap.svg",
5313
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5314
- "website": "https://nuxtseo.com/simple-sitemap",
5315
- "learn_more": "https://nuxtseo.com/simple-sitemap",
5946
+ "github": "https://github.com/nuxt-modules/sitemap",
5947
+ "website": "https://nuxtseo.com/",
5948
+ "learn_more": "https://nuxtseo.com/sitemap",
5316
5949
  "category": "SEO",
5317
- "type": "3rd-party",
5950
+ "type": "community",
5318
5951
  "maintainers": [
5319
5952
  {
5320
5953
  "name": "Harlan Wilton",
5321
5954
  "github": "harlan-zw",
5322
5955
  "twitter": "harlan_zw",
5323
5956
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5324
- }
5325
- ],
5326
- "compatibility": {
5327
- "nuxt": "^3.0.0",
5328
- "requires": {}
5329
- }
5330
- },
5331
- {
5332
- "name": "sitemap",
5333
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5334
- "repo": "nuxt-community/sitemap-module#dev",
5335
- "npm": "@nuxtjs/sitemap",
5336
- "icon": "",
5337
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5338
- "website": "https://sitemap.nuxtjs.org",
5339
- "learn_more": "",
5340
- "category": "SEO",
5341
- "type": "community",
5342
- "maintainers": [
5957
+ },
5343
5958
  {
5344
5959
  "name": "Nicolas PENNEC",
5345
5960
  "github": "NicoPennec",
@@ -5347,7 +5962,7 @@
5347
5962
  }
5348
5963
  ],
5349
5964
  "compatibility": {
5350
- "nuxt": "^2.0.0",
5965
+ "nuxt": "^3.0.0",
5351
5966
  "requires": {}
5352
5967
  }
5353
5968
  },
@@ -5587,7 +6202,7 @@
5587
6202
  {
5588
6203
  "name": "storyblok",
5589
6204
  "description": "Storyblok Nuxt module",
5590
- "repo": "storyblok/storyblok-nuxt#master/lib",
6205
+ "repo": "storyblok/storyblok-nuxt#main",
5591
6206
  "npm": "@storyblok/nuxt",
5592
6207
  "icon": "storyblok.png",
5593
6208
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5932,6 +6547,30 @@
5932
6547
  "requires": {}
5933
6548
  }
5934
6549
  },
6550
+ {
6551
+ "name": "swiftsearch",
6552
+ "description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
6553
+ "repo": "atoms-studio/nuxt-swiftsearch",
6554
+ "npm": "@atoms-studio/nuxt-swiftsearch",
6555
+ "icon": "nuxt-swiftsearch.svg",
6556
+ "github": "https://github.com/atoms-studio/nuxt-swiftsearch",
6557
+ "website": "https://nuxt-swiftsearch.netlify.app/",
6558
+ "learn_more": "",
6559
+ "category": "Libraries",
6560
+ "type": "3rd-party",
6561
+ "maintainers": [
6562
+ {
6563
+ "name": "Matteo Rigoni",
6564
+ "github": "rigo-m",
6565
+ "twitter": "MatteoRigoni",
6566
+ "avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
6567
+ }
6568
+ ],
6569
+ "compatibility": {
6570
+ "nuxt": "^3.10.0",
6571
+ "requires": {}
6572
+ }
6573
+ },
5935
6574
  {
5936
6575
  "name": "swiper",
5937
6576
  "description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
@@ -5980,10 +6619,10 @@
5980
6619
  {
5981
6620
  "name": "tailwindcss",
5982
6621
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5983
- "repo": "nuxt-modules/tailwindcss-module",
6622
+ "repo": "nuxt-modules/tailwindcss",
5984
6623
  "npm": "@nuxtjs/tailwindcss",
5985
6624
  "icon": "tailwindcss.png",
5986
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6625
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5987
6626
  "website": "https://tailwindcss.nuxtjs.org",
5988
6627
  "learn_more": "https://tailwindcss.com/",
5989
6628
  "category": "UI",
@@ -6005,6 +6644,34 @@
6005
6644
  "devtools": "^0.0.0"
6006
6645
  }
6007
6646
  },
6647
+ {
6648
+ "name": "test-utils",
6649
+ "description": "Test utilities for Nuxt",
6650
+ "repo": "nuxt/test-utils#main",
6651
+ "npm": "@nuxt/test-utils",
6652
+ "icon": "nuxt.svg",
6653
+ "github": "https://github.com/nuxt/test-utils",
6654
+ "website": "https://nuxt.com/docs/getting-started/testing",
6655
+ "learn_more": "",
6656
+ "category": "Devtools",
6657
+ "type": "official",
6658
+ "maintainers": [
6659
+ {
6660
+ "name": "Daniel Roe",
6661
+ "github": "danielroe",
6662
+ "twitter": "danielcroe"
6663
+ },
6664
+ {
6665
+ "name": "Anthony Fu",
6666
+ "github": "antfu",
6667
+ "twitter": "antfu7"
6668
+ }
6669
+ ],
6670
+ "compatibility": {
6671
+ "nuxt": "^3.0.0",
6672
+ "requires": {}
6673
+ }
6674
+ },
6008
6675
  {
6009
6676
  "name": "tiktok-analytics",
6010
6677
  "description": "",
@@ -6050,6 +6717,28 @@
6050
6717
  "requires": {}
6051
6718
  }
6052
6719
  },
6720
+ {
6721
+ "name": "tiptap",
6722
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6723
+ "repo": "modbender/nuxt-tiptap-editor",
6724
+ "npm": "nuxt-tiptap-editor",
6725
+ "icon": "tiptap.png",
6726
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6727
+ "website": "https://nuxt-tiptap-editor.vercel.app",
6728
+ "learn_more": "https://nuxt-tiptap-editor.vercel.app",
6729
+ "category": "Libraries",
6730
+ "type": "3rd-party",
6731
+ "maintainers": [
6732
+ {
6733
+ "name": "modbender",
6734
+ "github": "modbender"
6735
+ }
6736
+ ],
6737
+ "compatibility": {
6738
+ "nuxt": "^3.0.0",
6739
+ "requires": {}
6740
+ }
6741
+ },
6053
6742
  {
6054
6743
  "name": "toast",
6055
6744
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6073,6 +6762,28 @@
6073
6762
  "requires": {}
6074
6763
  }
6075
6764
  },
6765
+ {
6766
+ "name": "translation-manager",
6767
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6768
+ "repo": "samk-dev/nuxt-translation-manager",
6769
+ "npm": "nuxt-translation-manager",
6770
+ "icon": "translation-manager.png",
6771
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6772
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6773
+ "learn_more": "",
6774
+ "category": "Extensions",
6775
+ "type": "3rd-party",
6776
+ "maintainers": [
6777
+ {
6778
+ "name": "Sam K",
6779
+ "github": "samk-dev"
6780
+ }
6781
+ ],
6782
+ "compatibility": {
6783
+ "nuxt": "^3.0.0",
6784
+ "requires": {}
6785
+ }
6786
+ },
6076
6787
  {
6077
6788
  "name": "tresjs",
6078
6789
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6321,6 +7032,30 @@
6321
7032
  "requires": {}
6322
7033
  }
6323
7034
  },
7035
+ {
7036
+ "name": "typo3",
7037
+ "description": "TYPO3 Headless Frontend Rendering module",
7038
+ "repo": "TYPO3-Headless/nuxt-typo3",
7039
+ "npm": "@t3headless/nuxt-typo3",
7040
+ "icon": "typo3.svg",
7041
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
7042
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
7043
+ "learn_more": "https://github.com/TYPO3-Headless",
7044
+ "category": "CMS",
7045
+ "type": "3rd-party",
7046
+ "maintainers": [
7047
+ {
7048
+ "name": "Macopedia",
7049
+ "github": "macopedia",
7050
+ "twitter": "macopediapl"
7051
+ }
7052
+ ],
7053
+ "compatibility": {
7054
+ "nuxt": "^2.0.0 || ^3.0.0",
7055
+ "requires": {},
7056
+ "devtools": "^0.0.0"
7057
+ }
7058
+ },
6324
7059
  {
6325
7060
  "name": "ui",
6326
7061
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6378,28 +7113,6 @@
6378
7113
  }
6379
7114
  }
6380
7115
  },
6381
- {
6382
- "name": "unhead",
6383
- "description": "Experimental features for Nuxt SEO / head management.",
6384
- "repo": "harlan-zw/nuxt-seo-experiments",
6385
- "npm": "nuxt-seo-experiments",
6386
- "icon": "",
6387
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6388
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6389
- "learn_more": "",
6390
- "category": "SEO",
6391
- "type": "3rd-party",
6392
- "maintainers": [
6393
- {
6394
- "name": "harlan-zw",
6395
- "github": "harlan-zw"
6396
- }
6397
- ],
6398
- "compatibility": {
6399
- "nuxt": "^3.0.0",
6400
- "requires": {}
6401
- }
6402
- },
6403
7116
  {
6404
7117
  "name": "universal-storage",
6405
7118
  "description": "Universal Storage Utilities for Nuxt",
@@ -6431,7 +7144,7 @@
6431
7144
  {
6432
7145
  "name": "unlazy",
6433
7146
  "description": "Lazy loading library for placeholder images",
6434
- "repo": "johannschopplich/unlazy/packages/nuxt",
7147
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6435
7148
  "npm": "@unlazy/nuxt",
6436
7149
  "icon": "unlazy.svg",
6437
7150
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6450,41 +7163,15 @@
6450
7163
  "requires": {}
6451
7164
  }
6452
7165
  },
6453
- {
6454
- "name": "unlighthouse",
6455
- "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
6456
- "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
6457
- "npm": "@unlighthouse/nuxt",
6458
- "icon": "unlighthouse.svg",
6459
- "github": "https://github.com/harlan-zw/unlighthouse",
6460
- "website": "https://github.com/harlan-zw/unlighthouse",
6461
- "learn_more": "https://github.com/harlan-zw/unlighthouse",
6462
- "category": "Devtools",
6463
- "type": "3rd-party",
6464
- "maintainers": [
6465
- {
6466
- "name": "Harlan Wilton",
6467
- "github": "harlan-zw",
6468
- "twitter": "harlan_zw",
6469
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6470
- }
6471
- ],
6472
- "compatibility": {
6473
- "nuxt": "^2.0.0 || ^3.0.0",
6474
- "requires": {
6475
- "bridge": "optional"
6476
- }
6477
- }
6478
- },
6479
7166
  {
6480
7167
  "name": "unocss",
6481
7168
  "description": "The instant on-demand atomic CSS engine.",
6482
- "repo": "antfu/unocss#main/packages/nuxt",
7169
+ "repo": "unocss/unocss#main/packages/nuxt",
6483
7170
  "npm": "@unocss/nuxt",
6484
7171
  "icon": "unocss.svg",
6485
- "github": "https://github.com/antfu/unocss",
6486
- "website": "https://github.com/antfu/unocss",
6487
- "learn_more": "https://github.com/antfu/unocss",
7172
+ "github": "https://github.com/unocss/unocss",
7173
+ "website": "https://github.com/unocss/unocss",
7174
+ "learn_more": "https://github.com/unocss/unocss",
6488
7175
  "category": "UI",
6489
7176
  "type": "3rd-party",
6490
7177
  "maintainers": [
@@ -6510,8 +7197,8 @@
6510
7197
  "npm": "nuxt-ununura",
6511
7198
  "icon": "ununuracss.png",
6512
7199
  "github": "https://github.com/novout/ununuracss",
6513
- "website": "https://ununura.com/#/",
6514
- "learn_more": "https://ununura.com/#/docs/why",
7200
+ "website": "https://github.com/novout/ununuracss",
7201
+ "learn_more": "https://github.com/novout/ununuracss",
6515
7202
  "category": "UI",
6516
7203
  "type": "3rd-party",
6517
7204
  "maintainers": [
@@ -6526,6 +7213,28 @@
6526
7213
  "requires": {}
6527
7214
  }
6528
7215
  },
7216
+ {
7217
+ "name": "use-bootstrap",
7218
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7219
+ "repo": "simplise/use-bootstrap",
7220
+ "npm": "usebootstrap",
7221
+ "icon": "use-bootstrap.svg",
7222
+ "github": "https://github.com/simplise/use-bootstrap",
7223
+ "website": "https://usebootstrap.org/",
7224
+ "learn_more": "https://usebootstrap.org/",
7225
+ "category": "UI",
7226
+ "type": "3rd-party",
7227
+ "maintainers": [
7228
+ {
7229
+ "name": "KoujiSano",
7230
+ "github": "KoujiSano"
7231
+ }
7232
+ ],
7233
+ "compatibility": {
7234
+ "nuxt": "^3.0.0",
7235
+ "requires": {}
7236
+ }
7237
+ },
6529
7238
  {
6530
7239
  "name": "use-wagmi",
6531
7240
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6572,28 +7281,6 @@
6572
7281
  "requires": {}
6573
7282
  }
6574
7283
  },
6575
- {
6576
- "name": "validate",
6577
- "description": "Simple Nuxt input validation module using vee-validate",
6578
- "repo": "lewyuburi/nuxt-validate",
6579
- "npm": "nuxt-validate",
6580
- "icon": "vee-validate.png",
6581
- "github": "https://github.com/lewyuburi/nuxt-validate",
6582
- "website": "https://github.com/lewyuburi/nuxt-validate",
6583
- "learn_more": "https://logaretm.github.io/vee-validate/",
6584
- "category": "Libraries",
6585
- "type": "3rd-party",
6586
- "maintainers": [
6587
- {
6588
- "name": "lewyuburi",
6589
- "github": "lewyuburi"
6590
- }
6591
- ],
6592
- "compatibility": {
6593
- "nuxt": "^2.0.0",
6594
- "requires": {}
6595
- }
6596
- },
6597
7284
  {
6598
7285
  "name": "vant",
6599
7286
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6782,42 +7469,15 @@
6782
7469
  "requires": {}
6783
7470
  }
6784
7471
  },
6785
- {
6786
- "name": "vitest",
6787
- "description": "Vitest integration with Nuxt",
6788
- "repo": "danielroe/nuxt-vitest",
6789
- "npm": "nuxt-vitest",
6790
- "icon": "vitest.svg",
6791
- "github": "https://github.com/danielroe/nuxt-vitest",
6792
- "website": "https://github.com/danielroe/nuxt-vitest",
6793
- "learn_more": "",
6794
- "category": "Devtools",
6795
- "type": "3rd-party",
6796
- "maintainers": [
6797
- {
6798
- "name": "Daniel Roe",
6799
- "github": "danielroe"
6800
- },
6801
- {
6802
- "name": "Anthony Fu",
6803
- "github": "antfu"
6804
- }
6805
- ],
6806
- "compatibility": {
6807
- "nuxt": "^3.0.0",
6808
- "requires": {},
6809
- "devtools": "^0.0.0"
6810
- }
6811
- },
6812
7472
  {
6813
7473
  "name": "vue-email",
6814
7474
  "description": "💌 Write email templates with vue",
6815
- "repo": "Dave136/vue-email",
6816
- "npm": "vue-email",
7475
+ "repo": "vue-email/nuxt",
7476
+ "npm": "@vue-email/nuxt",
6817
7477
  "icon": "vue-email.svg",
6818
- "github": "https://github.com/Dave136/vue-email",
6819
- "website": "https://www.vuemail.net/",
6820
- "learn_more": "https://vue-email.vercel.app/getting-started",
7478
+ "github": "https://github.com/vue-email/nuxt",
7479
+ "website": "https://vuemail.net/",
7480
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6821
7481
  "category": "UI",
6822
7482
  "type": "3rd-party",
6823
7483
  "maintainers": [
@@ -6840,6 +7500,29 @@
6840
7500
  "devtools": "^0.0.0"
6841
7501
  }
6842
7502
  },
7503
+ {
7504
+ "name": "vue-final-modal",
7505
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7506
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7507
+ "npm": "@vue-final-modal/nuxt",
7508
+ "icon": "vue-final-modal.svg",
7509
+ "github": "https://github.com/vue-final/vue-final-modal",
7510
+ "website": "https://vue-final-modal.org/",
7511
+ "learn_more": "https://vue-final-modal.org/",
7512
+ "category": "UI",
7513
+ "type": "3rd-party",
7514
+ "maintainers": [
7515
+ {
7516
+ "name": "Hunter Liu",
7517
+ "github": "hunterliu1003",
7518
+ "twitter": "hunterliu1003"
7519
+ }
7520
+ ],
7521
+ "compatibility": {
7522
+ "nuxt": "^3.0.0",
7523
+ "requires": {}
7524
+ }
7525
+ },
6843
7526
  {
6844
7527
  "name": "vue-macros",
6845
7528
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6935,7 +7618,7 @@
6935
7618
  {
6936
7619
  "name": "vue-query",
6937
7620
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6938
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7621
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6939
7622
  "npm": "@hebilicious/vue-query-nuxt",
6940
7623
  "icon": "vue-query.svg",
6941
7624
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7032,7 +7715,7 @@
7032
7715
  "npm": "vue3-carousel-nuxt",
7033
7716
  "icon": "",
7034
7717
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7035
- "website": "",
7718
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7036
7719
  "learn_more": "",
7037
7720
  "category": "UI",
7038
7721
  "type": "3rd-party",
@@ -7051,7 +7734,7 @@
7051
7734
  {
7052
7735
  "name": "vuefire",
7053
7736
  "description": "Idiomatic composables for the Firebase SDK",
7054
- "repo": "vuejs/vuefire/packages/nuxt",
7737
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7055
7738
  "npm": "nuxt-vuefire",
7056
7739
  "icon": "vuefire.svg",
7057
7740
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7070,6 +7753,52 @@
7070
7753
  "requires": {}
7071
7754
  }
7072
7755
  },
7756
+ {
7757
+ "name": "vueform-builder",
7758
+ "description": "Official Vueform Builder module for Nuxt",
7759
+ "repo": "vueform/builder#main/nuxt",
7760
+ "npm": "@vueform/builder-nuxt",
7761
+ "icon": "vueform.svg",
7762
+ "github": "https://github.com/vueform/builder",
7763
+ "website": "https://builder.vueform.com",
7764
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7765
+ "category": "Libraries",
7766
+ "type": "3rd-party",
7767
+ "maintainers": [
7768
+ {
7769
+ "name": "Adam Berecz",
7770
+ "github": "adamberecz",
7771
+ "twitter": "bereczadam"
7772
+ }
7773
+ ],
7774
+ "compatibility": {
7775
+ "nuxt": "^3.0.0",
7776
+ "requires": {}
7777
+ }
7778
+ },
7779
+ {
7780
+ "name": "vueform",
7781
+ "description": "Official Vueform module for Nuxt",
7782
+ "repo": "vueform/vueform#main/nuxt",
7783
+ "npm": "@vueform/nuxt",
7784
+ "icon": "vueform.svg",
7785
+ "github": "https://github.com/vueform/vueform",
7786
+ "website": "https://vueform.com",
7787
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7788
+ "category": "Libraries",
7789
+ "type": "3rd-party",
7790
+ "maintainers": [
7791
+ {
7792
+ "name": "Adam Berecz",
7793
+ "github": "adamberecz",
7794
+ "twitter": "bereczadam"
7795
+ }
7796
+ ],
7797
+ "compatibility": {
7798
+ "nuxt": "^3.0.0",
7799
+ "requires": {}
7800
+ }
7801
+ },
7073
7802
  {
7074
7803
  "name": "vuestic",
7075
7804
  "description": "Vuestic UI module for Nuxt",
@@ -7077,8 +7806,8 @@
7077
7806
  "npm": "@vuestic/nuxt",
7078
7807
  "icon": "vuestic.png",
7079
7808
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7080
- "website": "https://vuestic.dev",
7081
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7809
+ "website": "https://ui.vuestic.dev",
7810
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7082
7811
  "category": "UI",
7083
7812
  "type": "3rd-party",
7084
7813
  "maintainers": [
@@ -7099,8 +7828,8 @@
7099
7828
  "npm": "vuetify-nuxt-module",
7100
7829
  "icon": "vuetify-logo-v3-dark.svg",
7101
7830
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7102
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7103
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7831
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7832
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7104
7833
  "category": "UI",
7105
7834
  "type": "3rd-party",
7106
7835
  "maintainers": [
@@ -7345,7 +8074,7 @@
7345
8074
  "icon": "webpack.png",
7346
8075
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7347
8076
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7348
- "learn_more": "http://webpackmonitor.com/",
8077
+ "learn_more": "",
7349
8078
  "category": "Devtools",
7350
8079
  "type": "community",
7351
8080
  "maintainers": [
@@ -7411,11 +8140,11 @@
7411
8140
  {
7412
8141
  "name": "windicss",
7413
8142
  "description": "Next generation utility-first CSS framework.",
7414
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8143
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7415
8144
  "npm": "nuxt-windicss",
7416
8145
  "icon": "windicss.svg",
7417
- "github": "https://github.com/windicss/nuxt-windicss-module",
7418
- "website": "https://github.com/windicss/nuxt-windicss-module",
8146
+ "github": "https://github.com/windicss/nuxt-windicss",
8147
+ "website": "https://github.com/windicss/nuxt-windicss",
7419
8148
  "learn_more": "https://windicss.org/",
7420
8149
  "category": "UI",
7421
8150
  "type": "3rd-party",