@nuxt/modules 0.6.0-9c3066 → 0.6.0-9f2c01

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 +997 -315
  2. package/package.json +4 -1
package/modules.json CHANGED
@@ -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": [
@@ -1290,7 +1312,8 @@
1290
1312
  ],
1291
1313
  "compatibility": {
1292
1314
  "nuxt": "^3.0.0",
1293
- "requires": {}
1315
+ "requires": {},
1316
+ "devtools": "^0.0.0"
1294
1317
  }
1295
1318
  },
1296
1319
  {
@@ -1315,6 +1338,28 @@
1315
1338
  "requires": {}
1316
1339
  }
1317
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
+ },
1318
1363
  {
1319
1364
  "name": "dotenv",
1320
1365
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1344,8 +1389,8 @@
1344
1389
  "npm": "nuxtjs-drupal-ce",
1345
1390
  "icon": "drupal-ce.png",
1346
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1347
- "website": "https://stack.lupus.digital",
1348
- "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",
1349
1394
  "category": "CMS",
1350
1395
  "type": "3rd-party",
1351
1396
  "maintainers": [
@@ -1360,13 +1405,13 @@
1360
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1361
1406
  },
1362
1407
  {
1363
- "name": "David Licen",
1364
- "github": "davision",
1365
- "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"
1366
1411
  }
1367
1412
  ],
1368
1413
  "compatibility": {
1369
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1370
1415
  "requires": {}
1371
1416
  }
1372
1417
  },
@@ -1392,6 +1437,29 @@
1392
1437
  "requires": {}
1393
1438
  }
1394
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
+ },
1395
1463
  {
1396
1464
  "name": "electron",
1397
1465
  "description": "Integrate Nuxt and Electron.",
@@ -1510,6 +1578,29 @@
1510
1578
  "requires": {}
1511
1579
  }
1512
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
+ },
1513
1604
  {
1514
1605
  "name": "fathom",
1515
1606
  "description": "Fathom analytics for Nuxt",
@@ -1713,7 +1804,7 @@
1713
1804
  {
1714
1805
  "name": "form-actions",
1715
1806
  "description": "A set of features and composables to interact with forms and server data.",
1716
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1717
1808
  "npm": "@hebilicious/form-actions-nuxt",
1718
1809
  "icon": "form-actions.svg",
1719
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1741,7 +1832,7 @@
1741
1832
  "icon": "formkit.png",
1742
1833
  "github": "https://github.com/formkit/formkit",
1743
1834
  "website": "https://formkit.com",
1744
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1745
1836
  "category": "Libraries",
1746
1837
  "type": "3rd-party",
1747
1838
  "maintainers": [
@@ -1954,7 +2045,7 @@
1954
2045
  "icon": "graphql-client.svg",
1955
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1956
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
1957
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
1958
2049
  "category": "Request",
1959
2050
  "type": "3rd-party",
1960
2051
  "maintainers": [
@@ -2009,7 +2100,8 @@
2009
2100
  ],
2010
2101
  "compatibility": {
2011
2102
  "nuxt": "^3.0.0",
2012
- "requires": {}
2103
+ "requires": {},
2104
+ "devtools": "^0.0.0"
2013
2105
  }
2014
2106
  },
2015
2107
  {
@@ -2342,8 +2434,8 @@
2342
2434
  "npm": "@nuxtjs/i18n",
2343
2435
  "icon": "i18n.png",
2344
2436
  "github": "https://github.com/nuxt-modules/i18n",
2345
- "website": "https://v8.i18n.nuxtjs.org",
2346
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2437
+ "website": "https://i18n.nuxtjs.org",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2347
2439
  "category": "Extensions",
2348
2440
  "type": "community",
2349
2441
  "maintainers": [
@@ -2354,6 +2446,10 @@
2354
2446
  {
2355
2447
  "name": "Kazuya Kawaguchi",
2356
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2357
2453
  }
2358
2454
  ],
2359
2455
  "compatibility": {
@@ -2383,6 +2479,29 @@
2383
2479
  "requires": {}
2384
2480
  }
2385
2481
  },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2386
2505
  {
2387
2506
  "name": "icon",
2388
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2402,7 +2521,8 @@
2402
2521
  ],
2403
2522
  "compatibility": {
2404
2523
  "nuxt": "^3.0.0",
2405
- "requires": {}
2524
+ "requires": {},
2525
+ "devtools": "^0.0.0"
2406
2526
  }
2407
2527
  },
2408
2528
  {
@@ -2625,6 +2745,34 @@
2625
2745
  "requires": {}
2626
2746
  }
2627
2747
  },
2748
+ {
2749
+ "name": "kinde",
2750
+ "description": "Kinde authentication integration for Nuxt",
2751
+ "repo": "nuxt-modules/kinde",
2752
+ "npm": "@nuxtjs/kinde",
2753
+ "icon": "kinde.svg",
2754
+ "github": "https://github.com/nuxt-modules/kinde",
2755
+ "website": "https://kinde.com/docs/developer-tools/nuxt-module/",
2756
+ "learn_more": "https://kinde.com/",
2757
+ "category": "Security",
2758
+ "type": "community",
2759
+ "maintainers": [
2760
+ {
2761
+ "name": "danielroe",
2762
+ "github": "danielroe"
2763
+ },
2764
+ {
2765
+ "name": "daveordead",
2766
+ "github": "DaveOrDead",
2767
+ "twitter": "dave_or_dead"
2768
+ }
2769
+ ],
2770
+ "compatibility": {
2771
+ "nuxt": "^3.0.0",
2772
+ "requires": {}
2773
+ },
2774
+ "sponsor": true
2775
+ },
2628
2776
  {
2629
2777
  "name": "kql",
2630
2778
  "description": "Nuxt module for Kirby's Query Language API",
@@ -2693,6 +2841,28 @@
2693
2841
  "requires": {}
2694
2842
  }
2695
2843
  },
2844
+ {
2845
+ "name": "laravel-precognition",
2846
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2847
+ "repo": "sot1986/nuxt-laravel-precognition",
2848
+ "npm": "nuxt-laravel-precognition",
2849
+ "icon": "laravel.svg",
2850
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2852
+ "learn_more": "",
2853
+ "category": "Security",
2854
+ "type": "3rd-party",
2855
+ "maintainers": [
2856
+ {
2857
+ "name": "sot1986",
2858
+ "github": "sot1986"
2859
+ }
2860
+ ],
2861
+ "compatibility": {
2862
+ "nuxt": "^3.0.0",
2863
+ "requires": {}
2864
+ }
2865
+ },
2696
2866
  {
2697
2867
  "name": "laravel",
2698
2868
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2739,7 +2909,7 @@
2739
2909
  },
2740
2910
  {
2741
2911
  "name": "link-checker",
2742
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2912
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2743
2913
  "repo": "harlan-zw/nuxt-link-checker",
2744
2914
  "npm": "nuxt-link-checker",
2745
2915
  "icon": "link-checker.svg",
@@ -2758,7 +2928,8 @@
2758
2928
  ],
2759
2929
  "compatibility": {
2760
2930
  "nuxt": "^3.0.0",
2761
- "requires": {}
2931
+ "requires": {},
2932
+ "devtools": "^0.0.0"
2762
2933
  }
2763
2934
  },
2764
2935
  {
@@ -2907,10 +3078,10 @@
2907
3078
  {
2908
3079
  "name": "magic-regexp",
2909
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2910
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
2911
3082
  "npm": "magic-regexp",
2912
3083
  "icon": "magic-regexp.svg",
2913
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
2914
3085
  "website": "https://magic-regexp.roe.dev",
2915
3086
  "learn_more": "https://magic-regexp.roe.dev",
2916
3087
  "category": "Libraries",
@@ -2950,6 +3121,30 @@
2950
3121
  "requires": {}
2951
3122
  }
2952
3123
  },
3124
+ {
3125
+ "name": "marquee",
3126
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3127
+ "repo": "hanzydev/nuxt-marquee",
3128
+ "npm": "nuxt-marquee",
3129
+ "icon": "marquee.png",
3130
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3131
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3132
+ "learn_more": "",
3133
+ "category": "UI",
3134
+ "type": "3rd-party",
3135
+ "maintainers": [
3136
+ {
3137
+ "name": "Hànzy",
3138
+ "github": "hanzydev",
3139
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3140
+ }
3141
+ ],
3142
+ "compatibility": {
3143
+ "nuxt": "^3.0.0",
3144
+ "requires": {},
3145
+ "devtools": "^0.0.0"
3146
+ }
3147
+ },
2953
3148
  {
2954
3149
  "name": "matomo",
2955
3150
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -2972,6 +3167,28 @@
2972
3167
  "requires": {}
2973
3168
  }
2974
3169
  },
3170
+ {
3171
+ "name": "maz-ui",
3172
+ "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3173
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3174
+ "npm": "nuxt-module",
3175
+ "icon": "maz-ui.png",
3176
+ "github": "https://github.com/louismazel/maz-ui",
3177
+ "website": "https://maz-ui.com/",
3178
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3179
+ "category": "UI",
3180
+ "type": "3rd-party",
3181
+ "maintainers": [
3182
+ {
3183
+ "name": "Loïc Mazuel",
3184
+ "github": "LouisMazel"
3185
+ }
3186
+ ],
3187
+ "compatibility": {
3188
+ "nuxt": "^3.0.0",
3189
+ "requires": {}
3190
+ }
3191
+ },
2975
3192
  {
2976
3193
  "name": "mdx",
2977
3194
  "description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
@@ -3042,7 +3259,8 @@
3042
3259
  "nuxt": "^3.0.0",
3043
3260
  "requires": {
3044
3261
  "bridge": false
3045
- }
3262
+ },
3263
+ "devtools": "^0.0.0"
3046
3264
  }
3047
3265
  },
3048
3266
  {
@@ -3067,28 +3285,6 @@
3067
3285
  "requires": {}
3068
3286
  }
3069
3287
  },
3070
- {
3071
- "name": "mobile",
3072
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3073
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3074
- "npm": "nuxt-mobile",
3075
- "icon": "",
3076
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3077
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3078
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3079
- "category": "Extensions",
3080
- "type": "3rd-party",
3081
- "maintainers": [
3082
- {
3083
- "name": "ChanningDefoe",
3084
- "github": "ChanningDefoe"
3085
- }
3086
- ],
3087
- "compatibility": {
3088
- "nuxt": "^2.0.0",
3089
- "requires": {}
3090
- }
3091
- },
3092
3288
  {
3093
3289
  "name": "module-feed",
3094
3290
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3139,28 +3335,6 @@
3139
3335
  "requires": {}
3140
3336
  }
3141
3337
  },
3142
- {
3143
- "name": "mq",
3144
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3145
- "repo": "vanhoofmaarten/nuxt-mq",
3146
- "npm": "nuxt-mq",
3147
- "icon": "",
3148
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3149
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3150
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3151
- "category": "Libraries",
3152
- "type": "3rd-party",
3153
- "maintainers": [
3154
- {
3155
- "name": "vanhoofmaarten",
3156
- "github": "vanhoofmaarten"
3157
- }
3158
- ],
3159
- "compatibility": {
3160
- "nuxt": "^2.0.0",
3161
- "requires": {}
3162
- }
3163
- },
3164
3338
  {
3165
3339
  "name": "neo",
3166
3340
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3231,12 +3405,12 @@
3231
3405
  {
3232
3406
  "name": "netlify",
3233
3407
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3234
- "repo": "bazzite/nuxt-netlify",
3408
+ "repo": "juliomrqz/nuxt-netlify",
3235
3409
  "npm": "@aceforth/nuxt-netlify",
3236
3410
  "icon": "netlify.png",
3237
- "github": "https://github.com/bazzite/nuxt-netlify",
3238
- "website": "https://marquez.co/docs/nuxt-netlify/",
3239
- "learn_more": "",
3411
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3412
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3413
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3240
3414
  "category": "Deployment",
3241
3415
  "type": "3rd-party",
3242
3416
  "maintainers": [
@@ -3345,24 +3519,48 @@
3345
3519
  }
3346
3520
  },
3347
3521
  {
3348
- "name": "nuxt-auth",
3349
- "description": "",
3350
- "repo": "sidebase/nuxt-auth",
3351
- "npm": "@sidebase/nuxt-auth",
3352
- "icon": "",
3353
- "github": "https://github.com/sidebase/nuxt-auth",
3354
- "website": "https://github.com/sidebase/nuxt-auth",
3355
- "learn_more": "",
3356
- "category": "Devtools",
3522
+ "name": "nuxt-asciidoc",
3523
+ "description": "Transformer for using asciidoc in nuxt",
3524
+ "repo": "Chris2011/nuxt-asciidoc",
3525
+ "npm": "nuxt-asciidoc",
3526
+ "icon": "nuxt-asciidoc.svg",
3527
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3528
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3529
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3530
+ "category": "Extensions",
3357
3531
  "type": "3rd-party",
3358
3532
  "maintainers": [
3359
3533
  {
3360
- "name": "sidebase",
3361
- "github": "sidebase"
3534
+ "name": "Christian Lenz",
3535
+ "github": "Chris2011",
3536
+ "twitter": "Chrizzly42"
3362
3537
  }
3363
3538
  ],
3364
3539
  "compatibility": {
3365
- "nuxt": "^2.0.0",
3540
+ "nuxt": "^3.0.0",
3541
+ "requires": {}
3542
+ }
3543
+ },
3544
+ {
3545
+ "name": "nuxt-auth-sanctum",
3546
+ "description": "Nuxt module for Laravel Sanctum authentication",
3547
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3548
+ "npm": "nuxt-auth-sanctum",
3549
+ "icon": "laravel.svg",
3550
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3551
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3552
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3553
+ "category": "Security",
3554
+ "type": "3rd-party",
3555
+ "maintainers": [
3556
+ {
3557
+ "name": "Artem Manchenkov",
3558
+ "github": "manchenkoff",
3559
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3560
+ }
3561
+ ],
3562
+ "compatibility": {
3563
+ "nuxt": "^3.9.0",
3366
3564
  "requires": {}
3367
3565
  }
3368
3566
  },
@@ -3388,6 +3586,28 @@
3388
3586
  "requires": {}
3389
3587
  }
3390
3588
  },
3589
+ {
3590
+ "name": "nuxt-bezier",
3591
+ "description": "Reusable transition components",
3592
+ "repo": "50rayn/nuxt-bezier",
3593
+ "npm": "nuxt-bezier",
3594
+ "icon": "nuxt-bezier.png",
3595
+ "github": "https://github.com/50rayn/nuxt-bezier",
3596
+ "website": "https://50rayn.github.io/nuxt-bezier/",
3597
+ "learn_more": "https://github.com/Noction/vue-bezier",
3598
+ "category": "UI",
3599
+ "type": "3rd-party",
3600
+ "maintainers": [
3601
+ {
3602
+ "name": "Soryn Gitlan",
3603
+ "github": "50rayn"
3604
+ }
3605
+ ],
3606
+ "compatibility": {
3607
+ "nuxt": "^3.0.0",
3608
+ "requires": {}
3609
+ }
3610
+ },
3391
3611
  {
3392
3612
  "name": "nuxt-bootstrap-icons",
3393
3613
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3432,6 +3652,28 @@
3432
3652
  "requires": {}
3433
3653
  }
3434
3654
  },
3655
+ {
3656
+ "name": "nuxt-cookie-consent",
3657
+ "description": "Nuxt module for integrating with cookie consent providers with ease",
3658
+ "repo": "weareheavy/nuxt-cookie-consent",
3659
+ "npm": "@weareheavy/nuxt-cookie-consent",
3660
+ "icon": "wah.svg",
3661
+ "github": "https://github.com/weareheavy/nuxt-cookie-consent",
3662
+ "website": "https://nuxt-cookie-consent.packages.weareheavy.com",
3663
+ "learn_more": "",
3664
+ "category": "Extensions",
3665
+ "type": "3rd-party",
3666
+ "maintainers": [
3667
+ {
3668
+ "name": "weareheavy",
3669
+ "github": "weareheavy"
3670
+ }
3671
+ ],
3672
+ "compatibility": {
3673
+ "nuxt": "^3.0.0",
3674
+ "requires": {}
3675
+ }
3676
+ },
3435
3677
  {
3436
3678
  "name": "nuxt-facebook-chat",
3437
3679
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3458,6 +3700,28 @@
3458
3700
  "requires": {}
3459
3701
  }
3460
3702
  },
3703
+ {
3704
+ "name": "nuxt-feather-icons",
3705
+ "description": "The Feather Icons in Nuxt 3.",
3706
+ "repo": "4sllan/nuxt-feather-icons",
3707
+ "npm": "nuxt-feather-icons",
3708
+ "icon": "nuxt-feather-icons.png",
3709
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3710
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3711
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3712
+ "category": "UI",
3713
+ "type": "3rd-party",
3714
+ "maintainers": [
3715
+ {
3716
+ "name": "4sllan",
3717
+ "github": "4sllan"
3718
+ }
3719
+ ],
3720
+ "compatibility": {
3721
+ "nuxt": "^3.0.0",
3722
+ "requires": {}
3723
+ }
3724
+ },
3461
3725
  {
3462
3726
  "name": "nuxt-feedme",
3463
3727
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3545,12 +3809,13 @@
3545
3809
  "maintainers": [
3546
3810
  {
3547
3811
  "name": "Zadig&Voltaire Team",
3548
- "github": "https://github.com/zadigetvoltaire"
3812
+ "github": "zadigetvoltaire"
3549
3813
  }
3550
3814
  ],
3551
3815
  "compatibility": {
3552
3816
  "nuxt": "^3.0.0",
3553
- "requires": {}
3817
+ "requires": {},
3818
+ "devtools": "^0.0.0"
3554
3819
  }
3555
3820
  },
3556
3821
  {
@@ -3577,6 +3842,28 @@
3577
3842
  }
3578
3843
  }
3579
3844
  },
3845
+ {
3846
+ "name": "nuxt-interpolation",
3847
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3848
+ "repo": "daliborgogic/nuxt-interpolation#master",
3849
+ "npm": "nuxt-interpolation",
3850
+ "icon": "",
3851
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3852
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3853
+ "learn_more": "",
3854
+ "category": "Devtools",
3855
+ "type": "3rd-party",
3856
+ "maintainers": [
3857
+ {
3858
+ "name": "daliborgogic",
3859
+ "github": "daliborgogic"
3860
+ }
3861
+ ],
3862
+ "compatibility": {
3863
+ "nuxt": "^2.0.0",
3864
+ "requires": {}
3865
+ }
3866
+ },
3580
3867
  {
3581
3868
  "name": "nuxt-jsonld",
3582
3869
  "description": "Manage JSON-LD in Vue component.",
@@ -3606,8 +3893,8 @@
3606
3893
  "npm": "@nuxtus/nuxt-localtunnel",
3607
3894
  "icon": "nuxt-localtunnel.svg",
3608
3895
  "github": "https://github.com/nuxtus/localtunnel",
3609
- "website": "https://nuxtus.com",
3610
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3896
+ "website": "https://docs.nuxtus.com",
3897
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3611
3898
  "category": "Devtools",
3612
3899
  "type": "3rd-party",
3613
3900
  "maintainers": [
@@ -3645,6 +3932,28 @@
3645
3932
  "requires": {}
3646
3933
  }
3647
3934
  },
3935
+ {
3936
+ "name": "nuxt-mail",
3937
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3938
+ "repo": "dword-design/nuxt-mail",
3939
+ "npm": "nuxt-mail",
3940
+ "icon": "",
3941
+ "github": "https://github.com/dword-design/nuxt-mail",
3942
+ "website": "https://github.com/dword-design/nuxt-mail",
3943
+ "learn_more": "",
3944
+ "category": "Extensions",
3945
+ "type": "3rd-party",
3946
+ "maintainers": [
3947
+ {
3948
+ "name": "Sebastian Landwehr",
3949
+ "github": "dword-design"
3950
+ }
3951
+ ],
3952
+ "compatibility": {
3953
+ "nuxt": "^2.0.0 || ^3.0.0",
3954
+ "requires": {}
3955
+ }
3956
+ },
3648
3957
  {
3649
3958
  "name": "nuxt-mapbox",
3650
3959
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3730,17 +4039,113 @@
3730
4039
  ],
3731
4040
  "compatibility": {
3732
4041
  "nuxt": "^3.0.0",
3733
- "requires": {}
4042
+ "requires": {},
4043
+ "devtools": "^0.0.0"
3734
4044
  }
3735
4045
  },
3736
4046
  {
3737
- "name": "nuxt-pdf",
3738
- "description": "Zero-boilerplate PDF exports of your Pages and Components",
3739
- "repo": "sidebase/nuxt-pdf",
3740
- "npm": "@sidebase/nuxt-pdf",
3741
- "icon": "nuxt-pdf.png",
3742
- "github": "https://github.com/sidebase/nuxt-pdf",
3743
- "website": "https://sidebase.io/nuxt-pdf",
4047
+ "name": "nuxt-oidc-auth",
4048
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4049
+ "repo": "itpropro/nuxt-oidc-auth",
4050
+ "npm": "nuxt-oidc-auth",
4051
+ "icon": "",
4052
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4053
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4054
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4055
+ "category": "Security",
4056
+ "type": "3rd-party",
4057
+ "maintainers": [
4058
+ {
4059
+ "name": "Jan-Henrik Damaschke",
4060
+ "github": "itpropro",
4061
+ "twitter": "jandamaschke"
4062
+ }
4063
+ ],
4064
+ "compatibility": {
4065
+ "nuxt": "^3.0.0",
4066
+ "requires": {}
4067
+ }
4068
+ },
4069
+ {
4070
+ "name": "nuxt-openapi-docs-module",
4071
+ "description": "Generate pages from OpenAPI specifications",
4072
+ "repo": "on-org/nuxt-openapi-docs-module",
4073
+ "npm": "nuxt-openapi-docs-module",
4074
+ "icon": "nuxt-openapi-docs-module.png",
4075
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4076
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4077
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4078
+ "category": "Libraries",
4079
+ "type": "3rd-party",
4080
+ "maintainers": [
4081
+ {
4082
+ "name": "Pavel Kuzmin",
4083
+ "github": "s00d"
4084
+ }
4085
+ ],
4086
+ "compatibility": {
4087
+ "nuxt": "^3.0.0",
4088
+ "requires": {}
4089
+ }
4090
+ },
4091
+ {
4092
+ "name": "nuxt-openid-connect",
4093
+ "description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
4094
+ "repo": "aborn/nuxt-openid-connect",
4095
+ "npm": "nuxt-openid-connect",
4096
+ "icon": "",
4097
+ "github": "https://github.com/aborn/nuxt-openid-connect",
4098
+ "website": "https://github.com/aborn/nuxt-openid-connect",
4099
+ "learn_more": "",
4100
+ "category": "Security",
4101
+ "type": "3rd-party",
4102
+ "maintainers": [
4103
+ {
4104
+ "name": "Aborn Jiang",
4105
+ "github": "aborn"
4106
+ },
4107
+ {
4108
+ "name": "Khaled Almana",
4109
+ "github": "KhaledAlMana"
4110
+ }
4111
+ ],
4112
+ "compatibility": {
4113
+ "nuxt": "^3.0.0",
4114
+ "requires": {},
4115
+ "devtools": "^0.0.0"
4116
+ }
4117
+ },
4118
+ {
4119
+ "name": "nuxt-payload-analyzer",
4120
+ "description": "Analyze Nuxt Payload Size",
4121
+ "repo": "barbapapazes/nuxt-payload-analyzer",
4122
+ "npm": "nuxt-payload-analyzer",
4123
+ "icon": "",
4124
+ "github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
4125
+ "website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
4126
+ "learn_more": "",
4127
+ "category": "Performance",
4128
+ "type": "3rd-party",
4129
+ "maintainers": [
4130
+ {
4131
+ "name": "Barbapapazes",
4132
+ "github": "Barbapapazes",
4133
+ "twitter": "soubiran_"
4134
+ }
4135
+ ],
4136
+ "compatibility": {
4137
+ "nuxt": "^3.0.0",
4138
+ "requires": {}
4139
+ }
4140
+ },
4141
+ {
4142
+ "name": "nuxt-pdf",
4143
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
4144
+ "repo": "sidebase/nuxt-pdf",
4145
+ "npm": "@sidebase/nuxt-pdf",
4146
+ "icon": "nuxt-pdf.png",
4147
+ "github": "https://github.com/sidebase/nuxt-pdf",
4148
+ "website": "https://sidebase.io/nuxt-pdf",
3744
4149
  "learn_more": "https://github.com/sidebase",
3745
4150
  "category": "Extensions",
3746
4151
  "type": "3rd-party",
@@ -3763,8 +4168,8 @@
3763
4168
  "npm": "nuxt-phosphor-icons",
3764
4169
  "icon": "phosphor-icons.svg",
3765
4170
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3766
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3767
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4171
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4172
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3768
4173
  "category": "UI",
3769
4174
  "type": "3rd-party",
3770
4175
  "maintainers": [
@@ -3871,6 +4276,28 @@
3871
4276
  "requires": {}
3872
4277
  }
3873
4278
  },
4279
+ {
4280
+ "name": "nuxt-posthog",
4281
+ "description": "Integrate PostHog into your application with minimal configuration",
4282
+ "repo": "mitjans/nuxt-posthog",
4283
+ "npm": "nuxt-posthog",
4284
+ "icon": "posthog.svg",
4285
+ "github": "https://github.com/mitjans/nuxt-posthog",
4286
+ "website": "https://nuxt-posthog.cmitjans.dev",
4287
+ "learn_more": "https://posthog.com",
4288
+ "category": "Analytics",
4289
+ "type": "3rd-party",
4290
+ "maintainers": [
4291
+ {
4292
+ "name": "Carles Mitjans",
4293
+ "github": "mitjans"
4294
+ }
4295
+ ],
4296
+ "compatibility": {
4297
+ "nuxt": "^3.0.0",
4298
+ "requires": {}
4299
+ }
4300
+ },
3874
4301
  {
3875
4302
  "name": "nuxt-smartlook",
3876
4303
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -3895,6 +4322,28 @@
3895
4322
  "requires": {}
3896
4323
  }
3897
4324
  },
4325
+ {
4326
+ "name": "nuxt-social-share",
4327
+ "description": "Simple Social Sharing for Nuxt",
4328
+ "repo": "stefanobartoletti/nuxt-social-share",
4329
+ "npm": "@stefanobartoletti/nuxt-social-share",
4330
+ "icon": "nuxt-social-share.png",
4331
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4332
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4333
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4334
+ "category": "Extensions",
4335
+ "type": "3rd-party",
4336
+ "maintainers": [
4337
+ {
4338
+ "name": "stefanobartoletti",
4339
+ "github": "stefanobartoletti"
4340
+ }
4341
+ ],
4342
+ "compatibility": {
4343
+ "nuxt": "^3.0.0",
4344
+ "requires": {}
4345
+ }
4346
+ },
3898
4347
  {
3899
4348
  "name": "ssr-lit",
3900
4349
  "description": "Server-Side Rendering for Lit Element components",
@@ -3928,7 +4377,7 @@
3928
4377
  "description": "WebStorm & PHPStorm support for Nuxt components",
3929
4378
  "repo": "fumeapp/nuxt-storm",
3930
4379
  "npm": "nuxt-storm",
3931
- "icon": "nuxt-storm.png",
4380
+ "icon": "",
3932
4381
  "github": "https://github.com/fumeapp/nuxt-storm",
3933
4382
  "website": "https://github.com/fumeapp/nuxt-storm",
3934
4383
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -3945,6 +4394,30 @@
3945
4394
  "requires": {}
3946
4395
  }
3947
4396
  },
4397
+ {
4398
+ "name": "nuxt-svgo-loader",
4399
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4400
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4401
+ "npm": "nuxt-svgo-loader",
4402
+ "icon": "",
4403
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4404
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4405
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4406
+ "category": "Images",
4407
+ "type": "3rd-party",
4408
+ "maintainers": [
4409
+ {
4410
+ "name": "Alex Liu",
4411
+ "github": "Mini-ghost",
4412
+ "twitter": "Minighost_Alex"
4413
+ }
4414
+ ],
4415
+ "compatibility": {
4416
+ "nuxt": "^3.0.0",
4417
+ "requires": {},
4418
+ "devtools": "^0.0.0"
4419
+ }
4420
+ },
3948
4421
  {
3949
4422
  "name": "nuxt-svgo",
3950
4423
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3989,28 +4462,6 @@
3989
4462
  "requires": {}
3990
4463
  }
3991
4464
  },
3992
- {
3993
- "name": "nuxt-use-motion",
3994
- "description": "A Nuxt module putting your components in motion",
3995
- "repo": "Tahul/nuxt-use-motion",
3996
- "npm": "nuxt-use-motion",
3997
- "icon": "nuxt-use-motion.svg",
3998
- "github": "https://github.com/Tahul/nuxt-use-motion",
3999
- "website": "https://github.com/Tahul/nuxt-use-motion",
4000
- "learn_more": "https://github.com/vueuse/motion",
4001
- "category": "Libraries",
4002
- "type": "3rd-party",
4003
- "maintainers": [
4004
- {
4005
- "name": "Tahul",
4006
- "github": "Tahul"
4007
- }
4008
- ],
4009
- "compatibility": {
4010
- "nuxt": "^2.0.0",
4011
- "requires": {}
4012
- }
4013
- },
4014
4465
  {
4015
4466
  "name": "nuxt-use-sound",
4016
4467
  "description": "A Nuxt module for playing sound effects.",
@@ -4080,20 +4531,42 @@
4080
4531
  }
4081
4532
  },
4082
4533
  {
4083
- "name": "nuxt-vuetify",
4084
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4085
- "repo": "invictus-codes/nuxt-vuetify",
4086
- "npm": "@invictus.codes/nuxt-vuetify",
4087
- "icon": "vuetify-logo-v3-dark.svg",
4088
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4089
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4090
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4091
- "category": "UI",
4534
+ "name": "nuxt-zod-i18n",
4535
+ "description": "A Nuxt Module for localizing zod error messages.",
4536
+ "repo": "xibman/nuxt-zod-i18n",
4537
+ "npm": "nuxt-zod-i18n",
4538
+ "icon": "nuxt-zod-i18n.svg",
4539
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4540
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4541
+ "learn_more": "",
4542
+ "category": "Libraries",
4543
+ "type": "3rd-party",
4544
+ "maintainers": [
4545
+ {
4546
+ "name": "xibman",
4547
+ "github": "xibman"
4548
+ }
4549
+ ],
4550
+ "compatibility": {
4551
+ "nuxt": "^3.0.0",
4552
+ "requires": {}
4553
+ }
4554
+ },
4555
+ {
4556
+ "name": "nuxt3-interpolation",
4557
+ "description": "",
4558
+ "repo": "daliborgogic/interpolation#master",
4559
+ "npm": "nuxt3-interpolation",
4560
+ "icon": "",
4561
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4562
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4563
+ "learn_more": "",
4564
+ "category": "Devtools",
4092
4565
  "type": "3rd-party",
4093
4566
  "maintainers": [
4094
4567
  {
4095
- "name": "Jens van Hellemondt",
4096
- "github": "invictus-codes"
4568
+ "name": "daliborgogic",
4569
+ "github": "daliborgogic"
4097
4570
  }
4098
4571
  ],
4099
4572
  "compatibility": {
@@ -4149,14 +4622,14 @@
4149
4622
  {
4150
4623
  "name": "og-image",
4151
4624
  "description": "Enlightened runtime images generated with Vue templates.",
4152
- "repo": "harlan-zw/nuxt-og-image",
4625
+ "repo": "nuxt-modules/og-image",
4153
4626
  "npm": "nuxt-og-image",
4154
4627
  "icon": "og-image.svg",
4155
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4628
+ "github": "https://github.com/nuxt-modules/og-image",
4156
4629
  "website": "https://nuxtseo.com/og-image",
4157
4630
  "learn_more": "https://nuxtseo.com/og-image",
4158
4631
  "category": "SEO",
4159
- "type": "3rd-party",
4632
+ "type": "community",
4160
4633
  "maintainers": [
4161
4634
  {
4162
4635
  "name": "Harlan Wilton",
@@ -4167,7 +4640,8 @@
4167
4640
  ],
4168
4641
  "compatibility": {
4169
4642
  "nuxt": "^3.0.0",
4170
- "requires": {}
4643
+ "requires": {},
4644
+ "devtools": "^0.0.0"
4171
4645
  }
4172
4646
  },
4173
4647
  {
@@ -4200,8 +4674,8 @@
4200
4674
  "npm": "@aceforth/nuxt-optimized-images",
4201
4675
  "icon": "",
4202
4676
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4203
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4204
- "learn_more": "",
4677
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4678
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4205
4679
  "category": "Images",
4206
4680
  "type": "3rd-party",
4207
4681
  "maintainers": [
@@ -4308,6 +4782,28 @@
4308
4782
  }
4309
4783
  }
4310
4784
  },
4785
+ {
4786
+ "name": "paypal",
4787
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4788
+ "repo": "arashsheyda/nuxt-paypal",
4789
+ "npm": "nuxt-paypal",
4790
+ "icon": "paypal.svg",
4791
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4792
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4793
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4794
+ "category": "Payment",
4795
+ "type": "3rd-party",
4796
+ "maintainers": [
4797
+ {
4798
+ "name": "Arash Sheyda",
4799
+ "github": "arashsheyda"
4800
+ }
4801
+ ],
4802
+ "compatibility": {
4803
+ "nuxt": "^3.0.0",
4804
+ "requires": {}
4805
+ }
4806
+ },
4311
4807
  {
4312
4808
  "name": "pdfeasy",
4313
4809
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4478,7 +4974,7 @@
4478
4974
  "npm": "nuxt-prepare",
4479
4975
  "icon": "prepare.svg",
4480
4976
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4481
- "website": "https://nuxt-prepare.jhnn.dev",
4977
+ "website": "https://nuxt-prepare.byjohann.dev",
4482
4978
  "learn_more": "",
4483
4979
  "category": "Devtools",
4484
4980
  "type": "3rd-party",
@@ -4495,6 +4991,29 @@
4495
4991
  "requires": {}
4496
4992
  }
4497
4993
  },
4994
+ {
4995
+ "name": "primevue",
4996
+ "description": "Next Generation Vue UI Component Library",
4997
+ "repo": "primefaces/primevue-nuxt-module",
4998
+ "npm": "nuxt-primevue",
4999
+ "icon": "primevue.svg",
5000
+ "github": "https://github.com/primefaces/primevue-nuxt-module",
5001
+ "website": "https://primevue.org/",
5002
+ "learn_more": "https://primevue.org/",
5003
+ "category": "UI",
5004
+ "type": "3rd-party",
5005
+ "maintainers": [
5006
+ {
5007
+ "name": "primefaces",
5008
+ "github": "primefaces",
5009
+ "twitter": "primevue"
5010
+ }
5011
+ ],
5012
+ "compatibility": {
5013
+ "nuxt": "^3.0.0",
5014
+ "requires": {}
5015
+ }
5016
+ },
4498
5017
  {
4499
5018
  "name": "prismic",
4500
5019
  "description": "Easily connect your Nuxt application to your content hosted on Prismic",
@@ -4696,7 +5215,8 @@
4696
5215
  ],
4697
5216
  "compatibility": {
4698
5217
  "nuxt": "^3.0.0",
4699
- "requires": {}
5218
+ "requires": {},
5219
+ "devtools": "^0.0.0"
4700
5220
  }
4701
5221
  },
4702
5222
  {
@@ -4721,6 +5241,41 @@
4721
5241
  "requires": {}
4722
5242
  }
4723
5243
  },
5244
+ {
5245
+ "name": "radix-vue",
5246
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
5247
+ "repo": "radix-vue/radix-vue",
5248
+ "npm": "radix-vue",
5249
+ "icon": "radix-vue.svg",
5250
+ "github": "https://github.com/radix-vue/radix-vue",
5251
+ "website": "https://www.radix-vue.com/",
5252
+ "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
5253
+ "category": "UI",
5254
+ "type": "3rd-party",
5255
+ "maintainers": [
5256
+ {
5257
+ "name": "Zernonia",
5258
+ "github": "zernonia",
5259
+ "twitter": "zernonia"
5260
+ },
5261
+ {
5262
+ "name": "Khairul Haaziq",
5263
+ "github": "khairulhaaziq"
5264
+ },
5265
+ {
5266
+ "name": "Mujahid Anuar",
5267
+ "github": "mujahidfa"
5268
+ },
5269
+ {
5270
+ "name": "Max",
5271
+ "github": "onmax"
5272
+ }
5273
+ ],
5274
+ "compatibility": {
5275
+ "nuxt": "^3.0.0",
5276
+ "requires": {}
5277
+ }
5278
+ },
4724
5279
  {
4725
5280
  "name": "recaptcha",
4726
5281
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -4766,6 +5321,29 @@
4766
5321
  "requires": {}
4767
5322
  }
4768
5323
  },
5324
+ {
5325
+ "name": "resend",
5326
+ "description": "Resend integration for Nuxt",
5327
+ "repo": "nhedger/nuxt-resend",
5328
+ "npm": "nuxt-resend",
5329
+ "icon": "resend.svg",
5330
+ "github": "https://github.com/nhedger/nuxt-resend",
5331
+ "website": "https://github.com/nhedger/nuxt-resend",
5332
+ "learn_more": "https://resend.com",
5333
+ "category": "Extensions",
5334
+ "type": "3rd-party",
5335
+ "maintainers": [
5336
+ {
5337
+ "name": "Nicolas Hedger",
5338
+ "github": "nhedger",
5339
+ "twitter": "nicolashedger"
5340
+ }
5341
+ ],
5342
+ "compatibility": {
5343
+ "nuxt": "^3.0.0",
5344
+ "requires": {}
5345
+ }
5346
+ },
4769
5347
  {
4770
5348
  "name": "rfg-icon",
4771
5349
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4796,7 +5374,7 @@
4796
5374
  "icon": "robots.png",
4797
5375
  "github": "https://github.com/nuxt-modules/robots",
4798
5376
  "website": "https://github.com/nuxt-modules/robots",
4799
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5377
+ "learn_more": "",
4800
5378
  "category": "SEO",
4801
5379
  "type": "community",
4802
5380
  "maintainers": [
@@ -4814,23 +5392,23 @@
4814
5392
  },
4815
5393
  {
4816
5394
  "name": "rollbar",
4817
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4818
- "repo": "gaelreyrol/nuxt-rollbar-module",
4819
- "npm": "nuxt-rollbar-module",
5395
+ "description": "Nuxt 3 module to integrate Rollbar.",
5396
+ "repo": "jairoblatt/nuxt-rollbar",
5397
+ "npm": "nuxt-rollbar",
4820
5398
  "icon": "rollbar.png",
4821
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4822
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5399
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5400
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4823
5401
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4824
5402
  "category": "Monitoring",
4825
5403
  "type": "3rd-party",
4826
5404
  "maintainers": [
4827
5405
  {
4828
- "name": "Gaël Reyrol",
4829
- "github": "gaelreyrol"
5406
+ "name": "Jairo Blatt",
5407
+ "github": "jairoblatt"
4830
5408
  }
4831
5409
  ],
4832
5410
  "compatibility": {
4833
- "nuxt": "^2.0.0",
5411
+ "nuxt": "^3.0.0",
4834
5412
  "requires": {}
4835
5413
  }
4836
5414
  },
@@ -4907,7 +5485,7 @@
4907
5485
  },
4908
5486
  {
4909
5487
  "name": "schema-org",
4910
- "description": "Schema.org for Nuxt.",
5488
+ "description": "Quick and easy Schema.org graphs.",
4911
5489
  "repo": "harlan-zw/nuxt-schema-org",
4912
5490
  "npm": "nuxt-schema-org",
4913
5491
  "icon": "schema-org.svg",
@@ -4982,7 +5560,7 @@
4982
5560
  "icon": "segment.png",
4983
5561
  "github": "https://github.com/dansmaculotte/nuxt-segment",
4984
5562
  "website": "https://github.com/dansmaculotte/nuxt-segment",
4985
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5563
+ "learn_more": "",
4986
5564
  "category": "Analytics",
4987
5565
  "type": "3rd-party",
4988
5566
  "maintainers": [
@@ -5020,7 +5598,7 @@
5020
5598
  },
5021
5599
  {
5022
5600
  "name": "seo-experiments",
5023
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5601
+ "description": "Powerful SEO DX improvements.",
5024
5602
  "repo": "harlan-zw/nuxt-seo-experiments",
5025
5603
  "npm": "nuxt-seo-experiments",
5026
5604
  "icon": "seo-experiments.svg",
@@ -5042,28 +5620,6 @@
5042
5620
  "requires": {}
5043
5621
  }
5044
5622
  },
5045
- {
5046
- "name": "seo-kit",
5047
- "description": "The complete SEO solution for Nuxt.",
5048
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5049
- "npm": "nuxt-seo-kit",
5050
- "icon": "seo-kit.svg",
5051
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5052
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5053
- "learn_more": "",
5054
- "category": "SEO",
5055
- "type": "3rd-party",
5056
- "maintainers": [
5057
- {
5058
- "name": "harlan-zw",
5059
- "github": "harlan-zw"
5060
- }
5061
- ],
5062
- "compatibility": {
5063
- "nuxt": "^3.0.0",
5064
- "requires": {}
5065
- }
5066
- },
5067
5623
  {
5068
5624
  "name": "seo-meta",
5069
5625
  "description": "Simple generate seo metadata",
@@ -5087,6 +5643,28 @@
5087
5643
  "requires": {}
5088
5644
  }
5089
5645
  },
5646
+ {
5647
+ "name": "seo",
5648
+ "description": "The complete SEO solution for Nuxt.",
5649
+ "repo": "harlan-zw/nuxt-seo",
5650
+ "npm": "@nuxtjs/seo",
5651
+ "icon": "nuxt.svg",
5652
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5653
+ "website": "https://nuxtseo.com/",
5654
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5655
+ "category": "SEO",
5656
+ "type": "3rd-party",
5657
+ "maintainers": [
5658
+ {
5659
+ "name": "harlan-zw",
5660
+ "github": "harlan-zw"
5661
+ }
5662
+ ],
5663
+ "compatibility": {
5664
+ "nuxt": "^3.0.0",
5665
+ "requires": {}
5666
+ }
5667
+ },
5090
5668
  {
5091
5669
  "name": "seomatic-meta",
5092
5670
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5135,7 +5713,7 @@
5135
5713
  {
5136
5714
  "name": "server-block",
5137
5715
  "description": "Use <server> tags in your Nuxt pages components.",
5138
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5716
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5139
5717
  "npm": "@hebilicious/server-block-nuxt",
5140
5718
  "icon": "server-block.svg",
5141
5719
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5201,7 +5779,7 @@
5201
5779
  }
5202
5780
  },
5203
5781
  {
5204
- "name": "nuxt-auth",
5782
+ "name": "sidebase-auth",
5205
5783
  "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.",
5206
5784
  "repo": "sidebase/nuxt-auth",
5207
5785
  "npm": "@sidebase/nuxt-auth",
@@ -5270,41 +5848,23 @@
5270
5848
  }
5271
5849
  },
5272
5850
  {
5273
- "name": "simple-sitemap",
5851
+ "name": "sitemap",
5274
5852
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5275
- "repo": "harlan-zw/nuxt-simple-sitemap",
5276
- "npm": "nuxt-simple-sitemap",
5853
+ "repo": "nuxt-modules/sitemap",
5854
+ "npm": "@nuxtjs/sitemap",
5277
5855
  "icon": "simple-sitemap.svg",
5278
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5279
- "website": "https://nuxtseo.com/simple-sitemap",
5280
- "learn_more": "https://nuxtseo.com/simple-sitemap",
5856
+ "github": "https://github.com/nuxt-modules/sitemap",
5857
+ "website": "https://nuxtseo.com/",
5858
+ "learn_more": "https://nuxtseo.com/sitemap",
5281
5859
  "category": "SEO",
5282
- "type": "3rd-party",
5860
+ "type": "community",
5283
5861
  "maintainers": [
5284
5862
  {
5285
5863
  "name": "Harlan Wilton",
5286
5864
  "github": "harlan-zw",
5287
5865
  "twitter": "harlan_zw",
5288
5866
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5289
- }
5290
- ],
5291
- "compatibility": {
5292
- "nuxt": "^3.0.0",
5293
- "requires": {}
5294
- }
5295
- },
5296
- {
5297
- "name": "sitemap",
5298
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5299
- "repo": "nuxt-community/sitemap-module#dev",
5300
- "npm": "@nuxtjs/sitemap",
5301
- "icon": "",
5302
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5303
- "website": "https://sitemap.nuxtjs.org",
5304
- "learn_more": "",
5305
- "category": "SEO",
5306
- "type": "community",
5307
- "maintainers": [
5867
+ },
5308
5868
  {
5309
5869
  "name": "Nicolas PENNEC",
5310
5870
  "github": "NicoPennec",
@@ -5312,7 +5872,7 @@
5312
5872
  }
5313
5873
  ],
5314
5874
  "compatibility": {
5315
- "nuxt": "^2.0.0",
5875
+ "nuxt": "^3.0.0",
5316
5876
  "requires": {}
5317
5877
  }
5318
5878
  },
@@ -5552,7 +6112,7 @@
5552
6112
  {
5553
6113
  "name": "storyblok",
5554
6114
  "description": "Storyblok Nuxt module",
5555
- "repo": "storyblok/storyblok-nuxt#master/lib",
6115
+ "repo": "storyblok/storyblok-nuxt#main",
5556
6116
  "npm": "@storyblok/nuxt",
5557
6117
  "icon": "storyblok.png",
5558
6118
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -5568,37 +6128,34 @@
5568
6128
  ],
5569
6129
  "compatibility": {
5570
6130
  "nuxt": "^2.0.0 || ^3.0.0",
5571
- "requires": {}
6131
+ "requires": {},
6132
+ "devtools": "^0.0.0"
5572
6133
  }
5573
6134
  },
5574
6135
  {
5575
6136
  "name": "storybook",
5576
6137
  "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
5577
- "repo": "nuxt-community/storybook",
5578
- "npm": "@storybook-vue/nuxt-storybook",
6138
+ "repo": "nuxt-modules/storybook",
6139
+ "npm": "@nuxtjs/storybook",
5579
6140
  "icon": "storybook.png",
5580
- "github": "https://github.com/nuxt-community/storybook",
6141
+ "github": "https://github.com/nuxt-modules/storybook",
5581
6142
  "website": "https://storybook.nuxtjs.org",
5582
- "learn_more": "https://storybook.js.org/",
6143
+ "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
5583
6144
  "category": "Devtools",
5584
6145
  "type": "community",
5585
6146
  "maintainers": [
5586
6147
  {
5587
- "name": "Ahad Birang",
5588
- "github": "farnabaz",
5589
- "twitter": "a_birang"
5590
- },
5591
- {
5592
- "name": "Pooya Parsa",
5593
- "github": "pi0",
5594
- "twitter": "_pi0_"
6148
+ "name": "Chakir QATAB",
6149
+ "github": "chakAs3",
6150
+ "twitter": "ChakirQatab"
5595
6151
  }
5596
6152
  ],
5597
6153
  "compatibility": {
5598
- "nuxt": "^2.0.0",
6154
+ "nuxt": "^2.0.0 || ^3.0.0",
5599
6155
  "requires": {
5600
6156
  "bridge": "optional"
5601
- }
6157
+ },
6158
+ "devtools": "^0.7.2"
5602
6159
  }
5603
6160
  },
5604
6161
  {
@@ -5628,7 +6185,8 @@
5628
6185
  "nuxt": "^2.0.0 || ^3.0.0",
5629
6186
  "requires": {
5630
6187
  "bridge": true
5631
- }
6188
+ },
6189
+ "devtools": "^0.0.0"
5632
6190
  }
5633
6191
  },
5634
6192
  {
@@ -5679,6 +6237,36 @@
5679
6237
  "requires": {}
5680
6238
  }
5681
6239
  },
6240
+ {
6241
+ "name": "studio",
6242
+ "description": "A new experience to build content-driven website with Nuxt.",
6243
+ "repo": "nuxtlabs/studio-module",
6244
+ "npm": "@nuxthq/studio",
6245
+ "icon": "studio.svg",
6246
+ "github": "https://github.com/nuxtlabs/studio-module",
6247
+ "website": "https://nuxt.studio",
6248
+ "learn_more": "https://nuxt.studio",
6249
+ "category": "CMS",
6250
+ "type": "3rd-party",
6251
+ "maintainers": [
6252
+ {
6253
+ "name": "Ahad Birang",
6254
+ "github": "farnabaz",
6255
+ "twitter": "a_birang"
6256
+ },
6257
+ {
6258
+ "name": "Sébastien Chopin",
6259
+ "github": "Atinux",
6260
+ "twitter": "Atinux"
6261
+ }
6262
+ ],
6263
+ "compatibility": {
6264
+ "nuxt": "^3.0.0",
6265
+ "requires": {
6266
+ "content": true
6267
+ }
6268
+ }
6269
+ },
5682
6270
  {
5683
6271
  "name": "style-resources",
5684
6272
  "description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
@@ -5917,10 +6505,10 @@
5917
6505
  {
5918
6506
  "name": "tailwindcss",
5919
6507
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5920
- "repo": "nuxt-modules/tailwindcss-module",
6508
+ "repo": "nuxt-modules/tailwindcss",
5921
6509
  "npm": "@nuxtjs/tailwindcss",
5922
6510
  "icon": "tailwindcss.png",
5923
- "github": "https://github.com/nuxt-modules/tailwindcss-module",
6511
+ "github": "https://github.com/nuxt-modules/tailwindcss",
5924
6512
  "website": "https://tailwindcss.nuxtjs.org",
5925
6513
  "learn_more": "https://tailwindcss.com/",
5926
6514
  "category": "UI",
@@ -5938,7 +6526,8 @@
5938
6526
  ],
5939
6527
  "compatibility": {
5940
6528
  "nuxt": "^2.0.0 || ^3.0.0",
5941
- "requires": {}
6529
+ "requires": {},
6530
+ "devtools": "^0.0.0"
5942
6531
  }
5943
6532
  },
5944
6533
  {
@@ -5986,6 +6575,28 @@
5986
6575
  "requires": {}
5987
6576
  }
5988
6577
  },
6578
+ {
6579
+ "name": "tiptap",
6580
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6581
+ "repo": "modbender/nuxt-tiptap-editor",
6582
+ "npm": "nuxt-tiptap-editor",
6583
+ "icon": "tiptap.png",
6584
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6585
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6586
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6587
+ "category": "Libraries",
6588
+ "type": "3rd-party",
6589
+ "maintainers": [
6590
+ {
6591
+ "name": "modbender",
6592
+ "github": "modbender"
6593
+ }
6594
+ ],
6595
+ "compatibility": {
6596
+ "nuxt": "^3.0.0",
6597
+ "requires": {}
6598
+ }
6599
+ },
5989
6600
  {
5990
6601
  "name": "toast",
5991
6602
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6009,6 +6620,28 @@
6009
6620
  "requires": {}
6010
6621
  }
6011
6622
  },
6623
+ {
6624
+ "name": "translation-manager",
6625
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6626
+ "repo": "samk-dev/nuxt-translation-manager",
6627
+ "npm": "nuxt-translation-manager",
6628
+ "icon": "translation-manager.png",
6629
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6630
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6631
+ "learn_more": "",
6632
+ "category": "Extensions",
6633
+ "type": "3rd-party",
6634
+ "maintainers": [
6635
+ {
6636
+ "name": "Sam K",
6637
+ "github": "samk-dev"
6638
+ }
6639
+ ],
6640
+ "compatibility": {
6641
+ "nuxt": "^3.0.0",
6642
+ "requires": {}
6643
+ }
6644
+ },
6012
6645
  {
6013
6646
  "name": "tresjs",
6014
6647
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6257,6 +6890,30 @@
6257
6890
  "requires": {}
6258
6891
  }
6259
6892
  },
6893
+ {
6894
+ "name": "typo3",
6895
+ "description": "TYPO3 Headless Frontend Rendering module",
6896
+ "repo": "TYPO3-Headless/nuxt-typo3",
6897
+ "npm": "@t3headless/nuxt-typo3",
6898
+ "icon": "typo3.svg",
6899
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6900
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6901
+ "learn_more": "https://github.com/TYPO3-Headless",
6902
+ "category": "CMS",
6903
+ "type": "3rd-party",
6904
+ "maintainers": [
6905
+ {
6906
+ "name": "Macopedia",
6907
+ "github": "macopedia",
6908
+ "twitter": "macopediapl"
6909
+ }
6910
+ ],
6911
+ "compatibility": {
6912
+ "nuxt": "^2.0.0 || ^3.0.0",
6913
+ "requires": {},
6914
+ "devtools": "^0.0.0"
6915
+ }
6916
+ },
6260
6917
  {
6261
6918
  "name": "ui",
6262
6919
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6314,28 +6971,6 @@
6314
6971
  }
6315
6972
  }
6316
6973
  },
6317
- {
6318
- "name": "unhead",
6319
- "description": "Experimental features for Nuxt SEO / head management.",
6320
- "repo": "harlan-zw/nuxt-seo-experiments",
6321
- "npm": "nuxt-seo-experiments",
6322
- "icon": "",
6323
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6324
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6325
- "learn_more": "",
6326
- "category": "SEO",
6327
- "type": "3rd-party",
6328
- "maintainers": [
6329
- {
6330
- "name": "harlan-zw",
6331
- "github": "harlan-zw"
6332
- }
6333
- ],
6334
- "compatibility": {
6335
- "nuxt": "^3.0.0",
6336
- "requires": {}
6337
- }
6338
- },
6339
6974
  {
6340
6975
  "name": "universal-storage",
6341
6976
  "description": "Universal Storage Utilities for Nuxt",
@@ -6367,7 +7002,7 @@
6367
7002
  {
6368
7003
  "name": "unlazy",
6369
7004
  "description": "Lazy loading library for placeholder images",
6370
- "repo": "johannschopplich/unlazy/packages/nuxt",
7005
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6371
7006
  "npm": "@unlazy/nuxt",
6372
7007
  "icon": "unlazy.svg",
6373
7008
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6415,12 +7050,12 @@
6415
7050
  {
6416
7051
  "name": "unocss",
6417
7052
  "description": "The instant on-demand atomic CSS engine.",
6418
- "repo": "antfu/unocss#main/packages/nuxt",
7053
+ "repo": "unocss/unocss#main/packages/nuxt",
6419
7054
  "npm": "@unocss/nuxt",
6420
7055
  "icon": "unocss.svg",
6421
- "github": "https://github.com/antfu/unocss",
6422
- "website": "https://github.com/antfu/unocss",
6423
- "learn_more": "https://github.com/antfu/unocss",
7056
+ "github": "https://github.com/unocss/unocss",
7057
+ "website": "https://github.com/unocss/unocss",
7058
+ "learn_more": "https://github.com/unocss/unocss",
6424
7059
  "category": "UI",
6425
7060
  "type": "3rd-party",
6426
7061
  "maintainers": [
@@ -6435,7 +7070,8 @@
6435
7070
  "nuxt": "^2.0.0 || ^3.0.0",
6436
7071
  "requires": {
6437
7072
  "bridge": "optional"
6438
- }
7073
+ },
7074
+ "devtools": "^0.0.0"
6439
7075
  }
6440
7076
  },
6441
7077
  {
@@ -6461,6 +7097,28 @@
6461
7097
  "requires": {}
6462
7098
  }
6463
7099
  },
7100
+ {
7101
+ "name": "use-bootstrap",
7102
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7103
+ "repo": "simplise/use-bootstrap",
7104
+ "npm": "usebootstrap",
7105
+ "icon": "use-bootstrap.svg",
7106
+ "github": "https://github.com/simplise/use-bootstrap",
7107
+ "website": "https://usebootstrap.org/",
7108
+ "learn_more": "https://usebootstrap.org/",
7109
+ "category": "UI",
7110
+ "type": "3rd-party",
7111
+ "maintainers": [
7112
+ {
7113
+ "name": "KoujiSano",
7114
+ "github": "KoujiSano"
7115
+ }
7116
+ ],
7117
+ "compatibility": {
7118
+ "nuxt": "^3.0.0",
7119
+ "requires": {}
7120
+ }
7121
+ },
6464
7122
  {
6465
7123
  "name": "use-wagmi",
6466
7124
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -6507,28 +7165,6 @@
6507
7165
  "requires": {}
6508
7166
  }
6509
7167
  },
6510
- {
6511
- "name": "validate",
6512
- "description": "Simple Nuxt input validation module using vee-validate",
6513
- "repo": "lewyuburi/nuxt-validate",
6514
- "npm": "nuxt-validate",
6515
- "icon": "vee-validate.png",
6516
- "github": "https://github.com/lewyuburi/nuxt-validate",
6517
- "website": "https://github.com/lewyuburi/nuxt-validate",
6518
- "learn_more": "https://logaretm.github.io/vee-validate/",
6519
- "category": "Libraries",
6520
- "type": "3rd-party",
6521
- "maintainers": [
6522
- {
6523
- "name": "lewyuburi",
6524
- "github": "lewyuburi"
6525
- }
6526
- ],
6527
- "compatibility": {
6528
- "nuxt": "^2.0.0",
6529
- "requires": {}
6530
- }
6531
- },
6532
7168
  {
6533
7169
  "name": "vant",
6534
7170
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -6717,41 +7353,15 @@
6717
7353
  "requires": {}
6718
7354
  }
6719
7355
  },
6720
- {
6721
- "name": "vitest",
6722
- "description": "Vitest integration with Nuxt",
6723
- "repo": "danielroe/nuxt-vitest",
6724
- "npm": "nuxt-vitest",
6725
- "icon": "vitest.svg",
6726
- "github": "https://github.com/danielroe/nuxt-vitest",
6727
- "website": "https://github.com/danielroe/nuxt-vitest",
6728
- "learn_more": "",
6729
- "category": "Devtools",
6730
- "type": "3rd-party",
6731
- "maintainers": [
6732
- {
6733
- "name": "Daniel Roe",
6734
- "github": "danielroe"
6735
- },
6736
- {
6737
- "name": "Anthony Fu",
6738
- "github": "antfu"
6739
- }
6740
- ],
6741
- "compatibility": {
6742
- "nuxt": "^3.0.0",
6743
- "requires": {}
6744
- }
6745
- },
6746
7356
  {
6747
7357
  "name": "vue-email",
6748
- "description": "Write email templates with vue",
6749
- "repo": "Dave136/vue-email#main/packages/vue-email",
6750
- "npm": "vue-email",
7358
+ "description": "💌 Write email templates with vue",
7359
+ "repo": "vue-email/nuxt",
7360
+ "npm": "@vue-email/nuxt",
6751
7361
  "icon": "vue-email.svg",
6752
- "github": "https://github.com/Dave136/vue-email",
6753
- "website": "https://vue-email.vercel.app/",
6754
- "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
7362
+ "github": "https://github.com/vue-email/nuxt",
7363
+ "website": "https://vuemail.net/",
7364
+ "learn_more": "https://vuemail.net/ssr/nuxt",
6755
7365
  "category": "UI",
6756
7366
  "type": "3rd-party",
6757
7367
  "maintainers": [
@@ -6768,6 +7378,30 @@
6768
7378
  "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6769
7379
  }
6770
7380
  ],
7381
+ "compatibility": {
7382
+ "nuxt": "^3.0.0",
7383
+ "requires": {},
7384
+ "devtools": "^0.0.0"
7385
+ }
7386
+ },
7387
+ {
7388
+ "name": "vue-final-modal",
7389
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7390
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7391
+ "npm": "@vue-final-modal/nuxt",
7392
+ "icon": "vue-final-modal.svg",
7393
+ "github": "https://github.com/vue-final/vue-final-modal",
7394
+ "website": "https://vue-final-modal.org/",
7395
+ "learn_more": "https://vue-final-modal.org/",
7396
+ "category": "UI",
7397
+ "type": "3rd-party",
7398
+ "maintainers": [
7399
+ {
7400
+ "name": "Hunter Liu",
7401
+ "github": "hunterliu1003",
7402
+ "twitter": "hunterliu1003"
7403
+ }
7404
+ ],
6771
7405
  "compatibility": {
6772
7406
  "nuxt": "^3.0.0",
6773
7407
  "requires": {}
@@ -6795,7 +7429,8 @@
6795
7429
  "nuxt": "^3.0.0",
6796
7430
  "requires": {
6797
7431
  "bridge": "optional"
6798
- }
7432
+ },
7433
+ "devtools": "^0.0.0"
6799
7434
  }
6800
7435
  },
6801
7436
  {
@@ -6867,7 +7502,7 @@
6867
7502
  {
6868
7503
  "name": "vue-query",
6869
7504
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6870
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7505
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
6871
7506
  "npm": "@hebilicious/vue-query-nuxt",
6872
7507
  "icon": "vue-query.svg",
6873
7508
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6964,7 +7599,7 @@
6964
7599
  "npm": "vue3-carousel-nuxt",
6965
7600
  "icon": "",
6966
7601
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6967
- "website": "",
7602
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6968
7603
  "learn_more": "",
6969
7604
  "category": "UI",
6970
7605
  "type": "3rd-party",
@@ -6983,7 +7618,7 @@
6983
7618
  {
6984
7619
  "name": "vuefire",
6985
7620
  "description": "Idiomatic composables for the Firebase SDK",
6986
- "repo": "vuejs/vuefire/packages/nuxt",
7621
+ "repo": "vuejs/vuefire#main/packages/nuxt",
6987
7622
  "npm": "nuxt-vuefire",
6988
7623
  "icon": "vuefire.svg",
6989
7624
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7002,6 +7637,52 @@
7002
7637
  "requires": {}
7003
7638
  }
7004
7639
  },
7640
+ {
7641
+ "name": "vueform-builder",
7642
+ "description": "Official Vueform Builder module for Nuxt",
7643
+ "repo": "vueform/builder#main/nuxt",
7644
+ "npm": "@vueform/builder-nuxt",
7645
+ "icon": "vueform.svg",
7646
+ "github": "https://github.com/vueform/builder",
7647
+ "website": "https://builder.vueform.com",
7648
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7649
+ "category": "Libraries",
7650
+ "type": "3rd-party",
7651
+ "maintainers": [
7652
+ {
7653
+ "name": "Adam Berecz",
7654
+ "github": "adamberecz",
7655
+ "twitter": "bereczadam"
7656
+ }
7657
+ ],
7658
+ "compatibility": {
7659
+ "nuxt": "^3.0.0",
7660
+ "requires": {}
7661
+ }
7662
+ },
7663
+ {
7664
+ "name": "vueform",
7665
+ "description": "Official Vueform module for Nuxt",
7666
+ "repo": "vueform/vueform#main/nuxt",
7667
+ "npm": "@vueform/nuxt",
7668
+ "icon": "vueform.svg",
7669
+ "github": "https://github.com/vueform/vueform",
7670
+ "website": "https://vueform.com",
7671
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7672
+ "category": "Libraries",
7673
+ "type": "3rd-party",
7674
+ "maintainers": [
7675
+ {
7676
+ "name": "Adam Berecz",
7677
+ "github": "adamberecz",
7678
+ "twitter": "bereczadam"
7679
+ }
7680
+ ],
7681
+ "compatibility": {
7682
+ "nuxt": "^3.0.0",
7683
+ "requires": {}
7684
+ }
7685
+ },
7005
7686
  {
7006
7687
  "name": "vuestic",
7007
7688
  "description": "Vuestic UI module for Nuxt",
@@ -7009,8 +7690,8 @@
7009
7690
  "npm": "@vuestic/nuxt",
7010
7691
  "icon": "vuestic.png",
7011
7692
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7012
- "website": "https://vuestic.dev",
7013
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7693
+ "website": "https://ui.vuestic.dev",
7694
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7014
7695
  "category": "UI",
7015
7696
  "type": "3rd-party",
7016
7697
  "maintainers": [
@@ -7031,8 +7712,8 @@
7031
7712
  "npm": "vuetify-nuxt-module",
7032
7713
  "icon": "vuetify-logo-v3-dark.svg",
7033
7714
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7034
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7035
- "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
7715
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7716
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7036
7717
  "category": "UI",
7037
7718
  "type": "3rd-party",
7038
7719
  "maintainers": [
@@ -7095,7 +7776,8 @@
7095
7776
  "nuxt": "^2.0.0 || ^3.0.0",
7096
7777
  "requires": {
7097
7778
  "bridge": "optional"
7098
- }
7779
+ },
7780
+ "devtools": "^0.0.0"
7099
7781
  }
7100
7782
  },
7101
7783
  {
@@ -7276,7 +7958,7 @@
7276
7958
  "icon": "webpack.png",
7277
7959
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7278
7960
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7279
- "learn_more": "http://webpackmonitor.com/",
7961
+ "learn_more": "",
7280
7962
  "category": "Devtools",
7281
7963
  "type": "community",
7282
7964
  "maintainers": [
@@ -7342,11 +8024,11 @@
7342
8024
  {
7343
8025
  "name": "windicss",
7344
8026
  "description": "Next generation utility-first CSS framework.",
7345
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
8027
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7346
8028
  "npm": "nuxt-windicss",
7347
8029
  "icon": "windicss.svg",
7348
- "github": "https://github.com/windicss/nuxt-windicss-module",
7349
- "website": "https://github.com/windicss/nuxt-windicss-module",
8030
+ "github": "https://github.com/windicss/nuxt-windicss",
8031
+ "website": "https://github.com/windicss/nuxt-windicss",
7350
8032
  "learn_more": "https://windicss.org/",
7351
8033
  "category": "UI",
7352
8034
  "type": "3rd-party",